.main-header-section{
    display:block;
    position: relative;
    width:100%;
    height:103px;
    
    background-image: url('../media_assets/headerbg1.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.green-bar{
    display:block;
    position: absolute;
    width: 100%;
    height: 50px;
    top:50px;
    background-color: #d04829;
    z-index: 0;
    border-bottom:3px solid #FFF;
}

.mobile-nav-top {
    display:none;
    background:url(../media_assets/bg_tile_red2.png);
    height:100px;
    border-bottom:5px solid #FFF;
    font-size: 2.5rem;
    color:#FFF;
}

.mobile-nav-bottom {
    display:none;
    padding:20px 0;
}

.mobile-nav-top .close {
    right:0;
    padding-right:2px;
    line-height:50px;
    position:absolute;
    cursor:pointer;
}

.main-header-logo{
    width:165px;
    height:auto;
    display: block;
    position: absolute;
    z-index:1000;
}

.main-header-logo>img {
    width:100%;
}

.main-header-logo-hover {
    background: url('../media_assets/home_hover.png') no-repeat top left;
    height:42px;
    width:49px;
    position:absolute;
    z-index:1001;
    right:-40px;
    top:4px;
    display:none;
}
.main-header-top-section{
    display:block;
    width:815px;
    height:50px;
    overflow:visible;
    position:relative;
    left:165px;
    font-family: 'Varela Round', sans-serif;
}

.main-header-top-section>div{
    float:left;
}

.main-header-top-section .hamburger {
    color:#FFF;
    display:none;
    font-size: 2.5rem;
    line-height:50px;
    padding-right:2px;
    cursor:pointer;
    position:absolute;
    right:0;
}

.main-header-date.blue{
    color: #007fb0;
}

.main-header-date.red{
    color: #d04829;
}

.small-title{
    font-size: 0.6875rem;
    display:block;
    line-height:20px;
}

.large-title{
    font-size: 0.8125rem;
    display:block;
    font-weight: 600;
    line-height:11px;
}

.main-header-date {
    display:block;
    height:42px;
    width: 150px;

    text-align: center;
    padding-top: 8px;
    padding-right:4px;
    padding-left:4px;
    float:left;
}

.main-header-buy-shop{
    display: block;
    width: 237px;
    height:50px;
    background-image: url('../media_assets/buyshopbg.png');
    background-position:center top;
    font-size: 0.875rem;
}

.main-header-buy-shop.buy-hover{
    background-position:center 100px;
}

.main-header-buy-shop.shop-hover{
    background-position:center 50px;
}

.main-header-buy-shop>a{
    display: block;
    height:35px;
    float:left;
    
    text-decoration: none;
    text-align: center;
    padding-top: 15px;
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-weight:600;
}

.main-header-buy{
    width: 118px;
    background-position: left;
}

.main-header-shop{
    width: 119px;
    background-position: right;
}
