html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }
  html a img, body a img {
    border: 0; }

h1, h2, h3, h3, h4, h5, p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }

.load-images {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

#wrapper {
  width: 100%;
  float: left;
  position: relative;
  overflow-x: hidden;
  transition-property: transform; }
  #wrapper .full-screen {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden; }
    #wrapper .full-screen.disable {
      height: 160px !important;
      overflow: visible !important; }
  #wrapper .section {
    width: 80%;
    float: left;
    padding: 0 10% 0 10%; }
  #wrapper .section-hide {
    display: none; }
  #wrapper .corona {
    background-color: #c74643;
    padding: 0.75em 1em;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #wrapper .corona a {
      color: inherit; }

#header {
  width: 100%;
  float: left;
  background: url("../images/background-header.png");
  position: relative;
  z-index: 788; }
  #header .logo {
    width: 16.5%;
    height: 100%;
    float: left;
    text-align: center;
    background: #fff; }
    #header .logo img {
      height: 75%;
      display: inline-block;
      position: relative;
      top: 12.5%; }
    #header .logo.hide img {
      opacity: 0; }
  #header p {
    width: 12%;
    float: left;
    position: relative;
    top: 27%;
    margin: 0 0 0 2%;
    color: #7f7e7e;
    font-size: 100%;
    line-height: 130%; }
  #header .menu-button, #header .search-button {
    display: none; }
  #header .menu {
    width: auto;
    float: right;
    height: 100%;
    margin: 0; }
    #header .menu ul {
      width: auto;
      height: 100%;
      float: left;
      margin: 0;
      padding: 0;
      list-style: none; }
      #header .menu ul li {
        width: auto;
        height: 100%;
        float: left;
        margin: 0 17px 0 0;
        line-height: 510%;
        font-size: 110%;
        font-weight: 300;
        text-transform: uppercase;
        position: relative;
        cursor: pointer; }
        #header .menu ul li a {
          height: 100%;
          float: left;
          color: #cbcbcb;
          text-decoration: none;
          transition-property: background;
          -webkit-transition-property: background;
          transition-duration: 0.2s;
          transition-timing-function: ease;
          -webkit-transition-duration: 0.2s;
          -webkit-transition-timing-function: ease;
          background-image: url("../images/menu-li-hover.png");
          background-position: 0 -10px;
          background-repeat: repeat-x; }
          #header .menu ul li a:hover, #header .menu ul li a.active {
            color: #fff;
            padding: 0 0 5px 0;
            background-position: 0 0; }
        #header .menu ul li ul {
          height: 0;
          position: absolute;
          left: 0;
          top: 102%;
          z-index: 99;
          opacity: 0;
          background: url("../images/background-header.png");
          overflow: hidden;
          transition-property: height, opacity, padding;
          -webkit-transition-property: height, opacity, padding;
          transition-duration: 0.3s;
          transition-timing-function: ease;
          -webkit-transition-duration: 0.3s;
          -webkit-transition-timing-function: ease; }
          #header .menu ul li ul.products-categories {
            width: 600px; }
          #header .menu ul li ul.about-pages {
            width: 400px;
            left: 50%;
            transform: translateX(-50%); }
          #header .menu ul li ul li {
            width: 99px;
            height: 100%;
            float: left;
            margin: 0;
            padding: 0;
            font-size: 14px;
            line-height: 16px;
            text-align: center;
            text-transform: none;
            border-right: 1px solid #959595; }
            #header .menu ul li ul li img {
              width: 100%;
              height: 27px;
              float: left;
              margin: 5px 0 15px 0; }
            #header .menu ul li ul li.last {
              border: 0; }
            #header .menu ul li ul li a {
              background: none; }
              #header .menu ul li ul li a:hover {
                background: none; }
        #header .menu ul li.hover ul {
          height: 80px;
          bottom: -95px;
          padding: 10px 0 10px 0;
          opacity: 1; }
  #header .languages {
    height: 60%;
    float: right;
    position: relative;
    top: 20%;
    padding: 0 0 0 17px;
    border-left: 1px solid #a3a3a3; }
    #header .languages a {
      color: #cbcbcb;
      text-decoration: none;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 310%;
      font-size: 110%; }
  #header .search {
    width: 40px;
    height: 50%;
    float: right;
    margin: 0 15px 0 15px;
    position: relative;
    top: 25%;
    border: 0;
    overflow: hidden;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease; }
    #header .search:hover {
      width: 203px;
      box-shadow: 0 0 0 1px #a3a3a3 inset; }
      #header .search:hover input {
        font-size: 80%; }
    #header .search input {
      width: 180px;
      height: 100%;
      float: left;
      padding: 0 23px 0 0;
      border: 0;
      background: none;
      text-indent: 10px;
      color: #cbcbcb;
      font-family: 'Open Sans', sans-serif;
      font-size: 0px;
      line-height: 350%;
      font-weight: 300;
      transition-duration: 0.3s;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.3s;
      -webkit-transition-timing-function: ease; }
      #header .search input#frm-fulltextSearchForm-submit {
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../images/search-icon.png") 50% 50% no-repeat;
        border: 0;
        font-size: 0;
        cursor: pointer; }

#content {
  width: 100%;
  float: left; }

#footer {
  width: 100%;
  float: left;
  position: relative;
  z-index: 800; }
  #footer .top {
    width: 80%;
    height: 185px;
    float: left;
    padding: 50px 10% 0 10%;
    background-image: url("../images/footer-top.png");
    background-color: #fff;
    background-position: center 50px;
    background-size: 100% 130px;
    background-repeat: no-repeat; }
    #footer .top p {
      width: auto;
      margin: 0 10px 0 0;
      font-size: 13px;
      font-weight: 600;
      color: #2c2c2c;
      line-height: 38px; }
    #footer .top .newsletter {
      float: left;
      margin: 132px 0 0 0; }
      #footer .top .newsletter input {
        width: 180px;
        height: 36px;
        float: left;
        margin: 0 0 0 0;
        padding: 0 40px 0 18px;
        border: 1px solid #7f7f7f; }
        #footer .top .newsletter input:hover {
          box-shadow: 0 0 6px rgba(220, 56, 47, 0.4); }
        #footer .top .newsletter input#frm-newsletterForm-submit {
          width: 40px;
          height: 36px;
          padding: 0;
          margin-top: 1px;
          margin-left: -41px;
          background: url("../images/send.png") 50% 50% no-repeat;
          border: 0;
          font-size: 0;
          cursor: pointer; }
          #footer .top .newsletter input#frm-newsletterForm-submit:hover {
            box-shadow: none; }
    #footer .top .social {
      float: right;
      margin: 132px 0 0 0; }
      #footer .top .social img {
        width: 38px;
        height: 38px;
        float: left;
        margin: 0 0 0 4px;
        opacity: 0.8; }
        #footer .top .social img:hover {
          opacity: 1; }
  #footer .bottom {
    width: 80%;
    float: left;
    padding: 2% 10% 125px 10%;
    background: #2c2c2c; }
    #footer .bottom .column {
      width: 16.6%;
      float: left; }
      #footer .bottom .column h2 {
        margin: 0 0 3% 0;
        font-size: 110%;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase; }
        #footer .bottom .column h2 strong {
          font-weight: 600; }
        #footer .bottom .column h2 a {
          text-decoration: underline;
          color: #fff; }
      #footer .bottom .column ul {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none; }
        #footer .bottom .column ul li {
          width: 100%;
          float: left;
          font-size: 90%;
          font-weight: 300;
          line-height: 150%; }
          #footer .bottom .column ul li a {
            color: #fff;
            text-decoration: none; }
            #footer .bottom .column ul li a:hover {
              text-decoration: underline; }
    #footer .bottom p {
      text-align: right;
      color: #fff;
      font-size: 90%;
      font-weight: 300; }
      #footer .bottom p img {
        float: right;
        margin-left: 40px;
        margin-top: -15px; }

#slider {
  width: 100%;
  height: 73%;
  float: left;
  position: relative; }
  #slider h1 {
    width: auto;
    position: absolute;
    top: 15%;
    left: 0; }
  #slider .carousel {
    width: 100%;
    height: 100%;
    float: left; }
    #slider .carousel .slide {
      width: 100%;
      height: 100%;
      float: left;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      #slider .carousel .slide .slider-box {
        width: 21.7%;
        height: 55%;
        position: absolute;
        right: 7.7%;
        top: 22.5%;
        background-color: rgba(199, 70, 67, 0.91);
        background-image: url("../images/jech.png");
        background-position: 92% 98%;
        background-repeat: no-repeat; }
        #slider .carousel .slide .slider-box p {
          width: 70%;
          padding: 0 15%;
          position: absolute;
          top: 30%;
          font-size: 170%;
          font-weight: 300;
          color: #fff;
          text-align: center;
          text-transform: uppercase; }
  #slider .bx-wrapper {
    width: 100%;
    height: 100%;
    float: left; }
    #slider .bx-wrapper .bx-viewport {
      width: 100%;
      height: 100%;
      float: left; }
    #slider .bx-wrapper .bx-controls {
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0;
      bottom: 0%;
      margin-bottom: 18px;
      z-index: 99;
      text-align: center; }
      #slider .bx-wrapper .bx-controls .bx-pager-item {
        width: 23px;
        height: 20px;
        margin: 0 6px;
        display: inline-block;
        background: #fff; }
        #slider .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
          width: 100%;
          height: 100%;
          float: left;
          font-size: 0;
          transition-duration: 0.2s;
          transition-timing-function: ease;
          -webkit-transition-duration: 0.2s;
          -webkit-transition-timing-function: ease; }
          #slider .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:hover {
            background: #c74643; }
          #slider .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
            background: #c74643; }
  #slider .news {
    width: 42%;
    height: 0;
    padding: 0 5% 0 3%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #c74643;
    overflow-y: auto;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease; }
    #slider .news.visible {
      height: 35%;
      bottom: 0;
      padding: 2% 5% 2% 3%; }
    #slider .news .item {
      width: 100%;
      float: left;
      margin: 2% 0;
      color: #fff; }
      #slider .news .item h2 {
        margin: 0 0 0.5% 0;
        font-size: 120%;
        font-weight: 600;
        text-transform: uppercase; }
        #slider .news .item h2 a {
          width: auto;
          float: left;
          color: #fff; }
        #slider .news .item h2 strong {
          float: right;
          font-weight: 300; }
      #slider .news .item p {
        width: 87%;
        font-size: 100%;
        font-weight: 300; }

.master-image {
  width: 100%;
  height: 500px;
  float: left;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .master-image iframe {
    width: 120%;
    height: 180%;
    float: left;
    margin-top: -14%;
    margin-left: -10%; }
    .master-image .grecaptcha-badge iframe, .grecaptcha-badge .master-image iframe {
      width: auto;
      height: auto;
      margin: 0; }
  .master-image .text {
    width: 50%;
    position: absolute;
    top: 13.9%;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
    .master-image .text .wrap {
      width: 86%;
      float: left;
      margin: 30px 7% 0 7%; }
      .master-image .text .wrap h1 {
        margin: 0 0 3px 0;
        color: #fff;
        font-size: 180%;
        font-weight: 700;
        text-transform: uppercase; }
      .master-image .text .wrap p {
        color: #fff;
        font-size: 100%;
        font-weight: 300; }
        .master-image .text .wrap p strong {
          width: 100%;
          float: left;
          margin: 3% 0;
          padding: 0 0 0 10px;
          font-weight: 300;
          font-size: 120%;
          border-left: 5px solid #c74643; }

#two-columns-text {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  z-index: 11; }
  #two-columns-text .item {
    width: 100%;
    float: left;
    margin: 30px 0 40px 0;
    background: #fff; }
    #two-columns-text .item.left .text {
      float: left; }
    #two-columns-text .item.left .image {
      float: right; }
    #two-columns-text .item.right .text {
      float: right; }
    #two-columns-text .item.right .image {
      float: left; }
    #two-columns-text .item .text {
      width: 45%; }
      #two-columns-text .item .text h2 {
        margin: 0 0 1% 0;
        color: #c74643;
        font-size: 250%;
        line-height: 120%;
        font-weight: 900; }
      #two-columns-text .item .text h3 {
        margin: 0 0 4% 0;
        color: #58595b;
        font-size: 170%;
        font-weight: 300; }
      #two-columns-text .item .text p {
        margin: 0 0 1em 0;
        color: #414141;
        font-size: 100%;
        font-weight: normal;
        text-align: justify;
        line-height: 160%; }
      #two-columns-text .item .text ol, #two-columns-text .item .text ul {
        width: 96.5%;
        float: left;
        margin: 1% 0 0 0;
        padding: 0 0 0 3.5%; }
        #two-columns-text .item .text ol li, #two-columns-text .item .text ul li {
          width: 100%;
          float: right;
          color: #c74643;
          font-weight: 700;
          font-size: 100%;
          margin: 0 0 0.5% 0; }
          #two-columns-text .item .text ol li i, #two-columns-text .item .text ol li em, #two-columns-text .item .text ul li i, #two-columns-text .item .text ul li em {
            color: #2c2c2c;
            font-weight: 300;
            font-style: normal; }
    #two-columns-text .item .image {
      width: 45%; }
      #two-columns-text .item .image img {
        width: 100%;
        float: left; }

