﻿.file-box {
    float: left;
    width: 220px;
}

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file .icon, .file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon i {
    font-size: 70px;
    color: #dadada;
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    min-height:100px;
}

.file-name small {
    color: #676a6c;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.file-delete{
    display:none;
}

.file:hover .file-delete {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
}

mark {
    background: orange;
    color: black;
}

div.container > h3 {
    font-size: 16px;
}

.owl-carousel .owl-item {
    height: 315px !important;
}

.owl-carousel.featured .owl-featured-item a.figure > img {
    height:250px !important;
}

.div-studi > h2 > p > a {
    color: #F07057;
}

.size-22 {
    font-size: 22px !important;
}

.size-24 {
    font-size: 24px !important;
}

.inews-item-content{
    min-height: 130px;
}