@charset "utf-8";
/* CSS Document */
/* CSS COPYRIGHT 2015-2016
   VER16-1006
   NMB-MEDIA, CAPSICUM-DESIGN
   www.nmb-media.de */
   
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);   
   
/* COPYRIGHT DARF NUR MIT KOSTENPFLICHTIGER GENEMIGUNG ENTFERNT WERDEN! */
   
/* 	font		313131
	a 			d30c37
	a:hover		e3000b
	h2			e3000b 
	h3			d30c37	
	h4+5+6		212121		*/   

/* BASE STYLE */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}

body, #nmb-pb p, #nmb-pb h1, #nmb-pb h2, #nmb-pb h3 {margin:0; padding:0;}
div#nmb-pb {float: left;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif; 
	font-size: 100%; 
	font-style:normal;
	font-weight: 400;
	color: #313131;}
	div#nmb-pb b,
	div#nmb-pb strong {
		font-weight: 700;}
	
div#nmb-pc {float: left;
	width: 100%;
	border-top: 15px solid #d30c37;}
	div#nmb-pc a {text-decoration: none; color: #d30c37;}
	div#nmb-pc a:hover {text-decoration: none; color: #e3000b;}
	div#nmb-pc p {margin: 5px 0;}
	div#nmb-pc h1,
	div#nmb-pc h2,
	div#nmb-pc h3 {text-transform: uppercase; font-style:normal;}	
	div#nmb-pc h1 {color: #d30c37; font-size: 1.6em;}
	div#nmb-pc h2 {color: #d30c37; font-size: 1.4em;}
	div#nmb-pc h3 {color: #313131; font-size: 1.2em;}
	div#nmb-pc h4,
	div#nmb-pc h5,
	div#nmb-pc h6 {color: #616161; font-size: 1.2em;}
	div#nmb-pc img {max-width: 100%;}

div#nmb-cc {
	margin: 0 auto; padding: 0 5px;
	text-align:left;}

