body {
    -webkit-font-smoothing: antialiased;
}

h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

a {
    color: #000;
}

a:hover,
a:focus {
    color: #000;
}

.disabled_link,
.disabled_link:hover,
.disabled_link:focus {
    color: #ccc;
    cursor: not-allowed;
}

/*  */

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.img__width {
    width: 100%;
    height: auto;
}

/* FORMS */
input,
textarea,
select,
button {
    padding-right: 10px;
    padding-left: 15px;
    width: 100%;
    min-height: 37px;
    font-size: 13px;
    /*line-height: 18px;*/
    vertical-align: middle;
    color: #333;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    transition: border 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: border;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    padding-top: 8px;
    padding-bottom: 8px;
}

input[type="file"] {
    border: 0;
    -webkit-box-shadow: none;
}

.form-control {
    border-radius: 0;
}

.btn-primary {
    background: #00D0B8;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #15C4B0;
    border-radius: 0;
    border: 0;
}

span.wpcf7-not-valid-tip {
    color: #e88899;
    font-size: 12px;
}

.wpcf7-not-valid {
    border: 1px #e88899 solid;
}

div.wpcf7-validation-errors {
    border: 2px solid #d56d7f;
}
/* /FORMS */




#navbar {
    margin-top: 20px;
}

#navbar a {
    color: #000;
    /*font-weight: 300;*/
    text-transform: uppercase;
}

#navbar ul {
    text-align: center;
}

#navbar ul li {
    display: inline-block;
    float: none;
}

#navbar ul li.current-menu-item a {
    font-weight: 600;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #fff;
    /*border-bottom: 1px solid #000;*/
}
.navbar-nav > li > a {
    padding: 15px 30px;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-nav {
    float: none;
}


/* CONTACTS */
#map {
    height: 450px;
    width: 100%;
}

.agents__container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.agent {
    text-align: center;
}

.agent_name {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 4px;
}

.agent_jobtitle {
    font-size: 14px;
    margin-bottom: 4px;
}

.agent_contacts {
    font-size: 14px;
    margin-bottom: 4px;
}

.contacts__container {
    padding-top: 20px;
}

.contact__form__input {
    margin-bottom: 10px;
}

.contact__form__textarea {
    height: 130px;
    margin-bottom: 20px;
}

.contact__form__submit {
    width: 100%;
    text-transform: uppercase;
    height: 40px;
}

.about_terms {
    font-size: 12px;
}
/* /CONTACTS */

/* BECOME MODEL */
.become_model_slide {
    height: 380px;
    margin-bottom: 20px;
    background: url("../images/become_a_model/slider.jpg");
    background-size: cover;
}
/* /BECOME MODEL */

.clients_container {
    margin-top: 40px;
}

/*
767 768
991 992
1199 1200 
*/

/* MS */

@media (min-width: 992px) and (max-width: 1199px) {
    .model_param__list_item {
        font-size: 14px;
    }
    .model_param__value {
        font-size: 16px;
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    .models_az {
        font-size: 20px;
    }
    .model_param__list_item {
        font-size: 14px;
    }
    .model_param__value {
        font-size: 16px;
    }
}

/* XS & SM */

@media (max-width: 991px) {
    .models_search__input {
        width: 96%;
    }
    .agent {
        margin-bottom: 40px;
    }
    .become_model_slide {
        height: 240px;
    }
    .model_params {
        padding: 0 5px;
    }
    .model_black_panel {
        margin-right: 0;
    }
    .model__title {
        text-align: center;
    }

    .model__mainphoto {
        margin-bottom: 10px;
    }

    .portfolio {
        margin-bottom: 60px;
    }

    .kids_filter {
        padding: 0;
    }

    .kids_filter_element_wrap {
        margin: 20px 0;
    }

    .kids_filter_element_wrap__last {
        margin-bottom: 10px;
    }
}

/* XS */

@media (max-width: 767px) {


    #navbar ul li {
        display: block;
    }

    .navbar-toggle {
        padding: 10px;
        margin: 0;
        margin-top: 2px;
    }

    .models_az {
        font-size: 18px;
    }

    .models_az__list__item {
        width: 6%;
        display: inline-block;
    }

    .model_param__list_item {
        line-height: 28px;
        display: block;
    }

    .agents__container {
        margin-top: 0;
        margin-bottom: 0;
    }
}

