/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = SETUP */

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: auto;
	text-shadow:1px 1px 1px rgba(250,250,250,1);
}

body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color:#414141}

img { border: 0px; -ms-interpolation-mode: bicubic; }
a img { border: none; }
td {
	padding:6px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = BASICS */
a,
a:link,
a:visited {
	color:#4E4538;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
a:hover {
	color: #4AA0BD;
}
hr {
	color: #F7F7EF;
	background-color: #fff;
	height: 1px;
	width: 100%;
	text-align: left;
	margin:18px 0px;
	float:left;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}
input,text,textarea {
	padding:5px;
	font-size:12px;
}
submit,select {
	padding:3px;
	font-size:12px;
}
input,textarea,select{
	border-radius: 3px;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
input:focus,
select:focus,
textarea:focus{
	background-color: #FFFFFF;
	border-color: #FFAA95;
}
.kuldes_gomb {
	display: inline-block;
	border-radius: 6px;
	padding: 3px 6px;
	background-color: #8AB748;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border:none;
	width:auto;
	cursor:pointer;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.kuldes_gomb:hover {
	background-color: #73973C;
}
.check{
	width:auto;
	background:none;
	border: none;
}
.hossz25{
	width:25px;
}
.hossz50{
	width:50px;
}
.hossz100{
	width:100px;
}
.hossz150{
	width:150px;
}
.hossz200{
	width:200px;
}
.hossz400{
	width:400px;
}
.hossz100szazalek{
	width:100%;
}
.hossz90szazalek{
	width:90%;
}
.megjegyzes,
.kiegeszito_info{
	display: inline-block;
	margin-top:0px;
	margin-left:1%;
	color:#666;
	font-size:11px;
	line-height:110%;
	vertical-align:middle;
}

.kiegeszito_info{
	color: #666;
}
.athuzott {
	display:inline;
	text-decoration:line-through;
	
}
.narancs {
	color: #F30;
}
.kek {
	color: #3E6B99;
}
.zold {
	color: #97AE2C;
}
.arany {
	color:#9B6B2B;
}
.arany-border {
	border-color:#9B6B2B !important;
}
.hidden {
	display: block;
	width:0;
	height:0;
	position:absolute;
	left:-1000px;
	
}
.szam {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bal {
	float:left;
}
.jobb {
	float:right;
}
a.gomb, a.gomb_megveszem, .gomb_megveszem, .gomb_piros, a.gomb_piros, .sorszam, .gomb {
	display: inline-block;
	border: 1px solid #B77D31;
	border-radius: 12px;
	background: linear-gradient(to bottom, #C18434 0%, #9B6B2B 100%) repeat scroll 0% 0% transparent;
	/*box-shadow: 1px 1px 5px #BBB;*/
	padding: 12px 24px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0,0.4) !important;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	cursor: pointer;
	width:auto;
}
a.gomb:hover,a.gomb_megveszem:hover,.gomb_megveszem:hover, .gomb:hover {
	background: linear-gradient(to bottom, #9B6B2B 0%, #C18434 100%) repeat scroll 0% 0% transparent;
}
a.gomb_megveszem, .gomb_megveszem {
	font-size:24px;
	padding:12px 48px;
	font-family:'Oswald', sans-serif;
}
a.gomb_piros,.gomb_piros {
	font-size:24px;
	padding:12px 48px;
	font-family:'Oswald', sans-serif;
	border: 1px solid #CF3636;
	background: linear-gradient(to bottom, #D84141 0%, #C42828 100%) repeat scroll 0% 0% transparent;
}
a.gomb_piros:hover,.gomb_piros:hover {
	background: linear-gradient(to bottom, #C42828 0%, #D84141 100%) repeat scroll 0% 0% transparent;
}

a.gomb2,  .gomb2 {
	display: inline-block;
	border: 1px solid #BC4B26;
	border-radius: 3px;
	background: linear-gradient(to bottom, #FB8C68 0%, #ED7B55 100%) repeat scroll 0% 0% transparent;
	box-shadow: 1px 1px 5px #BBB;
	padding: 12px 24px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0) !important;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	line-height:normal;
}
a.gomb2:hover, .gomb2:hover {
border: 1px solid #CF5229;
background: linear-gradient(to bottom, #F9B6A2 0%, #EA9E85 100%) repeat scroll 0% 0% transparent;
}

/***************************************************************** general *****************************************/
.m-a-0 {
	margin:0px !important;
}
.m-b-0,.m-y-0 {
	margin-bottom:0px !important;
}
.m-t-0,.m-y-0 {
	margin-top:0px !important;
}
.m-l-0,.m-x-0 {
	margin-left:0px !important;
}
.m-r-0,.m-x-0 {
	margin-right:0px !important;
}

.m-a-6 {
	margin:6px !important;
}
.m-b-6,.m-y-6 {
	margin-bottom:6px !important;
}
.m-t-6,.m-y-6 {
	margin-top:6px !important;
}
.m-l-6,.m-x-6 {
	margin-left:6px !important;
}
.m-r-6,.m-x-6 {
	margin-right:6px !important;
}

.m-a-12 {
	margin:12px !important;
}
.m-b-12,.m-y-12 {
	margin-bottom:12px !important;
}
.m-t-12,.m-y-12 {
	margin-top:12px !important;
}
.m-l-12,.m-x-12 {
	margin-left:12px !important;
}
.m-r-12,.m-x-12 {
	margin-right:12px !important;
}

.m-a-18 {
	margin:18px !important;
}
.m-b-18,.m-y-18 {
	margin-bottom:18px !important;
}
.m-t-18,.m-y-18 {
	margin-top:18px !important;
}
.m-l-18,.m-x-18 {
	margin-left:18px !important;
}
.m-r-18,.m-x-18 {
	margin-right:18px !important;
}

.m-a-24 {
	margin:24px !important;
}
.m-b-24,.m-y-24 {
	margin-bottom:24px !important;
}
.m-t-24,.m-y-24 {
	margin-top:24px !important;
}
.m-l-24,.m-x-24 {
	margin-left:24px !important;
}
.m-r-24,.m-x-24 {
	margin-right:24px !important;
}

.m-a-36 {
	margin:36px !important;
}
.m-b-36,.m-y-36 {
	margin-bottom:36px !important;
}
.m-t-36,.m-y-36 {
	margin-top:36px !important;
}
.m-l-36,.m-x-36 {
	margin-left:36px !important;
}
.m-r-36,.m-x-36 {
	margin-right:36px !important;
}

.m-a-48 {
	margin:48px !important;
}
.m-b-48,.m-y-48 {
	margin-bottom:48px !important;
}
.m-t-48,.m-y-48 {
	margin-top:48px !important;
}
.m-l-48,.m-x-48 {
	margin-left:48px !important;
}
.m-r-48,.m-x-48 {
	margin-right:48px !important;
}

.p-a-0 {
	padding:0px !important;
}
.p-b-0,.p-y-0 {
	padding-bottom:0px !important;
}
.p-t-0,.p-y-0 {
	padding-top:0px !important;
}
.p-l-0,.p-x-0 {
	padding-left:0px !important;
}
.p-r-0,.p-x-0 {
	padding-right:0px !important;
}

.p-a-6 {
	padding:6px !important;
}
.p-b-6,.p-y-6 {
	padding-bottom:6px !important;
}
.p-t-6,.p-y-6 {
	padding-top:6px !important;
}
.p-l-6,.p-x-6 {
	padding-left:6px !important;
}
.p-r-6,.p-x-6 {
	padding-right:6px !important;
}
.p-a-12 {
	padding:12px !important;
}
.p-b-12,.p-y-12 {
	padding-bottom:12px !important;
}
.p-t-12,.p-y-12 {
	padding-top:12px !important;
}
.p-l-12,.p-x-12 {
	padding-left:12px !important;
}
.p-r-12,.p-x-12 {
	padding-right:12px !important;
}

.p-a-18 {
	padding:18px !important;
}
.p-b-18,.p-y-18 {
	padding-bottom:18px !important;
}
.p-t-18,.p-y-18 {
	padding-top:18px !important;
}
.p-l-18,.p-x-18 {
	padding-left:18px !important;
}
.p-r-18,.p-x-18 {
	padding-right:18px !important;
}

.p-a-24 {
	padding:24px !important;
}
.p-b-24,.p-y-24 {
	padding-bottom:24px !important;
}
.p-t-24,.p-y-24 {
	padding-top:24px !important;
}
.p-l-24,.p-x-24 {
	padding-left:24px !important;
}
.p-r-24,.p-x-24 {
	padding-right:24px !important;
}

.p-a-36 {
	padding:36px !important;
}
.p-b-36,.p-y-36 {
	padding-bottom:36px !important;
}
.p-t-36,.p-y-36 {
	padding-top:36px !important;
}
.p-l-36,.p-x-36 {
	padding-left:36px !important;
}
.p-r-36,.p-x-36 {
	padding-right:36px !important;
}

.p-a-48 {
	padding:48px !important;
}
.p-b-48,.p-y-48 {
	padding-bottom:48px !important;
}
.p-t-48,.p-y-48 {
	padding-top:48px !important;
}
.p-l-48,.p-x-48 {
	padding-left:48px !important;
}
.p-r-48,.p-x-48 {
	padding-right:48px !important;
}
.hidden-class {
	display: block;
	width:0;
	height:0;
	position:absolute;
	left:-1000px;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align:top;
}
.table-row.p-a-12 .table-cell {
	padding: 12px;
}
.table-row.p-a-6 .table-cell {
	padding: 6px;
}
.vertical-middle {
	vertical-align:middle;
}
.center {
	text-align:center
}
.pointer {
	cursor:pointer;
}
.inline {
	display:inline-block;
}
.underline-full {
	padding-bottom:3px;
	border-bottom:1px solid #eee;
}
.display-none{
	display:none;
}
/***************************************************************** box *****************************************/

.harmad-box, .harmad-box2{
	float: left;
	width:33.333%;
	min-width: 220px;
}
.harmad-box2{
	min-width: 100px;
}
.ketharmad-box {
	float: left;
	width:66.6%;
	min-width: 220px;
}
.fel-box {
	float: left;
	width:50%;
	min-width: 320px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.center-box {
	margin-left:auto !important;
	margin-right:auto !important;
}
.clear {
	clear:both;
}
.w-25{
	width:25px !important;
}
.w-50{
	width:50px !important;
}
.w-100{
	width:100px !important;
}
.w-120{
	width:120px !important;
}
.w-150{
	width:150px !important;
}
.w-200{
	width:200px !important;
}
.w-300{
	width:300px !important;
}
.w-400{
	width:400px !important;
}
.w-600{
	width:600px !important;
}
.w-800{
	width:800px !important;
}
.w-p-100 {
	width:100% !important;
}
.w-p-90{
	width:90% !important;
}
.w-p-66{
	width:66.66% !important;
}
.w-p-50{
	width:50% !important;
}
.w-p-33{
	width:33.33% !important;
}
.w-p-25{
	width:25% !important;
}
.w-p-20{
	width:20% !important;
}


.bg-orange {
	background-color: #F1A729 !important;
}
.bg-orange:hover {
	background-color:#F0660B !important;
}
.bg-blue {
	background-color: #2AB3FF !important;
}
.bg-blue:hover {
	background-color: #0092DF !important;
}
.bg-lightblue {
	background-color: aliceblue !important;
}
.bg-lightgray {
	background-color:#fbfbfb !important;
}
.bg-gray {
	background-color:#eee !important;
}
.bg-darkgray {
	background-color:#ccc !important;
}
.bg-green {
	background-color:#68c166 !important;
}

.b-b {
	box-sizing:border-box;
}

/***************************************************************** text *****************************************/
.underline, a.underline {
	text-decoration:underline;
}
.c-orange,a.c-orange {
	color: #F1A729 !important;
}
.c-blue,a.c-blue {
	color: #2AB3FF !important;
}
.c-gray,a.c-gray {
	color: #999 !important;
}
.c-lightgray,a.c-lightgray {
	color: #ccc !important;
}
.c-darkgray,a.c-darkgray {
	color: #666 !important;
}
.c-white,a.c-white {
	color: #fff !important;
}
.c-red,a.c-red {
	color: #F35543 !important;
}
.c-green,a.c-green {
	color: #3FBE92 !important;
}
.c-magenta {
	color:rgb(157, 0, 82) !important;
}
.f-s-12 {
	font-size:12px !important;
}
.f-s-14 {
	font-size:14px !important;
}
.f-s-16 {
	font-size:16px !important;
}
.f-s-18 {
	font-size:18px !important;
}
.f-s-24 {
	font-size:24px !important;
}
.f-s-36 {
	font-size:36px !important;
}
.f-s-48 {
	font-size:48px !important;
}
.number {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.line-trough {
	display:inline;
	text-decoration:line-through;
}
.circle-on-number {
	width: 28px;
	height: 28px;
	border-radius: 14px;
	line-height: 28px;
	/*text-shadow:1px 1px 1px rgba(0,0,0,0.3);*/
	text-align:center;
}
.no-shadow {
	text-shadow:none
}
.dark-shadow {
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.uppercase, a.uppercase {
	text-transform:uppercase;
}
.cur-point {
	cursor: pointer;
}
.cur-help {
	cursor:help;
}
/***************************************************************** image *****************************************/
img.icon-mini {
	margin: 0 5px -4px 0;
	width:19px;
}
img.icon {
	margin: 0 5px -7px 0;
	width:25px;
}
img.icon-xl {
	margin: 0 5px -12px 0;
	width:35px;
}
img.icon-xxl {
	margin: 0 5px -12px 0;
	width:45px;
}
img.icon-xxxl {
	margin: 0 5px -12px 0;
	width:55px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = PAGE STRUCTURE */
#body {
}
.content_1000 {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	padding:0 12px;
}
.content_800 {
	max-width: 800px;
	min-width: 800px;
	margin: 0 auto;
	padding:0 12px;
}
.content_1000_fix {
	width: 1000px;
	margin: 0 auto;
}
.content_full {
	max-width: 100%;
	min-width:800px;
	margin: 0 auto;
	background-color:#F8F8F8;
	padding:0;
}
header, #header {
	width: 100%;
}
.harmad_box {
	float:left;
	width: 32%;
	margin:0 0.6%;
}
.fel_box {
	float:left;
	width: 48%;
	margin:0 1%;
}
.pad24 {
	padding:24px;
}
.szazalek70 {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =MENU*/
#fejlec {
	display: block;
	width: 100%;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: fixed;
	height: auto;
	opacity: 0.95;
	top: 0;
	box-shadow: 0 3px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 3px 4px rgba(0,0,0,.2);
	z-index: 100;
}
#menu {
	max-width: 1000px;
	min-width: 800px;
	margin: auto;
	display: block;
	z-index: 2000;
	padding: 6px 0;
}
#menu img{
    float: left;
}
#menu #linkek{
    float: right;
}
#menu ul li {
    padding: 0px;
    float: left;
    position: relative;
}
#menu ul a {
    position: relative;
    z-index: 200;
    display: block;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 300;
    color: #554846;
    border-radius: 20px;
	margin:12px 6px 0 6px;;
	opacity:1;
}
#menu ul a:hover,#menu ul a.vasarlas:hover {
	background-color:#1A8BCC;
	text-shadow:none;
	color:#FFF;
	opacity:1;
}
#menu ul a.vasarlas {
	background-color:#9B6B2B;
	color:#FFF;
	opacity:1;
	text-shadow:none;
}
/***************************************************************** fejlec *****************************************/
#fejlec2 {
	display:block;
	margin-top:85px;
}
.elektroda_sav {
	background-color:#1A8BCC;
	color:white;
	text-shadow:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1A8BCC;
}
/***************************************************************** mergek nelkul *****************************************/
#mergek-nelkul img{
	float:left;
	margin: 0 24px 24px 0;
	width:50%;
	width-max:650px;
}
/***************************************************************** tudomany *****************************************/
#tudomany{
	background: url(../images/tudomany-bg.jpg) left no-repeat;
	background-size: auto 100%;
	margin-top:24px;
}
#tudomany_szoveg{
	width:78%;
	margin:0 2% 0 20%;
	background-color: rgba(255,255,255,0.9);
	color:;
	text-shadow:1px 1px 0 rgba(255,255,255,0.8);
}
#tudomany_szoveg h2{
	color:;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	margin-top:0;
	text-shadow:none;
}
.ccc {
	background-image:url(../images/bg-ccc-50.png);
	width:98%;
	padding:24px 1%;
}
/***************************************************************** tablazat *****************************************/
#tablazat td{
	padding:12px;
}
#tablazat .tablazat img{
}
	/***************************************************************** kinek ajánljuk *****************************************/
