.backTransition {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.header-boxshadow {
  -webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.tag-boxshadow {
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.title-boxshadow {
  -webkit-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.allTransition {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.restaurantFilterTransition {
  -webkit-transition: filter 0.5s linear;
  -moz-transition: filter 0.5s linear;
  -ms-transition: filter 0.5s linear;
  -o-transition: filter 0.5s linear;
  transition: filter 0.5s linear;
}
.restaurantImgTransition {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.imgFull {
  width: 100%;
  display: block;
}
.vAlign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/********* Common *********/
html {
  height: 100%;
}
body {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #efeeeb;
  min-height: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 164px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 500;
}
a {
  color: #1674c5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #115997;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
strong {
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
.image-max {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.clear {
  clear: both;
}
p:empty {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
/********* Header *********/
header.header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #111 url(../img/bck.jpg) top center no-repeat;
  background-size: 100% auto;
}
header.header .container.header-top {
  padding: 13px 0 17px 0;
}
header.header .container.header-top .logo {
  width: 160px;
  display: block;
  margin-left: 15px;
}
header.header .container.header-top .logo a {
  display: block;
}
header.header .container.header-top .logo a img {
  width: 100%;
  display: block;
}
header.header .container.header-top h1 {
  display: inline-block;
  width: 160px;
}
header.header .container.header-top h1 .logo {
  width: 100%;
  display: block;
}
header.header .container.header-top h1 .logo a img {
  width: 100%;
  display: block;
}
header.header .container.header-top #topmenu {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 250;
  overflow: hidden;
  padding-top: 5px;
}
header.header .container.header-top #topmenu ul {
  font-size: 0.775rem;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
header.header .container.header-top #topmenu ul:last-of-type {
  margin-right: 0;
  margin-top: 0px;
}
header.header .container.header-top #topmenu ul li {
  list-style: none;
  border-right: 1px solid #FFF;
  float: left;
}
header.header .container.header-top #topmenu ul li:last-of-type {
  border: none;
}
header.header .container.header-top #topmenu ul li a {
  display: block;
  color: #FFF;
  padding: 0px 8px;
  line-height: 120%;
}
header.header .container.header-top #topmenu ul li a:hover,
header.header .container.header-top #topmenu ul li a:focus {
  color: #e6e6e6;
}
header.header .container.header-top #topmenu .phone {
  float: left;
  color: #ff9c1d;
  background: transparent url(../img/phone.svg) 0px 0px no-repeat;
  background-size: 24px 24px;
  padding: 0 0 0 32px;
  font-weight: 500;
  font-size: 1.15rem;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
header.header #search-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 500px;
  z-index: 250;
  justify-content: flex-end;
}
header.header #search-container form.search {
  display: block;
  position: relative;
  border-radius: 5px;
  border: 1px solid #333;
  flex: 1;
}
header.header #search-container form.search .form-wrap {
  display: block;
}
header.header #search-container form.search .form-wrap:hover,
header.header #search-container form.search .form-wrap:focus {
  outline: 0;
}
header.header #search-container form.search .form-wrap:hover .search-input,
header.header #search-container form.search .form-wrap:focus .search-input {
  background: #666;
  color: #FFF;
}
header.header #search-container form.search .form-wrap:hover .search-input::placeholder,
header.header #search-container form.search .form-wrap:focus .search-input::placeholder {
  color: #FFF;
}
header.header #search-container form.search .form-wrap:hover .search-submit,
header.header #search-container form.search .form-wrap:focus .search-submit {
  opacity: 1;
}
header.header #search-container form.search .search-input {
  width: 100%;
  padding: 7px 12px;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  background: #666;
  color: #ccc;
  outline: none;
}
header.header #search-container form.search .search-input::placeholder {
  color: #ccc;
}
header.header #search-container form.search .search-submit {
  background: #000;
  color: #FFF;
  display: block;
  font-size: 1rem;
  padding: 11px;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  opacity: 0.9;
}
header.header #search-container form.search .search-submit img {
  width: 16px;
  display: block;
}
header.header #search-container form.search .search-submit:hover,
header.header #search-container form.search .search-submit:focus {
  opacity: 1;
}
header.header #search-container #donate,
header.header #search-container #report {
  padding: 8px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 40px;
  background: #ff9c1d;
  margin-right: 5px;
  text-align: center;
  flex-direction: column;
}
header.header #search-container #donate figure,
header.header #search-container #report figure {
  display: block;
  margin-bottom: 0px;
  height: 16px;
  margin-bottom: 8px;
}
header.header #search-container #donate figure img,
header.header #search-container #report figure img {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
}
header.header #search-container #donate span,
header.header #search-container #report span {
  display: block;
  font-size: 0.65rem;
  color: #333;
  position: relative;
  text-transform: uppercase;
  line-height: 100%;
}
header.header #search-container #donate:hover,
header.header #search-container #report:hover,
header.header #search-container #donate:focus,
header.header #search-container #report:focus {
  background: #e98300;
}
header.header #search-container #donate {
  background: #ff9c1d;
  /* Old browsers */
  background: #ff9103;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff9103 0%, #d27702 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff9103 0%, #d27702 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff9103 0%, #d27702 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header.header #search-container #donate:hover,
header.header #search-container #donate:focus {
  background: #ff9103;
}
header.header #search-container #report {
  background: #FE1D21;
  background: #fe1d21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe1d21 0%, #D1181B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fe1d21 0%, #D1181B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fe1d21 0%, #D1181B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #FFF !important;
}
header.header #search-container #report:hover,
header.header #search-container #report:focus {
  background: #fe0408;
}
header.header nav.nav {
  width: 100%;
  background: #FFF;
  border-top: 2px solid #efeeeb;
  margin-top: -2px;
}
header.header nav.nav .container.header-bottom {
  position: relative;
}
header.header nav.nav .container.header-bottom .logotype {
  background: #1674c5;
  width: 60px;
  position: absolute;
  top: -6px;
  left: 15px;
}
header.header nav.nav .container.header-bottom .logotype img {
  width: 36px;
  margin: 12px;
  display: block;
}
header.header nav.nav .container.header-bottom ul {
  margin-left: 60px;
  overflow: hidden;
}
header.header nav.nav .container.header-bottom ul li {
  border-right: 1px solid #efeeeb;
  float: left;
}
header.header nav.nav .container.header-bottom ul li a {
  color: #333;
  padding: 12px 60px;
  font-size: 1rem;
  display: block;
  font-weight: 500;
}
header.header nav.nav .container.header-bottom ul li a:hover,
header.header nav.nav .container.header-bottom ul li a:focus {
  background: #d8d6cf;
  color: #000;
}
/********* Cover *********/
#cover-story {
  width: 100%;
  height: calc(100vh - 158px);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  z-index: 100;
}
#cover-story .cover-overlay {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  opacity: 1;
}
#cover-story .cover-info {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  z-index: 75;
}
#cover-story .cover-info .cover-info-container span {
  color: #FFF;
  font-size: 1.25rem;
  display: block;
  background: none;
  margin-bottom: 10px;
}
#cover-story .cover-info .cover-info-container span em {
  display: inline-block;
  padding: 8px 18px;
  font-style: normal;
  background: #ff9c1d;
}
#cover-story .cover-info .cover-info-container h2 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #333;
  line-height: 110%;
  background: none;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
