#ce_lmf_quickbuttons {
	width: 100%;
	margin: 2rem 0 10rem;
	padding: 0;
	position: relative;
	z-index: 5;
}
.ce_lmf_quickbuttons {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ce_lmf_quickbuttons .ce_lmf_quickbuttons_container {
	margin: 0 2rem;
	padding: 0;
	background-color: var(--color-white);
	border: 1px solid var(--color-gray);
	border-radius: 1rem;
	overflow: hidden;
}
.ce_lmf_quickbuttons .ce_lmf_quickbuttons_container > a {
	padding: 1rem;
	display: grid;
	grid-template-columns: 1fr 4rem;
	background-color: var(--color-white);
	border-bottom: 1px solid #D2D3D7;
	font-size: 1.6rem;
}
.ce_lmf_quickbuttons a {
	display: block;
	color: var(--text-color);
	text-decoration: none;
}
.ce_lmf_quickbuttons a.last {
	border-bottom: 0;
}
.ce_lmf_quickbuttons a:active, 
.ce_lmf_quickbuttons a:focus, 
.ce_lmf_quickbuttons a:hover {
	background-size: 0 100%;
	background-color: var(--color-red);
	color: var(--color-white);
}
.ce_lmf_quickbuttons .ce_lmf_quickbuttons_container > a .las {
	font-size: 3rem;
	text-align: right;
}
.ce_lmf_quickbuttons_title {
	align-items: center;
	border-bottom: 1px solid #D2D3D7;
}
.ce_lmf_quickbuttons_title a {
	border: 0;
}
.ce_lmf_quickbuttons_title_inside {
	padding: 3rem 1rem;
}
.ce_lmf_quickbuttons_title_icon {
	text-align: center;
	font-size: 7rem;
	color: var(--color-red);
}
.ce_lmf_quickbuttons_title a:active .ce_lmf_quickbuttons_title_icon, 
.ce_lmf_quickbuttons_title a:focus .ce_lmf_quickbuttons_title_icon, 
.ce_lmf_quickbuttons_title a:hover .ce_lmf_quickbuttons_title_icon {
	color: var(--color-white);
}
.ce_lmf_quickbuttons_title_title {
	font-weight: 700;
	text-align: center;
}
.ce_lmf_quickbuttons_title_text {
	padding: 1rem 0 0;
	text-align: center;
	font-size: 2rem;
}
.ce_lmf_quickbuttons_title_more {
	text-align: right;
}
.ce_lmf_quickbuttons_title_more a::after {
	float: none;
}
.ce_lmf_quickbuttons_label {
	position: relative;
	background-color: var(--color-white);
}
.ce_lmf_quickbuttons_label {
	width: 100%;
	padding: 1.5rem 0 0;
}
#ce_lmf_quickbuttons .slick-prev {
	left: -2rem;
	color: var(--color-gray-dark);
}
#ce_lmf_quickbuttons .slick-next {
	right: -2rem;
	color: var(--color-gray-dark);
}
#ce_lmf_quickbuttons .slick-prev:before,
#ce_lmf_quickbuttons .slick-next:before {
	font-family: 'Line Awesome Free';
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	color: var(--color-gray-dark);
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#ce_lmf_quickbuttons .slick-prev::before {
	content: '\f104';
}

#ce_lmf_quickbuttons .slick-next::before {
	content: '\f105';
}

/*** BLACK ***/
.black .ce_lmf_quickbuttons, 
.black .ce_lmf_quickbuttons a {
	background-color: #000000;
}
.black .ce_lmf_quickbuttons a {
	color: #FFFFFF;
}
.black .ce_lmf_quickbuttons_label {
	background-color: #000000;
}
.black .ce_lmf_quickbuttons_title_icon {
	color: #FFFFFF;
}

/*** WHITE ***/
.white .ce_lmf_quickbuttons, 
.white .ce_lmf_quickbuttons a {
	background-color: #000000;
}
.white .ce_lmf_quickbuttons a {
	color: #FFFFFF;
}
.white .ce_lmf_quickbuttons_label {
	background-color: #000000;
}
.white .ce_lmf_quickbuttons_title_icon {
	color: #FFFFFF;
}

/*** RESPONSIVE ***/
@media screen and (min-width: 520px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1600px) {}
