p{
	color: black;
}

h1{
	font-family: "Century Gothic";
	font-size: 22px;
	color: black;
	margin: 0 0 30px 0;
}

h2{
	font-size: 18px;
	color: black;
	margin: 10px 0 10px 0;
	font-weight: normal;
}

h3{
	font-size: 18px;
	color: black;
	margin: 0 0 30px 0;
	text-align: center;
}

/*p.first{ 
font-size: 16px;
color: black; 
}*/


body{
	font-family: Arial;
	font-size: 14px;
	background-color: RGB(0,0,0);
	background-image: url(images/bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: auto;
	padding: 0px, 0px, 0px, 0px;
}

#container{
	width: 1140px; 
	margin: 0 auto; 
	background-color: white;
	background-image: url(images/alap.jpg);
	background-repeat: no-repeat;
	min-height: 850px; 
	box-shadow: 0px 5px 30px 5px black;	
}

#map a {
	font-size: 14px;
	color: black;
	text-decoration: none;
}
#map a:hover {
	font-size: 14px;
	color: RGB(254,177,3);
	text-decoration: none;
}
#map a.current:hover {
	font-size: 14px;
	color: RGB(254,177,3);
	text-decoration: none;
}

#menu{
	font-family: "Century Gothic";
	font-size: 16px;
	color: white;
	margin: 372px 10px 10px 10px; 
	text-align: right;
	text-decoration: none;
}

#menu a {
		font-size: 16px;
		color: white;
		display: inline-block;
		margin: 372px 10px 10px 10px; 
		text-align: right;
		text-decoration: none;
		font-weight: normal;
}

/*már meglátogatott*/
#menu a:visited{
	font-size: 16px;
	color: white;
	text-decoration: none;
}

/*egér ráhúzáskor*/
#menu a:hover {
	font-size: 16px;
	color: RGB(254,177,3);
	text-decoration: none;
}

/*kattintáskor*/
#menu a:active {
	font-size: 16px;
	color: RGB(254,177,3);
	text-decoration: none;
}

/*aktuális menüpont formája*/
#menu a.current{
	font-size: 16px;
	color: RGB(254,177,3);
	text-decoration: none;
}

/*aktuális menüpont egér ráhúzásra*/
#menu a.current:hover {
	font-size: 16px;
	color: RGB(254,177,3);
	text-decoration: none;
}

#content{
	padding: 0 30px 30px 30px; 
	min-height: 300px; 
}

#foot{
	margin: 0 auto;
	text-align: center;
}

#kosar{
	position: absolute; 
	right: 80px;
	top: 15px; 	
	width: 30px; 
	height: 30px; 
}

.box{
	border: 1px solid #c5c6c6;
	background-color: white;
	box-shadow: 0px 2px 20px 2px #fffbe0;	
	background-color: white; 
}


input, select, textarea, button {
    box-sizing:border-box;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #000000;
	padding: 3px 5px;
}

input, select, textarea {
	background-color: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#fffbe0));
	background: -webkit-linear-gradient(top, #fffbe0, #ffffff);
	background: -moz-linear-gradient(top, #fffbe0, #ffffff);
	background: -ms-linear-gradient(top, #fffbe0, #ffffff);
	background: -o-linear-gradient(top, #fffbe0, #ffffff);
}

/*input[type="button"], input[type="submit"], button {
	cursor: pointer;

	background-color: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffbe0), to(#ffffff));
	background: -webkit-linear-gradient(top, #ffffff, #fffbe0);
	background: -moz-linear-gradient(top, #ffffff, #fffbe0);
	background: -ms-linear-gradient(top, #ffffff, #fffbe0);
	background: -o-linear-gradient(top, #ffffff, #fffbe0);
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background: #ffffff !Important;
}*/

form.form {
	background-color: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffbe0), to(#ffffff));
	background: -webkit-linear-gradient(top, #ffffff, #fffbe0);
	background: -moz-linear-gradient(top, #ffffff, #fffbe0);
	background: -ms-linear-gradient(top, #ffffff, #fffbe0);
	background: -o-linear-gradient(top, #ffffff, #fffbe0);

    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	border: 1px solid #ffffff;
	padding: 10px;
}

#reszlet{
		margin: -46px 0px 0px 0px;
        display: inline-block;
		float: right;
}

/*Kosárba gomb*/
	.myButton {
		cursor: pointer;
		-moz-box-shadow:inset 0px 0px 0px 0px #ffe0b5;
		-webkit-box-shadow:inset 0px 0px 0px 0px #ffe0b5;
		box-shadow:inset 0px 0px 0px 0px #ffe0b5;
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
        background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
        background-color:#fbb450;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #c97e1c;
        
		margin: 0px 0px 0px 10px;
        display:inline-block;
        color:#ffffff;
        font-family:Trebuchet MS;
        font-size:17px;
        font-weight:bold;
        padding:5px 11px;
        text-decoration:none;
        
        text-shadow:1px 1px #000000;
		
		top: 180px;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        
        background-color:#f89306;
        text-decoration:none;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
    
.myButton2 {
		cursor: pointer;
		-moz-box-shadow:inset 0px 0px 0px 0px #ffe0b5;
		-webkit-box-shadow:inset 0px 0px 0px 0px #ffe0b5;
		box-shadow:inset 0px 0px 0px 0px #ffe0b5;
        
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
        background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
        background-color:#fbb450;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #c97e1c;
        
        text-shadow:1px 1px #000000;
        text-decoration:none;
        
        color: white;
        text-shadow:1px 1px #000000;
}

    .myButton2:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        
        background-color:#f89306;
        text-decoration:none;
    }

a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

	table.bordered td, table.bordered th {
		border: 1px solid black;
	}
	
#docs {
	margin-top: 30px;
	text-align: center;
}

iframe {
	border:0;
}

.unnepi-nyitvatartas-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	align-items: center;
	justify-content: center;
}

.unnepi-nyitvatartas-wrapper.show {
	display: flex;
}

.unnepi-nyitvatartas {
	background: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: larger;
}
