html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    /*height: 60px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', SimSun, "宋体";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.cookie-accept {
    max-width: 300px;
    width: 100%;
    right: 20px;
    height: auto;
    z-index: 9999;
    bottom: 20px;
    position: fixed;
    display: block;
    padding: 2rem;
    background: #337ab7;
    color: white;
    border-radius: 2%;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light {
    border: 1px solid #f8f9fa !important;
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* close icon */
.close {
    position: absolute;
    right: 14px;
    top: 7px;
    width: 25px;
    height: 25px;
    opacity: 0.7;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 20px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: white;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
/* close icon end */

.cookie-link, .cookie-link:hover, .cookie-link:focus {
    color: khaki;
}

ul.share-buttons{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background: white;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

ul.share-buttons a:hover {
    text-decoration: none;
}

ul.share-buttons li{
    display: inline;
    color: #555555;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, SimSun, "宋体", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

ul.share-buttons .sr-only{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.share-icons {
    max-width: 30px;
    max-height: 26px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 150px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  /*left: 50%;*/ /* Center the snackbar */
  right: 2%;
  /*bottom: 30px;*/ /* 30px from the bottom */
  top: 70px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 70px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 70px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 70px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 70px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.timeline li.timeline-inverted div.timeline-panel {
  box-shadow: 10px 10px 0 0 #e6e6e6;
}
ul.timeline li div.timeline-panel {
  box-shadow: -10px 10px 0 0 #e6e6e6;
}
ul.timeline li.timeline-inverted time {
    color: #006666;
}
ul.timeline li time {
    color: #006699;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.timeline li.in-view::after {
    background: #006666;
}
ul.timeline li.timeline-inverted.in-view::after {
    background: #006699;
}
ul.timeline li div {
  transform: translate3d(-200px, 0, 0);
}
ul.timeline li.timeline-inverted div {
  transform: translate3d(200px, 0, 0);
}
ul.timeline li::after {
 transition: background .5s ease-in-out;
}
ul.timeline li div {
 visibility: hidden;
 opacity: 0;
 transition: all .5s ease-in-out;
}
ul.timeline li.in-view div {
 transform: none;
 visibility: visible;
 opacity: 1;
}
.timeline {
  list-style: none;
  padding: 30px 50px 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
li .timeline-badge > a {
    color: #006699 !important;
}
li.timeline-inverted .timeline-badge > a {
    color: #006666 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted{
  float: right;
  clear: right;
  margin-top: -25px;
  margin-bottom: 50px;
}
.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li.timeline-inverted{
      float: left;
      clear: left;
      margin-top: 30px;
      margin-bottom: 30px;
      margin-left: -20px;
    }
    ul.timeline > li.timeline-inverted > .timeline-badge{
      left: 28px;
    }
    ul.timeline > li.in-view {
        margin-left: -20px;
        margin-top: 0px;
    }
    ul.timeline li div.timeline-panel {
      box-shadow: 10px 10px 0 0 #e6e6e6;
    }
    ul.timeline li div {
      transform: translate3d(200px, 0, 0);
    }
    ul.timeline {
        padding: 20px 20px 20px;
    }
}
