@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700,900');

:root {
	--blue: #0023FF;
	--orange: #ff5e00;
	--dark: #00042B;
	--light: #E6E5EB;
	--grey: #707070;
	--vlorange: #ffeade;
	--animBG: #e5e5ea;
	--width: 1190px;
}

html {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	color: var(--dark);
	background-color: white;
	scroll-behavior: smooth;
}

h1 {
	font-family: 'Gopher', sans-serif;
	font-size: 2.5rem;
	padding: 1.5rem 0 1.8rem 0;
	color: var(--dark);
	text-align: center;
	/*background-image: url(../images/1px_h1.png);
	background-repeat: no-repeat;
	background-size: 200px 3px;
	background-position: 0px 90px;*/
}

h2 {
	font-family: 'Gopher', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1.8rem;
	line-height: 2.5rem;
	color: var(--dark);
}

p, ul, span, li {
	font-size: 1rem;
	font-weight: 100;
}

div {
	font-weight: 100;
}

a {
	color: var(--blue);
	text-decoration: none;
}

a:hover {
	/*color: rgba(241,92,34,1);*/
	text-decoration: underline;
}

.button {
    background-color: var(--dark);
    color: white;
    width: max-content;
    padding: 0.5rem 0.7rem;
    border-radius: 0.5rem;
    font-weight: bold;
    box-shadow: 0 0 10px 0 var(--dark);
    transition: all 0.4s;
}

.button:hover {
    background-color: var(--blue);
    box-shadow: 0 0 10px 0 var(--blue);
    text-decoration: none;
}


/************* HEADER ****************/

.header {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
    width: 100%;
}

/********************************/

#cboxContent {
	margin-top: 0 !important;
}

#main {
	background-color: rgba(255,255,255,1);
}

.node-type-happening #content {
	position: relative;
	z-index: 1;
}

#content {
	padding: 1rem 0 3.125rem 0;
	color: var(--dark);
	margin: 0 auto;
}

table {
	margin-top: 0;
	margin-bottom: 0;
}

#page {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

/*video#bgvid {
    margin-left: -10px;
	margin-top: -10px;
    width: 980px;
    height: auto;
}*/

/*************************************************** NAVIGATION *****************************************************/

#navigation {
	position: absolute;
	z-index: 10;
}

.remenu ul li a,
.remenu ul li span {
	color: var(--blue) !important;
}

.remenu ul li a:hover,
.remenu ul li span:hover,
.remenu .active {
	color: var(--yellow) !important;
}

/*.remenu ul li ul li a,
.remenu .over a,
.remenu .over span {
	color: var(--white) !important;
}*/

.remenu ul li ul li a:hover,
.remenu ul li ul li span:hover {
	color: var(--yellow) !important;
}

.remenu ul.nice-menu li.active-trail span {
	color: var(--yellow) !important;
}

.remenu ul li ul li.menu-path-nolink span,
.remenu ul.nice-menu li.active-trail ul li span {
	color: var(--blue) !important;
}

.remenu ul li ul li.menu-path-nolink span:hover,
.remenu ul.nice-menu li.active-trail ul li span:hover {
	color: var(--yellow) !important;
}

.remenu {
	/*display: inline-block;
	vertical-align: top;*/
	grid-area: menu;
}

.remenu ul.nice-menu, .remenu ul.nice-menu li ul {
	border-top: 0 none;
	width: 100%;
}

.remenu ul.nice-menu li {
	background: transparent;
	border: 0 none;
	/*padding-right: 0.3125rem;
	padding-left: 0.3125rem;*/
	margin: 0 3px;
	position: initial;
}

.remenu ul.nice-menu li ul {
	position: absolute;
	left: inherit;
	top: 37px;
	width: unset;
	background-color: white;
	box-shadow: 0 10px 10px 0 grey;
	padding: 10px;
}

.remenu ul.nice-menu li ul li {
	border: 0 none;
	margin: 0;
	clear: none;
	float: none;
	width: auto;
	padding: 5px 3px;
}

.remenu ul.nice-menu li:hover {
	background-color: white !important;
	box-shadow: 0 0 10px 0 grey;
}

.remenu ul.nice-menu li.active, .remenu ul.nice-menu li.active-trail {
	background-color: white !important;
}

.remenu ul.nice-menu li ul li:hover, .remenu ul.nice-menu li ul li.active, .remenu ul.nice-menu li ul li.active-trail {
	margin: 0;
	box-shadow: none;
}

.remenu ul.nice-menu li a, .remenu ul.nice-menu li span {
	text-decoration: none;
	padding: 7px !important;
	margin: 0;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
}

.remenu ul.nice-menu li.menu-2234 span, .remenu ul.nice-menu li.menu-2217 span {
	padding: 10px 4px 10px 0 !important;
}

.remenu ul.nice-menu li ul li a, .remenu ul.nice-menu li ul li span {
	font-size: 0.9rem;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: normal;
}

.remenu ul.nice-menu li ul li:hover a, .remenu ul.nice-menu li ul li:hover span {
	color: var(--dark) !important;
}

.remenu ul.nice-menu li span {
	cursor: default;
}

.remenu ul.nice-menu a:hover, .remenu ul.nice-menu span:hover {
}

.remenu ul.nice-menu li.active a,
.remenu ul.nice-menu li a.active {
	font-weight: bold;
}

ul.nice-menu-down li.menuparent {
	background-image: url(../images/menu-bullet.png);
	background-position: center bottom 3px;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	padding: 7px 0 !important;
	transition: background-size 0.2s ease-out;
}

ul.nice-menu-down li.menuparent:hover {
	background-image: url(../images/menu-bullet.png);
	background-position: center bottom 3px;
	background-size: calc(100% - 14px) 8px;
	box-shadow: 0 0 10px 0 grey;
}

ul.nice-menu-down li.menuparent:hover>a,
ul.nice-menu-down li.menuparent:hover>span {
}

ul.nice-menu-down .menu-path-nolink {
	padding: 7px 0 7px 0 !important;
}

ul.nice-menu-down .menu-path-nolink span {
	opacity: 0.2;
}

ul.nice-menu-down .menuparent span {
	opacity: 1;
}

ul.nice-menu-down .menu-path-nolink ul li {
	padding: 5px 3px !important;
}

ul.nice-menu-down .menu-path-nolink ul li span {
	opacity: 0.2;
}

ul.nice-menu-down li.menuparent.active-trail {
	background-image: url(../images/menu-bullet-h.png);
}

/******************************************************* LANGUAGE SWITCHER *******************************************************/

.block-locale {
	grid-area: lang;
}

#block-locale-language ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-locale-language ul li {
	float: left;
	padding-top: 13px;
}

.language-link {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}


#block-locale-language ul li span.locale-untranslated {
	text-transform: uppercase;
	color: rgba(0,0,0,1);
	text-decoration: none;
	padding: 16px 8px;
	display: none;
}

.language-link:hover {
	text-align: center;
	text-decoration: none;
	color: var(--dark) !important;
}


#block-locale-language ul li a.active {
	display: none;
}

/********************************************************* SOCIAL *****************************************************************/

.social2018 {
	grid-area: social;
}

.social2018-hidden {
	display: none;
	visibility: hidden;
}

.social2018 p {
	margin: 0;
	padding: 10px 0;
}


.social2018 a {
	text-align: center;
	font-size: 1.5rem;
	color: white;
	padding: 0.3rem 0.5rem;
	transition: all 0.2s;
	margin-right: 0.6rem;
	background-color: var(--blue);
    border-radius: 1.5rem;
}

.social2018 a:hover {
	background-color: white;
	color: var(--blue);
	box-shadow: 0 0 10px 0 grey;
}

.social2018 i {
	width: 30px;
}

/***************************************************************** BREADCRUMB *****************************************************************/

.breadcrumb {
	display: none;
}


/**************************************************************** MAIN CONTENT ****************************************************************/

.not-front #main {
	width: 100%;
}

article .field-name-field-text-body,
article .field-name-field-text-frontpage-teaser,
.ds-1col .field-name-field-text-frontpage-teaser,
.ds-1col .field-name-field-text-body,
.ds-1col .field-name-field-patricipant-s- {
	width: 80%;
	margin: 0 auto;
}

article .field-name-field-a-thumbnail {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}

.region-highlighted .sectionmenu:after {
    content: "";
    height: 1rem;
    display: block;
}


/*********************************************************** PEOPLE ***************************************************************/

.page-2020.page-jury .page__title {
	display: none;
}

.view-2020-guests.people-jury,
.view-2020-guests.people-guests {
	padding-bottom: 4rem;
}

.view-2020-guests.people-jury h2,
.view-2020-guests.people-guests h2 {
	text-transform: none;
	text-align: center;
}

.view-2020-guests.people-jury h3 {
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0.3rem 0.5rem;
	width: calc(300px - 1rem);
}

.view-2020-guests.people-guests h3 {
	color: white;
	font-weight: bold;
	margin: 0;
	margin-left: 0.5rem;
	padding: 0.3rem 0;
	border-bottom: 1px solid white;
}

