  .contentBox{
	float: left;
    width: 100%;
    background-color: #F3F1E7;
    display: table;
    margin-right: 10px;
    padding: 5px;
    box-sizing: border-box;
}
.contentBox .contentAuthor{
    padding: 6px;
    width: 33.3%;
    float: left;
}

@media (max-width: 769px) {
    .contentBox .contentAuthor{
        width: 50%;
    }
}

@media (max-width: 576px) {
    .contentBox .contentAuthor{
        width: 100%;
    }
}
.contentAuthor .contentAuthorInner{
	height: 60px;
	display: block;
	float: left;
    width: 100%;
    border-bottom: none !important;
	background-color: #fff;
    webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #666;
    font-weight: 700;
    padding: 5px;
    box-sizing: border-box;
}
.contentAuthor .contentAuthorInner:hover{
	background: #78003F;
    color: #fff !important;
}
.contentBox .authorImg > img{
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
    margin-top: -2px;
}
.contentAuthorBox .authorImg, 
.contentBox .authorImg{
	width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    background-color: #F3F1E7;
    margin-right: 10px;
}
.contentBox .authorTitle{
    padding: 0 5px 0 10px;
    line-height: 14px;
    width: calc(100% - 100px);
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    overflow-wrap: break-word;
    word-break: break-word;
}

/*filter style*/
.letterBox{
	float: left;
    width: 100%;
    margin-top: 10px;
}
.letterBox .contentLetter{
	float: left;
    border: 2px solid #F3F1E7 !important;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 15px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    box-sizing: border-box;
    
    webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 4px;
}
.letterBox .contentLetter:hover,
.letterBox .contentLetter.current{
	background-color: #F3F1E7;
	color: #666666;
}
.letterBox .contentLetter.current:hover{
	color: #666666;
	background-color: #fff;
}
.searchBox input[type="text"]{
	border: 2px solid #F3F1E7 !important;
    border: none;
    float: right;
    padding: 5px 25px 5px 8px;
    box-sizing: border-box;
    width: 195px;
}
.searchBox input.button{
	background-image: url("/components/com_memories/assets/icons/search.png") !important;
	background-repeat: no-repeat !important;
	background-position: 4px !important;
    border: none;
    text-indent: 100%;
    width: 16px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 4px;
    height: 23px;
    width: 24px;
    padding: 0;
    background-color: #fff !important;
}
.searchBox form{
	position: relative;	
}
.pagination{
	float: left;
    width: 100%;
    margin-top: 15px;
}

/*memories komponentas PRADZIA*/
.mp-pusher .letterBox .contentLetter{
	line-height: 23px !important;
}
.mp-pusher .searchBox input.button{
	height: 26px;
}
.mp-pusher .contentBox .contentAuthor{
	padding: 6px;
    width: 100%;
    box-sizing: border-box;
}
.mp-pusher .searchBox form{
	float: right;
}
.mp-pusher #page-content img{
	display: inline-block !important;
	margin-bottom: 3px !important;
}

/*memories komponentas PABAIGA*/

/*autoriaus aprašymas PRADZIA*/
.contentAuthorBox{
	float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.contentAuthorBox .authorImg {
	float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 80px;
    margin-bottom: 2px;
}
.contentAuthorBox .authorImg img{
	vertical-align: middle;
    margin-top: -2px;
    float: none !important;
    margin: 0 !important;
}
.outterImgBox{
    float: left;
    width: 160px;
    margin-bottom: 10px;
    text-align: center;
}
.contentAuthorBox .imgCaption{
    color: #777;
}

.btn{
	background-color: #fff;
    border: 2px solid #e3e1da !important;
    float: left;
    padding: 5px 25px;
    font-weight: bold;
    webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.btn:hover{
	background-color: #e3e1da;
}
.mp-pusher .btn.history,
#page-content-full .btn.history{
	margin-top: 15px;
	display: none;
}
/*autoriaus aprašymas PABAIGA*/


