﻿@charset "UTF-8";
@import url("reset.css");
#left_div {
  display: none;
}

#right_div {
  position: relative;
  width: 430px;
  margin: 0;
  padding-left: 20px;
  float: left;
}

#contentframe_container_x_lcr2 {
  width: 1240px;
  position: relative;
  margin: 0 auto;
}

#content_div {
  position: relative;
  margin: 0px;
  width: calc(100% - 430px);
  float: left;
}

.site_outer_galeria #right_div{
    display: none;
}

.site_outer_galeria #content_div{
    width: 100%;
}

div.row:after {
  display: block;
  content: '';
  clear: both;
}

.col-2 {
  float: left;
  width: 50%;
}

a {
  color: #f16427;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

table#info_table_patch {
  width: 100%;
}

#contentframe_container_x_lcr3 {
  padding-top: 16px;
  background: url("../frameimage/site-bg.png") no-repeat 50% 100%;
}

#contentframe_container_x_lcr1 {
  min-height: 750px;
  padding-bottom: 30px;
}
#contentframe_container_x_lcr1:after {
  display: block;
  content: '';
  clear: both;
}

#basetable_x {
  background: url("../frameimage/sraff.jpg") repeat-x 0 0;
}

@media all and (max-height: 1240px) {
  #basetable_x {
    background: url("../frameimage/sraff-small.jpg") repeat-x 0 0;
  }
}
#maintable_container_x {
  position: relative;
  z-index: 9;
}

div.inner-page {
  position: relative;
  margin: 0 auto;
  width: 1240px;
}

div.page-content {
  border: 3px solid #fff;
  background-color: #fff;
  margin-bottom: 10px;
}

div.content_inner_copyright div.cnt.cnt_header,
div.page-title {
  text-align: center;
  background: #76a73e;
  background: -moz-linear-gradient(left, #76a73e 0%, #8ec254 100%);
  background: -webkit-linear-gradient(left, #76a73e 0%, #8ec254 100%);
  background: linear-gradient(to right, #76a73e 0%, #8ec254 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  border-top: 3px solid #76a73e;
  margin-bottom: 10px;
}

div.content_inner_kongresszus_reg_multi div.tophed.congreg h2,
div.content_inner_copyright div.cnt.cnt_header h3,
div.page-title h3 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 17px;
  text-align: center;
}

div.content_inner_copyright div.cnt.cnt_header h3.uppercase-disabled,
div.page-title h3.uppercase-disabled {
    text-transform: none;
}

div.content_inner_dokumentumtar div.tophead {
  text-align: center;
  background: #3ca87a;
  background: -moz-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: -webkit-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: linear-gradient(to right, #3ca87a 0%, #5fd87e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  border-top: 3px solid #3ca87a;
  margin-bottom: 10px;
}
div.content_inner_dokumentumtar div.tophead span {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 17px;
  font-weight: 700;
  padding-left: 62px;
  text-align: center;
  background: url("../frameimage/page-title/documents.png") no-repeat 0 50%;
}

div.page-block {
  border: 3px solid #fff;
  background-color: #fff;
  margin-bottom: 10px;
}
div.page-block > div.title h4 {
  text-align: center;
  font-weight: 700;
  padding: 10px;
}
div.page-block > div.content {
  padding: 15px 9px;
  font-size: 17px;
  color: #4b4b4b;
}
div.page-block > div.content p {
  line-height: 1.55;
  margin-bottom: 24px;
}
div.page-block > div.content ul:not([class]) li {
  position: relative;
  line-height: 1.55;
  margin-bottom: 14px;
  padding-left: 35px;
}
div.page-block > div.content ul:not([class]) li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #84bb46;
}

/* Footer */
#footer {
  border-top: 3px solid #fff;
  background: #0b8550;
  background: -moz-linear-gradient(top, #0b8550 0%, #31aa52 100%);
  background: -webkit-linear-gradient(top, #0b8550 0%, #31aa52 100%);
  background: linear-gradient(to bottom, #0b8550 0%, #31aa52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  color: #fff;
}
#footer .inner-page:after {
  display: block;
  content: '';
  clear: both;
}
#footer .inner-page > div {
  float: left;
  position: relative;
}
#footer div.addr-block {
  width: calc(100% - 160px);
  padding-left: 105px;
}
#footer div.addr-block img.logo {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 1;
}
#footer div.addr-block h2 {
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 21px;
  padding: 15px 0 12px;
}
#footer div.addr-block label {
  float: left;
  display: inline-block;
  font-weight: bold;
  margin: 0 6px 6px 0;
}
#footer div.addr-block p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.4;
  clear: both;
}
#footer div.addr-block p span {
  color: #9aeab7;
}
#footer div.addr-block:after {
  display: block;
  content: '';
  clear: both;
}
#footer div.addr-block div.col2 {
  width: 50%;
  float: left;
}
#footer div.addr-block span.sep {
  position: relative;
  top: 2px;
  display: inline-block;
  height: 15px;
  width: 2px;
  margin: 0 15px;
  background-color: #56bb72;
}
#footer div.addr-block a {
  color: #fff;
  font-weight: bold;
}
#footer div.madeby {
  padding-top: 52px;
  width: 160px;
  text-align: right;
}
#footer div.madeby p {
  font-size: 13px;
  color: #6fce89;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 4px;
}
#footer div.copyright {
  border-top: 2px solid #39a760;
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 54px;
}
#footer div.copyright p {
  font-size: 13px;
  text-align: center;
  padding: 17px 10px;
}
#footer div.copyright p a {
  color: #9aeab7;
}
#footer #jump-top {
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  padding: 0 10px 0 42px;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.24);
  border: 2px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
#footer #jump-top:before, #footer #jump-top:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  width: 32px;
  height: 32px;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#footer #jump-top:after {
  background: url("../frameimage/footer/arrow-up.png") no-repeat 50% 50%;
  z-index: 2;
}
#footer #jump-top:hover {
  color: #156541;
  border-color: #fff;
  background-color: #c4f3d6;
}
#footer #jump-top:hover:before {
  background-color: #f16427;
}

