/* colors */
/* dimens */
/* fonts */
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  background: #152324 !important;
}
#ob-logo {
  float: left;
  margin-right: 10px;
  font-size: 26px;
  color: #fff;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 700;
}
.ob-page-title {
  background-color: #ffd200;
  position: absolute;
  z-index: 999;
  height: 50px;
  width: 250px;
  display: block;
}
.ob-page-title h2 {
  color: #372f24;
  font-weight: 100;
  font-size: 19px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  margin-left: 20px;
  line-height: 50px;
}
.ob-navbar {
  background-color: #152324;
  border-color: #080808;
  top: 0;
  border-width: 0 0 1px;
  position: absolute;
  min-width: 1170px;
  width: 100%;
  /*right: 0;
	left: 0;*/
  z-index: 1030;
  min-height: 50px;
  margin-bottom: 20px;
  display: block;
}
.ob-navbar-nav {
  float: right!important;
  margin-right: -15px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.ob-navbar-nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  position: relative;
  display: block;
}
.ob-navbar-nav a,
.ob-navbar-nav a:focus,
.ob-navbar-nav a:active {
  color: #cccccc !important;
}
.ob-navbar-nav a:hover {
  color: #fff !important;
}
.ob-navbar-nav > li {
  position: relative;
  display: block;
  float: left;
}
.ob-active {
  background: #ffd200;
}
.ob-active a,
.ob-active a:focus,
.ob-active a:active,
.ob-active a:hover {
  color: #666 !important;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}
.ob-hidden {
  visibility: hidden;
}
.ob-main-wrapper {
  width: 100%;
  height: 100%;
  min-width: 1170px;
  background-image: url('../img/bg3.png');
  background-repeat: no-repeat;
  background-size: cover;
  backgrounf-color: red;
}
.ob-footer {
  background-color: #152324;
  height: 60px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  min-width: 1170px;
}
.ob-footer .ob-footer-nav-left {
  text-align: center;
}
.ob-footer .ob-footer-nav-center {
  text-align: center;
}
.ob-footer .ob-footer-nav-right {
  text-align: center;
}
.ob-footer a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 60px;
  text-align: center;
}
.ob-footer a .ob-footer-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ffffff;
}
.ob-footer a .ob-footer-line {
  width: 100%;
  height: 2px;
  background: #ffd200;
}
.ob-footer a:hover .ob-footer-title {
  color: #ffd200;
}
.ob-footer .ob-footer-active a {
  background: #ffd200;
}
.ob-footer .ob-footer-active a:hover .ob-footer-title {
  color: #666;
}
.ob-footer .ob-footer-active .ob-footer-title {
  color: #666;
}
.ob-footer-home {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.ob-footer-home .ob-footer-nav-left {
  text-align: left;
}
.ob-footer-home .ob-footer-nav-center {
  text-align: center;
}
.ob-footer-home .ob-footer-nav-right {
  text-align: right;
}
.ob-footer-home a {
  display: inline-block;
  background-color: #152324;
  width: 80%;
  padding-left: 50px;
  padding-right: 50px;
}
.ob-footer-home a .ob-footer-title {
  width: 100%;
  text-align: center;
  font-size: 29px;
  height: 70px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 300;
}
.ob-footer-home a .ob-footer-line {
  width: 100%;
  height: 3px;
  margin-bottom: 15px;
  background: #ffd200;
}
.ob-footer-home a:hover .ob-footer-title {
  color: #ffd200;
}
.ob-footer-home .ob-footer-active a {
  background: #ffd200;
}
.ob-footer-home .ob-footer-active a:hover .ob-footer-title {
  color: #666;
}
.ob-footer-home .ob-footer-active .ob-footer-title {
  color: #666;
}
.ob-content-wrapper {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
  /*	background-image: url('../img/bg.png');
	 background-repeat:no-repeat;
    background-size:cover;
	background-color: #f00;
	*/
}
.ob-content-title {
  height: 30px;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
}
.ob-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ob-home {
  width: 100%;
  height: 100%;
}
.ob-home .ob-home-title {
  position: absolute;
  background-color: #ffd200;
  top: 0px;
  left: 5px;
  z-index: 9999;
  min-width: 300px;
  padding: 15px;
}
.ob-home .ob-home-title .home-title {
  font-size: 33px;
  color: #111;
  line-height: 1.1;
  font-weight: 700;
}
.ob-home .ob-home-title .home-subtitle {
  font-size: 20px;
  color: #555;
  margin-top: 5px;
  font-weight: 300;
}
.ob-home .ob-text {
  margin-top: 120px;
  width: 350px;
  color: #fff;
  padding-right: 50px;
  font-size: 15px;
}
.ob-content-inside {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: auto;
}
.ob-headline .ob-headline-left {
  width: 250px;
  background-color: #eae6dd;
  background-image: url('../img/calendar-texture.png');
  background-repeat: repeat;
  display: block;
  float: left;
  min-height: 100%;
}
.ob-headline .ob-headline-left .ob-date-picker {
  color: #35291b;
  width: 200px;
  height: 60px;
  margin-top: 30px;
  display: flex;
}
.ob-headline .ob-headline-left .ob-date-picker .date-arrow {
  width: 30px;
  height: 100%;
  line-height: 60px;
  font-size: 33px;
  font-family: Cursive;
}
.ob-headline .ob-headline-left .ob-date-picker .date-container {
  width: 140px;
  height: 100%;
}
.ob-headline .ob-headline-left .ob-date-picker .date-container .date-day {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}
.ob-headline .ob-headline-left .ob-date-picker .date-container .date-date {
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
}
.ob-headline .ob-headline-right {
  padding: 20px;
  padding-top: 15px;
  display: block;
  margin-left: 250px;
  height: calc(100% - 40px);
  overflow: auto;
}
.ob-headline .ob-headline-right .title {
  color: #222222;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 6px;
}
.ob-headline .ob-headline-right .description {
  color: #666666;
  font-weight: 300;
  font-size: 15px;
}
.ob-headline .ob-headline-right .subtitle {
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.ob-headline .ob-headline-right .topic {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
.ob-headline .ob-headline-right .topic .content {
  height: 30px;
}
.ob-headline .ob-headline-right .topic .content .topic-title {
  font-weight: 400;
  line-height: 30px;
}
.ob-headline .ob-headline-right .topic .content .label-container {
  display: inline-block;
  float: right;
}
.ob-headline .ob-headline-right .topic .content .label-image {
  margin-top: 2px;
  height: 26px;
  width: auto;
}
.ob-headline .ob-headline-right .topic .dotted-line {
  border-top: dotted 2px #ffd200;
  margin: 0px;
  margin-left: 12px;
  margin-top: 4px;
}
.ob-headline .ob-headline-right .thumbnails {
  margin-top: 20px;
}
.ob-headline .ob-headline-right .thumbnails .thumnails-left {
  width: 300px;
  float: left;
  font-size: 14px;
}
.ob-headline .ob-headline-right .thumbnails .thumnails-left .thumbnails-title {
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.ob-headline .ob-headline-right .thumbnails .thumnails-left .thumbnails-description {
  color: #666666;
  font-weight: 300;
  font-size: 14px;
}
.ob-headline .ob-headline-right .thumbnails .thumnails-left .thumbnails-description a {
  font-weight: 400;
}
.ob-headline .ob-headline-right .thumbnails .thumnails-left .thumbnails-description a:hover {
  text-decoration: underline;
}
.ob-headline .ob-headline-right .thumbnails .thumnails-right {
  float: right;
}
.ob-headline .ob-headline-right .thumbnails .thumnails-right .thumbnail-image {
  margin-left: 10px;
  margin-bottom: 10px;
  height: 160px;
  width: auto;
  border: 2px solid #222222;
}
.ob-article {
  overflow: hidden;
  position: relative;
}
.ob-article .ob-article-left {
  width: 100%;
  float: left;
  height: 100%;
  overflow: auto;
  padding-top: 50px;
  padding-right: 320px;
}
.ob-article .ob-article-left .ob-article-content {
  padding: 20px;
}
.ob-article .ob-article-left .ob-article-content .article-title-1 {
  color: #222222;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
}
.ob-article .ob-article-left .ob-article-content .article-perex {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.ob-article .ob-article-left .ob-article-content .article-content-1 {
  color: #555555;
  font-size: 14px;
  font-weight: 300;
}
.ob-article .ob-article-left .ob-article-content .article-title-2 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 8px;
}
.ob-article .ob-article-left .ob-article-content .article-content-2 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.ob-article .ob-article-left .ob-article-content .article-title-3 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 8px;
}
.ob-article .ob-article-left .ob-article-content .article-content-3 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.ob-article .ob-article-left .ob-article-content a {
  color: #dfa200;
  font-weight: 400;
}
.ob-article .ob-article-left .ob-article-content a:hover {
  text-decoration: underline;
}
.ob-article .ob-article-right {
  width: 320px;
  position: absolute;
  right: 0px;
  padding-right: 20px;
  padding-left: 10px;
  padding-top: 50px;
}
.ob-article .ob-article-right .article-box {
  background: #e9e5dc;
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}
.ob-article .ob-article-right .article-box .box-title {
  color: #443a30;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.ob-article .ob-article-right .article-box .box-content {
  color: #443a30;
  font-size: 14px;
  font-weight: 300;
}
.ob-article .ob-article-right .article-box .box-list-title {
  color: #443a30;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}
.ob-article .ob-article-right .article-box .box-list-content {
  color: #443a30;
  font-size: 13px;
  font-weight: 300;
}
.ob-article .ob-article-right .article-box .box-list-content ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.ob-article .ob-article-right .article-box .box-list-content li {
  list-style: none;
}
.ob-article .ob-article-right .article-highlight {
  position: relative;
  margin-top: 20px;
}
.ob-article .ob-article-right .article-highlight .highlight-panel {
  width: 25px;
  background: #ffd200;
  float: left;
  position: absolute;
  height: 100%;
}
.ob-article .ob-article-right .article-highlight .highlight-text {
  margin-left: 40px;
  color: #666666;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 300;
}
.ob-documents .documents-content {
  padding: 20px;
  padding-top: 70px;
  padding-right: 20px;
}
.ob-about .about-content {
  padding: 20px;
  padding-top: 70px;
  padding-right: 20px;
}
.ob-about .about-header {
  font-size: 17px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 20px;
}
.ob-about .about-footer {
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  margin-top: 20px;
}
.ob-about ul {
  margin: 0px;
  padding-left: 0px;
}
.ob-about li {
  list-style: none;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
.ob-about li strong {
  font-weight: 500;
}
.ob-periodical-list .thumbnail-wrapper {
  padding: 45px;
  padding-top: 80px;
  margin: 0px;
}
.ob-periodical-list .thumbnail-wrapper .thumbnail-col {
  text-align: center;
}
.ob-periodical-list .thumbnail-wrapper .thumbnail-col .thumbnail-image {
  height: 310px;
  width: auto;
  border: 2px solid #222222;
}
.ob-periodical-list .thumbnail-wrapper .thumbnail-col .thumbnail-title {
  color: #666666;
  margin-top: 15px;
  font-size: 14px;
}
.ob-periodical-list .thumbnail-wrapper .thumbnail-col .thumbnail-title a {
  color: #dfa200;
  font-weight: 400;
}
.ob-periodical-list .thumbnail-wrapper .thumbnail-col .thumbnail-title a:hover {
  text-decoration: underline;
}
.ob-periodical-list .collection {
  text-align: center;
}
.ob-periodical-list .collection a {
  padding: 24px;
  font-size: 20px;
  color: #444444;
  font-weight: 400;
}
.ob-periodical-list .collection a:hover {
  text-decoration: underline;
}
.ob-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}
.ob-col-4,
.ob-col-3 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ob-col-3 {
  width: 25%;
}
.ob-col-4 {
  width: 33.33333333%;
}