#kinek-ajanljuk img{
	border-top: 4px solid #61A2C9;
	padding-top: 1px;
}
#kinek-ajanljuk h3{
	font-weight: normal;
	min-height: 70px;
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4EABE9;
}
#fokozottan p{
	background-color:#E28B8B;
	padding:12px;
	font-size:22px;
	text-align:center;
	margin:12px 0;
	text-shadow:none;
	color:#FFF;
}
/***************************************************************** vélemény *****************************************/
#velemenyek {
	background: url(../images/velemeny-bg.jpg) center no-repeat;
	background-size: cover;
}
#vasarloi_ertekelesek {
	display:block;
	width:80%;
	height:400px;
	overflow: scroll;
	border:none;
	margin:0 auto;
	padding:24px;
	background-color: rgba(255,255,255,0.9);
	border-radius:3px;
	box-shadow: none;
	overflow-x:hidden;
	margin-bottom:36px;
}
.ertekeles {
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px dotted #CCCCCC;
}
.ertekeles p:first-child {
	font-size:18px;
	color:#000;
}
.ertekeles p:last-child {
	font-style:italic;
	font-weight:bold;
	color:#CCC;
}
/***************************************************************** ismerje-meg *****************************************/
#ismerje-meg img{
	max-width:1000px;
}
/***************************************************************** csomagok *****************************************/
#csomagok h3 {
	font-family:'Oswald', sans-serif;
	font-size:36px;
	padding:0;
	margin:0;
	color:#AC72AD;
}
#csomagok .leiras {
	font-size: 13px;
	padding: 18px;
