@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700,900');

:root {
	--dark: #000000;
	--light: #a6c1d5;
	--pink: #f09df9;
	--red: #eb4837;
	--width: 1190px;
	--innerwidth: 1094px;
	--newsgrid: calc((var(--innerwidth) - 3rem) / 4);
	--newsgridmed: calc((100vw - 4rem) / 4);
	--newsgridm: calc(49.5vw - 0.5rem);
	--animHeight:  calc((100vh - 620px) / 2);
}

html {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	color: var(--dark);
	background-color: var(--dark);
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

.block {
	margin-bottom: 0;
}

h1 {
	font-family: 'Gopher', sans-serif;
	font-size: 2rem;
	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, .fp-title {
	font-family: 'Gopher', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1.8rem;
	line-height: 2rem;
	color: var(--dark);
}

p, ul, span, li {
	font-size: 1rem;
	font-weight: 100;
}

div {
	font-weight: 100;
}

a {
	/*color: rgba(239,65,54,1);
	color: var(--claret);*/
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	/*color: rgba(241,92,34,1);*/
	text-decoration: underline;
}

/*********************************************** COOKIE ****************************************/

#sliding-popup {
	background-color: rgba(238, 240, 242,0.7);
    backdrop-filter: saturate(180%) blur(20px);
    border-top: 5px solid #333;
    box-shadow: 0 0 10px 0 #333;
}

#sliding-popup .popup-content {
	padding: 2rem 10% 3rem 10%;
	display: grid;
	grid-template-rows: auto auto;
	grid-row-gap: 1rem;
	justify-items: center;
}

#sliding-popup .popup-content #popup-text {
	float: none;
	max-width: 70%;
	margin: 0 auto;
}

#sliding-popup .popup-content #popup-text p {
	margin: 0;
	color: var(--dark);
	font-weight: 400;
	display: inline;
}

#sliding-popup .popup-content #popup-text .find-more-button {
	cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: underline;
    background: none;
    font-weight: bold;
    margin-left: -2px;
}

#sliding-popup .popup-content #popup-buttons {
	float: none;
}

.agree-button {
	background-color: var(--green);
	font-weight: bold;
	margin-right: 0.5rem;
	transition: all 0.4s;
	border: 2px solid var(--dark);
}

.decline-button {
	background-color: var(--red);
	font-weight: bold;
	color: white;
	margin-left: 0.5rem;
	transition: all 0.4s;
	border: 2px solid var(--dark);
}

.agree-button:hover,
.decline-button:hover {
	background-color: var(--dark);
	font-weight: bold;
	color: white;
}


/**************************************** HEADER **************************************/

.header {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100%;
		background-color: var(--pink);
		position: relative;
   	left: 0;
   	top: 0;
}


#header-wrapper {
	padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100%;
}

.header-logo {
	position: absolute;
	z-index: 3;
}

.header__title h2 {
	font-family: 'Gopher', sans-serif;
	font-weight: 700;
	font-size: 4rem;
	line-height: 4rem;
	margin: 0;
	margin-bottom: 3rem;
	color: var(--red);
}

.header__title p {
	font-family: 'Gopher', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 0;
	color: var(--red);
}

.header__date p {
	font-family: 'Gopher', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 0;
	color: var(--red);
}

.header__slogan p {
	font-family: 'Gopher', sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: var(--dark);
	margin: 0;
	text-transform: uppercase;
}

.header__button-left {
	background-color: var(--magenta);
	width: fit-content;
	min-width: 195px;
}

.header__button-right {
	background-color: var(--green);
	width: fit-content;
}

.header__button-left p,
.header__button-right p {
	margin: 0;
	text-align: center;
	font-family: 'Gopher', sans-serif;
	font-weight: bold;
}

.header__button-left a,
.header__button-right a {
	display: block;
	text-decoration: none;
	color: var(--dark);
}


.slogan2fixed p {
	color: var(--dark) !important;
}

.openRight {
  transform: perspective(0px) translateZ(0px) translateX(0px) translateY(0px) rotateY(0) !important;
  opacity: 1;
}
.openLeft {
  transform: perspective(0px) translateZ(0px) translateX(0px) translateY(0px) rotateY(0) !important;
  opacity: 1;
}



/************************************************************** VIALOG ************************************************/

.vialogFront {
	text-align: center;
	margin: 2rem auto;
	padding: 0;
	/*background: radial-gradient(circle, var(--green) 60%, var(--magenta) 60%);*/
	background: var(--green);
	background: radial-gradient(circle, white 15%, var(--green) 15%, var(--green) 19%, white 19%, white 24%, var(--green) 24%, var(--green) 26%, white 26%, white 29%, var(--green) 29%, var(--green) 30%, white 30%, white 33%, var(--green) 33%, var(--green) 34%, white 34%, white 47%, var(--magenta) 47%, var(--magenta) 48%, white 48%, white 53%, var(--green) 53%, var(--green) 60%, white 60%, white 65%, var(--green) 65%, var(--green) 66%, white 66%, white 68%, var(--green) 68%, var(--green) 70%, white 70%, white 94%, var(--magenta) 94%, var(--magenta) 96%, white 96%);
	background-size: 200% 200%;
	background-position: center center;
	animation: vialogBGanim 15s ease infinite 2s alternate;
}

.vialogFront:hover {
	animation-play-state: paused;
}
@keyframes vialogBGanim {
    0% {
    	background-size: 200% 200%;
    }
    100% {
    	background-size:0% 0%;
    }
}

.vialogFront h2 {
	font-weight: 900;
	width: 100%;
	margin: 0;
	padding: 0;
}

.vialogFront a {
	text-decoration: none;
	display: block;
	color: var(--dark);
	background-image: url(../images/vialog_logo_tipo1.svg);
	background-repeat: no-repeat;
}

.vialogWrapper {
	position: relative;
	/*margin-top: 2rem;*/
	margin-bottom: 0;
	background-color: white;
	
}

.vialogWrapper h2 {
	color: var(--dark);
	background-color: white;
	text-align: center;
	padding-top: 2.5rem;
	font-weight: 900;
	position: relative;
}


/********************************/

#content {
	padding-left: 0;
	padding-right: 0;
}

#content p {
	margin: 0;
}

#page {
	width: 99%;
	max-width: 99%;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0.5%;
	padding-right: 0.5%;
	background-color: var(--red);
}

.region-highlighted-top {
	margin: 4rem 0 2rem 0;
}

/*************************************************** NAVIGATION *****************************************************/

#navigation {
	color: var(--dark);
	position: absolute;
	z-index: 10;
}

.remenu ul li a,
.remenu ul li span {
	color: var(--dark);
}

