@charset "utf-8";

/* COLORS */
/*

pinky-red  -> rgba(0,0,0,1.00);
light pink -> rgba(150,150,150,1.00);

*/


/* FONTS */
/*

font-family: 'Merriweather', serif; (400,700,900)

*/

:root {
	--lilla-color: rgba(95,0,255,1.00);
	--pink-color: rgba(250,197,197,1.00);
}


@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(0px);}
	50% { -webkit-filter: blur(5px);}
	100% { -webkit-filter: blur(0px);}
}


a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
a[href^="tel"], a:hover[href^="tel"], a:active[href^="tel"], a:focus[href^="tel"], a:visited[href^="tel"] {
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. *//* Additional css `propery: value;` pairs here */
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
}

p a,
p a:visited {
	color: var(--lilla-color) !important;
}
p a:hover,
p a:active,
p a:focus {
	color: var(--pink-color) !important;
}

/********************************************/
/*************** GLOBAL STYLES **************/
/********************************************/
.bold {
	font-weight: 900;
}
.white-color {
	color: var(--lilla-color);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
  outline: none !important;
}

#landing img.landing-image {
	width: 100%;
}

.single-landing-image img {
	width: 100%;
	height: auto;
}

#exampleSlider {
	/*
	max-height: 250px;
	overflow: hidden;
	*/
	list-style: none;
	padding: 0;
	margin: 0;
}
#exampleSlider img {
	width: 100%;
	height: auto;
}

.landing-title {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 80%;
	height: auto;
	color: #000;
	/*
	mix-blend-mode: hard-light;	
	background: inherit;
  	background-clip: text;
  	color: transparent;
  	filter: invert(1);
	*/
	font-size: 2em;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}

.scroll-down {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}

.collapse-switch {
	background-color: transparent;
	border: none;
	outline: none !important;
}

.not-expanded {
	font-family: "Font Awesome 5 Free";
	color: var(--lilla-color);
	font-size: 1.2em;
	font-weight: 900;
}
.not-expanded:hover {
	color: var(--pink-color);
}
.not-expanded:before {	
	content: "\f055";
}
.expanded-active {
	font-family: "Font Awesome 5 Free";
	color: var(--pink-color);
	font-size: 1.2em;
	font-weight: 900;
}
.expanded-active:before {
	content: "\f056";
}
hr {
	background-color: rgba(230,230,230,1.00);
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
picture {
	width: auto;
	height: auto;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
#iefix {
	position: relative;
	z-index: 1000;
}

html,
body {
	font-family: 'Merriweather', serif !important;
	font-weight: 400;
	font-size: 1em;
	overflow-x: hidden;
}

/* Mobile Layout: 480px and below. */



#push-header {
	display: inline-block;
	width: 100%;
	height: 80px;
}

header {
	display: inline-block;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999997 !important;
}

header #logo {
	display: inline-block;
	float: left;
	width: 90px;
	height: 46px;
	margin: 17px 17px 17px 8px;
}
header #lang_switch {
	display: inline-block;
	float: right;
	margin: 17px 17px 0 17px;
}

header #lang_switch a,
header #lang_switch a:visited {
	color: var(--lilla-color);
}

header #lang_switch a:hover,
header #lang_switch a:active,
header #lang_switch a:focus {
	color: var(--pink-color);
}

header #lang_switch a.active {
	font-weight: 900;
}

header #socials {
	display: inline-block;
	float: right;
	width: 20px;
	height: 48px;
	margin: 15px 0 0 22px;
}

header #socials a img {
	width: 17px;
	height: 17px;
}

header #socials a.top-fb,
header #socials a.top-ig {
	display: block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 5px;
}

header #socials a.top-fb {
	background-image: url("../_data/FB.png");
}
header #socials a.top-ig {
	background-image: url("../_data/IG.png");
}
header #socials a.top-fb:hover {
	background-image: url("../_data/FB-hover.png");
}
header #socials a.top-ig:hover {
	background-image: url("../_data/IG-hover.png");
}

header #menu-btn {
	display: inline-block;
	float: right;
	width: 36px;
	height: 36px;
	background-image: url(../_data/menu-open.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 22px 0 0 0;
	background-size: cover;
}