#cover-story .cover-info .cover-info-container h2 a {
  color: #FFF;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}
#cover-story .cover-info .cover-info-container h2 a:hover,
#cover-story .cover-info .cover-info-container h2 a:focus {
  color: #ff9c1d;
}
#cover-story .cover-info .cover-info-container h2 a {
  color: #ff9c1d;
}
#cover-story .cover-info .cover-info-container h2 a:hover,
#cover-story .cover-info .cover-info-container h2 a:focus {
  color: #e98300;
}
#cover-story .cover-info .cover-info-container p {
  font-size: 1.25rem;
  color: #FFF;
  line-height: 150%;
  font-weight: 300;
}
#cover-story .cover-info .cover-info-container p a {
  display: none;
}
/********* Main *********/
#main {
  margin-top: 30px;
}
#main article.container {
  margin-bottom: 50px;
}
#main .single-left .date {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
#main .single-left h1 {
  font-size: 1.8rem;
  color: #1674c5;
  line-height: 120%;
  margin-bottom: 20px;
}
#main .single-left h2 {
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 15px;
  /*border-top: 1px solid @grey3;*/
  font-weight: 700;
}
#main .single-left h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#main .single-left h3 {
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
}
#main .single-left ul {
  margin-bottom: 20px;
  list-style: outside square;
  margin-top: 20px;
}
#main .single-left ul li {
  margin: 0 0 10px 30px;
  line-height: 150%;
  font-size: 1rem;
}
#main .single-left ol {
  margin-bottom: 20px;
  list-style: outside decimal;
}
#main .single-left ol li {
  margin: 0 0 10px 30px;
  line-height: 150%;
  font-size: 1rem;
}
#main .single-left ol.listing {
  display: flex;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#main .single-left ol.listing li {
  width: 25%;
  margin: 0 0 0 0;
  box-sizing: border-box;
  list-style: inside decimal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
#main .single-left .main-content {
  font-weight: 400;
}
#main .single-left .main-content .section-wrapper {
  margin-bottom: 30px;
}
#main .single-left .main-content .section-wrapper:last-of-type {
  border: none;
  margin-bottom: 0;
}
#main .single-left .main-content .post-thumb {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  float: left;
  margin: 0;
}
#main .single-left .main-content .post-thumb img {
  width: 100%;
  display: block;
}
#main .single-left .main-content .post-thumb.media-thumb {
  float: left;
  margin: 0 20px 25px 0;
  padding-top: 65.3125%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#main .single-left .main-content p {
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 0.875rem;
}
#main .single-left .main-content blockquote {
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
  padding: 5px 0 5px 20px;
  margin-left: 20px;
  border-left: 2px solid #1674c5;
  margin-bottom: 20px;
  display: block;
  font-size: 1rem;
  font-style: italic;
}
#main .single-left .main-content blockquote p {
  margin: 0;
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
  font-size: 1rem;
  font-style: italic;
  color: #808080;
}
#main .single-left .main-content ul {
  margin-bottom: 20px;
  margin-left: 30px;
  list-style: inside square;
}
#main .single-left .main-content ul li {
  margin: 0 0 10px 0px;
  line-height: 150%;
  font-size: 0.875rem;
}
#main .single-left .main-content ol {
  margin-bottom: 20px;
  list-style: inside decimal;
}
#main .single-left .main-content ol li {
  margin: 0 0 10px 30px;
  line-height: 150%;
  font-size: 0.875rem;
}
#main .single-left .main-content ol.listing {
  display: flex;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
}
#main .single-left .main-content ol.listing li {
  width: 25%;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  padding-right: 15px;
  list-style: inside decimal;
}
#main .single-left .main-content .download-link {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}
#main .single-left .main-content .download-link.download-pdf {
  background-image: url(../img/pdf.svg);
  padding-left: 20px;
}
#main .single-left .main-content .download-link.download-doc {
  background-image: url(../img/doc.svg);
  padding-left: 20px;
}
#main .single-left .main-content .table {
  font-size: 0.875rem;
  margin-bottom: 20px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
#main .single-left .main-content .table th {
  background: #efeeeb;
  font-weight: 700;
}
#main .single-left .main-content .page-gallery ul {
  margin: 0;
  padding: 0;
}
#main .single-left .main-content .page-gallery ul li {
  list-style: outside none;
  float: left;
  line-height: 100%;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 100px;
}
#main .single-left .main-content .page-gallery ul li a {
  display: block;
}
#main .single-left .main-content .page-gallery ul li a img {
  display: block;
  width: 100%;
}
#main .single-left .main-content .project-single {
  margin-bottom: 15px;
}
#main .single-left .main-content .project-single h3 {
  margin-bottom: 10px;
  font-size: 1rem !important;
}
#main .single-left .main-content .project-single h3 span {
  display: inline-block;
  margin-right: 5px;
}
#main .single-left .main-content .project-single h3 small {
  font-size: 100%;
  display: inline;
  color: #1674c5;
}
#main .single-left .main-content .project-single .article-date {
  display: block;
  font-size: 0.775rem;
  font-weight: 500;
  margin-bottom: 3px;
}
#main .single-left .main-content .project-single .project-description {
  margin-bottom: 10px;
}
#main .single-left .main-content .project-single .project-description p {
  margin-bottom: 10px;
}
#main .single-left .main-content .project-single .project-details span {
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
}
#main .single-left .main-content .project-single .project-details span:last-of-type {
  margin-right: 0;
}
#main .single-left .main-content .project-single .article-single {
  padding-top: 15px;
  padding-bottom: 0;
}
#main .single-left .main-content .article-single {
  margin-bottom: 15px;
  background: #FFF;
  align-items: left;
  display: flex;
  justify-content: center;
}
#main .single-left .main-content .article-single.article-single-padding {
  padding: 15px 15px 0 15px;
}
#main .single-left .main-content .article-single.article-single-padding h3 {
  padding: 0;
  margin-bottom: 15px;
}
#main .single-left .main-content .article-single .article-single-content {
  flex: 1;
}
#main .single-left .main-content .article-single .article-date {
  display: inline-block;
  font-size: 0.775rem;
  margin-bottom: 5px;
  color: #FFF;
  background: #1674c5;
  padding: 4px 12px;
  text-transform: uppercase;
}
#main .single-left .main-content .article-single h3 {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
}
#main .single-left .main-content .article-single h3 a {
  color: #333;
}
#main .single-left .main-content .article-single .post-thumb {
  float: none;
  text-align: center;
  flex: 2;
}
#main .single-left .main-content .article-single .post-thumb img {
  max-width: 100%;
  display: block;
}
#main .single-left .main-content .article-single .article-teaser {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px;
  flex-direction: column;
}
#main .single-left .main-content .article-single .article-teaser p.news-category a {
  display: inline-block;
  padding: 3px 11px;
  border: 1px solid #1674c5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.775rem;
  margin-top: 5px;
  border-radius: 20px;
}
#main .single-left .main-content .article-single .article-teaser p.news-category a:hover,
#main .single-left .main-content .article-single .article-teaser p.news-category a:focus {
  border: 1px solid #1366ae;
}
#main .single-left .main-content .article-single .article-description {
  margin-bottom: 0px;
  font-size: 0.775rem;
  padding: 0 15px;
}
#main .single-left .main-content .article-single .article-description p {
  margin-bottom: 10px;
}
#main .single-left .main-content .article-single .article-description p a {
  display: none;
}
#main .single-left .main-content .article-single .project-description,
#main .single-left .main-content .article-single .project-details {
  margin-bottom: 0px;
  font-size: 0.875rem;
  padding: 0 15px;
}
#main .single-left .main-content .article-single .project-description p,
#main .single-left .main-content .article-single .project-details p {
  margin-bottom: 10px;
}
#main .single-left .main-content .article-single .project-description p a,
#main .single-left .main-content .article-single .project-details p a {
  display: none;
}
#main .single-left .main-content .article-single .project-details {
  display: flex;
  flex-direction: row;
  background: #ddd;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}
