@charset "UTF-8";

html {
	text-rendering: geometricprecision;
	-webkit-font-smoothing: antialiased !important;
	scroll-behavior:smooth;
	scroll-padding-top: 50px;
}

:root {
  --pink: rgb(183, 36, 66);
  --green: rgb(0, 108, 107);
}
.aaa_pink {
  color: rgb(183, 36, 66);
}
.aaa_green {
  color: rgb(0, 108, 107);
}

body {
  font-size: 16px;
  background: linear-gradient(to left top, rgba(29,193,193,1) 0%, rgba(1,107,107,1) 39%, rgba(200,38,74,1) 84%, rgba(200,38,74,1) 100%);
  background-attachment: fixed;
}

input.inputbox, .registration input, .login input, .contact input, .contact textarea, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input[type="checkbox"] {
  border-radius: 0;
}
.uberform .control-label label {
  padding-top: 0px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}

p + ul {
  margin-top: -1rem;
}

ul {
  padding-top: 0;
  padding-bottom: 5px;
}

a,
a:hover,
a:focus,
a:active {
  color: white;
}

figure {
  margin-bottom: 0;
}

img.wf_file_icon {
    margin-right: 10px;
    margin-top: -6px;
}






#wrapper p {
  text-align: justify;
}

#wrapper a:hover,
#footerwrapper a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}

#wrapper a,
#footerwrapper a {
  text-decoration: none;
  background-image: linear-gradient(white,white);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .2s ease;
  padding-bottom: 1px;
}

#wrapper p.readmore.tck-readmore {
  text-align: right;
}
#wrapper p.readmore.tck-readmore a span {
  display: none;
}
#wrapper p.readmore.tck-readmore a {
  position: relative;
  background: var(--pink);
  line-height: 57px;
  margin-right: 49px;
  padding: 0 10px 0 15px;
  border-radius: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  outline: none !important;
  box-shadow: none !important;
}
#wrapper p.readmore.tck-readmore a:after {
  content: '';
  position: absolute;
  background-image: url('/images/template/readmore.png');
  width: 49px;
  height: 57px;
  right: -49px;
}

#footerwrapper .socialicons a:hover,
.socialicons a:hover {
  text-decoration: none;
  background-size: 0% 0px;
}


pre {
  display: block;
  font-size: 75%;
  color: #212529;
  background: whitesmoke;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 3px;
}

.jmodedit {
  display: none !important;
}
.icons {
  display: none !important;
}




/*embed*/
  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*wrappers*/
  

  #headerwrapper {
    background-image: url('/images/template/header-menu.png');
    box-shadow: 0 0 10px black;
    background-size: cover;
  }
  #headerwrapper > .inner {
    box-shadow: inset 0px 35px 35px -10px rgb(0 0 0 / 38%);
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #headercolumn1 {
    width: 233px;
  }

  #headercolumn2 {
    width: calc(100% - 466px);
  }

  #headercolumn3 {
    text-align: left;
    width: 40px;
  }
  
  #headercolumn4 {
    width: 193px;
  }
  
  div#video {
    box-shadow: 0 0 10px black;
  }
  div#video > .inner {
    background-image: url(/images/template/header-menu.png);
    box-shadow: inset 0px 0px 50px 15px rgb(0 0 0 / 38%);
  }


/*headerwrapper*/

  #headerwrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50000;
  }
  
  #headerwrapper > .inner {
    padding: 30px 10px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #headerwrapper.scrolled > .inner {
    padding: 5px 10px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  #headerwrapper .tck-logo-img {
    width: 100%;
    margin-top: -13px;
    margin-bottom: -20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #headerwrapper.scrolled .tck-logo-img {
    width: 158px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #headerwrapper.scrolled #mainmenu div[id^=maximenuck] span.titreck-title {
    font-size: 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  #headerwrapper.scrolled #mainmenu li div.floatCK,
  #headerwrapper.scrolled #mainmenu li div.floatck {
    top: 32px;
  }

  #headerwrapper + div {
    margin-top: 94px;
  }

