/*
Theme Name: www.orbanviktor.hu - wordpress sablon
Author: gallaidesign
Version: 1.0
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #54d4e7;
}

::selection {
    color: #ffffff; 
    background: #54d4e7;
}
html {

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	font-family: 'PT Serif', serif;
	margin: 0;
	background-color: #222222;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
#page {
	width: 100%;
}
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;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 35px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-weight: 300;
	color: #666;
	line-height: 47px;
	padding: 40px;
	border-left: 4px solid #ddd;
}

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;
}



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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	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;
}
input[type="search_box"] {
	border: none;
	font-style: italic;
	font-size: 20px;
	background-color: #113355;
	color: #ffffff;
	line-height: 30px;
	width: 100%;
	height: 90px;
	padding: 30px;
}
input[type="search_box_404"] {
	border: none;
	font-style: italic;
	font-size: 20px;
	background-color: #113355;
	color: #ffffff;
	line-height: 30px;
	width: 100%;
	height: 90px;
	padding: 30px;
}
input[type="search_box"]:focus{outline:none;}
::-webkit-input-placeholder {
   color: rgba(255,255,255,0.4);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.4);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.4);
}

:-ms-input-placeholder {  
   color: rgba(255,255,255,0.4);
}
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: #000;
	line-height: 0;
}

h2,
h4,
h5,
h6 {
	clear: both;
}
h3 {
	color: #113355;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 400;
}

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-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-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;
}



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[type="search_box"]{
	padding: 0px;
	width: auto;
	float: left;
}
button[type="search_box"]:focus{outline:none;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 24px;
	background-color: #113355;
	color: #ffffff;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #fff;
	border: none;
	border-radius: 0px;
	font-style: italic;
	background-color: rgba(0,0,0,0.15);
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 25px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 24px;
	width: 100%;
}

textarea {
	padding: 24px;
	width: 100%;
	height: 270px;
	color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


.navigation {
	text-align: center;
	float: left;
	width: 1200px;
}
.navigation li {
	margin: 0px;
	    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.navigation ul {
	margin: 0px;
	    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #0e253c;
	cursor: pointer;
	padding: 5px 10px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #54d4e7;
}






/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

#hirek_tovabb_container {
	width: 100%;
	height: auto;
    background-color: #222222;
}
#hirek_tovabb_holder {
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding:60px 0px;
    font-style: italic;
    font-size:26px;
    color: #54d4e7;
}
#hirek_tovabb_holder a {
	text-decoration: none;
    color: #54d4e7;
}



#slider_container {
	max-width: 1800px;
	margin: auto;
	
}
#slider_fade {
	width:100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
#slider_text_container {
	width: 1200px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 80px;
}
#slider_title_holder {
	float: left;
	width: 540px;
}
#slider_title {
	color: #ffffff;
	font-size: 46px;
	line-height: 54px;
	font-style: italic;
}
#slider_time {
	color: #54d4e7;
	font-size: 26px;
	line-height: 35px;
	font-style: italic;
	margin-top: 20px;
}
#slider_lead_holder {
	width: 600px;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	margin-top: 8px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.demo_wrapper {
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 80%;
  }  
}
.demo_block {
	width: 100%;
}

/**
 *
 * slippry v1.3 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2015, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("images/sy-loader.gif") 50% 50% no-repeat;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -moz-transition: left ease;
    -o-transition: left ease;
    -webkit-transition: left ease;
    transition: left ease; }
  .sy-list.vertical {
    -moz-transition: top ease;
    -o-transition: top ease;
    -webkit-transition: top ease;
    transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: left-right;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: left-right;
        -o-animation-fill-mode: forwards;
        animation-name: left-right;
        animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: right-left;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: right-left;
        -o-animation-fill-mode: forwards;
        animation-name: right-left;
        animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 3; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("images/arrows.svg");
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -moz-background-size: 2em;
      -o-background-size: 2em;
      -webkit-background-size: 2em;
      background-size: 2em;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -moz-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    -webkit-transition: padding 600ms ease;
    transition: padding 600ms ease; }






/*--------------------------------------------------------------
## Tabber
--------------------------------------------------------------*/


