.nav-collapse{
display:none;
}

@media screen and (max-width: 960px) {
.nav-collapse{
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
background: rgba(0, 132, 255, 1);
}
.nav-collapse a {
color: #fff;
text-decoration: none;
width: 100%;
background: rgba(0, 132, 255, 1);
border-bottom: 1px solid white;
padding: 10px;
float: left;
font-size: 14px;
transition:all ease-in-out 0s;
-webkit-transition:all ease-in-out 0s;
-moz-transition:all ease-in-out 0s;
						}
.nav-collapse a:hover {
color: #fff;
background: rgba(0, 132, 255, 1);
						}
.nav-toggle:before {
color:  rgba(0, 132, 255, 1); /* Edit this to change the icon color */
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 28px;
text-transform: none;
position: absolute;
content: "≡";
text-indent: 0;
text-align: center;
line-height: 55px;
speak: none;
width: 100%;
top: 0;
left: 0;
}

}

@media screen and (max-width: 960px) {/*! responsive-nav.js 1.0.40 by @viljamis */


.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse,
.js .nav-collapse .dropdown ul {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened,
.nav-collapse .dropdown.opened ul {
  max-height: 9999px;
}

.nav-collapse .dropdown.opened > ul,
.nav-collapse .dropdown .dropdown.opened > ul {
  position: relative;
}

.nav-toggle,
.dropdown-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

}

@media screen and (min-width: 960px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed,
  .js .nav-collapse.closed .dropdown ul {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

@charset "UTF-8";
@media screen and (max-width: 960px) {/*! responsive-nav.js 1.0.40 by @viljamis */

/* ------------------------------------------
  RESET
--------------------------------------------- */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.nav-collapse a:active {
  color: rgba(255,255,255, .5);
}



/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  margin-right:-15px;
  margin-top:25px;
}

.nav-toggle:before {
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}
}

/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */

@media screen and (min-width: 960px) {
  .js .nav-collapse .dropdown ul {
    display: none;
	margin-top:0;
  }
}
@media screen and (max-width: 960px) {/*! responsive-nav.js 1.0.40 by @viljamis */

.dropdown-toggle:after {
  content: "+";
  font-size: 1.5em;
  line-height: 0.8;
  float: right;
}

.dropdown.opened > .dropdown-toggle:after {
  content: "–";
}
}

@media screen and (min-width: 960px) {
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible;
  }
  .dropdown-toggle:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0.3em 0 0 0.5em;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	}
	.dropdown ul .dropdown-toggle:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0.3em 0 0 0.5em;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	}
  .nav-collapse a:hover {
    color: rgba(255,255,255, .7);
  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown li {
    width: 100%;
	height:auto;
  }
  .nav-collapse .dropdown ul a {
    text-align: left;
    border: 0;
  }
  .js .nav-collapse .dropdown:hover > ul {
    clip: auto;
    position: absolute;
    width: 10em;
    top: 3.4em;
    left: 0;
    display: block !important;
  }
  .js .nav-collapse .dropdown .dropdown:hover > ul {
    top: 0;
    left: 10em;
  }
  .js .nav-collapse ul > .dropdown:last-child ul {
    left: auto;
    right: 0;
  }
}

