@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.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;
}

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;
}

html, body, .wrapper {
    width: 100%;
    height: 100%;
    font-family: Roboto Regular;
}

.wrapper {
    height: 366px;
    width: 511px;
    margin: 0 auto;
    position: relative;
}



.rvc-city-search {

}

#city-search {
    overflow: hidden;
}

#city-input-left {

}

#city-input {
    float: left;
    border: 0 none;
    font-size: 18px;
    height: 32px;
    width: 260px;
    color:#056B9A;
    font-family: Roboto Regular;
    background: url("../images/search-dots.png") no-repeat scroll left bottom transparent;
}

#city-list-btn {
    background: url("../images/search-magnifier.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: left;
    height: 32px;
    width: 32px;
    border: none;
    margin:0;
    padding: 0;
}

.conditions-wrapper {

}


#current-wrapper {

}

.current-value {
    color: #FFFFFF;
    font-family: Roboto Regular;
    font-size: 18px;
    left: 72px;
    position: absolute;
    top: 36px;
}

.big-circle {
    background: url("../images/circle_big.png") no-repeat scroll left bottom transparent;
    height: 292px;
    left: 0;
    position: absolute;
    top: 52px;
    width: 292px;
}

.big-circle.circle-light {
    background: url("../images/circle_big.png") no-repeat scroll left top transparent;
}

#radar-map-wrapper .big-circle {
    background: none;
}

.big-circle {
    border-radius: 146px;
    height: 292px !important;
    width: 292px !important;
}


.big-circle .seven {
    color: #056B9A;
    font-family: roboto bold;
    font-size: 72px;
    left: 90px;
    position: absolute;
    top: 160px;
}

.big-circle .forecast-big-text {
    color: #3FAADC;
    font-family: roboto Regular;
    font-size: 24px;
    left: 122px;
    position: absolute;
    top: 198px;
    width: 100px;
}
/*sdfsdfsdfsdf*/

.white-circle {
    background: url("../images/circle_white.png") no-repeat scroll left bottom transparent;
    height: 292px;
    left: 250px;
    top: -40px;
    width: 292px;
}


.middle-circle{
    background: url("../images/circle_med.png") no-repeat scroll left bottom transparent;
    border-radius: 78px;
    bottom: 0;
    cursor: pointer;
    height: 157px;
    position: absolute;
    right: 100px;
    width: 157px;
}

.small-circle{
    background: url("../images/circle_small.png") no-repeat scroll left bottom transparent;
    bottom: 44px;
    height: 116px;
    position: absolute;
    right: 0;
    width: 116px;
    cursor: pointer;
}

.max-min-circle {
    bottom: 53px;
    cursor: pointer;
    height: 50px;
    left: 5px;
    position: absolute;
    width: 51px;
    z-index: 100;
    border-radius: 25px;
}


.max-min-circle.widget-min {
    background: url("../images/circle_max_min.png") no-repeat scroll 0 -50px transparent;
}

.max-min-circle.widget-max {
    background: url("../images/circle_max_min.png") no-repeat scroll 0 0px transparent;
    bottom: 10px;
    left: 10px;
}
.max-min-circle.widget-max-full {
    background: url("../images/circle_max_min.png") no-repeat scroll 0 0px transparent;
    top: 200px;
    left: 450px;
}

#current-icon {
    background-repeat: no-repeat;
    background-position: center center;
    height: 154px;
    left: 35px;
    position: absolute;
    top: 35px;
    width: 154px;
}

#current-feels-like {
    color: #056B9A;
    font-family: roboto bold;
    font-size: 12px;
    position: absolute;
    right: 41px;
    top: 132px;
}

#current-temperature {
    color: #FFFFFF;
    font-family: roboto medium;
    font-size: 60px;
    position: absolute;
    right: 22px;
    top: 157px;
}

#current-sky-condition{
    color: #FFFFFF;
    font-family: Roboto Bold;
    font-size: 24px;
    height: 91px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 160px;
    width: 212px;
}

#current-sky-condition .value {
    padding-top: 40px;
}