/*mainmenu*/

  
  #mainmenu div[id^=maximenuck],
  #video div[id^=maximenuck] {
    font-size: 26px;
    line-height: 32px;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck,
  #video div[id^=maximenuck] ul.maximenuck {
    display: flex !important;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1,
  #video div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 {
    margin: 0;
    line-height: 32px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 > a,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 > span.separator,
  #video div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 > a,
  #video div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 > span.separator {
    padding: 0;
    line-height: 32px;
  }
  #mainmenu div[id^=maximenuck] span.titreck-text,
  #video div[id^=maximenuck] span.titreck-text {
    font-size: 26px;
    line-height: 32px;
  }
  #mainmenu div[id^=maximenuck] span.titreck-title,
  #video div[id^=maximenuck] span.titreck-title {
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    vertical-align: bottom;
    color: white;
    font-weight: normal;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current span.titreck-title,
  #video div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current span.titreck-title {
    color: white;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1:hover > a > span > span > span.titreck-title,
  #video div[id^=maximenuck] ul.maximenuck li.maximenuck.level1:hover > a > span > span > span.titreck-title {
    color: white;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck:after,
  #video div[id^=maximenuck] ul.maximenuck:after {
    content: none;
  }

  span.separatorline {
    display: block;
    width: 2px;
    height: 28px;
    top: 2px;
    background: white;
    position: relative;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck span.separatorline:last-of-type,
  #video div[id^=maximenuck] ul.maximenuck span.separatorline:last-of-type {
    display: none;
  }
/*
  #mainmenu li.item114 div.floatck {
    display: block !important;
  }
*/
  #mainmenu li div.floatCK,
  #mainmenu li div.floatck {
    background-color: rgb(183 36 66 / 100%);
    box-shadow: none;
    moz-box-shadow: none;
    webkit-box-shadow: none;
    top: 44px;
  }
  #mainmenu li.parent {
    __background-color: var(--red);
  }

  

  #mainmenu li div.maxidrop-main {
    width: auto;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li ul.maximenuck2 li.maximenuck:hover,
  #mainmenu div[id^=maximenuck] ul.maximenuck2 li.maximenuck:hover {
    background: var(--red-darker);
  }

  #mainmenu div[id^=maximenuck] .floatck span.separatorline {
    display: none;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck2 li.maximenuck a span.titreck-title {
    font-size: 20px;
    white-space: nowrap;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck2 li.maximenuck:hover a span.titreck-title {
    
    color: white;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent > a:after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent > span.separator:after {
    content: "";
    display: none;
    position: relative;
    width: 12px;
    height: 12px;
    vertical-align: top;
    top: 13px;
    left: 8px;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent:hover > a:after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent:hover > span.separator:after {
    border-color: var(--red) transparent transparent transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #mainmenu div[id^=maximenuck] .floatck li.maximenuck.level2 .titreck-text {
    border-bottom: 2px solid white;
  }
  #mainmenu div[id^=maximenuck] .floatck li.maximenuck.level2.last .titreck-text {
    border-bottom: none;
  }


/*mobilemenu*/

  #mainmenu div[id^=maximenuck] .mobilemenuck-bar-title {
    background: transparent;
    line-height: 34px;
  }

  #mainmenu div[id^=maximenuck] .mobilemenuck-bar-button {
    padding-top: 0px;
    margin-top: -5px;
    background: transparent;
  }

  #mainmenu div[id^=maximenuck].mobilemenuck {
    background: transparent;
    top: -4px !important;
  }


  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-topbar .mobilemenuck-title {
    background: transparent;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item {
    background: rgba(200,38,74,1);
  }

  #mainmenu div[id^=maximenuck].mobilemenuck div.mobilemenuck-item:first-of-type div {
    
  }

  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level1,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 {
    background: transparent;
    margin: 0;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 {
    padding-left: 40px;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level1 a,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 a,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level1 a span,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 a span{
    line-height: 24px;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-title:hover,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item .current span.titreck-title{
    color: black;
  }



/*tender-menu*/

  #video div[id^=maximenuck] {
    
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #video div[id^=maximenuck] span.titreck-title {
    font-size: 22px;
    line-height: 32px;
  }

/*search*/

  #search {
    position: relative;
  }

  #search > .inner .search .tck-module-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;  
  }

  #searchfocus {
    cursor: pointer;
  }
  .search.tck-module #searchfocus img {
    width: 35px;
  }

  form.mod-finder.js-finder-searchform.form-search.mainsearchmodule.opacity0 {
    opacity: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  form.mod-finder.js-finder-searchform.form-search.mainsearchmodule {
    opacity: 1;
    position: absolute;
    z-index: 100;
    top: 46px;
    left: -67px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  #search .awesomplete {
    width: 100%;
    padding-right: 0px;
  }

  #search input,
  #search input:focus {
    width: 280px;
    background-color: white;
    border: none;
    cursor: auto;
    border-radius: 0;
    margin-left: 20px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    box-shadow: inset 2px 2px 10px -3px #00000077;
    padding: 5px 10px;
  }


  #search input::placeholder {
    color: grey;
    text-transform: lowercase;
    text-align: left;
  }