#directory {
  width: 100%;
  height: 100%;
  float: left; }
  #directory .item {
    width: 33.33%;
    height: 50%;
    float: left;
    position: relative;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    margin-top: -5px;
    margin-left: -5px; }
    #directory .item.big {
      height: 100%; }
    #directory .item a .image {
      width: 100%;
      height: 100%;
      float: left;
      font-size: 0;
      transition-duration: 0.8s;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.8s;
      -webkit-transition-timing-function: ease;
      filter: saturate(40%);
      -webkit-filter: saturate(40%);
      -moz-filter: saturate(40%);
      -o-filter: saturate(40%);
      -ms-filter: saturate(40%);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      #directory .item a .image.sedaci-soupravy {
        background-image: url("../images/sedaci-soupravy-hover.jpg"); }
      #directory .item a .image.kresla {
        background-image: url("../images/kresla-hover.jpg"); }
      #directory .item a .image.zidle {
        background-image: url("../images/zidle-hover.jpg"); }
      #directory .item a .image.stolky {
        background-image: url("../images/stolky-hover.jpg"); }
      #directory .item a .image.pecovatelstvi {
        background-image: url("../images/pecovatelstvi-hover.jpg"); }
      #directory .item a .image.skladem {
        background-image: url("../images/skladem-hover.jpg"); }
      #directory .item a .image:hover {
        filter: saturate(100%);
        -webkit-filter: saturate(100%);
        -moz-filter: saturate(100%);
        -o-filter: saturate(100%);
        -ms-filter: saturate(100%); }
    #directory .item a h2, #directory .item a h1 {
      width: 40%;
      padding: 2% 10% 2% 10%;
      position: absolute;
      bottom: 0;
      left: 20%;
      background: #af3132;
      color: #fff;
      font-size: 26px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300; }

#home-links {
  width: 100%;
  height: 27%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  border-top: 4px solid #ececec;
  background: #ececec; }
  #home-links .box {
    width: 16.666%;
    height: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    filter: saturate(10%);
    -webkit-filter: saturate(40%);
    transition-property: filter;
    -webkit-transition-property: -webkit-filter;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    background-position: 50% 50%;
    background-size: cover; }
    #home-links .box.home-1 {
      background-image: url("../images/home-links-1.jpg"); }
    #home-links .box.home-2 {
      background-image: url("../images/home-links-2.jpg"); }
    #home-links .box.home-3 {
      background-image: url("../images/home-links-3.jpg"); }
    #home-links .box.home-4 {
      background-image: url("../images/home-links-4.jpg"); }
    .cs #home-links .box.home-4 {
      background-image: url("../images/home-links-4c.jpg"); }
    #home-links .box.home-5 {
      background-image: url("../images/home-links-5.jpg"); }
    #home-links .box.social span {
      width: 50%;
      height: 50%;
      float: left;
      font-size: 0;
      opacity: 0.7;
      transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-duration: 0.4s;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.4s;
      -webkit-transition-timing-function: ease;
      background-position: 50% 50%;
      background-size: auto 40%;
      background-repeat: no-repeat; }
      #home-links .box.social span.facebook {
        background-image: url("../images/facebook.svg"); }
      #home-links .box.social span.pinterest {
        background-image: url("../images/pinterest.svg"); }
      #home-links .box.social span.youtube {
        background-image: url("../images/youtube.svg"); }
      #home-links .box.social span.instagram {
        background-image: url("../images/instagram.svg"); }
      #home-links .box.social span:hover {
        opacity: 1; }
    #home-links .box:hover {
      -webkit-filter: none;
      filter: none; }
    #home-links .box.active {
      -webkit-filter: none;
      filter: none; }
    #home-links .box a {
      width: 100%;
      height: 100%;
      float: left; }
    #home-links .box h2 {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 120%;
      text-transform: uppercase;
      color: #fff;
      font-weight: 300;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }
      #home-links .box h2 strong {
        font-weight: 800; }

#media {
  width: 100%;
  float: left; }
  #media .media-list {
    width: 102%;
    float: left;
    margin: 1% 0 0 0; }

.media-item {
  width: 18.8%;
  margin: 0 0 2rem 0.5%;
  float: left;
  position: relative; }
  .media-item img {
    width: 100%;
    float: left; }
  .media-item h2 {
    margin: 0.8% 0 0 0;
    text-align: center;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 130%; }
  .media-item .hover-detail {
    display: none;
    width: 200%;
    position: absolute;
    z-index: 1000;
    top: 20%;
    left: 20%;
    border-radius: 0.3em;
    background: #010101; }
    .media-item .hover-detail h3 {
      margin: 2.5% 0 0 0 !important;
      color: #fff;
      font-size: 100%;
      text-align: center;
      font-weight: 400;
      border: 0 !important; }
    .media-item .hover-detail img {
      width: 95%;
      margin: 2% 2.5%; }
    .media-item .hover-detail .download {
      width: 85%;
      float: left;
      margin-bottom: 2.5%;
      padding: 0 2.5% 0 12.5%;
      font-size: 90%;
      text-align: center;
      background-image: url("../images/download-icon.png");
      background-position: 5% 50%;
      background-size: 3.5% auto;
      background-repeat: no-repeat; }
      .media-item .hover-detail .download a {
        display: inline-block;
        margin-left: -1px;
        padding: 0 4%;
        color: #fff;
        text-decoration: underline;
        border-left: 1px solid #6c6c6c; }
        .media-item .hover-detail .download a.first {
          border: 0;
          margin: 0; }
        .media-item .hover-detail .download a:hover {
          color: #999; }
    .media-item .hover-detail.left {
      left: -70%; }
  .media-item.hover .hover-detail {
    display: block; }

#search {
  width: 100%;
  float: left;
  margin: 4% 0 0 0; }
  #search h3 {
    font-size: 200%;
    color: #414141; }
    #search h3.no-search {
      margin: 6% 0 10% 0;
      text-align: center; }
    #search h3 a {
      color: #c74643; }
  #search .item {
    width: 96%;
    float: left;
    margin: 2% 0 0 0;
    padding: 0 2% 2% 2%;
    border-bottom: 1px solid #999; }
    #search .item p {
      font-size: 100%;
      color: #414141; }

#whyus {
  width: 100%;
  float: left; }

#forpartner .login {
  width: 100%;
  float: left; }
  #forpartner .login h2 {
    margin: 0 0 3px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-indent: 15px; }
  #forpartner .login span {
    float: left;
    margin: 14px 0 0 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer; }
  #forpartner .login input {
    width: 48%;
    height: 38px;
    float: left;
    margin: 0 1% 0 0;
    padding: 0;
    background: #fff;
    border: 1px solid #bbb;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 300;
    text-indent: 15px; }
    #forpartner .login input#frm-signInForm-send {
      width: 120px;
      margin: 5px 0 0 0;
      border: 0;
      text-align: left;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      background: #c74643 url("../images/next-icon.png") 92px 50% no-repeat;
      cursor: pointer;
      transition-duration: 0.2s;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease; }
      #forpartner .login input#frm-signInForm-send:hover {
        background-position: 97px 50%; }
#forpartner .links {
  width: 100%;
  float: left; }
  #forpartner .links a {
    width: 60%;
    float: left;
    margin: 1% 0 0 0;
    padding: 1em 2em;
    border: 0;
    text-align: left;
    font-size: 120%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #c74643; }

.window {
  width: 360px;
  padding: 20px;
  position: absolute;
  top: -100%;
  left: 50%;
  margin-left: -200px;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px #000;
  transition-duration: 0.7s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: ease; }

.window.active {
  top: 70px; }

.window p {
  font-size: 14px;
  font-weight: 300; }

.window .role {
  width: 360px;
  float: left;
  margin-left: -20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px 0 20px;
  background: #2c2c2c; }

.window .role h3 {
  width: auto;
  margin: 8px 20px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300; }

.window .role span {
  width: auto;
  float: left;
  margin: 8px 5px 0 5px;
  padding: 5px 10px 5px 10px;
  background: #585858;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer; }

.window .role span.active {
  background: #fff;
  color: #000; }

.window .role span:hover {
  background: #fff;
  color: #000; }

.window input {
  width: 358px;
  height: 34px;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  border: 1px solid #bbb;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 300;
  text-indent: 15px;
  font-family: 'Open Sans', sans-serif;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease; }

.window input:hover {
  box-shadow: 0 0 6px rgba(220, 56, 47, 0.4); }

.window textarea {
  width: 343px;
  height: 110px;
  float: left;
  margin: 0;
  padding: 10px 0 10px 15px;
  border: 1px solid #bbb;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif; }

.window textarea:hover {
  box-shadow: 0 0 6px rgba(220, 56, 47, 0.4); }

.window input[type="submit"] {
  width: 360px;
  height: 40px;
  float: left;
  margin: 5px 0 0 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  background: #bbb;
  line-height: 40px;
  cursor: pointer; }

.window span.close-register {
  float: left;
  margin: 15px 0 0 150px;
  color: red;
  cursor: pointer; }

#letters {
  width: 100%;
  float: left; }
  #letters .master-image {
    position: relative;
    font-size: 160%;
    color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
    #letters .master-image .text {
      width: 100%;
      background: transparent; }
      #letters .master-image .text .section {
        padding-top: 2.5em; }
        #letters .master-image .text .section p {
          width: auto;
          margin: 0 1em 1.5em 0; }
          #letters .master-image .text .section p:first-child {
            width: 100%;
            margin-right: 0; }
          #letters .master-image .text .section p img {
            margin-top: -1em; }
        #letters .master-image .text .section form {
          max-width: 520px; }
          #letters .master-image .text .section form input {
            width: 370px;
            height: 40px;
            float: left;
            margin: 0;
            padding: 0;
            border: 0;
            background: #fff url(/images/icon-email.png) no-repeat 97% 50%;
            box-sizing: border-box;
            text-indent: 10px;
            color: #2b2b2b;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px; }
          #letters .master-image .text .section form input[type=submit] {
            width: 140px;
            float: right;
            background: #c74643 url(/images/icon-arrows.png) no-repeat 80% 50%;
            padding-right: 20px;
            color: #fff;
            text-align: center;
            text-indent: 0;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer; }
          #letters .master-image .text .section form textarea {
            width: 100%;
            height: 115px;
            float: left;
            padding: 5px 10px 5px 10px;
            margin: 10px 0;
            border: 0;
            background: #fff url(/images/icon-pencil.png) no-repeat 98% 10%;
            box-sizing: border-box;
            color: #2b2b2b;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px; }
  #letters .letters-list {
    width: 100%;
    float: left; }
    #letters .letters-list h2 {
      margin: 1em 0 0.2em 0;
      color: #c74643;
      font-size: 250%;
      font-weight: 900;
      text-transform: uppercase; }
    #letters .letters-list .links {
      width: 175px;
      float: left;
      margin: 10px 0 20px 0; }
      #letters .letters-list .links a {
        width: 100%;
        height: 38px;
        float: left;
        margin: 0 0 8px 0;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
        #letters .letters-list .links a.contact {
          background: #af3132; }
        #letters .letters-list .links a.back {
          background: #a9a9a9; }
    #letters .letters-list .item {
      width: 100%;
      float: left;
      margin-top: 1em;
      border-top: 1px solid #dbdbdb;
      padding-top: 1em;
      font-size: 130%;
      color: #333;
      text-align: justify;
      line-height: 130%; }
      #letters .letters-list .item h3 {
        margin-bottom: 0.5em;
        color: #5a5a5a;
        font-size: 110%;
        font-weight: bold;
        line-height: 130%; }
      #letters .letters-list .item p {
        margin: 0 0 10px 0; }

#letter {
  width: 100%;
  float: left;
  margin: 30px 0 40px 0;
  color: #2c2c2c;
  position: relative; }
  #letter .filter {
    width: 100%;
    height: 100%;
    float: left;
    padding: 20px 0 40px;
    background: rgba(255, 255, 255, 0.65); }
  #letter .section {
    width: 60%;
    padding: 0 20% 0 20%; }
  #letter h4 {
    margin-left: -5%;
    padding: 0 0 0 5%;
    font-size: 140%;
    font-weight: 300;
    background-image: url("../images/edit-icon.png");
    background-position: 0 50%;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  #letter p {
    font-size: 100%;
    font-weight: 400;
    font-style: italic; }
  #letter .more {
    width: 230px;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: 20%;
    background: #c74643 url("../images/next-icon.png") 185px 50% no-repeat;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    text-indent: 30px;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease; }
    #letter .more:hover {
      background-position: 195px 50%; }

#cover {
  width: 100%;
  float: left; }

#cover .cleaner {
  width: 100%;
  height: 100%;
  float: left;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

#cover .category-filter {
  width: 100%;
  display: table;
  /*position: absolute; bottom: 0;*/
  background: #a9a9a9; }

#cover .category-filter .button {
  width: 16.6666666667%;
  float: left;
  padding-top: 5px;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #fff;
  position: relative; }

#cover .category-filter .button:hover, #cover .category-filter .button.active {
  margin-top: -15px;
  padding-top: 20px;
  padding-bottom: 3px;
  margin-bottom: 0;
  /*background-image: url("../images/red-button-hover.png") !important; background-size: 100% 100% !important; background-color: #2b2b2b !important;*/ }
  #cover .category-filter .button:hover .rank, #cover .category-filter .button.active .rank {
    top: 20px; }

#cover .category-filter .button .rank {
  width: 100%;
  height: 15px;
  float: left;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0; }

