/* ------------------------------------------
  DEMO PAGE'S STYLES
--------------------------------------------- */

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



.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;
  z-index:999;
  
}


.nav-collapse li {
font-size:11px;
	color:#0092b4;
	text-decoration:none;
	text-transform:uppercase;
	line-height:46px;
	width:100%;
	margin-right:90px;


}
.nav-collapse li:last-child
{
	margin-right:0px;
}


@media screen and (min-width: 50em) {
  .nav-collapse li {
    width: auto;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  font-size:11px;
	color:#0092b4;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
.nav-collapse a:hover {
	text-decoration:underline;
}


@media screen and (min-width: 50em) {
  .nav-collapse a {
    margin: 0;
    float: left;
    text-align:left;
    border-bottom: 0;
	
  }
}

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

@media screen and (min-width: 50em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 42px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background:url("line-img.png") no-repeat 50% 50%;
  padding:5px 0 px;

}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("line-img1.png");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