div.news.tile {
  position: relative;
  height: 290px;
  border: 3px solid #fff;
  background-color: #fff;
}
div.news.tile header a {
  position: relative;
  display: block;
  padding: 0 10px 0 48px;
  font-size: 17px;
  color: #156541;
  font-weight: 700;
  line-height: 42px;
  background: #fff url("../frameimage/homepage/news-icon.png") no-repeat 3px 50%;
  z-index: 2;
}
div.news.tile div.newsbox {
  position: relative;
  height: calc(100% - 42px);
  background-color: #e7eda7;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.news.tile div.newsbox div.one_newsblock {
  height: 100%;
}
div.news.tile div.newsbox p.cnt_newstitle {
  position: relative;
  border-top: 2px solid #ebf1b4;
  background: #fffedb;
  background: -moz-linear-gradient(-45deg, #fffedb 0%, #e3ea9c 100%);
  background: -webkit-linear-gradient(-45deg, #fffedb 0%, #e3ea9c 100%);
  background: linear-gradient(135deg, #fffedb 0%, #e3ea9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffedb', endColorstr='#e3ea9c',GradientType=1 );
  overflow: hidden;
}
div.news.tile div.newsbox p.cnt_newstitle:after {
  display: block;
  content: '';
  height: 2px;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.news.tile div.newsbox p.cnt_newstitle a {
  display: block;
  color: #ab551c;
  font-weight: 700;
  font-size: 18px;
  padding: 18px;
  line-height: 1.2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.news.tile div.newsbox span.morelink {
  display: none;
}
div.news.tile div.newsbox div.cnt_newscontent {
  padding: 15px 19px 44px;
}
div.news.tile div.newsbox div.cnt_newscontent p {
  font-size: 15px;
  color: #876b1f;
  line-height: 1.4;
}
div.news.tile footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 2;
}
div.news.tile footer a.more {
  display: inline-block;
  font-size: 15px;
  line-height: 39px;
  color: #876b1f;
  font-weight: 600;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 0 15px 0 31px;
  background: rgba(255, 255, 255, 0.64) url("../frameimage/homepage/news-more.png") no-repeat 12px 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.news.tile:hover a.more {
  color: #201f1b;
  background-color: #fff;
}
div.news.tile:hover div.newsbox {
  background-color: #f5f3bf;
}
div.news.tile:hover p.cnt_newstitle a {
  background-color: #fffedb;
}
div.news.tile:hover p.cnt_newstitle:after {
  width: 200%;
}

div.tile {
  position: relative;
  float: left;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s, opacity 0.7s linear;
  -moz-transition: all 0.2s, opacity 0.7s linear;
  -ms-transition: all 0.2s, opacity 0.7s linear;
  -o-transition: all 0.2s, opacity 0.7s linear;
  transition: all 0.2s, opacity 0.7s linear;
}
div.tile.tile11 {
  width: 222px;
  height: 222px;
}
div.tile.tile21 {
  width: 452px;
  height: 222px;
}
div.tile:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.tile:not(:hover):not(.inactive):after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
div.tile > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
div.tile .label {
  position: absolute;
  left: 12px;
  bottom: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
div.tile:not(.inactive):hover {
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -moz-transform: scale3d(1.03, 1.03, 1);
  -ms-transform: scale3d(1.03, 1.03, 1);
  -o-transform: scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
  -webkit-box-shadow: 4px 0px 20px 0px rgba(115, 149, 128, 0.45);
  -moz-box-shadow: 4px 0px 20px 0px rgba(115, 149, 128, 0.45);
  box-shadow: 4px 0px 20px 0px rgba(115, 149, 128, 0.45);
  z-index: 3;
}
div.tile.inactive {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
  filter: alpha(opacity=0.4);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

div.members.tile {
  margin-right: 8px;
  background: #fcbd4f;
  background: -moz-linear-gradient(-45deg, #fcbd4f 0%, #d59362 100%);
  background: -webkit-linear-gradient(-45deg, #fcbd4f 0%, #d59362 100%);
  background: linear-gradient(135deg, #fcbd4f 0%, #d59362 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbd4f', endColorstr='#d59362',GradientType=1 );
}
div.members.tile:after {
  background: #fccf4f;
  background: -moz-linear-gradient(-45deg, #fccf4f 0%, #db6b34 100%);
  background: -webkit-linear-gradient(-45deg, #fccf4f 0%, #db6b34 100%);
  background: linear-gradient(135deg, #fccf4f 0%, #db6b34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf4f', endColorstr='#db6b34',GradientType=1 );
}
div.members.tile > a {
  background: url("../frameimage/homepage/member-icon.png") no-repeat 50% 50%;
}

div.documents.tile {
  background: #5fd87e;
  background: -moz-linear-gradient(-45deg, #5fd87e 0%, #3ca87a 100%);
  background: -webkit-linear-gradient(-45deg, #5fd87e 0%, #3ca87a 100%);
  background: linear-gradient(135deg, #5fd87e 0%, #3ca87a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd87e', endColorstr='#3ca87a',GradientType=1 );
}
div.documents.tile:after {
  background: #6ded8e;
  background: -moz-linear-gradient(-45deg, #6ded8e 0%, #2ca772 100%);
  background: -webkit-linear-gradient(-45deg, #6ded8e 0%, #2ca772 100%);
  background: linear-gradient(135deg, #6ded8e 0%, #2ca772 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ded8e', endColorstr='#2ca772',GradientType=1 );
}
div.documents.tile > a {
  background: url("../frameimage/homepage/doc-icon.png") no-repeat 50% 50%;
}

div.congress.tile {
  height: 222px;
  margin-right: 8px;
  background: url("../frameimage/homepage/congress/szegedi-dom.jpg") no-repeat 50% 50%;
}
div.congress.tile:after {
 background: url("../frameimage/homepage/congress/szegedi-dom.jpg") no-repeat 50% 50%;
 -webkit-filter: brightness(130%);
 filter: brightness(130%);
  border: 0;
}
div.congress.tile > a {
  z-index: 4;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.congress.tile:hover > a {
  border-color: #fff;
}
div.congress.tile div.info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  padding: 13px 10px 8px 90px;
  background: -moz-linear-gradient(-45deg, rgba(0, 51, 102, 0.75) 60%, rgba(0, 51, 102, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 51, 102, 0.75) 60%, rgba(0, 51, 102, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 51, 102, 0.75) 60%, rgba(0, 51, 102, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf003366', endColorstr='#00003366',GradientType=1 );
  z-index: 2;
}
div.congress.tile div.info:before {
  position: absolute;
  content: '';
  left: 24px;
  top: -5px;
  height: 62px;
  width: 51px;
  background: url("../frameimage/homepage/congress-icon.png") no-repeat 50% 50%;
  background-size: auto 100%;
  z-index: 2;
}
div.congress.tile div.info:after {
  position: absolute;
  content: '';
  left: 0;
  top: -2px;
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
  z-index: 1;
}
div.congress.tile div.info span {
  display: block;
  line-height: 1.2;
}
div.congress.tile div.info span.name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
div.congress.tile div.info span.location {
  color: #cce6ff;
  font-size: 15px;
}

div.conference.tile {
  background: url("../frameimage/homepage/conference/phd-bg.jpg") no-repeat 50% 50%;
}
div.conference.tile:after {
  background: url("../frameimage/homepage/conference/phd-bg-hover.jpg") no-repeat 50% 50%;
}
div.conference.tile > a {
  background: url("../frameimage/homepage/phd-icon.png") no-repeat 50% 50%;
}

/* Jobb oldali portletek */
#right_div > table {
  width: 100% !important;
}
#right_div div.portlet {
  margin-bottom: 10px;
}
#right_div div.tile.conference, #right_div div.tile.news {
  margin: 0;
  float: none;
}
#right_div div.tile.congress {
  float: none;
  margin: 0;
}
#right_div div.tile.congress div.info {
  width: 100%;
}
#right_div div.tile.congress:after {
  background-position: 51% 51%;
}
#right_div div.tile.tile11 {
  width: 200px;
  height: 200px;
}
#right_div div.tile.tile21 {
  width: 100%;
}
#right_div #tiles-portlet {
  margin-bottom: 2px;
}
#right_div #tiles-portlet:after {
  display: block;
  content: '';
  clear: both;
}
#right_div #slider-portlet {
  border: 3px solid #fff;
  width: 410px;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#right_div #slider-portlet div.slide {
  width: 404px;
  height: 360px;
  background-color:#fff;
}
#right_div #slider-portlet a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#right_div #slider-portlet div.text {
  position: absolute;
  left: 0;
  bottom: 41px;
  width: 100%;
  background-color: #fff;
}
#right_div #slider-portlet div.text div.content {
  display: none;
}
#right_div #slider-portlet div.text h3 > * {
  display: block;
  color: #003366;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  padding: 18px 10px 15px;
}
#right_div #slider-portlet ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41px;
  border-top: 3px solid #57be92;
  background: #cfeddf;
  background: -moz-linear-gradient(left, #cfeddf 0%, #e4f5ed 20%, #e4f5ed 80%, #cfeddf 100%);
  background: -webkit-linear-gradient(left, #cfeddf 0%, #e4f5ed 20%, #e4f5ed 80%, #cfeddf 100%);
  background: linear-gradient(to right, #cfeddf 0%, #e4f5ed 20%, #e4f5ed 80%, #cfeddf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfeddf', endColorstr='#cfeddf',GradientType=1 );
  text-align: center;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -ms-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
#right_div #slider-portlet ul.slick-dots li {
  padding: 12px 7px 0;
  display: inline-block;
}
#right_div #slider-portlet ul.slick-dots li span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #b8dcc7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#right_div #slider-portlet ul.slick-dots li.slick-active span {
  background-color: #93d7b7;
  border-color: #6db593;
  -webkit-box-shadow: 0px 0px 0px 1px white;
  -moz-box-shadow: 0px 0px 0px 1px white;
  box-shadow: 0px 0px 0px 1px white;
}
#right_div #slider-portlet ul.slick-dots li:not(.slick-active) span:hover {
  border-color: #f1b093;
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}
#right_div #slider-portlet:hover ul.slick-dots {
  border-color: #f16427;
}
#right_div #slider-portlet.hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* Vezetőség */
#management-page div.page-title {
  background: #9f5c3a;
  background: -moz-linear-gradient(left, #9f5c3a 0%, #d58b62 100%);
  background: -webkit-linear-gradient(left, #9f5c3a 0%, #d58b62 100%);
  background: linear-gradient(to right, #9f5c3a 0%, #d58b62 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  border-top: 3px solid #9f5c3a;
}
#management-page div.page-block > div.title h4 {
  color: #9f5c3a;
  background: #eedfc2;
  background: -moz-linear-gradient(left, #eedfc2 0%, #f7eed7 100%);
  background: -webkit-linear-gradient(left, #eedfc2 0%, #f7eed7 100%);
  background: linear-gradient(to right, #eedfc2 0%, #f7eed7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#management-page div.page-block a {
  display: inline-block;
  padding: 4px 8px;
  line-height: 1.3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#management-page div.page-block a:hover {
  color: #fff;
  background-color: #f16427;
}
#management-page div.page-block span.name {
  display: inline-block;
  line-height: 1.3;
  padding: 4px 0;
  vertical-align: top;
}
#management-page div.page-block span.name a {
  margin-left: -8px;
}
#management-page div.page-block.jobs div.row {
  font-size: 17px;
  color: #404040;
}
#management-page div.page-block.jobs div.row span {
  display: inline-block;
  vertical-align: top;
  float: left;
  line-height: 1.3;
  padding: 4px 0;
}
#management-page div.page-block.jobs div.row span.job {
  font-weight: 700;
  text-align: right;
  padding-right: 17px;
  width: 34%;
}
#management-page div.page-block.jobs div.row span.name {
  width: 180px;
}
#management-page div.page-block div.col-2 {
  font-size: 17px;
}
#management-page div.page-block div.col-2:first-of-type {
  text-align: right;
  padding-right: 11px;
}
#management-page div.page-block div.col-2:first-of-type .name {
  font-weight: 600;
  color: #393939;
}

/* Alapítványok */
#foundations-page div.title {
  border-bottom: 3px solid #8ec254;
}
#foundations-page div.title h4 {
  text-transform: uppercase;
  color: #404040;
  background-color: #eeeeee;
  border-bottom: 3px solid #fff;
}
#foundations-page div.doc-btn {
  text-align: center;
  padding: 10px;
}
#foundations-page div.doc-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 44px;
  color: #838383;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 18px 0 47px;
  border: 2px solid #a3c97f;
  background: url("../frameimage/doc-btn-icons.png") no-repeat 15px -39px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#foundations-page div.doc-btn a:after {
  position: absolute;
  content: '';
  top: 9px;
  left: 15px;
  width: 19px;
  height: 24px;
  background: url("../frameimage/doc-btn-icons.png") no-repeat 0 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#foundations-page div.doc-btn a:hover {
  color: #fff;
  background-color: #0c8650;
  border-color: #0c8650;
}
#foundations-page div.doc-btn a:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* Hírek */
.content_inner_hirek #top_head {
  background: #998349;
  background: -moz-linear-gradient(left, #998349 0%, #bfaa6d 100%);
  background: -webkit-linear-gradient(left, #998349 0%, #bfaa6d 100%);
  background: linear-gradient(to right, #998349 0%, #bfaa6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  border-top: 3px solid #998349;
  margin-bottom: 10px;
  text-align: center;
}
.content_inner_hirek #top_head h4 {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 0 14px 54px;
  text-align: center;
  background: url("../frameimage/page-title/news.png") no-repeat 0 50%;
}
.content_inner_hirek div.middle_news a.archivlink,
.content_inner_hirek div.middle_news #dptop {
  display: none;
}
.content_inner_hirek div.middle_news ul.newsblock > li {
  border: 3px solid #fff;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.6);
  -moz-box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.6);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content_inner_hirek div.middle_news ul.newsblock > li:after {
  display: block;
  clear: both;
  content: '';
}
.content_inner_hirek div.middle_news ul.newsblock > li > span.reldoc {
  display: none;
}
.content_inner_hirek div.middle_news ul.newsblock > li > span.title {
  position: relative;
  display: block;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content_inner_hirek div.middle_news ul.newsblock > li > span.title:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fffeda;
  background: -moz-linear-gradient(left, #fffeda 0%, #ebf0b0 100%);
  background: -webkit-linear-gradient(left, #fffeda 0%, #ebf0b0 100%);
  background: linear-gradient(to right, #fffeda 0%, #ebf0b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content_inner_hirek div.middle_news ul.newsblock > li > span.title > * {
  position: relative;
  display: block;
  font-size: 20px;
  color: #ab551c;
  font-weight: 700;
  padding: 18px;
  z-index: 3;
  border-bottom: 3px solid #ebf0b0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content_inner_hirek div.middle_news ul.newsblock > li p.next_btn_block,
.content_inner_hirek div.middle_news ul.newsblock > li div.newsdate_and_btns,
.content_inner_hirek div.middle_news ul.newsblock > li div.news_img_box {
  display: none;
}
.content_inner_hirek div.middle_news ul.newsblock > li div.news_text {
  padding: 9px;
}

.content_inner_hirek ul.newsblock li.one_newsblock div.news_text {
	overflow: hidden;
}

.content_inner_hirek div.middle_news ul.newsblock > li div.news_text p {
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 16px;
  color: #404040;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.content_inner_hirek div.middle_news ul.newsblock > li:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -moz-transform: scale3d(1.03, 1.03, 1);
  -ms-transform: scale3d(1.03, 1.03, 1);
  -o-transform: scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
  -webkit-box-shadow: 0px 0px 24px 0px #b5c89e;
  -moz-box-shadow: 0px 0px 24px 0px #b5c89e;
  box-shadow: 0px 0px 24px 0px #b5c89e;
}
.content_inner_hirek div.middle_news ul.newsblock > li:hover > span.title:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.content_inner_hirek div.middle_news ul.newsblock > li:hover > span.title > * {
  color: #fff;
  border-color: #ea5c1e;
}
.content_inner_hirek div.middle_news ul.newsblock > li:hover div.news_text p {
  color: #000;
}
.content_inner_hirek div.middle_news img.lightbox_normal {
  float: left;
  margin: 0 12px 10px 0;
  width: unset;
  max-width: 180px;
  max-height: 200px;
}
.content_inner_hirek div.detailsview {
  /* Kapcsolódó dokumentumok */
}
.content_inner_hirek div.detailsview #top_head br, .content_inner_hirek div.detailsview #top_head h5 {
  display: none;
}
.content_inner_hirek div.detailsview li.one_newsblock {
  padding: 20px 12px;
  background-color: #fff;
}
.content_inner_hirek div.detailsview li.one_newsblock div.newsdate_and_btns {
	padding: 20px 0px;
	text-align: center;
}

.content_inner_hirek div.detailsview li.one_newsblock div.newsdate_and_btns #newsdate_site::before {
	content: "Szerző: ";
}

.content_inner_hirek div.detailsview li.one_newsblock > span.title {
  display: block;
}
.content_inner_hirek div.detailsview li.one_newsblock > span.title a {
  display: block;
  font-weight: 700;
  color: #ab551c;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.content_inner_hirek div.detailsview li.one_newsblock > span.title:after {
  display: block;
  content: '';
  height: 3px;
  width: 69px;
  margin: 18px auto 30px;
  background-color: #f16427;
}
.content_inner_hirek div.detailsview li.one_newsblock p {
  font-size: 17px;
  color: #000;
  line-height: 1.4;
  margin: 0 0 24px;
}

.content_inner_hirek div.detailsview .one_newsblock a.lightbox_normal,
.content_inner_hirek div.detailsview .one_newsblock a.lightbox_normal img.lightbox_normal {
	float: none;
	margin: 0;
	height: unset!important;
}

.content_inner_hirek div.detailsview .one_newsblock p:has(a.lightbox_normal) {
	text-align: center;
}

.content_inner_hirek div.detailsview .one_newsblock p:has(>*:not(a.lightbox_normal)) {
	text-align: left;
}

.content_inner_hirek div.detailsview li.one_newsblock img.lightbox_normal {
  margin: 6px 0 6px 10px;
  width: auto;
  max-width: 390px;
  max-height: 390px;
}
.content_inner_hirek div.detailsview span.backlink {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.content_inner_hirek div.detailsview span.backlink a {
  position: relative;
  display: inline-block;
  line-height: 42px;
  padding: 0 21px 0 42px;
  font-size: 17px;
  font-weight: bold;
  color: #876b1f;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.64) url("../frameimage/back.png") no-repeat 18px 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content_inner_hirek div.detailsview span.backlink a:hover {
  color: #000;
  background-color: #fff;
  background-position: 14px 50%;
}
.content_inner_hirek div.detailsview span.reldoc {
  position: relative;
  display: block;
  border-top: 3px solid #fff;
  margin-top: 35px;
}
.content_inner_hirek div.detailsview span.reldoc > p {
  margin: 0;
}
.content_inner_hirek div.detailsview span.reldoc span.nextlink {
  position: relative;
  display: block;
}
.content_inner_hirek div.detailsview span.reldoc span.nextlink a {
  display: block;
  margin-left: 44px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 44px;
  padding-left: 18px;
  background: #3ca87a;
  background: -moz-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: -webkit-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: linear-gradient(to right, #3ca87a 0%, #5fd87e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
.content_inner_hirek div.detailsview span.reldoc span.reldoc_counter {
  display: inline-block;
  margin-left: 5px;
  color: #cbeae3;
}
.content_inner_hirek div.detailsview span.reldoc input#b2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 44px;
  outline: 0;
  border: 0;
  color: transparent;
  font-size: 0px;
  padding: 0;
  background: url("../frameimage/news/add-icon.png") no-repeat 0 0;
  cursor: pointer;
  z-index: 1;
}
.content_inner_hirek div.detailsview span.reldoc table#dlot2 {
  border-top: 3px solid #fff;
  display: block !important;
  z-index: 1 !important;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
.content_inner_hirek div.detailsview span.reldoc tr:nth-child(even) td {
  background-color: #f0fbed;
}
.content_inner_hirek div.detailsview span.reldoc tr:nth-child(odd) td {
  background-color: #e1f7db;
}
.content_inner_hirek div.detailsview span.reldoc tbody {
  display: table;
  width: 100%;
}
.content_inner_hirek div.detailsview span.reldoc td {
  font-size: 15px;
  color: #0c8550;
  border-bottom: 1px solid #cfefc7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content_inner_hirek div.detailsview span.reldoc td a {
  color: #0c8550;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content_inner_hirek div.detailsview span.reldoc td.name {
  width: calc(100% - 206px);
}
.content_inner_hirek div.detailsview span.reldoc td.name a {
  font-weight: 700;
  padding: 7px 9px;
  line-height: 1.2;
}
.content_inner_hirek div.detailsview span.reldoc td.type {
  padding-left: 5px;
  width: 100px;
}
.content_inner_hirek div.detailsview span.reldoc td.type * {
  display: block;
  padding-right: 8px;
  padding-left: 44px;
  line-height: 40px;
}

ul.congress-list div.attached-docs .row .type:before{
	display:inline-block;
	vertical-align:middle;
	content:attr(data-type);
	margin-left: 35px;
}

ul.congress-list div.attached-docs .row .type.pdf,
.content_inner_hirek div.detailsview span.reldoc td.type.pdf * {
  background: url("../frameimage/documents/pdf-icon.png") no-repeat 10px 50%;
}
ul.congress-list div.attached-docs .row .type.doc,
.content_inner_hirek div.detailsview span.reldoc td.type.doc * {
  background: url("../frameimage/documents/word-icon.png") no-repeat 10px 50%;
}
ul.congress-list div.attached-docs .row .type.xlsx,
.content_inner_hirek div.detailsview span.reldoc td.type.xlsx * {
  background: url("../frameimage/documents/excel-icon.png") no-repeat 10px 50%;
}
ul.congress-list div.attached-docs .row .type.ppt,
.content_inner_hirek div.detailsview span.reldoc td.type.ppt * {
  background: url("../frameimage/documents/ppt-icon.png") no-repeat 10px 50%;
}
ul.congress-list div.attached-docs .row .type.htm,
.content_inner_hirek div.detailsview span.reldoc td.type.htm * {
  background: url("../frameimage/documents/html-icon.png") no-repeat 10px 50%;
}
.content_inner_hirek div.detailsview span.reldoc td.date {
  width: 106px;
  text-align: center;
}
.content_inner_hirek div.detailsview span.reldoc tr:last-child td {
  border: 0;
}
.content_inner_hirek div.detailsview span.reldoc tr:hover td {
  background-color: transparent;
  color: #fff;
}
.content_inner_hirek div.detailsview span.reldoc tr:hover td a {
  color: #fff;
}

/* Lapozó */
div.datapager,
div.pager-outer,
#dpbottom {
  padding: 9px;
  background-color: rgba(255, 255, 255, 0.66);
  border: 3px solid rgba(255, 255, 255, 0.9);
}
div.datapager.singlepage,
div.pager-outer.singlepage,
#dpbottom.singlepage {
  display: none;
}
div.datapager:after,
div.pager-outer:after,
#dpbottom:after {
  display: block;
  content: '';
  clear: both;
}
div.datapager ul.pagination.numeric,
div.pager-outer ul.pagination.numeric,
#dpbottom ul.pagination.numeric {
  width: 100%;
  text-align: center;
  padding: 0 100px;
}
div.datapager ul.pagination.backward,
div.pager-outer ul.pagination.backward,
#dpbottom ul.pagination.backward {
  float: left;
}
div.datapager ul.pagination.forward,
div.pager-outer ul.pagination.forward,
#dpbottom ul.pagination.forward {
  float: right;
}
div.datapager ul.pagination li,
div.pager-outer ul.pagination li,
#dpbottom ul.pagination li {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: top;
}
div.datapager ul.pagination li > *,
div.pager-outer ul.pagination li > *,
#dpbottom ul.pagination li > * {
  position: relative;
  display: block;
  line-height: 34px;
  border: 2px solid #ebebeb;
  font-weight: 600;
  color: #156541;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: color 0.2s,border-color 0.2s,background-color 0.2s linear;
  -moz-transition: color 0.2s,border-color 0.2s,background-color 0.2s linear;
  -ms-transition: color 0.2s,border-color 0.2s,background-color 0.2s linear;
  -o-transition: color 0.2s,border-color 0.2s,background-color 0.2s linear;
  transition: color 0.2s,border-color 0.2s,background-color 0.2s linear;
}
div.datapager ul.pagination li.pagination-list-item-number,
div.pager-outer ul.pagination li.pagination-list-item-number,
#dpbottom ul.pagination li.pagination-list-item-number {
  margin: 0 6px;
}
div.datapager ul.pagination li.pagination-list-item-number.active a,
div.pager-outer ul.pagination li.pagination-list-item-number.active a,
#dpbottom ul.pagination li.pagination-list-item-number.active a {
  color: #f16427;
  border-color: #f16427;
  cursor: default;
}
div.datapager ul.pagination li.pagination-list-item-number:not(.active):hover a,
div.pager-outer ul.pagination li.pagination-list-item-number:not(.active):hover a,
#dpbottom ul.pagination li.pagination-list-item-number:not(.active):hover a {
  color: #fff;
  border-color: #84bb46;
  background-color: #84bb46;
}
div.datapager ul.pagination li.pagination-list-item-next, div.datapager ul.pagination li.pagination-list-item-first,
div.pager-outer ul.pagination li.pagination-list-item-next,
div.pager-outer ul.pagination li.pagination-list-item-first,
#dpbottom ul.pagination li.pagination-list-item-next,
#dpbottom ul.pagination li.pagination-list-item-first {
  margin-right: 12px;
}
div.datapager ul.pagination li.pagination-nav a,
div.pager-outer ul.pagination li.pagination-nav a,
#dpbottom ul.pagination li.pagination-nav a {
  height: 38px;
  background: #fff url("../frameimage/pagination/nav-icons.png") no-repeat 0 0;
}
div.datapager ul.pagination li.pagination-nav a:after,
div.pager-outer ul.pagination li.pagination-nav a:after,
#dpbottom ul.pagination li.pagination-nav a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../frameimage/pagination/nav-icons.png") no-repeat 0 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.datapager ul.pagination li.pagination-nav.disabled a,
div.pager-outer ul.pagination li.pagination-nav.disabled a,
#dpbottom ul.pagination li.pagination-nav.disabled a {
  border-color: #efefef;
  background-color: #fcfcfb;
  cursor: default;
}
div.datapager ul.pagination li.pagination-nav.disabled a:after,
div.pager-outer ul.pagination li.pagination-nav.disabled a:after,
#dpbottom ul.pagination li.pagination-nav.disabled a:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
div.datapager ul.pagination li.pagination-nav:not(.disabled):hover a,
div.pager-outer ul.pagination li.pagination-nav:not(.disabled):hover a,
#dpbottom ul.pagination li.pagination-nav:not(.disabled):hover a {
  border-color: #84bb46;
  background-color: #84bb46;
}
div.datapager ul.pagination li.pagination-nav:not(.disabled):hover a:after,
div.pager-outer ul.pagination li.pagination-nav:not(.disabled):hover a:after,
#dpbottom ul.pagination li.pagination-nav:not(.disabled):hover a:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
div.datapager ul.pagination li.pagination-list-item-first a,
div.pager-outer ul.pagination li.pagination-list-item-first a,
#dpbottom ul.pagination li.pagination-list-item-first a {
  background-position: 50% -33px;
}
div.datapager ul.pagination li.pagination-list-item-first a:after,
div.pager-outer ul.pagination li.pagination-list-item-first a:after,
#dpbottom ul.pagination li.pagination-list-item-first a:after {
  background-position: 50% 7px;
}
div.datapager ul.pagination li.pagination-list-item-first.disabled a,
div.pager-outer ul.pagination li.pagination-list-item-first.disabled a,
#dpbottom ul.pagination li.pagination-list-item-first.disabled a {
  background-position: 50% -73px;
}
div.datapager ul.pagination li.pagination-list-item-prev a,
div.pager-outer ul.pagination li.pagination-list-item-prev a,
#dpbottom ul.pagination li.pagination-list-item-prev a {
  background-position: 80% -393px;
}
div.datapager ul.pagination li.pagination-list-item-prev a:after,
div.pager-outer ul.pagination li.pagination-list-item-prev a:after,
#dpbottom ul.pagination li.pagination-list-item-prev a:after {
  background-position: 80% -353px;
}
div.datapager ul.pagination li.pagination-list-item-prev.disabled a,
div.pager-outer ul.pagination li.pagination-list-item-prev.disabled a,
#dpbottom ul.pagination li.pagination-list-item-prev.disabled a {
  background-position: 80% -433px;
}
div.datapager ul.pagination li.pagination-list-item-next a,
div.pager-outer ul.pagination li.pagination-list-item-next a,
#dpbottom ul.pagination li.pagination-list-item-next a {
  background-position: 80% -273px;
}
div.datapager ul.pagination li.pagination-list-item-next a:after,
div.pager-outer ul.pagination li.pagination-list-item-next a:after,
#dpbottom ul.pagination li.pagination-list-item-next a:after {
  background-position: 80% -233px;
}
div.datapager ul.pagination li.pagination-list-item-next.disabled a,
div.pager-outer ul.pagination li.pagination-list-item-next.disabled a,
#dpbottom ul.pagination li.pagination-list-item-next.disabled a {
  background-position: 80% -313px;
}
div.datapager ul.pagination li.pagination-list-item-last a,
div.pager-outer ul.pagination li.pagination-list-item-last a,
#dpbottom ul.pagination li.pagination-list-item-last a {
  background-position: 55% -153px;
}
div.datapager ul.pagination li.pagination-list-item-last a:after,
div.pager-outer ul.pagination li.pagination-list-item-last a:after,
#dpbottom ul.pagination li.pagination-list-item-last a:after {
  background-position: 55% -113px;
}
div.datapager ul.pagination li.pagination-list-item-last.disabled a,
div.pager-outer ul.pagination li.pagination-list-item-last.disabled a,
#dpbottom ul.pagination li.pagination-list-item-last.disabled a {
  background-position: 55% -193px;
}

