
/**************** General styles ********************
 *
 *  1. html, body
 *  2. Containers
 *  3. Grid
 *  4. Global styles
 *  5. Icons
 *  6. Animations
 *      6.1. Override UI Kit animation duration
 *      6.2. Featured image gradient animation
 *      6.3. Text gradient animation
 *      6.4. Infinite scroll loader
 *      6.5. Heart bouncing animation
 *  7. Misc graphic elements
 *      7.1. Zig zag
 *      7.2. Loading spinner
 *
****************************************************/

/**** 1. html, body ****/

html {
    font-family: 'HelveticaW_', Helvetica, Arial, sans-serif;
    color: #5b5b5b;
    overflow-x: hidden;
    margin: 0 !important;
}
body {
    max-width: 100%;
}

/**** 2. Containers ****/

.uk-container,
.container,
.container-page,
.container-tickets,
.container-single {
    float: none;
}
.uk-container {
    max-width: 1750px;
    padding: 0;
}
.container {
    max-width: 1300px;
}
.container-page {
    max-width: 1200px;
}
.container-tickets {
    max-width: 1150px;
}
.container-single {
    max-width: 1000px;
}
.container-article-narrow {
    max-width: 830px;
}

/**** 3. Grid ****/

.uk-hidden-xlarge,
.uk-visible-xsmall {
    display: none;
}
.uk-hidden-xsmall {
    display: block;
}

/**** 4. Global styles ****/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.zooming {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.zooming:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.clip-top {
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}
.clip-bottom {
    -webkit-clip-path: polygon(0 0, 100% 0, 100%  calc(100% - 100px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100%  calc(100% - 100px), 0 100%);
}
.clip-top-bottom {
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
    clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
section {
    position: relative;
    z-index: 1;
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**** 5. Icons ****/

.medium-icon-size {
    font-size: 30px;
}
.wishlist,
.volume,
.sharing {
    cursor: pointer;
}
.wishlisted {
    color: #f70d20;
}
.icon-bordered {
    width: 60px;
    height: 60px;
    border: 2px solid #b0b0b0;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.icon-bordered:hover {
    border-color: #e30613;
}
.icon-bordered svg {
    height: 100%;
    line-height: 54px;
}

/**** 6. Animations ****/

/* 6.1. Override UI Kit animation duration */

[class*="uk-animation-"] {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
}

/* 6.2. Featured image gradient animation */

@-webkit-keyframes featured_image_gradient_animation {
    0% { background-position: 50% 0% }
    50% { background-position: 50% 100% }
    100% { background-position: 50% 0% }
}
@-moz-keyframes featured_image_gradient_animation {
    0% { background-position: 50% 0% }
    50% { background-position: 50% 100% }
    100% { background-position: 50% 0% }
}
@keyframes featured_image_gradient_animation {
    0% { background-position: 50% 0% }
    50% { background-position: 50% 100% }
    100% { background-position: 50% 0% }
}

/* 6.3. Text gradient animation */

@-webkit-keyframes program_gradient_animation {
    to {
        background-position: 200% center;
    }
}
@-moz-keyframes program_gradient_animation {
    to {
        background-position: 200% center;
    }
}
@keyframes program_gradient_animation {
    0% { background-position: 300% 50% }
    50% { background-position: 0% 50% }
    100% { background-position: 300% 50% }
}

/* 6.4. Infinite scroll loader */

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 0 auto 60px;
  }
.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #fff;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.single-article-status .loader-ellips__dot {
    background: #e10f21;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
    left: 3em;
}
@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}
@keyframes slide {
    to { transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

/* 6.5. Heart bouncing animation */

@-webkit-keyframes heart-bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    30% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes heart-bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    30% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes heart-bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    30% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/**** 7. Misc graphic elements ****/

/* 7.1. Zig zag */

.zigzag-vertical {
    width: 26px;
    height: 122px;
    top: 0;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 999;
}
.zigzag-absolute {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -13px;
}
.zigzag-bottom {
    top: inherit;
    bottom: -110px;
}
.zigzag-horizontal {
    width: 100%;
    height: 26px;
}

/* 6.2. Loading spinner */

.spinner {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -50px 0 0 -40px;
    position: absolute;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    z-index: 1;
}
.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
