@font-face {
  font-family: 'Montserrat-Regular';
  src: URL('fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: URL('fonts/Montserrat-Black.ttf') format('truetype');
}


article,
.article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none
}
[hidden] {
    display: none
}
html {
    font-size: 90%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: 'Montserrat-Regular';
    color: #222
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4
}
#warning-message {
    text-align: center;
    padding: 6px 0px;
    color: #333;
    background-color: #ffc3c3;
    border: 1px solid #ff9191;
    float:left;
    width:100%;
}

::-moz-selection {
    background: #27986d;
    color: #fff;
    text-shadow: none
}
::selection {
    background: #27986d;
    color: #fff;
    text-shadow: none
}
a {
    color: #1f4c8f;
    text-decoration: none;
}
a:visited {
    color: #1f4c8f;
}
a:hover{
    color: #1f4c8f;
    text-decoration: underline;
}
a:focus {
    outline: auto
}

a:active {
    outline: 0;
    text-decoration: none
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold
}
pre,
code,
kbd,
samp {
    font-family: 'Montserrat-Regular'
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:before,
q:after {
    content: "";
    content: none
}
small {
    font-size: 75%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

ul,
ol {
    margin: 0;
    padding: 0
}
article ol li, .article ol li{
    list-style-type: decimal;
    margin-left: 20px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}
ul, li
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 18px;
    color: #404041;
    font-weight: normal;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

article ul li, .article ul li{
    margin-left: 20px;
    list-style-type: disc!important;
}

article div.book-navigation ul.menu, .article div.book-navigation ul.menu  {
    border: none!important;
    padding: 0px;
}
article div.related ul li, article ul.menu li, .article div.related ul li, .article ul.menu li {
    margin-left: 0px;
    list-style-type: none!important;
}

dd {
    margin: 0 0 0 40px
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
label {
    cursor: pointer
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button,
input {
    line-height: normal
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
input:invalid,
textarea:invalid {
    background-color: #f0dddd
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td {
    vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}
*:focus {
    outline: auto
}
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0
}
.ir br {
    display: none
}
.hidden {
    display: none !important;
    visibility: hidden
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.invisible {
    visibility: hidden
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
.clear {
    clear: both
}
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top
}
.selectboxit-container * {
    font: 14px Helvetica, Arial;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap
}
.selectboxit-container .selectboxit {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative
}
.ie .selectboxit-container .selectboxit {
    display: inline-block
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    height: 30px;
    line-height: 30px;
    display: block
}
.selectboxit-container .selectboxit:focus {
    outline: 0
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
    cursor: default
}
.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}
.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px
}
.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    box-shadow: none
}
.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px
}
.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none
}
.selectboxit-option,
.selectboxit-optgroup-header {
    text-indent: 5px;
    margin: 0;
    padding: 0 !important;
    list-style-type: none
}
.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}
.selectboxit-optgroup-header+.selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px
}
.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}
.selectboxit-optgroup-header {
    font-weight: bold
}
.selectboxit-optgroup-header:hover {
    cursor: default
}
.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%
}
.selectboxit-option-icon-container {
    float: left
}
.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle
}
.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left
}
.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}
.jqueryui .ui-icon {
    background-color: inherit
}
.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px
}
.selectboxit-btn {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear, to bottom, #fff, #e6e6e6;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    color: #333333;
    background-color: #e6e6e6
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px
}
.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.selectboxit-list .selectboxit-option-anchor {
    color: #333333
}
.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #ffffff;
    background-color: #27986d
}
.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
    color: #999999
}
.selectboxit-container {
    width: auto
}
.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
    white-space: normal;
    height: auto;
    text-indent: 0;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.3em
}
/*@font-face {
    font-family: 'din-condensed';
    src: url("fonts/din_condensed.eot?v20131111");
    src: url("fonts/din_condensed.eot?#iefixv20131111") format("embedded-opentype"), url("fonts/din_condensed.woff"), url("fonts/din_condensed.ttf"), url("fonts/din_condensed.svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'open-sans-light';
    src: url("fonts/OpenSans-Light.eot");
    src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'open-sans-regular';
    src: url("fonts/OpenSans-Regular.eot");
    src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSansRegular") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'open-sans-semibold';
    src: url("fonts/OpenSans-Semibold.eot");
    src: url("fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold.ttf") format("truetype"), url("fonts/OpenSans-Semibold.svg#OpenSansSemibold") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'open-sans-bold';
    src: url("fonts/OpenSans-Bold.eot");
    src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSansBold") format("svg");
    font-weight: normal;
    font-style: normal
}*/
html,
body {
    height: 100%
}
body {
    font-family: 'Montserrat-Regular';
    background: #fff url(../i/fallback/bg_html-big.png) repeat-x 0 200px;
    background-repeat: repeat-x
}
body.nouppermenu {
    background-position: 0 150px
}
body.mobile {
    background-position: right 88px, 0 88px, 0 88px, 0 0;
    background-size: 50% 103px, 100% 103px, 100% 103px, 100% 100%
}
.wrap {
    position: relative;
    display: block;
    width: 1002px;
    margin: 0 auto
}
#page {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    min-height: 688px;
}
#page .page-top-bg {
    position: absolute;
    width: 100%;
    height: 35px;
    overflow: hidden
}
#page .page-top-bg .inner-bg {
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: #27986d url(../i/fallback/bg-top-pattern.png) center 0 no-repeat
}
#page .col {
    position: relative;
    height: 100%
}
#page .col.left {
    width: 320px;
    padding: 0 0 100px 0;
    float: left
}
#page .col.right {
    width: 682px;
    overflow: hidden;
    min-height: 306px;
    height: auto
}
#page .col.right .content {
    display: block;
    position: relative;
    width: 645px;
    height: auto;
    padding: 10px 19px 40px 18px;
    overflow: hidden
}
#page .col.right .content.mobile {
    padding: 20px 0 40px 5px
}
.index-page #page .col.left {
    float: right;
    clear: right;
    padding: 0
}
.index-page #page .col.right {
    float: left;
    clear: left;
    padding: 0
}
header {
    //  position: fixed;
    display: block;
    overflow: visible;
    width: 100%;
    height: 50px;
    float: left;
}
.header-top{
    // position: fixed;
    display: block;
    overflow: visible;
    width: 100%;
    z-index: 9999;
    background-color: white;
    height: 85px;
}

