@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig-webfont.eot');
    src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-lig-webfont.woff') format('woff'),
    url('../fonts/lato-lig-webfont.ttf') format('truetype'),
    url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-reg-webfont.woff') format('woff'),
    url('../fonts/lato-reg-webfont.ttf') format('truetype'),
    url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'), url('../fonts/myriadpro-regular.woff') format('woff'), url('../fonts/myriadpro-regular.ttf') format('truetype'), url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* muli-regular - latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/muli-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Muli Regular'), local('Muli-Regular'),
    url('../fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/muli-v11-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */
}

body{
    background-color: transparent !important;
}

.weather_cont{
    margin: auto;
    /*
    min-width:600px;
    min-height:400px;
    */
}

.weather_cont{
    color: #131337;
    font: normal 18px 'Muli';
    background-color:white;
}

.weather_cont .lbl {
    color: #131337;
    text-align: left;
}

#weather_mobile .lbl {
    color: #131337;
    text-align: center;
}

.weather_cont .icon img{
    max-width: 77px;
    max-height: 64px;
    height:100%;
}

.compass div.img {
    width: 96px;
    height: 96px;
    background: url('../images/compass-arrow-ie.png') no-repeat;
    margin-left: 5px;
}

.weather_cont .wind .compass{
    background: url('../images/compass-bg.png') no-repeat center top;
    -webkit-background-size: 96px;
    background-size: 96px;
    height: 96px;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 15px;
}

.weather_cont .wind .compass img{
    position: absolute;
    top: 0px;
    left:-webkit-calc(50% - 8px);
    left:-moz-calc(50% - 8px);
    left:calc(50% - 8px);
}


.compass div.img.N {
    background-position: 0px 0px;
}
.compass div.img.NNE {
    background-position: -96px 0px;
}
.compass div.img.NE {
    background-position: -196px 0px;
}
.compass div.img.ENE {
    background-position: -290px 0px;
}
.compass div.img.E {
    background-position: -385px 0px;
}
.compass div.img.ESE {
    background-position: -482px 0px;
}
.compass div.img.SE {
    background-position: -576px 0px;
}
.compass div.img.SSE {
    background-position: -673px 0px;
}
.compass div.img.S {
    background-position: -768px 0px;
}
.compass div.img.SSW {
    background-position: -863px 0px;
}
.compass div.img.SW {
    background-position: -960px 0px;
}
.compass div.img.WSW {
    background-position: -1054px 0px;
}
.compass div.img.W {
    background-position: -1150px 2px;
}
.compass div.img.WNW {
    background-position: -1246px 0px;
}
.compass div.img.NW {
    background-position: -1342px 0px;
}
.compass div.img.NNW {
    background-position: -1436px 0px;
}
.compass .img+img {
    display: none;
}

.bord_bot{
    display: flex;
    align-items: center;
    height: 70px;
    text-align: center;
    justify-content: center;
}
.bord_bot div{
    background-color: transparent;
    border: none;
    font: normal 22px 'Muli';
    text-transform: uppercase;
}

.bord_bot a.search{
    background: url('../images/icon-search.png') no-repeat center center;
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}

.weather_cont .title{
    color:#13A4C9;
    font: normal 25px 'Muli';
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.weather_cont .marginright5 {
    margin-right: 5px;
}

.weather_cont .margintop5 {
    margin-top: 5px;
}

.weather_cont .margintop20 {
    margin-top: 20px;
}

.weather_cont .paddingleft10 {
    padding-left: 10px;
}

.weather_cont .paddingleft5 {
    padding-left: 5px;
}

.weather_cont .main-cont{
}

/*xs*/
@media (max-width:767px) {
    #weather{
        display:none;
    }
    #weather_mobile{
        display:block;
    }
    .weather_cont .right-panel{
        border-top:1px solid #13A4C9;
        padding-top:20px;
        margin-top:25px;
    }
}
/*sm*/
@media (min-width: 768px) and (max-width:991px) {
    #weather{
        display:block;
    }

    #weather_mobile{
        display:none;
    }
    .weather_cont .right-panel{
        border-top:1px solid #13A4C9;
        padding-top:20px;
        margin-top:25px;
    }
}
/*md*/
@media (min-width: 992px) and (max-width:1199px) {
    #weather{
        display:block;
    }
    #weather_mobile{
        display:none;
    }
    .weather_cont .right-panel{
        border-left:1px solid #13A4C9;
        padding-left:40px;
    }
    #panel2, .temp-block, .left-panel, .right-panel{
	padding-left:0.5rem !important;
        padding-right:0.5rem !important;
    }
}

