body,
html {
    height: 100%;
    margin: 0;
}

.color-primary {
    color: #06c !important;
}

.fade-half {
    opacity: .5;
}

a:hover {
    color: #06c;
    text-decoration: underline;
}

h1.title {
    color: #06c;
    font-weight: 200;
    margin: 30px 0;
}

h3 {
    font-weight: 200;
}
.uppercase{
    text-transform: uppercase;
}
header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    min-height: 100px;
}

header .container {
    position: relative;
}

header nav {
    position: absolute;
    right: 110px;
    bottom: 0;
}

header img {
    width: 100%
}

header ul.menu {
    position: absolute;
}

header .logo-roche {
    display: inline-block;
    position: absolute;
    width: 72px;
    top: 32px;
    right: 32px;
}

header .logo-site {
    display: inline-block;
    position: absolute;
    width: 35%;
    padding-top: 10px;
}

/*
.hero-image {
    background-image: url("../img/bghome3.jpg");
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
*/

footer {
    min-height: 80px;
    background: #292929 url('../img/footer.jpg') ;
    background-size: contain;
    color: #fefefe;
    padding-top: 26px;
}

footer img {
    width: 100%
}

footer .logo-roche {
    width: 48px;
    display: inline-block;
}

.main-container p{
    font-size: 18px;
    font-weight: 100;
}
.video-wall{
    position: relative;
    /* border: solid 1px #efeeed; */
    border-radius: 0;
	/* box-shadow: 5px 5px 15px #888888; */
    /* box-shadow: 0 2px 9px rgba(100,100,100,.25); */
    font-size: 0;
    /* max-width: 400px; */
}

.video-wall img{
    width: 100%
}
p.video-label{
    font-size: 15px;
    text-align: left;
    padding: 3px 7px;
    font-weight: 400;
}

.youtube-play{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.youtube-play img {
    width: 100%;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.infoLabel { 
    font-size: 11px !important;
}

@media screen and (max-width: 414px) { 
    header {
        min-height: 60px;
    }
    header .logo-site {
        width: 50%;
    }
    header .logo-roche {
        width: 60px;
        top: 14px;
        right: 10px;
    }
    .parallax-window {
        min-height: 300px;
    }
    .main-container{
        margin-top: -50px;
    }
    .main-container p {
        font-weight: 400;
    }
}


