﻿/*
Theme Name: Vészjelző
Author: E-LIFT
Author URI: https://e-lift.hu/
Description: 2025.05.07
Version: 1.08
*/



/*  Reset  */

@viewport {
	width: device-width;
}

html, body, div, span, applet, object, a, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html :where(img) {
	height: initial;
	max-width: initial;
}

aside, details, footer, header, hgroup, nav, section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

body {
	background: #fff;
	min-width: 450px;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
}

a {
	color: dodgerblue;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: dodgerblue;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 20px;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 16px;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	min-width: inherit;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input,
select {
	line-height: normal;
	margin: 4px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 0px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0;
	/*font-weight: bold;*/
}

td {
	border-width: 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: dodgerblue;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: dodgerblue;
	color: #fff;
	text-shadow: none;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}



/*  Subpage Image  */

.subpage-image {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 300px;
}

.subpage-title {
	padding-top: 220px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: calc(22px + 1.5vw);
	color: white;
	text-shadow: 4px 4px 6px #000;
	font-weight: bold;
	z-index: 2;
	position: absolute;
	min-width: 450px;
}

.subpage-overlay {
	z-index: 1;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}

.subpage-line {
	line-height: 4px;
	height: 4px;
}
  
  
/*  Infobox  */

.MsgOverlay,
.InfoOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	transition: opacity 1000ms;
	opacity: 0;
}

.MsgPopup,
.CallPopup {
	margin: -60px auto;
	padding: 10px;
	background: #fff;
	width: 300px;
	top: 50%;
	position: relative;
	border-radius: 8px;
	font-size: 12px;
	cursor: pointer;
}

.CallPopup {
	cursor: auto;
}

.InfoPopup {
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	width: 90%;
	max-width: 600px;
	position: relative;
	border-radius: 8px;
	max-height: 90%;
	overflow-y: scroll;
}

.InfoPopup #orderinfo_text {
	text-align: center;
}

.InfoPopup #orderinfotext {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.MsgPopup table{
	margin-bottom: 0;
}

.MsgPopup h2,
.InfoPopup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}

.MsgPopup .close,
.InfoPopup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	font-weight: bold;
	color: #333;
	font-size: 20px;
}

#CloseOrderInfo {
	cursor: pointer;
}

.MsgPopup #infotext {
	padding-top: 20px;
	font-weight: bold;
}

.MsgPopup .close:hover,
.InfoPopup .close:hover {
	color: dodgerblue;
}


/*  Cookie  */

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
	color: rgb(255, 255, 255);
}

.cookie-notice-container {
    padding: 10px;
	text-align: center;
	background-color: dodgerblue;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

.cookie-line {
	height: 42px;
	width: 100%;
}
  
  
/*  Animations  */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

@keyframes slide-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    } 
    100% {
        opacity: 0;
        transform: translateY(-100%);
    } 
}

p {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.hide {
	display: none;
}

.slideup {
    transform: translateY(-300%);
	animation: slide-up 0.5s !important;
}


.msz {
	width: 100px;
}

.keresomezo {
	margin: 20px;
}



/*  Input fields  */

input,
textarea,
select {
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}
textarea {
	width: 100%;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}




/*  Buttons  */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: dodgerblue;
	border: 0;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	/*font-weight: 700;*/
	text-transform: uppercase;
	vertical-align: bottom;
	padding: 10px;
	box-shadow: 0px 0px 8px 2px darkgrey;
}

button,
.button,
input,
textarea,
select {
	padding: 4px 6px 4px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #1e69ff;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #1e69ff;
}


/*  Content align */

.entry-content {
	padding-bottom: 80px;
}

.page .products .entry-content {
	padding-bottom: 0px;
	padding-top: 0px;
}

.entry-content img,
.entry-summary img,
.wp-caption {
	max-width: 100%;
}


/*  Clearing floats  */

.site-login:before,
.site-login:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.site-login:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*  Separators  */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .edit-link:before {
	content: "\0020\007c\0020";
}


/*  Basic Structure  */

.site {
	position: relative;
}

.main-content {
	width: 100%;
	margin-top: 100px;
	text-align: center;
}


/*  Entry + site header  */
	 
.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 14px;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a:hover {
	color: dodgerblue;
}

.site-content .entry-header {
	padding: 0 10px 12px;
	font-style: oblique;
}

