/*#section-header {
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
-o-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
box-shadow: 0 10px 10px rgba(0,0,0,0.25);
}
#section-header.affix {
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
-o-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
box-shadow: 0 10px 10px rgba(0,0,0,0.25);
}*/
#section-top-bar {
    background: #333f4b;
}
#section-page-title, #section-main-content{
margin-bottom: 40px;
}
h3.icon-block-title {
font-size: 24px;
font-weight: 300;
letter-spacing: -0.5px;
text-align: center;
margin:30px 30px 0;
}
h3.icon-block-title a{
  color:#2d3237 !important;
}
h3.icon-block-title a:hover{
  color:#87c224 !important;
}
div#section-header {
    background-color: #F2F4F6 !important;
}
/*button.slick-next.slick-arrow {
    background: #a8d162 !important;
}
button.slick-prev.slick-arrow {
    background: #d1e5b1 !important;
}
.control-bottom .dexp-slick-carousel .slick-arrow:before {
    color: #fff !important;
}*/
.control-bottom .dexp-slick-carousel .slick-arrow {
    background: #c3c5c7;
}
.control-bottom .dexp-slick-carousel .slick-arrow:hover {
    background-color: #a0a5aa;
    border-color: #b8bbbe;
    color: #fff;
}
.dexp-slick-carousel .slick-prev::before, .dexp-slick-carousel .slick-next::before {
    color: #f1f2f3 !important;
}
/*Esemény*/
.esemeny-nap {
    position: absolute;
    background: #87c224;
    width: 55px;
    color: #fff;
    font-size: 1.5em;
    margin-top: 34px;
    text-align: center;
    padding: 7px 0;
    z-index: 3;
}
.esemeny-honap {
    position: absolute;
    background: #a8d162;
    color: #fff;
    width: 55px;
    text-align: center;
    padding: 7px 0;
    z-index: 3;
    text-transform: uppercase;
}
.esemeny-tartalom{
    background-color: #F8FAFC;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
    padding: 15px;
    text-align: left;
    min-height: 135px;
}
.esemeny-kep {
	overflow:hidden;
}
.esemeny-kep img{
	-webkit-transition: all .5s ease; 
  	-moz-transition: all .5s ease; 
  	-o-transition: all .5s ease; 
  	-ms-transition: all .5s ease;
  	transition: all .5s ease;
  	width:100%;
  	overflow:hidden;
  	height: auto;
}
.esemeny-kep:hover img {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.30); 
    -moz-transform:scale(1.30); 
    -ms-transform:scale(1.30); 
    -o-transform:translatZ(0) scale(1.30); 
    transform:translatZ(0) scale(1.30);
}
/*Főoldali hírek*/
.kiemelt-overlay {
    background-image: linear-gradient(rgba(243, 240, 240, 0), rgb(35, 45, 55, 1));
    width: 100%;
    height: 30%;
    position: absolute;
    /*top: 0;
    left: 0;
    right: 0;*/
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    /*box-shadow: 5px 1px 3px 1px rgba(107,102,107,1);*/
}
.kiemelt-szoveg {
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    bottom: 15px;
}
.kiemelt-kategoria{
    color: #ccc;
    font-size: 12px;
    font-style: italic;
    line-height: 19px;
}
.kiemelt-cim a {
    color: #fff;
    font-size: 1.2em;
}
.portfolio-content.dexp-content {
    min-height: 95px;
}
.kiemelt-tartalom{
  color:white;
  font-family: Raleway;
  font-weight: 300;
  /*font-size: 20px;*/
  margin: 0;
  line-height: 30px;
}
.kiemelt-datum{
  color: #B9BEC3;
  font-weight: normal;
  margin-bottom: 0px;
}
/*Esemény jobb oldalsáv belső oldalon*/
.esemeny-nap-belso {
    background: #87c224;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 5px 0;
}
.esemeny-honap-belso {
    background: #a8d162;
    color: #fff;
    min-width: 30%;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    float: left;
}
.esemeny-tartalom-belso{
    background-color: #F8FAFC;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
    padding: 10px;
    text-align: left;
}
.friss-hirek img{
  border: 5px solid #bcc1c5;
}
.friss-hirek img:hover{
  border: 5px solid #87c224;
}
img.language-icon {
    border: 1px solid #d8d6d6;
}
div#block-nyelvvalaszto ul li {
    display: grid;
}
div#block-nyelvvalaszto {
    padding-top: 25px;
}
.region-top-right ul:not(.contextual-links) li {
    border: unset;
}
.kepzes-gyujto {
    min-width: 100px;
    font-size: 15px;
    color: grey;
    font-style: italic;
    margin-bottom: 5px;
}
/*Aloldali menu*/

/*nav#block-aloldalimenuvalaszto a {
    color:#000;
    font-family: Raleway;
    font-weight: 300;
    text-transform: uppercase;
}*/
a.felveteli-almenu {
    border-bottom: 6px solid #f35b36;
    text-transform: uppercase;
    color: black;
}
a.felveteli-almenu:hover{
    color: #fff !important;
    background-color: #f35b36 !important;
    border-bottom: unset;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
a.doktori-almenu {
    border-bottom: 6px solid #4b7a91;
    text-transform: uppercase;
    color: black;
    font-family: Raleway;
}
a.doktori-almenu:hover {
    color: #fff !important;
    background-color: #4b7a91 !important;
    border-bottom: unset;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
a.fooldal-almenu {
    border-bottom: 6px solid #87c224;
    text-transform: uppercase;
    color: black;
    font-family: Raleway;
   
}
a.fooldal-almenu:hover, a.fooldal-almenu.is-active {
    color: #fff !important;
    background-color: #87c224 !important;
    border-bottom: unset;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
a.hallgatok-almenu {
    border-bottom: 6px solid #0abcd3;
    text-transform: uppercase;
    color: black;
    font-family: Raleway;
}
a.hallgatok-almenu:hover  {
    color: #fff !important;
    background-color: #0abcd3 !important;
    border-bottom: unset;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
a.tovabbkepzes-almenu {
border-bottom: 6px solid #a2232f;

    text-transform: uppercase;
    color: black;
    font-family: Raleway;
}
a.tovabbkepzes-almenu:hover {
    color: #fff !important;
    background-color: #a2232f !important;
    border-bottom: unset;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

a.nyelv-almenu {
    border-bottom: 6px solid grey;
    text-transform: uppercase;
    color: black;
    font-family: Raleway;
}
a.nyelv-almenu:hover {
    background:grey !important;
    color:#fff !important;
    border-bottom: unset !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

/*nav#block-mainnavigation-2, nav#block-felvetelimenu, nav#block-hallgatoimenu, nav#block-doktorimenu-2, nav#block-szaknyelvmenu, nav#block-tovabbkepzesmenu {
    padding: 5px 0 5px 15px;
}*/
nav#block-mainnavigation-2, nav#block-felvetelimenu, nav#block-hallgatoimenu, nav#block-doktorimenu-2, nav#block-szaknyelvmenu, nav#block-tovabbkepzesmenu {
    padding-bottom: 5px;
padding-top: 5px;
}

/*Almenü vége*/
#sor2 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    min-height: 52px;
    float:left;
}
.ikon-balra {
    float: left;
    padding-right: 10px;
}
.kepzes-kep-balra{
   float: left;
}

li.resp-tab-item {
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    background: #f2f4f6;
}
.headerlinks a {
    color: #bcc1c5;
    font-size: 1.1em;
    line-height: 26px;
}
.headerlinks {
    color: white;
}

.col-md-4.max-image.pl0.pr0.dexp-image.relative {
    float: left;
}
.col-md-8.dexp-content {
    float: right;
}
.icon-block-title-galeria-video-kiadvany {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 30px 0;
}
.shuffle-item{
  width:275px;
}
.esemeny-hir-doboz {
    margin-bottom:30px;
}
/*Aloldal menü magassága*/
@media screen and (min-width: 992px){
#section-header ul.menu.dexp-menu > li > a, #section-header ul.menu.dexp-menu > li span.dexp-nolink {
    line-height: 40px;   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
}

@media screen and (min-width: 992px){
#section-header.affix ul.menu.dexp-menu > li > a, #section-header.affix ul.menu.dexp-menu > li span.dexp-nolink {
    /*line-height: 80px;*/
    line-height: 40px;
}
}
@media screen and (min-width: 992px){
#section-header a.site-logo, #section-header .search-toggle, #section-header .dexp-menu-toogle {
    /*line-height: 100px;*/
    line-height: unset;
}
}
@media screen and (min-width: 992px){
#section-header.affix a.site-logo, #section-header.affix .search-toggle, #section-header.affix .dexp-menu-toogle {
    /*line-height: 80px;*/
    line-height: unset;
}
}

.js .dropbutton-widget {
    border: 0;
    background-color: inherit;
}
.dropbutton-multiple .dropbutton {
    border-right: 0;
}
.dexp-menu.menu {
    white-space: nowrap;
}
#block-mainnavigation-2 ul, #block-felvetelimenu ul, #block-hallgatoimenu ul, #block-szaknyelvmenu ul, #block-tovabbkepzesmenu-menu ul, #block-doktorimenu-2 ul {
    white-space: unset;
}
#block-evolve-sub-ajk-sitebranding {
    margin: 10px 0 10px 20px;
}
.fooldal-almenu.is-active, 
.felveteli-almenu.is-active,
.hallgatok-almenu.is-active,
.nyelv-almenu.is-active,
.tovabbkepzes-almenu.is-active,
.doktori-almenu.is-active {
    box-shadow: 6px -5px 6px grey;
    border-radius: 5px 5px 0 0;
    
}
.fooldal-almenu.hover, 
.felveteli-almenu.hover,
.hallgatok-almenu.hover,
.nyelv-almenu.hover,
.tovabbkepzes-almenu.hover,
.doktori-almenu.hover {
    border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 992px){
#block-mainnavigation-2 ul.menu.dexp-menu > li > a, #section-header ul.menu.dexp-menu > li span.dexp-nolink {
    line-height: 40px;
    color: white;
    font-size: 14px;
}}
a.site-logo img {
    width: 80px;
}
.site-name {
    padding-top: 15px;
}
@media screen and (min-width: 992px){
#section-header ul.menu.dexp-menu > li > a:hover, #section-header ul.menu.dexp-menu > li span.dexp-nolink:hover, #section-header ul.menu.dexp-menu > li > a.is-active, #section-header ul.menu.dexp-menu > li span.dexp-nolink.is-active {
    color: #fff;
}}
#block-aloldalimenuvalaszto {

    display: table !important;
    margin-top: 10px !important;
    /*padding-left: 15px !important;*/

}
/*Footer hírek*/
.refresh-blog li {
    min-width: 250px;
}
/*Shuffle tabok*/
.item-list ul li.shuffle-filters-item {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #cbcaca;
    margin: 0 1px;
    border-bottom: unset;
}
ul.shuffle-filters.filter-options.list-inline.inline {
    margin-left: 10px;
}

