/* ======================== START CSS ========================= */
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: url(../img/mybg.png) #fff;
}
.fixed-top-bar #top-bar {
    position: fixed;
    width: 100%;
    z-index: 906;
    top: 0;
    border-bottom: 1px solid #999393;
	box-shadow: -11px 12px 23px rgba(0,0,0,.1);
}
#top-bar {
    display: block;
    height: 49px;
    margin: 0;
    padding: 0 13px 0 0;
    background-image: linear-gradient(#c38d55, #e2e2e2);
    position: relative;
}
#top-bar > div {
    display: inline-block;
    vertical-align: middle;
    height: 49px;
    float: left;
}
.btn-header .pull-right {
    margin-left: 6px;
}
.btn-header > :first-child > a {
    min-width: 30px;
    padding: 2px; 
    display: inline-block;
    font-weight: 700;    
    text-align: center;
    background-color: #f8f8f8; 
    border: 1px solid #bfbfbf;
    color: #B209FF;  
    font-size: 17px;  
    margin: 10px 0 0; 
    cursor: pointer;
}
.btn-header > :first-child > button {    
    display: inline-block;
    font-weight: 700;
    height: 30px;
    min-width: 30px;
    padding: 2px;
    text-align: center;   
    background-color: #f8f8f8;  
    border: 1px solid #bfbfbf;
    color: #B209FF;
    font-size: 17px;
    margin: 9px 0 0;
    cursor: pointer;
}


