/* ------------------------------------------ INPUTS START ---------------------------------------------------------- */

.input-wrapper__extra-border {
    background-image: url('../img/svg/extra-border.svg');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
    background-size: 100% 100%;
    border-radius: 4px;
    padding: 1px;
}

input[type=text],input[type=date], input[type=password], textarea, input[type=email], input[type=number] {
 
    padding: 6px 4px;
}

input[type=text], input[type=date], input[type=password], input[type=file], textarea, div.tagsinput,
input[type=email], input[type=number] {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
input[type=date] {
    width: auto;
}

input::-webkit-input-placeholder {
    color: #CCCCCC;
}

input:-moz-placeholder {
    color: #CCCCCC;
}

textarea::-webkit-input-placeholder {
    color: #CCCCCC;
}

textarea:-moz-placeholder {
    color: #CCCCCC;
}

.input, .textarea {
    position: relative;
}

input:focus, textarea:focus,
.input-search.active {
    border-color: #06B1F1;
    outline: none;
}

.header-right .search-contaner {
    display: inline-block;
}

.input-search {
    width: 310px;
    position: relative;
}

    .input-search.long {
        width: 250px;
    }

    .input-search input {
        padding-right: 34px;
    }

    .input-search i {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -11px;
        background: url('../img/sprite.png') -232px -23px;
        opacity: 1;
        cursor: pointer;
    }

    .input-search.active i {
        background-position: -189px -87px;
        height: 18px;
        width: 21px;
    }

    .input-search.selected i {
        background-position: -232px -23px;
        width: 22px;
        height: 22px;
    }

    .input-search .input, .input-search .input input,
    .input-search.long {
        -moz-transition: width .2s linear, background .2s linear, padding .2s linear;
        -o-transition: width .2s linear, background .2s linear, padding .2s linear;
        -webkit-transition: width .2s linear, background .2s linear, padding .2s linear;
        -ms-transition: width .2s linear, background .2s linear, padding .2s linear;
        transition: width .2s linear, background .2s linear, padding .2s linear;
    }

    .input-search .input {
        width: 250px;
    }

        .input-search .input input {
            height: 28px;
            padding-right: 35px;
            box-shadow: none;
            -moz-border-radius: 14px;
            -webkit-border-radius: 14px;
            border-radius: 14px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            background-color: #fff;
            font-size: 15px;
        }

    .input-search.active .input input {
        padding-right: 30px;
        background: #fff;
        padding-left: 10px;
        padding-top: 5px;
    }

.suggestion-cont {
    display: none;
    position: absolute;
    top: 50px;
    left: -45px;
    right: 0;
    background: rgba(255,255,255,0.92);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    width: 100%;
    min-width: 300px;
    z-index: 999;
}

    .suggestion-cont:hover {
        display: block !important;
    }

    .suggestion-cont .suggestion-block {
        clear: both;
        font-size: 14px;
        padding: 10px;
        overflow: hidden;
    }

        .suggestion-cont .suggestion-block.org-block,
        .suggestion-cont .suggestion-block.tag-block,
        .suggestion-cont .suggestion-block.even-block,
        .suggestion-cont .suggestion-block.nofound-block {
            display: none;
        }

            .suggestion-cont .suggestion-block.org-block.active,
            .suggestion-cont .suggestion-block.tag-block.active,
            .suggestion-cont .suggestion-block.even-block.active,
            .suggestion-cont .suggestion-block.nofound-block.active {
                display: block;
            }

        .suggestion-cont .suggestion-block + .suggestion-block {
            /*border-top: 1px solid #CCCCCC;*/
        }

.suggestion-block .suggestion-header {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestion-block .tag.view {
    float: left;
}

.suggestion-block .suggestion-event-cont {
    overflow: hidden;
    padding-left: 60px;
    position: relative;
    margin: 4px 0;
    line-height: 20px;
}

    .suggestion-block .suggestion-event-cont .event-cont-ava {
        position: absolute;
        left: 0;
        top: 6px;
        width: 50px;
        height: 50px;
        overflow: hidden;
    }

        .suggestion-block .suggestion-event-cont .event-cont-ava img {
            width: 100%;
        }

    .suggestion-block .suggestion-event-cont .event-name,
    .suggestion-block .suggestion-event-cont .event-place {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .suggestion-block .suggestion-event-cont .event-name {
        font-size: 16px;
        font-weight: bold;
    }

        .suggestion-block .suggestion-event-cont .event-name a {
            text-decoration: none;
        }

    .suggestion-block .suggestion-event-cont .event-place {
        font-size: 12px;
        color: #808080;
    }

.suggestion-block .dates {
    font-family: "PT Sans";
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #1A1A1A;
}

.search-list {
    margin-top: 80px;
}

.profile-form-field .input-wrapper {
    width: 230px;
}

.profile-form-field input {
    background: #262626;
    color: #B3B3B3;
    border: none;
    box-shadow: none;
}

.profile-form-field .input-validation-error {
    background: #873a3d;
    color: #ffffff;
}

    .profile-form-field .input-validation-error::-webkit-input-placeholder {
        color: #ffffff;
    }

    .profile-form-field .input-validation-error:-moz-placeholder {
        color: #ffffff;
    }

.field-validation-error {
    color: #FF7D7D;
    display: block;
    margin: 10px 0 -10px 0;
}

/* ------------------------------------------ INPUTS END ------------------------------------------------------------ */

/* ------------------------------------------ FORMS START ----------------------------------------------------------- */

.profile-form {
    position: relative;
    padding: 16px;
}

    .profile-form .button-close {
        position: absolute;
        top: 16px;
        right: 16px;
    }

.profile-form-field {
    margin-bottom: 25px;
}


/* ----------------- login form start ------------------------ */

.login-form {
    width: 295px;
}

.input-login-form-password {
    float: left;
}

.login-form-forgot-password-link {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    float: right;
    width: 50px;
}

.button-login-form-enter {
    vertical-align: middle;
    margin-right: 10px;
}

.login-form-registration-link {
    vertical-align: middle;
    font-size: 14px;
}

.login-form-social-buttons {
    border-top: 1px dashed #1A1A1A;
    margin-top: 20px;
}

.login-form-social-buttons-content {
    border-top: 1px dashed #ffffff;
    padding-top: 15px;
    font-size: 12px;
    color: #ffffff;
}

.login-form-social-buttons p {
    width: 80%;
    margin-bottom: 15px;
}

.login-form-social-buttons .button {
    margin-right: 5px;
}

/* ----------------- login form end--------------------------- */

/* ----------------- social registration form start ---------- */

.social-reg-form {
    width: 295px;
}

    .social-reg-form p {
        margin-bottom: 20px;
        padding-left: 2px;
        color: #ffffff;
        width: 80%;
    }

.social-reg-form-username {
    background: #353535;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 10px 10px 38px;
    width: 184px;
    margin-bottom: 20px;
}

.social-reg-form-username-title {
    color: #ffffff;
    margin-bottom: 10px;
}


.social-reg-form .vk-icon, .social-reg-form .fb-icon {
    position: absolute;
    left: 25px;
}

/* ----------------- social registration form end ------------ */

/* ----------------- registration form start ----------------- */

.reg-form {
    width: 538px;
}

.reg-form-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.reg-form-column-left, .reg-form-column-right {
    float: left;
    margin-right: 4%;
}

.reg-form-column-left {
    width: 40%;
}

.reg-form-column-right {
    width: 50%;
}

.reg-form p {
    margin-bottom: 20px;
    padding-left: 2px;
    color: #ffffff;
}

.reg-form-social-buttons .button {
    margin-right: 5px;
}

/* ----------------- registration form end ------------------- */

/* ----------------- forgot password form start -------------- */

.forgot-password-form {
    width: 295px;
}

    .forgot-password-form p {
        color: #ffffff;
        margin-bottom: 20px;
        width: 80%;
    }

/* ----------------- forgot password form end ---------------- */

/* ------------------------------------------ FORMS END ------------------------------------------------------------- */
