@import url("css2.css");

body {
    background: #fff;
    color: #181818;
    font-family: "Zilla Slab", sans-serif;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    outline: 0;
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #181818;
    font-family: "Zilla Slab", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #181818;
    font-family: "Zilla Slab", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    overflow-x: hidden;
}

header {
    display: block;
}

.header {
    position: relative;
    height: 60px;
    -webkit-box-shadow: 0 8px 0 rgba(255, 255, 255, .8);
    box-shadow: 0 8px 0 rgba(255, 255, 255, .8);
    background: #181818;
    z-index: 99;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

:selection {
    background: #181818;
    color: #fff;
}

.container {
    max-width: 1220px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav {
    display: block;
}

.nav-menu {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    min-width: 320px;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    overflow: auto;
}

.search {
    position: absolute;
    bottom: -68px;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-width {
    width: 100%;
    max-width: 100%;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gutter-col-0>.flex {
    margin-right: auto;
    margin-left: auto;
}

.nav-alt {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.container-height {
    height: 100%;
}

.container-relative {
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a {
    color: #3e0e89;
    text-decoration: underline;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    background: #fff url("../images/digi24-logo.svg") center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: 1;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #8e46ff;
}

.nav-live {
    position: absolute;
    top: 0;
    right: 140px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.live-link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 100%;
    padding: 20px;
    background: linear-gradient(-45deg, #3e0e89 0, #8e46ff 100%);
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.live-link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    background: url("../images/play-circle.svg") 0 0 no-repeat;
    background-size: 22px 22px;
    -webkit-animation: heartbeat 1.6s infinite cubic-bezier(.215, .61, .355, 1);
    animation: heartbeat 1.6s infinite cubic-bezier(.215, .61, .355, 1);
}

.live-link:hover {
    background: linear-gradient(-45deg, #3e0e89 0, #8e46ff 100%);
    color: #fff;
}

.nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;
}

.nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ul {
    margin-bottom: 20px;
    color: #181818;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.nav-menu-list {
    margin: 50px auto;
}

.form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

button {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    text-transform: none;
    cursor: pointer;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
}

button {
    padding: 15px 20px;
    background: #181818;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    cursor: pointer;
}

.nav-list-item-link {
    display: block;
    padding: 20px 10px;
    color: #fff;
    font-family: "Zilla Slab", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.nav-live-trigger {
    position: relative;
    padding-right: 30px;
    background: 0 0;
    white-space: nowrap;
}

.nav-live-trigger:before {
    content: "";
    position: absolute;
    right: 10px;
    height: 0;
    border: 5px solid transparent;
    -webkit-transform: translateY(75%) rotate(0);
    -ms-transform: translateY(75%) rotate(0);
    transform: translateY(75%) rotate(0);
    z-index: 1;
    border-top-color: currentColor;
}

button:hover {
    background: #000;
    color: #fff;
}

.nav-list-item-link:hover {
    background: 0 0;
    color: #8e46ff;
}

.nav-live-trigger:hover {
    color: #fff;
}

.nav-live-list {
    position: absolute;
    right: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background: #fff;
    white-space: nowrap;
    z-index: 1;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.nav-trigger {
    position: relative;
    padding-right: 20px;
    background: 0 0;
}

.nav-trigger:before {
    content: "";
    position: absolute;
    right: 0;
    height: 0;
    border: 5px solid transparent;
    -webkit-transform: translateY(75%) rotate(0);
    -ms-transform: translateY(75%) rotate(0);
    transform: translateY(75%) rotate(0);
    z-index: 1;
    border-top-color: #fff;
}

.search-trigger {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 10px;
    padding: 0;
    background: url("../images/search.svg") 0 0 no-repeat;
    background-size: 22px 22px;
    -webkit-transition: none;
    transition: none;
}

ul li {
    position: relative;
    display: block;
    margin-top: 5px;
}

.nav-menu-list-item {
    margin-top: 0;
}

ul li:first-child {
    margin-top: 0;
}

.nav-menu-list-item:first-child {
    display: none;
}

ol li::before,
ul li::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: .5em;
    height: .5em;
    margin: .5em 0;
    margin-right: .5em;
    background: #3e0e89;
}

.nav-menu-list-item:before {
    content: none;
}

input {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #000;
    background: #fff;
    color: #181818;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.form-search-input {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 580px;
    margin: auto;
    border-color: #fff;
    background: 0 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    text-transform: none;
}

.nav-live-list-item {
    margin: 0;
}

.nav-live-list-item:before {
    content: none;
}

.nav-list-item {
    margin: 0;
}

.nav-list-item:before {
    content: none;
}

.nav-menu-list-item-link {
    display: block;
    color: #fff;
    font-family: "Zilla Slab", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-alt-link {
    padding: 15px 0;
    color: #fff;
    font-family: "Zilla Slab", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-alt-link.economic {
    padding-right: 10px;
    padding-left: 10px;
    background: #27a360;
}

.nav-alt-link.economic:hover {
    background: #fff;
    color: #27a360;
}

.nav-live-list-item-link {
    color: #181818;
}

.nav-live-list-item-link:hover {
    color: #181818;
}

.nav-submenu-link {
    display: block;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

sup {
    padding: 0 4px;
    background: #3e0e89;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/*! CSS Used from: https://www.digi24.ro/static/theme-repo/bin/css/main.css?cache=rls-2026040213-108 */
.copy-link:before {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-bottom-nav-list-item {
    display: inline-block;
    vertical-align: top;
}

.footer-bottom-nav-list-item:before {
    content: " | ";
    display: inline-block;
    vertical-align: top;
}

.footer-bottom-nav-list-item:first-child:before {
    content: none;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::selection {
    background: #181818;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

figcaption,
figure,
footer,
nav {
    display: block;
}

figure,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

svg,
svg use {
    pointer-events: none;
}

* {
    outline: 0;
}

a {
    color: #3e0e89;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #8e46ff;
}

a.btn {
    display: inline-block;
    vertical-align: top;
}

figcaption {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-style: italic;
}

.container {
    max-width: 1220px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

@media all and (max-width:1220px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .flex {
        margin-right: -10px;
        margin-left: -10px;
    }

    .col-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media all and (max-width:1024px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .flex {
        margin-right: -10px;
        margin-left: -10px;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media all and (max-width:767px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .flex {
        margin-right: -10px;
        margin-left: -10px;
    }

    .col-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media all and (max-width:480px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .flex {
        margin-right: -10px;
        margin-left: -10px;
    }

    .col-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.footer {
    position: relative;
    background: #181818;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    z-index: 2;
}

.footer .btn-alt {
    margin-bottom: 20px;
    border-color: #fff;
    color: #fff;
}

.footer-top {
    padding: 40px 0;
}

.footer-weather {
    font-size: 0;
}

.footer-weather svg {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: .5px;
}

.footer-weather figcaption {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 18px;
    font-style: normal;
    line-height: 36px;
}

.footer-social {
    font-size: 0;
    text-align: right;
}

.footer-social-link {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    margin: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    -webkit-transition: border .2s, color .2s;
    transition: border .2s, color .2s;
}

.footer-social-link svg {
    width: 1em;
    height: 1em;
    margin: .4375em;
    fill: currentColor;
}

.footer-social-link:focus,
.footer-social-link:hover {
    border-color: #8e46ff;
}

.footer-network {
    padding: 40px 0 20px;
    background: #585858;
}

.footer-network-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-network-nav-link {
    max-width: 100px;
    margin-bottom: 20px;
    padding: 0 10px;
    background: 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer-network-nav-link:focus,
.footer-network-nav-link:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.footer-network-nav-link img {
    max-height: 32px;
    margin: auto;
}

.footer-bottom {
    padding: 40px 0;
    text-align: center;
}

.footer-bottom-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px !important;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-bottom-nav {
    margin-top: 20px;
}

.footer-bottom-nav-list {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 0;
}

.footer-bottom-nav-list-item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.footer-bottom-nav-list-item:before {
    width: auto;
    height: auto;
    margin: 0 20px;
    background: 0 0;
}

.footer-bottom-nav-list-item-link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-bottom small {
    display: block;
}

@media all and (max-width:1024px) {
    .footer-weather {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-social {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer-network-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media all and (max-width:767px) {
    .footer-weather svg {
        display: block;
        margin: auto;
    }

    .footer-weather figcaption {
        display: block;
        text-align: center;
    }

    .footer-bottom-nav-list {
        display: block;
        padding: 10px 0;
    }

    .footer-bottom-nav-list-item {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .footer-bottom-nav-list-item:before {
        content: none;
    }

    .footer-bottom-nav-list-item:first-child {
        margin-top: 0;
    }
}

ul {
    margin-bottom: 20px;
    color: #181818;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

ul li {
    position: relative;
    display: block;
    margin-top: 5px;
}

ul li:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: .5em;
    height: .5em;
    margin: .5em 0;
    margin-right: .5em;
    background: #3e0e89;
}

ul li:first-child {
    margin-top: 0;
}

.btn {
    padding: 15px 20px;
    background: #181818;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    cursor: pointer;
}

.btn:focus,
.btn:hover {
    background: #000;
    color: #fff;
}

.btn-md {
    min-width: 140px;
    min-height: 40px;
    padding: 10px 20px;
    font-size: 14px;
}

.btn-alt {
    padding: 14px 19px;
    border: 1px solid #181818;
    background: 0 0;
    color: #181818;
}

.btn-alt:focus,
.btn-alt:hover {
    background: #f2f2f2;
    color: #181818;
}

.btn-alt.btn-md {
    padding: 9px 19px;
}

.copy-link {
    position: relative;
    overflow: visible;
}

.copy-link:before {
    content: attr(data-message);
    position: absolute;
    top: -10px;
    left: 50%;
    display: none;
    width: 80px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    background: #fff;
    color: #181818;
    font-family: "Source Sans 3", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.btn,
button {
    padding: 15px 20px;
    background: #181818;
    color: #fff;
    font-family: sourcesanspro;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    cursor: pointer;
}

.live-link:after {
    animation: pulse 0.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.99);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.99);
    }
}


@media(max-width: 1400px) {

    .nav,
    .search-trigger {
        display: none;
    }

    .ctContainer {
        padding-top: 50px;
    }
}

@media (max-width: 1024px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 320px;
        height: 40px;
        -webkit-box-shadow: 0 5px 0 rgba(255, 255, 255, .8);
        box-shadow: 0 5px 0 rgba(255, 255, 255, .8);
    }

    .logo {
        width: 67px;
        height: 67px;
        margin-right: auto;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .live-link {
        margin: 0 10px;
        padding: 10px;
        font-size: 14px;
    }

    .nav-trigger {
        display: block;
        width: 40px;
        height: 40px;
        padding: 0 10px;
        font-size: 0;
        -webkit-transition: none;
        transition: none;
    }
}

@media(max-width: 700px) {
    .nav-live {
        display: none;
    }
}