.nmb-shadow1 {
	-webkit-box-shadow: 0px 0px 3px 3px #f1ede3; 
	   -moz-box-shadow: 0px 0px 3px 3px #f1ede3;
		    box-shadow: 0px 0px 3px 3px #f1ede3;}

.nmb-shadow2 {
	-webkit-box-shadow: 0 8px 6px -6px #a7a7a7;
	   -moz-box-shadow: 0 8px 6px -6px #a7a7a7;
	        box-shadow: 0 8px 6px -6px #a7a7a7;}
			
.nmb-shadow3 {
    position: relative; 
    background-color: #fff; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #ddd; 
    border-radius: 0px; 
    box-shadow: 0px 8px 4px -8px #cdcdcd, 0px 0px 40px #eee; }			
			
.nmb-small {font-size: 0.7em;}	
.clear {clear: both;}	
.nmb-rounded {		
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;}
	
.nmb-helper {height: 100%; 
	vertical-align: middle;
	display: inline-block;}	

/* ADDITION: TABLE STYLE */
div#nmb-pb table {margin: 10px auto;
	width: 98%;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eaeaea',GradientType=0 );}
	div#nmb-pb td {
		padding: 5px;
		border: none;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		vertical-align: top;}
		div#nmb-pb td:first-child {
			border-right: 1px solid #ccc;
			font-weight:bold;}
		div#nmb-pb tr:first-child td {border-top: none;}
			
/* GRADIENTS */
.nmb-ggr-light {
	background: #f4f4f4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf',GradientType=0 );}
	
.nmb-ggr-color {
	background: #e3000b;
	background: -moz-linear-gradient(top,  #e3000b 0%, #d30c37 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3000b), color-stop(35%,#d30c37));
	background: -webkit-linear-gradient(top,  #e3000b 0%,#d30c37 35%);
	background: -o-linear-gradient(top,  #e3000b 0%,#d30c37 35%);
	background: -ms-linear-gradient(top,  #e3000b 0%,#d30c37 35%);
	background: linear-gradient(to bottom,  #e3000b 0%,#d30c37 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000b', endColorstr='#d30c37',GradientType=0 );}
	
.nmb-ggr-dark {
	background: #414141;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #414141 0%, #111111 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(50%,#111111));
	background: -webkit-linear-gradient(top,  #414141 0%,#111111 50%);
	background: -o-linear-gradient(top,  #414141 0%,#111111 50%);
	background: -ms-linear-gradient(top,  #414141 0%,#111111 50%);
	background: linear-gradient(to bottom,  #414141 0%,#111111 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#111111',GradientType=0 );}	

/* HEADER STYLE */
div#nmb-header {
	position: relative;}
	div#nmb-hotline {
		top: 13px;
		color: #a7a7a7;
		text-shadow: 0px 1px 0px #fff;
		z-index:999;}
	div#nmb-header i {
		display: inline;
		margin-left: 30px;
		font-size: 34px;
		color: #a7a7a7;
		line-height: 38px;}	
		
	ul#nmb-service {
		padding: 0;}	
	ul#nmb-service li {
		display: inline-block;
		border: 1px solid transparent;
		font-size: 0.9em;
				
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		
		vertical-align: middle;
		text-align: left;}
		ul#nmb-service li span,
		ul#nmb-service li i {
			display: block;
			float: left;}
		ul#nmb-service li > span {
			margin-left: 10px;}	
		ul#nmb-service li span > span {color: #cdcdcd;}
		ul#nmb-service li > a {color: #cdcdcd;}
		ul#nmb-service li:hover > a {color: #e3000b;}
		ul#nmb-service li:hover {
			color: #313131;}
			
		
/* Detaileinstellungen Kopfbereich */
/* NAVIGATIONEN */	
div#nmb-topNavi {
	float: left;
	width: 100%; 
	background: #f1f1f1;}
	ul#nmb-n1 {
		list-style:none;
		position: relative;
		height: 50px; width: 100%;
		margin: 0; padding: 0;}
	ul#nmb-n1 li {float: left;
		margin: 0; padding: 0 10px;
		line-height: 50px;
		
		opacity: 0.8;
		
		transition: 0.8s;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		
		font-size: 1.2em;}
	ul#nmb-n1 li:hover {
		background: #f2f2f2;
		opacity: 1;}
		ul#nmb-n1 li.nmb-n1-search {
			border-right: 0 none transparent;}
		ul#nmb-n1 li.nmb-n1-search:hover {
			background: 0 none transparent;}
		ul#nmb-n1 li:hover a {color: #000;}
		ul#nmb-n1 li:first-child,
		ul#nmb-n1 li:first-child:hover {
			border-top-left-radius: 10px;
			-webkit-border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			border-bottom-left-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomleft: 10px;} 
		ul#nmb-n1 li i {line-height:50px;}	

/* SEARCH */
div#nmb-searchwrapper {
	padding: 0; margin: 0;}
#nmb-searchform {
	background: #fff;}
