.icon-nav{

	padding-top: 50px;

	padding-bottom: 50px;

	text-align: center;

	margin-right: -15px;

	margin-left: -15px;

}

.btn #field_1_11
{
		white-space: normal;
}

.icon-nav.float{

	display: block;

	padding-top: 20px;

	padding-bottom: 40px;

	position: fixed;

	top: 0px;

	background: -moz-linear-gradient(top, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* IE10+ */

	background: linear-gradient(to bottom, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	z-index: 100;
  	
  	opacity: 0.95;

}

.icon-nav .btn-group .btn{

	background: white;

	color: #000000;

	border-color: #E7E7E7;

	font-weight: 100;

	padding: 10px 25px;

	font-size: 18px;

	padding-top: 5px;

	text-align: center;

	vertical-align: middle;

}

.icon-nav .btn-group .btn .glyphicon {

	margin: 5px 10px 0 0;

	display: inline-table;

	font-size: 18px;

}

.icon-nav .btn-group .btn.current, .icon-nav .btn-group .btn:hover{

	background-color: #83919D;

	background-image: -moz-linear-gradient(top,#647584,#83919D);

	background-image: -webkit-gradient(linear,0 0,0 100%,from(#647584),to(#83919D));

	background-image: -webkit-linear-gradient(top,#647584,#83919D);

	background-image: -o-linear-gradient(top,#000000,#000000);

	background-image: linear-gradient(to bottom,#000000,#000000);

	background-repeat: repeat-x;

	color: white;

	text-shadow: none;

}
