@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;
	background-color: #f3f3f3;
	/*background-image: url(../images/hatter2.jpg);*/
	background-image: url(http://uj.meroeszkozkalibralas.hu/files/image/hatterkepek/meter.jpg);
	background-attachment: fixed;
	background-size: 100% 100%;
	background-position: center;
}
/*
body:before{
	content:'';
	position:fixed;
	width:100vw;
	height:100vh;
	background-image: url(../images/hatter2.jpg);
	background-attachment: fixed;
	background-size: 100%;
	background-position: bottom;
	transform:scaleX(-1);
	opacity:0;
	animation: animatedBackground 10s linear infinite alternate;
}
@keyframes animatedBackground {
  0% {
   opacity:0;
  }
  25% {
   opacity:0;
  }
  50% {
   opacity:0;
  }
  75% {
   opacity:1;
  }
  100% {
   opacity:1;
  }
}
*/
@media screen and (max-width:500px){
	html,body{
		font-size:14px;
		background-size: auto 100%;
	}
}
#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;
}
.keres_list {
  color: #f05782;
}
#mobilmenu:checked + label[for="mobilmenu"]{
	background-color:#ef4030;
} 
#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;
	}
	.headbox .logo{
		padding: 0px 0px 15px 0px;
	}
}
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: 30px 0px 30px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 7px;
	font-family: 'Prompt', sans-serif;
	color:#ef4030;
	position:relative;
	text-align: center;
	display: table;
	margin: 0px auto;
	margin-block-start: 3.67em;
	margin-block-end: 4.7em;
}
h5:after{
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background-color: #ef4030;
	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 2px;
}
textarea:focus, input:focus{
	outline-style: outset;
	outline-color: #ef4030;
	outline-width: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.table{
	display:table;
	width:100%;
	height:100%;
}
.tr{
	display:table-row;
}
.td{
	display:table-cell;
	vertical-align:middle;
}
.head{
	/*
	background-color:#000000;
	background-image:url(https://mobilimania.hu/wp-content/uploads/2017/06/dummy-wood-title.jpg);
	*/
	height:auto;
	/*clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);*/
}
.head .headbox {
  height: auto;
}
.head .headbox .logo{
	position:relative;
}
.head .headbox .logo .social{
	position:absolute;
	top:10px;
	left:10px;
	filter: drop-shadow(2px 2px 5px #000);
}
.head .headbox .logo .text{
	position:absolute;
	top:10px;
	right:10px;
	color: #fff;
	text-shadow: 0px 0px 8px #000;
	font-size: 15px;
	font-weight: bold;
	text-align:right;
}
.head .headbox .logo .text span{
	text-shadow: 0px 0px 8px #fff;
}
.head .headbox .logo .text2{
	position:absolute;
	top:40px;
	left:10px;
	color: #fff;
	text-shadow: 0px 0px 8px #000;
	font-size: 15px;
}
.head .headbox .logo .text2 span,
.foot .footmenu .footRight span{
	text-shadow: 0px 0px 8px #000;
}
@media screen and (max-width:1100px){
	.foot .footmenu .footRight{
		padding: 5px 15px 0px 0px;
	}
.head .headbox .logo .text,
.head .headbox .logo .text2
{
	display:none;
}

}
.head .headbox .logo .social br{
	display:none;
}
.head .headbox .logo .lang{
	position:absolute;
	top:10px;
	right:10px;
	filter:drop-shadow(2px 2px 5px #000);
}
.head .headbox .logo .social a {
	color: #fff;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	text-shadow: 1px 1px 3px #000;
	position: relative;
	top: -100px;
	animation : soc 1s forwards;
	-webkit-animation : soc 1s forwards;
	-moz-animation : soc 1s forwards;
}
.head .headbox .logo .text a {
	color: #fff;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	text-shadow: 1px 1px 3px #000;
	position: relative;
	top: -100px;
	animation : soc 1s forwards;
	-webkit-animation : soc 1s forwards;
	-moz-animation : soc 1s forwards;
}
@-webkit-keyframes soc {
	from {top: -100px;}
	to {top: 0px;}
}
@media screen and (max-width:600px){
	.head .headbox .logo .social a img {
		max-width:20px;
		height:auto;
	}
}
.head .headbox .logo div.valog{
	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:-20px;
	margin-right: 0px;
	padding: 0px 10px 20px 10px;
	letter-spacing: 3vw;
	max-width:1100px;
	filter: drop-shadow(0px 0px 4px #dfdddd);
	width:245px;
	height:72px;
	
}
.head .headbox .logo div.valog:before,.head .headbox .logo div.valog:after{
		content:'';
		position:absolute;
		display: inline-block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		margin: -70px 0px;
}
.head .headbox .logo div.valog:after{
	-webkit-animation : left 1s forwards;
	background-image: url(../images/a_slide.png);
	top: -100vw;
	display:none;
	left:0vw;
}
.head .headbox .logo div.valog:before{
	-webkit-animation : rig 1s forwards;
	background-image: url(../images/v_slide.png);
	top: -100vw;
	left:0vw;
}
@-webkit-keyframes rig {
	from {top: -100vw;}
	to {top: 0vw;}
}
@-webkit-keyframes left {
	from {top: -100vw;}
	to {top: 0vw;}
}

/*
.head .headbox .logo a:after{
	font-family: 'Prompt', sans-serif;
	content:attr(data-text);
	background-color:#ffffff;
	color: #ef4030;
	font-size: 1.2vw;
	text-align: center;
	display: inline-block;
	position:absolute;
	left:calc(50% - 0vw);
	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: #ef4030;
    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: 14px;
    text-decoration: none;
    padding: 0px 5px;
    color: #fff;
}
.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;	
	}
	.subsearch{
		display:none !important;
	}
	.head .headbox .logo div.valog{
		margin-right:auto;
		margin-bottom: 20px;
	}
}
/*
.head .headbox .logo a img{
	-webkit-transform: scale(0.5) rotate(0deg) translate(0%,0%);
	-webkit-animation : kf_scale 1s forwards;
}
@-webkit-keyframes kf_scale {
  0% {
    -webkit-transform: scale(0.5) rotate(0deg) translate(0%,0%);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translate(0%,0%);
  }
}	
*/
@media screen and (min-width:1600px){
	.head .headbox .logo a.valog{

	}

}
.menu{
	padding-top: 0px;
	 background-color: rgba(0,0,0,0.2);
	/* clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);*/
}
.menu ul{
	list-style:none;
	padding:0px;
	margin:0px auto;
	display:table;
	/*width: 100%;*/
}
.menu ul li{
	padding:0px;
	margin:0px;
	float:unset !important;
	display:inline-block;
	/*padding:20px 3.13vw;*/
	position:relative;
}
.menu ul li ul{
	position:absolute;
	display:none;
	top: 100%;
	left: calc(-50% + 10px);
	background-color: rgba(0,0,0,0.8);
	white-space: nowrap;
	z-index: 99;
	margin: -10px 0px 0px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.menu ul li:hover > ul{
	display:block;
}
.menu ul li ul li{
	display:block;
}
.menu ul li ul li ul{
	top:0px;
	left:100%;
	margin: 0px 0px 0px 0px;
}
/*
.head .headbox .menu ul li{
	-webkit-transform: scale(0) translate(0%,0%);
	-webkit-animation : kf 1s forwards;
}
@-webkit-keyframes kf {
  0% {
    -webkit-transform: scale(0) translate(0%,0%);
  }
  100% {
    -webkit-transform: scale(1) translate(0%,0%);
  }
}	
*/
@media screen and (min-width:1600px){
	.menu ul li{
		/*padding:20px 50.0667px;*/
	}
}
.menu ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	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;
	filter: drop-shadow(0px 0px 3px #000);
	/*background-color: rgba(255, 251, 251, 0.3);*/
	padding: 20px 2vw;
	/*clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);*/
	/*margin: 0px -4px;*/
	text-align: center;
}
.menu ul li li a{
	padding: 10px 2vw;
}
/*
.menu ul li:first-child a{
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.menu ul li:last-child a{
	clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
*/
.menu ul li a:hover,a.fo_menu-1_link_aktiv{
	color: #ef4030 !important;
	filter: drop-shadow(0px 0px 1px #ef4030) !important;
}
.menu ul li ul{
	
}
.menu ul li ul li{
	
}
.menu ul li ul li a{
	
}
@media screen and (max-width:1100px){
	.head {
		clip-path: unset;
	}
	.menu ul{
		position:fixed;
		left:0px;
		top:0px;
		z-index: 9;
		background-color: rgba(0, 0, 0, 0.76);
		display:block;
		padding:0px 0px;
		margin: 0px 0px 0px -100%;
		width:300px;
		height:calc(100vh - 0px);
		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;
		clip-path: polygon(0 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
	}
#mobilmenu:checked ~ .table .menu ul{
	margin: 0px 0px 0px 0%;
}
	.menu ul li{
		display: block;
		padding: 0px 20px 0px 20px;
		/*clip-path: polygon(0% 15px, 100% 0%, 100% calc(100% - 15px), 0% 100%);*/
		background-color: inherit;
		margin-bottom: 0px;
		border-bottom:1px solid #3d3d3d;
	}
	.menu ul li ul{
		position:static;
		display:block;
		overflow: unset;
		height: auto;
		width: 100%;
	}
	.menu ul li ul li{
		border-bottom:none;
		padding: 0px;
	}
	.menu ul li ul li a{
		font-size:16px;
		text-align:left;
		padding: 10px 0px;
	}
	.td.menu {
		clip-path: unset;
	}
}
.b1{
	height:auto;
	background-repeat:no-repeat;
	background-position:0% 30%;
	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{
		padding-bottom:120px;
	}
}
.b1 h1{
	font-family: 'Cormorant', serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding: 0px;
	margin: 1vw 0px 2vw 0px;
	font-size: 2.8vw;
}
@media screen and (min-width:1600px){
	.b1 h1{
		font-size: 44.7833px;
	}
}
.search{
border-spacing:15px;
	background-color:rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 450px;
	height:auto;
	margin:0px auto;
	margin-bottom: 1vw;
	margin-top: 5vw;
	box-shadow: 1px 2px 14px #7d7d7d;
	-moz-box-shadow: 1px 2px 14px #7d7d7d;
	-webkit-box-shadow: 1px 2px 14px #7d7d7d;
	transform: scale(0.7);
	-webkit-transition: transform 0.3s ease;                  
	-moz-transition: transform 0.3s ease;                 
	-o-transition: transform 0.3s ease;   
	-ms-transition: transform 0.3s ease;          
	transition: transform 0.3s ease;
}
.search.active{
	transform: scale(1);
}
.subsearch{
display: block;
padding: 25px 10px 47px 10px;
background-color: rgba(0,0,0,0.2);
clip-path: polygon(0 12%, 100% 0%, 100% 64%, 0% 100%);
margin: -13px 0px -18px 0px;
}
.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;
		margin-top: 0vw;
	}
	.head .headbox .logo div.valog:before{
		margin: 75px 0px;
	}
}
@media screen and (max-width:600px){
	.search .searchCategory select, .search .searchText input[type="text"] {
		font-size: 5vw!important;
		padding:10px;
	}
	.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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.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: #00000073;*/
	height:100%;
}
.shadowcont {
	/*
	filter: drop-shadow(0px 0px 3px #000);
	z-index: 8;
	position: relative;*/
}
.content .contentBox {
    display: block;
    margin: 0px auto;
        margin-top: 0px;
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    width: 100%;
    max-width: 1200px;
    margin-top: -115px;
    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);
/*
clip-path: polygon(0px 0px, 100% 30px, 100% 100%, 0% calc(100% - 20px));
*/
}
.content .contentBox.home{
	margin-top: -310px;
	 max-width: 1100px;
}


#cms_content_table h1:after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #ef4030;
    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;
	display: table;
}
#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;
font-size:13.33px;
}
#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:#939497;
	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{
	height:auto;
}
.footTopClip {
  background-color: rgba(0,0,0,0.2);
  height: auto;
  clip-path: polygon(0 35px, 100% 0, 100% 100%, 0% 100%);
  padding: 50px 0px 30px 0px;
  margin: 30px 0px 0px 0px;
}
.footTop ul{
	list-style:none;
	padding:0px;
	margin:40px auto;
	display:table;
	color:#fff;
	text-transform:uppercase;
	width:100%;
	max-width:1160px;
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	text-shadow: 0px 0px 6px #000;
	font-weight:bold;
}
.footTop ul li{
	padding:0px;
	margin:0px;
	display:table-cell;
}
.footTop ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform: none;
	font-size: 14px;
	font-weight:normal;
}
.footTop ul li a:hover{
	color:#ef4030;
}
.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;
	}	
	.footTop ul li li{
		margin-top:0px;
	}	
}

