* {
  /* Typography */
  --main-font: 'Slabo 27px', serif;
  
  /* Calculation */
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}

@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir Roman.eot');
	src: local('☺'), url('fonts/Avenir Roman.woff') format('woff'), url('fonts/Avenir Roman.ttf') format('truetype'), url('fonts/Avenir Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
	padding:0!important;
	margin:0!important;	
	-webkit-font-smoothing: antialiased;
	font: 16px/1.8 'Montserrat', 'Yantramanav', sans-serif; 
	line-height:22px;
    color: #2d2d2dde;
	direction:ltr	
}
@-ms-viewport {
	width:device-width
}
@-o-viewport {
	width:device-width
}
@viewport {
	width:device-width
}
@-ms-viewport {
	width:auto!important
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

.skip-to-content-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  opacity: 0;
  background-color:#000000;

}
.skip-to-content-link:focus {
  left: 0;
  position: relative;  
  transform: translateX(-50%);
  opacity: 1;
  color:#ffffff;
}


	
/*** bscrollbar ****/

::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
background-color:#eaeaea
}
::-webkit-scrollbar-thumb {
background-color:#cecece
}
::-webkit-scrollbar-thumb:hover {
background-color:#aaa
}
::-webkit-scrollbar-track {
border-radius:0;
box-shadow:none;
border:0
}
::-webkit-scrollbar-thumb {
border-radius:0;
box-shadow:none;
border:0
}


/*** HTML ****/

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0 0 10px;
	/*font-family: 'Source Sans Pro', sans-serif;
	/*font-family: 'Buenard', serif;	*/
}
a {
	color:#f4836f;
}
a, a:active, a:focus, a:hover {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:hover {
	cursor: pointer;
}

.bold{
	font-weight:600;
}

.fontawesome-icon-list [class*=" fa-"], .fontawesome-icon-list [class^=fa-], li [class*=" fa-"], li [class^=fa-] {
	display:inline-block;
	width:1.25em;
	text-align:center
}
.fontawesome-icon-list [class*=" fa-"].icon-large, .fontawesome-icon-list [class^=fa-].icon-large, li [class*=" fa-"].icon-large, li [class^=fa-].icon-large {
	width:1.5625em
}
.fontawesome-icon-list .col-md-3 {
	height:32px;
	line-height:32px
}




.fade2 {
    width: auto;
    display: block;
    position:relative;
    overflow: hidden;
    text-align: center;	
	background-color: white;	
	opacity: 1;
	background-color:#000000;
}

.fade2 img {
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}   
.fade2:hover .nyitokep{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);	
	opacity: 0.8;
 }

.fade2 span {
    display: block;
    height: 100%;
    visibility:hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size:16px;
}

