@media screen and (min-width: 1280px) {
/* test */
#clients {
  display: block;
  margin-top: 0px;
  
}

#info {
  position: relative;
  line-height: 1.5em;
  padding: 10px 0;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 320px;
    left: -65px;
    height: 320px;
    top: -65px;
    display: table;
}

#helper {
    display: table-cell;
    vertical-align: middle;
}

#clients-title { 
  display: block;
  width: 100%;
}
#clients-info {
  width: 100%;
  text-align: center;
  top: 25px;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}


#client-icons {
  display: block;
}

#logos {
  display: block;
  padding-top: 20px;
}

#logos li {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border-radius: 50%;
  display:inline-block;
  height: 190px;
  width: 190px;
  background-position-x: center !important;
  margin: 10px;
  text-align: center;
  font-size: 24px;
  padding-top: 60px;
  font-weight: bold;
  color: white;
}


#logos li:hover
{
  cursor:pointer;
  
}

.img-hover
{
  width: 200px;
}

.logoitm.text, li .center
{
  vertical-align: text-bottom;
  text-align: center;
  padding: 0px;
  background-image: linear-gradient(to left, rgba(80, 171, 177, 0.9), rgba(112, 150, 42, 0.9)); 
}
#horni {
  position: relative; 
  top: -50px;
}
#dolni {
  position: relative; 
  top: 50px;
}
#leva {
  position: relative; 
  left: -50px;
}
#prava {
  position: relative; 
  left: 50px;
}

#logos li:hover {
  opacity: 1;
}

#logos li.center
{
  opacity: 1;
  padding: 0;
  border-radius: 0;    
}

.button_web {
  background-image: linear-gradient(to left, rgba(80, 171, 177, 0.9), rgba(112, 150, 42, 0.9));
  padding: 10px;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  clear: both;
  margin-bottom: 10px;
 
}

}






@media screen and (max-width: 1279px) {

#clients {
  display: block;
  margin-top: 0px;
  
}

#info {
  position: relative;
  line-height: 1.5em;
  padding: 10px 0;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 300%;
    left: -100%;
    /* height: 320px;
    top: -65px; */
    display: flex;
}

#helper {
    display: table-cell;
    vertical-align: middle;
}

#clients-title { 
  display: block;
  width: 100%;
}
#clients-info {
  width: 100%;
  text-align: center;
  top: 25px;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}


#client-icons {
  display: block;
}

#logos {
  display: table;
  /*padding-top: 20px;*/	
  margin: 0;
}

#logos li {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border-radius: 50%;
  display:inline-block;
  /* height: 190px; */
  width: 31%;
  background-position-x: center !important;
  margin: 1%;
  text-align: center;
  font-size: 120%;
  padding: 9% 0;
  font-weight: bold;
  color: white;
}


#logos li:hover
{
  cursor:pointer;
  
}

.img-hover
{
  width: 40%;
}

.logoitm.text, li .center
{
  vertical-align: text-bottom;
  text-align: center;
  padding: 0px;
  background-image: linear-gradient(to left, rgba(80, 171, 177, 0.9), rgba(112, 150, 42, 0.9)); 
}
#horni {
  position: relative; 
  /* top: -50px; */
}
#dolni {
  position: relative; 
  /* top: 50px;*/
}
#leva {
  position: relative; 
  /* left: -50px; */
}
#prava {
  position: relative; 
  /*left: 50px;*/
}

#logos li:hover {
  opacity: 1;
}

#logos li.center
{
  opacity: 1;
  padding: 0;
  border-radius: 0;    
}

.button_web {
  background-image: linear-gradient(to left, rgba(80, 171, 177, 0.9), rgba(112, 150, 42, 0.9));
  padding: 10px;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  clear: both;
  margin-bottom: 10px;
 
}

}