/**
 * ▄▀▄▀▄▀▄▀▄▀▄▀█▓▒░P░R░E░S░T░A░S░P░I░R░I░T░▒▓█▀▄▀▄▀▄▀▄▀▄▀▄
 * -------------------------------------------------------------------------------------------------------------------
 * 
 * LANDINGPAGES - Landing pages generator Module for prestashop 1.6
 * 
 * -------------------------------------------------------------------------------------------------------------------
 * 
 * @author    PRESTASPIRIT - Franck Pichard
 * @copyright ©2010 - 2015 Prestaspirit.fr
 * @version v1.1.1 | 24/02/2015
 * @link http://www.prestaspirit.fr
 * @license   http://www.binpress.com/license/view/l/0df7c8d9157c6bf450a7cb10830ceda1
 * 
 * -------------------------------------------------------------------------------------------------------------------
 */
.btn-twitter {
	background: #00acee;
	border-radius: 0;
	color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
	color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
	background: #0087bd;
	color: #fff
}
.btn-facebook {
	background: #3b5998;
	border-radius: 0;
	color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
	color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
	background: #30477a;
	color: #fff
}
.btn-googleplus {
	background: #e93f2e;
	border-radius: 0;
	color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
	color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
	background: #ba3225;
	color: #fff
}
.btn-stumbleupon {
	background: #f74425;
	border-radius: 0;
	color: #fff
}
.btn-stumbleupon:link, .btn-stumbleupon:visited {
	color: #fff
}
.btn-stumbleupon:active, .btn-stumbleupon:hover {
	background: #c7371e;
	color: #fff
}
.btn-linkedin {
	background: #0e76a8;
	border-radius: 0;
	color: #fff
}
.btn-linkedin:link, .btn-linkedin:visited {
	color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
	background: #0b6087;
	color: #fff
}

.fa {
	// Add CSS here to target all buttons
}
.fa-sitename {
	// Add CSS here to target individual buttons
}