/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Nav bar, search, and nav
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
#navigation-bar {
    position: relative;
    height: 40px;
    padding-right: 60px;
	top:-21px !important;
}
.search-button{  width: 67px; height: 40px; background: url("../../images/icons/search.png") 0 0 ;   font-size: 0;  color: rgba(0, 0, 0, 0); text-indent: -9999px; cursor: pointer; border:none; }
.search-button:hover{ background: url("../../images/icons/search.png") -67px 0 }
.search-button.active{ background: url("../../images/icons/search.png") -67px 0 }
#search {
    position: relative;
    height: 40px;
    margin-right: -60px;
}
#label {
    width: 67px;
    height: 40px;
    position: relative;
    z-index: 20;
}
#label label {
    display: block;
    width: 67px;
    height: 40px;
    background: url("../../images/icons/search.png") 0 0 ;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer; 
}
#label label:hover {
    background: url("../../images/icons/search.png") -67px 0
}
#label.active label {
    background: url("../../images/icons/search.png") -67px 0
}
#input {
    position: absolute;
    top: 0;
    left: 40px;
    width: 250px;
    height: 40px;
    z-index: 5;
    overflow: hidden;
}
#input input {
	font-size: 14px !important;
   font-family:'sf_ui_textlight', Arial, sans-serif !important;
    display: block;
    position: absolute;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #413a39;
    font-size: 18px;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: left 0;
    -moz-transition: left 0;
    -ms-transition: left 0;
    -o-transition: left 0;
    transition: left 0;
}
#input input:focus {
    outline: none
}
#input.focus {
    z-index: 20
}
#input.focus input {
    right: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}
nav {
    width: 100%;
    float: right;
    padding-left: 0px;
    position: relative;
    z-index: 10;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
nav a {
    display: block;
    padding: 0 15px;
    color: #c8c8c8;
}
nav a:hover {
    color: #3296c8
}