#cover .category-filter .button .rank img {
  height: 100%;
  display: inline-block; }

#cover .category-filter .button h2 {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #2c2c2c;
  line-height: 300%;
  font-size: 140%;
  font-weight: 600; }

#cover .category-filter .button.red {
  background-color: #c74643; }
  #cover .category-filter .button.red h2 {
    color: #fff; }

#cover .category-filter .button.brown {
  background-color: #a17c3f; }
  #cover .category-filter .button.brown h2 {
    color: #fff; }

#cover .category-filter .button.gray {
  background-color: #797979; }
  #cover .category-filter .button.gray h2 {
    color: #fff; }

#cover .category-filter .button.wood {
  background-image: url("../images/wood.png"); }
  #cover .category-filter .button.wood h2 {
    color: #fff; }

#cover .category-filter .button.last {
  margin-right: -15px; }

#cover .subcategory-filter {
  width: 100%;
  float: left;
  /*background: #2b2b2b;*/
  border-bottom: 1px solid #d8d8d8;
  margin-top: 2em;
  text-align: center; }

#cover .subcategory-filter ul {
  width: auto;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: -4px;
  list-style: none;
  border-left: 1px solid #d8d8d8; }

#cover .subcategory-filter ul li {
  width: auto;
  height: 100%;
  float: left;
  padding: 0 30px;
  border-right: 1px solid #d8d8d8;
  font-size: 110%;
  font-weight: 400;
  color: #525252;
  line-height: 370%;
  text-transform: uppercase;
  cursor: pointer; }

#cover .subcategory-filter ul li strong {
  width: 9px;
  height: 15px;
  float: right;
  margin: 18px 0 0 6px;
  font-size: 0;
  background: url("../images/watter.png") 0 0 no-repeat; }

#cover .subcategory-filter ul li:hover {
  /*color: #fff;*/
  font-weight: bold;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff; }

#cover .subcategory-filter ul li.active {
  /*color: #fff;*/
  font-weight: bold;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff; }

#cover .cover-detail {
  width: 100%;
  float: left; }

#cover .cover-detail .gallery {
  width: 100%;
  float: left;
  margin: 25px 0 25px 0;
  /*border-left: 1px solid #c1c1c1;*/ }

#cover .cover-detail .gallery .left {
  width: 30%;
  float: left;
  position: relative; }

#cover .cover-detail .gallery .left .dimension {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -6px;
  color: #c1c1c1;
  font-size: 100%;
  font-weight: 300;
  line-height: 100%; }

#cover .cover-detail .gallery .left img {
  width: 96%;
  float: left;
  margin: 0 0 0 4%;
  border-radius: 50%;
  display: none; }

#cover .cover-detail .gallery .left img.active {
  display: block; }

#cover .cover-detail .gallery .right {
  width: 65%;
  float: right; }

#cover .cover-detail .gallery .right .item {
  width: 14.2857142857%;
  box-sizing: border-box;
  float: left;
  padding: 1.5%; }

#cover .cover-detail .gallery .right .item img {
  width: 100%;
  float: left;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease; }

#cover .cover-detail .gallery .right .item img:hover {
  border: 2px solid #c74643; }

#cover .cover-detail .gallery .right .item.active img {
  border: 2px solid #c74643; }

#cover .cover-detail .gallery .right .item h3 {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
  padding: 0;
  float: left;
  font-size: 100%;
  font-weight: 600;
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase; }

#cover .cover-detail .left {
  width: 47%;
  float: left; }

#cover .cover-detail .right {
  width: 47%;
  float: right; }

#cover .cover-detail .text {
  width: 100%;
  float: left; }

#cover .cover-detail .text h2 {
  color: #c74643;
  font-size: 330%;
  font-weight: 900;
  line-height: 120%; }

#cover .cover-detail .text h3 {
  margin: 0 0 13px 0;
  color: #58595b;
  font-size: 215%;
  font-weight: 300; }

#cover .cover-detail .text h4 {
  margin: 10px 0 10px 0;
  color: #58595b;
  font-size: 200%;
  font-weight: 300; }

#cover .cover-detail .text p {
  margin: 0 0 10px 0;
  color: #414141;
  font-size: 110%;
  font-weight: 300;
  text-align: justify;
  line-height: 140%; }

#cover .cover-detail .text table {
  width: 90%;
  float: left;
  font-size: 90%;
  font-weight: 300;
  text-align: left; }

#cover .cover-detail .text table th {
  width: 100px;
  background: #e4e4e4;
  font-weight: 600;
  padding: 5px 10px 5px 10px; }

#cover .cover-detail .text table td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #e4e4e4; }

#cover .promo {
  background: url(../images/cover-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 2em 5em 3em 5em;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(1, 1, 1, 0.75); }
  #cover .promo p {
    float: none; }
#cover .full-screen {
  height: auto !important;
  margin-top: 0 !important;
  overflow: visible !important; }
#cover h1, #cover h2, #cover h3, #cover h3, #cover h4, #cover h5, #cover p {
  float: none; }

#blog, #outlet, #press, #user-section {
  width: 100%;
  float: left;
  position: relative; }
  #blog .sorting, #outlet .sorting, #press .sorting, #user-section .sorting {
    width: 98%;
    float: left;
    margin: 25px 1% 0 1%; }
    #blog .sorting select, #outlet .sorting select, #press .sorting select, #user-section .sorting select {
      width: 200px;
      height: 33px;
      float: left;
      margin: 0 20px 0 0;
      background: #fff;
      border: 1px solid #545454;
      color: #2b2b2b;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      text-indent: 10px;
      border-radius: 0; }
  #blog h3, #outlet h3, #press h3, #user-section h3 {
    width: 95.9%;
    margin: 2rem 0 2rem 0.6%;
    border-bottom: 1px solid #ccc; }
  #blog .item, #outlet .item, #press .item, #user-section .item {
    width: 31%;
    float: left;
    margin: 3% 1% 0 1%;
    border: 1px solid #bababa;
    border-radius: 2px; }
    #blog .item.clear, #outlet .item.clear, #press .item.clear, #user-section .item.clear {
      clear: left; }
    #blog .item .image, #outlet .item .image, #press .item .image, #user-section .item .image {
      width: 100%;
      float: left; }
      #blog .item .image img, #outlet .item .image img, #press .item .image img, #user-section .item .image img {
        width: 100%;
        float: left; }
    #blog .item .text, #outlet .item .text, #press .item .text, #user-section .item .text {
      width: 86%;
      min-height: 140px;
      float: left;
      padding: 0 7% 0 7%;
      margin: 5% 7% 5% 0; }
      #blog .item .text .text-blok, #outlet .item .text .text-blok, #press .item .text .text-blok, #user-section .item .text .text-blok {
        width: 100%;
        height: 200px;
        float: left;
        overflow: hidden; }
      #blog .item .text h2, #blog .item .text h1, #outlet .item .text h2, #outlet .item .text h1, #press .item .text h2, #press .item .text h1, #user-section .item .text h2, #user-section .item .text h1 {
        margin: 0 0 2% 0;
        color: #2c2c2c;
        font-size: 160%;
        line-height: 120%;
        font-weight: 600;
        text-transform: uppercase; }
        #blog .item .text h2 a, #blog .item .text h1 a, #outlet .item .text h2 a, #outlet .item .text h1 a, #press .item .text h2 a, #press .item .text h1 a, #user-section .item .text h2 a, #user-section .item .text h1 a {
          color: #2c2c2c;
          text-decoration: none; }
          #blog .item .text h2 a:hover, #blog .item .text h1 a:hover, #outlet .item .text h2 a:hover, #outlet .item .text h1 a:hover, #press .item .text h2 a:hover, #press .item .text h1 a:hover, #user-section .item .text h2 a:hover, #user-section .item .text h1 a:hover {
            color: #c74643; }
      #blog .item .text span, #outlet .item .text span, #press .item .text span, #user-section .item .text span {
        width: auto;
        height: 18px;
        float: left;
        margin: 0 45px 0 0;
        line-height: 18px;
        font-size: 10px;
        color: #7c7c7c; }
        #blog .item .text span.date, #outlet .item .text span.date, #press .item .text span.date, #user-section .item .text span.date {
          padding: 0 0 0 25px;
          background: url("../images/clock.png") no-repeat; }
        #blog .item .text span.type, #outlet .item .text span.type, #press .item .text span.type, #user-section .item .text span.type {
          padding: 0 0 0 30px;
          background: url("../images/folder.png") no-repeat; }
      #blog .item .text p, #outlet .item .text p, #press .item .text p, #user-section .item .text p {
        margin: 1% 0 2% 0;
        font-size: 100%;
        color: #2c2c2c;
        font-weight: 400;
        line-height: 130%; }
      #blog .item .text .discount, #outlet .item .text .discount, #press .item .text .discount, #user-section .item .text .discount {
        width: 100%;
        float: left;
        margin: 7% 0 0 0;
        text-align: center; }
        #blog .item .text .discount p, #outlet .item .text .discount p, #press .item .text .discount p, #user-section .item .text .discount p {
          margin: 0;
          float: none;
          font-size: 120%;
          line-height: 150%;
          color: #2c2c2c;
          font-weight: 600; }
          #blog .item .text .discount p.old, #outlet .item .text .discount p.old, #press .item .text .discount p.old, #user-section .item .text .discount p.old {
            text-decoration: line-through; }
        #blog .item .text .discount .left, #outlet .item .text .discount .left, #press .item .text .discount .left, #user-section .item .text .discount .left {
          float: left;
          padding: 0 5%;
          background: #c74543; }
          #blog .item .text .discount .left p, #outlet .item .text .discount .left p, #press .item .text .discount .left p, #user-section .item .text .discount .left p {
            font-size: 200%;
            line-height: 180%;
            color: #fff; }
        #blog .item .text .discount .right, #outlet .item .text .discount .right, #press .item .text .discount .right, #user-section .item .text .discount .right {
          float: right; }
          #blog .item .text .discount .right button, #outlet .item .text .discount .right button, #press .item .text .discount .right button, #user-section .item .text .discount .right button {
            background-color: #7d7d7d;
            border: 0;
            padding: 0 1.5em;
            color: #fff;
            font-size: 120%;
            font-weight: bold;
            line-height: 300%;
            text-decoration: underline;
            text-transform: uppercase;
            cursor: pointer; }
            #blog .item .text .discount .right button:focus, #blog .item .text .discount .right button:hover, #outlet .item .text .discount .right button:focus, #outlet .item .text .discount .right button:hover, #press .item .text .discount .right button:focus, #press .item .text .discount .right button:hover, #user-section .item .text .discount .right button:focus, #user-section .item .text .discount .right button:hover {
              background-color: #4a4a4a; }
    #blog .item:hover, #outlet .item:hover, #press .item:hover, #user-section .item:hover {
      box-shadow: 0 0 6px rgba(220, 56, 47, 0.4); }
    #blog .item.first, #outlet .item.first, #press .item.first, #user-section .item.first {
      width: 97.3%; }
      #blog .item.first .image, #outlet .item.first .image, #press .item.first .image, #user-section .item.first .image {
        width: 50%;
        float: left; }
      #blog .item.first .text, #outlet .item.first .text, #press .item.first .text, #user-section .item.first .text {
        width: 40%;
        float: right;
        padding: 0; }
        #blog .item.first .text h2, #blog .item.first .text h1, #outlet .item.first .text h2, #outlet .item.first .text h1, #press .item.first .text h2, #press .item.first .text h1, #user-section .item.first .text h2, #user-section .item.first .text h1 {
          color: #2c2c2c;
          font-weight: 600;
          text-transform: uppercase; }
  #blog .load-next, #outlet .load-next, #press .load-next, #user-section .load-next {
    height: 68px;
    position: absolute;
    bottom: 0;
    right: 10%;
    padding: 0 30px 0 55px;
    background: #c74643 url("../images/back.png") 25px 50% no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 68px;
    text-decoration: none;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: linear; }
    #blog .load-next:hover, #outlet .load-next:hover, #press .load-next:hover, #user-section .load-next:hover {
      background-position: 15px 50%; }

