/* your styles go here */
.navbar ul.nav > li > a {
    text-transform:none;
    text-decoration:none;
}
.navbar-nav > li > .dropdown-menu {
    min-width: 250px;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		font-weight:normal;
		padding-top: 28px 5px 28px 0px;
	}
}
.main_logo { max-height:50px; max-width:180px;}
.btnbrdr { margin-bottom:10px;}

.bar {
    padding: 120px 0;
}
.bar.background-image-fixed-2 {
    background: url(../img/bar-bkg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#top {
    background: #e2e2e2;
	padding: 0px 10px; 
}
.navbar ul.nav > li > a {
	letter-spacing: -0.04em;
	padding-top: 28px 0px;
	font-size:12px;
	font-weight:bold;
}

.home-carousel {
    position: relative;
    background: url(../img/bar-bkg.jpg) center center repeat fixed;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.fa-xlg{
    font-size:3.2em;
}

.navbar-nav {
    margin: 0;
}

.dropdown-menu{max-height: 400px; overflow-x: hidden; overflow-y: auto;}

.navbar ul.dropdown-menu li {
    text-transform:none;
}