/*bootstrap override*/
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	background-color: rgb(51,51,51); /* 80% BLACK */
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:focus path,
.navbar-default .navbar-nav > li > a:hover path {
	fill: rgb(51,51,51); /* 80% BLACK */
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: rgb(51,51,51); /* 80% BLACK */
	color: rgb(254,23,67); /* RED */
}
.navbar-default .navbar-nav > .open > a path,
.navbar-default .navbar-nav > .open > a:focus path,
.navbar-default .navbar-nav > .open > a:hover path {
	fill: rgb(51,51,51); /* 80% BLACK */
}
.navbar-default .navbar-nav .visible-xs.open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .visible-xs.open .dropdown-menu > li > a:hover {
	background-color: rgb(51,51,51); /* 80% BLACK */
	color: #FFFFFF;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	border: none;
	background-color: transparent;
	border-radius: 0px;
	margin-top: 17px;
	margin-right: 20px;
}
.navbar-nav .dropdown-menu {
	border: 0;
	padding: 0;
	background-color: rgb(51,51,51); /* 80% BLACK */
	color: #FFFFFF;
	min-width: 212px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-nav .open.visible-xs .dropdown-menu {
	background-color: #EEEEEE; /* 80% BLACK */
	color: #FFFFFF;
	min-width: 212px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-nav .divider {
    background-color: #e7e7e7; /* 30% BLACK */
    height: 1px;
    margin: 0;
    overflow: hidden;
}
.navbar-nav .dropdown-menu > li > a {
	color: #FFFFFF;
	height: 50px;
	text-align: left;
	padding: 20px 0 20px 30px;
}
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:hover {
	background-color: rgb(64,64,64); /* 75% BLACK */
	color: rgb(254,23,67); /* RED */
}

.navbar-default {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: rgb(255,255,255); /* WHITE */
	border-bottom: 1px solid rgb(179,179,179); /* 30% BLACK */
	transition: top 0.3s linear;
}
.container-fluid > .navbar-collapse {
	margin: 0px;
}
.navbar-default .glyphicon {
	font-size: 12pt;
	margin-top: -4px;
}
.navbar-brand,
.navbar-nav li a {
	height: 70px;
	line-height: 10px;
	text-align: center;
	padding: 30px 0;
}
/*.navbar-brand.visible-xs {
	height: auto;
	padding: 12px 0 0 32px;
}*/
.navbar-nav li a.visible-xs,
.navbar-nav li.visible-xs a,
.navbar-nav .dropdown.visible-xs a {
	text-align: left;
	padding: 10px 10px;
	height: auto;
	line-height: 100%;
}
.navbar-brand {
	padding: 22px 0 0 32px;
	width: 160px;
	overflow: hidden;
}
.brand_small {
	width: 62px;
}
.brand-bestr {
	transition: width 0s linear 0.3s;
}
#logo {
	height: 26px;
}
#loginmenu {
	width: 112px;
	text-align: left;
	padding: 29px 0 29px 30px;
	line-height: 12px;
}
#loginmenu.logged {
	width: 112px;
	text-align: center;
	padding: 17px 0 0 30px;
	line-height: 20px;
}
/*#loginmenu.logged p {
	font-size: 14px;
	font-family: BestrFont-Medium;
	margin: 0;
	width:36px;
	height:36px;
	border-radius:3%;
	line-height:36px;
	text-align:center;
	background: rgb(230,230,230);  10% BLACK
}*/
.standardwidth {
	width: 100px;
}
.doublewidth {
	width: 180px;
}
.vertical-limiter{
	border-left: 1px solid rgb(179,179,179); /* 30% BLACK */
}

.navbar-nav .hidden-xs.dropdown:hover .dropdown-menu {
	display: block;
}
.ddcolor-onsub,
.ddcolor-onsub > a {
	background-color: rgb(51,51,51); /* 80% BLACK */
	color: #FE1743 !important;
}
.ddcolor-onsub path {
	fill: rgb(51,51,51); /* 80% BLACK */
}
.user-profile-icon {
	position: relative;
	width: 36px;
	height: 36px;
}
.user-profile-iniziali {
	position: absolute;
	line-height: 36px;
	text-align: center;
	top: 0;
  	left: 0;
 	width: 36px;
}
/*.hexagon {
  position: relative;
  width: 38px;
  height: 21.94px;
  background-color: #808080;
  margin: 10.97px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  left: 0px;
  border-bottom: 10.97px solid #808080;
}

.hexagon:after {
  top: 100%;
  left: 0px;
  width: 0;
  border-top: 10.97px solid #808080;
}
.circle{
	width:36px;
	height:36px;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	line-height:36px;
	text-align:center;
	background:#e7e7e7;
}*/

/*navbar animation*/
/*.hiddennav{
  top:-70px;
  opacity: 0;
  transition: max-height 0.3s, top 0.3s;
}
.shownav{
  top:0px;
  visibility: visible;
  opacity: 1;
  max-height: 70px;
  transition: top 0.3s linear;
}
.brandforever{
  overflow: hidden;
  width: 62px;
}*/

.hidenav {
	top: -70px;
}
.shownav {
	top: 0px;
}
#navopenarea {
	position: fixed;
	background-color: red;
	height: 70px;
	z-index: 500;
	top: 0px;
	width: 100%;
	display: block;
	opacity: 0;
}
/*navbar animation FINE*/

