@font-face {
	font-family: "Roboto-Bold";
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold.woff') format('woff'),
         url('../fonts/Roboto-Bold.ttf') format('truetype'),
         url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  position: sticky;
  position: -webkit-sticky;	
  /*position: fixed;*/
  top: 0;
  /*right: 5px;*/
  width: auto;
  border: 2px solid #209190;
  border-radius: 3px;
  font-family: "Roboto-Bold" !important;
  font-size: 14px;
  line-height: 1;
  /*background: rgba(80, 80, 80, .5);*/
  background: rgba(0, 0, 0, .35);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  z-index: 1; /*** to keep it in front of eveything ***/
}

#cssmenu > ul {
  /*background: url('images/bg.png');
  background-color: rgba(80, 80, 80, .5);*/
  background: rgba(0, 0, 0, .35);
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a,
 #cssmenu > ul > li.active > a {
  /*padding: 15px 25px;*/
  padding: 6px 25px 10px 25px;
  font-family: "Roboto-Bold" !important;
  font-size: 14px;
  /* text-transform: uppercase;*/
  text-decoration: none;
  color: #209190;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#cssmenu > ul > li > a:hover
/* #cssmenu > ul > li:hover > a,
 #cssmenu > ul > li.active > a */{
  font-family: "Roboto-Bold" !important;
  font-size: 14px;
  color: #ddd;
}

/* the triangle thing!! */
#cssmenu #menu-indicator {
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: rgba(32, 145, 144, 1.0); /* #209190*/   /* border-bottom-color: rgba(245, 3, 3, 1); */
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* start of hamburger */

#cssmenu.small-screen {
  /*width: 63%;*/
  width: 73%;
  margin: auto;
   /*margin-right: 1em;
 float: right;*/
}

#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}

#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}

#cssmenu.small-screen > ul > li > a {
  /*padding: 15px 25px;*/
  padding: 15px 25px;
}

#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}

#cssmenu.small-screen #menu-button {
  display: block;
  padding: 15px 25px;
  /*padding: 15px 25px;
  padding: 0px 25px 20px 25px;*/
  cursor: pointer;
  font-size: 14px;
  /* text-transform: uppercase;*/
  text-decoration: none;
  color: #209190;
  /*background: url('images/bg.png');
   background-color: rgba(80, 80, 80, .5);*/
   background: rgba(0, 0, 0, .35);
}

#cssmenu.small-screen #menu-button.menu-opened {
  color: #ddd;
}

#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 16.5px;
  /*bottom: 16.5px;*/
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #209190;
  border-bottom: 2px solid #209190;
  width: 18px;
  height: 3px;
}

#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 26.5px;
  /*bottom: 22.5px;*/
  display: block;
  width: 18px;
  height: 2px;
  background: #209190;
}

#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #ddd;
}

#cssmenu.small-screen #menu-indicator {
  display: none;
}
