@media (min-width:992px) {
    .title {
        margin-top: 0;
    }
}
.pr-10 {
    padding-right: 10px;
}
.space-bottom {
    padding-bottom: 20px;
}
.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}
/* Blog pages
---------------------------------- */
.blogpost {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    margin: 0 0 70px;
    position: relative;
}
.blogpost .blogpost-body {
    padding: 20px 20px 0 20px;
    min-height: 275px;
    overflow: hidden;
}
.blogpost h2.title {
    margin-bottom: 0;
    margin-top: 0;
}
.blogpost .blogpost-content {
    padding: 0 0 10px;
    margin-left: 100px;
}
.blogpost footer {
    background-color: #f1f1f1;
    padding: 12px 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 2;
    clear: both;
}
ul.pagination,
ul.pager {
    margin: 20px 0 40px;
    text-align: left;
}
ul.pagination li {
    padding: 0;
    margin: 0 5px 0 0;
    border-bottom: none;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
    padding: 10px 15px;
    border: 1px solid #f3f3f3;
    line-height: 1;
    background-color: #fafafa;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
}
ul.pagination li > a:focus {
    background: none;
}
article.blogpost footer a.pull-right:hover{
    text-decoration:none;
}
/*---------------------------------- */
ul.pagination li > a:hover {
    color: #ffffff;
    background-color: #3d78d8;
    border-color: #3d78d8;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    color: #ffffff;
    background-color: #3d78d8;
    border-color: #3d78d8;
    line-height: 1;
}
.blogpost .blogpost-body {
    min-height: auto;
    height: auto;
    overflow: hidden;
}
.blogpost .blogpost-body .foto-news {
    height: 150px;
    float: left;
    margin: 0 30px 20px 0;
}
#news_3 .col-md-6 p{    height: 100px;}
#news_3 .col-md-6 .fa {      font-size: 70px;
    float: left;
    margin-right: 30px;}
#news_3		tbody {
    background-color: #fafafa;
}
.blogpost .blogpost-body .foto-news img {
    height: 100%;
}
.blogpost .blogpost-body .foto-inside-news {
    float: none;
    height: auto;
    text-align: center;
    width: 100%;
}
.blogpost .blogpost-body .foto-inside-news img {
    margin: 0 auto;
    height: auto;
}
.blogpost .blogpost-content {
    margin-left: 0px;
}
.blogpost .blogpost-content h2 {
    margin-bottom: 20px;
}
.link.collapse:after {
    content: "";
}
.link.collapse:before {
    content: "\f177";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
}
.link.collapse {
    padding-right: 0;
    padding-left: 23px;
}
.mfp-iframe-holder .mfp-content {
    max-width: 700px;
    height: 1100px;
}
.mfp-iframe-scaler iframe {
    background: transparent;
    box-shadow: none;
}
@media (max-width: 767px){
    #news {
        padding: 0 10px;
    }
    .blogpost {
        margin-bottom: 40px;
    }
    .blogpost .blogpost-body .foto-news {
        height: 80px;
        margin: 0 15px 10px 0;
        /*display: none;*/
    }
    .blogpost .blogpost-content h2 {
        font-size: 20px;
    }
    .blogpost .blogpost-body {
        padding: 20px 0 0 0;
    }
    .foto-inside-news img {
        max-width: 100% !important;
    }
}