.remenu ul li a:hover,
.remenu ul li span:hover,
.remenu ul li:hover a,
.remenu ul li:hover span {
	color: var(--dark) !important;
}

.remenu .active,
.remenu li:hover .active {
	color: white !important;
}

.remenu ul li ul li a,
.remenu .over a,
.remenu .over span {
	color: var(--dark) !important;
}

.remenu ul li ul li a:hover,
.remenu ul li ul li span:hover {
	color: var(--dark) !important;
}

.remenu ul.nice-menu li.active-trail span {
	color: white !important;
}

.remenu ul li ul li.menu-path-nolink span,
.remenu ul.nice-menu li.active-trail ul li span {
	color: white !important;
}

.remenu ul li ul li.menu-path-nolink span:hover,
.remenu ul.nice-menu li.active-trail ul li span:hover {
	color: white !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;
	box-shadow: 0 0 10px 0 grey;
}

.remenu ul.nice-menu li.active, .remenu ul.nice-menu li.active-trail {
	background-color: var(--magenta) !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;
	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;
	background-repeat: no-repeat;
	background-size: 20px 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;
	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);
}

li.menu-5276,
li.menu-5277 {
    margin-left: 4rem !important;
    background-color: var(--red) !important;
}

li.menu-5276:hover,
li.menu-5277:hover {
    background-color: var(--pink) !important;
}

li.menu-5276 a,
li.menu-5277 a {
    color: var(--pink) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/******************************************************* 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;
}

.language-link {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}


#block-locale-language ul li span.locale-untranslated {
	text-transform: uppercase;
	color: var(--red);
	text-decoration: none;
	padding: 16px 8px;
	display: none;
}

.language-link:hover {
	text-align: center;
	text-decoration: none;
	color: var(--pink) !important;
}


#block-locale-language ul li a.active {
	display: none;
}

/********************************************************* SOCIAL *****************************************************************/

.social2021 {
	grid-area: social;
}

.social2021-hidden {
	display: none;
	visibility: hidden;
}

.social2021 p {
	margin: 0;
	padding: 10px 0;
}


.social2021 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(--pink);
    border-radius: 1.5rem;
}

.social2021 a:hover {
	background-color: var(--red);
	color: white;
	box-shadow: 0 0 10px 0 grey;
}

.social2021 i {
	width: 30px;
}

.social2021 .fa-paragraph {
	transform: rotate(180deg);
}

/***************************************************************** BREADCRUMB *****************************************************************/

.breadcrumb {
	display: none;
}


/**************************************************************** MAIN CONTENT ****************************************************************/


.region-highlighted {
	margin: 0 auto;
	display: grid;
	grid-gap: 1rem;
	padding-bottom: 2rem;
}

.region-highlighted .newstitle {
	justify-self: center;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	font-family: 'Gopher', sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 2rem;
	color: var(--dark);
}

.region-highlighted .newstitle div {
	font-weight: 900;
}

.region-highlighted .newsfirst {
	grid-column-start: span 2;
	grid-row-start: 2;
	grid-row-end: 2;
}

.region-highlighted .newsall {
	justify-self: end;
}

.region-highlighted .newsall a {
	font-weight: bold;
	color: var(--dark);
	text-decoration: none;
}

.region-highlighted .newssecond .view-content {
	display: grid;
	grid-gap: 1rem;
}

.region-highlighted .newsthird .view-content {
	display: grid;
	grid-gap: 1rem;
}

.region-highlighted .fp-report .fp-title {
	position: absolute;
    line-height: 2.5rem;
    text-align: center;
}

.region-highlighted .fp-report .fp-title:hover {
	text-decoration: none;
}

.region-highlighted .fp-news-item {
	position: relative;
}

.ngw-title,
.ngn-title {
	background-color: rgba(230,229,235,0.8);
	position: absolute;
	bottom: 0.3rem;
}

.ngw-title a,
.ngn-title a {
	color: var(--dark);
	font-weight: bold;
}

.ngw-title a:hover,
.ngn-title a:hover {
	text-decoration: none;
}

.ngn-type-News,
.ngw-type-News {
	display: none;
}

.ngn-type-Blog,
.ngw-type-Blog {
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--pink);
	padding: 0.4rem 1rem;
	font-weight: bold;
}



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: 750px;
	margin: 0 auto;
}


/************************************* LIVE *****************************************/

.fp-now-events2021 h2 {
	color: var(--orange);
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2.5rem;
	margin: 0;
}

