/* MENU SEPARATOR */
.separator {
	width: 1px;
	background-color: #805891;
	height: 50px;
}
.nav {
	font-family: RetroStereoThin, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar {
	margin-bottom: 0px;
}
@media (max-width: 992px) {
	.nav {
		background-color: #002031;
		font-size: 14px;
	}
	.nav li a {
        text-align: center;
        vertical-align: middle;
		height: 50px;
		line-height: 50px;
	    -webkit-text-shadow: none;
	    text-shadow: none;
	}
	.nav li span {
	    vertical-align: middle; 
	    display: inline-block; 
	    line-height: 1.2;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 0px 46px;
	}
}
@media (min-width: 992px) {
	.nav {
		background-color: #002031;
		font-size: 16px;
		font-weight: bold;
	}
	.nav li a {
        text-align: center;
        vertical-align: middle;
		height: 50px;
		line-height: 50px;
	    -webkit-text-shadow: none;
	    text-shadow: none;
	}
	.nav li span {
	    vertical-align: middle; 
	    display: inline-block; 
	    line-height:1.2;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 0px 64px;
	}
}
@media (min-width: 768px) {
	.navbar-collapse {
/*		padding-left: 0px;*/
		padding-right: 0px;
	}
	.container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-default {
		background-image: none;
		box-shadow: none;
		background-color: transparent;
		border-color: transparent;
/*		background: url(../images/general/menu_bg.png) repeat-x;*/
		border-radius: 0px;
	}
	.navbar-default .navbar-text {
	  color: #FFF;
	}
	.navbar-default .navbar-nav > li > a {
	  color: #FFF;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  color: #CCC;
	border-bottom: 5px #bc3000 solid;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	  color: #FFF;
	  border-bottom: 5px #fe6900 solid;
	  background: #002031;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #666;
	}
	.navbar-default .navbar-nav > li > a {
		color: #FFF;
	}
	.nav > li > a {
        text-align: left;
		position: relative;
		display: block;
		padding: 0px 13px;
/*		padding: 0px 15px;*/
		height: 35px;
		line-height: 35px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
.navbar-header {
	background-color: #002031;
	border: 0px;
	color: #FFF;
}
.navbar-default .navbar-brand {
	color: #FFF;
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
}
.navbar-default {
	background-image: none;
	background-color: #002031;
	border: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #002031;
	border-bottom: 5px #fe6900 solid;
}











/* NAVBAR VERTICAL */

.sidebar-nav .nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar-nav .navbar {
	margin-bottom: 0px;
}
@media (max-width: 992px) {
	.sidebar-nav .nav {
		background-color: #fe6900;
		font-size: 12px;
	}
	.sidebar-nav .nav li a {
        text-align: left;
        vertical-align: middle;
		height: auto;
		line-height: 15px;
		-webkit-text-shadow: none;
	    text-shadow: none;
	}
	.sidebar-nav .nav li span {
	    vertical-align: middle; 
	    display: inline-block; 
	}
	.sidebar-nav .nav > li > a {
		position: relative;
		display: block;
		padding: 0px 10px;
	}
}
@media (min-width: 992px) {
	.sidebar-nav .nav {
		background-color: #fe6900;
		font-size: 12px;
	}
	.sidebar-nav .nav li a {
        text-align: left;
        vertical-align: middle;
		height: auto;
		line-height: 15px;
	    -webkit-text-shadow: none;
	    text-shadow: none;
		border-bottom: #e76204 solid 1px;
	}
	.sidebar-nav .nav li span {
	    vertical-align: middle; 
	    display: inline-block; 
	}
	.sidebar-nav .nav > li > a {
		position: relative;
		display: block;
		padding: 0px 10px;
	}
}
@media (min-width: 768px) {
	.sidebar-nav .navbar-collapse {
/*		padding-left: 0px;*/
		padding-right: 0px;
	}
	.sidebar-nav .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.sidebar-nav .navbar-default {
		background-image: none;
		box-shadow: none;
		background-color: transparent;
		border-color: transparent;
/*		background: url(../images/general/menu_bg.png) repeat-x;*/
		border-radius: 0px;
	}
	.sidebar-nav .navbar-default .navbar-text {
	  color: #FFF;
	}
	.sidebar-nav .navbar-default .navbar-nav > li > a {
	  color: #FFF;
	}
	.sidebar-nav .navbar-default .navbar-nav > li > a:hover,
	.sidebar-nav .navbar-default .navbar-nav > li > a:focus {
	  color: #CCC;
  	  border-bottom: #e76204 solid 1px;
	}
	.sidebar-nav .navbar-default .navbar-nav > .active > a,
	.sidebar-nav .navbar-default .navbar-nav > .active > a:hover,
	.sidebar-nav .navbar-default .navbar-nav > .active > a:focus {
	  color: #FFF;
      border-bottom: #e76204 solid 1px;
	  background: #ff9336;
	}
}
@media (max-width: 767px) {
	.sidebar-nav .navbar-default .navbar-nav > li > a:hover,
	.sidebar-nav .navbar-default .navbar-nav > li > a:focus {
		color: #CCC;
	}
	.sidebar-nav .navbar-default .navbar-nav > li > a {
		color: #FFF;
	}
	.sidebar-nav .nav > li > a {
        text-align: left;
		position: relative;
		display: block;
		padding: 10px 10px;
/*		padding: 0px 15px;*/
		height: auto;
	}
}
.sidebar-nav .navbar-header {
	background-color: #bf3200;
	border: 0px;
	color: #FFF;
}
.sidebar-nav .navbar-default .navbar-brand {
	color: #FFF;
}
.sidebar-nav .navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
}
.sidebar-nav .navbar-default {
	background-image: none;
	background-color: #fe6900;
	border: 0px;
}
.sidebar-nav .navbar-default .navbar-nav > .open > a, 
.sidebar-nav .navbar-default .navbar-nav > .active > a {
	background-image: none;
}
.sidebar-nav .navbar-default .navbar-nav > .active > a, 
.sidebar-nav .navbar-default .navbar-nav > .active > a:hover, 
.sidebar-nav .navbar-default .navbar-nav > .active > a:focus {
	background-color: #ff9336;
    border-bottom: #e76204 solid 1px;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
/*  .sidebar-nav .navbar li {
	background-color: #fe6900;
  }*/
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/* CAROUSEL */
.carousel-caption {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #000;
	height: 20px;
	bottom: 3px;
	padding-top: 10px;
	padding-bottom: 30px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.carousel-indicators {
	bottom: -40px;
}
@media (max-width: 767px) {
	.carousel-caption {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
	}
}


