.navbar {
    padding: 0 4%; 
}
/*Navbar : The Menu*/
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.7) 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, transparent);
    border-width: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
.navbar a {
    color: #fff; }
.navbar a:hover {
    color: #ef1c22; }
.navbar .active a {
    color: #ef1c22; }

.navbar-nav {
    margin: 9px 0; }

.Sign-Up, .Sign-In {
    margin-top: 9px; }

.nav.pull-right li {
    margin-left: 5px; }
.nav.pull-right li.Sign-Up {
    display: none; }

.is-hide-navbar {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }

.is-visible-navbar {
    background: rgba(0, 0, 0, 0.95);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

.nav > li > a:hover,
.nav > li {
    background: transparent; }

.navbar-brand {
    padding: 0;
    padding-right: 40px;
    height: auto; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent; }

.navbar-nav > li > a.btn {
    text-transform: uppercase;
    padding: 4px 17px; }
.navbar-nav > li > a.btn::hover {
    background: #f40612 !important;
    text-decoration: none;
    color: #fff; }

.navbar-nav > li.active > a {
    color: #ef1c22 !important;
    background-color: transparent !important; }

.searchSec {
    position: relative;
    margin-right: 15px; }
.searchSec .input-group-addon, .searchSec .input-group .form-control {
    background: transparent;
    border: 0; }
.searchSec form, .searchSec .SearchEvent-Fire {
    display: inline-block;padding: 12px 15px; }
.searchSec form {
    padding: 0;
    margin-top: 5px;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear; }
.searchSec form input {
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
    width: 0 !important;
    padding: 0; }
.searchSec form .input-group-addon {
    display: none; }
.searchSec .form-width input {
    width: 250px !important;
    padding: 6px 12px; }
.searchSec .form-width input:focus {
    box-shadow: none; }
.searchSec .form-width .input-group {
    border: 1px solid #ccc; }
.searchSec .form-width .input-group-addon {
    display: table-cell; }
.searchSec .SearchEvent-Fire {
    position: absolute;
    right: 15px;
    top: 0;
    background: transparent;
    border: none; }
.searchSec .SearchEvent-Fire:hover {
    color: #fff; }
.searchSec .SearchEvent-Fire i {
    font-size: 12pt;
    margin-right: 5px; }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent; }
.user-icon{
    width:40px;
    margin-right:10px;
}
#user_menu li{
    margin-left: 0;
}
#user_menu{
    margin-right: 10px;
}
#user_menu > li > a{
    display:inline-block;
    padding: 5px 0 5px;
}
.dropdown-menu{
    padding: 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: underline;
    color: #FFFFFF;
    background-color: transparent;
}