﻿/*http://stackoverflow.com/questions/24066059/bootstrap-3-adding-a-new-set-of-columns*/


.content-block-container {
    /*20140405 overflow: auto;*/ /* forces clearing of the child float */
    zoom: 1; /* give it layout (this can be some other css that does likewise) */      
}  

/* http://embedresponsively.com/ */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


.mm-right
{
    clear:both !important;
    float: right !important;
    margin-left: 20px !important;
    margin-bottom:10px !important;
}
.mm-left
{
    clear:both !important;
    float: left !important;
    margin-right: 20px !important;
    margin-left: 0px !important;
    margin-bottom:10px !important;
}
.content-block-image
{
    margin-bottom:10px !important;
}
.content-gallery
{
    margin-bottom:10px !important;
}
.mm-top
{
    position:relative;
}

.mm-bottom
{
    position:relative;
    width:100%;
}

.content-block-container {
    margin-bottom: 5px;
}

.content-block-container .content-block.tabela3{
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
}
.content-block-container .content-block.tabela2{
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
}
.content-block-container .content-block.tabela4{
    -moz-column-count: 4; /* Firefox */
    -webkit-column-count: 4; /* Safari and Chrome */
    column-count: 4;
}



.content_col_next {
    width:100%;    
    background: #333333;    
    display:inline-block;
}
.content_col_next h4 {
    line-height: 1.2em;
    max-height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    margin: 5px;
    margin-top: 2px;
    color:white;
}
.content_col_next:hover {
    opacity: 0.7;
}


.content_col_author {
    width:100%;    
    background: #333333;    
    display:inline-block;
}
.content_col_author_name, .content_col_author_cv {
    /*line-height: 1.2em;*/
    /*max-height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/  
    margin: 5px;
    margin-top: 2px;
    color:white;
}
.content_col_author_cv {
    font-weight:normal
}
/*.content_col_author:hover {
    opacity: 0.7;
}*/

.content_col_spliter {
    height:10px;    
}

.content_col_feature{
    width:100%;    
    display:inline-block;
}

.content_col_feature h4 {
    line-height: 1.2em;
    max-height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    margin: 5px;
    margin-top: 2px;
}

.content_col_feature p {
    font-size: 13px;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    margin: 5px;
    margin-top: 0px;
    color:black;
}

.content_col_feature:hover {
    opacity: 0.7;
    background-color:#E2E2E2;
}


.content_list_item{
    width:100%;    
    display:inline-block;
}

.content_list_item img {
width:200px;
margin-bottom:3px;
}
.content_list_item.content_promotion img {
width:200px;
}


.content_list_item h4 {
    line-height: 1.2em;
    min-height: 2.4em;
    max-height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 2px;
}
.content_list_item_source {
    font-size: 10px;
}
.content_list_item p {
    font-size: 13px;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    margin: 5px;
    margin-top: 0px;
    color:black;
}
.content_list_item_source {
    margin: 5px;
}
.content_list_item:hover {
    opacity: 0.7;
    background-color:#E2E2E2;
}

.content_list_spliter {
    height:5px;    
    /*height:10px;    */
    clear:both;
}

@media (max-width: 500px) {
    .content_list_one_column .content_list_item img {
        width:100%;
    }
    .content_list_one_column .content_list_item_text {
        clear:both;
    }
}

@media (max-width: 767px/*767px*/) {
    .content_list_two_columns .content_list_item img {
        width:100%;
    }
    .content_list_two_columns .content_list_item_text {
        clear:both;
        min-height:120px;
    }
    .content_list_two_columns .content_list_item_only_title.content_list_item .content_list_item_text {
        min-height:40px;
    }

}
@media (min-width: 768px) and (max-width: 1000px) {
    .content_list_two_columns .content_list_item img {
        width:100%;
    }
    .content_list_two_columns .content_list_item_text {
        clear:both;
        min-height:120px;
    }
    .content_list_two_columns .content_list_item_only_title.content_list_item .content_list_item_text {
        min-height:40px;
    }
}

.content_list_item_only_title.content_list_item img {
width:100%;
}


.content_list_item_only_title.content_list_item h4 {
font-size: 16px;
}

.gallery-fixed4images p,
.content_list_item_only_title h4
 {
    padding-left:7px;
}
@media (max-width: 767px/*767px*/) {

    .content_list_two_columns .content_list_item_text {
        padding-left:7px;
    }
}

/*defined at html
    .content_title_color {
        color: @ss.SiteDesignSettings.ColorFontTitle;
    }
*/


.trunca {
    line-height: 1.2em;
    height: 1.2em;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}
.trunca2lines {
    line-height: 1.2em;
    max-height: 2.4em;
    min-height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
.trunca3lines {
    line-height: 1.2em;
    max-height: 3.6em;
    overflow:hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}
.trunca4lines {
    line-height: 1.2em;
    max-height: 4.8em;
    overflow:hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
}
.trunca5lines {
    line-height: 1.2em;
    max-height: 6em;
    overflow:hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
}
.trunca6lines {
    line-height: 1.2em;
    max-height: 7.2em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
}

.e-trunca2lines {
    line-height: 1.2em;
    height: 2.4em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
.e-trunca3lines {
    line-height: 1.2em;
    height: 3.6em;
    overflow:hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}
.e-trunca4lines {
    line-height: 1.2em;
    height: 4.8em;
    overflow:hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
}
.e-trunca5lines {
    line-height: 1.2em;
    height: 6em;
    overflow:hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
}
.e-trunca6lines {
    line-height: 1.2em;
    height: 7.2em;
    overflow:hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
}


.gallery-fixed4images {
    margin-left:0px;
    margin-right:0px;
    padding-top:4px;
}


/*LatestNews*/
.mini-news
{
    /*overflow-y: scroll;*/
    overflow: hidden;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom:10px;
    max-width:300px;
}

.mini-news .stripped,
.mini-news .stripped-odd
{
    border-top: #DDD;
    padding: 4px;
    text-align: justify;
    border-top: 1px solid #DDD;
    color:#666;
}
.mini-news p {
    margin-bottom: 0px;
}

.mini-news .stripped
{
    background-color: #FFF;
}

.mini-news .stripped-odd
{
    background-color: #F9F9F9;
}


.mini-news-header
{
    position: relative;
    display: block;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.49);
}


.tinyscroll .viewtiny
{
    height: 255px;
    overflow: hidden;
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
}

.tinyscroll .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

.tinyscroll .scrollbar
{
    background: transparent url(/img/scroll-last-news/bg-scrollbar-track-y.png) no-repeat 0 0;
    position: relative;
    float: right;
    width: 15px;
}

.tinyscroll .track
{
    background: transparent url(/img/scroll-last-news/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

.tinyscroll .thumb
{
    background: transparent url(/img/scroll-last-news/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.tinyscroll .thumb .end
{
    background: transparent url(/img/scroll-last-news/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 13px;
}

.tinyscroll .disable
{
    display: none;
}



.content_list_author {
    position: absolute;
    color: white;
    bottom: 0;
    left: 0;
    font-weight: normal;
    font-size: 1em;
    padding: 2px 4px 2px 4px;
    font-weight: normal;
    width:100%;
   /* text-shadow: -1px 0 #444, 0 1px #444, 1px 0 #444, 0 -1px #444;*/
    line-height: 1.2em;
    max-height: 3.6em;
    overflow: hidden;
    background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
}




/*.content_list_author {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    font-size: 13px;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}*/