.fade2:hover span {
    color:#000000;
    visibility:visible;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.header-kep{
    position: relative;
    overflow: hidden;
}

.header-kep-szoveg {
    /*bottom: 60px;
    position: absolute;
    left: 0px;
    /* padding: 8px 17px; */
    margin: 0;
    /*text-transform: uppercase;*/
    color: #fff;
    /* background-color: #f4836f94; */
    border-bottom: 1px solid #ffffff;
    z-index: 10;
	overflow: hidden;
	margin-bottom:20px

}
.header-kep-szoveg h1{
    /*font-size: 50px;*/
	--max-font: 41;
	--min-font: 36;
	font-size: var(--responsive);	
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    text-transform: uppercase;	
    z-index: 20;
	color:#ffffff;
}

@media (max-width: 420px) {
  

}

.header-kep-szoveg2 {
	/*bottom: 23px;
    position: absolute;
    left: 40px;*/
    margin: 0;
    z-index: 10;
    overflow: hidden;
	height:40px;
	color:#ffffff;	
}
.header-kep-szoveg2 h2{
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    z-index: 20;
}

.musor_van{
    width: 40px;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #ff3334;
	font-weight: bold;

}
.musor_van a{
	color:white;
}
.musor_ures{
    width: 41px;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	
}

/*  HIREK
/*-----------------------------------------------------------------------------------*/

.lista a{
	font-size:22px;
	color:#000000;
}
.lista a:hover{

	color:#f4836f;
}

.musor-fejlec{
    border-bottom: 1px solid #e6e6e6;	
	
}

.musor-item2 a{
	color: #000000;
}
.musor-item2 a:hover{
	color: #0e0e0e87;
}
.musor-item2 h3{
	font-size: 25px;
    line-height: 29px;
    margin:0px;
}
.musor-item2 p{
    margin:0px;
	padding:0;
	color:#2d2d2dde;
}

.musor-item2 .eloado{
    font-size: 14px;
}
.akcio {
    padding-top: 10px;
    padding-left: 10px;
    /* font-size: 30px; */
    position: absolute;
	max-width:70px;
	max-height:70px;
    left: 0;
    top: 0;
}

.elmarad {
    padding-top: 0px;
    padding-left: 0px;
    /* font-size: 30px; */
    position: absolute;
	max-width:100%;
	max-height:100%;
    left: 0;
    top: 0;
}

.akcio_leiras{
	border: 1px solid #dddd;
    padding: 9px;
    background-color: snow;
    font-weight: bold;	
}

.musor-item2:hover .edit {
	display: block;
}

.musor-item2 .edit {
	padding-top: 28px;
    padding-right: 30px;
    /*font-size: 30px;*/
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.musor-item2 .edit a {
	color: #ffffff;
}

.btn-jegy{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 26px;
  padding:11px;
  background-color: #f9f9f95e; 
}





/*  HIREK
/*-----------------------------------------------------------------------------------*/

.hirek .tovabb {
    bottom: 0;
    position: absolute;
    right: 20px;
    padding: 5px 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffffbd;
    background-color: #bbbbbbd6;
    z-index: 10;
}
.hirek a{
	color:#000000;
}
.hirek a:hover{
	color:#AAAAAA;
}
.hirek .tovabb a{
	color:#2e2e2e;
	font-weight:bold;
}
.hirek .tovabb a:hover{
	color:#000000;
	font-weight:bold;
}
.hirek h2{
    font-size: 28px;
    color: #000000;	
}

.hirek p{
	
}

.hirek-tovabbi h2{
	margin-top:10px;
    font-size: 18px;
    color: #000000;	
}
.hirek-tovabbi p{
    font-size: 15px;
}



.felso-ajanlo{
	border-top: 1px solid #e6e6e6;	
	background-color:#a09f9d;
	padding-top:7px;
	padding-bottom:7px;
}

.felso-ajanlo h3{
	font-size: 18px;
    line-height: 25px;
    margin: 0;
}

.felso-ajanlo p{
    font-size: 12px;
    margin: 0;
    color: #121212;
}

.felso-ajanlo a{
    color: #000000;
}
.felso-ajanlo a:hover{
    color: #FFFFFF;
}

#musor-ajanlo{
	/*
	border-top: 1px solid #e0e0e07a;
    background-color: #ececec61;
	border-top: 1px solid #e0e0e07a;
	*/
}

.musor-ajanlo h3{

	font-size: 20px;

}
.musor-ajanlo p{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 16px;
	color:#2d2d2dde;

}

.musor-ajanlo a{
	color: #000000;
}
.musor-ajanlo a:hover{
	color: #0e0e0e87;
}

.musor-ajanlo:hover .edit {
	display: block;
}

.musor-ajanlo .edit {
	padding-top: 20px;
    padding-right: 27px;
    /*font-size: 30px;*/
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.musor-ajanlo .edit a {
	color: #ffffff;
}

.btn-jegy{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  padding:11px;
  background-color: #f9f9f95e; 
}




.hirek-ajanlo h3{
	font-size: 17px;
    font-weight: normal;
    margin-top: 8px;
}
.hirek-ajanlo p{
    font-size: 14px;
	color:#2d2d2dde;
}
.hirek-ajanlo a{
	color: #f4836f;
}
.hirek-ajanlo a:hover{
	color: #0e0e0e87;
}


.lista-menu {
	list-style-type: none;
	/*margin: 0 0 26px;*/
	padding: 0;
	margin:0;
	margin-right:20px;
}

.lista-menu li:first-child {
}

.lista-menu li {
	border-right: 1px solid #7b7a7a;
    padding: 3px 10px;
    margin: 0;
}
.lista-menu li:last-child {
	border-right: none;
}

.lista-menu li a{
	color:#000000;
	text-transform: uppercase;
	font-size:13px;
}
.lista-menu li a:hover{
	color:#ffffff;
}
.lista-menu li .aktiv{
	color:#ffffff;
	font-weight:bold;
}


.lista{
	
	/*background-color:#ff3333;*/
}
.lista ul{
	margin:0;
	padding:0;
	padding-left:20px;
}
.nezet li a{
	display: inline-block;
    padding: 0 7px;
    cursor: pointer;
    text-decoration: none;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
	color:#ffffff;
	margin-right:10px;
}
.nezet li a:hover{
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
	color:#000000;
}
	
	
.lista2{
	background-color:#b5b5b5;
}	
.lista2 .nezet2{
	margin:0;
	padding:0;
	padding-left:20px;
}	
.nezet2 li a{
	display: inline-block;
    padding: 0 7px;
    cursor: pointer;
    text-decoration: none;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
	color:#000000;
	margin-right:10px;
}
.nezet2 li a:hover{
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
	color:#ffffff;
}



.musor-item{
	display: flex;
    flex-wrap: inherit;	
	padding: 0 1px 32px;
	flex-direction: row!important;	
}

.musor-kep{
    width: 35%;
    position: relative;
    min-height: 165px;
    overflow: hidden;
}

.musor-szoveg{
    width: 75%;
    flex-grow: 1;
    border: 1px solid #e6e6e6;
    border-left: none;
    padding: 0 30px 30px;
    position: relative;	
    background-color: #e6e6e62e;
}
.musor-szoveg h2{
	margin: 0;
    padding: 20px 0px 15px;
    text-align: left;
    font-size: 26px;
    line-height:  35px;
    word-wrap: break-word;
}
.musor-szoveg a{
	color: #000000;
}
.musor-szoveg a:hover{
	color: #0e0e0e87;
}
.musor-szoveg p{
	color: #2d2d2dde;
}
.musor-datum {
    position: absolute;
    right: 170px;
    bottom: 0;
    padding: 7px 13px;
    margin: 0;
    font-size: 17px;
    color: #fff;
    background-color: #f4836f;
    z-index: 10;
    line-height: 0;
}
.musor-jegy {
    position: absolute;
    right: 10px;
    bottom: 0;
    padding: 7px 13px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    background-color: #c14c37;
    z-index: 10;
    line-height: 0;
}
.musor-jegy a{
	color:#ffffff;
}
.musor-helyszin {
    position: absolute;
    /* right: 20px; */
    bottom: 0;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    color: #585858;
    background-color: #d8d8d8;
    z-index: 10;
}
.musor-helyszin2 {
    color: #ababab;
}

.musor-tipus {
    top: 0;
    position: absolute;
    right: 20px;
    padding: 5px 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffffbd;
    background-color: #f4836f78;
    z-index: 10;
}





	
	
	
	
	

.calendar {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}


.calendar main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.calendar main ul:first-child {
  display: none;
}

.calendar main ul li {
  height: 4em;
  border-top: 1px solid black;
  padding: .3rem .5em .5rem;
}

.calendar main ul span {
	display:block;

}
.calendar main ul li:empty {
  display: none;
}

.calendar main ul li .event {
  display: block;

}
.calendar main ul li .musor {
  min-height: 1rem;
	padding: 6px;
    background-color: #ffffffde;	
    margin-bottom: 7px;	
}

@media screen and ( min-width: 400px) {
  .calendar main {
    width: 100%;
    border: 1px solid #cccccc;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .calendar main ul {
    margin: 0;
    padding: 0;
    display: table-row;
  }
  .calendar main ul:first-child {
    display: table-row;
    text-align: center;
  }
  .calendar main ul:first-child li {
    vertical-align: middle;
  }
  .calendar main ul li {
    position: relative;
    margin: 0;
    width: 14.285%;
    overflow: hidden;
    display: table-cell;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    box-sizing: border-box;
	height:90px;
  }
  .calendar main ul li:empty {
    display: table-cell;
  }
  .calendar main ul li.today {
    background-color: grey;
  }
  .calendar main ul li.holiday {
    background-color: #f7f7f7;
  }
  .calendar main ul li.event {
    display: block;
    width: 100%;
    margin-top: .5rem;
    background-color: red;
    font-size: .8em;
    width: auto;
    padding: .3rem;
    color: transparent;
    height: 1rem;
  }
}






.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

.gallery-block.compact-gallery h4{
	
	border-bottom:1px solid #EEEEEE;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block.compact-gallery .item:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
  
  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
}



/*  BUTTON
/*-----------------------------------------------------------------------------------*/

.uj_button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}


.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}