#main .single-left .main-content .article-single .project-details span {
  color: #333;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 130%;
  padding: 0 10px;
}
#main .single-left .main-content .article-single .project-details span:nth-of-type(2) {
  border-left: 1px solid #FFF;
}
#main .single-left .main-content .article-single .project-details span strong {
  display: block;
}
#main .single-left .main-content .article-single .article-details span {
  display: inline-block;
  margin-right: 15px;
  font-size: 0.875rem;
}
#main .single-left .main-content .article-single .article-details span:last-of-type {
  margin-right: 0;
}
#main .single-left .main-content .article-single.article-media-single {
  background: #FFF;
}
#main .single-left .main-content .article-single.article-media-single .post-thumb {
  float: none;
  text-align: center;
  flex: 2;
}
#main .single-left .main-content .article-single.article-media-single .post-thumb img {
  max-width: 100%;
  display: block;
}
#main .single-left .main-content .media-content-cover .post-thumb {
  float: none;
  width: 100%;
  text-align: center;
  padding-top: 65.3125%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#main .single-left .main-content .table.project-table {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#main .single-left .main-content .table.project-table th,
#main .single-left .main-content .table.project-table tr:first-of-type td {
  background: #efeeeb;
  font-weight: 700;
}
#main .single-left .main-content .table.project-table td:nth-of-type(1) {
  width: 35%;
}
#main .single-left .main-content .table.project-table td:nth-of-type(2) {
  width: 30%;
}
#main .single-left .main-content .table.project-table td:nth-of-type(3) {
  width: 20%;
}
#main .single-left .main-content .table.project-table td:nth-of-type(4) {
  width: 15%;
}
#main .single-left .main-content .table.office-table td:nth-of-type(1) {
  width: 30%;
}
#main .single-left .main-content .table.office-table td:nth-of-type(2) {
  width: 40%;
}
#main .single-left .main-content .table.office-table td:nth-of-type(3) {
  width: 30%;
}
#main .single-left .main-content .completed-projects h3 {
  margin-bottom: 0;
}
#main .single-left .main-content .completed-projects h3 span {
  border-radius: 5px 5px 0 0;
  color: #FFF;
  padding: 8px 12px;
  background: #ff9c1d;
  display: inline-block;
}
#main .single-left .main-content .completed-projects .table.project-table {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#main .single-left .main-content .completed-projects .table.project-table th,
#main .single-left .main-content .completed-projects .table.project-table tr:first-of-type td {
  background: #1674c5;
  font-weight: 700;
  color: #FFF;
}
#main .single-left .main-content .completed-projects .table.project-table td {
  background: #FFF;
}
#main .single-left .main-content .completed-projects .table.project-table td:nth-of-type(1) {
  width: 35%;
}
#main .single-left .main-content .completed-projects .table.project-table td:nth-of-type(2) {
  width: 30%;
}
#main .single-left .main-content .completed-projects .table.project-table td:nth-of-type(3) {
  width: 20%;
}
#main .single-left .main-content .completed-projects .table.project-table td:nth-of-type(4) {
  width: 15%;
}
#main .single-right a.download-pdf {
  background-image: url(../img/pdf.svg);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}
#main .single-right a.download-doc {
  background-image: url(../img/doc.svg);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}
#main .single-right .box {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 0.875rem;
}
#main .single-right .box:last-of-type {
  margin-bottom: 0;
}
#main .single-right .box h3 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 130%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#main .single-right .box h3:first-of-type {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 5px;
}
#main .single-right .box h3:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0;
}
#main .single-right .box ul {
  margin-bottom: 0px;
  list-style: outside none;
}
#main .single-right .box ul li {
  margin: 0 0 10px 0px;
  line-height: 150%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#main .single-right .box ul li span {
  font-size: 0.775rem;
  display: block;
  margin-bottom: 0px;
  color: #808080;
}
#main .single-right .box ul li h4 {
  font-size: 0.875rem;
  font-weight: 500;
}
#main .single-right .box ul li h4 a {
  display: inline-block;
  color: #1674c5;
  text-decoration: none;
}
#main .single-right .box ul li h4 a:hover,
#main .single-right .box ul li h4 a:focus {
  text-decoration: underline;
  color: #115997;
}
#main .single-right .box ul li p {
  font-size: 0.875rem;
}
#main .single-right .box ul li figure {
  display: block;
}
#main .single-right .box ul li figure img {
  display: inline-block;
}
#main .single-right .box ul li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#main .single-right .box ol {
  margin-bottom: 0px;
  list-style: outside decimal;
}
#main .single-right .box ol li {
  margin: 0 0 10px 0px;
  line-height: 150%;
}
#main .single-right .box.blue-box {
  color: #FFF;
  background: #1674c5;
}
#main .single-right .box.blue-box h3 {
  color: #FFCD1D;
  border-color: rgba(255, 255, 255, 0.2);
}
#main .single-right .box.blue-box p a {
  color: #FFCD1D;
}
#main .single-right .box.blue-box p a:hover,
#main .single-right .box.blue-box p a:focus {
  color: #e9b500;
  text-decoration: underline;
}
#main .single-right .box.blue-box ul li {
  border-color: rgba(255, 255, 255, 0.2);
}
#main .single-right .box.blue-box ul li span {
  color: #FFCD1D;
}
#main .single-right .box.blue-box ul li a {
  color: #FFF;
}
#main .single-right .box.blue-box ul li a:hover,
#main .single-right .box.blue-box ul li a:focus {
  color: #e6e6e6;
  text-decoration: underline;
}
#main .single-right .box.grey-box {
  background: #efeeeb;
  border-color: #ccc;
}
#main .single-right .box.grey-box h3 {
  color: #333;
}
#main .single-right .box.grey-box ul li a {
  color: #333;
}
#main .single-right .box.grey-box ul li a:hover,
#main .single-right .box.grey-box ul li a:focus {
  color: #1a1a1a;
  text-decoration: underline;
}
#main .single-right .box.white-box {
  background: #FFF;
  border-color: #ccc;
}
#main .single-right .box.white-box h3 {
  color: #333;
}
#main .single-right .box.white-box ul li a {
  color: #333;
}
#main .single-right .box.white-box ul li a:hover,
#main .single-right .box.white-box ul li a:focus {
  color: #1a1a1a;
  text-decoration: underline;
}
#main .single-right .box.black-box {
  background: #333;
  background-size: cover;
}
#main .single-right .box.black-box h2 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ff9c1d;
  margin-bottom: 5px;
}
#main .single-right .box.black-box h3 {
  color: #ff9c1d;
  font-size: 1rem;
  border-color: rgba(255, 255, 255, 0.2);
}
#main .single-right .box.black-box ul li {
  border-color: rgba(255, 255, 255, 0.2);
}
#main .single-right .box.black-box ul li span {
  color: #ccc;
}
#main .single-right .box.black-box p {
  color: #FFF;
}
#main .single-right .box.black-box a {
  color: #FFF;
}
#main .single-right .box.black-box a:hover,
#main .single-right .box.black-box a:focus {
  color: #e6e6e6;
  text-decoration: underline;
}
#main .single-right .side-banners .side-banner-single {
  margin-bottom: 30px;
  text-align: center;
}
#main .single-right .side-banners .side-banner-single:last-of-type {
  margin-bottom: 0;
}
#main .single-right .side-banners .side-banner-single a {
  display: inline-block;
}
#main .single-right .side-banners .side-banner-single a img {
  max-width: 150px;
  display: inline-block;
}
#home-main {
  padding: 50px 0;
}
#home-main .home-left h2 {
  font-size: 1rem;
  color: #1674c5;
  line-height: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
