#footer .mainmenu ul li, .mainmenu ul ul li {
	line-height: 25px;
}
.ce_gallery li:hover .content {
	opacity: 0;
}
.ce_gallery.quali {
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
}
fieldset {
	background-color: #fff;
	border: 0px solid #333;
}
button.submit.button {
	background-color: #fff;
	color: #000;
	transition: opacity 0.2s ease-in-out 0s;
}

button.submit.button:hover {
	opacity: 0.5;
	background-color: #fff;
}

.ce_text li {
	line-height: 34px;
}
.color-white, .color-white p, .ce_accordion p {
	color: #4c4c4c !important;
}
.color-white .ce_accordion h1, .color-white .ce_accordion h2, .color-white .ce_accordion h3, .color-white .ce_accordion h4, .color-white .ce_accordion h5, .color-white .ce_accordion h6, {
	color: #4c4c4c !important;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #fff;
}
.toggler {
	background-color: rgba(255,255,255,1);
	color: rgb(76,76,76);
	transition: background-color 0.2s ease-in-out 0s;
}

.toggler:hover {
	background-color: rgba(255,255,255,0.5);
}

.ce_bgimage-inside .ui-accordion-content {
	background-color: #fff;
}

.ce_accordion {
	border: 1px solid #fff;
	margin-bottom: 15px;
}
.ce_text_extented ul, .ce_text ul {
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.ce_text_extented ul li, .ce_text ul li {
	list-style: square;
	padding-left: 10px;
}
.choose #fix-wrapper {
	display: none;
}
.choose #wrapper, .choose #footer, .choose #bottom {
	width: 100%;
}
#footer .mainmenu ul li {
	margin-left: 0;
	margin-right: 0;
}
#footer .ce_gallery li {
	border-bottom: 0px solid #333;
	padding-left: 0;
}

#footer .ce_gallery li::before {
	content: "";
}