/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: inherit;
}

b,strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,input,select,textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

.container.page {
    padding: 1rem;
}

.scroll {
    width: 100%;
    overflow: auto;
}

.details-sign {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e4e4e4;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.details-sign svg {
    fill: black;
}

.pac-container {
    font-family: Tahoma, Roboto, Arial, monospace;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid white;
    background-color: #f9f9f9;
}

#location .pac-container {
    width: 100%!important;
    left: 0!important;
}

.pac-icon {
    display: none;
}

.pac-item {
    text-align: center;
}

.pac-item:hover {
    background-color: white;
    cursor: pointer;
}

.pac-item-selected {
    background-color: white;
}

.pac-logo:after {
    background-color: #F1F1F1;
    background-position: 50% 50%;
    padding: 1.5rem;
}

.container {
    position: relative;
}

.drop-down-content {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 100;
    background-color: #f9f9f9;
    left: 0;
    overflow: auto;
    top: 100%;
    border-bottom: 1px solid #e4e4e4;
}

.drop-down-content li {
    width: 25%;
    float: left;
    border-left: 1px solid #F1F1F1;
}

.drop-down-content li.selected {
    background-color: black;
}

.drop-down-content li.selected a {
    color: white;
}

.drop-down-content li.selected a:hover {
    background-color: inherit;
    cursor: default;
}

.drop-down-content a {
    white-space: nowrap;
    color: black;
    padding: 0.5rem;
    text-decoration: none;
    display: block;
}

@media only screen and (max-width:480px) {
    .drop-down-content a {
        padding: 0.5rem 0.1rem;
    }
}

.drop-down a:hover {
    background-color: white;
}

.show {
    display: block;
}

header {
    background: #F1F1F1;
    font-size: 13px;
    font-family: Tahoma, Roboto, Arial, monospace;
}

header>.container {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header #topLogo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    min-width: 135px;
}

header .flex-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 1rem;
    border-left: 1px solid white;
    height: 30px;
}

header .header-search #pac-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    text-align: center;
}

header .header-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
}

header .header-button {
    border-right: 1px solid white;
    height: 30px;
}

header .header-button:first-child {
    border-left: 1px solid white;
}

header .header-button a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 15px;
    color: black;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-button.selected {
    background: black;
}

header .header-button.selected a {
    color: white;
    cursor: default;
}

header .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 26.5px;
    text-align: right;
}

header .lang .lang-globe-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header .lang #lang-globe {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

@media only screen and (max-width:600px) {
    #location header>.container,#page header>.container {
        height: 75px;
        display: block;
        padding: 0;
    }

    #location header #topLogo,#page header #topLogo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        padding: 5px;
        height: 45px;
    }

    #location header #topLogo img,#page header #topLogo img {
        height: 35px;
    }

    #location header .header-button a,#page header .header-button a {
        padding: 0 0.5rem;
    }

    #location header .header-search,#page header .header-search {
        margin: 0;
        border-left: none;
    }

    #location header .lang,#page header .lang {
        height: 1rem;
        padding-left: 10px;
    }
}

footer {
    background: #F1F1F1;
    padding: 1rem;
    margin-top: 2rem;
    font-family: Tahoma, Roboto, Arial, monospace;
    text-align: center;
    font-size: 0.75rem;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-pack: center;
}

footer a {
    padding: 0.1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: black;
    text-decoration: none;
    min-width: 3rem;
}

footer .copyright {
    display: block;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid darkgray;
    font-weight: bold;
}

footer .attribution {
    border-bottom: 1px solid darkgray;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

footer .attribution img {
    width: 150px;
}

#home {
    height: 100%;
}

#home body {
    height: 100%;
}

#home .allContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#home .content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#home .home-search {
    width: 285px;
    margin: 0 auto;
}

#home .home-search input {
    width: 100%;
    outline: none;
    padding: 5px;
    border: 1px solid #F1F1F1;
}

#location {
}

#location .current-weather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#location .current-weather>* {
    text-align: center;
}

#location h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 3px;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    color: #585858;
}

#location h1 b {
    display: block;
    font-size: 1.5rem;
}

#location .current-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

#location .current-icon .icon {
    margin: 0 auto;
    width: 120px;
    height: 120px;
}