.nmb-searchbox {
	padding: 0 5px;
	background: 0 none transparent !important;
	border: 1px solid #cdcdcd;
	color: #444; line-height:30px; font-style:italic;}
.nmb-searchbox_submit {
	position: absolute; 
	right: 0px;
	padding: 15px;
	background: #f1f1f1;}

/* CONTENT STYLE */	
div#nmb-content {width: 100%;
	margin: 15px 0;}
	
/* Detaileinstellungen Content-Bereich */
/* CONTENT WRAPPER */
div.nmb-ContainerWrapper {
	width: 99.9%;
	margin: 0 auto;}
	.nmb-ContainerWrapper ul {
		margin: 5px;
		padding: 0 0 0 25px;}
	.nmb-ContainerWrapper ul li {
		list-style-image:url(gfx/icon-li-rgl-2.png);}

/* BOX DESIGN */
/* SIDE & MIDDLE */
div.nmb-sideCol,
div.nmb-middleCol,
div.nmb-middleCol-l,
div.nmb-middleCol-r {
	float: left;
	position: relative;
	padding: 10px;}
	
	div.nmb-middleCol div.nmb-middleTheme, 
	div.nmb-middleCol div.nmb-middleContent,
	div.nmb-middleCol-l div.nmb-middleTheme,
	div.nmb-middleCol-l div.nmb-middleContent,
	div.nmb-middleCol-r div.nmb-middleTheme,
	div.nmb-middleCol-r div.nmb-middleContent {
		float: left;
		width: 100%;}
	
	div.nmb-sideCol div.nmb-sideTheme,
	div.nmb-sideCol div.nmb-sideContent,
	div.nmb-middleCol div.nmb-middleTheme,
	div.nmb-middleCol div.nmb-middleContent,
	div.nmb-middleCol-l div.nmb-middleTheme,
	div.nmb-middleCol-l div.nmb-middleContent,
	div.nmb-middleCol-r div.nmb-middleTheme,
	div.nmb-middleCol-r div.nmb-middleContent {
		margin: 5px;
		padding: 5px;}

	div.nmb-sideCol div.nmb-sideTheme,
	div.nmb-middleCol div.nmb-middleTheme,
	div.nmb-middleCol-r div.nmb-middleTheme,
	div.nmb-middleCol-l div.nmb-middleTheme {
		padding-bottom: 2px;
		font-size: 1.5em;
		background: #f1f1f1;
		min-height: 50px;
		line-height: 40px;}
	div.nmb-sideCol div.nmb-sideContent {
		padding-bottom: 20px;}
		
	div.nmb-sideTheme span,
	div.nmb-middleTheme span {
		margin-right: 5px;
		margin-left: 5px;
		color: #818181; }	

/* Addition: Shipping-List */
/* Addition: Payment-List */
	.nmb-sideCol ul.nmb-ship,
	.nmb-sideCol ul.nmb-pay {
		width: 100%;
		margin: 0 auto; margin-top: 10px;
		padding: 0;}
	.nmb-sideCol ul.nmb-ship li,
	.nmb-sideCol ul.nmb-pay li {list-style: none; width: 33%;
		display: inline-block;
		text-align:center;
		padding: 5 5px;
		opacity:1;
		
		transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;}
		
	.nmb-sideCol ul.nmb-ship li img:hover,
	.nmb-sideCol ul.nmb-pay li img:hover {opacity: 0.8;}	
	
/* Addition: Flag-List */
.nmb-sideCol ul.nmb-flagList {padding: 10px !important;}
	.nmb-sideCol ul.nmb-flagList li {list-style: none; position: relative;
		padding: 4px 0 !important; margin: 1px 0 !important;
		border-bottom:1px solid #a7a7a7; background:#f1f1f1;}
	.nmb-sideCol ul.nmb-flagList li:first-child {border-top: 1px solid #a7a7a7;}
					ul.nmb-flagList img {margin-right: 3px; vertical-align: middle;}
					
	.nmb-sideCol .nmb-flagList li > span {position: absolute; top: 0; right: 0; display: block;
		width: auto; height: 30px;
		margin-right: 5px; margin-top: 3px;
		text-align: center; line-height: 30px;}

	div.nmb-middleCol div.nmb-middleTheme, 
	div.nmb-middleCol div.nmb-middleContent,
	div.nmb-middleCol-l div.nmb-middleTheme,
	div.nmb-middleCol-l div.nmb-middleContent,
	div.nmb-middleCol-r div.nmb-middleTheme,
	div.nmb-middleCol-r div.nmb-middleContent {
		float: left;
		width: 97%;}

/* PRODUCT INFO CONTAINER */
div.nmb-prodDetails {float: left;
	width: 100%;}
div.nmb-prodDetails ul.nmb-leftCol {
	float: left;
	width: 50%;
	margin: 0;
	padding: 5px;
	list-style: none;}
div.nmb-prodDetails ul.nmb-leftCol li {
	list-style: none;
	padding: 3px 0 !important;
	border-bottom: 1px solid #cdcdcd;}	

ul.nmb-leftCol div.nmb-leftColTheme {
	padding: 5px;
	background: #f1f1f1;
	font-weight:bold;}
	
/* FAV CONTAINER */
div#nmb-favBox {float: left; width: 100%;}
#nmb-favBox #nmb-favcontainer {
	float: left; position: relative;
	width: 100%;}
	#nmb-favBox #nmb-favcontainer ul {
		float: right;
		padding: 0; margin: 0;}
	#nmb-favBox #nmb-favcontainer ul {
		list-style: none;}	
	#nmb-favBox #nmb-favcontainer ul li {
		display: inline-block;
		margin: 5px; padding: 5px;}
		#nmb-favBox #nmb-favcontainer ul li.nmb-fblast {
			border: 1px solid #cdcdcd;
			background: #d30c37;
			text-align: center;
			color: #f7f7f7;}
	#nmb-favBox #nmb-favcontainer ul li a {
		padding: 2px 0 2px 10px; margin: 2px;
		background: url(gfx/icon-li-rgl.png) center left no-repeat;}

		li.nmb-fblast a,
		li.nmb-fblast h2 {color: #fff !important;}
		
	#nmb-favBox #nmb-favcontainer ul li a:hover {background: url(gfx/icon-li-li-rgl.png) center left no-repeat;}
		
/* CROSS SELLING CONTAINER */
	.nmb-crossContainer {
		float: left;}
		.nmb-crossWrapper>a>img {
			max-width: 100%;
			max-height: 100px;
			border: 2px solid #fff;
			box-shadow: -1px 2px 4px -2px #cdcdcd;
			-webkit-box-shadow: -1px 2px 4px -2px #cdcdcd;
			-moz-box-shadow: -1px 2px 4px -2px #cdcdcd;}
		.nmb-crossContainer a {
			display: block; width: 100%;
			color: #313131 !important;
			opacity: 0.7;
			
			transition: 0.6s;
			-webkit-transition: 0.6s;
			-moz-transition: 06.s;}
		.nmb-crossContainer a:hover {opacity: 1;}

	.nmb-crossWrapper {
		padding: 10px;}
		.nmb-crossWrapper>.nmb-promoPic {
			text-align: center;}
		.nmb-promoText {
			width: 100%;
			font-size: 12px;}
		.nmb-promoText>h5 {
		    margin: 5px 0;}	
		.nmb-crossWrapper>div.nmb-promoText>span.nmb-price {
			width: 100%;
			display: block;
			padding: 10px;
			font-size: 1.2em; 
			font-weight: bold; 
			color: #7cbc0a;
			text-align: right;}	

/* FUSS */

div#nmb-fc {float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px; padding: 10px;
	
	color: #212121; font-size:0.9em;
	text-align: left;}

/* IMPRESSUM LINK BOX */
div.nmb-fcBox {
	display: block; 
	float: left;
	width: 24.99%;
	margin-bottom: 25px;}
	div.nmb-fcBox h3 {}
		div.nmb-fcBox div.nmb-fcTheme {
		margin: 5px 0 0 10px;
		padding: 5px 10px;
		background: #f1f1f1;
		min-height: 50px;
		line-height: 40px;
		font-size: 1.5em;
		color: #212121;}
		div.nmb-fcBox div.nmb-fcTheme span {color: #818181; margin: 0 5px;}
	div.nmb-fcBox a:link,
	div.nmb-fcBox a:active,
	div.nmb-fcBox a:visited {color: #212121 !important;
		transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;}
	div.nmb-fcBox a:hover {color: #d30c37 !important;
		opacity: 1;}
	
	a#nmb-fcList-fb,
	a#nmb-fcList-tw,
	a#nmb-fcList-gg,
	a#nmb-fcList-pi,
	a#nmb-fcList-yt {display: block;
		width: 40px; height: 40px;
		border-bottom: none;
		background-size: 90% !important;}
		
	a#nmb-fcList-fb {background: url(gfx/icon-fb-rgl.png) top left no-repeat;}
	a#nmb-fcList-tw {background: url(gfx/icon-twitter-rgl.png) top left no-repeat;}
	a#nmb-fcList-gg {background: url(gfx/icon-google-rgl.png) top left no-repeat;}
	a#nmb-fcList-pi {background: url(gfx/icon-pinterest-rgl.png) top left no-repeat;}
	a#nmb-fcList-yt {background: url(gfx/icon-youtube-rgl.png) top left no-repeat;}	
	
	a#nmb-fcList-fb:hover {background:url(gfx/icon-fb-hvr.png) top left no-repeat;}	
	a#nmb-fcList-tw:hover {background:url(gfx/icon-twitter-hvr.png) top left no-repeat;}	
	a#nmb-fcList-gg:hover {background:url(gfx/icon-google-hvr.png) top left no-repeat;}	
	a#nmb-fcList-pi:hover {background:url(gfx/icon-pinterest-hvr.png) top left no-repeat;}	
	a#nmb-fcList-yt:hover {background:url(gfx/icon-youtube-hvr.png) top left no-repeat;}	
	
	 ul.nmb-fcList1 {margin: 5px 0; padding: 0 0 0 25px;}
	 ul.nmb-fcList2,
	 ul.nmb-fcList3 {margin: 5px 0; padding: 0 10px;}
	 ul.nmb-fcList3 {}
	 
	 ul.nmb-fcList1 li {
		list-style:url(gfx/icon-li-rgl-2.png);
	 	transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;}
	 ul.nmb-fcList2 li,
	 ul.nmb-fcList3 li {list-style: none;}
	 
	 ul.nmb-fcList3 li {display: inline; float: left; margin: 0 3px;}
	 ul.nmb-fcList3 li:first-child {margin: 0 3px 0 0;}
	 
	 ul.nmb-fcList2 li#nmb-fl1,
 	 ul.nmb-fcList2 li#nmb-fl2 {padding-left: 14px;}

	 ul.nmb-fcList2 li#nmb-fl1 {background: url(gfx/f-icon-tel.png) left center no-repeat;}
	 ul.nmb-fcList2 li#nmb-fl2 {background: url(gfx/f-icon-mail.png) left center no-repeat;}
	 
/* ALTERNATE FOOTER W/O SOCIAL */
.nmb-ar {
	list-style: none !important;
	text-align: right;}
	
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-warning {
    color: #fff;
    background-color: #d30c37;
    border-color: #d30c37;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #ccc;
  border-color: #ccc;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}	 
	 
/* COPYRIGHT NOTE */
#nmb-copy {position: absolute;
	bottom: 5px; right: 15px;
	color: #666;
	font-size: 0.8em;}
	 
/* CATEGORY MENU */
/* List Style Transition */
ul.categories-tree,
ul.MenuSub1Item,
ul.MenuSub2Item {margin: 0; padding: 0;
	border: 0; outline: none;}
	ul.categories-tree li,
	ul.MenuSub1Item li,
	ul.MenuSub2Item li {list-style:none;}

ul.categories-tree li.MenuItem {margin: 5px 0;}

ul.categories-tree li.MenuItem > a {display:block; position: relative;
	width: 100%;
	padding: 5px 5px 5px 15px;
	background: url(gfx/icon-li-rgl-2.png) 7px 12px no-repeat #f1f1f1;
	color: #313131 !important;
	
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: 0.6s;
	-webkit-transform: 0.6s;
	-moz-transition: 0.6s;}
	ul.categories-tree li.MenuItem > a:hover,
	ul.categories-tree > li.MenuItem:hover > a,
	ul.categories-tree > li.MenuItem:target > a {
		width: 100%;
		padding: 5px 5px 5px 20px;
		background: url(gfx/icon-li-rgl-2.png) 10px 12px no-repeat #444;
		color: #ccc !important;
		
		text-shadow: none;}
	.MenuItem .MenuSub1Item li {
		padding: 2px 5px 2px 22px;
		background: url(gfx/icon-li-li-rgl-2.png) 12px 10px no-repeat;
		
		border-radius:5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		
		transition: 0.6s;
		-webkit-transform: 0.6s;
		-moz-transition: 0.6s;}	
	.MenuItem .MenuSub1Item li:hover {
		padding: 2px 5px 2px 26px;
		background: url(gfx/icon-li-li-rgl-2.png) 15px 10px no-repeat #fff;}	
	.MenuItem .MenuSub1Item .MenuSub2Item {display: none;}
	
/* GALLERY */
/* GALLERY */
div#nmb-cssgal-box{
	overflow: hidden;}

div#nmb-cssgal-box,
.nmb-slide {
	width: 100%; 
	max-height: 480px;
	margin-bottom: 10px;}

.nmb-slides {
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;}

.nmb-slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;}

div.nmb-galNav {
	left:-50%;
	position: relative;}

.nmb-slides input { display: none; }
.nmb-slide-container { 
	display: block;
	position: relative;
	left: 50%; }
.nmb-slide {
    top: 0;
    opacity: 0;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;}

.nmb-slide img {
    width: auto;
	max-width: 100%;
    height: auto;
	max-height:inherit;
	margin: 0 0 0 -50%;}

.nmb-galNav label {
    width: auto;
    height: auto;
    display: none;
    position: absolute;

    opacity: 0;
    z-index: 10000;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 10em;
    text-align: center;
    font-family: "Verdana", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);}