/* Copyright */
div.content_inner_copyright div.cnt.cnt_header br, div.content_inner_copyright div.cnt.cnt_header hr {
  display: none;
}
div.content_inner_copyright div.cnt.cnt_header h3 {
  padding-left: 41px;
  background: url("../frameimage/page-title/paragraph.png") no-repeat 0 50%;
}
div.content_inner_copyright div.copyright-content > h4 {
  background-color: #fff;
  margin-bottom: 10px;
  color: #012f1b;
  font-size: 24px;
  text-transform: uppercase;
  padding: 17px;
  text-align: center;
}
div.content_inner_copyright div.copyright-content div.section {
  background-color: #fff;
  padding: 3px;
  margin-bottom: 10px;
}
div.content_inner_copyright div.copyright-content div.section > h4 {
  text-align: center;
  font-size: 20px;
  color: #156541;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0%, #d0e8b5 100%);
  background: -webkit-linear-gradient(left, #fff 0%, #d0e8b5 100%);
  background: linear-gradient(to right, #fff 0%, #d0e8b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
div.content_inner_copyright div.copyright-content div.section.warning > h4 {
  color: #fff;
  background: #ffccb6;
  background: -moz-linear-gradient(left, #ffccb6 0%, #fd3a13 100%);
  background: -webkit-linear-gradient(left, #ffccb6 0%, #fd3a13 100%);
  background: linear-gradient(to right, #ffccb6 0%, #fd3a13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
div.content_inner_copyright div.copyright-content div.section div.content {
  padding: 12px 12px 1px;
}
div.content_inner_copyright div.copyright-content div.section div.content ul, div.content_inner_copyright div.copyright-content div.section div.content p {
  font-size: 17px;
  color: #404040;
  margin-bottom: 20px;
}
div.content_inner_copyright div.copyright-content div.section.warning div.content {
  background: url("../frameimage/copyright/warning-bg.png") no-repeat 100% 100%, #ffffff;
  background: url("../frameimage/copyright/warning-bg.png") no-repeat 100% 100%, -moz-linear-gradient(left, #ffffff 0%, #ffe9e8 100%);
  background: url("../frameimage/copyright/warning-bg.png") no-repeat 100% 100%, -webkit-linear-gradient(left, #ffffff 0%, #ffe9e8 100%);
  background: url("../frameimage/copyright/warning-bg.png") no-repeat 100% 100%, linear-gradient(to right, #ffffff 0%, #ffe9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe9e8',GradientType=1 );
}
div.content_inner_copyright div.copyright-content div.section.warning div.content * {
  color: #ca1810;
}

/* Vándorgyűlés */
#annual-meeting-page div.page-title {
  border-color: #306aa5;
  background: #3472b1;
  background: -moz-linear-gradient(left, #3472b1 0%, #118f58 100%);
  background: -webkit-linear-gradient(left, #3472b1 0%, #118f58 100%);
  background: linear-gradient(to right, #3472b1 0%, #118f58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#annual-meeting-page div.page-title h3 {
  padding-left: 55px;
  background: url("../frameimage/page-title/annual-meeting.png") no-repeat 0 50%;
}
#annual-meeting-page div.page-content > div.head div.title {
  padding: 22px 75px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e6f9d0 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e6f9d0 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6f9d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}
#annual-meeting-page div.page-content > div.head div.title h2 {
  color: #003366;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
}
#annual-meeting-page div.page-content > div.head div.info {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#annual-meeting-page div.page-content > div.head div.info:after {
  display: block;
  content: '';
  clear: both;
}
#annual-meeting-page div.page-content > div.head div.info div {
  float: left;
  padding: 7px;
  border: 2px solid #b2d79c;
  font-size: 16px;
  min-height: 64px;
}
#annual-meeting-page div.page-content > div.head div.info div.date {
  width: 45%;
  margin-right: 3px;
}
#annual-meeting-page div.page-content > div.head div.info div.location {
  width: calc(55% - 3px);
}
#annual-meeting-page div.page-content > div.head div.info div label {
  float: left;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  background-color: #28a052;
  margin-right: 8px;
}
#annual-meeting-page div.page-content > div.head div.info div span {
  display: inline-block;
  color: #156541;
  line-height: 1.3;
  margin-top: 4px;
}
#annual-meeting-page div.page-content > div.head div.menu:after {
  display: block;
  content: '';
  clear: both;
}
#annual-meeting-page div.page-content > div.head div.menu > div {
  float: left;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav {
  width: 45%;
  margin-right: 3px;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul {
  padding: 5px;
  width: 100%;
  background: #3472b1;
  background: -moz-linear-gradient(left, #3472b1 0%, #0c834f 100%);
  background: -webkit-linear-gradient(left, #3472b1 0%, #0c834f 100%);
  background: linear-gradient(to right, #3472b1 0%, #0c834f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li {
  position: relative;
  display: block;
  cursor: pointer;
}

#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.inactive{
	pointer-events:none;
}

#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.inactive:before{
background: #a2c3d6;
background: -moz-linear-gradient(left, #a2c3d6 0%, #b3d9d1 100%);
background: -webkit-linear-gradient(left, #a2c3d6 0%,#b3d9d1 100%);
background: linear-gradient(to right, #a2c3d6 0%,#b3d9d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c3d6', endColorstr='#b3d9d1',GradientType=1 );
}

#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.inactive:after{
	display:none;
}

#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li:not(:last-child) {
  margin-bottom: 3px;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li span {
  position: relative;
  display: block;
  padding: 8px 15px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li span:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.current {
  cursor: default;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li:before, #annual-meeting-page div.page-content > div.head div.menu > div.nav ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li:before {
  background: #308dc2;
  background: -moz-linear-gradient(left, #308dc2 0%, #50c7ad 100%);
  background: -webkit-linear-gradient(left, #308dc2 0%, #50c7ad 100%);
  background: linear-gradient(to right, #308dc2 0%, #50c7ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  z-index: 1;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li:after {
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  z-index: 2;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li:not(:hover):after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li:hover span {
  border-color: rgba(255, 255, 255, 0.4);
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.current:before, #annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.current:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.current span {
  border-color: transparent;
}
#annual-meeting-page div.page-content > div.head div.menu > div.nav ul li.current span:after {
  width: 4px;
}
#annual-meeting-page div.page-content > div.head div.menu > div.poster {
  width: calc(55% - 3px);
}
#annual-meeting-page div.page-content > div.head div.menu > div.poster img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#annual-meeting-page div.page-content > div.head div.subpage-title {
  text-align: center;
  padding: 27px 10px 10px;
  background: url("../frameimage/annual-meeting/poster-shadow.jpg") repeat-x 0 0;
}
#annual-meeting-page div.page-content > div.head div.subpage-title span {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 10px;
  line-height: 41px;
  background-color: #28a052;
}
#annual-meeting-page div.page-content > div.content > div {
  padding: 36px 9px 20px;
  background-color: #eff0f3;
  color: #000;
  font-size: 17px;
  display: none;
}
#annual-meeting-page div.page-content > div.content p {
  line-height: 1.4;
  margin: 0 0 15px;
}
#annual-meeting-page div.page-content > div.content p.section-title {
  font-size: 20px;
  color: #003366;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  background-color: #fff;
  border-bottom: 3px solid #e7e8ea;
  margin-bottom: 15px;
}
#annual-meeting-page div.page-content > div.content ul {
  padding-left: 27px;
}
#annual-meeting-page div.page-content > div.content ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  line-height: 1.4;
}
#annual-meeting-page div.page-content > div.content ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #84bb46;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
#annual-meeting-page div.page-content > div.content div.btn-box {
  text-align: center;
  padding: 10px 10px 20px;
}

#annual-meeting-page div.page-content > div.content div.btn-box a.btn,
#annual-meeting-page div.page-content > div.content div.btn-box a.pdf-btn {
  display: inline-block;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}

#annual-meeting-page div.page-content > div.content div.btn-box a.btn span,
#annual-meeting-page div.page-content > div.content div.btn-box a.pdf-btn span {
  font-family: 'Roboto';
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #0c8550;
  text-transform: uppercase;
  border: 2px solid #d6d6d6;
  padding: 9px 10px 9px 36px;
  background: #fff url("../frameimage/pdf-icon.png") no-repeat 4px 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#annual-meeting-page div.page-content > div.content div.btn-box a.btn span{
	background:#fff;
	padding-left:10px;
}

