* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #fff;
  font-size: 1rem !important;
  padding: 0px;
  margin: 0px;
  font-family: Arial;
  overflow-y: scroll;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #01549e;
}

a:hover {
  text-decoration: underline;
}

.t {
  clear: both;
}

/* Header */
#systemBar {
  background-color: #1d619e;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #systemBar {
    display: none;
  }
}

#today {
  color: #fff;
  font-size: 12px;
  margin-right: auto;
  padding-right: 10px;
}

.systemLinks {
  display: flex;
  padding: 5px 0;
  margin-right: 15px;
}

.systemLinks a {
  color: #fff;
  padding: 0px 15px;
  border-right: 1px solid rgba(190, 190, 190, 0.5);
}

.systemLinks a:hover {
  text-decoration: none;
}

.search {
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  width: 300px;
  position: relative;
}

.search:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #0859a4;
  position: absolute;
  right: 7px;
  top: 3px;
  font-size: 16px;
  z-index: 1;
}

.search input[type="text"] {
  background: #fff;
  font-size: 11px;
  padding: 5px 30px 5px 10px;
  width: 100%;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
}

.search input[type="submit"] {
  opacity: 0;
  font-size: 0;
  height: 100%;
  width: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

#cityscape {
  /*background: url(header-bg.png) repeat-x 2px;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #539ddf;
  padding: 5px 15px;
  box-sizing: border-box;
}

#image-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 40px;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  #image-wrapper {
    width: 170px;
    flex-wrap: nowrap;
  }
}

.main-link {
  text-decoration: none;
}

@media (min-width: 576px) {
  .main-link {
    padding: 5px;
  }
}

.main-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.main-link+.main-link {
  transform: scale(0.8);
}

@media (max-width: 991px) {
  #langsAndReception {
    display: none;
  }
}

@media (min-width: 992px) {
  #langsAndReception {
    height: 109px;
    width: 200px;
  }
}

#langs {
  /*margin-right: 10px;*/
  /* margin-top: 28px; */
  text-align: right;
  margin-left: 5px;
}

@media (min-width: 992px) {
  #langs {
    margin-top: 28px;
  }
}

#langs a {
  color: black;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 26px;
}

#langs a:hover {
  color: #fff;
}

#reception {
  background: transparent url(reception-bg-2.png) no-repeat right top;
  background-size: contain;
  /*padding-left: 28px;*/
}

#reception a {
  display: block;
  color: #d4e9ff;
  padding: 11px 15px;
  font-size: 12px;
  text-align: right;
}

#title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 85px);
  background: #539DDF;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  #title-wrapper {
    width: calc(100% - 105px);
  }
}

@media (min-width: 992px) {
  #title-wrapper {
    width: calc(100% - 370px);
    padding: 0 10px;
  }
}

#title-ofru {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  #title-ofru {
    display: none;
  }
}

#title-ofbe {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 1px;
}

#title-ofen {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 1px;
}

#titleru {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #titleru {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  #titleru {
    font-size: 1.3rem;
  }
}


#titlebe {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #titlebe {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  #titlebe {
    font-size: 1.3rem;
  }
}

#titleen {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #titleen {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  #titleen {
    font-size: 1.3rem;
  }
}

#title-adru {
  margin-top: 0.2rem;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 1px;
}

#title-adbe {
  margin-top: 0.2rem;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 1px;
}

#title-aden {
  margin-top: 0.2rem;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 1px;
}

#electionsru {
  background: url(elections.png) no-repeat 5px 15px;
  display: inline-block;
  width: 240px;
  height: 128px;
}

#electionsbe {
  background: url(elections_be.png) no-repeat 5px 15px;
  display: inline-block;
  width: 240px;
  height: 138px;
}

/* new menu styles */

@media (min-width: 992px) {
  .main-navigation__header {
    display: none;
  }

  .actions-menu-wr {
    display: none;
  }

  .open-menu {
    display: none;
  }
}

.open-menu {
  width: 34px;
  height: 34px;
  overflow: hidden;
  color: transparent;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}

.open-menu span {
  display: block;
}

.open-menu span,
.open-menu span:after,
.open-menu span:before {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #fff;
  transition: all .2s ease;
  border-radius: 4px;
  width: 100%;
}