.nmb-slide:hover + .nmb-galNav label { opacity: 0.5; }
.nmb-galNav label:hover { opacity: 1; }
.nmb-galNav .next { right: 0; }
input:checked + .nmb-slide-container  .nmb-slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;}

input:checked + .nmb-slide-container .nmb-galNav label { display: block; }
.nmb-galNav-dots {
	width: 100%;
	top: 0px;
	height: 11px;
	display: block;
	position: relative;
	text-align: center;}

.nmb-galNav-dots .nmb-galNav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	/*border-radius: 100%;
	border: 2px solid #FFF;*/
	display: inline;
	/*background-color: rgba(0, 0, 0, 0.6)*/;}

.nmb-galNav-dots .nmb-galNav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);}

input#img-1:checked ~ .nmb-galNav-dots label#img-dot-1,
input#img-2:checked ~ .nmb-galNav-dots label#img-dot-2,
input#img-3:checked ~ .nmb-galNav-dots label#img-dot-3,
input#img-4:checked ~ .nmb-galNav-dots label#img-dot-4,
input#img-5:checked ~ .nmb-galNav-dots label#img-dot-5,
input#img-6:checked ~ .nmb-galNav-dots label#img-dot-6,
input#img-7:checked ~ .nmb-galNav-dots label#img-dot-7,
input#img-8:checked ~ .nmb-galNav-dots label#img-dot-8,
input#img-9:checked ~ .nmb-galNav-dots label#img-dot-9,
input#img-10:checked ~ .nmb-galNav-dots label#img-dot-10,
input#img-11:checked ~ .nmb-galNav-dots label#img-dot-11,
input#img-12:checked ~ .nmb-galNav-dots label#img-dot-12 {
	background: rgba(0, 0, 0, 0.8);}
	
	.nmb-galNav-dot > img {
		border: 2px solid #fff;}
	
/** MEDIA QUERIES **/

@media only screen and (min-width: 1024px) {

/* BASE STYLE */
div#nmb-cc {max-width: 1390px;}	
div#nmb-header {
	height: 200px;}
	ul#nmb-service {float: right;
		margin: 75px 0 0 0;}	

