@import url(https://fonts.googleapis.com/css?family=Ubuntu);
body {
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden; }

#fashion_body .btn-primary {
  color: #333;
  text-shadow: none;
  border-radius: 0px;
  font-weight: bold;
  background-repeat: none;
  border-color: none;
  background-image: none;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #36b09f;
  font-size: 16px;
  box-shadow: none;
  -webkit-transition: 0.5s all ease; }
  #fashion_body .btn-primary:hover {
    background-color: #36b09f;
    background-image: none;
    border-color: #36b09f; }

.module-menu-mobile {
  border: none !important; }

@media screen and (max-width: 769px) {
  .right-image {
    margin-top: 440px !important;
    min-height: 250px; }
    .right-image .blok {
      font-size: 1.3em !important; }

  #short {
    margin-top: 150px !important; }

  .slider_text h2 {
    font-weight: bold;
    font-size: 1.8em !important; }
    .slider_text h3 {
      font-weight: bold;
      font-size: 1em !important; }

  .slider-container {
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 991px) {
  #short {
    margin-top: 210px !important; }

  .sub-header {
    background-color: #fff !important; }
    .sub-header .col-sm-12 {
      background-color: #fff !important; }

  .arrow-right {
    margin-right: 30px !important; }

  .fixed img {
    transform: none !important;
    transition-property: width;
    transition-duration: 2s;
    width: auto !important; } }

@media screen and (max-width: 1264px) {
  #short {
    margin-top: 120px !important; } }

.site-width {
  max-width: 970px; }

.slider-container {
  padding: 0px; }

#webshop-basket-container {
  display: none; }

.sub-header {
  z-index: 10; }
  .sub-header img {
    transition: all 0.5s ease; }
  .sub-header ul ul {
    display: none;
    z-index: 10; }
  .sub-header ul li:hover > ul {
    display: block;
    margin-left: -17px; }
  .sub-header ul li > ul li ul:after {
    display: none; }
  .sub-header ul {
    font-size: 19px;
    color: #000;
    list-style: none;
    position: relative;
    display: inline-table;
    transition: all 0.5s ease; }
  .sub-header ul:after {
    content: "";
    clear: both;
    display: block; }
  .sub-header ul li {
    float: left;
    transition: all 0.5s ease; }
  .sub-header ul li:hover a {
    border-color: #8bdbd0;
    color: #8bdbd0; }
  .sub-header ul li a {
    border: 2px solid transparent;
    transition: all 0.5s ease;
    display: block;
    padding: 5px 20px 5px 20px;
    color: #333;
    text-decoration: none; }
  .sub-header ul ul {
    transition: all 0.5s ease;
    background: #fff;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    text-align: left; }
  .sub-header ul ul li {
    float: none;
    position: relative;
    border: none; }
  .sub-header ul ul li a {
    font-size: 16px;
    font-weight: normal;
    border: none;
    padding: 20px 20px 10px 20px;
    color: #333 !important;
    transition: all 0.5s ease; }
  .sub-header ul ul li a:hover {
    color: #8bdbd0 !important; }
  .sub-header ul ul ul {
    border-left: 1px solid #8bdbd0;
    position: absolute;
    min-width: 150px;
    left: 100%;
    width: auto !important;
    padding-top: -5px;
    padding-bottom: 5px;
    top: 0; }
  .sub-header .module-menu > li:last-child > a:after {
    position: absolute;
    content: '1';
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #f15600;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    top: 29px; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  height: 10%;
  padding: 0px 0px;
  transition: all 0.5s ease; }
  .fixed .row {
    margin-top: -8px; }
  .fixed img {
    transform: scale(0.7);
    transition-property: width;
    transition-duration: 2s;
    width: 70%; }
  .fixed ul {
    margin-top: 20px; }
  .fixed ul ul {
    top: 38%; }
  .fixed ul li a {
    padding: 0px 20px 0px 20px; }

.slide-image {
  height: 451px;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97%; }

.slide-image-short {
  height: 300px;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-left: -15px;
  margin-top: 50px; }

.slider_text {
  text-align: center;
  color: #fff;
  margin-top: 140px;
  text-align: center !important; }
  .slider_text h2 {
    font-weight: bold;
    font-size: 4em; }
  .slider_text h3 {
    font-weight: bold;
    font-size: 1.5em; }

.arrow-left {
  color: #fff;
  float: left;
  margin-top: 220px;
  margin-left: 15px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s; }

.arrow-left:hover {
  color: #8bdbd0; }

.arrow-right {
  color: #fff;
  float: right;
  margin-top: 220px;
  margin-right: 15px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s; }

.arrow-right:hover {
  color: #8bdbd0; }

.arrow-left-short {
  margin-left: 15px;
  color: #fff;
  float: left;
  margin-top: 130px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s; }

.arrow-left-short:hover {
  color: #8bdbd0; }

.arrow-right-short {
  margin-right: 15px;
  color: #fff;
  float: right;
  margin-top: 130px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s; }

.arrow-right-short:hover {
  color: #8bdbd0; }

.slider_button {
  background: none;
  border-color: #eecaa2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.5px;
  min-height: 50px;
  min-width: 144px;
  text-decoration: none !important;
  font-weight: bold;
  border: 2px solid #8bdbd0;
  line-height: 50px;
  -webkit-transition: 1s all ease; }

.slider_button:hover {
  color: #333 !important;
  background-color: #8bdbd0; }

.footer .col-sm-12 div a:hover {
  color: #8bdbd0 !important;
  text-decoration: none !important; }
  .footer .col-sm-12 div a:hover strong, .footer .col-sm-12 div a:hover span, .footer .col-sm-12 div a:hover p:hover {
    color: #8bdbd0 !important;
    text-decoration: none !important; }

.blok {
  border: 5px solid #fff !important; }

.left-slider {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px; }

.right-image {
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 451px;
  word-wrap: break-word; }
