@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Gotham';
  src: url('font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),  
       url('font/Gotham-Medium.otf')  format('opentype'),
	   url('font/Gotham-Medium.woff') format('woff'), 
	   url('font/Gotham-Medium.ttf')  format('truetype'), 
	   url('font/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  
       url('font/Gotham-Bold.otf')  format('opentype'),
	   url('font/Gotham-Bold.woff') format('woff'), 
	   url('font/Gotham-Bold.ttf')  format('truetype'), 
	   url('font/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('font/Gotham-Black.eot?#iefix') format('embedded-opentype'),  
       url('font/Gotham-Black.otf')  format('opentype'),
	   url('font/Gotham-Black.woff') format('woff'), 
	   url('font/Gotham-Black.ttf')  format('truetype'), 
	   url('font/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('font/Gotham-Book.eot?#iefix') format('embedded-opentype'),  
       url('font/Gotham-Book.otf')  format('opentype'),
	   url('font/Gotham-Book.woff') format('woff'), 
	   url('font/Gotham-Book.ttf')  format('truetype'), 
	   url('font/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: 300;
  font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
div, ul {box-sizing:border-box;}
body {
    line-height:1.2;
	color:#fefefe;
    font-weight: normal;
    font-style: normal;
	position:absolute;
	width: 100%;
}
body,html{
	height:100%;
	font-family: 'Gotham', sans-serif;
	font-size:16px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
	color:#B0CB1F;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	cursor:pointer;
}
h1{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:400;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	color:#0b1f35;
    vertical-align:middle;
}

body{
	display:block;
	width:100%;
	margin:auto;
}

.right{
	text-align:right;
}

/* No display */
#logok{
	display: none;
}


/* LOADER */
#loader-wrapper{
	display: none !important;
	opacity: 0 !important;
	position: fixed;
	background-color:#fdfdfd;
	width:100%;
	height:100%;
	display:table;
	text-align:center;
	z-index:10;
}
#loader-wrapper .loader{
	display:table-cell;
	vertical-align:middle;
}


/* HOME */
#home{
	position:relative;
	width:100%;
	height:100%;
	background-image:url(img/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#home .fp-tableCell{
	vertical-align:top;
}
#home #nav{
	padding-top: 1.5%;
}
#home nav{
	height:100%;
	width:29.74%;
	float:right;
	display: flex;
  	flex-direction: row;
  	justify-content: flex-end;
  	align-items: center;
  	float:right;
	margin-right:5%;
	/*margin-bottom:25%;*/
	position:relative;
	z-index:6;
}
#home nav a{
	text-transform:uppercase;
	color:#fff;
	margin: 0 10px;
}
#home nav a.facebook{
	width:8.22%;
}
#home nav#logos{
	float:left;
	width:21.5625%;
	margin-left:5.47%;
	justify-content:space-between;
	/*margin-bottom:40%;*/
}
#home nav#logos #rmdsz{
    width: 18.12%;
}
#home nav#logos #andras_elod{
	width: 34.3%;
}
#home nav#logos #gyorgy_botond{
	width: 25.36%;
}
#home nav a{
	display:block;
	cursor:pointer;
	font-weight:400;
}
#home nav a img{
	width:100%;
}
.main_img{
	width: 100%;
	max-width: 360px;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* PROGRAM */

#program_containter, .popup{
	height: 80%;
	min-height: 80%;
}
#program nav, #program_wrapper{
	height: 100%;
	min-height: 100%;
}



#popup_nav{
	top:80%;
}

