﻿/*============tabs=============*/
.nav_tabs
{
    margin: 0;
    padding: 0;
}
.tab
{
    display: inline-block;
    zoom: 1;*
    display: inline;
    background: #979b9c;
    width: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.tab a
{
    font-size: 15px;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
}
.tab a:hover
{
}
.tab.active
{
    background: #364255;
    position: relative;
}
.tab a.active
{
    /* font-weight: bold; */
}

.tab_cont
{
    padding: 25px 55px;
}
/* ==========termina tabs============*/

/*========publicaciones===========*/

.publication_wrapper
{
    width: 240px;
    float: left;
    margin-right: 97px;
    margin-bottom: 30px;
}

.publication_wrapper .date
{
    text-transform: none;
    margin-top:10px;
   
}

/*General Mosaic Styles*/

.publication
{
    height: 377px;
    width: 240px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #CECECE;
    margin:15px 0 0px;
    background: #111 url(../js/mosaic/img/progress.gif) no-repeat center center;
}


.mosaic-backdrop
{
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111;
}

.mosaic-overlay
{
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
}

.details
{
    /* padding:50px 20px; */
    margin: 51% 0%;
    text-align: center;
}


.details h4
{
    color: #fff;
    font-size: 35px;
    width:170px;
    margin: 0 auto;
     padding-bottom:2px;
    border-bottom: 2px solid #fff;
}

.details img
{
    padding-left:20px;
}
.fade .mosaic-overlay
{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    background: url(../js/mosaic/img/bg-black.png);
}








/*=========termina publicaciones=====*/