#annual-meeting-page div.page-content > div.content div.btn-box a.btn span small,
#annual-meeting-page div.page-content > div.content div.btn-box a.pdf-btn span small {
  color: #57be92;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#annual-meeting-page div.page-content > div.content div.btn-box a.btn:hover span,
#annual-meeting-page div.page-content > div.content div.btn-box a.pdf-btn:hover span {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
#annual-meeting-page div.page-content > div.content div.btn-box a.btn:hover span small,
#annual-meeting-page div.page-content > div.content div.btn-box a.pdf-btn:hover span small {
  color: #fff;
}
#annual-meeting-page div.page-content > div.content table.prices {
  background: #3472b1;
  background: -moz-linear-gradient(left, #3472b1 0%, #0c834f 100%);
  background: -webkit-linear-gradient(left, #3472b1 0%, #0c834f 100%);
  background: linear-gradient(to right, #3472b1 0%, #0c834f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  border-collapse: separate;
  border-spacing: 2px;
}
#annual-meeting-page div.page-content > div.content table.prices th, #annual-meeting-page div.page-content > div.content table.prices td {
  padding: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}
#annual-meeting-page div.page-content > div.content table.prices th {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.4);
}
#annual-meeting-page div.page-content > div.content table.prices td {
  width: 25%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
#annual-meeting-page div.page-content > div.content table.prices td:first-child {
  width: 50%;
  text-align: left;
  font-weight: 700;
}
#annual-meeting-page div.page-content > div.footer {
  position: relative;
  background: url("../frameimage/annual-meeting/poster-shadow.jpg") repeat-x 0 9px;
}
#annual-meeting-page div.page-content > div.footer:before {
  display: block;
  content: '';
  height: 3px;
  background-color: #a3a3a3;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#annual-meeting-page div.page-content > div.footer ul {
  width: 100%;
  text-align: center;
  padding: 16px 10px 8px;
}
#annual-meeting-page div.page-content > div.footer ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 2px 7px;
}
#annual-meeting-page div.page-content > div.footer ul li span {
  display: block;
  padding: 0 8px;
  line-height: 28px;
  color: #156541;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#annual-meeting-page div.page-content > div.footer ul li.current span {
  color: #bcbcbc;
  cursor: default;
}
#annual-meeting-page div.page-content > div.footer ul li:not(.current):hover span {
  color: #fff;
  background-color: #28a052;
}
#annual-meeting-page div.page-content > div.footer ul li:not(:last-child):after {
  position: absolute;
  content: '';
  right: -8px;
  top: 8px;
  width: 2px;
  height: 14px;
  background-color: #cdcdcd;
  z-index: 1;
}

#conference-page div.page-title {
  border-color: #308dc2;
  background: #308dc2;
  background: -moz-linear-gradient(left, #308dc2 0%, #6ce3c8 100%);
  background: -webkit-linear-gradient(left, #308dc2 0%, #6ce3c8 100%);
  background: linear-gradient(to right, #308dc2 0%, #6ce3c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#conference-page div.page-title h3 {
  padding-left: 77px;
  background: url("../frameimage/page-title/conference.png") no-repeat 0 60%;
}
#conference-page div.poster {
  border-bottom: 3px solid #fff;
}
#conference-page div.poster img {
  display: block;
  max-width: 100%;
}
#conference-page div.tabs ul:after {
  display: block;
  content: '';
  clear: both;
}
#conference-page div.tabs ul li {
  position: relative;
  width: calc(50% - 2px);
  float: left;
  background: #c3deed;
  background: -moz-linear-gradient(top, #c3deed 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #c3deed 0%, #fff 100%);
  background: linear-gradient(to bottom, #c3deed 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}
#conference-page div.tabs ul li.inactive{
	pointer-events:none;
}

#conference-page div.tabs ul li.inactive:after{
background: #c0c2c4;
background: -moz-linear-gradient(top, #c0c2c4 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #c0c2c4 0%,#ffffff 100%);
background: linear-gradient(to bottom, #c0c2c4 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c2c4', endColorstr='#ffffff',GradientType=0 );
}

#conference-page div.tabs ul li span {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
  padding: 12px;
  cursor: pointer;
}
#conference-page div.tabs ul li:before, #conference-page div.tabs ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.tabs ul li:after {
  z-index: 2;
  background: #308dc2;
  background: -moz-linear-gradient(top, #308dc2 0%, #50c7ad 100%);
  background: -webkit-linear-gradient(top, #308dc2 0%, #50c7ad 100%);
  background: linear-gradient(to bottom, #308dc2 0%, #50c7ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}
#conference-page div.tabs ul li:before {
  z-index: 1;
  background: #ea5c1e;
  background: -moz-linear-gradient(top, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(top, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to bottom, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}
#conference-page div.tabs ul li:not(:last-child) {
  margin-right: 4px;
}
#conference-page div.tabs ul li:not(.current):hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#conference-page div.tabs ul li.current span {
  color: #000;
  cursor: default;
}
#conference-page div.tabs ul li.current:before, #conference-page div.tabs ul li.current:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#conference-page div.content > div {
  display: none;
}
#conference-page div.content div.section {
  padding: 25px 9px 5px;
  border-bottom: 3px solid #fff;
}
#conference-page div.content div.section.bluecolor {
  color: #003366;
}
#conference-page div.content div.section.size-18 p {
  font-size: 18px;
}
#conference-page div.content div.section.blue {
  border-top: 3px solid #d6e8f3;
  padding-top: 8px;
  background-color: #e1eef6;
}
#conference-page div.content div.section.green {
  border-top: 3px solid #caebe0;
  padding-top: 8px;
  background-color: #def3ee;
  color: #156541;
}
#conference-page div.content div.section.shadow {
  background: url("../frameimage/conference/top-shadow.jpg") repeat-x 0 0;
}
#conference-page div.content div.section.abstract {
  border-top: 3px solid #eff0f0;
  padding: 22px 20px 24px;
  text-align: center;
  background: #f8f9f9 url("../frameimage/conference/abstract-bg.png") no-repeat 10px 50%;
}
#conference-page div.content a.abstract-btn {
  position: relative;
  display: inline-block;
  border: 2px solid #d9d9d9;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e7e8ea 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e7e8ea 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e8ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 0px 3px white;
  -moz-box-shadow: 0px 0px 0px 3px white;
  box-shadow: 0px 0px 0px 3px white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.content a.abstract-btn > span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 43px 11px 69px;
  line-height: 1.2;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.content a.abstract-btn > span:before, #conference-page div.content a.abstract-btn > span:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 28px;
  height: 100%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#conference-page div.content a.abstract-btn > span:before {
  background: #28a052 url("../frameimage/conference/btn-arrow.png") no-repeat 50% 50%;
  z-index: 1;
}
#conference-page div.content a.abstract-btn > span:after {
  background: #50c7ad url("../frameimage/conference/btn-arrow.png") no-repeat 50% 50%;
  background: url("../frameimage/conference/btn-arrow.png") no-repeat 50% 50%, -moz-linear-gradient(top, #50c7ad 0%, #308dc2 100%);
  background: url("../frameimage/conference/btn-arrow.png") no-repeat 50% 50%, -webkit-linear-gradient(top, #50c7ad 0%, #308dc2 100%);
  background: url("../frameimage/conference/btn-arrow.png") no-repeat 50% 50%, linear-gradient(to bottom, #50c7ad 0%, #308dc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c7ad', endColorstr='#308dc2',GradientType=0 );
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.content a.abstract-btn:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e7e8ea;
  background: -moz-linear-gradient(top, #e7e8ea 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #e7e8ea 0%, #fff 100%);
  background: linear-gradient(to bottom, #e7e8ea 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  border: 2px solid #fff;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.content a.abstract-btn:hover {
  border-color: #b2b2b2;
}
#conference-page div.content a.abstract-btn:hover span {
  color: #000;
}
#conference-page div.content a.abstract-btn:hover span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#conference-page div.content a.abstract-btn:not(:hover):after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#conference-page div.content p {
  line-height: 1.5;
  margin: 0 0 12px;
}
#conference-page div.content p.title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin: 30px 0 20px;
}
#conference-page div.content p.title small {
  font-size: 17px;
  font-weight: normal;
}
#conference-page div.content div.btn-box {
  text-align: center;
  padding: 1px 1px 10px;
}
#conference-page div.content div.btn-box a.btn-pdf,
#conference-page div.content div.btn-box a.btn-word {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}
#conference-page div.content div.btn-box a.btn-pdf:after,
#conference-page div.content div.btn-box a.btn-word:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  z-index: 1;
}
#conference-page div.content div.btn-box a.btn-pdf > span,
#conference-page div.content div.btn-box a.btn-word > span {
  position: relative;
  display: block;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 700;
  color: #0c8550;
  border: 2px solid #d7d7d7;
  z-index: 2;
  padding: 10px 13px 10px 36px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.content div.btn-box a.btn-pdf > span .highlight,
#conference-page div.content div.btn-box a.btn-word > span .highlight {
  color: #003366;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.content div.btn-box a.btn-pdf > span small,
#conference-page div.content div.btn-box a.btn-word > span small {
  font-weight: 400;
  color: #57be92;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conference-page div.content div.btn-box a.btn-pdf:hover span,
#conference-page div.content div.btn-box a.btn-word:hover span {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
#conference-page div.content div.btn-box a.btn-pdf:hover span .highlight,
#conference-page div.content div.btn-box a.btn-pdf:hover span small,
#conference-page div.content div.btn-box a.btn-word:hover span .highlight,
#conference-page div.content div.btn-box a.btn-word:hover span small {
  color: #fff;
}
#conference-page div.content div.btn-box a.btn-word > span {
  background: #fff url("../frameimage/word-icon.png") no-repeat 4px 5px;
}
#conference-page div.content div.btn-box a.btn-pdf > span {
  background: #fff url("../frameimage/pdf-icon.png") no-repeat 4px 5px;
}

#honorary-members div.page-title {
  border-color: #b18526;
  background: #b18526;
  background: -moz-linear-gradient(left, #b18526 0%, #d8d472 100%);
  background: -webkit-linear-gradient(left, #b18526 0%, #d8d472 100%);
  background: linear-gradient(to right, #b18526 0%, #d8d472 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#honorary-members div.page-content {
  padding: 35px 35px 20px;
}
#honorary-members div.page-content:after {
  display: block;
  content: '';
  clear: both;
}
#honorary-members div.page-content ul {
  padding-left: 50px;
}
#honorary-members div.page-content ul li {
  font-size: 16px;
  font-weight: 700;
  color: #404040;
  line-height: 1.2;
  margin-bottom: 10px;
}
#honorary-members div.page-content > div:first-of-type {
  border-right: 1px dashed #d6d6d6;
}