.tabberlive .tabbertabhide {
 display:none;
}
.tabber {
}
.tabberlive {
 margin-top:0em;
}
ul.tabbernav
{
 margin-left:0px;
 margin-right: 0px;
 margin-bottom: 80px;
 padding: 0px 0;
}
ul.tabbernav li
{
 list-style: none;
 margin-right: 20px;
 display: inline;
 
}
ul.tabbernav li a
{
font-size: 20px;
font-style: italic;
text-decoration: none;
}

ul.tabbernav li a:link { color: #113355; }
ul.tabbernav li a:visited { color: #113355; }

ul.tabbernav li a:hover
{
 color: #113355;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
    font-style: italic;
    font-size: 48px;
    line-height: 34px;
    margin-bottom: 60px;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #113355;
 background: white;
 border-bottom: 1px solid white;
}
.tabberlive .tabbertab {
 padding:0px;
 border-top:0;
}
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer_container {
	width: 100%;
	height: auto;
	background-color: #222222;
	float: left;
}
#footer_holder {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0px;
	font-style: italic;
	font-size: 16px;
	color: #444444;
}

#footer_holder a {
	text-decoration: none;
    color: #54d4e7;
}


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

#search_title {
	font-style: italic;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 70px;
}
search_text {
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}


/*--------------------------------------------------------------
## Kategória
--------------------------------------------------------------*/
#category_container {
	width: 100%;
	height: auto;
	float: left;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	padding-top: 80px;

}
#category_holder {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0px;
	display: table;
}
#category_title {
	width: 1200px;
	font-style: italic;
	font-size: 46px;
	line-height: 54px;
	color: #777777;
	margin-bottom: 50px;
}
#category_element {
	border-bottom: 10px solid rgba(0,0,0,0.05);
	margin-bottom: 28px;
	padding-bottom: 20px;
	width: 1200px;
	float: left;
}
#category_element_col_1 {
	float: left;
	width: 230px;
}
#category_element_col_2 {
	float: right;
	width: 920px;
	margin-top: -6px;
}
#category_post_title {
	font-style: italic;
	font-size: 26px;
	line-height: 35px;
	color: #113355;
	margin-bottom: -2px;
}
#category_post_lead {
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
	color: #777777;
}
#category_post_time {
	font-style: italic;
	font-size: 15px;
	line-height: 20px;
	color: #aaaaaa;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
## Posztok
--------------------------------------------------------------*/
#back_holder {
	width: 180px;
	height: 90px;
	background-color: #0e253c;
	color: #ffffff;
	font-style: italic;
	font-size: 30px;
	padding: 30px;
	line-height: 25px;
	text-align: right;
	float: left;
	background-image: url('images/back.png');
	background-repeat: no-repeat;
	background-position: 20px 26px;
}
#post_container {
	width: 100%;
	height: auto;
	float: left;
}
#post_img_container {
	width: 100%;
	height: auto;
	position:  relative;
}
#post_img_container img{
	width: 100%;
    height: auto;
}
#post_img_text_container {
	position: absolute;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 80px;
}
#post_fade {
	width:100%;
	height: 50%;
	position: absolute;
	bottom: 0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
#post_title{
	font-size: 46px;
	line-height: 54px;
	color: #000;
	font-style: italic;
	margin-bottom: 70px;
	margin-top: -30px;
}

#post_content_container {
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	padding: 100px 0px;
	margin-top: 0px;
	float: left;
}
#post_content_holder {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
}
#post_content_col_1 {
	width: 700px;
	float: left;
	font-size: 19px;
	line-height: 32px;
}
#post_content_col_2 {
	width: 400px;
	float: right;
}
#related_box_title {
	font-style: italic;
	color: #aaaaaa;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 50px;
}
#related_box {
	width: 210px;
	float: left;
	margin-right: 22px;
	text-align: center;
	font-size: 13px;
	line-height: 19px;
}
#related_box a {
	color: #0e253c;
	text-decoration: none;
}
#related_img {
	margin-bottom: 10px;
}










