/* background */
		.slide .background{
			background-image:none!important;
		}
		#jjm .background{
			background-image:inherit;
		}
		/* about icons */
		/*
		.flex.flex-65>li {
			position: relative;
			padding-left: 95px;
			padding-bottom: 30px;
		}
		.flex.flex-65>li .about-icons{
			position: absolute;
			left: 0;
			top: -5px;
			font-size: 36px;
			text-align:center;
			background: #edde3d;
			border-radius: 50px;
			padding: 13px;
			width: 80px;
			height: 80px;
		}*/
		.flex.flex-65>li .about-icons {
			position: absolute;
			left: 0;
			top: -5px;
			font-size: 36px;
			text-align: center;
			background: none;
			/* border-radius: 50px; */
			/* padding: 13px; */
			/* width: 80px; */
			/* height: 80px; */
		}
		.flex.flex-65>li .prod img{
			padding-top:10px;
		}
		.flex.flex-65>li .measurement img{
			width:90%;
		}
		.tintLogos a img{
			width:100%;
		}
		.yellow {
			background: #edde3d!important;
			color: #000!important;
		}
		.panel .sections .menu svg {
			fill: #edde3d;
		}
		.mbrand{
			color:#edde3d;
		}
		.tabs li.selected{
			background: #edde3d;
		}
		.tabs li{
			color:#edde3d;
		}
		.panel .menu > li .material-icons {
			vertical-align: bottom;
			position: relative;
			top: 2px;
			margin-top: -4px;
		}
		.dropdown.customDropdown {
			padding: 10px 0;
			width: 200px;
		}
		.dropdown.customDropdown { padding:10px 0; width: 200px;}
		  .dropdown.customDropdown .menu > li:not(.link),
		  .dropdown.customDropdown .menu > li.link a { font-size: 15px; padding: 8px 10px 8px 20px; cursor: pointer; display: block; text-align: left; }
		  .dropdown.customDropdown .menu > li:hover { background:rgba(0, 0, 0, 0.05);}
		  .dropdown.customDropdown .material-icons {
			position: relative;
			top: -3px;
			float: right;
		  }
/* Panel Top 0 (#01) */
.submenu{
	display:none;
}