header.mobile {
    height: 191px
}
header.mobile .wrap {
    width: auto
}
header.mobile .wrap h1 {
    width: 122px
}
header.mobile .wrap h1 img {
    left: 49px;
    height: 50px
}
header .wrap {
    height: 100%
}
header .wrap h1, .header-top .wrap h1{
    //position: absolute;
    left: 10px;
    top: 23px;
    margin: 0;
    padding: 0
}
header .wrap h1 a, .header-top .wrap h1 a{
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: none
}
header .wrap h1 a img, .header-top .wrap h1 a img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 43px;
}
header .wrap h1 img,  .header-top .wrap h1 img {
    display: block
}
header .wrap h1 span {
    text-align: center;
    font-weight: normal
}
header .wrap h1 span.nfu {
    display: block;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #fff
}
header .wrap .image, .header-top .wrap .image{
    position: absolute;
    display: block;
    overflow: hidden;
    left: 85px;
    top: 10px;
    width: 350px;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px 4px 4px 4px
}
.search-box {
    width: 180px;
    /* max-width: 0px; */
    height: 41px;
    /* position: absolute; */
    /* right: 60px; */
    /* top: 40px; */
    overflow: hidden;
    z-index: 99999;
    /* background-color: #0069d9*/
    border: 1px solid #1f4c8f;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 10px;
    display: none;
}
.search-box input {
    position: absolute;
    background: none;
    border: none;
    padding: 0;
    margin: 0
}
.search-box input.text {
    padding: 0 10px;
    width: 145px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-right: 1px solid #1f4c8f;
    height: 30px;
    font-family: 'Montserrat-Regular', Verdana;
    font-size: 15px;
    line-height: 30px;
    color: grey;
}
.search-box input.text::-webkit-input-placeholder {
    padding-top: 2px
}
.search-box input:-moz-placeholder {
    padding-top: 2px;
    height: 30px
}
.search-box input.text::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}
.search-box input:-moz-placeholder {
    color: rgb(153, 153, 153);
}
.search-box input.submit {
      /* top: 6px; */
      right: 0;
      width: 40px;
      height: 40px;
      background: url(../i/nagyito.png) 10px 6px no-repeat;
      overflow: hidden;
      text-indent: -9999px;
}
header .wrap .icon-box {
    width: auto;
    height: 30px;
    position: absolute;
    right: 16px;
    top: 100px;
    overflow: hidden
}
header .wrap .icon-box.mobile {
    right: auto;
    left: 5px;
    top: 5px
}
header .wrap .icon-box a {
    position: relative;
    display: block;
    margin: 0 0 0 14px;
    padding: 0;
    background: url(../i/sprite_main.png) 0px -300px no-repeat;
    overflow: hidden;
    line-height: 333px;
    float: left
}
header .wrap .icon-box a:first-child {
    margin: 0
}
header .wrap .icon-box .menfm {
    width: 72px;
    height: 27px;
    background: url(../i/me-nfm.png) no-repeat
}
header .wrap .icon-box a.print {
    width: 18px;
    height: 17px;
    background-position: 0px -99px
}
header .wrap .icon-box a.print:hover {
    background-position: 0px -127px
}
header .wrap .icon-box a.accessibility {
    width: 20px;
    height: 20px;
    background-position: -28px -99px
}
header .wrap .icon-box a.accessibility:hover {
    background-position: -28px -127px
}
header .wrap .icon-box a.short {
    width: 28px;
    height: 18px;
    background-position: -57px -99px
}
header .wrap .icon-box a.short:hover {
    background-position: -57px -127px
}
header .wrap .icon-box a.lang {
    width: 29px;
    height: 18px
}
header .wrap .icon-box a.lang.en {
    background-position: -99px -99px
}
header .wrap .icon-box a.lang.en:hover {
    background-position: -99px -127px
}
header .wrap .icon-box a.lang.hu {
    background-position: -173px -99px
}
header .wrap .icon-box a.lang.hu:hover {
    background-position: -173px -127px
}
header .wrap .icon-box a.rss {
    width: 18px;
    height: 18px;
    background-position: -142px -99px
}
header .wrap .icon-box a.rss:hover {
    background-position: -142px -127px
}
header .wrap span.date-line {
    position: absolute;
    right: 14px;
    top: 25px;
    font-family: 'Montserrat-Regular',Arial;
    color: #818285;
    font-size: 12px;
    text-align: right
}
header .contact-box {
    position: absolute;
    width: 160px;
    left: 75px;
    top: 0;
    padding: 45px 20px 14px 0
}
header .contact-box h6 {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #404041
}
header .contact-box p {
    margin: 0;
    font-size: 11px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #404041
}
header .contact-box p span {
    display: block
}
header .contact-box p a {
    color: #27986d
}
header .small-counter, .header-top .small-counter{
    position: absolute;
    width: 180px;
    height: 57px;
    top: 29px;
    right: 347px;
    overflow: visible
}
.nouppermenu header {
    height: 150px
}
header.mobile .wrap h1 span.nfu {
    top: 50px
}
header .wrap a.anchor {
    display: none
}
.infoblokk {
    display: block;
    overflow: hidden;
    right: 12px;
    top: 5px;
    width: 230px;
    height: 71px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-indent: 120%;
    background: url(../i/infoblokk2.png) 0 0 no-repeat;
    border: 0;
    background-size: cover;
}
span.hu-top-reborn {
    position: absolute;
    left: 330px;
    top: 35px;
    display: block;
    margin: 0;
    width: 173px;
    height: 33px;
    text-indent: -999em;
    background: url(../i/sprite_main.png) no-repeat;
    background-position: 0 0
}
span.hu-top-reborn.mobile {
    left: 125px;
    top: 40px;
    background-size: 300px 300px;
    background-position: -96px -48px;
    height: 19px;
    width: 120px
}
.en span.hu-top-reborn {
    background-position: -180px 0
}
.error500 span.hu-top-reborn {
    left: 323px
}
span.eu-top-logo {
    display: block;
    position: absolute;
    text-indent: -999em;
    background: url(../i/sprite_main.png) no-repeat;
    background-position: 0 -33px;
    height: 26px;
    margin: 0;
    width: 173px;
    top: 80px;
    left: 330px
}
span.eu-top-logo.mobile {
    left: 124px;
    top: 64px;
    height: 18px;
    background-size: 300px 300px;
    background-position: -91px -71px
}
body.en span.eu-top-logo {
    left: 330px;
    top: 80px;
    background-position: -180px -33px;
    width: 190px
}
.error500 span.eu-top-logo {
    left: 323px
}
header .small-counter #counter-top {
    width: 180px;
    height: 57px
}
header .wrap nav.top,
footer .wrap nav.top {
    width: auto;
    height: 34px;
    position: absolute;
    right: 0;
    top: 30px;
    background: #ecebeb;
    padding: 0 20px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: inset 0px 0px 16px 3px rgba(0, 0, 0, 0.1)
}
header .wrap nav.top {
    padding: 0 0 0 20px
}
header .wrap nav.top ul,
footer .wrap nav.top ul {
    list-style: none;
    display: block;
    height: 100%
}
header .wrap nav.top ul li,
footer .wrap nav.top ul li {
    height: 34px;
    float: left
}
header .wrap nav.top ul li.highlight {
    background: #244bae;
    margin: 0 0 0 6px;
    padding: 0 12px;
    color: #fff;
    border-radius: 0px 6px 6px 0px
}
header .wrap nav.top ul li:before {
    content: "|";
    color: #b6b6b7;
    padding: 0 6px
}
header .wrap nav.top ul li.login.highlight.active>a {
    color: #000 !important
}
header .wrap nav.top ul li.login.highlight {
    padding: 0 12px 0 20px;
    margin: 0 0 0 -20px;
    border-radius: 6px 0px 0px 6px
}
header .wrap nav.top ul li.highlight:before {
    content: none;
    padding: 0
}
header .wrap nav.top ul li:first-child:before,
footer .wrap nav.top ul li:first-child:before {
    content: none
}
header .wrap nav.top ul li>a,
footer .wrap nav.top ul li>a {
    text-decoration: none;
    color: #818285;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 14px;
    height: 34px;
    line-height: 38px;
    cursor: pointer
}
header .wrap nav.top ul li.highlight>a {
    color: #fff
}
header .wrap nav.top ul li>a:hover,
header .wrap nav.top ul li.active>a,
footer .wrap nav.top ul li>a:hover {
    color: #71bf44
}
header .wrap nav.top ul li.highlight>a:hover {
    color: #000
}
.icon-box2 {
    position: absolute;
    overflow: hidden;
    right: 0px;
    top: 0;
    width: auto;
    height: 35px;
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.icon-box2 .search-box {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 0;
    height: 35px;
    background: #21815d;
    z-index: 9;
    box-shadow: inset 0px 2px 6px -3px #000;
    -webkit-transition: max-width 333ms;
    -moz-transition: max-width 333ms;
    transition: max-width 333ms
}
.icon-box2 .search-box.show {
    max-width: 300px
}
.icon-box2 .search-box .close {
    position: absolute;
    display: block;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    z-index: 999;
    cursor: pointer;
    background: url(../i/close.png) 0 0 no-repeat
}
.icon-box2 .search-box input {
    position: absolute;
    display: block;
    border: none;
    padding: 0;
    margin: 0
}
.icon-box2 .search-box input.text {
    padding: 0 10px 0 20px;
    width: 80%;
    height: 35px;
    font-family: 'Montserrat-Regular', Verdana;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
    background: transparent;
    border: 0
}
.icon-box2 .search-box input::-webkit-input-placeholder {
    color: #eee
}
.icon-box2 .search-box input:-moz-placeholder {
    color: #eee
}
.icon-box2 .search-box input.submit {
    right: 0;
    top: 0;
    z-index: 9
}
header nav.new-main {
    //  position: absolute;
    display: block;
    overflow: visible;
    width: 100%;
    height: 51px;
    top: 148px;
    left: 0;
    right: 0;
    border: 0;
    background-color: #244bae;
}
header nav.new-main .wrap>ul, header nav.new-main .menu-icon-box{
    position: relative;
    display: block;
    overflow: visible;
    max-width: 1002px;
    width: auto;
    float: left;
    height: 100%;
    list-style: none;
    zoom: 1
}
header nav.new-main .menu-icon-box{
    float: right;
}

header nav.new-main .wrap>.menu-icon-box>.icon-container{
    float:left;
    height:50px;
    width: 44px;
    border-right: solid rgba(255, 255, 255, 0.4) 1px;
}

.ico.ico-search.en{
    border-left: solid rgba(255, 255, 255, 0.4) 1px;
}

header nav.new-main .wrap>.menu-icon-box>a{
    height:50px;
    width: 40px;
}

header nav.new-main .wrap>.menu-icon-box>.icon-container:hover{
    background-color: #466fd9;
}
header nav.new-main .wrap>.menu-icon-box>.icon-container a:focus{
    background-color: #466fd9;
}

header nav.new-main .wrap>.menu-icon-box>.icon-container.first{
    width: 48px;
}

header nav.new-main .wrap>ul>li {
    position: static;
    display: block;
    overflow: visible;
    float: left;
    clear: none;
    //margin: 0 0 0 10px;
    padding: 0;
    width: 300px;
    height: 50px;
    text-align: center;
    //border: 0;
}


header nav.new-main .wrap>ul>li.singlecolumn {
    position: relative
}
header nav.new-main .wrap>ul>li:hover>a {
    top: 0px;
    height: 50px;
    background-color: #466fd9;
    //border-radius: 5px 5px 0px 0px;
}
header nav.new-main .wrap>ul>li:hover .dropdown {
    display: block
}
header nav.new-main .wrap>ul>li:first-child {
    margin-left: 0
}
header nav.new-main .wrap>ul>li>a {
    position: relative;
    display: block;
    overflow: visibile;
    top: 0px;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 14px;
    line-height:50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0px;
    white-space: nowrap;
    background: #244bae;
    //border-radius: 5px 5px 5px 5px;
    z-index: 999999;
    //margin-left: 5px;
    margin-right: 10px;
    border-left: solid rgba(255, 255, 255, 0.4) 1px;
}
header nav.new-main .wrap>ul>li:last-child>a {
    border-right: solid rgba(255, 255, 255, 0.4) 1px;
}
header nav.new-main .wrap>ul>li>a:after {
    content: ' ';
    position: absolute;
    display: none;
    left: 50%;
    top: 40px;
    width: 0;
    height: 0;
    margin: 0 0 0 -7px;
    border-top: solid 8px #244bae;
    border-right: solid 7px transparent;
    border-bottom: 0;
    border-left: solid 7px transparent
}
header nav.new-main .wrap>ul>li>a:hover, header nav.new-main .wrap>ul>li>a:focus {
    background: #6184e0;
    text-decoration: underline;
}
header nav.new-main .wrap>ul.count1 li {
    width: auto;
}
header nav.new-main .wrap>ul.count2 li {
    width: auto;
}
header nav.new-main .wrap>ul.count3 li {
    width: auto;
}
header nav.new-main .wrap>ul.count4 li {
    width: auto;
}
header nav.new-main .wrap>ul.count5 li {
    width: auto;
}
header nav.new-main .wrap>ul.count6 li {
    width: auto;
}
header nav.new-main .wrap>ul .dropdown {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 988px;
    z-index: 999990;
    display: none;
    margin: 0;
    padding: 10px 0 21px 0;
    border: 1px solid #6184e0;
    //background: #f8f8f8;
    background: #244bae;
    background:
        box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 5px 5px
}
header nav.new-main .wrap>ul .dropdown .inner {
    position: relative;
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0
}
header nav.new-main .wrap>ul .dropdown .inner>ul {
    position: relative;
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 988px;
    height: auto;
    border: 0
}
header nav.new-main .wrap>ul .dropdown .inner>ul li {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    clear: none;
    width: 312px;
    margin: 0 0 2px 12px;
    padding: 0 0 0 0;
    text-align: left
}
header nav.new-main .wrap>ul .dropdown .inner>ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    clear: none;
    width: 287px;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 15px;
    height: auto;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-align: left;
    text-transform: none;
    white-space: normal;
    vertical-align: middle;
    //color: #404041;
    color: white;
    //border-top: 1px dotted #dfdfdf !important
}
header nav.new-main .wrap>ul .dropdown .inner>ul li a span {
    display: inline-block;
    cursor: pointer
}
header nav.new-main .wrap>ul .dropdown .inner>ul li a:before {
    content: ' ';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 0;
    height: 0;
    margin: 0;
    border-top: solid 6px transparent;
    border-right: 0;
    border-bottom: solid 6px transparent;
    //border-left: solid 7px #404041;
    border-left: solid 7px #FFF;
}
header nav.new-main .wrap>ul .dropdown .inner>ul li a:hover {
    //color: #6184e0;
}
header nav.new-main .wrap>ul .dropdown .inner>ul li a:hover:before {
    //border-left-color: #6184e0;
}
header nav.new-main .wrap>ul .dropdown .inner>ul>li {
    margin-top: -1px
}
header nav.new-main .wrap>ul .dropdown .inner>ul>li:hover>a {
    //color: #6184e0;
}
header nav.new-main .wrap>ul .dropdown .inner>ul>li:hover>a:before {
    //border-left-color: #6184e0;
}
header nav.new-main .wrap>ul .dropdown .inner>ul li a:hover span{
    text-decoration: underline;
}