/*search */

  .com-finder.finder {
    max-width: 1210px;
    padding: 20px 10px;
    margin: 0 auto;
  }
  .result__title-link:focus .result__title-text,
  .result__title-link:hover .result__title-text {
    text-decoration: none !important;
  }

  .com-finder #search-form {
    display: none;
  }

  ol#search-result-list {
    margin-left: 0;
  }

  li.result__item {
    display: flex;
    gap: 20px;
  }
  li.result__item figure {
    flex: 1;
  }
  li.result__item .result__text {
    flex: 4;
  }



/*video*/
  .videocontainer {
    position: relative;
    overflow: hidden;
  }
  video {
    vertical-align: middle;
  }
  .videooverlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
  }

/*mainpage*/
  
  .mainpage #wrapper {
    display: none;
  }

/*aboutus*/

  .aboutuspage #wrapper {
    _background-image: url(/images/template/kuratorium-bg.jpg);
    background-size: cover;
    background-position: center;
  }
  .aboutuspage #maincontent > .inner {
    max-width: 1210px;
    margin: 0 auto;
    padding: 100px 10px;
  }
  
  .aboutuspage .introheader {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
  }
  .aboutuspage .introheader figure {
    width: 303px;
  }
  .aboutuspage .introheader .introtext {
    width: calc(100% - 343px);
  }

/*szervezet*/
  
  .organizationgroup {
    padding: 30px 0;
  }

  .organizationgroups > .inner {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .organizationgrouptitle {
    font-size: 43px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 50px 0px 0px;
    margin: 0;
  }
  .organizationgroup {
    display: flex;
    flex-wrap: wrap;
  }

  div#organizationgroupid2 > .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
  div#organizationgroupid2 > .inner .organizationgroupscontainer {
    flex: 1;
  }
  div#organizationgroupid2 > .inner .organizationgroupscontainer .member {
    width: 100% !important;
  }

  .organizationgroup + .organizationgrouptitle {
    _margin-top: 140px;
  }


  .member {
    width: 50% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
  }
  .member:nth-child(3),
  .member:nth-child(4),
  .member:nth-child(7),
  .member:nth-child(8),
  .member:nth-child(11),
  .member:nth-child(12),
  .member:nth-child(15),
  .member:nth-child(16),
  .member:nth-child(19),
  .member:nth-child(20) {
    flex-direction: row-reverse;
  }
  .member figure,
  .member .item-content {
    flex: 1;
  }
  .member .item-content .page-header,
  .member .item-content .tck-article-body {
    padding: 0 15px;
  }

  .member h2.tck-article-title {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .member figure.left.item-image {
    margin-bottom: 0;
  }
  .member .item-content .tck-article-body p {
    margin-bottom: 0;
  }

/*szervezet organization article*/

  body.organizationpage.view-article #wrapper > .inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 100px 10px;
  }

  body.organizationpage .tck-article.com-content-article.item-page.organizationpage {
    display: flex;
    gap: 30px;
  }
  body.organizationpage .tck-article.com-content-article.item-page.organizationpage .item-image {
    width: 303px;
  }
  body.organizationpage .tck-article.com-content-article.item-page.organizationpage .tck-article-body {
    width: calc(100% - 333px);
  }

  



