#post_lead {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 60px;
}
#sidebar_box_holder {
	float: left;
	width: 400px;
	height: auto;
	margin-bottom: 30px;
}
#sidebar_box_title {
	float: left;
	width: 400px;
	height: 100px;
	background-color: #dddddd;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
	padding: 22px 35px;
	line-height: 50px;
}
#sidebar_box_content{
	float: left;
	width: 400px;
}
#sidebar_box_content_docs{
	float: left;
	width: 400px;
}
#sidebar_box_content_docs a{

	color: #ffffff;
	text-decoration: none;
	background-color: #0e253c;
	color: #ffffff;
	line-height: 27px;
	font-size: 13px;
	padding: 3px 5px;
	margin-right: 0px;
	margin-top: -4px;

}
#sidebar_related_post_holder{
	margin-top: 10px;
	float: left;

}
#sidebar_related_post{
	line-height: 24px;
	font-size: 15px;
	font-style: italic;
	clear: both;
}
#sidebar_related_post a{
	color: #0e253c;
	text-decoration: none;

}
#print_btn{
	background-image: url('images/print_btn.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 100px;
	height: 100px;
	background-color: #d1d1d1;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
	padding: 22px 35px;
	margin-bottom: 30px;
	line-height: 50px;

}
#mail_btn{
	background-image: url('images/mail_btn.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 100px;
	height: 100px;
	background-color: #dddddd;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
	padding: 22px 35px;
	margin-bottom: 30px;
	line-height: 50px;

}
#share_btn{
	background-image: url('images/share_btn.png');
	background-repeat: no-repeat;
	background-position: 34px 22px;
	float: left;
	width: 100px;
	height: 100px;
	background-color: #113355;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
	padding: 22px 35px;
	margin-bottom: 30px;
	line-height: 50px;
}
#share_btn_gplus{
	background-image: url('images/gg_btn.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 100px;
	height: 100px;
	background-color: #dc4e41;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
	padding: 22px 35px;
	margin-bottom: 30px;
	line-height: 50px;
}
#sidebar_forras {
	float: left;
	font-size: 16px;
	font-style: italic;
	color: #555;
	margin-right: 10px;
	
}
#post_time{
	float: left;
	font-size: 16px;
	font-style: italic;
	color: #555;
}
#post_header{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: -15px;
}
#tags {
	float: left;
	font-size: 14px;
	color: #444;
	line-height: 27px;
	
}
#tags a{
	color: #ffffff;
	text-decoration: none;
	background-color: #0e253c;
	color: #ffffff;
	line-height: 1;
	font-size: 13px;
	padding: 3px 5px;
	margin-right: 0px;
	margin-top: -4px;
	white-space: nowrap;	
}
#page_title{
	font-size: 46px;
	line-height: 54px;
	color: #000;
	font-style: italic;
	margin-top: 80px;
	margin-bottom: 40px;
}
#post_print{
	float: left;
	margin-top: 7px;
}



/*--------------------------------------------------------------
## Kapcsolat
--------------------------------------------------------------*/

#kapcsolat_container {
	width: 100%;
	background: rgb(168,168,168);
background: -moz-linear-gradient(top,  rgba(168,168,168,1) 0%, rgba(119,119,119,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(100%,rgba(119,119,119,1)));
background: -webkit-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: -o-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: -ms-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: linear-gradient(to bottom,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#777777',GradientType=0 );



	padding: 80px 0px;
}
#kapcsolat_holder {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	color: #ffffff;
	display: table;
}
#kapcsolat_holder  a{
	    text-decoration: none;
    color: #54d4e7;
	
}
#kapcsolat_holder_title {
	color: #ffffff;
	font-style: italic;
	font-size: 48px;
	line-height: 34px;
	margin-bottom: 60px;
}
#kapcsolat_col_1 {
	width: 600px;
	float: left;
	line-height: 25px;
}
#kapcsolat_col_2 {
	width: 500px;
	float: right
}

span.wpcf7-not-valid-tip {
    color: #113355;
    font-size: 14px;
    font-style: italic;
    display: block;
    line-height: 20px;
    position: absolute;
    margin-top: -77px;
    width: 100px;
    text-align: right;
    margin-left: 380px;
}

div.wpcf7-validation-errors {
    background-color: #ff8181;
    border: none;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
     background-color: #2bf9ae;
    border: none;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444444;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 10px 15px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

#negyszaznegy_container {
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	padding-top: 220px;
	padding-bottom: 130px;
	padding-left: 0px;
	padding-right: 0px;
}
#negyszaznegy_holder {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	display: table;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 50px;
}
#negyszaznegy_szoveg {
	margin-bottom: 120px;
}
negyszaznegy {
	font-size: 120px;
	font-style: italic;
	color: #54d4e7;
	margin-right: 20px;
	float: left;
}
negyszaznegy_small {
	float: left;
}