#location .current-conditions {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
}

#location .current-conditions .temp {
    font-size: 2.5rem;
    color: #585858;
}

#location .current-more-info ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}

#location .current-more-info li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    font-style: italic;
}

#location .current-more-info li:first-of-type {
    text-align: right;
}

#location .current-more-info li:last-of-type {
    text-align: left;
}

#location .forecast {
    padding: 2rem 0;
}

#location .forecast .forecast-summary {
    padding: 0.8rem 1rem;
    background: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-top: 2px solid #e4e4e4;
}

#location .forecast .forecast-summary h2,#location .forecast .forecast-summary p {
    display: inline;
    margin: 0;
}

#location .forecast .forecast-summary h2 {
    font-size: 1rem;
    padding-right: 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#location .next-24-hours .hourly {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1896px;
}

#location .next-24-hours .hourly .hour {
    text-align: center;
    padding: 5px 0;
    border-left: 5px solid white;
    border-right: 5px solid white;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 79px;
    flex: 1 1 79px;
}

#location .next-24-hours .hourly .hour:nth-child(2n) {
    background: rgba(0, 0, 0, 0.03);
}

#location .next-24-hours .hourly .icon {
    margin: 5px auto 0;
}

#location .next-24-hours .hourly .icon svg {
    width: 45px;
    height: 45px;
}

#location .next-7-days .show-hide-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#location .next-7-days #hide-all-details,#location .next-7-days #show-all-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 1rem 0 2rem;
    cursor: pointer;
}

#location .next-7-days #hide-all-details .details-sign,#location .next-7-days #show-all-details .details-sign {
    margin: 0 0.3rem;
}

#location .next-7-days #hide-all-details .details-sign {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#location .next-7-days .daily {
    padding: 0 1rem;
}

#location .next-7-days .day {
    background: #F1F1F1;
    position: relative;
    border-bottom: 3px solid #e4e4e4;
    margin: 1rem 0 2rem;
    padding: 0.5rem 0 0;
    cursor: pointer;
}

#location .next-7-days .main-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#location .next-7-days .main-data .time {
    text-align: right;
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7rem;
    flex: 0 0 7rem;
    min-width: 7rem;
    margin-left: 3px;
    text-transform: capitalize;
}

#location .next-7-days .main-data .icon {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
}

#location .next-7-days .main-data .icon svg {
    width: 75px;
    height: 75px;
}

#location .next-7-days .main-data .summary {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#location .next-7-days .main-data .temp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem;
    min-width: 14rem;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    color: white;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#location .next-7-days .main-data .hiTemp {
    color: #585858;
}

#location .next-7-days .main-data .loTemp {
    color: #8a8a8a;
}

#location .next-7-days .more-details {
    text-align: center;
    line-height: 1;
    font-family: Tahoma, Roboto, Arial, monospace;
    background: #e4e4e4;
    margin: 0;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

#location .next-7-days .more-details span {
    display: inline-block;
    margin: 0.5rem;
    white-space: nowrap;
}

#location .next-7-days .more-details .row:first-child {
    margin-top: 0.5rem;
}

#location .next-7-days .more-details .row:last-child {
    margin-bottom: 0.5rem;
}

#location .next-7-days .show-details .more-details {
    max-height: 120px;
}

#location .next-7-days .day .details-sign {
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#location .next-7-days .day .details-sign svg {
    fill: black;
}

#location .next-7-days .show-details .details-sign {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#location .rtl .current-more-info li:first-of-type {
    text-align: left;
}

#location .rtl .current-more-info li:last-of-type {
    text-align: right;
}

#location .rtl .next-7-days .main-data .time {
    text-align: left;
}

#location .rtl .next-7-days .main-data .summary {
    text-align: right;
}

#location .rtl .forecast .forecast-summary h2 {
    padding: 0 0 0 0.5rem;
}