/*lg*/
@media (min-width: 1200px) {
    #weather{
        display:block;
    }
    #weather_mobile{
        display:none;
    }
    .weather_cont .right-panel{
        border-left:1px solid #13A4C9;
        padding-left:40px;
    }
}

#weather .temp{
    margin: .5em 0;
    width:100%;
    text-transform: uppercase;
}

#weather_mobile .temp{
    margin: .5em 0;
    text-transform: uppercase;
    text-align: center;
}


#weather_mobile .feels-like, #weather_mobile .heat-index{
    color: #13A4C9;
}

#weather .feels-like, #weather .heat-index{
    -webkit-text-shadow: 1px 1px 0 #3f90a1;
    text-shadow: 1px 1px 0 #3f90a1;
    font: normal 35px 'latolight';
    color: #13A4C9;
    font-weight: bold;
}


.weather_cont .clock span.sup{
    margin-left:5px;
}

#weather_mobile .temp .degrees{
    display: inline-block;
}

.weather_cont .temp .degrees, #weather_mobile .temp .degrees{
    -webkit-text-shadow: 1px 1px 0 #3f90a1;
    text-shadow: 1px 1px 0 #3f90a1;
    font: normal 55px 'latolight';
    color:#13A4C9;
    font-weight: bold;
    text-decoration: none;

}

.weather_cont .temp .hidegrees {
    font: normal 60px 'latolight' !important;
    top: -8px;
}

.weather_cont .temp .degrees sup {
    font: normal 37px 'latolight';
}

.weather_cont .temp .hidegrees sup {
    font: normal 35px 'latolight';
}


.weather_cont .temp .switcher,  .weather_cont .temp .switcher  a{
    font: normal 22px 'latolight';
    text-decoration: none;
    text-transform: uppercase;
}

#weather_mobile .temp .switcher
{
    display:inline-block;
}
.weather_cont .temp .switcher
{
/*    margin-left: 10px;
    position: relative;
    */
    text-align: center;
    margin-top: 5px;
}

.weather_cont .temp .seperator:after{
    color:#7e8993;
    border-bottom: 1px solid #7e8993;
    font: normal 24px 'latoregular';
    content:" ";
    display: block;
}

.weather_cont .temp .switcher  a {
    color: #7e8993;
    font: normal 20px 'latoregular';
}

.weather_cont .temp .switcher .selected {
    font: normal 20px 'latoregular';
    color:#13A4C9;
}

#weather_mobile .weather
{
    color: #13A4C9;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    font: normal 24px 'Muli';
    margin-right: 10px;
}

#weather_mobile .icon
{
    display: inline-block;
}

.weather_cont .weather{
    color: #13A4C9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font: normal 24px 'Muli';
}


.weather_cont .icon img {
    max-width: 77px;
    max-height: 64px;
}

.weather_cont .feeling, .weather_cont .heatIndex/*, .weather_cont .stats-detail*/  {
    color: #333333;
    text-transform: uppercase;
}

.weather_cont .stats-detail  .var {
    white-space:nowrap;
}


.weather_cont  .precipitation
{
    margin-top:10px;
    text-transform: uppercase;
}

.weather_cont .uv {
    margin-top: 10px;
    text-transform: uppercase;
}

.weather_cont .lightning{
    text-transform: uppercase;
}

#weather_mobile .sub-title
{
    display: inline-block;
    margin-right: 10px;
}
#weather_mobile .windpeak
{
    display: inline-block;
}

.weather_cont .sub-title {
    color: #13A4C9;
    font: normal 21px 'Muli';
    margin-bottom: 5px;
}

.weather_cont .small-title {
    color: #13A4C9;
    font: normal 22px 'Muli';
    text-align: center;
    white-space: nowrap;
}

.weather_cont .wind {
}



.weather_cont .stats {
}

.weather_cont .small, .weather_cont .medium {
    font: normal 11px 'latolight';
    color: #333333;
}

.weather_cont .medium {
    font-size: 14px;
}

.weather_cont .medium sup {
    font-size: 10px;
}

#weather_mobile, .footer_container{
    color: #131337;
    font: normal 18px 'Muli';
    background-color: white;
    margin: auto;
}

.footer{
    background-color: #eaf3fb;
    margin-top:15px;
}