/*tender blog*/
  
  .view-category.tenderpage #wrapper {
    _background-image: url(/images/template/kuratorium-bg.jpg);
    background-attachment: fixed;
  }

  .view-category.tenderpage #wrapper > .inner {
    max-width: 1210px;
    padding: 60px 10px;
    margin: 0 auto;
  }

  .view-category.tenderpage .tck-blog .blog-items .tck-article {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  .view-category.tenderpage .tck-blog .blog-items .tck-article figure.left.item-image {
    flex: 1;
  }
  .view-category.tenderpage .tck-blog .blog-items .tck-article .item-content {
    flex: 3;
  }


  .com-content-category-blog__item.blog-item.tck-article {
    margin-bottom: 50px;
  }










































/*tender article*/

  .tenderpage #wrapper {
    _background-image: url(/images/template/kuratorium-bg.jpg);
    _background-attachment: fixed;
  }

  .tendercover {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }

  .tendercoverinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  img.tendercoverimage {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  img.tendercoveroverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .tendercovertext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tendercovertextinner {
    position: relative;
    right: 0;
    padding: 50px 50px;
    background: rgb(0 108 107 / 50%);
  }


  .tenderfulltext {
    _background-image: url(/images/template/kuratorium-bg.jpg);
    background-attachment: fixed;
  }
  .tenderextra {
    _background-image: url(/images/template/left-bg.jpg);
    _background-attachment: fixed;
  }
  .tenderform {
    background: linear-gradient(to right top, rgba(29,193,193,1) 0%, rgba(1,107,107,1) 39%, rgba(200,38,74,1) 84%, rgba(200,38,74,1) 100%);
    background-attachment: fixed;
  }
  

  .tenderfulltext > .inner {
    max-width: 1210px;
    padding: 20px 10px;
    margin: 0 auto;
    
  }

  .tenderextra > .inner {
    /*max-width: calc(1210px + (100% - 1210px) / 2);
    padding: 20px 10px;
    padding-right: calc((100% - 1210px) / 2);
    margin-left: calc((100% - 1210px) / 2);
    background: white;
    color: var(--green);*/

    background: white;
    margin: 20px auto;
    color: var(--green);
    max-width: 1210px;
    padding: 20px;
  }

  #wrapper .com-content-article__body.tck-article-body a,
  #wrapper .fulltext a,
  #wrapper .tenderfulltext a {
    background-size: 100% 1px;
    background-position-y: 1.1em;
  }

  #wrapper a.wf_file {
    background-position-x: 28px;
    background-position-y: 18px;
  }

  .tenderextra a {
    color: var(--pink);
    text-decoration: none;
    background-image: linear-gradient(var(--pink),var(--pink)) !important;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .2s ease;
    padding-bottom: 1px;
  }
  .tenderextra a:hover {
    text-decoration: none;
    background-image: linear-gradient(var(--pink),var(--pink)) !important;
    background-size: 100% 1px;
  }

  
  
  .tenderform > .inner {
    max-width: 1210px;
    padding: 20px 10px;
    margin: 0 auto;
    
  }

  body.itemid-146 #wrapper > .inner {
    max-width: 1210px;
    padding: 20px 10px;
    margin: 0 auto;
    
  }
























