@import url("https://fonts.googleapis.com/css?family=Oswald|Open+Sans");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400&family=Roboto+Flex:wght@200;300;400;500;600;700;800;900;1000&family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;

	font-family:Montserrat, Open Sans, "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	line-height:1.5em;
	font-size:16px;
	letter-spacing:-0.03em;
	color:#1a1a1a;

	background-color:#f1f1f1;	
	background: rgb(239,248,255);
	background: linear-gradient(152deg, rgba(239,248,255,1) 0%, rgba(241,241,241,1) 100%);
}
table td p, table td {
	font-size:14px;	
}
table td p {
	margin:16px 0;	
}
h1, h2, h3 {
	font-family:Verdana, "Trebuchet MS";
	/*font-family:Open Sans;*/
	color:#444;	
	letter-spacing:-0.02em;
	line-height:1.3;
}
h1 {
	font-size:26pt;	
	letter-spacing:-0.03em;
	margin:20px auto 0;
}
h2 {
	font-size:20pt;	
}
video {
	/*width:100%;*/
	margin:0 auto;
	max-width:1000px;
	/*height:600px;*/
	text-align:center;
	
}
.video-wrapper {
	position: relative;
	margin: 0px auto;
	max-width: 1000px;
  
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.video-wrapper:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border:3px solid #ccc;*/
}


.disclaimer, .disclaimer a, .disclaimer a:hover {
	font-size:10pt;
	color:#ccc;	
	text-decoration:none;
}
a {
	color:#0066CC;
}
a:hover {
	color:#09F;
}
img {
	border:0;
	max-width:100%;
	height:auto;
}
img.light:hover {
    opacity: 0.8;
    filter: alpha(opacity=20); /* For IE8 and earlier */
	
	transition: transform 0.3s;
	transform: scale(1.05);
}
/*img.fixed {
	width:40px;	
}*/
img.white {
	-webkit-filter: opacity(0);
	filter: opacity(0);	
}
img.shadow {
	-webkit-box-shadow: 0px 0px 15px -12px rgba(0,0,0,2);
	-moz-box-shadow: 0px 0px 15px -12px rgba(0,0,0,2);
	box-shadow: 0px 0px 15px -12px rgba(0,0,0,2);	
}
.menu {
	text-align:center;
	padding:10px;	
}
hr {
	height:1px;
	border: 0;
	margin-bottom:30px;
	
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #dddddd 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
}