header nav.new-main .wrap>ul .dropdown .inner>ul>li>ul {
    position: relative;
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 312px;
    height: auto;
    border: 0
}
header nav.new-main .wrap>ul .dropdown .inner>ul>li>ul li {
    float: none;
    clear: both;
    width: 297px;
    margin-left: 15px
}
header nav.new-main .wrap>ul .dropdown .inner>ul>li>ul li a {
    width: 272px;
    padding: 5px 10px 5px 15px;
    font-size: 13px;
    line-height: 16px;
    //color: #818285;
    color: white;
}
header nav.new-main .wrap>ul .dropdown .inner>ul>li>ul li a:before {
    top: 9px;
    left: 3px;
    border-top: solid 4px transparent;
    border-right: 0;
    border-bottom: solid 4px transparent;
    //border-left: solid 5px #818285;
    border-left: solid 5px #FFF;
}
header nav.new-main .wrap>ul>li.singlecolumn .dropdown {
    width: 238px
}
header nav.new-main .wrap>ul>li.singlecolumn .dropdown .inner>ul {
    width: 238px
}
header nav.new-main .wrap>ul>li.singlecolumn .dropdown .inner>ul li {
    width: 238px
}
header nav.new-main .wrap>ul>li.singlecolumn .dropdown .inner>ul li a {
    width: 192px
}
.pageCounter .numbers span {
    display: inline-block;
    position: relative
}
.pageCounter .counterHeadLine {
    width: 110%;
    font-size: 13px;
    color: #404041;
    line-height: 14px;
    margin: 0 0 6px -1px;
    letter-spacing: -0.5px
}
.pageCounter .roundedBox {
    float: right;
    width: 130px;
    height: 22px;
    background: #93cbb6;
    border-radius: 3px
}
.pageCounter .roundedBox>div {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 1px 0 0 0
}
.pageCounter .roundedBoxText {
    position: relative;
    top: 3px;
    margin: 0 0 0 2px;
    font-size: 11px;
    color: #404041;
    float: left
}
.pageCounter .staticTexts>div {
    margin: 0 0 7px 0
}
#mainPageCounter {
    width: 281px;
    height: 180px;
    visibility: hidden;
    padding-top: 27px;
    font-family: 'Montserrat-Regular';
    overflow: hidden
}
html.wf-active #mainPageCounter,
html.wf-inactive #mainPageCounter {
    visibility: visible
}
#mainPageCounter.pageCounter .numbers {
    position: relative;
    margin: 0 0 0 36px;
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 0.5px
}
#mainPageCounter.pageCounter .numbers span.dot {
    font-size: 21px
}
#mainPageCounter.pageCounter .counterBody {
    position: relative;
    width: 245px;
    height: 44px;
    background: #27986d;
    border-radius: 5px;
    margin: 0 0 8px 0
}
#mainPageCounter.pageCounter>div {
    width: 245px;
    padding: 6px 0 0 18px
}
html.wf-dincondensed-n4-inactive #mainPageCounter.pageCounter .numbers {
    margin: 0 0 0 20px;
    font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -2px
}
html.wf-dincondensed-n4-inactive #mainPageCounter.pageCounter .staticTexts .roundedBox {
    font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
    font-weight: bold
}
#subPageCounter {
    width: 200px;
    height: 120px;
    visibility: hidden;
    font-family: 'Montserrat-Regular';
    overflow: hidden
}
html.wf-active #subPageCounter,
html.wf-inactive #subPageCounter {
    visibility: visible
}
#subPageCounter.pageCounter .numbers {
    position: relative;
    font-family: 'Montserrat-Regular', Arial;
    font-size: 22px;
    color: #fff;
    line-height: 43px;
    letter-spacing: 0;
    margin: 0 0 0 37px;
    float: left
}
#subPageCounter.pageCounter .numbers span.dot {
    font-size: 18px
}
#subPageCounter.pageCounter .counterBody {
    width: 200px;
    background: #27986d;
    border-radius: 5px;
    position: relative;
    height: 41px;
    margin: 0 0 8px 0
}
#subPageCounter.pageCounter>div {
    width: 200px;
    padding: 3px 0 0 0
}
html.wf-dincondensed-n4-inactive #subPageCounter.pageCounter .numbers {
    margin: 0 0 0 20px;
    font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -2px
}
body {
    background: none
}
#main {
    width: 100%;
    min-height:688px;
    margin: 0px;
    padding: 2px;
}
#page {
    width: 100%;
}
#left {
    min-height: 300px;
    margin-top: 30px;
    float: left;
    width: 100px;
}
#right {
    min-height: 300px;
    margin-top: 30px;
    display: none;
    float: right;
    width: 100px;
}
#center {
    margin: 0 auto;
    width: 1002px;
    height: 100%;
    padding-top: 0px;
    // margin-top: 180px;
}
#center2 {
    margin: 0 auto;
    width: 1002px;
    height: 100%;
}
#center_left {
    min-height: 300px;
    margin: 0px;
    float: left;
    width: 290px;
}
#center_right {
    float: left;
    width: 660px;
    margin-left:40px;
    margin-top:40px;
}
#mainframe {
    margin: 10px 0 0 0;
    display: block;
    position: relative
}
#mainframe iframe {
    position: relative;
    margin: 0 auto;
    display: block
}
iframe#mainframe {
    position: relative;
    display: block;
    width: 682px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px auto;
    padding: 0px
}
#colophon {
    display: block;
    width: 100%;
    text-align: center;
    background: #404041;
    color: white;
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin-top: 10px;
    z-index:9999;
}
footer nav.bottom ul {
    list-style: none;
    height: 60px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: block;
    clear: left;
}
footer nav.bottom ul li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
footer nav.bottom ul li a {
    color: #cecece;
    font-family: 'Montserrat-Regular',Verdana,sans-serif;
    font-size: 14px;
    padding: 0 10px;
    height: 100%;
    display: block;
}
footer nav.bottom ul li a:hover {
    color: #244bae;
}
footer .copy {
    margin: 0 auto;
    width: 1000px;
    font-size: 11px;
    color: #aaa;
    padding-top: 12px;
    border-top: 1px solid #555;
}
#main_pics {
    float: left;
    width: 678px;
    min-height: 613px;
}
#main_right {
    float: left;
    width: 324px;
    background: #fff;
    height: 100%;
    //margin: 0px auto 0px 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