header #menu-btn.active {
	background-image: url("../_data/menu-close-hover.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

header #menu-btn:hover {
	cursor: pointer;
	background-image: url("../_data/menu-open-hover.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
header #menu-btn.active:hover {
	background-image: url("../_data/menu-close.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

nav#menu {
	position: fixed;
	top: 80px;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(26,26,26,1.00);
	padding: 30px 0;
	z-index: 999998 !important;

}

nav ul {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

nav ul,
nav ul li {
	list-style-type: none;
	margin: 15px 0px;
	padding: 0;
}

nav ul li {
	text-align: center;
}

nav ul li a {
	font-size: 1.5em;
}

nav ul li a,
nav ul li a:visited {
	color: var(--lilla-color);
}
nav ul li a:hover,
nav ul li a:active {
	color: var(--pink-color);
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 57px;
	border-top: 1px solid var(--lilla-color);
	border-bottom: 1px solid var(--lilla-color);
	padding: 7px 0;
	background-color: #FFF;
	overflow: hidden;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 57px;
}

/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	/*width: 546px;*/
	height: 57px;
}

#wrapper {
	display: inline-block;
	width: 100%;
	min-height: 100vh;
	height: auto;
}

#wrapper section {
	display: inline-block;
	width: 100%;
	height: auto;
}

/* SECTIONS COLORING */
#about-us,
#schedule,
#archive,
#gallery,
#years,
#contacts {
	background-color: rgba(230,230,244,1.00);
	color: var(--lilla-color);
}


#guests,
#publishers,
#partners {
	color: var(--lilla-color);
}

#guests .guest-wrapp {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#guests .column {
	margin-bottom: 30px;
}

#guests .guest-wrapp button {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#guests .guest-wrapp img {
	width: 100%;
	height: auto;
}

/*#guests .guest-wrapp button {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	border: none !important;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	outline: none !important;
}*/


.modal {
	z-index: 999999 !important;
	font-family: 'Merriweather', serif !important;
}
.modal-full {
	position: absolute !important;
	display: inline-block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 100vh !important;
	/*margin: 80px 0 0 0 !important;
    min-width: 100%;*/
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.modal-full .modal-content {
    min-height: 100vh;
	border: none !important;
    border-radius: 0 !important;
    outline: 0 !important;
}
.modal-full .modal-content .modal-body {
	width: 80%;
	margin: 0 10%;
	font-size: 1em;
}

#guests .column .guest-wrapp .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,1.00);
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#guests .column .guest-wrapp button:hover .overlay {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#guests .column .guest-wrapp .overlay p {
	color: #FFF;
	font-size: 1em;
}

#guests .column .guest-wrapp button {
	background-color: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	text-align: left;
	
}

/*#guests .column .guest-wrapp .overlay button:hover {
	background-color: #FFF;
	color: rgba(0,0,0,1.00);
}*/

#publishers .publishers-list,
#publishers .publishers-list li {
	list-style-type: none;
}

#publishers .publishers-list {
	-moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
}

#publishers .publishers-list li button {
	background-color: transparent;
	border: none;
	outline: none;
	color: rgba(0,0,0,1.00);
	font-size: 1.5em;
	text-align: left;
	margin: 10px 0;
}
#publishers .publishers-list li button:hover,
#publishers .publishers-list li button:focus,
#publishers .publishers-list li button:active {
	color: rgba(150,150,150,1.00);
}

#about-us a,
#about-us a:visited {
	color: rgba(230,230,230,1.00);
}
#about-us a:hover,
#about-us a:active,
#about-us a:focus {
	color: rgba(150,150,150,1.00);
}

#partners a img {
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#partners a:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#wrapper section .content {
	position: relative;
	display: inline-block;
	width: 90%;
	min-height: 90vh;
	height: auto;
	margin: 0 5%;
	padding: 50px 0;
}

.content .title-text {
	font-size: 2em;
	text-align: center;
	margin: 100px 0 60px 0;
}

#schedule .row {
	border-bottom: 1px solid rgba(179,179,179,1.00);
	padding-bottom: 30px;
	padding-top: 30px;
}

