
.box.weather-box {
    position: relative;
    padding: 0 15px;
    overflow: hidden;
    /*margin-bottom: 20px;*/
    background: transparent;
}
.box.weather-box a {
    color: #282828;
}
.weather-box .weather-link {
    display: block;
    width: 100%;
}
.weather-box .weather-info {
    width: 100%;
    margin: 0 auto;
}
.weather-box .day2 {
    display: none;
}
.weather-box .weather-info:after {
    content: "";
    display: block;
    clear: both;
}
.weather-box .weather-day {
    width: 100%;
}
.weather-box .weather-icon {
    display: block;
    float: left;
    width: 64px;
    margin-left: 20px;
    height: 91px;
}
.weather-box .temperature {
    position: relative;
    padding-top: 27px;
    color: #282828;
    float: left;
}
.weather-box .day-name {
    font-family: Roboto-Bold;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    /* top: 26px; */
    color: #888888;
    letter-spacing: -0.6px;
    font-weight: 500;
    bottom: 14px;
    left: 2px;
}
.weather-box .temp {
    font-family: 'Roboto-Black';
    font-size: 22px;
    position: relative;
    font-weight: 900;
    top: 11px;
    left: 1px;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    color: #282828;
}
.weather-box .deg {
    font-size: 22px;
    position: relative;
}
.weather-box .weather-other-types {
    text-align: center;
}

.weather-other-types {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 91px;
    float: right;
}
#type72godz:after {
    content: "|";
    padding: 0 10px;
}
#type25dni {
    font-weight: bold;
    padding-right: 1px;
}
.weather-box .weather-select {
    text-transform: uppercase;
    text-align: center;
    display: inline;
}
.weather-box .weather-select-selected {
    position: relative;
    /*padding-right: 25px;*/
    font-weight: bold;
}
.weather-select-city {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    display: none;
}
#arrow {
    height: 11px;
    width: 23px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 40px;
}
#arrow:after {
    content: "";
    background-image: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #282828;
    position: absolute;
    bottom: 0px;
    right: 0;
}
#arrow:before {
    content: "";
    background-image: none;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 5px;
    bottom: 3px;
    z-index: 1;
}
.weather-select-city {
    position: absolute;
    left: 0;
    width: 50%;
    background: #fff;
    padding: 20px;
    z-index: 10;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.weather-select-city h3 {
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 14px;
}
.weather-select-city a {
    background: #2aa3c1;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: .8em;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}
.weather-city-box {
    width: 33.333333333%;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.weather-city-box a:hover {
    background: #0c7b96;
}
#city:after {
    content: "";
    display: block;
    clear: both;
}
.other-world-cities {
    padding-top: 10px;
    margin-bottom: -5px;
}
.other-world-cities a.other-desc {
    color: #000;
}
.other-world-cities a {
    background: transparent;
    color: #2aa3c1;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    height: auto;
    float: none;
    padding: 0;
    line-height: initial;
}
.other-world-cities > a:nth-child(2):after, .other-world-cities > a:nth-child(3):after {
    content: "|";
    color: #ECEFF1;
    padding-left: 8px;
    padding-right: 3px;
}

.weather-select-city .weather-city-box:nth-child(3n+3) {
    padding-right: 0;
}
a.weather-select-city-close {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    background: transparent;
    right: 12px;
    top: 3px;
    text-align: center;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    line-height: 19px;
}
a.weather-select-city-close:hover {
    background-color: #eee ;
}
a.weather-select-city-close:after {
    content: "";
    background: url("xclose.png");
    width: 12px;
    height: 12px;
    position: absolute;
    display: block;
    top: 14px;
    left: 14px;
}
.main-content {
    position: relative;
}
@media (max-width: 640px){
    .weather-select-city {
        width: 100%;
    }
    .weather-select-city .weather-city-box:nth-child(3n+3) {
        padding-right: 10px;
    }
    .weather-select-city .weather-city-box:nth-child(even) {
        padding-right: 0;
    }

}
@media (max-width: 1024px){
    .weather-city-box {
        width: 33.333333333%;
    }
    .weather-select-city .weather-city-box:nth-child(even) {
        padding-right: 10px;
    }
    .weather-select-city .weather-city-box:nth-child(3n+3) {
        padding-right: 0;
    }


}
@media (max-width: 768px){
    .weather-city-box {
        width: 50%;
    }
    .weather-select-city .weather-city-box:nth-child(3n+3) {
        padding-right: 10px;
    }
    .weather-select-city .weather-city-box:nth-child(even) {
        padding-right: 0;
    }
}


@media (max-width: 640px){
    .box.weather-box {
        padding: 0;
    }

    .box.weather-box .wrap{
        padding: 0 105px;
    }

    .weather-box .weather-icon {
        margin-left: 17px;
    }

}

@media (max-width: 639px){
    .weather-city-box {
        width: 33.333333333%;
    }
    .weather-select-city .weather-city-box:nth-child(even) {
        padding-right: 10px;
    }
    .weather-select-city .weather-city-box:nth-child(3n+3) {
        padding-right: 0;
    }

}

@media (max-width: 608px){

    .box.weather-box .wrap{
        padding: 0 50px;
    }

}

@media (max-width: 479px){

    .weather-city-box {
        width: 50%;
    }

    .weather-select-city .weather-city-box:nth-child(3n+3) {
        padding-right: 10px;
    }
    .weather-select-city .weather-city-box:nth-child(even) {
        padding-right: 0;
    }

    .other-world-cities a {
        font-size: .77em;
    }
    .other-world-cities > a:nth-child(2):after, .other-world-cities > a:nth-child(3):after {

        padding-left: 3px;
        padding-right: 0px;
    }
    .box.weather-box {
        padding: 0;
    }
    #type72godz:after {
        padding: 0 4px;
    }

    .box.weather-box .wrap:first-child {
        padding: 0 15px;
    }
}

@media (max-width: 408px){

    .box.weather-box .wrap{
        padding: 0 15px;
    }
}


@media (max-width: 850px) and (min-width: 641px){

    .wrap .weather-box-header {
        text-align: left;
        padding-right: 0px;
    }
    #weatherSelectedCityName span {
        display: block;
        text-align: left;
        background: white;
    }
}