div.medallion-page div.page-title {
  border-color: #b18526;
  background: #b18526;
  background: -moz-linear-gradient(left, #b18526 0%, #d8d472 100%);
  background: -webkit-linear-gradient(left, #b18526 0%, #d8d472 100%);
  background: linear-gradient(to right, #b18526 0%, #d8d472 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
div.medallion-page div.page-title h3 {
  padding-left: 43px;
  background: url("../frameimage/page-title/medallion.png") no-repeat 0 50%;
}
div.medallion-page div.page-content.description {
  margin-bottom: 10px;
  background: #fffeeb;
  background: -moz-linear-gradient(left, #fffeeb 0%, #fffedb 100%);
  background: -webkit-linear-gradient(left, #fffeeb 0%, #fffedb 100%);
  background: linear-gradient(to right, #fffeeb 0%, #fffedb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
div.medallion-page div.page-content.description > div {
  float: left;
  padding-top: 17px;
}
div.medallion-page div.page-content.description > div.img {
  width: 265px;
  text-align: center;
}
div.medallion-page div.page-content.description > div.text {
  width: calc(100% - 265px);
  padding-right: 10px;
}
.content_inner_info_23 div.medallion-page div.page-content.description > div.text {
  width: 100%;
}

div.medallion-page div.page-content.description > div.text h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ab551c;
  margin-bottom: 12px;
}
div.medallion-page div.page-content.description > div.text h2 small {
  font-weight: normal;
}
div.medallion-page div.page-content.description > div.text p {
  font-size: 15px;
  color: #876b1f;
  line-height: 1.4;
  margin: 0 0 15px;
}
div.medallion-page div.page-content.medallion > div.title {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #876b1f;
  border-bottom: 3px solid #fff;
  background: #ebf0b0;
  background: -moz-linear-gradient(left, #ebf0b0 0%, #fffeda 100%);
  background: -webkit-linear-gradient(left, #ebf0b0 0%, #fffeda 100%);
  background: linear-gradient(to right, #ebf0b0 0%, #fffeda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
div.medallion-page div.page-content.medallion > div.content {
  padding: 30px 10px;
  border-top: 3px solid #e2df8d;
}
div.medallion-page div.page-content.medallion > div.content ul {
  width: 50%;
  float: left;
  padding: 0 10px 0 60px;
  border-right: 1px dashed #d6d6d6;
}
div.medallion-page div.page-content.medallion > div.content ul.col2 {
  display: none;
}
div.medallion-page div.page-content.medallion > div.content ul:last-of-type {
  border-right: 0;
}
div.medallion-page div.page-content.medallion > div.content ul li {
  margin-bottom: 10px;
}
div.medallion-page div.page-content.medallion > div.content ul li span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  float: left;
}
div.medallion-page div.page-content.medallion > div.content ul li span.year {
  width: 72px;
  color: #8e8e8e;
}
div.medallion-page div.page-content.medallion > div.content ul li span.name {
  color: #404040;
}
div.medallion-page div.page-content.medallion > div.content ul li:after {
  display: block;
  content: '';
  clear: both;
}

#furstpeter div.page-title h3 {
  padding-left: 0;
  background: none;
}
#furstpeter ul.awards li {
  margin-bottom: 8px;
  border: 3px solid #fff;
  background: #fffeeb;
  background: -moz-linear-gradient(left, #fffeeb 0%, #fffedb 100%);
  background: -webkit-linear-gradient(left, #fffeeb 0%, #fffedb 100%);
  background: linear-gradient(to right, #fffeeb 0%, #fffedb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  -webkit-box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.25);
  text-align: center;
}
#furstpeter ul.awards li > span {
  display: inline-block;
  font-weight: 700;
}
#furstpeter ul.awards li > span.name {
  font-size: 16px;
  color: #ab551c;
  padding: 12px 10px;
}
#furstpeter ul.awards li > span.year {
  position: relative;
  font-size: 20px;
  line-height: 38px;
  padding: 0 32px;
  color: #876b1f;
  border: 2px solid #e4e195;
  background: #ebf0b0;
  background: -moz-linear-gradient(left, #ebf0b0 0%, #fffeda 100%);
  background: -webkit-linear-gradient(left, #ebf0b0 0%, #fffeda 100%);
  background: linear-gradient(to right, #ebf0b0 0%, #fffeda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  float: left;
}
#furstpeter ul.awards li > span.year:after {
  position: absolute;
  content: '';
  right: -5px;
  top: -2px;
  padding-top: 4px;
  height: 100%;
  width: 3px;
  background-color: #fff;
  z-index: 1;
}
#furstpeter ul.awards li a.pdf {
  display: inline-block;
  border-left: 3px solid #fff;
  float: right;
  background: #ef8e28;
  background: -moz-linear-gradient(left, #ef8e28 0%, #ea5c1e 100%);
  background: -webkit-linear-gradient(left, #ef8e28 0%, #ea5c1e 100%);
  background: linear-gradient(to right, #ef8e28 0%, #ea5c1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#furstpeter ul.awards li a.pdf span {
  display: block;
  font-size: 15px;
  line-height: 42px;
  font-weight: 600;
  color: #876b1f;
  padding: 0 13px 0 49px;
  background: #f4f6c3 url("../frameimage/awards/pdf-icon.png") no-repeat 9px 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#furstpeter ul.awards li a.pdf:hover span {
  color: #fff;
  background-color: transparent;
}
#furstpeter ul.awards li:after {
  display: block;
  content: '';
  clear: both;
}

#newsletter-page div.page-title,
#studies-page div.page-title{
  border-color: #3ca87a;
  background: #3ca87a;
  background: -moz-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: -webkit-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: linear-gradient(to right, #3ca87a 0%, #5fd87e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#studies-page div.page-content > div.title {
  background: #156541;
  background: -moz-linear-gradient(left, #156541 0%, #3ca87a 100%);
  background: -webkit-linear-gradient(left, #156541 0%, #3ca87a 100%);
  background: linear-gradient(to right, #156541 0%, #3ca87a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  border-bottom: 3px solid #fff;
}
#studies-page div.page-content > div.title h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px;
}
#studies-page div.page-content > div.description {
  padding: 8px;
  border-bottom: 3px solid #fff;
}
#studies-page div.page-content p {
  font-size: 15px;
  color: #404040;
  margin: 0 0 12px;
  line-height: 1.4;
}
#studies-page div.page-content p:last-of-type {
  margin: 0;
}
#studies-page div.page-content > ul li {
  border-bottom: 3px solid #fff;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#studies-page div.page-content > ul li:last-child {
  border: none;
}
#studies-page div.page-content > ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #0c8550;
  font-weight: 700;
  padding: 12px 90px 12px 14px;
  background-color: #e1f7db;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#studies-page div.page-content > ul li a.pdf:after {
  position: absolute;
  display: inline-block;
  content: 'pdf';
  top: 4px;
  right: 10px;
  padding: 0 0 0 38px;
  font-size: 15px;
  line-height: 30px;
  color: #0c8550;
  font-weight: 400;
  background: url("../frameimage/pdf-icon-28.png") no-repeat 0 50%;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#studies-page div.page-content > ul li a:hover {
  color: #fff;
  background-color: transparent;
}
#studies-page div.page-content > ul li a:hover:after {
  color: #fff;
}

#prof-contacts ul.contacts li {
  position: relative;
  width: 262px;
  float: left;
  margin: 0 12px 12px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.8);
  -moz-box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(185, 213, 151, 0.8);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#prof-contacts ul.contacts li:nth-child(3n) {
  margin-right: 0;
}
#prof-contacts ul.contacts li:nth-child(3n+1) {
  clear: left;
}
#prof-contacts ul.contacts li a {
  display: block;
  background-color: #fff;
  border: 8px solid #fff;
}
#prof-contacts ul.contacts li a span {
  display: block;
}
#prof-contacts ul.contacts li a span.logo {
  position: relative;
  height: 138px;
  text-align: center;
}
#prof-contacts ul.contacts li a span.logo img {
  vertical-align: middle;
}
#prof-contacts ul.contacts li a span.logo:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#prof-contacts ul.contacts li a span.green-box {
  position: relative;
  border: 2px solid #76a73e;
  text-align: center;
  line-height: 60px;
  height: 70px;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#prof-contacts ul.contacts li a span.green-box:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #76a73e;
  background: -moz-linear-gradient(left, #76a73e 0%, #8ec254 100%);
  background: -webkit-linear-gradient(left, #76a73e 0%, #8ec254 100%);
  background: linear-gradient(to right, #76a73e 0%, #8ec254 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#prof-contacts ul.contacts li a span.green-box span.name {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#prof-contacts ul.contacts li:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1);
  -moz-transform: scale3d(1.04, 1.04, 1);
  -ms-transform: scale3d(1.04, 1.04, 1);
  -o-transform: scale3d(1.04, 1.04, 1);
  transform: scale3d(1.04, 1.04, 1);
  z-index: 2;
  -webkit-box-shadow: 0px 0px 32px 0px #8ec254;
  -moz-box-shadow: 0px 0px 32px 0px #8ec254;
  box-shadow: 0px 0px 32px 0px #8ec254;
}
#prof-contacts ul.contacts li:hover span.green-box {
  border-color: #ef6e32;
}
#prof-contacts ul.contacts li:hover span.green-box:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* Dokumentumok */
div.content_inner_dokumentumtar div.tophead h3 {
  padding-left: 63px;
  background: url("../frameimage/page-titles/documents.png") no-repeat 0 50%;
}

div.FilterSettings {
  margin: 8px 0 10px;
}

div.FilterSettings div.Filter {
  background: #fffedb;
  background: -moz-linear-gradient(top, #fffedb 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #fffedb 0%, #fff 100%);
  background: linear-gradient(to bottom, #fffedb 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  border: 3px solid #ffffff;
  margin: 10px 0 0;
  padding: 12px 0 12px 15px;
}

div.FilterSettings div.Filter span {
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #97905e;
  float: left;
  margin-right: 9px;
}

div.Filter #cntphMaster_tbSearchText {
  height: 38px;
  width: 404px;
  border: 2px solid #d6d49f;
  margin: 0;
  float: left;
  padding: 0 7px;
  font-size: 16px;
  font-weight: 600;
  color: #012f1b;
  background-color: #fff;
  margin-right: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

div.Filter #cntphMaster_tbSearchText:hover {
  border-color: #b2a974;
}

div.Filter #cntphMaster_tbSearchText:focus {
  border-color: #b2a974 !important;
  background-color: #fff;
}

div.Filter #cntphMaster_btnSearch {
  float: left;
  height: 38px;
  width: 38px;
  border: 0;
  background: url("../frameimage/documents/search-icons.png") no-repeat 50% 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

div.Filter #cntphMaster_btnSearch:hover {
  background-color: #f16427;
  background-position: 50% -22px;
}

div.Filter #cntphMaster_btnSearch {
  margin: 0;
}

div.FilterSettings div.CategoryName {
  border: 3px solid #fff;
  border-bottom: 0;
  padding: 12px 0 10px;
  background: #eef6e5;
  background: -moz-linear-gradient(top, #eef6e5 0%, #f5faf0 100%);
  background: -webkit-linear-gradient(top, #eef6e5 0%, #f5faf0 100%);
  background: linear-gradient(to bottom, #eef6e5 0%, #f5faf0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

div.FilterSettings div:not([class]) {
  border: 3px solid #fff;
  border-top: 0;
  padding-bottom: 15px;
  background: #f5faf0;
  background: -moz-linear-gradient(top, #f5faf0 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #f5faf0 0%, #fff 100%);
  background: linear-gradient(to bottom, #f5faf0 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

div.FilterSettings label.select-label {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #599479;
  line-height: 38px;
  width: 204px;
  text-align: right;
}

div.CategoryName div.selectbox {
  position: relative;
  width: 378px;
  height: 38px;
  margin-left: 212px;
  border: 2px solid #fff;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}

div.selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div.CategoryName div.selectbox span,
div.news-select-section div.selectbox span {
  display: block;
  height: 34px;
  font-weight: bold;
  font-size: 17px;
  line-height: 34px;
  padding: 0 0 0 8px;
  color: #ffffff;
  overflow: hidden;
}

div.CategoryName div.selectbox span {
  position: relative;
  z-index: 2;
  background: url("../frameimage/documents/white-arrow-down.png") no-repeat right 9px top 12px;
}

div.CategoryName div.selectbox:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3ca87a;
  background: -moz-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: -webkit-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
  background: linear-gradient(to right, #3ca87a 0%, #5fd87e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

div.CategoryName div.selectbox:hover {
  background-color: #f59f56;
}

div.Filter div.selectbox {
  position: relative;
  width: 107px;
  height: 38px;
  border: 2px solid #d6d49f;
  background: #fff url("../frameimage/documents/orange-arrow-down.png") no-repeat right 9px top 12px;
  float: left;
  margin-right: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

div.Filter div.selectbox:after {
  position: absolute;
  content: '';
  right: 9px;
  top: 12px;
  width: 18px;
  height: 10px;
  background: #fff url("../frameimage/documents/green-arrow-down.png") no-repeat 0 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

div.Filter div.selectbox:hover {
  border-color: #b2a974;
  background-color: #fff;
}

div.Filter div.selectbox span {
  display: block;
  width: 70px;
  height: 34px;
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  padding: 0 0 0 10px;
  color: #858585;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

div.Filter div.selectbox:hover span {
  color: #f16427;
}

table.doc-table tr.table-head,
#cntphMaster_repDocumentList_doctablerow_head {
  background-color: #4ec07c;
  vertical-align: top;
}

table.doc-table tr.table-head p,
#cntphMaster_repDocumentList_doctablerow_head p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
  margin-bottom: 10px;
}

table.doc-table,
div.content_inner_dokumentumtar #cntphMaster_up table {
  position: relative;
  border: 3px solid #fff;
  border-top-width: 6px;
  border-collapse: separate !important;
  margin-bottom: 10px;
  width: 100%;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}

table.doc-table:after,
div.content_inner_dokumentumtar #cntphMaster_up table:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  height: 3px;
  width: calc(100% - 6px);
  background-color: #3fa97b;
  z-index: 1;
}

table.doc-table th a,
#cntphMaster_repDocumentList_doctablerow_head a {
  width: 49px;
  height: 28px;
  background: url("../frameimage/docs/doc-sort-btn.png") no-repeat;
  float: left;
}

table.doc-table th,
#cntphMaster_repDocumentList_doctablerow_head th {
  padding: 3px;
  border-bottom: 1px solid #fff;
}

table.doc-table th.doc-title,
#cntphMaster_repDocumentList_doctablerow_head th.doc-title {
  text-align: left;
}

table.doc-table th.doc-title p,
#cntphMaster_repDocumentList_doctablerow_head th.doc-title p {
  margin-left: 7px;
}

#cntphMaster_repDocumentList_doctablerow_head th.doc-title a {
  float: left;
}

table.doc-table th.doc-type,
#cntphMaster_repDocumentList_doctablerow_head th.doc-type {
  width: 62px;
}

table.doc-table th.doc-type p,
#cntphMaster_repDocumentList_doctablerow_head th.doc-type p {
  margin-right: 9px;
  text-align: right;
}

table.doc-table th.doc-published,
#cntphMaster_repDocumentList_doctablerow_head th.doc-published {
  width: 104px;
  padding-left: 0;
}

table.doc-table th.doc-published p,
#cntphMaster_repDocumentList_doctablerow_head th.doc-published p {
  margin-left: 10px;
  text-align: left;
}

table.doc-table th.doc-published a.sort-desc,
#cntphMaster_repDocumentList_doctablerow_head th.doc-published a.sort-desc {
  margin: 0;
  float: right;
}

table.doc-table a.sort-desc,
#cntphMaster_repDocumentList_doctablerow_head a.sort-desc {
  background-position: 0px 0px;
}

table.doc-table a.sort-desc:not(.active):hover,
#cntphMaster_repDocumentList_doctablerow_head a.sort-desc:not(.active):hover {
  background-position: 0px -38px;
}

