/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #333;
}

body {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}

/*
 * Header
 */
.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* IE8 proofing */
    color: rgba(255, 255, 255, .75);
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, .25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

.cover .img-container .img-background .inner {
    width: 100%;
}

.img-container {
    /*display: inline-block;*/
    position: relative;
}

.img-container .img-background + .img-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-background {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    /*background-position: 50% 50%;*/
    background-repeat: no-repeat;
}
.img-background {
    *display: inline;
}
.img-background .inner {
    display: block;
    height: 0;
}

@media (min-width: 768px) {
    .masthead-social {
        padding-left: 20px;
        padding-top: 9px;
    }
}

#geek-watch-background {
    background-color: black;
    width: 100%;
}

#geek-watch-background .inner {
    padding-top: 46.4%;
}

#watches {
    position: absolute;
    width: 76%;
    top: 3%;
    left: 12%;
}

#gw-title {
    position: absolute;
    width: 27.1%;
    top: 59%;
    left: 36.5%;
}

#gw-availability {
    position: absolute;
    width: 28.4%;
    top: 68%;
    left: 35.8%;
}

#gw-app-store-logo {
    position: absolute;
    width: 14.2%;
    top: 74.65%;
    left: 42.9%;
}

#gw-twitter {
    position: absolute;
    width: 6%;
    top: 84%;
    left: 40.8%;
}

#gw-facebook {
    position: absolute;
    width: 6%;
    top: 84%;
    left: 47%;
}

#gw-instagram {
    position: absolute;
    width: 6%;
    top: 84%;
    left: 53.2%;
}

#name-shark-background {
    background-image: url(../img/name_shark_background_752x882.jpg);
    width: 100%;
}

#name-shark-background .inner {
    padding-top: 102%;
}

#stop-forgetting {
    visibility: hidden;
}

#stop-forgetting-vertical {
    visibility: visible;
    position: absolute;
    width: 30.5%;
    left: 50%;
    top: 37%;
}

#ag-logo {
    position: absolute;
    width: 21%;
    left: auto;
    right: 6%;
    bottom: 7%;
}

#name-shark-logo {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 3%;
}

#ns-app-store-logo {
    position: absolute;
    width: 32%;
    left: 50%;
    bottom: 23%;
}

#phone {
    position: absolute;
    width: 24%;
    left: 10%;
    right: auto;
    bottom: 6%;
}

#tiki-kaboom-background {
    background-image: url(../img/tiki_kaboom.jpg);
    width: 100%;
}

#tiki-kaboom-background .inner {
    padding-top: 46.4%;
}

#tk-app-store-logo {
    position: absolute;
    width: 17%;
    left: 10%;
    top: 70%;
}

/*
 * Footer
 */

.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .center .masthead {
        position: fixed;
        top: 0;
    }

    .center .mastfoot {
        position: fixed;
        bottom: 0;
    }

    /* Start the vertical centering */
    .center .site-wrapper-inner {
        vertical-align: middle;
    }

    /* Handle the widths */
    .center .masthead,
    .center .mastfoot,
    .center .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }

    #name-shark-background {
        background-image: url(../img/name_shark_background_1440x727.jpg);
    }

    #name-shark-background .inner {
        padding-top: 46.4%;
    }

    #stop-forgetting {
        visibility: visible;
        position: absolute;
        width: 45%;
        left: 5%;
        top: 8%;
    }

    #stop-forgetting-vertical {
        visibility: hidden;
    }

    #ag-logo {
        position: absolute;
        width: 17%;
        left: 6%;
        right: auto;
        bottom: 7%;
    }

    #name-shark-logo {
        position: absolute;
        width: 56%;
        left: 12%;
        top: 25%;
    }

    #ns-app-store-logo {
        position: absolute;
        width: 17%;
        left: 50%;
        bottom: 7%;
    }

    #phone {
        position: absolute;
        width: 16%;
        left: auto;
        right: 5%;
        bottom: 1.5%;
    }

    #tiki-kaboom-background .inner {
        padding-top: 46.4%;
    }
}

@media (min-width: 1500px) {
    .cover {
        padding: 0px;
    }

    .masthead,
    .mastfoot,
    .cover-container {
        width: 1440px;
    }

    .cover .img-container .img-background .inner {
        width: 1440px;
    }
}

@media (min-width: 1500px) {
    .center .masthead,
    .center .mastfoot,
    .center .cover-container {
        width: 1440px;
    }
}

.left {
    text-align: left;
    font-family: Roboto, "Helvetica Neue", Helvetica;
    font-weight: 100;
    font-size: 18px;
    margin-left: 15%;
    margin-right: 15%;
}

.left a {
    color: #FBD506;
}

.left h2, h3 {
    color: #00AAB5;
}

.left h1 {
    /*color: #FBD506;*/
}

.left h3 {
    color: #C0C0C0;
}

.left q {
    color: #00AAB5;
}

.left cite {
    font-style: italic;
    color: #C0C0C0;
}

.left .photo_stack {
    text-align: center;
}

.left .photo_stack img {
    width: 23%;
}