/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);*/

#cssmenu { margin: 0 0 0 250px; padding: 0; line-height: 1; display: block; position: relative;  }
#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;}
#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;}
#cssmenu > ul > li:after {
  border-top:1px #F0F0F0 solid;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -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: #E4F6F9;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}

#cssmenu > ul > li > a {
  color: #121212;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
  display: block;
  line-height:38px;
  border-bottom:4px #4FADF3 solid;
  padding: 0 10px;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after { height: 100%;}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a { color: #121212; border-bottom:4px #f7931e solid;}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after { background: #000000;}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before { border-top-color: #ffffff;}
#cssmenu #menu-button { display: none;}
#cssmenu > ul > li { float:left; text-align:center; white-space: nowrap; min-width: calc(100% / 7 ); border-right:1px #cee0ee solid;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */}

@media all and (max-width: 768px) {
	
  #cssmenu { margin: 0px;}
  #cssmenu > ul {
	
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease-out;
    -moz-transition: max-height 0.8s ease-out;
    -ms-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    transition: max-height 0.8s ease-out;
  }
  #cssmenu > ul > li > ul {  width: 100%;   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%;
    text-align: left;
    padding-left: 20px;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
	border-bottom:1px #E3DFDF solid;
  }
  #cssmenu ul > li:after {
    display: none;
  }

  #cssmenu ul li ul li,
  #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: 14px;
    letter-spacing: 1px;
    color: #6591b6;
    cursor: pointer;
	border-top:1px #6591b6 solid;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 8px;
    width: 22px;
    border-top: 3px solid #6591b6;
    border-bottom: 3px solid #6591b6;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    width: 22px;
	border-bottom: 3px solid #6591b6;
    right: 20px;
    top: 26px;
  }
}