table.doc-table a.sort-asc,
#cntphMaster_repDocumentList_doctablerow_head a.sort-asc {
  background-position: 0px -114px;
  margin-right: 3px;
}

table.doc-table a.sort-asc:not(.active):hover,
#cntphMaster_repDocumentList_doctablerow_head a.sort-asc:not(.active):hover {
  background-position: 0px -152px;
}

table.doc-table a.sort-asc.active,
#cntphMaster_repDocumentList_doctablerow_head a.sort-asc.active {
  background-position: 0px -190px;
}

table.doc-table a.sort-desc.active,
#cntphMaster_repDocumentList_doctablerow_head a.sort-desc.active {
  background-position: 0px -76px;
}

table.doc-table td,
.content_inner_dokumentumtar td {
  font-size: 14px;
  color: #0c8550;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

table.doc-table tr:last-child td,
.content_inner_dokumentumtar tr:last-child td {
  border-bottom: 0;
}

table.doc-table td.section-title{
	background-color: #bcf6cb;
	padding: 10px;
	border-left:0;
	border-right:0;
}

table.doc-table td.section-title p{
	color: #459f3c;
	text-align: center;
	font-size: 16px;
}

table.doc-table tr.emptyrow,
.content_inner_dokumentumtar tr.emptyrow {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e4f5ed 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e4f5ed 100%);
  background: linear-gradient(to bottom, #fff 0%, #e4f5ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

table.doc-table tr.emptyrow td,
.content_inner_dokumentumtar tr.emptyrow td {
  height: 300px;
  vertical-align: top;
}

table.doc-table tr.emptyrow td p,
.content_inner_dokumentumtar tr.emptyrow td p {
  font-size: 20px;
  color: #0c8550;
  line-height: 1.3;
  text-align: center;
  padding-top: 132px;
  margin: 0;
  background: url("../frameimage/documents/empty-icon.png") no-repeat 50% 40px;
}

table.doc-table tr.emptyrow td p span,
.content_inner_dokumentumtar tr.emptyrow td p span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #f16427;
  font-size: 28px;
}

table.doc-table tr td.date,
.content_inner_dokumentumtar tr td.t_cell3_small {
  border-right: 0;
}

table.doc-table tr:nth-child(even) td.date,
.content_inner_dokumentumtar tr:nth-child(even) td.t_cell3_small {
  background-color: #d0ecc9;
  padding: 0 0 0 15px;
}

table.doc-table tr:nth-child(odd) td.date,
.content_inner_dokumentumtar tr:nth-child(odd) td.t_cell3_small {
  background-color: #e8f6e4;
  padding: 0 0 0 15px;
}

table.doc-table tr td.name,
.content_inner_dokumentumtar tr td.t_cell1_document_name_td {
  border-left: 0;
}

table.doc-table tr:nth-child(odd) td.name,
.content_inner_dokumentumtar tr:nth-child(odd) td.t_cell1_document_name_td {
  background-color: #f0fbed;
  padding: 0;
}

table.doc-table tr:nth-child(even) td.name,
.content_inner_dokumentumtar tr:nth-child(even) td.t_cell1_document_name_td {
  background-color: #e1f7db;
  padding: 0;
}

table.doc-table tr td.name a,
.content_inner_dokumentumtar tr td.t_cell1_document_name_td a {
  font-weight: bold;
  line-height: 17px;
  display: block;
  padding: 10px;
}

.content_inner_dokumentumtar tr.lowlevel {
  cursor: pointer;
}

table.doc-table tr td.name a,
.content_inner_dokumentumtar tr:not(.lowlevel) td.t_cell1_document_name_td a {
  color: #0c8550;
}

div.content_inner_dokumentumtar tr.lowlevel td.t_cell1_document_name_td a,
div.content_inner_dokumentumtar tr.lowlevel td.t_cell2 a,
div.content_inner_dokumentumtar tr.lowlevel td.t_cell3_small {
  color: #95c4e2;
}

.content_inner_dokumentumtar tr:not(.lowlevel):hover td,
.content_inner_dokumentumtar tr:not(.lowlevel):hover td.t_cell2 {
  color: #fff;
  background-color: transparent;
}

table.doc-table tr:hover td:not(.section-title){
  color: #fff;
  background-color: transparent !important;	
}

table.doc-table tr:hover td.type a,
table.doc-table tr:hover td a,
.content_inner_dokumentumtar tr:not(.lowlevel):hover td a {
  color: #fff;
}

table.doc-table tr:nth-child(even) td.type,
.content_inner_dokumentumtar tr:nth-child(even) td.t_cell2 {
  background-color: #daf4d3;
  padding: 0;
}

table.doc-table tr:nth-child(odd) td.type,
.content_inner_dokumentumtar tr:nth-child(odd) td.t_cell2 {
  background-color: #edfae9;
  padding: 0;
}

table.doc-table tr td.type a,
.content_inner_dokumentumtar td.t_cell2 a {
  display: block;
  color: #0c8550;
  line-height: 30px;
  padding: 2px 4px 2px 42px;
}

table.doc-table tr td.type.pdf a,
.content_inner_dokumentumtar td.t_cell2 a.pdf {
  background: url("../frameimage/documents/pdf-icon.png") no-repeat 5px center;
}

table.doc-table tr td.type.ppt a,
.content_inner_dokumentumtar td.t_cell2 a.ppt {
  background: url("../frameimage/documents/ppt-icon.png") no-repeat 5px center;
}

table.doc-table tr td.type.doc a,
.content_inner_dokumentumtar td.t_cell2 a.doc {
  background: url("../frameimage/documents/word-icon.png") no-repeat 5px center;
}

table.doc-table tr td.type.html a,
.content_inner_dokumentumtar td.t_cell2 a.html {
  background: url("../frameimage/documents/html-icon.png") no-repeat 8px center;
}

table.doc-table tr td.type.xls a,
.content_inner_dokumentumtar td.t_cell2 a.xls {
  background: url("../frameimage/documents/excel-icon.png") no-repeat 5px center;
}

div.Filter div.selectbox:hover:after,
div.CategoryName div.selectbox:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* Rendezvények */
h5#kongresszusok_cnt_head_h5,
div.middle_kongresszusok #congress-filter {
  display: none;
}

