/*style-12*/
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans');


.style-12{
  box-shadow: 0 0 10px 3px #f2f2f2;
  margin: 18px 0 !important;
  padding: 0;
}


.style-12 h2 {
  background: #fcfcfc none repeat scroll 0 0;
  font-family: "PT Sans",sans-serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
  padding: 8px 0;
  text-align: center;
}

.style-12 ul.sld-list {
  margin: 0 !important;
  padding: 0 !important;
}

.style-12 ul.sld-list li{
border-bottom: 1px solid #e4e4e4;
box-shadow: none;
/*display: inline-block;*/
margin: 0;
padding: 16px 0;
width: 100%;
position:relative;
}

.style-12 ul.sld-list li a span.icon img{
color: #222;
display: block;
font-family: "PT Sans",sans-serif;
padding: 0 12px;
text-decoration: none;
transition: all 0.3s ease 0s;
max-width: 40px;
height: auto;
box-shadow:none;	
}

.style-12 ul.sld-list li a span.icon {
  display: inline-block;
  vertical-align: middle;
}

.style-12 ul.sld-list li a{
	display:block;
}

.style-12 ul.sld-list li:hover {
  background: #fcfcfc none repeat scroll 0 0;
}

.style-12 ul.sld-list li:hover  a span.icon img{
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	text-align: center;
}


.icon.fa-icon{
  font-size: 13px;
  margin: 0 10px;
  display: inline-block;
}



/*Upvote Section*/
.style-12 .upvote-section {
  font-size: 14px;
  height: auto !important;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 8px;
  width: 45px !important;
}

.style-12 .upvote-btn.upvote-on:hover, .style-12 li:hover .upvote-btn{
  cursor: pointer;
}

.style-12 .upvote-btn, .style-12 .upvote-count{
  display: inline-block;
}

.style-12 .upvote-btn {
  text-align: center;
  padding-top: 10px;
  z-index: 805;
  width: 20px !important;
}

.style-12 .upvote-count {
  font-size: 10px;
  margin-top: -5px;
  z-index: 800;
}

.style-12 .upvote-section .upvote-btn, .style-12 .upvote-section .upvote-count {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.style-12 .upvote-section .upvote-btn:hover, .style-12 li:hover .upvote-btn, .style-12 li:hover .upvote-count{
  color: #1188bf;
}