
.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.abs-fs {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: none transparent
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.gpu-hack {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.sven-wrapper {
    z-index: 0
}

.sven-wrapper, .sven-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.sven-container {
    z-index: 2
}

.black-bg {
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    background: none #000
}

.color-wrapper {
    z-index: -2
}

.sven-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.sven-scene {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap
}

    .sven-scene:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-right: -0.25em;
        vertical-align: middle
    }

.centered {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 80%;
    vertical-align: middle
}

.halign-left {
    text-align: left
}

.halign-right {
    text-align: right
}

.halign-center {
    text-align: center
}

.content-container {
    position: relative;
    visibility: hidden;
    white-space: normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.single-image, .scene-image {
    position: absolute !important
}

    .scene-image > * {
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
        outline: 1px solid transparent
    }

.slideshow-wrapper {
    z-index: 0
}

.video-wrapper {
    z-index: -1
}

.YTPOverlay, .bv-overlay {
    opacity: .3;
    background: none #000
}

.preview-image {
    opacity: 0;
    visibility: hidden
}

#big-video-wrap, .mbYTP_wrapper {
    opacity: 0;
    visibility: hidden
}

.mbYTP_wrapper {
    -webkit-transition: opacity 2s !important;
    -moz-transition: opacity 2s !important;
    -o-transition: opacity 2s !important;
    transition: opacity 2s !important
}

.splash-wrapper {
    z-index: 5
}

.splash-page {
    display: none
}

.right-bottom, .bottom-right {
    right: 2%;
    bottom: 7%;
    vertical-align: bottom
}

.right-top, .top-right {
    right: 2%;
    top: 7%;
    vertical-align: top
}

.right-center, .center-right {
    right: 2%;
    vertical-align: middle
}

.left-top, .top-left {
    left: 2%;
    top: 7%;
    vertical-align: top
}

.left-bottom, .bottom-left {
    left: 2%;
    bottom: 7%;
    vertical-align: bottom
}

.left-center, .center-left {
    left: 2%;
    vertical-align: middle
}

.center-top, .top-center {
    top: 7%;
    vertical-align: top
}

.center-bottom, .bottom-center {
    bottom: 7%;
    vertical-align: bottom
}

.place-left {
    top: 0;
    left: 0;
    right: auto !important;
    text-align: left
}

.place-right {
    top: 0;
    right: 0;
    left: auto !important;
    text-align: right
}

.place-center {
    top: 0;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    text-align: center
}

.controls-nav {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    visibility: hidden;
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}

    .controls-nav a {
        float: left;
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 1px;
        opacity: .6;
        background: none transparent;
        color: #fff;
        text-align: center;
        cursor: pointer
    }

        .controls-nav a i {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 1em;
            line-height: 32px
        }

a.speed-label {
    min-width: 32px;
    width: auto;
    height: auto
}

.speed-label span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff
}

a.skip-button {
    min-width: 32px;
    width: auto;
    margin-left: 5px
}

    a.skip-button i {
        display: inline-block;
        width: auto;
        padding: 0 2px
    }

.build-details {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 8px 12px 5px 15px;
    border-top-left-radius: 5px;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: none #2B3242 !important;
    color: #fff !important;
    opacity: 1;
    background: none
}

    .build-details span {
        display: inline-block;
        padding-left: 3px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: normal;
        vertical-align: baseline
    }

.loader-container {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: none #000
}

.loader-ie9 .loader-container .abs-center > div:after {
    content: 'LOADING';
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto
}

    .sk-double-bounce .sk-child {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #333;
        opacity: .6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
        animation: sk-doubleBounce 2s infinite ease-in-out
    }

    .sk-double-bounce .sk-double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s
    }

@-webkit-keyframes sk-doubleBounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-three-bounce {
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75)
}

@keyframes sk-doubleBounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.sk-three-bounce {
    margin: 0 auto;
    width: 80px;
    text-align: center
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s
    }

