@media (min-width: 1025px){
.home-slideshow .ba-slideshow-title {
    width: 60%;
  }
}
/* Forms */
.ba-form .ba-btn-submit {
    font-family: 'Rajdhani';
    letter-spacing: 6px;
    font-weight: 700 !important;
    margin-top: 35px;
  	transition: .3s linear;
    -webkit-transition: .3s linear;
}

.ba-form .ba-btn-submit:hover {
    color: #1b1b1d!important;
    background-color: rgba(255, 255, 255, 1)!important;
  	opacity: 1!important;
}

.com-baforms:not(.footer-contact) .ba-form textarea,
.com-baforms:not(.footer-contact) .ba-form input {
	  font-weight: bold;
}

.footer-contact .ba-form .ba-btn-submit {
   margin-top: 0;
}

#table-cim {
  width: 80%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin:auto;
  background-color:#FFF;
}

#table-cim thead {
  background-color: #f5f5f5;
}

#table-cim th, td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
}

#table-cim th {
  font-weight: bold;
}

#table-cim tr:nth-child(even) {
  background-color: #fafafa;
}

#table-cim tr:hover {
  background-color: #f1f1f1;
}