@import url(https://fonts.googleapis.com/css?family=Roboto:700,500,300);

.vel-testi-frame {
display:block;
text-align:center;
margin:10px 0;
}
.vel-testi {
margin: 10px;
font-family: 'Roboto', sans-serif;
display:block;
vertical-align: top;
background-color: #fff;
padding: 10px;
}
.vel-testi-frame .vel-testi {
text-align: center;
max-width: 235px;
display:inline-block;
width:100%
}
.vel-single-testi {
margin: 10px;
font-family: 'Roboto', sans-serif;
display: inline-block;
vertical-align: top;
text-align: center;
background-color: #fff;
padding: 10px;
}
.ak-thank {
color: #0AAA00;
padding: 10px;
display: block;
margin: 10px 0;
font-size: 15px;
text-transform: uppercase;
background-color: #fff;
text-align: center;
}
.akwarning {
padding: 10px;
display: block;
margin: 10px 0;
color: #F10;
font-size: 15px;
text-transform: uppercase;
background-color: #fff;
text-align: center;
}
.vel-testi input[type="text"], 
.vel-testi input[type="password"], 
.vel-testi input[type="email"], 
.vel-testi input[type="url"], 
.vel-testi input[type="color"], 
.vel-testi input[type="date"], 
.vel-testi input[type="datetime"], 
.vel-testi input[type="datetime-local"], 
.vel-testi input[type="month"], 
.vel-testi input[type="number"], 
.vel-testi input[type="range"], 
.vel-testi input[type="tel"], 
.vel-testi input[type="time"], 
.vel-testi input[type="week"], textarea#ak_detail {
max-width: 90%;
padding: 10px;
display: block;
margin-left: 9px;
width: 100%;
position: relative;
border: 1px solid #ddd;
}
.vel-testi input[type="file"] {
width: 100%;
max-width: 90%;
background-color: rgb(255, 255, 255);
margin-left: 10px;
padding: 20px 10px;
}
.vel-testi label {
font-weight: 700;
font-size: 15px;
margin-top: 13px;
display: block;
text-transform: uppercase;
color: #555;
margin-bottom: 5px;
}
.aksub {
padding: 10px;
border: 0px none;
font-size: 15px;
font-weight: 300;
text-transform: capitalize;
background-color: #242424;
color: #FFF;
cursor: pointer;
display: block;
margin-top: 20px;
}
.aktesti img {
object-fit: cover;
height: 120px !important;
width: 120px !important;
border-radius: 50%;
border:3px solid #ddd;
}
.vel-testi .g-recaptcha {
margin-left:10px;
display:block;
}
.akframe1243434 {
overflow:hidden;
padding: 20px 0;
margin-right: 20px;
}
.akframe1243434 .aktesti {
float:left;
margin-right: 20px;
}
.data-klien {
display: block;
margin: 0px auto 5px;
color: rgb(111, 111, 111);
}
.aktit546028 {
color: #444;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
line-height: 15px;
min-height: 42px;
display: block;
text-decoration: none;
margin-top: 10px;
}
.aktit546028:hover {
color: #000;
}
.aksub:hover {
padding: 10px;
border: 0px none;
font-size: 15px;
font-weight: 300;
text-transform: capitalize;
background-color: #555;
color: #000;
}

form .stars {
  background: url("../img/stars.png") repeat-x 0 0;
  width: 150px;
  margin-left:10px;
}
 
form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form .stars label:hover ~ span {
  background-position: 0 -30px;
}
form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../img/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}
.testi-content {
display: block;
text-align: justify;
margin: 8px 0px;
font-size: 14px;
color: #444;
font-weight: 300;
}
span.stars {
margin:0 auto;
}
span.stars, span.stars span {
    display: block;
    background: url(../img/star.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
margin:0;
    background-position: 0 0;
}

.vel-testi-widget h3, .vel-testi-widget h3 a, .vel-testi-widget h3 a:link, .vel-testi-widget h3 a:visited {
    margin: 0px;
font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.vel-testi-widget img {
width: 100%;
min-height: 150px;
max-height: 150px;
object-fit: cover;
margin: 0px !important;
}
.vel-testi-widget span.stars {
margin:0;
}
a.testiall {
padding: 4px 1px 2px;
background-color: #fff;
margin: 5px auto;
display: block;
text-align: center;
text-transform: uppercase;
max-width: 110px;
border: 1px solid #000;
font-size: 11px !important;
}
a.testiall:hover {
color:#fff;
background-color:#000;
border: 1px solid #000;
}
.vel-testi-widget {
margin: 10px 5px;
position: relative;
display: block;
background-color: #FFF;
padding: 5px;
border: 1px solid #DDD;
}