/*form*/
  .tenderform .rsform-block {
    display: block;
  }
  .tenderform .rsform-block label.formControlLabel {
    text-transform: uppercase;
    max-width: initial;
    width: initial;
    flex: none;
  }
  .tenderform .rsform-block .formControls {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
  .tenderform .rsform-block .formControls input,
  .tenderform .rsform-block .formControls textarea,
  .tenderform .rsform-block .formControls select {
    border-radius: 0 !important;
    border-color: transparent;
    padding: 5px 13px;
  }

  .tenderform .btnCal.rsform-calendar-button {
    border-radius: 0 !important;
    background: var(--pink);
    color: var(--pink);
    width: 38px;
    position: relative;
  }
  .tenderform .btnCal.rsform-calendar-button:after {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    color: white;
    font-size: 25px;
    line-height: 38px;
    padding-left: 2px;
    text-align: center;
  }

  .tenderform .formError,
  .tenderform .formRed {
    color: black;
    font-weight: normal;
  }
  p[id^="rsfp-counter-"] {
    text-align: right !important;
    padding: 0;
    margin-bottom: 0;
  }

  /*yui calendar*/

  .tenderform .yui-calcontainer {
    border-color: var(--green);
  }

  .tenderform .yui-calendar .calnavleft, .tenderform .yui-calendar .calnavright {
    position: absolute;
    overflow: hidden;
    text-indent: -10000em;
    cursor: pointer;
    top: -3px;
    bottom: 0;
    width: 26px;
    height: 25px;
    z-index: 1;
  }

  .tenderform .yui-calendar .calnavleft {
    background: none;
  }
  .tenderform .yui-calendar .calnavleft:after {
    content: '\f0a8';
    font-family: "Font Awesome 5 Free";
    width: 30px;
    height: 30px;
    color: var(--pink);
    display: block;
    position: absolute;
    top: 0;
    text-indent: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 22px;
  }
  .tenderform .yui-calendar .calnavright {
    background: none;
  }
  .tenderform .yui-calendar .calnavright:after {
    content: '\f0a9';
    font-family: "Font Awesome 5 Free";
    width: 30px;
    height: 30px;
    color: var(--pink);
    display: block;
    position: absolute;
    top: 0;
    text-indent: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 22px;
  }
  .tenderform .yui-calendar td.calcell a {
    color: black;
    text-decoration: none;
  }
  .tenderform .yui-calendar a.calnav:hover {
    border: 1px solid transparent;
    background-color: transparent;
    background: none;
    color: black;
    cursor: default;
  }
  .tenderform .yui-calendar td.calcell.selected {
    color: white;
    background-color: var(--pink);
    border: 1px solid var(--green);
  }

  .tenderform .yui-calendar td.calcell.calcellhover {
    color: white;
    background-color: var(--pink);
    border: 1px solid var(--green);
  }
  
  /*fielupload*/

  input[type='file']::file-selector-button {
    __background: var(--green) !important;
    background: var(--pink) !important;
    position: relative;
    top: -1px;
    line-height: 40px;
    margin-right: 25px;
    padding: 5px 10px 3px 10px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
  }

  button.btn.btn-secondary.btn-sm.rsfp-field-multiple-plus-button {
    background: var(--pink);
    line-height: 37px;
    margin-top: 0;
    margin-right: 16px;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    _top: 0;
    bottom: 1px;
    right: 0;
    color: var(--pink);
    font-size: 0px;
    overflow: hidden;
    width: 37px;
    margin-bottom: 0;
  }
  button.btn.btn-secondary.btn-sm.rsfp-field-multiple-plus-button:after {
    content: "+";
    display: block;
    width: 37px;
    height: 37px;
    color: white !important;
    font-size: 33px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
  }

  /*GDPR*/
  .rsform-type-checkboxgroup input[type='checkbox'] {
    width: 22px;
    height: 22px;
  }
  .rsform-type-checkboxgroup input[type='checkbox']:checked {
    background-color: var(--green);
  }
  input {
    outline: none !important;
  }

  .rsform-type-checkboxgroup label.formControlLabel {
    width: 85px !important;
  }
  .rsform-type-checkboxgroup .form-check-inline {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 1px;
  }

  /*submit*/
  .tenderform .rsform-block.rsform-block-submit .formControls  {
    text-align: right;
  }

  .rs-continue,
  .tenderform .rsform-block.rsform-block-submit button {
    position: relative;
    background: var(--pink);
    line-height: 57px;
    margin-right: 49px;
    padding: 0 10px 0 15px;
    border-radius: 0;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
  }
  .rs-continue {
    background-size: 0% 1px !important;
    text-decoration: none;
  }
  .rs-continue:after,
  .tenderform .rsform-block.rsform-block-submit button:after {
    content: '';
    position: absolute;
    background-image: url(/images/template/readmore.png);
    width: 49px;
    height: 57px;
    right: -49px;
  }

  .rsform-block.rsform-type-freetext {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    text-decoration: underline;
  }

  .row.mb-3.rsform-block.rsform-block-rendezvenykezdet.rsform-type-calendar {
    width: 50%;
    float: left;
  }
  .row.mb-3.rsform-block.rsform-block-rendezvenyveg.rsform-type-calendar {
    width: 50%;
    float: right;
  }
  .row.mb-3.rsform-block.rsform-block-rendezvenyveg.rsform-type-calendar:after {
    content: '';
    display: block;
    clear: both;
  }
  .row.mb-3.rsform-block.rsform-block-rendezvenyveg.rsform-type-calendar + div {
    clear: both;
  }
  .col-form-label {
    padding-top: 0px;
    padding-bottom: 0;
    font-size: 15px;
  }

  /*popup*/
  
  .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
    background: linear-gradient(to left top, rgba(29, 193, 193, 1) 0%, rgba(1, 107, 107, 1) 39%, rgba(200, 38, 74, 1) 84%, rgba(200, 38, 74, 1) 100%);
    text-align: center;
  }
  /*checkbox*/

  /* Base for label styling */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.6em;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 2em;
    height: 2em;
    border: 1px solid white;
    background: white;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  }
  [type="checkbox"]:checked + label:before {
    border: 1px solid var(--pink);
    background: var(--pink);
  }
  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    font-weight: 900;
    top: 0em;
    left: 7px;
    font-size: 1.6em;
    line-height: 1;
    color: white;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  }
  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  /* disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  [type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  [type="checkbox"]:disabled + label {
    color: #aaa;
  }
  /* accessibility */
  [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
    __border: 2px dotted blue;
  }


  @keyframes pulse-opacity {
    0% {
      opacity: 0.3;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0.3;
    }
  }

  button#submit:disabled {
    animation: pulse-opacity 1s infinite;
    animation-timing-function: cubic-bezier(0.76, 0.08, 1, 0.87);
    pointer-events: initial;
    cursor: wait;
  }
  button#submit:disabled:before {
    content: "folyamatban";
    font-size: 11px;
    position: absolute;
    top: 16px;
    left: 16px;
  }

  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--pink);
    border-color: var(--pink);
  }

  /*rsmail*/

.sub-list-checkbox {
  left: 0px !important;
  right: 0px;
}

input#consent {
  left: 0px;
  width: 20px;
  height: 20px;
}

label.sub-consent {
  color: #333;
  margin-left: 10px;
}

