p
{
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 20px;
}

.modal-header {
    background: white;
    color: #333;
}

.modal-title {
    font-weight: 700;
    font-size: 2.75rem;
}

.navbar-logo
{
    width: 150px !important;
}

.loadmask-msg div.loading-gif
{
    background: #fbfbfb url('https://kolagent.com/img/loading.gif') no-repeat 5px 5px;
    margin-left: 92px;
}

#header .signup {
    background: #ff6f3e;
    font-size: 20px;
    font-weight: 500;
    color: white !important;
}

#header .navbar-inverse .navbar-nav li a.signup:hover {
    background: #fb541c;
}

.signup-btn .title {
    line-height: 45px;
    font-size: 36;
    border-bottom: 1px solid #ff5a5f;
    padding-bottom: 5px;
    font-weight: bold;
}

.signup-btn
{
}

.btn-info
{
    background-color: #2196F3;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    font-size: 16px;
}

#header .navbar .navbar-icon
{
    max-width: 120px;
    padding: 7px;
}

#page
{
    min-height: 500px;
}

#page.container .title {
    line-height: 1.4em;
}

#collab-page .ma
{
    height: 320px;
}

/*.cd .cdlm
{
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}*/

.cd1 .cdc
{
    padding: 30% 0;
}

.cd.locked .collab-progress-bar > div
{
    background-color: #a8a8a8 !important;
}

.cd1 .cdcm
{
    background: #ffcae6;
    padding: 5px;
    color: #a4316d;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2em;
}

.cd1 .cdcc
{
    background: #b8f9e2;
    padding: 5px;
    color: #1d7866;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
}

.cpb
{
    /*display: none;*/
}

.ccontainer .cmpd
{
    display: none;
}

.cd1 .cdcif .cdcif2 .cdice
{
    font-size: 1em;
    line-height: 1.5em;
}

#mostpopular-collabs
{
    display: none;
}

#collabs-list .cdci img, #collabs-list .cdci .fa-blogger
{
    /*display: none;*/
}

#sign_up_dialog .signup-mask
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#sign_up_dialog .signup-btn:hover .signup-mask
{
    background-color: rgba(0, 0, 0, 0.1);
}

.pricing-table
{
    /*display: none !important;*/
}

@media only screen and (max-width: 768px){
.navbar-nav.navbar-right>li>a {
    border-bottom: none;
    font-size: 16px  !important;
    padding: 15px !important;
}
#header>.navbar>.navbar-nav.navbar-right>li>a {
    border-bottom: none;
    font-size: 12px;
    padding: 18px!important;
}
    .signup-btn .title
    {
        font-size: 20px !important;
    }

    .signup-btn .description
    {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px)
{
    .open_for_bid_pc
    {
        display: none;
    }

    .open_for_bid_mobile
    {
        display: inline !important;
        color: #183153;
        font-weight: 500;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1160px)
{
    .container {
        width: 100%;
        max-width: 1400px;
    }
}
