/* GOOGLE FONTS */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/b9QBgL0iMZfDSpmcXcE8nJT5GEmoOtNsejy4tIPLwv0.woff) format('woff');
}

/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; background-image: url('../img/paws.png'),url('../img/bright_squares.png');background-position: right top,left top;background-repeat: repeat-y,repeat;} /* Improve default text rendering, handling of kerning pairs and ligatures */
/*body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; background-image: url('../img/paws.png');background-position: right top;background-repeat: repeat-y;} /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 100%/1.5 Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif; *font-size: 1em} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.4em; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {font-family:'Roboto Condensed',Futura,sans-serif;color:#222;text-shadow:1px 1px 1px rgba(0,0,0,.10)}
h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 0.95em; line-height: 1.3em; margin-bottom: 1.3em} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.714em; margin-bottom: 1.714em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;	box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:Futura, "Century Gothic", AppleGothic, sans-serif}

/* HYPERLINKS */
/*a {text-decoration: none; color:#ff1724; font-weight:bold}*/
a {text-decoration: none; color:#c35600; font-weight:bold}
a:hover {text-decoration: underline}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
figure {margin: 0}
object, embed, video {max-width: 100%; _width: 100%} /* Fluid images (IMG kimaradt!) */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {background: #848484}
ins {background: #848484}
del {text-decoration: line-through}
::-moz-selection {background: #848484; color: #fff; text-shadow: none} /* selected text */
::selection {background: #848484; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

/* DEFAULT MOBILE STYLE */
body {width: 98%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.g15,.g25,.g35,.g45,.g14,.g12,.g34,.g13,.g23,.g1{display:block; position:relative; margin-left:0.5%; margin-right:0.5%; margin-bottom: 1em}

/* media Queries

FOLDING FLUID GRID
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
	body {}
	.w2010 {width: 11%; _width: 11%}
	.w3010 {width: 11%; _width: 11%}
	.w6080 {width: 79%; _width: 79%}
	.w7090 {width: 89%; _width: 89%}
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
	body {}

}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {
	body {}

}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
	body {}
	.w2010 {width: 19%; _width: 19%}
	.w3010 {width: 29%; _width: 29%}
	.w6080 {width: 59%; _width: 59%}
	.w7090 {width: 69%; _width: 69%}
	.mh01 {min-height: 370px}
	
	/* COLUMN GRID */
	.g15,.g25,.g35,.g45,.g14,.g12,.g34,.g13,.g23,.g1 {display:inline; float:left}

	/* 2 COLUMN GRID */
	
	.g15 {width:49%}
	.g25 {width:49%}
	.g35 {width:99%}
	.g45 {width:99%}

	.g14 {width:49%}
	.g12 {width:49%}
	.g34 {width:99%}

	.g13 {width:49%}
	.g23 {width:49%}
	
	.g1 {width:99%}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
	body {width: 88%}
	
	/* 5 COLUMN GRID */
	.g15 {width:19%}
	.g25 {width:39%}
	.g35 {width:59%}
	.g45 {width:79%}

	/* 4 COLUMN GRID */
	.g14 {width:24%}
	.g12 {width:49%}
	.g34 {width:74%}
	
	/* 3 COLUMN GRID */
	.g13 {width:32.33333%}
	.g23 {width:65.66667%}

	/* FULL GRID */
	.g1 {width:99%}
}

/* DESKTOP */
@media only screen and (min-width: 1280px) { 
	body {}

}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
	/* body {font-size:116.75%; background:url('../img/bright_squares_@2X.png') 0 1.25em; max-width:1440px} 18.5px / 28px */
	body {font-size:116.75%; background-image: url('../img/paws.png'),url('../img/bright_squares.png');background-position: right top,left top;background-repeat: repeat-y,repeat; max-width:1440px} /* 18.5px / 28px */

}


/* PRINT */
@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}

/* CUSTOM */
body {margin-top:12px}
.sprite{background: url('../img/sprite.png')}
.spriteI{background: url('../img/sprite.png'); position:absolute; right:1em; top:0.8em; display:block; width:32px; height:30px}
.cbox,.mbox {
	position: relative; /* hogy a kis ikonok is a helyükön legyenek */
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.80);
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
	-webkit-border-bottom-right-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-top: 2px solid #fff;
	box-shadow: 0.1em 0.2em 0.4em #ccc;
	}
.cbox p,small,table {margin: 0 1em 1em 1em}
.cbox p,small {display:block}
.cbox img,.bbox img{margin-bottom: 0; max-width: 100%; _width: 100%}
.cbox iframe {width: 99%; height: 500px; border: 0}
.cbox ul,ol  {margin: 0 1em 1em 2em}
.cbox h1,.mbox h1 {padding-top: 0.6em; margin: 0 0.667em 1em 0.667em; font-size: 1.4em}
.cbox h2,.mbox h2 {padding-top: 1.15em; margin:0 0 0.5em 0.85em; font-size: 1.1em}
.cbox h2 a:hover {text-decoration:none}
.cbox hr {margin: 0 1em 0 1em}
.cbox label {cursor: pointer}
.bbox {
	position: relative; /* hogy a kis ikonok is a helyükön legyenek */
	/*background: #f9f9f8;*/
}
.iboxw {
	background: rgb(249,249,248);
	}
.ibox p,.iboxw p  {margin: 0.6em 1em 0.6em 1em;padding:0}
.ibox img,.iboxw img{margin:0;padding:0;width:100%;height:auto}
#sign {width:30%;text-align:center}
.ab {
	color: #fff;
	background-color: #c35600;
	text-shadow: 0.05em 0.05em #ff7000, -0.05em -0.05em #823900;
	box-shadow: 0.05em 0.05em #823900;
	font-weight: bold;
	border: 0;
	padding: 0.9em;
	-webkit-border-bottom-right-radius: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	border-bottom-right-radius: 0.4em;
	}
.ab:hover{text-decoration:none;}
.at {
	color: #222;
	text-shadow: 1px 1px 1px rgba(0,0,0,.10)
	}
.at:hover{text-decoration:none;}
.ah:hover {opacity: 0.6; filter: alpha(opacity=60);}
.emphasized {
	background: rgb(254,243,224);
	background: rgba(254,243,224, 0.80);
	border-top: 2px solid #f8e9cf;
	}

.w50 {width: 49%; _width: 49%}
.a50:hover {text-decoration:none}
.aHir{background-position: 0 0}
.aKep{background-position: 0 -30px}
.aVideo{background-position: 0 -60px}
.aKapcsolat{background-position: 0 -90px}
.aJotudni{background-position: 0 -120px}
.aTerkep{background-position: 0 -150px}
.aUjpest{background-position: 0 -180px}
.aNevnap{background-position: 0 -210px}
.iHir{background-position: -32px 0}
.iKep{background-position: -32px -30px}
.iVideo{background-position: -32px -60px}
.iKapcsolat{background-position: -32px -90px}
.iJotudni{background-position: -32px -120px}
.iTerkep{background-position: -32px -150px}
.play{position:absolute;z-index:2;left:0;top:0;display:block;width:100%;height:100%;background: url('../img/play.png') no-repeat center center}
table,tr{width: 95%; _width: 95%}
td {padding:0.333em;border-top:1px solid #f1ebeb;line-height:1.666em;vertical-align:top}
input.text {padding:0.2em;background:#f1ebeb;color:#000;border:1px solid #d5d3d3;box-shadow: inset 0.1em 0.05em 0.2em #ddd}
input.select {padding:0.2em;background:#f1ebeb;color:#000;border:1px solid #d5d3d3;box-shadow: inset 0.1em 0.05em 0.2em #ddd}
textarea {height:10em;padding:0.2em;background:#f1ebeb;color:#000;border:1px solid #d5d3d3;box-shadow: inset 0.05em 0.05em 0.2em #ddd}
::-webkit-input-placeholder{color:#555}
::-moz-placeholder{color:#555}
:-ms-input-placeholder {color:#555}
input:-moz-placeholder{color:#555}
.tds {font-weight:bold}
.fHiba {background:#ffdc70;color:#990000;border-top:1px solid #990000}
.fiHiba {border:1px solid #990000}
.fyi {font-size: 0.8em;line-height:1.4em;display:block;padding-bottom:1em}
.err {font-size: 0.8em;font-weight:bold}
footer {font-size: 0.8em; padding-top: 1em; height:3em}
footer ul {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -1em;
	top: 1em;
}
footer li {
	float: left;
	padding: 0 0 0 2em;
}
ul.ajanlo  {
	list-style-type: none;
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}
ul.ajanlo li{
	float: left;
	padding: 0.7em;
}
ul.ajanlo img {margin-bottom: 0; width: 100%; _width: 100%}
ul.tovabbi,ul.mittehet,ul.jotudni {
	list-style-type: square;
	list-style-position: outside;
	border: 0;
	margin: 0 0 1em 1em;
	padding: 0 0 0 1.5em;
}
ul.mittehet li {margin-right:1em}
ul.jotudni li {margin-right:1em;margin-top:0.5em}
small.kepala {
	text-align: center;
	padding: 0;
	margin: 0 0 2em 0;
	}
#mapcanvas {height: 500px; margin: 0 1em 1em 1em;}