
.modal_holder{
	display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal_holder.open{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_holder .content{ 
	margin: auto;
    padding: 0!important;
    border: none!important;
    width: 90%;
    max-width: 600px;
    position: relative;  
}


.modal_holder .modal_content {
	clear: both;
    margin: auto;
    padding: 0!important;
    border: none!important;
    max-width: 560px;
}

.modal_holder .close{
	font-size: 20px;
	color:#fff;
	padding: 10px;
	float: right;
}

.most_recent_video .video{
	max-width: 100%;
	max-height: 398px;    
}

.most_recent_video.image .video{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 315px;
}

.most_recent_video .video .fluid-width-video-wrapper{
	margin: 0;
    max-width: 100%;
}

.modal_content .video{
	max-width: 560px;
	height: 315px;
}

.video .fluid-width-video-wrapper{
    padding: 0 !important;
    height: 100%;
}

.video .fluid-width-video-wrapper iframe{
	position: relative !important;
	height: 315px;
}

.pagination{
	float: left;
    width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}

.pagination:after{
	clear: both;
}

.pagination .item{
	width: 33.33%;
	margin: 40px 0;
}

.pagination .item.previous{
	text-align: left;
}
.pagination .item.counter{
	text-align: center;
}
.pagination .item.next{
	text-align: right;
}

.pagination .item a{
	border-radius: 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	font-weight: 500;
    margin: 0 7px;
    border: solid 1px #d3d3d3;
    padding: 0 15px;
    outline: 0;
    font-weight: 500!important;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    background: #f8f8f8;
    color: #272727;
}

.pagination .item .hide{
    display: none !important;
}


.videos{
	float: left;
    width: 100%;
    padding: 20px 0 0;
    position: relative;
}

.videos .group{
	display:none;
}

.videos .group.visible{
	display: block !important;
	min-height: 200px;
}

.pagination .item.previous a{
	display: none;
}

.videos .video_item{
	position: relative;
	float: left;
	padding: 5px 0px;
}

.videos .video_item:after{
	clear: both;
}

.videos .video_item .image_thumbnail{
	float: left;
    margin-right: 20px;
    width: 30%;
}

.videos .video_item .title{
	font-size: 14px;
    font-weight: 500;
    line-height: 1em!important;
    color: #034575;
    text-decoration: none;
    /*padding: 5px 0;*/
    /*margin: 10px 0 0;*/
    width: 100%;
    display: block;
    z-index: 10;
}


.video_item .noticia-fechada{
    width: 18px;
    top: 5px;
    left: 5px;
}