@media screen and (max-width: 1199px) {
  body,
  .site {
    min-width: 1px !important;
  }
}
@media screen and (max-width: 991px) {
  body.active,
  .site.active {
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) {
  header#masthead .container {
    width: 970px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) AND (max-width: 991px) {
  header#masthead .container {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  header#masthead .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) AND (max-width: 991px) {
  header#masthead #site-navigation .wrapper {
    width: 750px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  header#masthead #site-navigation .wrapper {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  header#masthead .logo-wrap {
    bottom: 2px;
  }
  header#masthead #site-navigation {
    display: inline-block;
    padding-left: 10px;
  }
  header#masthead #site-navigation #primary-menu > li.tab-hide {
    display: none;
  }
  header#masthead #site-navigation #primary-menu > li > a {
    line-height: 85px;
  }
  header#masthead #site-navigation .tab-drop {
    position: absolute;
    top: 99%;
    right: 0;
    min-width: 250px;
    padding: 30px;
    background: #e5e5e5;
    -webkit-box-shadow: inset 0 5px 5px -3px rgba(3, 12, 76, 0.1);
    -moz-box-shadow: inset 0 5px 5px -3px rgba(3, 12, 76, 0.1);
    box-shadow: inset 0 5px 5px -3px rgba(3, 12, 76, 0.1);
  }
  header#masthead #site-navigation .tab-drop li {
    display: block;
    margin: 0 0 5px 0;
    text-align: left;
  }
  header#masthead #site-navigation .tab-drop li a {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: 500;
    text-transform: none;
  }
  header#masthead #site-navigation .tab-drop li a:after {
    content: normal;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children > a .sub-toggle {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children > a .sub-toggle:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 5px;
    margin: 0 0 1px 0;
    background: url('img/arrows-sprite.png') no-repeat -16px -4px;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children > .sub-menu {
    display: none;
    position: static;
    min-width: 1px;
    padding: 8px 0 8px 10px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children > .sub-menu li a {
    font-size: 13px;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children.opened > a {
    color: #003780;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children.opened > a .sub-toggle:before {
    background-position: -3px -4px;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children.current-menu-item > .sub-menu a {
    color: #5d5d5d;
  }
  header#masthead #site-navigation .tab-drop li.menu-item-has-children.current-menu-item > .sub-menu a:hover {
    color: #003780;
  }
  header#masthead .nav-toggle {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 32px;
    width: 22px;
    height: 19px;
    border-top: 3px solid #013781;
    border-bottom: 3px solid #013781;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  header#masthead .nav-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 3px;
    background: #013781;
  }
  header#masthead .nav-toggle.open {
    border: 0;
  }
  header#masthead .nav-toggle.open:before {
    content: '';
    display: inline-block;
    top: 0;
    width: 16px;
    height: 16px;
    background: url('img/close-tab-drop.png') center no-repeat;
  }
}
@media screen and (max-width: 1199px) and screen and (max-width: 1200px) {
  header#masthead #site-navigation .tab-drop {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  header#masthead {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header#masthead:before {
    content: normal;
  }
  header#masthead .container {
    padding-left: 15px;
  }
  header#masthead .container .logo-wrap {
    float: left;
    position: static;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    line-height: normal;
  }
  header#masthead .container .logo-wrap .site-logo {
    width: 150px;
    height: 48px;
    background-size: 100%;
    line-height: normal;
  }
  header#masthead .container #site-navigation {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    padding: 2px 0 100px 0;
    background: #fff;
    overflow: auto;
  }
  header#masthead .container #site-navigation .mobile-search {
    position: relative;
    margin: 0 0 15px 0;
  }
  header#masthead .container #site-navigation .mobile-search form {
    padding: 0;
    height: 25px;
  }
  header#masthead .container #site-navigation .mobile-search form .screen-reader-text {
    display: none;
  }
  header#masthead .container #site-navigation .mobile-search form label {
    font-weight: normal;
  }
  header#masthead .container #site-navigation .mobile-search form .search-field {
    width: 100%;
    height: 25px;
    padding: 0 25px 0 17px;
    border: 1px solid #868686;
    font-size: 13px;
    vertical-align: top;
    border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  header#masthead .container #site-navigation .mobile-search form .search-field:focus {
    outline: none;
  }
  header#masthead .container #site-navigation .mobile-search form .search-submit {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 11px;
    height: 11px;
    padding: 0;
    margin: auto 0;
    line-height: normal;
    background: url('img/lupa-grey-ico.png') center no-repeat;
    text-indent: -9999px;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  header#masthead .container #site-navigation .lang-bar {
    display: block;
  }
  header#masthead .container #site-navigation .lang-bar .dropdown-toggle {
    float: right;
    color: #01377f;
  }
  header#masthead .container #site-navigation .lang-bar .dropdown-toggle:after {
    width: 8px;
    height: 5px;
    background: url('img/arrows-sprite.png') no-repeat -3px -4px;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  header#masthead .container #site-navigation .lang-bar.opened .dropdown-toggle:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  header#masthead .container #site-navigation .lang-bar.opened .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    margin: 4px 0 20px 0;
    border: 0;
    background: #e5e5e5;
    clear: both;
  }
  header#masthead .container #site-navigation .lang-bar.opened .dropdown-menu li {
    display: inline-block;
    margin: 0;
  }
  header#masthead .container #site-navigation .lang-bar.opened .dropdown-menu li a {
    line-height: 65px;
  }
  header#masthead .container #site-navigation #primary-menu {
    display: block;
    width: 100%;
    margin: 25px 0 0 0;
  }
  header#masthead .container #site-navigation #primary-menu > li {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 22px 0;
    text-align: left;
  }
  header#masthead .container #site-navigation #primary-menu > li:last-child {
    margin: 0;
  }
  header#masthead .container #site-navigation #primary-menu > li a {
    display: block;
    margin: 0;
    line-height: normal;
  }
  header#masthead .container #site-navigation #primary-menu > li a:after {
    content: normal;
  }
  header#masthead .container #site-navigation #primary-menu > li.current-menu-item a:after {
    content: normal;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children > a {
    margin: 0 15px;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children a {
    position: relative;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children a .sub-toggle {
    position: absolute;
    right: 0;
    width: 4px;
    height: 15px;
    text-align: center;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children a .sub-toggle:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 7px;
    margin: 5px 0 0 0;
    background: url('img/arrows-sprite.png') no-repeat -42px -3px;
    vertical-align: top;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children a.opened .sub-toggle:before {
    width: 8px;
    height: 5px;
    background-position: -3px -4px;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children > .sub-menu {
    position: static;
    min-width: 1px;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px;
    background: #e5e5e5;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  header#masthead .container #site-navigation #primary-menu > li.menu-item-has-children > .sub-menu .sub-toggle {
    display: none;
  }
  header#masthead .nav-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
  }
  header#masthead .nav-toggle.open {
    border: 0;
  }
  header#masthead .nav-toggle.open:before {
    content: attr(data-close);
    right: 15px;
    top: 3px;
    height: auto;
    background: none;
    font-weight: 700;
    font-size: 14px;
    color: #01377f;
  }
}
.floated-menu .close-menu {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url('img/close-menu-ico.png') center no-repeat;
  cursor: pointer;
}
.floated-menu .container {
  width: auto;
}
@media (min-width: 1200px) {
  .floated-menu .container .site-logo {
    width: 262px;
  }
}
@media screen and (max-width: 1199px) {
  .floated-menu {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    margin-top: 0;
    overflow: auto;
  }
  .floated-menu.open {
    left: 0;
  }
  .floated-menu .container .search-form {
    margin-top: 40px;
  }
  .floated-menu .container .search-form .search-field {
    width: 100% !important;
  }
  .floated-menu .container .site-logo {
    height: 93px;
  }
  .floated-menu .container .nav-columns {
    max-width: 100%;
  }
  .floated-menu .container .nav-columns .col {
    width: 100%;
  }
  .floated-menu .container .nav-columns .col ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .floated-menu .container .nav-columns .col ul li a {
    padding-right: 50px;
  }
  .floated-menu .container .nav-columns .col ul li .sub-toggle {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    z-index: 2;
  }
  .floated-menu .container .nav-columns .col ul li .sub-toggle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background: url('img/toggle-arrows.png') no-repeat -2px -9px;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .floated-menu .container .nav-columns .col ul li .sub-toggle.opened:before {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .floated-menu .container .nav-columns .col ul li .sub-menu {
    display: none;
  }
  .floated-menu .container .nav-columns .col ul li .sub-menu li a {
    padding: 8px 0;
    line-height: normal;
  }
  .floated-menu .container .nav-columns .col ul li .sub-menu li:last-child {
    border: 0;
  }
}
@media screen and (max-width: 991px) {
  .floated-menu {
    background: #3390d3;
  }
}
@media screen and (max-width: 767px) {
  .floated-menu .container .site-logo {
    float: none;
    width: 227px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .floated-menu .container .site-logo {
    float: left;
  }
}
img {
  max-width: 100%;
  height: auto;
}
section.error-404 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  section.error-404 {
    padding-top: 50px;
  }
  section.error-404 .e404 {
    width: 200px;
    height: 94px;
    margin: 0 auto;
    background-size: 100%;
    background-position: 0 0;
  }
}
#content .entry-header {
  padding-left: 0;
}
#content .container h1,
#content .container h2,
#content .container h3,
#content .container h4,
#content .container h5 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#content .container p {
  padding-left: 0;
  padding-right: 0;
}
#content .container .grey-bg {
  padding: 30px 20px;
}
@media screen and (max-width: 1199px) {
  #content #main .page-header {
    padding-top: 120px;
  }
  #content .page-title {
    padding: 0;
    margin: 0px 0 20px 0;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  #content .page-title,
  #content h1.entry-title {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 34px;
    text-align: center;
  }
  #content #main .page-header {
    padding-top: 100px;
  }
  #content #main .page-title {
    margin: 0px 0 8px 0;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 580px) {
  #content .years-wrapper {
    float: none;
    display: block;
  }
  #content .years-wrapper #yearSelector {
    width: 100%;
    background-position: 98%;
  }
}
@media screen and (max-width: 1199px) {
  #content article .entry-header {
    padding-left: 0;
    padding-right: 0;
  }
  #content article h2,
  #content article h3,
  #content article h4,
  #content article h5 {
    padding-left: 0;
    padding-right: 0;
  }
  #content article p {
    padding: 0;
  }
  #content article .grey-bg {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  #content article table {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  #content article p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #content article h2,
  #content article h3,
  #content article h4,
  #content article h5 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
  }
  #content article img.alignleft {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  #content article img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  #content table.historical-facts tr th:first-child,
  #content table.historical-facts tr td:first-child {
    width: 15% !important;
  }
  #content table.historical-facts tr th:last-child,
  #content table.historical-facts tr td:last-child {
    width: 85% !important;
  }
}
@media screen and (min-width: 1199px) {
  #content table.documentation tr td {
    padding: 2px 0 !important;
  }
  #content table.documentation tr td h2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #content table.documentation {
    margin: 0;
  }
  #content table.documentation tr {
    display: none;
    height: auto !important;
  }
  #content table.documentation tr td {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 4px 0 !important;
  }
  #content table.documentation tr.has-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #content table.documentation td h2.documentation {
    line-height: normal;
    font-size: 26px !important;
    text-align: left;
  }
  #content table.documentation td h2.documentation span {
    line-height: normal;
    font-size: 26px !important;
  }
}
@media (max-width: 991px) {
  #content main.site-main.long .secondary-banner {
    display: none;
  }
  #content .banner-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  #content .top-visual {
    width: 100%;
    height: auto;
  }
  #content .top-visual video {
    width: 100% !important;
    height: auto;
    margin-top: 1px;
  }
}
@media screen and (max-width: 1190px) {
  #content .top-visual .banners-center {
    width: 100%;
  }
  #content .top-visual .banner-container {
    height: 25.2vw;
  }
}
@media screen and (max-width: 565px) {
  #content .top-visual .banner-container {
    height: 120vw;
  }
  #content .top-visual.embed-html5 {
    display: none;
  }
  #content .top-visual.embed-html5.mobile {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #content .middle-art {
    background-position: 55% 0;
  }
}
@media screen and (max-width: 600px) {
  #content .middle-art {
    height: auto;
    padding: 25px 0 40px 0;
    background: #003780;
  }
  #content .middle-art h3 {
    padding: 0;
    margin: 0 0 25px 0;
  }
  #content .middle-art .links a {
    display: block;
    width: 100%;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  #content .middle-art .links a:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  #content .news-block .post .entry-content p,
  #content .ajax-posts .post .entry-content p,
  #content .news-block .list .entry-content p,
  #content .ajax-posts .list .entry-content p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  #content .news-block .section-title,
  #content .ajax-posts .section-title {
    margin: 25px 0 20px 0;
    padding: 0;
    font-size: 35px;
    text-align: center;
  }
  #content .news-block .post,
  #content .ajax-posts .post,
  #content .news-block .list,
  #content .ajax-posts .list {
    float: none;
    display: inline-block;
    width: 47.7%;
    margin: 0 4% 4% 0;
    text-align: center;
    vertical-align: top;
  }
  #content .news-block .post:nth-child(2n+0),
  #content .ajax-posts .post:nth-child(2n+0),
  #content .news-block .list:nth-child(2n+0),
  #content .ajax-posts .list:nth-child(2n+0) {
    margin-right: 0;
  }
  #content .news-block .post .list-thumb,
  #content .ajax-posts .post .list-thumb,
  #content .news-block .list .list-thumb,
  #content .ajax-posts .list .list-thumb {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
  }
  #content .news-block .post .list-thumb img,
  #content .ajax-posts .post .list-thumb img,
  #content .news-block .list .list-thumb img,
  #content .ajax-posts .list .list-thumb img {
    display: inline-block;
    max-width: 100%;
  }
  #content .news-block .post h2,
  #content .ajax-posts .post h2,
  #content .news-block .list h2,
  #content .ajax-posts .list h2 {
    margin: 0;
    padding: 15px;
    line-height: 1.1;
  }
  #content .news-block .post .entry-header.list,
  #content .ajax-posts .post .entry-header.list,
  #content .news-block .list .entry-header.list,
  #content .ajax-posts .list .entry-header.list,
  #content .news-block .post .entry-content.list,
  #content .ajax-posts .post .entry-content.list,
  #content .news-block .list .entry-content.list,
  #content .ajax-posts .list .entry-content.list {
    width: 100%;
    margin-right: 0;
  }
  #content .news-block .read-more-link,
  #content .ajax-posts .read-more-link {
    padding: 0;
    text-align: center;
  }
  #content .news-block .read-more-link a,
  #content .ajax-posts .read-more-link a {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #content .news-block #main .page-header,
  #content .ajax-posts #main .page-header {
    padding-top: 100px;
  }
  #content .news-block .years-wrapper,
  #content .ajax-posts .years-wrapper {
    display: block;
    float: none;
  }
  #content .news-block .years-wrapper span,
  #content .ajax-posts .years-wrapper span {
    margin-bottom: 4px;
  }
  #content .news-block .years-wrapper #yearSelector,
  #content .ajax-posts .years-wrapper #yearSelector {
    width: 100%;
  }
  #content .news-block .years-wrapper:after,
  #content .ajax-posts .years-wrapper:after {
    display: table;
    clear: both;
    content: '';
  }
  #content .news-block .post,
  #content .ajax-posts .post,
  #content .news-block .list,
  #content .ajax-posts .list {
    width: 100%;
    margin: 0 0 20px;
  }
  #content .news-block .post .list-thumb,
  #content .ajax-posts .post .list-thumb,
  #content .news-block .list .list-thumb,
  #content .ajax-posts .list .list-thumb {
    padding: 15px;
    padding-bottom: 5px;
    max-width: none;
  }
  #content .news-block .post .list-thumb img,
  #content .ajax-posts .post .list-thumb img,
  #content .news-block .list .list-thumb img,
  #content .ajax-posts .list .list-thumb img {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  #content .news-block.white .textwidget p,
  #content .ajax-posts.white .textwidget p {
    max-width: 100%;
    font-size: 17px;
  }
  #content .news-block.white .procurements,
  #content .ajax-posts.white .procurements {
    max-width: 100%;
  }
  #content .news-block.white .procurements a.proc,
  #content .ajax-posts.white .procurements a.proc {
    padding-right: 90px;
    line-height: normal;
  }
  #content .news-block.white .procurements .read-more-link,
  #content .ajax-posts.white .procurements .read-more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  #content .ajax-posts .post {
    border: 1px solid #eee;
  }
  #content .ajax-posts .post .entry-header.event .event-meta {
    position: static;
    margin: 15px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  #content .fancy-image-ct a {
    width: 28.4313725%;
    margin: 0 1.372549% 3.921568%;
  }
}
@media screen and (max-width: 991px) {
  #content .fancy-image-ct a .entry-image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #content .fancy-image-ct a {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
  }
  #content .fancy-image-ct a .entry-image {
    display: inline-block;
  }
  #content .fancy-image-ct a .entry-title {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #content .photo-gallery .art-wrap {
    padding-top: 0;
  }
}
#content .photo-gallery .art-wrap article {
  width: 28.13529%;
  margin: 0 2.45098% 3.921568%;
}
@media screen and (max-width: 1199px) {
  #content .photo-gallery .art-wrap article span.entry-content {
    position: relative;
    height: auto;
  }
  #content .photo-gallery .art-wrap article span.entry-content:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #content .photo-gallery .art-wrap article {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    clear: both;
  }
  #content .photo-gallery .art-wrap article .entry-content {
    display: inline-block;
  }
  #content .photo-gallery .art-wrap article .entry-title {
    margin: 20px 0 0 0;
    border: 0;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  #content .benefits .benefits-wrapper {
    padding-left: 32px;
  }
  #content .benefits .benefits-wrapper .rb_benefits {
    padding-left: 40px;
  }
  #content .benefits .benefits-wrapper .rb_benefits .art-img {
    top: 10px;
    left: -30px;
    width: 60px;
    height: 60px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 991px) {
  #content .benefits .benefits-wrapper .rb_benefits .entry-content p {
    font-size: 18px;
    text-align: justify;
  }
}
@media screen and (max-width: 991px) {
  #content .benefits .benefits-wrapper .rb_benefits .entry-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  #content .benefits .benefits-wrapper {
    padding-left: 30px;
  }
}
#content .newsletter form {
  padding: 0;
}
@media (max-width: 767px) {
  #content .newsletter #mc_embed_signup {
    margin-bottom: 70px;
  }
}
#content .newsletter #mc_embed_signup .row .mc-field-group label {
  padding: 11px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #content .newsletter #mc_embed_signup .row .mc-field-group label {
    padding: 0;
    margin: 5px 0 5px 0;
    font-size: 16px;
  }
}
#content .newsletter #mc_embed_signup .row .mc-field-group input {
  width: 100%;
}
#content .newsletter #mc_embed_signup .clear {
  padding-left: 0;
}
#content .newsletter #mc_embed_signup .clear input[type=submit] {
  float: right;
}
@media (max-width: 500px) {
  #content .newsletter #mc_embed_signup .clear input[type=submit] {
    width: 100%;
  }
}
#content .newsletter .art-wrap article {
  width: 28.13529%;
  margin: 0 2.45098% 3.921568%;
}
@media screen and (max-width: 1199px) {
  #content .newsletter .art-wrap article span.thumbnail {
    position: relative;
    display: inline-block;
    height: auto;
  }
  #content .newsletter .art-wrap article span.thumbnail:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #content .newsletter .art-wrap article .page-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #content .newsletter .art-wrap article {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0 0;
    margin: 0 0 40px 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    clear: both;
  }
  #content .newsletter .art-wrap article .page-title {
    margin: 20px 0 0 0;
    border: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #content .site-tenders .archive-description {
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  #content .site-tenders .tabs header h2 {
    padding: 30px 0 0 0;
    font-size: 32px;
    text-align: center;
    line-height: normal;
  }
  #content .site-tenders .tabs .tab-wrap a {
    float: none;
    display: block;
    width: 100%;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #eee;
  }
  #content .site-tenders .tabs .tab-wrap a.active,
  #content .site-tenders .tabs .tab-wrap a:last-child {
    border: 0;
  }
}
@media screen and (max-width: 991px) {
  #content .site-tenders .tenders {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #content .site-tenders .tenders {
    padding-top: 40px;
  }
  #content .site-tenders .tenders h2 {
    padding-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #content .site-tenders .tenders table > thead {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #content .site-tenders .tenders table tbody {
    border-top: 1px solid #d0d0d0;
  }
}
@media screen and (max-width: 991px) {
  #content .site-tenders .tenders table tbody > tr:nth-child(2n+0) {
    background: #fff;
  }
  #content .site-tenders .tenders table tbody > tr:nth-child(2n+0) td {
    border: 0;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 991px) {
  #content .site-tenders .tenders table tbody > tr > td {
    float: none;
    display: block;
    width: 100% !important;
    min-height: 72px;
    padding: 20px !important;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    font-size: 17px;
    text-align: left;
  }
  #content .site-tenders .tenders table tbody > tr > td a {
    line-height: normal;
    font-weight: normal;
  }
  #content .site-tenders .tenders table tbody > tr > td:before {
    content: attr(data-title);
    float: left;
    width: 35%;
    margin: 2px 0 0 0;
    font-weight: bold;
    word-break: break-all;
  }
}
@media screen and (max-width: 600px) {
  #content .site-tenders .tenders table tbody > tr > td:before {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] img {
    margin-left: 0;
    margin-right: 0;
    width: 15%;
    display: inline-block;
  }
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] img:nth-child(3n) {
    margin-top: 0;
  }
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] img:not(:last-child) {
    margin-right: 4px;
  }
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] .group-of-4,
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] .group-of-3,
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] .group-of-2 {
    display: inline-block;
    width: 15%;
  }
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] .group-of-4:nth-child(2n) {
    margin-left: 0;
  }
  #content .site-tenders .tenders table tbody > tr td[data-title="Language"] .group-of-3:last-child {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #content .site-tenders.archive {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #content .site-tenders.archive .filter {
    padding-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #content .site-tenders.archive .page-header h1 {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
    line-height: normal;
  }
  #content .site-tenders.archive .filter {
    padding-bottom: 0;
  }
  #content .site-tenders.archive .filter a {
    margin: 0 15px;
  }
  #content .site-tenders.archive .tenders {
    padding-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  #content .site-tenders.archive .filter a {
    display: block;
    margin: 15px 0;
    font-size: 27px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  #content .contracting-authorities .page-header {
    padding-bottom: 0;
  }
  #content .contracting-authorities h2 {
    padding: 10px;
    background: #f9f9f9;
    border: 0;
    font-size: 26px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
  }
  #content .contracting-authorities .art-wrap {
    margin: 0 0 25px 0;
    border: 0;
  }
  #content .contracting-authorities .art-wrap .entry-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
  }
  #content .contracting-authorities .art-wrap .art-img {
    float: none;
    display: block;
    margin: 30px 0 0 0;
    text-align: center;
  }
  #content .contracting-authorities .art-wrap .art-img a {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #content #mc_embed_signup form {
    padding: 0;
  }
}
#content #mc_embed_signup .mc-field-group input {
  width: 100%;
}
@media (max-width: 767px) {
  #content #mc_embed_signup .mc-field-group label {
    padding: 0;
    margin: 5px 0 5px 0;
    font-size: 16px;
  }
}
#content #mc_embed_signup .clear {
  padding-left: 0;
}
#content #mc_embed_signup .clear input[type=submit] {
  float: right;
}
@media (max-width: 500px) {
  #content #mc_embed_signup .clear input[type=submit] {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #content .requirements-suppliers {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  #content .requirements-suppliers .col-lg-4 {
    text-align: center;
  }
  #content .requirements-suppliers .col-lg-4 a {
    display: inline-block;
    margin-bottom: 20px;
  }
}
#content .requirements-suppliers p.smaller {
  padding: 0;
}
@media screen and (max-width: 1199px) AND (min-width: 992px) {
  #content .implementing .page-header.top {
    width: 970px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  #content .implementing .page-header.top {
    height: auto;
    padding: 0 15px;
    margin-bottom: 40px !important;
    background: none;
  }
  #content .implementing .page-header.top .page-title {
    margin-top: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) AND (min-width: 768px) {
  #content .implementing .page-header.top {
    width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #content .implementing .page-header.top {
    width: auto;
  }
}
@media (min-width: 1200px) {
  #content .implementing .art-wrap .entry-header {
    padding-left: 30px;
  }
}
#content .implementing .art-wrap .description {
  margin: 0;
}
#content .implementing .art-wrap .logo a {
  float: right;
}
@media (max-width: 1199px) {
  #content .implementing .art-wrap {
    padding: 0 0 20px 32px;
  }
  #content .implementing .art-wrap .implementing {
    padding-left: 55px;
  }
  #content .implementing .art-wrap .implementing .entry-header {
    padding-top: 20px;
  }
  #content .implementing .art-wrap .implementing .entry-header .page-title {
    margin-top: 0;
  }
  #content .implementing .art-wrap .implementing .entry-content {
    padding: 0;
  }
  #content .implementing .art-wrap .implementing .entry-content > a {
    margin-bottom: 10px;
  }
  #content .implementing .art-wrap .implementing .entry-content > a:last-child {
    margin-right: 0;
  }
  #content .implementing .art-wrap .implementing .entry-content .description {
    width: 100%;
    padding-right: 20px;
    font-size: 22px;
  }
  #content .implementing .art-wrap .implementing .entry-content .logo a {
    margin: 0;
  }
  #content .implementing .art-wrap .implementing .art-img {
    top: 10px;
    left: -30px;
    width: 60px;
    height: 60px;
    padding-top: 6px;
  }
}
@media (max-width: 991px) {
  #content .implementing .art-wrap .description {
    margin: 0 0 20px 0;
    padding: 0;
  }
  #content .implementing .art-wrap .description br {
    display: none;
  }
  #content .implementing .art-wrap .logo {
    text-align: left;
  }
  #content .implementing .art-wrap .logo a {
    float: none;
  }
}
@media (max-width: 767px) {
  #content .implementing .art-wrap .implementing {
    padding-left: 45px;
  }
  #content .implementing .art-wrap .implementing .entry-header {
    text-align: left;
  }
  #content .implementing .art-wrap .implementing .entry-header .page-title {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #content .implementing .art-wrap .implementing .entry-content > a {
    margin-right: 0;
  }
}
#content .implementing.career .art-wrap .rb_career {
  height: auto;
  margin: 0 1.568627% 3.137254%;
}
#content .implementing.career .art-wrap .rb_career a {
  display: table;
  width: 100%;
  min-height: 205px;
  padding-right: 0;
}
#content .implementing.career .art-wrap .rb_career a .page-title {
  display: table-cell;
  padding-right: 45%;
  vertical-align: middle;
}
#content .implementing.career .art-wrap .rb_career a.post-edit-link {
  position: absolute;
  bottom: 10px;
  min-height: 1px;
  padding-right: 0;
}
@media (min-width: 1200px) {
  #content .implementing.career .art-wrap .rb_career {
    width: 46.0196%;
  }
}
@media (max-width: 1199px) {
  #content .implementing.career .art-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #content .implementing.career .art-wrap .rb_career {
    width: 100%;
    margin: 0 0 25px 0;
    padding-left: 15px;
  }
  #content .implementing.career .art-wrap .rb_career:last-child {
    margin: 0;
  }
  #content .implementing.career .art-wrap .rb_career a .page-title {
    padding-right: 30%;
  }
}
@media (max-width: 767px) {
  #content .implementing.career .art-wrap .rb_career a {
    min-height: 1px;
    padding: 30px 20px;
  }
  #content .implementing.career .art-wrap .rb_career a .thumbnail,
  #content .implementing.career .art-wrap .rb_career a br {
    display: none;
  }
  #content .implementing.career .art-wrap .rb_career a .page-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
  }
  #content .implementing.career .art-wrap .rb_career a .page-title .excerpt {
    display: block;
    margin: 15px 0 0 0;
  }
  #content .implementing.career .art-wrap .rb_career a.post-edit-link {
    padding: 0;
  }
}
@media screen and (min-width: 1px) {
  #content .supervisory .rb_supervisory {
    padding-left: 0;
  }
  #content .supervisory .rb_supervisory .thumbnail {
    position: static;
    width: auto;
  }
  #content .supervisory .rb_supervisory .entry-header,
  #content .supervisory .rb_supervisory .entry-content p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #content .supervisory .rb_supervisory .entry-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #content .supervisory .page-header {
    padding-bottom: 30px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #dddada;
  }
  #content .supervisory .rb_supervisory {
    margin: 0 0 40px 0;
    border-bottom: 1px solid #dddada;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #content .supervisory .rb_supervisory:last-child {
    border-bottom: 0;
  }
  #content .supervisory .rb_supervisory .thumbnail {
    margin-bottom: 10px;
    text-align: center;
  }
  #content .supervisory .rb_supervisory .entry-header {
    text-align: center;
  }
  #content .supervisory .rb_supervisory .entry-content p {
    line-height: 1.5;
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .single #content .rb_tenders {
    margin-top: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -wekkit-box-shadow: none;
  }
}
@media (max-width: 991px) {
  .single #content .rb_photo_gallery header {
    padding: 0;
  }
  .single #content .rb_photo_gallery header h1.entry-title .back-breadcrumb {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    border: 0;
  }
  .single #content .rb_photo_gallery header h1.entry-title .time {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: center;
  }
}
.single #content .gallery.mobile .bx-wrapper .item {
  text-align: center;
}
.single #content .gallery.mobile .bx-wrapper .item img {
  display: inline-block;
}
.single #content .gallery.mobile .bx-wrapper .item .description {
  margin: 20px 0 0 0;
  text-align: center;
}
.single #content .gallery.mobile .bx-wrapper .bx-controls {
  margin: 20px 0 0 0;
  text-align: center;
}
.single #content .gallery.mobile .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.single #content .gallery.mobile .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: static;
  display: inline-block;
  margin: 0 10px;
  width: 22px;
  height: 24px;
  background: url('img/mob-gal-prev.png') center no-repeat;
}
.single #content .gallery.mobile .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: url('img/mob-gal-next.png') center no-repeat;
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding: 45px 20px 20px 20px !important;
  }
}
