@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700|PT+Serif:400,400i,700");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
main,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: none; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

iframe {
  border: 0; }

body {
  margin: 0;
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.428;
  color: #000; }

p {
  margin: 0 0 1.25em; }
  p:last-child {
    margin-bottom: 0; }

p.ingress {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #999; }

a {
  text-decoration: none;
  color: #b12937; }
  a:hover {
    color: #133141; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 0.2em 0 0.5em;
  margin: 0.2rem 0 0.5rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-rendering: optimizelegibility; }

h1, .h1 {
  margin-top: 1em;
  font-size: 400%;
  line-height: 1.1; }

h2, .h2 {
  font-size: 285.7%;
  line-height: 1.4;
  font-weight: 400; }

h3, .h3 {
  font-size: 228.5%;
  line-height: 1.3;
  font-weight: 400; }

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  line-height: 1.4; }

h4, .h4 {
  font-size: 171.4%; }

h5, .h5 {
  font-size: 150%; }

h6, .h6 {
  font-size: 100%;
  text-transform: uppercase; }

ul,
ol {
  padding: 0;
  margin: 0 0 1.25em 1.655em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.428; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em; }

.s-btn {
  display: inline-block;
  position: relative;
  padding: 1.125em 1.650em 1.125em;
  cursor: pointer;
  background-color: #b12937;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #fff; }
  .s-btn:hover {
    background-color: #133141; }
  .s-btn.s-btn-border {
    background: none;
    color: #b12937;
    -webkit-box-shadow: inset 0px 0px 0px 2px #b12937;
    -moz-box-shadow: inset 0px 0px 0px 2px #b12937;
    -ms-box-shadow: inset 0px 0px 0px 2px #b12937;
    -o-box-shadow: inset 0px 0px 0px 2px #b12937;
    box-shadow: inset 0px 0px 0px 2px #b12937; }
    .s-btn.s-btn-border:hover {
      background-color: #b12937;
      color: #fff; }
  .s-btn.s-btn-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

.s-btn-style2 {
  background-color: #59683c;
  color: #fff; }
  .s-btn-style2:hover {
    background: #4e5b34; }
  .s-btn-style2.s-btn-border {
    color: #59683c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #59683c;
    -moz-box-shadow: inset 0px 0px 0px 2px #59683c;
    -ms-box-shadow: inset 0px 0px 0px 2px #59683c;
    -o-box-shadow: inset 0px 0px 0px 2px #59683c;
    box-shadow: inset 0px 0px 0px 2px #59683c; }
    .s-btn-style2.s-btn-border:hover {
      background: #59683c;
      color: #fff; }

.s-btn-style3 {
  background-color: #26b4b2;
  color: #fff; }
  .s-btn-style3:hover {
    background: #1f918f; }
  .s-btn-style3.s-btn-border {
    color: #26b4b2;
    -webkit-box-shadow: inset 0px 0px 0px 2px #26b4b2;
    -moz-box-shadow: inset 0px 0px 0px 2px #26b4b2;
    -ms-box-shadow: inset 0px 0px 0px 2px #26b4b2;
    -o-box-shadow: inset 0px 0px 0px 2px #26b4b2;
    box-shadow: inset 0px 0px 0px 2px #26b4b2; }
    .s-btn-style3.s-btn-border:hover {
      background: #26b4b2;
      color: #fff; }

.s-btn-style4 {
  background-color: #eddf00;
  color: #fff; }
  .s-btn-style4:hover {
    background: #c6be3f; }
  .s-btn-style4.s-btn-border {
    color: #eddf00;
    -webkit-box-shadow: inset 0px 0px 0px 2px #eddf00;
    -moz-box-shadow: inset 0px 0px 0px 2px #eddf00;
    -ms-box-shadow: inset 0px 0px 0px 2px #eddf00;
    -o-box-shadow: inset 0px 0px 0px 2px #eddf00;
    box-shadow: inset 0px 0px 0px 2px #eddf00; }
    .s-btn-style4.s-btn-border:hover {
      background: #eddf00;
      color: #fff; }

.s-btn-mini {
  padding: 0.834em 1.125em 0.834em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2; }

.s-btn-block {
  display: block;
  text-align: center;
  margin-bottom: 1.25em; }
  .s-btn-block:last-child {
    margin-bottom: 0; }

.s-row {
  *zoom: 1;
  text-align: center;
  font-size: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px; }
  .s-row > * {
    font-size: medium; }
  .s-row:before {
    display: table;
    content: '';
    line-height: 0; }
  .s-row:after {
    content: '';
    display: inline-block;
    width: 100%;
    line-height: 0; }
  .s-row.s-row-left {
    text-align: left; }
  .s-row > [class^="s-col"], .s-row > [class*=" s-col"] {
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left; }
    @media (max-width: 1070px) {
      .s-row > [class^="s-col"], .s-row > [class*=" s-col"] {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .s-row > [class^="s-col"], .s-row > [class*=" s-col"] {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 480px) {
      .s-row > [class^="s-col"], .s-row > [class*=" s-col"] {
        padding-left: 5px;
        padding-right: 5px; } }
  .s-row .s-row {
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 1070px) {
      .s-row .s-row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 767px) {
      .s-row .s-row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 480px) {
      .s-row .s-row {
        margin-left: -5px;
        margin-right: -5px; } }

.s-row.s-collapse {
  margin-left: auto;
  margin-right: auto; }
  .s-row.s-collapse > [class^="s-col"], .s-row.s-collapse > [class*=" s-col"] {
    padding-left: 0;
    padding-right: 0; }

@media (max-width: 480px) {
  .s-row.s-collapse-sm {
    margin-left: auto;
    margin-right: auto; }
    .s-row.s-collapse-sm > [class^="s-col"], .s-row.s-collapse-sm > [class*=" s-col"] {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 767px) {
  .s-row.s-collapse-md {
    margin-left: auto;
    margin-right: auto; }
    .s-row.s-collapse-md > [class^="s-col"], .s-row.s-collapse-md > [class*=" s-col"] {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 1070px) {
  .s-row.s-collapse-la {
    margin-left: auto;
    margin-right: auto; }
    .s-row.s-collapse-la > [class^="s-col"], .s-row.s-collapse-la > [class*=" s-col"] {
      padding-left: 0;
      padding-right: 0; } }

[class^="s-col"], [class*=" s-col"] {
  width: 100%; }

.s-col1 {
  width: 8.33333333333%; }

.s-col2 {
  width: 16.6666666667%; }

.s-col3 {
  width: 25.0%; }

.s-col4 {
  width: 33.3333333333%; }

.s-col5 {
  width: 41.6666666667%; }

.s-col6 {
  width: 50.0%; }

.s-col7 {
  width: 58.3333333333%; }

.s-col8 {
  width: 66.6666666667%; }

.s-col9 {
  width: 75.0%; }

.s-col10 {
  width: 83.3333333333%; }

.s-col11 {
  width: 91.6666666667%; }

.s-col12 {
  width: 100%; }

@media (min-width: 481px) {
  .s-col-sm1 {
    width: 8.33333333333%; }

  .s-col-sm2 {
    width: 16.6666666667%; }

  .s-col-sm3 {
    width: 25.0%; }

  .s-col-sm4 {
    width: 33.3333333333%; }

  .s-col-sm5 {
    width: 41.6666666667%; }

  .s-col-sm6 {
    width: 50.0%; }

  .s-col-sm7 {
    width: 58.3333333333%; }

  .s-col-sm8 {
    width: 66.6666666667%; }

  .s-col-sm9 {
    width: 75.0%; }

  .s-col-sm10 {
    width: 83.3333333333%; }

  .s-col-sm11 {
    width: 91.6666666667%; }

  .s-col-sm12 {
    width: 100%; } }
@media (min-width: 768px) {
  .s-col-md1 {
    width: 8.33333333333%; }

  .s-col-md2 {
    width: 16.6666666667%; }

  .s-col-md3 {
    width: 25.0%; }

  .s-col-md4 {
    width: 33.3333333333%; }

  .s-col-md5 {
    width: 41.6666666667%; }

  .s-col-md6 {
    width: 50.0%; }

  .s-col-md7 {
    width: 58.3333333333%; }

  .s-col-md8 {
    width: 66.6666666667%; }

  .s-col-md9 {
    width: 75.0%; }

  .s-col-md10 {
    width: 83.3333333333%; }

  .s-col-md11 {
    width: 91.6666666667%; }

  .s-col-md12 {
    width: 100%; } }
@media (min-width: 1071px) {
  .s-col-la1 {
    width: 8.33333333333%; }

  .s-col-la2 {
    width: 16.6666666667%; }

  .s-col-la3 {
    width: 25.0%; }

  .s-col-la4 {
    width: 33.3333333333%; }

  .s-col-la5 {
    width: 41.6666666667%; }

  .s-col-la6 {
    width: 50.0%; }

  .s-col-la7 {
    width: 58.3333333333%; }

  .s-col-la8 {
    width: 66.6666666667%; }

  .s-col-la9 {
    width: 75.0%; }

  .s-col-la10 {
    width: 83.3333333333%; }

  .s-col-la11 {
    width: 91.6666666667%; }

  .s-col-la12 {
    width: 100%; } }
@media (min-width: 1200px) {
  .s-col-xl1 {
    width: 8.33333333333%; }

  .s-col-xl2 {
    width: 16.6666666667%; }

  .s-col-xl3 {
    width: 25.0%; }

  .s-col-xl4 {
    width: 33.3333333333%; }

  .s-col-xl5 {
    width: 41.6666666667%; }

  .s-col-xl6 {
    width: 50.0%; }

  .s-col-xl7 {
    width: 58.3333333333%; }

  .s-col-xl8 {
    width: 66.6666666667%; }

  .s-col-xl9 {
    width: 75.0%; }

  .s-col-xl10 {
    width: 83.3333333333%; }

  .s-col-xl11 {
    width: 91.6666666667%; }

  .s-col-xl12 {
    width: 100%; } }
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.hidden-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.hidden {
  display: none !important;
  visibility: hidden; }

.oh {
  overflow: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-lower {
  text-transform: lowercase; }

.text-upper {
  text-transform: uppercase; }

.text-cap {
  text-transform: capitalize; }

.mark, mark {
  padding: .2em;
  color: #000;
  background-color: #fcf8e3; }

.s-container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .s-container {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 480px) {
    .s-container {
      padding-left: 5px;
      padding-right: 5px; } }

.s-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1070px) {
    .s-inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 767px) {
    .s-inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 480px) {
    .s-inner {
      padding-left: 5px;
      padding-right: 5px; } }
  .s-inner .s-row {
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 1070px) {
      .s-inner .s-row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 767px) {
      .s-inner .s-row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 480px) {
      .s-inner .s-row {
        margin-left: -5px;
        margin-right: -5px; } }

.s-content {
  display: block;
  padding: 15px; }
  @media (max-width: 480px) {
    .s-content {
      padding: 10px; } }

.s-padding {
  padding: 20px; }
  @media (max-width: 767px) {
    .s-padding {
      padding: 15px; } }
  @media (max-width: 480px) {
    .s-padding {
      padding: 10px; } }

.s-padding-top {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .s-padding-top {
      padding-top: 15px; } }
  @media (max-width: 480px) {
    .s-padding-top {
      padding-top: 10px; } }

.s-padding-bottom {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .s-padding-bottom {
      padding-bottom: 15px; } }
  @media (max-width: 480px) {
    .s-padding-bottom {
      padding-bottom: 10px; } }

.s-padding-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .s-padding-vertical {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (max-width: 480px) {
    .s-padding-vertical {
      padding-top: 10px;
      padding-bottom: 10px; } }

.s-padding-horizontal {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .s-padding-horizontal {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 480px) {
    .s-padding-horizontal {
      padding-left: 10px;
      padding-right: 10px; } }

.s-margin {
  margin: 20px; }
  @media (max-width: 1070px) {
    .s-margin {
      margin: 15px; } }
  @media (max-width: 767px) {
    .s-margin {
      margin: 10px; } }
  @media (max-width: 480px) {
    .s-margin {
      margin: 5px; } }

.s-margin-top {
  margin-top: 20px; }
  @media (max-width: 1070px) {
    .s-margin-top {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .s-margin-top {
      margin-top: 10px; } }
  @media (max-width: 480px) {
    .s-margin-top {
      margin-top: 5px; } }

.s-margin-bottom {
  margin-bottom: 20px; }
  @media (max-width: 1070px) {
    .s-margin-bottom {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .s-margin-bottom {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .s-margin-bottom {
      margin-bottom: 5px; } }

.s-margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 1070px) {
    .s-margin-vertical {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .s-margin-vertical {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .s-margin-vertical {
      margin-top: 5px;
      margin-bottom: 5px; } }

.s-margin-horizontal {
  margin-left: 20px;
  margin-right: 20px; }
  @media (max-width: 1070px) {
    .s-margin-horizontal {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .s-margin-horizontal {
      margin-left: 10px;
      margin-right: 10px; } }
  @media (max-width: 480px) {
    .s-margin-horizontal {
      margin-left: 5px;
      margin-right: 5px; } }

.s-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  -webkit-column-rule: 2px solid #b12937;
  -moz-column-rule: 2px solid #b12937;
  column-rule: 2px solid #b12937;
  margin: 0 0 1.5em; }
  @media (max-width: 1070px) {
    .s-columns {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
      -webkit-column-rule: 0;
      -moz-column-rule: 0;
      column-rule: 0;
      margin: 0; } }

@font-face {
  font-family: 'icomoon';
  src: url("../../../ni_base/library/css/fonts/icomoon.eot?y441fy");
  src: url("../../../ni_base/library/css/fonts/icomoon.eot?y441fy#iefix") format("embedded-opentype"), url("../../../ni_base/library/css/fonts/icomoon.ttf?y441fy") format("truetype"), url("../../../ni_base/library/css/fonts/icomoon.woff?y441fy") format("woff"), url("../../../ni_base/library/css/fonts/icomoon.svg?y441fy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bar-graph:before {
  content: "\e90d"; }

.icon-calendar:before {
  content: "\e900"; }

.icon-camera:before {
  content: "\e901"; }

.icon-chat:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e903"; }

.icon-clock:before {
  content: "\e904"; }

.icon-flash:before {
  content: "\e90e"; }

.icon-help-with-circle:before {
  content: "\e90f"; }

.icon-info-with-circle:before {
  content: "\e910"; }

.icon-magnifying-glass:before {
  content: "\e905"; }

.icon-mail:before {
  content: "\e906"; }

.icon-menu:before {
  content: "\e90c"; }

.icon-message:before {
  content: "\e907"; }

.icon-new:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-price-tag:before {
  content: "\e911"; }

.icon-facebook:before {
  content: "\e90a"; }

.icon-instagram:before {
  content: "\e90b"; }

@font-face {
  font-family: 'icomoon';
  src: url("../../../ni_base/library/css/fonts/icomoon.eot?y441fy");
  src: url("../../../ni_base/library/css/fonts/icomoon.eot?y441fy#iefix") format("embedded-opentype"), url("../../../ni_base/library/css/fonts/icomoon.ttf?y441fy") format("truetype"), url("../../../ni_base/library/css/fonts/icomoon.woff?y441fy") format("woff"), url("../../../ni_base/library/css/fonts/icomoon.svg?y441fy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bar-graph:before {
  content: "\e90d"; }

.icon-calendar:before {
  content: "\e900"; }

.icon-camera:before {
  content: "\e901"; }

.icon-chat:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e903"; }

.icon-clock:before {
  content: "\e904"; }

.icon-flash:before {
  content: "\e90e"; }

.icon-help-with-circle:before {
  content: "\e90f"; }

.icon-info-with-circle:before {
  content: "\e910"; }

.icon-magnifying-glass:before {
  content: "\e905"; }

.icon-mail:before {
  content: "\e906"; }

.icon-menu:before {
  content: "\e90c"; }

.icon-message:before {
  content: "\e907"; }

.icon-new:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-price-tag:before {
  content: "\e911"; }

.icon-facebook:before {
  content: "\e90a"; }

.icon-instagram:before {
  content: "\e90b"; }

body {
  background: #f2f2f2 url(../images/body-background.png) top center; }
  body.focus {
    background: #fff; }

.focus .s-site {
  width: auto; }

.focus .focus-content {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .focus .focus-content {
      padding-top: 20px; } }
  .focus .focus-content .wp-caption {
    width: auto !important; }
  .focus .focus-content img {
    max-width: 100%;
    height: auto; }
  .focus .focus-content .content {
    font-family: 'Playfair Display'; }
    .focus .focus-content .content h1 {
      font-family: 'Playfair Display';
      font-weight: 400;
      font-size: 60px; }
      @media (max-width: 767px) {
        .focus .focus-content .content h1 {
          font-size: 35px !important; } }
    .focus .focus-content .content p {
      font-size: 18px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .focus .focus-content .content p {
          font-size: 16px; } }
    .focus .focus-content .content p + p {
      text-indent: 1em; }

.focus .comments-wrapper {
  font-family: 'open sans'; }

.focus .focus-top-image {
  margin: 0;
  margin-top: 43px; }
  @media (max-width: 1015px) {
    .focus .focus-top-image {
      margin-top: 37px; } }
  @media (max-width: 830px) {
    .focus .focus-top-image {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .focus .focus-top-image {
      margin-top: 60px; } }
  @media (max-width: 480px) {
    .focus .focus-top-image {
      margin-top: 50px; } }
  .focus .focus-top-image .wp-caption-text {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 40px;
    padding-right: 30px;
    color: #fff;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px; }
    @media (max-width: 767px) {
      .focus .focus-top-image .wp-caption-text {
        font-size: 20px;
        top: 20px;
        left: 15px; } }

.focus .back-to-start,
.focus .focus-author {
  padding: 15px 0;
  margin: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media (max-width: 767px) {
    .focus .back-to-start,
    .focus .focus-author {
      padding: 5px 0;
      margin: 15px 0; } }

.focus .back-to-start {
  text-align: center; }
  .focus .back-to-start .s-btn {
    font-family: 'open sans';
    border: 1px solid #b12937; }
    .focus .back-to-start .s-btn:hover {
      background: transparent;
      color: #b12937; }

.s-site {
  position: relative;
  width: 1330px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  overflow: hidden; }
  @media (max-width: 1070px) {
    .s-site {
      width: auto; } }
  .s-site.header-container {
    width: auto;
    max-width: 1330px;
    z-index: 15; }
    @media (max-width: 767px) {
      .s-site.header-container {
        padding-top: 61px;
        border-bottom: 1px solid #f2f2f2; } }
    @media (max-width: 480px) {
      .s-site.header-container {
        padding-top: 50px; } }
    @media (max-width: 348px) {
      .s-site.header-container {
        padding-top: 46px; } }
  .s-site.content-container:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 100;
    top: 0px;
    bottom: 0;
    right: 295px;
    width: 1px;
    background-color: #eee; }
    @media (max-width: 1070px) {
      .s-site.content-container:after {
        display: none; } }
  @media (max-width: 767px) {
    .s-site.content-container {
      padding-top: 20px; } }

.s-image-resp {
    /*
    display: block;
    position: relative;
    padding-top: 0px;
    padding-bottom: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    img {
        display: block;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    */
  position: relative;
  display: block; }
  .s-image-resp img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .s-image-resp .gallery-count {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    font-weight: normal; }

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }
  @media (max-width: 480px) {
    p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4; } }

h1 {
  font-size: 265%; }
  @media (max-width: 480px) {
    h1 {
      font-size: 215%; } }

h4, .h4 {
  font-size: 125%;
  letter-spacing: 0; }

h5, .h5 {
  font-size: 110%;
  letter-spacing: 0; }

@media (max-width: 767px) {
  .hide-to-portrait-tablet {
    display: none; } }

body {
  background: #f2f2f2; }
  body.focus {
    background: #fff; }

.focus .s-site {
  width: auto; }

.focus .focus-content {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .focus .focus-content {
      padding-top: 20px; } }
  .focus .focus-content .wp-caption {
    width: auto !important; }
  .focus .focus-content img {
    max-width: 100%;
    height: auto; }
  .focus .focus-content .content {
    font-family: 'Playfair Display'; }
    .focus .focus-content .content h1 {
      font-family: 'Playfair Display';
      font-weight: 400;
      font-size: 60px; }
      @media (max-width: 767px) {
        .focus .focus-content .content h1 {
          font-size: 35px !important; } }
    .focus .focus-content .content p {
      font-size: 18px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .focus .focus-content .content p {
          font-size: 16px; } }
    .focus .focus-content .content p + p {
      text-indent: 1em; }

.focus .comments-wrapper {
  font-family: 'open sans'; }

.focus .focus-top-image {
  margin: 0;
  margin-top: 43px; }
  @media (max-width: 1015px) {
    .focus .focus-top-image {
      margin-top: 37px; } }
  @media (max-width: 830px) {
    .focus .focus-top-image {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .focus .focus-top-image {
      margin-top: 60px; } }
  @media (max-width: 480px) {
    .focus .focus-top-image {
      margin-top: 50px; } }
  .focus .focus-top-image .wp-caption-text {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 40px;
    padding-right: 30px;
    color: #fff;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px; }
    @media (max-width: 767px) {
      .focus .focus-top-image .wp-caption-text {
        font-size: 20px;
        top: 20px;
        left: 15px; } }

.focus .back-to-start,
.focus .focus-author {
  padding: 15px 0;
  margin: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media (max-width: 767px) {
    .focus .back-to-start,
    .focus .focus-author {
      padding: 5px 0;
      margin: 15px 0; } }

.focus .back-to-start {
  text-align: center; }
  .focus .back-to-start .s-btn {
    font-family: 'open sans';
    border: 1px solid #b12937; }
    .focus .back-to-start .s-btn:hover {
      background: transparent;
      color: #b12937; }

.s-site {
  position: relative;
  width: 1330px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  overflow: hidden; }
  @media (max-width: 1070px) {
    .s-site {
      width: auto; } }
  .s-site.header-container {
    width: auto;
    max-width: 1330px;
    z-index: 15; }
    @media (max-width: 767px) {
      .s-site.header-container {
        padding-top: 61px;
        border-bottom: 1px solid #f2f2f2; } }
    @media (max-width: 480px) {
      .s-site.header-container {
        padding-top: 50px; } }
    @media (max-width: 348px) {
      .s-site.header-container {
        padding-top: 46px; } }
  .s-site.content-container:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 100;
    top: 0px;
    bottom: 0;
    right: 295px;
    width: 1px;
    background-color: #eee; }
    @media (max-width: 1070px) {
      .s-site.content-container:after {
        display: none; } }
  @media (max-width: 767px) {
    .s-site.content-container {
      padding-top: 20px; } }

.s-image-resp {
    /*
    display: block;
    position: relative;
    padding-top: 0px;
    padding-bottom: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    img {
        display: block;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    */
  position: relative;
  display: block; }
  .s-image-resp img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .s-image-resp .gallery-count {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    font-weight: normal; }

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }
  @media (max-width: 480px) {
    p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4; } }

h1 {
  font-size: 265%; }
  @media (max-width: 480px) {
    h1 {
      font-size: 215%; } }

h4, .h4 {
  font-size: 125%;
  letter-spacing: 0; }

h5, .h5 {
  font-size: 110%;
  letter-spacing: 0; }

@media (max-width: 767px) {
  .hide-to-portrait-tablet {
    display: none; } }

.s-btn {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  min-height: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    .mobile-header {
      display: block; } }
  .mobile-header .logo {
    display: block;
    background: url(../images/header-logo.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    width: 300px;
    height: 41px;
    background-size: 300px 41px;
    margin-left: 20px; }
    @media (max-width: 480px) {
      .mobile-header .logo {
        width: 220px;
        height: 30px;
        background-size: 220px 30px;
        margin-left: 10px; } }
    @media (max-width: 348px) {
      .mobile-header .logo {
        width: 190px;
        height: 26px;
        background-size: 190px 26px; } }
  .mobile-header .s-mobile-trigger {
    display: block;
    background: #000;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .mobile-header .s-mobile-trigger span {
      vertical-align: -5%; }
    @media (max-width: 480px) {
      .mobile-header .s-mobile-trigger {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 10px; } }
    @media (max-width: 348px) {
      .mobile-header .s-mobile-trigger {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 20px; }
        .mobile-header .s-mobile-trigger span {
          vertical-align: -10%; } }
  .mobile-header > ul {
    display: none;
    list-style: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #f4f4f4;
    margin-top: 10px; }
    .mobile-header > ul.show {
      display: block; }
    .mobile-header > ul > li {
      text-align: center; }
      .mobile-header > ul > li > a {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 12px 15px;
        color: #000;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2; }
        .mobile-header > ul > li > a:hover {
          color: #b12937; }
      .mobile-header > ul > li.current-menu-item > a {
        background: #b12937;
        color: #fff; }

#header .subscribe {
  display: block;
  position: absolute;
  width: 380px;
  top: 60px;
  right: 20px;
  min-height: 102px;
  padding-left: 205px;
  padding-top: 5px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  z-index: 5; }
  @media (max-width: 920px) {
    #header .subscribe {
      position: relative;
      width: auto;
      top: auto;
      right: auto;
      min-height: 0;
      overflow: hidden;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      background: #f2f2f2;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.4; } }
  @media (max-width: 767px) {
    #header .subscribe {
      display: none; } }
  @media (max-width: 430px) {
    #header .subscribe {
      padding-right: 40px; } }
  #header .subscribe .s-btn {
    display: none; }
    @media (max-width: 920px) {
      #header .subscribe .s-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (max-width: 570px) {
      #header .subscribe .s-btn {
        display: none; } }
  @media (max-width: 430px) {
    #header .subscribe .text {
      display: none; } }
  #header .subscribe img {
    width: 192px;
    height: 102px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px; }
    @media (max-width: 920px) {
      #header .subscribe img {
        position: static;
        top: auto;
        left: auto;
        float: left;
        width: 80px;
        height: auto; } }
  #header .subscribe .h5 {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4; }
    @media (max-width: 430px) {
      #header .subscribe .h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4; } }

.header-top-bar {
  color: #999;
  font-weight: 600;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc; }
  @media (max-width: 767px) {
    .header-top-bar {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      padding: 10px 0;
      border-bottom: none;
      padding-bottom: 3px; } }
  @media (max-width: 480px) {
    .header-top-bar {
      padding: 5px 0; } }
  .header-top-bar .search-box {
    display: none; }
    .header-top-bar .search-box input[type=text] {
      font-size: 16px;
      border: none;
      background: #f4f4f4;
      padding: 3px 5px;
      width: 150px;
      outline: none;
      border: 1px solid #f4f4f4; }
      .header-top-bar .search-box input[type=text]:focus {
        border-color: #b12937; }
    .header-top-bar .search-box .s-btn {
      padding: 4px 10px 3px; }
  .header-top-bar ul {
    float: left;
    list-style: none;
    margin: 0; }
    @media (max-width: 480px) {
      .header-top-bar ul {
        float: none;
        text-align: center;
        font-size: 0; } }
    @media (max-width: 480px) {
      .header-top-bar ul.left {
        display: none; } }
    @media (max-width: 767px) {
      .header-top-bar ul.left li {
        border-right: none; } }
    .header-top-bar ul li {
      float: left;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #ccc; }
      @media (max-width: 480px) {
        .header-top-bar ul li {
          float: none;
          display: inline-block;
          font-size: 14px; } }
      .header-top-bar ul li:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
    .header-top-bar ul.right {
      float: right; }
      @media (max-width: 480px) {
        .header-top-bar ul.right {
          float: none; } }
  .header-top-bar a {
    color: #999; }
    .header-top-bar a:hover {
      color: #555; }

.focus .header-main {
  padding: 10px 0;
  min-height: 50px; }
  .focus .header-main .logo {
    width: 220px;
    height: 30px;
    background-size: 220px 30px;
    top: 10px; }

.header-main {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  min-height: 121px; }
  @media (max-width: 920px) {
    .header-main {
      padding: 20px 0;
      min-height: 100px; } }
  @media (max-width: 767px) {
    .header-main {
      display: none; } }
  .header-main .logo {
    float: left;
    display: block;
    width: 441px;
    height: 60px;
    background: url(../images/header-logo.png) no-repeat;
    background-size: 441px 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5; }
    @media (max-width: 920px) {
      .header-main .logo {
        top: 20px; } }
    @media (max-width: 767px) {
      .header-main .logo {
        width: 300px;
        height: 41px;
        background-size: 300px 41px;
        position: static;
        top: auto;
        left: auto;
        margin-left: 20px; } }
    @media (max-width: 480px) {
      .header-main .logo {
        width: 220px;
        height: 30px;
        background-size: 220px 30px;
        margin-left: 10px; } }
    @media (max-width: 348px) {
      .header-main .logo {
        width: 190px;
        height: 26px;
        background-size: 190px 26px; } }
  .header-main .user-latest {
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
    margin-left: 50px;
    padding-left: 450px;
    max-width: 800px; }
    @media (max-width: 1279px) {
      .header-main .user-latest {
        display: none; } }
    @media (max-width: 920px) {
      .header-main .user-latest {
        display: block; } }
    @media (max-width: 767px) {
      .header-main .user-latest {
        display: none; } }
    .header-main .user-latest > a {
      display: block;
      position: relative;
      padding-left: 70px;
      color: #000; }
    .header-main .user-latest img {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .header-main .user-latest .name {
      display: block;
      color: #999;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4; }
    .header-main .user-latest .h5 {
      margin: 0;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2; }
  .header-main .search {
    position: absolute;
    top: 20px;
    right: 0;
    width: 300px; }
    @media (max-width: 1200px) {
      .header-main .search {
        width: 200px; } }
    .header-main .search input {
      border: none;
      background: #f2f2f2;
      outline: none;
      padding: 22px;
      padding-right: 56px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2;
      text-transform: uppercase;
      width: 100%; }
    .header-main .search button {
      border: none;
      background: none;
      outline: none;
      width: 56px;
      height: 56px;
      position: absolute;
      top: 0;
      right: 0; }

.header-menu-container {
  position: relative; }

.header-menu {
  background: #fff;
  background: #f2f2f2;
  border-top: 2px solid #b12937;
  margin-bottom: 20px;
    /*
    &.fixed {
        @include box-shadow(0 0 10px rgba(0,0,0,0.15));

        > ul > li.logo > a {
            border-right: 1px solid $colorStyle1;
        }
    }
    */ }
  @media (max-width: 767px) {
    .header-menu {
      position: fixed;
      padding-top: 61px;
      top: 0;
      left: 0;
      bottom: auto;
      border-top: none;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      max-height: 100%;
      overflow: auto;
      display: none;
      width: 100%;
      z-index: 9; } }
  @media (max-width: 480px) {
    .header-menu {
      padding-top: 50px; } }
  @media (max-width: 348px) {
    .header-menu {
      padding-top: 46px; } }
  @media (max-width: 767px) {
    .header-menu.show {
      display: block; } }
  .header-menu > ul {
    list-style: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .header-menu > ul > li {
      float: left; }
      @media (max-width: 767px) {
        .header-menu > ul > li {
          float: none;
          text-align: center; } }
      .header-menu > ul > li > a {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 12px 15px;
        color: #000; }
        @media (max-width: 1015px) {
          .header-menu > ul > li > a {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.2;
            padding-left: 8px;
            padding-right: 8px; } }
        @media (max-width: 830px) {
          .header-menu > ul > li > a {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.2; } }
        @media (max-width: 767px) {
          .header-menu > ul > li > a {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.2; } }
        .header-menu > ul > li > a:hover {
          color: #b12937; }
      .header-menu > ul > li.current-menu-item > a {
        background: #b12937;
        color: #fff; }
      .header-menu > ul > li.logo {
        background: url(../images/menu-logo.png) left center no-repeat;
        background-size: 32px 32px;
        overflow: hidden;
        width: 0;
        text-align: center; }
        @media (max-width: 767px) {
          .header-menu > ul > li.logo {
            display: none; } }
        .header-menu > ul > li.logo > a {
          color: #b12937;
          font-weight: 400; }

body.focus .header-container,
.menu-fixed .header-container {
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  max-width: none; }
body.focus #header,
.menu-fixed #header {
  padding: 0;
  border-top: 2px solid #b12937;
  background: #f2f2f2; }
  body.focus #header .header-top-bar,
  body.focus #header .subscribe,
  body.focus #header .header-main,
  .menu-fixed #header .header-top-bar,
  .menu-fixed #header .subscribe,
  .menu-fixed #header .header-main {
    display: none; }
body.focus .header-menu,
.menu-fixed .header-menu {
  margin-bottom: 0;
  border: none; }

body.focus .header-menu > ul > li.logo {
  width: 30px; }
body.focus #header {
  border: none;
  /*
  &:after {
      content: '';
      display: block;
      width: 100%;
      height: 50px;
      background: $white;
      top: 0;
      position: absolute;
  }
  */ }
  @media (max-width: 767px) {
    body.focus #header {
      display: none; } }
  body.focus #header .header-main {
    display: none; }

.page-content {
  overflow: hidden;
  padding-bottom: 30px; }
  .page-content h1 {
    margin-bottom: 30px; }

/** TEMPS **/
.banner {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  .banner .banner-disclaimer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 0 5px;
    text-transform: uppercase; }
  .banner > *, .banner ins > * {
    margin: auto; }

/*
.s-image-resp {
    background: $grayLighter;
}
*/
.faktura-info {
  border: 1px solid #ddd;
  margin-top: 20px;
  background: #f4f4f4; }
  .faktura-info h4 {
    margin-top: 0; }

.jw-container {
  margin: 20px 0; }

#content .s-inner {
  position: relative; }

.content-area {
  margin-right: 280px; }
  @media (max-width: 1070px) {
    .content-area {
      margin-right: 0; } }

.post-fact {
  margin: 20px 0;
  background-color: #f2f2f2; }
  .post-fact .post-fact-header {
    background-color: #f9c789;
    overflow: hidden;
    color: #000;
    line-height: 30px; }
    .post-fact .post-fact-header > span {
      background-color: #b12937;
      color: #fff;
      display: block;
      float: left;
      font-weight: 700;
      text-transform: uppercase;
      padding: 3px 8px;
      margin-right: 10px;
      line-height: 25px; }
  .post-fact .post-fact-content {
    padding: 20px; }

.plus-content-wrapper {
  overflow: hidden; }
  .plus-content-wrapper .plus-content {
    float: left;
    max-width: 55%; }
    @media (max-width: 480px) {
      .plus-content-wrapper .plus-content {
        float: none;
        max-width: none; } }

.plus-header {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #000; }
  .plus-header img {
    float: left;
    max-width: 30%;
    margin-right: 20px; }

.article figure.plus-image {
  position: relative;
  z-index: 1;
  max-width: 40%;
  float: right;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .article figure.plus-image {
      max-width: none;
      margin-left: 0; } }

.plus-ingress {
  position: relative; }
  .plus-ingress:after {
    content: '';
    display: block;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/plus-fade.png) repeat-x; }

.archive-list .article {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .archive-list .article h1 {
    margin-bottom: 10px; }
  .archive-list .article img {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    max-width: 45%; }
    @media (max-width: 480px) {
      .archive-list .article img {
        display: block;
        max-width: 100%;
        float: none;
        margin-left: 0; } }

.postpoll_container {
  margin-bottom: 1.25em;
  border: 4px solid #b12937;
  padding: 15px; }
  .postpoll_container .postpoll_title {
    margin-bottom: 15px; }
  .postpoll_container .s-btn {
    font-size: 16px;
    padding: 10px 40px; }
  .postpoll_container .postpoll_answers {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
    .postpoll_container .postpoll_answers li {
      margin-bottom: 10px;
      font-size: 14px; }
      .postpoll_container .postpoll_answers li input {
        vertical-align: middle; }
      .postpoll_container .postpoll_answers li label {
        background: #f4f4f4;
        display: block;
        padding: 10px 10px;
        border-left: 10px solid #999; }
  .postpoll_container .votes {
    float: right;
    padding-top: 10px; }
    @media (max-width: 480px) {
      .postpoll_container .votes {
        display: none; } }
  .postpoll_container.yesno {
    position: relative;
    background: #b12937;
    color: #fff; }
    .postpoll_container.yesno .votes {
      float: none; }
      .postpoll_container.yesno .votes a {
        color: #fff;
        text-decoration: underline; }
    .postpoll_container.yesno .postpoll_submit {
      position: absolute;
      top: 5px;
      right: 15px; }
      .postpoll_container.yesno .postpoll_submit button {
        display: none; }
    .postpoll_container.yesno .postpoll_answers {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0;
      overflow: hidden; }
      .postpoll_container.yesno .postpoll_answers li {
        margin: 0;
        width: 50%;
        float: left; }
        .postpoll_container.yesno .postpoll_answers li label {
          background: #fff;
          border: none;
          margin-right: 10px;
          text-align: center;
          color: #158600;
          font-size: 18px;
          font-weight: 700;
          text-transform: uppercase; }
        .postpoll_container.yesno .postpoll_answers li:last-child label {
          margin-right: 0;
          margin-left: 10px;
          color: #b20000; }
  .postpoll_container .results {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 14px; }
    .postpoll_container .results li {
      margin-bottom: 15px; }
    .postpoll_container .results .left {
      float: none;
      font-weight: 700; }
  .postpoll_container .bar {
    display: block;
    height: 20px;
    background: #f4f4f4;
    margin-top: 7px; }
    .postpoll_container .bar span {
      display: block;
      height: 20px; }
  .postpoll_container.results .postpoll_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  .postpoll_container.yesno.results .postpoll_title {
    padding-bottom: 0;
    border-bottom: none; }
  .postpoll_container.yesno.results .total_votes {
    position: absolute;
    top: 15px;
    right: 15px; }
  .postpoll_container.yesno .results {
    padding: 10px;
    background: #fff; }
    .postpoll_container.yesno .results li {
      position: relative;
      margin: 0; }
      .postpoll_container.yesno .results li .info {
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 16px; }
        .postpoll_container.yesno .results li .info.no {
          left: auto;
          right: 10px; }
  .postpoll_container.yesno .bar {
    background-color: #158600;
    height: 40px;
    margin: 0; }
    .postpoll_container.yesno .bar span {
      height: 40px;
      background-color: #b20000; }

.header-split {
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  background: #b12937;
  margin: 10px 0;
  padding: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase; }

.arlima-pre-title {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 90%;
  font-weight: 700; }

.s-btn {
  border: none; }

.s-btn.s-btn-black {
  background: #000; }

.comments-wrapper {
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .comments-wrapper .facebook,
  .comments-wrapper .facebook-login {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  .comments-wrapper .facebook:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .comments-wrapper .facebook p {
    margin-bottom: 0; }
  .comments-wrapper .facebook .comment-author {
    overflow: hidden; }
    .comments-wrapper .facebook .comment-author img {
      float: left;
      margin-right: 10px; }
  .comments-wrapper .facebook .comment-meta a {
    color: #999;
    font-size: 14px; }
  .comments-wrapper .facebook cite {
    display: block;
    font-weight: 700;
    font-style: normal; }

.s-form {
  /*
  .s-black-submit {
      padding: 15px 25px;
  }
  */ }
  .s-form .h3 {
    font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0px; }
    .s-form .h3.title {
      border-bottom: 2px solid #000;
      padding-bottom: 10px; }
    .s-form .h3 .fb_iframe_widget {
      vertical-align: 10%; }
  .s-form .reset_link {
    color: #fff;
    display: inline-block;
    padding-top: 4px;
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-transform: none; }
  .s-form .plus_fb_login {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 10px; }
  .s-form input[type=text],
  .s-form input[type=password],
  .s-form input[type=email],
  .s-form input[type=number],
  .s-form select,
  .s-form textarea {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none;
    background: #fff;
    color: #000;
    border: 1px solid #dddddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -ms-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease; }
    @media (max-width: 480px) {
      .s-form input[type=text],
      .s-form input[type=password],
      .s-form input[type=email],
      .s-form input[type=number],
      .s-form select,
      .s-form textarea {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 4px 5px; } }
    .s-form input[type=text]::-webkit-input-placeholder,
    .s-form input[type=password]::-webkit-input-placeholder,
    .s-form input[type=email]::-webkit-input-placeholder,
    .s-form input[type=number]::-webkit-input-placeholder,
    .s-form select::-webkit-input-placeholder,
    .s-form textarea::-webkit-input-placeholder {
      color: #999; }
    .s-form input[type=text]:-ms-input-placeholder,
    .s-form input[type=password]:-ms-input-placeholder,
    .s-form input[type=email]:-ms-input-placeholder,
    .s-form input[type=number]:-ms-input-placeholder,
    .s-form select:-ms-input-placeholder,
    .s-form textarea:-ms-input-placeholder {
      color: #999; }
    .s-form input[type=text]::-moz-placeholder,
    .s-form input[type=password]::-moz-placeholder,
    .s-form input[type=email]::-moz-placeholder,
    .s-form input[type=number]::-moz-placeholder,
    .s-form select::-moz-placeholder,
    .s-form textarea::-moz-placeholder {
      color: #999; }
    .s-form input[type=text]:-moz-placeholder,
    .s-form input[type=password]:-moz-placeholder,
    .s-form input[type=email]:-moz-placeholder,
    .s-form input[type=number]:-moz-placeholder,
    .s-form select:-moz-placeholder,
    .s-form textarea:-moz-placeholder {
      color: #999; }
    .s-form input[type=text]:focus,
    .s-form input[type=password]:focus,
    .s-form input[type=email]:focus,
    .s-form input[type=number]:focus,
    .s-form select:focus,
    .s-form textarea:focus {
      border-color: #b12937; }
      .s-form input[type=text]:focus::-webkit-input-placeholder,
      .s-form input[type=password]:focus::-webkit-input-placeholder,
      .s-form input[type=email]:focus::-webkit-input-placeholder,
      .s-form input[type=number]:focus::-webkit-input-placeholder,
      .s-form select:focus::-webkit-input-placeholder,
      .s-form textarea:focus::-webkit-input-placeholder {
        color: #cccccc; }
      .s-form input[type=text]:focus:-ms-input-placeholder,
      .s-form input[type=password]:focus:-ms-input-placeholder,
      .s-form input[type=email]:focus:-ms-input-placeholder,
      .s-form input[type=number]:focus:-ms-input-placeholder,
      .s-form select:focus:-ms-input-placeholder,
      .s-form textarea:focus:-ms-input-placeholder {
        color: #cccccc; }
      .s-form input[type=text]:focus::-moz-placeholder,
      .s-form input[type=password]:focus::-moz-placeholder,
      .s-form input[type=email]:focus::-moz-placeholder,
      .s-form input[type=number]:focus::-moz-placeholder,
      .s-form select:focus::-moz-placeholder,
      .s-form textarea:focus::-moz-placeholder {
        color: #cccccc; }
      .s-form input[type=text]:focus:-moz-placeholder,
      .s-form input[type=password]:focus:-moz-placeholder,
      .s-form input[type=email]:focus:-moz-placeholder,
      .s-form input[type=number]:focus:-moz-placeholder,
      .s-form select:focus:-moz-placeholder,
      .s-form textarea:focus:-moz-placeholder {
        color: #cccccc; }
  .s-form.s-border {
    background: #b12937; }
    .s-form.s-border input[type=text],
    .s-form.s-border input[type=password],
    .s-form.s-border input[type=email],
    .s-form.s-border input[type=number],
    .s-form.s-border textarea {
      border-color: #fff; }
  .s-form.s-signup {
    border: 2px solid #b12937; }
  .s-form .line {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dddddd; }
  .s-form .row {
    margin-bottom: 10px; }
    .s-form .row label {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.4;
      text-transform: uppercase;
      margin-bottom: 3px; }

.alert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ffeded;
  border: 1px solid #ffd3d3;
  color: #871919;
  margin: 20px 0; }
  @media (max-width: 480px) {
    .alert {
      margin: 10px 0; } }
  .alert p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
  .alert.has-icon {
    position: relative;
    padding-left: 70px; }
    .alert.has-icon .icon {
      font-size: 40px;
      display: block;
      position: absolute;
      top: 20px;
      left: 20px; }

.single-ad-disclaimer {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #b12937;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 700;
  position: relative;
  z-index: 1; }
  .single-ad-disclaimer.add-space {
    margin-bottom: 20px; }
  .single-ad-disclaimer:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #b12937 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px; }
  .single-ad-disclaimer.bottom {
    margin: 20px 0; }
    .single-ad-disclaimer.bottom:after {
      bottom: auto;
      top: -5px;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #b12937 transparent; }

.teaser-entryword {
  font-weight: 600; }

.article {
  overflow: hidden;
  /*
      .s-image-resp {
          padding-bottom: 50%;
      }
  */ }
  .article div.sharedaddy h3.sd-title {
    display: none; }
  .article h1 {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .article h1 {
        font-size: 22px !important;
        margin-bottom: 10px; } }
  .article figure {
    position: relative;
    margin: 0 0 10px 0; }
    .article figure .wp-caption-text {
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      font-size: 14px;
      padding: 10px;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  .article footer {
    padding-top: 10px;
    border-top: 1px solid #cccccc; }
  .article h1 a,
  .article a.text {
    color: #000; }
    .article h1 a:hover,
    .article a.text:hover {
      color: #555; }
    .article h1 a .lead,
    .article a.text .lead {
      color: #b12937;
      font-weight: 600; }
  .article.format-nobold h1 {
    font-weight: 400; }
  .article .streamer {
    display: block;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #b12937;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    background: #fff; }
    .article .streamer span {
      position: relative;
      display: inline-block; }
      .article .streamer span:before, .article .streamer span:after {
        content: '';
        position: absolute;
        top: 5px;
        width: 9999px;
        display: block;
        margin-top: 0;
        border-top: 10px solid #b12937; }
      .article .streamer span:before {
        right: 100%;
        margin-right: 10px; }
      .article .streamer span:after {
        left: 100%;
        margin-left: 10px; }
    .article .streamer.extra {
      background: #000;
      padding: 4px;
      margin-bottom: 0; }
      .article .streamer.extra span {
        background: #000 url(../images/streamer-ni-extra.png) top center repeat-x;
        height: 30px;
        display: block;
        text-align: left;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0; }
        .article .streamer.extra span:before, .article .streamer.extra span:after {
          display: none; }
    .article .streamer.text-stripe {
      background: #000 url(../images/streamer-ni-stripe.png);
      color: #fff;
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4;
      border-bottom: 4px solid #b12937;
      border-top: 4px solid #b12937; }
      .article .streamer.text-stripe span {
        padding: 6px 12px;
        background: #000; }
        .article .streamer.text-stripe span:before, .article .streamer.text-stripe span:after {
          display: none; }
    .article .streamer.text-stripe2 {
      background: #000 url(../images/streamer-ni-stripe.png);
      color: #fff;
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4;
      padding: 8px 0; }
      .article .streamer.text-stripe2 span {
        padding: 6px 12px;
        background: #000;
        display: block; }
        .article .streamer.text-stripe2 span:before, .article .streamer.text-stripe2 span:after {
          display: none; }
    .article .streamer.text-black {
      background: #000;
      color: #fff;
      padding: 6px 0;
      margin-bottom: 0; }
  .article.no-img .streamer.extra, .article.no-img .streamer.text-stripe, .article.no-img .streamer.text-stripe2, .article.no-img .streamer.text-black {
    margin-bottom: 10px; }
  .article.alignleft .streamer.extra, .article.alignleft .streamer.text-stripe, .article.alignleft .streamer.text-stripe2, .article.alignleft .streamer.text-black, .article.alignright .streamer.extra, .article.alignright .streamer.text-stripe, .article.alignright .streamer.text-stripe2, .article.alignright .streamer.text-black {
    margin-bottom: 10px; }

.article-header-split {
  position: relative;
  padding-right: 180px; }
  @media (max-width: 767px) {
    .article-header-split {
      padding-right: 0; } }
  .article-header-split h1 {
    font-size: 315%; }
    @media (max-width: 767px) {
      .article-header-split h1 {
        font-size: 265%; } }
  .article-header-split .article-top-bar {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    @media (max-width: 767px) {
      .article-header-split .article-top-bar {
        text-align: left;
        position: relative;
        top: auto;
        right: auto; } }
    .article-header-split .article-top-bar li {
      float: none;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .article-header-split .article-top-bar li {
          float: left;
          margin-bottom: 0; } }

.article-author {
  min-height: 60px;
  position: relative;
  padding: 0;
  padding-left: 80px;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: 480px) {
    .article-author {
      margin-top: 10px; } }
  .article-author .h5 {
    font-weight: normal;
    margin: 0px 0 0 0; }
  .article-author img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px; }

.article-facebook-like {
  margin-bottom: 0;
  margin-top: 10px;
  padding: 4px 0;
  padding-top: 2px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .article-facebook-like .fb-like {
    vertical-align: middle;
    float: left; }
  .article-facebook-like .twitter-share-button {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    margin-left: 10px; }
  .article-facebook-like .text-tag {
    float: left;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-right: 10px; }
  .article-facebook-like .article-top-bar {
    float: right;
    margin-bottom: 0; }

.article.large .article-facebook-like {
  margin-top: 0; }

.article-tags,
.article-top-bar {
  list-style: none;
  overflow: hidden;
  margin: 0 0 10px 0; }
  .article-tags .mobile,
  .article-top-bar .mobile {
    display: none; }
    @media (max-width: 480px) {
      .article-tags .mobile,
      .article-top-bar .mobile {
        display: block; } }
  @media (max-width: 480px) {
    .article-tags .desktop,
    .article-top-bar .desktop {
      display: none; } }
  .article-tags li,
  .article-top-bar li {
    float: left; }
    .article-tags li.right,
    .article-top-bar li.right {
      float: right; }

.article-tags {
  margin-bottom: 0;
  margin-top: 0; }
  .article-tags li {
    margin-right: 5px; }
  .article-tags a {
    display: block;
    color: #000; }

.article-excerpt {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc; }
  @media (max-width: 480px) {
    .article-excerpt {
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  .article-excerpt h1 {
    margin: 0 0 10px 0;
    font-size: 265%; }
    @media (max-width: 480px) {
      .article-excerpt h1 {
        font-size: 215%;
        margin-bottom: 10px; } }
  .article-excerpt:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .article-excerpt .streamer.text-ugly_extra img,
  .article-excerpt .streamer.text-ugly_extra2 img {
    width: 100%;
    height: 30px; }
  .article-excerpt.alignleft > .article-inner > figure, .article-excerpt.alignright > .article-inner > figure {
    width: 40%;
    float: left;
    margin: 0; }
    @media (max-width: 480px) {
      .article-excerpt.alignleft > .article-inner > figure, .article-excerpt.alignright > .article-inner > figure {
        float: none;
        width: auto;
        margin-bottom: 10px; } }
  .article-excerpt.alignleft > .article-inner > .content, .article-excerpt.alignright > .article-inner > .content {
    width: 60%;
    float: right;
    padding-left: 20px; }
    @media (max-width: 480px) {
      .article-excerpt.alignleft > .article-inner > .content, .article-excerpt.alignright > .article-inner > .content {
        float: none;
        width: auto;
        padding: 0; } }
  .article-excerpt.alignright > .article-inner > figure {
    float: right; }
    @media (max-width: 480px) {
      .article-excerpt.alignright > .article-inner > figure {
        float: none; } }
  .article-excerpt.alignright > .article-inner > .content {
    float: left;
    padding-left: 0;
    padding-right: 20px; }
    @media (max-width: 480px) {
      .article-excerpt.alignright > .article-inner > .content {
        float: none;
        padding: 0; } }
  .article-excerpt.featured {
    border: 10px solid #b12937; }
    @media (max-width: 480px) {
      .article-excerpt.featured {
        border-width: 5px; } }
    .article-excerpt.featured.no-img .streamer {
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .article-excerpt.featured.no-img .streamer {
          margin-bottom: 10px; } }
    .article-excerpt.featured.has-streamer {
      border-top-width: 5px; }
    .article-excerpt.featured .streamer.text {
      padding: 0;
      background: #b12937;
      color: #000;
      border-bottom: 5px solid #b12937; }
      .article-excerpt.featured .streamer.text span {
        background: #fff;
        padding: 0 15px; }
        .article-excerpt.featured .streamer.text span:before, .article-excerpt.featured .streamer.text span:after {
          display: none; }
    .article-excerpt.featured .streamer.extra {
      border-top: 5px solid #b12937; }
    .article-excerpt.featured.black {
      border-color: #000; }
      .article-excerpt.featured.black .streamer.text {
        background: #000;
        color: #b12937;
        border-color: #000; }
      .article-excerpt.featured.black .streamer.extra {
        border-top: none; }
    .article-excerpt.featured .content {
      padding: 0 20px; }
      @media (max-width: 480px) {
        .article-excerpt.featured .content {
          padding: 0 10px; } }
    .article-excerpt.featured.alignleft .streamer, .article-excerpt.featured.alignright .streamer {
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .article-excerpt.featured.alignleft .streamer, .article-excerpt.featured.alignright .streamer {
          margin-bottom: 10px; } }
    .article-excerpt.featured.alignleft .article-inner, .article-excerpt.featured.alignright .article-inner {
      padding: 0 20px; }
      @media (max-width: 480px) {
        .article-excerpt.featured.alignleft .article-inner, .article-excerpt.featured.alignright .article-inner {
          padding: 0 10px; } }
    .article-excerpt.featured.alignleft .content, .article-excerpt.featured.alignright .content {
      padding-bottom: 0;
      padding-top: 0; }
  .article-excerpt.has-children h1 {
    margin-bottom: 10px; }
  .article-excerpt.has-children .teaser-children .article {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 20px; }
  .article-excerpt.has-children.article-column {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    .article-excerpt.has-children.article-column > .article-inner {
      float: left;
      width: 50%;
      padding-right: 20px; }
      @media (max-width: 480px) {
        .article-excerpt.has-children.article-column > .article-inner {
          float: none;
          width: auto;
          padding-right: 0;
          border-bottom: 1px solid #cccccc;
          padding-bottom: 10px;
          margin-bottom: 10px; } }
    .article-excerpt.has-children.article-column .teaser-children {
      float: right;
      width: 50%;
      padding-left: 20px; }
      @media (max-width: 480px) {
        .article-excerpt.has-children.article-column .teaser-children {
          float: none;
          width: auto;
          padding-left: 0; } }
      .article-excerpt.has-children.article-column .teaser-children .article {
        margin-top: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #cccccc; }
        .article-excerpt.has-children.article-column .teaser-children .article:last-child {
          padding-bottom: 0;
          border-bottom: none; }
    .article-excerpt.has-children.article-column:after {
      display: block;
      content: '';
      position: absolute;
      z-index: 1;
      top: 0px;
      bottom: 0;
      right: 50%;
      width: 1px;
      background-color: #cccccc; }
      @media (max-width: 480px) {
        .article-excerpt.has-children.article-column:after {
          display: none; } }

.sidebar .article-excerpt h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px; }
  .sidebar .article-excerpt h2 a {
    color: #000; }

.sidebar .widget_text, .sidebar .widget_rss {
  margin: 20px 0; }

.article-excerpt .fsize-1 {
  font-size: 1px; }

.article-excerpt .fsize-2 {
  font-size: 2px; }

.article-excerpt .fsize-3 {
  font-size: 3px; }

.article-excerpt .fsize-4 {
  font-size: 4px; }

.article-excerpt .fsize-5 {
  font-size: 5px; }

.article-excerpt .fsize-6 {
  font-size: 6px; }

.article-excerpt .fsize-7 {
  font-size: 7px; }

.article-excerpt .fsize-8 {
  font-size: 8px; }

.article-excerpt .fsize-9 {
  font-size: 9px; }

.article-excerpt .fsize-10 {
  font-size: 10px; }

.article-excerpt .fsize-11 {
  font-size: 11px; }

.article-excerpt .fsize-12 {
  font-size: 12px; }

.article-excerpt .fsize-13 {
  font-size: 13px; }

.article-excerpt .fsize-14 {
  font-size: 14px; }

.article-excerpt .fsize-15 {
  font-size: 15px; }

.article-excerpt .fsize-16 {
  font-size: 16px; }

.article-excerpt .fsize-17 {
  font-size: 17px; }

.article-excerpt .fsize-18 {
  font-size: 18px; }

.article-excerpt .fsize-19 {
  font-size: 19px; }

.article-excerpt .fsize-20 {
  font-size: 20px; }

.article-excerpt .fsize-21 {
  font-size: 21px; }

.article-excerpt .fsize-22 {
  font-size: 22px; }

.article-excerpt .fsize-23 {
  font-size: 23px; }

.article-excerpt .fsize-24 {
  font-size: 24px; }

.article-excerpt .fsize-25 {
  font-size: 25px; }

.article-excerpt .fsize-26 {
  font-size: 26px; }

.article-excerpt .fsize-27 {
  font-size: 27px; }

.article-excerpt .fsize-28 {
  font-size: 28px; }

.article-excerpt .fsize-29 {
  font-size: 29px; }

.article-excerpt .fsize-30 {
  font-size: 30px; }

.article-excerpt .fsize-31 {
  font-size: 31px; }

.article-excerpt .fsize-32 {
  font-size: 32px; }

.article-excerpt .fsize-33 {
  font-size: 33px; }

.article-excerpt .fsize-34 {
  font-size: 34px; }

.article-excerpt .fsize-35 {
  font-size: 35px; }

.article-excerpt .fsize-36 {
  font-size: 36px; }

.article-excerpt .fsize-37 {
  font-size: 37px; }

.article-excerpt .fsize-38 {
  font-size: 38px; }

.article-excerpt .fsize-39 {
  font-size: 39px; }

.article-excerpt .fsize-40 {
  font-size: 40px; }

.article-excerpt .fsize-41 {
  font-size: 41px; }

.article-excerpt .fsize-42 {
  font-size: 42px; }

.article-excerpt .fsize-43 {
  font-size: 43px; }

.article-excerpt .fsize-44 {
  font-size: 44px; }

.article-excerpt .fsize-45 {
  font-size: 45px; }

.article-excerpt .fsize-46 {
  font-size: 46px; }

.article-excerpt .fsize-47 {
  font-size: 47px; }

.article-excerpt .fsize-48 {
  font-size: 48px; }

.article-excerpt .fsize-49 {
  font-size: 49px; }

.article-excerpt .fsize-50 {
  font-size: 50px; }

.article-excerpt .fsize-51 {
  font-size: 51px; }

.article-excerpt .fsize-52 {
  font-size: 52px; }

.article-excerpt .fsize-53 {
  font-size: 53px; }

.article-excerpt .fsize-54 {
  font-size: 54px; }

.article-excerpt .fsize-55 {
  font-size: 55px; }

.article-excerpt .fsize-56 {
  font-size: 56px; }

.article-excerpt .fsize-57 {
  font-size: 57px; }

.article-excerpt .fsize-58 {
  font-size: 58px; }

.article-excerpt .fsize-59 {
  font-size: 59px; }

.article-excerpt .fsize-60 {
  font-size: 60px; }

.article-excerpt .fsize-61 {
  font-size: 61px; }

.article-excerpt .fsize-62 {
  font-size: 62px; }

.article-excerpt .fsize-63 {
  font-size: 63px; }

.article-excerpt .fsize-64 {
  font-size: 64px; }

.article-excerpt .fsize-65 {
  font-size: 65px; }

.article-excerpt .fsize-66 {
  font-size: 66px; }

.article-excerpt .fsize-67 {
  font-size: 67px; }

.article-excerpt .fsize-68 {
  font-size: 68px; }

.article-excerpt .fsize-69 {
  font-size: 69px; }

.article-excerpt .fsize-70 {
  font-size: 70px; }

.article-excerpt .fsize-71 {
  font-size: 71px; }

.article-excerpt .fsize-72 {
  font-size: 72px; }

.article-excerpt .fsize-73 {
  font-size: 73px; }

.article-excerpt .fsize-74 {
  font-size: 74px; }

.article-excerpt .fsize-75 {
  font-size: 75px; }

.article-excerpt .fsize-76 {
  font-size: 76px; }

.article-excerpt .fsize-77 {
  font-size: 77px; }

.article-excerpt .fsize-78 {
  font-size: 78px; }

.article-excerpt .fsize-79 {
  font-size: 79px; }

.article-excerpt .fsize-80 {
  font-size: 80px; }

.article-excerpt .fsize-81 {
  font-size: 81px; }

.article-excerpt .fsize-82 {
  font-size: 82px; }

.article-excerpt .fsize-83 {
  font-size: 83px; }

.article-excerpt .fsize-84 {
  font-size: 84px; }

.article-excerpt .fsize-85 {
  font-size: 85px; }

.article-excerpt .fsize-86 {
  font-size: 86px; }

.article-excerpt .fsize-87 {
  font-size: 87px; }

.article-excerpt .fsize-88 {
  font-size: 88px; }

.article-excerpt .fsize-89 {
  font-size: 89px; }

.article-excerpt .fsize-90 {
  font-size: 90px; }

.article-excerpt .fsize-91 {
  font-size: 91px; }

.article-excerpt .fsize-92 {
  font-size: 92px; }

.article-excerpt .fsize-93 {
  font-size: 93px; }

.article-excerpt .fsize-94 {
  font-size: 94px; }

.article-excerpt .fsize-95 {
  font-size: 95px; }

.article-excerpt .fsize-96 {
  font-size: 96px; }

.article-excerpt .fsize-97 {
  font-size: 97px; }

.article-excerpt .fsize-98 {
  font-size: 98px; }

.article-excerpt .fsize-99 {
  font-size: 99px; }

.article-excerpt .fsize-100 {
  font-size: 100px; }

@media (max-width: 480px) {
  .article-excerpt h1 {
    font-size: 22px !important; } }
.text-tags {
  list-style: none;
  margin: 0;
  display: inline; }
  .text-tags .text-tag {
    margin-right: 5px; }

.text-tag {
  display: inline-block;
  background: #ccc;
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  color: #000;
  line-height: 18px;
  font-size: 14px;
  vertical-align: 5%;
  font-size: 1.4rem;
  padding: 2px 7px 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .text-tag:hover {
    background: #eee;
    color: #000; }

.text-tag.reactions-counter {
  position: relative;
  background: #b12937;
  color: #fff;
  font-weight: 600; }
  .text-tag.reactions-counter:before {
    content: "\e90e";
    font-family: 'icomoon' !important;
    font-size: 10px;
    display: inline-block;
    margin-right: 3px; }

.text-tag.plus {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #000; }
  .text-tag.plus:before {
    content: "\e909";
    font-family: 'icomoon' !important;
    font-size: 10px;
    display: inline-block;
    margin-right: 3px; }

.teaser-entryword:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #b12937;
  display: inline-block;
  margin-right: 5px; }

#teaser {
  position: relative;
  background: #000;
  z-index: 1;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -20px;
  color: #333;
  padding: 60px 0;
  color: #fff;
  /*
      .s-image-resp {
          padding-bottom: 50%;
          background: #222;
      }
  */ }
  @media (max-width: 767px) {
    #teaser {
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 40px 0; } }
  @media (max-width: 480px) {
    #teaser {
      padding: 20px 0; } }
  #teaser figure {
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 767px) {
      #teaser figure {
        margin-bottom: 20px; } }
    #teaser figure img {
      width: 100%; }
    #teaser figure:after {
      content: 'Extra';
      background: #b12937;
      color: #fff;
      font-size: 40px;
      padding: 3px 15px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 3px; }
      @media (max-width: 480px) {
        #teaser figure:after {
          font-size: 20px; } }
  #teaser .more {
    border-top: 1px solid #333;
    padding-top: 15px; }
  #teaser ul li {
    margin-bottom: 10px;
    font-style: italic; }
  #teaser h1 {
    margin-top: 0; }
  #teaser a {
    color: #b12937; }
    #teaser a:hover {
      color: #133141; }

.sidebar-split {
  position: relative; }
  .sidebar-split:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 100;
    top: 0px;
    bottom: 0;
    right: 33.3333333333%;
    width: 1px;
    background-color: #eee; }
    @media (max-width: 767px) {
      .sidebar-split:after {
        display: none; } }

.sidebar .section-title, .sidebar h3 {
  position: relative;
  background: #000;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
  z-index: 2;
  font-size: 125%;
  font-weight: 700; }
  .sidebar .section-title:after, .sidebar h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px; }
  .sidebar .section-title.style1, .sidebar h3.style1 {
    background-color: #b12937; }
    .sidebar .section-title.style1 .icon, .sidebar h3.style1 .icon {
      background-color: #000;
      display: inline-block;
      width: 25px;
      height: 25px;
      line-height: 25px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      vertical-align: -5%; }
    .sidebar .section-title.style1:after, .sidebar h3.style1:after {
      border-top-color: #b12937; }
.sidebar .widget.subscribe {
  border: 1px solid #cccccc;
  padding: 15px;
  text-align: center; }
  .sidebar .widget.subscribe a {
    display: block;
    color: #000; }
  .sidebar .widget.subscribe .s-btn {
    margin-top: 20px; }
.sidebar .widget.article {
  position: relative;
  /*
              .s-image-resp {
                  padding-bottom: 75%;
              }
  */ }
  .sidebar .widget.article .h5, .sidebar .widget.article .h5 > a {
    margin: 0;
    font-weight: normal;
    color: #fff; }
    .sidebar .widget.article .h5:hover, .sidebar .widget.article .h5 > a:hover {
      color: #999; }
  .sidebar .widget.article .s-content {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    background: #000; }
.sidebar .widget_rss ul, .sidebar .widget.article-list ul {
  margin: 15px 0 0 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4; }
  .sidebar .widget_rss ul li, .sidebar .widget.article-list ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc; }
    .sidebar .widget_rss ul li a, .sidebar .widget.article-list ul li a {
      color: #000; }
      .sidebar .widget_rss ul li a span, .sidebar .widget.article-list ul li a span {
        color: #999; }
      .sidebar .widget_rss ul li a:hover, .sidebar .widget.article-list ul li a:hover {
        color: #555; }
.sidebar .widget_rss .plus, .sidebar .widget_rss .reactions-counter, .sidebar .widget.article-list .plus, .sidebar .widget.article-list .reactions-counter {
  color: #fff; }
.sidebar .widget_rss.image ul li a, .sidebar .widget.article-list.image ul li a {
  display: block;
  position: relative;
  padding-left: 80px;
  min-height: 50px; }
  .sidebar .widget_rss.image ul li a img, .sidebar .widget.article-list.image ul li a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.sidebar .widget.facebook {
  height: 350px; }
.sidebar .widget.banner {
  margin: 0; }
.sidebar .widget.stroke {
  border: 1px solid #cccccc;
  padding: 15px; }
  .sidebar .widget.stroke h4 {
    margin-top: 0; }
.sidebar .widget.donation {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .sidebar .widget.donation .h4 {
    color: #b12937;
    margin-top: 0; }
  .sidebar .widget.donation.subscribe img {
    margin-bottom: 20px; }
  .sidebar .widget.donation.subscribe p {
    font-weight: 600; }
.sidebar .widget_rss + .widget,
.sidebar .widget + .widget {
  margin-top: 20px; }
.sidebar .widget_rss a.rsswidget img {
  display: none; }
.sidebar .widget_rss h3 a.rsswidget {
  color: #fff; }

@media (max-width: 767px) {
  .sidebar-inner {
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    padding-top: 15px; } }

.sidebar-outer {
  width: 250px;
  position: absolute;
  top: 0;
  right: 15px; }
  @media (max-width: 1070px) {
    .sidebar-outer {
      display: none; } }

#footer {
  background: #000;
  color: #fff; }
  #footer .h4 {
    margin-top: 0; }
  #footer .s-inner {
    padding: 40px 0; }
  #footer .copyright {
    display: block;
    margin-top: 20px;
    color: #555;
    border-top: 1px solid #555; }

#header {
  background: #f2f2f2; }

.header-top-bar {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.header-menu {
  background: #fff;
  background: #000;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  border-bottom: 1px solid #f2f2f2; }
  .header-menu > ul > li > a {
    color: #fff;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: background 0.25s ease; }
    .header-menu > ul > li > a:hover {
      background: #b12937;
      color: #fff; }

body.focus #header,
.menu-fixed #header {
  background: #000; }

.single-ad-disclaimer {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px; }

.teaser-entryword {
  font-weight: 600; }

.article .streamer {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article .streamer.text-black {
    font-weight: 400; }
    .article .streamer.text-black span:before, .article .streamer.text-black span:after {
      display: none; }

.article-excerpt.featured.black {
  border-color: #133141;
  background: #000;
  color: #fff;
  padding-bottom: 10px;
  border: none;
  padding: 30px; }
  .article-excerpt.featured.black a {
    color: #fff; }
  .article-excerpt.featured.black h1 a {
    color: #fff; }
  .article-excerpt.featured.black .content {
    padding: 0; }
  .article-excerpt.featured.black .text-tag.plus {
    background: #fff;
    color: #b12937; }
  .article-excerpt.featured.black .streamer {
    background: transparent;
    color: #fff;
    padding-bottom: 5px;
    overflow: hidden; }
    .article-excerpt.featured.black .streamer span:after, .article-excerpt.featured.black .streamer span:before {
      border-color: #b12937; }
.article-excerpt.has-children .teaser-children {
  background: #f2f2f2;
  clear: both; }
  .article-excerpt.has-children .teaser-children .streamer {
    margin-bottom: 0px !important; }
  .article-excerpt.has-children .teaser-children .article {
    border-bottom: 2px solid #fff; }
    .article-excerpt.has-children .teaser-children .article:first-child {
      margin-top: 20px; }
    .article-excerpt.has-children .teaser-children .article .content {
      padding: 20px; }

.text-tag {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#teaser {
  margin-top: -44px;
  padding-top: 80px; }

.sidebar .section-title, .sidebar h3 {
  font-family: inherit; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important;
    max-height: 200px !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  nav {
    display: none; }

  .sidebar {
    display: none; }

  .banner, #banner-supertopp {
    display: none; }

  .content-area.single > *, .sidebar-container {
    display: none; }

  .article-outer-container, .article-container, .article {
    display: block !important; }

  .facebook-comments {
    display: none; } }
