*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #fafafa;
	color: #5a5a5a;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 14pt;
}

a{
	color:black;
	text-decoration:none;
}

a:hover{
	color:#f07d00;
	/*text-decoration:underline;*/
}

/* -------------- */

.wrap{
	min-width: 340px;
}

.fejlec{
	width:100%;
	height:160px;
	background: white;
	border-top: 5px solid #e9eaee;
	border-bottom: 4px solid #e9eaee;
	margin-top: 0px;
	padding-top: 0px;
}

.doboz{
	/*clear: both;*/
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	width: 80%;
	max-width: 900px;
	min-width: 300px;
	background: white;
	border: 1px solid #e9eaee;
	vertical-align: top;
	display:inline-block;
	overflow: visible;
	text-align: justify;
	line-height: 180%;
}

.doboz a {
	border: 1px solid #95550f;
	padding: 5px 20px 5px 20px ;
	margin: 20px 20px 10px 10px ;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	background: #f07d00;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: white;
	font-style: italic;
	opacity: 0.8;
	/*float: right;*/
	/*vertical-align: top;*/
} 

.doboz a:hover {
	opacity: 1;
} 

.doboz input {
	border: 1px solid #d2d2a4;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	background: #eaead4;;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: #6b411b;
	font-style: italic;
}

.doboz input:focus{
	border: 1px solid #f07d00;
	outline: none;
}


.doboz select {
	border: 1px solid #d2d2a4;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	background: #eaead4;;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 10pt;
	color: #6b411b;
	font-style: italic;
}

.doboz select:focus{
	border: 1px solid #f07d00;
	outline: none;
}

.knev {width : 200px;}
.csnev {width : 200px;}
.mail {width : 150px;}
.tel {width : 222px;}
.beoszt {width : 300px;}
.cim {width : 500px;}

.uzenet {
	border: 1px solid #d2d2a4;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	background: #eaead4;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 9pt;
	color: #6b411b;
	font-style: italic;
	height: 20em;
	width: 90%;
	padding: 20px;
	resize: none;
	overflow:auto;
}

.main textarea:focus{
	border: 1px solid #6b411b;
	outline: none;
}

.submit input {
	
	border: 1px solid #95550f;
	padding: 5px 20px 5px 20px ;
	margin: 20px 10px 10px 10px ;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	background: #f07d00;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: white;
	font-style: italic;
	opacity: 0.8;
	/*float: left;*/
	cursor: pointer;
} 

.submit input:hover {
	opacity: 1;
} 

.termekszoveg{
	width:80%;
	display:inline-block;
	font-weight: 800;
	font-size: 20pt;
	text-align: left;
}

/* ------------- */

#custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
#custom-file-input::before {
  content: 'Selectați poza';
  color: white;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f07d00, #f07d00);
  border: 1px solid #f07d00;
  border-radius: 6px;
  padding: 4px 4px;
  margin-right:10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 10pt;
  opacity: 0.8;
}
#custom-file-input:hover::before {
  opacity: 1;
}


/* ------------- */

.lab{
	width:100%;
	height:35px;
	margin-top: 50px;
	background: white;
	border-top: 2px solid #e9eaee;
	border-bottom: 5px solid #e9eaee;
	/*position: fixed;
    bottom: 0;*/
	float:bottom;
}

.labtop a{
	color:#e9eaee;
	margin: 10px 10px 10px 10px;
	padding: 11px 10px 12px 53px;
	border: 1px solid #e9eaee;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	background:transparent url(img/up1.png) no-repeat 5px;
}

.labtop a:hover{
	color:#f07d00;
	margin: 10px 10px 10px 10px;
	padding: 11px 10px 12px 53px;
	border: 1px solid #f07d00;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
	background:transparent url(img/uph.png) no-repeat 5px;
	opacity:0.8;
}

p a{
	clear: both;
	color:black;
	text-decoration:none;
}

p a:hover{
	clear: both;
	color:#f07d00;
	text-decoration:underline;
}

.top {
	/*float: right;*/
	position: fixed;
    right: 10px;
    bottom: 34px;
    width: 38px;
	height: 30px;
    /*overflow-y: auto;*/
	/*position: fixed;*/
	overflow: auto;
}

.cr {
	height:50%;
	margin: 10px 10px 10px 10px;
	font-size: 10px;
}