#program{
	position:relative;
	width:100%;
	height:100%;
    background-color: #043f45;
}
#program nav{
	position: absolute;
    width: 21.93%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color:#047680;
}
#program nav > a{
	position:relative;
	text-transform:uppercase;
	color:#fff;
	display:block;
	font-weight:bold;
    font-size: 1.8rem;
    height:25%;
	cursor:pointer;
	border-bottom:1px solid #17324D;
	box-sizing: border-box;
	width:100%;
}
#program nav > a b{
	position:absolute;
	text-align:center;
	top:50%;
	left:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#program nav > a  span{
	color:#04a1af;
	display:block;
	font-weight:600;
	font-size:1.3rem;
	text-transform:none;
}
#program nav > a.active, #program nav > a:hover{
	background-color:#04a1af;
}
#program nav > a.active  span, #program nav > a:hover  span{
	color:#047680;
}
/*#program .jegyek{
    position: absolute;
    margin: 0 auto;
    bottom: 7%;
    left: 0;
    right: 0;
    width: 21rem;
    color: #17324D;
    background-color: #FDD028;
    border-radius: 2.875rem;
    line-height: 2em;
    text-align: center;
    display: inline-block;
    font-size: 2.04rem;
}*/

#program_containter{
	position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 82px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 82px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 82px 4px rgba(0,0,0,0.75);
}

#program_wrapper{
	position: absolute;
    width: 78.1%;
    top: 0;
    right: 0;
    z-index: 1;
   	/*background-image:url(img/program_bg.jpg);*/
	background-size:contain;
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #043f45;
}
#program_wrapper .program_nap{
	display:none;
    height: 100%;
    position: inherit;
    width: 100%;
}
#program_wrapper .row{
	position: relative;
	color:#04a1af;
	font-weight:400;
	font-size:1rem;
	border-bottom: 1px solid #17324D;
	cursor:pointer;
	height:25%;
}
#program_wrapper .program_nap[data-row-nr="sz6"] .row { 
	height:16.66666666666667%;
}
#program_wrapper .row i:before{
	content:"i";
	color:#fff;
	position: absolute;
	top:50%;
	left: -4rem;
	border:0.19rem solid #fff; 
	padding: 0.411rem 0.86rem;
	border-radius:50px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
}
#program_wrapper .row b{
	color:#FFF;
	font-weight:400;
	font-size:1.55rem;
	padding-left: 5px;
	line-height: 1.5;
}
#program_wrapper .row i{
	position: absolute;
	font-style:normal;
	font-weight:400;
	top:50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:66%;
    left:19%;
    font-size: 1.24rem;
}
#program_wrapper .row span{
	font-size: 1.548rem;
    position: absolute;
    border: 0.11vw solid #04a1af;
    top: 50%;
    color: #FFF;
    right: 4%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 1.9rem;
    padding: 1rem 1.625rem;
}

#program_wrapper .row .left{
	font-size: 1.1875rem;
    position: absolute;
    background-color: #FF0000;
    top: 50%;
    color: #FFF;
    left: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 25px;
    padding: 0.46vw 0.72vw;
}
#program-jegy{
	display:flex;
	position: absolute;
    top: 80%;
    right: 3.124%;
    width: 27%;
    background-color: #fff;
    z-index: 6;
    line-height: 4rem;
    border-bottom-left-radius: 2.1875rem;
    border-bottom-right-radius: 2.1875rem;
    text-align: center;
}
#program-jegy a{
	color:#17324D;
    width: 50%;
}
#program-jegy a:last-of-type{
	background-color:#FDD028;
	border-bottom-right-radius: 2.1875rem;
}

/* Logok */
#logok{
	background-color:#047680;
	background-image:url(img/sec_image.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#logok .fp-tableCell{
	vertical-align: top;
}
#sponsors{
	position: relative;
}
.sponsor{
	position: relative;
	text-align:center;
	/*border-top:1px solid #1A1A1A;*/
}
#SzervezOk{

	}
#SzervezOk h1{
	color:#fff;
	top:0;
}
#Tamogatok img{
}
#design h1{
	display:none;
}
.sponsor h1{
	color: #fff;
    position: absolute;
    top: -1px;
    left: 50%;
    width: auto;
    font-size: 0.76vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 600;
}
.sponsor img{
	max-height: 5.6875rem;
	padding:3.5rem 4.5rem;
}
#design img{
	padding:0 3.5rem;
}