#blog-detail, #press-detail {
  width: 100%;
  float: left; }
  #blog-detail .section-title, #press-detail .section-title {
    width: 90%;
    float: left;
    margin: 7% 5% 3% 5%;
    text-align: center;
    text-transform: uppercase;
    font-size: 150%;
    color: #2c2c2c;
    border-bottom: 1px solid #c98e78; }
    #blog-detail .section-title.no-border, #press-detail .section-title.no-border {
      border: 0; }
  #blog-detail .text, #press-detail .text {
    width: 48%;
    float: left;
    margin-left: 0.5%; }
    #blog-detail .text h1, #press-detail .text h1 {
      font-size: 250%;
      color: #2c2c2c;
      font-weight: 600;
      text-transform: uppercase; }
    #blog-detail .text h3, #press-detail .text h3 {
      font-size: 170%; }
    #blog-detail .text p, #press-detail .text p {
      margin: 2% 0 0 0;
      font-size: 100%;
      color: #2c2c2c;
      line-height: 130%; }
      #blog-detail .text p a, #press-detail .text p a {
        color: #c74643;
        text-decoration: none; }
        #blog-detail .text p a:hover, #press-detail .text p a:hover {
          text-decoration: underline; }
    #blog-detail .text ol, #blog-detail .text ul, #press-detail .text ol, #press-detail .text ul {
      width: 96.5%;
      float: left;
      margin: 1% 0 0 0;
      padding: 0 0 0 3.5%; }
      #blog-detail .text ol li, #blog-detail .text ul li, #press-detail .text ol li, #press-detail .text ul li {
        width: 100%;
        float: right;
        font-size: 100%;
        margin: 0 0 0.5% 0; }
        #blog-detail .text ol li i, #blog-detail .text ol li em, #blog-detail .text ul li i, #blog-detail .text ul li em, #press-detail .text ol li i, #press-detail .text ol li em, #press-detail .text ul li i, #press-detail .text ul li em {
          color: #2c2c2c;
          font-weight: 300;
          font-style: normal; }
    #blog-detail .text .perex p, #press-detail .text .perex p {
      font-size: 120%;
      line-height: 130%; }
    #blog-detail .text .back, #press-detail .text .back {
      width: 355px;
      height: 68px;
      float: left;
      margin: 18px 0 0 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      line-height: 68px;
      text-indent: 55px;
      text-decoration: none;
      transition-duration: 0.1s;
      transition-timing-function: linear;
      -webkit-transition-duration: 0.1s;
      -webkit-transition-timing-function: linear;
      background: #c74643 url("../images/back.png") 25px 50% no-repeat; }
      #blog-detail .text .back:hover, #press-detail .text .back:hover {
        background-position: 15px 50%; }
  #blog-detail .files, #press-detail .files {
    width: 47%;
    float: right;
    margin: 0 1.5% 0 0; }
    #blog-detail .files .item, #press-detail .files .item {
      width: 49%;
      float: left;
      margin: 0 1% 2% 0; }
      #blog-detail .files .item img, #press-detail .files .item img {
        width: 100%;
        float: left; }
      #blog-detail .files .item h3, #press-detail .files .item h3 {
        margin: 0.2em 0 0 0;
        text-align: center;
        font-weight: 400; }
      #blog-detail .files .item.full-width, #press-detail .files .item.full-width {
        width: 100%; }
    #blog-detail .files .media-item, #press-detail .files .media-item {
      width: 49%;
      float: left;
      margin: 0 1% 2% 0; }
  #blog-detail .other-article, #press-detail .other-article {
    width: 100%;
    float: left;
    margin: 3% 0 0 0; }
    #blog-detail .other-article h3, #press-detail .other-article h3 {
      width: 90%;
      padding: 0 5% 3% 5%;
      font-size: 170%;
      color: #2c2c2c;
      text-transform: uppercase;
      font-weight: 700; }
    #blog-detail .other-article .section, #press-detail .other-article .section {
      width: 90%;
      padding: 0 5% 0 5%; }
    #blog-detail .other-article .item, #press-detail .other-article .item {
      width: 31%;
      float: left;
      margin: 3% 1% 0 1%;
      border: 1px solid #bababa;
      border-radius: 2px; }
      #blog-detail .other-article .item .image, #press-detail .other-article .item .image {
        width: 100%;
        float: left; }
        #blog-detail .other-article .item .image img, #press-detail .other-article .item .image img {
          width: 100%;
          float: left; }
      #blog-detail .other-article .item .text, #press-detail .other-article .item .text {
        width: 86%;
        min-height: 140px;
        float: left;
        padding: 0 7% 0 7%;
        margin: 5% 7% 5% 0; }
        #blog-detail .other-article .item .text .text-blok, #press-detail .other-article .item .text .text-blok {
          width: 100%;
          height: 200px;
          float: left;
          overflow: hidden; }
        #blog-detail .other-article .item .text h2, #blog-detail .other-article .item .text h1, #press-detail .other-article .item .text h2, #press-detail .other-article .item .text h1 {
          margin: 0 0 2% 0;
          color: #2c2c2c;
          font-size: 160%;
          line-height: 120%;
          font-weight: 600;
          text-transform: uppercase; }
          #blog-detail .other-article .item .text h2 a, #blog-detail .other-article .item .text h1 a, #press-detail .other-article .item .text h2 a, #press-detail .other-article .item .text h1 a {
            color: #2c2c2c;
            text-decoration: none; }
            #blog-detail .other-article .item .text h2 a:hover, #blog-detail .other-article .item .text h1 a:hover, #press-detail .other-article .item .text h2 a:hover, #press-detail .other-article .item .text h1 a:hover {
              color: #c74643; }
        #blog-detail .other-article .item .text span, #press-detail .other-article .item .text span {
          width: auto;
          height: 18px;
          float: left;
          margin: 0 45px 0 0;
          line-height: 18px;
          font-size: 10px;
          color: #7c7c7c; }
          #blog-detail .other-article .item .text span.date, #press-detail .other-article .item .text span.date {
            padding: 0 0 0 25px;
            background: url("../images/clock.png") no-repeat; }
          #blog-detail .other-article .item .text span.type, #press-detail .other-article .item .text span.type {
            padding: 0 0 0 30px;
            background: url("../images/folder.png") no-repeat; }
        #blog-detail .other-article .item .text p, #press-detail .other-article .item .text p {
          margin: 1% 0 2% 0;
          font-size: 100%;
          color: #2c2c2c;
          font-weight: 400;
          line-height: 130%; }
        #blog-detail .other-article .item .text .discount, #press-detail .other-article .item .text .discount {
          width: 100%;
          float: left;
          margin: 7% 0 0 0; }
          #blog-detail .other-article .item .text .discount .left, #press-detail .other-article .item .text .discount .left {
            float: left;
            padding: 0 5%;
            background: #c74543; }
            #blog-detail .other-article .item .text .discount .left p, #press-detail .other-article .item .text .discount .left p {
              margin: 0;
              text-align: center;
              line-height: 180%;
              color: #fff;
              font-weight: 600;
              font-size: 200%; }
          #blog-detail .other-article .item .text .discount .right, #press-detail .other-article .item .text .discount .right {
            float: left;
            margin: 0 0 0 5%; }
            #blog-detail .other-article .item .text .discount .right p, #press-detail .other-article .item .text .discount .right p {
              margin: 0;
              font-size: 110%;
              line-height: 160%;
              color: #2c2c2c;
              font-weight: 600; }
              #blog-detail .other-article .item .text .discount .right p.old, #press-detail .other-article .item .text .discount .right p.old {
                text-decoration: line-through; }
      #blog-detail .other-article .item:hover, #press-detail .other-article .item:hover {
        box-shadow: 0 0 6px rgba(220, 56, 47, 0.4); }

#blog-detail .page-title, #press-detail .page-title, #blog .page-title, #outlet .page-title, #press .page-title, #user-section .page-title {
  width: 100%;
  float: left;
  margin: 1.5% 0 0 0;
  position: relative;
  text-align: center;
  color: #717171;
  font-size: 200%;
  text-transform: uppercase; }
  #blog-detail .page-title .show-header, #press-detail .page-title .show-header, #blog .page-title .show-header, #outlet .page-title .show-header, #press .page-title .show-header, #user-section .page-title .show-header {
    width: auto;
    position: absolute;
    left: 10.5%;
    top: 20%;
    cursor: pointer; }
    #blog-detail .page-title .show-header span, #press-detail .page-title .show-header span, #blog .page-title .show-header span, #outlet .page-title .show-header span, #press .page-title .show-header span, #user-section .page-title .show-header span {
      float: left;
      margin: 0 15px 0 0;
      font-size: 1.2rem;
      line-height: 32px;
      font-weight: 600; }
      #blog-detail .page-title .show-header span.hide, #press-detail .page-title .show-header span.hide, #blog .page-title .show-header span.hide, #outlet .page-title .show-header span.hide, #press .page-title .show-header span.hide, #user-section .page-title .show-header span.hide {
        display: none; }
    #blog-detail .page-title .show-header .arrow, #press-detail .page-title .show-header .arrow, #blog .page-title .show-header .arrow, #outlet .page-title .show-header .arrow, #press .page-title .show-header .arrow, #user-section .page-title .show-header .arrow {
      width: 44px;
      height: 32px;
      float: left;
      position: relative;
      cursor: pointer;
      transition-duration: 0.8s;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.8s;
      -webkit-transition-timing-function: ease; }
      #blog-detail .page-title .show-header .arrow .line, #press-detail .page-title .show-header .arrow .line, #blog .page-title .show-header .arrow .line, #outlet .page-title .show-header .arrow .line, #press .page-title .show-header .arrow .line, #user-section .page-title .show-header .arrow .line {
        width: 100%;
        height: 6px;
        float: left;
        background: #717171;
        position: absolute;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0.6s;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        -webkit-transition-delay: 0.6s; }
        #blog-detail .page-title .show-header .arrow .line.line-center, #press-detail .page-title .show-header .arrow .line.line-center, #blog .page-title .show-header .arrow .line.line-center, #outlet .page-title .show-header .arrow .line.line-center, #press .page-title .show-header .arrow .line.line-center, #user-section .page-title .show-header .arrow .line.line-center {
          left: 0;
          top: 50%;
          margin-top: -3px; }
        #blog-detail .page-title .show-header .arrow .line.line-top, #press-detail .page-title .show-header .arrow .line.line-top, #blog .page-title .show-header .arrow .line.line-top, #outlet .page-title .show-header .arrow .line.line-top, #press .page-title .show-header .arrow .line.line-top, #user-section .page-title .show-header .arrow .line.line-top {
          left: 0;
          top: 0; }
        #blog-detail .page-title .show-header .arrow .line.line-bottom, #press-detail .page-title .show-header .arrow .line.line-bottom, #blog .page-title .show-header .arrow .line.line-bottom, #outlet .page-title .show-header .arrow .line.line-bottom, #press .page-title .show-header .arrow .line.line-bottom, #user-section .page-title .show-header .arrow .line.line-bottom {
          left: 0;
          bottom: 0; }
      #blog-detail .page-title .show-header .arrow.show-arrow, #press-detail .page-title .show-header .arrow.show-arrow, #blog .page-title .show-header .arrow.show-arrow, #outlet .page-title .show-header .arrow.show-arrow, #press .page-title .show-header .arrow.show-arrow, #user-section .page-title .show-header .arrow.show-arrow {
        transform: rotate(450deg);
        -webkit-transform: rotate(450deg); }
        #blog-detail .page-title .show-header .arrow.show-arrow .line-top, #press-detail .page-title .show-header .arrow.show-arrow .line-top, #blog .page-title .show-header .arrow.show-arrow .line-top, #outlet .page-title .show-header .arrow.show-arrow .line-top, #press .page-title .show-header .arrow.show-arrow .line-top, #user-section .page-title .show-header .arrow.show-arrow .line-top {
          width: 31px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          left: -6px;
          top: 4px; }
        #blog-detail .page-title .show-header .arrow.show-arrow .line-bottom, #press-detail .page-title .show-header .arrow.show-arrow .line-bottom, #blog .page-title .show-header .arrow.show-arrow .line-bottom, #outlet .page-title .show-header .arrow.show-arrow .line-bottom, #press .page-title .show-header .arrow.show-arrow .line-bottom, #user-section .page-title .show-header .arrow.show-arrow .line-bottom {
          width: 31px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          left: -6px;
          bottom: 4px; }
  #blog-detail .page-title .logo, #press-detail .page-title .logo, #blog .page-title .logo, #outlet .page-title .logo, #press .page-title .logo, #user-section .page-title .logo {
    height: 180%;
    position: absolute;
    right: 10.7%;
    top: -35%;
    cursor: pointer;
    background: #fff; }
    #blog-detail .page-title .logo img, #press-detail .page-title .logo img, #blog .page-title .logo img, #outlet .page-title .logo img, #press .page-title .logo img, #user-section .page-title .logo img {
      height: 75%;
      display: inline-block;
      position: relative;
      top: 12.5%; }
    #blog-detail .page-title .logo.hide img, #press-detail .page-title .logo.hide img, #blog .page-title .logo.hide img, #outlet .page-title .logo.hide img, #press .page-title .logo.hide img, #user-section .page-title .logo.hide img {
      opacity: 0; }
#blog-detail .filter, #press-detail .filter, #blog .filter, #outlet .filter, #press .filter, #user-section .filter {
  width: 80%;
  float: left;
  margin: 2% 10% 0 10%; }
  #blog-detail .filter ul, #press-detail .filter ul, #blog .filter ul, #outlet .filter ul, #press .filter ul, #user-section .filter ul {
    width: 102%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none; }
    #blog-detail .filter ul li, #press-detail .filter ul li, #blog .filter ul li, #outlet .filter ul li, #press .filter ul li, #user-section .filter ul li {
      width: 18.8%;
      margin: 0 0 0 0.5%;
      padding: 0;
      float: left;
      font-size: 85%;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      background-color: #717171; }
      #blog-detail .filter ul li:hover, #blog-detail .filter ul li.active, #press-detail .filter ul li:hover, #press-detail .filter ul li.active, #blog .filter ul li:hover, #blog .filter ul li.active, #outlet .filter ul li:hover, #outlet .filter ul li.active, #press .filter ul li:hover, #press .filter ul li.active, #user-section .filter ul li:hover, #user-section .filter ul li.active {
        background-color: #c74643 !important; }
      #blog-detail .filter ul li.dark, #press-detail .filter ul li.dark, #blog .filter ul li.dark, #outlet .filter ul li.dark, #press .filter ul li.dark, #user-section .filter ul li.dark {
        background: #2c2c2c; }
      #blog-detail .filter ul li a, #press-detail .filter ul li a, #blog .filter ul li a, #outlet .filter ul li a, #press .filter ul li a, #user-section .filter ul li a {
        display: block;
        color: #fff;
        text-decoration: none; }
        #blog-detail .filter ul li a span, #press-detail .filter ul li a span, #blog .filter ul li a span, #outlet .filter ul li a span, #press .filter ul li a span, #user-section .filter ul li a span {
          display: table-cell;
          vertical-align: middle;
          height: 4.5em;
          padding: 0 2.5rem;
          display: table-cell;
          vertical-align: middle; }
