#cont-suite #navi a, #cont-suite #content {
  opacity: 1;
}
#tab-suite #navi a {
  opacity: 1;
}

@media(min-width:768px){
  #cont-suite .col {
    width:96px;
  }
}
@media(min-width:992px){
  #cont-suite .col {
    width:93px;
  }
}
@media(min-width:1200px){
  #cont-suite .col {
    width:114px;
  }
}

@media(min-width:768px){
  #cont-suite #content .row, #cont-suite #content .row .inner, #cont-suite #content .row .inner-bg {
    height:96px;
  }
}
@media(min-width:992px){
  #cont-suite #content .row, #cont-suite #content .row .inner, #cont-suite #content .row .inner-bg {
    height:93px;
  }
}
@media(min-width:1200px){
  #cont-suite #content .row, #cont-suite #content .row .inner, #cont-suite #content .row .inner-bg {
    height:114px;
  }
}

#cont-suite #content .row .inner {
  border: 5px solid #009ee3;
}

@media(min-width:1200px) {
  #cont-suite #content .row .inner {
    border: 8px solid #009ee3;
  }
}