.fp-now-events2021 .views-field-field-a-thumbnail a {
	display: block;
	line-height: 0;
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side {
	background-color: var(--vlorange);
	position: relative;
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-title {
	padding-bottom: 0.5rem;
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-title a {
	font-weight: bold;
	color: var(--dark);
	text-decoration: none;
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-date {
	padding-bottom: 1rem;
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-date span {
	color: var(--dark);
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-body {
	color: var(--dark);
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section {
	font-size: 0.9rem;
	padding: 0.1rem 0.4rem;
	color: white;
	font-weight: bold;
	width: max-content;
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
}

.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid486 {
	background-color: #c100ff;
}
.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid487 {
	background-color: #ff5e00;
}
.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid488 {
	background-color: #de0030;
}
.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid489 {
	background-color: #00a100;
}
.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid490,
.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid496 {
	background-color: rgba(282,231,32,1);
}
.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid494 {
	background-color: rgba(73,158,177,1);
}
.fp-now-events2021 .fplive-wrapper .fplive-right-side .live-section.tid495 {
	background-color: rgba(133,137,159,1);
	background: linear-gradient(60deg, rgba(241,92,34,0.75) 0%, rgba(172,31,235,1) 90%);
}

/************************************* CAROUSEL *************************************/


.fp-r-events2021 {
	background-color: var(--red);
	padding-bottom: 2.5rem;
}

.fp-r-events2021 h2,
.fp-u-events2021 h2 {
	color: white;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
	font-weight: 900;
}

.fp-r-events2021 .owl-controls i {
	color: white;
	transition: color 1s;
}

.fp-r-events2021 .owl-controls i:hover {
	color: var(--dark);
}

.fp-u-events2021 {
	background-color: var(--pink);
	padding-bottom: 2.5rem;
}

.fp-events2021 .fp-up-events2021 .owl-pagination {
	text-align: center;
 	margin-top: 1rem;
}
.fp-events2021 .fp-up-events2021 .owl-pagination .owl-page {
  height: 2px;
  background-color: var(--dark);
  display: inline-block;
  margin-right: 5px;
  transition: height 0.4s;
}
.fp-events2021 .fp-up-events2021 .owl-pagination:hover .owl-page {
  height: 5px;
}

.fp-events2021 .fp-up-events2021 .owl-pagination .owl-page.active span {
  background-color: white;
  width: 100%;
  height: 100%;
  display: block;
  animation: progress 10s linear;
  transform-origin: left;
}

.fp-events2021:hover .fp-up-events2021 .owl-pagination .owl-page.active span {
  animation-play-state: paused;
}

@keyframes progress {
		0% {
			transform: scalex(0);
		}
		100% {
			transform: scalex(100%);
		}
	}

.fp-events2021 .fp-up-events2021 .owl-item .item-odd,
.fp-events2021 .fp-up-events2021 .owl-item .item-even {
	background-color: white;
	margin: 0 0.5rem;
	padding: 0.2rem 0.5rem;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-field-a-thumbnail {
	margin: -0.2rem -0.5rem 0 -0.5rem;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-field-imgs {
	margin: -0.2rem -0.5rem;
	line-height: 0;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-title {
	min-height: 3.1rem;
}

.fp-gallery .owl-item .views-field-title {
	display: flex;
	align-items: center;
	place-content: center;
	min-height: 5rem !important;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-title a {
	color: var(--dark);
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-name {
	display: inline-block;
	position: absolute;
	right: 0.8rem;
	padding: 0.2rem 0.4rem;
	width: min-content;
	bottom: 0.3rem;
    text-align: right;
    line-height: 1rem;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-name span {
	font-size: 0.9rem;
	font-weight: bold;
	color: white;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid532 {
	background-color: var(--secSpecials);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid529 {
	background-color: var(--secIntComp);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid528 {
	background-color: var(--secHunComp);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid533 {
	background-color: var(--secStuDeComp);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid535 {
	background-color: var(--secStudent);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid534 {
	background-color: var(--secParrhesia);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid530 {
	background-color: var(--secAnthro);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid531 {
	background-color: var(--secDive);
}
.fp-events2021 .fp-up-events2021 .owl-item .views-field-name.tid526 {
	background-color: var(--green);
	background: linear-gradient(60deg, var(--magenta) 0%, var(--green) 90%);
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-field-date {
	display: inline-block;
}

.fp-events2021 .fp-up-events2021 .owl-item .views-field-field-date span,
.fp-events2021 .fp-up-events2021 .owl-item .views-field-field-place div {
	font-size: 0.9rem;
}

.fp-events2021 .fp-up-events2021 .owl-controls .owl-prev {
	position: absolute;
    top: calc(50% - 3rem);
}

.fp-events2021 .fp-up-events2021 .owl-controls .owl-next {
	position: absolute;
    top: calc(50% - 3rem);
}

/************************************* TICKETS/SCHEDULE/BLOG ****************************************/

.fphtsb {
	margin-bottom: 0;
}

.fphtsb a,
.fphtsb span {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 100%;
}

.fphtsb #fpTickets {
	border: 2px solid var(--claret);
}

.fphtsb #fpSchedule,
.fphtsb #fpBlog {
	border: 2px solid rgba(58,58,60,1);
}

.fphtsb #fpTickets a,
.fphtsb #fpTickets span {
	color: var(--claret) !important;
	/*pointer-events: none;
	cursor: default;*/
}

.fphtsb #fpTickets a:hover,
.fphtsb #fpTickets span:hover {
	color: var(--white) !important;
	text-decoration: none;
	background-color: var(--claret);
}

.fphtsb #fpSchedule a,
.fphtsb #fpBlog a,
.fphtsb #fpSchedule span,
.fphtsb #fpBlog span {
	color: rgba(58,58,60,1) !important;
	
}

.fphtsb #fpSchedule a:hover,
.fphtsb #fpBlog a:hover,
.fphtsb #fpSchedule span:hover,
.fphtsb #fpBlog span:hover {
	color: rgba(255,255,255,1) !important;
	background-color: rgba(58,58,60,1);
	text-decoration: none;
}


/****************************************************************** FRONTPAGE NEWS ***********************************************************/




#block-views-front-page-news-block-11 #fpTickets {
	margin-bottom: 10px;
}

#block-views-front-page-news-block-11 .views-row a {
	color: rgba(0,0,0,1) !important;
	font-weight: bold;
}

#block-views-front-page-news-block-11 .views-row a:hover {
	color: var(--claret) !important;
	text-decoration: none;
}

#block-views-front-page-news-block-11 .views-row {
	border-bottom: 2px solid rgba(0,0,0,1);
	padding: 5px 0;
}

#block-views-front-page-news-block-11 .views-row:last-of-type {
	border-bottom: 0px none;
}

#block-views-front-page-news-block-11 .view-footer,
#block-views-front-page-news-block-11 .view-empty {
	margin-top: 10px;
}

#block-views-front-page-news-block-11 .view-footer a,
#block-views-front-page-news-block-11 .view-empty a {
	font-weight: bold;
}

#block-views-front-page-news-block-11 .view-footer a:hover,
#block-views-front-page-news-block-11 .view-empty a:hover {
	color: rgba(58,58,60,1);
}


/************************************************************ VIDEO ************************************************************/


.fpvr {
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	margin-bottom: 0;
}

.fpvr .jcarousel-container {
	width: 100%/*59rem*/;
	margin: 0 auto;
}

.fpvr .jcarousel-clip-horizontal {
	width: 100%/*59rem*/;
	overflow: hidden;
}

.fpvr .jcarousel-clip-horizontal .cwrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.1);
}

.fpvr .jcarousel-clip-horizontal ul {
}

.fpvr .jcarousel-clip-horizontal ul li {
	width: 100vw/*59rem*/ !important;
}

.fpvr .jcarousel-clip-horizontal ul li .cwrapper {
	margin: 0 auto;
}

.fpvr .carousel-title {
	position: relative;
	bottom: 640px; 
	left: 30px;
	color: rgba(255,255,255,1);
	font-size: 40px;
	font-weight: bold;
}

.fpvr .playButton:hover {
	background-image: url(/sites/all/themes/v2019f/images/play_button-h.png);
}

.fpvr .jcarousel-prev {
	background-image: url(../images/buttonLeft.png);
	width: 74px;
	height: 70px;
	display: block;
	position: absolute;
	bottom: calc(50% - 35px);
	/*--space: calc(100vw - 61rem);
	left: calc(-1 * var(--space) / 2);*/
	left: 0;
}

.fpvr .jcarousel-next {
	background-image: url(../images/buttonRight.png);
	width: 74px;
	height: 70px;
	display: block;
	position: absolute;
	bottom: calc(50% - 35px);
	/*--space: calc(100vw - 61rem);
	right: calc(-1 * var(--space) / 2);*/
	right: 0;
}

.fpvr .jcarousel-navigation {
	margin: 0;
	padding: 10px;
	position: relative;
	text-align: center;
}

.fpvr .jcarousel-navigation li {
	display: inline;
	width: 23px;
	height: 26px;
	background-image: url(../images/carousel-dot.png);
}

.fpvr .jcarousel-navigation li.active {
	background-image: url(../images/carousel-dot-h.png);
}

.fpvr .jcarousel-navigation li a span {
	visibility: hidden;
	padding: 3px 10px;
	font-size: 0px;
}

/*****************************************************   OUTREACH   **********************************************************/

.fpo {
	margin-bottom: 0;
	text-align: center;
}

.fpo .outreach {
	display: inline-block;
}

.fpo .outreach a {
	display: block;
	text-align: center;
	font-size: 1.375rem;
	font-weight: bold;
	color: var(--white) !important;
	border: 2px solid rgba(255,255,255,1);
}

.fpo .outreach a span {
	font-style: italic;
	font-size: 0.875rem;
}

.fpo .outreach a:hover {
	background-color: rgba(255,255,255,1);
	border: 2px solid rgba(255,255,255,1);
	color: var(--claret) !important;
	text-decoration: none;
}

.outreachMenu {
	color: rgba(255,255,255,1);
	position: absolute;
	top: 60px;
	right: 50%;
	margin-right: -490px;
	text-align: right;
}

.outreachMenu div {
}

.outreachMenu div a {
	color: rgba(255,255,255,1);
	background-color: rgba(239,65,54,0.5);
	font-size: 22px;
	font-weight: bold;
	display: block;
	padding: 2px 10px;
	margin: 5px 0;
}

.outreachMenu div a:hover {
	background-color: rgba(239,65,54,1);
}

.outreachMenu div a span {
	font-style: italic;
	font-size: 14px;
}

/***************************************************** WELCOME TEXT **********************************************************/

.welcomeFront {
	width: 100%;
	background-color: var(--claret);
	margin-bottom: 0;
}

.welcomeFront h2 {
	width: 80%;
	margin: 0 auto;
	color: rgba(239,65,54,1);
	padding: 3.125rem 0 0 0;
	line-height: 2.5rem;
}

.welcomeFront div {
	width: 70%;
	margin: 0 auto;
	color: rgba(255,255,255,1);
	padding: 0 0 3.125rem 0;
}

.welcomeFront div p {
	margin-bottom: 0;
}

/******************************************************** FP PHOTOS ***********************************************************/

.fpp {
	width: 100%;
}

.fpp h2 {
	width: 80%;
	margin: 0 auto;
	color: var(--claret);
	padding: 3.125rem 0 1rem 0;
	line-height: 2.5rem;
}

.fpp .view-content {
	display: grid;
	grid-gap: 0.2rem;
	justify-content: center;
	margin: 0 auto;
}

.fpp .view-content div {
	line-height: 0;
}

.fpp .view-content div img {
	filter: blur(2px);
	transition: filter 0.2s;
}

.fpp .view-content div:hover img {
	filter: blur(0px);
}

/******************************************************** NEWSLETTER *********************************************************/

.newsletterFront {
	background-color: var(--red);
	margin: 0;
	padding-bottom: 2rem;
}

.newsletterFront h2 {
	color: white;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
	font-weight: 900;
}

.newsletterFront form {
	margin: 0 auto;
	position: relative;
}

.newsletterFront form .form-submit {
	background-color: var(--pink);
    border: 0px none;
    font-family: 'Titillium Web';
    padding: 0.5rem 2rem;
    font-weight: bold;
    box-shadow: 1px 1px 5px 0px grey;
    outline: none;
    color: white;
}

.newsletterFront form .form-type-textfield {
	display: inline-block;
	margin-top: 0;
}

.newsletterFront form .form-type-textfield input {
	border: 0px none;
    font-family: 'Titillium Web';
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    outline: none;
}

.newsletterFront form .form-checkbox {
	background-color: var(--green);
	outline: none;
}

.newsletterFront form .form-type-checkbox label {
	font-family: 'Titillium Web';
    font-size: 0.9rem;
    padding-left: 0.5rem;
}

.newsletterFront form .form-type-checkbox label a {
	color: var(--magenta);
}

.form-required {
    color: var(--dark);
}




/****************************************************************** SECTIONS *******************************************************************/

.view-2018-tax table,
.view-2018-films table {
	border-collapse: separate;
	border-spacing: 0;
	width: 894px;
}

.view-2018-tax .col-1,
.view-2018-films .col-1 {
	padding: 0 10px 30px 0;
	width: 278px;
	vertical-align: top;
	position: relative;
}

.view-2018-tax .col-2,
.view-2018-films .col-2 {
	padding: 0 20px 30px 20px;
	width: 278px;
	vertical-align: top;
	position: relative;
}

.view-2018-tax .col-3,
.view-2018-films .col-3 {
	padding: 0 0 30px 10px;
	width: 278px;
	vertical-align: top;
	position: relative;
}


/*.sections2018 .views-field-field-a-thumbnail img {
	width: 300px;
	height: 150px;
	object-fit: cover;
}*/

.sections2018 td .views-field-name {
	position: relative;
	height: 166px;
	width: 263px;
	margin-top: -166px;
	margin-left: 15px;
	background-image: url(../images/buttonCross.png);
	background-repeat: no-repeat;
	background-position: 225px 125px;
}

.view-2018-tax td .views-field-name a {
	color: rgba(255,255,255,1);
	font-size: 20px;
}

.sections2018 td .views-field-nothing {
	height: 170px;
	width: 274px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	position: relative;
}

.sections2018 td .views-field-nothing img {
	height: 170px;
	width: 274px;
}

.sections2018 td .views-field-nothing:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(0,0,0,0.4);*/
}

/* Human Rights Competition */
.sections2018 .dtid300,
.sections2018 .sectionImage.tid300,
.sections2018 .tid300 img {
	border: 3px solid rgba(242,122,89,1);
}

.sections2018 .dtid300:before {
	background-color: rgba(241,92,34,0.3);
}

.sections2018 .sectionImage.tid300 {
	background-image: url(../images/sec_300.jpg);
}

/* Student/Debut Competition */
.sections2018 .dtid301,
.sections2018 .sectionImage.tid301,
.sections2018 .tid301 img {
	border: 3px solid rgba(137,105,168,1);
}

.sections2018 .dtid301:before {
	background-color: rgba(140,198,62,0.3);
}

.sections2018 .sectionImage.tid301 {
	background-image: url(../images/sec_301.jpg);
}

/* ZOOM */
.sections2018 .dtid238,
.sections2018 .sectionImage.tid238,
.sections2018 .tid238 img {
	border: 3px solid rgba(155,36,142,1);
}

.sections2018 .dtid238:before {
	background-color: rgba(155,36,142,0.3);
}

.sections2018 .sectionImage.tid238 {
	background-image: url(../images/sec_238.jpg);
}

/* Hungarian Panorama */
.sections2018 .dtid302,
.sections2018 .sectionImage.tid302,
.sections2018 .tid302 img {
	border: 3px solid rgba(27,153,72,1);
}

.sections2018 .dtid302:before {
	background-color: rgba(248,237,49,0.3);
}

.sections2018 .sectionImage.tid302 {
	background-image: url(../images/sec_302.jpg);
}

/* Shapes of Memory */
.sections2018 .dtid303,
.sections2018 .sectionImage.tid303,
.sections2018 .tid303 img {
	border: 3px solid rgba(252,129,135,1);
}

.sections2018 .dtid303:before {
	background-color: rgba(251,175,63,0.4);
}

.sections2018 .sectionImage.tid303 {
	background-image: url(../images/sec_303.jpg);
}

/* Labour: Our Life */
.sections2018 .dtid304,
.sections2018 .sectionImage.tid304,
.sections2018 .tid304 img {
	border: 3px solid rgba(36,145,208,1);
}

.sections2018 .dtid304:before {
	background-color: rgba(188,100,100,0.4);
}

.sections2018 .sectionImage.tid304 {
	background-image: url(../images/sec_304.jpg);
}

/* Our Earth: Breaking Limits */
.sections2018 .dtid305,
.sections2018 .sectionImage.tid305,
.sections2018 .tid305 img {
	border: 3px solid rgba(242,199,63,1);
}

.sections2018 .dtid305:before {
	background-color: rgba(188,100,100,0.4);
}

.sections2018 .sectionImage.tid305 {
	background-image: url(../images/sec_305.jpg);
}

/* Wapikoni Friends */
.sections2018 .dtid306,
.sections2018 .sectionImage.tid306,
.sections2018 .tid306 img {
	border: 3px solid rgba(83,180,162,1);
}

.sections2018 .dtid306:before {
	background-color: rgba(188,100,100,0.4);
}

.sections2018 .sectionImage.tid306 {
	background-image: url(../images/sec_306.jpg);
}

/* Hommage */
.sections2018 .dtid307,
.sections2018 .sectionImage.tid307,
.sections2018 .tid307 img {
	border: 3px solid rgba(154,120,124,1);
}

.sections2018 .dtid307:before {
	background-color: rgba(188,100,100,0.4);
}

.sections2018 .sectionImage.tid307 {
	background-image: url(../images/sec_307.jpg);
}

/* Student */
.sections2018 .dtid310,
.sections2018 .sectionImage.tid310,
.sections2018 .tid310 img {
	border: 3px solid rgba(191,202,249,1);
}

.sections2018 .dtid310:before {
	background-color: rgba(188,100,100,0.4);
}

.sections2018 .sectionImage.tid310 {
	background-image: url(../images/sec_310.jpg);
}



/* OPENING */

.sections2018 .tid308 img,
.sections2018 .tid309 img {
	border: 3px solid rgba(29,40,85,1);
}





/*.sections2018 .sectionImage {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	height: 300px;
	margin-right: 15px;
	background-size: cover;
}*/

.sections2018 .sectionImage {
	float: left;
	width: 430px;
	height: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-size: cover;
}

.sections2018 .sectionImage .shadeBefore {
	position: relative;
	width: 430px;
	height: 300px;
}

.sections2018 .sectionImage .shade:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.sections2018 .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;
}

/*.sections2018 .sectionInfo {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	margin-left: 15px;
}*/

.sections2018 .sectionInfo {
	vertical-align: top;
}

/*.sections2018 .view-content {
	margin-top: 60px;
}*/

.sections2018 .view-content {
	clear: both;
}

.sections2018 .view-content .views-field-title {
	margin-top: 10px;
}

.sections2018 .view-content .views-field-title a {
	font-weight: bold;
	color: rgba(0,0,0,1);
}

.sections2018 .view-content .views-field-field-tags {
	font-size: 12px;
	font-style: italic;
}

.sections2018 .sectionSubtitle {
	font-size: 40px;
	padding: 30px 0;
	color: rgba(29,40,85,1);
	font-weight: normal;
	background-image: url(../images/1px_h1.png);
	background-repeat: no-repeat;
	background-size: 200px 3px;
	background-position: 0px 90px;
	margin: 0;
	line-height: 80px;
}

.sections2018 .block-title {
	font-size: 16px;
	text-transform: none;
	padding: 10px 0;
}

.sections2018 .menu {
	margin: 0;
}

.sections2018 .views-exposed-form label {
	padding-bottom: 10px;
}



/********************************************************************** FILMS ************************************************************/

.node-type-film #main {
	padding-top: 20px;
}

.node-type-film .group-header {
	margin-bottom: 20px;
}

.node-type-film #main h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: rgba(29,40,85,1);
	background-repeat: no-repeat;
	background-size: 200px 3px;
	background-position: 0px 60px;
}

.node-type-film .theme_300 h2,
.node-type-film .theme_300 .group-footer,
.node-type-film .theme_300 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid300.png);
}

