.post-box{
    background-color:#F4F4F4;
    padding:10px;
    border:1px solid #EAEAEA;
    margin:0 auto;
    border-radius: 2px;
}

.post-box .text-muted{
	color: #999;
}

.btn-link{
	text-decoration: none;
	color: #049;
}


.post-box:after, .post-box:before{
    content: '';
    display:block;
    clear:both;
}

.post-box, .post-box  *{
    box-sizing: border-box;
}

.post-user-img{
    margin-right: 8px;
    width: calc(100% - 8px);
    height:75px;
    border-radius: 4px;
}
.post-box .post-images{
	float:left;
	width:100%;
}

.post-box .post-images .post-img{
    border:3px solid #fafafa;
    float: left;
    box-sizing:border-box;
    width: 50%;
    min-height: 200px;
    max-height: 600px;
    margin:5px 0;
    background-size: cover;
    cursor: pointer;
}

.post-box .post-images .post-img:first-of-type,
.post-box .post-images .post-img:last-of-type:nth-child(even){
    width: 100%;
}

.post-box .post-header{
    font-size:14px;
    margin:10px 0;
    width: 100%;
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    position: relative;
}

.post-box .post-header-container{
    width: 100%;
    float:left;
    position: relative;
    padding:3px;
    height: 75px;
    font-size:14px;
}

.post-box .post-body{
    float:left;
    font-size:14px;
    margin-bottom:10px;
    text-align:justify;
    padding: 5px;
    width: 100%;
}

.box-follower:after, .box-follower:before{
    content:'';
    display: block;
    clear: both;
}

.box-follower .number-followers{
    border:1px solid #ccc;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    color:#888;
    float: left;
    height: 35px;
}

.box-follower .btn-follower{
    background-color:#00B5F9;
    border-radius:4px 0 0 4px;
    border:none;
    color:#fff;
    float:left;
    padding: 10px;
    height: 35px;
}

.box-follower .btn-follower.undo{
    color:#888;
    background-color: #FFF;
    border:1px solid #ccc;
    border-right: none;
}

.box-follower .btn-follower:active{
    top:0.6px;
    position: relative;
}

.post-box .post-datetime{
    position: absolute;
    bottom: 0;
    right: 0;
}

.post-box .post-header:after, .post-box .post-header:before{
    content: '';
    display:block;
    clear:both;
}

#sidebar-right-post{
    padding-left:20px;
}

#container-post{
    float:left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.comment-box{
    background-color:#F4F4F4;
    box-shadow:0 3px 3px -1px #666666;
    padding: 10px;
    margin-bottom:10px;
    border-left: 10px solid #E9E9E9;
}

.comment-box:hover .comment-image-user{
    

}

.comment-box, .comment-box * {
    box-sizing: border-box;

}
.comment-box:after, .comment-box:before{
    content:'';
    display:block;
    clear:both;
}

.comment-box .comment-header{
    font-size:14px;
    border-bottom:1px solid #DEDEDE;
    width: 100%;
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}

.comment-box .comment-header{
    
}

.comment-box .comment-header-container{
    width: calc(100% - 50px);
    float:left;
    padding-left:10px;
    position: relative;
}

.comment-box .comment-image-user{
    height:50px;
    width: 50px;
    float:left;
}

.comment-box .comment-body{
    background-color: #F9F9F9;
    font-size:14px;
    float:left;
    width: 100%;
    padding:10px;
}

#comment-textarea{
    width: 100%;
    border-radius:0;
    border:1px solid #DEDEDE;
    resize: none;
    height:60px;
    padding:10px;
    overflow:hidden;
    transition: box-shadow .3s linear;
}

#comment-textarea:focus{
    box-shadow: 0 0 2px #00B5F9;
}

#post-actions {
    color:#666;

}

#post-options{
    position: relative;
    display:none;
}

#post-options > ul {
    position: absolute;
    display:block;
    right:0;
    top:20px;
    border-radius:4px;
    color: #FFF;
    background-color: #667585;
    font-size: 12px;
    font-family: Arial;
    width: 200px;
    box-shadow:0 2px 2px #555;
}

#post-options > ul > li {
    cursor: pointer;
    margin: 0px 0px 1px;
    padding: 5px 12px;
    display:inline-block;
    height: 24px;
    width: 100%;
}

ul.post-controls{
	float:left;
    width: 100%;
    margin:10px 0;
    border: 1px solid #D4CDCD;
    margin: 10px 0px;
    border-radius: 4px;
    box-shadow: 0 0 2px #ddd;
    background-color:#fafafa;
}

ul.post-controls > li{
    border-right: 1px solid #D4CDCD;
    font-size:14px;
    /*cursor:pointer;*/
    display:block;
    float: left;
    height: 45px;
    padding:15px 0;
    text-align:center;
    width: 33.33%;
    width: calc(100% / 3);
    box-sizing:border-box;
    position:relative;
}

ul.post-controls > li:last-of-type{
    border-right:none;
}


.like-icon{
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 28px;
    position: absolute;
    width: 28px;
    background-image: url(/static/img/conveniado/like_active.png);
    left: 30px;
    top: 10px;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    filter:grayscale(100%);
}

.like-icon.active{
     -webkit-filter:none;
     -moz-filter:none;
     filter:none;
}

#reported{
    position: absolute;
    bottom:0;
    right:0;
    color:#222;
    padding: 5px 10px;
    margin-bottom: 5px;
   
}


#reported .glyphicon{
     font-size: 20px;
}

#iframe-youtube{
    width: 100%;
    height: 400px;
    border-top: 2px solid #333;
    box-shadow: 0px 0px 1px 1px #111;
    display: block;
    /*float: left;*/
    margin:10px 0;
}

.shared-post{
    background-color:#F9F9F9;
    padding:10px;
    border:1px solid #ECECEC;
    border-radius: 4px;
    float:left;
    width:100%;
}

.article-box{
    perspective:1000px;
}

.article-box .article-image{
    transition: transform .4s linear;
    transform: rotateX(3deg) scale(0.98);
}

.article-box .article-image:hover{
    transform: rotateX(0) scale(1);
    box-shadow:0 0 10px #aaaa;
}

.article-box .article-video{
    width:100%;
    height:300px;
    border:none;
}

.article-box .article-description{
    margin:10px 0;
    font-size:14px;
}


.count{
    background: #3569BB;
    padding: 3px 5px;
    font: 10px arial;
    color: white;
    font-weight: bold;
    border-radius: .4em;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.clearfix:after, .clearfix:before{
    content: ' ';
    display:block;
    clear:both;
}