/* POP-UPs */
.popup{
	position:fixed;
	width: 78.1%;
	right:0;
	top:0;
	z-index:5;
	background-image:url(img/popup_bg.jpg);
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color:#FFFFFF;
    overflow: hidden;
    display:none;
}
.popup img{
	height:100%;
	width:auto;
	position: absolute;
    left: 0;
    bottom: 0;
}
.popup i {
    position: absolute;
    top: 0;
    right: 0.5rem;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    font-style: normal;
    padding: 2rem;
}
.popup .info{
	position: absolute;
	right: 8.8rem;
    bottom: 10.7rem;
	text-align:right;
}
.popup .buttons{
	position: absolute;
    right: 14vw;
    bottom: 3.5vw;
    font-size: 1.2vw;
}
.popup .helyszin{
    display: inline-block;
    color: #666666;
    font-size: 1rem;
    line-height: 2.4;
    vertical-align: top;
    padding-right: 2.2rem;
    font-weight:300;
}
.popup .event {
    background-color: #336699;
    text-align: center;
    font-size: 1rem;
    line-height: 2.4;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0 1.5rem;
	vertical-align: top;
	color:#fff;
}
.popup .info .datum{
	display:inline-block;
	color:#000;
	font-weight:600;
	font-size:1.29vw;
	background-color:#FEC22C;
	padding: 0.5vw 1.1vw;
	border-radius:0.5vw;
}
.popup .text{
    position: absolute;
    right: 8.8rem;
    top: 4.7rem;
    text-align: right;
    color: #000;
    padding-left: 35%;
    height: 65%;
    width: 100%;
}
.popup .text span{
	float: left;
    width: 105.5%;
    height: 100%;
    display: block;
    margin-top: -2.6vw;
    shape-margin: 3vw;
}
.popup .text h1{
	font-weight: 800;
    font-size: 3rem;
    color: #336699;
    margin-bottom: 3.1rem;
}
.popup .text h1:before{
    content: attr(data-date);
    background-color: #04a1af;
    text-align: center;
    font-size: 1rem;
    line-height: 2.4;
    border-radius: 0.5rem;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 0 1.5rem;
    margin-right: 1rem;
    margin-top: 0.6rem;
}
.popup .text h2{
	color:#FEC22C;
	font-weight:800;
	font-size: 2.5vh;
	padding-bottom:2vw;
	text-transform:uppercase;
}
.popup .text p{
	    text-align: justify;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
    padding-left: 38%;
}
.popup .desc{
	max-height: 18rem;
    overflow: overlay;
    position: absolute;
}
#popups .popup .mCSB_scrollTools{
	height: 100% !important;
}
#popups .popup .mCSB_scrollTools .mCSB_dragger_bar{
	background-color: #000;
}
#popups .popup .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #E6E6E6;
}

/* Jegyek*/
#jegyek{
	background-image: none;
	font-size: 1rem;
    color: #999;
}
#jegyek b{
	color:#000;
}
#jegyek h1{
	background-color: #F5F5F5;
    font-size: 1rem;
    line-height: 6rem;
    text-align: center;
    color: #B3B3B3;
    font-weight: 600;
}
#jegyek section{
	padding-left: 1.3rem;
	text-align:center;
}
#jegyek img{
	width: auto;
	height: 9.375vw;
	position: relative;
	vertical-align: middle;
	padding-right:1.5vw;
}

/*verseny*/
#verseny{
    width: 60%;
    right: 20%;
    top: 5%;
    color: #3c3c3c;
    padding: 6rem 10rem;
    line-height: 1.4;
}
#verseny p{
	margin:0.5rem 0;
}
#verseny h1{
	padding-bottom:2rem;
}
#verseny ul{
	padding:0.5rem 2rem
}


