﻿@-webkit-keyframes WindDirectionRight {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes WindDirectionRight {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes WindDirectionRight {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes WindDirectionRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes WindDirectionLeft {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes WindDirectionLeft {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-o-keyframes WindDirectionLeft {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(-360deg);
    }
}

@keyframes WindDirectionLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

body {
    height: auto;
    background: url('/Images/User/Other/Weather.jpg');
    background-attachment: fixed;
    background-position: 50% 50%; /* or: center center */
    background-size: cover;
}

.navbar {
    margin-bottom: 0;
}

.container {
    border: none;
    background-color: transparent;
}

.loading-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    font-weight: bold;
    font-size: 10pt;
    font-family: 'IRANSans';
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
    filter: alpha(opacity=0.4);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background-color: #000000;
    color: White;
    display: none;
}

    .loading-image .div-img {
        position: absolute;
        width: 100%;
        top: 37%;
        z-index: 99999;
        text-align: center;
    }

#Content {
    background-color: transparent;
}

footer {
    display: none;
}

.Weather {
    margin-bottom: 20px;
}

    .Weather * {
        font-family: 'IRANSans';
    }

    .Weather .Box-Location {
        background-image: url('/Images/User/Other/BG-Weather1.png');
        background-repeat: repeat;
        height: 100%;
        width: 100%;
        display: table;
    }

.Box-SearchLocation {
    background-color: #dadde0;
    width: 255px;
    height: 40px;
    float: left;
    margin-left: 4px;
    position: relative;
}

    .Box-SearchLocation input[type=text] {
        height: 38px;
        width: 220px;
        background-color: transparent;
        border-color: transparent;
        color: #0e1114;
        font-family: 'IRANSans';
    }

.Box-AutoCom {
    width: 255px;
    position: absolute;
    background-color: #fff;
    border-color: #000;
    top: 40px;
    padding: 5px 0;
    right: 0;
    display: none;
    cursor: pointer;
}

    .Box-AutoCom .Active {
        Background-color: #efefef;
    }

    .Box-AutoCom .Box-Item {
        padding: 5px 10px;
    }

        .Box-AutoCom .Box-Item .CityName {
        }

.Box-SaveLocation {
    font-size: 14px;
    color: #fff;
    display: table;
}

    .Box-SaveLocation .Box-Item {
        margin-top: 5px;
        float: right;
        cursor: pointer;
    }

        .Box-SaveLocation .Box-Item img {
            float: right;
            margin-left: 5px;
            width: 30px;
            margin-right: 15px;
        }

        .Box-SaveLocation .Box-Item .Degree {
            float: right;
            font-size: 11pt;
            margin-left: 5px;
            line-height: 30px;
            direction: ltr;
        }

        .Box-SaveLocation .Box-Item .Title {
            float: right;
            line-height: 30px;
        }

.Box-Other-Location {
    margin-right: 20px;
    float: right;
    position: relative;
    background-repeat: repeat;
}

    .Box-Other-Location .Bg-Arrow-Other {
        padding: 20px 10px 23px 20px;
        border: 1px solid transparent;
    }

        .Box-Other-Location .Bg-Arrow-Other.Active {
            border: 1px solid rgb(204, 204, 204);
        }

        .Box-Other-Location .Bg-Arrow-Other .Arrow-Other {
            color: #9d9e9d;
        }

            .Box-Other-Location .Bg-Arrow-Other .Arrow-Other:before {
                border: solid;
                border-color: #9d9e9d transparent;
                border-width: 6px 6px 0px 6px;
                content: "";
                z-index: 99;
                position: absolute;
            }

.Box-SaveLocation .Active {
    background-image: url('/Images/User/Other/BG-Weather2.png');
}

.Box-Other-Location .Content-Other {
    display: none;
    width: 240px;
    position: absolute;
    background-image: url('/Images/User/Other/BG-Weather2.png');
    border-color: #000;
    top: 44px;
    border: 1px solid #cdcdcd;
    padding: 5px 0;
    overflow: hidden;
}

    .Box-Other-Location .Content-Other .Box-Item {
        padding: 10px 10px;
        color: #fff;
        width: 350px;
    }

        .Box-Other-Location .Content-Other .Box-Item:first-child {
            Background-color: #efefef;
        }

        .Box-Other-Location .Content-Other .Box-Item img {
            float: right;
            margin-left: 5px;
            width: 20px;
            margin-right: 15px;
        }

        .Box-Other-Location .Content-Other .Box-Item .Degree {
            float: right;
            font-size: 11pt;
            margin-right: 5px;
            margin-left: 10px;
            line-height: 20px;
        }

        .Box-Other-Location .Content-Other .Box-Item .Title {
            float: right;
            line-height: 20px;
        }

.Box-WeatherCenter {
    height: 100%;
    margin: 10px auto 100px;
    color: #fff;
}

.Weathe-Now {
    float: right;
}

    .Weathe-Now .CityName {
        font-size: 30px;
        color: #fff;
        text-shadow: 3px 3px #545252;
    }

    .Weathe-Now .Status-Weather {
        margin: 10px 0 30px;
    }

        .Weathe-Now .Status-Weather img {
            width: 80px;
            margin-top: -5px;
            float: right;
            height: 80px;
        }

        .Weathe-Now .Status-Weather .Title {
            font-size: 17px;
            text-align: center;
            margin-top: 20px;
            float: right;
            margin-right: 15px;
        }

    .Weathe-Now .Box-Degree .Small-Degree {
        float: right;
        font-size: 20px;
    }

        .Weathe-Now .Box-Degree .Small-Degree .Top {
            margin-bottom: 10px;
        }

        .Weathe-Now .Box-Degree .Small-Degree .Bottom {
        }

        .Weathe-Now .Box-Degree .Small-Degree img {
            width: 20px;
            float: right;
            height: 26px;
        }

        .Weathe-Now .Box-Degree .Small-Degree .Value {
            font-family: 'IRANSans' important;
            float: right;
            direction: ltr;
        }

    .Weathe-Now .Box-Degree .Large-Degree {
        float: right;
        font-size: 90px;
        font-family: 'IRANSans' important;
        margin-top: -30px;
        margin-right: 50px;
        direction: ltr;
    }

        .Weathe-Now .Box-Degree .Large-Degree span {
            font-family: 'IRANSans' important;
            margin-top: 5px;
            float: right;
            font-size: 50px;
        }

.Box-Time {
    float: left;
}

    .Box-Time span {
        font-size: 15px;
        color: #fff;
        margin-right: 40px;
        text-shadow: 2px 2px #646060;
    }

.Box-TimeApp {
    float: right;
}

.Box-TimeApp span {
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    text-shadow: 2px 2px #646060;
}

.Box-Info {
    background-image: url('/Images/User/Other/BG-Weather2.png');
    background-repeat: repeat;
    margin-top: 10px;
    font-family: 'IRANSans' important;
}

.Box-Info-Right {
    float: right;
    padding-left: 20px;
}

.Box-Info-Left {
    float: right;
    padding-right: 20px;
}

.Box-Info .Border-Info {
    background-image: url('/Images/User/Other/Border-Weather.png');
    background-repeat: repeat;
    height: 1px;
}

.Info1 {
    padding: 10px;
    width: 363px;
}

.Box-Info .Caption {
    color: #bebcbc;
}

.Info2 {
    padding: 10px;
}

.Info-space {
    padding-bottom: 5px;
}

.Info3 {
    width: 100%;
    padding: 10px;
}

    .Info3 .Weather-Days {
        margin: 2px 0;
        font-size: 18px;
        padding: 0 5px;
    }

        .Info3 .Weather-Days img {
            width: 40px;
        }

        .Info3 .Weather-Days .Day-Title {
            width: 33.3%;
            text-align: right;
            float: right;
            font-family: 'IRANSans' important;
            line-height: 35px;
        }

        .Info3 .Weather-Days .Div-Img {
            width: 33.3%;
            text-align: center;
            float: right;
        }

        .Info3 .Weather-Days .Div-Degree {
            width: 33.3%;
            text-align: left;
            float: left;
            direction: ltr;
            line-height: 35px;
        }

        .Info3 .Weather-Days .Low-Degree {
            float: left;
            color: #ade1ff;
            font-family: 'IRANSans' important;
            font-size: 20px;
            width: 30%;
        }

        .Info3 .Weather-Days .High-Degree {
            float: left;
            font-family: 'IRANSans' important;
            font-size: 20px;
            width: 30%;
        }

    .Info3 .Border-Day {
        background-image: url('/Images/User/Other/Border-Weather.png');
        background-repeat: repeat;
        height: 1px;
        margin-bottom: 7px;
    }

.Info4 {
    width: 363px;
}

    .Info4 .Direction-Sun {
        padding: 10px 20px;
        position: relative;
    }

        .Info4 .Direction-Sun .Title-Sun {
            font-size: 13pt;
        }

    .Info4 .Box-Sun-Large {
        background-image: url('/Images/User/Weather/Design/SunMove_Background.svg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        position: relative;
    }

    .Info4 .Box-SunIcon .SunIcon {
        background-image: url('/Images/User/Weather/Design/SunMove_Sun02.svg');
        background-repeat: no-repeat;
        width: 0px;
        height: 25px;
        background-size: 100% 100%;
    }

    .Info4 .Box-SunIcon {
        width: 0px;
        position: absolute;
        top: 22px;
        right: 43.7%;
        -webkit-transform: rotate(-2Start-Time83.5deg);
        -moz-transform: rotate(-283deg);
        -o-transform: rotate(-283deg);
        -ms-transform: rotate(-283deg);
        transform: rotate(-283deg);
    }

    .Info4 .SunLarge {
        width: 12%;
        height: 100%;
        background-size: 100% 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
        filter: alpha(opacity=0.3);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
        overflow: hidden;
        pointer-events: none;
        -webkit-transition: 3s ease-in-out;
        -moz-transition: 3s ease-in-out;
        -o-transition: 3s ease-in-out;
        transition: 3s ease-in-out;
    }

    .Info4 .Mon {
        position: absolute;
        top: 15px;
        left: 20px;
        text-align: center;
    }

    .Info4 .Start-Time {
        font-size: 10pt;
        margin-right: 10%;
        float: right;
    }

    .Info4 .End-Time {
        float: left;
        margin-left: 24%;
        float: left;
        font-size: 10pt;
    }

.Info5 {
    width: 363px;
    height: 175px;
}

    .Info5 .Wind {
        padding: 10px 20px;
        position: relative;
    }

        .Info5 .Wind .Title-Wind {
            font-size: 13pt;
        }

        .Info5 .Wind .Speed-Wind {
            width: 88%;
            margin: -5px 10% 0;
            text-align: left;
        }

    .Info5 .Border-Wind {
        background-image: url('/Images/User/Weather/Design/Wind_Line.svg');
        background-size: 100% 100%;
        min-height: 30px;
        width: 90%;
        margin: 90px 5% 0;
    }

    .Info5 .GhotbNema {
        background-size: 100% 100%;
        background-image: url("/Images/User/Weather/Design/GhotbNema.svg");
        position: absolute;
        height: 70px;
        width: 70px;
        left: 30px;
        top: 30px;
    }

    .Info5 .GhotbNema-Title {
        position: absolute;
        width: 70px;
        left: 18px;
        top: 100px;
    }

    .Info5 .Icon-Wind {
        background-size: 100% 100%;
        background-image: url("/Images/User/Weather/Design/Pareh.svg");
    }

    .Info5 .Icon-Paieh {
        background-size: 100% 100%;
        background-image: url("/Images/User/Weather/Design/Paieh.svg");
    }

    .Info5 .Small-Paieh {
        position: absolute;
        height: 60px;
        width: 10px;
        right: 116px;
        top: 88px;
    }

    .Info5 .Large-Paieh {
        position: absolute;
        height: 92px;
        width: 12px;
        right: 72px;
        top: 66px;
    }

    .Info5 .SmallIcon-Wind {
        position: absolute;
        height: 44px;
        width: 44px;
        right: 100px;
        top: 68px;
    }

    .Info5 .Wind-Direction {
        position: absolute;
        height: 30px;
        width: 30px;
        left: 50px;
        top: 50.5px;
        background-size: 100% 100%;
        background-image: url("/Images/User/Weather/Design/Paikan.svg");
        -webkit-transition: 3s ease-in-out;
        -moz-transition: 3s ease-in-out;
        -o-transition: 3s ease-in-out;
        transition: 3s ease-in-out;
    }

    .Info5 .LargeIcon-Wind {
        position: absolute;
        height: 60px;
        width: 60px;
        right: 49px;
        top: 39px;
    }

.hidden-div {
    display: none;
}

@media(max-width:700px) {
    .Box-Time {
        float: none;
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .Weathe-Now {
        float: none;
    }

    .Box-Time span {
        margin-right: 0;
    }

    .Box-Info {
        width: 100%;
    }

    .Box-Info-Right {
        float: none;
        padding-left: 0px;
    }

    .Box-Info-Left {
        float: none;
        padding-right: 0px;
    }

    .Info4 .Mon {
        font-size: 80%;
        width: 15%;
    }

        .Info4 .Mon img {
            width: 70%;
        }

    .Info4 .Start-Time {
        font-size: 80%;
    }

    .Info4 .End-Time {
        font-size: 80%;
    }
}

@media(min-width:701px) {
    .Box-Time {
        margin-top: 10px;
    }

    .Info1, .Info2, .Info3, .Info4, .Info5 {
        width: 100%;
        margin-right: 0;
    }

    .Box-Info-Right {
        width: 50%;
    }

    .Box-Info-Left {
        width: 50%;
    }

    .Info4 .Mon {
        font-size: 80%;
        width: 15%;
    }

        .Info4 .Mon img {
            width: 70%;
        }

    .Info4 .Start-Time {
        font-size: 80%;
    }

    .Info4 .End-Time {
        font-size: 80%;
    }
}

@media(min-width:900px) {
    .Info1, .Info2, .Info3, .Info4, .Info5 {
        width: 100%;
        margin-right: 0;
    }

    .Box-Info-Right {
        width: 35%;
    }

    .Box-Info-Left {
        width: 65%;
    }

    .Info4 .Mon {
        font-size: 100%;
        width: 10%;
    }

        .Info4 .Mon img {
            width: 100%;
        }

    .Info4 .Start-Time {
        font-size: 100%;
    }

    .Info4 .End-Time {
        font-size: 100%;
    }
}