.icon-circle{
    color: #3e444d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transitino: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    border: 2px solid #ffffff;
}

.theme_button {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 14px 19px 15px;
	margin-bottom: 4px;
	line-height: 1;
	display: inline-block;
	min-width: 8.5em;
	text-align: center;
	color: #ffffff;
	border: none;
	background-color: #303030;
	border-radius: 0px;
	position: relative;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	border: 1px solid #ffffff;	
}

.theme_button.color1 {
	color: #FFFFFF;
	background-color: #FF3333;
}

.theme_button.color2 {
	color: #303030;
	background-color: #fcbe11;
}

.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:hover,
.theme_button:focus {
	color: #000000;
	background-color: #a9a9a9;
	opacity: 1;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_button2 {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-top: 15px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #000000;
    border: 2px solid black;
    /* background-color: #303030; */
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.theme_button2:active,
.theme_button2:hover,
.theme_button2:focus {
	color: #FFFFFF;
	background-color: #000000;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

	  
.btn-social-dark {
	background-color: #e0e0e0;
  color: #3e444d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  font-size: 30px;
  line-height: 50px;  
}

.btn-social-dark:hover{
  outline: none;
  color: #f4f5f7;	
  background-color: #f4836f;
}


.btn-social-dark:focus {
    box-shadow: none;
}
	
.btn-social-dark:focus-visible {
    outline: 2px solid black;
}


.btn-social-light {
  background-color: transparent;
  color: #f4f5f7;
}


@media(min-width:768px) {

	.btn-scroll-light {
	  font-size: 60px;
	  background: transparent;
	  height: 65px;
	  width: 65px;
	  border-radius: 100%;
	  line-height: 60px;
	  margin-top: 5px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transitino: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}

}

	  
/*  ANIMATE
/*-----------------------------------------------------------------------------------*/

.no-display {
    opacity: 0;
}
.wow{
  visibility: hidden;
}	
.display {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*** breadcrumb ****/

.breadcrumb {
	background:0 0;
	padding:0;
	font:14px "Open Sans", sans-serif;
	color:#ccc
}
.breadcrumb>li+li:before {
	content:"\f105 ";
	-moz-osx-font-smoothing:grayscale;
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	line-height:1;
	color:#ccc
}
.breadcrumb a {
	color:#ccc
}
.breadcrumb>.active {
	color:#de3225
}

#topcontrol .up_icon{
	background-image: url(../css/img/top.png);
	display: inline-block;
	width: 40px;
	height: 40px;
}




/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: none;
	background: #F4F4F4;
    border-bottom: 2px solid #FF3333;
    color: #354052;
    padding: 0px 10px;
    /*opacity: 0.5;*/
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #6195FF;
    opacity: 1;
}

/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

.home-wrapper {
	/*
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.home-content h1 {
	font-size:50px;
	text-transform: uppercase;
	color:#000000;
}
.home-content p {
	line-height:22px;
	color:#000000;	
}



.page-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -999999;
}

.bg-transparent-light {
    background-color: rgba(255,255,255,0.9);
}

.bg-transparent-dark {
    background-color: rgba(255,255,255,0.8);
}

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #1C1D21;
}


	#header{
		height:600px;
	}
	
/* --  background image section  -- */

.bg-img2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
	background-attachment: local;
	
}

.bg-img {
	 position: fixed;
	 width: 100%;
	 height: 100%;	 
	 background-size: cover;
	 background-position:center;
	 top: 0; right: 0;
	 z-index: -1000;
	
}


.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1C1D21;
}

.bg-img .overlay5 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #1C1D21;
}