.view-2020-guests.people-jury .grid-item,
.view-2020-guests.people-guests .grid-item {
	position: relative;
	width: 300px;
	background-color: var(--dark);
    box-shadow: 0 0 10px 0 var(--animBG);
}

.view-2020-guests.people-jury .grid-item .views-field-field-director-photo,
.view-2020-guests.people-guests .grid-item .views-field-field-director-photo {
    transition: transform 1s;
}

.view-2020-guests.people-jury .grid-item img,
.view-2020-guests.people-guests .grid-item img {
	display: block;
	width: 300px;
	height: 400px;
}

.view-2020-guests.people-jury .grid-item .views-field-field-director-photo:after,
.view-2020-guests.people-guests .grid-item .views-field-field-director-photo:after {
	content: url(../images/1px.png);
	width: 300px;
	height: 400px;
	background: linear-gradient(160deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(0,4,43,1) 100%),
	linear-gradient(2000deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(0,4,43,1) 100%),
	linear-gradient(190deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(0,4,43,1) 100%),
	linear-gradient(170deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(0,4,43,1) 100%),
	linear-gradient(175deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(0,4,43,1) 100%),
	linear-gradient(185deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(0,4,43,1) 100%);
    position: absolute;
    top: 0;
}

.view-2020-guests.people-jury .row-wrapper,
.view-2020-guests.people-guests .row-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	justify-items: center;
	grid-gap: 4rem 2rem;
	padding-bottom: 2rem;
}

.view-2020-guests.people-jury .grid-item .views-field-title,
.view-2020-guests.people-guests .grid-item .views-field-title {
	position: absolute;
	left: 0;
	background-color: var(--dark);
}

.view-2020-guests.people-jury .grid-item .views-field-field-director-bio,
.view-2020-guests.people-guests .grid-item .views-field-field-director-bio {
	position: absolute;
    top: 0;
    background-color: rgba(0,4,43,0.5);
    backdrop-filter: blur(20px);
    color: white;
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
    transition: transform 1s, opacity 1s 0.2s;
}

.view-2020-guests.people-jury .grid-item .views-field-field-director-bio p,
.view-2020-guests.people-guests .grid-item .views-field-field-director-bio p {
	margin: 0;
	padding: 0.1rem 0.5rem 0.4rem 0.5rem;
}

.view-2020-guests.people-guests .grid-item .showBio {
	display: none;
}

.view-2020-guests.people-guests .grid-item .views-field-field-director-bio + .showBio {
	position: absolute;
    z-index: 3;
    right: 0.5rem;
    margin-top: 0.25rem;
    display: block;
}

.view-2020-guests.people-jury .grid-item .showBio {
	position: absolute;
    z-index: 3;
    right: 0.5rem;
    margin-top: 0.25rem;
}

.view-2020-guests.people-jury .grid-item .showBio div,
.view-2020-guests.people-guests .grid-item .showBio div {
	background-color: white;
    padding: 0 0.8rem;
    border-radius: 0.8rem;
    font-weight: bold;
    color: var(--dark);
    cursor: pointer;
    transition: all 0.4s;
}

.view-2020-guests.people-jury .grid-item .showBio div:hover,
.view-2020-guests.people-guests .grid-item .showBio div:hover {
    color: var(--orange);
    background-color: var(--vlorange);
}

.director-bio-hidden {
	opacity: 0;
	transform: rotateY(180deg);
}

.director-photo-hidden {
	transform: rotateY(180deg);
}

.view-2020-guests.people-guests .grid-item .views-field-field-title {
	color: white;
	margin-top: 2.2rem;
	padding: 0 0.5rem;
	font-size: 0.9rem;
	font-style: italic;
}

.view-2020-guests.people-guests .grid-item .views-field-field-title a {
	color: var(--orange);
}

.view-2020-guests.people-guests .grid-item .views-field-field-event-ref {
	margin-top: 1rem;
	padding: 0 0.5rem 0.5rem 0.5rem;
	color: white;
}

.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .field-name-field-date {

}

.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .field-name-field-date span {
	font-weight: bold;
}

.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .field-name-field-event div div {
	font-weight: bold;
	padding: 0.1rem 0.4rem;
}

.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .field-name-title,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .field-name-field-event {
	display: table-cell;
}

.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .field-name-title a {
	font-weight: bold;
	color: var(--orange);
}

.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .field-name-title a:hover {
}

.view-2020-guests.people-guests .grid-item .field-name-field-film-reference {
	display: none;
}

/*********************************************************** EVENTS **********************************************************/

.page-events h1 {
	text-transform: uppercase;
	padding-bottom: 0;
}

#edit-etype-all {
	display: none;
}

#edit-etype-1 a.active,
#edit-etype-1 a:hover {
	background-color: var(--blue)
}
#edit-etype-2 a.active,
#edit-etype-2 a:hover,
.events2020 .views-row  .views-field-name.tid490,
.node-type-happening .view-mode-2020_event.e_490 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_490 .field-name-field-event div div,
#edit-etype-9 a.active,
#edit-etype-9 a:hover,
.events2020 .views-row  .views-field-name.tid496,
.node-type-happening .view-mode-2020_event.e_496 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_496 .field-name-field-event div div {
	background-color: rgba(282,231,32,1);
}
#edit-etype-3 a.active,
#edit-etype-3 a:hover,
.events2020 .views-row  .views-field-name.tid486,
.node-type-happening .view-mode-2020_event.e_486 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_486 .field-name-field-event div div {
	background-color: #c100ff;
}
#edit-etype-4 a.active,
#edit-etype-4 a:hover,
.events2020 .views-row  .views-field-name.tid487,
.node-type-happening .view-mode-2020_event.e_487 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_487 .field-name-field-event div div {
	background-color: #ff5e00;
}
#edit-etype-5 a.active,
#edit-etype-5 a:hover,
.events2020 .views-row  .views-field-name.tid488,
.node-type-happening .view-mode-2020_event.e_488 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_488 .field-name-field-event div div {
	background-color: #de0030;
}
#edit-etype-6 a.active,
#edit-etype-6 a:hover,
.events2020 .views-row  .views-field-name.tid489,
.node-type-happening .view-mode-2020_event.e_489 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_489 .field-name-field-event div div {
	background-color: #00a100;
}
#edit-etype-7 a.active,
#edit-etype-7 a:hover,
.events2020 .views-row  .views-field-name.tid494,
.node-type-happening .view-mode-2020_event.e_494 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_494 .field-name-field-event div div {
	background-color: rgba(73,158,177,1);
}
#edit-etype-8 a.active,
#edit-etype-8 a:hover,
.events2020 .views-row  .views-field-name.tid495,
.node-type-happening .view-mode-2020_event.e_495 .field-name-field-event .field-item,
.view-2020-guests.people-guests .grid-item .views-field-field-event-ref .e_495 .field-name-field-event div div {
	background-color: rgba(133,137,159,1);
	background: linear-gradient(60deg, rgba(241,92,34,0.75) 0%, rgba(172,31,235,1) 90%);
}

.events2020 .form-type-bef-link {
	display: inline-block;
}

.events2020 .form-type-bef-link a {
	padding: 0.1rem 0.4rem;
	font-weight: bold;
	color: var(--dark);
}

.events2020 .form-type-bef-link a:hover {
	text-decoration: none;
	color: white;
}

.events2020 .form-type-bef-link a.active {
	color: white;
}

.events2020 .view-filters {
	padding-bottom: 1.8rem;
	text-align: center;
}

.views-exposed-form .views-exposed-widget {
	float: none;
}

.views-exposed-widget.views-submit-button {
    display: none;
}

