.row.gfetes.gfnavbar{
	margin: 15px auto 25px auto;
	width: 100%;
}

.collapse.navbar-collapse.gfetes{
	height: 50px !important;
}

.navbar.navbar-default.gfetes{
	background-color: #F7921E;
	color: white;
	border-radius: 25px;
	height: 100% !important;
	margin: 0 auto;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.25);
}

.collapse.navbar-collapse.gfetes>ul{
	height: 100%;
	margin: 0;
    float: left;
    background: transparent;
    width: auto;
}

.navbar-nav.gfetes li{
	margin: 0 15px;
	height: inherit;
}

.navbar-default.gfetes .navbar-nav.gfetes>li>a{
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s;/* Safari */
	transition: all 0.2s;
}

.navbar-default.gfetes .navbar-nav.gfetes>li>a:hover{
	color: #6691CE;
	background-color: transparent;
	background-image: none;
}

.navbar-default.gfetes .navbar-nav.gfetes>li>a:focus{
	color: white;
	background-color: transparent;
	background-image: none;
}

.navbar-default.gfetes  .navbar-nav.gfetes>li>a>i{
	margin-right: 10px;
	font-size: 16px;
}

.popover-content{
	width: 140px;
}

p.btn.inpopover.gfetes{
	color: #6691CE;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 6px 12px;
	-webkit-transition: all 0.2s;/* Safari */
	transition: all 0.2s !important;
}

p.btn.inpopover.gfetes:active{
	color: #6691CE;
	box-shadow: none;
}

p.btn.inpopover.gfetes:hover{
	color: #6691CE;
	box-shadow: none;
	opacity: 0.6;
}

@media (max-width: 768px) {
	.navbar-default.gfetes  .navbar-nav>li{
		text-align: center;
	}
	.navbar.navbar-default.gfetes {
	    /* height: 100%; */
	    margin-bottom: 0px;
	}
	.row.gfetes{
		height: 100%;
	}
	.collapse.navbar-collapse.gfetes{
		height: 100% !important;
	}
	.collapse.navbar-collapse.gfetes>ul{
		background-color: transparent;
		border: none;
		height: auto;
		width: 100%;
    	text-align: center;
	}
	.navbar-default.gfetes .navbar-nav.gfetes>li{
		top: 0px;
		width: 100%;
		margin: 0;
	}
	.navbar-default.gfetes .navbar-nav.gfetes>li>a{
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
		border-radius: 25px;
		padding: 0px !important;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		-webkit-transform: none;
    	transform: none;
	}
	.navbar-default.gfetes .navbar-nav.gfetes>li.logged>a{
		height: 63px;
	}
	.navbar-default.gfetes .navbar-nav.gfetes>li.logged>a>i{
		position: absolute;
		top: 38px;
		left: 50%;
	}
}

@media (min-width: 0px) {
  .navbar-collapse.gfetes {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse.gfetes {
    display: block !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.gfetes.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse.gfetes,
  .navbar-static-top .navbar-collapse.gfetes,
  .navbar-fixed-bottom .navbar-collapse.gfetes {
    padding-left: 0;
    padding-right: 0;
  }
}