.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    text-transform: capitalize;
}

.title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #6195FF;
    margin-top: 0px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}
/*------------------------------------*\
	Navigation
\*------------------------------------*/


.navbar-custom {

}
.navbar-custom .navbar-brand {
  color: #000000;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #000000;
}
.navbar-custom .navbar-nav > li > a {
  color: #FFFFFF;
  font-size:16px;
  margin-left:15px;  
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #ff0000;
  background-color: #eeeeee;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #ededed;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #ff0000;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar-custom .navbar-nav .dropdown-menu{
    left: auto;
    right: 0px;
	margin:0;
	padding:0;
}
.navbar-custom .navbar-nav .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 14px;
    display: block;
    white-space: nowrap;
}

.navbar-custom .navbar-nav .dropdown-menu > li:hover > a,
.navbar-custom .navbar-nav .dropdown-menu > li:focus > a,
.navbar-custom .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
	color:#ffffff;
}

@media (max-width: 767) {
	
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff0000;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ff0000;
    background-color: #eeeeee;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-custom .navbar-link {
  color: #000000;
}
.navbar-custom .navbar-link:hover {
  color: #ff0000;
}




#nav {
	position:absolute;
	right:0;
	left:0;
	background: transparent;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
	border: none;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: rgba(117, 117, 117, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}