#home-main .home-left .news-feed {
  margin-bottom: 0px;
}
#home-main .home-left .news-feed .news-single-container {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#home-main .home-left .news-feed .news-single-container .news-date {
  display: block;
  font-size: 0.775rem;
  color: #999999;
}
#home-main .home-left .news-feed .news-single-container h3 {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 400;
}
#home-main .home-left .news-feed .news-single-container h3 a {
  color: #333;
  display: block;
}
#home-main .home-left .news-feed .news-single-container h3 a:hover,
#home-main .home-left .news-feed .news-single-container h3 a:focus {
  color: #1674c5;
}
#home-main .home-left .news-feed .news-single-container:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#home-main .home-right #banner-container .single-banner-container {
  margin-bottom: 30px;
}
#home-main .home-right #banner-container .single-banner-container .single-banner {
  display: block;
  position: relative;
}
#home-main .home-right #banner-container .single-banner-container .single-banner a {
  display: block;
}
#home-main .home-right #banner-container .single-banner-container .single-banner a img {
  position: relative;
  z-index: 50;
  display: block;
  width: 100%;
}
#home-main .home-right #banner-container .single-banner-container .single-banner h3 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
#home-main .home-right #banner-container .single-banner-container .single-banner h3 a {
  padding: 5px 10px;
  font-size: 0.75rem;
  color: #FFF;
  line-height: 120%;
  background: rgba(22, 116, 197, 0.8);
  display: block;
  text-transform: uppercase;
  text-align: center;
}
#home-main .home-right #banner-container .single-banner-container .single-banner h3 a:hover,
#home-main .home-right #banner-container .single-banner-container .single-banner h3 a:focus {
  color: #FFF;
  background: #1674c5;
}
#logos {
  background: #ddd;
  width: 100%;
}
#logos .footer-logo-container {
  padding: 15px 0;
  overflow: hidden;
}
#logos .footer-logo-container .footer-logo {
  float: left;
  width: 11.1%;
}
#logos .footer-logo-container .footer-logo img {
  width: 100%;
  display: block;
}
footer .footer-content {
  background: #222;
  padding: 50px 0;
}
footer .footer-content .mhc-footer-logo {
  max-width: 180px;
  margin-bottom: 10px;
  display: block;
}
footer .footer-content .mhc-footer-logo img {
  width: 100%;
  display: block;
}
footer .footer-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
footer .footer-content .footer-address {
  margin-bottom: 20px;
}
footer .footer-content .footer-address a {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-content .footer-address a:hover,
footer .footer-content .footer-address a:focus {
  color: #FFF;
}
footer .footer-links-block {
  margin-bottom: 30px;
}
footer .footer-links-block:last-of-type {
  margin-bottom: 0;
}
footer .footer-links-block h4 {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
footer .footer-links-block ul {
  margin-bottom: 30px;
  list-style: outside none;
}
footer .footer-links-block ul:last-of-type {
  margin-bottom: 0;
}
footer .footer-links-block ul li {
  margin-bottom: 10px;
  line-height: 120%;
}
footer .footer-links-block ul li a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-size: 0.875rem;
}
footer .footer-links-block ul li a:hover,
footer .footer-links-block ul li a:focus {
  color: rgba(255, 255, 255, 0.9);
}
footer .social {
  margin-bottom: 30px;
  text-align: center;
}
footer .social a {
  display: inline-block;
  margin-right: 15px;
  width: 32px;
}
footer .social a:last-of-type {
  margin-right: 0;
}
footer .social a img {
  width: 100%;
  display: block;
}
footer .footer-links-www p {
  margin-bottom: 20px;
  text-align: center;
}
footer .footer-links-www p a {
  display: inline-block;
  width: 120px;
}
footer .footer-links-www p a img {
  width: 100%;
  display: block;
}
.white-box {
  background: #FFF;
  margin-bottom: 30px;
  padding: 30px;
  /*h1, h2, h3, p, ul, ol, .news-date {
		padding: 0 15px;
	}*/
}
.white-box.single-white-box {
  padding: 30px 30px 30px 30px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single .project-details span {
  display: block;
  margin-bottom: 10px;
}
.article-single-container {
  margin-bottom: 30px;
}
ul.post-documents {
  margin-left: 0 !important;
}
ul.post-documents li {
  list-style: outside none;
  margin-bottom: 10px;
  width: 100%;
}
ul.post-documents li:last-of-type {
  margin-bottom: 0;
}
ul.post-documents li a {
  color: #333;
}
ul.post-documents li a:hover,
ul.post-documents li a:focus {
  text-decoration: underline;
}
body.page .single-right {
  margin-top: 0px;
}
.original-link {
  margin-bottom: 15px;
  width: 100%;
}
.original-link a {
  display: inline-block;
  color: #1674c5;
}
.original-link a:hover,
.original-link a:focus {
  text-decoration: underline;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
body.single .post-thumb,
body.page .post-thumb {
  margin: 0 20px 10px -15px !important;
}
#main .single-left .main-content .listing-row .article-single .post-thumb {
  margin: 0 !important;
}
#main .single-left .main-content.about-page .article-single {
  flex-direction: column;
}
#main .single-left .main-content.projects-list .project-single .article-single {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  padding: 20px;
}
#main .single-left .main-content.projects-list .project-single .article-single .article-single-content {
  flex: 3;
}
#main .single-left .main-content.projects-list .project-single .article-single .project-details {
  flex: 2;
  padding: 0;
  background: none;
}
#main .single-left .main-content.projects-list .project-single .article-single .article-single-content h3 {
  font-size: 1.5rem !important;
  margin-bottom: 10px;
}
#main .single-left .main-content.projects-list .project-single .article-single .article-single-content h3 a:hover,
#main .single-left .main-content.projects-list .project-single .article-single .article-single-content h3 a:focus {
  color: #1674c5;
}
#main .single-left .main-content.projects-list .project-single .article-single .article-single-content .project-description {
  padding: 0;
}
#main .single-left .main-content .article-single .project-details span.donator {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-grow: 0;
  flex-basis: auto;
  flex-direction: column;
}
#main .single-left .main-content .article-single .project-details em {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-style: normal;
}
#main .single-left .main-content .article-single .project-details figure {
  text-align: center;
  display: block;
}
#main .single-left .main-content .article-single .project-details figure img {
  display: inline-block;
}
#main .single-left .main-content .article-single .project-details figure span {
  display: block;
  text-align: center;
}
#main .single-left .main-content .article-single .project-details span.donator-logo img {
  width: 80%;
  display: inline-block;
}
#main .single-left .main-content .article-single .project-details .timeframe {
  flex: 1;
}
#intro {
  background: #efeeeb;
  padding: 30px 0;
  margin-top: 20px;
  margin-bottom: 0px;
  background: transparent url(../img/logotype.svg) top center no-repeat;
  background-size: auto 100%;
}
#intro p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 0;
}
#intro p strong {
  font-weight: 700;
  color: #1674c5;
}
#home-media {
  background: #1674c5;
  padding: 30px 0;
}
#home-media .home-media-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home-media .home-media-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 1.25rem;
  text-align: center;
}
#home-media .home-media-title img {
  width: 35%;
  display: inline-block;
}
#home-media .media-single-container .media-thumb {
  float: none;
  width: 100%;
  text-align: center;
  padding-top: 65.3125%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 5px;
}
#home-media .media-single-container .news-date {
  font-size: 0.775rem;
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
#home-media .media-single-container h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}
#home-media .media-single-container h3 a {
  color: #FFF;
}
#home-media .media-single-container h3 a:hover,
#home-media .media-single-container h3 a:focus {
  text-decoration: underline;
  color: #FFF;
}
.project-logo-single {
  display: block;
  margin-bottom: 10px;
}
.project-logo-single img {
  width: 200px;
  display: inline-block;
}
#main .single-left .main-content ol.listing li {
  margin: 0;
}
.form-custom p {
  margin-bottom: 0 !important;
}
.form-custom h3 {
  font-weight: 700;
  margin-bottom: 0 !important;
}
.form-custom .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}
.form-custom .form-check {
  display: block;
  padding-left: 0;
  margin-top: 10px;
}
.form-custom .wpcf7-submit {
  background: #1674c5;
  border-radius: 4px;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  color: #FFF;
}
.form-custom .wpcf7-submit:hover,
.form-custom .wpcf7-submit:focus {
  background: #115997;
}
#burger-menu-button {
  display: none;
}
.pagination {
  border-radius: 5px;
  border: 1px solid #ccc;
  display: inline-flex;
  flex-direction: row;
  font-size: 1rem;
  margin: 0 auto;
}
.pagination span {
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  display: block;
  background: #FFF;
}
.pagination span:first-of-type {
  border-radius: 5px 0 0 5px;
}
.pagination a {
  display: block;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  background: #1674c5;
  color: #FFF;
}
.pagination a:last-of-type {
  border: none;
  border-radius: 0 5px 5px 0;
}
.pagination a:hover,
.pagination a:focus {
  background: #1366ae;
  color: #FFF;
}
.more-articles {
  margin-bottom: 30px;
}
.btn.btn-blue {
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #1674c5;
  color: #FFF;
  padding: 10px 25px;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: #1366ae;
  color: #FFF;
}
#main.hor.pubana .single-left .main-content .listing-row .article-single .post-thumb {
  padding-bottom: 67.41%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