/*--------------------------------------------------------------
## Beszédek
--------------------------------------------------------------*/

#beszedek_container {
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	padding: 80px 0px;
}
#beszedek_holder {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	display: table;
}
#beszedek_holder_title {
	color: #113355;
	font-style: italic;
	font-size: 48px;
	line-height: 34px;
	margin-bottom: 60px;
}
#beszedek_text_container {
	width: 1200px;
	float: left;
	border-bottom: 10px solid rgba(0,0,0,0.04);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#beszedek_title_holder {
	width: 430px;
	float: left;
}
#beszedek_lead_holder {
	width: 740px;
	float: right;
	font-size: 20px;
	line-height: 34px;
	color: #000000;
}
#beszedek_title {
	font-size: 28px;
	line-height: 38px;
	color: #113355;
	font-style: italic;
}
#beszedek_title a {
	color: #113355;
	text-decoration: none;
}
#beszedek_time {
	font-size: 20px;
	line-height: 34px;
	color: #000000;
	font-style: italic;
	margin-top: 10px;
}
#tovabb_btn {
	color: #333;
	font-style: italic;
	font-size: 30px;
	line-height: 34px;
	float: left;
	margin-top: 50px;
}

/*--------------------------------------------------------------
## Kategória
--------------------------------------------------------------*/
#csalad_container {
	width: 100%;
	height: auto;
	background:  #ffffff;
}
#csalad_holder {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0px;
	display: table;
}
#csalad_holder_title {
	color: #113355;
	font-style: italic;
	font-size: 48px;
	line-height: 34px;
	margin-bottom: 60px;
}
#csalad_col_1 {
	float: left;
	width: 600px;
	height: 800px;
}
#csalad_col_2 {
	position: relative;
	float: right;
	width: 540px;
	height: 800px;
}
#csalad_col_2_text {
	position: absolute;
	width: 540px;
	font-size: 24px;
	line-height: 37px;
}
#csalad_levai_anikorol {
	color: #113355;
	font-size: 20px;
	line-height: 34px;
	margin-top: 30px;
}


/*--------------------------------------------------------------
## Lévai Anikó hírek
--------------------------------------------------------------*/

#levai_hirek_container {
	width: 100%;
	background: rgb(168,168,168);
background: -moz-linear-gradient(top,  rgba(168,168,168,1) 0%, rgba(119,119,119,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(100%,rgba(119,119,119,1)));
background: -webkit-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: -o-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: -ms-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: linear-gradient(to bottom,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#777777',GradientType=0 );
	padding: 80px 0px;
}
#levai_hirek_holder {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	display: table;
}
#levai_hirek_holder_title {
	color: #ffffff;
	font-style: italic;
	font-size: 48px;
	line-height: 34px;
	margin-bottom: 60px;
	
}
#levai_hirek_text_container {
	width: 1200px;
	float: left;
	border-bottom: 10px solid rgba(0,0,0,0.075);
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#levai_hirek_img_holder {
	width: 400px;
	float: left;
}
#levai_hirek_title_holder {
	width: 740px;
	float: right;
	margin-top: -6px;
	font-size: 20px;
    line-height: 34px;
    color: #000000;
}
#levai_hirek_lead_holder {
	width: 610px;
	float: right;
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	margin-top: -6px;
}
#levai_hirek_title {
	font-size: 28px;
	line-height: 38px;
	color: #113355;
	font-style: italic;
}
#levai_hirek_title a {
	color: #113355;
	text-decoration: none;
}
#levai_hirek_time {
	font-size: 20px;
	line-height: 34px;
	color: #59ddfc;
	font-style: italic;
	margin-bottom: 10px;
}




/*--------------------------------------------------------------
## Interjúk
--------------------------------------------------------------*/

#interjuk_container {
	width: 100%;
	background: rgb(168,168,168);
