/* cities & minibox */

.top_geo {
    position: relative;
}
.top_geo, .minibox {
    width:260px;
}

.top_geo .down {
    color: #8eaebe;
    cursor: pointer;
    font-size: 75%;
    vertical-align: bottom;
    line-height: 13px;
    margin-left: -3px;
}

.top_geo>a {
     font-size: 16px;
}

.minibox {
    position: absolute;
    z-index: 555;
    left: 0;
    background: #fff;
    top: 30px;
    border: 1px solid #141414;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    margin: 0.5em 0;
}

.minibox::before {
    content: "";
    display: block;
    position: absolute;
    border: solid #60c444;
    border-width: 1px 0 0 1px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    left: 170px;
    top: -6px;
    background: #fff;
}

.mb_1 {
    font-weight: bold;
    padding-left: 20px;
}

.mb_2 {
    display: flex;
    justify-content: center;
}

.mb_3 {
    padding-left: 20px;
}

.mb_3 a {
    border-bottom: 1px solid;
    padding-bottom: 2px;
    font-size: 14px;
}

.bigboxinput, .bigboxdesk{
display:none;	
	
}

.mb_21, .mb_22 {
    display: inline-block;
    width: 42%;
    border: 1px solid #141414;
    cursor: pointer;
    margin: 10px 2%;
    padding: 5px;
    font-size: 0.8em;
    text-align: center;
}

.mb_22 {
    background: #da2637;
    color: #fff;
}

/* cities & bigbox */
.bigbox {
    position: absolute;
    width: 766px;
    background: #fff;
    padding: 2em;
    top: 0;
    left: 50%;
    margin-left: -383px;
    z-index: 9999;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 0px 30px 0px #fef8f8;
}

.bigbox .bclose {
    color: #f00;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 24px;
}

.bigboxatr a {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 75%;
    color: #ccc;
}

.cityoverlay {
    width: 100%;
    height: 100%;
    background: #35586a;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.6;
}

.bigboxtitle {
    font-weight: bold;
    padding: 5px 10px;
}

.bigboxcity {

    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 0px;
    color: #000000;
    border-bottom: 1px solid;
}

.bigboxdesk {
    padding: 5px 10px;
    color: #979797;
}

.bigbox h3 {
display:none;
}

.bigboxinput {
    padding: 5px 10px;
    position: relative;
}

.bigboxinput i {
    position: absolute;
    top: 12px;
    right: 24px;
    color: #b4aeae;
}

.bigboxinput input {
    border: 1px solid #141414;
    width: 100%;
    padding: 7px 10px;
    font-size: 1em;
}

.bigboxvars {
    margin: 10px 0px;
    padding: 10px 0 10px 20px;
    border: 1px solid #141414;
    border-radius: 4px;
}

.bigboxvars div {
    display: inline-block;
    width: 33%;
    font-size: 110%;
}

.bigboxvars a {
    display: block;
    width: 100%;

}

.bigboxvars a:hover {
    background: #d7f6fb;
    text-decoration: none;
}

.bigboxvars div:nth-child(n+4) {
    font-size: 98%;
}

.bigboxchooserbox {
    margin: 0 10px;
    position: relative;
}

.bigboxchooser {
padding: 5px 10px 10px 10px;
    border: 1px solid #141414;
    position: absolute;
    width: 100%;
    background: #ffffff;
    top: -5px;
}

.bigboxchooser a {
    display: block;

}


@media screen and (max-width: 767px) {
    .bigbox {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .bigboxvars div {
        width: 100%;
    }

}