.events2020 h3 {
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.events2020 h3 a {
	font-weight: bold;
	color: var(--dark);
}

.events2020 .view-header {
	padding: 1.5rem 0;
	width: 80%;
	margin: 0 auto;
	font-weight: bold;
}

.events2020 .views-row {
	width: 80%;
	margin: 0 auto;
	border-left: 2px solid var(--dark);
    border-right: 2px solid transparent;
    padding: 1.5rem 1rem;
    border-radius: 1px;
}

.events2020 .views-row .views-field-field-date {
	margin-left: -1rem;
	margin-bottom: 0.5rem;
	background-color: var(--dark);
	padding: 0.1rem 0.4rem;
	width: max-content;
	display: inline-block;
}

.events2020 .views-row .views-field-field-date span {
	color: white;
	font-weight: bold;
}

.events2020 .views-row .views-field-name {
	display: inline-block;
    margin-left: -4px;
    margin-right: 1rem;
    padding: 0.1rem 0.4rem;
}

.events2020 .views-row .gCal-construct {
	display: inline-block;
    margin-right: 0.3rem;
    position: relative;
}

.events2020 .views-row .gCal-construct a {
	color: var(--dark);
	opacity: 0.4;
	transition: all 0.4s;
}

.events2020 .views-row .gCal-construct .ttip {
	display: none;
	position: absolute;
    font-size: 0.8rem;
    font-weight: bold;
    top: 0;
    width: max-content;
    margin-top: -2rem;
    background-color: var(--dark);
    color: white;
    padding: 0.2rem 0.5rem;
	box-shadow: 0 0 10px 0 var(--grey);
	border-radius: 5px;
}

.events2020 .views-row .gCal-construct:hover .ttip {
	display: block;
}

.events2020 .views-row .gCal-construct a:hover {
	color: var(--orange);
	opacity: 1;
}

.events2020 .views-row .views-field-name span {
	color: white;
	font-weight: bold;
}

.events2020 .views-row .views-field-body {
	padding: 0.3rem 0 0.7rem 0;
}

.events2020 .views-row .views-field-body a {
	font-style: italic;
	font-size: 0.9rem;
}

.events2020 .views-row .views-field-field-ref-director {
	position: relative;
}

.events2020 .views-row .views-field-field-ref-director .views-label-field-ref-director {
	font-weight: bold;
	text-transform: uppercase;
}

.events2020 .views-row .views-field-field-ref-director .field-name-field-director-photo {
	display: inline-block;
}

.events2020 .views-row .views-field-field-ref-director .field-name-field-director-photo img {
	width: 80px;
}

.events2020 .views-row .views-field-field-ref-director .field-name-title {
	width: max-content;
	background-color: var(--dark);
	padding: 0.2rem 0.5rem;
	box-shadow: 0 0 10px 0 var(--grey);
	border-radius: 5px;
	position: absolute;
	margin-top: -2rem;
	display: none;
}

.events2020 .views-row .views-field-field-ref-director .view-mode-2020_people_event_attachment_s_:hover .field-name-title {
	display: block;
}

.events2020 .views-row .views-field-field-ref-director .view-mode-2020_people_event_attachment_s_ {
	display: inline-block;
}

.events2020 .views-row .views-field-field-ref-director .field-name-title div {
	font-size: 0.8rem;
	color: white;
	font-weight: bold;
}

.node-type-happening .view-mode-2020_event .field-name-field-event {
	text-align: center;
}

.node-type-happening .view-mode-2020_event .field-name-field-event .field-item {
	width: max-content;
	padding: 0.1rem 0.4rem;
	color: white;
	font-weight: bold;
	display: inline-block;
}

.node-type-happening .view-mode-2020_event .field-name-field-date {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.node-type-happening .view-mode-2020_event .field-name-field-date span {
	font-weight: bold;
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director {
	margin-top: 4rem;
	padding-bottom: 2rem;
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director .field-label {
	text-transform: uppercase;
    color: var(--dark);
    font-size: 1rem;
	padding-bottom: 1rem;
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director .group-left {
	width: 180px;
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director .group-right {
	width: calc(100% - 180px);
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director .field-name-field-director-photo img {
	box-shadow: 0 0 10px 0 var(--animBG);
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director .field-name-title div {
	font-weight: bold;
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director .field-name-field-title div {
	font-style: italic;
	font-size: 0.9rem;
}

.node-type-happening .view-mode-2020_event .field-name-field-ref-director .field-name-field-director-bio p {
	margin: 1rem 0;
}

.node-type-happening .view-mode-2020_event .field-name-field-film-reference {
	text-align: center;
	margin: 0 0 2rem 0;
}

.node-type-happening .view-mode-2020_event .field-name-field-film-reference .field-item {
	display: inline-block;
	margin: 0 0.3rem;
}

.node-type-happening .view-mode-2020_event .field-name-field-film-reference a {
	padding: 0.1rem 0.4rem;
	background-color: var(--blue);
	color: white;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0 10px 0 var(--animBG);
	border-radius: 2px;
	transition: all 0.4s;
}

.node-type-happening .view-mode-2020_event .field-name-field-film-reference a:hover {
	box-shadow: 0 0 10px 0 var(--grey);
}

.imgHidden {
	display: none;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
}

.events2020 .events2020dates {
	margin-bottom: 0;
	position: fixed;
	top: 0;
	height: 100vh;
	display: grid;
	align-items: center;
	will-change: transform;
}

.events2020 .events2020dates ul {
	list-style: none;
	background-color: rgba(255,255,255,0.8);
	/*border-right: 2px solid var(--dark);*/
	padding-right: 1rem;
	opacity: 0.2;
	transition: opacity 0.4s;
	margin: 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.events2020 .events2020dates ul:hover {
	opacity: 1;
}

.events2020 .events2020dates li a {
	font-size: 0.9rem;
	color: var(--dark);
	text-decoration: none;
}

.events2020 .events2020dates li a:hover {
	color: var(--orange);
}



/*********************************************************** SECTION NAVIGATION **********************************************************/

.sectionmenu {
	margin-bottom: 0;
}

.sectionmenu ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

.sectionmenu li {
	display: inline-block;
	margin: 0.3rem;
}

.sectionmenu li a,
.sectionmenu li span {
	font-size: 1rem;
	font-weight: bold;
	padding: 0.1rem 0.4rem;
	display: block;
	transition: all 0.4s;
}

.sectionmenu li:hover a,
.sectionmenu li.active a {
	color: white !important;
	text-decoration: none;
}

.sectionmenu .menu-mlid-5025:hover,
.sectionmenu .menu-mlid-5025.active,
.sectionmenu .menu-mlid-5035:hover,
.sectionmenu .menu-mlid-5035.active {
	background-color: rgba(172,31,235,1);
}

.sectionmenu .menu-mlid-5026:hover,
.sectionmenu .menu-mlid-5026.active,
.sectionmenu .menu-mlid-5036:hover,
.sectionmenu .menu-mlid-5036.active {
	background-color: rgba(228,85,0,1);
}

.sectionmenu .menu-mlid-5027:hover,
.sectionmenu .menu-mlid-5027.active,
.sectionmenu .menu-mlid-5037:hover,
.sectionmenu .menu-mlid-5037.active {
	background-color: rgba(0,35,255,1);
}

.sectionmenu .menu-mlid-5028:hover,
.sectionmenu .menu-mlid-5028.active,
.sectionmenu .menu-mlid-5038:hover,
.sectionmenu .menu-mlid-5038.active {
	background-color: rgba(222,0,48,1);
}

.sectionmenu .menu-mlid-5029:hover,
.sectionmenu .menu-mlid-5029.active,
.sectionmenu .menu-mlid-5039:hover,
.sectionmenu .menu-mlid-5039.active {
	background-color: rgba(133,137,159,1);
}

.sectionmenu .menu-mlid-5030:hover,
.sectionmenu .menu-mlid-5030.active,
.sectionmenu .menu-mlid-5040:hover,
.sectionmenu .menu-mlid-5040.active {
	background-color: rgba(0,161,0,1);
}

.sectionmenu .menu-mlid-5031:hover,
.sectionmenu .menu-mlid-5031.active,
.sectionmenu .menu-mlid-5041:hover,
.sectionmenu .menu-mlid-5041.active {
	background-color: rgba(73,158,177,1);
}

.sectionmenu .menu-mlid-5032:hover,
.sectionmenu .menu-mlid-5032.active,
.sectionmenu .menu-mlid-5042:hover,
.sectionmenu .menu-mlid-5042.active {
	background-color: rgba(228,231,32,1);
}

/****************************************************************** SECTIONS *******************************************************************/

.fid3109.trm458,
.fid3110.trm458,
.fid3131.trm458,
.fid3132.trm458,
.fid3185.trm458,
.fid3186.trm458 {
	display: none;
}


.sections2020,
.sections2020o {
	width: 100%;
	padding-top: 2rem;
}

.sections2020 .sectionmenu:after {
	content: "";
	height: 1rem;
	display: block;
}

.sections2020 .view-content {
	display: grid;
	justify-content: center;
	justify-items: stretch;
}

.sections2020 .grid-item span {
	font-size: 0.9rem;
}

.sections2020 .grid-item img {
	/*width: calc(100% - 0.625rem);*/
	width: 100%;
}

.sections2020 .grid-item .views-field-title span {
	font-weight: bold;
	font-size: 1.1rem;
}

.sections2020 .grid-item .views-field-title span a {
	color: var(--dark);
}

.sections2020 .grid-item .views-field-title span a:hover {
	text-decoration: none;
	color: var(--blue);
}

.sections2020 .grid-item .views-field-field-a-thumbnail a {
	display: block;
	line-height: 0;
}

.sections2020 .grid-item .views-field-field-a-thumbnail .field-content span:first-of-type {
	padding-left: 0.3rem;
}

.sections2020 .grid-item .views-field-field-a-thumbnail .field-content span:last-of-type {
	padding-right: 0.3rem;
}

.sections2020 .grid-item .views-field-field-a-thumbnail .field-content span {
	font-size: 0.9rem;
	font-weight: bold;
	color: var(--dark);
	padding-left: 0.1rem;
	padding-right: 0;
	padding-bottom: 0.2rem;
	display: inline-block;
}


/* INT COMP */
.sections2020 .dtid452,
.sections2020 .tid452 .field-content {
	border: 0.3125rem solid rgba(172,31,235,1);
}

.sections2020 .dtid452:before {
	background-color:  rgba(172,31,235,1);
}

.sections2020 .sectionImage.tid452 {
	background-image: url(../images/sec_452.jpg);
	background-position: center 45%;
}

.sections2020 .sectionImage.tid452 .shade:before {
	background-color: rgba(172,31,235,0.4);
}

/* HUN COMP */
.sections2020 .dtid453,
.sections2020 .tid453 .field-content {
	border: 0.3125rem solid rgba(228,85,0,1);
}

.sections2020 .dtid453:before {
	background-color: rgba(228,85,0,1);
}

.sections2020 .sectionImage.tid453 {
	background-image: url(../images/sec_453.jpg);
	background-position: center 20%;
}

.sections2020 .sectionImage.tid453 .shade:before {
	background-color: rgba(228,85,0,0.7);
}

/* STUD DEB COMP */
.sections2020 .dtid454,
.sections2020 .tid454 .field-content {
	border: 0.3125rem solid rgba(0,35,255,1);
}

.sections2020 .dtid454:before {
	background-color:  rgba(0,35,255,1);
}

.sections2020 .sectionImage.tid454 {
	background-image: url(../images/sec_454.jpg);
	background-position: center 50%;
}

.sections2020 .sectionImage.tid454 .shade:before {
	background-color:  rgba(0,35,255,0.6);
}

/* INOJ */
.sections2020 .dtid455,
.sections2020 .tid455 .field-content {
	border: 0.3125rem solid rgba(222,0,48,1);
}

.sections2020 .dtid455:before {
	background-color:  rgba(222,0,48,1);
}

.sections2020 .sectionImage.tid455 {
	background-image: url(../images/sec_455.jpg);
	background-position: center 90%;
}

.sections2020 .sectionImage.tid455 .shade:before {
	background-color:  rgba(222,0,48,0.7);
}

/* AOTP */
.sections2020 .dtid456,
.sections2020 .tid456 .field-content {
	border: 0.3125rem solid rgba(133,137,159,1);
}

.sections2020 .dtid456:before {
	background-color: rgba(133,137,159,1);
}

.sections2020 .sectionImage.tid456 {
	background-image: url(../images/sec_456.jpg);
	background-position: center 25%;
}

.sections2020 .sectionImage.tid456 .shade:before {
	background-color: rgba(133,137,159,0.4);
}

/* ANT */
.sections2020 .dtid457,
.sections2020 .tid457 .field-content {
	border: 0.3125rem solid rgba(0,161,0,1);
}

.sections2020 .dtid457:before {
	background-color: rgba(0,161,0,1);
}

.sections2020 .sectionImage.tid457 {
	background-image: url(../images/sec_457.jpg);
	background-position: center 40%;
}

.sections2020 .sectionImage.tid457 .shade:before {
	background-color: rgba(0,161,0,0.4);
}

/* STUD */
.sections2020 .dtid458,
.sections2020 .tid458 .field-content {
	border: 0.3125rem solid rgba(73,158,177,1);
}

.sections2020 .dtid458:before {
	background-color: rgba(73,158,177,1);
}

.sections2020 .sectionImage.tid458 {
	background-image: url(../images/sec_458.jpg);
	background-position: center 90%;
}

.sections2020 .sectionImage.tid458 .shade:before {
	background-color: rgba(73,158,177,0.7);
}

/* OP */
.sections2020 .dtid459,
.sections2020 .tid459 .field-content {
	border: 0.3125rem solid rgba(228,231,32,1);
}

.sections2020 .dtid459:before {
	background-color: rgba(228,231,32,1);
}



/* N/A, Closing */
.sections2020 .dtid411,
.sections2020 .dtid401,
/*.sections2020 .sectionImage.tid391,*/
.sections2020 .tid411 img,
.sections2020 .tid401 img {
	border: 0.1875rem solid var(--claret);
}

.sections2020 .dtid411:before,
.sections2020 .dtid401:before {
	background-color: var(--claret);
}




.sections2020 .sectionImage {
	height: 18rem;
	/*margin-bottom: 3rem;
	margin-left: -3.13%;
	margin-right: -3.13%;*/
}

.sections2020o .sectionImage {
	height: 18rem;
	/*margin-bottom: 3rem;*/
	background-size: 100%;
	margin-left: -16.5%;
	margin-right: -16.5%;
}

.sections2020 .sectionImage .shadeBefore,
.sections2020o .sectionImage .shadeBefore {
	position: relative;
	width: 100%;
	height: 100%;
}

.sections2020 .sectionImage .shade:before,
.sections2020o .sectionImage .shade:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(0,0,0,0.4);*/
}

.sections2020 .sectionName {
	font-family: 'Gopher', sans-serif;
	position: relative;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	margin-top: -16.875rem;
	margin-left: 3%;
	margin-right: 3%;
}

/*.sections2020 .sectionImage {
	float: left;
	width: 430px;
	height: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-size: cover;
}

.sections2020 .sectionImage .shadeBefore {
	position: relative;
	width: 430px;
	height: 300px;
}

.sections2020 .sectionImage .shade:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.sections2020 .sectionName {
	position: relative;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	color: rgba(255,255,255,1);
	margin-top: -270px;
	margin-left: 30px;
	margin-right: 30px;
}*/


.sections2020 .sectionInfo {
	vertical-align: top;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sections2020 .views-field-title {
    float: left;
    margin-right: 0.5rem;
    display: flex;
}

.sections2020 .views-field-field-tags {
	font-style: italic;
	font-size: 0.9rem;
	color: var(--grey);
	padding-top: 0.1rem;
}


.sections2020 .view-filters {
	margin: 1rem 1rem 2rem 1rem;
	padding: 0 1rem 0.5rem 1rem;
	background-color: var(--vlorange);
	border-radius: 0.2rem;
	box-shadow: 0 0 10px 0 var(--animBG);
}

.sections2020 .view-filters .views-exposed-form label {
	text-align: center;
}

.sections2020 .view-filters .form-item {
	display: inline-block;
	margin: 0;
}

.sections2020 .view-filters .form-type-bef-link:after {
	content: ",";
	display: inline-block;
	font-style: italic;
	font-size: 0.9rem;
	color: var(--grey);
	margin-right: 0.1rem;
}

.sections2020 .view-filters .form-type-bef-link:first-of-type:after,
.sections2020 .view-filters .form-type-bef-link:last-of-type:after {
	display: none;
}

.sections2020 .view-filters .form-item a {
	font-style: italic;
	font-size: 0.9rem;
	color: var(--grey);
}

.sections2020 .view-filters .form-item a:hover {
	color: var(--dark);
	text-decoration: none;
}

.sections2020 .view-filters .form-item a.active {
	color: var(--vlorange);
	background-color: var(--dark);
	font-style: normal;
}

.sections2020 .view-filters .form-item-edit-tag-all {
    display: none;
}

.sections2020 .vfooter-wrapper {
    text-align: center;
    margin: 4rem auto;
    padding: 2rem 4rem;
    border-top: 0.3125rem solid rgba(0,161,0,1);
    background-color: rgba(0,161,0,0.4);
    border-radius: 3px;
    width: 60%;
    box-shadow: 0 0 10px 0 var(--animBG);
}

.sections2020 .vfooter-wrapper div {
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    line-height: 2rem;
}

.sections2020 .vfooter-wrapper div a {
    color: white;
    font-size: 1.4rem;
}



/*********** OPENING **************/


.sections2020o .view-header,
.sections2020o .view-content,
.sections2020o .view-footer {
	width: 80%;
	margin: 0 auto;
}

.sections2020o .views-field-field-a-thumbnail img {
	width: 100%;
}

.sections2020o .views-field-title {
	margin-bottom: 1rem;
}

.sections2020o .views-field-title span {
	font-size: 1.5rem;
	font-weight: bold;
}

.sections2020o .views-field-field-running-time {
	font-size: 0.9rem;
}

.sections2020o .views-field-field-awards {
	font-style: italic;
}

.sections2020o .sectionImage.tid402 {
	background-image: url(../images/sec_402.jpg);
	background-position: center 30%;
}

.sections2020o .sectionImage.tid402 .shade:before {
	background-color: rgba(0,0,0,0.4);
}

.page-event-closing .sections2020o .view-content .opening {
	display: none;
}

.page-event-closing .fb-event {
	vertical-align: middle;
	margin-left: 0.5rem;
}

.page-event-closing .fb-event img {
	width: 2rem;
}


/********************************************************************** FILMS ************************************************************/

.node-type-film .group-header {
	margin: 1.5rem 0;
	text-align: center;
}

.node-type-film #main h2 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	/*padding-bottom: 2rem;
	background-repeat: no-repeat;
	background-size: 200px 3px;
	background-position: 0px 40px;*/
}

.node-type-film .sectionName {
	padding: 0.3rem 0;
    position: absolute;
    z-index: 10;
}

.node-type-film .sectionName .field-item {
	width: max-content;
	margin: 0 0.3rem;
    padding: 0 0.3rem;
    color: white;
    font-weight: bold;
    display: inline-block;
    border-radius: 2px;
}

.node-type-film .theme_452 .sectionName .field-item.even {
	background-color: rgba(172,31,235,1);
}
.node-type-film .theme_453 .sectionName .field-item.even {
	background-color: rgba(228,85,0,1);
}
.node-type-film .theme_454 .sectionName .field-item.even {
	background-color: rgba(0,35,255,1);
}
.node-type-film .theme_455 .sectionName .field-item.even {
	background-color: rgba(222,0,48,1);
}
.node-type-film .theme_456 .sectionName .field-item.even {
	background-color: rgba(133,137,159,1);
}
.node-type-film .theme_457 .sectionName .field-item.even {
	background-color: rgba(0,161,0,1);
}
.node-type-film .theme_458 .sectionName .field-item.even {
	background-color: rgba(73,158,177,1);
}
.node-type-film .theme_459 .sectionName .field-item.even {
	background-color: rgba(228,231,32,1);
}
.node-type-film .theme_457 .t_458 .sectionName .field-item.odd,
.node-type-film .theme_452 .t_458 .sectionName .field-item.odd,
.node-type-film .theme_453 .t_458 .sectionName .field-item.odd {
	background-color: rgba(73,158,177,1);
}

.node-type-film .field-name-field-miscellaneous {
	padding-bottom: 1.5rem;
}

.node-type-film .field-name-field-miscellaneous .field-item {
	width: max-content;
    padding: 0 0.3rem;
    color: white;
    background-color: var(--dark);
    font-weight: bold;
    display: inline-block;
    border-radius: 2px;
}

.node-type-film .field-name-field-original-title {
	font-size: 0.9rem;
	font-style: italic;
	padding-top: 0.3rem;
}

.node-type-film .field-name-field-stream-link {
	display: inline-block;
	margin: 1.6rem 0.5rem;
	
}

.node-type-film .field-name-field-stream-link a {
	padding: 0.1rem 0.6rem;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 1.3rem;
	background-color: var(--blue);
	border-radius: 2px;
	box-shadow: 0 0 10px 0 var(--animBG);
	transition: all 0.4s;
}

.node-type-film .field-name-field-vialog-scroll {
	display: inline-block;
}

.node-type-film .field-name-field-vialog-scroll a {
	padding: 0.1rem 0.6rem;
	padding-right: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 1.3rem;
	background-color: rgba(38,48,58,1);
	border-radius: 2px;
	box-shadow: 0 0 10px 0 var(--animBG);
	transition: all 0.4s;
	background-image: url(/sites/all/themes/v2020def/images/vialog20.png);
	background-repeat: no-repeat;
	background-position: right 0.6rem center;
	background-blend-mode: luminosity;
}

.node-type-film .field-name-field-stream-link a:hover,
.node-type-film .field-name-field-vialog-scroll a:hover {
	box-shadow: 0 0 10px 0 var(--grey);
	background-blend-mode: normal;
}


.node-type-film .field-name-field-original-title .field-item:before {
	content: "(";
}
.node-type-film .field-name-field-original-title .field-item:after {
	content: ")";
}

.node-type-film .field-name-field-frontpage-teaser {
	position: absolute;
    color: red;
    font-weight: bold;
    margin-top: -2.9rem;
    font-size: 3rem;
    text-shadow: 0 0 10px red;
}

.node-type-film .field-name-director,
.node-type-film .group-header .field-name-field-ref-director div div,
.node-type-film .field-name-field-country-t,
.node-type-film .field-name-field-year-completed,
.node-type-film .field-name-field-running-time,
.node-type-film .field-name-field-language-t,
.node-type-film .field-name-field-time-place {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.node-type-film .field-name-field-country-t div,
.node-type-film .field-name-field-year-completed span,
.node-type-film .field-name-field-running-time div,
.node-type-film .field-name-field-language-t div,
.node-type-film .field-name-field-subtitle div {
	font-weight: bold;
}

.node-type-film .view-mode-2017_director .field-item::after,
.node-type-film .field-name-field-country-t .field-item::after,
.node-type-film .field-name-field-year-completed .field-item::after,
.node-type-film .field-name-field-running-time .field-item::after {
	display: inline-block;
	content: '•';
	padding: 0 5px;
}

.node-type-film .field-name-field-time-place .entity .field-item::before {
	display: inline-block;
	content: '•';
	padding: 0 5px;
}

.node-type-film .field-name-field-tags {
	padding-top: 0.3rem;
}

.node-type-film .field-name-field-tags .field-item {
	display: inline-block;
	font-size: 0.9rem;
	font-style: italic;
}

.node-type-film .field-name-field-tags .field-item:before {
	display: inline-block;
	content: '#';
}

.node-type-film .field-name-field-tags .field-item:after {
	display: inline-block;
	content: ',';
	padding: 0 5px 0 0;
}

.node-type-film .field-name-field-tags .field-item:last-of-type:after {
	display: none;
	content: '';
}



.node-type-film .field-name-field-a-thumbnail {
	margin-bottom: 20px;
}

.node-type-film .field-name-field-short-text {
	margin-top: 0px;
	padding-bottom: 20px;
}

.node-type-film .field-name-field-long-text p {
	margin-top: 0px;
}

.node-type-film .field-name-field-film-additional-info {
	padding-bottom: 20px;
}

.node-type-film .field-name-field-film-additional-info .field-item {
	padding: 0 10px 1px 10px;
	color: white;
	background-color: rgba(142,147,171,0.8);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.node-type-film .field-name-field-film-additional-info .field-item p {
	margin: 0;
	padding: 1rem 0;
}

.node-type-film .field-name-field-producer .field-item,
.node-type-film .field-name-field-co-producer .field-item,
.node-type-film .field-name-field-editor .field-item,
.node-type-film .field-name-field-camera .field-item,
.node-type-film .field-name-field-sound .field-item,
.node-type-film .field-name-field-music .field-item,
.node-type-film .field-name-field-selected-filmography .field-item {
	display: inline-block;
}

.node-type-film .field-name-field-producer .field-item:after,
.node-type-film .field-name-field-co-producer .field-item:after,
.node-type-film .field-name-field-editor .field-item:after,
.node-type-film .field-name-field-camera .field-item:after,
.node-type-film .field-name-field-sound .field-item:after,
.node-type-film .field-name-field-music .field-item:after,
.node-type-film .field-name-field-selected-filmography .field-item:after {
	display: inline-block;
	content: ',';
	padding: 0 4px 0 0;
}

.node-type-film .field-name-field-producer .field-item:last-of-type:after,
.node-type-film .field-name-field-co-producer .field-item:last-of-type:after,
.node-type-film .field-name-field-editor .field-item:last-of-type:after,
.node-type-film .field-name-field-camera .field-item:last-of-type:after,
.node-type-film .field-name-field-sound .field-item:last-of-type:after,
.node-type-film .field-name-field-music .field-item:last-of-type:after,
.node-type-film .field-name-field-selected-filmography .field-item:last-of-type:after {
	display: none;
}

.node-type-film .group-footer {
	padding-top: 50px;
	background-repeat: no-repeat;
	background-size: 500px 3px;
	background-position: 50% 15px;
}

.node-type-film .group-footer .field-label {
	text-transform: uppercase;
	color: var(--dark);
	font-size: 1rem;
}

.node-type-film .group-footer .field-name-field-selected-filmography {
	display: grid;
	grid-template-columns: auto 1fr;
}

.node-type-film .group-footer .field-name-field-selected-filmography .field-label {
	text-transform: unset;
	padding-right: 0.5rem;
	float: none;
	align-self: start;
}

.node-type-film .group-footer .field-name-field-selected-filmography .field-items {
	padding: 0;
	float: none;
	align-self: start;
}

.node-type-film .group-footer .field-items {
	padding: 10px 0 5px 0;
}

.node-type-film .group-footer .field-items .field-items {
	background-color: unset;
}

.node-type-film .group-footer .field-items .field-item.odd {
	margin-top: 10px;
}

.node-type-film .group-footer .field-items .field-items p {
	margin: 0;
}

.node-type-film .group-footer .field-name-field-director-photo {
	float: left;
	margin-right: 1rem;
}

.node-type-film .group-footer .field-name-field-director-photo img {
}

.node-type-film .group-footer .field-name-field-director-bio {
	margin: 0 0 15px 0;
}

.node-type-film .group-footer .field-name-field-selected-filmography .field-item.odd {
    margin-top: unset;
}


.node-type-film .field-name-field-festivals .field-items,
.node-type-film .field-name-field-awards .field-items {
	clear: left;
}


/***************************************** OWL ********************************************/

.filmCarousel2020 .owl-controls {
    text-align: center;
}


.filmCarousel2020 .owl-controls .owl-pagination .owl-page {
	display: inline-block;
}

.filmCarousel2020 .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.filmCarousel2020 .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.filmCarousel2020 .owl-controls .owl-buttons div {
    zoom: 1;
    display: inline;
    margin: 5px;
    padding: 3px 10px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    color: white;
    top: calc(50% - 4rem);
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.filmCarousel2020 .owl-controls .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.filmCarousel2020 .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.filmCarousel2020 .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.node-type-film .theme_452 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(172,31,235,1);
}
.node-type-film .theme_453 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(228,85,0,1);
}
.node-type-film .theme_454 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(0,35,255,1);
}
.node-type-film .theme_455 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(222,0,48,1);
}
.node-type-film .theme_456 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(133,137,159,1);
}
.node-type-film .theme_457 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(0,161,0,1);
}
.node-type-film .theme_458 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(73,158,177,1);
}
.node-type-film .theme_459 .filmCarousel2020 .owl-controls .owl-page span {
	background-color: rgba(228,231,32,1);
}
.node-type-film .theme_452 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(172,31,235,1);
}
.node-type-film .theme_453 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(228,85,0,1);
}
.node-type-film .theme_454 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(0,35,255,1);
}
.node-type-film .theme_455 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(222,0,48,1);
}
.node-type-film .theme_456 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(133,137,159,1);
}
.node-type-film .theme_457 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(0,161,0,1);
}
.node-type-film .theme_458 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(73,158,177,1);
}
.node-type-film .theme_459 .filmCarousel2020 .owl-controls .owl-buttons div {
	color: rgba(228,231,32,1);
}


