/*------------------------------------*\
    $GRID

    Browser Width     Gutter     Column     Breakpoint
       0 -  480px      15px        xs
     481 -  767px      15px        xs        narrow
     768 - 991px       15px        sm        tablet
     992 - 1199px      15px        md        desktop
    1200+ px           15px        lg        large

\*------------------------------------*/
.container-fluid,
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.fn,
.flex-n {
  -webkit-flex: none;
  flex: none;
}

.f1 {
  -webkit-flex: 1;
  flex: 1;
}

.flex-xs {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap.row:before {
  content: none;
}

.fd-c {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.order-1 {
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -webkit-order: 3;
  order: 3;
}

.ai-fe {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ai-c {
  -webkit-align-items: center;
  align-items: center;
}
.ai-s {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.as-fe {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.as-c {
  -webkit-align-self: center;
  align-self: center;
}

.jc-c {
  -webkit-justify-content: center;
  justify-content: center;
}
.jc-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jc-sa {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.jc-fe {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-sm-1, .flex-md-1, .flex-lg-1, .flex-sm-2, .flex-md-2, .flex-lg-2, .flex-sm-3, .flex-md-3, .flex-lg-3, .flex-sm-4, .flex-md-4, .flex-lg-4, .flex-sm-5, .flex-md-5, .flex-lg-5, .flex-sm-6, .flex-md-6, .flex-lg-6, .flex-sm-7, .flex-md-7, .flex-lg-7, .flex-sm-8, .flex-md-8, .flex-lg-8, .flex-sm-9, .flex-md-9, .flex-lg-9, .flex-sm-10, .flex-md-10, .flex-lg-10, .flex-sm-11, .flex-md-11, .flex-lg-11, .flex-xs-12, .flex-sm-12, .flex-md-12, .flex-lg-12 {
  width: 100%;
}

.flex-xs-11 {
  width: 91.66666667%;
}

.flex-xs-10 {
  width: 83.33333333%;
}

.flex-xs-9 {
  width: 75%;
}

.flex-xs-8 {
  width: 66.66666667%;
}

.flex-xs-7 {
  width: 58.33333333%;
}

.flex-xs-6 {
  width: 50%;
}

.flex-xs-5 {
  width: 41.66666667%;
}

.flex-xs-4 {
  width: 33.33333333%;
}

.flex-xs-3 {
  width: 25%;
}

.flex-xs-2 {
  width: 16.66666667%;
}

.flex-xs-1 {
  width: 8.33333333%;
}

@media screen and (min-width: 768px) {
  .flex-sm {
    display: -webkit-flex;
    display: flex;
  }

  .flex-sm-12 {
    width: 100%;
  }

  .flex-sm-11 {
    width: 91.66666667%;
  }

  .flex-sm-10 {
    width: 83.33333333%;
  }

  .flex-sm-9 {
    width: 75%;
  }

  .flex-sm-8 {
    width: 66.66666667%;
  }

  .flex-sm-7 {
    width: 58.33333333%;
  }

  .flex-sm-6 {
    width: 50%;
  }

  .flex-sm-5 {
    width: 41.66666667%;
  }

  .flex-sm-4 {
    width: 33.33333333%;
  }

  .flex-sm-3 {
    width: 25%;
  }

  .flex-sm-2 {
    width: 16.66666667%;
  }

  .flex-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .flex-md {
    display: -webkit-flex;
    display: flex;
  }

  .flex-md-12 {
    width: 100%;
  }

  .flex-md-11 {
    width: 91.66666667%;
  }

  .flex-md-10 {
    width: 83.33333333%;
  }

  .flex-md-9 {
    width: 75%;
  }

  .flex-md-8 {
    width: 66.66666667%;
  }

  .flex-md-7 {
    width: 58.33333333%;
  }

  .flex-md-6 {
    width: 50%;
  }

  .flex-md-5 {
    width: 41.66666667%;
  }

  .flex-md-4 {
    width: 33.33333333%;
  }

  .flex-md-3 {
    width: 25%;
  }

  .flex-md-2 {
    width: 16.66666667%;
  }

  .flex-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .flex-lg {
    display: -webkit-flex;
    display: flex;
  }

  .flex-lg-12 {
    width: 100%;
  }

  .flex-lg-11 {
    width: 91.66666667%;
  }

  .flex-lg-10 {
    width: 83.33333333%;
  }

  .flex-lg-9 {
    width: 75%;
  }

  .flex-lg-8 {
    width: 66.66666667%;
  }

  .flex-lg-7 {
    width: 58.33333333%;
  }

  .flex-lg-6 {
    width: 50%;
  }

  .flex-lg-5 {
    width: 41.66666667%;
  }

  .flex-lg-4 {
    width: 33.33333333%;
  }

  .flex-lg-3 {
    width: 25%;
  }

  .flex-lg-2 {
    width: 16.66666667%;
  }

  .flex-lg-1 {
    width: 8.33333333%;
  }
}
.visible-xl,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media screen and (max-width: 767px) {
	.block-fusion-ads {
		margin:20px calc(50% - 50vw);
	}

  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .fsm {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  .hidden-md {
    display: none !important;
  }

  .fmd {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .flg {
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }

  .hidden-xl {
    display: none !important;
  }
}
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.element-hidden {
  display: none;
}

.element-invisible {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

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

.hide {
  display: none;
}

.show {
  display: block;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.affix {
  position: fixed;
}

.absolute {
  position: absolute;
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

div.image a,
header, footer, nav, section, article, hgroup, figure {
  display: block;
}

ul li.expanded,
ul li.collapsed,
ul li.leaf {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav ul li.leaf {
  width: 48%;
  display: inline;
}

ul.primary {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.primary li a {
  background-color: transparent;
}
ul.primary li a:hover {
  background-color: transparent;
}
ul.primary li.active a {
  background-color: transparent;
}

li a.active {
  color: inherit;
}

.ui-tabs {
  padding: 0;
  position: inherit;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  border: 0;
  float: inherit;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: inherit;
  top: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: inherit;
  text-decoration: none;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: pointer;
  color: inherit;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: inherit;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  color: inherit;
}

.ui-tabs .ui-tabs-panel {
  background: none;
  display: block;
  border: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  color: inherit;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-content {
  background: none;
  border: 0;
  color: inherit;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-widget-header {
  background: none;
  border: 0;
  color: inherit;
  font-weight: inherit;
}

.ui-corner-bottom {
  border-radius: 0;
}

body {
  font-family: sans-serif;
  min-width: 320px;
  background-color: white;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
}

body > img,
body > iframe {
  display: none;
}

#BF_WIDGET_1 {
  height: 0;
}

a {
  text-decoration: none;
  outline: 0;
}
a:active, a:hover {
  text-decoration: none;
}

iframe,
object,
img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  height: auto;
}

.image img {
  width: 100%;
}

form select,
form .form-text,
form .form-submit {
  -webkit-appearance: none;
  border-radius: 0;
}
form select::-ms-clear,
form .form-text::-ms-clear,
form .form-submit::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
form select::-ms-reveal,
form .form-text::-ms-reveal,
form .form-submit::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
form .form-submit {
  cursor: pointer;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

.form-text:focus::-webkit-input-placeholder, form .form-submit:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-text:focus:-moz-placeholder, form .form-submit:focus:-moz-placeholder {
  color: transparent;
}

.form-text:focus::-moz-placeholder, form .form-submit:focus::-moz-placeholder {
  color: transparent;
}

.form-text:focus:-ms-input-placeholder, form .form-submit:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="text"],
input[type="submit"] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

picture.lazysize {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
}
picture.lazysize img {
  width: 100%;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms ease-in-out 100ms;
  -moz-transition: opacity 500ms ease-in-out 100ms;
  -o-transition: opacity 500ms ease-in-out 100ms;
  transition: opacity 500ms ease-in-out 100ms;
}
picture.lazysize img.lazyloaded {
  opacity: 1;
}

.b-lazy-wrap {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
}

span.b-lazy,
img.b-lazy {
  width: 100%;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms ease-in-out 100ms;
  -moz-transition: opacity 500ms ease-in-out 100ms;
  -o-transition: opacity 500ms ease-in-out 100ms;
  transition: opacity 500ms ease-in-out 100ms;
}
span.b-lazy.b-loaded,
img.b-lazy.b-loaded {
  opacity: 1;
}

/*------------------------------------*\
    $MODULE
\*------------------------------------*/

.page-top.fixed {
  left: 0;
  right: 0;
}

.dfp-tag-wrapper { background:#f5f5f5 url(/www/images/ad.gif) no-repeat center center; height:251px; overflow:hidden; display:flex; align-items:center; justify-content:center; font-family:sans-serif; }

.dfp-tag-wrapper iframe {margin:auto; max-width: inherit; }

#dfp-ad-top-wrapper { border-bottom: 1px solid #ccc; }
#ad-right3-wrapper .dfp-tag-wrapper { height:600px; }
#ad-bottom-wrapper .dfp-tag-wrapper { height:90px; }

.page-sidebar .block {
  clear: left;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.videocontent-wrapper {
  background-color: black;
}

.videocontent {
  position: relative;
}

.node-article .break-2,
.node-article .break-3 {
  clear: right;
}
.node-article .videocontent iframe {
  margin-bottom: 0;
}

.source {
  margin: 20px 0;
  font-size: 13px;
  color: #999;
}
.source a{
  text-decoration: underline;
  color: #444;
}
.source a:hover{
  text-decoration: none;
  color: #444;
}

.block-ibtmedia-facebook {
  margin-bottom: 30px;
}
.block-ibtmedia-facebook .fb_iframe_widget span,
.block-ibtmedia-facebook .fb_iframe_widget iframe {
  min-width: 100%;
  max-width: 100%;
}

.item-list .pager {
  margin: 0;
}
.item-list .pager li {
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    $FONTS
\*------------------------------------*/
.genericon {
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  display: block;
  font-family: "Genericons";
  cursor: pointer;
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-googleplus:before {
  content: "\f218";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-tiktok path{
  fill: #fff;
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.uxab .article-header h1 {
  font-weight: bold;
}
.uxab .article-body {
  position: relative;
}
.uxab .article-body::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.uxab #dfp-ad-bottom {
  border-top: 0;
}
.page-footer .twitter-x, .page-nav .twitter-x { display:inline-block; width:12px; height:12px; background:url(/www/img/social/twitter-x-black.svg) center/90% no-repeat; }
.page-nav .twitter-x { margin-top:9px; }
@media (max-width: 1100px){
	#ad-bottom-wrapper .dfp-tag-wrapper { height: 251px; }
}
@media (max-width: 767px) {
  .uxab .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 700px){
	.dfp-tag-wrapper,
	#ad-bottom-wrapper .dfp-tag-wrapper { height:calc(100vw / 1.20); display:flex; align-items:center; justify-content:center; overflow:initial; }
}

.ts-btn {
  text-align: center;
  position: relative;
  margin-top: -30px;
}
.ts-btn a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  background-color: #30BCED;
  color: white;
  padding: 0 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
}
.ts-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
  color: white;
}
