html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
#baron-curtain {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    background-color: white;
}
#baron-curtain img {
    position: absolute;
    width: 75px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    margin-top: -12px;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
textarea, input {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

* {
    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 {
    height: 100%;
    width: 100%;
}

.wrapper {
    float: left;
    width: 100%;
    overflow: auto;
    position: relative;
    overflow: hidden;
}

.toolbar-wrapper {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 7;
}
.toolbar-wrapper-top {
    width: 475px;
    margin: 0 auto;
}
.nolapsespeed .toolbar-wrapper-top {
    width: 410px;
}
.noopacityctl .toolbar-wrapper-top {
    width: 375px;
}
.noopacityctl.nolapsespeed .toolbar-wrapper-top {
    width: 300px;
}
.noopacityctl .opacity-wrapper {
    display: none;
}
.toolbar-controls {
    height: 90px;
}
#toolbar-top-background {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
}
#toolbar-top {
    position: relative;
    z-index: 1001;
}
.map-wrapper {
    /*height:492px;*/
    height: 100%;
    position:relative;
}
#map {
    width: 100%;
    height: 100%;
}

.toolbar-wrapper button {
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.map-only .blocks-switcher-wrapper {
    display: none;
}
.blocks-switcher-wrapper {
    list-style: none;
    overflow: hidden;
    height: 35px;
    position: relative;
    clear: both;
}

.forecast-wrapper {
}

.radar-map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
/*    padding-bottom: 50px;*/
}
.wrapper .h1 {
    color: #2E7EB7;
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
}

.title-wrapper {
    height: 55px;
}

.title-wrapper .h1{
    padding-top: 21px;
}

#sensors-bnt {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    width: 78px;
    margin: 13px 11px 0 7px;
}


/*#sensors-bnt:hover {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 -66px transparent;
}
*/
#sensors-bnt:active {
    background: url("../images/sensors-bg.png") no-repeat scroll 1px -65px transparent;
}

#sensors-bnt.sensors-on {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 -130px transparent;
}

/*#sensors-bnt.sensors-on:hover {
    background: url("../images/sensors-bg.png") no-repeat scroll 0 -66px transparent;
}*/

#sensors-bnt.sensors-on:active {
    background: url("../images/sensors-bg.png") no-repeat scroll 1px -65px transparent;
}

.toolbar-separator {
    background: url("../images/separator-bg.png") no-repeat scroll center center transparent;
    float: left;
    height: 67px;
    width: 1px;
}

.timeline-controls{
    overflow: hidden;
    padding-left: 12px;
}

#toolbar-timeline-date {
    color: #F9F6F6;
    float: left;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
}


#play-btn:hover {
    background: url("../images/play-stop-bg.png") no-repeat scroll 0 -66px transparent;
}

#play-btn:active {
    background: url("../images/play-stop-bg.png") no-repeat scroll 1px -65px transparent;
}

#play-btn.active {
    background: url("../images/play-stop-bg.png") no-repeat scroll 0 -29px transparent;
}

#play-btn.active:hover {
    background: url("../images/play-stop-bg.png") no-repeat scroll 0 -95px transparent;
}

#play-btn.active:active {
    background: url("../images/play-stop-bg.png") no-repeat scroll 1px -94px transparent;
}






.timeline-plus-minus-wrap {
    float: left;
    margin-left: 28px;
}

#timeline-minus {
    background: url("../images/plus-minus-bg.png") no-repeat scroll -10px 0 transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#timeline-minus:hover{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -10px -66px transparent;
}

#timeline-minus:active{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -9px -65px transparent;
}






#timeline-plus{
    background: url("../images/plus-minus-bg.png") no-repeat scroll -109px 0 transparent;
    height: 25px;
    width: 25px;
    float: left;
}

#timeline-plus:hover {
    background: url("../images/plus-minus-bg.png") no-repeat scroll -109px -66px transparent;
}

#timeline-plus:active {
    background: url("../images/plus-minus-bg.png") no-repeat scroll -108px -65px transparent;
}


.map-fullscreen {
    height: 100% !important;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
}

.map-fullscreen #map {
    margin: 0;
    width: 100% !important;
}