.open-menu span:after,
.open-menu span:before {
  content: '';
}

.open-menu span:before {
  top: -10px;
}

.open-menu span:after {
  bottom: -10px;
}

@media (min-width: 992px) {
  .main-navigation {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
}

#menuBar {
  background-color: #1d619e;
}

#menuLinks .row {
  display: flex;
  width: 100%;
  text-align: center;
}

.menuLinks {
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  .menuLinks:last-of-type {
    border: none;
  }
}

.menuLinks a,
.menuLinks span {
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1200px) {

  .menuLinks a,
  .menuLinks span {
    font-size: 1rem;
  }
}

.menuLinks span {
  background: #c6def4;
  color: #01549e;
}

.menuLinks a:hover {
  background: #c6def4;
  color: #01549e;
}

#menuBar h1 span {
  color: white;
  padding-left: 20px;
}

#menuBottomSeparator {
  background: url(menu-bottom-separator-bg.png) repeat-x bottom;
  height: 4px;
}

@media (max-width: 991px) {
  .main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background: #1f619d;
    width: 300px;
    z-index: 9998;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 20%);
    /* transition: transform .4s ease; */
    /* transform: translate3d(-300px, 0, 0); */
    display: none;
  }

  .menu-show .main-navigation {
    /* transform: translate3d(0, 0, 0); */
    display: block;
  }

  body.menu-show {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%;
  }

  body .container_main:after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
    background: rgba(0, 0, 0, 0.3);
  }

  body.menu-show .container_main:after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
  }

  .main-navigation__header {
    padding: 20px 30px 20px 15px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #539cdf;
  }

  .reception {
    background: transparent url(reception-bg-2.png) no-repeat right top;
    background-size: contain;
    padding-left: 28px;
  }

  .reception a {
    display: block;
    color: #d4e9ff;
    padding: 11px 15px;
    font-size: 12px;
    text-align: right;
  }

  .close-menu {
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 13px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  #menuBar {
    background: transparent;
  }

  #menuLinks {
    display: block;
  }

  #menuLinks .row {
    display: block;
    text-align: left;
  }

  .menuLinks {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 20%);
  }

  .menuLinks a,
  .menuLinks span {
    padding: 15px 15px;
    font-weight: normal;
    color: #fff;
  }

  .menuLinks span {
    background: rgba(255, 255, 255, 10%);
  }

  .actions-menu-wr {
    padding: 15px;
  }

  #langs {
    text-align: center;
    margin-bottom: 10px;
  }

  #langs a {
    margin: 0 5px;
    color: #fff;
  }

  .search {
    width: 100%;
    margin-bottom: 15px;
  }

  .systemLinks a:last-of-type {
    border: none;
  }
}

/* end new menu styles */

.subMenu {
  background: url(submenu-bg.png);
  position: absolute;
  width: 16%;
  display: none;
  left: 576px;
  top: 164px;
  z-index: 1;
}

.subMenu .links {
  background: transparent url(submenu-top-separator-bg.png) repeat-x;
  padding: 15px 30px;
}

.subMenu .links a {
  color: #acd9fe;
  display: block;
  margin: 6px 0px;
}

/* Main content */
#bodyHomepage {
  width: 100%;
}

#leftColumn {
  display: inline-block;
  vertical-align: top;
  width: 26%;
}

#leftColumn a {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: 3px;
  padding-left: 20px;
  text-decoration: underline;
}

#leftColumn a:hover {
  color: #015cad;
}

#leftColumn a#all {
  background: url(icon-double-arrow.png) no-repeat right;
  color: #015cad;
  float: right;
  display: block;
  width: 85px;
}

#leftColumn a#all:hover {
  color: #000;
}

#leftMenu {
  width: 253px;
  padding-top: 3px;
  border: 1px solid #a1c1dc;
}

h3 {
  height: 30px;
  padding-left: 5px;
  padding-top: 8px;
  background-color: #3f6bab;
  color: #fff;
  font-size: 1.4em;
}

#leftColumn #menuBarAdd {
  display: block;
}

#menuLinksAdd1,
#menuLinksAdd2,
#menuLinksAdd3,
#menuLinksAdd4,
#menuLiksAdd5 {
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#menuBarAdd a {
  font-size: 1.2em;
  text-decoration: none;
}

