/*style-1*/
.style-1 .ca-menu {
    margin: 20px auto;
    padding: 0 !important;
    width: 100%;
}

.style-1 .ca-menu li {
    background: #fff none repeat scroll 0 0;
    border-left: 10px solid #000;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    height: 100px;
    margin-bottom: 4px;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
	position: relative;
}
.style1_phone_icon{
	position:absolute !important;
	right: 10px;
	z-index: 9;
	top: 24%;
	width: 25px !important;
	height: 25px !important;
	box-shadow: none !important;
	text-align:center;
}
.style1_link_icon{
	position:absolute !important;
	right: 10px;
	z-index: 9;
	top: 55%;
	width: 25px !important;
	height: 25px !important;
	box-shadow: none !important;
	text-align:center;
}
.style-1 .ca-menu li:hover > .style1_phone_icon{
	color:#fff !important;
}
.style-1 .ca-menu li:hover > .style1_link_icon{
	color:#fff !important;
}
.style-1 .ca-menu li:last-child {
    margin-bottom: 0;
}

.style-1 .ca-menu li a {
    color: #333;
    display: block;
    height: 100%;
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: medium none;
}

.style-1 .ca-icon{
    left: 20px;
    top: 28px;
    position: absolute;
    text-align: center;
    transition: all 300ms linear 0s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.style-1 .ca-icon img{
    width: 40px;
    height: 40px;
    transition: all 300ms linear 0s;
}

.style-1 .ca-content {
    height: 60px;
    left: 80px;
    position: absolute;
    top: 20px;
	width: 77%;
}

.ca-main, .style-1 .ca-sub {
  margin: 0 !important;
  padding: 0 !important;
}

.style-1 .ca-main {
  font-size: 22px !important;
  transition: all 300ms linear 0s;
}

.style-1 .ca-sub {
  color: #666;
  font-size: 12px !important;
  transition: all 300ms linear 0s;
	padding-top: 6px !important;
}

.style-1 .ca-menu li:hover {
  background: #000 none repeat scroll 0 0;
  border-color: #ad1f25;
}

.style-1 .ca-menu li:hover .ca-icon{
  width: 50px;
  height: 50px;
}

.style-1 .ca-menu li:hover .ca-icon img{
  color: #ad1f25;
  width: 50px;
  height: 50px;
}

.style-1 .ca-menu li:hover .ca-main {
  color: #ad1f25;
  font-size: 14px !important;
	padding-top: 3px !important;
}

.style-1 .ca-menu li:hover .ca-sub {
  color: #fff;
  font-size: 16px !important;
	padding-top: 10px !important;
}

.style-1 .ca-main.subtitle-absent {
  margin-top: 10px !important;
}

/*Upvote Section*/
.style-1 .upvote-section {
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  width: 30px;
  text-align: center;
}

.style-1 .upvote-btn.upvote-on:hover, .style-1 .ca-menu li:hover .upvote-btn{
  cursor: pointer;
}

.style-1 .upvote-btn, .style-1 .upvote-count{
  display: block;
}

.style-1 .upvote-btn {
  text-align: center;
  padding-top: 10px;
  width: 100%;
  z-index: 805;
}

.style-1 .upvote-count {
  font-size: 10px;
  width: 100%;
  margin-top: -5px;
  z-index: 800;
}

.style-1 .upvote-section .upvote-btn, .style-1 .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-1 .upvote-section .upvote-btn:hover, .style-1 .ca-menu li:hover .upvote-btn, .style-1 .ca-menu li:hover .upvote-count{
  color: #fff;
}



.direction-rtl .qc-grid-item .ca-icon {
  left: auto;
  right: 20px;
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-content {
  direction: rtl;
  left: auto;
  right: 80px;
}

.direction-rtl .qc-grid-item .ca-content .ca-main, .direction-rtl .qc-grid-item .ca-content .ca-sub{
  direction: rtl !important;
  text-align: right !important;  
}

.direction-rtl .upvote-section {
  left: 10px !important;
  right: auto !important;
}