body {
    background: #f6f6f6 url(../images/bg.jpg) top center no-repeat;
  	font-family: 'noto_serifregular';
	color: #1d1d1d;
    padding-top: 64px;
}

/* design */

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    /*background-color: #CCC;*/
  }
}

/* fontok */

@font-face {
  font-family: 'HurmeGeometricSans1Black';
  src: url('../fonts/HurmeGeometricSans1Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HurmeGeometricSans1Black.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HurmeGeometricSans1Black.woff') format('woff'), /* Modern Browsers */
       url('../fonts/HurmeGeometricSans1Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/HurmeGeometricSans1Black.svg') format('svg'); /* Legacy iOS */       
  font-style:   normal;
  font-weight:  400;
}
@font-face {
    font-family: 'noto_serifregular';
    src: url('../fonts/NotoSerif-Regular-webfont.eot');
    src: url('../fonts/NotoSerif-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/NotoSerif-Regular-webfont.woff') format('woff2'),
         url('../fonts/NotoSerif-Regular-webfont.woff') format('woff'),
         url('../fonts/NotoSerif-Regular-webfont.ttf') format('truetype'),
         url('../fonts/NotoSerif-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* egyeb */

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



/* fejlec */

.topmenu {
    background-color: #2b2b2b;
	margin: 0px;
    height: 65px;
    width: 100%;
}

.menuarrow {    
	margin-left: 10px;
    vertical-align: 0px;    
}
.navbar-brand { 
    padding: 22px 15px;
}

.header {    
	margin: 0px;
    padding: 0px;
	
}
.logo {
    padding: 0px;
	margin: 0px;
    text-align: center;
}

.topleft {
    margin-top: 100px;
}
.topleft h3 {
    font-family: 'HurmeGeometricSans1Black';
    background-color: #fff;
    color: #2f308c;
    font-weight: bold;
    font-size: 21px;
    padding: 15px 15px 10px 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 4px 0 #e3e3e3;
    box-shadow: 2px 2px 4px 0 #e3e3e3;    
    /*width: 235px;*/
}
.topright {
    position: relative;    
}
.topright h3 {
    font-family: 'HurmeGeometricSans1Black';
    background-color: #fff;
    color: #2f308c;
    font-weight: bold;
    font-size: 21px;
    padding: 15px 15px 10px 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 4px 0 #e3e3e3;
    box-shadow: 2px 2px 4px 0 #e3e3e3;
    margin: 69px 0 0 0;
    /*width: 270px;*/
}

/* slider */

.slider {    
	margin: 0px 0px 10px 0px;	
}

.carousel-inner p {    
	margin: 0px 0px 0px 0px;
}

.slider-box1 {
    position: absolute;
    top: 330px;
    left: 24%;
    right: 0;    
	margin: 0px 0px 0px 0px;
    /*height: 60px;*/
    max-width: 295px;
}
.slider-box1 a:link, .slider-box1 a:visited {
    font-family: 'HurmeGeometricSans1Black';
    color: #fff;
    background: url(../images/sliderbox1-bg.jpg) top left no-repeat;
    padding: 18px 30px 18px 160px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.slider-box1 a:hover {
	background: url(../images/sliderbox1-bg-hover.jpg) top left no-repeat;
    font-size: 20px;
	color: #dd1e33;
    text-transform: uppercase;
    text-decoration: none;
}
.slider-box2 {	
	position: absolute;
    top: 330px;
    left: 54%;
    right: 0;    
	margin: 0px 0px 0px 0px;
    /*height: 60px;*/
    max-width: 295px;	
}
.slider-box2 a:link, .slider-box2 a:visited {
    font-family: 'HurmeGeometricSans1Black';
    color: #fff;
    background: url(../images/sliderbox2-bg.jpg) top left no-repeat;
    padding: 18px 30px 18px 90px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.slider-box2 a:hover {
	background: url(../images/sliderbox2-bg-hover.jpg) top left no-repeat;
	color: #2ab6ea;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

/* social */

.social {	
	font-size: 24px;
    margin: 0;
    float: right;
    width: 225px;
    
}
.social ul {	
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.social li {	
	float: left;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    padding: 8px 0px 7px 0px;
}
.social li:first-child {	
	float: left;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}
.social li:last-child {	
	float: left;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
.social li:first-child a:link, .social li:first-child a:visited {	
    color: #58585a;
    padding: 9px 10px 9px 10px;    
}
.social li:first-child a:hover {	
	background-color: #2f308c;
    color: #fff;    
}
.social li:nth-child(2) a:link, .social li:nth-child(2) a:visited {
    color: #58585a;
    padding: 9px 14px 9px 15px;    
}
.social li:nth-child(2) a:hover {	
	background-color: #3b5998;
    color: #fff;    
}
.social li:nth-child(3) a:link, .social li:nth-child(3) a:visited {
    color: #58585a;
    padding: 9px 11px 9px 11px;    
}
.social li:nth-child(3) a:hover {	
	background-color: #55acee;
    color: #fff;    
}
.social li:nth-child(4) a:link, .social li:nth-child(4) a:visited {
    color: #58585a;
    padding: 9px 11px 9px 12px;    
}
.social li:nth-child(4) a:hover {	
	background-color: #3f729b;
    color: #fff;    
}
.social li:last-child a:link, .social li:last-child a:visited {	
    color: #58585a;
    padding: 9px 10px 9px 10px;    
}
.social li:last-child a:hover {	
	background-color: #e52d27;
    color: #fff;    
}

/* felso nyelv valaszto */

.toplang {	    
    color: #ababab;
	font-size: 12px;
    padding: 0x;
    margin: 23px 15px 0 0;    
}
.toplang a:link, .toplang a:visited {
    font-family: 'HurmeGeometricSans1Black';
    color: #FFF;
    font-size: 16px;    
    padding: 5px;
    margin: 0 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.toplang a:hover {	
    color: #fff817;
    padding: 5px;
    margin: 0 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}



/* fooldali fellepok */

.fellepok {    
    padding: 0px;
    margin: 30px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.fellepo-lista {    
    padding: 0px;
    margin: 0 0 5px 0;
    font-size: 26px;
    clear: both;
}
.fellepo-lista-big {    
    padding: 0px;
    margin: 0 0 5px 0;
    font-size: 33px;
    clear: both;
}
.fellepo-lista-small {    
    padding: 0px;
    margin: 0 0 5px 0;
    font-size: 21px;
    clear: both;
}
.fellepo-lista label, .fellepo-lista-big label, .fellepo-lista-small label {
    font-family: 'HurmeGeometricSans1Black';
    color: #2f308c;
    padding: 10px 20px 5px 20px;
    background-color: #fff;    
    font-weight: bold;
    margin: 0 0 0 0;
	cursor: pointer;
}
.fellepo-lista .red, .fellepo-lista-big .red, .fellepo-lista-small .red {
    color: #fff;
    padding: 10px 20px 5px 20px;
    background-color: #dd1e33; 
    font-weight: bold;
    margin: 0 0 0 0;
}
.fellepo-lista .yellow, .fellepo-lista-big .yellow, .fellepo-lista-small .yellow {    
    color: #dd1e33;
    padding: 10px 20px 5px 20px;
    background-color: #ffde16;    
    font-weight: bold;
    margin: 0 0 0 0;
}
.fellepo-lista .green, .fellepo-lista-big .green, .fellepo-lista-small .green {    
    color: #fff;
    padding: 10px 20px 5px 20px;
    background-color: #00ae6f;    
    font-weight: bold;
    margin: 0 0 0 0;
}
.fellepo-lista .pink, .fellepo-lista-big .pink, .fellepo-lista-small .pink {    
    color: #fff;
    padding: 10px 20px 5px 20px;
    background-color: #df34c1;    
    font-weight: bold;
    margin: 0 0 0 0;
}
.manymore {
    font-family: 'HurmeGeometricSans1Black'; 
	padding: 0;    
    color: #2d318f;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 0 10px 0;
    font-size: 74px;
    letter-spacing: 1px;
}
.manymore a:link, .manymore a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 74px;
    font-weight: bold;
    color: #2d318f;	
    text-transform: uppercase;
	text-decoration: none !important;
    letter-spacing: 1px;
}
.manymore a:hover {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 74px;
    font-weight: bold;
    color: #dd1e33;	
    text-transform: uppercase;
	text-decoration: none !important;
    letter-spacing: 1px;
}




.redand {
    font-family: 'HurmeGeometricSans1Black'; 
	padding: 0;    
    color: #dd1e33;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 25px 0 0px 0;
    font-size: 28px;
    letter-spacing: 1px;
}
.fellepo-link a:link, .fellepo-link a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #2d318f;
	padding: 25px 30px 20px 30px;
    text-transform: uppercase;
	text-decoration: none !important;
}
.fellepo-link a:hover {
	font-family: 'HurmeGeometricSans1Black';   
    font-size: 26px;
    font-weight: bold;
    color: #dd1e33;    
	background-color: #2d318f;
    text-transform: uppercase;
	text-decoration:none !important;
}
.fellepo-link i {
    vertical-align: -3px;
}


/* slider */


.slider-right {        
	right: -2% !important;
	position: absolute;
	top: 43%;
	z-index: 99;
	display: inline-block;	
	width: 60px;	
	height: 60px;
	cursor:pointer;    
    padding: 13px 0 0 0;
    font-size: 30px;
    color: #9e9e9e;
    
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
    }

.slider-right:hover {
    color: #9e9e9e;
    
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.slider-left {        
	left: -2%;
	position: absolute;
	top: 43%;
	z-index: 99;
	display: inline-block;	
	width: 60px;	
	height: 60px;    
	cursor:pointer;    
    padding: 13px 0 0 0;
    font-size: 30px;
    color: #9e9e9e;
    
    background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */

    
}
.slider-left:hover {	  
	color: #9e9e9e;
    
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.slider-circle {
    width: 60px;
    height: 60px;
    line-height: 40px; /* adjust line height to align vertically*/
    padding:0;
    border-radius: 50%;
}


/* fooldali hirek */

.main-news {	
	padding: 0 0 0 0;
    margin: 0 15px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 4px 0 #e3e3e3;
    box-shadow: 2px 2px 4px 0 #e3e3e3; 
}
.main-news-text {
	font-family: 'noto_serifregular';
	font-weight: normal;
	font-size: 14px;	
	padding: 30px 30px 30px 30px;
	margin: 0 0 0 0;
	color: #585858;	
	text-align: left;	
}
.main-news-text h1 {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 28px;
    font-weight: bold;    
	margin-top: 30px;
}
.main-news-text h1 a:link, .main-news-text h1 a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 28px;
    font-weight: bold;
    color: #2d318f;    
	padding: 0 0 0 0;
	text-decoration: none !important;
}
.main-news-text h1 a:hover {
	font-family: 'HurmeGeometricSans1Black';   
    font-size: 28px;
    font-weight: bold;
    color: #000;    
	padding: 0 0 0 0;
	text-decoration:none !important;
}
.newsbottom {
    margin-top: 25px;
}
.newsbottom a:link, .newsbottom a:visited {
    font-family: 'HurmeGeometricSans1Black'; 
	padding: 15px 25px 14px 25px;
    background-color: #575757;
    color: #fff;    
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 0 0;
    font-size: 12px;
    letter-spacing: 2px;
}
.newsbottom a:hover {
	padding: 15px 25px 14px 25px;   
    color: #fff;
    background-color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}
.main-news-img {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.main-news-img-title {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #ffde16;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    font-family: 'HurmeGeometricSans1Black';
    text-transform: uppercase;
}

/* főoldali jegy doboz */

.mainticket {	
	padding: 0 0 0 0;
    margin: 0 15px 0 0;    
}
.ticketbox {	
	padding: 20px 30px 10px 30px;
    margin: 0 0 0 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 4px 0 #e3e3e3;
    box-shadow: 2px 2px 4px 0 #e3e3e3; 
}
.ticketbox h4 {
    font-family: 'HurmeGeometricSans1Black';
    font-size: 32px;
	padding: 0;
    margin: 0 0 0 0;    
}

.ticketcheck {    
	padding: 0 0 0 0;
    margin: 10px 0 10px 0;    
    text-align: center;
}
.ticketcheck a:link, .ticketcheck a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 50px;
    font-weight: bold;
    color: #dd1e33;	
    text-transform: uppercase;
	text-decoration: none;
    background-color: none;
}
.ticketcheck a:hover {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 50px;
    font-weight: bold;
    color: #2d318f;	
    text-transform: uppercase;
	text-decoration: none !important;
}

.ticketbuy {
    
}

.ticketbuy i {
    vertical-align: -3px;
}

.ticketbuy a:link, .ticketbuy a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #dd1e33;
	padding: 15px 30px 10px 30px;
    text-transform: uppercase;
	text-decoration: none !important;
}
.ticketbuy a:hover {
	font-family: 'HurmeGeometricSans1Black';   
    font-size: 28px;
    font-weight: bold;
    color: #2d318f;    
	background-color: #dd1e33;
    text-transform: uppercase;
	text-decoration:none !important;
}

.ticket1 {
    color: #dd1e33;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 10px 0;
}
.ticket1 h4 a:link, .ticket1 h4 a:visited {
	color: #dd1e33;
	text-decoration: none;
}
.ticket1 h4 a:hover {
	color: #2d318f;
}
.ticket2 {
    color: #2d318f;
    padding: 10px 5px 25px 0px;
    border-bottom: 1px solid #e1e1e1;
    text-align: right;
}
.ticket2 a:hover small, .ticket2 a:hover span {
    color: #fff;    
}
.ticket2 small {
    font-family: 'HurmeGeometricSans1Black';
    font-size: 11px;
    color: #df2b3f;
    text-transform: lowercase;
    font-weight: 400;
    font-style: italic;
    margin-right: 10px;
    vertical-align: 5px;
}
.ticket2 span {
    font-family: 'HurmeGeometricSans1Black';   
    font-size: 23px;
    color: #df2b3f;    
    font-weight: bold;    
    vertical-align: 0px;
}
.ticket2 a:link, .ticket2 a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 28px;
    font-weight: 500;
    color: #df2b3f;
    border: 3px solid #df2b3f;
    background-color: transparent;
	padding: 11px 10px 4px 10px;
    text-transform: uppercase;
	text-decoration: none;
}
.ticket2 a:hover {
	font-family: 'HurmeGeometricSans1Black';   
    font-size: 28px;
    font-weight: 500;
    color: #fff;    
	background-color: #dd1e33;
    text-transform: uppercase;
	text-decoration:none !important;
}

.ticket3 {
    color: #2d318f;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0 10px 0;
}
.ticket3 h4 a:link, .ticket3 h4 a:visited {
	color: #2d318f;
	text-decoration: none;
}
.ticket3 h4 a:hover {
	color: #2d318f;
}
.ticket4 {
    color: #2d318f;
    padding: 30px 5px 25px 0px;
    border-bottom: 1px solid #e1e1e1;
    text-align: right;
}
.ticket4 a:hover small, .ticket4 a:hover span {
    color: #fff;    
}
.ticket4 small {
    font-family: 'HurmeGeometricSans1Black'; 
    font-size: 11px;
    color: #2d318f;
    text-transform: lowercase;
    font-weight: 400;
    font-style: italic;
    margin-right: 10px;
    vertical-align: 5px;
}
.ticket4 span {
    font-family: 'HurmeGeometricSans1Black';   
    font-size: 23px;
    color: #2d318f;  
    font-weight: bold;    
    vertical-align: 0px;
}
.ticket4 a:link, .ticket4 a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 28px;
    font-weight: 500;
    color: #2d318f;
    border: 3px solid #2d318f;
    background-color: transparent;
	padding: 11px 10px 4px 10px;
    text-transform: uppercase;
	text-decoration: none;
}
.ticket4 a:hover {
	font-family: 'HurmeGeometricSans1Black';   
    font-size: 28px;
    font-weight: 500;
    color: #fff;    
	background-color: #2d318f;
    text-transform: uppercase;
	text-decoration:none !important;
}

.ticket5 {
    color: #00ae6f;    
    padding: 20px 0 0px 0;
}
.ticket5 h4 a:link, .ticket5 h4 a:visited {
	color: #00ae6f;
	text-decoration: none;
}
.ticket5 h4 a:hover {
	color: #2d318f;
}
.ticket6 {
    color: #00ae6f;
    padding: 30px 5px 0px 0px;
    text-align: right;
}
.ticket6 a:hover small, .ticket6 a:hover span {
    color: #fff;    
}
.ticket6 small {
    font-family: 'HurmeGeometricSans1Black';
    font-size: 11px;
    color: #00ae6f;
    text-transform: lowercase;
    font-weight: 400;
    font-style: italic;
    margin-right: 10px;
    vertical-align: 5px;
}
.ticket6 span {
    font-family: 'HurmeGeometricSans1Black';   
    font-size: 23px;
    color: #00ae6f;  
    font-weight: bold;    
    vertical-align: 0px;
}
.ticket6 a:link, .ticket6 a:visited {
	font-family: 'HurmeGeometricSans1Black';    
    font-size: 28px;
    font-weight: 500;
    color: #00ae6f;
    border: 3px solid #00ae6f;
    background-color: transparent;
	padding: 11px 10px 4px 10px;
    text-transform: uppercase;
	text-decoration: none;
}
.ticket6 a:hover {
	font-family: 'HurmeGeometricSans1Black';   
    font-size: 28px;
    font-weight: 500;
    color: #fff;    
	background-color: #00ae6f;
    text-transform: uppercase;
	text-decoration:none !important;
}

/* tartalom */

.content {
    background-color: #fff;
	padding: 15px 15px 15px 15px;  	
}
.pad {
	padding: 0px 0px 0px 15px !important;
}

.nopad {
	padding: 0px 0px 0px 0px !important;
}

.main {
    font-family: 'noto_serifregular';
    color: #585858;	
}
.main h1 {
	font-family: 'HurmeGeometricSans1Black';
	font-size: 34px;
	font-weight: bold;
	color: #2d318f;
	margin: 0px 0px 20px 0px;
	padding: 0 0 0 0;	
}


.main-full {
	padding: 20px 15px 15px 15px;
}

h1.mainews {
	background-color: #000;
	padding: 22px 35px 24px 30px;
	margin: 0 0 0 0;
	font-family: 'Bree Serif', serif;
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
}

.article-list {	
	padding-left: 15px;
}
.article-item-body li {
	list-style: none;
	display: list-item;
	background: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 15px;
}
.article-item {	
	color: #585858;
}
.article-item h1 {
	font-family: 'HurmeGeometricSans1Black';
	font-size: 34px;
	font-weight: bold;
	color: #2d318f;
	margin: 0px 0px 20px 0px;
	padding: 0 0 0 0;	
}
.article-item h2 {
	font-family: 'HurmeGeometricSans1Black';
	font-size: 26px;
    font-weight: bold;
	color: #585858;
}
.article-item h3 {
	font-family: 'HurmeGeometricSans1Black';
	font-size: 20px;
    font-weight: normal;
	color: #585858;
}
.article-item h4 {
	font-family: 'HurmeGeometricSans1Black';
	font-size: 18px;
    font-weight: normal;
	color: #585858;
}
.article-item h5 {
	font-family: 'HurmeGeometricSans1Black';
	font-size: 16px;
    font-weight: normal;
	color: #585858;
}
.article-item h6 {
	font-family: 'HurmeGeometricSans1Black';
	font-size: 15px;
    font-weight: normal;
	color: #585858;
}

/* hirek listazo */

.list-news {
    margin-top: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.list-news-noborder {
    margin-top: 20px;
}


.list-news h1 {
    font-family: 'HurmeGeometricSans1Black';
	font-size: 24px;
    font-weight: bold;
	color: #585858;
    padding: 0 0 0 0;
    border-bottom: 0px;
}
.list-news-img {
    padding-left: 0px;
}
.list-news-text {
    font-family: 'noto_serifregular';
    font-weight: 500;
    font-size: 14px;
    background-color: #FFF;
    padding: 15px 15px 15px 15px;
    margin: 40px 0 0 0;
    color: #585858;
    min-height: 170px;
    text-align: justify;
    line-height: 21px;
}



/* lablec */

.footer {
	background-color: #2b2b2b;
	color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
	margin: 100px 0 0 0;
    width: 100%;
}
.footer h3 {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;	
	padding: 0px;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
}
.footer ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.footer li {		
	padding: 0;
    margin: 15px 0 0 0;
}
.footer li:last-child {	
	padding: 0px 0 0 0px;	
}
.footer a:link, .footer a:visited {
	font-family: 'noto_serifregular';
	color: #7c7c7c;
	font-size: 13px;    
	margin: 0;
    padding: 0;    
	text-decoration: none;		   
}
.footer a:hover {
	font-family: 'noto_serifregular';
	color: #fff;
	font-size: 13px;    
	margin: 0;
    padding: 0;    
	text-decoration: underline;		
}
.footer li:last-child a {	
	padding: 10px 0 0 0px;	
}
.foot1 {
	
    border-right: 1px solid #4e5054;
}
.foot2 {
	font-family: 'noto_serifregular';
	color: #7c7c7c;
	font-size: 13px;  
}
.foot3 {
	border-left: 1px solid #4e5054;
}































/* lapozo */

.pager a {
	color: #333;
	text-decoration:none;
}
.pager .pager_cindex {
	background-color: #ebebeb;
	display: inline-block;
	padding: 6px 12px;
	margin: 0 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;	
	border: 1px solid #ccc;
	border-radius: 4px;	
}
.pager .pager_next, .pager .pager_cindex1, .pager .pager_index, .pager .pager_prev {	
	background-color: #fff;	
	display: inline-block;
	padding: 6px 12px;
	margin: 0 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;	
	border: 1px solid #ccc;
	border-radius: 4px;	
}
.pager .pager_next:hover, .pager .pager_cindex1:hover, .pager .pager_index:hover, .pager .pager_prev:hover {	
	background-color: #ebebeb;		
}

/* xGUI */

table.xGUI_form {
	border: 0px !important;
}



/* galeria */

.galeria ul {
	list-style-type: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.galeria li {	
	position: relative;
	display: inline-block;
	width: 302px;
	margin: 0px 15px 20px 0;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #e1e1e1;
}
/*.galeria li a {
	width: 300px;
	height: 300px;
	background-color: #333;
}*/
.galeria li:first-child {	
	margin: 0px 15px 0 0;
}	
.galeria li:last-child {	
	margin: 0px 0 0 0;
}	
.galeria-item-link {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	background-color: #fff;
	padding: 25px 5px 25px 5px;
	line-height: 32px;
	text-align:center;
	width: 285px;
}
.galeria-item-link a:link, .galeria-item-link a:visited {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #00ae6f;
	text-decoration:none;
}
.galeria-item-link a:hover {
	color: #000;
    font-style: normal;
	text-decoration:none;
}
.gallery-top-bg {
	position: absolute;
	top: 196px;
	left: 0px;	
}
.galeria h1 {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 30px;
	font-weight: bold;
	color: #2d318f;
	margin: 0px 0px 20px 0px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

/* sub galeria */

.sub-galeria ul {
	list-style-type: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sub-galeria li {	
	position: relative;
	display: inline-block;
	width: 305px;
	margin: 0px 15px 20px 0;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #c0c0c0;
}
/*.galeria li a {
	width: 300px;
	height: 300px;
	background-color: #333;
}*/
.sub-galeria li:first-child {	
	margin: 0px 15px 0 0;
}	
.sub-galeria li:last-child {	
	margin: 0px 0 0 0;
}	
.sub-galeria-item-link {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	background-color: #fff;
	padding: 25px 5px 25px 5px;
	line-height: 32px;
	text-align:center;
	width: 285px;
}
.sub-galeria-item-link a:link, .galeria-item-link a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	text-decoration:none;
	margin: 0 0 20px 0;
}
.sub-galeria-item-link a:hover {
	color: #000;
	text-decoration:none;
}
.sub-gallery-top-bg {
	position: absolute;
	top: 196px;
	left: 0px;	
}
.sub-galeria h1 {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 30px;
	font-weight: bold;
	color: #2d318f;
	margin: 0 0 20px 0;
}

.prg_szinpad h1 {
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	font-weight: bold;
	color: #1d1d1d;
	margin: 20px 0 20px 0;
}




.article-item-body .gala {
    background: #FF3838;
    color: #fff;
    padding: 10px;
    margin: 15px 0px 15px 0px;
    display: block;
    width: 265px;
}

.fellepos {
	cursor: pointer;
	text-decoration: none;
}
.fellepos a {
	cursor: pointer;
	text-decoration: none;
}

/* faq */

.panel-title span {
    float: right;
    color: #ff0000;
    margin-right: 10px;
}

.faqlist {
    background-color: #f2f2f2;
    padding-left: 110px;   
}

.faq-main {
    background-color: #f2f2f2;
    font-family: 'noto_serifregular';
    color: #585858;	
    padding: 0 0 0 0;
    margin-top: -15px;
}

.panel {
    border: 0px;
}
.panel-default {
    border-color: #FFF;
}
.panel-default > .panel-heading {
    font-family: 'HurmeGeometricSans1Black'; 
    color: #595959;
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
}

.panel-title a:link, .panel-title a:visited {
    text-decoration: none;
}
.panel-title a:hover {
    color:black;
    text-decoration: none;
}

.panel-group {
    margin-bottom: 0px;
}
.panel-title {
    font-size: 22px;
}
.panel-heading i {
    color: #dd1e33;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-body {
    background-color: #f2f2f2;
    border-top: 0px !important;
}

.faqcatlink {
    background-color: #ffffff;    
    padding: 6px 0 0 30px;
    border-bottom: 1px solid #e1e1e1;
    min-height: 120px;
}
.faqcatlink:hover, .faqcatlink:active {
    background-color: #dd1e33;
    border-bottom: 1px solid #dd1e33;
    padding: 6px 0 0 30px;
    color: #ffffff;
    min-height: 120px;
}
.factive {
    background-color: #dd1e33;
    border-bottom: 1px solid #dd1e33;
    padding: 6px 0 0 30px;
    color: #ffffff;
    min-height: 120px;
}
.factive a:link, .factive a:hover, .factive a:visited {    
    color: #ffffff !important;    
}
.factive i {    
    color: #ffffff !important;
    border: 3px solid #fff !important;
}
.factive small {
    font-family: 'noto_serifregular';
    font-size: 14px;
    color: #fff !important; 
}
.faqcatlink h1 {
   margin-bottom: 0px;
}
.faqcatlink small {
    font-family: 'noto_serifregular';
    font-size: 14px;
    color: #585858;    
}
.faqcatlink:hover small {
    font-family: 'noto_serifregular';
    font-size: 14px;
    color: #FFF;    
}
.faqcatlink span {
    float: right;
    margin: 15px 20px 0px 0px;
}
.faqcatlink i {
    color: #dd1e33;    
    padding-right: 50px;
    
    padding: 10px 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 3px solid #dd1e33;
    float: left;
    font-size: 40px;
    margin: 20px 20px 0px 0px;
}
.faqcatlink:hover i {
    color: #fff;
    border: 3px solid #fff;
}
.faqcatlink a:link, .faqcatlink a:visited {
    font-family: 'HurmeGeometricSans1Black'; 
    color: #dd1e33;
    font-size: 34px;
    text-decoration: none;
}
.faqcatlink a:hover {
    font-family: 'HurmeGeometricSans1Black'; 
    color: #fff;
    font-size: 34px;
    text-decoration: none;
}
.faqcatlink:hover a {
    color: #fff;    
}

.collapse in .faqcatlink {
    background-color: #000;
}