@charset "UTF-8";
.article_list .article {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #107FAA;
  margin-bottom: 5px;
}

.article_list .article .date {
  font-family: "PT Serif";
  font-size: 12px;
  line-height: 16px;
  float: left;
  width: 150px;
  height: 40px;
}

@media (max-width: 768px) {
  .article_list .article .date {
    width: 0px;
    overflow: hidden;
  }
}

.article_list .article .content {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
  width: auto;
  overflow: hidden;
}

.article_list .article .content .article_title {
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 24px;
}

.article_list .article .content .lead {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
}

.article_list .article .content .tags {
  margin-top: 10px;
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
}

.comment_list .comment {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #107FAA;
  margin-bottom: 5px;
}

.comment_list .comment .date {
  font-family: "PT Serif";
  font-size: 12px;
  line-height: 16px;
  float: left;
  width: 150px;
  height: 40px;
}

.comment_list .comment .content {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
  width: auto;
  overflow: hidden;
}

nav.navbar {
  height: 54px;
  background: #4d4d4d !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav.navbar a {
  color: #ecf0f1 !important;
  font-variant: small-caps;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

nav.navbar .show-hover:hover .account {
  display: block;
}

nav.navbar .show-hover {
  position: relative;
  bottom: 9px;
}

nav.navbar .show-hover .account {
  position: absolute;
  display: none;
  background-color: #4d4d4d;
  padding: 10px;
  top: 40px;
  right: 17px;
  z-index: 1000;
  width: 200px;
  font-size: 12px;
}

nav.navbar .show-hover .account a.item {
  display: block;
  text-align: right;
}

nav.navbar .show-hover .account a.item i {
  margin-left: 5px;
  width: 20px;
  text-align: center;
}

nav.navbar .navbar_search {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 20px;
  color: white;
}

nav.navbar .menu_icon {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 13px;
}

nav.navbar .menu_icon .icon {
  font-size: 20px;
  bottom: 6px;
  position: relative;
}

nav.navbar .pull-right {
  float: right;
  color: #ecf0f1 !important;
}

nav.navbar .logo-bar {
  position: absolute;
  width: 160px;
  top: 0;
  left: 50%;
  margin-left: -80px;
  background: transparent;
  text-align: center;
}

nav.navbar .logo-bar img {
  height: 32px;
  margin: 9px 0;
}

#cookie-warning {
  padding: 10px;
  background: #107FAA;
  border: 1px solid #c7c7c7;
  position: fixed;
  right: 20px;
  z-index: 100;
  bottom: 20px;
  width: 450px;
  max-width: 80%;
  color: white;
}

#cookie-warning a {
  color: white;
  font-weight: bold;
}

#adBlock {
  width: 100%;
  background-color: #107FAA;
  color: white;
  padding: 10px 0px;
}

#adBlock a {
  color: white;
  font-weight: bold;
}

#adBlock .ramka {
  width: 50%;
  min-width: 278px;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  margin: 0px auto;
  padding: 10px;
}

#adBlock .ramka .big_text {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

#profile #top_section {
  clear: both;
  display: inline-block;
}

#profile #top_section #avatar {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

#profile #top_section #name {
  width: auto;
  overflow: hidden;
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: bold;
}

#profile #top_section #description {
  width: auto;
  overflow: hidden;
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 24px;
}

#profile .section.special a {
  color: white;
  text-align: center;
  display: block;
}

#profile .section .title {
  margin: 15px 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: #107FAA;
  padding: 0px 5px;
}

.search_text {
  font-size: 16px;
}

#category_list {
  display: inline-block;
  width: 100%;
}

@media (max-width: 400px) {
  #category_list .chuck_category {
    width: 96% !important;
  }
}

#category_list .chuck_category {
  text-align: center;
  color: white;
  width: 21%;
  margin: 10px 2%;
  float: left;
}

#category_list .chuck_category .chunk_button {
  background-color: #107FAA;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

#category_list .chuck_category .category {
  background-color: #107FAA;
  width: 100%;
  padding: 5px;
  text-align: center;
}

