h2.lcsss_logo_carousel_slider_title {
    margin: 0 0 2px 0;
    font-weight: normal;
    font-size: 18px;
    color: #444444;
}

.lcsss_logo_container {
    margin: 6px;
}

.lcsss_logo_container a.lcsss_logo_link {
    display: block;
    padding: 6px;
    border: 1px solid #d6d4d4;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.lcsss_logo_container a.lcsss_logo_link:hover {
    border: 1px solid #A0A0A0;
}

.lcsss_logo_container img {
    box-shadow: none;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    -webkit-transition: all 0.22s linear;
    -moz-transition: all 0.22s linear;
    -o-transition: all 0.22s linear;
    -ms-transition: all 0.22s linear;
    transition: all 0.22s linear;
}

.lcsss_logo_container a:hover img {
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

h3.lcsss_logo_title {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	margin: 3px 0 0 0;
    color: #444;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h3.lcsss_logo_title:hover {
    color: #808080;
}

.owl-theme .owl-controls .owl-page span {
    background: #666666;
}

#lcsss_logo_carousel_slider .owl-buttons {
    position: absolute;
    right: 0;
    top: -34px;
}

#lcsss_logo_carousel_slider .owl-buttons div {
    background: #ffffff;
    border-radius: 2px;
    margin: 2px;
    padding: 0;
    width: 27px;
    height: 27px;
    line-height: 20px;
    font-size: 22px;
    color: #ccc;
    border: 1px solid #ccc;
    opacity: 1;
    z-index: 999;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#lcsss_logo_carousel_slider .owl-buttons div:hover { 
    background: #ffffff; 
    color: #A0A0A0; 
    border: 1px solid #A0A0A0; 
}