body, html {
  height: 100%;
}

h2 {
  font-size: 1.4em;
}

h1, h2, h3 {
    line-height: 1.4em;
}

a, a:visited {
    color: #4180bc;
    text-decoration: none;
    outline: 0;
}

a:hover, a:focus {
    text-decoration: none;
    color: hsl(210, 84%, 71%);
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}


#wrap .container.push  {
  padding-top: 130px;
}


.navbar-fixed-top #lang_selector {
  padding-top: 40px;
}


.navbar-fixed-top .nav>li>a {
    padding: 50px 16px;
    font-size: 1.2em;
}

@media (max-width: 1200px) {
  .navbar-fixed-top .nav>li>a {
      padding: 50px 10px;
      font-size: 1em;
  }

}

@media (max-width: 980px) {
  #wrap .container.push  {
    padding-top: 0;
  }
  
  .navbar-fixed-top .nav>li>a {
      padding: 20px 12px;
      font-size: 1.1em;
  }

}

@media (min-width: 980px) {
  form .row1
  {
      display: inline-table;
      width:100%;
  }
  form .row1 .control-group {width:30%; float: left; margin: 0px; }
  form .row1 .control-group input[type="text"]{width:7em;} 
}

  






footer {
  background-color: #f5f5f5;
}


#push, footer {
  height: 60px;
}


.tabs {
    border-bottom: thin solid #fbbd00;
    margin: 2em 4em;
}

.tabs li {
    list-style: none;
    display: inline;
    margin-left: 5px;

}

.tabs a {
    padding: 5px 10px;
    display: inline-block;
    background: #f1f1f1;
    color: gray;
    text-decoration: none;
}

.tabs a.active {

    background: #fbbd00;
    color: white;
}

article p, .page_block p {
  text-align: justify;
  text-indent: 3em;
  padding-bottom: 1em;
}

article.index h1 {
  font-size: large;
}

article.index .authors {
  font-size: large;
}


.front_banner {
  position: relative;
  margin-bottom:1em;
}

.bnr_image {
  max-height: 400px;
  overflow: hidden;
}
.front_banner img {
  min-width: 800px;
  width: 100%;
}

@media (max-width: 767px) {
  .front_banner {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.bnr_title h1 {
  padding: 0;
    text-align: right;
  color: rgb(86, 87, 158);
    max-width: 800px;
    float: right;
}

@media (max-width: 767px) {
  .bnr_title h1 {
    font-size: x-large;
    line-height: 1.4em;
  }
}



.bnr_title {
  position: absolute;
  z-index: 1;
  //background-color: rgba(253, 253, 253, 0.7);
  width: 90%;
  right: 10%;
  bottom: 30%;
}

.header_button_panel {
  color: silver;
}

.header_caption {
  display: inline;
}
.round_button_panel a {
    display: inline;
    padding: 4px 10px;
    letter-spacing: 0rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #d2d2d2;
    color: white;
    margin-left: 5px;
}

.round_button_panel a:hover, .round_button_panel a:focus {
    background: hsl(210, 84%, 71%);
}

.round_button_panel a.active {
    background: hsl(210, 84%, 81%);
}


p.fader {
    text-indent: 0;
    padding-bottom: 1em;
    padding-top: 0.5em;
    color: cadetblue;
}

.page_admin_icons .img_icon {
    float: left;
}