#main_bottom {
    float: left;
    width: 880px;
    height: 130px;
    background: #fff;
    margin: 0px auto 0px 122px;
    align: center;
}
.item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 650px;
    height: 150px;
    background: #fff url(/sites/all/themes/zen/redesign/i/slideshow.png) 0 bottom repeat-x;
}
.item img {
    position: relative;
    display: block;
    width: 650px;
    height: 130px;
    margin: 0;
    padding: 0;
    background: #fafafa;
    border-radius: 10px 10px 10px 10px
}
.item h4 {
    position: relative;
    display: block;
    margin: 22px 35px 13px 35px;
    padding: 0;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    color: #27986d
}
.item p {
    position: relative;
    display: block;
    margin: 13px 35px 13px 35px;
    padding: 0;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    color: #244bae
}
.item p .a {
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #404041
}
.outersites {
    float: left;
    margin: 10px 0px 0px 0px;
}
#page .buttons {
    position: relative;
    display: block;
    overflow: hidden;
    width: 650px;
    height: 40px;
    margin: 10px 0 10px 0;
    padding: 0;
    zoom: 1
}
#page .buttons>a {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    clear: none;
    margin: 0 0 0 10px;
    padding: 0;
    width: 210px;
    height: 40px;
    text-align: center;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0px;
    white-space: nowrap;
    background: #244bae;
    border-radius: 5px 5px 5px 5px;
}
#page .buttons>a:hover {
    background: #27986d;
}
#page .buttons>a:first-child {
    margin-left: 0;
}
#page .buttons.count1>a {
    width: 650px;
}
#page .buttons.count2>a {
    width: 320px;
}
#page .buttons.count3>a {
    width: 210px;
}
#page .buttons.count4>a {
    width: 155px;
}
#page .buttons.count5>a {
    width: 122px;
}
.content h3 {
    color: rgb(64, 64, 65);
    display: block;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.title {
    color: rgb(64, 64, 65);
    display: block;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
}
.title a, .node-list-title {
    color: rgb(39, 152, 109);
    cursor: auto;
    display: block;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    text-decoration: none;
}
.title .date {
    color: rgb(34, 72, 173);
    display: block;
    float: none;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 14px;
    letter-spacing: normal;
    line-height: 14px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
}
.result-list li p {
    color: rgb(64, 64, 65);
    display: block;
    font-family:'Montserrat-Regular', Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
}
.content .search-form form {
    display: block;
    margin: 0 0 20px 0!important;
    padding: 12px!important;
    border-radius: 6px 6px 6px 6px!important;
    position: relative!important;
    background: url(../i/bg_form.png) 0 0 repeat!important;
    color: #59595a!important;
    box-shadow: inset 0px -10px 40px 0px rgba(0, 0, 0, 0.1)
}
#page .content .search-form form fieldset {
    margin: 0 0 12px 0
}
#page .content .search-form form fieldset label {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-weight: normal;
    margin: 12px 0 0 4px;
    padding: 0;
    letter-spacing: -1px;
    color: #59595a;
    display: block;
    clear: both
}
#page .content .search-form form fieldset select {
    width: 100%;
    display: block;
    padding: 4px;
    margin: 0;
    text-align: left;
    font-family: 'Montserrat-Regular', Arial;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    border: 1px #cecece solid;
    border-radius: 6px 6px 6px 6px;
    float: left
}
#page .content .search-form form fieldset label+select {
    clear: left;
    display: block
}
#page .content .search-form form fieldset input.text {
    width: 88%
}
#page .content .search-form form fieldset .button {
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    padding: 4px 24px 0 24px;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    border: 1px #d2e1bf solid;
    margin: 12px 12px;
    float: right;
    text-transform: uppercase;
    background: #27986d
}
#page .content .search-form form fieldset .button {
    float: left;
    margin: 12px 0 0 0
}
#page .content .search-form form fieldset .button:hover {
    color: #333
}
#page .content .search-form .pager {
    margin: 0
}
#page .content form fieldset select.small {
    width: 30%;
    display: inline-block
}
#page .content form fieldset input.text {
    font-family: 'Montserrat-Regular',Arial;
    font-size: 12px;
    line-height: 28px;
    color: #404041;
    height: 28px;
    border: 1px #cecece solid;
    border-radius: 6px 6px 6px 6px;
    padding: 0 12px
}
#page .content .search-form form fieldset input.text {
    width: 88%
}
#page .col.right .content .block {
    position: relative;
    display: block;
    margin: 0;
    padding: 12px 0;
    font-family: 'Montserrat-Regular',Arial;
    font-size: 12px;
    line-height: 18px;
    color: #404041;
    font-weight: normal;
    clear: both
}
#page .col.right .content .block h3 {
    font-size: 18px;
    line-height: 20px;
    color: #244bae
}
#page .col.right .content ul {
    list-style: none
}
#page .col.right .content .block ul {
    list-style: none;
    margin: 0 0 20px 0
}
#page .col.right .content.mobile .block ul {
    margin: 0
}
#page .col.right .content .block ol {
    margin: 0 0 20px 22px
}
#page .col.right .content ul li,
#page .col.right .content .block ol li,
#page .col.right .content .block ul li {
    font-family: 'Montserrat-Regular', Arial;
    font-size: 12px;
    line-height: 18px;
    color: #404041;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative
}
#page .col.right .content .block ul li {
    display: block;
    margin: 0 0 4px 0;
    line-height: 18px;
    padding: 0 0 0 10px
}
#page .col.right .content .block.docfiles ul li,
#page .col.right .content .related-list ul.docfiles li {
    padding: 4px 0 10px 30px;
    line-height: 18px
}
#page .col.right .content .block ol li {
    padding: 0 0 6px 0
}
#page .col.right .content .block p u {
    color: #27986d;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    text-decoration: none;
    letter-spacing: -1px
}
#page .col.right .content .block ul+p {
    margin: 20px 0 30px 0;
    padding: 20px 0 0 0;
    border-top: 1px #a7a7a8 solid
}
#page .col.right .content .block p strong {
    color: #404041;
    font-weight: bold
}
#page .col.right .content .block p u strong {
    color: #27986d;
    font-weight: normal
}
#page .col.right .content .block p u br {
    display: none
}
#page .col.right .content .block ul.result-list li,
#page .col.right .content .block ul.list li {
    margin: 0 0 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    list-style-type: none
}
#page .col.right .content .block ul.iconlist {
    position: relative;
    display: block;
    overflow: hidden;
    width: 645px;
    margin: 0;
    padding: 0;
    list-style: none
}
#page .col.right .content .block ul.iconlist li {
    position: relative;
    float: left;
    clear: none;
    overflow: hidden;
    width: 215px;
    height: 240px;
    margin: 10px 0 0 -1px;
    border-left: 1px solid #ededee;
    list-style: none
}
#page .col.right .content .block ul.iconlist li a {
    position: relative;
    display: block;
    width: 215px;
    height: 70px;
    margin: 0;
    padding: 170px 0 0 0;
    overflow: hidden;
    font-family: 'Montserrat-Regular', arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #000
}
#page .col.right .content .block ul.iconlist li a img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 215px;
    height: 170px
}
#page .col.right .content .block ul.iconlist li a img.img2 {
    display: none
}
#page .col.right .content .block ul.iconlist li a strong {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 5px 50px 0 50px;
    padding: 0 0 0 0;
    font-weight: normal;
    text-align: center;
    color: #000
}
#page .col.right .content .block ul.iconlist li a strong span {
    display: inline-block
}
#page .col.right .content .block ul.iconlist li a:hover {
    background: #ececec
}
#page .col.right .content .block ul.iconlist li a:hover img.img1 {
    display: none
}
#page .col.right .content .block ul.iconlist li a:hover img.img2 {
    display: block
}
#page .col.right .content .block ul li a {
    text-decoration: none;
    font-family: 'Montserrat-Regular', Arial;
    line-height: 21px;
    font-size: 12px;
    color: #0072bc
}
#page .col.right .content .block ul li a:hover {
    color: #244bae
}
#page .col.right .content .block ul li p {
    margin: 0
}
#page .col.right .content .block ul.result-list li p {
    display: block
}
#page .col.right .content .block ul li p.lead {
    padding: 0 0 2px 0
}
#page .col.right .content .block ul li .title {
    margin: 0 0 8px 0;
    display: block
}
#page .col.right .content .block ul li .title a {
    color: #27986d;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: -1px;
    display: block
}
#page .col.right .content .block ul li .title .date {
    display: block;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    color: #244bae;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    float: none
}
#page .col.right .content .block ul li .title .date em {
    display: block;
    clear: left;
    font-style: normal;
    color: #333
}
#page .col.right .content .block dl {
    display: block;
    margin: 0;
    padding: 0
}
#page .col.right .content .block dl dt {
    font-weight: bold;
    display: block;
    color: #000
}
#page .col.right .content .block dl dd {
    margin: 0 0 6px 0;
    padding: 0;
    display: block
}
#page .col.right .content .block ul li .more {
    padding: 0 0 0 12px;
    position: relative
}
#page .col.right .content .block ul li .more span {
    width: 0px;
    height: 0px;
    left: 0px;
    top: 3px;
    position: absolute;
    border-color: transparent transparent transparent #0072bc;
    border-style: solid;
    border-width: 4px
}
#page .col.right .content .block ul.result-list li .more {
    display: block;
    margin: 6px 0 0 0
}
#page .col.right .content .block ul.result-list li img {
    float: left
}
#page .col.right .content .block ul li .more:hover span {
    border-color: transparent transparent transparent #244bae
}
#page .col.right .content .related-list ul.docfiles li .file-info,
#page .col.right .content .block ul li .file-info .size {
    font-size: 10px;
    color: #666;
    display: block;
    line-height: 10px
}
#page .col.right .content .related-list ul.docfiles li .file-description {
    display: block;
    line-height: 13px;
    font-size: 11px;
    padding: 6px 0
}