ol.staff-list {
  display: none;
}
.completed-mobile {
  display: none;
}
.search-single-result {
  margin-bottom: 30px;
}
.search-single-result .search-thumb a {
  display: block;
}
.search-single-result .search-thumb a img {
  width: 100%;
  display: block;
}
.search-single-result .search-details .date {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.search-single-result .search-details h2 {
  font-size: 1.25rem !important;
  margin-bottom: 5px !important;
}
.search-single-result .search-details p {
  font-size: 0.875rem;
}
.page-videos .page-video .videoWrapper {
  margin-bottom: 10px;
}
.page-videos .page-video h3 {
  font-size: 14px;
}
.bpp {
  margin-bottom: 30px;
  display: block;
}
.bpp img {
  width: 100%;
  display: block;
}
body.media {
  display: block;
}
.a2a_floating_style {
  display: none !important;
}
.wpcf7-recaptcha {
  margin-left: 15px;
}
.wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  clear: both;
}
.budget-block {
  margin-top: 15px;
}
.page-gallery {
  overflow: hidden;
}
.page-gallery .page-gallery-item {
  padding-right: 5px;
  padding-left: 5px;
}
.page-gallery .page-gallery-item a {
  display: block;
  width: 100%;
}
.page-gallery .page-gallery-item a img {
  width: 100%;
  display: block;
}
.report-years {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  position: initial;
}
.report-years a {
  display: inline-flex;
  flex-direction: row;
  font-size: 0.875rem;
  padding: 5px 12px;
  background: #FFF;
  margin: 0 2px 0 0;
  text-align: center;
}
.report-years a.rep-year:not(.disabled):hover,
.report-years a.rep-year:not(.disabled):focus {
  background: #1674c5;
  color: #FFF;
}
.report-years a.disabled {
  cursor: default;
  opacity: 0.2;
  color: #333;
}
.report-years a.arrow {
  background: #1674c5;
  position: absolute;
  z-index: 100;
  height: 34px;
}
.report-years a.arrow.arrow-left {
  align-self: flex-start;
  background: #1674c5 url(../img/arrow-slider-left.svg) center center no-repeat;
  background-size: 12px auto;
  top: 0;
  left: 0;
}
.report-years a.arrow.arrow-right {
  align-self: flex-end;
  background: #1674c5 url(../img/arrow-slider-right.svg) center center no-repeat;
  background-size: 12px auto;
  top: 0;
  right: 0;
}
.report-years a.arrow:hover {
  background-color: #1366ae;
}
.report-years-wrapper {
  padding: 0 24px;
  position: relative;
}
.legilslativa-documents {
  margin-bottom: 5px;
}
.legilslativa-documents h3 {
  font-size: 1.5rem !important;
  margin-bottom: 20px !important;
}
.legilslativa-documents .legislativa-block {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.legilslativa-documents .legislativa-block:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.legilslativa-documents .legislativa-block h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  font-weight: 700;
  margin-bottom: 5px;
}
.legilslativa-documents .legislativa-block p {
  font-size: 0.775rem;
  margin-bottom: 5px !important;
}
.legilslativa-documents .legislativa-block a {
  font-size: 0.875rem;
  display: block;
  padding-left: 30px !important;
}
#accordion.def-accodrion {
  margin-bottom: 50px;
}
#accordion.def-accodrion .card .card-header {
  padding: 0;
}
#accordion.def-accodrion .card .card-header h3 button.btn {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
#accordion.def-accodrion .card .card-header h3 button.btn:hover,
#accordion.def-accodrion .card .card-header h3 button.btn:focus {
  text-decoration: none;
  color: #1674c5;
}
#accordion.def-accodrion .card .card-body {
  padding: 0.75rem 0.75rem;
}
img.aligncenter,
img.alignleft,
img.alignright {
  height: auto;
}
body:lang(mk-MK) header.header nav.nav .container.header-bottom ul li a {
  padding: 12px 48px;
}
.kolumna-author {
  display: flex;
  justify-content: left;
  align-content: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 0;
  margin-bottom: 20px;
  align-items: center;
}
.kolumna-author img {
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 20px;
}
.kolumna-author p {
  margin-bottom: 0;
}
.kolumna-author p span {
  font-size: 1rem;
  display: block;
  color: #ff9c1d;
  font-weight: 700;
}
.kolumna-author p em {
  font-size: 0.875rem;
  font-style: italic;
  color: #999;
  display: block;
}
.author-description {
  font-style: italic;
  color: #999;
}
.legis-kolumni-container .legis-kolumni-single-container {
  /* border-bottom: 1px solid #999; */
  padding: 10px 0;
}
.legis-kolumni-container .legis-kolumni-single-container:last-of-type {
  border: none;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni {
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni img {
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 20px;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni .date {
  font-size: 0.775rem !important;
  line-height: 1.2;
  margin-bottom: 0 !important;
  font-weight: bold !important;
  color: #ff9c1d;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni h3 {
  font-size: 1.25rem !important;
  margin-bottom: 5px !important;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni h3 a {
  color: #1674c5;
  display: block;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni h3 a:hover,
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni h3 a:focus {
  text-decoration: underline;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni span {
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.legis-kolumni-container .legis-kolumni-single-container .legis-kolumni em {
  font-size: 0.775rem;
  font-style: italic;
  color: #999;
  display: block;
  line-height: 1.2;
}
.legis-kolumni-container .legis-kolumni-single-container p {
  font-size: 1rem;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.bpp-info {
  margin-bottom: 30px;
}
.bpp-info h3 {
  font-size: 1.25rem !important;
}
.bpp-info .page-gallery {
  margin-left: -5px;
  margin-bottom: 10px;
}
.bpp-info p {
  margin-bottom: 15px;
}
.bpp-info p:last-of-type {
  margin-bottom: 0;
}
.bpp-info .download-link {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  font-size: 0.875rem;
}
.bpp-info .download-link.download-pdf {
  background-image: url(../img/pdf.svg);
  padding-left: 20px;
  color: #333;
}
.bpp-info .download-link.download-doc {
  background-image: url(../img/doc.svg);
  padding-left: 20px;
  color: #333;
}
.related-posts-container {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 25px 25px 10px 25px;
  background: #e5eaf5;
  width: 100%;
}
.related-posts-container .lcp_catlist {
  margin-bottom: 20px !important;
  margin-left: 20px !important;
  list-style: outside square !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.related-posts-container .lcp_catlist li {
  width: 50%;
  padding-right: 30px;
}
.file-attachments label {
  display: block;
  margin-bottom: 20px;
}
.file-attachments label:first-of-type {
  margin-top: 20px;
}
.file-attachments label strong {
  font-weight: 700;
  display: block;
}
.file-attachments label small {
  font-size: 12px;
}
.file-attachments br {
  display: none;
}
.mobilizacija-intro {
  margin-bottom: 20px;
}
.mobilizacija-intro h2 {
  font-size: 1.75rem !important;
  color: #1674c5;
  line-height: 120%;
  margin-bottom: 20px;
  font-weight: 500 !important;
}
.mobilizacija-intro .mobilizacija-block {
  overflow: hidden;
  margin-bottom: 20px;
}
.mobilizacija-intro .mobilizacija-block figure {
  width: 400px;
  float: left;
  margin: 0 20px 5px 0;
  display: block;
}
.mobilizacija-intro .mobilizacija-block figure img {
  width: 100%;
  display: block;
  height: auto;
}
.mobilizacija-intro .mobilizacija-block p {
  margin: 0;
  font-size: 1rem;
}
.president-block p:first-of-type {
  display: inline-block;
  float: left;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  width: 40px;
  height: 14px;
}
#main.about-us-page .main-content {
  margin-bottom: 20px;
}
#main.about-us-page .about-block {
  margin-bottom: 20px;
}
#main.about-us-page .about-block:last-of-type {
  margin-bottom: 0;
}
#main.about-us-page .about-block h2 {
  color: #333;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 5px;
  margin-top: 30px;
}
#main.about-us-page .about-block .about-desc {
  margin-bottom: 15px;
  font-size: 1rem;
}
#main.about-us-page .about-block .about-desc p {
  margin-bottom: 10px;
}
#main.about-us-page .about-block .about-desc p:last-of-type {
  margin-bottom: 0;
  font-size: 1rem;
}
#main.about-us-page .about-block .list-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.about-us-page .about-block .list-members .member-block {
  padding: 10px 15px;
  width: 24%;
  margin-bottom: 15px;
  text-align: center;
}
#main.about-us-page .about-block .list-members .member-block.shadow-sm {
  background: #FFF;
}
#main.about-us-page .about-block .list-members .member-block span {
  display: inline-block;
  font-size: 0.875rem;
}
#main.about-us-page .about-block .list-members .member-block:empty {
  height: 1px;
  padding: 0;
}
#main.about-us-page .about-block.about-office h2 {
  margin-bottom: 15px;
}
#main.about-us-page .about-block.about-office .member-block {
  text-align: center;
}
#main.about-us-page .about-block.about-office .member-block span {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
}
#main.about-us-page .about-block.about-office .member-block strong {
  font-size: 0.6rem;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  color: rgba(51, 51, 51, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
#main.about-us-page .about-block.about-office .member-block em {
  font-size: 0.775rem;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
  line-height: 1.3;
}
#main.about-us-page .about-block.about-office .member-block a {
  font-size: 0.775rem;
  padding: 5px 12px;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  background: #1674c5;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.3;
}
#main.about-us-page .about-block.about-office .member-block a:hover,
#main.about-us-page .about-block.about-office .member-block a:focus {
  text-decoration: none;
  background: #115997;
}
#main.about-us-page .president-block-content {
  padding: 20px;
  background: #FFF;
  overflow: hidden;
  font-size: 0.875rem;
  margin-top: 15px;
}
#main.about-us-page .president-block-content p {
  margin-bottom: 15px;
}
#main.about-us-page .president-block-content p:last-of-type {
  margin-bottom: 0;
}
#main.about-us-page .president-block-content .president-image {
  width: 300px;
  display: block;
  float: left;
  margin: 0 15px 10px 0;
}
#main.about-us-page .president-block-content .president-image img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#main.about-us-page .president-block-content .president-image h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0 0 0;
  color: #1674c5;
  text-align: center;
}
@media (min-width: 1640px) {
  .container {
    width: 1600px;
    max-width: 1600px;
  }
}
@media (max-width: 1640px) {
  header.header nav.nav .container.header-bottom ul li a {
    padding: 12px 30px;
  }
  #cover-story .cover-info .cover-info-container h2 {
    font-size: 2rem;
  }
  #cover-story .cover-info .cover-info-container p {
    font-size: 1rem;
  }
  #main .single-left .main-content .article-single h3 {
    font-size: 1.25rem;
  }
  #main .single-left .main-content .article-single .article-date {
    font-size: 0.7rem;
    padding: 2px 8px;
  }
  #main .single-left h1 {
    font-size: 1.5rem;
  }
  #intro p {
    font-size: 1.5rem;
  }
  body:lang(mk-MK) header.header nav.nav .container.header-bottom ul li a {
    padding: 12px 18px;
  }
  #cover-story .cover-info {
    bottom: 20px;
  }
  #cover-story {
    background-size: cover;
    background-position: top center;
    background-color: #FFF;
  }
  #main.about-us-page .about-block .list-members .member-block {
    width: 32%;
  }
  #main.about-us-page .about-block .list-members .member-block span {
    line-height: 1.3;
  }
  #main.about-us-page .about-block .about-desc p:last-of-type {
    font-size: 0.875rem;
  }
  #main.about-us-page .about-block h2 {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  #main .single-left .main-content .article-single h3 {
    font-size: 1.25rem;
  }
  #main .single-left .main-content .article-single .post-thumb {
    flex: 1;
  }
  #main .single-left .main-content .article-single .article-teaser {
    flex: 1;
  }
  #main .single-left .main-content .article-single h3 {
    font-size: 1rem;
  }
  #main .single-left .main-content .article-single .article-date {
    font-size: 0.6rem;
    padding: 0px 6px;
  }
  header.header nav.nav .container.header-bottom ul li a {
    padding: 12px 22px;
    font-size: 0.875rem;
  }
  #cover-story .cover-info .cover-info-container h2 {
    font-size: 1.5rem;
  }
  #cover-story .cover-info .cover-info-container span em {
    padding: 5px 10px;
  }
  #cover-story .cover-info .cover-info-container span {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #main.hor .single-left .main-content .article-single {
    flex-direction: column;
  }
  #main.hor .single-left .main-content .article-single .article-teaser {
    padding: 10px 15px;
    border-top: 1px solid #efeeeb;
  }
  #main.hor .single-left .main-content .article-single h3 {
    font-size: 0.875rem;
  }
  #main.hor .single-left .main-content .article-single .article-date {
    background: none;
    color: #1674c5;
    margin-bottom: 3px;
    padding: 0;
    text-transform: none;
    font-size: 0.775rem;
    line-height: 120%;
  }
}
@media (max-width: 992px) {
  #main .single-left .main-content .article-single {
    margin-bottom: 15px;
    flex-direction: column;
  }
  #main .single-left .main-content .article-single.article-media-single .post-thumb {
    margin-bottom: 15px;
  }
  #main .single-left .main-content .article-single .article-teaser {
    padding: 0 15px 15px 15px;
  }
  #main .single-left .main-content .article-single h3 {
    font-size: 0.875rem;
  }
  header.header nav.nav .container.header-bottom .logotype img {
    width: 24px;
    margin: 9px;
  }
  header.header nav.nav .container.header-bottom .logotype {
    width: 42px;
  }
  header.header nav.nav .container.header-bottom ul {
    margin-left: 42px;
  }
  header.header nav.nav .container.header-bottom ul li a {
    padding: 4px 11px;
    font-size: 0.775rem;
  }
  body {
    padding-top: 147px;
  }
  #home-media .home-media-title img {
    width: 78px;
    margin-bottom: 20px;
  }
  .home-media-block {
    margin-bottom: 20px;
  }
  #logos .footer-logo-container .footer-logo {
    width: 20%;
  }
}
@media (max-width: 768px) {
  #burger-menu-button {
    display: block;
    position: absolute;
    width: 32px;
    top: 9px;
    right: 18px;
    z-index: 2000;
  }
  #burger-menu-button img {
    display: block;
    width: 100%;
  }
  header.header nav.nav {
    display: none;
  }
  header.header nav.nav .container.header-bottom .logotype {
    display: none;
  }
  header.header nav.nav .container.header-bottom ul {
    margin-left: 0px;
  }
  header.header .container.header-top #topmenu .topmenu-left,
  header.header .container.header-top #topmenu .phone,
  header.header .container.header-top #search {
    display: none;
  }
  header.header .container.header-top h1 {
    display: block;
    width: 100%;
  }
  header.header .container.header-top .logo {
    width: 200px;
    display: block;
    margin-left: 5px;
  }
  header.header .container.header-top {
    padding: 10px 0;
  }
  header.header {
    height: 50px;
    background: #1674c5;
  }
  #cover-story {
    width: 100%;
    height: calc(100vh - 90px);
    background-size: cover;
    background-position: bottom center;
  }
  body {
    padding-top: 88px;
  }
  header.header .container.header-top #topmenu {
    top: 4px;
    right: 80px;
  }
  header.header .container.header-top {
    max-width: 100%;
  }
  header.header nav.nav .container.header-bottom {
    padding: 0;
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    background: #FFF;
    max-width: 100%;
  }
  header.header nav.nav .container.header-bottom ul li {
    border-bottom: 1px solid #efeeeb;
    border-right: none;
    float: none;
    width: 100%;
    text-align: center;
  }
  #main .single-left .main-content .article-single .article-teaser {
    padding: 10px 15px;
    border-top: 1px solid #efeeeb;
  }
  .container {
    max-width: 94%;
  }
  #main .single-left .main-content ol.listing li {
    width: 33.3%;
  }
  .table.office-table {
    display: none;
  }
  ol.staff-list {
    display: block;
  }
  ol.staff-list li {
    margin: 0 0 10px 0 !important;
    list-style: none outside;
  }
  ol.staff-list li br {
    display: none;
  }
  ol.staff-list li span {
    display: block;
    margin-bottom: 0;
  }
  ol.staff-list li span:nth-last-of-type(3) {
    color: #1674c5;
    font-weight: 600;
    line-height: 130%;
  }
  ol.staff-list li span:nth-last-of-type(2) {
    font-weight: 600;
    font-size: 0.775rem;
    line-height: 120%;
  }
  ol.staff-list li span:nth-last-of-type(1) {
    font-size: 0.775rem;
    line-height: 120%;
  }
  body.page .single-right {
    margin-top: 0;
  }
  #main .single-left .main-content {
    margin-bottom: 30px;
  }
  #banner-container .row .single-banner-container {
    padding-left: 15px;
    padding-right: 0px;
  }
  #banner-container .row .single-banner-container:nth-of-type(2n+1) {
    padding-left: 0px;
    padding-right: 15px;
  }
  .article-single-container {
    margin-bottom: 15px;
  }
  #main .single-left .main-content.projects-list .project-single .article-single {
    flex-direction: column;
  }
  .completed-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .completed-mobile .completed-year {
    margin-bottom: 20px;
  }
  .completed-mobile h3 {
    margin-bottom: 0 !important;
  }
  .completed-mobile h3 span {
    border-radius: 5px 5px 0 0;
    color: #FFF;
    padding: 8px 12px;
    background: #ff9c1d;
    display: block;
  }
  .completed-mobile .complited-section {
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom: none;
  }
  .completed-mobile .complited-section .completed-row {
    border-bottom: 1px solid #ccc;
    padding: 15px;
  }
  .completed-mobile .complited-section .completed-row .completed-name {
    font-weight: 700;
    color: #1674c5;
    margin-bottom: 5px !important;
    font-size: 1rem !important;
    line-height: 130% !important;
  }
  .completed-mobile .complited-section .completed-row .completed-donator {
    font-size: 0.775rem !important;
    margin-bottom: 0 !important;
  }
  .completed-mobile .complited-section .completed-row .completed-period {
    font-size: 0.775rem !important;
    margin-bottom: 0 !important;
  }
  .completed-mobile .complited-section .completed-row .completed-budget {
    font-size: 0.775rem !important;
    margin-bottom: 0 !important;
  }
  #main #search-results .single-left h1 {
    font-size: 1rem;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  #main #search-results .single-left .date {
    font-size: 0.775rem;
    line-height: 120%;
    margin-bottom: 3px;
  }
  #main #search-results .single-left h2 {
    font-size: 1rem !important;
  }
  #main #search-results .single-left p {
    font-size: 0.775rem;
    line-height: 130%;
  }
  .search-single-result {
    margin-bottom: 20px;
  }
  #logos .footer-logo-container .footer-logo {
    width: 20%;
  }
  header.header #search-container {
    background: #000;
    padding: 5px 20px;
    width: 100%;
    left: 0;
    top: 38px;
    bottom: auto;
    right: auto;
  }
  header.header #search-container #donate figure,
  header.header #search-container #report figure {
    display: none;
  }
  header.header #search-container #donate,
  header.header #search-container #report {
    padding: 5px 10px;
    height: 30px;
  }
  header.header #search-container form.search .search-input {
    padding: 3px 12px;
  }
  header.header #search-container form.search .search-submit {
    background: #ff9c1d;
    padding: 7px;
  }
  header.header #search-container form.search .search-submit:hover,
  header.header #search-container form.search .search-submit:focus {
    background: #ff9103;
  }
  footer .footer-content {
    text-align: center;
  }
  footer .footer-content .mhc-footer-logo {
    margin: 0 auto 10px auto;
  }
  footer .footer-links-block {
    margin-bottom: 30px;
  }
  footer .footer-links-block:last-of-type {
    margin-bottom: 30px;
  }
  footer .footer-content {
    padding: 30px 0 0px 0;
  }
  footer .footer-links-block ul li {
    margin-bottom: 5px;
  }
  header.header #search-container form.search {
    border: none;
  }
  #main .single-left .main-content .post-thumb {
    margin: 0 0 20px 0 !important;
    float: none;
    display: block;
  }
  .mobilizacija-intro {
    margin-bottom: 20px;
  }
  .mobilizacija-intro .mobilizacija-block {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .mobilizacija-intro .mobilizacija-block figure {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
  .mobilizacija-intro .mobilizacija-block figure img {
    width: 100%;
    display: block;
    height: auto;
  }
  .mobilizacija-intro .mobilizacija-block p {
    margin: 0;
    font-size: 1rem;
  }
  .related-posts-container .lcp_catlist li {
    width: 100% !important;
  }
  #main.about-us-page .about-block .list-members .member-block {
    width: 49%;
  }
}
@media (max-width: 576px) {
  header.header .container.header-top #topmenu {
    top: 0px;
    right: 65px;
  }
  #cover-story .cover-info .cover-info-container p {
    display: none;
  }
  #cover-story .cover-info .cover-info-container h2 {
    font-size: 1.25rem;
    line-height: 130%;
    margin-bottom: 0;
  }
  #cover-story .cover-info {
    bottom: 35px;
  }
  #home-media .media-single-container h3 {
    font-size: 0.775rem;
  }
  #main .single-left .main-content ol.listing li {
    width: 100%;
    float: none;
    border: none;
    padding: 2px 0;
  }
  #main .single-left ol.listing {
    border: none;
  }
  #banner-container .row .single-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner-container .row .single-banner-container:nth-of-type(2n+1) {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.header .container.header-top #topmenu ul li {
    border: none;
  }
  header.header .container.header-top #topmenu ul li a {
    padding: 0px 5px;
  }
  header.header .container.header-top .logo {
    width: 160px;
  }
  header.header .container.header-top {
    padding: 15px 0;
  }
  header.header {
    height: 55px;
  }
  body {
    padding-top: 76px;
  }
  header.header .container.header-top #topmenu ul:last-of-type {
    margin-top: -1px;
  }
  #burger-menu-button {
    width: 32px;
    top: 12px;
  }
  #main {
    margin-top: 15px;
  }
  header.header nav.nav .container.header-bottom {
    top: 80px;
  }
  .container {
    max-width: 98%;
  }
  #home-main .home-right #banner-container .single-banner-container,
  #banner-container .row .single-banner-container:nth-of-type(2n+1) {
    padding: 0;
  }
  #home-main .home-right #banner-container .single-banner-container {
    margin-bottom: 20px;
  }
  #cover-story {
    height: calc(100vh - 120px);
    background-size: 100% auto;
    background-color: #FFF;
  }
  #logos .footer-logo-container .footer-logo {
    width: 25%;
  }
  #burger-menu-button {
    width: 24px;
    top: 10px;
    right: 10px;
  }
  header.header .container.header-top {
    padding: 10px 0;
    max-width: 98%;
  }
  header.header {
    height: 42px;
  }
  header.header #search-container {
    top: 30px;
  }
  header.header nav.nav .container.header-bottom {
    top: 80px;
  }
  header.header .container.header-top #topmenu {
    top: 0px;
    right: 50px;
  }
  #cover-story {
    width: 100%;
    height: calc(100vh - 110px);
  }
  #home-main {
    padding: 20px 0 20px 0;
  }
  /* */
  body.single #main article.container,
  body.page #main article.container {
    width: 100% !important;
    max-width: 100%;
  }
  body.single #main .single-left,
  body.page #main .single-left {
    padding: 0 !important;
    box-shadow: none !important;
  }
  body.single #main,
  body.page #main {
    margin-top: 5px;
  }
  .bpp {
    margin-bottom: 30px;
    display: block;
    width: 250px;
    margin: 0 auto 30px auto;
  }
  body.page #main .single-left h1 {
    font-size: 1.5rem;
    padding: 20px 5px 0 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #main .single-left h2:first-of-type {
    margin-top: 0;
    padding: 0 5px 0 5px;
    border: none;
    box-sizing: border-box;
  }
  #main .single-left .main-content .project-single {
    margin-bottom: 0;
  }
  #main .single-left .main-content .article-single {
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
  }
  #main .single-left .main-content.projects-list .project-single .article-single .article-single-content h3 {
    font-size: 1.25rem !important;
  }
  .addtoany_content {
    clear: both;
    margin: 16px 0px !important;
    box-sizing: border-box;
  }
  body.page .addtoany_content {
    margin: 16px 0px !important;
  }
  .article-single-container {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #main .single-left .main-content > .col-sm-12 {
    padding: 0 !important;
  }
  .completed-mobile {
    display: block;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.page #main article.container > .row {
    padding: 0 15px;
  }
  body.page .article-single-container {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.kontakt #main article.container > .row,
  body.contact #main article.container > .row,
  body.kontakte #main article.container > .row {
    padding: 0 15px;
  }
  body.kontakt #main article.container > .row .main-contact-form,
  body.contact #main article.container > .row .main-contact-form,
  body.kontakte #main article.container > .row .main-contact-form {
    padding: 0;
  }
  #intro p {
    font-size: 1rem;
    font-weight: 400;
    padding: 0 30px;
  }
  body.page .white-box.single-white-box {
    padding: 30px 30px 30px 30px;
    margin: 0 -15px 30px -15px;
  }
  body.page #main .single-left .white-box.single-white-box h1 {
    padding: 0;
  }
  #main .single-left .main-content .page-gallery ul li {
    width: 75px;
    height: 75px;
  }
  #main .single-left .main-content p {
    overflow: hidden;
  }
  #main .single-left .main-content p a {
    word-break: break-all;
  }
  #main.about-us-page .about-block .list-members .member-block {
    width: 100%;
  }
  #main.about-us-page .president-block-content .president-image {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 15px 0;
  }
  #main.about-us-page .about-block .list-members .member-block:empty {
    display: none;
  }
  /* */
}

/*# sourceMappingURL=mhc.css.map */