@charset "UTF-8";
/* CSS Document */

/* this is usually 16px by default*/
html { 
	font-size: 90%; 
}

body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}



.marketing {
	margin-left: 0px;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 50;
	color: #ff6600;
}

.find_product{
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 100;
	line-height: 1.2em;
	background-color: #ffffff !important;
	font-size: 1.5em;
	color: #ff9900;
	padding-bottom: 40px;
}

.smallPrint {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 100;
	color: #999999;
	line-height: 1.2em;
	font-size: 1.2em;
}
.arak_kiirasa-athuzott {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 200;
	color: #666666;
	text-decoration:line-through;
}
.arak_kiirasa {
	margin-left: 0px;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 400;
	color: #ff9900;
}

.arak_kiirasa_nagyobb {
	margin-left: 0px;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.3em;

	font-weight: 400;
	color: #ff9900;
	display:inline-block;	
}


.vertKozep {
	font-weight: 200;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.3em;	
	color: #545454;
	margin-left:2px; 
	margin-right:5px; 
	margin-bottom:8px;
	margin-top:-18px;
	display: inline-block;
}


/*form {
	margin: 0 0 0 0; 
}*/

/*checkbox*/

/*kivalasztott pipa eltuntetese*/
input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: none;
	float: left;
}

/*pipa utani szöveg*/
input[type="checkbox"] + label {
	text-decoration: line;
	color: #545454;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 200;
	padding-left: 2em;
	padding-right: 0.75em;
	position: relative;
	line-height: 1.3em; 
	margin: 0 0 1em 0; 
	
}


/*sajat design pipa*/
.foscheck input[type="checkbox"] + label:before {
	background: #ffffff url(https://www.flat-plan.com/system-pages/images/check/checkbox.jpg) no-repeat;
	border-color: #ffffff;
	outline: none !important; 
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.5em;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 20px;
}

.foscheck input[type="checkbox"]:checked + label:before {
	background: #ffffff url(https://www.flat-plan.com/system-pages/images/check/checkbox-selected.jpg) no-repeat;
	border-color: #ffffff;
	outline: none !important; 
	font-weight: 400; 
}

/*checkbox eddig*/



/*lenyilo menu*/
select.dropdown {
	min-width:70px;
	margin: 0px;
	margin-top: 12px;
	height: 42px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-appearance: none;
	appearance: none;
	background: url('https://www.flat-plan.com/system-pages/images/check/form-menu-select-2.png') no-repeat 100% 50% #ffffff;
	outline:none;
	background-color: #f7f7f7;

}
/*lenyilo menu eddig*/

.button4 {
	background-color: #ff6600;
	border: none;
	color: #ffffff;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	transition-duration: 0.9s;
	cursor: pointer;
	
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;	
		

}



.button4:hover {
  background-color: #ff9900;
  color: white;
}

.button4:focus {
	outline: none;

}
.spaceStyle {
	padding-left:5px;
	padding-right:5px;	
	display: inline;

}
.spacer{
	display:block;
	padding-top:20px;
}