#category_list .chuck_category .category a {
  color: white;
}

#category_list .chuck_category .category.selected {
  background: black;
}

#category_list .chuck_category .category.selected a {
  color: white;
}

.shepherd-content footer {
  background: inherit;
}

#settings .nav-tabs {
  padding-right: 20px;
}

#settings .nav-tabs .nav-item {
  float: none !important;
  border-bottom: 1px solid #107FAA;
  padding: 10px 0px;
  width: 100%;
}

#settings .nav-tabs .nav-item a {
  font-family: "PT Sans";
  font-size: 16px;
  background: none !important;
  border: none !important;
}

#settings .nav-tabs .nav-item a.active {
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: bold;
  font-weight: bold;
}

#settings .tab-content {
  overflow: hidden;
  width: auto;
}

#settings .tab-content .bootstrap-filestyle.input-group .btn {
  font-family: "PT Sans";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: white;
  background: #107FAA;
}

#settings .tab-content .form-group {
  margin: 5px 0px;
}

#settings .tab-content .form-control {
  font-family: "PT Sans";
  font-size: 12px;
  background: #dbdbdb;
  border-radius: 0px;
}

#settings .tab-content .form-control[type=submit] {
  font-family: "PT Sans";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: white;
  background: #107FAA;
  float: right;
  width: auto;
  margin-bottom: 30px;
}

#settings .tab-content #avatar {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

@media (max-width: 1000px) {
  #settings .tab-content .premium_section {
    width: 100% !important;
  }
}

#settings .tab-content .premium_section {
  float: left;
  width: 33%;
  text-align: center;
}

#settings .tab-content .premium_section .premium_button {
  font-family: "PT Sans";
  font-size: 12px;
  color: #ffffff;
  background: #107FAA;
  width: 70%;
  margin: 15px auto;
}

#settings .tab-content .premium_section .period_title {
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: bold;
}

#settings .tab-content .premium_section .period_text {
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 24px;
}

#settings .tab-content .title {
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: bold;
}

#settings .tab-content .format_label {
  float: left;
  margin-right: 10px;
}

#settings .tab-content .format {
  overflow: hidden;
  width: auto;
  padding: 0px 10px;
}

#shop #histmag_team, #shop .packet_promo {
  font-size: 16px;
  padding-left: 20px;
}

#shop #histmag_team_image, #shop .packet_promo_image {
  text-align: center;
}

#shop #histmag_team_image img, #shop .packet_promo_image img {
  max-width: 100%;
}

#shop #shop_tabs {
  width: 100%;
}

#shop #shop_tabs .tab {
  width: 50%;
  float: left;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 15px 0px;
  font-size: 18px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 0.1px;
}

#shop #shop_tabs a .active {
  color: white;
  background: #107FAA;
}

#shop #title {
  font-family: "PT Serif";
  font-size: 30px;
  line-height: 36px;
}

#shop #lead {
  font-family: "PT Sans";
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

#shop #banner {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: #107FAA;
  padding: 0px 5px;
}

#shop .bg_color {
  background: #107FAA;
  color: white;
  padding: 5px 15px;
}

#shop .banner {
  width: 100%;
  padding: 0px 15px !important;
  height: 30px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: #107FAA;
  padding: 0px 5px;
}

#shop .book_list_item {
  width: 100%;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
}

#shop .shop_text {
  font-size: 16px;
}

#shop .book {
  width: 200px;
  margin: 20px;
  float: left;
}

#shop .book .cover {
  width: 200px;
  height: 300px;
}

#shop .book .author {
  font-size: 20px;
  height: 57px;
  margin: 10px 0px;
}

#shop .book .title {
  font-size: 20px;
  height: 150px;
}

#shop .book .fragments {
  font-size: 14px;
}

#shop .book .price .normal {
  font-size: 30px;
  text-align: right;
}

#shop .book .price .vat {
  font-size: 14px;
  text-align: right;
}

#shop .book .to_cart {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  background-color: #107FAA;
  color: white;
  line-height: 30px;
  text-align: center;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

