
/*cm_sysdb_begin*/
@import url("//fonts.cm4all.net/css?subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese&family=Elsie:regular,900");
/*cm_sysdb_end*/

.cm-offline-content {
    color: #3B3B3B;
    background-color: #FFFFFF;
}

body {
	background-color:	#FFFFFF;
}
body, .center_wrapper, .content_main_dho {
	font-family:	Elsie, sans-serif;
	font-size:		medium;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h1, .cm-h1 {
	font-size:		medium;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h2, #title_wrapper h2 {
	font-size:		large;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h3 {
	font-size:		medium;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h4, .center_wrapper h5, .center_wrapper h6 {
	font-family:	Elsie, sans-serif;
}
.title_wrapper h1 {
	font-family:	Elsie, sans-serif;
	font-size:		xx-large;
	font-weight:	normal;
	font-style:		normal;
}
.title_wrapper h2 {
	font-family:	Elsie, sans-serif;
	font-size:		xx-large;
	font-weight:	normal;
	font-style:		normal;
}

#cm_navigation a {
	font-size:		medium;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}




/* ################################################## */
/* ################ INPUT ELEMENTS ################## */
/* ################################################## */
.main_wrapper .cm_widget input[type='text'], .main_wrapper .cm_widget input[type='date'], .main_wrapper .cm_widget input[type='datetime'], 
.main_wrapper .cm_widget input[type='email'], .main_wrapper .cm_widget input[type='number'], .main_wrapper .cm_widget input[type='password'],
.main_wrapper .cm_widget input[type='search'], .main_wrapper .cm_widget input[type='tel'], .main_wrapper .cm_widget input[type='time'],
.main_wrapper .cm_widget input[type='url'], .main_wrapper .cm_widget textarea, .main_wrapper .cm_widget select,
.main_wrapper .cm_widget button, .main_wrapper .cm_widget input[type='button'], .main_wrapper .cm_widget input[type='submit'], .main_wrapper .cm_widget input[type='reset'] {
	border-radius:		0px;
	padding:			9px 14px;
	color:				#3B3B3B;
	background-color:	#FFFFFF;
	background-color:	rgba(59,59,59,0.08);
	border:				1px solid rgba(59,59,59,0.15);
	-webkit-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-moz-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-o-transition:		color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	transition:			color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	
	font-family:	Elsie, sans-serif;
	font-size:		medium;
	font-weight:	normal;
	font-style:		normal;
}
.main_wrapper .cm_widget button, .main_wrapper .cm_widget input[type='button'], .main_wrapper .cm_widget input[type='submit'], .main_wrapper .cm_widget input[type='reset'] {
	cursor:			pointer;
}
.main_wrapper .cm_widget input[type='text']:focus, .main_wrapper .cm_widget input[type='date']:focus, .main_wrapper .cm_widget input[type='datetime']:focus, 
.main_wrapper .cm_widget input[type='email']:focus, .main_wrapper .cm_widget input[type='number']:focus, .main_wrapper .cm_widget input[type='password']:focus,
.main_wrapper .cm_widget input[type='search']:focus, .main_wrapper .cm_widget input[type='tel']:focus, .main_wrapper .cm_widget input[type='time']:focus,
.main_wrapper .cm_widget input[type='url']:focus, .main_wrapper .cm_widget textarea:focus, .main_wrapper .cm_widget select:focus, .main_wrapper .cm_widget select:focus option,
.main_wrapper .cm_widget button:hover, .main_wrapper .cm_widget input[type='button']:hover, .main_wrapper .cm_widget input[type='submit']:hover, .main_wrapper .cm_widget input[type='reset']:hover {
	color:				#FFFFFF;
	color:				rgba(255,255,255,1);
	background-color:	rgba(0,0,0,0.7);
	background-color:	rgba(59,59,59,0.7);
	box-shadow:			0px 0px 15px rgba(0,0,0,0.3);
	outline:			none;
}

/**** SIDEBAR ****/
.sidebar_wrapper .cm_widget input[type='text'], .sidebar_wrapper .cm_widget input[type='date'], .sidebar_wrapper .cm_widget input[type='datetime'], 
.sidebar_wrapper .cm_widget input[type='email'], .sidebar_wrapper .cm_widget input[type='number'], .sidebar_wrapper .cm_widget input[type='password'],
.sidebar_wrapper .cm_widget input[type='search'], .sidebar_wrapper .cm_widget input[type='tel'], .sidebar_wrapper .cm_widget input[type='time'],
.sidebar_wrapper .cm_widget input[type='url'], .sidebar_wrapper .cm_widget textarea, .sidebar_wrapper .cm_widget select,
.sidebar_wrapper .cm_widget button, .sidebar_wrapper .cm_widget input[type='button'], .sidebar_wrapper .cm_widget input[type='submit'], .sidebar_wrapper .cm_widget input[type='reset'] {
	color:				#E00000;
	background-color:	#D5D4D3;
	background-color:	rgba(224,0,0,0.08);
	border:				1px solid rgba(224,0,0,0.15);
}
.sidebar_wrapper .cm_widget input[type='text']:focus, .sidebar_wrapper .cm_widget input[type='date']:focus, .sidebar_wrapper .cm_widget input[type='datetime']:focus, 
.sidebar_wrapper .cm_widget input[type='email']:focus, .sidebar_wrapper .cm_widget input[type='number']:focus, .sidebar_wrapper .cm_widget input[type='password']:focus,
.sidebar_wrapper .cm_widget input[type='search']:focus, .sidebar_wrapper .cm_widget input[type='tel']:focus, .sidebar_wrapper .cm_widget input[type='time']:focus,
.sidebar_wrapper .cm_widget input[type='url']:focus, .sidebar_wrapper .cm_widget textarea:focus, .sidebar_wrapper .cm_widget select:focus, .sidebar_wrapper .cm_widget select:focus option,
.sidebar_wrapper .cm_widget button:hover, .sidebar_wrapper .cm_widget input[type='button']:hover, .sidebar_wrapper .cm_widget input[type='submit']:hover, .sidebar_wrapper .cm_widget input[type='reset']:hover {
	color:				rgba(213,212,211,1);
	background-color:	rgba(224,0,0,0.7);
}

/*****  FALLBACK FOR OLD SHOP *****/
.shopWidgetSeperatedDiv input[type='text'], .shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'], .shopWidgetSeperatedDiv input[type='reset'] {
	padding:		8px 3px;
	min-width:		45px;
}	
.shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'], .shopWidgetSeperatedDiv input[type='reset'] {
	background-size: 	cover !important;
	border:				none;
}





