/*  Navbar Section  */
.custom-navbar {
  background     : #FFFFFF;
  font-size      : 14px;
  font-weight    : 500;
  border         : none;
  padding-top    : 5px;
  padding-bottom : 5px;
          box-shadow: 0 4px 29px -18px black;
     -moz-box-shadow: 0 4px 29px -18px black;
  -webkit-box-shadow: 0 4px 29px -18px black;
          transition : all .3s ease-in;
       -o-transition : all .3s ease-in;
     -moz-transition : all .3s ease-in;
  -webkit-transition : all .3s ease-in;
}

.custom-navbar-brand {
    padding-top: 10px;
}
.custom-navbar-brand:focus,
.custom-navbar-brand:hover {
  opacity: 0.75;
}
.custom-navbar-brand:active {
  opacity: 0.90;
}

.custom-navbar-nav,
.custom-navbar-nav li,
.custom-navbar li a {
  text-transform: uppercase;
  color: #6e5952 !important;
  text-align: right;
}

.custom-navbar li:focus,
.custom-navbar li:hover,
.custom-navbar li a:focus,
.custom-navbar li a:hover  {
  opacity: 0.75;
}

.custom-navbar li:active,
.custom-navbar li a:active {
  opacity: 0.90;
}

.custom-navbar-toggle {
    border-width:0;
	float:left;
	margin-left:15px;
}
.custom-navbar-toggle .icon-bar+.icon-bar {
	margin-top:6px;
}

.custom-navbar-toggle .icon-bar {
  background-color: #6e5952 !important;
  width: 25px;
  height: 2px;
}
.custom-navbar-toggle #middle-bar {
	width:25px;
	margin-left:-5px;
}

.fb_iframe_widget {
    margin    : 13px !important;
    padding   : 0 2px 2px 2px;
	width     : 122px;
	min-width : 122px;
	display   : inline-block !important;
}

@media(max-width:575px) {
	#brandImage {
		width:100px;
	}
	.custom-navbar-brand {
		float:right;
		padding-right:20px;
	}
}
@media(min-width:576px) {
	#brandImage {
		height:32px;
	}
}