/********************************************************* RATING ****************************************************/

.node-type-film .field-name-field-rate {
	/*display: none;*/
	padding: 1rem 0;
	position: relative;
}

.node-type-film .field-name-field-rate .fivestar-widget .cancel, .node-type-film .field-name-field-rate .fivestar-widget .star {
	transform: scale(1.5);
	width: 25px;
}

.node-type-film .field-name-field-rate .fivestar-widget .form-type-select,
.node-type-film .field-name-field-rate .fivestar-widget .fivestar-static-form-item {
	display: inline-block;
	vertical-align: top;
}

.node-type-film .field-name-field-rate .fivestar-widget .description {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}

.node-type-film .field-name-field-rate .fivestar-widget .description i {
	cursor: pointer;
}

.node-type-film .field-name-field-rate .fivestar-widget .description p {
	font-size: 0.8rem;
    display:  none;
    background-color: var(--dark);
    color: white;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 var(--grey);
    margin: 0;
    position: absolute;
    width: 200px
    line-height: 1.1rem;
    left: -200px;
    text-align: left;
    font-weight: bold;
}

.node-type-film .field-name-field-rate .fivestar-widget .description i:hover + p {
	display: block;
}

.node-type-film .field-name-field-rate .fivestar-widget {
	padding-top: 0.3rem;
}

