/*!==@prod*/
/**
 * Main wrapper embedding layout's styles 
 * inside theme wrappers.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.affix {
  position: fixed; }

.wbf-theme-orange {
 }
  .wbf-theme-orange .home-content h4 {
    color: #343434; }
  .wbf-theme-orange .home-content .element {
    padding: 20px 10px 20px 0;
    margin-left: -30px;
    margin-top: 25px;
    color: #909090; }
    .wbf-theme-orange .home-content .element p {
      margin-left: 109px; }
  .wbf-theme-orange .home-content .element:nth-child(even) {
    background: #F7F7F7; }
  .wbf-theme-orange .home-content .vignette {
    margin-right: 20px; }
  @media (max-width: 767px) {
    .wbf-theme-orange .home-content .element, .wbf-theme-orange .home-content .vignette {
      margin-left: 0; }
    .wbf-theme-orange .home-content .vignette:after {
      display: none !important; } }
  @media (max-width: 480px) {
    .wbf-theme-orange .home-content .element {
      padding: 10px; }
      .wbf-theme-orange .home-content .element p {
        margin: 0; }
    .wbf-theme-orange .home-content .vignette {
      display: none; } }
  @media (min-width: 768px) {
    .wbf-theme-orange .home-content .left {
      border-right: 1px solid #E2E2E2; } }
  @media (min-width: 768px) {
    .wbf-theme-orange .home-content .right .element {
      margin-left: 0;
      margin-right: -30px;
      padding-left: 30px; }
      .wbf-theme-orange .home-content .right .element h4, .wbf-theme-orange .home-content .right .element p {
        margin-right: 109px;
        margin-left: 0; } }
  .wbf-theme-orange .home-content .right .vignette {
    /*margin-left: -45px;*/ }
    @media (min-width: 768px) {
      .wbf-theme-orange .home-content .right .vignette {
        float: right !important;
        margin-right: -20px;
        margin-left: 20px; }
        .wbf-theme-orange .home-content .right .vignette:after {
          left: auto !important;
          right: 0 !important;
          border-width: 10px 0 0 10px !important;
          border-color: transparent transparent transparent #af4416 !important; } }