@media only screen and (min-width:1024px) {
    #location .next-7-days .daily {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:700px) {
    #location .next-7-days .daily,#location .rtl .next-7-days .daily {
        padding: 0;
    }

    #location .next-7-days .main-data,#location .rtl .next-7-days .main-data {
        display: block;
        position: relative;
    }

    #location .next-7-days .main-data .time,#location .rtl .next-7-days .main-data .time {
        float: left;
        width: 42%;
        line-height: 75px;
        text-align: center;
        min-width: 3rem;
    }

    #location .next-7-days .main-data .summary,#location .rtl .next-7-days .main-data .summary {
        width: 100%;
        clear: both;
        text-align: center;
        padding-bottom: 1rem;
    }

    #location .next-7-days .main-data .temp,#location .rtl .next-7-days .main-data .temp {
        float: right;
        width: 41%;
        line-height: 75px;
        font-size: 1rem;
        min-width: 3rem;
    }

    #location .next-7-days .main-data .icon,#location .rtl .next-7-days .main-data .icon {
        position: absolute;
        left: 50%;
        margin-left: -45px;
        width: 90px;
    }

    #location .next-7-days .show-details .more-details,#location .rtl .next-7-days .show-details .more-details {
        max-height: 230px;
    }

    #location .next-7-days .show-hide-details,#location .rtl .next-7-days .show-hide-details {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    #location .next-7-days #hide-all-details,#location .next-7-days #show-all-details,#location .rtl .next-7-days #hide-all-details,#location .rtl .next-7-days #show-all-details {
        margin: 1rem 0 0 0;
    }

    #location .rtl .next-7-days .main-data .time {
        float: right;
    }

    #location .rtl .next-7-days .main-data .temp {
        float: left;
    }
}

@media only screen and (max-width:480px) {
    #location,#location .rtl {
    }

    #location .forecast .forecast-summary,#location .rtl .forecast .forecast-summary {
        display: block;
        padding: 0.5rem;
    }

    #location .forecast .forecast-summary h2,#location .rtl .forecast .forecast-summary h2 {
        padding: 0;
    }

    #location .current-weather,#location .rtl .current-weather {
        padding: 1rem 0;
    }

    #location .rtl h1,#location h1 {
        font-size: 0.9rem;
    }

    #location .rtl h1 b,#location h1 b {
        font-size: 1.1rem;
    }

    #location .current-icon,#location .rtl .current-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }

    #location .current-icon .icon,#location .rtl .current-icon .icon {
        width: 80px;
        height: 80px;
    }

    #location .current-conditions .temp,#location .rtl .current-conditions .temp {
        font-size: 1.5rem;
    }

    #location .current-more-info ul,#location .rtl .current-more-info ul {
        display: block;
    }

    #location .current-more-info li,#location .rtl .current-more-info li {
        padding: 0.1rem;
    }

    #location .current-more-info li:first-of-type,#location .rtl .current-more-info li:first-of-type {
        text-align: center;
    }

    #location .current-more-info li:last-of-type,#location .rtl .current-more-info li:last-of-type {
        text-align: center;
    }
}

#location.cw .forecast .forecast-summary,#location.wwo .forecast .forecast-summary {
    display: block;
    text-align: center;
}

#location.cw .forecast .forecast-summary h2,#location.wwo .forecast .forecast-summary h2 {
    font-variant: small-caps;
}

#location.cw .current-more-info li:first-of-type,#location.cw .rtl .current-more-info li:first-of-type {
    text-align: center;
}

#location.cw .current-more-info li:last-of-type,#location.cw .rtl .current-more-info li:last-of-type {
    text-align: center;
}

.page h1 {
    font-size: 1.5em;
}

.page h2 {
    font-size: 1.2em;
}

@media only screen and (max-width:360px) {
    .page h1 {
        font-size: 1.35em;
    }

    .page h2 {
        font-size: 1.1em;
    }
}

.hiTemp {
    fill: #585858;
}

.loTemp {
    fill: #8a8a8a;
}

.lightning,.sun {
    fill: #f98629;
}

.moon {
    fill: #585858;
}

.cloud,.fog {
    fill: #585858;
}

.rain {
    fill: #1279c2;
}

.hail,.snow {
    fill: #1279c2;
}

.wind {
    fill: #585858;
}

.ad {
    height: 90px;
    text-align: center;
}

@media only screen and (max-width:727px) {
    .ad {
        height: 60px;
    }
}

@media only screen and (max-width:467px) {
    .ad {
        height: 250px;
    }
}

.ad.sys {
    height: auto;
    text-align: inherit;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}
/*# sourceMappingURL=styles.css.map */