input#consent {
  left: 0px;
}
.subscription-info {
  color: #333;
  margin: 15px 0px;
}






/*featured*/

  #featured {
    padding: 60px 0;
  }


/*slideshow*/

  .featurednews .slicknews {
    margin: 0px 50px;
  }
  .slick-slide {
    padding: 0px 20px;
  }

  .slicknews-image {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .slicknews-image figure {
    margin: 0; 
    padding: 0; 
    width: 100%; 
    height: 0; 
    padding-top: 75%;
    position: relative;
  }
  .slicknews-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    object-position: center;
  }

  .slicknews .slicknews-item h4 {
    font-size: 20px;
    margin-top: 10px;
  }


  .slicknews-introtext {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .slicknews-introtext p {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }


  .slicknews .slicknews-item .slicknews-image.allarticles div.allarticlescontainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #f4f3ff;
  }
  .slicknews .slicknews-item .slicknews-image.allarticles img {
    object-fit: none !important;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    object-position: initial;
    width: initial;
    height: initial;
  }
  .slicknews .slicknews-item .slicknews-image.allarticles span.allarticlestitle {
    text-transform: uppercase;
    color: var(--pink);
    font-weight: bold;
  }







/*featuredlinks*/

  #featuredlinks,
  #featuredlinks > .inner,
  #featuredlinks > .inner .featuredlinks,
  #featuredlinks > .inner .featuredlinks .tck-module-text,
  #featuredlinks > .inner .featuredlinks .tck-module-text ul.mod-menu.nav {
    height: 100%;
  }


  .featuredlinks ul.mod-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 20px;
  }
  .featuredlinks ul.mod-menu li {
    text-align: center;
  }
  .featuredlinks ul.mod-menu li a {
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .featuredlinks ul.mod-menu li a:hover {
    transform: scale(1.1);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }


  /*rsmail-unsubscribe*/

body.com_rsmail p.rsm-unsubscribe-info.mt-3 {
  display: none;
}

body.com_rsmail select#lang {
  display: none;
}

body.com_rsmail .card-body label {
  color: #333;
}

body.com_rsmail h3.mt-3 {
  color: #333;
}

body.com_rsmail h3.mb-0 {
  color: #333;
}


/*media*/

  #wrapper .tenderfulltext a.aaa_document {
    display: inline-block;
    background-size: 0% 1px;
  }
  .aaa_document:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 19px;
    height: 25px;
    background-image: url(/media/jce/icons/pdf.png);
    margin-bottom: -5px;
  }
  .text-muted {
    color: #ffffffbd !important;
  }


/*footer*/
  
  #footerwrapper {
    padding: 100px 0 200px;
    background: linear-gradient(131deg, rgba(58,80,91,1) 0%, rgba(29,193,193,1) 100%);
  }

  #footer > .inner {
    max-width: 1210px;
    padding: 0px 10px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }

  #footer p {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .footerleft .mod-custom {
    text-align: left;
  }
  #footercenter > .inner {
    text-align: center;
  }
  #footercenter a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background-size: 0% 0px;
  }
  #footerwrapper #footercenter a:hover {
    text-decoration: none;
    background-size: 0% 0px;
  }
  .footerright .mod-custom {
    text-align: right;
  }
  #footer a {
    color: white;
  }
  #footer a:hover {
    color: white;
  }



/*mediapage*/
  .view-article.mediapage #wrapper > .inner,
  .view-category.mediapage #wrapper > .inner {
    max-width: 1210px;
    padding: 60px 10px;
    margin: 0 auto;
  }

  .masonrypics {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: masonry;
  }
  .masonrypics a {
    display: block;
    position: relative;
  }
  .masonrypics a .imagedesc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 10px;
  }
  .masonrypics a img {
    width: 383px;
    height: 383px;
    object-fit: cover;
  }