.forGuests,
#forBusiness,
#forCitizens,
#billboard {
  border: 1px solid #a1c1dc;
  /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
  margin: 3px 3px 3px 0px;
  padding-bottom: 10px;
  padding-right: 5px;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
li {
  margin-left: 20px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.forGuests li a {
  padding-left: 0px !important;
}

.forGuests ul li a font {
  font-size: 1rem;
}

#billboard .shiftedBlueHeader {
  background: transparent url(billboard-bg.png) no-repeat;
  color: #012457;
  height: 26px;
  width: 130px;
}

#billboard .theater {
  background: url(icon-theater.png) no-repeat;
  float: left;
  height: 25px;
  margin-left: -1px;
  margin-top: 2px;
  width: 20px;
}


#billboard .label,
#billboard .label2 {
  background-color: #dcdee1;
  color: #012459;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 2px 0px 0px 0px;
  padding: 2px 10px 0px 0px;
  text-align: right;
  width: 65px;
  display: block;
  height: 18px;
}

#billboard .label2 {
  margin-top: 5px;
}

#billboard .date {
  /*clear: left;
  margin: 10px 0px;
  padding-left: 100px;*/
  font-size: 11px;
  font-weight: bold;
}

#billboard .item {
  /*!!!!!!!!!!!!!!!!!!!!!!!!!*/
  clear: left;
  margin-left: 2px;
  display: table;
}

#billboard .item .image {
  /*	display: table-cell;*/
  float: left;
  padding: 5px 5px 2px 5px;
  vertical-align: top;
}

#billboard .item .description {
  /*display: table-cell;
    vertical-align: top;*/
  text-align: left;
}

#billboard .item .description a {
  color: #0159a8;
  display: block;
  font-size: 12px;
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
}

#billboard .item .description a:hover {
  color: #000;
}

#billboard .item .description .button {
  background: url(button-120x23.png) no-repeat;
  border: none;
  color: #0159a8;
  display: block;
  font-size: 10px;
  height: 23px;
  margin-top: 10px;
  padding-top: 4px;
  text-align: center;
  text-decoration: underline;
  width: 120px;
  float: right;
}

#billboard .cinema,
#billboard .exhibition,
#billboard .sport {
  background: url(icon-cinema.png) no-repeat;
  float: left;
  height: 24px;
  margin-left: -1px;
  margin-top: 5px;
  width: 19px;
}

#billboard .exhibition {
  background: url(icon-exhibition.png) no-repeat;
}

#billboard .sport {
  background: url(icon-sport.png) no-repeat;
}



#mainColumn {
  background: url(page-bg-2.png) repeat-x;
  border-top: 1px solid #a1c1dc;
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
  width: 48%;
}

#mainColumnAA {
  background: url(page-bg-2.png) repeat-x;
  border-top: 1px solid #a1c1dc;
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
  width: 76%;
}


.whiteHeader {
  background: transparent url(actual-bg.png) no-repeat;
  color: #015cad;
  font-family: "Trebuchet MS", Arial, Verdana, Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  height: 36px;
  position: relative;
  text-align: center;
  width: 220px;
  background-size: 220px;
}

#mainColumn .item {
  margin-left: 20px;
  margin-right: 20px;
  display: table;
}

#mainColumn .item .date {
  color: #0f3267;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin: 10px 0px;
}

#mainColumn .item .headtitle {
  /*color: #015cda;*/
  color: #0f3267;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin: 0px 0px 5px;
  font-size: 1.125rem;
}


#mainColumn .item .image {
  display: table-cell;
  padding: 10px;
  padding-top: 35px;
  vertical-align: top;
}

.imglef {
  float: left;
  padding: 2px 4px 0px 0px;
}


#mainColumn .item .description {
  display: table-cell;
  vertical-align: top;
}

#mainColumn .item .description a {
  color: #015cad;
  display: block;
  float111: right;
  font-size: 0.875rem;
  /*font-weight: bold;*/
  margin: 6px 0px;
  text-decoration: underline;
}

#mainColumn .item .description a:hover {
  color: #000;
}

#regionNews,
#actual {
  border-top: 1px solid #a1c1dc;
  margin-right: 10px;
  margin-top: 20px;
}