background: -moz-linear-gradient(top,  rgba(168,168,168,1) 0%, rgba(119,119,119,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(100%,rgba(119,119,119,1)));
background: -webkit-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: -o-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: -ms-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
background: linear-gradient(to bottom,  rgba(168,168,168,1) 0%,rgba(119,119,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#777777',GradientType=0 );
	padding: 80px 0px;
}
#interjuk_holder {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	display: table;
}
#interjuk_holder_title {
	color: #ffffff;
	font-style: italic;
	font-size: 48px;
	line-height: 34px;
	margin-bottom: 60px;
}
#interjuk_text_container {
	width: 1200px;
	float: left;
	border-bottom: 10px solid rgba(255,255,255,0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#interjuk_img_holder {
	width: 210px;
	float: left;
}
#interjuk_title_holder {
	width: 430px;
	float: left;
	margin-top: -6px;
}
#interjuk_lead_holder {
	width: 740px;
	float: right;
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	margin-top: -6px;
}
#interjuk_title {
	font-size: 28px;
	line-height: 38px;
	color: #113355;
	font-style: italic;
}
#interjuk_title a {
	color: #113355;
	text-decoration: none;
}
#interjuk_time {
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	font-style: italic;
	margin-top: 10px;
}



/*--------------------------------------------------------------
## Névjegy
--------------------------------------------------------------*/

#nevjegy_container {
	width: 100%;
	height: auto;
}
#nevjegy_img_container {
	width: 100%;
	height: auto;
	position:  relative;
}
#nevjegy_img_container img{
	width: 100%;
    height: auto;
}



#nevjegy_holder {
	position: absolute;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left:0;
	top: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 33px;
	text-align: right;
}
#nevjegy_text_holder {
	position: absolute;
	width: 700px;
	right: 0px;
	top:70px;
}
#nevjegy_title_holder {
	float: left;
	width: 700px;
	margin-bottom: 30px;
}
#nevjegy_title {
	width: 544px;
	float: left;
	font-style: italic;
	font-size: 66px;
	margin-top: 60px;
}
#nevjegy_miniszterelnok {
	float: left;
	width: 544px;
	font-size: 34px;
	color: #98c9f9;
	margin-top: 20px;
}
#nevjegy_cimer {
	float: right;
	background-image: url('images/cimer.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 128px;
	height: 151px;
}
#nevjegy_alairas {
	float: right;
	background-image: url('images/alairas.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 138px;
	height: 93px;
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#likebox_holder {
	position: absolute;
	margin-left: 850px;
	margin-top: -35px;
	width: 350px;
}
#social_holder {
	height: 90px;
	float: right;
}
.social_element{
	width: 70px;
	height: 90px;
	float: left;
	text-align: center;
	font-size: 32px;
	font-style: italic;
	color: #628eba;
	padding-top: 18px;
	line-height: 50px;
}
#search_box {
	background-color: #113355;
	height: 90px;
	width: 0px;
	float: left;
}
#en_btn{
	background-color: #113355;
}
#de_btn{
	background-color: #0e253c;
	display: none;
}
#yt_btn{
	background-color: #ffffff;
	background-image: url("images/yt_btn.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#inst_btn{
	background-color: #ffffff;
	background-image: url("images/inst_btn.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#search_btn{
	background-color: #0e253c;
	background-image: url("images/srch_btn.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#fb_btn{
	background-color: #ffffff;
	background-color: #ffffff;
	background-image: url("images/fb_btn.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#mobile_menu_container {
	display: none;

}


#menu_container {
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255,0.86);
	position: fixed;
	z-index: 4;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);

}

#header_cimer {
	float: left;
	background-image: url('images/head_cimer.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 64px;
	height:74px;
	margin-top: 7px;
	margin-right: 30px;
}

#menu_container_2 {
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255,0.86);
	position: fixed;
	z-index: 4;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);

}
#menu_holder {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.main-navigation {
	display: block;
	float: left;
}

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




.main-navigation li {
	float: left;
	position: relative;
	margin-right: 30px;
		color: #0e253c;

}
.main-navigation li a {
	 transition: all 0.2s ease;

		color: #0e253c;

}
.main-navigation li a:hover {
	 transition: all 0.2s ease;

		color: #54d4e7;

}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-style: italic;
		padding: 45px 0px;

}

.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 {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.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%;
}

/*--------------------------------------------------------------
# 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: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%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.07);
box-shadow: 0 3px 7px 0 rgba(0,0,0,0.07);

}

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

.wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	line-height: 23px;
}

.wp-caption .wp-caption-text {
	margin-top: 15px;
}
figure {
	margin: 0px;
	padding: 15px;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
figure {
	margin: 0px;
	padding: 15px;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
}

.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%;
	margin-bottom: -9px;
}

.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;
	display: none;
}
