﻿body {
    background:#fff url(images/bgr.jpg);
}

/* Header */
header .classic-tab {
    background: transparent url(images/classic-iK-wind-forecasts.png) no-repeat 50% 100%;
}

#site-logo {
    background: transparent url(images/logo-ik-full@2x.png) no-repeat 50% 50%;
    background-size: 103px 37px;
    width: 103px;
    height: 37px;
    margin: -12px 0 0 0;
}

#main-menu-btn {
    margin: 5px 15px 0 0;
}

#main-navigation {
    background-color: #1ea5de;
}

/* Page Layout */
#main-content-hdr {
    background-color: #1ea5de;
    color: #fff;
}

/* Buttons and Text */
.oversize-button, .medium-button {
    color: #fff;
    border: 1px solid #065DAE;
    background: #4FA0F0 url(images/glass.png) repeat-x 50% 50%;    
}

/* LIVE WIND and Wind List */
.brand-logo {
    position: absolute;
    background-image: url(images/logo-white@2x.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 103px 37px;
    width: 103px;
    height: 37px;
    right: 10px;
    top: 5px;
    z-index: 998;
}

/* Pro Forecasts */
.pro-fx-list li.fx-item {
    background-color: rgba(0, 0, 0, .3); 
}

.pro-fx-list li.fx-item:hover {
    background-color: rgba(0, 0, 0, .4); 
}

/* Marker Legend */
.obs-legend li span.vs-icon {
    margin: -2px 5px 0 7px;
}

/* Footer */
footer {
    background: url(images/footer-bgr.png) 50% 50%;
    border-top: 1px solid #2b2b2b;
}

footer .copyright-text {
    background: transparent url(images/footer-logo.png) no-repeat 0 0;
    min-height: 20px;
    padding: 0 0 0 72px;
    line-height: 30px;
}

@media screen and (max-width: 768px) {        
    footer .copyright-text {
        background: transparent url(https://d2oe4qz6ziflb4.cloudfront.net/images/brand-logos/ik-logo_white_h_40@2x.png) no-repeat 50% 0;
        background-size: 112px 40px;
        padding: 45px 0 0 0;
        min-width: 112px;
        line-height: normal;
    }
}

@media screen and (max-width: 575px) {
    #site-logo {
        margin: -4px 0 0 0 !important;
    }
}