.footer a{
    color: #13A4C9;
    font: normal 15px 'Muli';
    line-height: 20px;
    margin-left: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.footer_time{
    position: absolute;
    left: 0;
}

.footer a.btn{
    background: url(../images/btn.png) no-repeat center right;
    display: block;
    font: normal 11px 'latolight';
    line-height: 19px;
    padding-right: 40px;
    text-transform: uppercase;
}

.footer a.btn-back{
    background: url('../images/btn-back.png') no-repeat center left;
    display: block;
    float: left;
    font: normal 11px 'latolight';
    line-height: 19px;
    padding-left: 40px;
    margin-left: 0px;
    text-transform: uppercase;
}

.weather_cont table.details{
    width: 593px;
    border-spacing:0;
    margin-top: -6px;
    margin-bottom: 10px;
}

.weather_cont table.details .max{
    background-image: url('../images/max.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 10px;
    float: left;
}

.weather_cont table.details .min{
    background-image: url('../images/min.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 10px;
    float: left;
    margin-left: 5px;
}

.weather_cont table.details .humidity{
    background-image: url('../images/icon-humidity.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}

.weather_cont table.details .temp{
    background-image: url('../images/icon-temp.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
    height: 18px;
}


.weather_cont table.details .pressure{
    background-image: url('../images/icon-pressure.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}

.weather_cont table.details .rainfall{
    background-image: url('../images/icon-rainfall.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}

.weather_cont table.details .dew-point{
    background-image: url('../images/icon-dew-point.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}

.weather_cont table.details .heatindex{
    background-image: url('../images/icon-sun.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}

.weather_cont table.details .wind-icon{
    background-image: url('../images/icon-wind.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
}

.weather_cont table.details th, .weather_cont table.details td {
    text-align: left;
    white-space: nowrap;
    border-top: 1px solid #bfcbd5;
    border-bottom: 1px solid #97a4ae;
    border-right: 1px solid #adbbc6;
    border-left: 1px solid #b5c3cd;
}

.weather_cont table.details th {
    vertical-align: bottom;
}

.weather_cont table.details td {
    font: normal 12px 'latoregular';
    color: #333;
}

.weather_cont .no-right-border {
    border-right: 0px !important;
}

.weather_cont .no-left-border {
    border-left: 0px !important;
}


.weather_cont table.details .sub-head {
    color: #7d868d;
    font: normal 14px 'Muli';
    -webkit-text-shadow: 1px 1px 0 #cad4db;
    text-shadow: 1px 1px 0 #cad4db;
    display: block;
}

.weather_cont table.details .head {
    color: #333333;
    font: normal 22px 'Muli';
    -webkit-text-shadow: 1px 1px 0 #cad4db;
    text-shadow: 1px 1px 0 #cad4db;
    display: block;
}

.weather_cont table.details td {
    border-top: 1px solid #bfcbd5;
    border-bottom: 1px solid #97a4ae;
}

.weather_cont table.details tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.weather_cont td.expand {
    cursor: pointer;
    background: url('../images/expand.png') no-repeat bottom right;
}

.weather_cont td.collapse {
    cursor: pointer;
    background: url('../images/collapse.png') no-repeat bottom right;
}

.weather_cont tr.selected {
    background-color: #c2d3e1;
}

.weather_cont tr.selected .chart {
    text-align: center;
}

.weather_cont table.details .cell1 {
    width: 97px;
}

.weather_cont table.details .cell2 {
    width: 122px;
}

.weather_cont table.details .cell3 {
    width: 122px;
}

.weather_cont table.details .cell4 {
    width: 122px;
}

.weather_cont table.details .cell5 {
    width: 122px;
}


div.preloader {
    position: absolute;
    top: 40px;
    left: 0;
    right:0;
    bottom:0;
    background: #B3C1CC url('../images/preloader.gif') no-repeat center center;
}
.historical-weather-surfchex div.preloader{
    height: 374px;
}

div.error
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c2d3e1e8;
    font: normal 25px 'Muli';
    color: #3F51B5;
    padding: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.historical-weather-surfchex div.error{
    height: 75px;
    padding: 180px 90px;
}


div.embed
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-color: #c2d3e1e8;
    font: normal 24px 'Muli';
    color: #ffffff;
    padding: 1%;
}
div.embed>textarea{
    padding: 0;
    border: none;
    width: 100%;
    height: 87%;
    font:normal 55px 'Muli';
}
