@charset "UTF-8";

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



a:active,
a:hover {
  outline: 0;
}
a {  text-decoration: none;color:#666;}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #000;
  font: normal 100%/1.4 sans-serif;
}

#navigation {  
	border-bottom: 1px solid #666;
	width:100%;
    background-color: #000;
}

#logo {	
  font-family: 'Roboto Slab', serif;
  background-color: #000;
  color:#666;
}

#logo p{
  margin: 12px 7% 15px;
  border-bottom: 1px solid #FF0;
  display:inline-block;

}

.nav-collapse a {	font-family: 'Roboto', sans-serif;

  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #000;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  padding: 1em 14% ;
  float: left;  color: #666;
  font-size: .8em;
}
/* ------------------------------------------
  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,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

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



.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #000;
  border-bottom: 1px solid #333;
  padding: 1em 14% ;
  float: left;  color: #666;
  font-size: .8em;
}

.nav-collapse .left-border a {
  border-left: 1px solid #333;
}

.nav-collapse a:hover {

  background: #FF0;

}

.nav-collapse ul ul a {
  background: #ca3716;
}

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

#logo p{
  margin: 0 7% 18px;
}

.nav-collapse .active a {
	border-bottom: 1px solid #FF0;
}

.nav-collapse li {
	width:auto;padding:0 0 0 40px;

}
	
.nav-collapse li a {
	border: none;margin:0;padding:0;border-bottom: 1px solid transparent;
 
}

.nav-collapse .left-border a {
  border-left: none;
}
	
.nav-collapse, .nav-collapse ul {
	width: auto;
	float:right;top:22px;
}

.nav-collapse {margin-right: 7%;}

.nav-collapse a {
    margin: 0;
    float: left;
    text-align: center;
    border-right: 1px solid white;
}

.nav-collapse ul ul a {
    display: none;
}

.nav-collapse a:hover {
  background: transparent;
  border-bottom: 1px solid #FF0;
}
#logo a:hover {
  background: transparent;
}

#navigation2 {width:600px;margin:0 auto;}
}

@media screen and (min-width: 700) {
#navigation2 {
	max-width: 720px;
}
}

@media screen and (min-width: 1024px) {
#navigation2 {
width: 900px;
}

.nav-collapse li {
	width:auto;padding:0 0 0 80px;

}
}

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

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

.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; 

}

.nav-toggle:before {
  color: #FF0; /* Edit this to change the icon color */
  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";
}





