<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
    padding: 0 !important;
    margin: 0 !important;
	font-family: 'Source Code Pro', monospace;
    color: #ee3475;
    font-size: 18px;
    line-height: 30px;
	background-color: #000000;
	text-transform: uppercase;
}

h1{
	font-style: italic;
	text-align: center;
	letter-spacing: -3px;
	font-size: 65px;
	line-height: 67px;
	color: #ee3475;
	/*
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 2px #ee3475;
	*/
	margin: 0 0 30px 0;
	padding: 0;
}
.buyTicketContainer{
	position: fixed;
	right: 30px;
	top:30px;
	z-index: 10;
}
.buyMerchContainer{
	position: fixed;
	right: 30px;
	top:200px;
	z-index: 10;
}
a.buyTicket{
	width: 160px;
	height: 160px;
	background-color: #ee3475;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 900;
	font-style: italic;
	font-size: 36px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -2px;
	transition: transform 0.6s;
	margin-bottom: 10px;
}
a:hover.buyTicket{
	background-color: #ffffff;
    -webkit-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;
}


.bodyBackground_1{
	background: url("img/norf_24_taust_1.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bodyBackground_2{
	background: url("img/norf_24_taust_3.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bodyBackground_3{
	background: url("img/norf_24_taust_4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pageContent{
	width: 100%;
}


.headerBannersContainer{
	display:inline-block;
	position:relative;
	width:100%;
}
.headerBannersContainer:before{
	content: "";
	display: block;
	padding-top: 35%; 
}
.headerBannerShadow{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(rgba(255,255,255,0) 64%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0) 64%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(255,255,255,0) 64%, rgba(0,0,0,1) 100%);
}
.headerBannerContent{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 3;
}




.logoArea{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100% !important;
}
.logoArea a.logo{
	width: 60%;
}
.logoArea a.logo img{
	display: block;
	width: 100%;
}
.contentSection{
	padding: 0 50px;
	font-style: italic;
}
.contentSection + .contentSection{
	margin-top: 80px;
}

.contentSection.sectionWithIcon{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 25%;
}
.contentSection.sectionWithIcon.reverseSection{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
.contentSection.sectionWithIcon h1{
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0;
}
.contentSection.sectionWithIcon.reverseSection h1{
	text-align: right;
}
.sectionWithIcon .icon{
	width: 110px;
	margin-right: 100px;
}
.contentSection.sectionWithIcon.reverseSection .icon{
	margin-right: 0;
	margin-left: 100px;
	text-align: center;
}
.sectionWithIcon .icon img{
	display: block;
	width: auto;
	max-width: 110px;
	max-height: 130px;
}
.sectionContent{
	text-align: center;
}
.sectionWithIcon .sectionContent{
	text-align: left;
}
.sectionContent,
.sectionWithIcon .sectionContent{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contactContainer{
	padding: 50px;
}
.locationMap{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.locationMap img{
	display: block;
	width: 90%;
	max-width: 900px;
}
.seeMap{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 40px;
}
a.btn{
	border: 3px solid #ee3475;
	color: #ee3475;
	text-decoration: none;
	padding: 15px 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -2px;
}
a.important{
	color: #000000;
	background-color: #ee3475;
	padding: 3px 8px;
	text-decoration: none;
}
.mainPartners{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 10%;
	-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-bottom: 50px;
}
.importantPartner{
	background-color: #ffffff;
	padding: 25px 70px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 10px;
}
.importantPartner img{
	display: block;
	width: auto;
	height: 90px;
}

.partners{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 10%;
	-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
}
.partners .partner{
	margin: 30px;
}
.partners .partner img{
	max-height: 70px;
	max-width: 140px;
}

.partners .partner.notPerfect img{
	max-height: 90px;
	max-width: 140px;
}



.footerContainer{
	display:inline-block;
	position:relative;
	width:100%;
}
.footerContainer:before{
	content: "";
	display: block;
	/*
	padding-top: 30%;
	*/
	padding-top: 200px;
}
.footerShadow{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,1) 2%, rgba(255,255,255,0) 48%, rgba(255,255,255,0) 74%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1) 2%, rgba(255,255,255,0) 48%, rgba(255,255,255,0) 74%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(0,0,0,1) 2%, rgba(255,255,255,0) 48%, rgba(255,255,255,0) 74%, rgba(0,0,0,1) 100%);
}
.footerContent{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	z-index: 3;
}
.socialMedia{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 20px;
}
.socialMedia a{
	margin: 0 10px;
	width: 60px;
	height: 60px;
	border: 3px solid #ee3475;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.socialMedia a.instagram{
	background: url("img/icon_instagram.png") no-repeat center center;
	background-size: auto 30px;
}

.socialMedia a.facebook{
	background: url("img/icon_facebook.png") no-repeat center center;
	background-size: auto 30px;
}
.socialMedia a.youtube{
	background: url("img/icon_youtube.png") no-repeat center center;
	background-size: auto 24px;
}

.footerContent a{
	color: #ee3475;
	text-decoration: none;
	z-index: 11px;
}

.artistsBlock{
	padding: 0 5%;
}
.mainArtists{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 100px;
	-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 20px;
}
.mainArtists .artist{
	width: 19.2%;
	margin-left: 1%;
	margin-bottom: 20px;
	/*
	box-shadow: 0px 0px 50px -10px #4d0a20;
	*/
}
.mainArtists .artist:nth-child(5n+1){
	margin-left: 0;
}
.mainArtists .artist img{
	display: block;
	width: 100%;
	transition: transform .5s ease;
}
.mainArtists .artist:hover img{
	transform: scale(1.05);
}


.youthArtists{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 100px;
	-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 20px;
	padding: 0 15%;
}
.youthArtists .artist{
	width: 24.25%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.youthArtists .artist:nth-child(4n+1){
	margin-left: 0;
}
.youthArtists .artist img{
	display: block;
	width: 100%;
	transition: transform .5s ease;
}
.youthArtists .artist:hover img{
	transform: scale(1.05);
}

.busTicket{
	margin-bottom: 25px;
	font-size: 90%;
	line-height: 100%;
}
.busTicket b{
	font-size: 150% !important;
	line-height: 100% !important;
	margin-bottom: -10px !important;
	display: block;
}


.timeline{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
.timeline .time{
	width: 100px;
	text-align: left;
	font-weight: 700;
}
.timeline .artistName{
	width: 250px;
	text-align: left;
	text-transform: uppercase;
}
.timeline .artistName.bigArtist{
	font-weight: 700;
}



.maratProducts{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
	padding: 30px 10%;
}
.maratProducts .item img{
	display: block;
	width: 100%;
}


@media (max-width: 1600px) {
	.contentSection.sectionWithIcon{
		padding: 0 20%;
	}
}
@media (max-width: 1400px) {
	.contentSection.sectionWithIcon{
		padding: 0 15%;
	}
	
	a.buyTicket{
		width: 110px;
		height: 110px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		font-size: 28px;
		line-height: 26px;
		text-align: center;letter-spacing: -2px;
	}
	.buyMerchContainer{
		position: fixed;
		right: 30px;
		top:150px;
	}
	.mainArtists .artist,
	.mainArtists .artist:nth-child(5n+1){
		width: 32%;
		margin-left: 2%;
	}
	.mainArtists .artist:nth-child(3n+1){
		margin-left: 0;
	}
}
@media (max-width: 1100px) {
	h1{
		letter-spacing: -3px;
		font-size: 45px;
		line-height: 47px; 
	}
	.contentSection.sectionWithIcon{
		padding: 0 10%;
	}
	.sectionWithIcon .icon{
		width: 80px;
		margin-right: 60px;
	}
	.sectionWithIcon .icon img{
		max-width: 80px;
		max-height: 90px;
	}
		.bodyBackground_1{
		background: url("img/norf_24_taust_1.jpg") no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.bodyBackground_2{
		background: url("img/norf_24_taust_3.jpg") no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.bodyBackground_3{
		background: url("img/norf_24_taust_4.jpg") no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.partners{
		padding: 0 5%;
	}
	.partners .partner{
		margin: 20px;
	}
	.partners .partner img{
		max-height: 50px;
		max-width: 110px;
	}
	.buyTicketContainer{
		right: 0;
		left: 0;
		top:auto;
		bottom: 0px;
		padding: 80px 0 30px 0;
		background: rgb(0,0,0);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8939950980392157) 40%, rgba(0,0,0,0.5830707282913166) 70%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(bottom, rgba(0,0,0,0.8939950980392157) 40%, rgba(0,0,0,0.5830707282913166) 70%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0.8939950980392157) 40%, rgba(0,0,0,0.5830707282913166) 70%, rgba(255,255,255,0) 100%);
		display: -moz-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-line-pack: center;
		-webkit-align-content: center;
		align-content: center;
		align-items: center;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.buyMerchContainer{
		position: fixed;
		right: 30px;
		top:150px;
	}
	a.buyTicket{
		display: block;
		width: auto;
		padding: 15px 30px !important;
		height: auto;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 26px;
		line-height: 26px !important;
		text-align: center;
		letter-spacing: -2px;
		margin: 5px;
		white-space: nowrap;
	}
	/*
	.footerContainer:before{
		padding-top: 50%; 
	}
	*/
	.mainArtists .artist{
		margin-bottom: 20px;
	}
	.youthArtists{
		padding: 0;
	}
	.maratProducts{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}
	.maratProducts .item:nth-child(3),
	.maratProducts .item:nth-child(4){
		display: none;
	}
}
@media (max-width: 800px) {
	.logoArea a.logo{
		width: 80%;
	}
	.headerBannersContainer:before{
		/*
		padding-top: 70%;
		*/
		padding-top: 50%;
	}
	.footerContainer:before{
		/*
		padding-top: 65%;
		*/
	}
	.mainArtists .artist{
		margin-bottom: 15px;
	}
	.youthArtists .artist{
		margin-bottom: 5px;
	}
	

}
@media (max-width: 700px) {
	.contentSection.sectionWithIcon{
		-webkit-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.sectionWithIcon .icon{
		width: 65px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.sectionWithIcon .icon img{
		max-width: 65px;
		max-height: 75px;
	}
	.contentSection.sectionWithIcon h1{
		text-align: center;
	}
	.headerBannerShadow{
		background: rgb(255,255,255);
		background: -webkit-linear-gradient(rgba(255,255,255,0) 78%, rgba(0,0,0,1) 100%);
		background: -o-linear-gradient(rgba(255,255,255,0) 78%, rgba(0,0,0,1) 100%);
		background: linear-gradient(rgba(255,255,255,0) 78%, rgba(0,0,0,1) 100%);
	}
	a.btn{
		font-size: 20px;
		line-height: 20px;
		padding: 15px 25px;
		letter-spacing: -2px;
	}
	.sectionWithIcon .sectionContent{
		text-align: center;
	}
	.locationMap img{
		width: 98%;
	}
	.mainArtists .artist,
	.mainArtists .artist:nth-child(5n+1),
	.mainArtists .artist:nth-child(3n+1){
		width: 100%;
		margin: 0 0 10px 0;
	}
	.mainArtists .artist,
	.mainArtists .artist + .artist{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.mainArtists .artist:hover img{
		transform: scale(1.0);
	}
	.youthArtists .artist,
	.youthArtists .artist:nth-child(4n+1){
		width: 49%;
		margin-left: 2%;
		margin-bottom: 10px;
	}
	.youthArtists .artist:nth-child(2n+1){
		margin-left: 0;
	}
}
@media (max-width: 600px) {
	.logoArea a.logo{
		width: 90%;
	}
	h1{
		letter-spacing: -2px;
		font-size: 36px;
		line-height: 38px; 
	}
	body{
		font-size: 16px;
		line-height: 24px;
	}
	.partners{
		padding: 0 1%;
	}
	.partners .partner{
		margin: 15px;
	}
	.partners .partner img{
		max-height: 40px;
		max-width: 90px;
	}
	.footerContainer:before{
		/*
		padding-top: 80%;
		*/
	}
	.socialMedia a{
		margin: 0 8px;
		width: 50px;
		height: 50px;
		border: 2px solid #ee3475;
	}
	.socialMedia a.instagram{
		background: url("img/icon_instagram.png") no-repeat center center;
		background-size: auto 24px;
	}

	.socialMedia a.facebook{
		background: url("img/icon_facebook.png") no-repeat center center;
		background-size: auto 24px;
	}
	.socialMedia a.youtube{
		background: url("img/icon_youtube.png") no-repeat center center;
		background-size: auto 20px;
	}
	a.buyTicket{
		font-size: 22px;
		line-height: 22px;
		padding: 10px 20px !important;
	}
	.headerBannersContainer:before{
		/*
		padding-top: 70%;
		*/
		padding-top: 65%;
	}
	.mainPartners{
		padding: 0;
	}
	.importantPartner{
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		display: -moz-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-line-pack: center;
		-webkit-align-content: center;
		align-content: center;
		align-items: center;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

}
@media (max-width: 450px) {
	h1{
		letter-spacing: -2px;
		font-size: 32px;
		line-height: 34px; 
	}
	.footerContainer:before{
		content: "";
		display: block;
		padding-top: 90%; 
	}
	.youthArtists .artist,
	.youthArtists .artist:nth-child(4n+1),
	.youthArtists .artist:nth-child(2n+1){
		margin-bottom: 7px;
	}
	.maratProducts{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
		padding: 30px 0;
	}
	.maratProducts .item:nth-child(2),
	.maratProducts .item:nth-child(3),
	.maratProducts .item:nth-child(4){
		display: none;
	}
}
@media (max-height: 500px) {
	.logoArea a.logo{
		width: 50%;
	}
	.headerBannersContainer:before{
		padding-top: 25%; 
	}
	
}</pre></body></html>