body{
    font-family: Verdana;
    line-height: 1.42857143;
    color: #333;
}
.clearfix{
  clear: both;
  width: 100%;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}
.sublink{
  float: left;
  width: 100%;
  text-align: center;
  
  display: block;
  font-size: 25px;
  color: #a69055;
  padding: 30px 0 30px;
  
  
}
a:hover{
  color: #867444;
  text-decoration: none;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

            
.col-md-3{
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }   
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }      
    .col-md-3{
      width: 50%;
      float: left;
    }
}

@media (min-width: 1200px) {
    .col-md-6{
      width: 45%;
      margin: 10px 2.5%;
      float: left;
    }
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .col-md-3{
      width: 25%;
      float: left;
    }
    .col-md-2{
      width: 20%;
      float: left;
    }
    .container {
        width: 1170px;
        margin: 0 auto;
    }
}
a {
  color: #a69055;
  border-bottom: 0px;
  text-decoration: none;
}         
.nodesk{
  display: none;
} 
@media (max-width: 1200px) {
  #nebude{
    display: none;
  }
  .nodesk{
    display: block;
  }
}

.menu_burger{
    position: absolute;
    z-index: 1000;
    right: 40px;
    top: 40px;
    color: #000;
    border: 1px solid rgb(255 255 255 / 59%);
    cursor: pointer;
    border-radius: 35px;
    padding: 15px 17px;
    font-size: 20px;
}
.main_menu{
    position: absolute;
    right: 120px;
    top: -270px;
    z-index: 1000;
}
.main_menu li a{
  display: block;
  min-width: 228px;
  max-width: 228px;
  white-space: normal;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: center;
  margin: 0px;
  padding: 3px 5px 3px 5px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  opacity: 1;
  transform-origin: 50% 50% 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  border-radius: 0px;
  border-width: 0px;
  background-color: rgba(51,51,51,1.00);
    border-color: transparent;
    border-style: none;
    color: #fff;
    transition: 300ms;
    margin-bottom: 6px;
}
.main_menu li a:hover{
  color: rgba(51,51,51,1.00);
  background: #fff;
}