@media (max-width: 800px) {
  #single td {
    display: inline-block;
  }
}

#single .embed {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
  background: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px 0px;
  margin: 15px;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  text-decoration: none;
}

@media (min-width: 1000px) {
  #single .embed.half {
    width: 50%;
    float: right;
  }
}

@media (max-width: 750px) {
  #single .embed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#single .embed:hover {
  background: rgba(0, 0, 0, 0.1);
}

#single .embed * {
  color: black;
  text-decoration: none !important;
}

#single .embed .embed_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#single .embed .embed_image img {
  width: 100%;
}

#single .embed .embed_title {
  padding-top: 0px;
  font-size: 1.5em;
}

#single .embed .embed_excerpt {
  line-height: 1.2em;
  text-align: right;
}

#single .embed .embed_excerpt p {
  text-align: left;
}

@media (max-width: 1000px) {
  #single .embed .embed_excerpt {
    display: none;
  }
}

#single .paginator {
  margin: 10px 0px 10px 0px;
  text-align: center;
}

#single .paginator * {
  border: 1px solid #107FAA;
  padding: 5px;
  margin: 0px 5px;
}

#single .paginator a {
  background: #ecf0f1;
}

#single .paginator span {
  display: inline-block;
  background: #107FAA;
  color: white;
}

#single .middle {
  margin-top: 10px;
  width: 80%;
  font-size: 18px;
  line-height: 1.9em;
  font-family: "PT Sans";
  margin: 0 auto;
}

#single .middle table.center tbody {
  display: inline;
}

#single .social_banner_bottom {
  margin-bottom: 60px;
}

#single .social_banner_bottom .social_banner {
  margin-bottom: 0px !important;
}

#single .social_banner {
  margin-bottom: 40px;
}

#single .social_banner .social_buttons {
  float: left;
}

#single .social_banner .social_buttons .button {
  float: left;
  margin-right: 7px;
}

#single .social_banner .functional_buttons {
  float: right;
}

#single .social_banner .functional_buttons .button {
  float: right;
  background-color: #107FAA;
  margin-left: 7px;
}

#single .social_topdown {
  float: right;
}

#single .social_banner, #single .social_topdown {
  position: relative;
}

#single .social_banner .func, #single .social_topdown .func {
  background-color: #107FAA;
}

#single .social_banner .func a, #single .social_topdown .func a {
  color: white;
}

#single .social_banner .func.inverse, #single .social_topdown .func.inverse {
  background-color: transparent;
}

#single .social_banner .func.inverse a, #single .social_topdown .func.inverse a {
  color: #107FAA;
}

#single .social_banner .button, #single .social_topdown .button {
  margin-bottom: 7px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}

#single .social_banner .button img, #single .social_topdown .button img {
  width: 100%;
}

#single hr {
  border-top: 2px solid #107FAA;
}

#single .article_panel {
  padding-top: 1.5em;
}

#single .article_panel .title {
  font-family: "PT Serif";
  font-size: 30px;
  line-height: 36px;
}

#single .article_panel .lead {
  font-family: "PT Sans";
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

#single .banner > div {
  line-height: 40px;
  font-size: 16px;
  font-variant: small-caps;
  color: white;
  padding: 0 10px;
}

#single .content {
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

#single .content h1, #single .content h2, #single .content h3, #single .content h4, #single .content h5, #single .content h6 {
  font-family: "PT Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-size: 20px;
  font-variant: small-caps;
}

#single .content table.left, #single .content table.right, #single .content table.center {
  font-style: normal !important;
}

#single .content table.left img, #single .content table.right img, #single .content table.center img {
  max-width: none !important;
}

#single .content .left {
  float: left;
  width: 33%;
  margin-right: 20px;
  text-align: left;
}

#single .content .center {
  width: 100% !important;
  text-align: center;
}

#single .content .right {
  float: right;
  width: 33%;
  margin-left: 20px;
  text-align: right;
}

#single .content #szpalta {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
}

#single .content .center,
#single .content .left,
#single .content .right,
#single .content .full {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}

