
/*cm_sysdb_begin*/
@import url("//fonts.cm4all.net/css?subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese&family=Raleway:100,200,300,regular,500,600,700,800,900|Muli:300,300italic,regular,italic");
/*cm_sysdb_end*/

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


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

body, .content_wrapper, .design_content {
	font-family:	Muli, sans-serif;
	font-size:		small;
	font-weight:	normal;
	font-style:		normal;
}
body {
	background-color: #eafbdb;
}
h1, .cm-h1 {													 /* .cm-h1 is required for old Widgets */
	font-size:		x-large;
	font-family:	Raleway, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
h2, .title_wrapper .subtitle {
	font-size:		x-large;
	font-family:	Raleway, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
h3 {
	font-size:		medium;
	font-family:	Raleway, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
h4, h5, h6 {
	font-family:	Raleway, sans-serif;
}
.title_wrapper .title {
	font-family:	Raleway, sans-serif;
	font-size:		xx-large;
	font-weight:	normal;
	font-style:		normal;
}
#cm_navigation a,
.mobile_navigation a,
.subnavigation_wrapper a, 
.navigation_wrapper > ul > li:after, 
.subnavigation_wrapper > ul > li:after,
.subnavigation_wrapper li.cm_has_subnavigation > a:after {
	font-size:		medium;
	font-family:	Raleway, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}


/* ################################################## */
/* ################ INPUT ELEMENTS ################## */
/* ################################################## */
.content_wrapper .cm_widget input[type='text'], .content_wrapper .cm_widget input[type='date'], .content_wrapper .cm_widget input[type='datetime'], 
.content_wrapper .cm_widget input[type='email'], .content_wrapper .cm_widget input[type='number'], .content_wrapper .cm_widget input[type='password'],
.content_wrapper .cm_widget input[type='search'], .content_wrapper .cm_widget input[type='tel'], .content_wrapper .cm_widget input[type='time'],
.content_wrapper .cm_widget input[type='url'], .content_wrapper .cm_widget textarea, .content_wrapper .cm_widget select,
.content_wrapper .cm_widget button, .content_wrapper .cm_widget input[type='button'], .content_wrapper .cm_widget input[type='submit'] {
	border-radius:		0px;
	padding:			9px 14px;
	color:				#000000;
	background-color:	#FFFFFF;
	background-color:	rgba(0,0,0,0.08);
	border:				1px solid rgba(0,0,0,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:	Muli, sans-serif;
	font-size:		small;
	font-weight:	normal;
	font-style:		normal;
}
.content_wrapper .cm_widget button, .content_wrapper .cm_widget input[type='button'], .content_wrapper .cm_widget input[type='submit'] {
	cursor:			pointer;
}
.content_wrapper .cm_widget input[type='text']:focus, .content_wrapper .cm_widget input[type='date']:focus, .content_wrapper .cm_widget input[type='datetime']:focus, 
.content_wrapper .cm_widget input[type='email']:focus, .content_wrapper .cm_widget input[type='number']:focus, .content_wrapper .cm_widget input[type='password']:focus,
.content_wrapper .cm_widget input[type='search']:focus, .content_wrapper .cm_widget input[type='tel']:focus, .content_wrapper .cm_widget input[type='time']:focus,
.content_wrapper .cm_widget input[type='url']:focus, .content_wrapper .cm_widget textarea:focus, .content_wrapper .cm_widget select:focus, .content_wrapper .cm_widget select:focus option,
.content_wrapper .cm_widget button:hover, .content_wrapper .cm_widget input[type='button']:hover, .content_wrapper .cm_widget input[type='submit']:hover {	
	color:				#FFFFFF;
	color:				rgba(255,255,255,1);
	background-color:	rgba(0,0,0,0.7);
	background-color:	rgba(0,0,0,0.7);
	box-shadow:			0px 0px 15px rgba(0,0,0,0.3);
	outline:			none;
}

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




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


.navigation_wrapper {
/*	background-color:	#1a525f; */
}
	.navigation_wrapper a,
	.navigation_wrapper > ul > li:after {
		color:				#eafbdb;
		background-color:	#1a525f;
		background-color:	rgba(26,82,95, 0.8);
		text-decoration:	none;
	}
	.navigation_wrapper li:hover > a,
	.navigation_wrapper li.cm_current > a {
		background-color:	#eafbdb;
		background-color:	rgba(26,82,95, 0.95);
		text-decoration:	none;
	}
	.navigation_wrapper > ul > li > a:after {
		background-color:	#d4a20d;
	}
			.subnavigation_wrapper ul > li > a,
			.subnavigation_wrapper > ul > li:after {
				color:				#eafbdb;
			}
			.subnavigation_wrapper ul > li:hover > a,
			.subnavigation_wrapper ul > li.cm_has_subnavigation:hover > a,
			.subnavigation_wrapper ul > li.cm_current > a {
			}
					.subnavigation_wrapper > ul > li > a:before {
						background-color:	#d4a20d;
					}
					.subnavigation_wrapper ul > li > ul > li > a {
						color:				#1a525f;
						background-color:	#eafbdb;						
					}
					.subnavigation_wrapper ul > li > ul > li:hover > a,
					.subnavigation_wrapper ul > li > ul > li.cm_current > a {
						color:				#eafbdb;
						background-color:	#1a525f;					
					}
@media only screen and (min-width: 1px) and (max-width: 767px) {  

					.subnavigation_wrapper ul > li > ul > li > a {
						color:				#eafbdb;
						background-color:	transparent;						
					}
					.subnavigation_wrapper ul > li > ul > li:hover > a,
					.subnavigation_wrapper ul > li > ul > li.cm_current > a {
						color:				#1a525f;
						background-color:	transparent;				
					}
}



#keyvisual {
}
.title_wrapper{
	background-color:		#eafbdb;
	background-color:		rgba(234,251,219, 0.6);
}
	.title {
		color:				#1a525f;
	}
	.subtitle {
		color:				#008e96;
	}
.mobile_navigation, .mobile_navigation a {
	color:				#000000;
	background-color: 	#FFFFFF;
}
.subnavigation_wrapper, .subnavigation_wrapper > ul, .subnavigation_wrapper > ul > li {
	background-color: 	#FFFFFF;
}


.content_wrapper {
	background-color:	#FFFFFF;
	color:				#000000;
}
.content_wrapper a {
	color:				#000000;
	text-decoration:	underline;
}
.content_wrapper h1, .content_wrapper .cm-h1, .content_wrapper h2, .content_wrapper h3 {
	color:				#1a525f;
}



.borderline {
	background-color:	#1a525f;
}
.footer_wrapper {
	background-color:	#FFFFFF;
	background-color:	rgba(255,255,255, 0.6);
	color:				#000000;
}
.footer_wrapper a {
	color:				#000000;
}
		
			
		




