/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		font-size: 10pt;  /* 13.5pt; a nagy képernyőn*/
		font-family: sans-serif;
		background-color: #e3e9dc;
		/*font-family: 'Ubuntu Condensed', sans-serif;*/
		font-family: 'Open Sans', sans-serif;  /*ez a jó*/
		/*color: #878e83;*/
		color: #333333;   /* ez ha az ált szövegre  */
		letter-spacing: -1px;
		font-weight: 300;               /*új*/
	}

	h1, h2, h3, h4 {
		color: #007897;
		font-weight: normal;
	}

	h1 {
		text-transform: lowercase;
	}

	h2 {
		text-transform: lowercase;
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h3, h4 {
		color: #283121;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #5d93a2;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url("images/icon-bubble.png") no-repeat;
		}

	ul.small-image-list li {
		overflow: hidden;
		margin-bottom: 1.5em;
	}

	ul.big-image-list li {
		overflow: hidden;
		margin-bottom: 2em;
	}

	ul.link-list li {
		border-top: solid 1px #ced0b7;
		padding: 0.75em 0 0 0;
		margin: 0.75em 0 0 0;
	}

		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #007b9d;
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #18a8c8;
	}

		.button:hover {
			background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
			background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
			background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
			background-image: linear-gradient(top, #1b9fbe, #118eb1);
			background-color: #118eb1;
			box-shadow: inset 0px 0px 0px 1px #3ecceb;
		}

/* Desktop + Tablet */

	@media screen and (min-width: 737px) {

		/* Basic */

			body {
				min-width: 1200px;
			}

			section, article {
				margin: 0 0 60px 0;
			}

			section:last-child, article:last-child {
				margin-bottom: 0;
			}

			section.left-content {
				padding-right: 30px;
			}

			section.right-content {
				padding-left: 30px;
			}

			section.middle-content {
				padding: 0 30px 0 30px;
			}

			ul.small-image-list img {
				width: 78px;
			}

			ul.big-image-list img {
				width: 178px;
			}

		/* Reusable */

			.blog-post-image {
				width: 100%;
			}

		/* Header */

			#header-wrapper {
				background-image: -moz-linear-gradient(top, #008dab, #007294);
				background-image: -webkit-linear-gradient(top, #008dab, #007294);
				background-image: -ms-linear-gradient(top, #008dab, #007294);
				background-image: linear-gradient(top, #008dab, #007294);
				background-color: #007294;
			}

			#header {
				background-image: -moz-linear-gradient(top, #008ead, #007b9d);
				background-image: -webkit-linear-gradient(top, #008ead, #007b9d);
				background-image: -ms-linear-gradient(top, #008ead, #007b9d);
				background-image: linear-gradient(top, #008ead, #007b9d);
				-moz-box-sizing: content-box;
				-webkit-box-sizing: content-box;
				-ms-box-sizing: content-box;
				box-sizing: content-box;
				position: relative;
				margin: 2.5% 0 2.5% 0;
				padding: 0 40px 0 40px;
				border-radius: 10px;
				border: solid 1px #006e8b;
				box-shadow: inset 0px 0px 0px 1px #12a0bf, 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
				background-color: #007b9d;
				height: 86px;
			}

				#header h1 {
					position: absolute;
					left: 40px;
					top: 0;
					color: #fff;
					font-size: 2.4em;
					letter-spacing: -2px;
					line-height: 86px;
				}

					#header h1 a {
						color: #fff;
						text-decoration: none;
					}

				#header nav {
					position: absolute;
					right: 40px;
					top: 1px;
					line-height: 84px;
					text-transform: lowercase;
					font-size: 1.3em;
					letter-spacing: -1px;
				}

					#header nav a {
						display: inline-block;
						text-decoration: none;
						color: #fff;
						padding: 0 25px 0 25px;
						outline: 0;
					}

						#header nav a.current-page-item {
							background-image: -moz-linear-gradient(top, #007b99, #007897);
							background-image: -webkit-linear-gradient(top, #007b99, #007897);
							background-image: -ms-linear-gradient(top, #007b99, #007897);
							background-image: linear-gradient(top, #007b99, #007897);
							background-color: #007897;
							box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px rgba(255, 255, 255, 0.1);
						}

						#header nav a:hover {
							background-image: -moz-linear-gradient(top, #0782a0, #077d9b);
							background-image: -webkit-linear-gradient(top, #0782a0, #077d9b);
							background-image: -ms-linear-gradient(top, #0782a0, #077d9b);
							background-image: linear-gradient(top, #0782a0, #077d9b);
							background-color: #0882a1;
							box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.05), 0px 0px 5px 1px rgba(255, 255, 255, 0.05);
						}

		/* Banner 

			#banner-wrapper {
				background: #c8d2bc url(images/bg1.png);
				padding: 2em 0;
			}

			#banner {
				-moz-box-sizing: content-box;
				-webkit-box-sizing: content-box;
				-ms-box-sizing: content-box;
				box-sizing: content-box;
				position: relative;
				width: 1160px;
				height: 265px;
				box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
				border-radius: 10px;
				padding: 20px;
				background: #fff url(images/banner.jpg) no-repeat 20px 20px;
				background-size: 1160px 265px;
			}

				#banner h2 {
					position: absolute;
					z-index: 1;
					width: 100%;
					top: 100px;
					left: 0;
					font-size: 3.3em;
					color: #fff;
					text-align: center;
					letter-spacing: -2px;
				}

				#banner span {
					display: block;
					position: absolute;
					z-index: 1;
					width: 100%;
					bottom: 105px;
					left: 0;
					font-size: 1.6em;
					color: #fff;
					text-align: center;
					letter-spacing: -1px;
					text-transform: lowercase;
					opacity: 0.8;
				}*/

		/* Main */

			#main {
				background: #fff;
				padding: 4em 0;
			}

		/* Footer */

			#footer-wrapper {
				padding: 4em 0;
			}

		/* Copyright */

			#copyright {
				text-align: center;
				color: #A6A88F;
				border-top: solid 1px #ced0b7;
				padding: 3em 0 0 0;
				margin: 1% 0 0 0;
			}

				#copyright a {
					color: #A6A88F;
				}

	}

/* Tablet Only */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
				min-width: 1000px;
			}

		/* Reusable */

			ul.small-image-list img {
				width: 50px;
			}

			ul.big-image-list img {
				width: 75px;
			}

		/* Header */

			#header {
				height: 76px;
			}

				#header h1 {
					font-size: 2em;
					line-height: 76px;
				}

				#header nav {
					line-height: 74px;
					font-size: 1.1em;
				}

					#header nav a {
						padding: 0 20px 0 20px;
					}

		/* Banner 

			#banner {
				width: 960px;
				height: 220px;
				background-size: 960px 220px;
			}

				#banner h2 {
					font-size: 3em;
					top: 80px;
				}

				#banner span {
					font-size: 1.4em;
					bottom: 85px;
				}*/

		/* Footer */

			#footer-wrapper {
				padding: 5% 0 5% 0;
			}

		/* Copyright */

			#copyright {
				padding: 3em 0 0 0;
				margin: 5% 0 0 0;
			}

	}

