@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*, html, body{
	font-family: 'Rubik', sans-serif;
}

html, body{
	background: #f5f5f5;
	height: 100%;
}

#page-top .navbar{
	padding: 30px 0px;
	background : #000000;
	transition: all 1s;
	border-bottom: 2px solid #f1b03b;
}

a,a:hover {
	color: #F1B03B;
}

#page-top .navbar.shrink{
	padding: 10px;
}

#page-top .navbar-brand{
	padding: 0px;
	margin-top: -30px;
	margin-bottom: -30px;
	transition: all 1s;
}

#page-top .navbar.shrink .navbar-brand{
	margin-top: -10px;
	margin-bottom: -10px;
}

#page-top .navbar .logo{
	height: 90px;
	width: auto;
	transition: all 1s;
}

#page-top .navbar.shrink .logo{
	height: 62px;
}

.cl-effect-4 a::after{
	background: #f1b03b;
}

#page-top nav li{
	margin: 0px 14px;
	position: relative;
}

#page-top nav li.dropdown-toggle::after{
	color: #f1b03b;
	position: absolute;
    top: 20px;
    right: 0px;
}

#page-top nav li a{
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	position: relative;
	color: #f1b03b;
	padding: 10px 0px;
	transition: all 1s;
}

#page-top nav li a::after{
	display: none;
}

#page-top nav li a:hover{
	color : #f1b03b;
	text-decoration: none;
}

/*2nd level*/
#page-top nav li div ul{
	display: block;
	background: #000;
}

#page-top nav li div ul a::after{
	display: none;
}

@media (min-width: 1200px){
	#page-top nav li.dropdown-toggle::after{
		position: static;
	}
	#page-top nav li a{
		display: inline-block;
	}
	
	#page-top nav li a::after{
		display: block;
	}
	
	#page-top nav li:hover > div{
		display: block;
	}

	#page-top nav li div{
		position: absolute;
		border-bottom: 2px solid #f1b03b;
	}
	
	#page-top nav.navbar li div ul{
		margin-top: 32px;
	}
	
	#page-top nav.navbar.shrink li div ul{
		margin-top: 12px;
	}
	
	#page-top nav li div ul{
		
		padding-top: 5px;
	}
}

button.navbar-toggler{
	margin: 17px;
	padding: 0px;
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

@media (max-width: 992px)
{
	.social-menu{
		padding: 10px 0px;
		margin-left: 10px;
	}
}

.social-menu a{
	color: white;
	transition: all 1s;
	text-decoration: none;
	position: relative;
	margin-left: 15px;
}
.social-menu a:first-child{
	margin-left: 5px;
}

.social-menu a span{
	display: inline-block;
}
.social-menu a.facebook{
	color: #FFF;
}
.social-menu a:hover, .social-menu a.facebook:hover{
	color: #f1b03b;
}


@media (max-width: 992px){
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://wwâŚp='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
}

/* Icon 1 */

.nav-icon{
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* Icon 2 */

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon span:nth-child(even) {
  left: 50%;
}

.nav-icon span:nth-child(odd) {
  left:0px;
}

.nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
  top: 0px;
}

.nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
  top: 14px;
}

.nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
  top: 28px;
}

.nav-icon.open span:nth-child(1),.nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(2),.nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(1) {
	left: 2px;
	top: 7px;
	width: 20px;
}

.nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
    width: 20px;
}

.nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.nav-icon.open span:nth-child(5) {
	left: 2px;
	top: 20px;
	width: 20px;
}

.nav-icon.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 20px;
	width: 20px;
}

@media (max-width: 992px)
{
	.foglalas tr{
		text-align: center;
	}
	
	.foglalas td{
		display: block;
	}
}
@media (max-width: 1200px)
{
	/*.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	.collapse:not(.show) {
		display: none!important;
	}
	.navbar-expand-lg .navbar-nav{
		flex-direction: column;
	}
	.navbar-collapse{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-align: center;
		align-items: center;
	}*/
}

header{
	background: #000000;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 650px;
  background-color: #777;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: none;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 650px;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 1860px) {
	.carousel-item{
		height: 600px;
	}
}

@media (max-width: 1720px) {
	.carousel-item{
		height: 500px;
	}
}

@media (max-width: 1435px) {
	.carousel-item{
		height: 420px;
	}
}

@media (max-width: 1200px) {
	.carousel-item{
		height: 340px;
	}
}

@media (max-width: 980px) {
	.carousel-item{
		height: 250px;
	}
}

@media (max-width: 725px) {
	.carousel-item{
		height: 210px;
	}
}

@media (max-width: 610px) {
	.carousel-item{
		height: 170px;
	}
}

@media (max-width: 500px) {
	.carousel-item{
		height: 145px;
	}
}

@media (max-width: 425px) {
	.carousel-item{
		height: 130px;
	}
}


.btn-1e:hover, .btn-1e:active{
	color: #000000;
	text-decoration: none;
}