/*pagination*/

  .com-content-category-blog__pagination {
    text-align: center;
  }
  nav.pagination a {
    background-size: 0% 1px !important;

  }

  nav.pagination {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  ul.tck-pagination.pagination {
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  

  .page-link {
    position: relative;
    display: block;
    color: white;
    font-size: 25px;
    line-height: 25px;
    text-decoration: none;
    background-color: transparent;
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .page-item.disabled .page-link {
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
    color: grey;
  }
  .page-link:hover {
    z-index: 2;
    color: white;
    background-color: transparent;
    border-color: transparent;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: gray;
    background-color: transparent;
    border-color: transparent;
  }
  .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .icon-angle-double-left:before,
  .icon-angle-left:before,
  .icon-angle-right:before,
  .icon-angle-double-right:before {
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
  }

  .disabled .icon-angle-double-left:before,
  .disabled .icon-angle-left:before,
  .disabled .icon-angle-right:before,
  .disabled .icon-angle-double-right:before{
    filter: brightness(1);  
  }

  

  .icon-angle-double-left:before {
    
  }
  .icon-angle-left:before {
    
  }
  .icon-angle-right:before {
    
  }
  .icon-angle-double-right:before {
    
  }
  .page-link:focus {
    z-index: 3;
    color: white;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
  }


/*newsletter*/


  .newsletterpage #wrapper > .inner {
    max-width: 1210px;
    margin: 0 auto;
    padding: 100px 10px;
  }
  
  .listscheckbox {
    margin-bottom: 4px;
  }

  .ufsubmit {
    position: relative;
    background: var(--pink) !important;
    line-height: 57px;
    margin-right: 49px;
    padding: 0 10px 0 15px;
    border-radius: 0;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
  }
  .ufsubmit:after {
    content: '';
    position: absolute;
    background-image: url(/images/template/readmore.png);
    width: 49px;
    height: 57px;
    right: -49px;
  }


/*officialpages*/

  body.officialpages #wrapper > .inner {
    max-width: 1210px;
    padding: 20px 10px;
    margin: 0 auto;
  }



.curators-data-table p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  hyphens: auto;
}



/*responsive*/

@media screen and (min-width: 1200px) {
  .media-youtube-embed {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mediapage .embed-container {
    position: relative;
    /* padding-bottom: 75.25%; */
    height: 315px;
    /* overflow: hidden; */
    width: 560px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .media-youtube-embed {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mediapage .embed-container {
    position: relative;
    /* padding-bottom: 75.25%; */
    height: 315px;
    /* overflow: hidden; */
    width: 480px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1496px) {
  #headerwrapper .tck-logo-img {
    width: 158px;
    margin-top: -2px;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1, #video div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  #mainmenu div[id^=maximenuck] span.titreck-title, #video div[id^=maximenuck] span.titreck-title {
    font-size: 24px;
  }
  
}

@media screen and (max-width: 1366px) {
  #headerwrapper > .inner {
    padding: 0px 0px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #headerwrapper .tck-logo-img {
    width: 126px;
    margin-top: 2px;
    margin-bottom: 0px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #headerwrapper + div {
    margin-top: 44px;
  }

  #headercolumn1 {
    width: 126px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1000;
    height: 44px;
  }
  #headercolumn2 {
    top: 5px;
    width: 100%;
    position: absolute;
    height: 44px;
  }
  #headercolumn3 {
    position: absolute;
    top: 5px;
    right: 50px;
    z-index: 1000;
    height: 44px;
  }
  #headercolumn4 {
    position: absolute;
    top: 5px;
    right: 110px;
    z-index: 1000;
    height: 44px;
  }
  div#headerwrapper > .inner, div#headerwrapper {
    height: 44px;
  }
  #headerwrapper.scrolled > .inner {
    padding: 0px 0px;
  }
  #mainmenu div[id^=maximenuck] span.titreck-title,
  #headerwrapper.scrolled #mainmenu div[id^=maximenuck] span.titreck-title {
    font-size: 20px;
  }

  form.mod-finder.js-finder-searchform.form-search.mainsearchmodule {
    top: 44px;
    left: -217px;
  }






}

@media screen and (max-width: 1024px) {
  .featuredlinks ul.mod-menu li a {
    font-size: 22px;
    line-height: 26px;
  }
  .featurednews .slicknews {
    margin: 0px 27px;
  }
  .tendercovertext {
    padding-left: 50%;
  }
  .tendercovertextinner {
    padding: 20px;
  }
  .tendercovertextinner .tcttitle {
    font-size: 20px;
    line-height: 22px;
  }

  .masonrypics {
    grid-template-columns: repeat(2, 1fr);
  }

}



@media screen and (max-width: 900px) {
  .member {
    width: 100% !important;
    _padding-bottom: 20px;
  }
  .member:nth-child(2),
  .member:nth-child(4), 
  .member:nth-child(6), 
  .member:nth-child(8), 
  .member:nth-child(10), 
  .member:nth-child(12), 
  .member:nth-child(14), 
  .member:nth-child(16), 
  .member:nth-child(18), 
  .member:nth-child(20) {
    flex-direction: row-reverse;
  }
  .member:nth-child(1),
  .member:nth-child(3), 
  .member:nth-child(5), 
  .member:nth-child(7), 
  .member:nth-child(9), 
  .member:nth-child(11), 
  .member:nth-child(13), 
  .member:nth-child(15), 
  .member:nth-child(17), 
  .member:nth-child(19) {
    flex-direction: row;
  }
  div#organizationgroupid2 > .inner {
    display: block;
  }

}