.node-type-film .theme_300 .field-name-field-tickets a {
	color: rgba(242,122,89,1);
}

.node-type-film .theme_301 h2,
.node-type-film .theme_301 .group-footer,
.node-type-film .theme_301 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid301.png);
}

.node-type-film .theme_301 .field-name-field-tickets a {
	color: rgba(137,105,168,1);
}

.node-type-film .theme_302 h2,
.node-type-film .theme_302 .group-footer,
.node-type-film .theme_302 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid302.png);
}

.node-type-film .theme_302 .field-name-field-tickets a {
	color: rgba(27,153,72,1);
}

.node-type-film .theme_303 h2,
.node-type-film .theme_303 .group-footer,
.node-type-film .theme_303 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid303.png);
}

.node-type-film .theme_303 .field-name-field-tickets a {
	color: rgba(252,129,135,1);
}

.node-type-film .theme_304 h2,
.node-type-film .theme_304 .group-footer,
.node-type-film .theme_304 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid304.png);
}

.node-type-film .theme_304 .field-name-field-tickets a {
	color: rgba(36,145,208,1);
}

.node-type-film .theme_305 h2,
.node-type-film .theme_305 .group-footer,
.node-type-film .theme_305 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid305.png);
}

.node-type-film .theme_305 .field-name-field-tickets a {
	color: rgba(242,199,63,1);
}