/* Mobile Only */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body {
				font-size: 10pt;   /* 13pt; volt, de 10 a jó*/
			}

			h2 {
				font-size: 1.4em;
			}

			h3 {
				font-size: 1.2em;
			}

			h4 {
				font-size: 1em;
			}

		/* Reusable */

			ul.small-image-list img {
				width: 75px;
			}

			ul.big-image-list img {
				width: 75px;
			}

			ul.link-list {
				margin: 0 0 2em 0;
			}

			section, article {
				padding: 40px 20px 40px 20px;
			}

			#main section, #main article {
				background: #fff;
			}

			article.blog-post .comments {
				display: block;
				position: relative;
				top: -0.5em;
				margin: 0 0 0.5em 0;
			}

			.button {
				font-size: 1em;
			}

			.blog-post-image {
				width: 100%;
			}

		/* Header */

			#header-wrapper {
				background-image: -moz-linear-gradient(top, #008dab, #007294);
				background-image: -webkit-linear-gradient(top, #008dab, #007294);
				background-image: -ms-linear-gradient(top, #008dab, #007294);
				background-image: linear-gradient(top, #008dab, #007294);
				background-color: #007294;
			}

			#header {
				display: none;
				/*height: 24px;*/
			}

		/* Banner

			#banner-wrapper {
				background: #c8d2bc url(images/bg1.png);
				display: none;
			}

			#banner {
				position: relative;
				width: 100%;
				height: 240px;
				background: #fff url(images/banner.jpg) no-repeat;
				background-size: 100% 100%;
				position: relative;
			}

				#banner h2 {
					position: absolute;
					z-index: 1;
					width: 100%;
					bottom: 80px;
					left: 0;
					font-size: 2em;
					color: #fff;
					text-align: center;
					letter-spacing: -2px;
				}

				#banner span {
					display: block;
					position: absolute;
					z-index: 1;
					width: 100%;
					top: 135px;
					left: 0;
					font-size: 1em;
					color: #fff;
					text-align: center;
					letter-spacing: -1px;
					text-transform: lowercase;
					opacity: 0.8;
				} */

		/* Main */

			#main {
				margin-top: 44px;
			}

		/* Footer */

			#footer-wrapper section, #footer-wrapper article {
				border-bottom: solid 1px #ced0b7;
			}

		/* Copyright */

			#copyright {
				text-align: center;
				color: #A6A88F;
				padding: 40px;
				font-size: 0.8em;
				line-height: 1.5em;
			}

				#copyright a {
					color: #A6A88F;
				}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				background-image: -moz-linear-gradient(top, #008dab, #007294);
				background-image: -webkit-linear-gradient(top, #008dab, #007294);
				background-image: -ms-linear-gradient(top, #008dab, #007294);
				background-image: linear-gradient(top, #008dab, #007294);
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				text-align: center;
				color: #fff;
				font-size: 1.25em;
				background-color: #007294;
			}

				#titleBar .title {
					line-height: 44px;
				}

				#titleBar .toggle {
					position: absolute;
					top: 0;
					left: 0;
					width: 80px;
					height: 60px;
				}

					#titleBar .toggle:after {
						content: '';
						position: absolute;
						left: 4px;
						top: 4px;
						color: #fff;
						text-align: center;
						line-height: 31px;
						font-size: 0.8em;
						width: 50px;
						height: 35px;
						border-radius: 5px;
						box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 6px 13px 0px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.1);
					}

					#titleBar .toggle:before {
						content: '';
						position: absolute;
						width: 20px;
						height: 30px;
						background: url("images/mobileUI-site-nav-opener-bg.svg");
						top: 16px;
						left: 19px;
					}

					#titleBar .toggle:active:after {
						background: rgba(0, 0, 0, 0.2);
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #00536F;
				color: #fff;
				box-shadow: inset -10px 0px 40px 0px rgba(0, 0, 0, 0.5);
			}

				#navPanel .link {
					display: block;
					color: #fff;
					border-top: solid 1px rgba(255, 255, 255, 0.1);
					border-bottom: solid 1px rgba(0, 0, 0, 0.2);
					height: 55px;
					line-height: 55px;
					padding: 0 15px 0 15px;
					text-decoration: none;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link:last-child {
						border-bottom: 0;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}