.leaflet-bottom.leaflet-left,
.leaflet-bottom.leaflet-right {
    bottom: 60px;
}
#rmp-control {
    z-index: 1002;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 15px;
    right: 10px;
}
#right-menu-panel {
    position: absolute;
    border: solid 1px #aaa;
    z-index: 100;
    top: 72px;
    bottom: 0;
    right: -1000px;
    width: 0;
    padding-top: 14px;
    z-index: 1001;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.nosearchbar #right-menu-panel {
    top: 0;
}
#leaderboard-ad-container iframe {
    display: block;
    margin: 0 auto;
}
#leaderboard-ad-container {
    text-align: center;
    float: left;
    width: 100%;
}
#skyscraper-ad-container {
    text-align: center;
    float: right;
}

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

/* from default theme style.css */
.blocks-switcher {
    float: left;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    padding: 0 20px 0 10px;
    margin-right: 10px;
    cursor: pointer;
}
.toolbar-legend {
    height: 16px;
    display: none;
}
#fullscreen-bnt {
    bottom: 128px;
    cursor: pointer;
    height: 47px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 6px;
    width: 46px;
    z-index: 7;
}


#toolbar-timeline-slider-wrapper {
    background: url("../images/timeline.png") repeat-x scroll left bottom transparent;
    cursor: pointer;
    float: left;
    height: 4px;
    left: 96px;
    position: absolute;
    top: 23px;
    width: 169px;
    padding: 0 13px;
}
.toolbar-timeline-slider {
    height: 4px;
    position: relative;
}
.toolbar-timeline-slider .ui-slider-range {
    background: url("../images/timeline.png") repeat-x scroll left top transparent;
    height: 100%;
    position: absolute;
    top: 0;
    left: -13px;
}
.toolbar-timeline-slider .ui-slider-handle {
    cursor: pointer;
    height: 31px;
    margin-left: -14px;
    margin-top: -13px;
    outline: medium none;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 29px;
}
.timeline-controls {
    width: 300px;
    height: 100%;
    float: left;
    padding-left: 8px;
    position: relative;
}
.timeline-timelapse-wrap {
    float: left;
    margin-top: 7px;
    height: 77px;
    width: 65px;
    overflow: visible;
    position: relative;
}
.nolapsespeed .timeline-timelapse-wrap {
    display: none;
}
.toolbar-products {
    float: left;
    width: 120px;
    height: 100%;
}
.timeline-right-controls{
    float: right;
}
.opacity-wrapper {
    float: right;
    position: relative;
    width: 100px;
    height: 100%;
}
#opacity-slider-wrapper {
    background: url("../images/opacityline.png") no-repeat scroll left bottom transparent;
    width: 56px;
    margin: 0 auto;
    top: 33px;
    cursor: pointer;
    height: 3px;
    position: relative;
    padding: 0 12px;
}
.nolapsespeed #opacity-slider-wrapper {
    top: 50px;
}
.opacity-slider {
    height: 3px;
    position: relative;
}
.opacity-slider  .ui-slider-range {
    background: url("../images/opacityline.png") no-repeat scroll left top transparent;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px;
}

.opacity-slider .ui-slider-handle {
    cursor: pointer;
    height: 28px;
    margin-left: -13px;
    margin-top: -12px;
    outline: medium none;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 26px;
}

.toolbar-label {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    text-align: center;
    height: 8px;
    font-size: 8px;
    line-height: 8px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 34px;
    width: 53px;
}
.lt-ie9 .toolbar-label {
    font-size: 7px;
}
.toolbar-wrapper .toolbar-product {
    cursor: pointer;
    font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
    height: 28px;
    line-height: 24px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
    display: block;
}
#toolbar-timeline-date {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 46px;
    width: 100px;
}
#play-btn {
    height: 76px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 76px;
}
#now-btn {
    height: 32px;
    left: 96px;
    position: absolute;
    top: 46px;
    width: 55px;
}
#timeline-speed-plus {
    height: 32px;
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
}
#timeline-speed-minus {
    height: 32px;
    width: 55px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#timeline-gauge {
    height: 77px;
    right: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.opacity-slider-label{
    left: 31px;
    position: absolute;
    top: 12px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}
