/*
Theme Name: flowergardenerhome
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flowergardenerhome
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

flowergardenerhome is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Titillium Web', sans-serif; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #a3bf3a;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	color:#393939;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#a3bf3a;
	color: #393939;
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 90px;	
	border: none;
	margin-bottom: 30px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#393939;
	color: white;
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 90px;
	border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	max-width: 500px;
	width: 100%;
	height: 50px;
	background-color: #cdcdcd;
	color: #393939;
	font-size: 24px;
	text-transform: uppercase;
	border: none;
}

textarea {
	padding-left: 10px;
	max-width: 500px;
	width: 100%;
	height: 180px;
	background-color: #cdcdcd;
	color: #393939;
	font-size: 24px;
	text-transform: uppercase;
	border: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#sahy_lang_holder {
	width: 100%;
	height: 40px;
	background: #525252;
	color: white;
	position: fixed;
	display: table;
	z-index: 999999;
}
#sahy_lang_holder a {
	color: white;
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	right: 50px;
	margin-top: 5px;
}
#sahy_lang_holder a:hover {
	color: #bb4f00;
}
#sahy_img {
	width: 100%;
	height: 540px;
	background-image: url("images/sahy_img.png");
	background-size:cover;
	float: left;
	margin-top: 20px;
}
#sahy_img_elado {
	max-width: 450px;
	width: 100%;
	height: auto;
	color: #a3bf3a;
	font-weight: 900;
	font-size: 60px;
	float: left;
	padding-left: 12%;
	padding-bottom: 10px;
	margin-top: 150px;
	text-transform: uppercase;
	text-align: left;
	line-height: 1em;
}
#sahy_img_text,
#sahy_img_text_sk {
	max-width: 1000px;
	width: 100%;
	height: auto;
	color: #a3bf3a;
	font-weight: 900;
	font-size: 50px;
	float: right;
	padding-right: 185px;
	padding-bottom: 10px;
	margin-top: 100px;
	text-transform: uppercase;
	text-align: right;
	line-height: 1em;
	text-shadow: 0 0 20px #000000;
}
#sahy_img_text_sk {
	margin-top: 100px;
}
#sahy_img_text2,
#sahy_img_text2_en,
#sahy_img_text2_sk {
	max-width: 1000px;
	width: 100%;
	height: auto;
	color: #bb4f00;
	font-weight: 900;
	font-size: 50px;
	float: right;
	padding-right: 185px;
	padding-bottom: 100px;
	text-transform: uppercase;
	text-align: right;
	line-height: 1em;
	text-shadow: 0 0 20px #fff;
}
@media screen and (min-width:781px) and (max-width: 1200px) {
#sahy_img_text {
	margin-top: 80px;
}	
}
@media screen and (max-width: 780px) {
#sahy_img_text {
	max-width: 1000px;
	width: 100%;
	height: auto;
	color: #a3bf3a;
	font-weight: 900;
	font-size: 3rem;
	float: right;
	padding-right: 55px;
	padding-bottom: 10px;
	margin-top: 100px;
	text-transform: uppercase;
	text-align: right;
	line-height: 1em;
	text-shadow: 0 0 20px #000000;
}
#sahy_img_text2,
#sahy_img_text2_en  {
	max-width: 1000px;
	width: 100%;
	height: auto;
	color: #bb4f00;
	font-weight: 900;
	font-size: 2.8rem;
	float: right;
	padding-right: 55px;
	padding-bottom: 100px;
	text-transform: uppercase;
	text-align: right;
	line-height: 1em;
	text-shadow: 0 0 20px #fff;
}
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#sahy_menu_holder {
	width: 100%;
	height: 70px;
	background-color: #a3bf3a;
	position: fixed;
	z-index: 99999;
	margin-top: 40px;
}
#sahy_menu {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: auto;		
}
#sahy_logo,
#sahy_logo_en,
#sahy_logo_sk {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	float: left;
	padding: 10px;
	margin-left: 30px;
	color: #2b4b06;
	margin-top: 5px;
}
@media screen and (max-width: 640px) {
#sahy_logo,
#sahy_logo_en {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	float: left;
	padding: 10px;
	margin-left: 1px;
	margin-top: 13px;
	color: #2b4b06;
}	
#sahy_img_text,
#sahy_img_text2,
#sahy_img_text2_en {
	font-size: 30px;
}
}

@media screen and (max-width: 480px) {
#sahy_logo_en {
	font-size: 10px;
	margin-top: 16px;
}
#sahy_img_text,
#sahy_img_text2,
#sahy_img_text2_en {
	font-size: 30px;
}	
}


#sahy_logo a:link,
#sahy_logo_en a:link {
text-decoration: none;
color: #2b4b06;
}
#sahy_logo a:active,
#sahy_logo_en a:active {
text-decoration: none;
color: #2b4b06;
}
#sahy_logo a:focus,
#sahy_logo_en a:focus {
text-decoration: none;
color: white;
}
#sahy_logo a:hover,
#sahy_logo_en a:hover  {
text-decoration: none;
color: white;
}
#sahy_logo a:visited,
#sahy_logo_en a:visited  {
text-decoration: none;
color: #2b4b06;
}

.main-navigation {
	display: block;
	float: right;
	padding: 25px;
	max-width: 665px;
	width: 100%;
	height: auto;
	color: #393939;
}
@media screen and (min-width:931px) and (max-width:1085px) {
#sahy_logo,
#sahy_logo_en {
	font-size: 15px;
    margin-top: 20px;
    padding: 5px;
}	
}

@media screen and (min-width:801px) and (max-width:930px) {
#sahy_logo {
	font-size: 16px;
	margin-top: 12px;
}
#sahy_logo_en {
	font-size: 12px;
    margin-top: 20px;
    padding: 5px;
}
.main-navigation {
	max-width: 567px;
	font-size: 13px;
}	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	padding-right: 25px;
	color: #2b4b06;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #393939;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


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

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background-color: #2b4b06;
	color: #a3bf3a;
	width: 100px;
	margin: auto;
}
.menu-toggle a:link{
	display: block;
	background-color: #2b4b06;
	color: #a3bf3a;
	width: 100px;
	margin: auto;
}
.menu-toggle:a {
	display: block;
	background-color: #2b4b06;
	color: #a3bf3a;
	width: 100px;
	margin: auto;
}
.menu-toggle:visited{
	display: block;
	background-color: #2b4b06;
	color: #a3bf3a;
	width: 100px;
	margin: auto;
}
.menu-toggle:hover{
	display: block;
	background-color: white;
	color: #a3bf3a;
	width: 100px;
	margin: auto;
}
.menu-toggle:focus{
	display: block;
	background-color: white;
	color: #a3bf3a;
	width: 100px;
	margin: auto;
}
.main-navigation {
	display: block;
	padding: 25px;
	margin-top: -16px;
	width: 100px;
	height: auto;
	color: #393939;
	margin-right: 40px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #393939;
	width: 100px;
	height: auto;
	background-color: #a3bf3a;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: right;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	padding: 25px;
	color: #393939;
	background-color: #a3bf3a;
}
}

@media screen and (min-width: 801px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
p {
	display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
#sahy_adatok_holder {
	width: 100%;
	height: auto;
	background-color: #a3bf3a;
	display: block;
}
#sahy_adatok,
#sahy_adatok_en,
#sahy_adatok_sk {
	max-width: 1200px;
	width: 100%;
	height: auto;
	padding: 30px;
	margin: auto;
	background-color: #a3bf3a;
	display: table;
}
#sahy_adatok_content {
	width: 20%;
	height: auto;
	color: #393939;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	float: left;
	text-align: center;
}
@media screen and (max-width: 780px) {
#sahy_adatok,
#sahy_adatok_en {
	display: none !important;
}
}
#sahy_erdekessegek_holder {
	width: 100%;
	height: auto;
	background-color: #575757;
	display: table;
}
#sahy_erdekessegek_left {
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: -7px;
}
@media screen and (max-width: 780px) {
#sahy_erdekessegek_left {
	pointer-events: none;
}
}
#sahy_erdekessegek_right{
	width: 50%;
	height: auto;
	float: left;
	display: table;
	background-color: #575757;
}
#sahy_erdekessegek_right_text {
	max-width: 1200px;
	width: 100%;
	height: auto;
	color: white;
	padding: 45px;
}
#sahy_erdekessegek_right_text a:link,
#sahy_erdekessegek_right_text a:active,
#sahy_erdekessegek_right_text a:visited {
	color: #bb4f00;
	text-decoration: none;
	text-transform: uppercase;
}
#sahy_erdekessegek_right_text a:hover,
#sahy_erdekessegek_right_text a:focus {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
#sahy_erdekessegek_right_title_holder{
	max-width: 1200px;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 50px;
	display: table;	
	margin: auto;
}
#sahy_erdekessegek_right_title{
	color: white;
	text-align: left; 
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	max-width: 455px;
	width: 100%;
	height: auto;
	margin: auto;
}
#sahy_erdekessegek_right_title a:active,
#sahy_erdekessegek_right_title a:link{
	text-decoration: none;
	color: white;
	cursor: pointer;
}
#sahy_erdekessegek_right_title a:hover,
#sahy_erdekessegek_right_title a:focus{
	text-decoration: none;
	color: #a3bf3a;
	cursor: pointer;
}
#sahy_erdekessegek_right_title a:visited{
	text-decoration: none;
	color: white;
	cursor: pointer;
}
#sahy_logo2 {
	float: left;
	margin-top: -3%;
	padding-right: 20px;
}
@media screen and (max-width: 1200px) {
#sahy_erdekessegek_left {
	width: 100%;
	height: auto;
	float: left;
	display: table;	
	margin-bottom: -7px;
}
#sahy_erdekessegek_right{
	width: 100%;
	height: auto;
	float: left;
	display: table;
	background-color: #7a7a7a;
	clear: both;
}
}
#sahy_haz_holder {
	width: 100%;
	height: auto;
	float: left;
}
#emelet1 {
	width: 14.28%;
	height:auto;
	float: left;
	background-color: #a3bf3a;
	color: #393939;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 40px;
	line-height: 1.5em;
}
#emelet1 a:link {
	text-decoration: none;
	color: #393939;
}
#emelet1 a:active {
	text-decoration: none;
	color: #393939;
}
#emelet1 a:visited {
	text-decoration: none;
	color: #393939;
}
#emelet1 a:hover {
	text-decoration: none;
	color: white;
}
#emelet1 a:focus {
	text-decoration: none;
	color: white;
}
#emelet2 {
	width: 14.28%;
	height:auto;
	float: left;
	background-color: #393939;
	color: white;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 40px;
}
#emelet2 a:link {
	text-decoration: none;
	color: white;
}
#emelet2 a:active {
	text-decoration: none;
	color: white;
}
#emelet2 a:visited {
	text-decoration: none;
	color: white;
}
#emelet2 a:hover {
	text-decoration: none;
	color: #a3bf3a;
}
#emelet2 a:focus {
	text-decoration: none;
	color: #a3bf3a;
}
#emelet3 {
	width: 14.28%;
	height:auto;
	float: left;
	background-color: #cdcdcd;
	color: #393939;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 40px;
}
#emelet3 a:link {
	text-decoration: none;
	color: #393939;
}
#emelet3 a:active {
	text-decoration: none;
	color: #393939;
}
#emelet3 a:visited {
	text-decoration: none;
	color: #393939;
}
#emelet3 a:hover {
	text-decoration: none;
	color: white;
}
#emelet3 a:focus {
	text-decoration: none;
	color: white;
}
#emelet4 {
	width: 14.28%;
	height:auto;
	float: left;
	background-color: #bb4f00;
	color: white;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 40px;
}
#emelet4 a:link {
	text-decoration: none;
	color: white;
}
#emelet4 a:active {
	text-decoration: none;
	color: #a3bf3a;
}
#emelet4 a:visited {
	text-decoration: none;
	color: #a3bf3a;
}
#emelet4 a:hover {
	text-decoration: none;
	color: #cdcdcd;
}
#emelet4 a:focus {
	text-decoration: none;
	color: #cdcdcd;
}
#emelet5 {
	width: 14.28%;
	height:auto;
	float: left;
	background-color: #a3bf3a;
	color: white;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 40px;
}
#emelet5 a:link {
	text-decoration: none;
	color: white;
}
#emelet5 a:active {
	text-decoration: none;
	color: white;
}
#emelet5 a:visited {
	text-decoration: none;
	color: white;
}
#emelet5 a:hover {
	text-decoration: none;
	color: #393939
}
#emelet5 a:focus {
	text-decoration: none;
	color: #393939;
}
#emelet6 {
	width: 14.28%;
	height:auto;
	float: left;
	background-color: #393939;
	color: #cdcdcd;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 40px;
}
#emelet6 a:link {
	text-decoration: none;
	color: #cdcdcd;
}
#emelet6 a:active {
	text-decoration: none;
	color: #cdcdcd;
}
#emelet6 a:visited {
	text-decoration: none;
	color: #cdcdcd;
}
#emelet6 a:hover {
	text-decoration: none;
	color: #a3bf3a
}
#emelet6 a:focus {
	text-decoration: none;
	color: #a3bf3a;
}
#emelet7 {
	width: 14.28%;
	height:auto;
	float: left;
	background-color: #cdcdcd;
	color: #393939;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 40px;
}
#emelet7 a:link {
	text-decoration: none;
	color: #393939;
}
#emelet7 a:active {
	text-decoration: none;
	color: #393939;
}
#emelet7 a:visited {
	text-decoration: none;
	color:#393939;
}
#emelet7 a:hover {
	text-decoration: none;
	color: white;
}
#emelet7 a:focus {
	text-decoration: none;
	color: white;
}
.emelet_szamok_holder {
	text-align: center;
	margin: auto;
	margin-top: 30px;
}
.emelet_szamok {
	float: left;
	font-size: 14px;
	margin-left: 40px;
	color: #2b4b06 !important;
}
.emelet_szamok a {
	color: #2b4b06 !important;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
#sahy_erdekessegek_left {
	pointer-events: none;
}
#emelet1 {
	line-height: 0.8em;
}
}
@media screen and (max-width: 780px) {
#emelet1 {
	width: 50%;
	float: left;
}
#emelet2 {
	width: 50%;
	float: left;
}
#emelet3 {
	width: 50%;
	float: left;
}
#emelet4 {
	width: 50%;
	float: left;
}
#emelet5 {
	width: 50%;
	float: left;
}
#emelet6 {
	width: 50%;
	float: left;
}
#emelet7 {
	width: 100%;
	float: left;
}
}
#sahy_emeletek {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 50px 50px 100px 50px;
}
#sahy_emeletek_title {
	font-size: 30px;
	font-weight: bold;
	float: left;
	max-width: 1000px;
	width: 100%;
	padding-bottom: 30px;
}
#haz_adatok_holder {
	width: 100%;
	height: auto;
	display: table;
	background-color: white;
}
#haz_adatok {
	max-width: 900px;
	width: 100%;
	height: auto;
	display: table;
	background-color: white;
	color: #393939;
	text-align: center;
	margin: auto;
	padding: 50px;
	text-transform: uppercase;
}
#galeria_holder {
	width: 100%;
	height: auto;
	background-color:#a3bf3a;
	position: relative;
	z-index: 99998;
}
#galeria {
	max-width: 800px;
	width: 100%;
	height: auto;
	padding: 50px;
	margin: auto;
	position: relative;
	z-index: 9999
}
#galeria_title {
	margin: auto;
	font-size:30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}
#kapcsolat_holder {
	width: 100%;
	height: auto;
	background-color: #393939;
	display: table;
}
#kapcsolat_left {
	background-color: #393939;
	display: table;
	width: 50%;
	height: auto;
	float: left;
}
#kapcsolat_left_text {
	color: #a3bf3a;
	max-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3em;
	padding-top: 200px;
}
#kapcsolat_left_text a:link {
	color: #a3bf3a;
	max-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3em;
	padding-top: 200px;
	text-decoration: none;
}
#kapcsolat_left_text a:active {
	color: #a3bf3a;
	max-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3em;
	padding-top: 200px;
	text-decoration: none;
}
#kapcsolat_left_text a:visited {
	color: #a3bf3a;
	max-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3em;
	padding-top: 200px;
	text-decoration: none;
}
#kapcsolat_left_text a:hover{
	color: white;
	max-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3em;
	padding-top: 200px;
	text-decoration: none;
}
#kapcsolat_left_text a:focus {
	color: white;
	max-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3em;
	padding-top: 200px;
	text-decoration: none;
}
#kapcsolat_right {
	width: 50%;
	height: auto;
	display: table;
	background-color: #bb4f00;
	float: left;
}
#kapcsolat_right_contactform {
	max-width: 350px;
	width: 100%;
	padding: 10px;
	height: auto;
	margin: auto;
}
#uzenet_title {
	color:#a3bf3a;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}
#uzenet {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: auto;
}
@media screen and (max-width: 780px) {
#kapcsolat_holder {
	width: 100%;
	height: auto;
	background-color: #393939;
	display: table;
}
#kapcsolat_left {
	background-color: #393939;
	display: table;
	width: 100%;
	height: auto;
	float: left;
}	
#kapcsolat_left_text {
	color: #a3bf3a;
	max-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3em;
	padding: 30px;
}
#kapcsolat_right {
	width: 100%;
	height: auto;
	display: table;
	background-color: #bb4f00;
	float: left;
	clear: both;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#sahy_footer_holder {
	width: 100%;
	height: auto;
	float: left;
	background: black;
}
#sahy_footer {
	max-width: 300px;
	width: 100%;
	height: auto;
	padding: 40px;
	background-color: black;
	margin: auto;
	color: gray;
	font-size: 12px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
