@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
        url('../fonts/Roboto-Regular-webfont.eot?') format('eot'),
        url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
        url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
        url('../fonts/Roboto-Bold-webfont.eot?') format('eot'),
        url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
        url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
        url('../fonts/Roboto-Medium-webfont.eot?') format('eot'),
        url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
        url('../fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
        url('../fonts/Roboto-Light-webfont.eot?') format('eot'),
        url('../fonts/Roboto-Light-webfont.woff') format('woff'),
        url('../fonts/Roboto-Light-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html, body, .wrapper {
    width: 100%;
    height: 100%;
}

.wrapper {
    font-family: 'Roboto Light', "Trebuchet MS", "Helvetica CY", sans-serif;
}

.weather {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 100%;

    background-size: cover;
}
.weather .weather-city {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin: 5px 2px 2px;
    text-align: center;
}
.weather .weather-icon {
    display: block;
    width: 68px;
    height: 68px;
}

.weather .weather-icon.narrow-width.low {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
}

.weather .weather-temper {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 0;
    margin-left: 9px;
}
.weather .weather-precip {
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    margin: 0 9px;
    /*margin: 10px 9px 0 9px;*/
}

.weather-icon.narrow-width.high {
    display: block;
    margin: 20px auto;
    width: 68px;
    height: 68px;
}
.weather-temper.narrow-width.high {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -2px;
    margin: 10px 0;
}
.weather-sky.narrow-width.high {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.weather-precip.narrow-width.high span {
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-align: center;
    width: 100%;
}

.weather .weather-icon.mid-width.low {
    float: left;
    margin: 0px;
}

.weather .weather-precip.mid-width.low {
    margin: 0px 9px 0 9px;
}

.weather-text.mid-width.low {
    clear: both;
    float: left;
    width: 100%;
    margin-top: -2px;
}


.weather .weather-temper.mid-width.low {
    position: absolute;
    top: 40px;
    left: 70px;
    right: 0;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
}

.weather .weather-icon.mid-width.high {
    margin: 0px;
}

.weather .weather-temper.mid-width.high {

}

.weather .weather-precip.mid-width.high {
    margin: 0px 9px 0 9px;
}

.weather-text.mid-width.high {
    clear: both;
}

.weather .weather-icon.hi-width.low {
    float: left;
    margin: 0px;
    padding-bottom: 40px;
}

.weather .weather-temper.hi-width.low {
    float: left;
    font-size: 30px;
    line-height: 30px;
    margin-left: 0;
    margin-top: 0;
}

.weather .weather-precip.hi-width.low {
    margin: 0px 9px 0 9px;
}

.weather-text.hi-width.low {

}
.weather .weather-city.hi-width.low {

}

.weather .weather-icon.hi-width.high {
    float: left;
    margin: 0px;
    padding-bottom: 40px;
}

.weather .weather-temper.hi-width.high {
    float: left;
    margin-top: 9px;
    margin-left: 0;
}

.weather .weather-precip.hi-width.high {
    margin: 0px 9px 0 9px;
}

.weather-text.hi-width.high {

}
.weather .weather-city.hi-width.high {
    margin-bottom: 20px;
}
.weather .weather-icon.wide-width {
    float: left;
    margin: 0px;
    padding-bottom: 40px;
}

.weather .weather-temper.wide-width {
    float: left;
    margin-top: 9px;
    margin-left: 0;
    width: 60px;
}

.weather .weather-precip.wide-width {
    margin: 0px 9px 0 9px;
}

.weather-text.wide-width {
    float: left;
}

.weather .weather-city.wide-width {
    margin-bottom: 20px;
}

.weather .weather-sky {
    font-size: 11px;
    line-height: 12px;
    color: #c5c5c5;
    margin: 0 9px;
    /*margin: 3px 9px 0 9px;*/
}

.map-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
}
a.forecast-link {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#map span.forecast-hint {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80ffffff', endColorstr='#80ffffff'); /* IE */
    bottom: 0;
    color: #000000;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
/*
a.forecast-link:visited {
    color: #000;
}
a.forecast-link:link {
    color: #000;
}
a.forecast-link span {
    margin-left: 5px;
    margin-right: 5px;
}
*/
.product-name {
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 1px;
    font-size: 10px;
    line-height: 10px;
    color: #800;
    background: #fff;
}
#map .leaflet-map-pane {
    z-index: 0;
}

/* cursors */

.wrapper .leaflet-clickable {
    cursor: pointer;
}
.wrapper .leaflet-container {
    cursor: pointer;
}
.wrapper .leaflet-popup-pane,
.wrapper .leaflet-control {
    cursor: pointer;
}
.wrapper .leaflet-dragging,
.wrapper .leaflet-dragging .leaflet-clickable,
.wrapper .leaflet-dragging .leaflet-container {
    cursor: pointer;
}




#logo-image {
    position: absolute;
    text-decoration: none;
}