@media (max-width: 430px) {

    .wrap .weather-box-header {
        text-align: left;
        padding-right: 5px;
    }
    #weatherSelectedCityName span {
        display: block;
        text-align: left;
        background: white;
    }
}

@media (max-width: 330px) {

    .weather-box .weather-icon {
        margin-left: 11px;
    }
}

#weather-content {
    position: relative;
    width: 140px;
    height: 91px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.weather-box-header {
    display: inline-block;
    position: relative;
    float: left;
    height: 91px;
    overflow: hidden;
    padding-right: 5px;
}

.box.spec.weather-box > .wrap {
    border-top: 5px solid #EFEFEF;
    height: 91px;
}

.wrap .arrow-wrap {
    position: relative;
    float: right;
    width: 34px;
    height: 91px;
}

.head-wrap {
    top: 50%;
    display: block;
    transform: translateY(-50%);
    position: relative;
}

.box.spec.weather-box .wrap {
    text-align: center;
    white-space: nowrap;
}

.arrow {
    top: 50%;
    left: 2px;
    position: absolute;
    width: 31px;
    height: 33px;
    transform: translateY(-50%) rotateZ(90deg);
    border-bottom: 0.1px solid #EFEFEF;
}

.left-bar {
    position: absolute;
    background-color: transparent;
    top: 37%;
    left: -3px;
    width: 25px;
    height: 4px;
    display: block;
    transform: translateY(-50%) rotateZ(-50deg);
    float: right;
}
.left-bar:after {
    content: "";
    background-color: #2889c6;
    width: 23px;
    height: 4px;
    display: block;
    float: right;
    border-radius: 0 0 10px 0;
    z-index: -1;
}

.right-bar {
    position: absolute;
    background-color: transparent;
    top: 33%;
    left: 9px;
    width: 25px;
    height: 4px;
    display: block;
    transform: translateY(-50%) rotateZ(50deg);
    float: right;
}
.right-bar:after {
    content: "";
    background-color: #2889c6;
    width: 23px;
    height: 4px;
    display: block;
    float: right;
    border-radius: 0 0 0 10px;
    z-index: -1;
}

.weather-select-selected-wrapper-arrow:after {
    content: "";
    background-image: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #000000;
    position: absolute;
    top: 3px;
    right: -3px;
}

.weather-select-selected-wrapper-arrow:before {
    content: "";
    background-image: none;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 1;
}

#weatherSelectedCityName {
    font-family: 'Roboto-Black';
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.19;
    letter-spacing: -0.5px;
    color: #282828;
}

.box.spec.weather-box {
    padding-top: 6px;
}