#single .content .center img,
#single .content .left img,
#single .content .right img,
#single .content .full img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px auto;
  display: block;
}

#single .content blockquote {
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 10px 0 10px 50px;
  font-style: normal;
  background: url("../img/article_images/quote.png") no-repeat;
  background-position: 0px 14px;
  background-size: 20px 20px;
}

#single .content .users_grade {
  float: right;
  line-height: 2.5em;
}

#single .content .users_grade .circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.3em;
  font-size: 1.25em;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  border: 0.1em solid #107FAA;
  border-radius: 1.25em;
  float: right;
  margin-left: 1em;
}

#single .content ul {
  list-style: none;
  padding: 0;
}

#single .content ul li {
  padding-left: 30px;
  text-indent: -10px;
}

#single .content ul li:before {
  content: "• ";
  color: #107FAA;
}

#single .content #comments {
  margin-bottom: 20px;
}

#single .content #comments img {
  width: 75px;
  height: 75px;
}

#single .content #comments .indent {
  float: left;
}

#single .content #comments .indented {
  margin-left: 100px;
  font-family: "PT Serif";
  font-size: 12px;
  line-height: 18px;
}

#single .content #comments .comment_top {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 18px;
  color: #a1a1a1;
}

#single .content #comments .comment.not_moderated {
  background-color: rgba(0, 0, 255, 0.4);
}

#single .content #comments .comment.killed {
  background-color: rgba(255, 0, 0, 0.4);
}

#single .content #comments .comment.accepted {
  background-color: rgba(0, 255, 0, 0.4);
}

#single .content #add_comment {
  margin-top: 2em;
}

#single .content .comment_box {
  font-family: "PT Sans";
  cursor: pointer;
  margin: 1em 0;
  font-size: 1em;
  width: 100%;
  height: 3em;
  line-height: 3em;
  padding-left: 1em;
  background-color: rgba(16, 127, 170, 0.1);
}

#single .content .comment_form {
  font-family: "PT Sans";
  display: none;
  font-size: 1em;
}

#single .content .comment_form .form-control {
  font-size: 1em;
}

#single .content .comment_form input, #single .content .comment_form textarea {
  background-color: rgba(16, 127, 170, 0.1);
  margin-bottom: 1em;
  border-radius: 0;
  border: 0;
}

#single .content .comment_form input[type="submit"] {
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #107FAA;
  color: white;
  float: right;
  font-weight: bold;
  padding: 8px 35px;
}

#single .author_sidebar {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 16px;
  line-height: 30px;
  font-variant: small-caps;
  font-family: "PT Sans";
}

#single .author_sidebar .flex_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#single .author_sidebar .flex_item .small_text {
  margin-bottom: 3px;
  display: none;
}

#single .author_sidebar .author_name img {
  height: 30px;
  margin-right: 10px;
}

#single .author_sidebar .license {
  height: 20px;
}

#read_more {
  z-index: 10000;
  background: #f5f5f5;
  position: fixed;
  right: -500px;
  bottom: 10px;
  width: 500px;
  max-width: 90%;
}

#read_more .header {
  background: #107FAA;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 0px 10px;
}

#read_more .header i {
  float: right;
  line-height: 30px;
}

@media (max-width: 500px) {
  #read_more .mini_image {
    display: none;
  }
  #read_more .title, #read_more .lead, #read_more .read_more_link {
    width: 80% !important;
    margin: 0px 10% !important;
    padding: 5px 0 !important;
  }
}

#read_more .mini_image {
  float: left;
  width: 40%;
  padding: 20px;
}

#read_more .mini_image div {
  overflow: hidden;
}

#read_more .mini_image div img {
  max-width: 100%;
}

#read_more .title {
  float: right;
  width: 60%;
  text-align: left;
  font-size: 26px;
}

#read_more .lead {
  float: right;
  width: 60%;
  text-align: justify;
  font-size: 16px;
}

#read_more .read_more_link {
  float: right;
  width: 60%;
  text-align: right;
}