/* HEADER STYLE */
	div#nmb-logoBox {
		height: 200px; width: 40%;
		position: absolute; top: 0; left: 5px;
		background-position: left center !important;
		background-repeat: no-repeat !important;}
	div#nmb-hotline {position: absolute;
		right: 0; bottom: 0;
		width: 60%;}

	div#nmb-searchwrapper {
		width: 250px; height:40px;
		margin: 5px 0;}
	#nmb-searchform {
		width: 100%; height:40px;
		margin: 0;}
	.nmb-searchbox {
		float: left;
		width: 220px; height:40px;}

/* CONTENT STYLE */
	.nmb-sideCol {
		width: 27%;
		right: 73%;}
	.nmb-middleCol {
		width:73%;
		left: 27%;}
	.nmb-middleCol-l {
		width: 55%;
		left: 0%;}
	.nmb-middleCol-r {
		width: 45%;
		left: 0;}}

@media only screen and (max-width: 1023px) {

/* BASE STYLE */
div#nmb-cc {width: 100%;}

/* HEADER STYLE */	
	div#nmb-logoBox {
		height: 100px; width: 100%;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		text-align: center;}
	div#nmb-hotline {
		width: 100%;
		text-align: center;}

	div#nmb-searchwrapper {
		width: 100%;
		margin: 5px 0;}
	#nmb-searchform {
		position: relative;
		width: 100%; height:40px;
		margin: 0 auto;}
	.nmb-searchbox {
		float: left;
		width: 100%; height:40px;
		padding-right: 40px;}
	.nmb-searchbox_submit {border-left: 1px solid #cdcdcd;}

		
/* CONTENT STYLE */	
	.nmb-sideCol,
	.nmb-middleCol,
	.nmb-middleCol-l,
	.nmb-middleCol-r {
		width:100%;}}