@-webkit-keyframes sk-three-bounce {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#summary-handle, #summary-container {
    -webkit-transition: left .4s;
    -moz-transition: left .4s;
    -o-transition: left .4s;
    transition: left .4s;
    display: none
}

#summary-handle {
    position: fixed;
    z-index: 999;
    top: 200px;
    width: 40px;
    height: 40px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: none #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

#summary-handle {
    left: -5px
}

    #summary-handle.active {
        left: 220px
    }

    #summary-handle i {
        display: block;
        width: 40px;
        height: 40px;
        color: #60d8ff;
        font-size: 1.25em;
        line-height: 40px
    }

#summary-container {
    position: fixed;
    z-index: 998;
    top: 160px;
    width: 220px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    border: 1px solid #f1f1f1;
    background: none #fff;
    color: #555;
    text-align: left;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

#summary-container {
    left: -225px
}

#summary-handle.active + #summary-container {
    left: 0
}

#summary-container p {
    line-height: 1.5
}

#summary-container .animation-name {
    text-decoration: underline
}

#summary-container .details {
    padding: 10px;
    margin: 0 auto
}

#particles-js {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.video-play-button {
    z-index: 6;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65)
}

    .video-play-button:before, .video-play-button:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .video-play-button:before {
        z-index: 0;
        background: #ba1f24;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        -moz-animation: pulse-border 1500ms ease-out infinite;
        -o-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite
    }

    .video-play-button:after {
        z-index: 1;
        background: #fa183d;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms
    }

    .video-play-button:hover:after {
        opacity: .8
    }

    .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto
    }

    .video-play-button span {
        position: relative;
        z-index: 3;
        top: 50%;
        display: block;
        color: #fff;
        font-family: 'Raleway',sans-serif;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes pulse-border {
    0% {
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-o-keyframes pulse-border {
    0% {
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.lt-main {
    font-size: 1.25em;
    font-weight: 100
}

.lt-sub {
    position: relative;
    z-index: 1;
    padding: 4px;
    color: #000;
    font-size: .875em;
    font-weight: 300
}

.lt-boxed {
    background: none #60d8ff
}

.bt-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .12
}

.bt-wrapper {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto
}

.bt-container h1 {
    font-weight: 700;
    white-space: nowrap
}

div[class^="sven-char"] {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    outline: 1px solid transparent
}

.blur-reveal-lt div[class^="sven-char"] {
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" ></feGaussianBlur></filter></defs></svg>#gaussian_blur')
}

@media only screen and (min-width :768px) {
    .lt-main {
        font-size: 2.5em
    }

    .lt-sub {
        font-size: 1.125em
    }

    #summary-handle, #summary-container {
        display: block
    }

    .loader {
        font-size: .875em
    }

    .controls-nav {
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8)
    }

    .video-play-button {
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75)
    }

    .sk-three-bounce {
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media only screen and (min-width :1224px) {
    .lt-main {
        font-size: 3.75em
    }

    .lt-sub {
        font-size: 1.5em
    }

    #summary-handle, #summary-container {
        display: block
    }

    .loader {
        font-size: .938em
    }

    .controls-nav {
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9)
    }

    .video-play-button {
        -ms-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85)
    }

    .sk-three-bounce {
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9)
    }

    .build-details {
        font-size: 10px
    }

        .build-details span {
            font-size: 14px
        }
}

