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


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

.navcollapse,
.navcollapse ol {
	list-style: none;
	/* [disabled]width: 83%; */
	float: left;
}

.navcollapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .navcollapse li {
	margin-left: 0;
    *width: 24.9%; /* IE7 Hack */
	_width: 19%; /* IE6 Hack */
  }
}

.navcollapse a {

}

@media screen and (min-width: 481px) {
  .navcollapse a {
   
  }
}

.navcollapse ol ul a {

}

@media screen and (min-width: 481px) {
  .navcollapse ul ul a {
    display: none;
  }
}

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

.gridContainer.clearfix #Top .fluid.navcollapse {
	width: 58%;
	clear: none;
	float: left;
}
	
}


.nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 0px;
	width: 60px;
	height: 50px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("../images/hamburger.gif");
	background-color: #fff;
	position:absolute;
right:10px;
top:0px;
}

@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("../images/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