.node-type-film .field-name-field-rate .fivestar-widget .fivestar-summary {
	padding: 0.5rem 0;
}

.node-type-film .field-name-field-rate .fivestar-widget .description span,
.node-type-film .field-name-field-rate .fivestar-static-item .description span {
	font-style: italic;
    font-size: 0.9rem;
}

.node-type-film div.fivestar-widget-static {
    width: max-content;
    margin: 0 auto;
}

/***************************************************** MODAL DIALOG ***************************************************************/

.ui-widget {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
}

.ui-dialog {
	width: 90% !important;
	left: 5% !important;
}

.ui-front {
	z-index: 1000;
}

.ui-widget-overlay {
	opacity: 0.9;
	background: #000;
}

.ui-dialog .ui-dialog-titlebar {
	background: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
}

.ui-dialog .ui-dialog-title {
	font-weight: bold;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.ui-icon {
    width: 2rem;
    height: 2rem;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 2rem;
    height: 2rem;
    right: 1rem;
}

.ui-button-icon-only .ui-icon {
	top: 20%;
	background-image: url(../images/close.png);
    background-size: 2rem;
    background-position: unset;
    left: unset;
}


.ui-dialog .view-mode-2020_reverzio {
    background-repeat: repeat-x;
    background-size: 3px;
    background-position: 0 0;
    padding-top: 1rem;
}

.ui-dialog .group-header {
	margin-bottom: 1.25rem;
}

.ui-dialog .group-footer {
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: 500px 3px;
    background-position: 50% 15px;
    width: 80%;
    margin: 0 auto;
}

.ui-dialog .field-name-title {
	display: none;
}

.ui-dialog .field-name-director .field-name-title {
	display: block;
}

.ui-dialog .field-name-field-original-title {
	font-size: 0.9rem;
	font-style: italic;
}

.ui-dialog .field-name-director,
.ui-dialog .field-name-director .field-name-field-ref-director > .field-items > .field-item,
.ui-dialog .field-name-director .field-name-field-ref-director > .field-items > .field-item > .view-mode-2017_director,
.ui-dialog .field-name-field-country-t,
.ui-dialog .field-name-field-year-completed,
.ui-dialog .field-name-field-running-time,
.ui-dialog .field-name-field-language-t,
.ui-dialog .field-name-director .field-items,
.ui-dialog .field-name-field-country-t .field-items,
.ui-dialog .field-name-field-year-completed .field-items,
.ui-dialog .field-name-field-running-time .field-items,
.ui-dialog .field-name-field-language-t .field-items {
	display: inline-block;
	vertical-align: top;
}

.ui-dialog .field-name-director .field-name-field-ref-director > .field-items > .field-item:after,
.ui-dialog .field-name-field-country-t:after,
.ui-dialog .field-name-field-year-completed:after,
.ui-dialog .field-name-field-running-time:after {
	content: " • ";
    display: inline-block;
    padding: 0 0.2rem;
}

.ui-dialog .field-name-field-a-thumbnail,
.ui-dialog .field-name-field-time-place {
	margin-bottom: 1.25rem;
}

.ui-dialog .field-name-field-long-text p {
	margin-top: 0;
}

.ui-dialog .field-name-field-time-place .field-label {
    text-transform: uppercase;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 200px 3px;
    background-position: 0px 30px;
}

.ui-dialog .field-name-field-time-place .field-collection-item-field-time-place {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid rgba(142,147,171,0.8);
}

.ui-dialog .field-name-field-time {
    display: table-cell;
    width: 12.5rem;
}

.ui-dialog .field-name-field-place {
    display: table-cell;
    width: 11.25rem;
}

.ui-dialog .field-name-field-tickets {
	display: table-cell;
}

.ui-dialog .field-name-field-tickets a {
	font-weight: bold;
}

.ui-dialog .field-name-field-subtitle,
.ui-dialog .field-name-field-event {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.ui-dialog .field-name-field-producer .field-item,
.ui-dialog .field-name-field-co-producer .field-item,
.ui-dialog .field-name-field-editor .field-item,
.ui-dialog .field-name-field-camera .field-item,
.ui-dialog .field-name-field-sound .field-item,
.ui-dialog .field-name-field-music .field-item,
.ui-dialog .field-name-field-selected-filmography .field-item {
    display: inline-block;
}

.ui-dialog .field-name-field-producer .field-item:after,
.ui-dialog .field-name-field-co-producer .field-item:after,
.ui-dialog .field-name-field-editor .field-item:after,
.ui-dialog .field-name-field-camera .field-item:after,
.ui-dialog .field-name-field-sound .field-item:after,
.ui-dialog .field-name-field-music .field-item:after,
.ui-dialog .field-name-field-selected-filmography .field-item:after {
    display: inline-block;
    content: ',';
    padding: 0 0.25rem 0 0;
}

.ui-dialog .field-name-field-producer .field-item:last-of-type:after,
.ui-dialog .field-name-field-co-producer .field-item:last-of-type:after,
.ui-dialog .field-name-field-editor .field-item:last-of-type:after,
.ui-dialog .field-name-field-camera .field-item:last-of-type:after,
.ui-dialog .field-name-field-sound .field-item:last-of-type:after,
.ui-dialog .field-name-field-music .field-item:last-of-type:after,
.ui-dialog .field-name-field-selected-filmography .field-item:last-of-type:after {
	display: none;
}

.ui-dialog .group-footer .field-name-field-director-photo {
    float: left;
    margin-right: 1.875rem;
}

.ui-dialog .group-footer .field-name-field-director-bio {
    margin: 0 0 1rem 0;
}

.ui-dialog .theme_391,
.ui-dialog .theme_391 .group-footer,
.ui-dialog .theme_391 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid391.png);
}

