h1 { padding-left: 0px; }

h4 { text-transform: uppercase; }

#anketa h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
    padding: 20px 0 0 0;
    text-transform: uppercase;
}
#anketa h3 { border: 0px; padding-left: 0px;}

#anketa label { font-weight: 600;}
#anketa .form-checkbox label {font-weight: normal;}
#anketa .form-group > .form-group > label {font-weight: normal; }

#anketa input::placeholder {
    color: #555;
    opacity: 1;
}

#anketa input:-ms-input-placeholder {
    color: #bbb;
}

#anketa .form-group {margin-top: 5px;}

.info-box-fixed {
    height: 130px;
}

.navbar > .container .navbar-brand {
    margin-left: 8px;
}

.project-in-history .project-box-header .name {
    font-size: 0.8em;
}

.project-in-history .project-desc-text {
    font-size: 85%;
}

.no-resize {
    resize: none;
}

.modal-dialog {
    width: 1024px;
}

.modal-header {
    padding: 0;
    margin: 5px 5px 0 0;
}
.modal-title {
    margin: 0;
    padding: 0 0 10px 16px;
}
.project-box-content {
    height: 255px;
}
.project-desc {
    padding: 10px 10px 0px 10px;
    overflow: hidden;
}
.project-box-footer {
    padding: 0px 5px 5px 5px;
}

.project-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 185px;
}

.project-box .project-box-footer a {
    width: 50%;
}

.progress {
    margin-bottom: 0px;
}
@media (max-width: 478px) {
    .project-desc {
        height: 100px;
    }
    .project-box-content {
        height: 220px;
    }
}
@media (max-width: 1023px) {
    .project-box-content {
        height: auto;
    }
}
@media (min-width: 1024px) {
    .project-box-content {
        height: 230px;
    }
}
@media (min-width: 1281px) {
    .project-box-content {
        height: 240px;
    }
}

.project-desc-text {
    overflow: hidden;
    font-size: 0.95em;
}

.project-info {
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
    margin-left: 5px;
    font-size: 0.8em;
}

.project-info .progress-bar span {
    font-size: 0.8em;
    top:-2px;
    position: relative;

}

.has-error label {
    font-weight: bold;
    color: #e84e40;
}

.btn-fb {
    background-color: #4c5db9;
    color: #fff !important;
}

.btn-vk {
    background-color: #537599;
    color: #fff !important;
}
.btn-gp {
    background-color: l#d34836;
    color: #fff !important;
}

.no-margin {margin: 0;}
.no-padding {padding: 0;}

.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}

.form-control[readonly] {
    cursor: text;
}

#message-box {
    max-width: 600px;
    min-width: 250px;
    margin: 5% auto 20px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

#message-box p {
    text-align: justify;
}



.intro-box h2 {
    margin: 0;
    padding: 0 0 10px 0;
}

.intro-box p {
    margin: 0;
    padding: 0;
}

.intro-box .small-graph-box {
    padding: 22px;
}

.profile .btn {
    width: 115px;
    margin-bottom: 5px;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(50%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#login-box label {
    font-size: 0.95em;
}

/* DASHBOARD */


.info-box {
    border-top: 2px solid #e7ebee;
}

#user-profile .table tbody tr td {
    padding-bottom: 7px;
    padding-top: 7px;
}

@media (max-width: 1980px) {
    .profile-message-btn {
        margin-top: 40px;
    }
    .profile-box-contact .profile-box-header {
        padding: 30px 20px !important;
    }
    .profile-box-contact {
        height: 325px;
        padding-top: 5%;
        padding-left: 6%;
    }

}
@media (max-width: 1440px) {
    .profile-box-contact .profile-box-header {
        padding: 25px 20px !important;
    }

    .profile-box-contact {
        height: 325px;
        padding-top: 11%;
        padding-left: 2%;
    }
}
@media (max-width: 1366px) {
    .info-box .infographic-box i {
        font-size: 1.4em;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .info-box .infographic-box.merged .value {
        font-size: 1.5em;
    }
    .info-box .infographic-box {
        padding: 14px;
    }
    .profile-box-contact .profile-img {
        width: 95px;
        height: 95px;
        margin-right: 10px;
    }
    .profile-message-btn {
        margin-top: 43px;
    }
    .profile-box-contact .profile-box-header {
        padding: 45px 20px !important;
    }
}
@media (max-width: 1280px) {
    .profile-message-btn {
        margin-top: 25px;
    }
    .profile-box-contact .profile-box-header {
        text-align: center;
    }
    .§ .profile-img {
        width: 100px;
        height: 100px;
        float: none;
    }
    .profile-box-contact .profile-box-header {
        padding: 7px 20px !important;
    }

    .profile-box-contact {
        height: 325px;
        padding-top: 7%;
        padding-left: 1%;
    }
}

@media (max-width: 1024px) {
    .profile-message-btn {
        margin-top: 30px;
    }
    .profile-box-contact .profile-box-header {
        text-align: left;
    }
    .profile-box-contact .profile-img {
        width: 120px;
        height: 120px;
        float: left;
    }
    .profile-box-contact h2 { margin-top: 8px; }
    .profile-box-contact .profile-box-header {
        padding: 25px 20px !important;
    }

    .conversation-wrapper .conversation-body .name {
        font-size: 1.5em;
    }
    .conversation-wrapper .conversation-item .text span, .conversation-wrapper .conversation-item .text div, .conversation-wrapper .conversation-item .text p, .conversation-wrapper .conversation-item .text {
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .profile-box-contact {
        height: 325px;
        padding-top: 11%;
        padding-left: 2%;
    }
}



