@import url('https://fonts.googleapis.com/css?family=Cormorant|Prompt:300');
html,body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-size:12px;
	font-family: 'Prompt', sans-serif;
}
@media screen and (max-width:500px){
	html,body{
		font-size:14px;
	}
}
#mobilmenu{
	display:none;
}
label[for="mobilmenu"]{
	position:fixed;
	top:10px;
	right:10px;
	z-index:999;
	border:1px solid #e7e7e7;
	background-color:#fff;
	width:50px;
	height:50px;
	display:none;
	text-align:center;
   -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
label[for="mobilmenu"] span{
	position: relative;
	width: 69%;
	height: 4px;
	display: block;
	background-color: #000;
	margin: 0px auto;
	margin-top: calc(50% - 2px);
   -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
label[for="mobilmenu"] span:after,
label[for="mobilmenu"] span:before{
	content:'';
	position:absolute;
	left:0px;
	display:block;
	height: 4px;
	width:100%;
	background-color: #000;
   -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
label[for="mobilmenu"] span:after{
	bottom:-10px;
}
label[for="mobilmenu"] span:before{
	top:-10px;
}
#mobilmenu:checked + label[for="mobilmenu"]{
	background-color:#d19f28;
} 
#mobilmenu:checked + label[for="mobilmenu"] span{
	background-color:transparent;
}
#mobilmenu:checked + label[for="mobilmenu"] span:after{
	background-color:#fff;
	transform: rotate(45deg);
	width: 70%;
	bottom: -8px;
	left: 3px;
}
#mobilmenu:checked + label[for="mobilmenu"] span:before{
	background-color:#fff;
	transform: rotate(-45deg);
	width: 70%;
	top: -8px;
	left: 3px;
}
@media screen and (max-width:1100px){
	label[for="mobilmenu"]{
		display:block;
	}
}
h4{
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 5px;
	font-size: 40px;
	font-family: 'Cormorant', serif;
	font-weight: normal;
	text-transform: uppercase;
}
@media screen and (max-width:500px){
	h4{
		margin: 15px 0px 0px px;
	}
}
h5{
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
line-height: 100%;
letter-spacing: 7px;
font-family: 'Prompt', sans-serif;
color:#cc9933;
position:relative;
}
h5:after{
	content: '';
	width: 75px;
	height: 3px;
	display: block;
	background-color: #cc9933;
	position: absolute;
	left: 50%;
	top: 100%;
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
	margin: 3px 0px 0px 2px;
}
.table{
	display:table;
	width:100%;
	height:100%;
}
.tr{
	display:table-row;
}
.td{
	display:table-cell;
	vertical-align:middle;
}
.head{
	background-color:#ffffff;
	height:auto;
}
.head .headbox .logo a{
	font-family: 'Cormorant', serif;
	text-decoration: none;
	color: #000000;
	font-size: 6vw;
	text-align: center;
	display: block;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 0px auto;
	line-height: 6vw;
	margin-bottom:1.5vw;
	padding: 3vw;
	letter-spacing: 1vw;
	max-width:1100px;
	
}
.head .headbox .logo a:after{
	font-family: 'Prompt', sans-serif;
	content:attr(data-text);
	background-color:#ffffff;
	color: #d19f28;
	font-size: 1.2vw;
	text-align: center;
	display: inline-block;
	position:absolute;
	left:calc(50% - 1vw);
	bottom: 0%;
-ms-transform: translate(-50%, 50%);
-webkit-transform:translate(-50%, 50%);
-moz-transform:translate(-50%, 50%);
-o-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
	line-height: 1.5vw;
	padding: 0px 1vw;
	letter-spacing: 0px;
}
@media screen and (max-width:500px){
	.head .headbox .logo a:after{
		font-size: 3.2vw;
	}
}
.home h1{
	filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
	-moz-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
}
.linkprint{
	position:relative;
	filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
	-moz-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
}
.linkprint:after {
    content: '';
    width: 75px;
    height: 3px;
    display: block;
    background-color: #cc9933;
    position: absolute;
    left: 50%;
    top: 100%;
-ms-transform: translate(-50%, 0%);
-webkit-transform:translate(-50%, 0%);
-moz-transform:translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
    margin: 10px 0px 0px 0px;
	
}
.linkprint:empty{
	display:none;
}
.subsearchLocate a {
    font-size: 12px;
    text-decoration: none;
    padding: 0px 5px;
    color: #d59f28;
}
.subsearchLocate a.link_melyseg,.link_melyseg_elvalaszto{
	color: #fff;
}
@media screen and (max-width:600px){
	.b1 h1 {
		font-size: 4.8vw !important;
	}
	.linkprint{
		margin: 20px 0px 20px 0px !important;
	}
	.subsearchLocate{
	display:none;	
	}
}
@media screen and (min-width:1600px){
	.head .headbox .logo a{
		font-size: 75px;
		letter-spacing: 20px;
		line-height: 96px;
		padding-bottom: 48px;
		padding-left: 48px;
		padding-right: 48px;
		padding-top: 48px;
	}
	.head .headbox .logo a:after{
		letter-spacing: 0px;
		line-height: 24px;
		padding-bottom: 0px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 0px;
	}
}
.head .headbox .menu{
	padding-top: 15px;
}
.head .headbox .menu ul{
	list-style:none;
	padding:0px;
	margin:0px auto;
	display:table;
}
.head .headbox .menu ul li{
	padding:0px;
	margin:0px;
	float:unset !important;
	display:table-cell;
	padding:20px 3.13vw;
}
@media screen and (min-width:1600px){
	.head .headbox .menu ul li{
		padding:20px 50.0667px;
	}
}
.head .headbox .menu ul li a{
	display:block;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	font-family: 'Prompt', sans-serif;
	font-size:19.2px;
   -webkit-transition: color 0.3s ease;                  
    -moz-transition: color 0.3s ease;                 
    -o-transition: color 0.3s ease;   
    -ms-transition: color 0.3s ease;          
    transition: color 0.3s ease;
}
.head .headbox .menu ul li a:hover,a.fo_menu-1_link_aktiv{
	color: #d19f28 !important;
}
.head .headbox .menu ul li ul{
	
}
.head .headbox .menu ul li ul li{
	
}
.head .headbox .menu ul li ul li a{
	
}
@media screen and (max-width:1100px){
	.head .headbox .menu ul{
		position:fixed;
		left:0px;
		top:0px;
		z-index: 9;
		background-color:rgba(255,255,255,0.9);
		display:block;
		padding:10px 0px;
		margin: 0px 0px 0px -100%;
		width:300px;
		height:calc(100vh - 20px);
		border-right: 1px solid #e7e7e7;
		overflow:auto;
		-webkit-transition: margin 0.3s ease;                  
		-moz-transition: margin 0.3s ease;                 
		-o-transition: margin 0.3s ease;   
		-ms-transition: margin 0.3s ease;          
		transition: margin 0.3s ease;
	}
#mobilmenu:checked ~ .table .head .headbox .menu ul{
	margin: 0px 0px 0px 0%;
}
	.head .headbox .menu ul li{
		display:block;
		padding: 10px 20px;
	}
}
.b1{
	background-color:#000000;
	height:auto;
	background-image:url(../images/b_background.jpg);
	background-repeat:no-repeat;
	background-position:0% 77%;
	background-size:100% auto;
	padding-bottom:100px;
}
.b1.home{
	padding-bottom: 345px;
	padding-top: 60px;
}
@media screen and (max-width:1100px){
	.b1.home{
		padding-bottom: 120px;
		padding-top: 0px;
	}
}
.b1 h1{
	font-family: 'Cormorant', serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding: 0px;
	margin: 4vw 0px;
	font-size: 2.8vw;
}
@media screen and (min-width:1600px){
	.b1 h1{
		font-size: 44.7833px;
	}
}
.search{
border-spacing:15px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 450px;
	height:auto;
	margin:0px auto;
	margin-bottom: 3vw;
}
.subsearch{
	display:block;
	padding:10px;
	background-color:rgba(0,0,0,0.5);
}
.subsearch .search{
border-spacing:5px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width:calc((450px / 100) * 90);
	height:auto;
	margin:0px auto;
	margin-bottom: 0vw;
	margin-right: 0px;
}
.subsearch .subsearchTable{
	max-width:1200px;
	margin:0px auto;
}
.subsearch .subsearchTable .subsearchForm{
	text-align:right;
}
@media screen and (min-width:1600px){
	.search{
		max-width:450px;
	}
}
@media screen and (max-width:1100px){
	.search{
		max-width: 450px;
	}
}
@media screen and (max-width:600px){
	.search .searchCategory select, .search .searchText input[type="text"] {
		font-size: 3vw!important;
	}
	.search .searchCategory {
		width: 120px !important;
	}
}
.search .td{
	vertical-align:middle;
}
.search .searchCategory{
	width:170px;
	/*border-right:1px solid #ccc;*/
	position:relative;
}
.subsearch .search .searchCategory{
	width:120px;
	/*border-right:1px solid #ccc;*/
	position:relative;
}

