/*
GARTH BROOKS / CHRIS GAINES
C O U N T D O W N

Do the right thing SNL.

*/
/* Selection colours (easy to forget) */
::selection {
    background: rgb(254, 248, 214);
}

::-moz-selection {
    background: rgb(254, 248, 214);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: rgb(254, 248, 214);
}

body {
    font-family: sans-serif;
    font-weight: 500;
    background: #000;
    color: #fff;
    min-width: 320px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.montserrat.bold {
    font-weight: 700;
}

.montserrat.heavy {
    font-weight: 900;
}

.padding-none {
    padding: 0;
}

.padding-xsmall {
    padding: 0.5em;
}

.padding-small {
    padding: 1em;
}

.padding {
    padding: 1.5em;
}

.padding-large {
    padding: 3em;
}

.padding-xlarge {
    padding: 7em;
}

.padding-top-none {
    padding-top: 0;
}

.padding-top-xsmall {
    padding-top: 0.5em;
}

.padding-top-small {
    padding-top: 1em;
}

.padding-top {
    padding-top: 1.5em;
}

.padding-top-large {
    padding-top: 3em;
}

.padding-top-xlarge {
    padding-top: 7em;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-bottom-xsmall {
    padding-bottom: 0.5em;
}

.padding-bottom-small {
    padding-bottom: 1em;
}

.padding-bottom {
    padding-bottom: 1.5em;
}

.padding-bottom-large {
    padding-bottom: 3em;
}

.padding-bottom-xlarge {
    padding-bottom: 7em;
}

.padding-left-none {
    padding-left: 0;
}

.padding-left-xsmall {
    padding-left: 0.5em;
}

.padding-left-small {
    padding-left: 1em;
}

.padding-left {
    padding-left: 1.5em;
}

.padding-left-large {
    padding-left: 3em;
}

.padding-left-xlarge {
    padding-left: 7em;
}

.padding-left-xxlarge {
    padding: 9em;
}

.padding-right-none {
    padding-right: 0;
}

.padding-right-xsmall {
    padding-right: 0.5em;
}

.padding-right-small {
    padding-right: 1em;
}

.padding-right {
    padding-right: 1.5em;
}

.padding-right-large {
    padding-right: 3em;
}

.padding-right-xlarge {
    padding-right: 7em;
}

.padding-right-xxlarge {
    padding-right: 9em;
}

.margin-top-none {
    margin-top: 0;
}

.margin-top-xsmall {
    margin-top: 0.5em;
}

.margin-top-small {
    margin-top: 1em;
}

.margin-top {
    margin-top: 1.5em;
}

.margin-top-large {
    margin-top: 3em;
}

.margin-top-xlarge {
    margin-top: 7em;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-bottom-xsmall {
    margin-bottom: 0.5em;
}

.margin-bottom-small {
    margin-bottom: 1em;
}

.margin-bottom {
    margin-bottom: 1.5em;
}

.margin-bottom-large {
    margin-bottom: 3em;
}

.margin-bottom-xlarge {
    margin-bottom: 7em;
}

.margin-left-none {
    margin-left: 0;
}

.margin-left-xsmall {
    margin-left: 0.5em;
}

.margin-left-small {
    margin-left: 1em;
}

.margin-left {
    margin-left: 1.5em;
}

.margin-left-large {
    margin-left: 3em;
}

.margin-left-xlarge {
    margin-left: 7em;
}

.margin-right-none {
    margin-right: 0;
}

.margin-right-xsmall {
    margin-right: 0.5em;
}

.margin-right-small {
    margin-right: 1em;
}

.margin-right {
    margin-right: 1.5em;
}

.margin-right-large {
    margin-right: 3em;
}

.margin-right-xlarge {
    margin-right: 7em;
}

.black {
    color: #292929;
}

.black-bg {
    background-color: #292929;
}

.white {
    color: #fefefe;
}

.white-bg {
    background-color: #fefefe;
}

.red {
    color: #b51a1f;
}

.red-bg {
    background-color: #b51a1f;
}

.grey {
    color: rgba(255, 255, 255, 0.4);
}

.grey-bg {
    background-color: rgba(255, 255, 255, 0.4);
}

a,
a:link {
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}

a:hover,
a:visited:hover {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

a.no-underline {
    border-bottom: none;
}

.button {
    display: inline-block;
    padding: 10px;
    background: #b51a1f;
    color: #fff;
    border-bottom: none !important;
    border-radius: 3px;
}

.button:hover {
    background-color: #900;
    color: #fefefe;
    border-bottom: none;
    cursor: pointer;
}

.button.large {
    font-size: 22px;
    padding: 10px 40px;
    border-radius: 40px;
}

.button .subtext {
    display: block;
    margin-top: 0px;
    font-size: 0.8rem;
}

.button.black-bg {
    background-color: #000;
}

.button.black-bg:hover {
    background-color: #292929;
    color: #fefefe;
}

.button.tag {
    display: block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background: #292929;
    font-size: 14px;
    font-weight: 900;
}

.button.tag:hover {
    background: #900;
}

li.active .button.tag {
    background: #f00;
}

li.active .button.tag:hover {
    background: #900;
}

.uppercase {
    text-transform: uppercase;
}

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

.block {
    display: block;
}

.is-hidden {
    display: none !important;
}

.relative {
    position: relative;
}

.float {
    float: left;
}

.half {
    width: 50%;
}

.full-height {
    height: 100vh;
}

.fullsize-container {
    height: 90vh;
    position: relative;
    z-index: 0;
}

.notso-fullsize-container {
    height: 60vh;
    position: relative;
    z-index: 0;
}

.fullsize-container.shortened {
    height: 95vh;
}

.fullheight {
    height: 100%;
}

.vertical-align {
    top: 50%;
    transform: translateY(-50%);
}

.topmost {
    position: relative;
    z-index: 25;
}

.introduction {
    background-color: #12130e;
}

.introduction .half {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.intro-content {
    margin-left: auto;
    margin-right: auto;
}

.even-wider {
    width: 70%;
}

.less-wide {
    width: 30%;
}

.medium-only-padding-left {
    padding-left: 0px;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-only-padding-left {
        padding-left: 30px;
    }
}

@media screen and (max-width: 39.9375em) {
    .small-only-padding-none {
        padding: 0px;
    }
}

select {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fefefe;
    background-color: #292929;
    padding: 10px 15px;
    width: 81%;
    margin: 0 auto;
    background-image: url("images/chevron_down.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-position-x: 95%;
}

.bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.darken {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.darkener {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.bg.faces {
    background-image: url("images/chris-and-garth.jpg");
    /* -webkit-filter: blur(2px);
 -moz-filter: blur(2px);
 -o-filter: blur(2px);
 -ms-filter: blur(2px);
 filter: blur(2px);*/
}

.bg.fingers {
    background-image: url("images/gaines--right.jpg");
    background-position: top right;
}

.bg.stage {
    background-image: url("images/brooks-snl.jpg");
    background-position: left center;
}

.bg.faces.new {
    background-image: url("images/garth-gaines-side-by-side.jpg");
}

.video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-position: top center;
}

.video-bg video {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    background-position: top center;
}

#utopia {
    display: none;
}

.countdown-container {
    border: 1px solid #000;
    /*position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);*/
}

.time-value {
    font-size: 30px;
}

.time-container li {
    text-align: center;
}

.time-label {
    display: block;
    border-top: 2px solid #fff;
    padding-top: 5px;
    margin-top: 8px;
}

.arrow-down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 5px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.arrow-down a {
    opacity: 0.5;
    border-bottom: none;
}

.arrow-down a:hover {
    border-bottom: none;
    opacity: 1;
    color: #fff;
}

.garth-stage-img {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.source {
    line-height: 1;
    opacity: 0.5;
}

.social-container a.block {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.social-container a.block:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

.input {
    width: 100%;

    padding: 12px 18px;
    background: #000;
    border: 1px solid #333;
    font-size: 18px;
}

.input.rounded {
    border-radius: 22px;
}

.input:active,
.input:focus {
    border-color: #fff;
    outline: 0;
}

.gif-experience {
    min-height: 900px;
}

.garth-gif .tools {
    position: absolute;
    bottom: 30px;
    right: 18px;
    height: 40px;
    opacity: 0;
}

.garth-gif:hover .tools {
    opacity: 1;
}

.garth-gif .tools a {
    border-bottom: none;
    text-decoration: none;
    display: inline-block;
    min-width: 40px;
    text-align: center;
}

.garth-gif .tools-link {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #292929;
    color: #fff;
}

.garth-gif .tools-link:hover {
    background-color: #b51a1f;
}

.tooltipper {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: 8px;
    width: 95%;
    text-align: center;
    padding: 2px 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* styles for desktop */
.tinynav {
    display: none;
}

body.embed {
    height: 100%;
    min-height: 100vh;
}

body.embed video {
    width: 100%;
    height: 100%;
    position: absolute;
}

.garth-gif .tools .mobile-label {
    padding-right: 0.5em;
}

/* styles for mobile */
@media screen and (max-width: 39.9375em) {
    .tinynav {
        display: block;
    }

    #gifnav {
        display: none;
    }

    .garth-gif .tools {
        opacity: 1;
        position: relative;
        height: auto;
        bottom: auto;
        right: auto;
        padding-top: 3px;
        font-size: 12px;
    }

    .garth-gif .tools a {
        min-width: 70px;
        margin-left: 0;
    }

    .garth-gif .tools a img {
        max-width: 20px;
        display: inline;
        float: right;
    }
    .garth-gif .tools a.embed-link {
        display: none;
    }
    .garth-gif .tools a.download-gif-link img {
        max-width: 15px;
    }
}

@media screen and (min-width: 64em) {
}

@media screen and (min-width: 40em) {
    .bg.stage {
        background-position: 25% center;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-only-darkener {
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        height: 100%;

        z-index: 20;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+19 */
        background: -moz-linear-gradient(
            left,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 19%,
            rgba(0, 0, 0, 0.6) 100%
        );
        /* FF3.6-15 */
        background: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 19%,
            rgba(0, 0, 0, 0.6) 100%
        );
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 19%,
            rgba(0, 0, 0, 0.6) 100%
        );
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=1);
        /* IE6-9 */
    }
}

@media screen and (min-width: 40em) and (max-width: 90.9375em) {
    .half {
        width: 75%;
    }

    .half h1 {
        font-size: 35px;
    }

    .bg.faces.new {
        background-size: contain;
        background-position: top center;
    }

    .half .padding-xlarge {
        padding: 5em;
    }

    .half .padding-left-xxlarge {
        padding-left: 1em;
    }

    .half .padding-right-xxlarge {
        padding-right: 1em;
    }

    .half.vertical-align {
        margin: 0 auto;
    }
}

@media screen and (max-width: 39.9375em) {
    .gif-experience {
        min-height: auto;
    }

    .fullsize-container {
        height: auto;
        min-height: 95vh;
    }

    .half {
        width: 100%;
    }

    .half.vertical-align {
        transform: none;
        padding-top: 56%;
    }

    body.subpage .half.vertical-align {
        padding-top: 20px;
    }

    .half.vertical-align .topmost {
        padding-top: 0px;
        padding-left: 20px;
        position: relative;
        top: -50px;
    }

    .half h1,
    .social-container h1 {
        font-size: 22px;
    }

    .half h2,
    .social-container h2 {
        font-size: 16px;
    }

    .half .padding-xlarge {
        padding: 3em;
    }

    .half .padding-left-xxlarge {
        padding-left: 2em;
    }

    .half .padding-right-xxlarge {
        padding-right: 2em;
    }

    .topmost.margin-bottom-large {
        margin-bottom: 0;
    }

    .half.topmost {
        width: 95%;
    }

    body.subpage .half.topmost {
        min-height: 95vh;
    }

    .bg.faces,
    .bg.stage {
        position: absolute;
        background-size: cover;
        background-position: top center;
        top: 0;
        left: 0;
        height: 0;
        padding-top: 56.25%;
    }

    .primary-cta a,
    .take-action a {
        display: block;
        text-align: center;
    }

    .take-action a {
        margin-bottom: 4px;
    }

    .social-container {
        padding-top: 0;
    }

    .social-container .social-text-container {
        padding-left: 1em;
        padding-right: 1em;
    }

    .social-container [class*="block-grid-"] {
        margin: 0 !important;
    }

    .social-container a.block img {
        width: 100%;
        height: auto;
    }

    .take-action a.margin-left-xsmall {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .about-container .topmost {
        padding-top: 60%;
    }
}
