
@charset "utf-8";

/*   CSS Document   */

#indexPage .module .container_header .subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 195px;
    display: inline-block;
}

#indexPage .module.project .container_category {
    float: left;
    position: relative;
    top: -60px;
    margin-bottom: -50px;
}

.container_target {
    position: relative;
    color: transparent
}

.container_target:after {
    content: "TEQUILA :";

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    line-height: 59px;

    width: 80px;

    text-align: right;
    color: #898989;
}

.container_target a:first-child {
    padding-left: 32px;
}

.container_target i {
    color: #898989;
}

#header .nav .subnav li a {
    text-transform: uppercase;
}