#gallery .left {
  font-size: 40px !important;
  position: absolute;
  top: 360px;
  left: 0px;
  color: white;
  text-shadow: 0px 0px 16px black;
}

#gallery .right {
  font-size: 40px !important;
  position: absolute;
  top: 360px;
  right: 0px;
  color: white;
  text-shadow: 0px 0px 16px black;
}

#gallery .selected_photo img {
  width: 100%;
}

#gallery .selected_photo .description {
  width: 100%;
  text-align: left;
}

#gallery .photos {
  height: 130px;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 10px 0px;
}

#gallery .photos .selected img {
  border: 1px solid red;
}

#gallery .photos .photo {
  display: inline-block;
}

#gallery .photos .photo img {
  height: 100px;
  margin-right: 10px;
}

@media (max-width: 800px) {
  .overlay {
    background: transparent !important;
  }
}

.dh-promo {
  font-size: 18px;
}

.dh-promo section {
  padding: 80px 90px 30px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  position: relative;
}

.dh-promo section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.dh-promo #s1, .dh-promo #s3 {
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0F516A), to(#0C2B47));
  background-image: linear-gradient(to bottom, #0F516A 0%, #0C2B47 100%);
}

.dh-promo #s1 .overlay, .dh-promo #s3 .overlay {
  background-position: right;
}

.dh-promo #s1 .overlay {
  opacity: 0.1;
}

.dh-promo #s1 .title-l {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dh-promo #s3 .overlay {
  opacity: 0.3;
}

.dh-promo #s2, .dh-promo #s4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#C4C4C4));
  background-image: linear-gradient(to bottom, #F6F6F6 0%, #C4C4C4 100%);
  color: #0d354f;
}

.dh-promo .title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.dh-promo .title-s {
  font-size: 1.5em;
  padding: 0 10px;
}

.dh-promo .title-l {
  font-size: 2.3em;
  padding: 0 40px;
}

.dh-promo .perk {
  margin-top: 20px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 1.3em;
}

.dh-promo .perk i {
  font-size: 1.5em;
  margin-right: 15px;
}

.dh-promo .spacer {
  clear: both;
  margin-bottom: 45px;
}

.dh-promo .bigger {
  font-weight: bold;
  font-size: 1.5em;
}

.dh-promo .small-text {
  font-size: 0.8em;
}

.dh-promo .big-text {
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
}

.dh-promo .subbox {
  border: 4px solid #0d354f;
  text-transform: uppercase;
  float: left;
  margin-left: 20px;
  text-align: center;
  font-weight: bold;
  padding: 20px 40px;
  margin-bottom: 10px;
}

.dh-promo .arrow {
  padding-top: 12px;
  font-size: 1.2em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clear {
  clear: both;
}

body {
  margin: 0;
  font-family: "PT Sans";
  font-size: 8pt;
  background-color: #f5f5f5;
}

body iframe {
  max-width: 100% !important;
}

body a {
  color: #107FAA;
}

body .my_histmag {
  text-align: center;
  font-size: 14px;
}

body #navigator {
  border-radius: 0px;
}

body .bottom_boxes {
  width: 100%;
  text-align: center;
}

body .bottom_boxes .bottom_ad_box {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
}

body footer {
  background-color: #353535;
  color: white;
  padding-bottom: 50px;
}

body footer .top_part {
  position: relative;
  left: -66px;
}

@media (max-width: 1325px) {
  body footer .top_part {
    left: 10px;
  }
}

body footer .top_part, body footer .top_part div {
  margin-top: 10px;
  float: left;
}

body footer .top_part h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
  font-variant: small-caps;
}

body footer img {
  height: 50px;
  float: left;
  margin-right: 25px;
}

body footer h4 {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-top: 30px;
}

body footer p {
  margin-bottom: 5px;
}

body #banner_container {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  overflow-x: auto;
  background: #107FAA;
}

body #banner_container #banner {
  width: 750px;
  margin: 0 auto;
}

body #search_bar {
  width: 100%;
  height: 40px;
  margin: 10px 0px;
  padding: 10px;
}

