/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;

}

body.white-bg
{
    background: #fff;
}

.bg-film
{
    background-image: url(../img/film-tv/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Syncopate', sans-serif;
    
    font-weight: 100;
}

p
{
    font: 13px/23px Arial, sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#galleria, .front
{
    position: absolute;
    top: -15px;
}

#galleria
{
    z-index: 8888;
}

.front
{
    z-index: 9999;
    padding: 1em;
    left: 0;
}

.front-relative
{
    position: relative;
    top: -15px;
    left: -50px !important;
    float: left;
    width: 382px;
    padding: 1em;

}

.grid
{
    float: left;
    width: 590px;
    position: relative;
    top: 22px;
}

.grid .row
{
    clear: both;
    margin-bottom: 15px;
}

.grid .cols2
{
    float: left;
    width: 275px;
    margin-left: 20px;
}

.row .cols2:first-child
{
    margin-left: 0;
}

.video-title
{
    color: #fff;
    font-size: 13px;
}

.video-title:hover
{
    color: #e60000
}

header h1
{
    font-weight: 400;
    font-size: 4em;
    line-height: 35px;
    margin: 0.5em 0 1em 0;
    color: #fff;
    text-align: center;
}

.claim
{
    font-size: .28em;
}

.main-menu ul
{
    margin: 0;
    padding: 0;
    line-height: 35px;
}

.main-menu li 
{
    margin-bottom: 15px;
}


.main-menu a 
{
    font-weight: 300;
    text-decoration: none;
    font-size: 1.3em;
    color: #fff;
}

.main-menu-black a
{
    color: #000;
}

.main-menu a:hover, .main-menu a.active
{
    color: #e60000;
}

.bio-content
{
    position: absolute;
    right: 2%;
    top: 2%;
}

.bio
{
    padding: 20px;
    color: #fff;
    position: relative;
    width: 500px;
    line-height: normal;
    overflow: hidden;
    height: 600px;
    font-weight: 400;
    border: 1px solid #eee;
}

.author-text
{
    color: #000;
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    font-size: 0.7em;
}

.social-contact
{
    position: relative;
    z-index: 9999;
}

.social-contact ul
{
    list-style: none;
    margin: 15px 0;
    float: left;
    padding: 0;
}

.social-contact li
{
    margin-left: 10px;
}

.social-contact li:first-child
{
    margin: 0;
}

.dropDownMenu
{
    display: none;
    position: absolute;
    z-index: 9999;
}

.red
{
    color: #e60000;
}

.black
{
    color: #000;
}

.white
{
    color: #fff;
}

.left 
{
    float: left;
}

.mrgR10
{
    margin-right: 10px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 320px) {
    .phone 
    {
        font-size: 0.7em;
    }
    .no-visibility-mobile
    {
        display:none;
    }

    header h1
    {
        font-size: 3em;
        line-height: 25px;
    }

    .bio-content
    {
        position: absolute;
        right: 0;
        margin-left: 7%;
        top: 38%;

    }

    .bio 
    {
        background: rgba(0,0,0,0.1);
        width: 85%;
        height: 300px;
        z-index: 0;

    }
    
    .dropDownMenu
    {
        display: block;
        top: 115px;
    }

    .main-menu 
    {
        display: none;
    }

    .main-menu ul
    {
        line-height: normal;
    }

    .main-menu a
    {
        font-size: 0.85em;
    }

    .front-relative
    {
        position: relative;
        top: -15px;
        left: 0 !important;
        float: left;
        width: 382px;
        padding: 1em;

    }


}

@media only screen and (min-width: 480px) {
    .phone 
    {
        font-size: 0.7em;
    }
    .no-visibility-mobile
    {
        display:none;
    }

    header h1
    {
        font-size: 3em;
        line-height: 25px;
    }

    .bio-content
    {
        position: absolute;
        right: 0;
        margin-left: 7%;
        top: 38%;
    }


    .bio 
    {
        background: rgba(0,0,0,0.1);
        width: 85%;
        height: 300px;
        z-index: 0;

    }
    
    .dropDownMenu
    {
        display: block;
        top: 115px;
    }

    .main-menu 
    {
        display: none;
    }

    .main-menu ul
    {
        line-height: normal;
    }

    .main-menu a
    {
        font-size: 0.85em;
    }

    .front-relative
    {
        position: relative;
        top: -15px;
        left: 0 !important;
        float: left;
        width: 382px;
        padding: 1em;

    }

}

@media only screen and (min-width: 768px) {
    .no-visibility-mobile
    {
        display: block;
    }
    header h1
    {
        font-size: 4em;
        line-height: 35px;
    }

    .bio 
    {
        background: rgba(255,255,255,1);
        width: 200px;
        height: 600px;
        z-index: 9999;

    }

    .bio-content
    {
        position: absolute;
        right: 2%;
        margin-left: 0;
        top: 2%;
    }

    .dropDownMenu
    {
        display: none;
    }

    .main-menu 
    {
        display: block;
    }

    .main-menu ul
    {
        line-height: 35px;
    }

    .main-menu a
    {
        font-size: 1.3em;
    }

    .front-relative
    {
        position: relative;
        top: -15px;
        left: 0 !important;
        float: left;
        width: 382px;
        padding: 1em;

    }

}


@media only screen and (min-width: 1140px) {
    .no-visibility-mobile
    {
        display: block;
    }
    header h1
    {
        font-size: 3em;
        line-heigh4: 25px;
    }

    .bio 
    {
        background: rgba(255,255,255,1);
        width: 300px;
        height: 600px;
        z-index: 9999;

    }

    .bio-content
    {
        position: absolute;
        right: 2%;
        margin-left: 0:;
        top: 2%;
    }

        .dropDownMenu
    {
        display: none;
    }

    .main-menu 
    {
        display: block;
    }

    .main-menu ul
    {
        line-height: 35px;
    }

    .main-menu a
    {
        font-size: 1.3em;
    }

    .front-relative
    {
        position: relative;
        top: -15px;
        left: -75px !important;
        float: left;
        width: 382px;
        padding: 1em;

    }

}

.hint{
    cursor:pointer;
}

.tooltip{
    margin:8px;
    padding:8px;
    color:#e60000;
    border:1px solid #eee;
    background-color:#fff;
    position: absolute;
    z-index: 2;
    font-size:15px;
    text-align: left;
    z-index: 9999;
    line-height: normal;
}

@media only screen and (min-width: 1400px) {
    .no-visibility-mobile
    {
        display: block;
    }
    header h1
    {
        font-size: 4em;
        line-height: 35px;
    }

    .bio 
    {
        background: rgba(255,255,255,1);
        width: 350px;
        height: 600px;
    }

    .bio-content
    {
        position: absolute;
        right: 2%;
        margin-left: 0;
        top: 2%;
    }

        .dropDownMenu
    {
        display: none;
    }

    .main-menu 
    {
        display: block;
    }

    .main-menu ul
    {
        line-height: 35px;
    }

    .main-menu a
    {
        font-size: 1.3em;
    }

    .front-relative
    {
        position: relative;
        top: -15px;
        left: -75px !important;
        float: left;
        width: 382px;
        padding: 1em;

    }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}