#page-content{
	margin-top: 104px;
	min-height: 743px;
}

#featured-image{
	margin-bottom: -25px;
}

#featured-image .featured-item{
  height: inherit;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

svg.decor{
	margin-top: -60px;
	height: 60px;
	z-index: 2;
	position: relative;
}
svg.decor path{
	fill: #f5f5f5;
}

#google-map{
	width: 100%;
	height: 350px;
	z-index: 1;
}

.node li {
	padding: 5px 0px;
}

.node .table-responsive table {
	min-width: 400px;
}

.node .table-responsive table tbody tr:hover {
	background-color: rgba(0,0,0,0.1);
}

.node h1 {
	text-transform: uppercase;
	display: flex; 
    flex-direction: row;
	margin-bottom: 30px;
	text-align: center;
	color: #f1b03b;
}

.node h1:before, .node h1:after {
	content: ""; 
	flex: 1 1; 
	border-bottom: 2px solid #f1b03b; 
	margin: auto 20px; 
}

.node p img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 992px){
	.node h1{
		font-size: 35px;
		text-align: center;
		display: block;
	}
	.node h1:before, .node h1:after{
		display: none;
	}
}


.node h2 a{
	color: #f1b03b;
	text-decoration: none;
}

.node h2 a:hover{
	color: #000000;
}

.node ul{
	list-style-type: disc;
}

.node .inline-gallery{
	text-align: center;
}

.node .psgallery{
	display: inline-block;
	width: 218px;
	height: 218px;
}

.node .psgallery img{
	 padding: 9px;
	 transition: all 0.15s ease-out;
}

.node .psgallery:after{
	clear: both;
}

.node .psgallery img:hover{
	padding: 0px;
	width: 218px;
	height: 218px;
	transition: all 0.2s ease-in;
}

.node .psgallery a, .psgallery img{
	width: 100%;
	height:  100%;
}

.node .psgallery:hover img{
	box-shadow: 0 0 0 0.2rem rgba(200,117,62,1);
}

.kapcs .node .table-responsive table tbody tr:hover{
	background: none;
}

@media (max-width: 576px) 
{ 

	.node table{
		font-size: 14px;
	}
	
	.node table td{
		width: 200px;
	}
	
	.kapcs .node table td
	{
		width: auto;
	}
	
	.kapcs .node .table-responsive table{
		min-width: 100%;
	}
	.kapcs table table tr td{
		width: 115px;
		display: inline-block;
	}
}

#main footer .grafika {
		background-color: #000;
}

@media (min-width: 1200px)
{
	#main footer {
		width: 100%;
		bottom: 0px;
		z-index: 100;
	}
}

#main footer {
	border-top: 2px solid white;
}

footer {
	padding: 0px 0px 30px 0px;
	background : #000000;
	color: white;
	border-top: 4px solid #f1b03b;
	font-size: 14px;
}

footer #slider p {
	line-height: 17px;
}

footer a{
	color: #f1b03b;
	transition: all 1s;
}

footer a:hover{
	color: white;
	text-decoration: none;
}

footer nav.navbar{
	padding-left: 0px;
	padding-right: 0px;
}

footer nav ul{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

footer nav li{
	margin-right: 5px;
	list-style: none;
}

footer nav li a.nav-link{
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	position: relative;
	color: white;
	padding: 0px;
	transition: all 1s;
	line-height: 46px;
    height: 46px;
	transition: all 1s;
}

footer nav li a:hover{
	color: #f1b03b;
}

footer p{
	margin: 0px;
	padding: 0px;
	line-height: 62px;
}

@media (max-width: 1200px)
{
	footer nav ul{
		margin: auto;
	}
	footer .text-md-right{
		text-align: center!important;
	}
}

#notfound {
	position: relative;
	height: calc(100vh - 300px);
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #f5f5f5;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  padding: 13px 23px;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: 2px solid #000000;
  
}

.notfound a:hover {
  color: white;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
  #notfound {
    height: calc(100vh - 362px);
}
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

/* LOGOSLIDER CSS
-------------------------------------------------- */

#slider{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f1b03b;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
	max-height: 120px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after
{
    display: table;
    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
	max-height: 105px;
    min-height: 1px;
	/*white-space: nowrap; */
    text-align: center;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: inline-block;
	vertical-align: middle;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.simple-rating{
}

.simple-rating i{
	color: #f5ba00;
	display: inline-block;
	padding: 1px 2px;
	cursor: pointer;
	font-size: 30px;
}

.simple-rating.star-rating2 i
{
	cursor: auto;
}

.ratebox{
	margin: 70px 0;
}

.rate_percent{
	height: 20px;
	background: #f1b03b;
}

.rates .even{
	background: #d8d8d8;
	padding: 20px;
}

.rates .odd{
	background: #f5f5f5;
	padding: 20px;
}
.scrolltable{
	overflow: auto;
}