.search .searchCategory:after{
	position: absolute;
	top: 50%;
	right: 0%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #db9f28 transparent transparent transparent;
	margin: -2.5px 10px 0px 0px;
}
.search .searchText{
}
.search .searchCategory select,.search .searchText input[type="text"]{
	padding: 0px 10px;
	width:100%;
	display:block;
	border:none;
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
}
.search .searchCategory select{				
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	text-align:center;
}
.search .searchText input[type="text"]{
	width: calc(100% - 20px);
}
.search .searchText input[type="text"]::placeholder{
	opacity: 1;
}
.search .searchText input[type="text"]::-ms-input-placeholder{
	opacity: 1;
}
.search .searchText input[type="text"]::-ms-input-placeholder {
   opacity: 1;
}
.search .searchSend{
	width:1px;
}
.search .searchSend button{
	position:relative;
	height: 40px;
	display: block;
	width: 40px;
	border: none;
	margin: -10px -5px -10px 0px;
	background-color:transparent;
}
.search .searchSend button:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform-origin:0% 0%;
	-moz-transform-origin:0% 0%;
	transform-origin:0% 0%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	border:3px solid #000;
	width:25px;
	height:25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: -4px 0px 0px -4px;
}
.search .searchSend button:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform-origin:0% 0%;
	-moz-transform-origin:0% 0%;
	transform-origin:0% 0%;
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	-moz-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
	width:15px;
	height:3px;
	background-color:#000;
	margin: 6px 0px 0px 13px;
}
.subsearch .search .searchSend button:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform-origin:0% 0%;
	-moz-transform-origin:0% 0%;
	transform-origin:0% 0%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	border:3px solid #000;
	width:15px;
	height:15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: -3px 0px 0px -3px;
}
.subsearch .search .searchSend button:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform-origin:0% 0%;
	-moz-transform-origin:0% 0%;
	transform-origin:0% 0%;
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	-moz-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
	width:10px;
	height:3px;
	background-color:#000;
	margin: 5px 0px 0px 10px;
}
.b2{
	background-color:#f3f3f3;
	height:auto;
}
.content{
	background-color:#f3f3f3;
	height:100%;
}
.content .contentBox {
    display: block;
    margin: 0px auto;
        margin-top: 0px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin-top: -100px;
    min-height: 300px;
	margin-bottom:20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.content .contentBox.home{
	margin-top: -310px;
	 max-width: 1100px;
}


#cms_content_table h1:after {
    content: '';
    width: 75px;
    height: 3px;
    display: block;
    background-color: #cc9933;
    position: absolute;
    left: 0%;
    top: 100%;
    transform: translate(0%, 0%);
    margin: 10px 0px 0px 0px;
}

