#services ul {
  text-align: center;
  font-weight: 600;
  color: #666;
  line-height: 3;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;  
}

.btn-diag{
  font-weight: 600;
  font-size: .9em;
  display: block;
  margin:0 auto 20px;
}

#opener_1 .new{
  color:red;
  margin-right: 10px;
}

.jdialog img{
  width:800px;
}

@media screen and (max-width: 980px) {
  .jdialog img{
    width:800px !important;
  }
}

@media screen and (max-width: 736px) {
  .jdialog img{
    width:600px !important;
  }
}

@media screen and (max-width: 480px) {
  .jdialog img{
    width:300px !important;
  }
}