#current-sky-condition.cloud{
    background: url("../images/cloud.png") no-repeat scroll left bottom transparent;
    top: 186px;
}


.current-details {
    background: url("../images/weather-icons.png") no-repeat scroll left bottom transparent;
    display: block;
    height: 152px;
    list-style: none outside none;
    padding-left: 64px;
    position: absolute;
    right: 49px;
    top: 52px;
    width: 139px;
}

.current-details li{
    position: absolute;
}

.wind {
    left: 40px;
    top: 3px;
}

.visibility{
    left: 60px;
    top: 34px;
}

.humidity{
    left: 77px;
    top: 65px;
}

.dewpt {
    left: 90px;
    top: 97px;
}


.pressure{
    left: 96px;
    top: 129px;
}

.current-details .title{
    color: #3FAADC;
    font-size: 14px;
}

.current-details .value {
    color: #056b9a;
    font-size: 14px;
    font-family: Roboto Bold;
}

.radar-map-link {
    color: #FFFFFF;
    display: block;
    font-family: Roboto Regular;
    font-size: 30px;
    left: 61px;
    position: absolute;
    top: 70px;
}

.middle-pin {
    left: 26px;
    position: absolute;
    top: 44px;
}

.forecast-link{
    color: #FFFFFF;
    font-size: 14px;
}



.forecast-link .seven {
    color: #056B9A;
    font-family: roboto bold;
    font-size: 48px;
    left: 20px;
    position: absolute;
    top: 24px;
}

.forecast-link-text {
    font-size: 14px;
    left: 44px;
    line-height: 18px;
    position: absolute;
    top: 49px;
}



#radar-map-wrapper .forecast-link{
    color: #FFFFFF;
    font-size: 14px;
}



#radar-map-wrapper .forecast-link .seven {
    color: #056B9A;
    font-family: roboto bold;
    font-size: 72px;
    left: 20px;
    position: absolute;
    top: 38px;
}

#radar-map-wrapper .forecast-link-text {
    font-size: 24px;
    left: 50px;
    line-height: 28px;
    position: absolute;
    top: 74px;
}


.current-link {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    left: 47px;
    position: absolute;
    top: 70px;
}

#forecast-wrapper {

}

#forecast-wrapper ul{

}

#forecast-wrapper ul li{
    background: url("../images/circle_mini.png") no-repeat scroll 0 23px transparent;
    float: left;
    height: 142px;
    list-style: none outside none;
    position: relative;
    top: 27px;
    width: 71px;
}

#radar-map-wrapper {

}

.small-current-icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 52px;
    left: 18px;
    position: absolute;
    top: 12px;
    width: 52px;
}

.forecast-day-top {
    color:#056b9a;
    font-family: Roboto Bold;
    font-size: 18px;
}

.forecast-day-icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 52px;
    left: 6px;
    position: absolute;
    top: 27px;
    width: 52px;
    z-index: 1;
}
.forecast-day-temp-max {
    bottom: 19px;
    color: #3FAADC;
    font-family: Roboto Medium;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: right;
}

.forecast-day-temp-min {
    bottom: 0;
    color: #056B9A;
    font-family: Roboto Medium;
    font-size: 18px;
    position: absolute;
    right: 0;
    text-align: right;
}


#map .leaflet-map-pane {
    z-index: 0;
}

.map-mask {
    position: absolute;
    top: 52px;
}

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

.wrapper.map-fullscreen #map {
    height: 100% !important;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    border-radius: 0;
    z-index: 1;
}


.map-mask-fullscreen {
    display: none;
}

.wrapper.map-fullscreen .map-mask-fullscreen {
    display: block;
    height: 320px;
    left: 0;
    position: absolute;
    top: -140px;
    width: 320px;
}

/* cursors */

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

/**/


.ui-autocomplete {

    background: url("../images/bg1pxl.png") repeat scroll center center transparent;
    border-radius: 5px;
    display: none;
    list-style: none outside none;
    margin-left: -2px;
    margin-top: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 260px !important;
    z-index: 200;
}


