/**/



#s{
    
    border:1px solid #D2D1D9;
    border-right: 0px;
    margin-right: 0px;
    height: 28px;
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px!important;
    padding-left: 4px;
    padding-right: 4px;
   
}

#s:focus {
 border: 1px solid #B2B2B2;
}


#searchsubmit{
   float: right;
    border:none;
    background-image: url(search-icon.jpg);
    width: 40px;
    background-position:  center center;
    background-repeat: no-repeat;
    margin: 0!important;
    border:1px solid #D2D1D9;
    border-left: none;
    height: 28px;
    background-color: white;
    margin-left: -8px;
     display: inline-block;
    
}


.navbar-default{
    background-color: white;
    border-color: transparent;
}

#navbar8 {
   margin-top: 40px;
}
#navbar8 li a {
    
    color: #0B0B0B;
    text-transform: uppercase;
    
}

    
/*homepage stock price */

#home-stock-price{
    
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width:100%;
    margin:0 auto;
    text-align: center;
}

#home-stock-price li{
    
    display: inline-block;
    margin-right: 12px;
    
}

#stock-band{
    background-image: url(../images/home/band-bg.png);
    height: 90px;
    line-height: 90px;
    color:white;
	
}


#stock-price-label,#stock-change,#stock-perchange,#stock-price-change-wrapper{
    font-size: 22px;
}
#stock-band #stock-price,#stock-band #stock-price-wrapper{
    
    font-size: 31px;
}


/*make the anchor cover the image and change the layout content */

.overlay-container{
    text-align: center;
}
.overlay-container a.title-label{
    
   color: white;
   padding: 6px; 
   display: inline-block;
   background:rgba(0,0,0,0.6);
   height:auto;
   width: auto;
   z-index: 100;
   position: absolute;
   bottom: 40px;
   transform: translate(-50%);
   left: 50%;
   text-transform: uppercase;
   text-decoration: none;
   letter-spacing: 4px;
   font-weight: bold;
    
}

.overlay-container a{
    
    color: white;
    display: block;
    margin: 0 auto;
 
    width: 80%;
    margin-top: 60px;
    text-decoration: none;
    
}
.overlay-container a span{
    display: block;
}
.overlay-container a span.title{
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.overlay-container a span.content{
    
   /* font-weight: bold;*/
    letter-spacing: 3px;
    font-size: 14px!important;
    /*text-align: left;*/
	text-align:center;  
}