@media screen and (min-width: 600px) {

    .mobile-break {
      display: none;
    }
}


@media screen and (max-width: 758px) {

  h2, div.contentheading {
    font-weight: normal;
    line-height: 22px;
    font-size: 20px;
  }

  /*form*/
  .rsform-block.rsform-type-freetext {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 10px;
  }

  .row.mb-3.rsform-block.rsform-block-rendezvenykezdet.rsform-type-calendar {
    width: 100%;
    float: none;
  }
  .row.mb-3.rsform-block.rsform-block-rendezvenyveg.rsform-type-calendar {
    width: 100%;
    float: none;
  }

  input[type='file']::file-selector-button {
    background: var(--green) !important;
    position: relative;
    top: -1px;
    line-height: 40px;
    margin-right: 25px;
    padding: 5px 10px 3px 10px;
    border-radius: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
  }

  .mp a {
    display: block;
    text-align: center;
  }
  .mp a h2 {
    margin-top: 20px;
    font-size: 22px;
  }

  button.btn.btn-secondary.btn-sm.rsfp-field-multiple-plus-button {
    margin-bottom: 0;
  }

  .featuredlinks ul.mod-menu {
    padding-top: 40px;
  }
  .featuredlinks ul.mod-menu li a {
    padding: 20px 0;
  }
  
  body.organizationpage .tck-article.com-content-article.item-page.organizationpage {
    display: block;
  }
  body.organizationpage .tck-article.com-content-article.item-page.organizationpage .item-image {
    width: 100%;
    text-align: center;
  }
  body.organizationpage .tck-article.com-content-article.item-page.organizationpage .tck-article-body {
    width: 100%;
  }

  .aboutuspage .introheader {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }
  .aboutuspage .introheader figure {
    width: 100%;
    text-align: center;
  }
  .aboutuspage .introheader .introtext {
    width: 100%;
  }
  .member h2.tck-article-title {
    font-size: 20px;
  }
  .organizationgrouptitle {
    font-size: 26px;
    line-height: 1;
    padding: 20px 0px 0px;
  }
  /**/
  .member {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .member:nth-child(2),
  .member:nth-child(4), 
  .member:nth-child(6), 
  .member:nth-child(8), 
  .member:nth-child(10), 
  .member:nth-child(12), 
  .member:nth-child(14), 
  .member:nth-child(16), 
  .member:nth-child(18), 
  .member:nth-child(20) {
    flex-direction: column;
  }
  .member:nth-child(1),
  .member:nth-child(3), 
  .member:nth-child(5), 
  .member:nth-child(7), 
  .member:nth-child(9), 
  .member:nth-child(11), 
  .member:nth-child(13), 
  .member:nth-child(15), 
  .member:nth-child(17), 
  .member:nth-child(19) {
    flex-direction: column;
  }
  .member .item-content .page-header, .member .item-content .tck-article-body {
    padding: 0;
  }
  .member .item-content .page-header {
    padding-top: 10px;
  }
  .member .item-content {
    width: 100%;
  }
  body.organizationpage.view-article #wrapper > .inner {
    padding: 20px 10px;
  }
  body.organizationpage.view-article .tck-article figure {
    margin-bottom: 10px;
  }
  .aboutuspage #maincontent > .inner {
    padding: 20px 10px;
  }

  .view-category.tenderpage #wrapper > .inner {
    padding: 20px 10px;
  }

  .view-category.mediapage #wrapper > .inner {
    padding: 20px 10px;
  }

  .view-category.tenderpage .tck-blog .blog-items .tck-article {
    flex-direction: column;
  }

  .tendercover {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  .tendercoverinner {
    position: relative;
  }

  .tendercovertext {
    position: relative;
    padding-left: 0%;
  }
  .tendercovertextinner {
    padding: 10px;
    position: relative;
    background: transparent;
  }
  .tendercovertextinner .tcttitle {
    font-size: 20px;
  }
  .masonrypics {
    grid-template-columns: repeat(1, 1fr);
  }

  .footerleft .mod-custom {
    text-align: center;
    padding-bottom: 20px;
  }
  .footerright .mod-custom {
    text-align: center;
    padding-top: 20px;
  }

  #headerwrapper #social {
    display: none;
  }

  #footerwrapper {
    padding: 30px 0 50px;
  }

  #footersocial .socialicons {
    padding-bottom: 30px;
    text-align: center;
  }

}

@media screen and (max-width: 600px) {
    .row-separator {
      display: none;
    }
}