

.navbar-default{
	background-color: #1d1d1b;
	/*opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	border:none;
	padding:0 0 15px 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px auto;
	background:url(../images/blank.png) no-repeat center center #1d1d1b;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand span{
	text-align:center;
	margin:0px auto;
}



.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-size: 12px;
	letter-spacing:1px;
	text-shadow: none;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin:0 10px 0 10px;
	font-family:"NovecentowideUltraLightBold", Helvetica, Arial, sans-serif;
	text-decoration:none;
}




.navbar-default .navbar-nav > li > a::after {
    background: #fff;
	color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a:focus::after {
    opacity: 1;
	color: #fff;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
	border-bottom:1px solid #fff;
	background-color: transparent;
	color: #fff;
}


.navbar-transparent{
	background-color: transparent;
	border-color: transparent;
}

.navbar-transparent .navbar-brand{
	color: #fff;
	height:90px;
	text-align:center;
	margin:0px auto;
	width:100%;
	background-image: url("../images/logo.jpg");
	background-image: url("../images/logo.svg"), none;
	background-color:#FFF;

}

#mobile-nav {
	display:none;
}

@media (max-width:767px) {
#mobile-logo {
	width:180px;
	float:left;
}
.navbar-transparent .navbar-brand{
	color: #fff;
	height:55px;
	width:180px;
	float:left;
	margin:0px auto;
	background:none;
	background-color:#FFF;

}
.navbar-transparent .navbar-header{
	background-color: fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    height: 55px;
    width: 55px;
	top:0;
    margin-top: 2px;
    margin-bottom: 2px;
    background: #fff;
	display:inline-block;
	background:fff;
    border: none;
	border-radius:0px;
}

#mobile-nav {
	display:block;
	width:100%;
	background:#fff;

}
}


.navbar-transparent .navbar-nav > li > a{
	color: #fff;
	font-size: 11px;
	letter-spacing:1px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin:0 10px 0 10px;
	text-decoration:none;
	font-family:"NovecentowideUltraLightBold", Helvetica, Arial, sans-serif;
}
@media (min-width:768px) {
.navbar-transparent .navbar-nav > li > a{
	color: #333;
	font-size: 11px;
	letter-spacing:1px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin:0 10px 0 10px;
	text-decoration:none;
	font-family:"NovecentowideUltraLightBold", Helvetica, Arial, sans-serif;
}
}

.navbar-transparent .navbar-nav > li > a::after {
    background: #1d1d1d;
	color: #333;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}



.navbar-transparent .navbar-nav > li > a:hover::after,
.navbar-transparent .navbar-nav > li > a:focus::after {
    opacity: 1;
	color: #a3cae6;
}


.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover{
	background-color: transparent;
	border-bottom:none;
	color: #a3cae6;
}

@media (min-width:768px) {
.navbar-transparent .navbar-nav > li > a:hover::after,
.navbar-transparent .navbar-nav > li > a:focus::after {
    opacity: 1;
	color: #333;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}


.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover{
	border-bottom:1px solid #1d1d1d;
	background-color: transparent;
	color: #333;
}
}


/* 
	