@media only screen and (min-width :1824px) {
    .lt-main {
        font-size: 5em
    }

    .lt-sub {
        font-size: 2em
    }

    #summary-handle, #summary-container {
        display: block
    }

    .loader {
        font-size: 1em
    }

    .controls-nav {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .video-play-button {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sk-three-bounce {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

html, body {
    height: 100%;
    background: none #000
}

a, a:active, a:focus, input:focus {
    text-decoration: none !important;
    outline: 0
}

.clear {
    clear: both
}

button:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,0.1)
}

:-moz-placeholder {
    color: rgba(255,255,255,0.1)
}

::-moz-placeholder {
    color: rgba(255,255,255,0.1)
}

:-ms-input-placeholder {
    color: rgba(255,255,255,0.1)
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

body {
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: none #000;
    color: #fff;
    font-family: 'Exo',sans-serif;
    font-size: 16px
}

    body.set-overflow {
        overflow: visible
    }

.italic {
    font-style: italic
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: normal;
    text-decoration: none;
    -webkit-text-stroke: .2px
}

.thin {
    font-weight: 100
}

.coming-soon .lt-main {
    font-size: 1.75em;
    font-weight: normal
}

.coming-soon .lt-sub {
    font-size: 1em;
    font-weight: normal
}

.coming-soon .lt-boxed {
    background: none transparent !important
}

.coming-soon .btn {
    padding: .375em 1.5em;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: .375em;
    letter-spacing: .0875em;
    background: none #ffba00;
    color: #000
}

.btn:hover, .btn:active, .btn:focus {
    border-bottom: 2px solid #fff
}

#buy-button {
    border: 1px solid #c4b391;
    background: none rgba(246,227,190,0.3);
    color: #fff3db;
    font-weight: 400;
    letter-spacing: 2px
}

    #buy-button:hover {
        background: none transparent;
        border: 1px solid #fff;
        opacity: 1
    }

    #buy-button i {
        padding-right: 10px
    }

.sven-timer {
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px
}

.row-md-table {
    margin: 0
}

@media only screen and (min-width :992px) {
    .modal-dialog {
        width: 700px
    }

    .card-image {
        display: block
    }

    .row-md-table {
        display: table;
        width: 100%;
        margin: 0
    }

        .row-md-table > [class*="col-"] {
            float: none;
            display: table-cell;
            padding: 0;
            vertical-align: top
        }
}

.sven-modal .modal-content {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #333;
    font-family: 'Raleway',sans-serif
}

.sven-modal .modal-body {
    padding: 0
}

.card-image {
    background: url("../images/subscribe-image.jpg") no-repeat center center transparent;
    display: none
}

.sven-modal .content {
    padding: 48px 24px
}

.sven-modal h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 48px;
    text-decoration: none
}

.sven-modal p {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px
}

.sven-form {
    padding: 36px 0 0
}

    .sven-form .form-control {
        width: 100%;
        height: auto;
        padding: 12px 24px;
        border: 1px solid #ddd;
        margin-bottom: 24px;
        background: none #f7f7f7;
        color: #000;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: medium none
    }

        .sven-form .form-control:focus {
            border-color: #3DAD48
        }

    .sven-form textarea.form-control {
        min-height: 96px
    }

    .sven-form .btn {
        display: inline-block;
        width: auto;
        padding: 12px 36px;
        border: 0;
        border-bottom: 4px solid rgba(25,31,52,0.1);
        margin: 0;
        background: none #ff1f34;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        outline: medium none !important
    }

        .sven-form .btn:hover {
            border-bottom: 4px solid rgba(25,31,52,0.3);
            color: #fff
        }

p.sven-message {
    position: relative;
    margin-bottom: 12px;
    margin-left: 0;
    font-size: 14px
}

.sven-message i {
    margin-right: 12px
}

.sven-message.error {
    color: #f03
}

.sven-message.success {
    color: #3DAD48
}

.close-form {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px !important;
    font-size: 36px;
    line-height: 48px
}

.sven-header, .sven-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 12px
}

.sven-header {
    padding-left: 18px
}

.sven-footer {
    top: auto;
    bottom: 0;
    display: none
}

.sven-info {
    font-family: 'Lato',sans-serif
}

    .sven-info > a {
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 24px;
        text-decoration: none;
        vertical-align: middle
    }

    .sven-info > * {
        display: inline-block
    }

    .sven-info.pull-left > * {
        margin-right: 12px
    }

    .sven-info.pull-right > * {
        margin-left: 12px
    }