.node-type-film .theme_306 h2,
.node-type-film .theme_306 .group-footer,
.node-type-film .theme_306 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid306.png);
}

.node-type-film .theme_306 .field-name-field-tickets a {
	color: rgba(83,180,162,1);
}

.node-type-film .theme_307 h2,
.node-type-film .theme_307 .group-footer,
.node-type-film .theme_307 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid307.png);
}

.node-type-film .theme_307 .field-name-field-tickets a {
	color: rgba(154,120,124,1);
}

.node-type-film .theme_310 h2,
.node-type-film .theme_310 .group-footer,
.node-type-film .theme_310 .field-name-field-time-place .field-label {
	background-image: url(../images/1px_tid310.png);
}

.node-type-film .theme_310 .field-name-field-tickets a {
	color: rgba(191,202,249,1);
}



.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 {
	display: inline-block;
	vertical-align: top;
}

.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 .group-left {
	width: 435px;
	margin-right: 15px;
}

.node-type-film .field-name-field-a-thumbnail {
	margin-bottom: 20px;
}

.node-type-film .group-right {
	width: 435px;
	margin-left: 15px;
}

.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-time-place {
	padding-bottom: 20px;
}

.node-type-film .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;
}

.node-type-film .field-name-field-time-place .field-collection-item-field-time-place {
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 3px solid rgba(142,147,171,0.8);
}

