

body {
    background:url(/assets/img/poster.png) rgba(0,0,0,0);!important;
}
button,
.button {
    background: #8cc63f;
    font-family: 'Open Sans', sans-serif;
}
button:hover,
.button:hover {
    background: #69952f;
}
button.secondary, .button.secondary {
    border: 1px solid #8cc63f;
    background: #fff;
    color: #8cc63f;
}
button.secondary:hover, .button.secondary:hover {
    border: 1px solid #8cc63f;
    background: #8cc63f;
    color: #fff;
}




/* Rows
=============================== */
.row {
    z-index: 2;
}
.video-row-2 {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.video-row-2 .row {
    background: url('../img/leaf-bg.png') right center no-repeat;
    padding:100px 0;

}
.video-row *,
.video-row-2 *{
    color: #e6e6e6;
}
.white-row {
    background: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.white-row .row {
    margin-top:75px;
    margin-bottom: 50px;
}
.white-row .row .row {
    margin-top:0;
    margin-bottom: 0;
}
#footer {
    background: #000;
    float: left;
    width: 100%;
    padding:30px 0 20px;
}
#footer *{
    color:#a1a69a
}
.video-row {
    margin:30px auto;
}
@media only screen and (min-width: 40.063em) {
    .video-row {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin: 10% auto;
    }
}



/* Header
========================== */
#header {
    background: #000;
}
#header a {
    color: #ccc;
    line-height: 100px;
    font-size:12px;
    letter-spacing: 1px;
    height: 100px;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    padding:0;
}
#header a:hover {
    color: #fff
}
#header li {
    padding: 0;
}
.logo {
    margin: 40px 0 0;
}
#navigation a {
    margin: 0;
    float: right;
    padding: 0 0 0 20px;
}
.sub-nav {
    z-index: 9999 !important;
}
[data-magellan-expedition], [data-magellan-expedition-clone] {
    background: none !important;
}
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    overflow: visible;
}
.homepage {
    padding: 3em 0;
    float: left;
    width: 100%;
}
@media all and (min-width: 1025px) {
    .homepage {
        padding: 3em;
    }
    .homepage .columns {
        padding: 3em;
    }
}

/* Fonts
========================== */
body, p, *, a, p a,h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
p,
a,
p a,
li,
table tr th,
table tr td {
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}
a,
p a {
    color: #8cc63f;
}
a:hover,
p a:hover {
    color: #69952f;
}
ul {
    margin: 0 0 30px 0;
    list-style: none;
}



/* Home Video
=============================== */
.flare_holder { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); }
.flare { width: 100%; height: 100%; position: absolute; top: left; }
.flare video { width: 100%; height: auto; }
.flare img { width: auto; height: 100%; }
.touch_video { height: 100%; width: 100%; background-size: cover; }
.page_touch_video { min-height: 500px; }
.dots { background: url('/assets/img/dots.png'); width: 100%; height: 100%; position: absolute; top: left; }
@media only screen and (max-width: 40.063em) {
    .flare_holder {
        display: none;
    }
}


/* Live Stats
============================= */
#live-stats,
#live-stats html,
#live-stats html body,
#live-stats div,
body {
    background-color:rgba(0,0,0,0)!important;
    border: 0;
}
#live-stats *{
    background-color:rgba(0,0,0,0) !important;
}


#about {
    background: url('/assets/img/about.png') center top no-repeat #fff;
}

.row.director {
    padding: 30px 0 10px;
}
.director img {
    border-radius: 50%;
}
.director h5 {
    margin: 5px 0;
}


/* Table
============================= */
table {
    border-spacing: 0;
    border: none;
    margin-bottom: 50px;
    width: 100%;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f3f9eb;
}




/* Contact
============================= */
#map-relative {
    position: relative;
    height: 50%;
}
#map-canvas {
    height: 100%;
    width: 100%;
}
#hovering {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#hovering-panel {
    background: #fff;
    margin-top: 6%;
    padding: 30px;
    border-radius: 20px;
}
#hovering-panel img {
    margin-bottom: 15px;
}
#hovering-panel p {
    margin-bottom: 0;
}


@media all and (max-width: 1024px) {
    .white-row .row {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    #header a {
        line-height: 45px;
        height: 45px;
    }
    #navigation {
        width: 100%;
        display: none;
    }
    #navigation a {
        width: 100%;
        float: right;
    }
    #navigation a:focus {
        background:#8cc63f;
        color: white;
    }
    #hamburger {
    }
    #hamburger img {
        height: 15px;
        padding-right:10px;
        padding-left:10px;
    }
}
@media all and (max-width: 1024px) {
    #about {
        background-image: none;
    }
}

#company-name-hp {
    display: none;
    visibility: hidden;
}
