/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23.04.2015, 15:20:18
    Author     : Usatov
*/
body {
    -webkit-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    -moz-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    -ms-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    -o-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
}

.header-city-choose {
    background-color: #617ca4;
    font-family: Arial, sans-serif;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 0;
    min-width: 1000px;
    -webkit-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    -moz-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    -ms-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    -o-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
    transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
}

.header-city-choose-guess {
    z-index: 1310;
}

.header-city-choose-select {
    z-index: 1320;
}

.header-city-choose-select .row {
    position: relative;
}

.header-city-choose-select .row .city-name-glow {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 576px;
    height: 37px;
    border-radius: 5px;
    border: 3px solid #90b866;
    zoom: 1;
    display: none;
}

.header-city-choose-select .new_form .ufd.plain input {
    width: 100% !important;
    padding: 0;
    cursor: pointer;
    cursor: hand;
}

.header-city-choose > div {
    position: relative;
    width: 960px;
    margin: auto;
    padding: 42px 0 41px; 
}
.header-city-choose > div p.title {
    margin: 0 0 40px 0;
    font: 30px Arial, sans-serif;
    color: #fff;
}
.header-city-choose > div input[type="text"]::-webkit-input-placeholder {
    color: #888;
}
.header-city-choose > div input[type="text"]:-moz-placeholder {
    color: #888;
}
.header-city-choose > div input[type="text"]:focus {
    box-shadow: 1px 1px 12px rgba(153, 188, 116, 0.5), -1px 1px 12px rgba(153, 188, 116, 0.5), 1px -1px 12px rgba(153, 188, 116, 0.5), -1px -1px 12px rgba(153, 188, 116, 0.5)
}
.new_form.header-city-choose-select-form .ufd.plain {
    width: 550px;
    padding: 1px 12px 2px;
    border: 1px solid #fff;
    border-radius: 2px;
}
.new_form.header-city-choose-select-form .ufd.plain input {
    font-family: Arial, sans-serif;
}
.new_form.header-city-choose-select-form .ufd.plain button {
    display: none;
}
.new_form.header-city-choose-select-form .ufd.plain input[type="text"]:focus {
    box-shadow: none;
}
.new_form.header-city-choose-select-form .ufd-container .plain div.list-scroll {
    width: 574px!important;
}
.new_form.header-city-choose-select-form .ufd-container .plain li {
    padding: 7px 0 7px 5px;
}
.new_form.header-city-choose-select-form .ufd-container span.city {
    display: inline-block;
    padding: 0 0 0 7px;
    font: 14px Arial, sans-serif;
}
.new_form.header-city-choose-select-form .ufd-container span.subCity {
    display: inline-block;
    margin: 0 0 0 12px;
    font: 11px Arial, sans-serif;
    color: #888;
}
.ufd-container .plain li.active {
    background-color: #ebf1fb;
}
.header-city-choose > div > ul {
    width: 65%;
}
.header-city-choose > div > ul li {
    margin: 11px 20px 11px 0;
    float: left;
    list-style-type: none;
    font: 13px Arial, sans-serif;
    cursor: pointer;
    color: #fff;
}
.header-city-choose > div > ul li:hover {
    color: #c9e8a7;
}
.header-city-choose > div .more-cities {
    display: inline-block;
    margin: 28px 0 0 0;
    padding: 0 0 1px 0;
    border-bottom: 1px dotted #fff;
    font: 16px Arial, sans-serif;
    color: #fff;
    cursor: pointer;
}
.header-city-choose > div .more-cities:hover {
    color: #c9e8a7;
    border-bottom: 1px dotted #c9e8a7
}
.header-city-choose > div .close {
    position: absolute;
    top: 43px;
    right: 0;
    font: 16px Arial, sans-serif;
    color: #fff;
    cursor: pointer;
}
.header-city-choose > div .close span:first-child {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 11px;
    margin: 0 11px 0 0;
    padding: 0px 4px 2px 3px;
    padding: 2px 4px 1px 4px\9;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font: 20px/16px Times New Roman, sans-serif;
}

.header-city-choose > div .close:hover span:last-child,
.header-city-choose > div .close:hover span:first-child {
    color: #c9e8a7;
    border-color: #c9e8a7;
}

.header-city-choose > div .close span:last-child {
    padding-bottom: 3px;
    border-bottom: 1px dotted #fff;
}
.header-city-choose.confirmation > div {
    padding: 20px 0 24px;
    color: #fff;
}
.header-city-choose.confirmation > div span:first-child {
    position: relative;
    padding: 0 0 0 21px;
    font: 15px Arial, sans-serif; /* 643 157*/
}
.header-city-choose.confirmation > div span:first-child:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 9px;
    height: 14px;
    background: url(/markup/goroda/sprite.png) no-repeat -157px -644px;
}
.header-city-choose.confirmation > div .orange-button {
    background-color: #f7a479;
    margin: 0 0 0 30px;
    padding: 7px 12px 8px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    font: 13px Arial, sans-serif;
    cursor: pointer;
}
.header-city-choose.confirmation > div .orange-button:hover {
    background-color: #f4925d;
}
.header-city-choose.confirmation > div .change-city-button {
    margin: 0 0 0 23px;
    padding: 0 0 2px 0;
    border-bottom: 1px dotted #fff; 
    text-decoration: none;
    color: #fff;
    font: 13px Arial, sans-serif;
    cursor: pointer;
}
.newTopHeader .hotline.city-choose {
    top: 33px;
}
.newTopHeader .hotline.city-choose span {
    font: bold 18px Arial, sans-serif;
    color: #464646;
}
.newTopHeader .hotline.city-choose .city-consultations {
    display: inline-block;
    position: relative;
    top: -2px; 
    margin: 0 15px 0 12px;
    font: normal 13px Arial, sans-serif;
}
.newTopHeader .hotline.city-choose .city-consultations:before {
    display: none;
}
.newTopHeader .hotline.city-choose a.city-name {
    display: inline-block;
    position: relative;
    font: normal 13px Arial, sans-serif;
    border-bottom: 1px dotted #5478a9;
    color: #5478a9;
}
.newTopHeader .hotline.city-choose a.city-name:before {
    display: none;
}
.newTopHeader .hotline.city-choose a.city-name:hover {
    border-bottom: 1px dotted #80ab54;
    color: #80ab54;
}
.newTopHeader .hotline.city-choose span:before, .newTopHeader .hotline.city-choose a:before {
    background: url(/markup/goroda/sprite.png) no-repeat -166px -644px;
    width: 12px;
    height: 13px;
    margin: 0 9px 0 5px;
}
.newTopHeader .newLogin.newGreen:hover {
    color: #80ab54;
    border-bottom: 1px dotted #80ab54
}

@-webkit-keyframes twitch {
    0% {
        top: 0;
    }

    25% {
        top: -5px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 5px;
    }
    
    100% {
        top: 0;
    }
}

@keyframes twitch {
    0% {
        top: 0;
    }

    25% {
        top: -5px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 5px;
    }
    
    100% {
        top: 0;
    }
}

.header-city-choose-select-input-row {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: twitch;
    animation-name: twitch;
}

.header-city-choose-select .ufd.plain > input.city-name {
    color: #333333;
}

.header-city-choose-select .ufd.plain > input.city-name-placeholder {
    color: #888888;
}