.node-type-film .field-name-field-time {
	display: table-cell;
	width: 200px;
}

.node-type-film .field-name-field-place {
	display: table-cell;
	width: 180px;
}

.node-type-film .field-name-field-tickets {
	display: table-cell;
}

.node-type-film .field-name-field-tickets a {
	font-weight: bold;
}

.node-type-film .field-name-field-subtitle,
.node-type-film .field-name-field-event {
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
}

.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-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-name-field-director-photo {
	float: left;
	margin-right: 30px;
}

.node-type-film .group-footer .field-name-field-director-bio {
	margin: 0 0 15px 0;
}


.node-type-film .field-name-field-festivals .field-items,
.node-type-film .field-name-field-awards .field-items {
	clear: left;
}

/************************************************************* TAGCLOUD *********************************************************/

.view-filters {
	margin-bottom: 30px;
}

.view-filters .views-exposed-form {
	position: relative;
}

.view-filters .views-exposed-form .views-widget {
	text-align: center;
}

.view-filters .views-exposed-form .form-type-bef-link {
	display: inline-block;
	margin: 0 5px 15px 5px;
	border: 3px solid rgba(142,147,171,0.8);
}

.view-filters .views-exposed-form .form-item-edit-field-tags-tid-selective-all {
	display: none;
	visibility: hidden;
}

.view-filters .views-exposed-form .form-item a {
	padding: 5px 10px;
	color: rgba(0,0,0,1);
	font-weight: bold;
	display: block;
	font-size: 14px;
}

.view-filters .views-exposed-form .form-item a:hover {
	background-color: rgba(142,147,171,0.8);
	color: rgba(255,255,255,1);
}

.view-filters .views-exposed-form .form-item a.active {
	background-color: rgba(142,147,171,0.8);
	color: rgba(255,255,255,1);
}

.view-filters .views-exposed-form .views-submit-button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 3;
}


/************************************************************** JURY ************************************************************/

.field-name-field-patricipant-s- .field-label {
	margin-bottom: 30px;
}

.field-name-field-patricipant-s- .view-mode-2017_jury {
	margin-bottom: 30px;
	clear: both;
}

.field-name-field-patricipant-s- .field-name-field-director-photo {
	float: left;
	margin-right: 30px;
}

.field-name-field-patricipant-s- .field-name-title div {
	font-weight: bold;
}

.field-name-field-patricipant-s- .field-name-field-director-bio {
	margin-left: 180px;
}

/********************************************************* STUDENT ***************************************************************/

.page-student-verzio .view {
	padding-top: 30px;
}

/********************************************************** SCHEDULE MENU *********************************************************/

.schedule {
	margin-right: -30px;
	margin-left: -30px;
}

.schedule h2 {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.schedule .menu-name-menu-2018-schedule {
	display: inline-block;
	vertical-align: top;
	padding: 4px 0;
	width: 730px;
	text-align: right;
}

.schedule ul {
	list-style: none;
}

.schedule li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 20px; 
}

.schedule li a {
	background-color: rgba(8,86,144,1);
	color: rgba(255,255,255,1);
	padding: 5px 25px;
}

.schedule li a:hover {
	background-color: rgba(29,40,87,1);
}

.schedule li a.active {
	background-color: rgba(29,40,87,1);
	color: rgba(255,255,255,1);
}

.schedule-section ul {
	text-align: right;
}

/************************************************************* SCHEDULE ***********************************************************/

.calendar-calendar td,
.calendar-calendar td.calendar-agenda-items,
.calendar-calendar td.calendar-agenda-hour {
	border: 0px none;
}

.calendar-calendar td span.date-display-single {
	font-weight: normal;
	font-size: 12px;
}

.calendar-calendar div.calendar {
	font-size: medium;
}

.view-2018-schedule th.calendar-agenda-items {
	border-top: 1px dotted rgba(8,86,144,1);
	border-left: 1px dotted rgba(8,86,144,1);
	border-bottom: 2px solid rgba(8,86,144,1);
	padding: 10px !important;
	text-transform: uppercase;
}

.view-2018-schedule th.calendar-agenda-items:last-of-type {
	border-right: 1px dotted rgba(8,86,144,1);
}

.view-2018-schedule tbody.hours {
	border-top: 1px dotted rgba(8,86,144,1);
	border-right: 1px dotted rgba(8,86,144,1);
}

.view-2018-schedule tr {
	border-bottom: 1px dotted rgba(8,86,144,1) !important;
}

.view-2018-schedule tr:last-of-type {
	border-bottom: 0px none !important;
}

.view-2018-schedule td.calendar-agenda-items {
	border-left: 1px dotted rgba(8,86,144,1) !important;
	padding: 0 !important;
}

.view-2018-schedule tr:last-of-type td.calendar-agenda-items {
	border-bottom: 0px none !important;
}

.view-2018-schedule .calendar-agenda-hour {
	text-align: right;
}

.view-2018-schedule .calendar-agenda-hour span.calendar-hour {
	position: relative;
	top: -15px;
	left: -15px;
	background-color: rgba(255,255,255,1);
	color: rgba(8,86,144,1);
	font-size: 14px !important;
	padding-left: 33px;
	padding-right: 5px;
}