#blog-detail .hidden, #press-detail .hidden, #blog .hidden, #outlet .hidden, #press .hidden, #user-section .hidden {
  display: none; }

/** New blog page **/
#blog-detail {
  background-color: #e6e5e5;
  font-size: 140%; }
  #blog-detail * {
    box-sizing: border-box; }
  #blog-detail .hero {
    width: 100%;
    height: 0;
    padding-bottom: 26.5%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative; }
    #blog-detail .hero:after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient(bottom, #212121 0, transparent 60%, transparent 100%);
      background-image: linear-gradient(to top, #212121 0, transparent 60%, transparent 100%);
      background-repeat: repeat-x;
      background-position: bottom left;
      content: " "; }
  #blog-detail iframe {
    max-width: 100%; }
  #blog-detail .section {
    width: auto;
    margin: -2em 0 0 16.5%;
    padding: 0;
    position: relative; }
  #blog-detail h1 {
    position: absolute;
    top: -40px;
    left: 0;
    transform: translateY(-100%);
    width: 65%;
    margin: 0 40px 1em 40px;
    float: none;
    color: #fff;
    font-size: 210%;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(1, 1, 1, 0.6);
    line-height: 145%; }
  #blog-detail .text {
    width: 65%;
    max-width: 900px;
    position: relative;
    background-color: #fff;
    padding: 40px;
    margin: 0 0 2em 0; }
    #blog-detail .text h1, #blog-detail .text h2, #blog-detail .text h3, #blog-detail .text h3, #blog-detail .text h4, #blog-detail .text h5, #blog-detail .text p {
      width: auto;
      float: none;
      margin: 0 0 1em 0;
      line-height: 166%; }
    #blog-detail .text h2 {
      float: none;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      color: #b33c3a;
      font-size: 110%; }
    #blog-detail .text h3 {
      float: none;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      color: #b33c3a;
      font-size: 100%; }
  #blog-detail .facebook {
    position: absolute;
    top: -15px;
    left: 40px;
    overflow: hidden; }
    #blog-detail .facebook a {
      display: block;
      width: 60px;
      height: 108px;
      background: url(../images/facebook-blog.png) no-repeat top left;
      color: transparent; }
  #blog-detail .perex {
    margin: 0 0 2em 80px;
    color: #585858;
    font-weight: bold; }
  #blog-detail .share {
    margin-top: 2em;
    color: #6a6a6a;
    font-weight: bold; }
    #blog-detail .share p {
      margin-bottom: 0; }
  #blog-detail .other-article {
    width: 20%;
    margin: 3em 0 0 2%; }
    #blog-detail .other-article h3 {
      width: auto;
      float: none;
      margin: 0;
      color: #fff;
      font-size: 100%;
      text-transform: none;
      text-shadow: 0px 2px 4px rgba(1, 1, 1, 0.47); }
    #blog-detail .other-article .box {
      margin-bottom: 1.5em; }
      #blog-detail .other-article .box .item {
        width: auto;
        float: none;
        background-color: #fff;
        padding: 10px;
        margin: 0 0 1em 0; }
        #blog-detail .other-article .box .item .image {
          float: none; }
          #blog-detail .other-article .box .item .image img {
            float: none; }
        #blog-detail .other-article .box .item .text {
          width: auto;
          float: none;
          min-height: 0;
          padding: 0;
          margin: 0;
          text-align: center; }
          #blog-detail .other-article .box .item .text h2 {
            margin: 0.2em 0;
            font-size: 90%; }

.modal {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease; }
  .modal.open {
    visibility: visible;
    opacity: 1; }
  .modal * {
    box-sizing: border-box; }
  .modal .box {
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border: 1px solid #bababa;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 0 2% 2% 2%;
    transition: all 0.3s ease; }
    .modal.open .box {
      top: 50%; }
    .modal.video .box {
      max-width: 900px;
      border: 0;
      border-radius: 0;
      padding: 0; }
    .modal .box .close {
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 100;
      background-color: #b5b5b5;
      border: 0;
      cursor: pointer;
      color: #fff;
      font-size: 200%;
      line-height: 30px; }
    .modal .box .embed-responsive {
      width: 100%;
      position: relative; }
      .modal .box .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%; }
      .modal .box .embed-responsive iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .modal .box > div {
      overflow: auto; }
    .modal .box input, .modal .box textarea {
      width: 100%; }

#ourstory {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative; }

#ourstory .story {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease; }

#ourstory .story.active {
  opacity: 1;
  z-index: 10; }

#ourstory .story-carousel {
  width: 100%;
  height: 100%;
  float: left; }

#ourstory .story-carousel .slide {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

#ourstory .story-carousel .slide .text {
  width: 445px;
  height: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -145px;
  padding: 20px 100px 0 35px;
  border: 1px solid #7e7e7d;
  border-right: 0;
  background: rgba(255, 255, 255, 0.85) url("../images/footer-small-background.png") 0 100% no-repeat; }

#ourstory .story-carousel h3 {
  font-size: 33px;
  font-weight: 700;
  color: #c74643;
  text-transform: uppercase; }

#ourstory .story-carousel p {
  color: #2c2c2c;
  font-size: 15px; }

#ourstory .story-carousel p strong {
  width: 100%;
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 14px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border-left: 5px solid #c74643;
  text-transform: uppercase; }

#ourstory .story-carousel .bx-wrapper {
  width: 100%;
  float: left; }

#ourstory .story-carousel .bx-viewport {
  width: 100%;
  float: left; }

#ourstory .story-carousel .bx-controls {
  width: auto;
  height: 45px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: 146px; }

#ourstory .story-carousel .bx-default-pager {
  float: left;
  margin: 15px 5px 0 0;
  position: relative;
  top: 0;
  left: 0; }

#ourstory .story-carousel .bx-pager-item {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 8px;
  float: left; }

#ourstory .story-carousel .bx-pager-link {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 0;
  background: #b7b3b2;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease; }

#ourstory .story-carousel .bx-pager-link:hover {
  background: #c74643; }

#ourstory .story-carousel .bx-pager-link.active {
  background: #c74643; }

#ourstory .story-carousel .bx-controls-direction {
  float: right; }

#ourstory .story-carousel .bx-controls-direction a {
  width: 50px;
  height: 45px;
  float: left;
  margin: 0 0 0 5px;
  background-color: #be4844;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0; }

#ourstory .story-carousel .bx-controls-direction a.bx-prev {
  background-image: url("../images/product-list-prev.png"); }

#ourstory .story-carousel .bx-controls-direction a.bx-next {
  background-image: url("../images/product-list-next.png"); }

#ourstory .filter {
  width: 100%;
  height: 6.8%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #2c2c2c;
  z-index: 999;
  text-align: center; }

#ourstory .filter ul {
  width: auto;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

#ourstory .filter ul li {
  width: auto;
  height: 100%;
  padding: 0 20px 0 20px;
  float: left;
  font-size: 100%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 400%;
  cursor: pointer; }

#ourstory .filter ul li:hover {
  background: #c74643;
  padding: 10px 20px 0 20px;
  margin-top: -10px; }

#ourstory .filter ul li.active {
  background: #c74643;
  padding: 10px 20px 0 20px;
  margin-top: -10px; }

.contact-form {
  width: 100%;
  float: left;
  margin: 4% 0 0 0; }
  .contact-form h2 {
    margin: 0 0 4px 0;
    color: #af3131;
    font-size: 190%;
    font-weight: 300;
    text-transform: uppercase; }
  .contact-form form {
    width: 100%;
    float: left; }
    .contact-form form input {
      width: 98%;
      float: left;
      margin: 0 0 5px 0;
      padding: 1% 0 1% 2%;
      border: 1px solid #bbb;
      font-size: 100%;
      color: #2b2b2b;
      font-weight: 300;
      font-family: 'Open Sans', sans-serif; }
      .contact-form form input:hover {
        box-shadow: 0 0 6px rgba(220, 56, 47, 0.4); }
      .contact-form form input#frm-contactForm-submit {
        width: 100%;
        float: left;
        margin: 5px 0 0 0;
        background-color: #7d7d7d;
        text-align: left;
        color: #fff;
        font-size: 120%;
        font-weight: 300;
        line-height: 40px;
        cursor: pointer; }
        .contact-form form input#frm-contactForm-submit:focus, .contact-form form input#frm-contactForm-submit:hover {
          background-color: #4a4a4a; }
    .contact-form form textarea {
      width: 98%;
      height: 200px;
      float: left;
      margin: 0;
      padding: 10px 0 10px 2%;
      border: 1px solid #bbb;
      font-size: 100%;
      color: #2b2b2b;
      font-weight: 300;
      font-family: 'Open Sans', sans-serif; }
      .contact-form form textarea:hover {
        box-shadow: 0 0 6px rgba(220, 56, 47, 0.4); }

#contact {
  width: 100%;
  float: left; }
  #contact .left {
    width: 50%;
    height: 100%;
    float: left;
    position: relative; }
    #contact .left #map-canvas {
      width: 100%;
      height: 100%;
      float: left; }
    #contact .left .contact-detail {
      width: 410px;
      padding: 15px 30px 25px 30px;
      position: absolute;
      bottom: 40px;
      left: 50%;
      margin-left: -245px;
      background: #3d3d3d; }
      #contact .left .contact-detail h2 {
        margin: 0 0 15px 0;
        font-size: 22px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase; }
      #contact .left .contact-detail p {
        width: auto;
        margin: 0 50px 0 0;
        font-size: 14px;
        color: #fff;
        font-weight: 300; }
      #contact .left .contact-detail strong {
        font-weight: 600; }
  #contact .right {
    width: 42.5%;
    height: 100%;
    float: right;
    padding: 0 5% 0 2.5%;
    overflow-y: auto; }
    #contact .right h3 {
      margin: 7% 0 4% 0;
      color: #af3131;
      font-size: 190%;
      font-weight: 300;
      text-transform: uppercase; }
    #contact .right .item {
      width: 45%;
      float: left;
      margin: 0 5% 8% 0; }
      #contact .right .item img {
        width: 60%;
        float: left; }
      #contact .right .item h2 {
        margin: 2% 0 0 0;
        font-size: 150%;
        color: #af3131;
        font-weight: 300; }
      #contact .right .item p {
        margin: 0 0 2% 0;
        font-size: 100%;
        color: #6d6e71;
        font-weight: 600; }
      #contact .right .item span {
        width: 92%;
        float: left;
        font-size: 95%;
        font-weight: 300;
        line-height: 150%;
        padding: 0 0 0 8%;
        background-size: auto 80%;
        background-position: 0 50%;
        background-repeat: no-repeat; }
        #contact .right .item span.phone {
          background-image: url("../images/phone-icon.png");
          background-position: 0.6% 50%;
          color: #af3131; }
        #contact .right .item span.email {
          background-image: url("../images/email-icon.png");
          color: #2c2c2c; }
        #contact .right .item span.email a {
          color: #2c2c2c; }
      #contact .right .item.first {
        width: 100%;
        float: left;
        margin: 22px 0 0 0; }
        #contact .right .item.first .image {
          width: 30%;
          height: 100%;
          float: left; }
          #contact .right .item.first .image img {
            width: 100%;
            margin: 0; }
        #contact .right .item.first .text {
          width: 65%;
          height: 100%;
          float: right; }
          #contact .right .item.first .text p {
            margin: 0 0 13px 0;
            color: #6d6e71;
            font-weight: 600; }
          #contact .right .item.first .text h1 {
            margin: 0 0 2% 0;
            color: #303030;
            font-size: 220%;
            font-weight: 300; }
          #contact .right .item.first .text span {
            width: 94%;
            padding: 0 0 0 6%; }

#designers {
  width: 100%;
  float: left; }

#designers .master-image {
  position: relative;
  overflow: hidden; }

#designers .two-columns-gallery {
  width: 85%;
  float: left;
  padding: 0 5% 0 10%; }

#designers .two-columns-gallery .item {
  width: 45%;
  float: left;
  margin: 30px 5% 40px 0; }

#designers .two-columns-gallery .item img {
  width: 100%;
  float: left; }

#designers .filter {
  width: 100%;
  height: 6.8%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #2c2c2c;
  z-index: 999;
  text-align: center; }

#designers .filter ul {
  width: auto;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

#designers .filter ul li {
  width: auto;
  height: 100%;
  padding: 0 20px 0 20px;
  float: left;
  font-size: 100%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 400%;
  cursor: pointer; }

#designers .filter ul li:hover {
  background: #c74643;
  padding: 10px 20px 0 20px;
  margin-top: -10px; }

#designers .filter ul li.active {
  background: #c74643;
  padding: 10px 20px 0 20px;
  margin-top: -10px; }

#inspirations {
  width: 100%;
  float: left;
  position: relative; }

#inspirations .photo {
  width: 100%;
  height: 100%;
  float: left;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