.content_inner_esemenynaptar div.cnt_head #focus {
  background: #09887e;
  background: -moz-linear-gradient(left, #09887e 0%, #1ea499 100%);
  background: -webkit-linear-gradient(left, #09887e 0%, #1ea499 100%);
  background: linear-gradient(to right, #09887e 0%, #1ea499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09887e', endColorstr='#1ea499',GradientType=1 );
  border-color: #09887e;
}

div.content_inner_esemenynaptar div.cnt_head #focus,
div.esemenynaptar-archiv div.cnt_head #focus {
  border-top: 3px solid #308dc2;
  background: #308dc2;
  background: -moz-linear-gradient(left, #308dc2 0%, #6ce3c8 100%);
  background: -webkit-linear-gradient(left, #308dc2 0%, #6ce3c8 100%);
  background: linear-gradient(to right, #308dc2 0%, #6ce3c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  text-align: center;
  margin-bottom: 10px;
}

div.content_inner_esemenynaptar div.cnt_head #focus span{
	padding-left: 40px;
	background: url("../frameimage/page-title/congress.png") no-repeat 0 50%;
}

.content_inner_esemenynaptar div.cnt_head #focus span,
div.esemenynaptar-archiv div.cnt_head #focus span {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 17px;
  padding-left: 69px;
  color: #fff;
  background: url("../frameimage/page-title/congress-archive.png") no-repeat 0 50%;
}

.content_inner_esemenynaptar div.archive-btn a{
	position:relative;
	padding: 10px 16px 10px 45px;
	color: #fff;
	border:2px solid #fff;
	background:#3696c3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.content_inner_esemenynaptar div.archive-btn a:hover{
background:#61d4c7;
}

.content_inner_esemenynaptar div.archive-btn a:before{
	position:absolute;
	content:'';
	left:10px;
	top:0;
	width:25px;
	height:100%;
	background: url("../frameimage/page-title/congress-archive.png") no-repeat 50% 50%;
	background-size:100% auto;
	z-index:1;
}

ul.congress-list > li {
  position: relative;
  background-color: #fff;
  padding: 3px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(185, 213, 151, 0.7);
  -moz-box-shadow: 0px 0px 13px 0px rgba(185, 213, 151, 0.7);
  box-shadow: 0px 0px 13px 0px rgba(185, 213, 151, 0.7);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.congress-list > li .congress_title a:not(.congress_title_link) img,
ul.congress-list > li #cntphMaster_pan_Congress_To_Narrow_Box,
ul.congress-list > li h5#kongresszusok_cnt_head_h5 {
  display: none;
}
ul.congress-list > li div.head {
  position: relative;
  background-color: #fff;
  border-bottom: 3px solid #fff;
}
ul.congress-list > li div.head:after {
  display: block;
  content: '';
  clear: both;
}
ul.congress-list > li div.head a.calendar {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 48px;
  height: 60px;
  background: url("../frameimage/congress/calendar.png") no-repeat 50% 50%;
}
ul.congress-list > li div.head h3 {
  font-size: 22px;
  color: #003366;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 5px;
  width: calc(100% - 48px);
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.congress-list > li div.content {
  position: relative;
}
ul.congress-list > li div.content:before, ul.congress-list > li div.content:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  clear: both;
}
ul.congress-list > li div.content:before {
  z-index: 1;
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
ul.congress-list > li div.content:after {
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #308dc2;
  background: -moz-linear-gradient(left, #308dc2 0%, #6ce3c8 100%);
  background: -webkit-linear-gradient(left, #308dc2 0%, #6ce3c8 100%);
  background: linear-gradient(to right, #308dc2 0%, #6ce3c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
ul.congress-list > li div.data-box {
  position: relative;
  border-top: 3px solid #fff;
  background: #fefeda;
  background: -moz-linear-gradient(left, #fefeda 0%, #fffee4 100%);
  background: -webkit-linear-gradient(left, #fefeda 0%, #fffee4 100%);
  background: linear-gradient(to right, #fefeda 0%, #fffee4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  padding: 0 4px;
}
ul.congress-list > li div.data-box:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6f1f8;
  background: -moz-linear-gradient(left, #e6f1f8 0%, #edfcf8 100%);
  background: -webkit-linear-gradient(left, #e6f1f8 0%, #edfcf8 100%);
  background: linear-gradient(to right, #e6f1f8 0%, #edfcf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
ul.congress-list > li div.data-box div {
  position: relative;
  padding: 14px 9px 15px;
  line-height: 1.2;
  color: #1771a4;
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
}
ul.congress-list > li div.data-box div a {
  color: #1771a4;
}
ul.congress-list > li div.data-box div.date {
  border-bottom: 1px dashed #b0cdde;
}
ul.congress-list > li div.data-box div.weburl {
  border-top: 1px dashed #b0cdde;
}
ul.congress-list > li div.data-box div label {
  position: relative;
  font-weight: 400;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
ul.congress-list > li div.data-box div label.edate {
  margin-left: 25px;
}
ul.congress-list > li div.data-box div label.edate:after {
  position: absolute;
  content: '';
  left: -14px;
  top: 3px;
  height: 16px;
  width: 1px;
  background-color: #aacecb;
  z-index: 1;
}
ul.congress-list > li div.description {
  padding: 9px;
  line-height: 1.5;
  color: #4b4b4b;
}

ul.congress-list div.attached-docs > .head{
padding:8px 15px;
background: #3ca87a;
background: -moz-linear-gradient(left, #3ca87a 0%, #5fd87e 100%);
background: -webkit-linear-gradient(left, #3ca87a 0%,#5fd87e 100%);
background: linear-gradient(to right, #3ca87a 0%,#5fd87e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca87a', endColorstr='#5fd87e',GradientType=1 );
}

ul.congress-list div.attached-docs > .head h5{
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
}

ul.congress-list div.attached-docs .row{
	font-size:15px;
	background-color:#f0fbed;
	border-bottom:1px solid #cfefc7;
}

ul.congress-list div.attached-docs .row:nth-child(even){
	background-color:#e1f7db;
}

ul.congress-list div.attached-docs .row:last-child{
	border:none;
}

ul.congress-list div.attached-docs .row:after{
	display:block;
	content:'';
	clear:both;
}

ul.congress-list div.attached-docs .row > *{
	display:inline-block;
	color:#0c8550;
	padding:13px 14px;
	float:left;
}

ul.congress-list div.attached-docs .row a.name{
	font-weight:bold;
	width:calc(100% - 215px);
	line-height:1.3;
}

ul.congress-list div.attached-docs .row .type{
	min-height:41px;
	width:100px;
}

ul.congress-list div.attached-docs .row .date{
	width:115px;
	text-align:center;
}

ul.congress-list > li:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1);
  -moz-transform: scale3d(1.03, 1.03, 1);
  -ms-transform: scale3d(1.03, 1.03, 1);
  -o-transform: scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
  -webkit-box-shadow: 0px 0px 24px 0px #b5c89e;
  -moz-box-shadow: 0px 0px 24px 0px #b5c89e;
  box-shadow: 0px 0px 24px 0px #b5c89e;
}
ul.congress-list > li:hover div.data-box:after,
ul.congress-list > li:hover div.content:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
ul.congress-list > li:hover div.data-box div {
  color: #ab551c;
  border-color: #d5dd84;
}
ul.congress-list > li:hover .head h3 {
  color: #000;
}

div.archive-btn {
  text-align: center;
}
div.archive-btn a {
  display: inline-block;
  background: #ef6b64;
  background: -moz-linear-gradient(left, #ef6b64 0%, #da251c 100%);
  background: -webkit-linear-gradient(left, #ef6b64 0%, #da251c 100%);
  background: linear-gradient(to right, #ef6b64 0%, #da251c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6b64', endColorstr='#da251c',GradientType=1 );
}
div.archive-btn a span {
  position: relative;
  display: block;
  border: 2px solid #b0daf0;
  color: #0d83be;
  font-weight: 600;
  font-size: 17px;
  line-height: 44px;
  padding: 0 20px 0 63px;
  text-transform: uppercase;
  background: #fff url("../frameimage/congress/archive-btn-icons.png") no-repeat 11px -38px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.archive-btn a span:after {
  position: absolute;
  content: '';
  left: 11px;
  top: 5px;
  width: 38px;
  height: 33px;
  background: url("../frameimage/congress/archive-btn-icons.png") no-repeat 0 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.archive-btn a:hover span {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}

#cntphMaster_panDP1 {
  display: none;
}

#memberinfo-page > div.page-title {
  border-color: #d59362;
  background: #d59362;
  background: -moz-linear-gradient(left, #d59362 0%, #fcbd4f 100%);
  background: -webkit-linear-gradient(left, #d59362 0%, #fcbd4f 100%);
  background: linear-gradient(to right, #d59362 0%, #fcbd4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#memberinfo-page > div.page-title h3 {
  padding-left: 59px;
  background: url("../frameimage/page-title/member-info.png") no-repeat 0 50%;
}
#memberinfo-page p {
  color: #404040;
  line-height: 1.3;
  margin: 0 0 20px;
}
#memberinfo-page p.title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
#memberinfo-page ul.member-types {
  text-align: center;
  counter-reset: chapter;
  margin-bottom: 15px;
}
#memberinfo-page ul.member-types li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
  border: 2px solid #cbd375;
}
#memberinfo-page ul.member-types li span {
  position: relative;
  display: inline-block;
  width: 131px;
  font-size: 17px;
  line-height: 43px;
  font-weight: 600;
  text-align: center;
  color: #ab551c;
  margin-left: 44px;
  background: #f7fbdd;
  background: -moz-linear-gradient(left, #f7fbdd 0%, #e7eda7 100%);
  background: -webkit-linear-gradient(left, #f7fbdd 0%, #e7eda7 100%);
  background: linear-gradient(to right, #f7fbdd 0%, #e7eda7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#memberinfo-page ul.member-types li span:before {
  position: absolute;
  left: -44px;
  top: 0;
  counter-increment: chapter;
  content: counter(chapter,lower-alpha) ")";
  display: inline-block;
  line-height: 43px;
  width: 44px;
  font-weight: 400;
  font-size: 17px;
  color: #156541;
  text-align: center;
  border-right: 2px solid #cbd375;
}
#memberinfo-page div.page-block > div.title {
  border-bottom: 3px solid #fff;
}
#memberinfo-page div.page-block > div.title h4 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
#memberinfo-page div.page-block.member-fee > div.title {
  background: #e78554;
  background: -moz-linear-gradient(left, #e78554 0%, #fcbd4f 100%);
  background: -webkit-linear-gradient(left, #e78554 0%, #fcbd4f 100%);
  background: linear-gradient(to right, #e78554 0%, #fcbd4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#memberinfo-page div.page-block.reg > div.title {
  background: #84bb46;
  background: -moz-linear-gradient(left, #84bb46 0%, #57be92 100%);
  background: -webkit-linear-gradient(left, #84bb46 0%, #57be92 100%);
  background: linear-gradient(to right, #84bb46 0%, #57be92 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#memberinfo-page div.page-block.reg p {
  font-size: 17px;
}
#memberinfo-page div.page-block.reg p.red {
  color: #c22a37;
}
#memberinfo-page div.page-block.reg div.btn-box {
  text-align: center;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn {
  position: relative;
  display: inline-block;
  border: 2px solid #a3c97f;
  margin: 10px 25px;
  font-size: 20px;
  color: #838383;
  text-transform: uppercase;
  line-height: 44px;
  font-weight: 600;
  padding-right: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn.reg {
  padding-left: 62px;
  background: url("../frameimage/member/reg-hover.png") no-repeat 16px 50%;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn.reg:after {
  left: 16px;
  width: 34px;
  background: url("../frameimage/member/reg.png") no-repeat 0 50%;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn.login {
  padding-left: 50px;
  background: url("../frameimage/member/login-hover.png") no-repeat 15px 50%;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn.login:after {
  left: 15px;
  width: 22px;
  background: url("../frameimage/member/login.png") no-repeat 0 50%;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn:after {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn:hover {
  color: #fff;
  background-color: #0c8650;
  border-color: #0c8650;
}
#memberinfo-page div.page-block.reg div.btn-box a.btn:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#memberinfo-page div.page-block div.fee {
  padding: 20px 14px 1px;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8fbe4 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f8fbe4 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8fbe4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}
#memberinfo-page div.page-block div.fee p {
  font-size: 19px;
  font-weight: 600;
  color: #876b1f;
  margin: 0 0 15px;
}
#memberinfo-page div.page-block div.fee p span.red {
  color: #f16427;
}
#memberinfo-page div.page-block div.fee p small {
  font-size: 16px;
  font-weight: 400;
}
#memberinfo-page div.page-block div.fee p.note {
  font-size: 15px;
  font-weight: 400;
}
#memberinfo-page div.page-block div.fee div.bank-account-number {
  border: 2px solid #e4e7cf;
  padding: 10px;
  margin: 0 81px 6px;
  background-color: #fff;
}
#memberinfo-page div.page-block div.fee div.bank-account-number p {
  line-height: 1.3;
  font-size: 17px;
  color: #f16427;
  margin: 0;
}
#memberinfo-page div.page-block div.fee div.bank-account-number p span {
  display: inline-block;
}
#memberinfo-page div.page-block div.fee div.bank-account-number p span.title {
  color: #404040;
  font-weight: 700;
  margin-bottom: 3px;
}
#memberinfo-page div.page-block div.fee div.bank-account-number p span.label {
  color: #ab551c;
}
#memberinfo-page div.page-block div.warning {
  position: relative;
  border-top: 3px solid #fff;
  background: #fff2ec;
  background: -moz-linear-gradient(left, #fff2ec 0%, #fcdbcd 100%);
  background: -webkit-linear-gradient(left, #fff2ec 0%, #fcdbcd 100%);
  background: linear-gradient(to right, #fff2ec 0%, #fcdbcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  padding: 15px 20px 1px 100px;
}
#memberinfo-page div.page-block div.warning p {
  font-size: 17px;
  color: #c22a37;
  margin: 0 0 15px;
}
#memberinfo-page div.page-block div.warning:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: url("../frameimage/member/warning.png") no-repeat 50% 50%;
  z-index: 1;
}

div.content_inner_kongresszus_reg_multi div.tophed.congreg,
#aboutus-page > div.page-title {
  border-color: #57be92;
  background: #57be92;
  background: -moz-linear-gradient(left, #57be92 0%, #87d0b1 100%);
  background: -webkit-linear-gradient(left, #57be92 0%, #87d0b1 100%);
  background: linear-gradient(to right, #57be92 0%, #87d0b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}

div.content_inner_kongresszus_reg_multi div.tophed.congreg hr{
	display:none;
}

#aboutus-page div.page-block > div.title h2 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  padding: 15px;
}

div.page-title.data-set {
  border-color: #a94f28;
  background: #a94f28;
  background: -moz-linear-gradient(left, #a94f28 0%, #f16427 100%);
  background: -webkit-linear-gradient(left, #a94f28 0%, #f16427 100%);
  background: linear-gradient(to right, #a94f28 0%, #f16427 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
div.page-title.data-set h3 {
  padding-left: 59px;
  background: url("../frameimage/page-title/dataset.png") no-repeat 0 50%;
}

/* Keresés */
#search-page div.page-title h3 {
  padding-left: 53px;
  background: url("../frameimage/page-title/search.png") no-repeat 0 50%;
}

#search-page div.gsc-adBlock {
  display: none;
}

#search-page td.gsib_a {
  padding: 0;
  width: 464px !important;
}

#search-page .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0;
}

#search-page table.gsc-search-box {
  background: #ffffff;
  border: none;
  height: 80px;
  margin: 0;
  position: relative;
}

#search-page form.gsc-search-box {
  margin: 0 0 8px;
}

#search-page table.gsc-search-box td.gsc-input input {
  font-family: 'Open Sans';
  background: #ecffd0 !important;
  border: 2px solid #d8ecc2 !important;
  display: block;
  height: 42px !important;
  width: 497px !important;
  padding: 0 35px 0 11px !important;
  margin: 0 0 0 92px;
  outline: 0 !important;
  font-size: 17px;
  color: #6ca23b !important;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#search-page table.gsc-search-box td.gsc-input input:hover {
  color: #ab551c !important;
  background-color: #fcfcd6 !important;
  border-color: #ebebb1 !important;
}

#search-page table.gsc-search-box td.gsc-input input:focus {
  color: #012f1b !important;
  border-color: #84bb46 !important;
  background: #fff !important;
}

#search-page div.gsc-clear-button {
  position: absolute;
  right: 232px;
  top: 29px;
  width: 22px;
  height: 22px;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  text-indent: -50px;
  background: url("../frameimage/search/clear-focus.png") no-repeat 50% 50%;
  z-index: 1;
}

#search-page div.gsc-clear-button:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../frameimage/search/clear-hover.png") no-repeat 50% 50%;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#search-page div.gsc-clear-button:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#search-page #gsc-iw-id1 {
  margin-left: 39px !important;
  height: auto !important;
  background: #ddf8f3 !important;
  border: 2px solid #fff !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#search-page span#gs_cb50:hover {
  background: none;
}

#search-page #gs_st50, #search-page #gs_st50 a.gsst_a {
  padding: 0 !important;
  height: 22px;
}

#search-page #gs_st50 a.gsst_a {
  background: url("../frameimage/newdesign/search/clear-hover.png") no-repeat 50% 50%;
}

#search-page #gs_st50 {
  padding-top: 2px !important;
}

#search-page td.gsc-search-button {
  width: 195px !important;
}

#search-page td.gsc-clear-button {
  position: relative;
}

#search-page .search-options {
  overflow: auto;
  border: 3px solid #fff;
  border-top: none;
}

#search-page input.gsc-search-button {
  font-family: 'Open Sans';
  border: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  padding: 0 9px 0 39px;
  margin: 0;
  height: 42px;
  position: relative;
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, #3a8b67;
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, -moz-linear-gradient(-45deg, #3a8b67 0%, #256f4e 100%);
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, -webkit-linear-gradient(-45deg, #3a8b67 0%, #256f4e 100%);
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, linear-gradient(135deg, #3a8b67 0%, #256f4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a8b67', endColorstr='#256f4e',GradientType=1 );
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#search-page input.gsc-search-button:hover {
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, #ea5c1e;
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, -moz-linear-gradient(-45deg, #ea5c1e 0%, #ef8e28 100%);
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, -webkit-linear-gradient(-45deg, #ea5c1e 0%, #ef8e28 100%);
  background: url("../frameimage/search/search-btn.png") no-repeat 8px 50%, linear-gradient(135deg, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5c1e', endColorstr='#ef8e28',GradientType=1 );
}

#search-page .gsc-tabsArea,
#search-page .gsc-refinementsArea {
  margin: 0;
  background: #e8e7c5;
  border: 3px solid #fff;
  padding-bottom: 3px;
  -webkit-box-shadow: inset 0px -3px 0px 0px #bfaa6d;
  -moz-box-shadow: inset 0px -3px 0px 0px #bfaa6d;
  box-shadow: inset 0px -3px 0px 0px #bfaa6d;
}

#search-page .gsc-refinementsArea .gs-spacer {
  display: none;
}

#search-page .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive,
#search-page .gsc-refinementsArea .gsc-refinementhInactive {
  font-family: 'Roboto';
  font-weight: 700;
  position: relative;
  color: #876b1f;
  font-size: 17px;
  background-color: #e8e7c5;
  padding: 13px 32px;
  border: none;
  border-right: 3px solid #fff;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#search-page .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

div.gsc-tabsArea span.gs-spacer {
  display: none;
}

#search-page .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:hover,
#search-page .gsc-refinementsArea .gsc-refinementhInactive:hover {
  background-color: #f59f56;
  color: #fff;
}

#search-page .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive,
#search-page .gsc-refinementsArea .gsc-refinementhActive {
  font-family: 'Roboto';
  color: #fff;
  font-size: 17px;
  background-color: #bfaa6d;
  padding: 13px 32px;
  border: none;
  border-right: 3px solid #fff;
  margin: 0;
  font-weight: 700;
}

#search-page .gs-per-result-labels {
  display: none;
}

#search-page .gsc-refinementsArea {
  padding-left: 0;
}

#search-page .gsc-above-wrapper-area {
  background: #fff;
  padding: 3px 6px 6px 0;
  border: 0;
}

#search-page .gsc-above-wrapper-area .gsc-result-info,
#search-page .gsc-above-wrapper-area .gsc-orderby-label {
  color: #5e5e5e;
  font-size: 16px;
  padding: 0 17px;
}

#search-page .gsc-above-wrapper-area .gsc-orderby-label {
  font-family: 'Roboto';
  font-weight: 700;
  color: #97905e;
  padding-right: 10px;
}

#search-page .gsc-above-wrapper-area .gsc-selected-option-container {
  font-family: 'Open Sans';
  border: 2px solid #d6d49f;
  background: #fff url("../frameimage/search/sort-icons.png") no-repeat right 9px top 12px;
  border-radius: 0;
  font-size: 16px;
  height: 38px;
  min-width: 128px;
  line-height: 34px;
  font-weight: 600;
  color: #858585;
  padding: 0 36px 0 11px;
  cursor: pointer;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: color 0.2s, border-color 0.2s linear;
  -moz-transition: color 0.2s, border-color 0.2s linear;
  -ms-transition: color 0.2s, border-color 0.2s linear;
  -o-transition: color 0.2s, border-color 0.2s linear;
  transition: color 0.2s, border-color 0.2s linear;
}

#search-page .gsc-above-wrapper-area .gsc-selected-option-container:hover {
  border-color: #b2a974;
  color: #f16427;
  background-position: right 9px top -13px;
}

#search-page .gsc-control-cse .gsc-option-selector {
  background: none;
}

#search-page .gsc-results {
  width: 100%;
  margin-top: 8px;
}

#search-page .gsc-webResult.gsc-result {
  border: 3px solid #fff;
  background: #fff;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 100ms;
  -ms-transform: scale(1, 1);
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 100ms;
}

#search-page .gsc-webResult.gsc-result:hover {
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1.03, 1.03);
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 100ms;
  -ms-transform: scale(1.03, 1.03);
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 100ms;
}

#search-page .gsc-webResult.gsc-result div.gs-title {
  height: 46px;
  text-decoration: none;
}

