:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;


--base-color: #E01839;


--base-text-color: #fff;


--footer-color: #3C3C3C;


--footer-text-color: #fff;


--button-color: #4FAB2A;


--button-hover-color: hsl(from var(--button-color) h s calc(l - 5));


--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/**Referens Customer table**/
.referens-customers-table{
    list-style-type: none;
}
.referens-customers-table li{
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 25px 0px;
}
.referens-customers-table li img{
    max-width: 210px;
    height: auto;
    display: block;
}
.referens-customers-table li h2{
    max-width: 200px;
    display: inline-block;
    font-size: 20px !important;
}


/**END Referens Customer table**/
/*Special fix*/
.first-page-content .section .images.images-3 li {
    width: 32% !important;
}
.first-page-content .section .images.images-5 li{
    width: 19% !important;
}
#to-next-section{
    float: right;
    color: #DE2F41;
}
#to-next-section:hover{
    text-decoration: underline;
}
/*End Special fix*/
