@charset "UTF-8";
@import 'fontello.css';

 
.contenttype-afive-appcenter-configfolder:before { font-family: 'fontello'; content: '󪠀'; } /* '\ea800' */
.contenttype-afive-appcenter-applicationcenter:before,
.contenttype-afive-appcenter-appcategory:before{ font-family: 'fontello'; content: '󪠁'; } /* '\ea801' */

.contenttype-Collection::before{font-family: 'fontello'; content: '\e808';}
.contenttype-Event::before{font-family: 'fontello'; content: '\e809';}
.contenttype-Folder::before{font-family: 'fontello'; content: '\e801';}
.contenttype-Image::before {font-family: 'fontello'; content: '\e810';}
.contenttype-Link::before{font-family: 'fontello'; content: '\e806';}
.contenttype-Document::before{font-family: 'fontello'; content: '\e80e';}
.contenttype-News::before{font-family: 'fontello'; content: '\e80f';}

/* box  */
.box-part{
    background:#FFF;
    border-radius:0;
    padding:30px 10px;
    margin:30px 0px;
}
.box-part > a{
    font-size: normal;
    font-weight: bold;
    display: block;
}
.box-part > a:hover{
    text-decoration: none;
}
.box-part > a::before{
    display: block;
    font-size: 5em;
    text-rendering: auto;
    font-weight: normal;
}