body .author_line {
  padding: 15px 0px;
  font-size: 20px;
  font-variant: small-caps;
}

body #profile .avatar {
  width: 100%;
}

body #library .modes {
  cursor: pointer;
}

body #top {
  clear: both;
}

body #top hr {
  width: 100%;
  border-top: 1px solid black;
  margin-top: 0;
  margin-bottom: 10px;
}

body #top #centering {
  width: 100%;
  padding: 0px 10%;
  text-align: justify;
  font-size: 13px;
}

body #top #centering a {
  color: inherit;
}

body #top #centering:after {
  content: '';
  display: inline-block;
  width: 100%;
}

body #top .button {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
}

@media (max-width: 520px) {
  body #top .button {
    width: 33%;
    text-align: center;
  }
  body #top #centering {
    width: 100%;
  }
}

body #list {
  display: none;
}

@media (max-width: 900px) {
  body #masonry {
    display: none;
  }
  body #list {
    display: block;
  }
}

body #masonry {
  width: 100%;
}

body #masonry p {
  margin-bottom: 0px !important;
}

body #masonry .item {
  text-align: left;
  background-color: #EBEBEB;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
  background-clip: padding-box;
}

body #masonry .item .authors {
  color: white !important;
}

body #masonry .item .authors a {
  color: white !important;
  font-weight: bold;
}

body #masonry .item .categories {
  font-size: 15px;
}

body #masonry .item .categories a {
  color: white !important;
  font-weight: bold;
  font-variant: small-caps;
}

body #masonry .item .boxfitted {
  text-align: left !important;
  padding: 0 !important;
}

body #masonry .item .content {
  font-family: "PT Sans";
  font-weight: bold;
}

body #masonry .item .content a {
  color: white !important;
}

body #masonry .item .excerpt {
  font-family: "PT Sans";
}

body #masonry .item .excerpt a {
  color: white !important;
}

body #masonry .box-vertical {
  padding: 10px;
  width: 190px;
  height: 400px;
}

body #masonry .box-vertical .scaled_image {
  margin-left: -10px;
  margin-top: -10px;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
}

body #masonry .box-vertical .authors {
  width: 160px;
  max-height: 35px;
  margin-top: 10px;
}

body #masonry .box-vertical .categories {
  height: 20px;
  width: 160px;
  margin-top: 3px;
}

body #masonry .box-vertical .content {
  width: 160px;
  height: 95px;
  margin-top: 5px;
  margin-bottom: 10px;
}

body #masonry .box-small {
  padding: 10px;
  width: 190px;
  height: 190px;
}

body #masonry .box-small .authors {
  width: 160px;
  max-height: 35px;
}

body #masonry .box-small .categories {
  font-size: 14px;
  max-height: 20px;
  width: 140px;
  margin-top: 3px;
}

body #masonry .box-small .content {
  margin-top: 5px;
  margin-bottom: 10px;
  height: 100px;
  width: 140px;
}

body #masonry .box-big {
  position: relative;
  padding: 10px;
  width: 390px;
  height: 190px;
}

body #masonry .box-big .categories {
  height: 20px;
  width: 180px;
  margin-top: 3px;
  float: right;
}

body #masonry .box-big .scaled_image {
  margin-left: -10px;
  margin-top: -10px;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  float: left;
}

body #masonry .box-big .authors {
  width: 180px;
  max-height: 35px;
  float: right;
}

body #masonry .box-big .content {
  margin-top: 5px;
  width: 180px;
  height: 70px;
  margin-bottom: 10px;
  float: right;
}

body #masonry .ad-box {
  width: 240px;
  height: 200px;
}

body #masonry .box-featured {
  padding: 10px;
  width: 600px;
  height: 400px;
}

body #masonry .box-featured .scaled_image {
  margin-left: -10px;
  margin-top: -10px;
  float: left;
  width: 280px;
  height: 280px;
  background-position: center;
  background-size: cover;
}

body #masonry .box-featured .categories {
  float: right;
  height: 20px;
  width: 280px;
  margin-top: 3px;
}

