/**
 * @version		1.0.1
 * @package		PGIT Vate Elec template for Joomla! 3.x
 * @author		PGIT http://www.webdesign.vu
 * @copyright	Copyright (C) 2017 PG IT Consulting. All rights reserved.
 * @license		http://www.webdesign.vu/license PGIT Proprietary Use License
 */


.btn.basecolor_8 {
background:!important;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	font-weight: 700;
	border: 1px solid #FFF!important;
	padding: 8px 12px!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sponsors_title {
	text-align: center;
	width: 40%;
	margin: 0 auto 60px;
	padding: 0 auto;
}

ul.logos {
	width: 100%;
	padding: 0 0 60px;
	margin: 0;
	opacity: .6;
	list-style: none;
}

ul.logos li {
	display: inline-block;
	width: 33%;
	text-align: center;
}
ul.logos li img {
	max-width: 60% !important;
}