#schedule .content a:hover,
#schedule .content a:active {
	color: rgba(150,150,150,1.00) !important;
}

#schedule .content a:visited {
	color: #FFF;
}

#law-modal .modal-body {
	font-size: 1em !important;
}
#law #open-laws {
	border: none;
	outline: none;
	color: rgba(0,0,0,1.00);
	background-color: transparent;
}
/*
#years {
	background-color: rgba(26,26,26,1.00);
	color: rgba(179,179,179,1.00);
}
*/
/*
#contacts {
	background-color: rgba(26,26,26,1.00);
	color: rgba(179,179,179,1.00);
}
*/
#contacts a,
#contacts a:hover,
#contacts a:active,
#contacts a:focus,
#contacts a:visited {
	color: rgba(0,0,0,1.00);
	/*color: rgba(255,255,255,1.00);*/
}

footer {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 80px;
	border-top: 1px solid var(--lilla-color);
	border-bottom: 1px solid var(--lilla-color);
	color: var(--lilla-color);
}

footer .social-links {
	display: inline-block;
	float: left;
	margin: 27px 0 0 17px;
}

footer .social-links a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 17px 0 0;
}

footer .social-links a.bottom-fb {
	background-image: url("../_data/FB.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
footer .social-links a.bottom-ig {
	background-image: url("../_data/IG.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
footer .social-links a.bottom-fb:hover {
	background-image: url("../_data/FB-hover.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
footer .social-links a.bottom-ig:hover {
	background-image: url("../_data/IG-hover.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

footer #to-top {
	display: none;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

footer #to-top,
footer #to-top:visited {
	color: var(--lilla-color);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
footer #to-top:hover,
footer #to-top:active {
	color: var(--pink-color);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

footer .ownership {
	display: inline-block;
	float: right;
	margin: 17px 17px 0 0;
}
footer .ownership p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

p.coming-soon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: 900;
	font-size: 2em;
	text-align: center;
}

.not-mobile {
	display: none;
}
.show-mobile {
	display: inline-block;
	width: 95%;
	margin: 0 2.5%;
	position: relative;
}
.show-mobile .collapse-switch {
	position: absolute;
	top: 0;
	right: 5%;
}

.coll-btn {
	display: block;
	width: 22px;
	height: 22px;
}

img.left-25 {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
img.left-50 {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
img.right-25 {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
img.right-50 {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
img.no-100 {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

.archive-btn {
	transition: linear all 0.2s;
	padding: 20px;
}

.gallery {
	padding: 20px;
	overflow: hidden;
	transition: linear all 0.2s;
}
.gallery img {
	transform: scale(1.0);
	transition: linear all 0.2s;
}
.gallery:hover img {
	transform: scale(1.1);
	transition: linear all 0.2s;
}

.archive-btn img {
	width: 100%;
	height: auto;
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
	transition: linear all 0.2s;
}
span.year {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	color: #FFF;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	transition: linear all 0.2s;
	opacity: 1;
}
.archive-btn:hover span.year {
	transition: linear all 0.2s;
	opacity: 0;
}

.archive-btn:hover {
	transition: linear all 0.2s;
}

.archive-btn:hover img {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
	transition: linear all 0.2s;
}
.archive-btn .border {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none !important;
}
.archive-btn .overlay {
	position: absolute;
	top: 20px;
	right: 15px;
	bottom: 20px;
	left: 15px;
	background-color: rgba(0,0,0,0.50);
	transition: linear all 0.2s;
}
.archive-btn:hover .overlay {
	background-color: transparent;
	transition: linear all 0.2s;
}

/*****************************************************/
/****************** ARCHIVE PAGE *********************/
/*****************************************************/
.after-festival-infos {
	display: inline-block;
	width: 95%;
	height: auto;
	margin: 50px 2.5%;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

#guests .guest-wrapp img {
	width: 100%;
	height: auto;
}

#guests .column .guest-wrapp .overlay p {
	font-size: 0.7em;
}

#publishers .publishers-list {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

footer #to-top {
	display: block;
	visibility: visible;
	opacity: 1;
}
footer .ownership p {
	font-size: 1em;
}

.not-mobile {
	display: none;
}
.show-mobile {
	display: inline-block;
	width: 95%;
	margin: 0 2.5%;
	position: relative;
}
.show-mobile .collapse-switch {
	position: absolute;
	top: 0;
	right: 5%;
}

.coll-btn {
	display: block;
	width: 22px;
	height: 22px;
}

.landing-title {
	font-size: 2em;
}

.modal-full .modal-content .modal-body {
	font-size: 1.1em;
}
img.left-25 {
	float: left;
	width: 47.5%;
	margin: 0 2.5% 20px 0;
}
img.left-50 {
	float: left;
	width: 47.5%;
	margin: 0 2.5% 20px 0;
}
img.right-25 {
	float: right;
	width: 47.5%;
	margin: 0 0 20px 2.5%;
}
img.right-50 {
	float: right;
	width: 47.5%;
	margin: 0 0 20px 2.5%;
}
img.no-100 {
	float: none;
	width: 100%;
	margin: 0;
}

/*****************************************************/
/****************** ARCHIVE PAGE *********************/
/*****************************************************/
.after-festival-infos {
	display: inline-block;
	width: 95%;
	height: auto;
	margin: 70px 2.5%;
}

}



@media only screen and (min-width: 768px) and (max-width: 1199px) {

#guests .guest-wrapp img {
	width: 100%;
	height: auto;
}
#guests .column .guest-wrapp .overlay p {
	font-size: 1em;
}

#publishers .publishers-list {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

footer #to-top {
	display: block;
	visibility: visible;
	opacity: 1;
}
footer .ownership p {
	font-size: 1em;
}

.not-mobile {
	display: inline-block;
}
.show-mobile {
	display: none;
}

.coll-btn {
	display: block;
	width: 30px;
	height: 30px;
}
.modal-full .modal-content .modal-body {
	font-size: 1.2em;
}


.landing-title {
	font-size: 3.5em;
}

img.left-25 {
	float: left;
	width: 22.5%;
	margin: 0 2.5% 20px 0;
}
img.left-50 {
	float: left;
	width: 47.5%;
	margin: 0 2.5% 20px 0;
}
img.right-25 {
	float: right;
	width: 22.5%;
	margin: 0 0 20px 2.5%;
}
img.right-50 {
	float: right;
	width: 47.5%;
	margin: 0 0 20px 2.5%;
}
img.no-100 {
	float: none;
	width: 100%;
	margin: 0;
}
/*****************************************************/
/****************** ARCHIVE PAGE *********************/
/*****************************************************/
.after-festival-infos {
	display: inline-block;
	width: 80%;
	height: auto;
	margin: 80px 10%;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1201px) {

#guests .guest-wrapp img {
	width: 100%;
	height: 100%;
}

#guests .column .guest-wrapp .overlay p {
	font-size: 1.2em;
}

#publishers .publishers-list {
	-moz-column-count: 4;
    -moz-column-gap: 60px;
    -webkit-column-count: 4;
    -webkit-column-gap: 60px;
    column-count: 4;
    column-gap: 60px;
}

footer #to-top {
	display: block;
	visibility: visible;
	opacity: 1;
}
footer .ownership p {
	font-size: 1em;
}

.not-mobile {
	display: inline-block;
}
.show-mobile {
	display: none;
}

.coll-btn {
	display: block;
	width: 30px;
	height: 30px;
}
.modal-full .modal-content .modal-body {
	font-size: 1.5em;
}

.landing-title {
	font-size: 5em;
}

img.left-25 {
	float: left;
	width: 22.5%;
	margin: 0 2.5% 20px 0;
}
img.left-50 {
	float: left;
	width: 47.5%;
	margin: 0 2.5% 20px 0;
}
img.right-25 {
	float: right;
	width: 22.5%;
	margin: 0 0 20px 2.5%;
}
img.right-50 {
	float: right;
	width: 47.5%;
	margin: 0 0 20px 2.5%;
}
img.no-100 {
	float: none;
	width: 100%;
	margin: 0;
}
/*****************************************************/
/****************** ARCHIVE PAGE *********************/
/*****************************************************/
.after-festival-infos {
	display: inline-block;
	width: 75%;
	height: auto;
	margin: 100px 12.5%;
}


}