/*	border: 1px solid #ECDFEC;
*/	background-color: #F7F2F5;
/*	border-radius: 12px;
*/	margin-bottom: 24px;
	text-align:left;
	height:165px;
}
.figyelem {
	margin: 0 auto;
	padding: 24px;
	border: none;
	background-color: #E9CEAB;
	border-radius: 12px;
	margin-bottom: 24px;
}
.tartalom {
	margin-top:12px;
	color:#C0C0C0;
	font-size:16px;
}
.tetel, .tetel2 {
	text-align:left;
	padding-left:40px;
	background:url(../images/check2.png) no-repeat;
	line-height:41px;
	margin:6px 0 6px 20px;
}
.tetel2 {
	color:#CCC;
	background:url(../images/no.png) no-repeat;
}
.ar_eredeti {
	margin-top:12px;
	font-size:16px;
	font-family:'Oswald', sans-serif;
	color:#C93232
}
.ar_akcios {
	margin-top:12px;
	font-size: 36px;
	font-family:'Oswald', sans-serif;
}
/***************************************************************** extrák *****************************************/
.csere, .penzvissza {
	width:300px;
	background:url(../images/cseregarancia.png);
	color:#FEDE00;
	margin-bottom:48px;
}
.penzvissza {
	background:url(../images/penzvissza.png);
}
.csere_szoveg, .penzvissza_szoveg {
	margin-top:180px;
	background-color:#000;
	padding:12px;
}
.penzvissza_szoveg {
	background-color:#4B274C;
}