#nav2 {
	background: #E0E0E0;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
	border: none;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-brand {
	width:20%;
	text-align: right;	
}


.navbar-inverse .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
    padding: 20px 12px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
	/*background-color: #ffffff1c;*/
}
.navbar-inverse .fekete > li > a {
		color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    opacity: 1;
	color:#8F0000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #202020;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
	margin-top: -1px;

}

.navbar-inverse .navbar-nav .dropdown-menu .show{
	display: block;
}


.navbar-inverse .navbar-nav .dropdown .hidden{
   visibility: hidden;
   opacity: 0;
   display: none;
}



.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #efefef;
    display: block;
    background-color: #FF3333;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}

ul.nav li.dropdown:hover > ul.dropdown-menu,
ul.nav li.dropdown:focus-within > ul.dropdown-menu,
ul.nav li.dropdown ul:hover,
ul.nav li.dropdown ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media only screen and (min-width: 1199px) {
	.dropdown:hover>.dropdown-menu {
	  display: block;
	}
}
/* -- mobile nav -- */

@media only screen and (max-width: 1199px) {

	.navbar-inverse .navbar-nav > li > a {
		position: relative;
		display: inline-block;
		outline: none;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0;
		font-size: 15px;
		padding: 10px;
		color: #ffffff;
		font-weight: 600;
		text-shadow: none;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		transition: color .3s;
	}

  nav .navbar-nav {
    background-color: #FF3333;
  }
  

	.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-inverse .navbar-toggler {
    background: #888; 
	}

	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus{
		color:#000000;
	}  
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		background-color: transparent;
	}	  

	
}