#inspirations .photo .links {
  width: 560px;
  height: 130px;
  position: absolute;
  bottom: 20%;
  right: 0; }

#inspirations .photo .links .text {
  width: 190px;
  height: 90px;
  float: left;
  padding: 20px;
  background: rgba(199, 70, 67, 0.9);
  color: #fff; }

#inspirations .photo .links .text h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px; }

#inspirations .photo .links .text p {
  margin: 7px 0 0 0;
  font-size: 15px;
  font-weight: 300; }

#inspirations .photo .links .section-links {
  width: 329px;
  height: 100%;
  float: right;
  background: rgba(44, 44, 44, 0.9); }

#inspirations .photo .links .section-links .link {
  width: 99px;
  float: left; }

#inspirations .photo .links .section-links .link img {
  width: 100%;
  float: left;
  margin: 30px 0 2px 0; }

#inspirations .photo .links .section-links .link p {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  line-height: 15px; }

#inspirations .bx-wrapper {
  width: 100%;
  float: left; }

#inspirations .bx-viewport {
  width: 100%;
  float: left; }

#inspirations .bx-controls {
  width: 100%;
  height: 0;
  float: left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease; }

#inspirations .bx-default-pager {
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 0;
  z-index: 11;
  text-align: center; }

#inspirations .bx-pager-item {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 8px;
  display: inline-block; }

#inspirations .bx-pager-link {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease; }

#inspirations .bx-pager-link:hover {
  background: #c74643; }

#inspirations .bx-pager-link.active {
  background: #c74643; }

#inspirations .bx-controls-direction {
  float: right; }

#inspirations .bx-controls-direction a {
  width: 79px;
  height: 79px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  margin-top: -40px;
  background-color: rgba(217, 38, 28, 0.3);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear; }

#inspirations .bx-controls-direction a.bx-prev {
  background-image: url("../images/prev-slide.png");
  left: 20px; }

#inspirations .bx-controls-direction a.bx-next {
  background-image: url("../images/next-slide.png");
  right: 20px; }

#inspirations .bx-controls-direction a:hover {
  background-color: rgba(217, 38, 28, 0.5); }

.ghinda-video-player {
  width: 100%;
  height: 100%;
  float: left;
  position: relative; }
  .ghinda-video-player .ghinda-video-controls {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
    .ghinda-video-player .ghinda-video-controls .ghinda-video-play {
      width: 100%;
      height: 100%;
      float: left;
      transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-duration: 1s;
      transition-timing-function: ease;
      -webkit-transition-duration: 1s;
      -webkit-transition-timing-function: ease;
      background-image: url("../images/play-video.png");
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .ghinda-video-player .ghinda-video-controls .ghinda-video-play.ghinda-paused-button {
        opacity: 0; }
    .ghinda-video-player .ghinda-video-controls .ghinda-volume-box {
      width: 33px;
      height: 30px;
      position: absolute;
      right: 50px;
      bottom: 50px; }
      .ghinda-video-player .ghinda-video-controls .ghinda-volume-box .ghinda-volume-button {
        width: 100%;
        height: 100%;
        float: left;
        cursor: pointer;
        background: url("../images/mute.png") no-repeat; }

#product-list-grid {
  width: 100%;
  float: left; }
  #product-list-grid .sidebar {
    width: 16.5%;
    height: 100%;
    position: fixed;
    z-index: 799;
    top: 0;
    left: 0;
    background: #c98e78; }
    #product-list-grid .sidebar .logo {
      width: 100%;
      height: 10%;
      max-height: 85px;
      float: left;
      text-align: center;
      background: #fff; }
      #product-list-grid .sidebar .logo img {
        height: 75%;
        display: inline-block;
        position: relative;
        top: 12.5%; }
    #product-list-grid .sidebar .text {
      width: 70%;
      height: 60%;
      position: absolute;
      top: 20%;
      left: 15%;
      color: #fff; }
      #product-list-grid .sidebar .text h1 {
        margin: 0 0 15% 0;
        -webkit-hyphens: auto;
        hyphens: auto;
        font-size: 200%;
        line-height: 120%;
        font-weight: 300;
        text-transform: uppercase; }
      #product-list-grid .sidebar .text p {
        margin: 0 0 15% 0;
        font-size: 100%;
        font-weight: 300; }
    #product-list-grid .sidebar .info-icon {
      width: 42px;
      height: 42px;
      position: absolute;
      top: 30%;
      right: -21px;
      font-size: 0;
      background: url("../images/info-icon.png"); }
  #product-list-grid .list {
    width: 83.5%;
    float: right; }
    #product-list-grid .list .cover_video {
      position: relative;
      border-bottom: 5px solid #fff; }
      #product-list-grid .list .cover_video > video {
        width: 100%;
        display: block; }
      #product-list-grid .list .cover_video > a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
        #product-list-grid .list .cover_video > a > svg {
          width: 150px;
          height: 150px;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          fill: #fff;
          transition: transform 0.2s ease; }
          #product-list-grid .list .cover_video > a > svg:hover {
            transform: translate(-50%, -50%) scale(1.1); }
          @media (min-width: 500px) and (max-width: 1000px) {
            #product-list-grid .list .cover_video > a > svg {
              display: none; } }
        #product-list-grid .list .cover_video > a > .text {
          position: absolute;
          right: 3%;
          top: 50%;
          transform: translateY(-40%);
          color: #fff;
          font-size: 40px;
          line-height: 125%;
          font-weight: bold;
          text-align: right;
          text-transform: uppercase; }
          @media (max-width: 1300px) {
            #product-list-grid .list .cover_video > a > .text {
              font-size: 30px; } }
          @media (max-width: 499px) {
            #product-list-grid .list .cover_video > a > .text {
              display: none; } }
          #product-list-grid .list .cover_video > a > .text > p {
            float: none;
            display: inline;
            background-color: #88c7c9;
            box-shadow: 20px 0 0 #88c7c9, -20px 0 0 #88c7c9;
            position: relative;
            right: 20px; }
          #product-list-grid .list .cover_video > a > .text > button {
            display: block;
            border: 0;
            background-color: #3f3f3f;
            padding: 1em 20px 0.8em 20px;
            margin: 0 0 0 auto;
            color: #fff;
            font-size: 0.4em;
            font-weight: bold;
            text-decoration: underline;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.2s ease; }
            #product-list-grid .list .cover_video > a > .text > button:focus, #product-list-grid .list .cover_video > a > .text > button:hover {
              background-color: #c74643;
              outline: none; }
      #product-list-grid .list .cover_video .box {
        max-width: 1000px; }
      #product-list-grid .list .cover_video .close {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: transparent;
        padding: 0;
        transition: opacity 0.2s ease; }
        #product-list-grid .list .cover_video .close:hover {
          opacity: 0.7; }
        @media (min-width: 1050px) {
          #product-list-grid .list .cover_video .close {
            transform: translate(100%, -100%); } }
        #product-list-grid .list .cover_video .close svg {
          display: block;
          fill: #fff; }
    #product-list-grid .list .item {
      width: 50%;
      float: left;
      margin-left: -5px;
      position: relative;
      overflow: hidden;
      border-left: 5px solid #f3f3f3;
      border-bottom: 5px solid #f3f3f3; }
      #product-list-grid .list .item .image {
        width: 100%;
        float: left; }
        #product-list-grid .list .item .image img {
          width: 100%;
          float: left; }
        #product-list-grid .list .item .image .box-name {
          min-width: 25%;
          height: 125px;
          position: absolute;
          top: 5%;
          right: 5%;
          color: #fff;
          text-transform: uppercase;
          background: rgba(71, 71, 71, 0.7); }
          #product-list-grid .list .item .image .box-name h2 {
            width: auto;
            padding: 10px 15px;
            font-size: 150%; }
          #product-list-grid .list .item .image .box-name span {
            height: 24px;
            position: absolute;
            bottom: 10px;
            right: 10px;
            padding: 0 30px 0 0;
            font-size: 15px;
            line-height: 24px;
            opacity: 0;
            background-image: url("../images/enter.png");
            background-position: 100% 50%;
            background-repeat: no-repeat; }
      #product-list-grid .list .item .parameters-list {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        opacity: 0;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease; }
        #product-list-grid .list .item .parameters-list .parameter {
          width: auto;
          height: 38px;
          max-width: 140px;
          float: left;
          padding: 7px 0 0 30px;
          color: #2c2c2c;
          font-size: 12px;
          font-weight: 300;
          line-height: 14px; }
          #product-list-grid .list .item .parameters-list .parameter img {
            height: 27px;
            float: left;
            margin: 0 7px 0 0;
            -webkit-filter: invert(100%);
            filter: invert(100%); }
        #product-list-grid .list .item .parameters-list .collection {
          width: 87px;
          height: 56px;
          float: left;
          margin-top: -16px;
          margin-left: 40px; }
          #product-list-grid .list .item .parameters-list .collection.collection-premium {
            background: url("../images/collection-premium.png"); }
          #product-list-grid .list .item .parameters-list .collection.collection-classic {
            background: url("../images/collection-classic.png"); }
          #product-list-grid .list .item .parameters-list .collection.collection-comfort {
            background: url("../images/collection-comfort.png"); }
      #product-list-grid .list .item:hover .parameters-list {
        opacity: 1; }
      #product-list-grid .list .item:hover .box-name {
        background: rgba(199, 70, 67, 0.75); }
        #product-list-grid .list .item:hover .box-name span {
          opacity: 1; }
  #product-list-grid .carousel {
    width: 100%;
    height: 100%;
    float: left; }
    #product-list-grid .carousel .slide {
      width: 100%;
      height: 100%;
      float: left;
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      #product-list-grid .carousel .slide a {
        width: 100%;
        height: 100%;
        position: absolute; }
  #product-list-grid .bx-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px; }
    #product-list-grid .bx-wrapper .bx-viewport {
      width: 100%;
      height: 100%;
      float: left; }
    #product-list-grid .bx-wrapper .bx-controls {
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0;
      bottom: 0%;
      margin-bottom: 18px;
      z-index: 99;
      text-align: center; }
      #product-list-grid .bx-wrapper .bx-controls .bx-pager-item {
        width: 23px;
        height: 20px;
        margin: 0 6px;
        display: inline-block;
        background: #fff; }
        #product-list-grid .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
          width: 100%;
          height: 100%;
          float: left;
          font-size: 0;
          transition-duration: 0.2s;
          transition-timing-function: ease;
          -webkit-transition-duration: 0.2s;
          -webkit-transition-timing-function: ease; }
          #product-list-grid .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:hover {
            background: #c74643; }
          #product-list-grid .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
            background: #c74643; }
  #product-list-grid .bottom-bar {
    width: 100%;
    height: 6.8%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #3b3b3b; }
    #product-list-grid .bottom-bar ul {
      width: auto;
      height: 100%;
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      #product-list-grid .bottom-bar ul li {
        width: auto;
        height: 100%;
        float: left;
        font-size: 100%;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 400%;
        cursor: pointer; }
        #product-list-grid .bottom-bar ul li:hover, #product-list-grid .bottom-bar ul li.active {
          background: #c74643;
          padding: 10px 0 0 0;
          margin-top: -10px; }
        #product-list-grid .bottom-bar ul li a {
          height: 100%;
          float: left;
          padding: 0 20px;
          color: #fff;
          text-decoration: none; }
  #product-list-grid #two-columns-text {
    width: 77.5%;
    float: right;
    padding: 0 3%;
    z-index: 9; }
    #product-list-grid #two-columns-text .section {
      width: 100%;
      padding: 0; }