@media only screen and (min-width: 749px) {

/* HEADER STYLE */
	ul#nmb-n1 li {
		border-right: 1px solid #cdcdcd;}
	ul#nmb-n1 li.nmb-n1-search {
		position: absolute;
		right: 0;
		bottom: 0;}


/* CONTENT STYLE */
	.nmb-listBox {
			width: 33.33%;}	
	
	.nmb-crossContainer {
		width: 33.3333%;
		border: 1px solid #fff;}
		
	div.nmb-fcBox {width: 24.99%;}}

@media only screen and (max-width: 748px) {
/* HEADER STYLE */
ul#nmb-n1 li {
	display: inline-block;
	}
	ul#nmb-n1 li.nmb-n1-search {margin-bottom: 10px;}

/* CONTENT STYLE */	
	.nmb-sideCol,
	.nmb-middleCol,
	.nmb-middleCol-l,
	.nmb-middleCol-r {width: 100%;}	
	
	div.nmb-prodDetails ul.nmb-leftCol {
	width: 100%;}

	.nmb-listBox {
		width: 100%;}

	#nmb-CrossBox .nmb-crossContent {margin-bottom: 10px;}
	#nmb-CrossBox .nmb-crossContent .nmb-crossContainer {
		width: 50%;}
		
	div.nmb-fcBox {width: 100%;}}

