/*! responsive-nav.js 1.0.32 by @viljamis */

.nav-collapse li {
}

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

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

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-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: 870px) {
  .js .nav-collapse {
    position: relative;

  }
  .js .nav-collapse.closed {
    max-height:none;
  }
  .nav-toggle {
    display: none;
  }
}


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

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

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

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

	

	
	

@media screen and (min-width: 870px) {
.nav-wrapper {
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed2224+0,bb1719+100 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Old browsers */
  background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 );*/ /* IE6-9 */
		
		
}

.nav-container {
	width:80%;
	margin:0 auto;
}	
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  margin:0 auto;
}

	
.nav-collapse li{
  width: 14.222222%;
	font-size:14px;
  }
  
  
}


.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  font-size: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb1719+0,bb1719+16,ed2224+100,ed2224+101 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Old browsers */
  background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 ); /* IE6-9 */
  padding: 0.7em 1em;
  float: left;	
	
}

.nav-collapse a:hover {
  color: #fff;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb1719+0,bb1719+16,ed2224+100,ed2224+101 */
  background: linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* Old browsers */
  background: -moz-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13338', endColorstr='#c60037',GradientType=0 ); /* IE6-9 */

}

@media screen and (min-width: 870px) {
  .nav-collapse a {
    margin: 0;
	padding:15px 0px 12px 0px;
    float: left;
    font-size: 12px;
    text-align: center;
    border-bottom: 0; 
	margin-left: auto;
    margin-right: auto;  
  }
  
 .nav-collapse a:after {
	  content:'';
	  clear:both;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

.nav-toggle-title {
	display:block;
}

@media screen and (min-width: 870px) {
  .nav-collapse ul ul a {
    display: none;
  }
  
  .nav-toggle-title {
	display:none;
}
}


@media only screen and (max-width: 760px)  {
	.nav-collapse a {
	background: #ff0000;
    border-bottom: 1px solid #fff;
	}
}

@media only screen and (max-width: 920px)  {
.nav-container {
	width:100%;
	margin:0 auto;
}
}


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

.nav-toggle {
  position: fixed;
  -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;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0607+0,a30102+100 */
  background: #c60037; /* Old browsers */
  background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 ); /* IE6-9 */
  
  width:100%;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: url(../images/3line.png);
  text-indent: 0;
  text-align: right;
  speak: none;
  width: 100%;
  top:5px;
  left: -20px;
}

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