.firsthead {
	background-color: white;
	z-index: 50;
	animation: slide-down 0.7s;
}

rect {
	stroke-width:0;
}

.header-line,
.login-line,
.tab-line,
.support-linefirst,
.support-linesecond {
	font-size: 0;
	white-space: nowrap;
	margin: 0;
	width: 100%;
	position: absolute;
}

.login-line {
	vertical-align: top;
	line-height: 34px;
	margin-top: -3px;
}

.header-line {
	line-height: 34px;
	vertical-align: top;
	margin-top: -3px;
	pointer-events: none;
}

.line_first {
	width: -webkit-calc(50% - 510px);
	width:         calc(50% - 510px);
}

.line_middle {
	width: 140px;
}

.line_first,
.line_middle,
.line_last {
	line-height: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1020px) {
	.line_last {
		width: -webkit-calc(100% - 140px);
		width:         calc(100% - 140px);
	}
}

@media all and (min-width: 1020px) {
	.line_last {
		width: -webkit-calc(50% + 381px);
		width:         calc(50% + 381px);
	}
}

#wpadminbar {
	min-height: 32px;
}

.site-header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	padding: 0;
}

.secondhead {
    background-color: white;
}

.site-title {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	z-index: 9999;
	height: 60px;
	width: 114px;
}

/*  Register, login wrappers  */

#register label.error,
#subregister label.error,
#forgot label.error,
#login label.error,
#changepwd label.error {
	display: none !important;
}

input.required.error {
	border: 1px solid red;
}

#register,
#subregister,
#forgot_password,
#change_password,
.newphone {
	text-align: right;
	padding-right: 20px;
}

.registerbox,
.forgotbox {
	background-color: dodgerblue;
	cursor: pointer;
	text-align: center;
}

.registerbox:hover,
.registerbox.active,
.forgotbox:hover,
.forgotbox.active{
	background-color: #1e69ff;
}


.loginbox-wrapper,
.registerbox-wrapper,
.forgotbox-wrapper,
.changepwdbox-wrapper {
	width: 100%;
	position: relative;
}

.backofficebtn {
	color: greenyellow;
}

.site-reg,
.site-forgot,
.site-login,
.site-changepwd {
	padding-top: 8px;
	padding-bottom: 8px;
}

.ajax-auth {
	max-width: 430px;
	margin: 0 auto;
	border: 2px solid dodgerblue;
	padding: 10px;
	border-radius: 6px;
	box-shadow: -4px -4px 11px 2px lightgrey;
}

.ajax-auth#logout {
	max-width: 100%;
}

.site-login .status,
.site-reg .status,
.site-forgot .status,
.site-changepwd .status {
	font-size: 16px;
	padding-left: 260px;
	text-align: left;
	padding-bottom: 6px;
}



.indexpage input[type="button"],
.indexpage input[type="submit"] {
	padding: 10px;
	font-size: 16px;
}

.indexpage .logininput-container input {
	margin: 0;
	font-size: 24px;
}

.indexpage .loginicon {
	padding: 6px;
	background: dodgerblue;
	color: white;
	width: 26px;
	text-align: center;
	font-size: 26px;
}

.indexpage .logininput-container {
	font-size: 0px;
	white-space: nowrap;
}


/*  Navigation  */

.site-navigation ul,
.sub-menu-container ul {
	list-style: none;
	margin: 0;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #000;
	display: block;
	text-transform: uppercase;
}

.sub-menu-container a {
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: dodgerblue;
}

.sub-menu-container a:hover {
	color: whitesmoke;
}

/*  Primary Navigation  */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	min-height: 66px;
	padding-top: 42px;
}

.sub-menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 11px;
}

.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	color: dodgerblue;
}

.sub-menu-container .current-menu-item > a {
	color: whitesmoke;
}

.primary-navigation .nav-menu {
	transition: all 1s ease-in-out;
	margin-top: 0px;
	padding-top: 20px;
	height: 0px;
	overflow: hidden;
	padding-bottom: 14px;
}

.primary-navigation.toggled-on .nav-menu {
	animation: fadein 3s;
	padding-top: 50px;
	display: block;
	height: 240px;
}

.primary-navigation a {
	padding: 7px 20px;
	color: black;
	text-align: center;
}

.primary-navigation li a:after,
.sub-menu-container li a:after{
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	-webkit-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}