.ui-autocomplete li {
    cursor: pointer;
    overflow: hidden;
}


.ui-autocomplete .ui-menu-item a {
    display: block;
    height: 23px;
    line-height: 23px;
    padding-left: 7px;
    color: #056B9A;
}

.ui-autocomplete .ui-menu-item a.ui-state-focus {
    background: #056B9A;
    color: #FFFFFF;
}


.ui-helper-hidden-accessible {
    display: none;
}


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

#progressbar {
    height: 1px;
    left: 30px;
    position: absolute !important;
    top: 19px;
    width: 200px;
}



#map-controls-wrapper {
    position: absolute;
    right: 0;
    top: 50px;
    width: 200px;
}


#map-controls {

}

#play-btn {
    background: url("../images/play-stop.png") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 26px;
    width: 26px;
}

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

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

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




#timeline-date {
    color: #056B9A;
    font-family: roboto medium;
    font-size: 14px;
    height: 14px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    top: 2px;
}


#now-btn {
    color: #C8E7F5;
    font-family: roboto medium;
    font-size: 11px;
    left: -2px;
    position: absolute;
    top: 30px;
}

#now-btn:hover {
    color:#3FAADC;
    cursor: pointer;
}


#products {
    position: absolute;
    top: 54px;
}


.product {
    background: url("../images/chbox.png") no-repeat scroll left -30px transparent;
    border: medium none;
    color: #C8E7F5;
    cursor: pointer;
    display: block;
    font-family: roboto regular;
    font-size: 14px;
    height: 28px;
    line-height: 24px;
    padding-left: 28px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}

.product.active {
    background: url("../images/chbox.png") no-repeat scroll 0 0 transparent;
    color: #056b9a;
}

.product span {
    background-color: #C8E7F5;
    height: 1px;
    position: absolute;
}

.product.active span {
    background-color: #3FAADC;
}

#product1 span {
    top: 12px;
    width: 38px;
    left: -41px;
}

#product2 span {
    left: -26px;
    top: 12px;
    width: 23px;
}

#product3 span {
    left: -19px;
    top: 12px;
    width: 17px;
}

/*fullscreen*/
.wrapper.map-fullscreen #radar-map-wrapper *{
    z-index:1002;
}
.wrapper.map-fullscreen #radar-map-wrapper .middle-circle,.wrapper.map-fullscreen #radar-map-wrapper .small-circle, .wrapper.map-fullscreen #logo-image{
    display:none;
}

.wrapper.map-fullscreen #radar-map-wrapper{
    display:block;
    right: 0;
    width: 275px;
    height: 275px;
    position: relative;
    float:right;
    top:-35px;
}

.wrapper.map-fullscreen #radar-map-wrapper img.map-mask{
    display:none;
/*    content:url("../images/circle_white.png");
    width: 320px;
    height:320px;
    top:-140px;
    left:0px;*/
}


.wrapper.map-fullscreen #now-btn {
    top:0px;
    display:block;
    position: relative;
}

.wrapper.map-fullscreen #timeline-date {
    left: 28px;
    top: -10px;
    position: absolute;
    display: inline-block;
}

.wrapper.map-fullscreen .playbtn{
    top:0px;
    position: relative;
    display: inline-block;
}

.wrapper.map-fullscreen #products {
    top: 10px;
    position: relative;
}

.wrapper.map-fullscreen #map-controls-wrapper {
    top:20px;
    position:absolute;
    right:0;
}

.wrapper.map-fullscreen #progressbar {
    left: 30px;
    top: 19px;
}

.wrapper.map-fullscreen .max-min-circle {
    position:fixed;
    left:0;
    bottom:0;
    margin:10px;
    background: url("../images/circle_max_min.png") no-repeat scroll 0 0px transparent;
}

.wrapper.map-fullscreen #product1 span {
    top: 12px;
    width: 58px;
    left: -61px;
}

.wrapper.map-fullscreen #product2 span {
    left: -46px;
    top: 12px;
    width: 42px;
}

.wrapper.map-fullscreen #product3 span {
    left: -20px;
    top: 12px;
    width: 16px;
}