.social-icons {
    padding: 2px 0;
    margin: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin: 0
    }

        .social-icons li a {
            padding: 0 6px;
            opacity: .9;
            font-size: 14px
        }

    .social-icons .fa {
        background: none transparent;
        color: #FFF
    }

    .social-icons li a:hover, .social-icons li a:active {
        opacity: .7
    }

.days-left {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle
}

a.hashtag:hover {
    opacity: .7
}

.sven-info .btn {
    position: relative;
    overflow: hidden;
    padding: 0 2px;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none transparent;
    color: #fff;
    letter-spacing: 1px
}

    .sven-info .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: none #ff1f34;
        -ms-transform: translateY(96%);
        -webkit-transform: translateY(96%);
        -moz-transform: translateY(96%);
        -o-transform: translateY(96%);
        transform: translateY(96%);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s
    }

    .sven-info .btn:hover:after {
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%)
    }

@media only screen and (min-width :768px) {
    h1 {
        -webkit-text-stroke: 0
    }

    .coming-soon .lt-main {
        font-size: 2.75em
    }

    .coming-soon .btn {
        font-size: .875em
    }

    .sven-header, .sven-footer {
        padding: 12px 18px
    }

    .sven-header {
        padding-left: 27px
    }

    .sven-info.pull-left > * {
        margin-right: 18px
    }

    .sven-info.pull-right > * {
        margin-left: 18px
    }

    .social-icons {
        padding: 3px 0
    }

        .social-icons li a {
            padding: 0 9px;
            font-size: 16px
        }

    .days-left {
        font-size: 14px;
        font-weight: 400
    }

    .sven-info > a {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px
    }

    .sven-info .btn {
        padding: 0 4px
    }

    .sven-timer {
        font-size: 38px;
        letter-spacing: 2px
    }
}

@media only screen and (min-width :1224px) {
    h1 {
        -webkit-text-stroke: 0
    }

    .coming-soon .lt-main {
        font-size: 3.75em
    }

    .coming-soon .btn {
        font-size: 1.125em
    }

    .sven-header, .sven-footer {
        padding: 14px 20px
    }

    .sven-header {
        padding-left: 30px
    }

    .sven-info.pull-left > * {
        margin-right: 20px
    }

    .sven-info.pull-right > * {
        margin-left: 20px
    }

    .social-icons {
        padding: 4px 0
    }

        .social-icons li a {
            padding: 0 10px;
            font-size: 18px
        }

    .days-left {
        font-size: 16px;
        font-weight: 400
    }

    .sven-info > a {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px
    }

    .sven-info .btn {
        padding: 0 6px
    }

    .sven-timer {
        font-size: 48px;
        letter-spacing: 3px
    }
}

@media only screen and (min-width :1824px) {
    h1 {
        -webkit-text-stroke: 0
    }

    .coming-soon .lt-main {
        font-size: 5em
    }

    .coming-soon .btn {
        font-size: 1.5em
    }

    .sven-header, .sven-footer {
        padding: 16px 24px
    }

    .sven-header {
        padding-left: 36px
    }

    .sven-info.pull-left > * {
        margin-right: 24px
    }

    .sven-info.pull-right > * {
        margin-left: 24px
    }

    .social-icons {
        padding: 4px 0
    }

        .social-icons li a {
            padding: 0 12px;
            font-size: 20px
        }

    .days-left {
        font-size: 18px;
        font-weight: 400
    }

    .sven-info > a {
        font-size: 18px;
        font-weight: 400;
        line-height: 36px
    }

    .sven-info .btn {
        padding: 0 6px
    }

    .sven-timer {
        font-size: 64px;
        letter-spacing: 4px
    }
}

.mbYTP_wrapper {
    visibility: visible
}