.view-2018-schedule .calendar-agenda-hour.h11-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h12-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h13-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h14-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h15-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h16-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h17-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h18-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h19-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h20-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h21-00 span.calendar-hour,
.view-2018-schedule .calendar-agenda-hour.h22-00 span.calendar-hour {
	left: -35px;
	font-size: 20px !important;
	padding-left: 0;
}

.view-2018-schedule .calendar {
	padding: 0 !important;
}

.view-2018-schedule .calendar .item {
	background: none !important;
}

.view-2018-schedule .calendar .dayview {
	background: none !important;
	margin: 0 !important;
	border-radius: 0px !important;
}

.view-2018-schedule .calendar .dayview div {
	margin: 0 !important;
}

.view-2018-schedule .calendar .item {
	margin: -1px;
	border-top: 1px solid rgba(8,86,144,1) !important;
	border-bottom: 1px solid rgba(8,86,144,1) !important;
	border-right: 1px solid rgba(8,86,144,1) !important;
}

.view-2018-schedule .calendar .dayview .views-field {
	background-color: rgba(255,255,255,1) !important;
	background-size: 10px 100% !important;
	background-repeat: repeat-y !important;
	padding: 3px 3px 3px 15px;
}

.view-2018-schedule .t300 {
	background-image: url(../images/1px_tid300.png) !important;
}

.view-2018-schedule .t301 {
	background-image: url(../images/1px_tid301.png) !important;
}

.view-2018-schedule .t302 {
	background-image: url(../images/1px_tid302.png) !important;
}

.view-2018-schedule .t303 {
	background-image: url(../images/1px_tid303.png) !important;
}

.view-2018-schedule .t304 {
	background-image: url(../images/1px_tid304.png) !important;
}

.view-2018-schedule .t305 {
	background-image: url(../images/1px_tid305.png) !important;
}

.view-2018-schedule .t306 {
	background-image: url(../images/1px_tid306.png) !important;
}

.view-2018-schedule .t307 {
	background-image: url(../images/1px_tid307.png) !important;
}

.view-2018-schedule .t309,
.view-2018-schedule .t310 {
	background-image: url(../images/1px_tid310.png) !important;
}

.view-2018-schedule .t379 {
	background-image: url(../images/1px_tid379.png) !important;
}

.view-2018-schedule .s_title a {
	margin: 0 !important;
}

.view-2018-schedule .t379 a {
	pointer-events: none;
	cursor: default;
	color: rgba(0,0,0,1);
}

.view-2018-schedule .s_info {
	font-size: 12px;
	font-style: italic;
}

.view-2018-schedule .s_event {
	font-weight: bold;
	font-size: 12px;
}

.page-schedule-1107 tr.h18-15 td:nth-of-type(4) .item,
.page-schedule-1107 tr.h20-30 td:nth-of-type(4) .item,
.page-schedule-1108 tr.h15-30 td:nth-of-type(2) .item,
.page-schedule-1108 tr.h20-30 td:nth-of-type(2) .item,
.page-schedule-1109 tr.h15-15 td:nth-of-type(2) .item,
.page-schedule-1109 tr.h17-15 td:nth-of-type(3) .item,
.page-schedule-1109 tr.h19-45 td:nth-of-type(2) .item,
.page-schedule-1110 tr.h18-00 td:nth-of-type(2) .item {
	border-bottom: 0px none !important;
}

.page-schedule-1107 tr.h18-15 td:nth-of-type(4) .item:first-of-type,
.page-schedule-1107 tr.h18-15 td:nth-of-type(4) .item:last-of-type,
.page-schedule-1108 tr.h15-30 td:nth-of-type(2) .item:last-of-type,
.page-schedule-1108 tr.h20-30 td:nth-of-type(2) .item:last-of-type,
.page-schedule-1109 tr.h15-15 td:nth-of-type(2) .item:last-of-type,
.page-schedule-1109 tr.h17-15 td:nth-of-type(3) .item:last-of-type,
.page-schedule-1109 tr.h19-45 td:nth-of-type(2) .item:nth-of-type(2),
.page-schedule-1109 tr.h19-45 td:nth-of-type(2) .item:last-of-type,
.page-schedule-1110 tr.h18-00 td:nth-of-type(2) .item:last-of-type {
	border-bottom: 1px solid rgba(8,86,144,1) !important;
}

/************************************************************* GUESTS ***********************************************************/

div[about="/en/2018/guests"]>div>div>div>div>div>div.field-items,
div[about="/hu/2018/vendegek"]>div>div>div>div>div>div.field-items {
	display: grid;
}

div[about="/en/2018/guests"]>div>div>div.field-item,
div[about="/hu/2018/vendegek"]>div>div>div.field-item {
	clear: both;
	margin: 30px 0;
}

div[about="/en/2018/guests"] .field-name-field-film-ref p,
div[about="/hu/2018/vendegek"] .field-name-field-film-ref p {
	margin-top: 0;
	font-style: italic;
}

div[about="/en/2018/guests"] .field-name-field-director-bio,
div[about="/en/2018/guests"] .field-name-title,
div[about="/en/2018/guests"] .field-name-field-film-ref,
div[about="/hu/2018/vendegek"] .field-name-field-director-bio,
div[about="/hu/2018/vendegek"] .field-name-title,
div[about="/hu/2018/vendegek"] .field-name-field-film-re {
	margin-left: 180px;
}

div[about="/en/2018/guests"] .field-name-field-event-date-location,
div[about="/hu/2018/vendegek"] .field-name-field-event-date-location {
	margin-left: 175px;
	padding: 0px 5px;
	margin-top: -10px;
	margin-bottom: -10px;
	background-color: rgba(240,240,240,1);
}

div[about="/en/2018/guests"] .field-name-field-event-date-location .field-item,
div[about="/hu/2018/vendegek"] .field-name-field-event-date-location .field-item {
	display: inline-block;
}

div[about="/en/2018/guests"] .field-name-field-event,
div[about="/hu/2018/vendegek"] .field-name-field-event,
div[about="/en/2018/guests"] .field-name-field-time,
div[about="/hu/2018/vendegek"] .field-name-field-time,
div[about="/en/2018/guests"] .field-name-field-place,
div[about="/hu/2018/vendegek"] .field-name-field-place {
	display: inline-block;
	vertical-align: top;
}

div[about="/en/2018/guests"] .field-name-field-event .field-item::after,
div[about="/en/2018/guests"] .field-name-field-time .field-item::after,
div[about="/hu/2018/vendegek"] .field-name-field-event .field-item::after,
div[about="/hu/2018/vendegek"] .field-name-field-time .field-item::after {
	display: inline-block;
	content: '•';
	padding: 0 5px;
}