.primary-navigation li a:hover:after {
	width: 100%;
	background: dodgerblue;
}

.sub-menu-container li a:hover:after {
	width: 100%;
	background: whitesmoke;
}

.primary-navigation .current_page_item > a:after,
.primary-navigation .current_page_ancestor > a:after,
.primary-navigation .current-menu-item > a:after,
.primary-navigation .current-menu-ancestor > a:after {
	width: 100%;
	background: dodgerblue;
	color: white;
	font-weight: 900;
	height: 3px;
	content: '';
	display: block;
	margin: auto;
}

.sub-menu-container .current-menu-item > a:after {
	width: 100%;
	background: whitesmoke;
	color: whitesmoke;
	font-weight: 900;
	height: 3px;
	content: '';
	display: block;
	margin: auto;
}

.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > {
	color: dodgerblue;
	font-weight: 900;
}

.sub-menu-container .current-menu-item > a {
	color: whitesmoke;
	font-weight: 900;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: dodgerblue;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul,
.sub-menu-container ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.sub-menu {
	border-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	animation: none;
}

.sub-menu-container {
	line-height: 50px;
	background-color: dodgerblue;
	background: linear-gradient(dodgerblue, #1e69ff);
	text-align: center;
}

.sub-menu-container li {
	border: 0;
	display: inline-block;
	line-height: 24px;
	position: relative;
}

.sub-menu-container a {
	color: white;
	text-shadow: 1px 1px 1px black;
	display: inline-block;
	padding: 0 4px;
	white-space: nowrap;
}
	
.menu-toggle,
.loginbox,
.profilebox {
	background-color: transparent;
	cursor: pointer;
	height: 38px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	margin-top: 16px;
	color: black;
}

.logintext {
	background-color: transparent;
	padding: 0;
	position: absolute;
	text-align: left;
	margin-top: 8px;
	color: black;
	font-size: 12px;
	margin-left: 140px;
	line-height: normal;
	overflow: hidden;
	max-width: 300px;
	white-space: nowrap;
}

.profilebuttons {
	text-align: center;
}

.menu-toggle:before {
	content: '\f419';
}

.loginbox:before {
	content: "\f427";
}

.profilebox:before {
	content: "\f304";
}

.logoutbtn:before {
	content: "\f467";
}

.changepwdbox:before {
	content: "\f427";
}

.closepwdchange:before {
	content: "\f435";
}

.backofficebtn:before {
	content: "\f425";
}

.gombstilus {
	font-size: 14px;
	padding: 10px;
	border-radius: 6px;
}

.menu-toggle:before,
.loginbox:before,
.profilebox:before,
.profilemenu button:before,
.profilemenu input:before,
.closepwdchange:before,
.changepwdbox:before,
.submit_button:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-top;
}

.profilemenu button {
	width: 160px;
}

.menu-toggle {
	margin-right: 130px;
	width: 80px;
}

.loginbox,
.profilebox {
	margin-right: 44px;
	width: 84px;
	border: 0;
}

.loginbox:hover,
.menu-toggle:hover,
.profilebox:hover,
.profilemenu button:hover,
.profilemenu input:hover  {
	background-color: dodgerblue;
	color: white;
}

.loginbox.active,
.menu-toggle.active,
.profilebox.active {
	background-color: dodgerblue;
	color: white;
}

.lang_select {
	position: absolute;
	width: 120px;
	right: 5px;
	top: 60px;
	z-index: 99999;
	background-color: white;
	padding: 5px;
	border: 2px solid darkblue;
	animation: 0.6s all;
	display: none;
}

.profilemenu {
	position: absolute;
	width: 280px;
	right: 50px;
	top: 60px;
	z-index: 99999;
	background-color: white;
	padding: 5px;
	border: 2px solid darkblue;
	animation: 0.6s all;
	display: none;
}

.profilemenu form {
	visibility: hidden;
	color: black;
}

.profilemenu button,
.profilemenu input {
	background-color: transparent;
	cursor: pointer;
	height: 38px;
	text-align: center;
	color: black;
}

.currentlang {
	position: absolute;
	width: 25px;
	right: 5px;
	top: 2px;
	margin-top: 5px;
	z-index: 99999;
	background-color: transparent;
	padding: 5px;
	cursor: pointer;
	text-align: center;
}

.currentlang img {
	width: 20px;
}

.lang_select img {
	width: 30px;
	margin-left: 10px;
}

.lang_select a {
	visibility: hidden;
	color: black;
}

.currentlang:hover,
.langtype:hover {
	background-color: dodgerblue;
	cursor: pointer;
}

.langtype {
	padding: 5px;
}

/*  Content  */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.site-content .subpage-item,
.page-content {
	text-align: center;
	margin: 0 auto;
	max-width: 930px;
}

.subpage-content {
	background-color:white;
	padding-top: 30px;
	padding-bottom: 60px;
	overflow-x: scroll;
}

.page-content {
	margin-bottom: 48px;
}

.entry {
	margin-bottom: -41px;
}

.products .entry {
	margin-bottom: 0;
}

.page .entry-content.single-page {
	padding-top: 180px;
}
 
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button {
	text-decoration: none;
}

.entry-content table {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
}

.entry-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: dodgerblue;
}

