.sub-menu a.master::after {
	font-weight: bold;
	color: #00aeef;
}

.menu,
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Open Sans
}

.clearfix:after{
  content: '.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

.sub-menu {
  padding-left: 15px;
  background: white;
  border: 1px solid #dfe0e0;
}

.sub-menu a {
  font-weight: normal !important;
  font-size: 13px !important;
}

.menu a {
  text-decoration: none;
  display: inline;
  color: white;
  font-size: 14px;
  font-weight: normal;
}

.menu a:hover {
  color: #00aeef;
}

.menu li {
  position: relative;
  padding: 10px;
}
.menu > li {
  float: none;
}
.menu > li:hover {
  color: #00aeef;
}
.menu li:hover > .sub-menu {
  display: none;
}

.sub-menu {
  display: none;
  min-width: 150px;
}

.sub-menu li {
  border-bottom: 1px solid #dfe0e0;
}

.sub-menu li:hover {
  color: #00aeef;
}

.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-top: -1px; 
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #4d90af;
    overflow-y: scroll;
    padding-top: 0px;
    transition: 0.5s;
    text-align: left;
}

.loginIcon {  }

.sidenav.open { width: 50%; }

#btnOpenSideMenu {
    position: fixed;
    top: 60px;
    right: 25px;
    margin-left: 50px;
    display: block;
    z-index: 999;
    padding: 20px;
}

#btnOpenSideMenu, .sidenav #btnCloseSideMenu { color: white; cursor: pointer; font-size: 26px; background-color: #4d90af; }
.topMenu { display: table; width: 100%; padding-top: 20px; }
.menuBar { z-index: 9999999999999999; width: 100%; background-color: white; }
a.master { cursor: pointer; }

/* ****************************************** */
/* MEDIA QUERIES */

@media screen and (min-width:800px) { 

	.menu { display: table; width: 100%; }
	.sidenav {height: 100%; width: 100%; transition: 0s; background-color: transparent; overflow: visible; position: relative;}
	.sub-menu { min-width: 230px; position: absolute; padding-left: 0px; }
	.menu > li { display: table-cell; }
	.menu li:hover > .sub-menu { display: table; }
	.sidenav #btnCloseSideMenu, #btnOpenSideMenu { display: none; }
  .sidenav li a.login { background-color: #e72474; color: white; display: inline; padding: 10px;}
	.sidenav li a.login:hover { background-color: white; color: black; }

}