.ui-dialog .theme_391 .field-name-field-tickets a {
	color: var(--t-vr);
}

.ui-dialog .theme_392,
.ui-dialog .theme_392 .group-footer,
.ui-dialog .theme_392 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid392.png);
}

.ui-dialog .theme_392 .field-name-field-tickets a {
	color: var(--t-gu);
}

.ui-dialog .theme_393,
.ui-dialog .theme_393 .group-footer,
.ui-dialog .theme_393 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid393.png);
}

.ui-dialog .theme_393 .field-name-field-tickets a {
	color: var(--t-hrc);
}

.ui-dialog .theme_394,
.ui-dialog .theme_394 .group-footer,
.ui-dialog .theme_394 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid394.png);
}

.ui-dialog .theme_394 .field-name-field-tickets a {
	color: var(--t-stdeb);
}

.ui-dialog .theme_395,
.ui-dialog .theme_395 .group-footer,
.ui-dialog .theme_395 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid395.png);
}

.ui-dialog .theme_395 .field-name-field-tickets a {
	color: var(--t-hp);
}

.ui-dialog .theme_396,
.ui-dialog .theme_396 .group-footer,
.ui-dialog .theme_396 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid396.png);
}

.ui-dialog .theme_396 .field-name-field-tickets a {
	color: var(--t-arcdis);
}

.ui-dialog .theme_397,
.ui-dialog .theme_397 .group-footer,
.ui-dialog .theme_397 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid397.png);
}

.ui-dialog .theme_397 .field-name-field-tickets a {
	color: var(--t-lith);
}

