@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;
}

#page-top .navbar{
	padding: 30px 0px;
	background : rgb(39,38,38);
	transition: all 1s;
	border-bottom: 2px solid #f5f5f5;
}

#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;
}

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

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

#page-top nav li a:hover{
	color : rgb(200,117,62);
}

.cl-effect-4 a::after{
	background: rgb(200,117,62);
}

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

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

@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:hover{
	color: rgb(200,117,62);
}

.social-menu a.facebook{
	color: #4267B2;
}

.social-menu a.facebook:hover{
	color: white;
}

.cl-effect-4 a.facebook::after{
	background: white;
}


@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: rgb(39,38,38);
}

/*.carousel {
	border-bottom: 2px solid #f5f5f5;
}*/

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item .fader{
	width: inherit;
	height: inherit;
	background: rgba(39,38,38, 0.3);
}

.carousel-caption{
	bottom: 40%;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
}

.carousel-caption h2{
	font-size: 40px;
}

@media (max-width: 768px) {
	.carousel-caption{
		bottom: 35%;
	}
	.carousel-caption h2{
		font-size: 2.5rem;
	}
}

@media (max-width: 576px) { 
	.carousel-caption h2{
		font-size: 1.6rem;
	}
}


.btn-1e:hover, .btn-1e:active{
	color: rgb(39,38,38);
	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: rgb(39,38,38);
}

.node h1:before, .node h1:after { 
	content: ""; 
	flex: 1 1; 
	border-bottom: 2px solid rgb(39,38,38); 
	margin: auto 20px; 
} 

@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: rgb(200,117,62);
	text-decoration: none;
}

.node h2 a:hover{
	color: rgb(39,38,38);
}

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

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

.node .psgallery{
	display: block;
	padding-bottom: 30px;
}

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

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

.node .psgallery img:hover{
	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: 100%;
	}
	
	.kapcs .node table td
	{
		width: auto;
	}
	
	.kapcs .node .table-responsive table{
		min-width: 100%;
	}
	.kapcs table table tr td{
		width: 115px;
		display: inline-block;
	}
	
	footer .navbar {
		display: block;
	}
	
	.navbar-expand .navbar-nav {
		display: block;
	}
}

@media (min-width: 1200px)
{
	#main footer{
		width: 100%;
		bottom: 0px;
		z-index: 100;
		position: fixed;
	}
	
	.collapse.navbar-collapse .social-menu.cl-effect-4 {
		min-width: 50px;
	}
}

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

footer{
	padding: 30px 0px;
	background : rgb(39,38,38);
	color: white;
	border-top: 4px solid rgb(200,117,62);
	font-size: 14px;
}

footer a{
	color: rgb(200,117,62);
	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: #878787;
}

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: rgb(39,38,38);
  text-transform: uppercase;
  padding: 13px 23px;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: 2px solid rgb(39,38,38);
  
}

.notfound a:hover {
  color: white;
  background: rgb(39,38,38);
}

@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;
  }
}

.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: rgb(200,117,62);
}

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

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