#product-detail {
  width: 100%;
  float: left;
  position: relative; }
  #product-detail .back {
    width: 8.5%;
    height: 6.8%;
    padding: 0 2% 0 6%;
    position: fixed;
    z-index: 999;
    top: 14%;
    left: 0;
    font-size: 120%;
    line-height: 120%;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    background-color: rgba(201, 142, 120, 0.8);
    background-image: url("../images/back.png");
    background-position: 20% 50%;
    background-size: auto 50%;
    background-repeat: no-repeat; }
    #product-detail .back:hover {
      background-color: #c98e78;
      background-position: 15% 50%; }
    #product-detail .back span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  #product-detail .photo-presentation {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden; }
    #product-detail .photo-presentation h1 {
      width: auto;
      position: absolute;
      top: 12%;
      left: 0; }
    #product-detail .photo-presentation .gallery {
      width: 100%;
      float: left; }
      #product-detail .photo-presentation .gallery .item-photo {
        width: 100%;
        float: left;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
    #product-detail .photo-presentation .bx-wrapper {
      width: 100%;
      float: left; }
      #product-detail .photo-presentation .bx-wrapper .bx-viewport {
        width: 100%;
        float: left; }
      #product-detail .photo-presentation .bx-wrapper .bx-controls {
        width: 100%;
        height: 0;
        float: left;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease; }
        #product-detail .photo-presentation .bx-wrapper .bx-controls.hide {
          opacity: 0; }
        #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-default-pager {
          position: absolute;
          bottom: 18px;
          right: 5%;
          z-index: 11; }
          #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item {
            width: 15px;
            height: 15px;
            margin: 0 8px 0 8px;
            float: left; }
            #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link {
              width: 100%;
              height: 100%;
              float: left;
              font-size: 0;
              background: #fff;
              border-radius: 50%;
              transition-duration: 0.2s;
              transition-timing-function: ease;
              -webkit-transition-duration: 0.2s;
              -webkit-transition-timing-function: ease; }
              #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link:hover {
                background: #c74643; }
              #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link.active {
                background: #c74643; }
        #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-controls-direction {
          float: right; }
          #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-controls-direction a {
            position: absolute;
            top: 50%;
            z-index: 11;
            background-color: rgba(217, 38, 28, 0.3);
            background-position: 50% 50%;
            background-size: auto 50%;
            background-repeat: no-repeat;
            font-size: 0;
            transition-duration: 0.2s;
            transition-timing-function: linear;
            -webkit-transition-duration: 0.2s;
            -webkit-transition-timing-function: linear; }
            #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
              background-image: url("../images/prev-slide.svg");
              left: 20px; }
            #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
              background-image: url("../images/next-slide.svg");
              right: 20px; }
            #product-detail .photo-presentation .bx-wrapper .bx-controls .bx-controls-direction a:hover {
              background-color: rgba(217, 38, 28, 0.5); }
  #product-detail h2.section-headline {
    margin: 60px 0 0 0;
    font-size: 38px;
    font-weight: 300;
    color: #2c2c2c;
    text-transform: uppercase;
    text-indent: 2.5%; }
    #product-detail h2.section-headline strong {
      font-weight: 800; }
  #product-detail .detail-box {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #fff; }
  #product-detail .box-info {
    margin: 0 0 80px 0; }
    #product-detail .box-info .parameters {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      padding: 20px 0 20px 0; }
      #product-detail .box-info .parameters .parameter {
        width: auto;
        height: 30px;
        float: left;
        margin: 0 30px 10px 0; }
        #product-detail .box-info .parameters .parameter img {
          height: 27px;
          float: left;
          -webkit-filter: invert(100%);
          filter: invert(100%); }
        #product-detail .box-info .parameters .parameter span {
          width: auto;
          height: auto;
          float: left;
          margin: 0 0 0 7px;
          padding: 0;
          font-size: 12px;
          color: #2c2c2c; }
    #product-detail .box-info .text {
      width: 47%; }
      #product-detail .box-info .text.left {
        float: left; }
      #product-detail .box-info .text.right {
        float: right; }
      #product-detail .box-info .text h2 {
        margin: 1% 0 0 0;
        font-size: 120%;
        color: #2c2c2c;
        font-weight: 600;
        text-transform: uppercase; }
      #product-detail .box-info .text p {
        margin: 1em 0 0 0;
        font-size: 100%;
        color: #2c2c2c;
        font-weight: normal;
        line-height: 160%; }
      #product-detail .box-info .text strong {
        font-weight: 600; }
      #product-detail .box-info .text ol, #product-detail .box-info .text ul {
        width: 96.5%;
        float: left;
        margin: 1% 0 0 0;
        padding: 0 0 0 3.5%; }
        #product-detail .box-info .text ol li, #product-detail .box-info .text ul li {
          width: 100%;
          float: right;
          color: #c74643;
          font-weight: 700;
          font-size: 100%;
          margin: 0 0 0.5em 0; }
          #product-detail .box-info .text ol li strong, #product-detail .box-info .text ul li strong {
            color: #2c2c2c;
            font-weight: normal;
            line-height: 160%; }
    #product-detail .box-info .image {
      width: 35%;
      float: right; }
      #product-detail .box-info .image img {
        width: 100%;
        float: left; }
  #product-detail .box-youtube {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
    overflow: hidden; }
    #product-detail .box-youtube .youtube-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      #product-detail .box-youtube .youtube-wrapper iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0; }
    #product-detail .box-youtube .youtube-wrapper--column {
      width: 49.5%;
      float: left;
      margin-bottom: 1%; }
      #product-detail .box-youtube .youtube-wrapper--column:nth-child(even) {
        float: right; }
  #product-detail .box-video {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
    overflow: hidden; }
    #product-detail .box-video video {
      width: 100%;
      height: 100%;
      float: left;
      border: 0;
      object-fit: cover; }
  #product-detail .box-accessories {
    margin: 0 0 60px 0; }
    #product-detail .box-accessories .item-accessories {
      float: left;
      position: relative; }
      #product-detail .box-accessories .item-accessories.bx-clone {
        display: none; }
      #product-detail .box-accessories .item-accessories .item {
        width: 100%;
        float: left;
        margin: 0 0 10% 0;
        position: relative; }
        #product-detail .box-accessories .item-accessories .item:hover h2 {
          display: none; }
        #product-detail .box-accessories .item-accessories .item:hover .text-hover {
          display: block; }
      #product-detail .box-accessories .item-accessories span {
        width: 67px;
        height: 67px;
        position: absolute;
        right: -25px;
        top: -25px;
        font-size: 0; }
        #product-detail .box-accessories .item-accessories span.tip {
          background-image: url("../images/tip.png"); }
        #product-detail .box-accessories .item-accessories span.new {
          background-image: url("../images/new.png"); }
      #product-detail .box-accessories .item-accessories .image {
        width: 100%;
        float: left;
        margin: 0 0 2% 0; }
        #product-detail .box-accessories .item-accessories .image img {
          width: 100%;
          float: left; }
      #product-detail .box-accessories .item-accessories h2 {
        width: 90%;
        font-size: 100%;
        text-transform: uppercase;
        font-weight: 600;
        color: #3d3e42;
        text-align: center; }
      #product-detail .box-accessories .item-accessories .text-hover {
        width: 90%;
        float: left;
        display: none; }
        #product-detail .box-accessories .item-accessories .text-hover p {
          font-size: 100%;
          font-weight: 600;
          text-align: center;
          color: #c74643; }
    #product-detail .box-accessories .bx-wrapper {
      max-width: 100% !important;
      margin: 0 0 0 2.5%; }
      #product-detail .box-accessories .bx-wrapper .bx-viewport {
        padding: 60px 0 0 0;
        float: left; }
      #product-detail .box-accessories .bx-wrapper .bx-controls {
        width: auto;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0; }
        #product-detail .box-accessories .bx-wrapper .bx-controls .bx-default-pager {
          float: left;
          position: relative;
          float: left;
          top: 15px;
          left: 0;
          margin: 0 120px 0 0; }
          #product-detail .box-accessories .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item {
            width: 15px;
            height: 15px;
            margin: 0 8px 0 8px;
            float: left; }
            #product-detail .box-accessories .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link {
              width: 100%;
              height: 100%;
              float: left;
              position: relative;
              font-size: 0;
              background: #acacac;
              border-radius: 50%;
              transition-duration: 0.2s;
              transition-timing-function: ease;
              -webkit-transition-duration: 0.2s;
              -webkit-transition-timing-function: ease; }
              #product-detail .box-accessories .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link:hover {
                background: #c74643; }
              #product-detail .box-accessories .bx-wrapper .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link.active {
                background: #c74643; }
        #product-detail .box-accessories .bx-wrapper .bx-controls .bx-controls-direction {
          width: 85px;
          height: 473px;
          position: absolute;
          right: 0;
          top: 0; }
          #product-detail .box-accessories .bx-wrapper .bx-controls .bx-controls-direction a {
            width: 85px;
            height: 100%;
            float: left;
            font-size: 0;
            background-color: rgba(199, 70, 67, 0.6);
            background-position: 50% 50%;
            background-repeat: no-repeat;
            transition-duration: 0.3s;
            transition-timing-function: ease;
            -webkit-transition-duration: 0.3s;
            -webkit-transition-timing-function: ease; }
            #product-detail .box-accessories .bx-wrapper .bx-controls .bx-controls-direction a:hover {
              background-color: rgba(199, 70, 67, 0.9); }
            #product-detail .box-accessories .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
              background-image: url("../images/big-arrow-left.png");
              display: none; }
            #product-detail .box-accessories .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
              background-image: url("../images/big-arrow-right.png"); }
  #product-detail .box-dimensions {
    margin: 0 0 60px 0; }
    #product-detail .box-dimensions .bx-wrapper {
      width: 100%;
      float: left; }
      #product-detail .box-dimensions .bx-wrapper .bx-viewport {
        width: 100%;
        float: left; }
    #product-detail .box-dimensions.bx-clone {
      display: none; }
    #product-detail .box-dimensions .size-buttons {
      width: auto;
      position: absolute;
      top: 10px;
      left: 15%;
      margin-left: 28px;
      line-height: 32px;
      font-size: 15px; }
      #product-detail .box-dimensions .size-buttons .size-button {
        height: 32px;
        float: left;
        margin: 0 2px 0 0;
        padding: 0 25px;
        background: #636363;
        color: #fff;
        cursor: pointer; }
        #product-detail .box-dimensions .size-buttons .size-button.active {
          background: #c74643; }
        #product-detail .box-dimensions .size-buttons .size-button:hover {
          background: #c74643; }
      #product-detail .box-dimensions .size-buttons .text {
        float: left;
        margin: 0 0 0 13px; }
    #product-detail .box-dimensions .section {
      width: 95%;
      float: left;
      padding: 0 2.5% 0 2.5%;
      max-height: 0;
      overflow: hidden; }
      #product-detail .box-dimensions .section .bx-controls {
        display: none; }
      #product-detail .box-dimensions .section.active {
        max-height: 800px;
        padding: 60px 2.5% 0 2.5%; }
        #product-detail .box-dimensions .section.active .bx-controls {
          display: block; }
      #product-detail .box-dimensions .section .left {
        width: 12.0%;
        float: left;
        border-right: 1px solid #c0c0c0; }
        #product-detail .box-dimensions .section .left .column {
          width: 100%;
          float: left; }
        #product-detail .box-dimensions .section .left .line {
          font-weight: 700; }
      #product-detail .box-dimensions .section .right {
        width: 84.0%;
        float: right; }
        #product-detail .box-dimensions .section .right .line {
          font-weight: 400;
          text-align: center; }
      #product-detail .box-dimensions .section .line {
        width: 100%;
        float: left;
        color: #2d2d2d;
        text-transform: uppercase;
        font-size: 90%;
        line-height: 180%; }
        #product-detail .box-dimensions .section .line.first {
          margin: 0 0 3% 0;
          overflow: hidden; }
          #product-detail .box-dimensions .section .line.first:hover img {
            opacity: 0.5;
            -webkit-filter: blur(5px);
            filter: blur(5px); }
          #product-detail .box-dimensions .section .line.first:hover .text-hover {
            opacity: 1; }
          #product-detail .box-dimensions .section .line.first h3 {
            margin: 30px 0 0 0;
            font-size: 180%;
            color: #2c2c2c;
            font-weight: 300;
            line-height: 120%;
            text-transform: uppercase; }
            #product-detail .box-dimensions .section .line.first h3 strong {
              width: 100%;
              float: left;
              font-weight: 800; }
          #product-detail .box-dimensions .section .line.first img {
            width: 100%;
            height: 100%;
            float: left; }
          #product-detail .box-dimensions .section .line.first .text-hover {
            width: 80%;
            padding: 0 10%;
            position: absolute;
            top: 20%;
            left: 0;
            font-size: 100%;
            color: #2c2c2c;
            font-weight: 700;
            text-align: center;
            line-height: 130%;
            opacity: 0; }
      #product-detail .box-dimensions .section .bx-controls {
        width: auto;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0; }
        #product-detail .box-dimensions .section .bx-controls .bx-default-pager {
          float: left;
          position: relative;
          float: left;
          top: 15px;
          left: 0;
          margin: 0 120px 0 0; }
          #product-detail .box-dimensions .section .bx-controls .bx-default-pager .bx-pager-item {
            width: 15px;
            height: 15px;
            margin: 0 8px 0 8px;
            float: left; }
            #product-detail .box-dimensions .section .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link {
              width: 100%;
              height: 100%;
              float: left;
              position: relative;
              font-size: 0;
              background: #acacac;
              border-radius: 50%;
              transition-duration: 0.2s;
              transition-timing-function: ease;
              -webkit-transition-duration: 0.2s;
              -webkit-transition-timing-function: ease; }
              #product-detail .box-dimensions .section .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link:hover {
                background: #c74643; }
              #product-detail .box-dimensions .section .bx-controls .bx-default-pager .bx-pager-item .bx-pager-link.active {
                background: #c74643; }
        #product-detail .box-dimensions .section .bx-controls .bx-controls-direction {
          width: 85px;
          position: absolute;
          right: 0;
          top: 0; }
          #product-detail .box-dimensions .section .bx-controls .bx-controls-direction a {
            width: 85px;
            height: 100%;
            float: left;
            font-size: 0;
            background-color: rgba(199, 70, 67, 0.6);
            background-position: 50% 50%;
            background-repeat: no-repeat;
            transition-duration: 0.3s;
            transition-timing-function: ease;
            -webkit-transition-duration: 0.3s;
            -webkit-transition-timing-function: ease; }
            #product-detail .box-dimensions .section .bx-controls .bx-controls-direction a:hover {
              background-color: rgba(199, 70, 67, 0.9); }
            #product-detail .box-dimensions .section .bx-controls .bx-controls-direction a.bx-prev {
              background-image: url("../images/big-arrow-left.png");
              display: none; }
            #product-detail .box-dimensions .section .bx-controls .bx-controls-direction a.bx-next {
              background-image: url("../images/big-arrow-right.png"); }
  #product-detail .box-cover img {
    width: 100%;
    float: left; }
  #product-detail .box-cover .text {
    width: 450px;
    position: absolute;
    left: 50%;
    top: 20%; }
    #product-detail .box-cover .text h2 {
      margin: 0 0 15px 0;
      font-size: 38px;
      color: #2c2c2c;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 48px; }
    #product-detail .box-cover .text p {
      margin: 5px 0; }
    #product-detail .box-cover .text a {
      height: 60px;
      float: left;
      padding: 0 55px 0 15px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
      line-height: 60px;
      background-color: rgba(199, 70, 67, 0.8);
      background-image: url("../images/enter.png");
      background-position: 92% 50%;
      background-repeat: no-repeat;
      transition-duration: 0.2s;
      transition-timing-function: ease;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease; }
      #product-detail .box-cover .text a:hover {
        background-color: #c74643;
        background-position: 96% 50%; }
  #product-detail .box-map .legend {
    width: auto;
    height: 45px;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 800; }
    #product-detail .box-map .legend span {
      width: auto;
      height: 38px;
      float: left;
      padding: 7px 15px 0 15px;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      line-height: 16px; }
      #product-detail .box-map .legend span.red {
        background: #c74643; }
      #product-detail .box-map .legend span.green {
        background: #b59a50; }
      #product-detail .box-map .legend span.brown {
        height: 30px;
        padding-top: 15px;
        background: #a0968c; }
  #product-detail .box-map #map-canvas {
    width: 100%;
    height: 100%;
    float: left;
    margin-bottom: -30px; }
  #product-detail .product-name {
    width: 100%;
    height: 55px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35); }
    #product-detail .product-name.fixed {
      height: 6.8%;
      position: fixed;
      z-index: 900;
      bottom: auto;
      top: 0;
      background: #2c2c2c; }
    #product-detail .product-name h2, #product-detail .product-name h3 {
      float: left;
      margin: 0 0 0 23%;
      padding: 0;
      line-height: 52px;
      font-size: 74px;
      color: #fff;
      font-weight: 800;
      text-transform: uppercase; }
      #product-detail .product-name.fixed h2, #product-detail .product-name.fixed h3 {
        line-height: 150%;
        font-size: 250%; }
  #product-detail .bottom-bar {
    width: 100%;
    height: 6.8%;
    position: relative;
    float: left;
    z-index: 950;
    top: 0;
    left: 0;
    background: #2c2c2c; }
    #product-detail .bottom-bar.fixed {
      position: fixed;
      background: transparent; }
    #product-detail .bottom-bar ul {
      width: auto;
      height: 100%;
      float: right;
      margin: 0 8% 0 0;
      padding: 0;
      list-style: none;
      position: relative;
      z-index: 990; }
      #product-detail .bottom-bar ul li {
        width: auto;
        height: 100%;
        padding: 0 20px 0 20px;
        float: left;
        font-size: 100%;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 400%;
        cursor: pointer; }
        #product-detail .bottom-bar ul li:hover {
          background: #c74643;
          padding: 10px 20px 0 20px;
          margin-top: -10px; }
        #product-detail .bottom-bar ul li.active {
          background: #c74643;
          padding: 10px 20px 0 20px;
          margin-top: -10px; }
    #product-detail .bottom-bar .back {
      width: 100px;
      height: 34px;
      float: left;
      position: relative;
      top: 50%;
      margin: 0 0 0 8%;
      margin-top: -18px;
      padding: 5px 0 0 35px;
      font-size: 12px;
      line-height: 15px;
      font-weight: 300;
      background: url("../images/back.png") 5px 50% no-repeat; }
      #product-detail .bottom-bar .back:hover {
        background-position: 0 50%; }
  #product-detail #loading {
    z-index: 99; }