.csere_szoveg h3, .penzvissza_szoveg h3{
	font-size:18px;
	color:#FEDE00;
	text-shadow:none;
	margin:0;
	font-family:'Oswald', sans-serif;
	padding:0;
}
.csere_szoveg p, .penzvissza_szoveg p{
	font-size:14px;
	color:#FEDE00;
	text-shadow:none;
	font-family:'Oswald', sans-serif;
	font-weight:300;
}
.penzvissza_szoveg h3, .penzvissza_szoveg p {
	color:#E4B24C;
}
/***************************************************************** idozito *****************************************/
#countdown_dashboard, #countdown_dashboard2 {
	height: 110px;
	width:550px;
	margin:0 auto;
}
.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-family:'Oswald', sans-serif;
	font-size: 50pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
	margin:0;
	padding:0;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/***************************************************************** így használja *****************************************/
ol.szamozott li {
	list-style:decimal;
	margin-bottom:12PX;
}
ol.szamozott {
	padding:0 24px;
}
/***************************************************************** gyik *****************************************/
.gyik_box {
	margin:6px 0;
	font-size:18px;
}
.kerdes {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	padding: 12px 24px;
	background-color: #DAEEFA;
	border-bottom: 1px solid #1B8BCB;
	cursor: pointer;
	color: #1B8BCB
}
.kerdes:hover {
	background-color: #EEF8FD;
}
.valasz {
	padding: 24px;
	display: none;
	background-color: #fff;
	color: #666;
	text-shadow: none;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =megrendelőlap*/
.kep-megrendelo {
	float:left;
	width:auto;
	margin:0 12px 12px 0;
	border:1px solid #ccc;
}
.keret {
    border: 6px solid #2AB3FF;
    border-radius: 10px;
    margin: 0 24px 24px 0;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = =űrlap
*/
input,text,textarea {
	padding:5px;
	font-size:12px;
}
submit,select {
	padding:3px;
	font-size:12px;
}
input,textarea,select{
	border-radius: 3px;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
input:focus,
select:focus,
textarea:focus{
	background-color: #FFFFFF;
	border-color: #FFAA95;
}
.kuldes_gomb {
	display: inline-block;
	border-radius: 6px;
	padding: 3px 6px;
	background-color: #8AB748;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border:none;
	width:auto;
	cursor:pointer;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.kuldes_gomb:hover {
	background-color: #73973C;
}
.check{
	width:auto;
	background:none;
	border: none;
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = FOOTER */
footer {
	margin-top:48px;
	width: 100%;
	background-color: #F0F0F0;
}
#footer {
	margin: 0 auto;
	clear: both;
	padding:24px 0;
}
#footer_linkek {
	display: block;
	width:100%;
}
#footer a{
	padding: 3px 0;
	font-size:12px;
	color: #666;
	text-decoration: underline;
}
#footer p{
	padding: 3px 0;
	font-size:12px;
	color: #666;
	text-decoration: none;
}
#footer a:hover{
	color: #AC72AD;
}
#footer_logo {
	width: 980px;
	display: block;
	border-top:1px dotted #666;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = H-k */