.navigation_wrapper {
	background-color:	rgba(224,0,0,0.85);
}


.toggle_navigation a {
	color:				#FFFFFF;
	color:				rgba(255,255,255,0.7);
}


.title_wrapper {
	color:				#E00000;
	background-color:	#D5D4D3;
}
.title_wrapper h2 {
	color:				#E00000;
}


#logo {
	background-color:	#E00000;
	box-shadow:			0px 0px 0px 2px #FFFFFF, 0px 0px 0px 7px #E00000;
}


.main_wrapper, .placeholder {
	background-color:	#FFFFFF;
	color:				#3B3B3B;
}
	
	.content_main_dho a {
		color:				#3B3B3B;
		text-decoration:	underline;
	}
	.content_main_dho a:hover {
		text-decoration:	none;
	}
	.sidebar_wrapper {
		color:				#E00000;
		background-color:	#D5D4D3;
	}
	.sidebar_wrapper a {		
		color:				#E00000;
		text-decoration:	underline;
	}
	.sidebar_wrapper a:hover {
		text-decoration:	none;
	}
	.sidebar_wrapper:after {
		background: #D5D4D3; /* Old browsers */
		background: -moz-linear-gradient(top, #D5D4D3 0%, #FFFFFF 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5D4D3), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #D5D4D3 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #D5D4D3 0%,#FFFFFF 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #D5D4D3 0%,#FFFFFF 100%); /* IE10+ */
		background: linear-gradient(to bottom, #D5D4D3 0%,#FFFFFF 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5D4D3', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	}
	
.footer_wrapper {
	background-color:	#E00000;
	color:				#FFFFFF;	
}
.footer_wrapper a, .scrollup, .scrollup a {	
	color:				#FFFFFF;	
}


@media only screen and (min-width: 1px) and (max-width: 1023px) {    /* ---- Tablet Portrait ---- */
	.scrollup {
		background-color:	#FFFFFF;
	}
	.scrollup a {	
		color:				#E00000;
	}
}


.navigation_wrapper > ul > li > a {
	color:				#FFFFFF;
	color:				rgba(255,255,255,0.6);
}
.navigation_wrapper > ul > li:hover > a,
.navigation_wrapper > ul > li.cm_current > a {
	color:				#FFFFFF;
}
/*--------------------- Subnavigation ----------------- */

.navigation_wrapper > ul > li > ul {
	border:				2px solid #FFFFFF;
	box-shadow:			0px 0px 0px 4px #E00000;
}
.navigation_wrapper > ul > li.cm_has_subnavigation > ul:before {
  	border-bottom: 	10px solid #FFFFFF; 
  	border-left: 	8px solid transparent; 
   	border-right: 	8px solid transparent; 
	background-color:	transparent !important;
}
.navigation_wrapper > ul > li > ul > li > a {
	background-color:	rgba(255,255,255,0.85);
	color:				#E00000;
}
.navigation_wrapper > ul > li > ul > li > ul > li > a {
	background-color:	rgba(255,255,255,0.85);
	color:				#E00000;
}
.navigation_wrapper > ul > li > ul > li:hover > a,
.navigation_wrapper > ul > li > ul > li.cm_current > a {
	background-color:	rgba(224,0,0,0.75);
	color:				#FFFFFF;
}
.navigation_wrapper > ul > li > ul > li > ul > li:hover > a,
.navigation_wrapper > ul > li > ul > li > ul > li.cm_current > a {
	background-color:	rgba(224,0,0,0.85);
	color:				#FFFFFF;
}




.navigation_wrapper li.cm_has_subnavigation > a:after {
    border-color: 		rgba(255,255,255,0.6) transparent -moz-use-text-color;
	-webkit-transition:	border-color 0.4s;
	transition:			border-color 0.4s;
}
.navigation_wrapper li.cm_has_subnavigation.cm_current > a:after,
.navigation_wrapper li.cm_has_subnavigation:hover > a:after {
    border-color: 		#FFFFFF transparent -moz-use-text-color;
}
.navigation_wrapper li.cm_has_subnavigation > ul li.cm_has_subnavigation > a:after {
    border-color:		#E00000 transparent -moz-use-text-color;
	-webkit-transition:	border-color 0.4s;
	transition:			border-color 0.4s;
}
.navigation_wrapper li.cm_has_subnavigation > ul li.cm_has_subnavigation.cm_current > a:after,
.navigation_wrapper li.cm_has_subnavigation > ul li.cm_has_subnavigation:hover > a:after {
    border-color: 		transparent -moz-use-text-color;
}

}
/*cm4all-vars-extension-force-color-begin*/
.cm4all-header-title-color.cm4all-force-color {
    color: #E00000 !important;
}
.cm4all-header-title-color.cm4all-force-background-color {
    background-color: #E00000 !important;
}
.cm4all-header-title-color.cm4all-force-border-color {
    border-color: #E00000 !important;
} 
.cm4all-header-subtitle-color.cm4all-force-color {
    color: #E00000 !important;
}
.cm4all-header-subtitle-color.cm4all-force-background-color {
    background-color: #E00000 !important;
}
.cm4all-header-subtitle-color.cm4all-force-border-color {
    border-color: #E00000 !important;
} 
.cm4all-header-background-color.cm4all-force-color {
    color: #D5D4D3 !important;
}
.cm4all-header-background-color.cm4all-force-background-color {
    background-color: #D5D4D3 !important;
}
.cm4all-header-background-color.cm4all-force-border-color {
    border-color: #D5D4D3 !important;
} 
.cm4all-header-alt-background-color.cm4all-force-color {
    color: #AFADAC !important;
}
.cm4all-header-alt-background-color.cm4all-force-background-color {
    background-color: #AFADAC !important;
}
.cm4all-header-alt-background-color.cm4all-force-border-color {
    border-color: #AFADAC !important;
} 
.cm4all-header-border-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-header-border-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-header-border-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-header-alt-border-color.cm4all-force-color {
    color: #f6f1e8 !important;
}
.cm4all-header-alt-border-color.cm4all-force-background-color {
    background-color: #f6f1e8 !important;
}
.cm4all-header-alt-border-color.cm4all-force-border-color {
    border-color: #f6f1e8 !important;
} 
.cm4all-content-color.cm4all-force-color {
    color: #3B3B3B !important;
}
.cm4all-content-color.cm4all-force-background-color {
    background-color: #3B3B3B !important;
}
.cm4all-content-color.cm4all-force-border-color {
    border-color: #3B3B3B !important;
} 
.cm4all-content-headline-color.cm4all-force-color {
    color: #3B3B3B !important;
}
.cm4all-content-headline-color.cm4all-force-background-color {
    background-color: #3B3B3B !important;
}
.cm4all-content-headline-color.cm4all-force-border-color {
    border-color: #3B3B3B !important;
} 
.cm4all-content-background-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-content-background-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-content-background-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-content-alt-background-color.cm4all-force-color {
    color: #EDEDED !important;
}
.cm4all-content-alt-background-color.cm4all-force-background-color {
    background-color: #EDEDED !important;
}
.cm4all-content-alt-background-color.cm4all-force-border-color {
    border-color: #EDEDED !important;
} 
.cm4all-content-border-color.cm4all-force-color {
    color: #1F1F1F !important;
}
.cm4all-content-border-color.cm4all-force-background-color {
    background-color: #1F1F1F !important;
}
.cm4all-content-border-color.cm4all-force-border-color {
    border-color: #1F1F1F !important;
} 
.cm4all-content-alt-border-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-content-alt-border-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-content-alt-border-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-content-link-color.cm4all-force-color {
    color: #3B3B3B !important;
}
.cm4all-content-link-color.cm4all-force-background-color {
    background-color: #3B3B3B !important;
}
.cm4all-content-link-color.cm4all-force-border-color {
    border-color: #3B3B3B !important;
} 
.cm4all-content-link-hover-color.cm4all-force-color {
    color: #3B3B3B !important;
}
.cm4all-content-link-hover-color.cm4all-force-background-color {
    background-color: #3B3B3B !important;
}
.cm4all-content-link-hover-color.cm4all-force-border-color {
    border-color: #3B3B3B  !important;
} 
.cm4all-sidebar-color.cm4all-force-color {
    color: #2E2E2E !important;
}
.cm4all-sidebar-color.cm4all-force-background-color {
    background-color: #2E2E2E !important;
}
.cm4all-sidebar-color.cm4all-force-border-color {
    border-color: #2E2E2E !important;
} 
.cm4all-sidebar-headline-color.cm4all-force-color {
    color: #E00000 !important;
}
.cm4all-sidebar-headline-color.cm4all-force-background-color {
    background-color: #E00000 !important;
}
.cm4all-sidebar-headline-color.cm4all-force-border-color {
    border-color: #E00000 !important;
} 
.cm4all-sidebar-background-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-sidebar-background-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-sidebar-background-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-sidebar-alt-background-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-sidebar-border-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-sidebar-border-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-sidebar-border-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-sidebar-alt-border-color.cm4all-force-color {
    color: #CFCFCF !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-background-color {
    background-color: #CFCFCF !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-border-color {
    border-color: #CFCFCF !important;
} 
.cm4all-sidebar-link-color.cm4all-force-color {
    color: #2E2E2E !important;
}
.cm4all-sidebar-link-color.cm4all-force-background-color {
    background-color: #2E2E2E !important;
}
.cm4all-sidebar-link-color.cm4all-force-border-color {
    border-color: #2E2E2E !important;
} 
.cm4all-sidebar-link-hover-color.cm4all-force-color {
    color: #E00000 !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-background-color {
    background-color: #E00000 !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-border-color {
    border-color: #2E2E2E  !important;
} 
.cm4all-navigation-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-navigation-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-navigation-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-navigation-alt-color.cm4all-force-color {
    color: #FDFCFC !important;
}
.cm4all-navigation-alt-color.cm4all-force-background-color {
    background-color: #FDFCFC !important;
}
.cm4all-navigation-alt-color.cm4all-force-border-color {
    border-color: #FDFCFC !important;
} 
.cm4all-navigation-background-color.cm4all-force-color {
    color: #E00000 !important;
}
.cm4all-navigation-background-color.cm4all-force-background-color {
    background-color: #E00000 !important;
}
.cm4all-navigation-background-color.cm4all-force-border-color {
    border-color: #E00000 !important;
} 
.cm4all-navigation-alt-background-color.cm4all-force-color {
    color: #B90404 !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-background-color {
    background-color: #B90404 !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-border-color {
    border-color: #B90404 !important;
} 
.cm4all-navigation-border-color.cm4all-force-color {
    color: #FCF8F8 !important;
}
.cm4all-navigation-border-color.cm4all-force-background-color {
    background-color: #FCF8F8 !important;
}
.cm4all-navigation-border-color.cm4all-force-border-color {
    border-color: #FCF8F8 !important;
} 
.cm4all-navigation-alt-border-color.cm4all-force-color {
    color: #CFCFCF !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-background-color {
    background-color: #CFCFCF !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-border-color {
    border-color: #CFCFCF !important;
} 
.cm4all-subnavigation-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-subnavigation-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-subnavigation-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-subnavigation-alt-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-subnavigation-background-color.cm4all-force-color {
    color: #E8E8E8 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-background-color {
    background-color: #E8E8E8 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-border-color {
    border-color: #E8E8E8 !important;
} 
.cm4all-subnavigation-alt-background-color.cm4all-force-color {
    color: #D7D7D5 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-background-color {
    background-color: #D7D7D5 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-border-color {
    border-color: #D7D7D5 !important;
} 
.cm4all-subnavigation-border-color.cm4all-force-color {
    color: #D40202 !important;
}
.cm4all-subnavigation-border-color.cm4all-force-background-color {
    background-color: #D40202 !important;
}
.cm4all-subnavigation-border-color.cm4all-force-border-color {
    border-color: #D40202 !important;
} 
.cm4all-subnavigation-alt-border-color.cm4all-force-color {
    color: #CFCFCF !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-background-color {
    background-color: #CFCFCF !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-border-color {
    border-color: #CFCFCF !important;
} 
.cm4all-footer-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-footer-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-footer-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
} 
.cm4all-footer-alt-color.cm4all-force-color {
    color: #F0F0F0 !important;
}
.cm4all-footer-alt-color.cm4all-force-background-color {
    background-color: #F0F0F0 !important;
}
.cm4all-footer-alt-color.cm4all-force-border-color {
    border-color: #F0F0F0 !important;
} 
.cm4all-footer-background-color.cm4all-force-color {
    color: #A1A1A1 !important;
}
.cm4all-footer-background-color.cm4all-force-background-color {
    background-color: #A1A1A1 !important;
}
.cm4all-footer-background-color.cm4all-force-border-color {
    border-color: #A1A1A1 !important;
} 
.cm4all-footer-alt-background-color.cm4all-force-color {
    color: #EDEDED !important;
}
.cm4all-footer-alt-background-color.cm4all-force-background-color {
    background-color: #EDEDED !important;
}
.cm4all-footer-alt-background-color.cm4all-force-border-color {
    border-color: #EDEDED !important;
} 
.cm4all-footer-border-color.cm4all-force-color {
    color: #5E5E5E !important;
}
.cm4all-footer-border-color.cm4all-force-background-color {
    background-color: #5E5E5E !important;
}
.cm4all-footer-border-color.cm4all-force-border-color {
    border-color: #5E5E5E !important;
} 
.cm4all-footer-alt-border-color.cm4all-force-color {
    color: #545454 !important;
}
.cm4all-footer-alt-border-color.cm4all-force-background-color {
    background-color: #545454 !important;
}
.cm4all-footer-alt-border-color.cm4all-force-border-color {
    border-color: #545454 !important;
} 
.cm4all-body-background-color.cm4all-force-color {
    color: #FFFFFF !important;
}
.cm4all-body-background-color.cm4all-force-background-color {
    background-color: #FFFFFF !important;
}
.cm4all-body-background-color.cm4all-force-border-color {
    border-color: #FFFFFF !important;
}
/*cm4all-vars-extension-force-color-end*/