body #masonry .box-featured .authors {
  width: 280px;
  max-height: 35px;
  float: right;
}

body #masonry .box-featured .content {
  margin-top: 5px;
  width: 280px;
  height: 210px;
  float: right;
}

body #masonry .box-featured .excerpt {
  margin-top: 10px;
  width: 570px;
  height: 70px;
  float: right;
  font-size: 16px;
}

body #more {
  text-align: center;
  margin: 20px auto;
  background-color: #107FAA;
  color: white;
  font-size: 1.5em;
  padding: 10px;
  width: 120px;
  cursor: pointer;
}

body .maximum {
  height: 100%;
}

body .search {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  margin: 10px 0;
}

body .sear button {
  height: 52px;
  background: #4d4d4d !important;
  font-variant: small-caps;
  color: #ecf0f1 !important;
}

body .special-fluid {
  min-height: 600px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: normal !important;
  *word-spacing: normal !important;
}

.slabtextdone .slabtext {
  display: block;
}

.ad-right-box {
  margin-bottom: 10px;
  text-align: center;
}

#navigator .selectize-control {
  float: right;
  margin-left: 25px;
  margin-top: -2px;
}

#navigator .selectize-control .title {
  font-size: 13px;
}

#navigator .selectize-control .description {
  font-size: 11px;
}

#navigator .selectize-control .selectize-input {
  padding: 3px 12px;
}

#navigator .selectize-control .selectize-input input {
  min-width: 150px;
  max-width: 150px;
  font-size: 12px;
}

@media (max-width: 600px) {
  #main-division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar {
    width: 100% !important;
    float: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_content {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sidebar {
  padding-left: 15px;
  width: 255px;
  float: right;
  overflow: hidden;
}

.sidebar img {
  width: 120px;
  float: left;
}

.selectize-input {
  overflow: visible !important;
}

.main_content {
  overflow: hidden;
  min-height: 500px;
}

#login-modal .first_line {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
}

#login-modal .login_title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: "PT Sans";
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: bold;
}

#login-modal .form-group {
  margin-bottom: 8px;
}

#login-modal input[type=password], #login-modal input[type=email] {
  font-family: "PT Sans";
  font-size: 12px;
  background: #dbdbdb;
  border-radius: 0px;
}

#login-modal button {
  font-family: "PT Sans";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: white;
  background: #107FAA;
  border-radius: 0px;
  float: right;
}

#login-modal input[type=checkbox] {
  float: left;
  width: auto;
  margin-right: 5px;
}

#login-modal label a {
  font-family: "PT Sans";
  text-decoration: underline;
  font-size: 12px;
  line-height: 16px;
  color: #107FAA !important;
}

#login-modal ::-webkit-input-placeholder {
  color: black;
}

#login-modal :-moz-placeholder {
  color: black;
}

#login-modal ::-moz-placeholder {
  color: black;
}

#login-modal :-ms-input-placeholder {
  color: black;
}

#newsletters th {
  padding: 5px 10px;
}

#footer h4 {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  font-weight: bold;
}

#footer p {
  font-family: "PT Sans";
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.poll_header {
  background-color: #107FAA;
  color: white;
  padding: 10px;
  font-weight: bold;
}

.poll {
  border: 1px solid #107FAA;
  background-color: #EEEEEE;
  font-size: 16px;
}

.poll .vote {
  padding: 10px;
  border-top: 1px dotted black;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  cursor: pointer;
}

.poll .vote:hover {
  background-color: #107FAA;
  color: white;
}

.poll .voted {
  padding: 10px;
  border-top: 1px dotted black;
}

.poll .question {
  line-height: 1.2em;
  padding: 15px;
  font-weight: bold;
}

.commented-widget {
  margin-top: 20px;
  background-color: #EEEEEE;
  border: 1px solid #107FAA;
}

.commented-widget .header {
  background: #107FAA;
  padding: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.commented-widget .article {
  border-top: 1px dotted black;
  font-size: 12px;
  padding: 10px;
}

.commented-widget .article .title {
  font-weight: bold;
}

.commented-widget .article .author {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */