@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&subset=latin-ext');
/*********
* COLORS *
*********/
body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 141px;
  overflow-x: hidden;
}
* {
  outline: none;
}
h1,
h2,
h3,
h5 {
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
  font-weight: bold;
}
.h2_events {
	text-transform: none;
	font-size: large;
	font-weight: bold;
}
a,
a:focus,
a:hover,
a:active {
  color: #e7511f;
}
.btn {
  border-radius: 0;
}
.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link:active:focus,
.btn-link:active:hover {
  color: #fff;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-gray {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  font-weight: bold;
  padding: 8px 32px;
}
.btn-disabled {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
  font-weight: bold;
  padding: 8px 32px;
  cursor: not-allowed;
}
.btn-warning {
  color: #fff;
  background-color: #ef5628;
  border-color: #ef5628;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 32px;
}
.btn-gray:hover,
.btn-gray:focus {
  color: #ffffff;
  outline: none;
}
.container {
  padding-right: 0;
  padding-left: 0;
}
.form-control {
  border-radius: 0;
}
.modal-sm {
  width: 360px;
}
.modal-content {
  border-radius: 0;
  background-color: #333333;
}
.modal-header {
  border-bottom: 0;
}
.modal-header .close {
  color: #666666;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #666666;
  padding: 5px 7px;
}
.modal-body {
  color: #ffffff;
  padding: 0px 25px 40px 25px;
}
.modal-body a {
  margin: 0 auto;
}
.error-message {
  color: #a94442;
  font-weight: bold;
}
.form-error {
  border-color: #a94442;
}
label span {
  font-weight: normal;
}
header {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 81px;
  background: #ffffff;
}
header .elilogo {
  display: inline-block;
  background: #f2f2f2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
header .elilogo img {
  margin: 20px 30px;
}
header .navbar-form {
  padding: 15px 10px;
}
header .navbar-form .form-control {
  color: #8b8b8b;
  border-color: #cccccc;
  box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.2);
  width: 180px;
}
header .navbar-form .btn-default {
  border: 0;
  color: #8b8b8b;
  background-color: #ffffff;
}
header .navbar-form .btn-default i {
  font-size: 1.5em;
}
header .navbar-form .btn-default:hover {
  border: 0;
  color: #8b8b8b;
  background-color: #ffffff;
}
header .navbar-nav li a {
  color: #333333;
  padding-top: 30px;
}
header .navbar-nav a:hover,
header .navbar-nav a:focus,
header .navbar-nav .active > a,
header .navbar-nav .active > a:focus,
header .navbar-nav .active > a:hover,
header .navbar-nav .open > a,
header .navbar-nav .open > a:focus,
header .navbar-nav .open > a:hover {
  background-color: #ffffff;
  color: #333333;
}
header .navbar-nav li.separator span {
  display: block;
  color: #7d7d7d;
  padding: 28px 0px;
}
.szlogo {
  top: 0;
  position: fixed;
  right: 0;
  z-index: 1031;
}
.navbar-fixed-top {
  top: 81px;
}
.navbar-toggle {
  float: none;
}
.navbar-inverse {
  background-color: #333333;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  margin-bottom: 0px;
}
.navbar-inverse .navbar-nav li a {
  color: #ffffff;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-inverse .navbar-nav li.separator span {
  display: block;
  color: #ffffff;
  padding: 18px 0px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #ffffff;
  color: #000000;
  border-bottom: 5px solid #e94e1b;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar-inverse .navbar-nav .dropdown-menu li a {
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-collapse .navbar-form {
  display: none;
}
.topsectionhome {
  background-image: url(/img/topsectionbg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 30px solid #666666;
  padding-top: 50px;
}
.topsectionhome #carousel-news {
  margin-bottom: 60px;
}
.topsectionhome #carousel-news .carousel-inner .item .graybg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 109px;
  padding-top: 1px;
  overflow: hidden;
}
.topsectionhome #carousel-news .carousel-inner .item .carousel-title {
  background-image: url(/img/pagetitlebg.png);
  background-position: left top;
  background-repeat: repeat;
}
.topsectionhome #carousel-news .carousel-inner .item .carousel-title h1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0 0px 45px;
  margin: 0;
  line-height: 110px;
}
.topsectionhome #carousel-news .carousel-inner .item .carousel-image {
  height: 260px;
  padding-right: 0;
  overflow: hidden;
}
.topsectionhome #carousel-news .carousel-inner .item .carousel-image img {
  margin-left: -15px;
}
.topsectionhome #carousel-news .carousel-inner .item h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 40px;
  margin-right: 40px;
}
.topsectionhome #carousel-news .carousel-inner .item .date {
  color: #ffffff;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 15px;
}
.topsectionhome #carousel-news .carousel-inner .item .lead {
  color: #ffffff;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 0;
  height: 109px;
}
.topsectionhome #carousel-news .carousel-inner .item .lead p {
  margin-left: 40px;
  margin-right: 40px;
}
.topsectionhome #carousel-news .carousel-inner .item .btnholder {
  padding-top: 35px;
  padding-bottom: 35px;
}
.topsectionhome #carousel-news .carousel-inner .item .btnholder .btn {
  margin-left: 40px;
}
.topsectionhome #carousel-news .carousel-indicators {
  bottom: -60px;
}
.topsectionhome #carousel-news .carousel-indicators li {
  border: 2px solid #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin: 5px;
}
.topsectionhome #carousel-news .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #e94e1b;
  border: 2px solid #e94e1b;
}
.topsection {
  background-color: #e7511f;
  border-bottom: 30px solid #666666;
  position: relative;
}
.topsection .container {
  overflow: hidden;
  position: relative;
}
.topsection .container img {
  max-width: 100%;
}
.topsection h1.page-title {
  position: absolute;
  background-image: url(/img/pagetitlebg.png);
  background-position: left top;
  background-repeat: repeat;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  padding: 0px 50px 0px 50px;
  line-height: 75px;
  display: inline-block;
  bottom: 50px;
  left: 0;
}
.contentsection {
  margin-bottom: 50px;
}
.contentsection .container {
  overflow: hidden;
}
.contentsection .content-title {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  margin-top: 34px;
  padding-bottom: 14px;
  color: #e7511f;
  border-bottom: 5px solid #e7511f;
  margin-bottom: 34px;
}
.contentsection .content-title-carusel {
  margin-left: 4%;
}
.contentsection .caruselrow {
  margin-right: 0;
  margin-left: 0;
}
.contentsection #event-carousel .carousel-inner,
.contentsection #event-carousel-xs .carousel-inner {
  width: 92%;
  margin: 0 auto;
}
.contentsection #event-carousel .carousel-inner .item .row,
.contentsection #event-carousel-xs .carousel-inner .item .row {
  margin-right: 0px;
  margin-left: 0px;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default {
  background: transparent;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  height: 300px;
  overflow: hidden;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default .panel-body,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default .panel-body {
  padding: 15px 40px;
  color: #ffffff;
}
/* workshops nem nagy kapit�lis a list�ban  */
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default .panel-body .date,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default .panel-body .date {
  text-transform: none;
  font-size: 14px;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default .panel-body h2,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default .panel-body h2 {
  font-size: 16px;
  margin-top: 8px;
  font-weight: bold;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default .panel-body .btn-holder,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default .panel-body .btn-holder {
  margin-top: 48px;
  margin-bottom: 14px;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-0,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-0 {
  background-color: #e94e1b;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-1,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-1 {
  background-color: #f1ab27;
}
.contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-2,
.contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-2 {
  background-color: #999999;
}
.contentsection #event-carousel .carousel-control,
.contentsection #event-carousel-xs .carousel-control {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  font-size: 40px;
  line-height: 70px;
  background: transparent;
  background-image: none;
  width: 4%;
}
.contentsection #event-carousel .carousel-control div,
.contentsection #event-carousel-xs .carousel-control div {
  width: 40px;
  height: 80px;
  background: #333333;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.contentsection #event-carousel .left.carousel-control div,
.contentsection #event-carousel-xs .left.carousel-control div {
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
  right: 0;
}
.contentsection #event-carousel .right.carousel-control div,
.contentsection #event-carousel-xs .right.carousel-control div {
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px;
}
.contentsection .gallery {
  margin-bottom: 5px;
  margin-right: 0;
  margin-left: 0;
}
.contentsection .gallery div {
  background-size: cover;
  background-position: center center;
  height: 200px;
  padding: 0;
}
.contentsection .gallery div a {
  display: block;
  width: 100%;
  height: 200px;
}
.contentsection .gallery div a.keyframe {
  background-image: url(/img/pagetitlebg.png);
  background-position: left top;
  background-repeat: repeat;
  padding-top: 70px;
  padding-left: 10%;
  padding-right: 10%;
}
.contentsection .gallery div a.keyframe h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.contentsection .gallery div a.keyframe hr {
  border-top: 5px solid #e7511f;
  margin-right: 50%;
}
.contentsection .slider-for {
  margin-bottom: 20px;
}
.contentsection .slider-for div {
  background-size: cover;
  background-position: center center;
  height: 400px;
  position: relative;
}
.contentsection .slider-for div h4 {
  background-image: url(/img/pagetitlebg.png);
  background-position: left top;
  background-repeat: repeat;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.contentsection .slider-nav div {
  background-size: cover;
  background-position: center center;
  height: 130px;
}
.contentsection .slider-nav .slick-current {
  border-bottom: 5px solid #e7511f;
}
/* workshops list�ban nem nagy kapit�lis */
.contentsection .workshops .media .media-body .media-heading {
  color: #e7511f;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
.contentsection .workshops .media .media-body .date {
  font-size: 16px;
}
.contentsection .workshops .media .media-body .place {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
.contentsection .workshops .media .media-body .country {
  font-size: 16px;
}
.contentsection .workshops .media .media-right .btn {
  margin-left: 30px;
}
.contentsection .workshops-calendar #calendar .btn-default {
  color: #000000;
  background-color: #cccccc;
  border: 0;
}
.contentsection .workshops-calendar #calendar .btn-default.active {
  background-color: #f4f4f4;
  color: #000000;
  border-bottom: 2px solid #e94e1b;
}
.contentsection .workshops-calendar #calendar .alert-info {
  background-color: #f4f4f4;
}
.contentsection .publications .nav li:before {
  content: "\F105 \020";
  font-family: 'FontAwesome';
  font-size: 20px;
}
.contentsection .publications .nav li a {
  display: inline;
  background-color: transparent;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.contentsection .publications .tab-content .tab-pane h3 {
  color: #e94e1b;
  text-transform: uppercase;
  font-size: 20px;
}
.contentsection .publications .tab-content .tab-pane .year {
	color: black;
	font-weight: bold;
	font-size: 22px;
}
.contentsection .publications .tab-content .tab-pane .media .media-right {
  vertical-align: middle;
}
.contentsection .publications .tab-content .tab-pane .media .media-right .btn {
  margin-left: 30px;
}
.contentsection .publications .tab-content .tab-pane .media .author {
  color: #999999;
  font-size: 20px;
}
/*publik�ci�k c�me ne legyen nagy kapit�lis*/
.contentsection .publications .tab-content .tab-pane .media .title {
  color: #e94e1b;
  text-transform: none;
  font-size: 20px;
  font-weight: bold;
}
.contentsection .jobs .media .media-body .media-heading {
  color: #e7511f;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
.contentsection .jobs .media .media-body .media {
  padding-bottom: 15px;
}
.contentsection .jobs .media .media-body .media .media-body {
  vertical-align: middle;
  padding-top: 10px;
}
.contentsection .jobs .media .media-body .media .media-body .jobdocument {
  color: #000000;
  text-decoration: underline;
}
.contentsection .jobs .media .media-body .media:last-child {
  border: 0;
}
.contentsection .jobs .media hr {
  margin-top: 0px;
}
.contentsection .documents .media h4,
.contentsection .downloads .media h4 {
  color: #e94e1b;
  font-weight: bold;
}
.contentsection .documents .media .media,
.contentsection .downloads .media .media {
  padding-bottom: 15px;
}
.contentsection .documents .media .media .media-body,
.contentsection .downloads .media .media .media-body {
  vertical-align: middle;
  padding-top: 10px;
}
.contentsection .documents .media .media .title,
.contentsection .downloads .media .media .title {
  width: 50%;
}
.contentsection .documents .media .media .size,
.contentsection .downloads .media .media .size {
  width: 20%;
}
.contentsection .documents .media .media .type,
.contentsection .downloads .media .media .type {
  width: 20%;
}
.contentsection .documents .media .media .type img,
.contentsection .downloads .media .media .type img {
  margin-left: 10px;
  margin-top: -10px;
}
.contentsection .documents .media .media:last-child,
.contentsection .downloads .media .media:last-child {
  border: 0;
}
.contentsection .documents .media hr,
.contentsection .downloads .media hr {
  margin-top: 0px;
}
.contentsection .downloads h4 {
  color: #e94e1b;
  font-weight: bold;
}
.contentsection .downloads .image-holder {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 190px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contentsection .seminars .media .date {
  color: #999999;
  font-size: 20px;
  margin-top: 10px;
}
.contentsection .seminars .media h4 {
  font-weight: bold;
  font-size: 20px;
}
/*szemin�rium c�mek nem nagy kapit�lis */
.contentsection .seminars .media h4 span {
  color: #e94e1b;
  text-transform: none;
}
.contentsection .seminars .media .abstract {
  color: #999999;
  margin-bottom: 0px;
}
.contentsection .seminars .media .content {
  color: #333333;
}
.contentsection .seminars .media .content img {
  max-width: 100%;
}
.contentsection .press-publications h3,
.contentsection .press-releases h3,
.contentsection .procurement-notices h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  margin-top: 34px;
  padding-bottom: 14px;
  color: #e7511f;
  border-bottom: 5px solid #e7511f;
  margin-bottom: 34px;
}
.contentsection .press-publications .media .media-body .media-heading,
.contentsection .press-releases .media .media-body .media-heading,
.contentsection .procurement-notices .media .media-body .media-heading {
  color: #e7511f;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.contentsection .press-publications .media .media-body .date,
.contentsection .press-releases .media .media-body .date,
.contentsection .procurement-notices .media .media-body .date {
  font-size: 20px;
  color: #999999;
}
.contentsection .press-publications .media .media-body .site,
.contentsection .press-releases .media .media-body .site,
.contentsection .procurement-notices .media .media-body .site {
  font-weight: bold;
}
.contentsection .press-publications .media .media-left,
.contentsection .press-releases .media .media-left,
.contentsection .procurement-notices .media .media-left {
  width: 24%;
  padding-right: 20px;
}
.contentsection .press-publications .media .media-left .image-holder,
.contentsection .press-releases .media .media-left .image-holder,
.contentsection .procurement-notices .media .media-left .image-holder {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 190px;
}
.contentsection .press-publications .media .media-right,
.contentsection .press-releases .media .media-right,
.contentsection .procurement-notices .media .media-right {
  vertical-align: bottom;
}
.contentsection .press-publications .media .media-right .btn,
.contentsection .press-releases .media .media-right .btn,
.contentsection .procurement-notices .media .media-right .btn {
  margin-left: 30px;
}
.contentsection .procurement-notices .media .date-title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
.contentsection .procurement-notices .media .date {
  margin-bottom: 0;
}
.contentsection .procurement-notices .media .media-right {
  vertical-align: middle;
}
.contentsection .procurement-notice .date-title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
.contentsection .procurement-notice .date {
  font-size: 20px;
  color: #999999;
}
.contentsection .visitorcenter #calendar h2 {
  font-size: 20px;
}
.contentsection .visitorcenter #calendar .btn-default {
  color: #000000;
  background-color: #cccccc;
  border: 0;
}
.contentsection .visitorcenter #calendar .btn-default.active {
  background-color: #f4f4f4;
  color: #000000;
  border-bottom: 2px solid #e94e1b;
}
.contentsection .visitorcenter #calendar .alert-info {
  background-color: #f4f4f4;
}
.contentsection .visitorcenter #calendar .busy-time {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  opacity: 1;
}
.contentsection .visitorcenter #calendar .free-time {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.contentsection .visitorcenter h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.contentsection .visitorcenter form .date {
  max-width: 200px;
}
.contentsection .visitorcenter form .row {
  margin-bottom: 20px;
}
.contentsection .visitorcenter form .row .formtitle {
  margin-bottom: 20px;
}
.contentsection .visitorcenter form .row .formtitle hr {
  margin-top: 10px;
  border-top: 4px solid #333333;
  margin-right: 79%;
}
.contentsection .visitorcenter form .row .formtitle h5 {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 10px;
}
.contentsection .visitorcenter form .row .leader,
.contentsection .visitorcenter form .row .visitor {
  padding-bottom: 20px;
}
.contentsection .visitorcenter form .row .leader {
  border-right: 1px solid #cccccc;
  padding-right: 47px;
}
.contentsection .visitorcenter form .row .leader h5 {
  color: #e7511f;
}
.contentsection .visitorcenter form .row .leader label {
  color: #e7511f;
}
.contentsection .visitorcenter form .row .visitor {
  padding-left: 48px;
}
.contentsection .signup {
  margin-top: 34px;
}
.contentsection .signup .content-title {
  margin-top: 0;
}
.contentsection .signup h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.contentsection .signup .collogin {
  padding-right: 48px;
}
.contentsection .signup .colsignup {
  border-left: 1px solid #cccccc;
  padding-left: 47px;
}
.contentsection .signup .colsignup .datepicker,
.contentsection .signup .colsignup .input-group-addon {
  border-radius: 0;
}
.contentsection .signup .colsignup .fileinput {
  padding-top: 22px;
}
.contentsection .signup .colsignup .footerrow {
  border-top: 1px solid #333333;
}
.contentsection .signup .colsignup .footerrow > div {
  padding-top: 20px;
}
.contentsection .lostpass h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.contentsection .media,
.contentsection .formtitle {
  border-bottom: 1px solid #333333;
}
.contentsection .media hr,
.contentsection .formtitle hr {
  border-top: 5px solid #333333;
  margin-right: 89%;
  margin-bottom: 0;
}
.sitemap {
  background-color: #999999;
  color: #ffffff;
  padding-bottom: 20px;
}
.sitemap .mapcontent {
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
  min-height: 170px;
}
.sitemap .mapcontent h4 {
  font-size: 12px;
  font-weight: bold;
}
.sitemap .mapcontent h4 a {
  color: #ffffff;
  text-decoration: none;
}
.sitemap .mapcontent ul {
  padding-left: 14px;
}
.sitemap .mapcontent ul li {
  font-size: 10px;
}
.sitemap .mapcontent ul li a {
  color: #ffffff;
  text-decoration: none;
}
.sitemap .mapcontent:first-child {
  border: 0;
}
.sitemap .mapcontent-6 {
  width: 16.66666667%;
}
.sitemap .mapcontent-7 {
  width: 14.28571429%;
}
.sitemap .mapcontent-8 {
  width: 12.5%;
}
.sitemap .mapcontent-9 {
  width: 11.11111111%;
}
.sitemap .mapcontent-10 {
  width: 10%;
}
.sitemap .mapcontent-11 {
  width: 9.09090909%;
}
.sitemap .mapcontent-12 {
  width: 8.33333333%;
}
.footer {
  background-color: #333333;
  color: #ffffff;
  padding-bottom: 20px;
}
.footer h3 {
  margin-top: 30px;
}
.footer h4 {
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 6px;
  font-weight: bold;
}
.footer p {
  font-weight: 300;
  margin: 0 0 8px;
  color: #d6d6d6;
}
.footer .navbar-social {
  margin-top: 20px;
}
.footer .navbar-social li a {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}
.footer .navbar-social li .facebook {
  background-color: #1f5690;
}
.footer .navbar-social li .facebook i {
  font-size: 3em;
  margin-top: -5px;
}
.footer .navbar-social li .youtube {
  background-color: #ec2d31;
}
.footer .navbar-social li .youtube i {
  font-size: 2.5em;
  margin-top: -5px;
}
.footer .navbar-social li .linkedin {
  background-color: #046da4;
}
.footer .navbar-social li .linkedin i {
  font-size: 2.5em;
  margin-top: -5px;
}
.footer .navbar-social li .instagram {
  background-color: #695042;
}
.footer .navbar-social li .instagram i {
  font-size: 2.6em;
  margin-top: -5px;
}
.pagination {
  border-radius: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.pagination > .active > a {
  background-color: #e7511f;
  border-color: #e7511f;
}
.pagination > .active > a:focus {
  background-color: #e7511f;
  border-color: #e7511f;
}
.pagination > .active > a:hover {
  background-color: #e7511f;
  border-color: #e7511f;
}
.pagination > .active > span {
  background-color: #e7511f;
  border-color: #e7511f;
}
.pagination > .active > span:focus {
  background-color: #e7511f;
  border-color: #e7511f;
}
.pagination > .active > span:hover {
  background-color: #e7511f;
  border-color: #e7511f;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #e7511f;
}
.static-content h1 {
  font-size: 24px;
  font-weight: bold;
}
.static-content h2 {
  font-size: 22px;
  font-weight: bold;
}
.static-content h3 {
  font-size: 20px;
  font-weight: bold;
}
.static-content h4 {
  font-size: 18px;
  font-weight: bold;
}
.static-content h5 {
  font-size: 16px;
  font-weight: bold;
}
.static-content h6 {
  font-size: 14px;
  font-weight: bold;
}
.static-content .p {
  font-size: 14px;
}
.static-content a {
  color: #e94e1b;
}
.static-content img {
  max-width: 100%;
}
.calendar-widget {
  position: fixed;
  top: 210px;
  right: 0px;
  overflow: hidden;
  z-index: 1000;
}
.calendar-widget .left {
  width: 110px;
  overflow: hidden;
  background-color: #333333;
  cursor: pointer;
  float: right;
  height: 110px;
}
.calendar-widget .left img {
  margin-top: 28px;
  margin-bottom: 28px;
}
.calendar-widget .right {
  width: 110px;
  background-color: #ffffff;
  padding-top: 24px;
  height: 110px;
  overflow: hidden;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  animation: animateright 0.4s;
}
.calendar-widget .right .month {
  color: #333333;
  line-height: 14px;
  margin-bottom: 6px;
}
.calendar-widget .right .day {
  color: #e7511f;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
.calendar-widget .right .dayname {
  color: #999999;
  line-height: 14px;
  margin-bottom: 0;
}
.calendar-widget #mini-calendar {
  animation: animaterightcal 0.4s;
}
.calendar-widget #details {
  animation: animaterightcal 0.4s;
}
@keyframes animateright {
  from {
    margin-right: -110px;
  }
  to {
    margin-right: 0px;
  }
}
@keyframes animaterightcal {
  from {
    margin-right: -220px;
  }
  to {
    margin-right: 0px;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > .dropdown-menu a {
  white-space: normal;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
@media (max-width: 1599px) {
  .szlogo {
    width: 160px;
  }
  .szlogo img {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .szlogo {
    width: 150px;
  }
  .szlogo img {
    width: 100%;
  }
  .navbar-inverse .navbar-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 125px;
  }
  .calendar-widget .right {
    width: 170px;
    height: 50px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .calendar-widget .right .month {
    font-size: 8px;
    line-height: 8px;
    margin-bottom: 3px;
  }
  .calendar-widget .right .day {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px;
  }
  .calendar-widget .right .dayname {
    font-size: 8px;
    line-height: 8px;
  }
  .calendar-widget .left {
    width: 50px;
    height: 50px;
  }
  .calendar-widget .left img {
    margin-top: 13px;
    margin-bottom: 13px;
    width: 22px;
  }
  .topsection h1.page-title {
    font-size: 14px;
    padding: 0px 20px 0px 20px;
    line-height: 45px;
    bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  header .container .col-lg-8 {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .szlogo {
    width: 150px;
  }
  .szlogo img {
    width: 100%;
  }
  .navbar-inverse .navbar-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 80px;
  }
  .topsection h1.page-title {
    left: 15px;
  }
  .contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default,
  .contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default {
    height: 400px;
  }
  .contentsection .slider-for div {
    height: 280px;
  }
  .contentsection .signup .colsignup .btn-file {
    padding: 8px 8px;
  }
  .sitemap {
    display: none;
  }
  .footer .navbar-social li a {
    height: 55px;
    width: 55px;
  }
  .footer .navbar-social li .facebook i {
    font-size: 2.7em;
    margin-top: -5px;
  }
  .footer .navbar-social li .youtube i {
    font-size: 2.1em;
    margin-top: -5px;
  }
  .footer .navbar-social li .linkedin i {
    font-size: 2.1em;
    margin-top: -5px;
  }
  .footer .navbar-social li .instagram i {
    font-size: 2.2em;
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  .szlogo {
    width: 135px;
  }
  .szlogo img {
    width: 100%;
  }
  header .navbar-nav > li {
    float: left;
  }
  header .navbar-left {
    float: left !important;
  }
  header .navbar-right {
    float: right !important;
  }
  .navbar-inverse .navbar-nav li a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-right {
    margin-right: 80px;
  }
  .contentsection .slider-for div {
    height: 250px;
  }
  .contentsection .signup .colsignup .btn-file {
    padding: 8px 8px;
  }
  .contentsection .downloads .media .media .title,
  .contentsection .documents .media .media .title {
    max-width: 320px;
  }
  .footer .navbar-nav > li {
    float: left;
  }
  .footer .navbar-left {
    float: left !important;
  }
  .footer .navbar-right {
    float: right !important;
  }
  .footer .navbar-social li a {
    height: 40px;
    width: 40px;
    padding: 10px 11px;
  }
  .footer .navbar-social li .facebook i {
    font-size: 1.5em;
    margin-top: 0px;
  }
  .footer .navbar-social li .youtube i {
    font-size: 1.6em;
    margin-top: -1px;
  }
  .footer .navbar-social li .linkedin i {
    font-size: 1.6em;
    margin-top: -1px;
  }
  .footer .navbar-social li .instagram i {
    font-size: 1.6em;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
  .szlogo {
    width: 115px;
  }
  .szlogo img {
    width: 100%;
  }
  header .navbar-form .form-group {
    display: inline-block;
  }
  header .navbar-right {
    margin-right: 40px;
  }
  header .navbar-right li {
    font-size: 12px;
  }
  header .navbar-right li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
  header .navbar-right li.separator span {
    padding: 30px 0px;
  }
  .calendar-widget {
    top: 150px;
  }
  .topsectionhome #carousel-news .carousel-inner .item h2 {
    font-size: 16px;
  }
  .topsectionhome #carousel-news .carousel-inner .item .lead {
    padding-top: 10px;
  }
  .topsectionhome #carousel-news .carousel-indicators {
    left: 30%;
    width: 100%;
  }
  .topsectionhome #carousel-news .carousel-indicators li {
    margin: 4px;
  }
  .topsection h1.page-title {
    font-size: 14px;
    padding: 0px 20px 0px 20px;
    line-height: 45px;
    bottom: 10px;
  }
  .contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default,
  .contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default {
    height: 290px;
  }
  .contentsection .content-title {
    font-size: 16px;
  }
  .contentsection .press-publications .media-left,
  .contentsection .press-releases .media-left,
  .contentsection .procurement-notices .media-left,
  .contentsection .press-publications .media-right,
  .contentsection .press-releases .media-right,
  .contentsection .procurement-notices .media-right,
  .contentsection .press-publications .media-body,
  .contentsection .press-releases .media-body,
  .contentsection .procurement-notices .media-body {
    display: block;
    padding: 15px 0;
    width: 100%;
  }
  .contentsection .press-publications .media .media-left,
  .contentsection .press-releases .media .media-left,
  .contentsection .procurement-notices .media .media-left {
    width: 100%;
  }
  .contentsection .press-publications h3,
  .contentsection .press-releases h3,
  .contentsection .procurement-notices h3 {
    font-size: 16px;
  }
  .contentsection .slider-for div {
    height: 450px;
  }
  .contentsection .signup .collogin {
    padding-right: 15px;
  }
  .contentsection .signup .colsignup {
    padding-top: 15px;
    padding-left: 15px;
  }
  .contentsection .downloads .media .media .media-body,
  .contentsection .documents .media .media .media-body {
    padding-top: 8px;
  }
  .contentsection .downloads .media .media .title,
  .contentsection .documents .media .media .title {
    width: 45%;
    max-width: 220px;
  }
  .contentsection .downloads .media .media .size,
  .contentsection .documents .media .media .size {
    width: 30%;
  }
  .contentsection .downloads .media .media .type,
  .contentsection .documents .media .media .type {
    width: 25%;
  }
  .contentsection .downloads .media .media .type img,
  .contentsection .documents .media .media .type img {
    margin-top: -8px;
  }
}
@media (max-width: 649px) {
  .media-left,
  .media-right,
  .media-body {
    display: block;
    padding: 15px 0;
    width: 100%;
  }
  header .navbar-form .form-group .form-control {
    width: 140px;
  }
  .contentsection .downloads .media .media .media-body,
  .contentsection .documents .media .media .media-body {
    padding-top: 8px;
  }
  .contentsection .downloads .media .media .title,
  .contentsection .documents .media .media .title,
  .contentsection .downloads .media .media .size,
  .contentsection .documents .media .media .size,
  .contentsection .downloads .media .media .type,
  .contentsection .documents .media .media .type {
    width: 100%;
    max-width: 100%;
  }
  .contentsection .downloads .media .media .type img,
  .contentsection .documents .media .media .type img {
    margin-top: -8px;
  }
}
@media (max-width: 599px) {
  .contentsection .slider-for div {
    height: 330px;
  }
}
@media (max-width: 549px) {
  header .navbar-form .form-group .form-control {
    width: 100px;
  }
}
@media (max-width: 499px) {
  header .navbar-form {
    display: none;
  }
  .navbar-collapse .navbar-form {
    display: block;
    padding: 3px 10px 3px 20px;
  }
  .navbar-collapse .navbar-form .form-group {
    display: inline-block;
    width: 80%;
  }
  .navbar-collapse .navbar-form .form-group .form-control {
    color: #8b8b8b;
    border-color: #333333;
    background-color: #464646;
    box-shadow: inset 3px 3px 6px -3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .navbar-collapse .navbar-form .btn-default {
    border: 0;
    color: #8b8b8b;
    background-color: #333333;
  }
  .navbar-collapse .navbar-form .btn-default i {
    font-size: 1.5em;
  }
  .navbar-collapse .navbar-form .btn-default:hover {
    border: 0;
    color: #ffffff;
    background-color: #333333;
  }
  .contentsection .slider-for div {
    height: 270px;
  }
}
@media (max-width: 399px) {
  .contentsection #event-carousel .carousel-inner,
  .contentsection #event-carousel-xs .carousel-inner {
    width: 80%;
  }
  .contentsection #event-carousel .carousel-inner .item .row .col-md-4 .panel-default,
  .contentsection #event-carousel-xs .carousel-inner .item .row .col-md-4 .panel-default {
    height: 400px;
  }
  .contentsection #event-carousel .carousel-control,
  .contentsection #event-carousel-xs .carousel-control {
    width: 10%;
  }
  .contentsection .slider-for div {
    height: 210px;
  }
}
@media (max-width: 319px) {
  .contentsection .slider-for div {
    height: 200px;
  }
}
@media (max-height: 499px) {
  .pignose-calendar .pignose-calendar-top {
    padding: 0.7em 0;
  }
  .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    padding: 0.1em 0;
  }
  .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
    margin-bottom: 0em;
    font-size: 110%;
  }
  .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
    font-size: 100%;
  }
  .pignose-calendar .pignose-calendar-header {
    margin-top: 0.2em;
  }
  .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    height: 2.0em;
    line-height: 2.0em;
  }
  .pignose-calendar .pignose-calendar-body {
    padding-top: 0;
    padding-bottom: 1em;
  }
  .pignose-calendar .pignose-calendar-unit {
    height: 2.7em;
    line-height: 1em;
  }
  .pignose-calendar .pignose-calendar-unit a {
    width: 2.0em;
    height: 2.0em;
  }
}
@media print {
  body {
    padding-top: 0px;
  }
  header {
    position: relative;
  }
  .szlogo {
    position: relative;
    margin-top: -80px;
    text-align: right;
    width: 100%;
    height: 160px;
  }
  .szlogo img {
    width: 160px;
  }
  .container {
    width: auto;
  }
  a[href]:after {
    content: none !important;
  }
  form,
  .calendar-widget,
  .sitemap,
  .btn,
  .navbar-fixed-top,
  .embed-responsive,
  iframe,
  header .nav,
  .galleryHolder,
  .navbar-social,
  .addthis-smartlayers {
    display: none;
  }
}
/****EMAIL CÍMEK ELREJTÉSE ***/
#emaildomain::before{
content: "@eli-alps.hu" ;
}
