/*!
Theme Name: arhiva
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arhiva
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

arhiva is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
._hj-notification {
    display: none;
}

/* Normalize
--------------------------------------------- */
@font-face {
    font-family: 'Mono';
    src: url('fonts/SpaceMono-Regular.woff2') format('woff2'),
        url('fonts/SpaceMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Scandia';
    src: url('fonts/ScandiaWebBold.woff2') format('woff2'),
        url('fonts/ScandiaWebBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Scandia';
    src: url('fonts/ScandiaWebRegular.woff2') format('woff2'),
        url('fonts/ScandiaWebRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block!important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
a:-webkit-any-link { 
    color: currentColor;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-size: 6rem;
    font-family: 'Scandia', 'Scandia', Arial, Helvetica, sans-serif;
    letter-spacing: -5px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
    min-height: 500px;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.nopointer {
    pointer-events: none;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.-margin_none {
	margin: 0px!important;
}
.-margin_bottom {
    margin-bottom: 15px;
}
.-margin_bottom_none {
    margin-bottom: 0px!important;
}
.-small_font {
    font-size: 14px!important;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
    .header {
        max-width: 210px;
    }

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
#primary-menu a {
    font-size: 2.7vw;
    text-decoration: none;
    color: #fff;
    font-family: 'Scandia';
    font-weight: 600;
        color: #000;
        position: relative;
        width: 100%;
        display: block;
    }
#primary-menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    transform: translate(0px, 100px);
    opacity: 0;

    /* transition: 1s all cubic-bezier(0.37, 0.95, 0.42, 1.01); */
}
#primary-menu a:hover {
    position: relative;
    margin-left: 10px;
    position: relative;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
#primary-menu a {
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
#primary-menu .sub-menu a:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #00000026;
    border-radius: 195px;
    left: -14px;
    top: 12px;
}
.menu-arhiva-activa-container {
    width: 100%;
    position: relative;
}
.-enabled #primary-menu li {
    transform: translate(0px, 0px);
    opacity: 1;

    /* transition: 1.2s all cubic-bezier(0.49, 0.82, 0.53, 1.03); */
}
.menu_socials_list li {
    list-style: none;
    display: inline-block;
}
.menu_socials_list li svg{
 
}
.header {
    filter: invert(0);
}
.header.-enabled {
    transition: 1.2s all cubic-bezier(0.49, 0.82, 0.53, 1.03);
}

.header.-enabled .-open{ 
    opacity: 0;
    transform: rotate(90deg);
    transition: 500ms all cubic-bezier(0.49, 0.82, 0.53, 1.03);
}
.header.-enabled .-close{ 
    opacity: 1;
    transform: scale(1)!important;
    transition: 500ms all cubic-bezier(0.49, 0.82, 0.53, 1.03);
}

.lastArrow {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: all;
    transform: translate(-50px,50px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    position: absolute;
    display: block;
    vertical-align: middle;
}
.firstArrow {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-property: all;
    transform: translate(-50%,-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    position: absolute;
    display: block;
    vertical-align: middle;
}

.about_project:hover .lastArrow {
    transform: translate(-50%,-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.about_project:hover .firstArrow {
    transform: translate(50px,-50px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.about_project svg {
    right: -14px;
}   
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}

.popup {
    position: fixed;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 100px;
    background-color: #dbff00;
    font-family: Aeonikpro, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;    
}
.about_project{
    width: 80px;
    height: 32px;    
    top: 20px;
    right: 30px;
    padding-right: 16px;
    padding-left: 16px;
}
.echipa_project{
    width: 32px;
    height: 32px;
    top: 20px;
    right: 120px;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;

    transform: translate3d(0,0,0);
    transition: all .5s ease-in-out;
}
.hidden_text {
    font-size: 14px;
    position: absolute;
    right: -45px;
    transition: all .5s ease-in-out;
}
.echipa_project svg {
    width: 13px;
    transition: all .5s ease-in-out;
}
.echipa_project:hover {
    width: 100px;
}
.echipa_project:hover svg {
    left: -10px;
    position: relative;
    transition: all .5s ease-in-out;
}
.echipa_project:hover .hidden_text {
    right: -5px;
    position: relative;
    transition: all .5s ease-in-out;
}

.about_project:hover {
    background-color: #e8fe52;
}
.about_project {
    transform: translate3d(0,0,0);
    transition: transform .5s ease-in-out;
}
.about_project a {
    position: relative;
    z-index: 10;
    margin-bottom: 1px;
    font-size: 14px;
    right: 4px;
    color: #000;
    text-decoration: none;
}
.modal-contentProduct {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    background: #dbff01;
    color: #000;
    font-weight: 300;
    max-height: 80vh;
    font-family: 'Mono';
    font-weight: 100;
    font-size: 14px;
    color: #2a2a2a;
    height: 50vh;
    padding: 30px;
}
.modal-contentProduct .inner_pop_content {
    overflow-y: scroll;
    height: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 40px;
}
.inner_pop_content p {
    margin-top: 0px;
}
.inner_pop_content h2 {
    font-size: 5rem;
    line-height: 5rem;
    margin: 0px;
    margin-bottom: 2rem;
}
.closepop {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
}
/* Works on Firefox */
.inner_pop_content{
    scrollbar-width: thin;
    scrollbar-color: #6e800b #000;
}
/* Works on Chrome, Edge, and Safari */
.inner_pop_content::-webkit-scrollbar {
    width: 4px;
}
.inner_pop_content::-webkit-scrollbar-track {
    background: #6e800b;
}
.inner_pop_content::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
}
.closepop svg:hover {
    transform: rotate(90deg);
    transition: 1s ease;
    cursor: pointer;
}
.inner_pop_content .c-grid_list li {
    margin-bottom: 15px;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* MODAL POPUP
--------------------------------------------- */

.modalpop {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
}
.modalpop.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_content {
    position: relative;
    max-width: 500px;
    width: 100%;
    max-height: calc(100vh - 5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}



/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* Navigation
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 8.3vw;
    max-width: 115px;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
	background: #ffffff;
}
.header_burger{
    border-bottom: 1px solid rgba(226,237,208,.25);
}
.header_burger {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 8.33333vw;
    width: 100%;
    height: 8.33333vw;
    cursor: pointer;
}
.header_burger .o-icon {
    transition: transform .4s cubic-bezier(.215,.61,.355,1);
}
.header_burger .o-icon.-close {
    position: absolute;
    transform: scale(0);
}
.header_burger .o-icon {
    transition: transform .4s cubic-bezier(.215,.61,.355,1);
}
.header_burger:hover{
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    background-color: #fff;  
}
.header_burger:hover svg{
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    fill: #000;  
}
.header_title_label {
    width: 60vh;
    font-weight: bold!important;
}
.o-icon {
    width: 26px;
    height: 26px;
}
.header_title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.header_title_label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(270deg);
    text-align: center;
}
.header_logo {
    border-top: 1px solid rgba(226,237,208,.25);
	text-align: center;
    padding-top: 20px;
}
.header_logo {
    position: relative;
    z-index: 1;
    flex: 0 0 8.33333vw;
    width: 100%;
    height: 100%;
}
.header_logo_link {
    color: #e2edd0;
}
.header_logo_link svg {
    fill: #ffffff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 8.33333vw;
    width: 100%;
    height: 8.33333vw;
    cursor: pointer;
}
.header_next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    transform: translate3d(100vw,0,0);
}
.menu-item a {
    font-size: 2rem!important;
}
.sub-menu a {
    font-size: 20px!important;
}
#primary-menu a:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #000000;
    bottom: 0px;
    width: 0px;
    opacity: 0;

    -webkit-transition: 1s all ease;    
    -o-transition: 1s all ease;    
    transition: 1s all ease;
}
#primary-menu a:hover::before {
    content: "";
    position: absolute;
    height: 5px;
    background: #000000;
    bottom: 0px;
    width: 45px;
    opacity: 1;

    -webkit-transition: 1s all ease;    
    -o-transition: 1s all ease;    
    transition: 1s all ease;
}
.c-episodes_item_placeholder .c-ui-button_label text{
    fill: #fff;
}

/* OFF CANVAS MENU
--------------------------------------------- */
.menu {
    background-color: #fff;
}
.menu {
    position: fixed;
    top: 0;
    left: 115px;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 4.16667vw;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1);
}
.menu.-enabled {
    pointer-events: all;
    opacity: 1;
}
.menu_nav {
    position: relative;
    z-index: 1;
    /* display: flex; */
    align-items: center;
    width: 100%;
    height: 90%;
}
.o-title.-large {
    font-size: 75px;
    line-height: 82px;
    letter-spacing: -2px;
	white-space: pre-wrap;
}
.o-title {
	white-space: normal;
}
.menu_footer {
    position: relative;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
}
.menu_subnav_list {
    display: flex;
    margin-bottom: 5px;
    padding-left: 0px;
}
.menu_socials_list {
    margin: 0px;
    padding-left: 0px;
}
.menu_subnav_item {
    margin-right: 2.16667vw;
    list-style: none;
}
.menu_subnav_link {
    color: #000!important;
    text-decoration: none;
    font-family: 'Mono'!important;
    font-size: 12px!important;
}
.menu_socials_item {
    margin-right: 1.38889vw;
}
.menu_socials_link, .menu_subnav_link {
    display: flex;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1);
}
.header_logo .menu_socials_item {
    margin: 0px 5px;
}

/* MAIN SCROLL
--------------------------------------------- */
html {
	scroll-behavior: smooth;
  }

/* MAIN SCROLL
--------------------------------------------- */

.title_name {
    font-size: 1rem!important;
    margin: 0px;
    padding: 0px;
    line-height: 0;
    font-weight: 600;
}
/* .title_name:before {
    content: "_";
} */
.detail_name {
    white-space: unset;
    font-size: 1rem!important;
    max-width: 80%;
    font-weight: 200;
    font-family: 'Mono';
}
.c-column-details {
    display: flex;
    justify-content: space-between;
    height: 100%;
    white-space: pre-line;
    margin: 0px 15vw;
    padding-left: 0px;
    margin-bottom: 40px;
}
.c-text_list_arhiva {
    flex: 1 1 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    min-width: 350px;
    display: flex;
    flex-direction: column;
	font-family: 'Scandia';
}
.small_time {
    font-size: 1rem;
    margin-left: 0px;
}
.c-sinopsis_title {
    white-space: normal;
    font-size: 1.4rem;
    font-weight: 100;
    font-family: 'Mono';
}

/* MAIN SCROLL lazyloading animation
--------------------------------------------- */
@keyframes placeHolderShimmer{
    from{
        background-position: 0.03333vw 0;
    }
    to{
        background-position: 33.33333vw 0;
    }
}

@keyframes placeHolderShimmerReverse{
    from{
        background-position: 33.33333vw 0;
    }
    to{
        background-position: 0.03333vw 0;
    }
}

/* .c-episodes_link {
    animation-duration: 1s;
    animation-name: placeHolderShimmerReverse;
} */
.empty_no_link {
    pointer-events: none;
}
.c-episodes_link:after {
    background: linear-gradient(to right, #ffffff1c 8%, #ffffff33 18%, #ffffff1c 33%);
}
/* animation hover on single item - infinite carousel effect */
.single .c-episodes_link:hover .c-episodes_item_placeholder{
    animation-duration: 21s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-position-y: 50%!important;
}

/* MAIN SCROLL VIDEOS
--------------------------------------------- */
.program-text {
    will-change: auto;
    margin: 0px;
    padding-left: 8.3vw;
    width: calc(100vw - 8.4vw - 200px);
    position: relative;
    top: 0;
    margin-left: 80px;
    margin-top: 40px;
    margin-bottom: 40px;

    max-width: 1440px;
}
.spacerdown {
    padding-bottom: 6rem;
}
.c-episodes-line {
    padding: 40px 0px;
    font-size: 7rem;
    padding-left: 8.3vw;
}
.c-episodes_link:hover {
    /* filter: brightness(1.2); */
    -webkit-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.c-episodes_item-content:hover {
    -webkit-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.c-episodes_item:hover .c-episodes_item_media:after {
    content: "";
    /* background: rgb(255 255 255 / 15%); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}
.c-episodes {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    will-change: auto;
    position: relative;
    top: 0;
    margin: 0px;
    list-style: none;
    padding-left: 8.3vw;
    justify-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.c-title {
    position: relative;
    display: inline-block;
    height: 100%;
}
.o-title.-xlarge {
    font-size: 120px;
    font-size: calc(80px + 40*(100vw - 480px)/960);
    line-height: 120px;
    line-height: calc(80px + 40*(100vw - 480px)/960);
    text-transform: uppercase;
    font-weight: 900;
}

.c-title_title {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(270deg) translate(-100%);
        -ms-transform: rotate(270deg) translate(-100%);
            transform: rotate(270deg) translate(-100%);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vh;
    height: 120px;
    height: calc(80px + 40*(100vw - 480px)/960);
    white-space: nowrap;
}
.c-episodes_item {
    position: relative;
}
.c-episodes_item_last {
    position: relative;
    width: 10vw;
    border-left: 1px solid #ffffff26;
}
.c-episodes_item-content {
    border-color: rgba(233,78,27,.25);
}
/* .c-episodes_item .c-episodes_item-content {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
} */
.c-episodes_item-content {
    padding: 0vw;
	/* height:  70vh; */
    height: 100%;
    max-height: 650px;
}
.single .c-episodes_item-content {
    max-height: 100%;
}
.single .c-episodes_link {
    display: contents;
}
.c-hero_cta a {
    width: 100%;
    height: 100%;
}
[data-animated-view] [data-animated-content] {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: rotateY(2deg) translateZ(-20px);
            transform: rotateY(2deg) translateZ(-20px);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: opacity .8s cubic-bezier(.215,.61,.355,1),-webkit-transform .8s cubic-bezier(.215,.61,.355,1);
    transition: opacity .8s cubic-bezier(.215,.61,.355,1),-webkit-transform .8s cubic-bezier(.215,.61,.355,1);
    -o-transition: opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transition: opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transition: opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1),-webkit-transform .8s cubic-bezier(.215,.61,.355,1);
}
.c-episodes_item_footer {
    color: #fff;
    white-space: normal;
    padding: 0 2vw;

    position: absolute;
    bottom: 0;
    width: 100%;

    pointer-events: none;
}
.projectionDate {
    display: none;
    position: absolute;
    bottom: 24px;
    right: 10px;
    font-family: 'Scandia';
    text-transform: capitalize;
}
.c-episodes_item_footer p {
    margin-top: 0px;
}
.c-episodes_link {
    color: #e94e1b;
}
.c-c-episodes_item:hover .c-episodes_item_footer a {
    opacity: 1!important;
}
.c-episodes_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.c-episodes_item_media {
    width: 99%;
    /* padding-top: 56.25%; */
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.c-episodes_item.is-long .c-episodes_item_media {
    padding-top: 80vh;
}
.c-episodes_item_media.calendar {
    padding-top:70%;
}
.c-episodes_item_media:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #00000059; */
    pointer-events: none;
}
.c-episodes_item_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-episodes_item_placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-position: 50%;

    /* -webkit-animation: fadeIn 3s ease;
    animation: fadeIn 3s ease; */
    will-change:auto;

    backface-visibility: hidden;
    perspective: 1000;
    
}

/* lazyload */
.c-episodes_item_placeholder {
    overflow: hidden;
}
.c-episodes_item_placeholder.lazy {
    opacity: 0;
}
.c-episodes_item_placeholder:not(.initial) {
    transition: opacity 1s;
}
.c-episodes_item_placeholder.initial,
.c-episodes_item_placeholder.loaded,
.c-episodes_item_placeholder.error {
    opacity: 1;
    transition: all 1s;
}
.c-episodes_item_placeholder.loading {
    border: 0.2px solid #000;

    -webkit-animation: fadeIn 3s ease;
    animation: fadeIn 3s ease;
    will-change:auto;    
}
.c-episodes_item_placeholder.loading .loading-bar {
    height: 3px;
    width: 50px;
    max-width: 300px;
    background: #232323;
    position: relative;
    overflow: hidden;
}
.c-episodes_item_placeholder.loading .loading-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0;
    background: #fff;
    opacity: 1;
    animation: load 3s ease-in-out infinite;
}
@-moz-keyframes load {
    35% {
        left: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes load {
    35% {
        left: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        left: 100%;
    }
}
@-o-keyframes load {
    35% {
        left: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        left: 100%;
    }
}
@keyframes load {
    35% {
        left: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        left: 100%;
    }
}


.c-episodes_item_placeholder:before {
    content: " ";
    /* background: #00000061; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;

    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
}
.c-episodes_item_media:hover .c-episodes_item_placeholder:before {
    background-color: #000000c6;
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
}
.c-ui-button {
    color: #fff;
	cursor: pointer;
    z-index: 2;
    position: relative;
    width: 150px;
    height: 150px;
    background: transparent;
    border: none;
    outline: none;
}

.c-text_paragraph a {
    color: #fff;
}
.c-page-program {
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.c-page-interviu {
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.c-episodes_item_footer svg {
    position: relative;
    z-index: 10;
}
.c-episodes_item_footer a {
    text-decoration: none;
}
.short_sinopsis {
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 50px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.c_sinopsis h2 {
    line-height: 0.55!important;
    margin: 0!important;
}
.c-ui-button_circle {
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 190px;
    height: 190px;
    -webkit-transform: scale(.475);
        -ms-transform: scale(.475);
            transform: scale(.475);
    border-radius: 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: transform .4s cubic-bezier(.215,.61,.355,1);
    transition: transform .4s cubic-bezier(.215,.61,.355,1);
    transition: transform .4s cubic-bezier(.215,.61,.355,1), -webkit-transform .4s cubic-bezier(.215,.61,.355,1);
}
.c-ui-button.-enabled .c-ui-button_circle, .c-ui-button:hover .c-ui-button_circle {
    -webkit-transform: scale(.575);
        -ms-transform: scale(.575);
            transform: scale(.575);
}
.c-ui-button_icon {
    color: #e94e1b;
}
.c-ui-button_icon {
    position: absolute;
    top: 62px;
    left: 72px;
    color: #006533;
}
.v-page .c-ui-button_icon {
    top: 60px;
}

.c-ui-button_label {
    width: 147px;
    height: 147px;
    -webkit-transition: color .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: color .4s cubic-bezier(.215,.61,.355,1);
    transition: color .4s cubic-bezier(.215,.61,.355,1);
    -webkit-animation: rotate 15s linear infinite;
            animation: rotate 15s linear infinite;
}
.c-ui-button_label text {
    fill: #fff;
}
.c-ui-button_circle_play {
    z-index: 1;
    position: absolute;
    height: 120px;
    width: 120px;
    overflow: hidden;
    top: 15px;
    left: 20px;
}
.c-episodes_item_placeholder .c-ui-button_icon {
    position: absolute;
    top: 64px;
    left: 69px;
}

.c-ui-button_icon.c-single_player_icon {
    top: 48px;
    left: 52px;
}

.c-ui-button:hover .c-ui-button_icon svg {
    -webkit-animation: arrowDown 3s linear infinite;
            animation: arrowDown 3s linear infinite;
            will-change:auto;

            backface-visibility: hidden;
            perspective: 1000;
}

.bt-back {
    min-height: 2.2vw;
    min-width: 2.2vw;
    margin-bottom: 1.0416666666666667vw;
    background-image: url(img/arrow-back-hover.svg);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.wrap-back {
    display: flex;
    align-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 50px;
}
.wrap-back:hover svg {
    filter: invert(1);
    -webkit-filter: invert(1);
    -ms-filter: invert(1);
}
i.btback {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}
.video_arhiva_item .c-episodes_link {
    opacity: 0;
}
.c-episodes_link:hover .video_arhiva_item .c-episodes_link {
    opacity: 1;
}
.link_category_parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sperator_breacrumb {
    margin: 0px 0px;
    font-size: 12px;
    opacity: 0.5;
    color: white;
    width: 100%;
    display: block;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }    
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }    
}

@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(-120px, 0px);
                transform: translate(-120px, 0px);
    }

    50% {
        -webkit-transform: translate(120px, 0px);
                transform: translate(120px, 0px);
    }

    50.001% {
        -webkit-transform: translate(-120px, 0px);
                transform: translate(-120px, 0px);
    }

    100% {
        -webkit-transform: translate(120px, 0px);
                transform: translate(120px, 0px);
    }    
}
@keyframes arrowDown {
    0% {
        -webkit-transform: translate(-120px, 0px);
                transform: translate(-120px, 0px);
    }

    50% {
        -webkit-transform: translate(120px, 0px);
                transform: translate(120px, 0px);
    }

    50.001% {
        -webkit-transform: translate(-120px, 0px);
                transform: translate(-120px, 0px);
    }

    100% {
        -webkit-transform: translate(120px, 0px);
                transform: translate(120px, 0px);
    }    
}





@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
    }
}
.a{fill:transparent;}
.o-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.2px;
    font-family: 'Scandia';
}
.o-title.-small {
    font-family: 'Mono';
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -.75px;
	color: #fff;
	white-space: pre-wrap;
}
.c-episodes_item_title {
    margin-top: 10px;
    margin-bottom: 30px;
}
.end-of-page {
    width: 10vw;
    display: block;
    height: 100vh;
    margin-right: 50px;
}
.c-episodes_item_footer a {
    position: relative;
    bottom: 10px;
}

/* TEXT INTRO SCROLL PAGE
--------------------------------------------- */
.c-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    /* padding: 4.16667vw; */
    margin-right: -3.47222vw;
	padding-left:15vw;
}
.c-text {
    height: 100%;
	white-space: pre-line;
}
.c-hero_cta {
    /* position: absolute;
    top: 2.77778vw;
    right: 4.16667vw;
    z-index: 2; */

    position: absolute;
    top: 40px;
    /* bottom: -95vh; */
    right: 3.2667vw;
    z-index: 2;    
}
.c-hero_cta .o-icon{
    width: 55px;
    height: 75px;
}
.single-pt_film_arhiva .c-hero_cta {
    position: absolute;
    top: 50px;
    right: 2.6667vw;
    z-index: 2;    
}
.single-pt_film_arhiva .c-episodes_item_media:hover .c-episodes_item_placeholder:before{
    background: none;
}
.c-text_paragraph {
    font-weight: 100;
    font-size: 15px;
    letter-spacing: -.2px;
    font-family: 'Scandia';
}
.c-text_paragraph h2 {
    line-height: 1.3;
    margin: 0.67em 0;
    max-width: 70%;
    clear: both;
    font-size: 4rem;
    font-family: 'Scandia', 'Scandia', Arial, Helvetica, sans-serif;
    letter-spacing: -4px;
    font-weight: 600;
}
.c-text_paragraph h2 a{
    letter-spacing: 0px!important;
}

/* calendar */
.buy_ticket {
    margin-left: -10px;
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: -1px;
}
.wrapper_calendar {
    max-width: 90vw;
    margin-top: 40px;
    white-space: pre-line;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.wrapper_calendar_zi {
    margin-bottom: 40px;
    margin-right: 80px;
}
.wrapper_calendar_zi a {
    text-decoration: none!important;
}
.wrapper_calendar_zi:hover .calendar_dateTitle {
    background: #fff;
    color: #000;
    cursor: pointer;
}
.label_subtitle {
    font-size: 30px;
    display: block;
    font-weight: 100;
}
.label_subtitle_calendar {
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title_start {
    text-align: left;
    display: block;
    line-height: 1;
    margin: 0.67em 0;
    clear: both;
    font-size: 6rem;
    font-family: 'Scandia', 'Scandia', Arial, Helvetica, sans-serif;
    letter-spacing: -5px;
    max-width: 100%;
}
.c-hero_title {
    max-width: 80%;
}
.capitalize {
    text-transform: capitalize;
}
.text_calendar {
    max-width: 50%;
    filter: brightness(0.5);
}
.calendar_dateTitle {
    font-weight: bold;
    font-size: 1.3rem;
    border: 1px solid #fff;
    display: table-cell;
    border-radius: 25px;
    padding: 5px 20px;
    position: relative;
    left: -20px;
}
.calendar_location {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}
.calendar_time svg {
    padding-right: 10px;
}
.label--blue {
    background: #20498f;
}
.label--red {
    background: #f44336;
}
.label--green {
    background: #4caf50;
}
.label {
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 25px;
    font-style: normal;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    position: relative;
    color: #ebeae9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.label.ticket {
    top: 2px;
    position: relative;
    right: -20px;
}
.label .price, .label svg {
    display: inline-block;
    vertical-align: top;
}
[class^=sprite-] {
    fill: currentColor;
    position: relative;
}
.sprite-film {
    width: 25px;
    height: 25px;
    left: -1px;
    top: -1px;
}
.sprite-ticket {
    width: 15px;
    height: 15px;
    position: relative;
    top: calc(50% - 0px);
    transform: translateY(-50%);
}
.sprite-bonus {
    width: 20px;
    height: 25px;
}
.sprite-interview {
    width: 15px;
    height: 25px; 
}
a.programLink:hover .sprite-film {
    transform: rotate(360deg);
    transition: 1s all ease;
}
.tooltip {
    position: absolute;
    white-space: nowrap;
    top: 100%;
    left: 0;
    border: 1px solid #000;
    padding: 2px 8px;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 14px;
    pointer-events: none;
    color: #fff;
    opacity: 0;
    transition: transform .4s cubic-bezier(0.4, 0, 0, 1),opacity 0.25s cubic-bezier(0.4, 0, 0, 1);
    pointer-events: none;
}
.tooltip::before {
    /* content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    left: 11px;
    top: -9px;
    background: currentColor; */
}
.label:hover .tooltip{
    transform: translateY(0) scale(1);
    opacity: 1;
}
.tip_right {
    transform: translate(30px, -37px) scale(1);
}
.label:hover .tip_right{
    transform: translate(37px, -37px) scale(1);
    background-color: #000;
}

/* COLUMN SECTION
--------------------------------------------- */
.c-column {
    display: flex;
    justify-content: space-between;
	height: 100%;
	padding: 4.16667vw;
	white-space: pre-line;	
}
.c-column-block {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 0.16667vw;
    white-space: normal;
    margin: 0px;
}
.c-text_list {
    flex: 1 1 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
	min-width: 24.33vw ;
}
.c-text_list span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    white-space: pre-line;
    width: 250px;
}
.c-episodes_item.is-long {
	width: 90vw;
}
.c-grid-block {
    display: grid;
    justify-content: flex-start;
    height: 100%;
    padding: 0.16667vw;
    white-space: normal;
    margin: 0px;
    flex-direction: row;
    justify-items: start;
    align-content: stretch;
    grid-template-columns: 1fr 1fr;
}
.c-grid_list{

    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
}
.c-grid_list span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    white-space: pre-line;
    width: 250px;
}

/* MAIN SCROLL
--------------------------------------------- */
.body-content__rollig-text {
    white-space: nowrap;
    font-family: "Playfair Display", serif;
    margin-top: 6vw;
  }
.body-content__rollig-text .rolling-text__text {
    font-size: 7.5vw;
    display: inline-block;
}


.c-episodes_title {
    display: none;

    top: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 200px;
    color: #fff;
    overflow: hidden;
}
iframe#player {
    position: absolute;
    top: 0;
}
.horizontal-scroll {
	margin-left: 8.4vw;
	display: flex;

	font-family: 'Scandia';
}
.post-thumbnail {
    width: calc(100vw - 10vw);
    position: relative;
    top: 0;
    margin-left: 7.4vw
}
.post-thumbnail img{
	/* height: 100vh; */
    object-fit: cover;
    height: 80vh;
    max-height: 650px;
    width: auto;
}

.c-title_title_line {
    display: flex;
    flex-wrap: nowrap;
    animation: titleAnim 2s infinite linear; 
}
.entry-title {
	font-size: 6rem;
	line-height: 6rem;
    text-transform: uppercase;
    font-weight: 900;	
}
.c-title_title_line {
	margin:0px 25px;
}

/* MOVIE SINGLE
--------------------------------------------- */
.video-container a {
    height: 100%!important;
    width: 100%!important;
}
.distributie_wrapper {
    display: block;
    width: 100%;
    border-bottom: 0.1px solid #ffffff3b;
    padding-bottom: 35px;
    margin-bottom: 20px;
    font-size: 2rem!important;
    margin-top: 20px;
}
.c_sinopsis li .title_name {
    font-weight: 200!important;
    font-family: 'Mono';
}
.c_sinopsis {
    margin-top: 40px;
}
/* MOVIE SINGLE
--------------------------------------------- */
.home .programCount {
    display: none;
}

.grid {
    display: -ms-grid;
    display: grid;
    gap: 0px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    will-change: auto;
    position: relative;
    top: 0;
    margin: 0px;
    list-style: none;
    padding-left: 8.3vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.programShort {
    max-width: 70%;
    font-family: 'Mono';
    font-size: 12px;
}
.programDescription h2 {
    font-size: 6rem;
    font-family: 'Scandia', 'Scandia', Arial, Helvetica, sans-serif;
    letter-spacing: -7px;
    line-height: 1.2;
}
.programDescription h2:first-letter {
    /* font-family  */
}
.programLogo img {
    width: 150px;
    margin-bottom: 20px;
}
.programLogo {
    font-size: 50px;
    font-family: 'Syne';
}
.programLink {
    color: #fff;
    text-decoration: none;

    height: 100%;
    display: block;
}
.programLink:hover {
    color: #e2e2e2;
}
.programLink:hover .programBtn {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.programBtn {
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: table;
    margin-top: 25px;
}
.programBtn:hover {
    background: #fff;
    color: #000;
}
.programLink:hover .programBtn{
    background: #fff;
    color: #000;
}
.programDescription {
    height: 100%;
    padding: 20px 20px 20px 14.3vw;
    border-bottom: 1px solid #fff;
}
.programDescription h2 {
    margin: 0px;
}
.programDescription:hover {
    background-color: #fff;
    color: #000;
}
.programCount {
    display: none;
}
.programTitle {
    border-right: 1px solid #ffff;
    border-bottom: 1px solid #fff;
    
    padding: 10%;
}
.programe_dateTitle {
    font-weight: bold;
    font-size: 1.3rem;
    display: table-cell;
    border-radius: 25px;
    padding: 5px 20px;
    position: relative;
    left: -20px;
}
.programLink a {
    color: #fff;
    margin-top: 20px;
    display: table-caption;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 10px;
}
.o-text.c-text.is-active {
    margin-top: 40px;
}
/* MAIN FOOTER AFCN
--------------------------------------------- */
.afcn svg {
    width: 60px;
}
.afcnSVG {
    margin-right: 20px;
}
.afcnSVG img {
    position: absolute;
    bottom: 0;
}
.afcn_wrapper {
    bottom: 4.16667vw;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 2.6667vw;
}
.textAfcn {
    font-family: 'Scandia';
    font-size: 12px;
    display: block;
    max-width: 50%;
    color: #000;
    font-weight: 100;
}
.afcn .c-column {
    margin-left: 4vw;
}
.afcn {
    bottom: 0px;
    position: relative;
    left: 15px;
    display: flex;
}
.afcnSVG img {
    height: 140px;
}

/* MAIN FOOTER AFCN
 : not menu --------------------------------------------- */
 .footer_afcn_wrapper {
    margin: 0 15vw;
    padding-bottom: 4vw;
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;

            opacity: 0.5;
}
.footer_afcn_wrapper:hover {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.afcn_sigle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.afcn_sigle img {
    height: 80px;
    margin-right: 30px;
}
.arhiva_parteneri img {
    height: 50px;
    margin-right: 30px;
}
.afcn_parteneri_text {
    font-size: 10px;
    font-family: 'Scandia';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
    max-width: 60%;
}


/* Animation pageload
--------------------------------------------- */

.text-animator {
    line-height: 1.3;
    clip: rect(0% 0% 0% 0%);
    -webkit-clip-path: rect(0% 0% 0% 0%);
    clip-path: rect(0% 0% 0% 0%);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    display: block;
    text-align: start;
    position: relative;
}
.text-animator__inner {
    margin-top: -2.3vw;
    will-change: transform;
    display: block;
    text-align: start;
    position: relative;
    transform: translate3d(0px, -100%, 0px);
    transition: 1s transform ease;
}
.loaded .text-animator__inner {
    transform: translate3d(0px, 0%, 0px);
    transition: 1s transform ease;
    transition-delay: 0.2s;
}


.l-block__img {
    opacity: 0;
    will-change: transform;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    transition: 1s all ease;
}


.loaded .l-block__img {
    transform: translate3d(0px, 0%, 0px);
    opacity: 1;
    transition: 1s all ease;
    
}

.target_overflow_title {
    padding-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
    line-height: 1;
}
.--1.target_overflow_title{
    top: 21px;
}
.--1 .title--hidden{
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 30.6109, 0, 1);
}
.--2 .title--hidden{
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 27.6109, 0, 1);
}
.title--hidden {
    position: relative;
    display: block;
}


/* HOMEPAGE
--------------------------------------------- */
.program__logo {
    filter: invert(1);
    max-height: 140px;
    margin-bottom: 30px;
}
.programLink:hover .program__logo {
    filter: invert(0);
}

/* MEDIA
--------------------------------------------- */

@keyframes titleAnim {
	0% {
		transform: translate3d(100vh, 0px, 0px);
	}
	100% {
		transform: translate3d(-100vh, 0px, 0px);
	}
}

@media screen and (min-width: 2500px) {
    .c-episodes_item-content{
        max-height: 100%;
    }
}
@media screen and (max-width: 1336px) {
    .menu {
        left: 4.16667vw;
    }
}
@media screen and (max-width: 1024px) {
    .programShort {
        max-width: 95%;
    }
	.post-thumbnail img {
		height: 100%;
	}
    .c-text_paragraph h2 {
        max-width: 100%;
    }
    .c-text_list {
        min-width: 100vw;
        margin-bottom: 20px;
    }
    .c-column-block {
        flex-wrap: wrap;
    }
    .c-text_list span {
        margin-bottom: 20px;
    }    
    .c-episodes_item {
        width: calc(100% - 0px)!important;
    }
    .c-episodes {
        grid-template-columns: repeat(1, 1fr);
    }
    .c-episodes_item-content {
        max-height: 100%;
    }
    .c-column-details {
        flex-direction: column;
    }
    .programDescription h2 {
        font-size: 2.3rem;
        letter-spacing: -2px;
    }
    .c-column-details {
        margin: 0px 20vw;
    }
}


@media screen and (max-width: 599px) {
    .text_calendar {
        max-width: 100%;
    }
    .buy_ticket {
        margin-left: 0px;
    }
    .wrapper_calendar {
        grid-template-columns: 1fr;
        max-width: 100vw;
    }
    .wrapper_calendar_zi {
        width: 100%;
    }
    .footer_afcn_wrapper {
        margin: 0px!important;
        padding: 4.16667vw;
        padding-left: 19vw;
    }
    .afcn_parteneri_text {
        max-width: 90%;
    }
    .afcnSVG img {
        position: relative;
        bottom: auto;
    }
    .afcn {
        padding: 20px;
        padding-bottom: 0px;
        bottom: 0px;
        position: relative;
        left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu_footer {
        padding: 10px;
    }
    .menu_nav {
        position: relative;
        z-index: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    } 
    .textAfcn {
        max-width: 100%;
    }
    .afcn_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu.-enabled {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }




    .inner_pop_content h2 {
        font-size: 3rem;
        margin: 0px;
        margin-bottom: 2rem;
        line-height: 1;
        letter-spacing: -4px;
    }
    .c-column-details {
        margin: 0px 20vw;
    }
    .c-episodes-line {
        font-size: 4rem;
    }
    .title_start {
        letter-spacing: -2px;
    }
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .programTitle {
        border: 0px;
    }
    .o-text {
        font-size: 14px;
    }
    h1 {
        font-size: 1.4em;
        margin: 0.67em 0;
    }
    .c-hero_title {
        margin-top: 0px;
        max-width: 100%;
    }
    .post-thumbnail {
        width: 100%;
        position: relative;
        top: 0;
        margin-left: auto;
    }
    .c-text {
        width: 90vw;
    }
    .c-text.is-active {
        margin: 0px!important;
        padding: 4.16667vw;
        padding-left: 19vw;
    }
    .header { 
        width: 50px;
    }
    .header_logo_link svg,
    .header_logo {
        height: 100%;
        margin-bottom: 20px;
    }
    .c-episodes {
        padding-left: 50px;
    }
    .c-hero {
        padding-right: 0px;
    }
    .header_burger {
        height: 150px;
        padding: 20px 0px;
    }
    .o-title {
        white-space: normal;
    }
    .calendar_dateTitle {
        left: 0px;
    }
    .c-text_list_arhiva{
        min-width: 100%;
    }
    .c-column {
        flex-wrap: wrap;
    }
    .title_start {
        margin-top: 30%;
        font-size: 3rem;
    }
    .label_subtitle {
        font-size: 16px;
        margin: 10px 0px;
    }
    .c-sinopsis_title {
        font-size: 1rem;
        margin-bottom: 12.3vw;
    }
    .c-hero_cta {
        display: none!important;
    }
    .program-text {
        padding-left: 60px;
        width: calc(100% - 20px);
        overflow: hidden;
        margin-left: 0px;
    }
    embed,
    iframe,
    object {
        max-width: 100%;
        min-height: 100%;
    }


}