@media only screen and (min-width: 481px) {
	.nmb-galNav-dot > img {
		height: 40px;
		border: 1px solid #000;}	
	div#nmb-cssgal-box, .nmb-slide {
		height: 480px;}
	.nmb-galNav label {
		line-height: 480px;}}


@media only screen and (max-width: 480px) {
	.nmb-galNav-dot > img {
		height: 20px;}
	.nmb-galNav label {
		opacity:0.3;}}

@media only screen and (min-width: 441px) and (max-width: 480px) {
	div#nmb-cssgal-box, .nmb-slide {height: 450px;}
	.nmb-galNav label {line-height: 450px;}}

@media only screen and (min-width: 401px) and (max-width: 440px) {
	div#nmb-cssgal-box, .nmb-slide {height: 410px;}
	.nmb-galNav label {line-height: 410px;}}

@media only screen and (min-width: 361px) and (max-width: 400px) {
	div#nmb-cssgal-box, .nmb-slide {height: 370px;}
	.nmb-galNav label {line-height: 370px;}}

@media only screen and (min-width: 341px) and (max-width: 360px) {
	div#nmb-cssgal-box, .nmb-slide {height: 340px;}
	.nmb-galNav label {line-height: 340px;}}

@media only screen and (min-width: 321px) and (max-width: 340px) {
	div#nmb-cssgal-box, .nmb-slide {height: 310px;}
	.nmb-galNav label {line-height: 310px;}}
	
@media only screen and (max-width: 320px) {
	div#nmb-cssgal-box, .nmb-slide {height: 290px;}
	.nmb-galNav label {line-height: 290px;}}
