
p {
    font-size: 16px;
    line-height: 16px;
}

.overlay {
    display: none;
}

/* ==========================================================================
   ELEMENTS
   ========================================================================== */

.overlay {
    display: block !important;
}

.button-more {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    border-radius: 6px;
}

.play-button {
    display: none;
}

.tag {
    font-size: 12px;
    display: block;
    margin-top: 100px;
}

/*********************************************
 * HEADER
 *********************************************/

.logo {
    background: #f00 url(../../../graphics/logo.png) no-repeat center center;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    display: block;
    float: none;
    height: 72px;
    margin: 0 auto 24px auto;
    width: 95%;
}

.search {
    display: none;
}

.main-nav {
    float: none;
    margin: 0 auto;
    width: 95%;
}

.main-nav li {
    margin: 0;
    width: 50%;
}

.main-nav-link {
    margin: 0 12px;
    width: auto;
}

.main-social-menu  {
    display: none;
}

/* ==========================================================================
   FEATURE
   ========================================================================== */

.video-haikus {
    left: 12px;
    pointer-events: none;
}

/* ==========================================================================
   FEATURE OPTIONS
   ========================================================================== */

.feature-options .inner {
    padding: 12px;
}

.feature-social-menu li {
    width: 24px;
    height: 24px;
}

.feature-social-menu a {
    border-radius: 6px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
    display: block;
}

/*********************************************
 * VIDEO PLAYER
 *********************************************/

.video-player {
    height: 300px;
}

.thumbnail {
    width: 100%;
}

.lines p {
    line-height: 2em;
}

.video-haikus {
    top: 0px;
}

.lines {
    padding-top: 24px;
    height: 100%;
}

.haiku-menu {
    position: absolute;
    bottom: 36px;
    margin: 0;
}

/*********************************************
* SHARED
**********************************************/
.menu .ir a:hover {
    background-color: #F00;
}
.twitter {
    background: url(../../../graphics/icon-social-twitter.png) no-repeat center center;
    background-size: 100%;
}

.facebook {
    background: url(../../../graphics/icon-social-facebook.png) no-repeat center center;
    background-size: 6px 14px;
}