#search-page .gsc-webResult.gsc-result a.gs-title {
  font-family: 'Open Sans';
  background: #fffeda;
  background: -moz-linear-gradient(left, #fffeda 0%, #ebd898 100%);
  background: -webkit-linear-gradient(left, #fffeda 0%, #ebd898 100%);
  background: linear-gradient(to right, #fffeda 0%, #ebd898 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  display: block;
  color: #ab551c;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#search-page div.gs-fileFormat {
  color: #366096;
  font-size: 15px;
  margin: 25px 0px -22px 17px;
}

#search-page div.gs-fileFormat span {
  color: #3b7fb7;
  font-size: 16px;
}

#search-page div.gs-fileFormat span.gs-fileFormatType {
  color: #2d5a8c;
}

#search-page .gsc-webResult.gsc-result:hover a.gs-title {
  background: #ea5c1e;
  background: -moz-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: -webkit-linear-gradient(left, #ea5c1e 0%, #ef8e28 100%);
  background: linear-gradient(to right, #ea5c1e 0%, #ef8e28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
  color: #fff;
}

#search-page .gsc-webResult.gsc-result .gs-bidi-start-align.gs-snippet {
  padding: 40px 17px 20px 17px;
  font-size: 17px;
  color: #404040;
  line-height: 1.3;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#search-page .gsc-webResult.gsc-result:hover .gs-bidi-start-align.gs-snippet {
  color: #000;
}

#search-page .gsc-webResult.gsc-result .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  position: absolute;
  top: 49px;
  left: 16px;
  font-size: 15px;
  color: #f16427;
}

#search-page .gs-result .gs-title * {
  color: #f16427;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#search-page .gs-result:hover .gs-title * {
  color: #efeaa8;
}

#search-page td.gsc-table-cell-thumbnail.gsc-thumbnail {
  display: none;
}

#search-page .gsc-cursor-box.gs-bidi-start-align {
  background: rgba(255, 255, 255, 0.66);
  border: 3px solid rgba(255, 255, 255, 0.9);
  height: 64px;
  padding-top: 11px;
  text-align: center;
}

#search-page .gsc-results .gsc-cursor {
  margin: 0 auto;
}

#search-page .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
  font-family: 'Roboto';
  border: 2px solid #ebebeb;
  background-color: #fff;
  color: #156541;
  width: 38px;
  font-size: 16px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#search-page .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:hover {
  color: #fff;
  border-color: #84bb46;
  background-color: #84bb46;
}

#search-page .gsc-cursor-box.gs-bidi-start-align div.gsc-cursor .gsc-cursor-current-page {
  border: 2px solid #f16427;
  color: #f16427;
}

#search-page .gcsc-branding-text,
#search-page .gcsc-branding-img-noclear {
  display: none;
}

#search-page .gs-no-results-result .gs-snippet {
  border: none;
  background-color: transparent;
  color: #76a73e;
  font-size: 17px;
  font-weight: bold;
}

/* Kong reg. */

#congreg_div #tbl_description{
	width:100%;
	background-color:#fff;
}

#congreg_div #tbl_description td{
padding:15px;
}

#congreg_div #tbl_description td hr{
	display:none;
}

#congreg_div #tbl_description td p{
	color:#464646;
	line-height:1.4;
	margin:0 0 20px;
}

#ctl00_cntphMaster_congress_tbl{
	width:100%;
}

#congreg_div p.subhead{
	color: #003366;
font-weight: 600;
text-align: center;
font-size: 18px;
padding: 18px 10px 15px;
}

/* Adatkezelés */

div div[id*="upGDPR"]{
	background:none;
}

@media screen and (min-width: 768px){
.content_inner_adatkezeles #panDefaultContent,
.content_inner_adatkezeles #panUrlCallback,
.content_inner_adatkezeles #panMemberData{
	padding:10px;
	background-color:#fff;
}
}

.content_inner_adatkezeles p{
	margin:0 0 15px;
	font-size:14px;
	line-height:1.3;
	color: #464646;
	text-align:inherit;
}

.content_inner_adatkezeles a,
.content_inner_adatkezeles a:hover{
	font-weight:normal;
}

.content_inner_adatkezeles div.btn-box,
.content_inner_adatkezeles div.btn-box{
	padding:5px 10px;
	text-align:center;
}

.content_inner_adatkezeles div.btn-box:empty{
	display:none;
}

.content_inner_adatkezeles a:hover{
	text-decoration:none;
}

.content_inner_adatkezeles div.btns a,
.content_inner_adatkezeles div.btn-box a,
.content_inner_adatkezeles .btns a,
.content_inner_adatkezeles div.btn-box a{
	display:inline-block;
	padding:10px 40px 10px 15px;
	font-size:16px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:10px;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.content_inner_adatkezeles div.btn-box a.login-btn{
	background:#02dad9 url('../frameimage/gdpr/login-icon.png') no-repeat right 10px center;
	background-size: 22px;
}

.content_inner_adatkezeles div.btn-box a.login-btn:hover{
background-color: #09bfcd;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

.content_inner_adatkezeles div.btns a.del,
.content_inner_adatkezeles div.btn-box a.del{
	background:#d84b34 url('../frameimage/gdpr/bin.png') no-repeat right 10px center;
	background-size: 20px;
	padding: 10px 40px 10px 15px;
}

.content_inner_adatkezeles div.btns a.back{
	padding: 10px 40px 10px 15px;
	background:url('../frameimage/gdpr/back-icon.png') no-repeat right 10px center;
}

.content_inner_adatkezeles div.btns a.del:hover,
.content_inner_adatkezeles div.btn-box a.del:hover{
	background-color: #ff6d55;
} 

.content_inner_adatkezeles div.btn-box a.data-set,
.content_inner_adatkezeles #cntphMaster_lbShowData{
	background:#02a5da url('../frameimage/gdpr/doc-icon.png') no-repeat right 11px center;
	background-size: 18px;
}

.content_inner_adatkezeles #cntphMaster_lbExport{
	background:#43e0e8 url('../frameimage/gdpr/csv-icon.png') no-repeat right 10px center;
	background-size: 20px;	
}

.content_inner_adatkezeles #cntphMaster_lbExport:hover{
	background-color: #4beff7;
}

.content_inner_adatkezeles div.btn-box a.data-set:hover,
.content_inner_adatkezeles #cntphMaster_lbShowData:hover{
	background-color: #1bc0f7;
}

.content_inner_adatkezeles div.btns{
	margin:10px 0 50px;
	border: 1px solid #71d9fd;
	background-color: #e2fbfe;
	padding: 15px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.content_inner_adatkezeles div.section{
	margin:20px 0 30px;
	text-align:center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.content_inner_adatkezeles div.section h3.section-title{
margin: 15px 10px 15px;
}

.content_inner_adatkezeles div.section.data-set{
border: 1px solid #81dced;
background-color: #d6ffff;
}

.content_inner_adatkezeles div.section.data-export{
border: 1px solid #5bb7e9;
background-color: #d6f3ff;
}

.content_inner_adatkezeles div.section.data-del{
border: 1px solid #ffa9a6;
background-color: #ffecec;
}

.content_inner_adatkezeles div.btns a,
.content_inner_adatkezeles div.btns a{
	padding:10px 18px;
	margin:10px 30px;
}

.content_inner_adatkezeles div.btns a.back{
	padding-right:40px;
}

.content_inner_adatkezeles div.btns a.yes,
.content_inner_adatkezeles div.btns a.yes{
	background-color: #00d90c;
}

.content_inner_adatkezeles div.btns a.no,
.content_inner_adatkezeles div.btns a.no{
	background-color: #da4302;
}

.content_inner_adatkezeles div.btns a.yes:hover,
.content_inner_adatkezeles div.btns a.yes:hover{
	background-color: #00bd0b;
}

.content_inner_adatkezeles div.btns a.no:hover,
.content_inner_adatkezeles div.btns a.no:hover{
	background-color: #c10000;
}

.content_inner_adatkezeles h3.section-title,
.content_inner_adatkezeles h3.section-title{
	text-align:center;
	font-size:16px;
	line-height:1.3;
	color:#108ece;
	margin:30px 10px 15px;
}

.content_inner_adatkezeles h3.section-title:after{
	display:block;
	content:'';
	height:2px;
	width:80px;
	margin: 8px auto 15px;
	background-color: #b4e9ff;
}

.content_inner_adatkezeles h3.table-title{
padding: 10px;
background-color: #388eb3;
color: #fff;
margin: 30px 0 3px;
text-align:center;
font-size:18px;
}

.content_inner_adatkezeles #society-list{
	border-bottom:2px solid #15e2c0;
}

.content_inner_adatkezeles #society-list li{
	position:relative;
	padding:10px 10px 10px 36px;
	border:none;
}

.content_inner_adatkezeles #society-list li:before{
	position:absolute;
	content:'';
	left:14px;
	top:14px;
	width:8px;
	height:8px;
	background-color:#00d3ff;
}

.content_inner_adatkezeles #society-list li:nth-child(odd){
	background-color: #d3ffef;
}

.content_inner_adatkezeles #society-list li:nth-child(even){
	background-color: #f1fffa;
}

.content_inner_adatkezeles #society-list li span.data-name{
	display:block;
	color: #1a909a;
	font-size: 16px;
	margin-bottom: 6px;
}

.content_inner_adatkezeles #society-list li a.data-web{
display: inline-block;
padding:2px 10px;
color: #02ccff;
}

.content_inner_adatkezeles #society-list li span.data-right{
display: block;
color: #1a909a;
padding:2px 10px;
}

.content_inner_adatkezeles #member-data-list{
	border-bottom:2px solid #73b2ed;
}

.content_inner_adatkezeles #member-data-list li{
	border-bottom:none;
}

.content_inner_adatkezeles #member-data-list li:nth-child(odd){
	background-color: #d4f4ff;
}

.content_inner_adatkezeles #member-data-list li:nth-child(even){
	background-color: #eefbff;
}

div.content_inner_adatkezeles ul#member-data-list li > span{
	float:left;
	width:50%;
	padding:6px 10px;
	font-size: 14px;
	color: #1f638d;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

div.content_inner_adatkezeles ul#member-data-list li > span.data-label{
color: #4a9acc
}

.content_inner_adatkezeles #member-data-list li:after{
	display:block;
	content:'';
	clear:both;
}

@media screen and (max-width: 500px){
div.content_inner_adatkezeles ul#member-data-list li > span{
display:block;
float:none;
width:100%;
}
div.content_inner_adatkezeles ul#member-data-list li > span.data-label{
	padding-top:10px;
	padding-bottom:2px;
}
div.content_inner_adatkezeles ul#member-data-list li > span.data-value{
	padding-top:2px;
	padding-bottom:10px;
}

.content_inner_adatkezeles div.btns a,
.content_inner_adatkezeles div.btns a{
	margin:10px 15px;
}
}

/* Adatkezelés */

div.data-handling-page{
padding: 0 10px;
font-size:15px;
color: #626262;
line-height: 1.3;
}

div.data-handling-page ol,
div.data-handling-page ul{
padding:0;
}

div.data-handling-page ol.upper-roman{
	list-style-type: upper-roman;
	margin: 0 0 30px 30px;
}

div.data-handling-page ol.upper-roman li{
	padding-left:15px;
	margin:0 0 15px;
}

div.data-handling-page ol.upper-roman ol{
	margin:10px 0 10px 15px;
}

div.data-handling-page ol.upper-roman ol li{
	margin:0 0 6px;
}

div.data-handling-page div.society-data-table{
	border:1px solid #949494;
	margin-bottom: 30px;
}

div.data-handling-page div.society-data-table:after{
	display:block;
	content:'';
	clear:both;
}

div.data-handling-page div.society-data-table p:not(.title){
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	min-height: 60px;
}

div.data-handling-page div.society-data-table div p:last-child{
	border:none;
}

div.data-handling-page div.society-data-table p{
	margin-top:0;
	font-size:13px;
	text-align:left;
}

div.data-handling-page div.society-data-table p.title{
	font-weight:bold;
	padding:10px 0 5px;
	border-bottom:1px solid #ccc;
}

div.data-handling-page p.section-title{
	font-size:18px;
	text-align:center;
	color: #156541;
	background-color: #e8f7ed;
	padding: 6px 10px;
	margin: 0 -10px 25px;
}

div.data-handling-page ul.themes{
	margin-bottom:30px;
	padding-left: 10px;
}

div.data-handling-page ul.themes li > header h3{
	position:relative;
	display:inline-block;
	font-weight: normal;
	color: #0b7b30;
	font-size:17px;
	cursor:pointer;
	padding:6px 14px 6px 25px;
	margin:0;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}

div.data-handling-page ul.themes li > header h3:hover{
	color: #02c342;
}

div.data-handling-page ul.themes li > header h3:before{
	position:absolute;
	display:inline-block;
	font-family: FontAwesome;
	content:'\f067';
	font-size:14px;
	left: 5px;
	top: 8px;
	z-index:1;
}

div.data-handling-page ul.themes li.open > header h3:before{
	content:'\f068';
}

div.data-handling-page ul.themes li > .content{
	display:none;
	padding:10px 0 0 20px;
}

@media screen and (min-width: 768px){
	div.data-handling-page div.society-data-table p.title{
		min-height:80px;
	}
}

@media screen and (max-width: 767px){
	div.data-handling-page div.society-data-table{
	border:none;
	}
	div.data-handling-page div.society-data-table >div{
		border:1px solid #949494;
		margin:0 0 15px;
	}
	div.data-handling-page div.society-data-table p.title{
		padding-bottom:10px;
	}
}

div.data-handling-page p{
	line-height:1.3;
	margin:0 0 15px;
}

div.data-handling-page ul li{
	list-style:none;
}

div.data-handling-page p.note{
	color:#777;
	font-size:0.8em;
}

div.data-handling-page p.center{
	text-align:center;
}

div.data-handling-page ul.bullets{
	margin:0 0 30px 5px;
}

div.data-handling-page ul.bullets li{
	position:relative;
	padding-left:20px;
	margin:0 0 10px;
}

div.data-handling-page ul.bullets li:before{
	position:absolute;
	content:'';
	top:6px;
	left:0;
	width:8px;
	height:8px;
	background-color:#2787d8;
}