@CHARSET "UTF-8";

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
a:hover {
    text-decoration:none;
}

.center { text-align:center; }

html, body {
    background:url(../img/bg.jpg) repeat;
    min-height:100%;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Oswald', sans-serif;
    letter-spacing:-1px;
}
h1, .h1 {
    font-size: 36px;
}
a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
	color: #337ab7;
	text-decoration: none;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	border:solid 1px black;
	padding: 1px;
}
.igazitBal{
	float: left;
}
.igazitJobb{
	float: right;
}
.clear{
	clear: both;
}
.text-left{
	text-align: left;
}
.text-right {
	text-align: right;
}
.gap-right {
	margin-right: 10px; 
}
#eSzemelyi_back area, #eSzemelyi_front area {
	cursor:pointer;
}
/* GYIK */
.gyikRow {
	margin-bottom: 10px;
	margin-top: 20px;
}
.gyik-Valasz {
	display:none;
	margin-top:10px;
	margin-left:10px;
}
.gyik-ValaszV2 {
	display:none;
}
.gyikIcon {
	font-size: 13px;
	line-height: 27px;
	vertical-align: top;
}
/* BLOG more button */
.more_button:visited,
.more_button {
    background:#131313;
    color: white;
    display: inline-block;
    font: 18px/22px 'Oswald',sans-serif;
    padding: 6px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition:color 0.5s ease 0s, background 0.5s ease 0s;
}
.more_button:active,
.more_button:hover {
    background-color:#B8C317;
    color:white;
}
/* BLOG tartalom */
#blog.container, #gyik > .container{
	text-align:justify;
}
#blog h2 {
	background-color: white;
	padding: 10px;
}
#blog article h2 a {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color:#333;
}
#blog article .meta {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    padding: 5px 0;
    color: #787878;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin:1em 0;
}
#blog article .meta p {
    margin:0;
}

#blog article > p {
    margin:0.5em 0;
}
#blog article a.img {
    float: left;
    margin: 0 20px 6px 0;
}
#blog article .buttons {
    display:block;
    clear:both;
    margin:1em 0;
}
#blog article .content img {
    width:100%;
    max-width:620px;
}
#blog article, #gyik .container{
	background-color: white;
	/*margin-bottom: 10px;*/
	padding: 0px 10px 10px 10px;
}
#blog aside{
	background-color: white;
}
#blog .col-lg-4 {
	width: 32.333%;
	margin-left: 10px;
}
#blog  #eSzemelyi_front_alt, #blog #eSzemelyi_back_alt {
	height:20px;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:10px;
}
/* Beküldő, és dátum */
#blog article .meta {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    color: #787878;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 1em 0;
    padding: 5px 0;
}
#blog article .meta p {
    margin: 0;
}
#blog article .content img {
    width: 100%;
    max-width: 620px;
}
/* /Beküldő, és dátum */

/* aside */
#blog aside ul {
    padding-left: 16px;
}
#blog aside ul li {
    font-size: 14px;
    line-height: 17px;
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
    position: relative;
    vertical-align: top;
}
#blog aside ul li::before {
    content: ">";
    display: inline-block;
    font-family: monospace;
    margin-left: -12px;
    position: relative;
    vertical-align: text-top;
}
#blog aside ul li a {
    color: #101010;
    transition: color 0.5s ease 0s, background 0.5s ease 0s;
}
#blog aside ul li a:hover {
    color: #b8c317;
    text-decoration: none;
}
/* /aside*/
/* NEK linkek */
#support .arrow_list li {
	list-style: none;
}
/* NEK Hirek */
#support .news li {
	list-style: none;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* hoverblocks */
.hoverblocks {
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.hoverblocks .block {
    transition:color 0.5s ease 0s, background 0.5s ease 0s;
    border-left: 1px solid #EBEBEB;
    background:white;
    display:block;
    color:#242424;
	min-height: 240px;
}
.hoverblocks .block:hover {
    background:#B8C317;
    color:white;
    text-decoration:none;
}
.hoverblocks .block h3 {
    color:#B8C317;
}
.hoverblocks .block:hover h3 {
    color:white;
}
.hoverblocks .block p {
    color:#787878;
}
.hoverblocks .block .control {
    text-align:center;
    margin:2em 0;
}
.hoverblocks .block .button {
    background: none repeat scroll 0 0 #ECECEC;
    color: #242424;
    display: inline-block;
    font: 18px/22px 'Oswald',sans-serif;
    padding: 6px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition:color 0.5s ease 0s, background 0.5s ease 0s;
}
.hoverblocks .block .button:hover {
    background:black;
    color:white;
}
/* /hoverblocks */

#footer {
    margin-top:3em;
    min-height:100px;
    background-color:#323232;
    clear: both;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 37px 0;
    position: relative;
    text-transform: uppercase;
    text-align:center;
}

#footer_menu a, #footer_menu {
    display:inline-block;
    margin:0 6px;
    color:#A1A1A1;
    transition:color 0.5s ease 0s, background 0.5s ease 0s;
}
#footer_menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#footer strong {
    display:block;
    margin-bottom:0.5em;
}
#LabElerhetosegek{
	margin-top: 20px;
	background-color: #6e797c;
	padding: 5px 0;
}
#tamogatok {
	margin-top:10px;
	background-color: white;
	text-align: center;
}

#tamogatok img{
	padding: 10px;
}
.tamogatok-ul {
	list-style: outside none none;
}
.tamogatok-ul > li{
	display: inline-block;
	margin:5px;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

.scrollup{
	z-index:1000;
	width:40px;
	height:40px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	position:fixed;
	bottom:20px;
	right:40px;
	display:none;
	text-indent:-9999px;
	background: url("../img/icon_top.png") no-repeat;
}
/* Űrlapok */
.FormHiba{
	background-color: red;
	color: #fff;
	display: none;
	float: left;
	margin: 10px 0 5px 0px;
	padding: 5px;
}
.FormHibaUzenet{
	margin:10px;
	padding-top:20px;
	background-color: red;
	color: #FFF;
	padding: 10px;
}
/* Idővonal */
#myTimeline .timeline {
	padding: 35px 0 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
#myTimeline .timestamp .date {
	font-size: 20px;
}
#myTimeline .li {
	cursor: pointer;
  transition: all 200ms ease-in;
}
#myTimeline .li > a {
    color: inherit;
}
#myTimeline .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

#myTimeline .status {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}

#myTimeline .status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

#myTimeline .li.complete .status {
  border-top: 2px solid #66DC71;
}

#myTimeline .li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
/*#myTimeline .li.complete .status h4 {
  color: #66DC71;
}*/

@media (min-device-width: 320px) and (max-device-width: 700px) {
 #myTimeline  .timeline {
    list-style-type: none;
    display: block;
  }

 #myTimeline  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

 #myTimeline  .timestamp {
    width: 100px;
  }

 #myTimeline  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}