.foot{
	height:auto;
}
.foot .footbox {
	clip-path: polygon(0px 0px, 100% 30px, 100% 100%, 0% 100%);
	background-color: #fff;
	margin: -30px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.foot .footbox .logo{
	padding: 0px 0px 15px 0px;

}
.foot .footbox .logo a img{
	max-width:210px;
	height:auto;
}
.foot .footbox .logo a{
	font-family: 'Cormorant', serif;
	text-decoration: none;
	color: #000000;
	font-size: 3vw;
	text-align: center;
	filter: drop-shadow(-2px 1px #000);
	position: relative;
	margin: 0px 0px;
	line-height: 1vw;
	padding: 2vw;
	letter-spacing: 2vw;
	max-width:1100px;
}
/*
.foot .footbox .logo a:after{
	font-family: 'Prompt', sans-serif;
	content:attr(data-text);
	background-color:#ffffff;
	color: #ef4030;
	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: 10px auto;
	max-width:1160px;
}
.foot .footmenu a{
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-family: 'Prompt', sans-serif;
}
.foot .footmenu a:hover{
	color: #ef4030 !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;
}
.td.footLeft {
  text-align: left;
}
.td.footRight {
  text-align: right;
}
@media screen and (min-width:1600px){
	.foot .footbox .logo a{
		font-size: 32px;
		letter-spacing: 10px;
		line-height: 16px;
		padding-left: 32px;
		padding-right: 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){
.foot .footbox .logo {
  padding: 0px 0px 0px 0px;
}
	.foot .footbox .logo a{
		font-size: 21px;
		letter-spacing: 14px;
		line-height: 7px;
		padding-bottom: 14px;
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 14px;
	}
	.foot .footbox .logo a img{
		max-width:100px;
	}
	.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;
}
* {
  font-family: 'Prompt', sans-serif !important;
}
h1 {
  font-weight: normal;
}