.menu__item.collapsed,
.menu__item.is-leaf  {
    position: relative;
    left: 0;
    //top: 8px;
    //border-bottom: 1px solid #eee;
    padding: 18px 0px 10px 0px;
}

.menu__item.is-leaf.a a {
    height: 40px;
    position: absolute;
    left: 0;
    top: 8px;
    margin-left: 40px;
    padding-left: 40px;
    font-size:14px;
}

a.menu__link {
    font-size:12px;
    display: inline;
    margin-left: 0px;
    line-height: 21px;
    color: #0072bc;
}
a.menu__link:hover {
    color: #0062ac;
}

a.menu__link:focus {
    text-decoration: underline;
}

a.icon {
    height: 30px;
    left: 0;
    margin-top: 5px;
}

.related ul li div.icon,
.menu__item div.icon {
    float: left;
    width: 24px;
    height: 40px;
    background: url(../i/bg_sprite.png) -320px -160px no-repeat;
    margin-right: 10px;
}

#page .col.right .content .related-list ul.docfiles li .icon,
#page .col.right .content .block.docfiles ul li .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../i/bg_sprite.png) -320px -160px no-repeat;
    left: 0;
    top: 8px
}
#page .col.right .content .related-list ul.docfiles li.pdf .icon,
#page .col.right .content .block.docfiles ul li.pdf .icon {
    background-position: -160px -160px
}
#page .col.right .content .related-list ul.docfiles li.doc .icon,
#page .col.right .content .related-list ul.docfiles li.docx .icon,
#page .col.right .content .block.docfiles ul li.doc .icon,
#page .col.right .content .block.docfiles ul li.docx .icon {
    background-position: -200px -160px
}
#page .col.right .content .related-list ul.docfiles li.zip .icon,
#page .col.right .content .block.docfiles ul li.zip .icon {
    background-position: -240px -160px
}
#page .col.right .content .related-list ul.docfiles li.xls .icon,
#page .col.right .content .related-list ul.docfiles li.xlsx .icon,
#page .col.right .content .related-list ul.docfiles li.xlsm .icon,
#page .col.right .content .block.docfiles ul li.xls .icon,
#page .col.right .content .block.docfiles ul li.xlsx .icon,
#page .col.right .content .block.docfiles ul li.xlsm .icon {
    background-position: -280px -160px
}
#page .col.right .content .related-list ul.docfiles li.ppt .icon,
#page .col.right .content .related-list ul.docfiles li.pptx .icon,
#page .col.right .content .block.docfiles ul li.ppt .icon,
#page .col.right .content .block.docfiles ul li.pptx .icon {
    background-position: -160px -200px
}
#page .col.right .content .related-list ul.docfiles li.wmv .icon,
#page .col.right .content .block.docfiles ul li.wmv .icon {
    background-position: -200px -200px
}
#page .col.right .content .related-list ul.docfiles li.link .icon,
#page .col.right .content .block.docfiles ul li.link .icon {
    background-position: -240px -200px
}
#page .col.right .content .related-list ul.docfiles li.forum .icon,
#page .col.right .content .block.docfiles ul li.forum .icon {
    background-position: -280px -200px
}
#page .col.right .content .related-list ul.docfiles li.event .icon,
#page .col.right .content .block.docfiles ul li.event .icon {
    background-position: -320px -200px
}
#page .col.right .content .related-list ul.docfiles li.txt .icon,
#page .col.right .content .block.docfiles ul li.txt .icon {
    background-position: -360px -160px
}
#page .col.right .content .block ul br,
#page .col.right .content .block ul li a br {
    display: none
}
#page .col.right .content .block table {
    width: 100%;
    padding: 0 0 20px 0;
    font-family: 'Montserrat-Regular', Arial;
    font-size: 12px;
    line-height: 18px;
    color: #404041;
    font-weight: normal
}
#page .col.right .content .block table tr td {
    padding: 5px;
    margin: 0;
    vertical-align: middle
}
#page .col.right .content .block table tr td p {
    padding: 0;
    margin: 0
}
#page .col.right .content .block table thead tr td {
    background: none !important
}
p.lead,
#page .col.right .content p.lead {
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
#page .col.right .content p img {
    float: left;
    padding: 0 12px 10px 0;
    border: none;
    margin: 0
}
#page .col.right .content h3 span.date,
#page .col.right .content h4 span.date,
#page .col.right .content h5 span.date,
#page .col.right .content h6 span.date {
    display: block;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    color: #244bae;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0px
}
#page .col.right .content h3 span.date {
    line-height: 30px
}