.entry-content .more-link {
	white-space: nowrap;
}


/*  Pagination  */



#paginationfoly,
#paginationkesz,
#paginationecom {
	margin: 24px 24px 24px 24px;
}

#paginationfoly span,
#paginationkesz span,
#paginationecom span {
	display: inline-block;
}

.loginbuttons input {
	font-size: 12px;
	padding: 12px 12px 12px 12px;
}

/*  Footer  */

.site-footer {
	color: rgba(255, 255, 255, 0.7);
}

.site-info a {
	color: dodgerblue;
}

.site-footer {
	background-color: #000;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.site-info {
	padding: 15px 10px;
	text-align: center;
}

.site-info a:hover {
	color: dodgerblue;
}

/* Settings */

.beallfelulet {
	border: 2px solid dodgerblue;
	text-align: left;
	border-radius: 6px;
	padding: 10px;
	background-color: whitesmoke;
	background: linear-gradient(to bottom right, #f9f9f9, #d9d9d9);
	box-shadow: -1px -2px 11px 2px darkgrey;
}

.ecomlista {
	border: 2px solid dodgerblue;
	border-radius: 6px;
	padding: 10px;
	background-color: whitesmoke;
	box-shadow: -4px -4px 11px 2px lightgrey;
	background: linear-gradient(to bottom right, #f9f9f9, #d9d9d9);
}

.beallkat {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 2px solid silver;
}

.egyedi_hivasnaplo td,
.egyedi_allapotok td {
	padding: 6px;
}

.beallkat_fejlec {
	text-align: center;
	color: black;
}

.tartalom_mezo {
	padding: 10px;
}

#reszletek {
	background-color: Gainsboro;
	background: linear-gradient(to bottom right, #fefefe, #898989);
}


.beallitasok_adatok {
	border: 2px solid dodgerblue;
	border-radius: 6px;
	background-color: whitesmoke;
	background: linear-gradient(to bottom right, #f9f9f9, #d9d9d9);
	padding: 10px;
	box-shadow: -1px -2px 11px 2px darkgrey;
}

#beallitasok_tartalom,
.csoport_beallitasok {
	text-align: left;
	background-color: whitesmoke;
}

#csoportok_tartalom .csoportok {
	border-collapse: separate;
	border-spacing: 0 10px;
}

#csoportok_tartalom .csoportok tr:first-child,
.alfiokok tr:first-child {
	color: white;
}

#csoportok_tartalom .csoportok tr:first-child td,
.alfiokok tr:first-child td {
	padding: 5px;
	background-color: dodgerblue;
}

#csoportok_tartalom .csoportok tr:first-child td:first-child,
.alfiokok tr:first-child td:first-child {
	border-radius: 6px 0 0 6px;
}

#csoportok_tartalom .csoportok tr:first-child td:last-child,
.alfiokok tr:first-child td:last-child {
	border-radius: 0 6px 6px 0;
}

.alfiokok .elsotr td:first-child,
.alfiokok .masodiktr td:first-child {
	border-left: 2px solid dodgerblue;
}

.alfiokok .elsotr td:last-child,
.alfiokok .masodiktr td:last-child {
	border-right: 2px solid dodgerblue;
}

.alfiokok .elsotr td:first-child {
	border-radius: 6px 0 0 0;
	padding: 5px;
}

.alfiokok .masodiktr td {
	border-radius: 0 0 6px 6px;
	padding: 5px;
}

.alfiokok .elsotr td:last-child {
	border-radius: 0 6px 0 0;
}


.alfiokok .elsotr td {
	border-top: 2px solid dodgerblue;
}

.alfiokok .masodiktr td {
	border-bottom: 2px solid dodgerblue;
}

.alfiokok td select,
.alfiokok td input {
	max-width: 140px;
}

.darab_sarok {
    position: absolute;
    background-color: rgba(30, 144, 255, 0.8);
    border-radius: 50%;
    min-width: 16px;
    text-align: center;
    padding: 2px;
    top: 0px;
    right: 0px;
    font-size: 12px;
	color: white;
}

.kiemelt .darab_sarok {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
}

.mentesikon {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.csoportok {
	width: auto;
	min-width: 400px;
}

.csoportok tr:first-child > td:last-child {
	width: 80px;
}

.teltable {
	margin: 0;
}

.teltable tr:first-child > td:last-child {
	width: 200px;
}

.teltable tr:first-child > td:first-child {
	width: 60px;
	text-align: left;
}

.teltable .tenged {
	transform: scale(2);
}

.ecomlista table,
#veszhivonaplo_tartalom > table {
	border-spacing: 0 10px;
    border-collapse: separate;
}

.naplo_kezdes {
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
}

.naplo_cim {
	margin-left: 20px;
	text-align: left;
}

#reszletekmenu {
	border-spacing: 0;
    border-collapse: separate;
	text-align: left;
}

.ecugomb {
	border-radius: 10px;
	padding-bottom: 2px;
}

.ecugomb.ecuaktiv {
	border: 2px solid dodgerblue;
}

.ecugomb.ecuinaktiv {
	border: 2px solid grey;
}

.ecugomb.ecuinaktiv img {
	opacity: 0.3;
}

.ecugomb.ecuinaktiv .tooltiptext {
	opacity: 1;
}

.ecugomb.ecuaktiv:hover {
	cursor: pointer;
	background-color: lightblue;
	border: 2px solid dodgerblue;
}

.ecomelem {
	box-shadow: -4px -4px 11px 2px lightgrey;
}

#veszhivonaplo_tartalom .ecomelem {
	box-shadow: 0px 0px 8px 2px darkgrey;
}

