/*
 * Son Değişiklik Tarihi: 24.10.2015
 * Hakan Tezcan
 */
.uk-form-password-toggle{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.switchery{
    float: right;
}
.locationpicker{
    width: 100%;
    height: 250px;
}
.filters{
    margin-bottom: 10px;
}
.g-recaptcha{
    text-align: center;
    margin-bottom: 10px;
}
.g-recaptcha>div>div{
    display: inline-block;
}
.gallery{
    background-color: #222;
}
.gallery-thumbs{
    padding: 10px 0;
}
.gallery-thumbs .uk-slider li{
    opacity: .5;
}
.gallery-thumbs .uk-slider li.uk-active{
    opacity: 1;
}
@media (min-width: 768px) {
    .uk-container {
        min-width: 768px;
    }
}
/*@media (min-width: 960px) {
    .uk-container {
        width: 960px;
    }
}*/