#photoGalleries {
  background-color: #2d73b2;
  border-bottom: 1px solid #1f347a;
  border-top: 1px solid #1f347a;
  margin-top: 20px;
  width: 100%;
}

#photoGalleries .title {
  color: #fff;
  font-family: "Trebuchet MS", Arial, Verdana, Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 30px;
}

#photoGalleries a,
#photoGalleries a:visited,
#photoGalleries a:link {
  color: #fff;
}

#photoGalleries #galleryViewer {
  background: url(gallery-scrollbar-bg.png) repeat-x;
  height: 69px;
  padding: 7px 2px 8px 2px;
}

#photoGalleries .images {
  display: table;
  width: 100%;
}

#photoGalleries .images .galleryImage {
  display: table-cell;
  text-align: center;
  width: 20%;
}

#photoGalleries .images .scroller {
  display: table-cell;
  vertical-align: middle;
  width: 22px;
}

#leftScroller {
  background: url(gallery-scroll-left.png) no-repeat;
  display: inline-block;
  height: 21px;
  padding-right: 2px;
  width: 22px;
}

#rightScroller {
  background: url(gallery-scroll-right.png) no-repeat;
  display: inline-block;
  height: 21px;
  padding-left: 2px;
  width: 22px;
}

#photoGalleries .tabs {
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
}

#photoGalleries .tabs .currentTab {
  border: 1px solid #6fbcff;
  color: white;
  display: inline-block;
  padding: 5px;
}

#photoGalleries .tabs a {
  color: black;
  display: inline-block;
  padding: 3px;
}

#photoGalleries .tabs a:hover {
  color: white;
}


#rightColumn {
  background: transparent url(page-bg-2.png) repeat-x;
  border-top: 1px solid #a1c1dc;
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
  width: 26%;
}

#newsIPPRB {
  margin-left: 10px;
}

.header {
  color: #0f3267;
  font-family: "Trebuchet MS", Arial, Verdana, Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: 5px;
  padding-top: 10px;
}

#rightColumn .item {
  margin-left: 10px;
  margin-right: 10px;
  display: table;
}

#rightColumn .item .date {
  color: #0f3267;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin: 5px 0px;
}

#rightColumn .item .description {
  display: table-cell;
  vertical-align: top;
}

#rightColumn .item .description a {
  color: #015cad;
  display: block;
  /*font-weight: bold;*/
  margin: 0px 0px 10px 0px;

}

#rightColumn .item .description a:hover {
  color: #000;
  text-decoration: none;
}

#actualInfo {
  /*border-top: 1px solid #a1c1dc;*/
  margin-left: 10px;
  /*margin-top: 20px;*/
}


#yourOpinion,
#banners {
  border-top: 1px solid #a1c1dc;
  margin-left: 10px;
  margin-top: 20px;
}

#banners img {
  border: 0px;
}


#actualInfo .item {
  /*margin-bottom: 20px;*/
}

#rightColumn #actualInfo .item .description a {
  font-size: 1rem;
  margin: 10px 0px 5px 0px;
}

#yourOpinion #voteForm {
  margin-left: 10px;
  margin-right: 10px;
}

#yourOpinion #voteForm form {
  margin: 10px 0px;
}

#yourOpinion #voteForm input[type="submit"],
.answer {
  background: url(button-71x23.png) no-repeat;
  border: none;
  color: #0f3267;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  height: 23px;
  padding-top: 4px;
  padding-left: 4px;
  width: 71px;
  margin-top: 10px;
}

#yourOpinion #voteForm a {
  font-weight: bold;
  text-decoration: underline;
}

#yourOpinion #voteForm a:hover {
  color: black;
}

#banners {
  padding: 10px 0px 10px 0px;
  text-align: center;
}


#centerBanners {
  background-color: #f6fbff;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}

/* Footer */
#footer {
  border-top: 1px solid #807d7c;
}

#footerBanners {
  background-color: #f0f4f9;
  padding: 10px;
  text-align: center;
}

#footerBanners a img {
  border: 1px solid #e3dce9;
  margin: 4px;
}

#copyright {
  /*background-color: #2d73b2;*/
  background-color: #1d619e;
  color: #fff;
  font-size: 14px;
  padding: 15px 0px;
  text-align: center;
}