.page-top-bg {
    position: relative;
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: #27986d url(../i/bg-top-pattern.png) center 0 no-repeat;
    float: left;
}
.inner-bg {
    width: 1000px;
    height: 35px;
    margin: 0 auto;
}

nav.breadcrumb {
    display: block;
    height: 30px;
    width: auto;
    overflow: hidden;
    clear: left;
    margin: 0;
    padding: 3px 0 2px 0
}
nav.breadcrumb.head-box {
    height: auto;
    margin: 20px 0 0 20px
}
nav.breadcrumb.head-box ul li {
    display: block;
    margin: 0;
    float: none
}
nav.breadcrumb.head-box ul li a {
    display: block;
    margin-right: 150px !important;
    color: #fffeff;
    font-size: 20px;
    line-height: 25px
}
nav.breadcrumb.head-box ul li:first-child a {
    margin: 0 0 0 14px
}
nav.breadcrumb.head-box ul li b {
    display: block;
    top: 50%;
    margin-top: -3px
}
nav.breadcrumb.head-box ul li:first-child b {
    display: block
}
body.index-page nav.breadcrumb {
    float: left;
}
body.index-page nav.breadcrumb.head-box {
    margin: 0px 0 0 0px
}
body.index-page nav.breadcrumb.head-box ul {
    margin: 0;
    padding-right: 110px
}
body.index-page nav.breadcrumb.head-box ul li {
    height: auto;
    margin: 4px 0 0;
    padding: 8px 0 8px 20px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.16)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear, left, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#29ffffff', endColorstr='#00ffffff', GradientType=1)
}
nav.breadcrumb ul {
    list-style: none;
    margin: 0 0 0 17px
}
nav.breadcrumb ul li {
    position: relative;
    float: left;
    height: 45px;
    margin: 0 14px 0 0
}
nav.breadcrumb ul li.last-child,
nav.breadcrumb ul li:last-child {
    margin: 0
}
nav.breadcrumb ul li a {
    text-decoration: none;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 12px;
    color: #3a551a;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 14px;
    letter-spacing: -1px
}
nav.breadcrumb ul li a:hover {
    color: #fff;
    text-decoration: underline
}
nav.breadcrumb ul li b {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}
nav.breadcrumb ul li:first-child a {
    margin: 0
}
nav.breadcrumb ul li:first-child b {
    display: none
}

