/* Add here all your CSS customizations */
.tp-simpleresponsive ul li.active-revslide :before  {
  content: '';
  width: 100%;
  height: 100%;
/*   background: url(../img/noise.gif); */
  opacity: .06;
  -khtml-opacity: .06;
  -moz-opacity: .06;
  filter: alpha(opacity=06);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=06)";
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99 !important;;
}


.thumb-info .thumb-info-title {
    font-size:16px;
}

.thumb-info .thumb-info-type {
    margin-right:5px;
}


ul.contact-list {list-style:none; margin:0px; padding:0px 25px;}
ul.contact-list li {line-height:2.6; font-size:16px;}


a.btn.btn-sm {background:#ccc; color:#fff; margin-bottom: 10px;}

span.logo-slogan {
    position:absolute;
    bottom:-5px;
    left:20px;
    color:#333;
    font-size:10px;
    margin:0px;
    padding:0px;
}

.logo-sticky-active span.logo-slogan {
    position:absolute;
    bottom:-15px;
    left:20px;
    font-size:8px;
}





