/*
----------------------------------------------------------
----------------------------------------------------------

 Hellobar

----------------------------------------------------------
----------------------------------------------------------
*/
#hello-bar{	
    background: #fff;
    width: 100%;
    padding: 20px 0 5px 0;
    float: left;
    text-align: center;
    position: relative;
    z-index: 99999;
    box-shadow: 0 2px 0 rgba( 0, 0, 0, 0.05 );
}

.boxed-hello {
    width: 80%;		
    padding: 0 0 0 10%;
}

#hello-bar p, #close-hello-bar #txt-hello-bar{
    color: #595959;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.1 );
	line-height: 24px;
	margin: 0 0 1em 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1em;
    margin-left: 0px;
}

#close-hello-bar{
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 24px;
    font-weight: 600;
}

#txt-hello-bar{
    font-size: 16px;
    font-weight: 600;
	color: #595959;
}