.nolapsespeed .opacity-slider-label {
    top: 20px;
}
#toolbar-baron-logo{
    bottom: 9px;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    width: 75px;
}
.leaflet-bottom.leaflet-left, .leaflet-bottom.leaflet-right {
    bottom: 123px;
}
.map-fullscreen .leaflet-top.leaflet-left, .map-fullscreen .leaflet-top.leaflet-right {
    top: 0 !important;
}
.map-fullscreen .leaflet-bottom.leaflet-left, .map-fullscreen .leaflet-bottom.leaflet-right {
    bottom: 0;
}
.current-condition-wrapper {
    display: none;
    height: 300px;
    position: absolute;
    top: 0;
}
.current-condition-bg {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1200;
}
.current-conditions-temperature {
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
}
.current-conditions-temperature-value {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    font-size: 72px;
    position: absolute;
    right: 12px;
    top: 150px;
}
.current-condition-left {
    position: relative;
    float: left;
    width: 300px;
    height: 100%;
}
.current-condition-right {
    float: right;
    width: 300px;
    height: 100%;
}
.current-city-wrapper {
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 100;
    width: 60%;
}
.current-city {
    font-size: 24px;
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
}
.current-conditions-details-wrapper {
    position: absolute;
    top: 120px;
    left: 10px;
}
.current-conditions-details {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.current-condition-left .current-conditions-sky {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.slider24-label {
    bottom: 10px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    left: 86px;
    position: absolute;
}
.current-condition-right-left {
    float: left;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 30px;
    padding-left: 20px;
    padding-top: 43px;
}
.current-date {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333;
}
.current-condition-right-right ul {
    padding-top: 39px;
}
.timeline-slider-wrapper {
    clear: both;
    position: absolute;
    top: 269px;
}
#timeline-slider {
    bottom: 45px;
    cursor: pointer;
    float: left;
    height: 4px;
    left: 25px;
    position: absolute;
    width: 260px;
}
#timeline-slider .ui-slider-range {
    height: 100%;
    position: absolute;
    top: 0;
}
#timeline-slider .ui-slider-handle {
    cursor: pointer;
    height: 31px;
    margin-left: -14px;
    margin-top: -13px;
    outline: medium none;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 29px;
}
ul.details li {
    height: 41px;
    line-height: 41px;
    margin-bottom: 2px;
    margin-right: 22px;
    overflow: hidden;
    width: 280px;
    list-style: none;
}
ul.details .title {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-left: 42px;
    padding-right: 10px;
}
ul.details li span {
    display: block;
    float: left;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.forecast-content {
    display: none;
    max-height: 240px;
    position: relative;
    z-index: 1200;
    position: absolute;
    top: 0;
}
.forecast-content ul {
    overflow: hidden;
}
.forecast-day-gray {
    height: 138px;
    overflow: hidden;
}
.forecast-content ul li{
    display: block;
    float: left;
    width: 85px;
}
.forecast-content ul li span{
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}
.forecast-content ul li.forecast-content-last {
    border: none;
    width: 84px;
}
.forecast-day-top{
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-left: 3px;
    padding-top: 2px;
}
.forecast-day-top span{
    font-family: 'Roboto Thin', Helvetica, Arial, sans-serif;
}
.forecast-day-icon {
    float: left;
    height: 60px;
    width: 70px;
}
.forecast-day-temp-max {
    clear: both;
    font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding-right: 3px;
    text-align: right;
}
.forecast-day-temp-min{
    text-align: right;
    font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding-right: 5px;
}
.forecast-day-detail {
    clear: both;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 6px 0 4px;
}
.forecast-day-sky-cond {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-left: 4px;
    padding-bottom: 4px;
}
#overlay {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
    display: none;
}
#rmp-control {
    width: 36px;
    height: 42px;
}

.product-legend {
    position: absolute;
    left: 0;
    right: 0;
}

.product-legend img {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.map-fullscreen .product-legend img{
    width: auto;
}

/* product menu layout */

#right-menu-panel .row {
    margin: 0 auto;
}
#right-menu-panel .col {
    text-align: left;
    white-space: nowrap;
    margin: 3px 0;
    padding: 0;
}
#right-menu-panel .toolbar-xproduct {
    font-family: 'Roboto Light', Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 18px;
    text-transform: uppercase;
    color: #aaa;
    margin: 0;
    padding: 0 0 0 22px;
    cursor: pointer;
}

.toolbar-xproducts {
    margin: 0 auto;
    padding: 2px 0 2px 0;
    overflow: hidden;
}
.toolbar-xproducts .col {
    width: auto;
    text-align: left;
    margin: 2px 5px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}
.toolbar-xproducts .toolbar-xproduct {
    font-family: 'Roboto Light', Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 18px;
    text-transform: uppercase;
    color: #aaa;
    margin: 0;
    padding: 0 0 0 22px;
    cursor: pointer;
}

body ins{
    background: none;
}
#widgetadv.left{
    float:left;
}
#widgetadv.right{
    float:right;
}
#mobile-helper {
  display: none;
}
