#portfolio-block {
    margin: 20px 15px;
    position: relative;
}

#portfolio-block ul{
    
}

#data_div_block{
    display: none;
}

.portfolio-item{
    position: absolute;
    width: 33.33%;
    padding: 0 7px;
}

.item-info {
    display:none;
    position: absolute;
    width: 100%;
    background: url('../img/portfolio-item-tools-bg.png');
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portfolio-item:hover .item-info{
    display: block;
}

.portfolio-item-designers{
    display: block;
    float: left;
    padding: 0 0 0 20px;
    width: 70%;
    height: 40px;
    overflow: hidden;
}

.portfolio-item-like{
    display: block;
    float: right;
    width: auto;
    padding: 0 26px 0 0;    
}

.portfolio-item-like a{
    text-decoration: none;
    padding: 3px 5px;
}

.portfolio-item-like a:hover{
    outline: 1px solid #e90000;
}

.portfolio-item-like span{
    color: #e90000;
    padding-left: 23px;
    background: url('../img/love.png') no-repeat left center;
}

.portfolio-full-project{
    color: #ffffff;
    display: block;
    width: 135px; height: 47px;
    border: 1px solid  #ffffff;
    text-transform: uppercase;
    /*line-height: 43px;*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: center;
}

.portfolio-full-project {
    border: 1px solid #ffffff;
    background: url('../img/fill_.png');
    /*background-color: #ffffff;*/
    bottom: 20px;
    color: #ffffff;
    display: block;
    height: 47px;
    left: 50%;
    line-height: 43px;
    margin-left: -67px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
}

.portfolio-full-project:hover{
    color: #ffffff;
    text-decoration: none;
    /*outline: 2px solid #fb3333;*/
    /*color: #fb3333;*/
    background: url('../img/fill_2.png');
    text-transform: uppercase;
}

.load-more-works{
    display: none;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bolder;
    width: 360px;
    height: 40px;
    margin: 40px auto;
    background-color: #ea0001;
    text-align: center;
    color: #ffffff;
}

.load-more-works:hover{
    background-color: #fb3333;
    color: #ffffff;
    text-decoration: none;
}

.load-more-works-load{
    background-color: #ffffff !important;
    /*outline: 1px solid #626262;*/
    color: #ffffff !important;
    background: url('../img/ajax-loader.gif') no-repeat center;    
}

.load-more-works-load span{
    display: none;
}

.portfolio-col-0{
    left: 0;
}

.portfolio-col-1{
    left: 33.33%;
}

.portfolio-col-2{
    left: 66.66%;
}

.portfolio-social-block {
    background-color: #bbb;
    display: none;
    height: 40px;
    line-height: 40px;
    padding: 7px 7px 7px 7px;
    position: absolute;
    right: 70px;
    text-align: right;
    width: 127px;
}

/* форма закза */

#portfolio-backform {
    width: 33.33%;
    height: 355px;
    padding: 0 7px;
    position: absolute;
    right: 0;
}

#portfolio-backform div{
    background-color: #f4f6f3;
    /*padding: 20px;*/
}

#portfolio-backform h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}

#portfolio-backform input{
    line-height: 37px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    
}

#portfolio-backform button{
    background-color: #ea0001;
    width: 100%;
    color: #ffffff;
    line-height: 37px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#portfolio-backform button:hover{
    background-color: #fb3333;
}

#portfolio-backform label{
    text-align: center;
    margin: 25px 0 0 0;
    display: block;
    cursor: pointer;
    text-decoration: underline;
}

#portfolio-backform p{
    text-align: center;
    margin: 15px 0;
}

#portfolio-backform-expand{
    display: none;
    background-color: #F4F6F3;
    width: 100%;
    height: 100px;
    padding: 20px 0;
}

#portfolio-backform-expand span{
    display: block;
    background: url('../img/expand_row.png') no-repeat center top;
    width: 99px;
    height: 64px;
    margin: 0 auto;
}

#portfolio-backform-expand h3{
    font-weight: bolder;
}

#portfolio-backform:hover{
    opacity: 1 !important;
}

#portfolio-backform-expand:hover span{
    background-position: center bottom;    
}

.fancybox-outer .portfolio-full-project{
    display: none;
}