.gradient {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 0 100px 0;
    z-index: 99;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYwZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f1f0ef 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f1f0ef));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f1f0ef 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f1f0ef 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f1f0ef 100%);
    background: linear, left, rgba(255, 255, 255, 0) 0%, #f1f0ef 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f1f0ef', GradientType=1)
}
.gradient2 {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear, top, rgba(255, 255, 255, 0) 0%, #fff 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    display:none;
}

ul li .more {
    padding: 0 0 0 12px;
    position: relative
}

ul li .more span {
    width: 0px;
    height: 0px;
    left: 0px;
    /*top: 3px;*/
    position: absolute;
    border-color: transparent transparent transparent #0072bc;
    border-style: solid;
    border-width: 4px;
    margin-top: 4px;
}

li .more {
    display: block;
    margin: 6px 0 0 0
}

.newslist {
    position: relative;
    display: block;
    overflow: hidden;
    width: auto;
    height: 100%;
    // max-height: 685px;
    // margin: 0 0 10px 0;
    // padding: 0 0 10px 0;
    background: #ddd;
    border-radius: 5px 5px 5px 5px;
}
.newslist .scrollable {
    position: relative;
    display: block;
    overflow: auto;
    //height: 100%;
    //width: 319px;
    margin: 0 10px 0 0;
    padding: 0;
    height: 100%;

}
.mCSB_dragger_bar {
    background-color: #244bae!important;
    width: 5px!important;
}

.mCustomScrollbar {
    margin-right: 4px!important;
}

.mCSB_draggerRail {
    background-color: #fff!important;
    width: 5px!important;
}
.newslist h2 {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    height: 42px;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #244bae;
    border-radius: 5px 5px 0px 0px
}
.newslist .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0px 15px 0px 15px;
    padding: 0px 10px 15px 25px;
    border-bottom: solid 1px #bbb;
    background: #ddd;
    width:220px;
    height: auto;
}
.newslist .item h3 {
    position: relative;
    display: block;
    margin: 6px 0px 0px 0px;
    padding: 0!important;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    color: #333
}
.newslist .item .date {
    height: auto;
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 10px 15px 16px;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    color: #333
}
.newslist .item a {
    padding: 0px!important;
    margin: 0px!important;
    text-decoration: none
}
.newslist .item a:hover h3 {
    color: #244bae
}
.newslist .item.hilite {
    background: #eee;
    box-shadow: 1px 1px 5px -3px #000
}
.newslist .more {
    position: relative;
    display: block;
    height: 14px;
    margin: 0;
    padding: 10px 0 10px 0;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    color: #333
}
.newslist .more a {
    text-decoration: none;
    color: #333
}
.newslist .more a:hover {
    color: #244bae
}

.related-list {
    overflow: hidden;
    display: block
}

.field-name-field-link {
    border-top: 1px solid #27986d;
    padding-top: 20px;
}

.field-label {
    font-family:'Montserrat-Regular',Verdana,sans-serif!important;
    color:#404041!important;
    font-size:20px!important;
    margin-bottom: 16px!important;
    font-weight:normal!important;
    letter-spacing:-1px!important;
}


.field-item.lead, .field-item.even, .field-item.odd, .field-item.lead p
{
    font-family: 'Montserrat-Regular',Verdana,sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #626d7d;
}

.field.field-name-field-k-nyvt-rak-node.field-type-node-reference.field-label-above .field-label,
.related-list .related h3 {
    font-family:'Montserrat-Regular',Verdana,sans-serif!important;
    color:#404041!important;
    font-size:20px!important;
    margin-bottom: 16px!important;
    font-weight:normal!important;
    letter-spacing:-1px!important;
}

.related-list .related {
    display: block;
    margin: 0 0 30px 0
}

.field.field-name-field-k-nyvt-rak-node.field-type-node-reference.field-label-above .field-label,
.related-list .related:first-child {
    padding: 20px 0 0 0;
}

.related-list .related ul {
    list-style: none
}

.related-list .related ul li {
    padding: 0 0 6px 0;
    font-size: 12px;
    color: #0072bc;
    font-family: 'Montserrat-Regular', Arial;
    position: relative;
    clear: left;
}

.related ul li a {
    font-size: 12px;
}

.related ul li a:focus{
    text-decoration: underline;
}

/*.field-items  {
    clear: left;
    padding-bottom: 20px;
}*/
.field-item p
{
    font-family: 'Montserrat-Regular', Arial;;
    color: #404041;
    font-weight: normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
}

.field-item a:focus{
    text-decoration: underline;
}

.kozl_datum
{
    display: block;
    font-family: 'Montserrat-Regular',Verdana,sans-serif;
    color: #244bae;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    padding-bottom: 20px;
}

.node-book a {
    font-size: 12px;
}

.node-book a:focus {
    text-decoration: underline;
}

p img {
    float: left;
    padding: 0 12px 10px 0;
    border: none;
    margin: 0
}

p
{
    font-family: 'Montserrat-Regular', Arial;
    font-size: 12px;
    line-height: 18px;
    color: #404041;
    font-weight: normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

h5
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-family: 'Montserrat-Regular',Verdana,sans-serif;
    color: #404041;
    font-weight: normal;
}

.form-select {
    width:100%;
}



/* *******táblázatok********* */

td
{
    vertical-align: top;
    font-size: 12px;
}

.block table, table td, table th, table tr, td
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-left-color: #dedede;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

table th{
    padding: 3px 5px;
}

td{
    padding-left: 3px;
}

.block table tr td
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: middle;
}

.block table thead tr td
{
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.block table tbody tr td
{
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    vertical-align: middle;
}

.block table tr td
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: middle;
}

table tbody tr.even td
{
    background-color: #f9f9f9;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}



/* táblázatok vége */

#edditor {
    position: fixed;
    top: 320px;
}

form {
    display: block;
    margin: 0 0 0px 0;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    color: #59595a;
    //box-shadow: inset 0px -10px 40px 0px rgba(0, 0, 0, 0.1)
}