.ui-dialog .theme_398,
.ui-dialog .theme_398 .group-footer,
.ui-dialog .theme_398 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid398.png);
}

.ui-dialog .theme_398 .field-name-field-tickets a {
	color: var(--t-med);
}

.ui-dialog .theme_399,
.ui-dialog .theme_399 .group-footer,
.ui-dialog .theme_399 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid399.png);
}

.ui-dialog .theme_399 .field-name-field-tickets a {
	color: var(--t-anth);
}

.ui-dialog .theme_400,
.ui-dialog .theme_400 .group-footer,
.ui-dialog .theme_400 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid400.png);
}

.ui-dialog .theme_400 .field-name-field-tickets a {
	color: var(--t-homm);
}

.ui-dialog .theme_404,
.ui-dialog .theme_404 .group-footer,
.ui-dialog .theme_404 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid391.png);
}

.ui-dialog .theme_404 .field-name-field-tickets a {
	color: var(--t-stud);
}

.ui-dialog .theme_411,
.ui-dialog .theme_411 .group-footer,
.ui-dialog .theme_411 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid411.png);
}

.ui-dialog .theme_411 .field-name-field-tickets a {
	color: var(--claret);
}




/*********************************************************** NEWS ARCHIVE *******************************************************/

.view-news-archive {
	background-color: rgba(255,255,255,1);
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.view-news-archive .view-header {
	position: absolute;
	right: 0;
	z-index: 2;
}

.view-news-archive .views-row {
	padding: 1.5rem;
	clear: both;
}

.view-news-archive .views-field-field-a-thumbnail {
	float: left;
	margin-right: 1rem;
}

.view-news-archive .views-field-field-a-thumbnail img {
	border-radius: 20px;
}

.view-news-archive .views-field-created span,
.view-news-archive .views-field-changed span {
	font-size: 0.9rem;
	font-style: italic;
}

.view-news-archive .views-field-created .views-label,
.view-news-archive .views-field-changed .views-label {
	font-size: 0.9rem;
	font-weight: bold;
}

.view-news-archive .views-field-title a {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

.view-news-archive .views-field-field-text-frontpage-teaser {
	/*padding-left: 236px;*/
	max-height: 7rem;
	min-height: 7rem;
	overflow-y: hidden;
	position: relative;
}

.view-news-archive .views-field-field-text-frontpage-teaser p {
	margin: 10px 0;
	font-weight: normal !important;
}

.view-news-archive .views-field-field-text-frontpage-teaser span {
	background-color: unset !important;
}

.view-news-archive .views-field-field-text-frontpage-teaser strong {
	font-weight: normal !important;
}

.view-news-archive .views-field-field-text-frontpage-teaser a {
	color: var(--blue) !important;
}

.view-news-archive .views-field-field-text-frontpage-teaser:after {
	content: '';
	position: absolute;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	width: 100%;
    height: 2rem;
    bottom: 0;
}

/***************************************** NEWS FILTER ********************************************/

#block-nice-menus-19 ul {
	width: unset;
	border: 0px none;
}

#block-nice-menus-19 .nice-menu-left li {
	width: 5rem;
	border: 0px none;
	background-color: rgba(0,0,0,0.8);
}

#block-nice-menus-19 .nice-menu-left li.first {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#block-nice-menus-19 .nice-menu-left li.last {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#block-nice-menus-19 .nice-menu-left li span {
	display: block;
	padding: 0.3em 5px 0.3em 1rem;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#block-nice-menus-19 .nice-menu-left li span:hover {
	color: var(--blue);
}

#block-nice-menus-19 .nice-menu-left li ul {
	width: 5rem;
    left: -5.2rem;
    top: 0;
}

#block-nice-menus-19 .nice-menu-left a {
	padding-left: 10px;
	font-weight: bold;
	color: white;
}

#block-nice-menus-19 .nice-menu-left a:hover {
	color: var(--blue);
	text-decoration: none;
}

#block-nice-menus-19 .nice-menu-left a.active {
	background-color: rgba(0,0,0,1);
	color: var(--yellow);
}

#block-nice-menus-19 .nice-menu-left li.menuparent {
	background-image: url(../images/menu-bullet-left.png);
	background-position: left 7px center;
	background-repeat: no-repeat;
}

.pager {
	padding-top: 3rem;
}

/************************************************************ ALBUMS ************************************************************/


.gallery2020 .view-grouping-header {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 0;
}

.gallery2020 .view-grouping-content h3 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 0;
	margin-top: 0;
}

.gallery2020 ul {
	list-style: none;
	display: grid;
	grid-gap: 0.1rem 0.5rem;
	padding: 0;
}

.gallery2020 ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/***************************************************************** PARTNERS *******************************************************/

.pgrid {
	margin: 0 auto;
}

.pgrid p {
	font-size: 2rem;
	margin: 3rem 0;
	padding: 0.5rem 0;
	border-top: 1px solid var(--dark);
}

.pgrid3 {
	display: grid;
	place-items: center;
	grid-gap: 1rem;
}

.pgrid4 {
	display: grid;
	place-items: center;
	grid-gap: 4rem;
}

.pgrid5 {
	display: grid;
	place-items: center;
	grid-gap: 4rem;
}

.pgriditem img {
	width: auto;
	height: auto;
}



/************************************************************* PREVIOUS FESTIVALS **************************************************/

.view-verzio-archive .view-content {
	width: 94%;
	margin: 0 auto;
}

.view-verzio-archive .view-content table {
	margin: 0 auto;
}

.view-verzio-archive .col-1,
.view-verzio-archive .col-2 {
	padding-right: 30px;
	padding-bottom: 30px;
}

.view-verzio-archive .col-3 {
	padding-bottom: 30px;
}

.view-verzio-archive .views-field-name a {
	background-color: rgba(0,0,0,1);
	display: block;
	position: relative;
	padding: 5px 10px;
	margin-top: -30px;
}


/***************************************************************** PLAY BUTTON *****************************************************/

.node-type-film .vjs-big-play-button {
	width: 2.6em !important;
	border-radius: 1.5em !important;
	left: 50% !important;
	top: 50% !important;
	margin-left: -1.3em;
	margin-top: -1.3em;
	border: 0.1em solid rgba(255,255,255,1) !important;
	background-color: rgba(7,20,30,0) !important;
}

.node-type-film .vjs-big-play-button::before {
	color: rgba(255,255,255,1) !important;
}


/***************************************************************** FOOTER *********************************************************/

#footer {
	position: relative;
	width: 100%;
	color: white;
	background-color: var(--dark);
}

#footer .block {
	margin-bottom: 0;
}

.footercontact {
	grid-area: footaddr;
	padding: 0 1rem;
}

.footercontact p {
	padding: 0;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
}

.footercontact a {
	color: white;
}

.footercontact a:hover {
	text-decoration: underline;
}

.donate {
	grid-area: footdon;
	padding-left: 1rem;
}

.donate label {
	text-transform: uppercase;
}

.donate label i {
	text-align: center;
    font-size: 1.5rem;
    color: var(--dark);
    padding: 0.6rem 0.5rem;
    transition: all 0.2s;
    margin-right: 1rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 30px;
}

.donate input[name~=submit] {
	position: absolute;
	width: 10rem;
	height: 50px;
}

.donate input[name~=submit]:hover ~ label i {
	color: white;
	background-color: var(--dark);
}

.subscribe {
	grid-area: footsub;
	padding-left: 1rem;
}

.subscribe a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.subscribe a i {
	text-align: center;
    font-size: 1.5rem;
    color: var(--dark);
    padding: 0.6rem 0.5rem;
    transition: all 0.2s;
    margin-right: 1rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 30px;
}

.subscribe a:hover i {
	color: white;
	background-color: var(--dark);
}


.socialFooter {
	grid-area: footsoc;
}

.socialFooter p {
	margin: 0;
	padding: 10px 0;
}


.socialFooter a {
	text-align: center;
	font-size: 1.5rem;
	color: var(--dark);
	padding: 0.3rem 0.5rem;
	transition: all 0.2s;
	background-color: white;
    border-radius: 1.5rem;
}

.socialFooter a:hover {
	background-color: var(--dark);
	color: white;
}

.socialFooter i {
	width: 30px;
}



.footer-imp {
	grid-area: footimp;
}

.footer-imp h2 {
	font-size: 0.9rem;
	padding-top: 0;
	color: var(--white) !important;
}

.footer-imp ul {
	list-style-type: none !important;
	list-style-image: none !important;
	padding: 0;
	margin: 0;
}

.footer-imp ul li a,
.footer-imp ul li span {
	font-size: 0.9rem;
	color: white;
}

.menu__item.is-leaf {
	list-style-type: none !important;
	list-style-image: none !important;
}

/******************************************************** COLORBOX ********************************************************/

#cboxLoadedContent {
	border: 0px none;
	background: black;
}

#cboxPrevious {
	background: url(../images/buttonLeft.png) no-repeat top left;
    width: 74px;
    height: 70px;
    margin-top: -35px;
    opacity: 0.5;
    transition: opacity 0.4s;
    background-color: rgba(0,0,0,0.8);
    left: 0;
}

