.hide {
    display:none;
}

img.city-preloader {
    height:9px;
    width:auto;
    display:inline-block;
}
span.region.selector {
    cursor: pointer;
    border-bottom: 1px dotted;
}
span.fancybox-city.city-container {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.its_city {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.exit_city {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 17px;
    background-color: #1f55a0;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    border-radius: 50%;
}
.yes_city_but {
    border: none;
    min-width: 68px;
    display: inline-block;
    font-size: 14px; cursor:pointer;
    line-height: 15px; margin-right:10px;
    color: #fff;
    text-decoration: none;
    padding: 4.6px 9px;
    border-radius: 2px;
    text-align: center;
    background: #a84c23;
    background: -moz-linear-gradient(left,#a84c23 0,#ff903b 100%);
    background: -webkit-linear-gradient(left,#a84c23 0,#ff903b 100%);
    background: linear-gradient(to right,#a84c23 0,#ff903b 100%);
}
.its_city .h3 {
    margin-bottom: 10px;
}

.line_height_style{
   line-height: 23px;
    white-space: nowrap;
    border-radius: 2px;
    padding: 8px;   
}
.line_height_style li a:hover{
 text-decoration:none;
 color:#1f55a0;
}
