
#thumbnails { display: block; margin-bottom: 10px; }
#thumbnails ul li { float: left; margin-right: 26px; margin-bottom: 12px; }

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.header-top {
    background-color: #cf0a2c;
    color: #fff;
    font-size: 14px;
    padding: 9px 0 10px;
    height:38px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
}
.nav-header {
    background-color: #cf0a2c;
    display: inline-flex;
    margin-right: 95px;
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.nav-header li:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.69);
    margin-right: 20px;
}
.nav-header li a {
    color: #fff;
    font-family: arial;
}
.navbar .navbar-nav {
    
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse .nav-header {
  text-align: center;
}