.ecom .ecomelem,
.ecom .ecomelem.trelso,
.ecom .ecomelem.trmasodik {
	background-color: transparent;
}

.ecomelem.trelso td {
	background-color: white;
}

.ecomelem.trmasodik td {
	background-color: lightgrey;
}

.ecomelem > td,
.ecomelem > th {
	border-top: 2px solid dodgerblue;
	border-bottom: 2px solid dodgerblue;
}

.ecomelem > td:first-child,
.ecomelem > th:first-child {
	border-left: 2px solid dodgerblue;
	border-radius: 6px 0 0 6px;
}

.ecomelem > td:last-child,
.ecomelem > th:last-child {
	border-right: 2px solid dodgerblue;
	border-radius: 0 6px 6px 0;
}

#veszhivonaplo_tartalom .ecomelem {
	height: 80px;
}

#veszhivonaplo_tartalom {
	padding: 10px;
}

.vansikeres_legend {
	border: 1px solid dodgerblue;
}

#veszhivonaplo_tartalom .ecomelem.trelso.vansikeres td,
.vansikeres_legend {
	background-color: #e6ffe6;
}

.nincssikeres_legend {
	border: 1px solid dodgerblue;
}

#veszhivonaplo_tartalom .ecomelem.trelso.nincssikeres td,
.nincssikeres_legend {
	background-color: #ffe6e6;
}

#veszhivonaplo_tartalom .ecomelem.trmasodik.vansikeres td {
	background-color: #ccffcc;
}

#veszhivonaplo_tartalom .ecomelem.trmasodik.nincssikeres td {
	background-color: #ffb3b3;
}