h1,h2,h3,h4 {
	font-weight: bold;
	font-family:'Roboto Condensed', sans-serif;
	color: #524E45;
	line-height: normal;
	text-shadow:1px 1px 0 rgba(250,250,250,1);
}
h1 {
	margin:36px 0 24px;
	font-size:36px;
}
h2 {
	margin: 36px 0;
	font-size: 40px;
	/*color:#9B539C;*/
	color: #2AB3FF;
	font-weight: normal;
	border-bottom: 2px solid #2AB3FF;
	padding-bottom: 6px;
}
h3 {
	font-size: 24px;
	/*color:#9B539C;*/
	color: #333;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	margin:12px 0 24px;

}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = modal */
.modal {
	display: none;
	width: 800px;
	margin: 0;
	padding: 35px;
	position: fixed;
	text-align: left;
	border: 6px solid #2AB3FF;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	background-color: #fff;
	background-image: url(../images/noise.png);
	max-height:500px;
/*	background-image: url(../images/noise.png), linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.6));
*/}
.modal h1 {
	margin: 0 0 24px 0;
	line-height: normal;
	border-bottom: 1px dotted #62ADC6;
	color: #2AB3FF;
}
.modal label { display: block; padding: 7px 7px 0 0; font-size:12px;}
.modal p { margin: 0; padding: 1px 0; }
.modal p.submit { margin: 0; padding: 30px 0 0 0; text-align: center; }

.modal .btnClose { display: block; width: 20px; height: 20px; position: absolute; bottom: 15px; right: 15px; background: url(../images/modal-close.png) no-repeat 0 0; text-decoration:none }
.modal .btnClose:hover { border: none !important; }
.modal .kuldes_gomb { background-color:#F81716}
.modal .kuldes_gomb:hover {
	background-color: #EC4100
}
