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

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


/* ################################################## */
/* ################ BASE ELEMENTS ################### */
/* ################################################## */

body, .main_wrapper {
	font-family:	Delius, sans-serif;
	font-size:		large;
	font-weight:	normal;
	font-style:		normal;
}
body {
	background-color: #163a42;
}
h1, .cm-h1 {													 /* .cm-h1 is required for old Widgets */
	font-size:		large;
	font-family:	Cinzel, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
h2, .title_wrapper .subtitle {
	font-size:		large;
	font-family:	Delius, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
h3 {
	font-size:		medium;
	font-family:	Cinzel, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
h4, h5, h6 {
	font-family:	Cinzel, sans-serif;
}
.title_wrapper .title,
.title_wrapper .bigtitle {
	font-family:	Delius, sans-serif;
	font-size:		small;
	font-weight:	normal;
	font-style:		normal;
}
.navigation_wrapper a,
.mobile_navigation a,
.navigation_wrapper > ul > li:after,
.navigation_wrapper li.cm_has_subnavigation > a:after {
	font-size:		small;
	font-family:	Delius, 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:				#3A585F;
	background-color:	#FFFFFF;
	background-color:	rgba(58,88,95,0.08);
	border:				1px solid rgba(58,88,95,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:	Delius, sans-serif;
	font-size:		large;
	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(58,88,95,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:				#e6f2da;
	background-color:	#4d7b85;
	background-color:	rgba(230,242,218,0.08);
	border:				1px solid rgba(230,242,218,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(77,123,133,1);
	background-color:	rgba(230,242,218,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;
}




/* ################################################## */
/* ############## TEMPLATE ELEMENTS ################# */
/* ################################################## */


#keyvisual, #keyvisual .cm-slides-addon {
}
		.title_wrapper #title,
		.title_wrapper #bigtitle {
			color:		#498D8D;
		}
		.title_wrapper #subtitle  {
			color:		#324E4E;
		}

.content_wrapper {
	border-bottom:		2px solid #87ADB5;
}
		.design_content {
			background-color:	#FFFFFF;
			color:				#3A585F;
		}
				.design_content h1,
				.design_content .cm-h1,
				.design_content h2,
				.design_content h3 {
					color:		#498D8D;
				}
				.design_content a {
					color:		#498D8D;
				}					

.sidebar_wrapper {
	background-color:	#4d7b85;
	color:				#e6f2da;
	border-bottom:		2px solid #e6f2da;
}
		.sidebar_wrapper h1,
		.sidebar_wrapper .cm-h1,
		.sidebar_wrapper h2,
		.sidebar_wrapper h3 {
			color:		#87ADB5;
		}
		.sidebar_wrapper a {
			color:		#87ADB5;
		}
	
.footer_wrapper {
	background-color: 	#D5ECF1;
	color:				#3A585F;
}
		.footer_wrapper a {
			color:		#3A585F;
		}

.scroll-up {
	background-color:	rgba(255,255,255,0.8);
	box-shadow:			0 0 15px 0px #3A585F;
}
				
.head_wrapper {
	background-color:	#234e59;
	border-bottom:		2px solid #324E4E;
}
		.mobile_navigation a,
		.navigation_wrapper > ul > li > a,
		.navigation_wrapper li.cm_has_subnavigation > a:after {
			background-color:	#234e59;
			color:				#FFFFFF;
		}
		.navigation_wrapper > ul > li.cm_current > a,
		.navigation_wrapper > ul > li:hover > a,
		.navigation_wrapper li.cm_has_subnavigation:hover > a:after,
		.navigation_wrapper li.cm_current > a:after {
			background-color:	#064c5c;
			color:				#498D8D;
		}
				.navigation_wrapper > ul > li > ul > li > a,
				.navigation_wrapper li.cm_has_subnavigation li.cm_has_subnavigation > a:after {
					background-color:	#D5ECF1;
					color:				#498D8D;
				}
				.navigation_wrapper > ul > li > ul > li.cm_current > a,
				.navigation_wrapper > ul > li > ul > li:hover > a,
				.navigation_wrapper li.cm_has_subnavigation li.cm_has_subnavigation:hover > a:after,
				.navigation_wrapper li.cm_current li.cm_current > a:after {
					background-color:	#498D8D;
					color:				#D5ECF1;
				}
						.navigation_wrapper > ul > li > ul > li > ul > li > a {
							background-color:	#4d7b85;
							color:				#23383d;
						}
						.navigation_wrapper > ul > li > ul > li > ul > li.cm_current > a,
						.navigation_wrapper > ul > li > ul > li > ul > li:hover > a {
							background-color:	#23383d;
							color:				#4d7b85;
						}
		
		
		
		
		
		
		/************ TRIANGLE ************/
		.navigation_wrapper	> ul > li .triangle {
			border-top:		0px solid #064c5c;
		}
			
		.navigation_wrapper > ul > li.cm_current .triangle,
		.navigation_wrapper > ul > li:hover .triangle {
			border-top:		17px solid #064c5c;
		}
		.navigation_wrapper	> ul > li > ul .innerangle {
			border-top:		17px solid #D5ECF1 !important;
		}


/*cm4all-vars-extension-force-color-begin*/
.cm4all-header-title-color.cm4all-force-color {
    color: #498D8D !important;
}
.cm4all-header-title-color.cm4all-force-background-color {
    background-color: #498D8D !important;
}
.cm4all-header-title-color.cm4all-force-border-color {
    border-color: #498D8D !important;
} 
.cm4all-header-subtitle-color.cm4all-force-color {
    color: #324E4E !important;
}
.cm4all-header-subtitle-color.cm4all-force-background-color {
    background-color: #324E4E !important;
}
.cm4all-header-subtitle-color.cm4all-force-border-color {
    border-color: #324E4E !important;
} 
.cm4all-header-background-color.cm4all-force-color {
    color: #D5ECF1 !important;
}
.cm4all-header-background-color.cm4all-force-background-color {
    background-color: #D5ECF1 !important;
}
.cm4all-header-background-color.cm4all-force-border-color {
    border-color: #D5ECF1 !important;
} 
.cm4all-header-alt-background-color.cm4all-force-color {
    color: #B4CAD0 !important;
}
.cm4all-header-alt-background-color.cm4all-force-background-color {
    background-color: #B4CAD0 !important;
}
.cm4all-header-alt-background-color.cm4all-force-border-color {
    border-color: #B4CAD0 !important;
} 
.cm4all-header-border-color.cm4all-force-color {
    color: #e6f2da !important;
}
.cm4all-header-border-color.cm4all-force-background-color {
    background-color: #e6f2da !important;
}
.cm4all-header-border-color.cm4all-force-border-color {
    border-color: #e6f2da !important;
} 
.cm4all-header-alt-border-color.cm4all-force-color {
    color: #87ADB5 !important;
}
.cm4all-header-alt-border-color.cm4all-force-background-color {
    background-color: #87ADB5 !important;
}
.cm4all-header-alt-border-color.cm4all-force-border-color {
    border-color: #87ADB5 !important;
} 
.cm4all-content-color.cm4all-force-color {
    color: #3A585F !important;
}
.cm4all-content-color.cm4all-force-background-color {
    background-color: #3A585F !important;
}
.cm4all-content-color.cm4all-force-border-color {
    border-color: #3A585F !important;
} 
.cm4all-content-headline-color.cm4all-force-color {
    color: #498D8D !important;
}
.cm4all-content-headline-color.cm4all-force-background-color {
    background-color: #498D8D !important;
}
.cm4all-content-headline-color.cm4all-force-border-color {
    border-color: #498D8D !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: #D5ECF1 !important;
}
.cm4all-content-alt-background-color.cm4all-force-background-color {
    background-color: #D5ECF1 !important;
}
.cm4all-content-alt-background-color.cm4all-force-border-color {
    border-color: #D5ECF1 !important;
} 
.cm4all-content-border-color.cm4all-force-color {
    color: #87ADB5 !important;
}
.cm4all-content-border-color.cm4all-force-background-color {
    background-color: #87ADB5 !important;
}
.cm4all-content-border-color.cm4all-force-border-color {
    border-color: #87ADB5 !important;
} 
.cm4all-content-alt-border-color.cm4all-force-color {
    color: #e6f2da !important;
}
.cm4all-content-alt-border-color.cm4all-force-background-color {
    background-color: #e6f2da !important;
}
.cm4all-content-alt-border-color.cm4all-force-border-color {
    border-color: #e6f2da !important;
} 
.cm4all-content-link-color.cm4all-force-color {
    color: #3A585F !important;
}
.cm4all-content-link-color.cm4all-force-background-color {
    background-color: #3A585F !important;
}
.cm4all-content-link-color.cm4all-force-border-color {
    border-color: #3A585F !important;
} 
.cm4all-content-link-hover-color.cm4all-force-color {
    color: #498D8D !important;
}
.cm4all-content-link-hover-color.cm4all-force-background-color {
    background-color: #498D8D !important;
}
.cm4all-content-link-hover-color.cm4all-force-border-color {
    border-color: #3A585F  !important;
} 
.cm4all-sidebar-color.cm4all-force-color {
    color: #e6f2da !important;
}
.cm4all-sidebar-color.cm4all-force-background-color {
    background-color: #e6f2da !important;
}
.cm4all-sidebar-color.cm4all-force-border-color {
    border-color: #e6f2da !important;
} 
.cm4all-sidebar-headline-color.cm4all-force-color {
    color: #87ADB5 !important;
}
.cm4all-sidebar-headline-color.cm4all-force-background-color {
    background-color: #87ADB5 !important;
}
.cm4all-sidebar-headline-color.cm4all-force-border-color {
    border-color: #87ADB5 !important;
} 
.cm4all-sidebar-background-color.cm4all-force-color {
    color: #4d7b85 !important;
}
.cm4all-sidebar-background-color.cm4all-force-background-color {
    background-color: #4d7b85 !important;
}
.cm4all-sidebar-background-color.cm4all-force-border-color {
    border-color: #4d7b85 !important;
} 
.cm4all-sidebar-alt-background-color.cm4all-force-color {
    color: #23383d !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-background-color {
    background-color: #23383d !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-border-color {
    border-color: #23383d !important;
} 
.cm4all-sidebar-border-color.cm4all-force-color {
    color: #e6f2da !important;
}
.cm4all-sidebar-border-color.cm4all-force-background-color {
    background-color: #e6f2da !important;
}
.cm4all-sidebar-border-color.cm4all-force-border-color {
    border-color: #e6f2da !important;
} 
.cm4all-sidebar-alt-border-color.cm4all-force-color {
    color: #324E4E !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-background-color {
    background-color: #324E4E !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-border-color {
    border-color: #324E4E !important;
} 
.cm4all-sidebar-link-color.cm4all-force-color {
    color: #e6f2da !important;
}
.cm4all-sidebar-link-color.cm4all-force-background-color {
    background-color: #e6f2da !important;
}
.cm4all-sidebar-link-color.cm4all-force-border-color {
    border-color: #e6f2da !important;
} 
.cm4all-sidebar-link-hover-color.cm4all-force-color {
    color: #87ADB5 !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-background-color {
    background-color: #87ADB5 !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-border-color {
    border-color: #e6f2da  !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: #498D8D !important;
}
.cm4all-navigation-alt-color.cm4all-force-background-color {
    background-color: #498D8D !important;
}
.cm4all-navigation-alt-color.cm4all-force-border-color {
    border-color: #498D8D !important;
} 
.cm4all-navigation-background-color.cm4all-force-color {
    color: #234e59 !important;
}
.cm4all-navigation-background-color.cm4all-force-background-color {
    background-color: #234e59 !important;
}
.cm4all-navigation-background-color.cm4all-force-border-color {
    border-color: #234e59 !important;
} 
.cm4all-navigation-alt-background-color.cm4all-force-color {
    color: #064c5c !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-background-color {
    background-color: #064c5c !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-border-color {
    border-color: #064c5c !important;
} 
.cm4all-navigation-border-color.cm4all-force-color {
    color: #324E4E !important;
}
.cm4all-navigation-border-color.cm4all-force-background-color {
    background-color: #324E4E !important;
}
.cm4all-navigation-border-color.cm4all-force-border-color {
    border-color: #324E4E !important;
} 
.cm4all-navigation-alt-border-color.cm4all-force-color {
    color: #23383d !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-background-color {
    background-color: #23383d !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-border-color {
    border-color: #23383d !important;
} 
.cm4all-subnavigation-color.cm4all-force-color {
    color: #498D8D !important;
}
.cm4all-subnavigation-color.cm4all-force-background-color {
    background-color: #498D8D !important;
}
.cm4all-subnavigation-color.cm4all-force-border-color {
    border-color: #498D8D !important;
} 
.cm4all-subnavigation-alt-color.cm4all-force-color {
    color: #23383d !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-background-color {
    background-color: #23383d !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-border-color {
    border-color: #23383d !important;
} 
.cm4all-subnavigation-background-color.cm4all-force-color {
    color: #D5ECF1 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-background-color {
    background-color: #D5ECF1 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-border-color {
    border-color: #D5ECF1 !important;
} 
.cm4all-subnavigation-alt-background-color.cm4all-force-color {
    color: #4d7b85 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-background-color {
    background-color: #4d7b85 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-border-color {
    border-color: #4d7b85 !important;
} 
.cm4all-subnavigation-border-color.cm4all-force-color {
    color: #324E4E !important;
}
.cm4all-subnavigation-border-color.cm4all-force-background-color {
    background-color: #324E4E !important;
}
.cm4all-subnavigation-border-color.cm4all-force-border-color {
    border-color: #324E4E !important;
} 
.cm4all-subnavigation-alt-border-color.cm4all-force-color {
    color: #23383d !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-background-color {
    background-color: #23383d !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-border-color {
    border-color: #23383d !important;
} 
.cm4all-footer-color.cm4all-force-color {
    color: #3A585F !important;
}
.cm4all-footer-color.cm4all-force-background-color {
    background-color: #3A585F !important;
}
.cm4all-footer-color.cm4all-force-border-color {
    border-color: #3A585F !important;
} 
.cm4all-footer-alt-color.cm4all-force-color {
    color: #498D8D !important;
}
.cm4all-footer-alt-color.cm4all-force-background-color {
    background-color: #498D8D !important;
}
.cm4all-footer-alt-color.cm4all-force-border-color {
    border-color: #498D8D !important;
} 
.cm4all-footer-background-color.cm4all-force-color {
    color: #D5ECF1 !important;
}
.cm4all-footer-background-color.cm4all-force-background-color {
    background-color: #D5ECF1 !important;
}
.cm4all-footer-background-color.cm4all-force-border-color {
    border-color: #D5ECF1 !important;
} 
.cm4all-footer-alt-background-color.cm4all-force-color {
    color: #D5ECF1 !important;
}
.cm4all-footer-alt-background-color.cm4all-force-background-color {
    background-color: #D5ECF1 !important;
}
.cm4all-footer-alt-background-color.cm4all-force-border-color {
    border-color: #D5ECF1 !important;
} 
.cm4all-footer-border-color.cm4all-force-color {
    color: #87ADB5 !important;
}
.cm4all-footer-border-color.cm4all-force-background-color {
    background-color: #87ADB5 !important;
}
.cm4all-footer-border-color.cm4all-force-border-color {
    border-color: #87ADB5 !important;
} 
.cm4all-footer-alt-border-color.cm4all-force-color {
    color: #e6f2da !important;
}
.cm4all-footer-alt-border-color.cm4all-force-background-color {
    background-color: #e6f2da !important;
}
.cm4all-footer-alt-border-color.cm4all-force-border-color {
    border-color: #e6f2da !important;
} 
.cm4all-body-background-color.cm4all-force-color {
    color: #163a42 !important;
}
.cm4all-body-background-color.cm4all-force-background-color {
    background-color: #163a42 !important;
}
.cm4all-body-background-color.cm4all-force-border-color {
    border-color: #163a42 !important;
}
/*cm4all-vars-extension-force-color-end*/