#vendors {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden; }

#vendors #map-canvas {
  height: 100%; }

#map-canvas {
  height: 500px;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left; }

#filter {
  width: 350px;
  padding: 0 0 50px 0;
  position: absolute;
  top: 18%;
  bottom: 0;
  right: 0;
  background: #e4e4e4; }

#filter h2 {
  width: 350px;
  height: 55px;
  margin-top: -55px;
  font-size: 18px;
  color: #e4e4e4;
  font-weight: 600;
  line-height: 55px;
  text-indent: 65px;
  background: rgba(44, 44, 44, 0.9) url("../images/signboard.png") 10px 50% no-repeat; }

#filter h3 {
  margin: 12px 0 7px 0;
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 600;
  text-indent: 20px; }

#filter .select-region {
  width: 100%;
  float: left;
  padding: 17px 0 17px 0; }

#filter .select-region select {
  width: 288px;
  height: 34px;
  float: left;
  margin: 0 0 0 35px;
  padding: 0;
  border: 1px solid #676767;
  background: #e4e4e4;
  border-radius: 0; }

#filter #vendor-types {
  width: 340px;
  float: right;
  padding: 10px 0 0 0;
  border-top: 1px solid #fdfdfd;
  border-bottom: 1px solid #fdfdfd; }
  #filter #vendor-types .item {
    width: 45%;
    float: left;
    margin: 0 5px 10px 5px; }
    #filter #vendor-types .item .icon {
      width: 30%;
      height: 60px;
      float: left;
      text-align: center; }
      #filter #vendor-types .item .icon img {
        min-width: 100%;
        float: left; }
    #filter #vendor-types .item p {
      width: 65%;
      float: right;
      height: 60px;
      margin: 0;
      font-size: 14px;
      color: #2c2c2c;
      font-weight: 600;
      line-height: 18px; }
    #filter #vendor-types .item input {
      width: 16px;
      height: 16px;
      float: left;
      margin: 0 0 0 16px;
      padding: 0; }

#filter #stores {
  width: 100%;
  position: absolute;
  top: 300px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden; }

#filter #stores .item {
  width: 330px;
  float: left;
  padding: 9px 0 9px 20px;
  cursor: pointer; }

#filter #stores .item:hover {
  background: #fff url("../images/red-arrow-icon.png") 90% 50% no-repeat; }

#filter #stores .item .text {
  width: 250px;
  height: 50px;
  float: left;
  padding: 0 0 0 10px;
  overflow: hidden; }

#filter #stores .item .text h4 {
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 300;
  color: #303030;
  line-height: 16px; }

#filter #stores .item .text p {
  font-size: 12px;
  color: #6d6e71;
  font-weight: 300;
  line-height: 15px; }

#filter #stores .item.vendor-business .text {
  border-left: 5px solid #c74643; }

#filter #stores .item.vendor-specialized .text {
  border-left: 5px solid #b59a50; }

#filter #stores .item.vendor-common .text {
  border-left: 5px solid #a0968c; }

#filter #stores .item.vendor-nursing .text {
  border-left: 5px solid #0f86ff; }

#vendor-box {
  width: 890px;
  max-height: 600px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 0 0 30px 0;
  background: rgba(44, 44, 44, 0.9);
  transition-duration: 0.6s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: ease; }

#vendor-box.deactive {
  max-height: 0;
  padding: 0; }

#vendor-box span.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #c74643 url("../images/close-icon.png") 50% 50% no-repeat;
  border-radius: 50%;
  cursor: pointer; }

#vendor-box.deactive span.close {
  display: none; }

#vendor-box.deactive .left .header {
  top: -55px;
  background: #c74643 !important; }

#vendor-box .left {
  width: 500px;
  float: left;
  margin-top: -10px; }

#vendor-box .left .header {
  width: 450px;
  height: 65px;
  float: left;
  margin: 0 0 13px 0;
  position: relative;
  top: 0;
  padding: 0 0 0 50px;
  color: #fff;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease; }

#vendor-box .left .header.business {
  background: #c74643; }

#vendor-box .left .header.specialized {
  background: #b59a50; }

#vendor-box .left .header.common {
  background: #a0968c; }

#vendor-box .left .header.nursing {
  background: #0f86ff; }

#vendor-box .left .header h2 {
  margin: 7px 0 3px 0;
  font-size: 19px;
  font-weight: 600; }

#vendor-box .left .header p {
  font-weight: 300;
  font-size: 14px; }

#vendor-box .left .text {
  width: 225px;
  float: left;
  padding: 0 0 10px 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 300; }

#vendor-box .left .text p {
  line-height: 16px; }

#vendor-box .left .text p.address {
  margin: 0 0 15px 0; }

#vendor-box .left .text a {
  color: #fff;
  text-decoration: none; }

#vendor-box .left .text a:hover {
  text-decoration: underline; }

#vendor-box .left .links {
  width: 195px;
  float: right; }

#vendor-box .left .links a {
  width: 100%;
  height: 25px;
  float: left;
  margin: 0 0 10px 0;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  text-indent: 25px;
  font-weight: 400; }

#vendor-box .left .links a.photo {
  background: url("../images/photo-icon.png") 0 50% no-repeat; }

#vendor-box .left .links a.explore {
  background: url("../images/3d-icon.png") 0 50% no-repeat; }

#vendor-box .right {
  width: 350px;
  float: left;
  padding: 12px 20px 0 20px; }

#vendor-box .right input {
  width: 240px;
  height: 27px;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  text-indent: 10px;
  color: #525252;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif; }

#vendor-box .right input#frm-vendorContactForm-send {
  width: 100px;
  float: right;
  background: #c74643;
  color: #fff;
  text-align: center;
  text-indent: 0;
  cursor: pointer; }

#vendor-box textarea {
  width: 330px;
  height: 90px;
  float: left;
  padding: 5px 10px 5px 10px;
  margin: 5px 0 5px 0;
  border: 0;
  color: #525252;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif; }

#vendor-box .checkbox {
  width: 100%;
  float: left; }

#vendor-box .checkbox input {
  width: auto;
  height: auto;
  float: left;
  margin: 1px 0 0 0;
  padding: 0; }

#vendor-box .checkbox span {
  width: 330px;
  float: right;
  font-size: 12px;
  color: #fff;
  line-height: 15px; }

#vendor-box p.products {
  margin: 10px 0 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  text-indent: 50px; }

#vendor-box p.products strong {
  font-weight: 600;
  float: left; }

#vendor-box p.products .container {
  width: 600px;
  float: left;
  margin: 0 0 0 5px;
  text-align: left;
  text-indent: 0; }

#vendor-box p.products a {
  color: #fff;
  text-decoration: none; }

#vendor-box p.products a:hover {
  text-decoration: underline; }

#company {
  width: 100%;
  float: left; }

.appreciation-title {
  width: 100%;
  height: 130px;
  float: left;
  margin: 35px 0 20px 0;
  background: url("../images/cup.png") 50% 0 no-repeat;
  text-align: center; }
  .appreciation-title span {
    margin: 0 130px 0 130px;
    display: inline-block;
    line-height: 130px;
    font-size: 28px;
    color: #58595b;
    text-transform: uppercase;
    font-weight: 300; }

.appreciation {
  width: 100%;
  float: left; }
  .appreciation .item {
    width: 25%;
    float: left;
    position: relative; }
    .appreciation .item img {
      width: 100%;
      float: left; }
    .appreciation .item .text {
      width: 80%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 10%;
      background: rgba(199, 70, 67, 0.8);
      opacity: 0; }
      .appreciation .item .text h3 {
        font-size: 22px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700; }
      .appreciation .item .text p {
        margin: 10px 0 0 0;
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-weight: 400; }
    .appreciation .item:hover .text {
      background: rgba(199, 70, 67, 0.8);
      opacity: 1; }

.error {
  width: 60%;
  margin: 0 auto;
  margin-top: 5%;
  text-align: center;
  overflow: hidden; }
  .error img {
    width: 45%;
    display: inline-block; }
  .error h1 {
    margin: 0 0 4% 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 250%;
    text-align: center;
    color: #757575; }
  .error p {
    margin: 0 0 2% 0;
    text-align: center;
    color: #2c2c2c;
    font-size: 130%;
    font-weight: 300; }
    .error p a {
      font-weight: 500;
      color: #2c2c2c;
      text-decoration: underline; }

#loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 1;
  background: #fff;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: ease;
  -webkit-transition-duration: 2s;
  -webkit-transition-timing-function: ease; }
  #loading.transparent {
    opacity: 0; }
  #loading .logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition-duration: 1s;
    transition-timing-function: ease;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    background-image: url("../images/logo.svg");
    background-position: 50% 50%;
    background-size: auto 15%;
    background-repeat: no-repeat; }
    #loading .logo.active {
      opacity: 1; }
    #loading .logo .load {
      width: 50%;
      height: 100%;
      float: right;
      margin-right: 25%;
      background: rgba(255, 255, 255, 0.9);
      transition-duration: 1.5s;
      transition-timing-function: linear;
      -webkit-transition-duration: 1.5s;
      -webkit-transition-timing-function: linear; }
      #loading .logo .load.active {
        width: 0; }

.saturate {
  -webkit-animation-name: wk-saturate;
  -webkit-animation-duration: 1s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: saturate;
  animation-duration: 1s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-webkit-keyframes wk-saturate {
  0% {
    -webkit-filter: saturate(60%); }
  100% {
    -webkit-filter: saturate(60%); } }
@keyframes saturate {
  0% {
    filter: saturate(60%); }
  100% {
    filter: saturate(60%); } }
.flash {
  width: 470px;
  margin-left: -250px;
  padding: 19px 15px;
  position: absolute;
  z-index: 100;
  top: 45%;
  left: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9); }
  .flash .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 3px;
    top: 3px;
    color: #000;
    font-family: arial;
    text-align: center;
    line-height: 15px;
    font-size: 22px;
    cursor: pointer; }

/*# sourceMappingURL=main.css.map */