@media screen and (min-width: 992px){
#section-header ul.menu.dexp-menu > li.menu-item--active-trail a, #section-header ul.menu.dexp-menu > li.menu-item--active-trail span.dexp-nolink {
    color: #fff; 
}
}
.caption-img {
    margin: 10px;
}
.esemeny-ora {
    color: #444;
}
.hirdetmeny-term {
    position: absolute;
    background: rgb(35, 45, 55, 0.8);
    color: #fff;
    text-align: right;
    padding: 7px;
    z-index: 2;
    text-transform: uppercase;
    overflow: hidden;
    top: 73px;
}
/*Eseménynaptár*/
span.fc-title a {
    color: #fff;
}
/*Munkatárs*/
.field.field--name-field-szervezeti-egyseg-fc.field--type-entity-reference.field--label-hidden.field__item {
    font-weight: bold;
}
select.form-control:not([size]):not([multiple]) {
    width: 100%;
}
div#leader {
    /*border: 1px solid #e1e2e3;*/
    background: #F2F4F6;
    min-height:235px;
}
.dexp-nolink {
    text-transform: capitalize !important;
}
@media screen and (min-width: 992px) {
#section-header ul.menu.dexp-menu li > ul {max-width: 250px; width: 250px;}
input#search-block-form {display: none;}
}
#section-header ul.menu.dexp-menu > li ul.menu li {
    border-top: 1px solid #9BA0A5;
}
span.fa.fa-search.search-toggle {
    padding-top: 15px;
}
input#search-block-form {
    display: none;
}
.to-munkatars {
  border: 1px solid #e1e2e3; padding: 0 10px; overflow: hidden; min-height:235px;
}
/*Kereső*/
div#block-evolve-sub-ajk-search {
    margin: auto;
    margin-left: -20px;
}
@media screen and (min-width: 992px){
.search-toggle {font-size: 20px;}
}

@media screen and (max-width:1205px){
div#block-evolve-sub-ajk-search {margin: auto; margin-left: -20px; position: absolute; top: -100px;}
}
/*Social buttons*/
div#block-evolve-sub-ajk-socialbuttons {
    position: absolute;
    z-index: 3;
    right: 30px;
    bottom: 0px;
}
.white-link a{
  color:white;
}
/**/
.btn-read-more {
    text-transform: capitalize;
    text-transform: unset;
}
.margo-slick{
  margin: 5px;
}
.doboz-container {
    position: relative;
    margin: 5px;
}