#cms_content_table h1 {
    font-size: 24px;
    font-family: 'Cormorant', serif;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 30px 0px;
    position: relative;
}
#cms_content_table{
	font-size: 16px !important;
	padding: 30px;
}
#cms_content_table h3{
	margin:0px 0px 20px 0px;
}
#cms_content_table input[type="text"],#cms_content_table input[type="number"],#cms_content_table textarea{
	display:block;
	width:calc(100% - 40px);
	padding:10px 20px;
	border:1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
-webkit-box-shadow: 2px 2px 0px 0px #ebebeb;
-moz-box-shadow: 2px 2px 0px 0px #ebebeb;
box-shadow: 2px 2px 0px 0px #ebebeb;
}
#cms_content_table select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background-color:transparent;
	width:100%;
	font-family: 'Prompt', sans-serif;
	font-size: 12px;
}
#cms_content_table .select {
    width:100%;
	display:block;
	width:calc(100% - 40px);
	padding:10px 20px;
	border:1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
-webkit-box-shadow: 2px 2px 0px 0px #ebebeb;
-moz-box-shadow: 2px 2px 0px 0px #ebebeb;
box-shadow: 2px 2px 0px 0px #ebebeb;
position:relative;
}
#cms_content_table .select:after {
    position: absolute;
    top: 50%;
    right: 0%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #db9f28 transparent transparent transparent;
    margin: -2.5px 10px 0px 0px;
}
::selection {
    background-color: rgba(105,160,215,.4);
}
::selection {
    background-color: rgba(105,160,215,.4);
}


#cms_content_table input[type="checkbox"] {
    margin-top: 10px;
}
#cms_content_table input[type="submit"],#cms_content_table button{
	display:block;
	width:calc(100% - 0px);
	padding:10px 20px;
	border:1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	color:#fff;
	background-color:#d19f28;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	font-family: 'Prompt', sans-serif;
	margin-top:20px;
}
#cms_content_table input[type="submit"]:hover,#cms_content_table button:hover{
-webkit-box-shadow: 2px 2px 0px 0px #ebebeb;
-moz-box-shadow: 2px 2px 0px 0px #ebebeb;
box-shadow: 2px 2px 0px 0px #ebebeb;
}
@media screen and (max-width:1100px){
	.content .contentBox{
		max-width: calc(100% - 40px);
		padding: 10px;
	}
	.content .contentBox.home{
		margin-top: -100px;
	}
}
@media screen and (max-width:500px){
	#cms_content_table{
		padding: 20px;
	}
	#cms_content_table img,#cms_content_table iframe{
		margin: 0px;
		max-width:100%;
		height:auto;
	}
	#cms_content_table table td{
		display:block;
		width:100%;
		padding: 0px 0px 20px 0px !important;
	}
	#cms_content_table table td:last-child{
		padding: 0px 0px 0px 0px !important;
	}
}