.page-guests .view-2018-guests {
	width: 750px;
	margin: 0 auto;
}

.page-guests table {
	width: 750px;
	border-collapse: collapse;
}

.page-guests td {
	width: 230px;
	vertical-align: top;
	border-right: 30px solid transparent;
	border-bottom: 20px solid transparent;
}

.page-guests td.col-last {
	border-right: 0px none;
}

.page-guests td h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.page-guests .views-field-field-film-ref {
	margin: 5px 0;
}

.page-guests .views-field-field-film-ref p {
	margin: 0;
	font-style: italic;
}

.page-guests .views-field-field-event-date-location {
	background-color: rgba(230,230,230,1);
	padding: 0 5px;
}

.page-guests .views-field-field-event-date-location ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-guests .views-field-field-event-date-location ul li {
	padding: 5px 0;
}

.page-guests .views-field-field-director-bio {
	margin: 5px 0;
}

.page-guests .views-field-field-director-bio .field-content {
	display: none;
	font-size: 14px;
}

.page-guests .views-field-field-director-bio .views-label-field-director-bio {
	cursor: pointer;
	color: rgba(239,65,54,1);
	font-weight: bold;
	font-size: 14px;
}

/************************************************************** PRESS ************************************************************/

.page-press .views-field-title a {
	font-weight: bold;
}

.page-press .view-footer {
	margin-top: -210px;
	margin-left: 310px;
}


/*********************************************************** NEWS ARCHIVE *******************************************************/

.view-news-archive {
	background-color: rgba(255,255,255,1);
}

.view-news-archive .views-row {
	padding: 20px 10px;
}

.view-news-archive .views-field-title a {
	font-size: 1.5em;
	font-weight: bold;
}

.view-news-archive .views-field-field-text-frontpage-teaser p {
	margin: 10px 0;
}

/************************************************************ ALBUMS ************************************************************/

.view-2018-gallery a {
	font-weight: bold;
}

.photos_imagehtml,
.view-2018-gallery .views-row {
	display: inline-block;
	margin: 0 26px 30px 0;
}

.photos_imagehtml:nth-child(3n),
.view-2018-gallery .views-row:nth-child(3n) {
	margin: 0 0 30px 0;
}

#cboxTitle {
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 6px 10px 4px 10px;
	font-size: 12px;
	height: 24px;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	display: inline-block !important;
	float: none !important;
}

#cboxCurrent {
	top: 0px;
	right: 50px;
	padding: 6px 10px 4px 10px;
	font-size: 12px;
	display: inline-block !important;
	float: none !important;
}

.node-type-photos .view-mode-full ul.links {
	display: none;
}


/***************************************************************** PARTNERS *******************************************************/

.part2,
.part4 {
	border-collapse: collapse;
	width: 900px;
	margin-left: -75px;
}

.part2 td {
	width: 50%;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
}

.part4 td {
	width: 25%;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
}


/************************************************************* PREVIOUS FESTIVALS **************************************************/

.view-verzio-archive .col-1,
.view-verzio-archive .col-2 {
	padding-right: 20px;
	padding-bottom: 20px;
}

.view-verzio-archive .col-3 {
	padding-bottom: 20px;
}

.view-verzio-archive .views-field-name a {
	background-color: rgba(0,0,0,1);
	display: block;
	position: relative;
	padding: 5px 10px;
	margin-top: -30px;
	color: rgba(255,255,255,1);
}


/***************************************************************** 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: var(--dark);
	background-color: var(--red);
}

.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: var(--dark);
	background-color: var(--red);
}


.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(--red);
	color: var(--dark);
}

.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;
}

/************************************* WINNERS ***************************************/

.fpWinners h2 {
	color: var(--orange);
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2.5rem;
	margin: 0;
}

.fpWinners .fpWinners-image,
.fpWinners .fpWinners-image a {
	display: block;
	line-height: 0;
}

.fpWinners .fpWinners-txt {
	position: relative;
}

.fpWinners .fpWinners-txt p {
	margin: 0;
}

.fpWinners .fpWinners-txt a {
	color: var(--magenta);
	font-weight: bold;
}

.fpWinners .fpWinners-txt .fpWinners-title {
	padding-bottom: 1.5rem;
}

.fpWinners .fpWinners-txt .fpWinners-title a {
	font-weight: bold;
	color: var(--dark);
	text-decoration: none;
}

/******************************************************** FP OWL ***********************************************/

.header__mask {
	position: absolute;
	left: 50%;
	margin-left: calc(var(--innerwidth) / -2);
	z-index: 2;
	width: 653px;
	height: 367px;
	background-image: url(../images/carousel-mask.png);
	background-repeat: no-repeat;
	background-position: left;
}

.view-2022-reverzio .owl-wrapper-outer {
	height: 367px;
}

.view-2022-reverzio .owl-wrapper-outer img {
	height: 367px;
	width: auto;
}

.view-2022-reverzio .owl-item .item-odd,
.view-2022-reverzio .owl-item .item-even {
	text-align: right;
}

.view-2022-reverzio .owl-item .item-odd .views-field-title,
.view-2022-reverzio .owl-item .item-even .views-field-title {
	position: absolute;
	z-index: 2;
	top: 1rem;
	right: 1rem;
}

.view-2022-reverzio .owl-item .item-odd .views-field-title a,
.view-2022-reverzio .owl-item .item-even .views-field-title a {
	color: white;
	font-family: 'Gopher', sans-serif;
	font-size: 3rem;
	line-height: 3rem;
	font-weight: bold;
	display: block;
	width: min-content;
}

.view-2022-reverzio .owl-item .item-odd .views-field-title a:hover,
.view-2022-reverzio .owl-item .item-even .views-field-title a:hover {
	text-decoration: none;
	color: var(--red);
}

.view-2022-reverzio .owl-controls {
	position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1rem;
  margin: 0;
  transition: background 0.4s;
  padding: 0 3px;
  border-radius: 18px;
}

.view-2022-reverzio .owl-controls:hover {
	background: var(--pink);
	border-radius: 18px;
}

.view-2022-reverzio .owl-pagination {
	height: 28px;
}

.view-2022-reverzio .owl-controls .owl-page span {
	background: url(../images/dot.png);
	width: 18px;
	height: 18px;
	opacity: 1;
}

.view-2022-reverzio .owl-controls .owl-page.active span {
	background: url(../images/dotA.png);
	width: 18px;
	height: 18px;
	opacity: 1;
}


/********************************************************* PRELOAD IMAGES ***************************************************************/

body:after {
	content: url(../images/menu-bullet-h.png) url(../images/logo.png);
	display: none;
}
