/**
 * placeholder-loading v0.1.5
 * Author: Zalog (http://www.zalog.ro/)
 * License: MIT
 **/
 .ph-item {
    -ms-flex-wrap: wrap;
    background-color: #fff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 15px 15px;
    position: relative
}

.ph-item,
.ph-item *,
.ph-item:after,
.ph-item:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ph-item:before {
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .35)), color-stop(54%, hsla(0, 0%, 100%, 0))) 50% 50%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -250%;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    z-index: 1
}

.ph-item>* {
    -ms-flex: 1 1 auto;
    -ms-flex-flow: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    flex: 1 1 auto;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px
}

.ph-item>*,
.ph-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ph-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.5px;
}

.ph-row div {
    height: 14px;
    margin-bottom: 7px;
    border-radius: 8px;
    background-color: #f0f1f1;
    /* -webkit-animation: color_change 0.6s infinite alternate;
    -moz-animation: color_change 0.6s infinite alternate;  
    -ms-animation: color_change 0.6s infinite alternate;  
    -o-animation: color_change 0.6s infinite alternate;  
    animation: color_change 0.6s infinite alternate;    */
}

.ph-row div.form-col {
    height: 11px;
    margin-bottom: 2px;
}

.ph-row .big,
.ph-row.big div {
    height: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0);
}

.ph-col-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
}

.ph-col-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
}

.ph-col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
}

.ph-col-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
}

.ph-col-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
}

.ph-col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.ph-avatar {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-width: 60px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #f0f1f1;
    background: -moz-radial-gradient(transparent 80px,rgba(235, 235, 235, 1) 80px);
    background: -webkit-radial-gradient(transparent 80px, rgba(235, 235, 235, 1) 80px);
    background: -ms-radial-gradient(transparent 80px, rgba(235, 235, 235, 1) 80px);
    background: -o-radial-gradient(transparent 80px, rgba(235, 235, 235, 1) 80px);
}

.ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.ph-picture-big {
    width: 100%;
    height: 360px;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #f0f1f1;
    /* -webkit-animation: color_change 0.6s infinite alternate;
    -moz-animation: color_change 0.6s infinite alternate;  
    -ms-animation: color_change 0.6s infinite alternate;  
    -o-animation: color_change 0.6s infinite alternate;  
    animation: color_change 0.6s infinite alternate;    */
}

.ph-picture {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #f0f1f1;
    /* -webkit-animation: color_change 0.6s infinite alternate;
    -moz-animation: color_change 0.6s infinite alternate;  
    -ms-animation: color_change 0.6s infinite alternate;  
    -o-animation: color_change 0.6s infinite alternate;  
    animation: color_change 0.6s infinite alternate;    */
}


@-webkit-keyframes color_change {
    from { background-color: #f0f1f1; }
    to { background-color: #E0E1E1; }
  }
  @-moz-keyframes color_change {
    from { background-color: #f0f1f1; }
    to { background-color: #E0E1E1; }
  }
  @-ms-keyframes color_change {
    from { background-color: #f0f1f1; }
    to { background-color: #E0E1E1; }
  }
  @-o-keyframes color_change {
    from { background-color: #f0f1f1; }
    to { background-color: #E0E1E1; }
  }
  @keyframes color_change {
    from { background-color: #f0f1f1; }
    to { background-color: #E0E1E1; }
  }




@-webkit-keyframes phAnimation {
    0% {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes phAnimation {
    0% {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
}