/*

@media (min-width: 992px) {
#NewPrdDropdown {
    display: none;
  }
  a.nav-link {
        font-size: 16px;
    }
  
}
@media (max-width: 991px) {
#newPrdMenu {
    display: none;
  }
a.nav-link {
    font-size: 18px;
}
footer ul { text-align: center; }
footer li a {
    font-size: 16px;
}
}
@media (max-width: 1365px) {
    
}
@media (min-width: 1366px) {
    a.nav-link {
        font-size: 19px;
    }
}
.full {
    position: relative;

}

.full:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url('img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
}

body { line-height: 24px; }
h4, h5 {  font-weight: bold; }
a { color: #001f4d; text-decoration: underline; }




.productbox {
    position: relative;
max-width: 300px;
border-radius: 10px;
-webkit-transition: all .2s ease-in-out; 
background: transparent;

}
.productbox img { opacity: 1; 


}
.productbox:hover img { opacity: 0.9; }
.productbox a { color: #ddd; text-decoration: none; }
.productbox:hover a { color: #fff; }
.caption {
	background-color:rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    width: 100%;

    overflow: hidden;
  color: #FFF;

}


*/



.tt-menu,
.gist {
    text-align: left;
}

/* base styles */
/* ----------- */




p+p {
    margin: 30px 0 0 0;
}



.demo {
    position: relative;
    *z-index: 1;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 12px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 8px;
    font-size: 20px;
    line-height: 30px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}