.footTop{
	background-color:#111111;
	height:auto;
}
.footTop ul{
	list-style:none;
	padding:0px;
	margin:40px auto;
	display:table;
	color:#d19f28;
	text-transform:uppercase;
	width:100%;
	max-width:1160px;
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
}
.footTop ul li{
	padding:0px;
	margin:0px;
	display:table-cell;
	width:25%;
}
.footTop ul li li{
	width:auto;
}
.footTop ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform: none;
	font-size: 14px;
}
.footTop ul li a:hover{
	color:#d19f28;
}
.footTop ul li ul{
	display:block;
	padding:20px 0px 0px 0px;
	margin:0px;
}
.footTop ul li ul li{
	display:block;
	padding:0px 0px 5px 0px;
}
@media screen and (max-width:700px){
	.footTop ul{
		width: auto;
		margin: 0px auto;
		margin-bottom:20px;
	}
	.footTop ul li ul{
		padding-top: 0px;
	}
	.footTop ul li{
		margin-top:20px;
		display:block;
		width:auto;
	}	
	.footTop ul li li{
		margin-top:0px;
	}	
}

.foot{
	background-color:#fff;
	height:auto;
}

.foot .footbox .logo a{
	font-family: 'Cormorant', serif;
	text-decoration: none;
	color: #000000;
	font-size: 3vw;
	text-align: center;
	display: block;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 0px auto;
	line-height: 1vw;
	margin-bottom:1.5vw;
	padding: 2vw;
	letter-spacing: 1vw;
	max-width:1100px;
}
.foot .footbox .logo a:after{
	font-family: 'Prompt', sans-serif;
	content:attr(data-text);
	background-color:#ffffff;
	color: #d19f28;
	font-size: 0.7vw;
	text-align: center;
	display: inline-block;
	position:absolute;
	left:calc(50% - 1vw);
	bottom: 0%;
	transform: translate(-50%,50%);
	line-height: 1.5vw;
	padding: 0px 1vw;
	letter-spacing: 0px;
}
.foot .footmenu{
	margin: 0px auto;
	max-width:1160px;
	margin-bottom:20px;
}
.foot .footmenu a{
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-family: 'Prompt', sans-serif;
}
.foot .footmenu a:hover{
	color: #d19f28 !important;
}
.foot .footmenu .kg{
	text-align:left;
}
.foot .footmenu .footer{
	text-align:right;
}
.foot .footmenu .kg a{
	margin-right:25px;
}
.foot .footmenu .footer a{
	margin-left:25px;
}

@media screen and (min-width:1600px){
	.foot .footbox .logo a{
		font-size: 32px;
		letter-spacing: 32px;
		line-height: 16px;
		padding-bottom: 32px;
		padding-left: 32px;
		padding-right: 32px;
		padding-top: 32px;
	}
	.foot .footbox .logo a:after{
		font-size: 11.1833px;
		letter-spacing: 0px;
		line-height: 24px;
		padding-bottom: 0px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 0px;
	}
}
@media screen and (max-width:700px){
	.head .headbox .logo a{
		letter-spacing: 0px;
	}
	.foot .footbox .logo a{
		font-size: 6vw;
		letter-spacing: 4px;
		line-height: 7px;
		padding-bottom: 14px;
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 14px;
	}
	.foot .footbox .logo a:after{
		font-size: 4.88333px;
		letter-spacing: 0px;
		line-height: 10.5px;
		padding-bottom: 0px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 0px;
	}
.foot .footmenu{
	height: auto;
	margin: 10px 0px;
}
.foot .footmenu .kg{
	display:none;
}
.foot .footmenu .footer,.foot .footmenu .footer a{
	display:block;
	text-align:center;
	margin:0px;
}
}
@media screen and (max-width:500px){
	.foot .footbox .logo a:after{
		font-size: 3.2vw;
	}
	table[id*="galery_"], table[id*="galery_"] * {
		height: auto !important;
		overflow: unset !important;
		max-width: 100% !important;
		text-align: ;
		display: block;
		width: auto;
		position: static;
		height: ;
		padding: 0px !important;
		margin: 0px auto;
	}
	table[id*="galery_"] tr{
		padding: 0px 0px 20px 0px !important;
	}
}
.upgraid{
	font-size:11px;
	font-family: 'Prompt', sans-serif;
}





.table div:empty{
	display:none;
}