.ecom .infotabla .ujidoszak {
	width: 600px;
	margin: 0 auto;
	border: 2px solid dodgerblue;
	border-radius: 6px;
	box-shadow: -4px -4px 11px 2px lightgrey;
	background-color: gainsboro;
	background: linear-gradient(to bottom right, #fff, #f9f9f9);
}

.ecom .infotabla .ujidoszak td {
	padding: 10px;
}

.ecom .infotabla .utemezestabla .naptarnyil {
	height: 24px;
	margin: 10px;
}

.ecom .infotabla .utemezestabla {
	table-layout: fixed;
	width: 600px;
	margin: 0 auto;
	border: 2px solid dodgerblue;
	border-radius: 6px;
	box-shadow: -4px -4px 11px 2px lightgrey;
	margin-bottom: 10px;
	background-color: gainsboro;
	background: linear-gradient(to bottom right, #fff, #f9f9f9);
}

.ecom .infotabla .utemezestabla .osztott_td {
	min-width: 54px;
	height: 40px;
	padding: 0;
	margin: 0;
}

.ecom .infotabla .utemezestabla .osztott_td .vonal {
	width: 56px;
	height: 36px;
	border-bottom: 2px solid white;
	transform: translateY(-14px) translateX(5px) rotate(38deg);
	position: absolute;
}

.ecom .infotabla .utemezestabla .osztott_td>div {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.ecom .infotabla .utemezestabla .osztott_td .also {
	position: absolute;
	bottom: 1px;
	left: 1px;
}

.ecom .infotabla .utemezestabla .osztott_td .felso {
	position: absolute;
	top: 1px;
	right: 1px;
}

.ecom .infotabla .utemezestabla td {
	height: 40px;
	border-bottom: 1px solid silver;
}

.ecom .infotabla .utemezestabla th {
	margin: 0;
	padding: 0;
}

.ecom .infotabla .utemezestabla .idoszaktorles {
	background-color: red;
	font-size: 10px;
}

.ecom .infotabla .utemezestabla .idoszaktorles:hover {
	background-color: crimson;
}

.ecom .infotabla .utemezestabla td.utemezve div > div {
	background: limegreen;
    background: linear-gradient(to right, #0ba360, #3cba92);
    height: 30px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
	color: white;
	vertical-align: middle;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
}

.ecom .infotabla .utemezestabla td.utemezve .tooltip:hover > div {
	background: dodgerblue;
}

.ecom .infotabla .utemezestabla td.utemezve.inaktiv div > div {
	background: #f00000;
    background: linear-gradient(to right, #f00000, #a00000);
}

.ecom .infotabla .utemezestabla .orath {
	border-left: 1px solid white;
	min-width: 22px;
	max-width: 22px;
	width: 22px;
	padding-bottom: 6px;
	vertical-align: bottom;
}

.ecom .infotabla .utemezestabla .tdhalo {
	border-left: 1px solid silver;
}

.ecom .infotabla .utemezestabla .smalldate {
	font-size: 12px;
}

.ecom .infotabla .naptar_lapozas {
	width: 80px;
	cursor: pointer;
	border: 1px solid transparent;
}

.ecom .infotabla .naptar_lapozas:hover {
	background-color: lightsteelblue;
	border: 1px solid dodgerblue;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/* Felugró felület */

.FeluletOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 200ms;
	visibility: hidden;
	display: none;
	opacity: 0;
	z-index: 0;
}

.FeluletOverlay.show {
	visibility: visible;
	display: inline;
	opacity: 1;
	z-index: 99999;
}

.FeluletOverlay .FeluletPopup {
    height: 80%;
    overflow: auto;
	border-radius: 10px;
}

.FeluletPopup {
	margin: 20px auto;
	padding: 20px;
	background-color: Gainsboro;
	background: linear-gradient(to bottom right, #f9f9f9, #a9a9a9);
	width: 70%;
	position: relative;
	transition: all 5s ease-in-out;
	margin-top: 80px;
	text-align: center;
	width: 650px;
	overflow-y: auto;
	overflow-x: hidden;
}

.FeluletPopup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	width: 80%;
}

.FeluletPopup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	width: 1em;
	border: 2px solid transparent;
}

.FeluletPopup .close:hover {
	color: #06D85F;
	border: 2px solid dodgerblue;
}

.FeluletPopup .content {
	max-height: 30%;
	overflow: auto;
}

.betolteskozep {
	text-align: center;
	width: 100%;
}

.betoltes_css.utemezesek_betoltes,
#popupbetoltes {
	width: 20vw;
	height: 20vw;
	top: 30%;
}

.betoltes_css.utemezesek_betoltes div,
#popupbetoltes div {
	width: 90%;
	height: 90%;
}

/* Info table */

.infotabla {
	border-spacing: 0px;
	border-collapse: collapse;
	max-width: 750px;
	margin: 0 auto;
}

.infotabla #reszletek{
	vertical-align: top;
	border: 2px solid dodgerblue;
	box-shadow: -2px -3px 11px 2px lightgrey;
}

.infotabla td {
	vertical-align: middle;
	text-align: center;
}

.infotabla .menugombok {
	cursor: pointer;
	min-height: 60px;
	text-align: left;
	border-bottom: 2px solid dodgerblue;
	border-right: none;
	border-radius: 6px 6px 0 0;
	box-shadow: -4px -4px 11px 2px lightgrey;
	display: flex;
	align-items: center;
	max-width: 160px;
}

.infotabla .menugombok table {
	margin-bottom: 0px;
	text-align: left;
	height: 50px;
}

.infotabla .menugombok table td {
	text-align: left;
}

.infotabla .menugombok .menuikon {
	padding: 5px;
	width: 30px;
}

.infotabla .menugombok .menuszoveg {
	padding: 5px;
	position: relative;
}

.infotabla .menugombok .menuszoveg>div {
	max-height: 35px;
	overflow: hidden;
}

.infotabla th {
	background: linear-gradient(dodgerblue, #1e69ff);
	color: #fff;
	text-align: center;
}

.munkak_fejlec {
	height: 72px;
}

.msz, .beep_helye, .allapot, .utolsovesz {
	vertical-align: middle;
}

.mszimeihivas {
	margin-top: 10px;
	font-size: 12px;
}

.oldalak {
	line-height: 50px;
}

.oldalak span {
	padding: 6px;
	cursor: pointer;
}

.oldalak table {
	margin: 0 auto;
	table-layout: fixed;
	width: 400px;
}

.oldalak table td {
	cursor: pointer;
}

.oldalak table td:hover div {
	background-color: white;
	color: black;
}
	
.oldalak table td div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid white;
	background-color: gainsboro;
	border-radius: 6px;
	font-weight: bold;
}

.oldalak table td div.aktivoldal {
	background-color: dodgerblue;
	color: white;
	font-size: 24px;
}


.ecom {
	padding: 0;
    font-family: initial !important;
    font-size: initial !important;
	font-weight: bold;
}

.ecom th,
.ecom .sub-menu,
.ecom .kekhatter,
.ecom .ecommenu.kiemelt {
	background-color: #338cdf;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
	background-image: -webkit-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: -moz-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: -ms-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: -o-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: linear-gradient(to top, #59aaf4, #338cdf);
	font-size: 1em;
	color: #fcfcfc;
	padding: 0;
	/*border-top: 1px solid dimgray;
	border-bottom: 1px solid dimgray;*/
}

.ecom .ecommenu.kiemelt {
	box-shadow: -1px -2px 5px 1px dodgerblue;
	position: relative;
	z-index: 2;
	border-radius: 6px;
}

.ecom .ecommenu {
	display: inline-block;
}

.ecom tr.trelso {
	background-color: white;
}

.ecom tr.trmasodik {
	background-color: lightgrey;
}

.ecom #veszhivonaplo_tabla tr.visszahallgatas {
	height: 26px;
	margin: 0;
	padding: 0;
}

.ecom #veszhivonaplo_tabla .visszahallgatas audio {
	height: 20px;
}