.box {
	margin:0 auto;
	max-width:100%;
	padding:3px 20px;
	border:1px dashed #999;
	background:#FFC;
}
.tbox {
	border-radius:5px;
	margin:0px auto;
	padding:5px 20px 20px 20px;
	border:1px solid #ccc;
	width:92%;
	/*background-color:#FFC;*/
}
.btn a {
  background: #3498db;	
}
.btn a {
	display:block;
	max-width:800px;
	min-height:30px;
	
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;

  padding: 10px 0 15px 0;
  font-family: Oswald, Verdana;
  color: #ffffff;
  font-size: 26px;
  line-height:1.3;
  text-decoration: none;
}
.btn a:active, .btn:hover a {
  font-weight:bold;
  background: #3cb0fd;
}
.btn a:active, .btn:hover a { 
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.btn2 a {
  background: #dbdbdb;
}
.btn2 a {
	position:relative;
	top:20px;
  /*display:inline;*/
  /*max-width:200px;*/
  /*min-height:20px;*/
  padding: 5px 20px;
  /*margin-top:50px;*/

	/*display:block;
	max-width:600px;
	min-height:30px;*/
	
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;

  /*padding: 10px 0 10px 0;*/
  font-family: Oswald, Verdana;
  color: #ffffff;
  font-size: 26px;
  text-decoration: none;
    
}
.btn2 a:active, .btn2:hover a {
  /*max-width:200px;*/
  /*min-height:20px;*/
  font-weight:bold;
  background: #e6e6e6;
}


.go-button, .go-button-demo, input[type="button"], .restore-button {

	padding:4px 10px;
	  
	/*background-color: #ccc;*/
	/*background: rgb(233,233,233);
	background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(240,240,240,1) 44%, rgba(245,245,245,1) 45%, rgba(245,245,245,1) 100%);*/
	
	background: rgb(209,209,209);
	background: linear-gradient(0deg, rgba(209,209,209,1) 0%, rgba(235,235,235,1) 44%, rgba(245,245,245,1) 45%, rgba(245,245,245,1) 100%);
	border:1px solid #aaa;
	border-radius:3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

input[type="number"] {
	max-width:40px;
	margin-left:5px;
}


.go-button:hover, .go-button-demo:hover, input[type="button"]:hover, .restore-button:hover {
	/*background-color: #333;
	transform: translateY(-1px);*/
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
	border:1px solid #ccc;
}


.fa-question-circle {
	color: #ccc;
	transition: color 0.3s ease;
}

.info-container {
	position: relative;
	display: inline-block;
}

.info-box {
	display: none;
	position: absolute;
	background-color: white;
	padding: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	color: #1a1a1a;
	border: 0px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	line-height:1.5;
	min-width: 400px;
	top: 10px;
	left: 30px;
	z-index: 1;
}

.info-container:hover .fa-question-circle {
	color: #3498db;
}

.info-container:hover .info-box {
	display: block; /* Show info box on hover */
}
	
	
	
#content {
	margin:0 auto 20px;
	padding:20px 50px;
	max-width:1000px;
	background-color:#fff;	
}

.form {
	/*font-family:"Courier New", Courier, monospace;
	border:1px solid #ccc;
	background-color:#FFFFF2;*/
}
.red {
	color:#F00;	
}
.textform, .broadcast, .broadcastOFF {
	font-family:Open Sans;
	font-size:14px;
	color:#333;
	border:1px solid #ccc;
	background-color:#FFFFF2;
}
.broadcast, .broadcastOFF {
	width:100%;
	height:500px;	
	padding:3px;
	margin:3px;
}
.broadcastOFF {
	/*pointer-events: none;
	user-select: none;
	cursor: not-allowed;
	resize: none;*/
	background-color: #fefefe;
}
.broadcast_buttons {
	position:relative;
	/*left:490px;*/
	width:100%;
	float:right;
	text-align:right;	
}
.textform {
	width:98%;
	padding:2px;
	margin:1px;
}
.fade {
	margin:0;
	padding:0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	
	background-color:#FFF;
	/*background-color: rgba(0,0,0,0.5);	*/
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	
	/*height:100%;*/
	width:100%;
	z-index:10;
	
	pointer-events:none;
}
.fade2 {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	
	background-color:#FFF;
	/*background-color: rgba(0,0,0,0.5);	*/
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	
	height:100%;
	width:100%;
	z-index:10;
	
}
.width20 {
	width:20%;	
}
.width25 {
	width:25%;
}
#products img {
	margin:0px 10px;
}

.meter { 
	height: 20px;  /* Can be anything */
	position: relative;
	margin: 10px 0 10px 0; /* Just for demo spacing */
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 5px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
	display: block;
	height: 100%;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(43,194,83)),
	  color-stop(1, rgb(84,240,84))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
		  color-stop(.25, rgba(255, 255, 255, .2)), 
		  color-stop(.25, transparent), color-stop(.5, transparent), 
		  color-stop(.5, rgba(255, 255, 255, .2)), 
		  color-stop(.75, rgba(255, 255, 255, .2)), 
		  color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
		  rgba(255, 255, 255, .2) 25%, 
		  transparent 25%, 
		  transparent 50%, 
		  rgba(255, 255, 255, .2) 50%, 
		  rgba(255, 255, 255, .2) 75%, 
		  transparent 75%, 
		  transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}

.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
	background-color: #f0a3a3;
	background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}







@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
  background: #3498db;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  box-sizing: content-box;
  margin-bottom:10px;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  
  /*border:1px #ccc solid;*/
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 999;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #fff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #fff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #fff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: block;
  width: 220px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #fff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #fff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 15.5px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #3498db;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 20.5px;
}
#cssmenu > ul > li > a {
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #fff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 220px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 220px;
  display: block;
}
/*@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #fff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 16px;
    box-sizing: content-box;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 26px;
    box-sizing: content-box;
  }
}*/