#cboxNext {
	background: url(../images/buttonRight.png) no-repeat top right;
    width: 74px;
    height: 70px;
    margin-top: -35px;
    opacity: 0.5;
    transition: opacity 0.4s;
    right: 0;
    background-color: rgba(0,0,0,0.8);
}

#cboxTitle {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 6px 10px 10px 10px;
	font-size: 1rem;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.6) 20%);
	width: 100%;
	display: inline-block !important;
	float: none !important;
	color: white;
}

#cboxCurrent {
	top: 0px;
	right: 50px;
	padding: 6px 10px 4px 10px;
	font-size: 12px;
	display: inline-block !important;
	float: none !important;
	color: white;
}

#cboxClose {
    background: url(../images/buttonCross.png) no-repeat top center;
    width: 30px;
    height: 30px;
    top: 2px;
    transform: rotate(45deg);
    opacity: 0.5;
    transition: opacity 0.4s, transform 0.4s;
}

#cboxPrevious:hover,
#cboxNext:hover {
	opacity: 1;
}

#cboxClose:hover {
	transform: rotate(225deg);
	opacity: 1;
}

/******************************************************** VIALOG ****************************************************/

.vialogWrapper {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 2rem;
}

.vialogWrapper a[name="ask"] {
	width: 1px;
    height: 1px;
    content: url(/sites/all/themes/v2020def/images/1px.png);
}

.vialogButton {
    position: fixed;
    z-index: 100;
    margin-bottom: 0;
    background-color: white;
    border-radius: 3rem;
    padding: 0.5rem;
    box-shadow: 0 0 10px 0 var(--dark);
    transition: all 0.4s;
    border: 1px solid var(--dark);
    cursor: pointer;
}

.vialogPopup {
    position: fixed;
    background-color: white;
    display: block;
    z-index: 99;
    bottom: 8rem;
    border: 1px solid var(--dark);
    box-shadow: 0 0 10px 0 var(--dark);
    border-radius: 0;
    opacity: 1;
    margin-bottom: 0;
    max-height: calc(100vh - 6rem);
    /*transition: max-height 1s, max-width 1s, opacity 1s;
    transition: right 1s, opacity 1s;*/
    transform: translateY(0px) rotate(0deg) scale3d(1, 1, 1) translateX(0px);
    transition: transform 0.6s, border-radius 0.6s, opacity 0.3s;
}

.vialogPopup .vialogc {
    padding: 0.5rem;
}

.vialogPopup .vialogc a {
    display: block;
}

.vialogPopup .vialogo {
    background-color: rgba(38,48,58,1);
    text-align: right;
    margin-left: -1px;
    margin-bottom: -1px;
}

.vialogPopup .vialogo a {
}

.vialogPopup .vialogo img {
    max-height: 100px;
}

.vialogHidden {
	opacity: 0;
	border-radius: 50%;
	/*right: -400px;*/
	transform: translateY(500px) rotate(-45deg) scale3d(1, 0, 0) translateX(200px);
}

.vialogClose {
	position: absolute;
	right: 0.5rem;
	top: 0.2rem;
	color: var(--grey);
	cursor: pointer;
	transition: color 0.4s;
}

.vialogClose:hover {
	color: var(--dark);
}

/********************************************************* ARTICLE ***************************************************************/

.node-type-article .view-mode-article_w_gallery .field-name-field-video {
	padding: 2rem 0 3rem 0;
}

.node-type-article .view-mode-article_w_gallery .field-name-field-video .field-items {
	display: grid;
	justify-items: center;
}

.node-type-article .view-mode-article_w_gallery .field-name-field-video .field-items .video-js {
	box-shadow: 0 0 10px 0 var(--animBG);
}

.vjs-default-skin .vjs-big-play-button {
    left: calc(50% - 1.3em);
    top: calc(50% - 1.3em);
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 2.6em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: rgba(255,255,255,0);
    border: 0.1em solid white;
    -webkit-border-radius: 2.6em;
    -moz-border-radius: 2.6em;
    border-radius: 2.6em;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-default-skin .vjs-big-play-button:before {
    content: "\f04b";
    font-family: FontAwesome;
    line-height: 2.6em;
    color: white;
    text-shadow: none;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    left: 2px;
    width: 100%;
    height: 100%;
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: white;
    -webkit-box-shadow: 0 0 3em #ffffff;
    -moz-box-shadow: 0 0 3em #ffffff;
    box-shadow: 0 0 3em #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-default-skin:hover .vjs-big-play-button:before {
    content: "\f04b";
    font-family: FontAwesome;
    line-height: 2.6em;
    color: black;
    text-shadow: none;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    left: 2px;
    width: 100%;
    height: 100%;
}


/************************************* CAROUSEL *************************************/


.articleGallery-carousel .owl-controls i {
	color: var(--dark);
}

.articleGallery-carousel .owl-controls {
    text-align: center;
}

.articleGallery-carousel .owl-pagination {
    margin-top: 1rem;
}

.articleGallery-carousel .owl-pagination .owl-page {
    display: inline-block;
}

.articleGallery-carousel .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: var(--dark);
}

.articleGallery-carousel .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=60);
    opacity: 0.6;
}

.articleGallery-carousel .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.articleGallery-carousel .owl-item .item-odd,
.articleGallery-carousel .owl-item .item-even {
	background-color: white;
	margin: 0 0.5rem;
	padding: 0.2rem 0.5rem;
}

.articleGallery-carousel .owl-controls .owl-prev {
	position: absolute;
    top: calc(50% - 4rem);
}

.articleGallery-carousel .owl-controls .owl-next {
	position: absolute;
    top: calc(50% - 4rem);
}

.owl-item + div {
	position: relative;
}

.caption {
	position: absolute;
	left: 0;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	z-index: 2
}

.caption span {
	background-color: rgba(255,255,255,0.9);
	font-size: 0.9rem;
	font-weight: bold;
	color: var(--dark);
	border-radius: 1rem;
	padding: 0.1rem 0.7rem;
}

/********************************************************* PRELOAD IMAGES ***************************************************************/

body:after {
	content: url(../images/menu-bullet-h.png);
	display: none;
}

.field-name-field-embed-video {
	width: 80%;
	margin: 0 auto;
}


.ajax-progress-throbber {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.ajax-progress-throbber .message {
  display: none;
}

.ajax-progress-throbber .throbber {
  position: absolute;
  left: 50%;
  top: 50%;

  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;

  background-color: #fff;
  background-position: 6px -14px;

  -khtml-box-shadow: 0px 0px 5px 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 0px 5px 6px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 5px 6px rgba(0,0,0,.1);
  box-shadow: 0px 0px 5px 6px rgba(0,0,0,.1);

  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}


/*********************************************** RATINGS ***********************************************/

.view-top-content table {
	width: 100%;
	margin: 2rem 0;
}

.view-top-content th {
	text-align: left;
	padding: 0 0.5rem;
	border-bottom: 1px solid var(--dark);
}

.view-top-content th a {
	color: rgba(139,188,33,1);
}

.view-top-content tr.even, tr.odd {
    background-color: #fafafa;
    border-bottom: 1px solid #f7f7f7;
    padding: 0.5em 1em;
}

.view-top-content tr.even {
    background-color: #fff;
}

.view-top-content td {
	padding: 0.5rem;
}

.view-top-content td.active {
	background-color: var(--dark);
	font-weight: bold;
	color: white;
	border-bottom: 1px solid var(--dark);
}

.view-top-content td a {
	color: var(--orange);
}

.view-top-content td.views-field-counter {
	font-weight: bold;
}

.page-ratings h1 a {
	color: rgba(139,188,33,1);
}

.page-ratings table caption {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem 0;
}

.view-display-id-page_2 .attachment-before {
	text-align: center;
}

.page-ratings .view-display-id-attachment_3 {
	margin-top: 2rem;
}

.page-ratings .view-display-id-attachment_2,
.page-ratings .view-display-id-attachment_1,
.page-ratings .view-display-id-attachment_4 {
	display: inline-block;
	margin: 2rem;
	margin-top: 0;
}

.page-ratings .view-display-id-attachment_2 .views-field-value,
.page-ratings .view-display-id-attachment_1 .views-field-value,
.page-ratings .view-display-id-attachment_4 .views-field-value {
	position: relative;
}

.page-ratings .view-display-id-attachment_2 .field-content,
.page-ratings .view-display-id-attachment_1 .field-content,
.page-ratings .view-display-id-attachment_4 .field-content {
	font-size: 3rem;
    font-weight: bold;
    color: var(--orange);
    line-height: 3rem;
    padding: 1rem;
    border-radius: 0.5rem;
    display: block;
    width: max-content;
    background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	box-shadow: 0 0 10px 0 var(--grey);
}

.page-ratings .view-display-id-attachment_2 .views-label-value,
.page-ratings .view-display-id-attachment_1 .views-label-value,
.page-ratings .view-display-id-attachment_4 .views-label-value {
	position: relative;
    bottom: -7rem;
    font-size: 0.9rem;
    white-space: nowrap;
}

.pager--infinite-scroll {
	text-align: center;
	display: block !important;
}

.pager--infinite-scroll img {
	transform: rotate(90deg);
}