.audionaplotd {
	width: 150px;
}

.audionaplotd audio {
	height: 20px;
	width: 100%;
}

.hivasnaploplay {
	margin: 0;
}

#veszhivnaplo_tartalom {
	background-color: darkgrey;
}

table .menucsukva {
	display: none;
}

.tooltip {
	position: relative;
	cursor: pointer;
}

.tooltiptext {
	visibility: hidden;
	background-color: white;
	background: linear-gradient(to bottom right, #f9f9f9, #d9d9d9);
	color: black;
	text-align: center;
	padding: 5px;
	padding-right: 10px;
	border: 1px solid black;
	border-radius: 6px;
	position: absolute;
	z-index: 2;
	min-width: 210px;
	width: auto;
	line-height: normal;
	bottom: 20px;
	left: -100px;
	box-shadow: -1px -2px 11px 2px darkgrey;
}

.tooltipright {
	/*right: 105%;*/
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.ecom .listaelemek {
	position: relative;
	display: block;
	padding: 5px;
	margin-bottom: -1px;
	border: 2px solid dodgerblue;
	border-radius: 6px;
	background-color: white;
	box-shadow: -4px -4px 11px 2px lightgrey;
}

.ecom .listaelemek div {
	cursor: pointer;
	padding: 5px;
	border-bottom: 1px solid rgb(89,170, 244);
}

.ecom .listaelemek:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.ecom .listaelemek:last-child {
	margin-bottom: 0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.ecom .listaelemek:hover,
.ecom .listaelemek:focus {
	z-index: 1;
	text-decoration: none;
}

.ecom .listaelemek-mozgatas {
	color: white;
	background-color: rgb(89,170, 244);
}

.ecom .listaelemektorles {
	position: relative;
	display: block;
	padding: 5px;
	margin-bottom: -1px;
	border: 2px solid red;
	font-weight: bold;
	color: red;
	border-radius: 6px;
	box-shadow: -4px -4px 11px 2px lightgrey;
}

.visszahivas_gomb {
	cursor: pointer;
	line-height: 0px;
	vertical-align: middle;
	padding: 20px;
}

.visszahivas_gomb img {
	width: 50px;
	height: 50px;
	border: 4px solid lightgreen;
	border-radius: 30px;
}

.callbackbutton {
	border-radius: 14px;
	font-size: 16px;
	padding: 8px;
}

.visszahivas_gomb img:hover {
	background-color: lightgreen;
}

.ecombeall {
	border: 2px solid transparent;
	cursor: pointer;
}

.vhaktiv {
	border: 2px solid transparent;
	cursor: pointer;
	animation: fadein 1s linear infinite;
}

.ecombeall:hover,
.vhaktiv:hover {
	border: 2px solid dodgerblue;
	border-radius: 10px;
}

/*  Media queries */ 

@media screen and (min-width: 673px) {
	.header-main {
		max-width:1020px;
		margin: auto;
		position: relative;
	}

	.content-area {
		float: left;
		width: 100%;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.site-info {
		padding: 15px 30px;
	}
}
	
@media screen and (min-width: 900px) {
	.site-title {
		max-width: -webkit-calc(100% - 186px);
		max-width:         calc(100% - 186px);
	}

	.currentlang {
		top: 14px;
		width: 36px;
	}

	.loginbox,
	.profilebox {
		 margin-right: 54px;
	}

	/*  Fixed Header  */

	.site-header {
		position: fixed;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/*  Navigation  */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/*  Primary Navigation  */
	
	.primary-navigation .nav-menu {
		margin-top: 0;
		height: auto;
	}

	.primary-navigation.toggled-on .nav-menu.nav-menu {
		height: auto;
	}

	.primary-navigation, .primary-navigation.toggled-on {
		text-transform: uppercase;
		padding-left: 280px;
		padding-right: 140px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
		border-bottom: 0;
		margin: 0;
		transition: none;
	}

	.menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu, .primary-navigation.toggled-on .nav-menu {
		border-bottom: 0;
		display: inline-block;
		vertical-align: middle;
		line-height: 26px;
		animation: none;
		padding-top: 20px;
	}

	.menu-menu-1-container {
		line-height: 50px;
		height: 50px;
	}
	
	.primary-navigation li {
		border: 0;
		display: inline-block;
		line-height: 24px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 4px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: dodgerblue;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 12px;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}


	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}

@media screen and (min-width: 810px) {
	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
}

@media screen and (min-width: 1008px) {

	.main-content {
		float: left;
	}


	.site-content .entry-header {
		margin-top: 0;
	}

	.site-description {
		display: block;
		margin: 0 0 18px;
	}
}

@media screen and (min-width: 1040px) {
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}

	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1110px) {
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {

	.full-width .archive-header,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}



/* Loading spinner */
.betoltes_css {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.betoltes_css div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin: 8px;
  border: 4px solid dodgerblue;
  border-radius: 50%;
  animation: betoltes_css 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: dodgerblue transparent transparent transparent;
}
.betoltes_css div:nth-child(1) {
  animation-delay: -0.45s;
}
.betoltes_css div:nth-child(2) {
  animation-delay: -0.3s;
}
.betoltes_css div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes betoltes_css {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}