.surveynote {
	padding-bottom:5px;
	color:#777;
}

.answerholder input, .answerholder textarea {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.answerholder label {
    position: relative;
    top: -9px;
    left: 6px;
}
.jRatingAverage { 
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#66aaff; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

.testimbox { 
	margin-bottom:75px; 
	position:relative; 
	background:#FFF; 
	border:1px solid #e0e0e0; 
	padding:10px 30px 40px 30px; 
	text-align:center; 
	-moz-border-radius: 15px; -webkit-border-radius: 5px; -o-border-radius: 15px; border-radius: 15px; 
}
.testimbox .contact { 
	height:62px;
	font-size:12px;
	font-family: 'Noto Sans';
	margin-top:29px; 
	width:500px;
}
.testimbox:nth-child(odd) .contact {
	background: url(img/speechbit.png) no-repeat 140px 10px;
	padding:20px 0px 0px 245px;
	text-align:left; 
	float:left;
}
.testimbox:nth-child(even) .contact {
	background: url(img/speechbitleft.png) no-repeat 510px 10px;
	padding:20px 245px 0px 0px;
	text-align:right; 
	float:right;
}

.testimbox .contact b {
	font-size:16px;
}

.clientname { text-align:right; font-weight:bold; position:relative; padding-right:55px; bottom:-30px; font-family: 'Noto Sans'; font-weight:bold; font-size:16px; color:#333; }
.testimbox .clientimg {
	background:url('img/person.png');
	height:52px;
	width:52px;
	float:right;
	position:relative;
	margin-right:0px;
	bottom:5px;
}

.pagination {
  height: 36px;
  margin: 18px 0;
  text-align:center;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}


/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}
.starrate {
	display:inline-block;
}
.starrating {
	background:#191919; display:inline-block; color:#fff; font-weight:bold; position: relative; top:-4px; padding:2px 4px 2px 10px; text-align:right; left:-1px;
}
.starratingarrow {
	display:inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #191919;
	position: relative;
	top:-3px;
	left:4px;
	-webkit-transform: rotate(360deg);
}


.answerholder {
	padding-left:20px;
}

/* progress bar base */
.progress-bar { 
  margin:30px auto 10px auto;
  width: 100%;
  height: 24px;
  padding: 4px 4px 28px 4px;
  background-color: #191919;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  box-shadow: inset 0 1px 2px #000,
    0 1px 0 #2b2b2b;
  -webkit-box-shadow: inset 0 1px 2px #000,
    0 1px 0 #2b2b2b;
  -moz-box-shadow: inset 0 1px 2px #000,
    0 1px 0 #2b2b2b;
}

/* code for the inner (colorful) part of the bar */
.progress-bar:before { 
  content: '';
  display: block;
  position: absolute;
  text-align:center;
  font-weight:bold;
  color:#fff;
  font-size:16px;
  line-height:23px;
  height: 24px;
  background: #999;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 
   inset 0 -1px 3px rgba(0, 0, 0, 0.4), 
   0 1px 1px #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 3px rgba(0, 0, 0, 0.4),
    0 1px 1px #000;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 3px rgba(0, 0, 0, 0.4),
    0 1px 1px #000;
}

/* code to stripe the bars */
.progress-bar:after { 
  content: '|||||||||||||||||||||||||||||';
  display: block;
  position: absolute;
  height: 24px;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  font:bold 120px/80px sans-serif;
  letter-spacing: -6px;
  color: #000;
  opacity: 0.06;
}

/* code for the colors */
.blue:before { 
  background: #4799ff;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#70affe), to(#4799ff));
  background: -moz-linear-gradient(top, #70affe, #4799ff);
}

.pink:before { 
  background: #f09;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f36), to(#AC2246));
  background: -moz-linear-gradient(top, #f36, #AC2246);
}

.green:before { 
  background: #7EBD01;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7EBD01), to(#568201));
  background: -moz-linear-gradient(top, #7EBD01, #568201);
}

.orange:before { 
  background: #f90;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f90), to(#f60));
  background: -moz-linear-gradient(top, #f90, #f60);
}