.bardhe {
  color: #FFF;
}
.gri {
  color: #b1b1b1;
}

.kontakti {
  color: #FFF;
  font-size: 15.5px;
}

.sukses {
  color: #0bad37;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;

}

.deshtoi {
  color: #d40404;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
}

.dergo {
  width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.dergo:hover{
  background: #e0e0e0;
  color: #555;
}