/* POP-UP navigation */
#popup_nav{
	position:fixed;
	width: 78.1%;
    right: 0;
    z-index: 6;
    text-align: center;
    display:none;
    /*height:40%;*/
}
#popup_nav #nav_arrows{
	width: 100%;
    left: 0;
    position: absolute;
    bottom: 19vw;
}
#popup_nav #nav_arrows img{
	float:left;
	cursor:pointer;
}
#popup_nav #nav_arrows img.right{
	float:right;
}
#popup_nav ul{
	padding-bottom: 4.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#popup_nav ul li{
	display: inline-block;
    vertical-align: top;
    min-width: 0.75rem;
    min-height: 0.75rem;
    border-radius: 1rem;
    padding: 1rem;
    cursor: pointer;
    background:url(img/circle_g.svg) center center no-repeat;
    background-size: 0.75rem;
}
#popup_nav ul li:hover, #popup_nav ul li.active{
	min-width: 1.375rem;
    min-height: 1.375rem;
    padding: 0.6875rem;
    background:url(img/circle_b.svg) center center no-repeat;
    background-size: 1.375rem;
}

@media screen and (max-width: 1550px) {
  body,html{
		font-size:13px;
	}
	.popup .text{
		right: 6.8rem;
    	top: 2.7rem;
	}
	.popup .text p{
		padding-left: 30%;
	}
	.popup .info{
		right: 6.8rem;
		bottom: 7.7rem;
	}
	#popup_nav ul{
		padding-bottom: 2.8rem;
	}
	#verseny{
	    width: 70%;
	    right: 15%;
	    top: 5%;
	    color: #3c3c3c;
	    padding: 3rem 5rem;
	    line-height: 1.4;
	}
}

@media screen and (max-width: 1400px) {
	.popup .desc{
		max-height: 13rem;
	}
}

@media screen and (max-width: 1050px) {
  body,html{
		font-size:14px;
	}
}
@media screen and (max-width: 900px) {
  body,html{
		font-size:13px;
	}
}
@media screen and (max-width: 800px) {
  body,html{
		font-size:12px;
	}
}


@media screen and (orientation: portrait) {
	body,html{
		font-size:12px;
	}
    #main{
    	height:100%;
    }
    section{
    	max-height:50%;
    }
    .popup {
	    position: fixed;
	    width: 100%;
	    right: 0%;
	    height: 40%;
	    min-height: 40%;
	    max-height: 40%;
	    top: 15%;
	    z-index: 5;
	    overflow: hidden;
	    display: none;
	}
	#popup_nav{
	    position: fixed;
	    width: 100%;
	    /* left: 5%; */
	    top: 55%;
	    z-index: 6;
	    text-align: center;
	    display: none;
	}
	.popup img {
	    height: 65%;
	}
	#popup_nav ul li {
	    min-width: 1.25rem;
	    min-height: 1.25rem;
	    border-radius: 2rem;
	    padding: 1.5rem;
	    background-size: 1.25rem;
	}
	#popup_nav ul li:hover, #popup_nav ul li.active {
	    min-width: 1.875rem;
	    min-height: 1.875rem;
	    padding: 1.1875rem;
	    background: url(img/circle_b.svg) center center no-repeat;
	    background-size: 1.875rem;
	}
	#popup_nav #nav_arrows{
	    bottom: 30vw;
	}
	.popup .text h1{
		font-size: 4vw;
	}
	#Szomszedneni_Prod__Iroda .text h1{
		font-size: 3.2vw;
	}
	.popup .text h2{
		font-size: 2.2vw;
	}
	.popup .text p{
		font-size: 2.3vw;
	}
	.popup .desc {
		margin-top:3%;
	    max-height: 75%;
	}
	.popup .helyszin{
		font-size: 2vw;
	}
	.popup .info .datum{
	    font-size: 2.6vw;	
	}
}