/* -- kiállítás -- */

.img-item  {
    position: relative;
    overflow: hidden;	
}

.img-item h3{
	margin:0;
	padding:0;
	text-align:center;
}

.img-item h3 a{
	font-size:18px;	
	color:#ff8300;
}


.img-item p{
	font-size:14px;	
	text-align:center;	
}

.img-item2  {
    position: relative;
    overflow: hidden;	
}

.img-item2 h3{
	margin:0;
	padding:0;
}

.img-item2 h3 a{
	font-size:16px;	
	color:#344e8c;
}


.img-item2 p{
	font-size:12px;	
}

.img-item .img-overlay {
	position: absolute;
	width: 100%;
	height: 60px;
	top: auto;
	bottom: -70px;
	left: 0;
	z-index: 6;
	transition: all .3s ease-out;	
	background-color:#EEEEEE;
	line-height:18px;
	border-top:#ff8300 1px solid;
}

.img-item:hover .img-overlay { 

	bottom: 0; 
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
     
}





.img-item:hover .edit {
	display: block;
}

.img-item .edit {
    padding-top: 7px;
    padding-right: 7px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
	z-index:9999;
}

.img-item .edit a {
	color: #000000;
}

.img-item .edit a:hover {
	color: #ffffff;
}

.img-item .btn-repertoar{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 23px;
  /*line-height: 26px;*/
  padding:3px;
  background-color: transparent;
}

.btn-repertoar:hover,
.btn-repertoar:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #d14836;
}

.footer{
	border-top: 3px solid #e0e0e0;
    background-color: #ececec;
}

.footer ul {
	list-style-type: none;
	/*margin: 0 0 26px;*/
	padding: 0;
}

.footer .link li {
    border-top: 1px solid #e0e0e087;
	line-height: 19px;
	padding: 6px 0;
}

.footer li:first-child {
	border-top: none;
	padding-top: 1px;
}

.footer .menu1 li {
	border-right: 1px solid #c3c3c3;
    line-height: 19px;
    padding: 10px 10px;
    margin: 0;
}
.footer .menu1 li:last-child {
	border-right: none;
}

.footer .menu1 a {
    color: #625d5d
}
.footer .menu1 a:hover {
    color: #000000;
}

.footer .menu1 .font18 li{
	font-size:18px;
}
.footer .menu1 .font18 li a{
    color: #00000092;	
}
.footer .fenntarto{
	
	font-size:11px;
	line-height:16px;
}

.social li{
	
	
}
.footer h4 {
	font-size: 32px;
    color: #000000c4;
}

.footer .link a {
    color: #00000082;
}
.footer .link a:hover {
    color: #000000;
}

.filter{
	height: 100vh;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fe000000', endColorstr='#b2000000');
}


.focim{
	/* border-bottom: 1px solid #585858; */

	padding-top: 30px;
	color: #FF3333;
	text-align: left;
}

.back-to-top2 {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:9999;
}

.back-to-top2:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}


@media screen and ( max-width: 576px) {
	

	#header{
		height:110px;
		background-color: #ff3333;
	}
	.bg-img{
		display:none;
	}
	
	.md-padding {
		 padding-top: 0px; 
		 padding-bottom: 0px; 
	}
	

	.navbar-inverse .navbar-toggler {
		background: #ff6464;
	}
	
	nav .navbar-nav {
		background-color: #ff6464;
	}
	
}

@media (max-width: 767px) { /* xs */ }
@media (min-width: 768px) and (max-width: 991px) { /* sm */ }
@media (min-width: 992px) and (max-width: 1199px) { /* md */ }
@media (min-width: 1200px) { /* lg */ }