form fieldset {
    display: block;
    padding: 0;
    margin: 0
}
form fieldset {
    margin: 0 0 12px 0;
    width: 100%;
}
form fieldset label {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-weight: normal;
    margin: 12px 0 0 4px;
    padding: 0;
    letter-spacing: -1px;
    color: #59595a;
    display: block;
    clear: both
}
form fieldset label.label {
    padding: 12px;
    overflow: hidden;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    margin: 12px 0
}
form fieldset label.cbrb {
    color: #404041;
    font-size: 12px;
    padding: 2px 0 0 0;
    margin: -21px 0 8px 43px;
    line-height: 20px;
    height: auto;
    float: left
}
form fieldset label.label span.required {
    font-size: 16px;
    font-weight: bold;
    color: #244bae
}
form fieldset input.cbrb {
    font-size: 12px;
    float: left;
    height: 20px;
    width: 20px;
    display: block;
    clear: left;
    margin: 0 0 0 20px
}
form fieldset textarea {
    padding: 12px;
    overflow: auto;
    resize: none;
    width: 501px;
    min-height: 300px;
    font-family: 'Montserrat-Regular',Arial;
    font-size: 12px;
    line-height: 13px;
    color: #404041;
    margin: 0 12px
}
form fieldset select {
    width: 100%;
    display: block;
    padding: 4px;
    margin: 0;
    text-align: left;
    font-family: 'Montserrat-Regular',Arial;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    border: 1px #cecece solid;
    border-radius: 6px 6px 6px 6px;
    float: left
}
form fieldset label+select {
    clear: left;
    display: block
}
form fieldset select.small {
    width: 30%;
    display: inline-block
}
form fieldset select.small {
    width: 80%;
    margin-bottom: 10px
}
form fieldset select.medium {
    width: 50%;
    display: inline-block
}
form fieldset select.big {
    width: 80%;
    display: inline-block
}
form fieldset input.text {
    font-family: 'Montserrat-Regular',Arial;
    font-size: 12px;
    line-height: 28px;
    color: #404041;
    height: 28px;
    border: 1px #cecece solid;
    border-radius: 6px 6px 6px 6px;
    padding: 0 12px
}
form fieldset input.text {
    width: 88%
}
form fieldset .button {
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    padding: 4px 24px 0 24px;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    border: 1px #d2e1bf solid;
    margin: 12px 12px;
    float: right;
    text-transform: uppercase;
    background: #27986d
}
form fieldset .button {
    float: left;
    margin: 12px 0 0 0
}
form fieldset .button:hover {
    color: #333
}




select.wide *
{
    font-family: 'Montserrat-Regular', Helvetica,Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    outline-width: medium;
    outline-style: none;
    white-space: nowrap;
}

/* Line 1 */
select.wide
{
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: #b3b3b3;
}

/* Line 1 */
select.wide options a
{
    height: 30px;
    line-height: 30px;
    display: block;
}

/* Line 1 */
select.wide
{
    cursor: pointer;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    position: relative;
}

/* Line 1 */
select.wide:focus
{
    outline-width: 0px;
    outline-style: none;
}

/* Line 1 */
select.wide:hover, select.wide:focus, select.wide:active
{
    color: #333333;
    background-color: #e6e6e6;
}

/* Line 1 */
select.wide:hover, select.wide:focus, select.wide:active
{
    color: #333333;
    background-color: #e6e6e6;
}

/* Line 1 */
select.wide:hover, select.wide:focus
{
    color: #333333;
    text-decoration-line: none;
    text-decoration-style: solid;
    background-position: 0px -15px;
}

/* Line 1 */
select.wide:hover, select.wide:focus
{
    color: #333333;
    text-decoration-line: none;
    text-decoration-style: solid;
    background-position: 0px -15px;
}

p
{
    font-family: 'Montserrat-Regular',Arial;
    font-size: 14px;
    line-height: 15px;
    color: #404041;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float:left;
}

span.date {
    right: 16px;
    top: 16px;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    color: #244bae;
    font-weight: normal
}

span.name {
    font-size: 17px;
    font-family: 'Montserrat-Regular', Verdana, sans-serif;
    font-weight: normal
}

.table-wrapper {
    width: 100%;
    margin: 0 0 20px 0px;
    padding: 0;
    display: block;
    padding: 0;
    position: relative
}
.table-wrapper table {
    display: block;
    position: relative;
    border: none;
    font-family: 'Montserrat-Regular',Arial;
    font-size: 12px;
    line-height: 18px;
    color: #404041;
    overflow: hidden;
    margin: 0;
    width: 100%;
    overflow-x: scroll;
}
.table-wrapper table thead {
    /*color: #fff;
    background: #27986d url(../i/bg_table-head.png) 0 0 repeat-x*/
}
.table-wrapper table thead tr th {
    padding: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 14px
}
.table-wrapper table thead tr th.t1 {
    overflow: hidden
}
.table-wrapper table thead tr th.t5 {
    overflow: hidden
}
.table-wrapper table tbody {
    background: #ecebeb
}
.table-wrapper table tbody tr td {
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    padding: 6px;
    vertical-align: middle
}

.table-wrapper table tbody tr td a:focus{
    text-decoration: underline;
}

.table-wrapper table tbody tr.even td {
    background: #f9f9f9
}
.table-wrapper table tbody tr td.date {
    white-space: nowrap;
    font-size: 11px;
    line-height: 12px;
    text-align: right
}
.table-wrapper table tbody tr td.date_center {
    white-space: nowrap;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
}
.table-wrapper table tbody tr td.center {
    text-align: center
}
.table-wrapper table tbody tr td span {
    display: block
}

dl {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
}
dl dt {
    display: block;
    color: #000;
    width: 210px;
    margin: 5px 0px 0px 0px;
}
dl dd {
    padding: 0;
    display: block;
    width: 400px;
    margin: -21px 0px 0px 212px
}

/* Line 400 */
.odd
{
}

.even
{
}


/* Line 403 */
dl.odd, dl.even
{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 10px;
}


#pgh-cookie {
    background-color: #D7E7F9;
    color: #1F5EA1;
    display: flex;
	align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 85%;
}

#pgh-cookie a {
    color: #1F5EA1;
    text-decoration: underline;
}

#pgh-cookie-info {
    width:80%;
    margin-left: 8%;
}

#pgh-cookie-accept {
    width:20%;
	margin-left: 3%;
	margin-right: 8%;
}

.esemeny_szoveg{
    margin-top:20px;
}

.esemeny_table td{
    font-family: 'Montserrat-Regular',Verdana,sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #626d7d;
    padding: 15px;
    border: none;
}

.esemeny_gomb{
    color: #fff !important;
    background-color: #1f4c8f;
    border-color: #1f4c8f;
    font-size: 12px;
    line-height: 40px;
    font-family: "Montserrat-Black";
    margin: 25px 10px;
    text-transform: uppercase;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#esemenyForm .esemeny_form_input input{
    width:50%
}

.view .date-nav-wrapper .date-prev{
    right:auto;    
    border-radius: 5px 5px 5px 5px;
}
.view .date-nav-wrapper .date-prev a {
    margin-right: 10px;
}

.view .date-nav-wrapper .date-next{
    border-radius: 5px 5px 5px 5px;
}
.view .date-nav-wrapper .date-next a {
    margin-left: 10px;
}
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview{
    background: #1f4c8f;
    color:white;
}
.monthview a{
    color:white;
}
