a {
  color: #ad0000;
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 999998;
  width: 100%;
  height: 125px;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/header-bottom-bg.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

.flex-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form {
  position: relative;
  top: -113px;
  width: 162px;
  height: 31px;
  margin-bottom: 0px;
  float: right;
  background-image: url('../images/search-bg.png');
  background-position: 50% 50%;
  background-repeat: repeat;
}

.search-input {
  height: 31px;
  border: 0px none transparent;
  background-color: transparent;
  font-size: 12px;
  line-height: 12px;
}

.nav-menu {
  float: left;
}

.container {
  border-radius: 4px;
}

.navbar {
  top: 22px;
  margin-top: -13px;
  margin-bottom: -22px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, #000, #828282 0%, #b0b0b0 0, #bfbfbf 0, #d4d4d4);
  background-image: linear-gradient(180deg, #000, #828282 0%, #b0b0b0 0, #bfbfbf 0, #d4d4d4);
  font-family: Leaguegothic, sans-serif;
  color: #000;
  font-size: 20px;
  text-shadow: 0 1px 0 #fff;
}

.image {
  position: relative;
  margin-top: -34px;
}

.nav-item {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Leaguegothic, sans-serif;
  color: #474747;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
}

.nav-item:hover {
  color: #9b260e;
}

.slider {
  position: relative;
  height: 500px;
  margin-top: -56px;
  background-color: #fff;
}

.slide {
  height: 500px;
  text-align: center;
}

.content {
  margin-top: -62px;
  padding-top: 56px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  background-image: url('../images/content-bg.png');
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

.content.home {
  margin-top: 0px;
  padding-top: 40px;
}

.negresko {
  background-color: #f3f3f3;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.main {
  position: relative;
  margin-top: 179px;
  background-color: #fff;
}

.slide-content {
  position: absolute;
  left: 0px;
  top: -205px;
  width: 482px;
  height: 211px;
  padding: 44px 44px 18px;
  background-image: url('../images/description-bg.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.relative-it {
  position: relative;
}

.slide-text {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #747474;
  font-size: 15px;
  text-align: left;
}

.slide-title {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #959595;
  font-size: 25px;
  line-height: 28px;
  text-align: left;
}

.flex-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71%;
  padding: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e9e7e3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
}

.flex-item {
  position: relative;
  overflow: hidden;
  width: 33%;
  padding: 20px;
  background-image: url('../images/product-bottom.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  text-align: center;
}

.flex-item.last {
  margin-right: 0px;
}

.title-article {
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.image-article {
  border: 0px none #ebebeb;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ebebeb;
}

.content-article {
  color: #999;
  text-align: left;
}

.sidebar {
  width: 29%;
  float: left;
  border-left: 1px solid #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #e9e7e3;
  box-shadow: inset 1px 0 0 0 #c9c9c9;
}

.flex-it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.border-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.widget {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 0 #c9c9c9;
}

.widget.padded {
  padding: 15px 15px 11px;
}

.widget-title {
  height: 54px;
  padding: 18px;
  border-bottom: 1px solid #fff;
  background-image: url('../images/widget-title.png');
  background-repeat: repeat-x;
  box-shadow: inset 1px -1px 0 0 #c9c9c9;
  font-family: Leaguegothic, sans-serif;
  font-size: 28px;
  text-shadow: 0 1px 0 #fff;
}

.side-menu {
  margin-top: 20px;
  margin-left: 30px;
  padding-left: 0px;
}

.side-menu-item {
  margin-bottom: 10px;
  color: #7c7b7a;
  text-shadow: 0 1px 0 #fff;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #e9e7e3;
}

.footer-text {
  padding: 20px 25px;
  color: #777;
  font-size: 15px;
  text-decoration: none;
}

.footer-text:hover {
  color: red;
}

.navigation {
  position: fixed;
  top: 127px;
  z-index: 999999;
  width: 100%;
  background-color: transparent;
}

.phone {
  display: none;
}

.content-wrapper {
  width: 71%;
  padding: 20px;
  border: 1px solid #e9e7e3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
}

.heading {
  margin-top: 1px;
}

.more {
  display: block;
  width: 100px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #dfdfdf 50%, #d1d1d1 0, #b9b9b9);
  background-image: linear-gradient(180deg, #f5f5f5, #dfdfdf 50%, #d1d1d1 0, #b9b9b9);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #747474;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}

.more:hover {
  color: #313131;
}

.wrapper {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.relative-it {
  width: 100px;
}

.brand {
  clear: left;
}

.nav-menu-2 {
  width: 100%;
  float: left;
  clear: left;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #b8b8b8, #d6d6d6);
  background-image: linear-gradient(180deg, #b8b8b8, #d6d6d6);
}

.navbar2 {
  background-color: transparent;
}

@media (max-width: 991px) {
  .header {
    padding-bottom: 30px;
  }
  .search-form {
    margin-right: 10px;
  }
  .navbar {
    top: 52px;
    display: block;
    width: 95%;
    margin: -45px auto -43px;
  }
  .slider {
    height: auto;
  }
  .slide {
    text-align: center;
  }
  .content {
    margin-top: -57px;
  }
  .content.home {
    margin-top: -60px;
  }
  .flex-item {
    width: 50%;
  }
  .border-right {
    height: 100%;
    max-width: 1px;
  }
  .slide-image {
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 500%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .navigation {
    margin-top: -4px;
  }
  .wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header {
    height: 83px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex-header {
    height: 113px;
  }
  .search-form {
    position: absolute;
    top: 128px;
    z-index: 99999;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 113px;
    right: 0px;
    width: 100%;
    border-top: 1px solid #bebdbc;
    border-bottom: 1px solid #bebdbc;
    background-color: #e9e7e3;
  }
  .navbar {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    background-color: transparent;
    background-image: none;
  }
  .nav-item {
    text-align: center;
  }
  .content {
    margin-top: -2px;
  }
  .content.home {
    margin-top: -2px;
  }
  .main {
    margin-top: 108px;
  }
  .flex-article {
    width: 90%;
    margin-left: 5%;
  }
  .sidebar {
    width: 90%;
    margin-left: 5%;
    border-top-right-radius: 0px;
  }
  .flex-it {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .widget-title {
    background-repeat: no-repeat;
  }
  .footer-wrapper {
    width: 90%;
    margin-left: 5%;
  }
  .logo {
    position: relative;
    z-index: 999999;
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #bebdbc;
    background-color: #e9e7e3;
  }
  .menu-button.w--open {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #e9e7e3;
  }
  .navigation {
    position: fixed;
    left: auto;
    top: 2px;
    right: 0px;
    width: 20%;
    background-color: transparent;
  }
  .div-block {
    position: relative;
  }
  .phone {
    position: absolute;
    top: 0px;
    right: 79px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 79px;
    height: 79px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c5c2bd;
    border-left: 1px solid #bebdbc;
    background-color: #e9e7e3;
  }
  .phone.menu {
    top: 0px;
    right: 0px;
  }
  .phone.menu.w--open {
    background-color: #dbd7cf;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #c5c2bd;
  }
  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }
  .content-wrapper {
    width: 90%;
    margin-left: 5%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .brand {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-menu-2 {
    top: 107px;
    margin-top: 9px;
    border-radius: 0px;
    background-color: #dbd7cf;
    background-image: none;
  }
  .hamburger {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #000;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .header {
    top: 0px;
    height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/header-bottom-bg.png');
    background-repeat: repeat-x;
  }
  .flex-header {
    display: block;
    height: 100%;
  }
  .nav-menu {
    position: absolute;
    top: 105px;
  }
  .navbar {
    position: absolute;
    top: -36px;
    right: auto;
    width: 100%;
    height: 100px;
    margin-top: 37px;
  }
  .content {
    margin-top: 6px;
  }
  .content.home {
    margin-top: 5px;
  }
  .main {
    margin-top: 136px;
  }
  .flex-item {
    width: 100%;
    text-align: center;
  }
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 82%;
    height: 100px;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .menu-button {
    width: 47px;
    height: 53px;
    padding: 0px;
    background-color: #e4ded9;
  }
  .menu-button.w--open {
    height: 50px;
    padding: 0px;
  }
  .navigation {
    top: 0px;
    margin-top: 0px;
  }
  .phone {
    right: 0px;
    width: 47px;
    height: 48px;
    padding: 0px;
  }
  .phone.menu {
    top: 48px;
  }
  .div-block-2 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon {
    height: 47px;
  }
  .wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .brand {
    width: 84%;
    margin-top: 12px;
  }
  .nav-menu-2 {
    top: 95px;
    margin-top: 3px;
  }
}

@font-face {
  font-family: 'Leaguegothic';
  src: url('../fonts/LeagueGothic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}