/*
Theme Name: Publisher
Theme URI: http://betterstudio.com/
Version: 7.11.0
Description: Designed by <a href="http://betterstudio.com/">BetterStudio</a>
Author: BetterStudio
Author URI: http://betterstudio.com/
Text Domain: publisher
License: ThemeForest Split Licence
License URI: -
Copyright: (c) 2020 BetterStudio
Tags: one-column, two-columns, three-columns, right-sidebar, flexible-header, custom-colors
*/
/*

    \-------------------------------------------------------/
    ______      _     _ _     _
    | ___ \    | |   | (_)   | |
    | |_/ /   _| |__ | |_ ___| |__   ___ _ __
    |  __/ | | | '_ \| | / __| '_ \ / _ \ '__|
    | |  | |_| | |_) | | \__ \ | | |  __/ |
    \_|   \__,_|_,__/|_|_|___/_| |_|\___|_|

    \--> BetterStudio, 2019 <--/

    Thanks for using our theme!

    Please don't edit this file because of loosing edits in next updates
    and use child themes that was described in documentation

    Our portfolio is here: https://betterstudio.com/

    \-------------------------------------------------------/
*/
:root {
  --publisher-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  --publisher-primary-color: #0080ce;
  --publisher-menu-height: calc(1px - 1px);
  --wp-adminbar-height: calc(1px - 1px); }

body {
  font: 14px/1.7 'Lato', sans-serif;
  color: #5f6569;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size-adjust: auto; }

::selection {
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  text-shadow: none; }

.heading-typo,
h1, h2, h3, h4, h5, h6,
.site-header .site-branding .logo {
  color: #2D2D2D; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

.container,
.content-wrap,
body.boxed .main-wrap,
.footer-instagram.boxed,
.site-footer.boxed,
.page-layout-no-sidebar .bs-vc-content > .vc_row,
.page-layout-no-sidebar .bs-vc-content > .vc_vc_row,
.page-layout-no-sidebar .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper,
.page-layout-no-sidebar .bs-vc-content > .vc_row.vc_row-has-fill .upb-background-text.vc_row,
.bs-injection > .vc_row,
.bs-injection > .vc_vc_row,
.bs-injection > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper {
  max-width: var(--publisher-site-width);
  width: 100%; }

@media only screen and (max-width: 668px) {
  .layout-1-col, .layout-2-col, .layout-3-col {
    margin-top: 20px !important; } }

body.page-layout-1-col,
body.page-layout-2-col {
  --publisher-site-width: var(--publisher-site-width-2-col);
  --publisher-site-width-content: var(--publisher-site-width-2-col-content-col);
  --publisher-site-width-primary: var(--publisher-site-width-2-col-primary-col);
  --publisher-site-width-secondary: 0; }

@media (min-width: 768px) {
  .layout-2-col .content-column {
    width: var(--publisher-site-width-content); }
  .bf-2-main-column-size.bf-2-main-column-size {
    width: var(--publisher-site-width-2-col-content-col); }
  .layout-2-col .sidebar-column {
    width: var(--publisher-site-width-primary); }
  .bf-2-primary-column-size.bf-2-primary-column-size {
    width: var(--publisher-site-width-2-col-primary-col); }
  .layout-2-col.layout-2-col-2 .content-column {
    left: var(--publisher-site-width-primary); }
    .rtl .layout-2-col.layout-2-col-2 .content-column {
      left: inherit;
      right: var(--publisher-site-width-primary); }
  .layout-2-col.layout-2-col-2 .sidebar-column {
    right: var(--publisher-site-width-content); }
    .rtl .layout-2-col.layout-2-col-2 .sidebar-column {
      right: inherit;
      left: var(--publisher-site-width-content); } }

body.page-layout-3-col {
  --publisher-site-width: var(--publisher-site-width-3-col);
  --publisher-site-width-content: var(--publisher-site-width-3-col-content-col);
  --publisher-site-width-primary: var(--publisher-site-width-3-col-primary-col);
  --publisher-site-width-secondary: var(--publisher-site-width-3-col-secondary-col);
  --publisher-site-width-content-col-sm: calc(var(--publisher-site-width-content) + (var(--publisher-site-width-secondary) / 2));
  --publisher-site-width-primary-col-sm: calc(100% - var(--publisher-site-width-content-col-sm));
  --publisher-site-width-primary-col-xs: calc(var(--publisher-site-width-primary) + (var(--publisher-site-width-content) / 2));
  --publisher-site-width-secondary-col-xs: calc(100% - var(--publisher-site-width-primary-col-xs)); }

@media (min-width: 1000px) {
  .layout-3-col .content-column {
    width: var(--publisher-site-width-content); }
  .bf-3-main-column-size.bf-3-main-column-size {
    width: var(--publisher-site-width-3-col-content-col); }
  .layout-3-col .sidebar-column-primary {
    width: var(--publisher-site-width-primary); }
  .bf-3-primary-column-size.bf-3-primary-column-size {
    width: var(--publisher-site-width-3-col-primary-col); }
  .layout-3-col .sidebar-column-secondary {
    width: var(--publisher-site-width-secondary); }
  .bf-3-secondary-column-size.bf-3-secondary-column-size {
    width: var(--publisher-site-width-3-col-secondary-col); } }

@media (max-width: 1000px) and (min-width: 768px) {
  .layout-3-col .content-column {
    width: var(--publisher-site-width-content-col-sm); }
  .layout-3-col .sidebar-column-primary {
    width: var(--publisher-site-width-primary-col-sm); }
  .layout-3-col .sidebar-column-secondary {
    display: none; } }

@media (max-width: 767px) and (min-width: 500px) {
  .layout-3-col .sidebar-column-primary {
    width: var(--publisher-site-width-primary-col-xs);
    float: left; }
  .layout-3-col .sidebar-column-secondary {
    width: var(--publisher-site-width-secondary-col-xs);
    float: left; } }

@media (max-width: 500px) {
  .layout-3-col .sidebar-column-secondary {
    display: none; } }

@media (min-width: 1001px) {
  .layout-3-col-2 .sidebar-column-primary {
    left: var(--publisher-site-width-secondary); }
    .rtl .layout-3-col-2 .sidebar-column-primary {
      left: inherit;
      right: var(--publisher-site-width-secondary); }
  .layout-3-col-2 .sidebar-column-secondary {
    right: var(--publisher-site-width-primary); }
    .rtl .layout-3-col-2 .sidebar-column-secondary {
      right: inherit;
      left: var(--publisher-site-width-primary); }
  .layout-3-col-3 .content-column {
    left: var(--publisher-site-width-primary); }
    .rtl .layout-3-col-3 .content-column {
      left: inherit;
      right: var(--publisher-site-width-primary); }
  .layout-3-col-3 .sidebar-column-primary {
    right: var(--publisher-site-width-content); }
    .rtl .layout-3-col-3 .sidebar-column-primary {
      right: inherit;
      left: var(--publisher-site-width-content); }
  .layout-3-col-4 .content-column {
    left: var(--publisher-site-width-secondary); }
    .rtl .layout-3-col-4 .content-column {
      left: inherit;
      right: var(--publisher-site-width-secondary); }
  .layout-3-col-4 .sidebar-column-primary {
    left: var(--publisher-site-width-secondary); }
    .rtl .layout-3-col-4 .sidebar-column-primary {
      left: inherit;
      right: var(--publisher-site-width-secondary); }
  .layout-3-col-4 .sidebar-column-secondary {
    right: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary)); }
    .rtl .layout-3-col-4 .sidebar-column-secondary {
      right: inherit;
      left: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary)); }
  .layout-3-col-5 .content-column {
    left: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary)); }
    .rtl .layout-3-col-5 .content-column {
      left: inherit;
      right: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary)); }
  .layout-3-col-5 .sidebar-column-primary {
    right: var(--publisher-site-width-content); }
    .rtl .layout-3-col-5 .sidebar-column-primary {
      right: inherit;
      left: var(--publisher-site-width-content); }
  .layout-3-col-5 .sidebar-column-secondary {
    right: var(--publisher-site-width-content); }
    .rtl .layout-3-col-5 .sidebar-column-secondary {
      right: inherit;
      left: var(--publisher-site-width-content); }
  .layout-3-col-6 .content-column {
    left: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary)); }
    .rtl .layout-3-col-6 .content-column {
      left: inherit;
      right: calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary)); }
  .layout-3-col-6 .sidebar-column-primary {
    right: calc(var(--publisher-site-width-content) - var(--publisher-site-width-secondary)); }
    .rtl .layout-3-col-6 .sidebar-column-primary {
      right: inherit;
      left: calc(var(--publisher-site-width-content) - var(--publisher-site-width-secondary)); }
  .layout-3-col-6 .sidebar-column-secondary {
    right: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary)); }
    .rtl .layout-3-col-6 .sidebar-column-secondary {
      right: inherit;
      left: calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary)); } }

@media (max-width: 1000px) and (min-width: 768px) {
  .layout-3-col-3 .content-column,
  .layout-3-col-5 .content-column,
  .layout-3-col-6 .content-column {
    left: var(--publisher-site-width-primary-col-sm); }
    .rtl .layout-3-col-3 .content-column, .rtl
    .layout-3-col-5 .content-column, .rtl
    .layout-3-col-6 .content-column {
      left: inherit;
      right: var(--publisher-site-width-primary-col-sm); }
  .layout-3-col-3 .sidebar-column-primary,
  .layout-3-col-5 .sidebar-column-primary,
  .layout-3-col-6 .sidebar-column-primary {
    right: var(--publisher-site-width-content-col-sm); }
    .rtl .layout-3-col-3 .sidebar-column-primary, .rtl
    .layout-3-col-5 .sidebar-column-primary, .rtl
    .layout-3-col-6 .sidebar-column-primary {
      right: inherit;
      left: var(--publisher-site-width-content-col-sm); } }

code {
  padding: 4px 6px;
  font-size: 90%;
  color: inherit;
  background-color: #EAEAEA;
  border-radius: 0; }

pre {
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 0; }

/* links and text helpers */
a:focus {
  color: inherit; }

a, a:focus, a:hover {
  text-decoration: none;
  -webkit-transition: all .07s ease;
  -moz-transition: all .07s ease;
  -o-transition: all .07s ease;
  transition: all .07s ease; }

/* Form elements */
textarea,
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=email],
input[type=number],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=date],
input[type=color],
input[type=text] {
  height: 36px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

textarea {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff; }

textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="color"]:focus,
input[type="text"]:focus {
  outline: 0; }

.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"] {
  border: none;
  color: #fff;
  border-radius: 0;
  outline: 0;
  height: auto;
  line-height: 1.4;
  padding: 8px 12px;
  vertical-align: middle;
  text-transform: uppercase !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 100%;
  white-space: normal; }

.entry-content .btn,
.entry-content .btn a,
.entry-content button,
.entry-content html input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"],
.entry-content input[type="button"] {
  color: #fff; }

.btn:focus,
.btn:hover,
button:focus,
button:hover,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  opacity: 0.85; }

.btn.btn-lg {
  height: 57px;
  line-height: 57px;
  padding: 0 30px; }

.btn.btn-xs {
  height: 47px;
  line-height: 47px;
  padding: 0 20px; }

.btn.btn-light {
  background: #FFF;
  border: 1px solid #D4D4D4;
  color: #5c5c5c;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  height: auto;
  padding: 0 13px; }

.btn.btn-light:hover, .btn.btn-light.hover {
  border-color: #868686 !important;
  color: #2b2b2b !important;
  background: #fff !important; }

.btn.btn-light[disabled] {
  border-color: #EAEAEA;
  color: #EAEAEA; }

/**
 * =>Menu
 **/
ul.menu {
  padding: 0;
  margin: 0;
  list-style: none; }

ul.menu a {
  text-decoration: none; }

ul.menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.menu > li {
  float: left; }

ul.menu > li.alignright {
  float: right; }

ul.menu li > a {
  position: relative; }

ul.menu > li .sub-menu {
  background-color: #eee;
  position: absolute;
  top: 102%;
  top: calc(100% + 1px);
  z-index: 100;
  width: 200px; }

ul.menu li.bs-flip-children {
  direction: rtl; }

ul.menu li.bs-flip-children a,
ul.menu li.bs-flip-children .sub-menu {
  direction: ltr; }

ul.menu > li .sub-menu .sub-menu {
  left: 99.4%;
  top: 0 !important; }

ul.menu li.bs-flip-children .sub-menu .sub-menu {
  left: -99.4%; }

ul.menu li.bs-flip-children .mega-type-link .mega-links > li > a .better-custom-badge,
ul.menu li.bs-flip-children .sub-menu.sub-menu .better-custom-badge {
  right: auto;
  left: 10px; }

ul.menu li.bs-flip-children .sub-menu.sub-menu .menu-have-badge.menu-item-has-children > a > .better-custom-badge {
  right: auto;
  left: 24px; }

ul.menu > li li:hover > .sub-menu {
  display: block; }

ul.menu li.menu-have-icon > a > .bf-icon {
  margin-right: 6px;
  display: inline-block; }

ul.menu li.menu-title-hide > a > .bf-icon {
  margin-right: 0; }

ul.menu li.menu-title-hide > a {
  padding: 0 15px;
  display: inline-block; }

ul.menu li.menu-item-has-children.menu-title-hide > a:after {
  display: none; }

ul.menu li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  margin-left: 6px;
  font-size: 13px; }

ul.menu .sub-menu > li.menu-item-has-children > a:after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: '\f105'; }

ul.menu li.bs-flip-children .sub-menu > li.menu-item-has-children > a:after {
  content: '\f104';
  left: 10px;
  right: auto;
  margin-right: 8px;
  margin-left: 0; }

ul.menu.menu li.bs-flip-children .sub-menu a {
  text-align: right; }

ul.menu .sub-menu .sub-menu > li.menu-item-has-children > a:after {
  content: '\f0da'; }

ul.menu li.menu-have-icon .bf-icon {
  margin-right: 10px; }

ul.menu li.menu-have-icon.menu-title-hide .bf-icon {
  margin-right: 0; }

ul.menu .sub-menu > li > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

ul.menu .sub-menu > li:last-child a {
  border-bottom: none !important; }

/* Menu Animations */
ul.menu .mega-menu,
ul.menu .sub-menu {
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.3s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -ms-transition: 0.3s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.3s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.3s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  display: none;
  visibility: hidden; }

ul.menu.bsm-initialized .mega-menu,
ul.menu.bsm-initialized .sub-menu {
  display: block; }

ul.menu.bsm-pure li:hover > .mega-menu,
ul.menu.bsm-pure li:hover > .sub-menu {
  visibility: visible !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  display: block !important; }

ul.menu.bsm-initialized li.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.bsm-enter > .sub-menu {
  visibility: visible;
  z-index: 9999; }

ul.menu.bsm-initialized li.bsm-leave > .mega-menu,
ul.menu.bsm-initialized li.bsm-leave > .sub-menu {
  display: none; }

/* No animation */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none > .sub-menu {
  display: none; }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .sub-menu {
  display: block; }

/* fade animation */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .sub-menu {
  opacity: 0; }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .sub-menu {
  opacity: 1; }

/* Fading Slide */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .sub-menu {
  -webkit-transform: translate3d(0, -10px, 0) scale3d(0.95, 0.95, 0.95);
  transform: translate3d(0, -10px, 0) scale3d(0.95, 0.95, 0.95);
  opacity: 0; }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }

/* Slide Bottom In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .sub-menu {
  -webkit-transform: translate3d(0, 11px, 0);
  transform: translate3d(0, 11px, 0);
  opacity: 0; }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slide Top In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .sub-menu {
  -webkit-transform: translate3d(0, 11px, 0);
  transform: translate3d(0, 11px, 0);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 0; }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-name: menu-slide-top-in;
  animation-name: menu-slide-top-in; }

@-webkit-keyframes menu-slide-top-in {
  0% {
    -webkit-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes menu-slide-top-in {
  0% {
    -webkit-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Slide Left In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .sub-menu {
  -webkit-transform: translate3d(11px, 0, 0);
  transform: translate3d(11px, 0, 0);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 0; }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-name: menu-slide-left-in;
  animation-name: menu-slide-left-in; }

@-webkit-keyframes menu-slide-left-in {
  0% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes menu-slide-left-in {
  0% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Slide Right In */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .sub-menu {
  -webkit-transform: translate3d(-11px, 0, 0);
  transform: translate3d(-11px, 0, 0);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 0; }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-name: menu-slide-right-in;
  animation-name: menu-slide-right-in; }

@-webkit-keyframes menu-slide-right-in {
  0% {
    -webkit-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes menu-slide-right-in {
  0% {
    -webkit-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Tada */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-animation-name: menu-tada;
  animation-name: menu-tada;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

@-webkit-keyframes menu-tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0; }
  10%, 20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate3d(0, 0, 1, -1deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }

@keyframes menu-tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate3d(0, 0, 1, -1deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* Bounce */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-animation-name: menu-bounce;
  animation-name: menu-bounce;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes menu-bounce {
  0%, 20% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    opacity: 0; }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  100% {
    opacity: 1; } }

@keyframes menu-bounce {
  0%, 20% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    opacity: 0; }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  100% {
    opacity: 1; } }

/* Shake */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-animation-name: menu-shake;
  animation-name: menu-shake;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes menu-shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  20%, 60%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes menu-shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  20%, 60%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

/* Swing */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95);
  transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-animation-name: menu-swing;
  animation-name: menu-swing;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes menu-swing {
  0% {
    opacity: 0; }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -4deg);
    transform: rotate3d(0, 0, 1, -4deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1; } }

@keyframes menu-swing {
  0% {
    opacity: 0; }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -4deg);
    transform: rotate3d(0, 0, 1, -4deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1; } }

/* Wobble */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95);
  transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-animation-name: menu-wobble;
  animation-name: menu-wobble;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes menu-wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
    transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg); }
  30% {
    -webkit-transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
    transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg); }
  45% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg); }
  60% {
    -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0.7deg);
    transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0.7deg); }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -0.7deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -0.7deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes menu-wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg);
    transform: translate3d(-9%, 0, 0) rotate3d(0, 0, 1, -2deg); }
  30% {
    -webkit-transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
    transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 1.5deg); }
  45% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1.5deg); }
  60% {
    -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0.7deg);
    transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0.7deg); }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -0.7deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -0.7deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

/* Filip In X */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95);
  transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-animation-name: menu-flipInX;
  animation-name: menu-flipInX;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes menu-flipInX {
  0% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
    transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
    transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
    transform: perspective(200px) rotate3d(1, 0, 0, -2deg); }
  100% {
    -webkit-transform: perspective(200px);
    transform: perspective(200px); } }

@keyframes menu-flipInX {
  0% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
    transform: perspective(200px) rotate3d(1, 0, 0, 50deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(200px) rotate3d(1, 0, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
    transform: perspective(200px) rotate3d(1, 0, 0, 5deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -2deg);
    transform: perspective(200px) rotate3d(1, 0, 0, -2deg); }
  100% {
    -webkit-transform: perspective(200px);
    transform: perspective(200px); } }

/* Filip In Y */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .sub-menu {
  -webkit-animation-duration: .65s;
  animation-duration: .65s;
  opacity: 0;
  -webkit-transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95);
  transform: translate3d(0, -3px, 0) scale3d(0.95, 0.95, 0.95); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-animation-name: menu-flipInY;
  animation-name: menu-flipInY;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes menu-flipInY {
  0% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
    transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
    transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
    transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
    transform: perspective(200px) rotate3d(0, 1, 0, -1deg); }
  100% {
    -webkit-transform: perspective(200px);
    transform: perspective(200px); } }

@keyframes menu-flipInY {
  0% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
    transform: perspective(200px) rotate3d(0, 1, 0, 20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
    transform: perspective(200px) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
    transform: perspective(200px) rotate3d(0, 1, 0, 5deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -1deg);
    transform: perspective(200px) rotate3d(0, 1, 0, -1deg); }
  100% {
    -webkit-transform: perspective(200px);
    transform: perspective(200px); } }

/* Buzz */
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .sub-menu {
  -webkit-animation-duration: .65s;
  animation-duration: .65s;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .mega-menu,
ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .sub-menu {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-name: menu-buzz;
  animation-name: menu-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes menu-buzz {
  50% {
    -webkit-transform: translateX(1px) rotate(0.7deg);
    transform: translateX(1px) rotate(0.7deg); }
  100% {
    -webkit-transform: translateX(-1px) rotate(-0.7deg);
    transform: translateX(-1px) rotate(-0.7deg); } }

@keyframes menu-buzz {
  50% {
    -webkit-transform: translateX(1px) rotate(0.7deg);
    transform: translateX(1px) rotate(0.7deg); }
  100% {
    -webkit-transform: translateX(-1px) rotate(-0.7deg);
    transform: translateX(-1px) rotate(-0.7deg); } }

.main-menu-wrapper.bs-pinning-block.pinned {
  box-shadow: none; }

/**
 * =>Header
 **/
.site-header .content-wrap {
  overflow: visible !important; }

.site-header > .header-inner > .content-wrap > .container {
  position: relative; }

.site-header .site-branding {
  margin: 0; }

.site-header .site-branding .logo {
  margin: 0;
  line-height: 0;
  font-size: 50px; }

.site-header .site-branding .logo.text-logo {
  font-size: 30px;
  line-height: 38px; }

.site-header .site-branding .logo img {
  max-width: 100%; }

.site-header .site-branding .logo .site-title {
  display: none; }

.site-header > .header-inner > .container {
  position: relative; }

.site-header > .header-inner .row-height {
  display: table;
  table-layout: fixed;
  width: 100%; }

.site-header > .header-inner .sidebar-col,
.site-header > .header-inner .logo-col {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle; }

.site-header .header-inner .row {
  position: relative; }

.site-header.full-width.stretched .content-wrap .container,
.site-header.full-width.stretched .content-wrap {
  max-width: 100% !important; }

.site-header .sidebar-col .wpb_content_element {
  margin-bottom: 0 !important; }

/* Header Action Buttons */
.site-header .menu-action-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  z-index: 99; }

.header-style-2.site-header.boxed .menu-action-buttons,
.header-style-1.site-header.boxed .menu-action-buttons {
  bottom: -3px; }

.site-header .menu-action-buttons.width-1 {
  width: 40px; }

.site-header .menu-action-buttons.width-2 {
  width: 80px; }

.site-header .menu-action-buttons.width-3 {
  width: 120px; }

.site-header .menu-action-buttons > div {
  min-width: 37px;
  display: inline-block;
  float: right;
  height: 100%;
  text-align: right;
  position: relative; }

.site-header .menu-action-buttons > div.close {
  opacity: 1; }

/* Search */
.site-header .main-menu-container.search-open .menu-action-buttons,
.site-header .search-container.open {
  width: 100%; }

.site-header .menu-action-buttons .search-container {
  z-index: 1; }

.site-header .main-menu-wrapper .main-menu-container.search-open .main-menu {
  opacity: 0;
  pointer-events: none; }

.site-header .search-container.open {
  width: 100%; }

.site-header .off-canvas-menu-icon-container + .search-container.open {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0; }

.site-header .main-menu-container.search-open .off-canvas-menu-icon-container + .search-container .search-handler {
  margin-right: 38px; }

.site-header .shop-cart-container .cart-handler,
.site-header .search-container .search-handler {
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -15px;
  z-index: 100;
  width: 37px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  color: #434343;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.site-header .search-container .search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 36px 0 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  text-align: center; }

.site-header .search-container .search-box .search-form .search-field {
  border: none;
  width: 100%;
  height: 45px;
  background: transparent;
  line-height: 45px;
  font-size: 14px;
  color: #434343; }

.site-header .search-container.open .search-box {
  display: block; }

.site-header .search-container .search-box .search-form input[type="submit"] {
  display: none; }

/* Cart */
.site-header .off-canvas-menu-icon-container {
  z-index: 2; }

.site-header .shop-cart-container .cart-handler {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 17px;
  white-space: nowrap; }

.site-header .shop-cart-container .cart-handler * {
  white-space: inherit; }

.site-header .shop-cart-container .cart-box {
  width: 260px;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: left; }

.site-header .shop-cart-container .cart-box .buttons {
  margin-bottom: 0; }

.site-header .shop-cart-container .cart-box .buttons .checkout {
  float: right; }

.site-header .shop-cart-container.open .cart-box {
  display: block; }

.site-header .main-menu-container.search-open .shop-cart-container {
  display: none; }

.site-header .shop-cart-container .cart-handler .cart-count {
  display: inline-block;
  line-height: 18px;
  min-width: 18px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
  margin-left: 1px;
  vertical-align: middle;
  border-radius: 33px;
  font-family: sans-serif;
  text-align: center; }

.site-header .shop-cart-container .cart-box:after {
  content: '';
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  top: -3px;
  display: inline-block; }

.site-header .shop-cart-container a.remove {
  display: inline-block;
  float: left;
  margin-right: 4px;
  font-size: 14px;
  margin-top: 4px; }

/* Off-Canvas */
.site-header .menu-action-buttons > .off-canvas-menu-icon-container {
  margin-right: 6px; }

.off-canvas-menu-icon-container {
  line-height: 42px; }

.off-canvas-menu-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
  text-align: center; }

.off-canvas-menu-icon .off-canvas-menu-icon-el {
  margin: 9px 0 0;
  width: 16px;
  cursor: pointer;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #313131;
  -webkit-transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s; }

.off-canvas-menu-icon .off-canvas-menu-icon-el:before,
.off-canvas-menu-icon .off-canvas-menu-icon-el:after {
  content: '';
  display: inline-block;
  background: #313131;
  width: 20px;
  height: 2px;
  position: absolute;
  top: -6px;
  -webkit-transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s; }

.off-canvas-menu-icon .off-canvas-menu-icon-el:after {
  top: 6px; }

.off-canvas-menu-icon:hover .off-canvas-menu-icon-el:before,
.off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:before {
  top: -8px; }

.off-canvas-menu-icon:hover .off-canvas-menu-icon-el:after,
.off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:after {
  top: 8px; }

.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el {
  text-align: right; }

.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:before,
.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:after {
  right: 0; }

.off-canvas-menu-icon-container.off-icon-left .off-canvas-menu-icon-el {
  text-align: left; }

.off-canvas-container .canvas-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 23px;
  right: 18px;
  cursor: pointer;
  z-index: 1; }

.off-canvas-inner .canvas-close i,
.off-canvas-inner .canvas-close:after,
.off-canvas-inner .canvas-close:before {
  position: absolute;
  width: 18px;
  height: 2px;
  content: '';
  display: inline-block;
  background: #a8a8a8;
  left: 0;
  top: 7px;
  margin-top: 0;
  border-radius: 14px;
  transition: 0.38s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s; }

.off-canvas-inner .canvas-close:hover i,
.off-canvas-inner .canvas-close:hover:after,
.off-canvas-inner .canvas-close:hover:before {
  background: #111111; }

.off-canvas-container.skin-dark .canvas-close i,
.off-canvas-container.skin-dark .canvas-close:after,
.off-canvas-container.skin-dark .canvas-close:before {
  background: #7e7e7e; }

.off-canvas-container.skin-dark .canvas-close:hover i,
.off-canvas-container.skin-dark .canvas-close:hover:after,
.off-canvas-container.skin-dark .canvas-close:hover:before {
  background: #ffffff; }

.off-canvas-inner .canvas-close:before {
  transform: rotate(45deg); }

.off-canvas-inner .canvas-close:after {
  transform: rotate(-45deg); }

.off-canvas-inner .canvas-close i {
  width: 0;
  left: inherit;
  right: 50%;
  margin-right: 0; }

.off-canvas-container.left .canvas-close.open:before,
.off-canvas-container.left .canvas-close:hover:before {
  width: 10px;
  left: 0;
  top: 10px; }

.off-canvas-container.left .canvas-close.open:after,
.off-canvas-container.left .canvas-close:hover:after {
  width: 10px;
  left: 0;
  top: 4px; }

.off-canvas-container.left .canvas-close.open:hover i,
.off-canvas-container.left .canvas-close:hover i {
  width: 16px;
  visibility: visible;
  position: absolute;
  right: 50%;
  margin-right: -8px; }

.off-canvas-container.right .canvas-close {
  left: 18px;
  right: auto; }

.off-canvas-container.right .canvas-close i,
.off-canvas-container.right .canvas-close:after,
.off-canvas-container.right .canvas-close:before {
  right: 0;
  left: auto; }

.off-canvas-container.right .canvas-close i {
  width: 0;
  right: inherit;
  left: 50%;
  margin-left: 0;
  margin-right: auto; }

.off-canvas-container.right .canvas-close.open:before,
.off-canvas-container.right .canvas-close:hover:before {
  width: 10px;
  right: 0;
  left: auto;
  top: 4px; }

.off-canvas-container.right .canvas-close.open:after,
.off-canvas-container.right .canvas-close:hover:after {
  width: 10px;
  right: 0;
  left: auto;
  top: 10px; }

.off-canvas-container.right .canvas-close.open:hover i,
.off-canvas-container.right .canvas-close:hover i {
  width: 16px;
  visibility: visible;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  right: auto;
  margin-right: auto; }

/* Made by the RTL-er.com - http://www.rtl-er.com */
/* Made by the RTL-er.com - http://www.rtl-er.com */
/**
 * ->Menu
 **/
.main-menu > li {
  margin-right: 10px; }

.main-menu > li > a {
  line-height: 48px;
  display: inline-block;
  padding: 0 12px; }

.main-menu .sub-menu > li > a {
  padding: 0 16px 0 10px;
  line-height: 40px; }

.main-menu.menu > li .sub-menu {
  width: 210px;
  background-color: #FFF;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15); }

.main-menu.menu .sub-menu li > a {
  line-height: 1.7;
  padding: 8px 16px; }

.main-menu.menu .sub-menu > li {
  position: relative; }

.main-menu.menu .sub-menu > li > a,
.main-menu.menu .sub-menu > li {
  color: #434343; }

.main-menu.menu .sub-menu li.current-menu-item:hover > a,
.main-menu.menu .sub-menu > li:hover > a {
  color: #FFFFFF; }

.main-menu.menu .sub-menu > li.menu-item-has-children > a:after {
  top: 7px; }

.main-menu.menu .sub-menu > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.main-menu.menu .sub-menu .sub-menu > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.main-menu.menu > li > a:before {
  content: '';
  display: block;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden; }

.main-menu.menu > li:hover > a:before,
.main-menu.menu > li.current-menu-parent > a:before,
.main-menu.menu > li.current-menu-item > a:before {
  width: 100%;
  visibility: visible; }

.top-menu > li {
  line-height: 25px;
  margin-right: 15px; }

.top-menu.menu li {
  position: relative; }

.top-menu.menu li > a {
  color: #707070; }

.top-menu .sub-menu > li > a {
  padding: 0 12px;
  line-height: 32px; }

.top-menu.menu > li .sub-menu {
  width: 180px;
  background-color: #222; }

.top-menu.menu .sub-menu > li > a,
.top-menu.menu .sub-menu > li {
  color: #c0c0c0; }

.top-menu.menu .sub-menu > li.menu-item-has-children > a:after {
  top: 7px; }

.top-menu.menu .sub-menu li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.02); }

.top-menu.menu .bs-pretty-tabs-elements.sub-menu {
  opacity: 0;
  transition: opacity .3s ease;
  padding: 0 !important;
  border: none !important;
  left: -15px;
  top: 114% !important;
  display: block !important; }

.top-menu.menu .display-more-items .bs-pretty-tabs-elements {
  opacity: 1;
  visibility: visible !important;
  padding: 0 !important;
  border: none !important; }

/**
 * -->Menu Badges
 **/
.bspw-header-style-7 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-7 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-4 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-4 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-3 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-3 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge {
  display: block; }

.bspw-header-style-7 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-4 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-3 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-2 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.bspw-header-style-1 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge,
.widget.widget_nav_menu .menu .better-custom-badge {
  display: none; }

.off-canvas-menu .menu .better-custom-badge,
.main-menu.menu .better-custom-badge {
  position: absolute;
  left: 11px;
  top: -16px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #FFF;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  padding: 0 5px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  min-width: 19px;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.off-canvas-menu .menu .better-custom-badge:after,
.main-menu.menu .better-custom-badge:after {
  border: solid 4px rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  bottom: -8px;
  left: 5px; }

.main-menu.menu > .menu-item:hover > a > .better-custom-badge {
  top: -12px; }

.mega-menu.mega-type-link .mega-links > li > a .better-custom-badge,
.main-menu.menu .sub-menu.sub-menu .better-custom-badge {
  left: auto;
  position: absolute;
  bottom: auto;
  right: 10px;
  top: 50%;
  margin-top: -8px; }

.mega-menu.mega-type-link .mega-links > li > a .better-custom-badge {
  margin-top: -13px; }

.main-menu.menu .sub-menu.sub-menu .menu-item.menu-badge-left > a > .better-custom-badge {
  position: inherit !important;
  margin-right: 6px; }

.main-menu.menu .sub-menu.sub-menu .menu-have-badge.menu-item-has-children > a > .better-custom-badge {
  right: 24px; }

.mega-menu.mega-type-link .mega-links > li > a .better-custom-badge:after,
.main-menu.menu .sub-menu.sub-menu .better-custom-badge:after {
  display: none; }

.site-header.header-style-7 .main-menu.menu > .menu-item > a > .better-custom-badge,
.site-header.header-style-4 .main-menu.menu > .menu-item > a > .better-custom-badge,
.site-header.header-style-3 .main-menu.menu > .menu-item > a > .better-custom-badge {
  top: 98%; }

.site-header.header-style-7 .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-4 .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-3 .main-menu.menu > .menu-item:hover > a > .better-custom-badge {
  top: 98%;
  left: 20px; }

.site-header.header-style-7 .main-menu.menu > .menu-item > a > .better-custom-badge:after,
.site-header.header-style-4 .main-menu.menu > .menu-item > a > .better-custom-badge:after,
.site-header.header-style-3 .main-menu.menu > .menu-item > a > .better-custom-badge:after {
  bottom: inherit;
  top: -8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.site-header.header-style-5 .main-menu.menu > .menu-item > a > .better-custom-badge {
  top: 3px; }

.site-header.header-style-6 .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-6 .main-menu.menu > .menu-item > a > .better-custom-badge {
  top: 0; }

.site-header.header-style-8 .main-menu.menu > .menu-item:hover > a > .better-custom-badge,
.site-header.header-style-8 .main-menu.menu > .menu-item > a > .better-custom-badge {
  top: 0; }

.site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge,
.site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge,
.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge {
  display: none; }

/**
 * -->Mega Menus
 **/
.menu .mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 102%;
  top: calc(100% + 1px);
  z-index: 100;
  background-color: #FFF;
  -wbkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
  text-align: left; }

.menu > li > .mega-menu li.menu-item-has-children.better-anim-none > .sub-menu,
.menu > li > .mega-menu .bsm-leave .sub-menu,
.menu > li > .mega-menu .sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation-name: none !important;
  position: relative;
  top: auto !important;
  left: auto !important;
  background: none !important;
  width: 100%;
  box-shadow: none !important; }

.menu > li > .mega-menu .sub-menu .sub-menu {
  padding-left: 15px; }

.menu .mega-menu li.menu-item-has-children > a:after {
  display: none; }

.menu > li > .mega-menu .mega-menu-links {
  background-color: #c8c8c8; }

/**
     * --->Column Link Mega Menu
 **/
.mega-menu.mega-type-link {
  list-style: none;
  padding: 22px 25px; }

.mega-menu.mega-type-link .mega-links {
  list-style: none;
  padding: 0;
  margin: 0; }

.mega-menu.mega-type-link .mega-links > li {
  float: left; }

.mega-menu.mega-type-link .mega-links > li > a {
  color: #434343;
  font-size: 105%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 10px; }

.mega-menu.mega-type-link .mega-links .sub-menu {
  border: none;
  background: transparent;
  box-shadow: none; }

/**
 * --->Link List Mega Menu
 **/
.mega-menu.mega-type-link-list {
  list-style: none;
  padding: 0; }

.mega-menu.mega-type-link-list .mega-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; }

.mega-menu.mega-type-link-list .mega-links > li {
  display: inline-block;
  padding: 10px 12px; }

.mega-menu.mega-type-link-list .mega-links > li .sub-menu {
  display: none;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  background-color: #FFF !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.37) !important;
  padding: 0 12px; }

.mega-menu.mega-type-link-list .mega-links > li .sub-menu .sub-menu {
  background-color: #050505 !important;
  padding-left: 0; }

.mega-menu.mega-type-link-list .mega-links li:hover > .sub-menu {
  display: block; }

.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
  position: inherit; }

.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li > a {
  border-bottom: none; }

.mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
  display: inline-block; }

.mega-menu.mega-type-link-list .mega-links > .menu-item {
  margin-bottom: 0; }

/**
 * --->Grid Posts Mega Menu
 **/
.mega-grid-posts {
  padding: 20px; }

.mega-grid-posts .postli:nth-child(1),
.mega-grid-posts .post:nth-child(5) {
  clear: left;
  margin-left: -7px; }

.mega-grid-posts .bs-listing-listing-mix-2-1,
.mega-grid-posts .listing-item-grid-1 {
  margin-bottom: 0; }

/**
 * --->Tabed Grid Posts Mega Menu
 **/
.mega-menu.tabbed-grid-posts .listing.listing-grid {
  display: inline-block;
  width: 100%; }

.site-header .listing-item-grid-1 .title {
  line-height: 22px;
  font-size: 15px; }

.site-header .bs-pagination {
  margin: 5px 0 0; }

.tabbed-grid-posts {
  position: relative; }

.tabbed-grid-posts:before {
  content: '';
  background-color: #fbfbfb;
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  border-right: 1px solid #dedede; }

.tabbed-grid-posts .tabs-section {
  list-style: none;
  width: 220px;
  max-width: 220px;
  text-align: left;
  position: relative;
  z-index: 1;
  float: left;
  padding: 23px 23px 0 23px;
  margin: 0; }

.tabbed-grid-posts .tabs-section a:hover,
.tabbed-grid-posts .tabs-section a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  padding: 5px 17px;
  border: 1px solid transparent;
  text-transform: capitalize;
  transition: none !important; }

.tabbed-grid-posts .tabs-section a .fa {
  margin-right: 4px;
  color: #adadad;
  -webkit-transition: all .07s ease;
  -moz-transition: all .07s ease;
  -o-transition: all .07s ease;
  transition: all .07s ease; }

.tabbed-grid-posts .tabs-section .active a .fa {
  color: inherit; }

.tabbed-grid-posts .tab-content {
  display: block;
  padding: 23px 23px 23px 245px; }

.tabbed-grid-posts .listing.listing-grid-1 .listing-item-grid-1 {
  margin-bottom: 5px; }

.tabbed-grid-posts .listing.listing-grid-1.columns-3[max-width~="450px"] .listing-item {
  width: 33.3333% !important;
  float: left !important; }

.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(3n-2) {
  padding-right: 12px !important;
  clear: left !important; }

.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(1) {
  clear: none !important; }

.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n-1) {
  padding: 0 6px !important; }

.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n+3) {
  padding-left: 12px !important; }

/**
 * --->Page builder Mega Menu
 **/
.mega-type-page-builder {
  padding: 30px 25px; }

.mega-type-page-builder .widget:last-child,
.mega-type-page-builder .entry-content .better-studio-shortcode:last-child
.mega-type-page-builder .better-studio-shortcode:last-child,
.mega-type-page-builder .bs-shortcode:last-child,
.mega-type-page-builder .bs-listing:last-child {
  margin-bottom: 0; }

/**
 * ->Main Menu Wrapper
 **/
.main-menu-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.main-menu-wrapper .main-menu-container {
  position: relative; }

.site-header.full-width .main-menu-wrapper,
.site-header.boxed .main-menu-wrapper .main-menu-container {
  border-top: 1px solid #dedede;
  border-bottom: 3px solid #dedede;
  background: #fff; }

body.boxed .site-header .main-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

/**
 * ->Header Styles
 **/
ul.menu > li .sub-menu,
.menu .mega-menu {
  top: 107%;
  top: calc(100% + 3px); }

.site-header.header-style-8 .shop-cart-container .cart-handler,
.site-header.header-style-8 .search-container .search-handler,
.site-header.header-style-5 .shop-cart-container .cart-handler,
.site-header.header-style-5 .search-container .search-handler {
  margin-top: -14px; }

.site-header.header-style-6 .shop-cart-container .cart-handler,
.site-header.header-style-6 .search-container .search-handler {
  margin-top: -13px; }

/**
 * ->Header Style 1
 **/
.site-header.header-style-1 .header-inner {
  padding: 40px 0; }

.site-header.header-style-1.h-a-ad .header-inner {
  padding: 30px 0; }

.site-header.header-style-1 .site-branding {
  text-align: center; }

.site-header.header-style-1 .main-menu.menu {
  text-align: center;
  height: 68px;
  overflow-y: hidden;
  margin-bottom: -3px;
  padding-top: 20px;
  margin-top: -20px; }

.site-header.header-style-1.full-width .main-menu.menu .mega-menu,
.site-header.header-style-1.full-width .main-menu.menu > li .sub-menu {
  top: 100%; }

.site-header.header-style-1 .main-menu.menu > li {
  float: none;
  display: inline-block;
  margin: 0 4px; }

.site-header.header-style-1 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-1 .search-container .search-box .search-form .search-field {
  text-align: center; }

.site-header.header-style-1.full-width .menu-action-buttons {
  top: 20px; }

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
  padding: 0 40px; }

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
  padding: 0 80px; }

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
  padding: 0 120px; }

/**
 * ->Header Style 2
 **/
.site-header.header-style-2 .header-inner {
  padding: 20px 0; }

.site-header.header-style-2 .main-menu.menu {
  height: 68px;
  overflow-y: hidden;
  margin-bottom: -3px;
  padding-top: 20px;
  margin-top: -20px; }

.site-header.header-style-2.full-width .main-menu.menu .mega-menu,
.site-header.header-style-2.full-width .main-menu.menu > li .sub-menu {
  top: 100%; }

.site-header.header-style-2 .main-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0 5px 0 0; }

.site-header.header-style-2 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-2.full-width .menu-action-buttons {
  top: 20px; }

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
  padding-right: 40px; }

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
  padding-right: 80px; }

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
  padding-right: 120px; }

/**
 * ->Header Style 3
 **/
.site-header.header-style-3 .header-inner {
  padding: 25px 0; }

.site-header.header-style-3 .main-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0; }

.site-header.header-style-3 .main-menu.menu {
  height: 63px;
  overflow-y: hidden;
  margin-bottom: -16px;
  padding-bottom: 15px; }

.site-header.header-style-3 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-3.boxed .main-menu.menu .mega-menu,
.site-header.header-style-3.boxed .main-menu.menu > li .sub-menu {
  top: 103%;
  top: calc(100% + 1px); }

.site-header.header-style-3.full-width .main-menu.menu .mega-menu,
.site-header.header-style-3.full-width .main-menu.menu > li .sub-menu {
  top: 76%;
  top: calc(100% - 15px); }

.site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu,
.site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
  top: 100%; }

.site-header.boxed.header-style-3 .main-menu-wrapper .main-menu-container,
.site-header.full-width.header-style-3 .main-menu-wrapper {
  border-bottom-width: 1px;
  border-top: none;
  border-bottom-color: #ececec; }

.site-header.header-style-3 .main-menu.menu > li:hover > a:before,
.site-header.header-style-3 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-3 .main-menu.menu > li.current-menu-item > a:before {
  height: 2px;
  bottom: 0; }

.site-header.header-style-3 .ajax-search-results:after,
.site-header.header-style-3 .shop-cart-container .cart-box:after {
  height: 2px;
  top: -2px; }

.site-header.header-style-3.full-width .menu-action-buttons {
  bottom: 15px; }

.site-header.header-style-3.full-width .bs-pinning-block.pinned .menu-action-buttons {
  bottom: 0; }

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
  padding-right: 40px; }

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
  padding-right: 80px; }

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
  padding-right: 120px; }

.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu {
  height: 48px;
  margin-bottom: 0;
  padding-bottom: 0; }

.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu {
  margin-bottom: -1px; }

@media only screen and (max-width: 700px) {
  body.bs-show-ha .site-header.header-style-3 {
    border-bottom: none !important; } }

/**
 * ->Header Style 4
 **/
.site-header.header-style-4 .header-inner {
  padding: 50px 0; }

.site-header.header-style-4.h-a-ad .header-inner {
  padding: 30px 0; }

.site-header.header-style-4 .main-menu.menu {
  height: 63px;
  overflow-y: hidden;
  margin-bottom: -16px;
  padding-bottom: 15px; }

.site-header.header-style-4 .main-menu.menu .mega-menu,
.site-header.header-style-4 .main-menu.menu > li .sub-menu {
  top: 102%;
  top: calc(100% + 1px); }

.site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu,
.site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
  top: 100%; }

.site-header.header-style-4 .main-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0; }

.site-header.header-style-4 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.boxed.header-style-4 .main-menu-wrapper .main-menu-container,
.site-header.full-width.header-style-4 .main-menu-wrapper {
  border-bottom-width: 1px;
  border-top: none;
  border-bottom-color: #ececec; }

.site-header.header-style-4 .site-branding {
  text-align: center; }

.site-header.header-style-4 .main-menu.menu {
  text-align: center; }

.site-header.header-style-4 .main-menu.menu > li {
  float: none;
  display: inline-block; }

.site-header.header-style-4 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-4 .main-menu-wrapper .main-menu-container,
.site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu {
  height: 48px;
  margin-bottom: -1px;
  padding-bottom: 0; }

.active-top-line .site-header.header-style-4.boxed .bs-pinning-block.pinned .main-menu-container {
  height: 50px; }

.site-header.header-style-4 .search-container .search-box .search-form .search-field {
  text-align: center; }

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
  padding: 0 40px; }

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
  padding: 0 80px; }

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
  padding: 0 120px; }

.site-header.header-style-4.boxed .menu-action-buttons {
  bottom: 0; }

/**
 * ->Header Style 5
 **/
.site-header.header-style-5 .header-inner {
  padding: 0;
  position: relative; }

.site-header.header-style-5.boxed .header-inner,
.site-header.header-style-5.full-width {
  border-bottom: 1px solid #eee; }

.site-header.header-style-5 .main-menu.menu {
  text-align: right;
  width: 100%; }

.site-header.header-style-5 .main-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0; }

.site-header.header-style-5 .main-menu.menu > li > a {
  padding: 0 15px; }

.site-header.header-style-5 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-5 .site-branding {
  width: 23.333%;
  float: left; }

.site-header.header-style-5 .main-menu-container {
  width: 76.666%;
  float: right; }

.site-header.header-style-5 .main-menu > li > a {
  line-height: 78px; }

.site-header.header-style-5 .site-branding .logo {
  line-height: 78px;
  display: table;
  width: 100%; }

.site-header.header-style-5 .site-branding .logo,
.site-header.header-style-5 .site-branding .logo img {
  max-height: 74px; }

.site-header.header-style-5 .site-branding .logo.img-logo a {
  display: table-cell;
  vertical-align: middle;
  line-height: 74px;
  height: 74px;
  padding: 0 10px 0 0; }

.site-header.header-style-5 .site-branding .logo.text-logo a {
  vertical-align: middle;
  padding: 5px 10px 5px 0; }

.site-header.header-style-5 .site-branding .logo img {
  vertical-align: middle;
  margin: 0;
  max-height: 100%;
  display: table-cell;
  max-width: 100%;
  table-layout: fixed; }

.site-header.header-style-5 .ajax-search-results:after,
.site-header.header-style-5 .shop-cart-container .cart-box:after,
.site-header.header-style-5 .main-menu.menu > li:hover > a:before,
.site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-5 .main-menu.menu > li.current-menu-item > a:before {
  height: 2px;
  bottom: -1px; }

.site-header.header-style-5 .main-menu.menu > li:hover > a,
.site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a,
.site-header.header-style-5 .main-menu.menu > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.05); }

.site-header.header-style-5 .main-menu.menu > li.menu-item-has-children > a:after {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  text-align: center;
  bottom: 0;
  color: rgba(0, 0, 0, 0.21); }

.site-header.header-style-5 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
  box-shadow: none;
  background: #fff; }

/* sticky */
.site-header.header-style-5.full-width .content-wrap.bs-pinning-block.pinned {
  max-width: 100% !important; }

.site-header.header-style-5.full-width .content-wrap.pinned {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #eee; }

.site-header.header-style-8 .main-menu.menu,
.site-header.header-style-6 .main-menu.menu,
.site-header.header-style-5 .main-menu.menu {
  height: 79px;
  overflow-y: hidden;
  margin-bottom: -1px; }

.site-header.header-style-6 .main-menu.menu {
  height: 91px; }

.site-header.header-style-8 .main-menu.menu {
  height: 67px; }

.site-header.header-style-8 .main-menu.menu > li .sub-menu,
.site-header.header-style-8 .main-menu.menu .mega-menu,
.site-header.header-style-6 .main-menu.menu > li .sub-menu,
.site-header.header-style-6 .main-menu.menu .mega-menu,
.site-header.header-style-5 .main-menu.menu > li .sub-menu,
.site-header.header-style-5 .main-menu.menu .mega-menu {
  top: 101%;
  top: calc(100% + 1px); }

.site-header.header-style-8 .main-menu.menu > li .sub-menu .sub-menu,
.site-header.header-style-6 .main-menu.menu > li .sub-menu .sub-menu,
.site-header.header-style-5 .main-menu.menu > li .sub-menu .sub-menu {
  top: 0; }

/* Search and cart box for header 5, 6 and 8 */
.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-1,
.site-header.header-style-6 .main-menu-container.menu-actions-btn-width-1,
.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-1 {
  padding-right: 40px; }

.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-2,
.site-header.header-style-6 .main-menu-container.menu-actions-btn-width-2,
.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-2 {
  padding-right: 80px; }

.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-3,
.site-header.header-style-6 .main-menu-container.menu-actions-btn-width-3,
.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-3 {
  padding-right: 120px; }

.site-header.header-style-5 .main-menu-container.search-open .search-container {
  width: 66.66%;
  line-height: 78px;
  right: 0;
  left: auto; }

.site-header.header-style-6 .main-menu-container.search-open .search-container {
  width: 66.66%;
  line-height: 90px;
  right: 0;
  left: auto; }

.site-header.header-style-8 .main-menu-container.search-open .search-container {
  width: 75%;
  line-height: 66px;
  right: 0;
  left: auto; }

.site-header.header-style-8 .main-menu-container.search-open .main-menu.menu,
.site-header.header-style-6 .main-menu-container.search-open .main-menu.menu,
.site-header.header-style-5 .main-menu-container.search-open .main-menu.menu {
  opacity: 0;
  pointer-events: none; }

.site-header.header-style-5 .menu-action-buttons > div {
  line-height: 78px; }

.site-header.header-style-6 .menu-action-buttons > div {
  line-height: 90px; }

.site-header.header-style-8 .menu-action-buttons > div {
  line-height: 66px; }

.site-header.header-style-8 .shop-cart-container .cart-box,
.site-header.header-style-6 .shop-cart-container .cart-box,
.site-header.header-style-5 .shop-cart-container .cart-box {
  line-height: 22px; }

.site-header.header-style-8 .menu-action-buttons .off-canvas-menu-icon,
.site-header.header-style-5 .menu-action-buttons .off-canvas-menu-icon {
  margin-top: -2px; }

.site-header.header-style-5 .search-container .search-box .search-form .search-field {
  height: 78px; }

.site-header.header-style-6 .search-container .search-box .search-form .search-field {
  height: 90px; }

.site-header.header-style-8 .search-container .search-box .search-form .search-field {
  height: 66px; }

.site-header.header-style-5 .shop-cart-container .cart-box:after,
.site-header.header-style-6 .shop-cart-container .cart-box:after,
.site-header.header-style-8 .shop-cart-container .cart-box:after {
  content: '';
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  top: -1px;
  opacity: 1;
  visibility: visible; }

/**
 * ->Header Style 6
 **/
.site-header.header-style-6 .header-inner {
  padding: 0;
  position: relative; }

.site-header.header-style-6.boxed .header-inner,
.site-header.header-style-6.full-width {
  border-bottom: 1px solid #eee; }

.site-header.header-style-6 .main-menu.menu {
  float: right; }

.site-header.header-style-6 .main-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0; }

.site-header.header-style-6 .main-menu.menu > li > a {
  padding: 0 15px; }

.site-header.header-style-6 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-6 .site-branding {
  width: 23.333%;
  float: left;
  line-height: 90px; }

.site-header.header-style-6 .main-menu-container {
  width: 76.666%;
  float: right; }

.site-header.header-style-6 .main-menu > li > a {
  line-height: 90px; }

.site-header.header-style-6 .site-branding .logo {
  display: table;
  width: 100%;
  line-height: 86px;
  height: 86px; }

.site-header.header-style-6 .site-branding .logo.img-logo a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0; }

.site-header.header-style-6 .site-branding .logo.text-logo a {
  vertical-align: middle;
  padding: 5px 10px 5px 0; }

.site-header.header-style-6 .site-branding .logo img {
  vertical-align: middle;
  margin: 0;
  display: table-cell;
  max-width: 100%;
  table-layout: fixed; }

.site-header.header-style-6 .site-branding .logo img {
  padding: 0;
  line-height: 88px;
  max-height: 88px; }

.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon {
  position: absolute;
  width: 100%;
  top: 24px;
  left: 0;
  text-align: center;
  margin-right: 0;
  font-size: 16px; }

.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon img {
  vertical-align: top; }

.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon.bf-custom-icon {
  top: 20px; }

.site-header.header-style-6 .main-menu.menu > li.menu-have-icon > a {
  padding-top: 24px;
  line-height: 66px; }

.site-header.header-style-6 .main-menu.menu > li:hover > a:before,
.site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-6 .main-menu.menu > li.current-menu-item > a:before {
  height: 2px;
  bottom: -1px; }

.site-header.header-style-6 .main-menu.menu > li:hover > a,
.site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a,
.site-header.header-style-6 .main-menu.menu > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.05); }

.site-header.header-style-6 .main-menu.menu > li.menu-item-has-children > a:after {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  text-align: center;
  bottom: 0;
  color: rgba(0, 0, 0, 0.21); }

/* sticky */
.site-header.header-style-6 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
  box-shadow: none;
  background: #fff; }

.site-header.header-style-6.full-width .content-wrap {
  max-width: 100% !important; }

.site-header.header-style-6.full-width .content-wrap.pinned {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #eee; }

/**
 * ->Header Style 7
 **/
.site-header.header-style-7 .header-inner {
  padding: 50px 0; }

.site-header.header-style-7.h-a-ad .header-inner {
  padding: 30px 0; }

.site-header.header-style-7 .main-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0; }

.site-header.header-style-7 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.boxed.header-style-7 .main-menu-wrapper .main-menu-container,
.site-header.full-width.header-style-7 .main-menu-wrapper {
  border-bottom-width: 1px;
  border-top: none;
  border-bottom-color: #ececec; }

.site-header.header-style-7 .site-branding {
  text-align: center; }

.site-header.header-style-7 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-7 .main-menu.menu {
  height: 63px;
  overflow-y: hidden;
  margin-bottom: -16px;
  padding-bottom: 15px; }

.site-header.header-style-7.boxed .main-menu.menu .mega-menu,
.site-header.header-style-7.boxed .main-menu.menu > li .sub-menu {
  top: 102%;
  top: calc(100% + 1px); }

.site-header.header-style-7.full-width .main-menu.menu .mega-menu,
.site-header.header-style-7.full-width .main-menu.menu > li .sub-menu {
  top: 76%;
  top: calc(100% - 15px); }

.site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu,
.site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
  top: 100%; }

.site-header.header-style-7.full-width .menu-action-buttons {
  bottom: 15px; }

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
  padding-right: 40px; }

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
  padding-right: 80px; }

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
  padding-right: 120px; }

.site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu {
  height: 48px;
  margin-bottom: -1px;
  padding-bottom: 0; }

.site-header.header-style-7.full-width .bs-pinning-block.pinned .menu-action-buttons {
  bottom: 0; }

/**
 * ->Header Style 8
 **/
.site-header.header-style-8 .header-inner {
  padding: 0;
  position: relative; }

.site-header.header-style-8.boxed .header-inner,
.site-header.header-style-8.full-width {
  border-bottom: 1px solid #eee; }

.site-header.header-style-8 .main-menu.menu > li {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0; }

.site-header.header-style-8 .main-menu.menu > li > a {
  padding: 0 7px; }

.site-header.header-style-8 .main-menu.menu .sub-menu {
  text-align: left; }

.site-header.header-style-8 .site-branding {
  width: 20%;
  float: left;
  padding-right: 20px; }

.site-header.header-style-8 .main-menu-container {
  width: 80%;
  float: right; }

.site-header.header-style-8 .main-menu > li > a {
  line-height: 66px; }

.site-header.header-style-8 .site-branding .logo {
  line-height: 58px;
  display: table;
  width: 100%; }

.site-header.header-style-8 .site-branding .logo.img-logo a {
  display: table-cell;
  vertical-align: middle;
  line-height: 62px;
  height: 62px;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 100; }

.site-header.header-style-8 .site-branding .logo.text-logo a {
  vertical-align: middle;
  padding: 5px 10px 5px 0; }

.site-header.header-style-8 .site-branding .logo img {
  vertical-align: middle;
  margin: 0;
  max-height: 100%;
  display: table-cell;
  max-width: 100%;
  table-layout: fixed; }

.site-header.header-style-8 .site-branding .logo,
.site-header.header-style-8 .site-branding .logo img {
  max-height: 58px;
  padding: 0; }

.site-header.header-style-8 .main-menu.menu > li:hover > a:before,
.site-header.header-style-8 .main-menu.menu > li.current-menu-parent > a:before,
.site-header.header-style-8 .main-menu.menu > li.current-menu-item > a:before {
  height: 2px;
  bottom: -1px; }

.site-header.header-style-8 .main-menu.menu > li.menu-item-has-children > a:after {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  text-align: center;
  bottom: 0;
  color: rgba(0, 0, 0, 0.21); }

/* sticky */
.site-header.header-style-8 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
  box-shadow: none;
  background: #fff; }

.site-header.header-style-8.full-width .content-wrap {
  max-width: 100% !important; }

.site-header.header-style-8.full-width .content-wrap.pinned {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #eee; }

@media only screen and (max-width: 992px) {
  .main-menu > li {
    margin-right: 10px; }
  .site-header.header-style-1 .main-menu.menu > li {
    margin: 0 4px; }
  .site-header.header-style-8 .main-menu.menu > li,
  .site-header.header-style-4 .main-menu.menu > li,
  .site-header.header-style-3 .main-menu.menu > li {
    margin: 0 7px 0 0; }
  .site-header.header-style-8 .main-menu.menu > li > a,
  .site-header.header-style-6 .main-menu.menu > li > a,
  .site-header.header-style-5 .main-menu.menu > li > a {
    padding: 0 7px; }
  .main-menu > li > a {
    padding: 0 4px; } }

/**
 * ->Responsive Header
 **/
.rh-header {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 300px;
  position: relative; }

.rh-header .rh-container {
  background-color: #222;
  user-select: none; }

@media only screen and (max-width: 700px) {
  /* hide ad on mobile */
  body .site-header,
  body.bs-hide-ha .site-header {
    display: none; }
  /* show ad on mobile */
  body.bs-show-ha .site-header {
    display: block; }
  body.bs-show-ha .site-header .main-menu-wrapper,
  body.bs-show-ha .site-header .bs-pinning-wrapper,
  body.bs-show-ha .site-header .header-inner .logo-col,
  body.bs-show-ha .site-header .topbar {
    display: none; }
  body.bs-show-ha .site-header > .header-inner .row-height,
  body.bs-show-ha .site-header .header-inner .sidebar-col {
    display: block;
    height: auto;
    width: 100%; }
  body.bs-show-ha .site-header.header-style-2 .header-inner,
  body.bs-show-ha .site-header.header-style-3 .header-inner {
    padding: 15px 0; }
  body.bs-show-ha-a .main-wrap {
    display: flex;
    flex-direction: column; }
  body.bs-show-ha-a .main-wrap .rh-header {
    order: 1; }
  body.bs-show-ha-a .main-wrap .site-header {
    order: 2; }
  body.bs-show-ha-a .main-wrap > * {
    order: 3; }
  body.bs-show-ha.bs-show-ha-a .site-header.header-style-3 .header-inner,
  body.bs-show-ha.bs-show-ha-a .site-header.header-style-2 .header-inner {
    padding: 15px 0 0; }
  .rh-header {
    display: block; } }

/**
 * -->Responsive Menu
 **/
.rh-header .menu-container {
  position: absolute;
  top: 0;
  right: 0; }

.rh-header .menu-container .menu-handler {
  color: #fff;
  width: 54px;
  height: 54px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  float: right; }

.rh-header .menu-container .menu-handler .lines {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #ecf0f1;
  position: relative;
  margin-top: 25.5px; }

.rh-header .menu-container .menu-handler .lines:before,
.rh-header .menu-container .menu-handler .lines:after {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #ecf0f1;
  position: absolute;
  left: 0;
  content: ''; }

.rh-header .menu-container .menu-handler .lines:before {
  top: 8px; }

.rh-header .menu-container .menu-handler .lines:after {
  top: -8px; }

/**
 * -->Cover Menu
 **/
.rh-cover .rh-c-m .resp-menu li {
  display: block;
  line-height: 46px;
  float: none;
  position: relative; }

.rh-cover .rh-c-m .resp-menu .sub-menu a > .fa {
  min-width: 12px; }

.rh-cover .rh-c-m .resp-menu li a > .bf-icon {
  display: inline-block;
  min-width: 22px;
  margin: 0; }

.rh-cover .rh-c-m .resp-menu li > a {
  padding: 0 0 0 3px;
  color: #ffffff;
  display: block;
  position: relative;
  font-size: 14px;
  border-bottom: none;
  transition: none; }

.rh-cover .rh-c-m .resp-menu > li > a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05); }

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children.open-sub > a {
  border-bottom-color: transparent !important; }

.rh-cover .rh-c-m .resp-menu .children-button {
  position: absolute;
  right: 0;
  top: 11px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #c0c0c0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
  -moz-transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
  transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
  opacity: 0.5; }

.rh-cover .rh-c-m .resp-menu + .resp-menu .children-button {
  top: 8px; }

.rh-cover .rh-c-m .resp-menu li.open-sub > .children-button {
  background: rgba(0, 0, 0, 0.13); }

.rh-cover .rh-c-m .resp-menu li li .children-button {
  top: 1px; }

.rh-cover .rh-c-m .resp-menu .children-button:after,
.rh-cover .rh-c-m .resp-menu .children-button:before {
  content: '';
  position: absolute;
  top: 11px;
  right: 6px;
  width: 11px;
  height: 2px;
  display: inline-block;
  background: #fff;
  -webkit-transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
  -moz-transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
  transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99); }

.rh-cover .rh-c-m .resp-menu .children-button:after {
  transform: rotate(90deg); }

.rh-cover .rh-c-m .resp-menu .open-sub > .children-button {
  opacity: 0.75; }

.rh-cover .rh-c-m .resp-menu .open-sub > .children-button:after {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children > a:after {
  display: none; }

.rh-cover .rh-c-m .resp-menu li:hover > .mega-menu,
.rh-cover .rh-c-m .resp-menu li:hover > .sub-menu {
  display: none; }

.rh-cover .rh-c-m .resp-menu .mega-menu,
.rh-cover .rh-c-m .resp-menu .sub-menu {
  display: none;
  visibility: visible;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation-name: none !important;
  position: relative;
  top: inherit !important;
  left: inherit !important;
  right: auto !important;
  background-color: transparent;
  width: 100%;
  margin-top: 1px;
  z-index: 1; }

.rh-cover .rh-c-m .resp-menu .sub-menu > li:last-child > a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.04) !important; }

.rh-cover .rh-c-m .resp-menu .sub-menu > li.open-sub:last-child > a {
  border-bottom-color: transparent !important; }

.rh-cover .rh-c-m .resp-menu .sub-menu .sub-menu {
  margin-top: 2px; }

.rh-cover .rh-c-m .resp-menu .sub-menu > li > a {
  font-size: 13px; }

.rh-cover .rh-c-m .resp-menu .mega-menu,
.rh-cover .rh-c-m .resp-menu .sub-menu {
  padding-left: 22px; }

.rh-cover .rh-c-m .resp-menu li li {
  line-height: 28px; }

.rh-cover .rh-c-m .resp-menu .sub-menu > li:last-child > a {
  padding-bottom: 8px;
  margin-bottom: 5px; }

.rh-cover .rh-c-m .resp-menu .better-custom-badge {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #FFF;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  padding: 0 5px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  min-width: 19px;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  float: right;
  margin: 6px 6px 0 0;
  background-color: transparent !important;
  opacity: 0.6; }

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children > a > .better-custom-badge {
  margin-right: 30px; }

.rh-cover .rh-c-m .resp-menu li li.menu-item-has-children > a > .better-custom-badge {
  margin-top: 8px; }

.rh-cover .rh-c-m .resp-menu + .resp-menu li {
  line-height: 40px; }

.rh-cover .rh-c-m .resp-menu + .resp-menu li > a {
  font-size: 12px; }

/* Search Form */
.rh-cover .search-form {
  margin-top: 35px;
  position: relative; }

.rh-cover .search-form input[type="search"] {
  margin: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  float: none;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.rh-cover .search-form input[type="submit"] {
  content: "\f002";
  position: absolute;
  right: 0;
  top: 0px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16px;
  background: transparent !important; }

.rh-cover .search-form ::-webkit-input-placeholder {
  color: #fff; }

.rh-cover .search-form ::-moz-placeholder {
  color: #fff; }

.rh-cover .search-form :-ms-input-placeholder {
  color: #fff; }

.rh-cover .search-form :-moz-placeholder {
  color: #fff; }

/* Social Icons */
.rh-cover .better-social-counter {
  margin: 20px 0 0 !important; }

.rh-cover .better-social-counter.style-button .social-list {
  text-align: center; }

.rh-cover .better-social-counter.style-button .social-item {
  float: none;
  display: inline-block;
  margin: 0 4px 4px; }

.rh-cover .better-social-counter.style-button .item-icon {
  width: 42px;
  height: 42px;
  line-height: 38px;
  color: #fff;
  background-color: #a3a3a3;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) !important;
  border: 3px solid rgba(255, 255, 255, 0.25);
  font-size: 16px; }

.rh-cover .better-social-counter.style-button .social-item:hover .item-icon {
  border-color: rgba(255, 255, 255, 0.45); }

.rh-cover.no-login-icon .better-social-counter.style-button .social-list {
  position: absolute;
  top: 9px;
  max-width: 80%;
  height: 45px;
  overflow: hidden;
  text-align: left; }

/**
 * --->Responsive Mega Menu
 **/
.rh-cover .rh-c-m .resp-menu .mega-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  position: inherit;
  left: 0;
  top: 0;
  border: none;
  box-shadow: none; }

.rh-cover .rh-c-m .resp-menu .mega-menu .container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

/* column link */
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link {
  padding: 0; }

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links > li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li a {
  padding-bottom: 0;
  margin-bottom: 0; }

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li .sub-menu {
  display: none !important; }

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li.open-sub > .sub-menu {
  display: block !important; }

/* horizontal link */
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links li {
  padding: 0;
  text-align: left; }

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  background-color: transparent !important;
  text-align: left !important;
  box-shadow: none !important;
  padding: 6px 0 0 22px;
  display: none !important; }

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
  display: block; }

/* Grid Posts */
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post {
  width: 100%;
  padding: 0 20px;
  float: none; }

.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(4),
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(3),
.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(2) {
  display: none; }

.rh-cover .mega-menu.mega-type-link-list .mega-links > li:hover > a {
  color: #fff !important; }

/**
 * -->Responsive Logo
 **/
.rh-header .logo-container {
  padding: 0 0 0 15px;
  line-height: 54px;
  height: 54px; }

.rh-header .logo-container.rh-img-logo {
  font-size: 0; }

.rh-header .logo-container img {
  max-height: 80%;
  max-width: 80%; }

.rh-header .logo-container a {
  color: #fff; }

/**
 * -->Popup Cover
 **/
.rh-cover {
  position: fixed;
  top: 0;
  left: -99%;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.54s cubic-bezier(0.65, 0.33, 0.35, 0.84);
  -moz-transition: 0.54s cubic-bezier(0.65, 0.33, 0.35, 0.84);
  transition: 0.54s cubic-bezier(0.65, 0.33, 0.35, 0.84);
  visibility: hidden;
  overflow: auto;
  background: #191919;
  height: 101%;
  height: calc(100% + 1px); }

body.open-rh .rh-cover {
  left: 0;
  visibility: visible; }

body.admin-bar .rh-cover {
  top: 46px; }

body.mce-content-body {
  background-color: #fff !important; }

.noscroll {
  overflow: hidden; }

@media (max-width: 767px) {
  body {
    background-color: #f3f3f3 !important; }
  .main-wrap {
    background-color: #fff;
    overflow: auto;
    margin: auto;
    width: 100%; } }

.rh-cover.gr-1 {
  background-image: -moz-linear-gradient(45deg, #001fd3 0%, #2d9dfb 100%);
  background-image: -webkit-linear-gradient(45deg, #001fd3 0%, #2d9dfb 100%);
  background-image: -ms-linear-gradient(45deg, #001fd3 0%, #2d9dfb 100%); }

.rh-cover.gr-2 {
  background-image: -moz-linear-gradient(85deg, #b83917 0%, #f7ae15 100%);
  background-image: -webkit-linear-gradient(85deg, #b83917 0%, #f7ae15 100%);
  background-image: -ms-linear-gradient(85deg, #b83917 0%, #f7ae15 100%); }

.rh-cover.gr-3 {
  background-image: -moz-linear-gradient(85deg, #9234ef 0%, #22c1c3 100%);
  background-image: -webkit-linear-gradient(85deg, #9234ef 0%, #22c1c3 100%);
  background-image: -ms-linear-gradient(85deg, #9234ef 0%, #22c1c3 100%); }

.rh-cover.gr-4 {
  background-image: -moz-linear-gradient(85deg, #c23337 0%, #d45f25 100%);
  background-image: -webkit-linear-gradient(85deg, #c23337 0%, #d45f25 100%);
  background-image: -ms-linear-gradient(85deg, #c23337 0%, #d45f25 100%); }

.rh-cover.gr-5 {
  background-image: -moz-linear-gradient(85deg, #0a58c0 0%, #00ade1 100%);
  background-image: -webkit-linear-gradient(85deg, #0a58c0 0%, #00ade1 100%);
  background-image: -ms-linear-gradient(85deg, #0a58c0 0%, #00ade1 100%); }

.rh-cover.gr-6 {
  background-image: -moz-linear-gradient(85deg, #0b5c5e 0%, #28ae92 100%);
  background-image: -webkit-linear-gradient(85deg, #0b5c5e 0%, #28ae92 100%);
  background-image: -ms-linear-gradient(85deg, #0b5c5e 0%, #28ae92 100%); }

.rh-cover.gr-7 {
  background-image: -moz-linear-gradient(85deg, #880D2C 0%, #1D70BF 100%);
  background-image: -webkit-linear-gradient(85deg, #880D2C 0%, #1D70BF 100%);
  background-image: -ms-linear-gradient(85deg, #880D2C 0%, #1D70BF 100%); }

.rh-cover.gr-8 {
  background-image: -moz-linear-gradient(85deg, #191b1d 0%, #525759 100%);
  background-image: -webkit-linear-gradient(85deg, #191b1d 0%, #525759 100%);
  background-image: -ms-linear-gradient(85deg, #191b1d 0%, #525759 100%); }

.rh-cover.bg-img:before {
  opacity: 0.13; }

.rh-cover.bg-img:after {
  content: '';
  display: inline-block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: -2;
  -webkit-transition: 0.54s cubic-bezier(0.65, 0.33, 0.35, 0.84);
  -moz-transition: 0.54s cubic-bezier(0.65, 0.33, 0.35, 0.84);
  transition: 0.54s cubic-bezier(0.65, 0.33, 0.35, 0.84); }

.close-rh .rh-cover.bg-img:after {
  left: -100%; }

.open-rh .rh-cover.bg-img:after {
  left: 0; }

.rh-cover:before {
  height: 60px;
  content: '';
  width: 100%;
  position: absolute;
  background-color: white;
  opacity: 0.08;
  box-shadow: 0 0 32px 0 black;
  z-index: -1; }

/* Panel Close Button */
.rh-cover .rh-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  display: inline-block;
  top: 21px;
  cursor: pointer;
  z-index: 10; }

.rh-cover .rh-close:after,
.rh-cover .rh-close:before {
  content: '';
  width: 2px;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.65;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 5px; }

.rh-cover .rh-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Cover Panel */
.rh-cover .rh-panel {
  padding: 27px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.rh-cover .rh-panel.rh-p-u {
  display: none; }

.rh-cover .rh-p-h {
  line-height: 60px;
  margin: -27px -27px 20px;
  padding: 0 23px;
  font-size: 14px;
  color: #fff;
  height: 60px;
  position: relative; }

.rh-cover .rh-p-h a {
  color: #fff; }

.rh-cover .rh-p-h .user-login {
  padding-left: 40px;
  position: relative;
  cursor: pointer; }

.rh-cover .rh-p-h .user-login .user-avatar {
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  text-align: center; }

.rh-cover .rh-p-h .user-login .user-avatar img {
  vertical-align: top; }

.rh-cover .rh-p-h .user-login .user-avatar .fa {
  font-size: 23px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  width: 100%; }

/* Back to Menu Button */
.rh-cover .rh-back-menu {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 0.65;
  cursor: pointer; }

.rh-cover .rh-back-menu:focus,
.rh-cover .rh-back-menu:hover {
  opacity: 0.8; }

.rh-cover .rh-back-menu:after,
.rh-cover .rh-back-menu:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 10px;
  left: 6px;
  border-radius: 10px;
  -webkit-transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
  -moz-transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99);
  transition: 0.55s cubic-bezier(0.37, -0.04, 0.2, 0.99); }

.rh-cover .rh-back-menu:before {
  transform: rotate(-40deg); }

.rh-cover .rh-back-menu.abtn:before,
.rh-cover .rh-back-menu:hover:before {
  transform: rotate(0);
  width: 17px;
  left: 7px;
  top: 7px; }

.rh-cover .rh-back-menu:after {
  transform: rotate(40deg);
  top: 16px;
  left: 6px; }

.rh-cover .rh-back-menu.abtn:after,
.rh-cover .rh-back-menu:hover:after {
  transform: rotate(0);
  left: 7px;
  width: 17px;
  top: 19px; }

.rh-cover .rh-back-menu i {
  width: 17px;
  height: 2px;
  display: inline-block;
  background: white;
  position: absolute;
  top: 13px;
  left: 7px;
  border-radius: 15px; }

/* Login Form */
.rh-cover .bs-login-shortcode {
  background: transparent;
  padding: 0 !important;
  margin: 25px 0 0 !important;
  border: none !important;
  box-shadow: none; }

.rh-cover .bs-login .login-header,
.rh-cover .bs-login .login-header .login-icon {
  color: #fff; }

.rh-cover .bs-login .social-login-buttons li .social-login-btn.btn {
  background: rgba(255, 255, 255, 0.2) !important;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 13px;
  padding: 0;
  text-align: center; }

.rh-cover .bs-login .social-login-btn.btn .bf-icon {
  width: auto;
  height: auto;
  position: inherit;
  background: transparent;
  margin-right: 5px; }

.rh-cover .bs-login .social-login-buttons {
  border-bottom: none;
  margin-bottom: 26px; }

.rh-cover .bs-login .social-login-buttons .or-text:after,
.rh-cover .bs-login .social-login-buttons .or-text:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  right: -101px; }

.rh-cover .bs-login .social-login-buttons .or-text:after {
  left: -101px;
  right: inherit; }

.rh-cover .bs-login .social-login-buttons .or-text {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.17);
  color: #fff;
  position: relative; }

.rh-cover .bs-login input[type=password],
.rh-cover .bs-login input[type=text] {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  box-shadow: none;
  -webkit-backface-visibility: hidden; }

.rh-cover .bs-login input[type=text]::-webkit-input-placeholder,
.rh-cover .bs-login input[type=password]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.55); }

.rh-cover .bs-login input[type=text]::-moz-placeholder,
.rh-cover .bs-login input[type=password]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55); }

.rh-cover .bs-login input[type=text]:-ms-input-placeholder,
.rh-cover .bs-login input[type=password]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55); }

.rh-cover .bs-login input[type=text]:-moz-placeholder,
.rh-cover .bs-login input[type=password]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.55); }

.rh-cover .bs-login .remember-checkbox + .remember-label {
  color: rgba(255, 255, 255, 0.4); }

.rh-cover .bs-login .remember-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAAXNSR0IArs4c6QAAAVlJREFUSA3tkzFLA0EQhXeVKzxSaSEWtmJ6wS4/w84fkdJKy/yFFFb+B8EqYC22gfRBG8FCT7Bw/d45d6zeafa8NgOPnZ197+0y7PgQwqZz7ggcgBykRAFpAe48BsckO+DWe//CujLQDCCNwJNjc2qFlcKYII20GxTz1JtjA9PkMugVawPn1j346kHx36/MDyzURE3VqIuJcTVMC01jr3HWNGZgApYgNcSVJpOBkmuwz5OSQlzTTGQgt2RxdYOZLGUQqmLXVdpOXxn+EFyCvfoyNkkvgCbxo/jEHKj5zRfooHa3hNqQdAZ2rfTK+lHmcrGi+nEC3sA4qsU3cxTuwbbOtambSL4F3lW0GLMegoeqwFqLGwZWOI/ISp+j/Tdxq4EVLyJRlTbEvxq0mLSK/zSwwzOuvwFlw1T7GXqemtjrK+snXoEpRsnzYNxpqWWjH6WJ1EtSQ1xpsk/Dn+01H7ZKAQAAAABJRU5ErkJggg==); }

.rh-cover .bs-login .go-login-panel,
.rh-cover .bs-login .go-reset-panel {
  color: rgba(255, 255, 255, 0.5); }

.rh-cover .bs-login .go-login-panel:hover,
.rh-cover .bs-login .go-reset-panel:hover {
  color: #fff; }

.rh-cover .bs-login .bs-login-reset-panel .login-header .login-icon,
.rh-cover .bs-login .remember-checkbox:checked + .remember-label {
  color: #fff; }

.rh-cover .bs-login .bs-login-reset-panel .login-btn,
.rh-cover .bs-login .login-btn {
  background: white !important;
  color: #000;
  -webkit-backface-visibility: hidden; }

.rh-cover .bs-login .login-signup {
  color: rgba(255, 255, 255, 0.66); }

.rh-cover .bs-login .login-signup a {
  color: #ffffff;
  text-decoration: underline; }

.rh-cover .bs-login .user-links,
.rh-cover .bs-login .user-links li {
  border-color: rgba(255, 255, 255, 0.4); }

.rh-cover .bs-login .user-links a {
  color: #fff; }

/**
 * -->Light Schema
 **/
.rh-header.light .rh-container {
  background: #fff;
  border-bottom: 1px solid #E5E5E5; }

.rh-header.light .rh-container.bs-pinning-block.pinned {
  border-bottom-color: transparent;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.17); }

.rh-header.light .logo-container a {
  color: #2C2C2C; }

.rh-header.light .menu-container .menu-handler .lines:after,
.rh-header.light .menu-container .menu-handler .lines:before,
.rh-header.light .menu-container .menu-handler .lines {
  background: #2C2C2C; }

body.bs-show-ha.bs-show-ha-b .site-header + .rh-header.light .rh-container {
  border-top: 1px solid #E5E5E5; }

/**
* ->Nav Menu Pretty Tabs
**/
.main-menu .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  padding: 0;
  border: none;
  right: auto;
  left: auto; }

.main-menu .bs-pretty-tabs-container {
  position: inherit; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu {
  position: absolute;
  box-shadow: none;
  padding: 0;
  width: 100%;
  left: 100%;
  top: 0 !important;
  background-color: #FFF;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15); }

ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts > a:after,
ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts > .mega-menu {
  display: none; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li .sub-menu,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu .sub-menu.sub-menu,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu.sub-menu {
  top: inherit !important;
  position: absolute;
  margin-top: -39px;
  left: 100% !important; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts:before {
  display: none; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section li:first-child,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tab-content {
  display: none; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section {
  width: 100%;
  max-width: inherit;
  padding: 0;
  height: auto;
  float: none; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .content-wrap,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .content-wrap {
  max-width: 100%;
  min-width: inherit; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li > a {
  color: #434343;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  width: auto;
  display: block;
  margin-bottom: 0;
  padding: 8px 16px; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li {
  display: block;
  padding: 0; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li:last-child > a,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:last-child > a {
  border-bottom: none; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-4-column > li,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-3-column > li,
ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-2-column > li {
  width: 100%;
  float: none;
  padding: 0 !important;
  margin: 0 !important; }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:hover > a {
  color: #fff !important; }

/**
* -> Off-canvas Menu
*/
.off-canvas-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  overflow-y: hidden; }

.off-canvas-inner > div {
  padding: 10px 20px 14px;
  line-height: 1.6;
  color: #434343; }

.off-canvas-container {
  visibility: hidden;
  left: -300px;
  top: 0;
  position: fixed;
  width: 300px;
  height: 100%;
  z-index: 999999;
  -webkit-transition: 0.6s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.6s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.6s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.6s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s; }

body.off-canvas-scroll {
  overflow-y: hidden; }

body.off-canvas-scroll .off-canvas-container {
  overflow-y: scroll; }

.off-canvas-container.closing {
  overflow-y: hidden !important; }

.off-canvas-menu-open .off-canvas-container {
  width: 100%;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAA/UlEQVQ4jZXUvy4EQRwH8N9xvMI1aCWUCo/gX0h0nkWj1SiuQ4EQyYmCh/AIrnOeQI8EH8WtZEz2duem2uz+5jPf/c3sRkQE1rGNTkwxsIp9zAfW8GM8rjFbiOzgo5rXD2z6P64w04JsJQgMAh2cZtjFJAwbeE9qR1hIC44z7A7dDNnDZ1IzRK9utRwb/PUMu0VIA3ZZnCSD6nr2nVy/YLERaUnWmKRpm58iQnbvOSLepklzgK+aRHCPuRIkPbHwipsMa/4CapIM0as2oF+UbBKSPG/H2pAiDMtZT0ZYanj9Ds4z7CiM/ydFSIadJfMeA12c4NYUJ7bCDvGAlV8ryZTBSS7cPQAAAABJRU5ErkJggg==), no-drop; }

.off-canvas-menu-open .off-canvas-container.left {
  left: 0;
  display: block;
  visibility: visible; }

.off-canvas-container.right {
  left: inherit;
  right: -300px; }

.off-canvas-menu-open .off-canvas-container.right {
  right: 0;
  display: block;
  visibility: visible; }

.off-canvas-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 290px;
  background: #fff;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: default; }

.off-canvas-inner {
  color: #434343;
  width: 290px;
  position: absolute;
  cursor: default;
  padding-top: 4px;
  background: #fff; }

.off-canvas-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  z-index: 1; }

body.admin-bar .off-canvas-container {
  top: 32px; }

.off-canvas-header {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 10px; }

.off-canvas-header img {
  max-width: 100%;
  height: auto; }

.off-canvas-header .logo {
  margin-top: 20px; }

.off-canvas-header .site-name {
  font-weight: bolder;
  font-size: 18px;
  margin-top: 15px; }

.off-canvas-header .site-name:first-child {
  margin-bottom: 10px;
  font-size: 22px; }

.off-canvas-header .site-name:first-child:last-child {
  margin-bottom: 0; }

.off-canvas-header .logo + .site-description {
  margin-top: 15px; }

.off-canvas-header .site-description:first-child:last-child {
  margin-bottom: 10px;
  margin-top: 15px; }

.off-canvas-menu > ul > li > a {
  text-transform: none !important; }

.off-canvas-inner > .off-canvas-menu {
  padding: 20px 0 10px; }

.off-canvas-inner > .off-canvas-search + .off-canvas-menu {
  padding-top: 0; }

.off-canvas-inner > .off-canvas-header + .off-canvas-menu {
  padding-top: 8px; }

.off-canvas-inner .canvas-close + .off-canvas-search {
  margin-top: 44px; }

.off-canvas-menu ul.menu li,
.off-canvas-menu ul.menu > li {
  display: block;
  float: none; }

.off-canvas-menu ul.menu > li {
  padding: 0 20px; }

.off-canvas-menu li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 0 !important; }

.off-canvas-menu li:last-child > a {
  border-bottom: none !important; }

.off-canvas-menu li li {
  padding: 0 18px !important; }

.off-canvas-menu li li > a {
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important; }

.off-canvas-menu a {
  color: #444; }

.off-canvas-menu ul.menu > li > a {
  display: block !important; }

.off-canvas-menu ul.menu > li .sub-menu {
  top: -5px;
  left: 100%;
  background: #fff;
  border: 1px solid #D7D7D7;
  padding: 7px 0;
  border-radius: 3px; }

.off-canvas-menu ul.menu > li .sub-menu .sub-menu {
  left: 100%;
  top: -7px !important; }

.off-canvas-menu ul.menu > li .sub-menu:after,
.off-canvas-menu ul.menu > li .sub-menu:before {
  border: solid 13px rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 13px;
  left: -27px;
  border-right-color: #D7D7D7; }

.off-canvas-menu ul.menu > li .sub-menu:after {
  border: solid 12px rgba(0, 0, 0, 0);
  border-right-color: #ffffff;
  top: 14px;
  left: -24px; }

.off-canvas-menu .fa {
  margin-right: 5px; }

.off-canvas-menu ul {
  padding: 0;
  margin-bottom: 0;
  position: relative; }

.off-canvas-menu li {
  list-style: none;
  padding: 0 20px;
  position: relative; }

.off-canvas-menu ul ul {
  display: none;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  border: 1px solid #f5eaea;
  padding: 0 10px; }

.off-canvas-menu ul.menu li.menu-item-has-children > a:after {
  content: '\f105';
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px; }

.off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter > a:after {
  opacity: 0;
  right: -8px; }

.off-canvas-menu .menu .better-custom-badge {
  bottom: inherit;
  top: 50%;
  right: 0;
  left: inherit;
  display: inline-block;
  margin-top: -8px; }

.off-canvas-menu .menu .menu-item-has-children > a > .better-custom-badge {
  right: 20px; }

.off-canvas-menu .menu .better-custom-badge:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 4px;
  left: -8px; }

/* search */
.off-canvas-inner > .off-canvas-search:first-child {
  padding-top: 25px; }

.off-canvas-search form {
  position: relative; }

.off-canvas-search input[type="text"] {
  padding-right: 25px;
  padding-left: 10px;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 12px; }

.off-canvas-search .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #8f8f8f; }

.off-canvas-inner > .off_canvas_footer {
  padding-top: 18px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }

.off-canvas-inner > .off_canvas_footer:first-child {
  padding-top: 20px;
  margin-top: 0;
  border-top: none; }

.off-canvas-inner > .off-canvas-search + .off_canvas_footer {
  margin-top: 14px; }

.off-canvas-inner > .off_canvas_footer .better-social-counter.style-button:first-child .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.off-canvas-inner > .off_canvas_footer .better-social-counter.style-button:first-child .social-item {
  float: none;
  margin: 0 3px;
  display: inline; }

.off_canvas_footer .better-social-counter.style-button .item-icon {
  border-radius: 50%; }

.off-canvas-container .social-share-list {
  padding: 15px 0 0; }

.off-canvas-container .social-share-list li {
  list-style: none;
  display: inline-block;
  margin-right: 3px; }

.off-canvas-container .social-share-list a {
  background: #424242;
  color: #fff;
  padding: 4px 7px;
  border-radius: 3px; }

/* right style */
.off-canvas-container.right {
  right: -300px;
  left: auto; }

.off-canvas-container.right:before,
.off-canvas-container.right .off-canvas-inner {
  right: 0;
  left: auto; }

.off-canvas-container.right .off-canvas-menu ul ul {
  left: auto;
  right: 100%;
  box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.1); }

.off-canvas-container.right .off-canvas-menu ul {
  text-align: right; }

.off-canvas-container.right ul.menu li.menu-item-has-children > a:after {
  content: '\f104';
  right: inherit;
  left: 0; }

.off-canvas-container.right ul.menu li.menu-item-has-children.bsm-enter > a:after {
  right: auto;
  left: -8px; }

.off-canvas-container.right .off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter > a:after {
  right: auto;
  left: -8px; }

.off-canvas-container.right .off-canvas-menu .menu .better-custom-badge {
  right: inherit;
  left: 0; }

.off-canvas-container.right .off-canvas-menu .menu .menu-item-has-children > a > .better-custom-badge {
  right: inherit;
  left: 20px; }

.off-canvas-container.right .off-canvas-menu .menu .better-custom-badge:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: auto;
  right: -8px !important; }

.off-canvas-container.right .off_canvas_footer {
  text-align: right; }

.off-canvas-container.right .better-social-counter.style-button .social-item {
  float: right;
  margin: 0 0 6px 4px; }

.off-canvas-container.right ul.menu li.menu-have-icon > a > .bf-icon {
  float: right;
  margin: 4px 0 0 6px; }

.off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:after,
.off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:before {
  left: inherit;
  right: -27px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:after {
  left: inherit;
  right: -24px; }

.off-canvas-container.right ul.menu > li .sub-menu .sub-menu {
  left: inherit;
  right: 100%; }

/* Dark Skin */
.skin-dark.off-canvas-container .off-canvas-inner,
.skin-dark.off-canvas-container:before {
  background: #151515; }

.skin-dark.off-canvas-container .off-canvas-search input[type="text"] {
  border-color: #272727;
  background-color: #151515;
  color: #fff; }

.skin-dark.off-canvas-container .off-canvas-menu a,
.skin-dark.off-canvas-container .off-canvas-inner > div {
  color: #fff; }

.skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu {
  background: #151515;
  border-color: #232323; }

.skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu:after,
.skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu:before {
  border-right-color: #232323; }

.skin-dark.off-canvas-container .off-canvas-menu li > a {
  border-bottom-color: rgba(255, 255, 255, 0.05) !important; }

.skin-dark.off-canvas-container .off-canvas-inner > .off_canvas_footer {
  border-top-color: rgba(255, 255, 255, 0.07); }

/**
 * ->search-page header
 **/
.search-header {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb; }

.search-header .search-form {
  margin-bottom: 15px; }

.search-header .found-categories ul,
.search-header .found-tags ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.search-header .found-categories li,
.search-header .found-tags li {
  display: inline-block;
  margin: 0 10px 0 0; }

.search-header .label {
  font-weight: 700;
  font-size: 14px;
  color: #383838;
  padding: 0 10px 0 0; }

.search-header .clean-button {
  line-height: 18px; }

.search-header .found-categories li .clean-button,
.search-header .found-tags li .clean-button {
  margin: 0; }

.search-header .found-categories + .found-tags {
  margin-top: 15px; }

.search-header .found-tags .clean-button {
  line-height: 22px;
  padding: 0 6px; }

/**
 * =>Top Bar
**/
.topbar {
  height: 35px;
  overflow: hidden; }

.topbar.use-pretty-tabs {
  z-index: 9999;
  position: relative;
  height: auto;
  overflow: visible; }

.topbar ul.menu > li .sub-menu {
  top: 100%; }

.topbar .topbar-inner {
  padding: 4px 0; }

.topbar .section-links {
  float: right; }

.topbar.topbar-style-1 .section-menu {
  height: 26px; }

.topbar.topbar-style-1 .section-menu {
  max-width: 80%; }

.topbar.topbar-style-1 .section-menu:first-child:last-child {
  max-width: 100%; }

.site-header.boxed .topbar .topbar-inner {
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.site-header.full-width .topbar {
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.topbar .better-studio-shortcode {
  display: inline-block;
  float: right;
  margin-bottom: 0; }

.topbar .better-studio-shortcode .social-list {
  display: inline-block;
  float: right; }

.topbar .better-social-counter.style-button .social-item {
  margin: 0 0 0 4px; }

.topbar .better-social-counter.style-button .social-item .item-icon {
  color: #444444;
  background-color: transparent;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px; }

.topbar .better-social-counter.style-button .social-item:hover .item-icon {
  color: #545454; }

.topbar .better-social-counter.style-button .social-item {
  float: left;
  font-size: 13px; }

.topbar .better-social-counter.style-button a:hover {
  color: #fff; }

.topbar .topbar-date {
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  line-height: 18px;
  position: relative;
  top: -1px; }

.topbar .better-newsticker {
  margin-bottom: 0; }

.topbar .better-newsticker.better-newsticker {
  margin-bottom: 0 !important; }

.topbar .section-links + .section-menu .better-newsticker .control-nav {
  right: 30px; }

.topbar .topbar-sign-in {
  float: right;
  cursor: pointer;
  height: 24px;
  line-height: 24px; }

.topbar .topbar-sign-in .fa {
  margin-right: 2px; }

.topbar .topbar-sign-in.behind-social {
  margin-right: 8px;
  position: relative;
  padding-right: 8px; }

.topbar .topbar-sign-in.behind-social:before {
  content: '';
  width: 1px;
  top: 50%;
  margin-top: -8px;
  height: 18px;
  display: inline-block;
  background: #dadada;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -2px; }

@media only screen and (max-width: 850px) {
  .topbar .better-newsticker ul.news-list li {
    width: 65%; } }

body {
  background: #fff;
  text-decoration-skip: ink; }

body.boxed {
  background-color: #eee; }

body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper,
body.boxed .content-wrap {
  padding-left: 5px;
  padding-right: 5px; }

body.boxed .bf-breadcrumb > .bf-breadcrumb-container {
  margin-left: 5px !important;
  margin-right: 5px !important; }

body.boxed .mega-menu .content-wrap {
  padding-left: 2.5px;
  padding-right: 2.5px; }

body.boxed .slider-container .content-wrap {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 980px) {
  body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper,
  body.boxed .content-wrap,
  body.boxed .mega-menu .content-wrap {
    padding-left: 0;
    padding-right: 0; } }

.main-wrap {
  margin: 0 auto; }

main.content-container,
.content-wrap,
.main-wrap {
  position: relative; }

body.active-top-line {
  border-top: 3px solid transparent; }

.main-wrap .container {
  width: 100%; }

body.full-width .main-wrap {
  width: 100%; }

@media (min-width: 768px) {
  .boxed .main-wrap {
    width: 100% !important; } }

@media only screen and (max-width: 768px) {
  .boxed .main-wrap {
    max-width: 100% !important; } }

body.boxed .main-wrap {
  padding: 0;
  background-color: #fff;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.27); }

@media only screen and (max-width: 480px) {
  .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,
  .vc_row .bs-vc-wrapper > .bs-vc-column {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.content-wrap {
  margin: 0 auto;
  padding: 0;
  min-width: 300px; }

.container {
  width: 100%; }

.page-layout-3-col-0 .content-column {
  width: 100% !important; }

.page-layout-3-col-0.page-layout-3-col-0 .main-section {
  margin-bottom: 0 !important; }

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

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

.term-badges .format-badge,
.term-badges .term-badge {
  display: inline-block;
  line-height: 0; }

.term-badges a {
  color: #8b8b8b;
  padding: 0 0 4px; }

.term-badges .fa {
  margin-right: 2px; }

.term-badges.floated a {
  padding: 2px 7px;
  color: #FFF;
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 1.7;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.term-badges.floated {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 0;
  font-size: 0; }

.term-badges.text-badges .term-badge,
.term-badges.text-badges {
  line-height: 1.4; }

.term-badges.text-badges .term-badge {
  margin-right: 10px; }

.term-badges.text-badges .term-badge:last-child {
  margin-right: 0; }

.term-badges.text-badges a {
  background-color: transparent !important;
  font-weight: 500;
  padding: 0; }

.format-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  -webkit-transition: 0.43s cubic-bezier(0.47, 0.13, 0.16, 0.72) 0s;
  -moz-transition: 0.43s cubic-bezier(0.47, 0.13, 0.16, 0.72) 0s;
  -o-transition: 0.43s cubic-bezier(0.47, 0.13, 0.16, 0.72) 0s;
  transition: 0.43s cubic-bezier(0.47, 0.13, 0.16, 0.72) 0s; }

.format-icon .fa {
  line-height: 28px;
  width: 100%;
  text-align: center; }

.format-icon.format-audio {
  padding-right: 2px; }

.format-icon.format-video {
  padding-left: 2px; }

.post-summary p:last-child {
  margin-bottom: 0; }

.entry-content a.read-more,
a.read-more {
  font-size: 12px;
  color: #fff;
  background: #434343;
  display: inline-block;
  padding: 3px 11px;
  text-transform: uppercase !important;
  margin-top: 13px; }

.entry-content a.read-more,
a.read-more:hover {
  color: #fff; }

.img-holder {
  position: relative;
  width: 80px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  transition: none; }

.bs-ll-a .img-holder:before,
.bs-ll-a img[data-src]:not(.b-loaded),
.bs-ll-a .img-cont:before {
  opacity: 1;
  background-color: #e9ebee;
  background-image: linear-gradient(to left, #e9ebee 0%, #f4f5f6 20%, #e9ebee 40%, #e9ebee 100%);
  background-repeat: no-repeat;
  background-size: 1000px 900px;
  -webkit-animation: bs-lazy-anim 1s infinite linear forwards;
  -moz-animation: bs-lazy-anim 1s infinite linear forwards;
  animation: bs-lazy-anim 1.01s infinite linear forwards; }

.bs-ll-d .img-holder,
.bs-ll-d .img-cont {
  background-color: whitesmoke; }

.listing-mg-item .img-cont:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

.img-holder.b-error:before,
.img-cont.b-error:before,
.img-holder.b-loaded:before,
.img-cont.b-loaded:before {
  background: transparent;
  opacity: 0;
  animation: none; }

.listing-item-blog-5 .featured .img-holder.b-error,
.listing-item-blog-1 .featured .img-holder.b-error,
.listing-item-tb-1 .img-holder.b-error,
.listing-item-tb-2 .img-holder.b-error,
.listing-item-tb-3 .img-holder.b-error,
.listing-item-blog-5 .featured .img-holder.b-loaded,
.listing-item-blog-1 .featured .img-holder.b-loaded,
.listing-item-tb-1 .img-holder.b-loaded,
.listing-item-tb-2 .img-holder.b-loaded,
.listing-item-tb-3 .img-holder.b-loaded {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: top center !important; }

@-webkit-keyframes bs-lazy-anim {
  from {
    background-position: -800px 0; }
  to {
    background-position: 400px 0; } }

@keyframes bs-lazy-anim {
  from {
    background-position: -800px 0; }
  to {
    background-position: 400px 0; } }

@-webkit-keyframes bs-lazy-anim-rtl {
  from {
    background-position: 400px 0; }
  to {
    background-position: -800px 0; } }

@keyframes bs-lazy-anim-rtl {
  from {
    background-position: 400px 0; }
  to {
    background-position: -800px 0; } }

.img-cont.img-cont.img-content-ni.img-content-ni,
.img-holder.img-holder.img-content-ni.img-content-ni {
  background: none !important; }

.img-holder.b-load-ready {
  opacity: 0; }

.img-holder.b-error,
body.bs-ll-d .img-holder,
.img-holder.b-loaded {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation: none;
  background-position: top center; }

body.bs-ll-d .img-holder,
.img-holder.b-loaded {
  transition: opacity 200ms ease-in-out;
  opacity: 1; }

.bs-pagination-cached .img-holder.b-loaded {
  transition: none; }

.img-holder:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 70%; }

.search-field::-ms-clear {
  display: none; }

.modal {
  z-index: 99999; }

/**
 * ->Other
 **/
.margin-sm-left {
  margin-left: 7px; }

.margin-sm-right {
  margin-right: 7px; }

.margin-xsm-left {
  margin-left: 3px; }

.margin-xsm-right {
  margin-right: 3px; }

.limit-line {
  overflow: hidden;
  white-space: nowrap; }

.limit-dot-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.top-line {
  border-top: 1px solid #f4f4f4; }

.bottom-line {
  border-bottom: 1px solid #f4f4f4; }

li.bottom-line:last-child {
  border-bottom: none; }

.no-list-style {
  list-style: none !important; }

.no-list-style li {
  padding-right: 0 !important; }

.no-list-style li:before {
  display: none !important; }

/**
* ->Text Padding
**/
.bs-padding-1-1 {
  padding-left: 5%;
  padding-right: 5%; }

.bs-padding-0-1 {
  padding-right: 5%; }

.bs-padding-1-0 {
  padding-left: 5%; }

.bs-padding-2-2 {
  padding-left: 10%;
  padding-right: 10%; }

.bs-padding-2-1 {
  padding-left: 10%;
  padding-right: 5%; }

.bs-padding-1-2 {
  padding-left: 5%;
  padding-right: 10%; }

.bs-padding-0-2 {
  padding-right: 10%; }

.bs-padding-2-0 {
  padding-left: 10%; }

.bs-padding-3-3 {
  padding-left: 15%;
  padding-right: 15%; }

.bs-padding-0-3 {
  padding-right: 15%; }

.bs-padding-3-0 {
  padding-left: 15%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webmit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* global search form */
.search-form input[type="search"] {
  float: left;
  height: 38px;
  line-height: 38px;
  margin-right: 8px;
  font-size: 12px;
  box-shadow: none; }

.search-form input[type="submit"] {
  height: 38px; }

/* post meta */
.post-meta {
  padding-top: 2px;
  font-style: inherit; }

.post-meta .time {
  margin-right: 10px; }

.post-meta .share,
.post-meta .views {
  float: none;
  margin-right: 10px;
  font-style: normal; }

.post-meta .share,
.post-meta .views,
.post-meta .comments {
  white-space: nowrap; }

.post-meta .views {
  font-weight: bold; }

.post-meta .views.rank-0,
.post-meta .views.rank-default {
  font-weight: normal; }

.post-meta .comments {
  margin-left: 10px;
  font-style: normal;
  float: right; }

.post-meta .rating:first-child:last-child,
.post-meta .comments:first-child:last-child {
  float: none;
  margin-left: 0;
  margin-right: 0; }

.post-meta .rating + .comments {
  float: none;
  margin-left: 0; }

.post-meta .share .bf-icon,
.post-meta .views .fa,
.post-meta .views .bf-icon,
.post-meta .comments .fa {
  display: inline-block;
  margin-right: 3px; }

.post-meta .post-author-avatar img {
  margin-right: 5px;
  margin-top: -2px; }

.post-meta .post-author {
  font-weight: bolder;
  font-style: normal;
  margin-right: 8px;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top; }

.post-meta .post-author:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f111';
  margin-left: 8px;
  font-size: 5px;
  vertical-align: middle;
  color: #adb5bd; }

.post-meta .post-author-a:last-child .post-author {
  margin-right: 0; }

.post-meta .post-author-a:last-child .post-author:after {
  display: none; }

.post-meta > span:last-child,
.post-meta > a:last-child {
  margin-right: 0 !important; }

/**
 * =>Main Slider
 **/
.slider-style-15-container,
.slider-style-13-container,
.slider-style-11-container,
.slider-style-9-container,
.slider-style-7-container,
.slider-style-4-container.slider-container-1col,
.slider-style-3-container,
.slider-style-5-container,
.slider-style-2-container.slider-container-1col,
.slider-style-1-container {
  margin: 0 0 -20px;
  padding: 25px 0; }

.slider-style-5-container {
  padding-bottom: 0; }

.slider-style-16-container,
.slider-style-8-container,
.slider-style-2-container,
.slider-style-4-container {
  margin: 0 0 25px; }

.slider-style-15-container {
  margin: 0;
  padding-bottom: 0; }

.slider-style-13-container .bs-slider,
.slider-style-11-container .bs-slider,
.slider-style-9-container .bs-slider {
  margin-bottom: 0; }

/**
 * =>Main Section
 **/
/**
 * =>Archive Title
 **/
.archive-title {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 13px; }

.archive-title .pre-title {
  position: relative;
  margin-bottom: 17px; }

.archive-title .pre-title span {
  background-color: #444;
  display: inline-block;
  line-height: 26px;
  z-index: 1;
  position: relative;
  padding: 0 10px;
  color: #fff; }

.archive-title .pre-title:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 3px;
  width: 100%;
  background-color: #444444; }

.archive-title .page-heading {
  margin: 0 0 12px;
  position: relative;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  padding: 0; }

.archive-title.with-actions .page-heading {
  padding-right: 30px; }

.archive-title .actions-container {
  width: 30px;
  float: right; }

.archive-title.without-terms .actions-container {
  margin-top: 8px; }

.archive-title .page-heading .count,
.archive-title .rss-link {
  float: right;
  font-size: 20px; }

.archive-title .rss-link {
  color: #f97410; }

.archive-title .desc {
  margin-top: 12px; }

.archive-title .desc p:last-child {
  margin-bottom: 0; }

.archive-title .term-badges {
  margin: 10px 0 0;
  line-height: 0; }

.archive-title .term-badges span.term-badge {
  margin-bottom: 6px; }

.archive-title .term-badges span.term-badge a {
  background: #FFFFFF !important;
  border: 1px solid #D4D4D4 !important;
  border-color: #D4D4D4 !important;
  padding: 0 7px;
  display: inline-block;
  line-height: 20px;
  margin-right: 3px;
  font-size: 10px;
  float: left;
  color: #8b8b8b !important; }

.archive-title .term-badges span.term-badge a:hover {
  color: #fff !important;
  border: 1px solid transparent !important; }

/**
 * =>Visual Composer
 **/
.wpb_text_column img {
  max-width: 100%;
  height: auto; }

.wpb_widgetised_column .wpb_wrapper > ul {
  margin: 0;
  padding: 0; }

.bs-injection.bs-injection-3-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper,
.bs-injection.bs-injection-1-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper,
.bs-injection.bs-injection-2-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper,
.bs-injection.bs-vc-content,
.bs-injection.bs-vc-content .vc_row,
.bs-injection.bs-vc-content .vc_vc_row,
.layout-3-col-0 .bs-vc-content .vc_vc_row,
.layout-3-col-0 .bs-vc-content .vc_row,
.layout-3-col-0 .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper,
.layout-1-col .bs-vc-content .vc_row,
.layout-1-col .bs-vc-content .vc_vc_row,
.layout-1-col .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper {
  margin-left: auto;
  margin-right: auto; }

.container,
.vc_column_container {
  margin-right: auto !important;
  margin-left: auto !important; }

.bs-vc-content > .vc_element > .vc_row[data-vc-full-width=true],
.bs-vc-content > .vc_element > .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper,
.bs-vc-content > .vc_row[data-vc-full-width=true],
.bs-vc-content > .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper {
  width: 100%; }

.bs-vc-content .vc_row[data-vc-full-width=true] {
  right: auto !important;
  left: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.full-width .bs-vc-content .vc_row[data-vc-full-width=true] {
  max-width: inherit !important; }

.bs-vc-content .vc_row[data-vc-stretch-content="true"] {
  right: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: inherit !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.bs-injection.bs-vc-content .vc_row[data-vc-stretch-content="true"] > .bs-vc-wrapper,
.layout-3-col-0 .bs-vc-content .vc_row[data-vc-stretch-content="true"] > .bs-vc-wrapper,
.page-layout-1-col .bs-vc-content .vc_row[data-vc-stretch-content="true"] > .bs-vc-wrapper {
  max-width: inherit !important; }

.wpb_flexslider.flexslider .slides img {
  height: auto; }

.bs-injection.bs-vc-content > .vc_row.vc_row-fluid.vc_row-has-fill:first-child {
  margin-top: 0 !important; }

/* VC Flex Row compatibility */
.vc_row.vc_row-flex > .bs-vc-wrapper {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vc_row.vc_row-flex .bs-vc-wrapper {
  width: 100%; }

.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; }

.vc_row.vc_row-flex > .bs-vc-wrapper,
.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container {
  display: flex; }

.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner > * {
    min-height: 1em; } }

/**
 * =>Gap
 **/
/* Gap 1 */
.vc_row.vc_column-gap-1 > .bs-vc-wrapper {
  margin-left: -.5px !important;
  margin-right: -.5px !important; }

.vc_row.vc_column-gap-1 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: .5px !important;
  padding-right: .5px !important; }

/* Gap 2 */
.vc_row.vc_column-gap-2 > .bs-vc-wrapper {
  margin-left: -1px !important;
  margin-right: -1px !important; }

.vc_row.vc_column-gap-2 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 1px !important;
  padding-right: 1px !important; }

/* Gap 3 */
.vc_row.vc_column-gap-3 > .bs-vc-wrapper {
  margin-left: -1.5px !important;
  margin-right: -1.5px !important; }

.vc_row.vc_column-gap-3 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 1.5px !important;
  padding-right: 1.5px !important; }

/* Gap 4 */
.vc_row.vc_column-gap-4 > .bs-vc-wrapper {
  margin-left: -2px !important;
  margin-right: -2px !important; }

.vc_row.vc_column-gap-4 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 2px !important;
  padding-right: 2px !important; }

/* Gap 5 */
.vc_row.vc_column-gap-5 > .bs-vc-wrapper {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important; }

.vc_row.vc_column-gap-5 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important; }

/* Gap 10 */
.vc_row.vc_column-gap-10 > .bs-vc-wrapper {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.vc_row.vc_column-gap-10 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* Gap 15 */
.vc_row.vc_column-gap-15 > .bs-vc-wrapper {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important; }

.vc_row.vc_column-gap-15 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important; }

/* Gap 20 */
.vc_row.vc_column-gap-20 > .bs-vc-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.vc_row.vc_column-gap-20 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 10px !important;
  padding-right: 10px !important; }

/* Gap 25 */
.vc_row.vc_column-gap-25 > .bs-vc-wrapper {
  margin-left: -12.5px !important;
  margin-right: -12.5px !important; }

.vc_row.vc_column-gap-25 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 12.5px !important;
  padding-right: 12.5px !important; }

/* Gap 30 */
.vc_row.vc_column-gap-30 > .bs-vc-wrapper {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.vc_row.vc_column-gap-30 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 15px !important;
  padding-right: 15px !important; }

/* Gap 35 */
.vc_row.vc_column-gap-35 > .bs-vc-wrapper {
  margin-left: -17.5px !important;
  margin-right: -17.5px !important; }

.vc_row.vc_column-gap-35 > .bs-vc-wrapper > .bs-vc-column {
  padding-left: 17.5px !important;
  padding-right: 17.5px !important; }

/**
 * =>Listing
 **/
.listing-item a.vc_inline-link {
  display: none; }

.bs-pagination-wrapper .listing + .listing {
  margin-top: 20px; }

.post.emphasize-first-p .entry-content > p:first-child {
  font-size: 120%; }

.listing-item .post-edit-link {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  padding: 4px 11px;
  font-size: 13px;
  display: none;
  line-height: 20px; }

.listing-item:hover .post-edit-link {
  display: block; }

.more_btn > .listing + .listing,
.infinity > .listing + .listing {
  margin-top: 20px; }

/**
 * ->Listing columns
 **/
.mega-links > .menu-item {
  margin-bottom: 30px; }

.mega-links > .menu-item,
.listing .listing-item {
  min-height: 0%; }

.mega-links.columns-1 > .menu-item,
.listing.columns-1 .listing-item {
  width: 100%;
  float: none; }

/* 2 Column */
.mega-links.columns-2 > .menu-item,
.listing.columns-2 .listing-item {
  width: 50%;
  float: left; }

.mega-links.columns-2 > .menu-item:nth-child(odd),
.listing.columns-2 .listing-item:nth-child(odd) {
  padding-right: 18px;
  clear: left; }

.mega-links.columns-2 > .menu-item:nth-child(even),
.listing.columns-2 .listing-item:nth-child(even) {
  padding-left: 18px; }

/* 3 Column */
.mega-links.columns-3 > .menu-item,
.listing.columns-3 .listing-item {
  width: 33.3333%;
  float: left; }

.mega-links.columns-3 > .menu-item:nth-child(3n-1),
.listing.columns-3 .listing-item:nth-child(3n-1) {
  padding-left: 9px;
  padding-right: 9px; }

.mega-links.columns-3 > .menu-item:nth-child(3n-2),
.listing.columns-3 .listing-item:nth-child(3n-2) {
  padding-right: 18px;
  clear: left; }

.mega-links.columns-3 > .menu-item:nth-child(3n+3),
.listing.columns-3 .listing-item:nth-child(3n+3) {
  padding-left: 18px; }

/* 4 Column */
.mega-links.columns-4 > .menu-item,
.listing.columns-4 .listing-item {
  width: 25%;
  float: left; }

.mega-links.columns-4 > .menu-item:nth-child(4n-3),
.listing.columns-4 .listing-item:nth-child(4n-3) {
  padding-left: 0;
  padding-right: 16px;
  clear: left; }

.mega-links.columns-4 > .menu-item:nth-child(4n+2),
.listing.columns-4 .listing-item:nth-child(4n+2) {
  padding-left: 5px;
  padding-right: 11px; }

.mega-links.columns-4 > .menu-item:nth-child(4n+3),
.listing.columns-4 .listing-item:nth-child(4n+3) {
  padding-left: 10px;
  padding-right: 6px; }

.mega-links.columns-4 > .menu-item:nth-child(4n+4),
.listing.columns-4 .listing-item:nth-child(4n+4) {
  padding-right: 0;
  padding-left: 16px; }

/* 5 Column */
.mega-links.columns-5 > .menu-item,
.listing.columns-5 .listing-item {
  width: 20%;
  float: left; }

.mega-links.columns-5 > .menu-item:nth-child(5n+1),
.listing.columns-5 .listing-item:nth-child(5n+1) {
  padding-left: 0;
  padding-right: 12px;
  clear: left; }

.mega-links.columns-5 > .menu-item:nth-child(5n+2),
.listing.columns-5 .listing-item:nth-child(5n+2) {
  padding-left: 4px;
  padding-right: 8px; }

.mega-links.columns-5 > .menu-item:nth-child(5n+3),
.listing.columns-5 .listing-item:nth-child(5n+3) {
  padding-left: 6px;
  padding-right: 6px; }

.mega-links.columns-5 > .menu-item:nth-child(5n+4),
.listing.columns-5 .listing-item:nth-child(5n+4) {
  padding-left: 8px;
  padding-right: 4px; }

.mega-links.columns-5 > .menu-item:nth-child(5n+5),
.listing.columns-5 .listing-item:nth-child(5n+5) {
  padding-left: 8px;
  padding-right: 0; }

.mega-links.columns-5.listing-tall > .menu-item:nth-child(5n+5),
.listing.columns-5.listing-tall .listing-item:nth-child(5n+5) {
  padding-left: 12px;
  padding-right: 0; }

/* Columns responsive */
@media only screen and (max-width: 1000px) {
  .mega-links.columns-5 > .menu-item,
  .listing.columns-5 .listing-item {
    width: 25%; }
  .mega-links.columns-5 > .menu-item:nth-child(4n-3),
  .listing.columns-5 .listing-item:nth-child(4n-3) {
    padding-left: 0;
    padding-right: 8px;
    clear: left; }
  .mega-links.columns-5 > .menu-item:nth-child(4n+2),
  .listing.columns-5 .listing-item:nth-child(4n+2) {
    padding-left: 3px;
    padding-right: 5px;
    clear: none; }
  .mega-links.columns-5 > .menu-item:nth-child(4n+3),
  .listing.columns-5 .listing-item:nth-child(4n+3) {
    padding-left: 5px;
    padding-right: 3px;
    clear: none; }
  .mega-links.columns-5 > .menu-item:nth-child(4n+4),
  .listing.columns-5 .listing-item:nth-child(4n+4) {
    padding-right: 0;
    padding-left: 8px;
    clear: none; } }

@media only screen and (max-width: 900px) {
  .mega-links.columns-4 > .menu-item,
  .mega-links.columns-5 > .menu-item,
  .listing.columns-4 .listing-item,
  .listing.columns-5 .listing-item {
    width: 33.3333%; }
  .mega-links.columns-4 > .menu-item:nth-child(3n-1),
  .mega-links.columns-5 > .menu-item:nth-child(3n-1),
  .listing.columns-4 .listing-item:nth-child(3n-1),
  .listing.columns-5 .listing-item:nth-child(3n-1) {
    padding-left: 6px;
    padding-right: 6px;
    clear: none; }
  .mega-links.columns-4 > .menu-item:nth-child(3n-2),
  .mega-links.columns-5 > .menu-item:nth-child(3n-2),
  .listing.columns-4 .listing-item:nth-child(3n-2),
  .listing.columns-5 .listing-item:nth-child(3n-2) {
    padding-left: 0;
    padding-right: 12px;
    clear: left; }
  .mega-links.columns-4 > .menu-item:nth-child(3n+3),
  .mega-links.columns-5 > .menu-item:nth-child(3n+3),
  .listing.columns-4 .listing-item:nth-child(3n+3),
  .listing.columns-5 .listing-item:nth-child(3n+3) {
    padding-left: 12px;
    padding-right: 0;
    clear: none; } }

@media only screen and (max-width: 600px) {
  .mega-links.columns-3 > .menu-item,
  .mega-links.columns-4 > .menu-item,
  .mega-links.columns-5 > .menu-item,
  .listing.columns-3 .listing-item,
  .listing.columns-4 .listing-item,
  .listing.columns-5 .listing-item {
    width: 50%; }
  .mega-links.columns-3 > .menu-item:nth-child(odd),
  .mega-links.columns-4 > .menu-item:nth-child(odd),
  .mega-links.columns-5 > .menu-item:nth-child(odd),
  .listing.columns-3 .listing-item:nth-child(odd),
  .listing.columns-4 .listing-item:nth-child(odd),
  .listing.columns-5 .listing-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 13px;
    clear: left; }
  .mega-links.columns-3 .listing-item:nth-child(even),
  .mega-links.columns-4 .listing-item:nth-child(even),
  .mega-links.columns-5 .listing-item:nth-child(even),
  .listing.columns-3 .listing-item:nth-child(even),
  .listing.columns-4 .listing-item:nth-child(even),
  .listing.columns-5 .listing-item:nth-child(even) {
    padding-left: 13px;
    padding-right: 0;
    clear: none; } }

@media only screen and (max-width: 500px) {
  .mega-links.columns-2 > .menu-item,
  .mega-links.columns-3 > .menu-item,
  .mega-links.columns-4 > .menu-item,
  .mega-links.columns-5 > .menu-item,
  .listing.columns-2 .listing-item,
  .listing.columns-3 .listing-item,
  .listing.columns-4 .listing-item,
  .listing.columns-5 .listing-item {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important; } }

.archive-title img {
  max-width: 100%; }

/**
 * ->Shortcode Placeholder
 **/
.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p {
  word-break: break-all;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  font-family: var(--publisher-system-font); }

.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p + .bsbt-shortcode-placeholder {
  margin-top: 5px; }

.bsbt-shortcode-placeholder {
  text-align: center;
  background: #FFF8D7;
  border: 1px solid #E5D68D;
  margin: 0 0 40px;
  padding: 15px;
  line-height: 24px;
  font-size: 13px;
  font-family: var(--publisher-system-font); }

.bsbt-shortcode-placeholder a:hover,
.bsbt-shortcode-placeholder a {
  color: #e43c36 !important;
  font-weight: bolder; }

.bsbt-shortcode-placeholder.type-small {
  padding: 7px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all; }

/**
 * ->Shortcode Row & Columns
 **/
.bs-shortcode-row {
  margin-bottom: 20px; }

.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col {
  width: 100% !important;
  margin-bottom: 15px; }

.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col:last-child {
  margin-bottom: 0; }

.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col {
  width: 50% !important;
  margin-bottom: 15px; }

.bs-shortcode-row-3-column[max-width~="450px"] .bs-shortcode-col {
  width: 100% !important; }

.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col:last-child {
  margin-bottom: 0; }

.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col {
  width: 33.3333% !important;
  margin-bottom: 15px; }

.bs-shortcode-row-4-column[max-width~="600px"] .bs-shortcode-col {
  width: 50% !important; }

.bs-shortcode-row-4-column[max-width~="450px"] .bs-shortcode-col {
  width: 100% !important; }

.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col:last-child {
  margin-bottom: 0; }

/**
* ->Facebook Like Box
**/
.bs-ll.a .fb-page,
.bs-ll.a .google-plus-block {
  background-color: #e9ebee;
  background-image: linear-gradient(to left, #e9ebee 0%, #f4f5f6 20%, #e9ebee 40%, #e9ebee 100%);
  background-repeat: no-repeat;
  background-size: 1000px 900px;
  -webkit-animation: bs-lazy-anim 1s infinite linear forwards;
  -moz-animation: bs-lazy-anim 1s infinite linear forwards;
  animation: bs-lazy-anim 1.01s infinite linear forwards;
  width: 100% !important;
  min-height: 130px !important;
  text-align: center; }

.bs-ll.a .footer-widgets.light-text .fb-page,
.bs-ll.a .footer-widgets.light-text .google-plus-block {
  background-color: #373737;
  background-image: linear-gradient(to left, #373737 0%, #2b2b2b 20%, #373737 40%, #373737 100%); }

.fb-page.fb_iframe_widget {
  background: transparent; }

/**
 * ->Text Shortcode
 **/
.bs-text a:hover {
  text-decoration: underline; }

.bs-text .bs-text-content p:last-child {
  margin-bottom: 0; }

.bs-text a.btn {
  color: #fff; }

/**
 * =>Pagination
 **/
.pagination {
  margin: 20px 0 0;
  font-size: 18px; }

.pagination:last-child {
  margin-bottom: 0 !important; }

.entry-content .bs-post-pagination .pages {
  border-color: #DADADA !important;
  color: #333; }

.entry-content .bs-post-pagination span {
  line-height: 28px;
  height: 28px;
  min-width: 28px; }

.entry-content > .bs-post-pagination:first-child {
  margin: 0 0 20px; }

/**
 * ->Link Pagination
 **/
.pagination.bs-links-pagination .older {
  float: left;
  width: 50%;
  text-align: left; }

.pagination.bs-links-pagination .newer {
  float: right;
  width: 50%;
  text-align: right; }

.pagination.bs-links-pagination a {
  display: inline-block;
  margin-right: 1px;
  line-height: 26px;
  height: 26px;
  min-width: 30px;
  text-align: center;
  padding: 0 9px;
  background-color: #fff;
  border: 1px solid #DADADA;
  color: #8A8F92;
  font-size: 12px;
  text-transform: uppercase; }

.pagination.bs-links-pagination a:hover {
  color: #fff;
  border: 1px solid transparent; }

/**
 * ->Numbered Pagination
 **/
.pagination.bs-numbered-pagination .page-numbers.dots:hover,
.pagination.bs-numbered-pagination .page-numbers,
.pagination.bs-numbered-pagination span,
.pagination.bs-numbered-pagination .wp-pagenavi a,
.pagination.bs-numbered-pagination .wp-pagenavi span {
  display: inline-block;
  margin-right: 1px;
  line-height: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #DADADA;
  color: #8A8F92;
  font-size: 12px;
  text-transform: uppercase;
  list-style: none; }

.pagination.bs-numbered-pagination span {
  margin-right: 0; }

.pagination.bs-numbered-pagination > span,
.pagination.bs-numbered-pagination .wp-pagenavi a:hover,
.pagination.bs-numbered-pagination .page-numbers:hover,
.pagination.bs-numbered-pagination .wp-pagenavi .current,
.pagination.bs-numbered-pagination .current {
  border: 1px solid; }

.pagination.bs-numbered-pagination .next .fa {
  margin-left: 4px;
  font-size: 15px; }

.pagination.bs-numbered-pagination .prev .fa {
  margin-right: 4px;
  font-size: 15px; }

/* woocommerce pagination style fix */
.pagination.bs-numbered-pagination.wc-pagination > .page-numbers {
  border: none;
  background: transparent;
  display: block;
  padding: 0;
  margin: 0;
  text-align: inherit; }

.pagination.bs-numbered-pagination.wc-pagination > .page-numbers > li {
  display: inline-block; }

/**
 * =>Single Post Content
 **/
.post-related .listing-item .title {
  font-size: 15px;
  line-height: 1.4; }

.post-related .include-last-mobile .listing-item:last-child {
  display: none; }

@media only screen and (max-width: 600px) {
  .post-related .include-last-mobile .listing-item:last-child {
    display: block; } }

.content-column .single-container:last-child {
  margin-bottom: 0; }

.single-post-content .term-badges.floated a {
  max-width: auto; }

.post-subtitle {
  padding: 0;
  margin: 0;
  color: #717171; }

.single-post-content .post-embed iframe {
  max-width: 100%; }

/* Post Terms */
.entry-terms {
  margin-bottom: 7px; }

.entry-terms:last-child {
  margin-bottom: -3px; }

.entry-terms ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

.entry-terms li {
  display: inline; }

.entry-terms span.sep {
  margin: 0 5px; }

.entry-terms .terms-label {
  padding: 0 10px;
  display: inline-block;
  margin-right: 4px; }

.entry-terms.source .terms-label,
.entry-terms.via .terms-label,
.entry-terms.post-tags .terms-label {
  line-height: 20px;
  border: 1px solid #444;
  background: #444;
  color: #fff;
  font-size: 10px;
  float: left;
  border-radius: 33px; }

.entry-terms.source a,
.entry-terms.via a,
.entry-terms.post-tags a {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  padding: 0 9px;
  display: inline-block;
  line-height: 20px;
  margin-right: 3px;
  font-size: 10px;
  float: left;
  margin-bottom: 3px;
  color: #5f5f5f;
  border-radius: 33px; }

.entry-terms.source a:hover,
.entry-terms.via a:hover,
.entry-terms.post-tags a:hover {
  color: #fff;
  border: 1px solid transparent; }

/* post author box */
.single-container > .post-author {
  padding: 20px;
  margin: 15px 0 0;
  position: relative;
  border: 1px solid #e8e8e8; }

.single-container > .post-author .post-author-avatar img {
  float: left;
  margin-right: 20px; }

.single-container > .post-author .author-title {
  margin: 0 0 7px;
  font-size: 18px;
  text-transform: capitalize;
  padding-right: 50%; }

.single-container > .post-author .author-title .title-counts {
  color: #8a8a8a;
  font-size: 12px;
  vertical-align: middle;
  font-weight: normal; }

.single-container > .post-author .author-title .title-counts:before {
  content: '-';
  margin: 0 8px;
  opacity: 0.4; }

.single-container > .post-author .author-links {
  width: 50%;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px; }

.single-container > .post-author .author-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.single-container > .post-author .author-links li {
  margin-left: 8px;
  display: inline-block; }

.single-container > .post-author .author-links a {
  color: #353535;
  font-size: 15px;
  width: 24px;
  display: inline-block;
  text-align: center; }

.single-container > .post-author .author-links li.facebook a:hover {
  color: #4a639f; }

.single-container > .post-author .author-links li.telegram a:hover {
  color: #2da4d9; }

.single-container > .post-author .author-links li.twitter a:hover {
  color: #59c8ff; }

.single-container > .post-author .author-links li.google-plus a:hover {
  color: #D73D32; }

.single-container > .post-author .author-links li.instagram a:hover {
  color: #517FA4; }

.single-container > .post-author .author-links li.flickr a:hover {
  color: #2f44db; }

.single-container > .post-author .author-links li.behance a:hover {
  color: #3b63fc; }

.single-container > .post-author .author-links li.soundcloud a:hover {
  color: #F50; }

.single-container > .post-author .author-links li.delicious a:hover {
  color: #4a79ff; }

.single-container > .post-author .author-links li.vimeo a:hover {
  color: #46a3e9; }

.single-container > .post-author .author-links li.dribbble a:hover {
  color: #ea4c89; }

.single-container > .post-author .author-links li.linkedin a:hover {
  color: #0266a0; }

.single-container > .post-author .author-links li.youtube a:hover {
  color: #cc181e; }

.single-container > .post-author .author-links li.pinterest a:hover {
  color: #cb2027; }

.single-container > .post-author .author-links li.github a:hover {
  color: #666666; }

.single-container > .post-author .post-author-bio {
  margin-top: 6px;
  font-size: 13px;
  padding-left: 100px; }

.single-container > .post-author .post-author-bio p:last-child {
  margin-bottom: 0; }

/* post related */
.post-related {
  position: relative;
  padding: 20px;
  border: 1px solid #e8e8e8; }

.post-related .section-heading.sh-t2.sh-s2,
.post-related .section-heading.sh-t2.sh-s1 {
  margin: -21px -21px 27px;
  padding: 4px 20px 0; }

.post-related .listing-item-grid-simple .heading-container {
  background: #F5F5F5; }

@media only screen and (max-width: 520px) {
  .single-container > .post-author .author-title {
    padding-right: 0; }
  .single-container > .post-author .author-links {
    width: 100%;
    text-align: left;
    position: relative;
    top: inherit;
    right: inherit; }
  .single-container > .post-author .author-links li {
    margin-left: 0;
    margin-right: 4px; }
  .single-container > .post-author .post-author-bio {
    margin-top: 5px; } }

@media only screen and (max-width: 380px) {
  .single-container > .post-author .post-author-avatar {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .single-container > .post-author .post-author-avatar img {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  .single-container > .post-author .author-links {
    text-align: center; }
  .single-container > .post-author .author-links li {
    margin-left: 7px;
    margin-right: 7px; }
  .single-container > .post-author .post-author-bio {
    margin-top: 5px; }
  .single-container > .post-author .author-title {
    text-align: center;
    margin: 14px 0 10px;
    padding: 0; }
  .single-container > .post-author .post-author-bio {
    text-align: center;
    padding-left: 0; } }

/**
 * =>Single Page Content
 **/
.single-page-content > .featured {
  text-align: center;
  display: block;
  margin: 0 0 20px;
  line-height: 0; }

.single-page-content > .featured img {
  max-width: 100%;
  height: auto !important; }

.single-page-content > .featured iframe {
  max-width: 100%; }

/**
 * =>Single Attachment Template
 **/
.single-attachment-content .return-to {
  margin-bottom: 20px; }

.single-attachment-content .return-to .fa {
  border: 1px solid #D4D4D4;
  border: 1px solid rgba(138, 138, 138, 0.33);
  color: #9C9C9C;
  color: rgba(138, 138, 138, 0.83);
  font-size: 12px;
  padding: 0 9px;
  display: inline-block;
  line-height: 24px;
  min-width: 26px;
  text-align: center;
  cursor: pointer;
  margin-right: 7px;
  text-decoration: none;
  -webkit-transition: all .07s ease;
  -moz-transition: all .07s ease;
  -o-transition: all .07s ease;
  transition: all .07s ease; }

.single-attachment-content .return-to:hover .fa {
  border-color: transparent;
  color: #fff; }

.single-attachment-content .parent-images ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.single-attachment-content .parent-images .img-holder {
  width: 100%;
  margin-bottom: 12px; }

.single-attachment-content .parent-images .img-holder .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  z-index: 2; }

.single-attachment-content .parent-images .img-holder:hover .fa {
  opacity: 1; }

.single-attachment-content .parent-images .img-holder:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.single-attachment-content .parent-images .listing-item-current > .img-holder .fa,
.single-attachment-content .parent-images .listing-item-current > .img-holder:after,
.single-attachment-content .parent-images .img-holder:hover:after {
  opacity: 1; }

.single-attachment-content .attachment-title {
  font-size: 22px; }

.single-attachment-content .pagination {
  margin-bottom: 23px; }

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item {
  width: 25% !important;
  float: left !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n-3) {
  padding-left: 0 !important;
  padding-right: 8px !important;
  clear: left !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+2) {
  padding-left: 3px !important;
  padding-right: 5px !important;
  clear: none !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+3) {
  padding-left: 5px !important;
  padding-right: 3px !important;
  clear: initial !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+4) {
  padding-right: 0 !important;
  padding-left: 8px !important;
  clear: none !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-1) {
  padding: 0 6px !important;
  clear: none !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-2) {
  padding-left: 0 !important;
  padding-right: 12px !important;
  clear: left !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n+3) {
  padding-left: 12px !important;
  padding-right: 0 !important;
  clear: none !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item {
  width: 33.3333% !important;
  float: left; }

.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item {
  float: left !important;
  width: 50% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(odd) {
  padding-right: 13px !important;
  clear: left !important;
  padding-left: 0 !important; }

.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(even) {
  padding-left: 13px !important;
  padding-right: 0 !important;
  clear: none !important; }

/**
 * =>Post Formats
 **/
/**
 * ->Video Format
 **/
.format-video.listing-item-grid .heading-container {
  margin-top: 0; }

/**
 * ->Gallery Format
 **/
.format-gallery.listing-item-grid .heading-container {
  z-index: 999; }

/**
 * ->Aside Format
 **/
.single-post-content.format-aside .entry-content,
.single-post-content.format-aside .post-summary {
  position: relative;
  padding: 32px 50px 32px 50px;
  line-height: 30px;
  color: #5a4f43;
  background-color: #f2f6c1;
  border: 1px solid #E8E8E8;
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-size: 100% 100%; }

.single-post-content.format-aside .entry-content {
  margin-bottom: 20px; }

.single-post-content.format-aside .entry-content blockquote:before {
  background: transparent;
  top: 26px; }

/**
 * ->Quote Format
 **/
.single-post-content.format-quote .entry-content,
.single-post-content.format-quote .post-summary {
  text-align: center;
  background-color: #F3F3F3;
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 30px 20px;
  margin-bottom: 30px; }

.single-post-content.format-quote .entry-content blockquote,
.single-post-content.format-quote .post-summary blockquote {
  border-left: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px; }

.single-post-content.format-quote .entry-content blockquote:before,
.single-post-content.format-quote .post-summary blockquote:before {
  top: -20px;
  background: transparent;
  line-height: 80px; }

.single-post-content.format-quote .entry-content blockquote {
  background: none;
  padding: 20px 0; }

.single-post-content.format-quote .entry-content blockquote cite,
.single-post-content.format-quote .post-summary blockquote cite {
  font-weight: 800;
  font-style: normal;
  display: block;
  margin-top: 10px; }

.single-post-content.format-quote .entry-content blockquote cite:before,
.single-post-content.format-quote .post-summary blockquote cite:before {
  content: "\2014 \2009"; }

.single-post-content.format-quote .heading-container .post-meta,
.single-post-content.format-quote .heading-container .title {
  text-align: center; }

/**
 * ->Status Format
 **/
.single-post-content.format-status .entry-content,
.single-post-content.format-status .post-summary {
  text-align: center;
  padding: 20px;
  border: 2px solid #EAEAEA;
  font-size: 14px; }

.single-post-content.format-status .post-summary {
  float: left; }

.single-post-content.format-status .entry-content {
  margin-bottom: 19px; }

.single-post-content.format-status .entry-content p:last-child,
.post.format-status .post-summary p:last-child {
  margin-bottom: 0; }

.single-post-content.format-status .heading-container .post-meta,
.single-post-content.format-status .heading-container .title {
  text-align: center; }

/**
 * ->Audio Format
 **/
/**
 * ->Chat Format
 **/
.better-chat {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px; }

.better-chat .chat-item {
  margin-bottom: 10px; }

.better-chat .chat-item p:last-child {
  margin-bottom: 0; }

.better-chat .chat-item .user-name {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--publisher-system-font); }

.better-chat .chat-item {
  margin: 0 0 30px;
  border-radius: 14px;
  padding: 8px 16px;
  background: #e5e5ea;
  max-width: 75%;
  clear: both;
  position: relative; }

.better-chat .chat-item.chat-no-author {
  margin-bottom: 10px; }

.better-chat .chat-item.chat-next-author {
  margin-bottom: 2px; }

.better-chat .chat-item.chat-next-author:before,
.better-chat .chat-item.chat-next-author:after {
  display: none; }

.better-chat .chat-item {
  float: right;
  background-color: #dcdcdc;
  color: #373737;
  text-align: right; }

.better-chat .chat-item::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 12px;
  height: 16px;
  border-left: 8px solid #dcdcdc;
  border-bottom-left-radius: 12px 6px; }

.better-chat .chat-item.chat-speaker-9,
.better-chat .chat-item.chat-speaker-7,
.better-chat .chat-item.chat-speaker-5,
.better-chat .chat-item.chat-speaker-3,
.better-chat .chat-item.chat-speaker-1 {
  float: left;
  text-align: left; }

.better-chat .chat-item.chat-speaker-9:after,
.better-chat .chat-item.chat-speaker-7:after,
.better-chat .chat-item.chat-speaker-5:after,
.better-chat .chat-item.chat-speaker-3:after,
.better-chat .chat-item.chat-speaker-1:after {
  display: none; }

.better-chat .chat-item.chat-speaker-9 .user-name,
.better-chat .chat-item.chat-speaker-7 .user-name,
.better-chat .chat-item.chat-speaker-5 .user-name,
.better-chat .chat-item.chat-speaker-3 .user-name,
.better-chat .chat-item.chat-speaker-1 .user-name {
  left: 0;
  right: auto; }

.better-chat .chat-item.chat-speaker-9:before,
.better-chat .chat-item.chat-speaker-7:before,
.better-chat .chat-item.chat-speaker-5:before,
.better-chat .chat-item.chat-speaker-3:before,
.better-chat .chat-item.chat-speaker-1:before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 12px;
  height: 16px;
  border-right: 8px solid transparent;
  border-left: none;
  border-bottom-right-radius: 12px 6px; }

.better-chat .chat-item a:hover,
.better-chat .chat-item a {
  color: white !important; }

.better-chat .chat-item.chat-speaker-2 a:hover,
.better-chat .chat-item.chat-speaker-2 a {
  color: #373737 !important; }

.better-chat .chat-item.chat-speaker-1 {
  background-color: #1289fe;
  color: white; }

.better-chat .chat-item.chat-speaker-1:before {
  border-right-color: #1289fe; }

.better-chat .chat-item.chat-speaker-3 {
  background-color: #009e5d;
  color: white; }

.better-chat .chat-item.chat-speaker-3:before {
  border-right-color: #009e5d; }

.better-chat .chat-item.chat-speaker-4 {
  background-color: #daa715;
  color: white; }

.better-chat .chat-item.chat-speaker-4:after {
  border-left-color: #daa715; }

.better-chat .chat-item.chat-speaker-5 {
  background-color: #ce4309;
  color: white; }

.better-chat .chat-item.chat-speaker-5:before {
  border-right-color: #ce4309; }

.better-chat .chat-item.chat-speaker-6 {
  background-color: #da3699;
  color: white; }

.better-chat .chat-item.chat-speaker-6:after {
  border-left-color: #da3699; }

.better-chat .chat-item.chat-speaker-7 {
  background-color: #7655ce;
  color: white; }

.better-chat .chat-item.chat-speaker-7:before {
  border-right-color: #7655ce; }

.better-chat .chat-item.chat-speaker-8 {
  background-color: #3b99da;
  color: white; }

.better-chat .chat-item.chat-speaker-8:after {
  border-left-color: #3b99da; }

.better-chat .chat-item.chat-speaker-9 {
  background-color: #158a54;
  color: white; }

.better-chat .chat-item.chat-speaker-9:before {
  border-right-color: #158a54; }

/**
 * =>Entry Content
 **/
.entry-content .bs-intro,
.bs-intro {
  font-size: 110%;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased; }

.entry-content {
  font-size: 14px;
  line-height: 1.6;
  color: #4A4A4A;
  padding-bottom: 20px; }

.post .entry-content.single-post-content:last-child {
  padding-bottom: 0; }

.single-page-simple-content .entry-content iframe,
.entry-content.single-post-content iframe {
  max-width: 100%; }

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  height: 100% !important; }

.entry-content .wp-block-media-text {
  margin-bottom: 25px; }

.entry-content p {
  margin-bottom: 17px; }

.entry-content p:last-child {
  margin-bottom: 0; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 17px; }

.entry-content table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  width: 100%; }

.entry-content table > thead > tr > th,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > tbody > tr > td,
.entry-content table > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 7px 10px; }

.entry-content table > thead > tr > th,
.entry-content table > thead > tr > td {
  border-bottom-width: 2px; }

.entry-content dl dt {
  font-size: 15px; }

.entry-content dl dd {
  margin-bottom: 10px; }

.entry-content acronym[title] {
  border-bottom: 1px dotted #999; }

.alignright,
.entry-content .alignright {
  margin: 5px 0 20px 20px;
  float: right; }

.alignleft,
.entry-content .alignleft {
  margin: 5px 20px 15px 0;
  float: left; }

.entry-content figure.alignleft .wp-caption-text {
  text-align: left; }

.entry-content figure.alignright .wp-caption-text {
  text-align: right; }

.entry-content figure,
.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content img.aligncenter {
  display: block;
  margin: 15px auto 25px; }

.entry-content figure.aligncenter {
  margin: 20px auto;
  text-align: center; }

.entry-content figure.aligncenter img {
  display: inline-block; }

.entry-content .wp-caption-text,
.entry-content .gallery-caption,
.entry-content figcaption {
  margin: 5px 0 0;
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
  color: #545454;
  padding: 0;
  text-align: center; }

@media (min-width: 750px) {
  body.full-width .wp-block-image.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000% !important; }
  body.full-width .wp-block-image.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000% !important; }
  body.boxed .wp-block-image.alignfull,
  body.boxed .wp-block-image.alignwide {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
    max-width: 1000% !important; } }

.entry-content .tumblr-post,
.entry-content .g-post,
.entry-content .reddit-card,
.entry-content .instagram-media,
.entry-content .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important; }

.entry-content .gallery {
  text-align: center; }

.entry-content .gallery:after {
  content: "";
  display: table;
  clear: both; }

.entry-content .gallery .gallery-item {
  position: relative; }

.entry-content .gallery .gallery-item img {
  max-width: 100% !important;
  height: auto !important; }

.entry-content .gallery.gallery-columns-9,
.entry-content .gallery.gallery-columns-8,
.entry-content .gallery.gallery-columns-7,
.entry-content .gallery.gallery-columns-6,
.entry-content .gallery.gallery-columns-5,
.entry-content .gallery.gallery-columns-4,
.entry-content .gallery.gallery-columns-3,
.entry-content .gallery.gallery-columns-2,
.entry-content .gallery.gallery-columns-1 {
  margin: -5px -5px 15px -5px; }

.entry-content .gallery.gallery-columns-9 .gallery-item,
.entry-content .gallery.gallery-columns-8 .gallery-item,
.entry-content .gallery.gallery-columns-7 .gallery-item,
.entry-content .gallery.gallery-columns-6 .gallery-item,
.entry-content .gallery.gallery-columns-5 .gallery-item,
.entry-content .gallery.gallery-columns-4 .gallery-item,
.entry-content .gallery.gallery-columns-3 .gallery-item,
.entry-content .gallery.gallery-columns-2 .gallery-item,
.entry-content .gallery.gallery-columns-1 .gallery-item {
  padding: 5px; }

.entry-content .gallery.gallery-columns-2 {
  clear: both; }

.entry-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
  float: left; }

.entry-content .gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
  float: left; }

.entry-content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
  float: left; }

.entry-content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
  float: left; }

.entry-content .gallery.gallery-columns-6 .gallery-item {
  width: 16.666%;
  float: left; }

.entry-content .gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
  float: left; }

.entry-content .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
  float: left; }

.entry-content .gallery.gallery-columns-9 .gallery-item {
  width: 11.111%;
  float: left; }

.entry-content .gallery.gallery-columns-2 .gallery-item:nth-child(2n+3),
.entry-content .gallery.gallery-columns-3 .gallery-item:nth-child(3n+4),
.entry-content .gallery.gallery-columns-4 .gallery-item:nth-child(4n+5),
.entry-content .gallery.gallery-columns-5 .gallery-item:nth-child(5n+6),
.entry-content .gallery.gallery-columns-6 .gallery-item:nth-child(6n+7),
.entry-content .gallery.gallery-columns-7 .gallery-item:nth-child(7n+8),
.entry-content .gallery.gallery-columns-8 .gallery-item:nth-child(8n+9),
.entry-content .gallery.gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left; }

.entry-content .terms-list {
  margin-bottom: 10px; }

.entry-content .terms-list span.sep {
  margin: 0 5px; }

.single-page-simple-content .entry-content a:hover,
.entry-content.single-post-content a:hover {
  text-decoration: underline; }

.entry-content hr {
  margin: 27px 0;
  border-top: 2px solid #F0F0F0; }

.entry-content .wp-block-separator {
  border: none;
  border-bottom: 2px solid #F0F0F0;
  margin: 1.65em auto; }

.entry-content .wp-block-separator.is-style-default {
  border: none;
  border-bottom: 2px solid #F0F0F0;
  margin: 1.65em auto; }

.entry-content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }

.entry-content .wp-block-separator.is-style-dots {
  border-bottom: none; }

.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.entry-content > *:last-child {
  margin-bottom: 0; }

.entry-content > h6:first-child,
.entry-content > h5:first-child,
.entry-content > h4:first-child,
.entry-content > h3:first-child,
.entry-content > h2:first-child,
.entry-content > h1:first-child {
  margin-top: 0; }

blockquote {
  font-size: 14px; }

blockquote p:last-child {
  margin-bottom: 0; }

.single-page-simple-content .entry-content blockquote,
.entry-content.single-post-content blockquote {
  font-size: 110%;
  background-color: #efefef;
  border-left: none;
  padding: 60px 35px 50px;
  margin: 40px 0 30px 0;
  position: relative;
  text-align: center;
  clear: both; }

.single-page-simple-content .entry-content blockquote:before,
.entry-content.single-post-content blockquote:before {
  content: '\f10e';
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -30px;
  margin-left: -40px;
  font-size: 30px;
  font-family: FontAwesome;
  color: #444;
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  line-height: 91px;
  border-radius: 50%;
  text-align: center; }

.single-page-simple-content .entry-content blockquote blockquote:before,
.entry-content.single-post-content blockquote blockquote:before {
  display: none; }

.single-page-simple-content .entry-content blockquote blockquote,
.entry-content.single-post-content blockquote blockquote {
  background-color: transparent;
  padding: 0;
  margin: 0 0 10px; }

.single-page-simple-content .entry-content blockquote blockquote:last-child,
.entry-content.single-post-content blockquote blockquote:last-child {
  margin-bottom: 0; }

.single-page-simple-content .entry-content blockquote.bs-pullquote,
.entry-content.single-post-content blockquote.bs-pullquote {
  min-width: 250px;
  max-width: 333px;
  display: inline-block;
  padding: 20px 20px 20px;
  margin: 0 20px 20px 0;
  background-color: #f3f3f3;
  clear: none; }

.entry-content blockquote.bs-pullquote:before {
  display: none; }

.single-page-simple-content .entry-content blockquote.bs-pullquote-right,
.entry-content.single-post-content blockquote.bs-pullquote-right {
  text-align: right;
  float: right;
  margin-left: 25px;
  border-right: 4px solid transparent; }

.single-page-simple-content .entry-content blockquote.bs-pullquote-left,
.entry-content.single-post-content blockquote.bs-pullquote-left {
  text-align: left;
  float: left;
  margin-right: 25px;
  border-left: 4px solid transparent; }

@media only screen and (max-width: 530px) {
  .alignright,
  .alignleft,
  .entry-content .alignright,
  .entry-content .alignleft {
    text-align: center !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    display: block !important; }
  .entry-content figure.alignright .wp-caption-text,
  .entry-content figure.alignright .wp-caption-text {
    text-align: center !important; } }

/**
 * =>Continue Reading
 **/
.continue-reading-container {
  display: none; }

@media only screen and (max-width: 700px) {
  .continue-reading-content.close {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    max-height: 170px;
    transition: max-height .75s ease;
    width: 100%; }
  .continue-reading-content.close:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent 35%, white);
    z-index: 99; }
  .continue-reading-container {
    display: block;
    text-align: center;
    position: relative;
    z-index: 300;
    bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    letter-spacing: 1.4px; }
  .continue-reading-container:last-child {
    border-bottom: none; }
  .continue-reading-btn.btn {
    color: #fff;
    line-height: 42px;
    height: auto;
    padding: 0 42px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.37);
    border-radius: 23px; } }

/**
 * =>Comments
 **/
.comments-wrap {
  margin: 0 auto;
  position: relative; }

.comments-template .comments-closed {
  text-align: center;
  padding: 20px 15px;
  background-color: #F5F5F5; }

/* Comment List */
.comments-wrap ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comments-wrap ol.comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 10%; }

@media only screen and (max-width: 600px) {
  .comments-wrap ol.comment-list .children {
    padding-left: 7%; } }

/* Comment Types */
.comments-wrap li.comment,
.comments-wrap li.pingback {
  clear: both; }

.comments-wrap li > div {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0; }

.comments-wrap .comment-list > li:first-child > div {
  border-top: none; }

/* Comment Avatar */
.comment-list .comment-avatar {
  float: left;
  margin: 0 20px 10px 0; }

.comment-list .comment-avatar .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

/* Comment Meta */
.comment-list .comment-meta {
  margin: 0 0 5px;
  color: #858585; }

.comment-list .comment-meta .comment-author {
  display: inline-block;
  padding: 4px 0 0;
  font-size: 15px;
  text-transform: capitalize !important;
  font-style: normal; }

.comments-wrap li.pingback .comment-meta .comment-author {
  padding-top: 0; }

.comment-list .comment-meta .comment-author .says {
  color: #9A9A9A; }

.comment-list .comment-meta .comment-published {
  font-style: italic;
  display: inline-block;
  margin: 0;
  padding: 4px 0 0;
  float: right;
  font-size: 11px;
  color: #C2C2C2; }

/* Comment Content */
.comment-list .comment-content {
  margin: 0 0 8px;
  font-size: 13px;
  padding-left: 80px; }

.comment-list .comment-content em.needs-approve {
  background: #f2f2f2;
  padding: 2px 5px;
  border-radius: 3px;
  margin-bottom: 7px;
  display: inline-block; }

/* Comment Footer */
.comment-list .comment-footer {
  font-size: 12px; }

.comment-list .comment-footer .comment-edit-link {
  margin-left: 15px; }

.comment-list .comment-footer .comment-edit-link,
.comment-list .comment-footer {
  color: #868686;
  float: right; }

.comment-list .comment-footer .comment-reply-link {
  display: inline-block;
  float: right;
  color: #909090;
  text-align: center; }

/* Comment Nav */
.comments-wrap .comments-nav {
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 5px; }

.comments-wrap .comments-nav .pagination {
  margin-top: 0; }

.comments-wrap .comments-nav .page-numbers {
  font-size: 12px;
  color: #b3b3b3;
  font-weight: normal; }

/* Comment Form */
.comment-respond {
  margin: 0 auto;
  position: relative; }

.comments-wrap + .comment-respond {
  margin-top: 20px; }

@media only screen and (max-width: 780px) {
  .comment-respond {
    margin-bottom: 30px; } }

.comment-respond .comment-reply-title:empty {
  display: none; }

.comment-respond #cancel-comment-reply-link,
.comment-respond .comment-reply-title .h-text {
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase; }

.comment-respond .log-in-out {
  text-align: center; }

.form-allowed-tags {
  margin-top: -1.5rem;
  font-size: 0.9375rem; }

.comment-respond #cancel-comment-reply-link {
  float: right;
  color: #fff !important; }

.comments-wrap .comment-respond .comment-reply-title {
  text-align: inherit; }

.comment-respond .wp-social-login-widget {
  text-align: center; }

.comment-respond .wp-social-login-connect-with {
  font-size: 17px;
  font-weight: bold;
  color: #414141; }

.comment-respond .note-after,
.comment-respond .note-before {
  text-align: center;
  margin-bottom: 15px; }

.comment-respond .note-after p:last-child,
.comment-respond .note-before p:last-child {
  margin-bottom: 0; }

.comment-respond .author-wrap {
  width: 50%;
  float: left;
  padding-right: 10px; }

.comment-respond .email-wrap {
  width: 50%;
  float: left;
  padding-left: 10px; }

.comment-respond .url-wrap {
  width: 100%; }

.comment-respond .url-wrap .url {
  max-width: 100%;
  width: 100%; }

.comment-respond .author-wrap input,
.comment-respond .email-wrap input {
  width: 100%; }

.comment-respond .comment-wrap,
.comment-respond .email-wrap,
.comment-respond .author-wrap,
.comment-respond .url-wrap {
  margin-bottom: 15px; }

.comment-respond .comment,
.comment-respond .email,
.comment-respond .author,
.comment-respond .url {
  border: 1px solid #d8d8d8;
  padding: 18px 12px; }

.comment-respond .email,
.comment-respond .author,
.comment-respond .url {
  padding: 8px 12px;
  height: auto; }

.comment-respond .comment {
  height: 160px; }

.comment-respond .comment-submit {
  background: #434343;
  font-size: 12px;
  font-weight: normal; }

.comment-respond .form-submit {
  margin: 0; }

.ajaxified-comments-container {
  margin: 20px 0;
  border: 1px solid #e1e2e4;
  background: #f6f7f9;
  padding: 20px 20px;
  text-align: center;
  color: #1d1d1d;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bolder; }

.comment-ajaxified-placeholder {
  color: #696969;
  margin: 0 5px; }

.comment-form input + label {
  margin-left: 5px; }

/**
 * =>Multiple Comments
 **/
.comments-template-multiple .nav-tabs {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px; }

.comments-template-multiple .nav-tabs li {
  list-style: none;
  display: inline-block;
  margin: 0 !important;
  width: 33.333%;
  line-height: 56px; }

.comments-template-multiple.providers-2 .nav-tabs li {
  width: 50%; }

@media only screen and (max-width: 600px) {
  .comments-template-multiple.providers-3 .nav-tabs li,
  .comments-template-multiple.providers-2 .nav-tabs li {
    width: 100% !important; } }

.comments-template-multiple .nav-tabs a {
  font-size: 14px;
  font-weight: 700;
  padding: 0 26px;
  display: block;
  line-height: 56px;
  height: 56px;
  border: none !important;
  border-radius: 0;
  white-space: nowrap;
  position: relative;
  transition: all .3s ease;
  text-align: center;
  background: #eff0f1;
  margin: 0 !important; }

.comments-template-multiple .nav-tabs li:first-child a {
  border-radius: 4px 0 0 4px; }

.comments-template-multiple .nav-tabs li:last-child a {
  border-radius: 0 4px 4px 0; }

.comments-template-multiple .nav-tabs a:after {
  content: ' ';
  display: inline-block;
  height: 3px;
  width: 0;
  background-color: transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s ease;
  border-radius: 23px; }

.comments-template-multiple .nav-tabs .active a:after {
  width: 80%; }

.comments-template-multiple .nav-tabs a:before {
  content: ' ';
  display: inline-block;
  height: 56px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0; }

.comments-template-multiple .nav-tabs li:last-child a:before {
  display: none; }

.comments-template-multiple .nav-tabs .active a {
  border: none !important; }

.comments-template-multiple .nav-tabs .fa {
  margin-right: 6px;
  font-size: 16px; }

.comments-template-multiple .comments-count,
.comments-template-multiple .disqus-comment-count {
  background-color: #cacaca;
  color: #262626;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
  transition: all .3s ease; }

.comments-template-multiple .disqus-comment-count {
  width: 30px;
  display: inline-block;
  white-space: normal;
  overflow: hidden;
  height: 20px !important;
  line-height: 20px; }

.comments-template-multiple .active .comments-count {
  color: #fff; }

.comments-template-multiple .comments-count:empty {
  display: none; }

.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child > .section-heading {
  display: none; }

.comments-template-multiple .tab-pane .comments-template,
.comments-template-multiple .tab-pane .comments-template.comment-respond {
  margin-top: 10px !important; }

.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child {
  margin-top: 15px !important; }

/**
 * =>Back To Top
 **/
.back-top {
  color: #ffffff;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  line-height: 42px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09); }

.back-top.fade-out:hover {
  opacity: 1; }

.back-top.is-visible {
  visibility: visible;
  opacity: .6;
  bottom: 8px; }

.back-top.fade-out1 {
  opacity: .7; }

.back-top.fade-out2 {
  opacity: .8; }

.back-top.fade-out3 {
  opacity: .9; }

.back-top.fade-out4 {
  opacity: 1; }

.back-top.dark {
  background: #383838;
  color: #fff; }

.back-top:hover {
  opacity: 1; }

/**
 * =>404 Page
 **/
.error404 .content-column {
  max-width: 800px !important;
  margin: 10px auto 50px; }

.error404 .content-column .second-row {
  margin-bottom: 5px; }

.error404 .content-column .desc-section {
  text-align: center; }

.error404 .content-column .desc-section .title-404 {
  margin: 0 0 15px;
  color: #444;
  font-weight: bolder;
  text-align: center; }

.error404 .content-column .text-404 {
  font-size: 130px;
  line-height: 175px;
  font-weight: bold;
  color: #444;
  text-align: center;
  margin: 0; }

.error404 .content-column .action-links {
  margin-bottom: 10px;
  margin-top: 20px; }

.error404 .content-column .action-links .fa {
  margin-right: 5px; }

.error404 .content-column .top-line {
  margin-top: 15px;
  padding-top: 25px; }

.error404 .content-column .search-form {
  position: relative; }

.error404 .content-column .search-form label {
  width: 100%; }

.error404 .content-column .search-form .search-field {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 34px;
  line-height: 20px;
  padding: 0 30% 0 10px;
  outline: none;
  float: left;
  background: #fff; }

.error404 .content-column .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  padding: 0 7%;
  line-height: 28px;
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0; }

.error404 .content-column .search-form.have-focus .search-field {
  border-color: #9e9e9e; }

.error404 .search-action-container {
  width: 50%;
  float: left;
  margin: 0; }

.error404 script + .search-action-container:last-child {
  width: 100%;
  float: none; }

@media (max-width: 768px) {
  .error404 .content-column .search-form {
    margin-left: 20px;
    margin-right: 20px; } }

/**
 * =>Author Profile
 **/
.author-profile {
  margin-bottom: 29px; }

.author-profile .post-author-avatar {
  float: left;
  margin-right: 15px; }

.author-profile .post-author-avatar img {
  border-radius: 50%; }

.author-profile .author-title {
  font-size: 22px;
  margin: 20px 0 0;
  text-transform: uppercase; }

.author-profile .author-title .author-title {
  margin: 0 0 7px;
  font-size: 18px;
  text-transform: capitalize;
  padding-right: 50%; }

.author-profile .author-title .title-counts {
  color: #8a8a8a;
  font-size: 12px;
  vertical-align: middle;
  font-weight: normal; }

.author-profile .author-title .title-counts:before {
  content: '-';
  margin: 0 8px;
  opacity: 0.4; }

.author-profile .post-author-bio {
  margin: 10px auto 0 auto;
  padding-left: 115px; }

.author-profile .post-author-bio p:last-child {
  margin-bottom: 0; }

.author-profile .author-links {
  margin-top: 15px; }

.author-profile .author-links ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.author-profile .author-links ul li {
  display: inline-block;
  background-color: #fff;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
  text-align: center; }

.author-profile .author-links ul li > span,
.author-profile .author-links ul li a {
  display: inline-block;
  line-height: 26px;
  height: 26px;
  width: 26px;
  background-color: #eee;
  font-size: 12px;
  color: #fff;
  vertical-align: middle; }

.author-profile .author-links ul li.posts-count > span {
  background-color: transparent;
  color: #2d2d2d;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  padding: 0 8px;
  text-transform: uppercase;
  line-height: 24px; }

.author-profile .author-links ul li.facebook a {
  background-color: #4a639f; }

.author-profile .author-links ul li.twitter a {
  background-color: #59c8ff; }

.author-profile .author-links ul li.google-plus a {
  background-color: #D73D32; }

.author-profile .author-links ul li.instagram a {
  background-color: #517FA4; }

.author-profile .author-links ul li.flickr a {
  background-color: #2f44db; }

.author-profile .author-links ul li.behance a {
  background-color: #3b63fc; }

.author-profile .author-links ul li.soundcloud a {
  background-color: #F50; }

.author-profile .author-links ul li.delicious a {
  background-color: #4a79ff; }

.author-profile .author-links ul li.vimeo a {
  background-color: #46a3e9; }

.author-profile .author-links ul li.dribbble a {
  background-color: #ea4c89; }

.author-profile .author-links ul li.linkedin a {
  background-color: #0266a0; }

.author-profile .author-links ul li.youtube a {
  background-color: #cc181e; }

.author-profile .author-links ul li.pinterest a {
  background-color: #cb2027; }

.author-profile .author-links ul li.github a {
  background-color: #666666; }

.author-profile .author-links ul li.site a {
  background-color: #666666; }

/**
 * =>Better Gallery
 **/
.better-gallery {
  margin: 10px -0 25px; }

.better-gallery .gallery-title {
  color: #fff;
  padding: 10px 0 0;
  text-align: center;
  user-select: none; }

.better-gallery p {
  margin: 0; }

.better-gallery br {
  display: none; }

.better-gallery .gallery-title .prev,
.better-gallery .gallery-title .next {
  cursor: pointer;
  color: #373737;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.17);
  font-family: 'Open Sans';
  font-size: 11px !important;
  padding: 0 11px;
  display: inline-block;
  line-height: 20px !important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase; }

.better-gallery .gallery-title .prev:hover,
.better-gallery .gallery-title .next:hover {
  color: #fff; }

.better-gallery .gallery-title .next .fa {
  margin-left: 3px; }

.better-gallery .gallery-title .prev .fa {
  margin-right: 3px; }

.better-gallery .count {
  font-size: 12px;
  margin-right: 20px;
  margin-left: 20px;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  color: #808080;
  vertical-align: middle;
  min-width: 46px; }

.better-gallery .count i {
  font-style: normal; }

.better-gallery .main-title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #373737;
  font-weight: bolder;
  text-align: center;
  font-size: 26px;
  margin-bottom: 12px; }

.better-gallery .slide-title-wrap {
  display: block;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%; }

.better-gallery .slide-title-wrap .slide-copy,
.better-gallery .slide-title-wrap .slide-title {
  padding: 4px 11px;
  background-color: rgba(20, 20, 20, 0.55);
  display: inline-block;
  font-size: 12px; }

.better-gallery .slide-title-wrap .slide-copy {
  margin: 4px;
  font-style: italic; }

.better-gallery .fotorama__thumb:before {
  width: 85px;
  height: 62px;
  position: relative;
  display: block;
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.33);
  z-index: 8; }

.better-gallery .fotorama__nav:before,
.better-gallery .fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.7), transparent);
  background-position: 0 0, 0 0;
  opacity: 0.4; }

.better-gallery .fotorama__nav:after,
.better-gallery .fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.7), transparent);
  background-position: 100% 0, 100% 0;
  opacity: 0.4; }

.better-gallery .fotorama__wrap {
  padding-top: 15px; }

.better-gallery .count {
  font-size: 12px;
  margin-right: 20px;
  margin-left: 20px;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  color: #808080;
  vertical-align: middle;
  text-transform: lowercase; }

.better-gallery .fotorama__nav-wrap {
  margin-top: 8px;
  padding: 0 10px; }

.better-gallery .fotorama__wrap .fotorama__html {
  height: 100%;
  text-align: center; }

.better-gallery .fotorama__wrap .fotorama__html img {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.17); }

.better-gallery .fotorama__wrap .fotorama__html > div {
  height: 100%; }

.better-gallery.better-gallery-img-full .fotorama__nav__frame {
  text-align: center; }

.better-gallery.better-gallery-img-full .fotorama__nav__frame img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0; }

/**
 * =>No Results
 **/
.no-results {
  text-align: center; }

.no-results > .title {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0; }

.no-results > .title:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  background-color: #F0F0F0; }

.no-results > .title span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 1; }

.no-results .search-form {
  margin: 20px 0 30px; }

.no-results .search-form input[type="submit"] {
  float: none; }

.no-results .search-form input[type="search"] {
  float: none;
  width: 240px; }

/**
 * =>Shortcodes
 **/
.widget > .bs-shortcode:last-child {
  margin-bottom: 0; }

.bs-shortcode.bs-heading-shortcode {
  margin-bottom: 21px; }

/**
 * =>Animations
 **/
@-webkit-keyframes bs-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes bs-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes bs-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes bs-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes bs-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes bs-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes bs-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes bs-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes bs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg); } }

@keyframes bs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg); } }

.bs-animate {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-timing-function: cubic-bezier(0.55, -0.01, 0.19, 0.98);
  animation-timing-function: cubic-bezier(0.55, -0.01, 0.19, 0.98);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.bs-fadeInLeft {
  -webkit-animation-name: bs-fadeInLeft;
  animation-name: bs-fadeInLeft; }

.bs-fadeInRight {
  -webkit-animation-name: bs-fadeInRight;
  animation-name: bs-fadeInRight; }

.bs-fadeInDown {
  -webkit-animation-name: bs-fadeInDown;
  animation-name: bs-fadeInDown; }

.bs-fadeInUp {
  -webkit-animation-name: bs-fadeInUp;
  animation-name: bs-fadeInUp; }

.bs-spin {
  -webkit-animation-name: bs-spin;
  animation-name: bs-spin; }

.pagination-animate > .bs-animate {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-timing-function: cubic-bezier(0.55, -0.01, 0.19, 0.98);
  animation-timing-function: cubic-bezier(0.55, -0.01, 0.19, 0.98); }

.bs-tab-anim.bs-tab-animated.active {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bs-fadeInDown;
  animation-name: bs-fadeInDown;
  -webkit-animation-timing-function: cubic-bezier(0.55, -0.01, 0.19, 0.98);
  animation-timing-function: cubic-bezier(0.55, -0.01, 0.19, 0.98); }

/**
 * =>BS Loading
 **/
.bs-loading,
.bs-loading > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-loading {
  display: block;
  font-size: 0;
  color: #333; }

.bs-loading > div {
  display: inline-block;
  float: none; }

.bs-loading {
  width: 54px;
  height: 54px; }

.bs-loading > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation-name: bs-loading-keyframe;
  -moz-animation-name: bs-loading-keyframe;
  -o-animation-name: bs-loading-keyframe;
  animation-name: bs-loading-keyframe;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.bs-loading > div:nth-child(1) {
  -webkit-animation-duration: .65s;
  -moz-animation-duration: .65s;
  -o-animation-duration: .65s;
  animation-duration: .65s;
  -webkit-animation-delay: .03s;
  -moz-animation-delay: .03s;
  -o-animation-delay: .03s;
  animation-delay: .03s; }

.bs-loading > div:nth-child(2) {
  -webkit-animation-duration: 1.02s;
  -moz-animation-duration: 1.02s;
  -o-animation-duration: 1.02s;
  animation-duration: 1.02s;
  -webkit-animation-delay: .09s;
  -moz-animation-delay: .09s;
  -o-animation-delay: .09s;
  animation-delay: .09s; }

.bs-loading > div:nth-child(3) {
  -webkit-animation-duration: 1.06s;
  -moz-animation-duration: 1.06s;
  -o-animation-duration: 1.06s;
  animation-duration: 1.06s;
  -webkit-animation-delay: -.69s;
  -moz-animation-delay: -.69s;
  -o-animation-delay: -.69s;
  animation-delay: -.69s; }

.bs-loading > div:nth-child(4) {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: -.41s;
  -moz-animation-delay: -.41s;
  -o-animation-delay: -.41s;
  animation-delay: -.41s; }

.bs-loading > div:nth-child(5) {
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: .04s;
  -moz-animation-delay: .04s;
  -o-animation-delay: .04s;
  animation-delay: .04s; }

.bs-loading > div:nth-child(6) {
  -webkit-animation-duration: .84s;
  -moz-animation-duration: .84s;
  -o-animation-duration: .84s;
  animation-duration: .84s;
  -webkit-animation-delay: .07s;
  -moz-animation-delay: .07s;
  -o-animation-delay: .07s;
  animation-delay: .07s; }

.bs-loading > div:nth-child(7) {
  -webkit-animation-duration: .68s;
  -moz-animation-duration: .68s;
  -o-animation-duration: .68s;
  animation-duration: .68s;
  -webkit-animation-delay: -.66s;
  -moz-animation-delay: -.66s;
  -o-animation-delay: -.66s;
  animation-delay: -.66s; }

.bs-loading > div:nth-child(8) {
  -webkit-animation-duration: .93s;
  -moz-animation-duration: .93s;
  -o-animation-duration: .93s;
  animation-duration: .93s;
  -webkit-animation-delay: -.76s;
  -moz-animation-delay: -.76s;
  -o-animation-delay: -.76s;
  animation-delay: -.76s; }

.bs-loading > div:nth-child(9) {
  -webkit-animation-duration: 1.24s;
  -moz-animation-duration: 1.24s;
  -o-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: -.76s;
  -moz-animation-delay: -.76s;
  -o-animation-delay: -.76s;
  animation-delay: -.76s; }

@-webkit-keyframes bs-loading-keyframe {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .35;
    -webkit-transform: scale(0.45);
    transform: scale(0.45); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bs-loading-keyframe {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .35;
    -moz-transform: scale(0.45);
    transform: scale(0.45); }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes bs-loading-keyframe {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .35;
    -o-transform: scale(0.45);
    transform: scale(0.45); }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes bs-loading-keyframe {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .35;
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform: scale(0.45); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

/**
 * =>BS Pagin
 **/
.deferred-loading-container {
  position: relative; }

.bs-pagination-wrapper:focus {
  outline: none !important; }

.bs-pagin-loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.bs-pagin-loading-wrapper .bs-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px; }

.bs-pagination-wrapper .bs-pagination-in-loading {
  opacity: 0.15;
  pointer-events: none; }

.bs-pagination {
  margin: 15px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.post-related .bs-pagination {
  margin-top: 0; }

.bs-pagination-label {
  color: #9C9C9C;
  color: rgba(138, 138, 138, 0.83);
  font-size: 11px;
  margin-left: 4px; }

.btn-bs-pagination {
  border: 1px solid #D4D4D4;
  border: 1px solid rgba(138, 138, 138, 0.33);
  color: #9C9C9C !important;
  color: rgba(138, 138, 138, 0.83) !important;
  font-size: 11px !important;
  padding: 0 6px;
  display: inline-block;
  line-height: 22px !important;
  min-width: 26px;
  text-align: center !important;
  cursor: pointer;
  text-transform: uppercase !important; }

.btn-bs-pagination.bs-pagination-in-loading,
.btn-bs-pagination:hover,
.btn-bs-pagination.hover {
  color: #fff !important; }

body .bs-pagination a.btn-bs-pagination.disabled:hover {
  border: 1px solid #D4D4D4 !important;
  border: 1px solid rgba(138, 138, 138, 0.33) !important;
  color: #9C9C9C !important;
  color: rgba(138, 138, 138, 0.83) !important;
  background-color: transparent !important;
  cursor: default; }

.btn-bs-pagination.disabled:hover,
.btn-bs-pagination.disabled {
  opacity: 0.5; }

.btn-bs-pagination .fa {
  font-weight: bold; }

.btn-bs-pagination.next .fa {
  margin-left: 2px; }

.btn-bs-pagination.prev .fa {
  margin-right: 2px; }

.bs-pagination-wrapper {
  position: relative; }

.btn-bs-pagination .loading .fa {
  margin-right: 2px; }

.btn-bs-pagination .loaded .fa {
  margin-left: 2px; }

.bs-pagination.bs-ajax-pagination.infinity,
.bs-pagination.bs-ajax-pagination.more_btn_infinity,
.bs-pagination.bs-ajax-pagination.more_btn {
  text-align: center; }

.bs-pagination.bs-ajax-pagination.infinity .btn-bs-pagination,
.bs-pagination.bs-ajax-pagination.more_btn_infinity .btn-bs-pagination,
.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
  line-height: 26px !important;
  padding: 0 7px; }

.bs-pagination.bs-simple-pagination .btn-bs-pagination.prev .fa {
  margin: 0 0 0 2px; }

.bs-pagination.bs-simple-pagination .btn-bs-pagination.next .fa {
  margin: 0 2px 0 0; }

.bs-listing-listing-classic-3 .bs-pagination .pagination,
.bs-listing-listing-classic-3 .bs-pagination,
.bs-listing-listing-classic-2 .bs-pagination .pagination,
.bs-listing-listing-classic-2 .bs-pagination,
.bs-listing-listing-text-1 .bs-pagination .pagination,
.bs-listing-listing-text-1 .bs-pagination,
.bs-listing-listing-mix-4-6 .bs-pagination .pagination,
.bs-listing-listing-mix-4-6 .bs-pagination,
.bs-listing-listing-mix-4-5 .bs-pagination .pagination,
.bs-listing-listing-mix-4-5 .bs-pagination,
.bs-listing-listing-mix-4-4 .bs-pagination .pagination,
.bs-listing-listing-mix-4-4 .bs-pagination,
.bs-listing-listing-mix-4-3 .bs-pagination .pagination,
.bs-listing-listing-mix-4-3 .bs-pagination,
.bs-listing-listing-mix-4-2 .bs-pagination .pagination,
.bs-listing-listing-mix-4-2 .bs-pagination,
.bs-listing-listing-mix-4-1 .bs-pagination .pagination,
.bs-listing-listing-mix-4-1 .bs-pagination,
.bs-listing-listing-thumbnail-1 .bs-pagination .pagination,
.bs-listing-listing-thumbnail-1 .bs-pagination,
.bs-listing-listing-thumbnail-2 .bs-pagination .pagination,
.bs-listing-listing-thumbnail-2 .bs-pagination,
.bs-listing-listing-thumbnail-3 .bs-pagination .pagination,
.bs-listing-listing-thumbnail-3 .bs-pagination,
.bs-listing-listing-mix-3-2 .bs-pagination .pagination,
.bs-listing-listing-mix-3-2 .bs-pagination,
.bs-listing-listing-grid-1 .bs-pagination .pagination,
.bs-listing-listing-grid-1 .bs-pagination,
.bs-listing-listing-grid-2 .bs-pagination .pagination,
.bs-listing-listing-grid-2 .bs-pagination,
.bs-listing-modern-grid-listing-3 .bs-pagination .pagination,
.bs-listing-modern-grid-listing-3 .bs-pagination,
.bs-listing-listing-tall-1 .bs-pagination .pagination,
.bs-listing-listing-tall-1 .bs-pagination,
.bs-listing-listing-tall-2 .bs-pagination .pagination,
.bs-listing-listing-tall-2 .bs-pagination {
  margin-top: 0; }

/**
 * =>Editor Shortcodes
 **/
.bs-slider-controls .btn-bs-pagination.next {
  margin-left: 5px; }

.bs-slider-items-container > .bs-slider-item {
  display: none; }

.bs-slider-items-container .bs-slider-item.bs-slider-first-item {
  display: block; }

.bs-slider-items-container .bs-control-nav-style-2 .btn-bs-pagination.next {
  float: right; }

.bs-slider-items-container .bs-control-nav-style-3 {
  text-align: center; }

.bs-listing.bs-listing-single-tab .bs-slider-items-container .bs-control-nav-style-4 .btn-bs-pagination {
  line-height: 22px;
  min-width: 24px;
  padding: 0 6px;
  border-radius: 50%; }

.bs-slider-dots {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important; }

.bs-slider-dots li {
  display: inline-block; }

.bs-slider-dots .bts-bs-dots-btn {
  cursor: pointer; }

.bs-slider-dots-style-4,
.bs-slider-dots-style-3,
.bs-slider-dots-style-2,
.bs-slider-dots-style-1 {
  text-align: center;
  line-height: 27px;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0; }

.bs-control-nav + .bs-slider-dots-style-4,
.bs-control-nav + .bs-slider-dots-style-3,
.bs-control-nav + .bs-slider-dots-style-2,
.bs-control-nav + .bs-slider-dots-style-1 {
  bottom: 0; }

.bs-control-nav-style-4 + .bs-slider-dots-style-4,
.bs-control-nav-style-4 + .bs-slider-dots-style-3,
.bs-control-nav-style-4 + .bs-slider-dots-style-2,
.bs-control-nav-style-4 + .bs-slider-dots-style-1 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }

.bs-slider-dots-style-4 .bts-bs-dots-btn,
.bs-slider-dots-style-3 .bts-bs-dots-btn,
.bs-slider-dots-style-2 .bts-bs-dots-btn,
.bs-slider-dots-style-1 .bts-bs-dots-btn {
  display: inline-block;
  height: 8px;
  width: 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #eee;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: all; }

.bs-slider-dots-style-1 .bts-bs-dots-btn {
  border-radius: 50%; }

.bs-slider-dots-style-3 .bts-bs-dots-btn {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.bs-slider-dots-style-4 .bts-bs-dots-btn {
  width: 12px;
  height: 4px; }

.bs-simple-pagination.simple_next_prev .btn-bs-pagination.prev {
  float: right; }

/* fixes */
.bs-listing-listing-mix-4-8 .bs-slider-controls,
.bs-listing-listing-mix-4-7 .bs-slider-controls,
.bs-listing-modern-grid-listing-5 .bs-slider-controls,
.bs-listing-modern-grid-listing-2 .bs-slider-controls,
.bs-listing-modern-grid-listing-1 .bs-slider-controls,
.bs-listing-listing-text-4 .bs-slider-controls,
.bs-listing-listing-text-3 .bs-slider-controls,
.bs-listing-listing-text-2 .bs-slider-controls,
.bs-listing-listing-text-1 .bs-slider-controls,
.bs-listing-listing-classic-3 .bs-slider-controls,
.bs-listing-listing-classic-1 .bs-slider-controls,
.bs-listing-listing-blog-4 .bs-slider-controls,
.bs-listing-listing-blog-3 .bs-slider-controls,
.bs-listing-listing-blog-2 .bs-slider-controls,
.bs-listing-listing-blog-1 .bs-slider-controls,
.bs-listing-listing-mix-1-1 .bs-slider-controls,
.bs-listing-listing-mix-3-3 .bs-slider-controls,
.bs-listing-listing-mix-3-1 .bs-slider-controls,
.bs-listing-listing-mix-1-3 .bs-slider-controls,
.bs-listing-listing-mix-1-4 .bs-slider-controls {
  height: 27px;
  margin-top: 20px;
  position: relative;
  z-index: 1; }

.bs-listing-modern-grid-listing-5 .bs-slider-controls,
.bs-listing-listing-mix-1-4 .bs-slider-controls {
  margin-top: 0; }

.bs-listing-listing-text-4 .bs-slider-controls,
.bs-listing-listing-text-3 .bs-slider-controls,
.bs-listing-listing-text-1 .bs-slider-controls {
  margin-top: 0; }

.bs-listing-modern-grid-listing-2 .bs-slider-controls,
.bs-listing-modern-grid-listing-1 .bs-slider-controls {
  margin-top: 10px; }

.bs-listing-modern-grid-listing-6 .bs-slider-controls {
  height: 27px;
  margin-bottom: -10px;
  margin-top: 5px;
  position: relative;
  z-index: 1; }

.bs-listing-listing-mix-2-2 .bs-slider-controls {
  height: 27px;
  margin-top: 15px;
  position: relative;
  z-index: 1; }

.bs-listing-listing-thumbnail-1 .bs-slider-controls {
  height: 27px;
  margin-top: -5px;
  position: relative;
  z-index: 1; }

.bs-listing-listing-thumbnail-2 .bs-slider-controls {
  height: 27px;
  margin-top: 0;
  position: relative;
  z-index: 1; }

.bs-listing-listing-classic-2 .bs-slider-controls,
.bs-listing-listing-classic-2 .bs-slider-controls {
  height: 27px;
  margin-top: -5px;
  position: relative;
  z-index: 1; }

.bs-listing-modern-grid-listing-4 .bs-slider-controls {
  height: 27px; }

.bs-listing-listing-tall-1 .bs-slider-controls,
.bs-listing-listing-tall-2 .bs-slider-controls {
  height: 27px;
  margin-top: 5px;
  position: relative;
  z-index: 1; }

.bs-listing-modern-grid-listing-3 .bs-slider-controls {
  height: 27px;
  margin-top: -10px;
  position: relative;
  z-index: 1; }

.bs-listing-listing-grid-2 .bs-slider-controls,
.bs-listing-listing-grid-1 .bs-slider-controls {
  height: 27px;
  margin-top: -7px;
  position: relative;
  z-index: 1; }

.listing-mix-4-8 + .bs-pagination-response ~ .bs-pagination-response,
.listing-mix-4-7 + .bs-pagination-response ~ .bs-pagination-response,
.listing-mix-4-8 + .bs-pagination-response,
.listing-mix-4-7 + .bs-pagination-response {
  margin-top: 20px; }

/**
 * ->Drop Cap
 **/
.dropcap.dropcap {
  display: inline-block;
  float: left;
  margin: 0 8px -10px 0;
  font-size: 74px;
  line-height: 74px;
  height: 74px;
  text-transform: uppercase; }

.dropcap.dropcap-square {
  color: #fff;
  padding: 0 11px; }

.dropcap.dropcap-square-outline {
  border: 2px solid transparent;
  padding: 0 11px;
  line-height: 70px; }

.dropcap.dropcap-circle {
  color: #fff;
  padding: 0 11px;
  border-radius: 50%;
  min-width: 74px;
  font-size: 52px;
  text-align: center; }

.dropcap.dropcap-circle-outline {
  border: 2px solid transparent;
  padding: 0 11px;
  border-radius: 50%;
  min-width: 74px;
  font-size: 52px;
  text-align: center;
  line-height: 72px; }

/**
 * ->Highlight
 **/
.bs-highlight {
  background-color: #FF9;
  padding: 0 3px; }

.bs-highlight.bs-highlight-red {
  background-color: #FFB6B6; }

/**
 * ->Tabs
 **/
.bs-tab-shortcode {
  margin-bottom: 20px; }

.bs-tab-shortcode .nav.nav-tabs {
  border: none;
  padding: 0;
  margin: 0; }

.bs-tab-shortcode .nav-tabs > li > a {
  background-color: #f3f4f6;
  border: 1px solid #d6d6d6 !important;
  padding: 9px 22px;
  margin-right: -1px;
  border-radius: 0;
  color: #4A4A4A !important;
  font-weight: bolder;
  position: relative; }

.bs-tab-shortcode .nav-tabs > li > a:after {
  display: inline-block;
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: transparent;
  position: absolute; }

.bs-tab-shortcode .nav-tabs > li > a:focus,
.bs-tab-shortcode .nav-tabs > li > a:hover,
.bs-tab-shortcode .nav-tabs > li.active > a {
  text-decoration: none !important;
  background-color: #fff; }

.bs-tab-shortcode .nav-tabs > li.active > a:after {
  background-color: #fff; }

.bs-tab-shortcode .tab-content .tab-pane {
  padding: 20px;
  border: 1px solid #d6d6d6; }

/**
 * ->Accordion
 **/
.bs-row-shortcode {
  margin-bottom: 20px; }

.bs-accordion-shortcode .panel {
  box-shadow: none;
  border: 1px solid #d6d6d6;
  -webkit-transition: all .07s ease;
  -moz-transition: all .07s ease;
  -o-transition: all .07s ease;
  transition: all .07s ease;
  border-radius: 0 !important; }

.bs-accordion-shortcode .panel-heading {
  padding: 0 0 0 60px;
  position: relative; }

.bs-accordion-shortcode .panel-heading a {
  color: #585858; }

.bs-accordion-shortcode .panel-heading a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f067';
  margin: 0 10px 0 0;
  font-size: 14px;
  position: absolute;
  left: 0;
  width: 44px;
  line-height: 44px;
  top: 0;
  bottom: 0;
  text-align: center;
  border-right: 1px solid #d6d6d6; }

.bs-accordion-shortcode .panel-heading.active a:before {
  content: '\f068'; }

.bs-accordion-shortcode .panel-heading *,
.bs-accordion-shortcode .panel-heading .panel-title br {
  display: none; }

.bs-accordion-shortcode .panel-heading .panel-title,
.bs-accordion-shortcode .panel-heading .panel-title a {
  display: block; }

.bs-accordion-shortcode .panel + .panel {
  margin-top: 12px !important; }

.bs-accordion-shortcode .panel-heading .panel-title a {
  padding: 12px 0;
  font-size: 14px; }

.bs-accordion-shortcode .panel-heading + .panel-collapse > .panel-body {
  -webkit-transition: all .07s ease;
  -moz-transition: all .07s ease;
  -o-transition: all .07s ease;
  transition: all .07s ease; }

.bs-accordion-shortcode .panel .panel-heading a {
  color: #444 !important; }

.bs-accordion-shortcode .panel .panel-heading a,
.bs-accordion-shortcode .panel .panel-heading a:hover {
  text-decoration: none; }

/**
 * ->List Shortcode
 **/
ul.bs-shortcode-list ul,
ul.bs-shortcode-list {
  list-style: none !important;
  padding-left: 20px;
  overflow: hidden; }

ul.bs-shortcode-list ul {
  padding-left: 13px; }

ul.bs-shortcode-list li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 25px; }

ul.bs-shortcode-list li:before {
  width: 25px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 6px; }

ul.bs-shortcode-list li:empty {
  display: none; }

ul.bs-shortcode-list.list-style-check li:before {
  content: "\f00c"; }

ul.bs-shortcode-list.list-style-star li:before {
  content: "\f005"; }

ul.bs-shortcode-list.list-style-edit li:before {
  content: "\f044"; }

ul.bs-shortcode-list.list-style-folder li:before {
  content: "\f07b"; }

ul.bs-shortcode-list.list-style-file li:before {
  content: "\f15b"; }

ul.bs-shortcode-list.list-style-heart li:before {
  content: "\f004"; }

ul.bs-shortcode-list.list-style-asterisk li:before {
  content: "\f069"; }

/**
 * ->Divider
 **/
hr.bs-divider {
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: #DBDBDB;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  margin: 30px auto 28px;
  position: relative;
  width: 90%; }

hr.bs-divider.dashed-line {
  border-style: dashed;
  border-width: 1px; }

hr.bs-divider.full {
  width: 100%; }

hr.bs-divider.large {
  width: 90%; }

hr.bs-divider.small {
  width: 70%; }

hr.bs-divider.tiny {
  width: 50%; }

hr.bs-divider + h3,
hr.bs-divider + h2,
hr.bs-divider + h1 {
  margin-top: -10px; }

hr.bs-divider + h5 {
  margin-top: -5px; }

h5 + hr.bs-divider,
h4 + hr.bs-divider,
h3 + hr.bs-divider,
h2 + hr.bs-divider,
h1 + hr.bs-divider {
  margin-top: 28px; }

/**
 * ->Alert Shortcode
 **/
.bs-shortcode-alert.alert {
  border-radius: 0; }

.bs-shortcode-alert.alert-simple {
  background-color: #F3F3F3;
  border-color: #E6E6E6; }

/**
 * =>Sticky
 **/
.listing-item-blog.sticky,
.listing-item-blog.sticky:first-child {
  background-color: #FFFBDF;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.07); }

/**
 * =>VC Customizations
 **/
.vc_images_carousel:hover .vc_carousel-control .icon-next,
.vc_images_carousel:hover .vc_carousel-control .icon-prev {
  background: #fff; }

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  height: 0; }

.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before {
  top: -11px;
  line-height: 30px;
  color: #333;
  text-shadow: none; }

.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before {
  right: -1px; }

.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before {
  left: -1px; }

.wpb_gallery > .wpb_wrapper > .wpb_flexslider {
  padding: 0;
  margin: 0 0 30px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  zoom: 1;
  height: auto !important; }

.wpb_flexslider .flex-direction-nav a {
  width: 30px;
  height: 30px; }

.wpb_flexslider .flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 14px;
  display: inline-block;
  content: '\f001';
  text-shadow: none;
  line-height: 30px;
  height: 30px; }

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
  border: none;
  background: #fff;
  text-align: center;
  line-height: 30px; }

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important; }

.vc_btn3 {
  height: auto !important; }

/**
 * =>Contact Form 7
 **/
.wpcf7-form p {
  margin-bottom: 0;
  margin-top: 17px; }

.wpcf7-form p:first-child {
  margin-top: 0; }

.wpcf7-form label {
  display: block; }

/**
 * =>BGCS
 **/
.archive-title.search-title.search-bgcs-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.better-gcs-wrapper {
  border-top: none;
  padding-top: 30px !important;
  margin-top: -30px; }

.better-gcs-wrapper {
  padding-top: 30px !important; }

/**
 * =>bs Pretty Tabs
 **/
.bs-pretty-tabs-container {
  position: relative;
  display: inline-block;
  float: right;
  text-align: center;
  z-index: 2; }

.bs-pretty-tabs-container .bs-pretty-tabs-more {
  z-index: 3;
  position: relative;
  cursor: pointer; }

.bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link {
  display: block;
  float: none;
  width: 100%; }

.bs-pretty-tabs-container .bs-pretty-tabs-elements .h-text {
  border: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 3px 10px;
  text-align: right; }

.bs-pretty-tabs-container .bs-pretty-tabs-elements {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 2;
  white-space: nowrap;
  border: 1px solid #d8d8d8;
  display: none;
  padding: 5px;
  min-width: 160px; }

.bs-pretty-tabs .bs-pretty-tabs-more.other-link {
  pointer-events: none; }

.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
  position: relative;
  cursor: pointer;
  padding: 3px 10px;
  border: 1px solid transparent; }

.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
  transition: none; }

.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text .fa {
  margin-left: 3px; }

.bs-pretty-tabs.bs-pretty-tabs-initialized .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text:after {
  display: block; }

.bs-pretty-tabs-container.display-more-items .bs-pretty-tabs-elements {
  display: block; }

.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text {
  background: transparent !important;
  color: currentColor !important;
  border-color: rgba(0, 0, 0, 0.13) !important; }

.section-heading.multi-tab .other-link {
  opacity: 0;
  -webkit-transition: color .7s ease, background .7s ease;
  -moz-transition: color .7s ease, background .7s ease;
  -o-transition: color .7s ease, background .7s ease;
  transition: color .7s ease, background .7s ease;
  position: absolute; }

.section-heading.multi-tab .bs-pretty-tabs-container {
  padding-left: 10px; }

.bs-pretty-tabs.bs-pretty-tabs-initialized .other-link {
  opacity: 1;
  position: relative; }

/**
 * =>Better Reviews
 **/
.bs-slider-1-item .rating-stars,
.listing-mg-6-item .rating-stars,
.listing-mg-4-item .rating-stars,
.listing-mg-3-item .rating-stars,
.listing-mg-2-item .rating-stars,
.listing-mg-1-item .rating-stars {
  color: #fff; }

.bs-slider-1-item .post-meta .rating-bar,
.listing-mg-6-item .post-meta .rating-bar,
.listing-mg-4-item .post-meta .rating-bar,
.listing-mg-3-item .post-meta .rating-bar,
.listing-mg-2-item .post-meta .rating-bar,
.listing-mg-1-item .post-meta .rating-bar {
  background-color: #fff; }

.listing-item-tall-2 .post-meta .rating,
.listing-item-text-1 .post-meta .rating,
.bs-slider-item .post-meta .rating,
.listing-mg-5-item-big .post-meta .rating,
.listing-mg-4-item .post-meta .rating,
.listing-mg-3-item .post-meta .rating {
  float: none;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 10px; }

.listing-item-text-1 .post-meta .comments,
.listing-item-tall-2 .post-meta .comments {
  float: none;
  margin-left: 0; }

/**
 * =>Ajax search
 **/
.search-container {
  position: relative; }

.search-container.open.result-results-exist .search-preview {
  display: block; }

.search-preview {
  display: none;
  border: 1px solid #dedede;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  font-weight: 400;
  color: #383838;
  line-height: 1;
  z-index: 99;
  text-align: left; }

.search-preview [data-section-name] {
  max-height: 310px; }

.search-preview .clean-title {
  font-size: 16px;
  margin-bottom: 15px; }

.search-preview .listing-item-thumbnail:last-child,
.search-preview ul.products {
  margin-bottom: 0; }

.ajax-search-results {
  background: inherit; }

.ajax-search-results .search-404 {
  text-align: center;
  font-weight: 500;
  font-size: 16px; }

.ajax-search-results .clean-button {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.result-results-exist .search-preview {
  border-top: 0; }

.two-column-results-list,
.ajax-search-no-product .ajax-ajax-posts-list {
  padding: 21px;
  position: relative; }

.two-column-results-list > div {
  width: 50%;
  float: left;
  background: inherit;
  padding-right: 3%; }

.two-column-results-list > div:last-child {
  padding-right: 0; }

.two-column-results-list > .ajax-posts-columns {
  width: 45%; }

.two-column-results-list > .ajax-products-columns {
  width: 55%; }

.ajax-search-loading {
  display: block;
  text-align: center;
  color: #a6a6a6; }

.ajax-ajax-posts-list {
  overflow: hidden;
  background: inherit;
  display: table-cell; }

.ajax-ajax-posts-list .ajax-search-loading,
.ajax-ajax-posts-list .align-vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #afafaf; }

.ajax-taxonomy-list .ajax-search-loading,
.ajax-taxonomy-list .align-vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #afafaf; }

.ajax-ajax-posts-list .ajax-taxonomy-list {
  margin-top: 30px; }

.ajax-ajax-posts-list .listing-thumbnail {
  margin-bottom: 20px;
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bs-fadeInDown;
  animation-name: bs-fadeInDown; }

.search-preview .bs-listing-products {
  margin-bottom: 28px; }

.ajax-taxonomy-list {
  background: #fbfbfb;
  border-left: 1px solid #e2e2e2;
  display: table-cell;
  overflow: hidden;
  width: 30%;
  padding: 25px; }

.ajax-products-columns .add_to_cart_button {
  display: none !important; }

.ajax-products-columns .price {
  margin-top: 19px; }

.ajax-products-columns .star-rating + .price {
  margin-top: 0; }

.ajax-products-columns ul.products li.product,
.ajax-products-columns ul.products li.product {
  margin-bottom: 1px; }

.search-preview .post-categories {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bs-fadeInDown;
  animation-name: bs-fadeInDown; }

.search-preview .post-categories li {
  display: inline-block;
  margin: 0 0 0 5px; }

.ajax-search-results {
  display: table-row; }

.ajax-search-results-wrapper {
  display: table;
  background: inherit;
  width: 100%;
  height: 350px; }

.ajax-search-results:after {
  content: ' ';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px; }

.ajax-categories-columns {
  background: inherit;
  margin-bottom: 30px; }

.ajax-tags-columns {
  background: inherit; }

.ajax-search-no-product .ajax-taxonomy-list > div {
  width: 100%;
  float: none;
  background: inherit;
  height: 152px;
  margin-bottom: 0;
  position: relative; }

.ajax-search-no-product .ajax-taxonomy-list {
  width: 100%; }

.ajax-search-no-product .ajax-ajax-posts-list {
  width: 53%; }

.ajax-search-no-product.ajax-search-fullwidth .ajax-ajax-posts-list {
  width: 69%;
  position: relative; }

.ajax-search-no-product.ajax-search-fullwidth .two-column-results-list {
  padding: 5px; }

.ajax-search-no-product.ajax-search-fullwidth .listing-thumbnail {
  margin-bottom: 0; }

.ajax-posts-column {
  background: inherit; }

/*
* woocommerce posts style
*/
.search-preview .woocommerce ul.products li.product,
.search-preview .woocommerce-page ul.products li.product {
  font-size: 14px; }

.search-preview .woocommerce ul.products li.product h3 {
  font-size: 1em; }

.ajax-posts-columns {
  background: inherit; }

/**
 * =>Global clean styles
 **/
.clean-title {
  position: relative;
  background: inherit;
  margin-bottom: 8px; }

.clean-title > span {
  position: relative;
  z-index: 30;
  background: inherit;
  display: inline-block;
  padding: 0 15px;
  margin-left: -10px; }

.clean-title::after {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #e5e5e5;
  display: block;
  content: ' '; }

.clean-button {
  border-radius: 0;
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  color: #383838;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 9px;
  margin: 0 1px 5px;
  display: inline-block; }

.clean-button-light {
  background: #fff; }

.clean-button .fa {
  margin-right: 6px; }

/**
 * =>Responsive
 **/
@media only screen and (max-width: 1000px) {
  .container {
    width: 100%; }
  .content-wrap {
    padding: 0; } }

@media only screen and (max-width: 768px) {
  .slider-container .content-wrap {
    padding-bottom: 0; } }

@media only screen and (max-width: 420px) {
  .widget {
    margin-bottom: 15px; } }

@media only screen and (max-width: 668px) {
  body {
    padding: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-visible-md {
    display: block !important; } }

@media (max-width: 991px) {
  .bs-visible-sm {
    display: block !important; } }

@media (min-width: 1200px) {
  .bs-visible-lg {
    display: block !important; } }

@media (max-width: 991px) {
  .bs-hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-hidden-md {
    display: none !important; } }

@media (max-width: 768px) {
  .bs-hidden-xs,
  .bs-hidden-sm {
    display: none !important; } }

@media (min-width: 1200px) {
  .bs-hidden-lg {
    display: none !important; } }

.ajax-post-content {
  margin-top: 30px; }

.ajax-post-content .post-header-inner .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }

.ajax-post-content .single-post-title {
  margin: 10px 0 5px; }

.ajax-post-content .single-featured.single-featured {
  margin-left: 0;
  margin-right: 0; }

.ajax-post-content .post-meta {
  margin: 0 0 10px; }

.ajax-post-content .comments-template.comments-template,
.ajax-post-content .post-related.post-related,
.ajax-post-content .single-container.single-container {
  padding-right: 0;
  padding-left: 0; }

.ajax-post-content {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto; }

.ajax-post-content .post-header-inner .single-post-excerpt {
  margin-top: -5px;
  padding-bottom: 10px; }

.ajax-post-content .post-header-inner .single-post-excerpt:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.ajax-post-content .post-header-inner .post-subtitle + .single-post-excerpt {
  padding: 0 0 10px;
  margin: -5px 0 0; }

.ajax-post-content .post-header-inner .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

/**
 * =>Login
 **/
.modal.sign-in-modal {
  text-align: center;
  padding: 0 !important; }

.modal.sign-in-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.sign-in-modal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.31); }

.sign-in-modal .modal-header {
  padding: 0;
  border-bottom: 1px solid #efefef;
  line-height: 48px;
  text-align: center; }

.sign-in-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 440px;
  position: relative;
  -webkit-transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important;
  -moz-transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important;
  -o-transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important;
  transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important; }

.sign-in-modal .close-modal {
  position: absolute;
  top: 32px;
  right: 37px;
  font-size: 15px;
  color: #BDBDBD;
  line-height: 15px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important;
  -moz-transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important;
  -o-transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important;
  transition: 0.6s cubic-bezier(0.58, 0.99, 0.63, 1.06) 0s !important; }

.sign-in-modal .close-modal:hover {
  color: #333; }

.sign-in-modal .modal-body {
  padding: 25px 15px; }

.bs-login {
  max-width: 290px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.bs-login .bs-login-panel {
  display: block;
  width: 100%;
  -webkit-transition: all 0.44s cubic-bezier(0.8, 0.2, 0.24, 0.88);
  -moz-transition: all 0.44s cubic-bezier(0.8, 0.2, 0.24, 0.88);
  -ms-transition: all 0.44s cubic-bezier(0.8, 0.2, 0.24, 0.88);
  transition: all 0.44s cubic-bezier(0.8, 0.2, 0.24, 0.88); }

.bs-login.inmove .bs-login-panel {
  position: absolute;
  top: 0; }

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-sign-panel {
  left: 0;
  opacity: 1;
  visibility: visible; }

.bs-login .bs-login-panel.bs-login-sign-panel {
  left: -44px;
  opacity: 0; }

.bs-login .bs-login-panel.bs-login-reset-panel {
  right: -44px;
  visibility: hidden;
  position: absolute;
  top: 0;
  opacity: 0; }

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-reset-panel {
  right: 0;
  opacity: 1;
  visibility: visible; }

.bs-login .login-header {
  text-align: center;
  color: #7A7A7A;
  font-size: 14px;
  margin-bottom: 15px; }

.bs-login .login-header:last-child {
  margin-bottom: 0; }

.bs-login .login-header .login-icon {
  display: block;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px; }

.bs-login .bs-login-reset-panel .login-header {
  margin-bottom: 27px; }

.bs-login .bs-login-reset-panel .login-header .login-icon {
  color: #494949; }

.bs-login .bs-login-reset-panel .login-header p {
  margin-bottom: 4px; }

.bs-login .login-field {
  margin-bottom: 15px; }

.bs-login .login-field:last-child {
  margin-bottom: 0; }

.bs-login input[type=password],
.bs-login input[type=text] {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 3px; }

.bs-login .remember-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.bs-login .remember-checkbox + .remember-label {
  padding-left: 21px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  color: #A0A0A0;
  font-weight: lighter; }

.bs-login .remember-checkbox:checked + .remember-label {
  background-position: 0 -16px;
  color: #424242; }

.bs-login .remember-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABGdBTUEAALGPC/xhBQAAAVZJREFUSA3tlTFug0AQRQcwMgoFEg2uXbnlCJyF0kdIAU1a38A14hb0Ri6ho0UUpDOFEdrMR4EQgyIIRYp4pZVgdt6fgd2ZleI4ViVJeuPpNk1j0oyhKMq7EOLM83UDWNf1436/f1FVdQZOVNe1mWXZ8Xa7EV2v1/J+v7PYsgEGrIy050YepgcGrDw0/ub5KUD0/Af8D1AYfLYXnyEwYGWugDMXRrVEBL5gwEpry3n1Nv63fpCmKbmuS3mef2375XKZ1cuSJBGWZQkmxeFwEGhpYEe7MHUeENlxHCqKoo3MTZhk+RMdZhCGodA0TZxOpz6rYWREt21blGXZroOlTqCqKsGNsk0RjhDhyGK32/W2IQyFbwIw+L7fO0PEMIz+/RGeFIDR87wegshj2vDpxiiDbmEoMhW584PAhiOMBn8KbbdbiqKIgiAg0/zhylx9tXE6f9sPPgDpK2Td6sBUpAAAAABJRU5ErkJggg==);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bs-login .go-reset-panel {
  float: right;
  color: #595959; }

.bs-login .login-submit {
  margin-bottom: 10px; }

.bs-login .login-btn {
  border-radius: 3px;
  height: 38px;
  text-align: center;
  width: 100%; }

.bs-login .bs-login-reset-panel .login-btn {
  background: #575757 !important; }

.bs-login .login-signup {
  font-size: 14px;
  color: #A7A7A7;
  text-align: center; }

.bs-login .go-login-panel {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  color: #ADADAD;
  transition: all .5s ease; }

.sign-in-modal .bs-login .go-login-panel {
  left: -30px; }

.bs-login .go-login-panel:hover {
  cursor: pointer;
  position: absolute;
  color: #3f3f3f; }

.bs-login.bs-type-profile {
  max-width: 290px;
  height: 240px; }

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-user-panel {
  opacity: 1;
  visibility: visible;
  top: 0; }

.bs-login .bs-login-user-panel .login-header img {
  border-radius: 50%;
  width: 80px;
  height: 80px; }

.bs-login .user-links {
  padding: 0;
  list-style: none;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #dcdcdc; }

.bs-login .user-links li {
  border-bottom: 1px solid #dcdcdc;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px; }

.bs-login .user-links li:last-child {
  border-bottom: none; }

.bs-login .user-links .fa {
  margin-right: 5px; }

.bs-login .social-login-buttons {
  text-align: center;
  padding: 0 0 17px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  margin-bottom: 25px; }

.bs-login .social-login-buttons .or-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  text-align: center; }

.bs-login .social-login-buttons .or-text {
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #e4e3e3;
  border-radius: 26px;
  font-size: 12px;
  min-width: 28px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bolder;
  color: #9e9e9e;
  text-transform: uppercase; }

.bs-login .social-login-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0 -4px;
  font-size: 0; }

.bs-login .social-login-buttons li {
  display: inline-block;
  width: 50%;
  padding: 0 4px 8px;
  margin: 0; }

.bs-login .social-login-buttons li .social-login-btn.btn {
  width: 100%;
  margin: 0; }

.bs-login .social-login-buttons ul.items-count-2 li,
.bs-login .social-login-buttons ul li:first-child {
  width: 100%; }

.bs-login .social-login-buttons ul.items-count-2 li .social-login-btn,
.bs-login .social-login-buttons ul li:first-child .social-login-btn {
  text-align: center; }

.social-login-btn.social-login-btn-facebook:focus,
.social-login-btn.social-login-btn-facebook:hover,
.social-login-btn.social-login-btn-facebook {
  background-color: #49639F !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-google:focus,
.social-login-btn.social-login-btn-google:hover,
.social-login-btn.social-login-btn-google {
  background-color: #d73d32 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-twitter:focus,
.social-login-btn.social-login-btn-twitter:hover,
.social-login-btn.social-login-btn-twitter {
  background-color: #59c8ff !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-instagram:focus,
.social-login-btn.social-login-btn-instagram:hover,
.social-login-btn.social-login-btn-instagram {
  background-color: #517FA4 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-wordpress:focus,
.social-login-btn.social-login-btn-wordpress:hover,
.social-login-btn.social-login-btn-wordpress {
  background-color: #1A638D !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-yahoo:focus,
.social-login-btn.social-login-btn-yahoo:hover,
.social-login-btn.social-login-btn-yahoo {
  background-color: #723e98 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-linkedin:focus,
.social-login-btn.social-login-btn-linkedin:hover,
.social-login-btn.social-login-btn-linkedin {
  background-color: #0c5d98 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-disqus:focus,
.social-login-btn.social-login-btn-disqus:hover,
.social-login-btn.social-login-btn-disqus {
  background-color: #2e9fff !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-reddit:focus,
.social-login-btn.social-login-btn-reddit:hover,
.social-login-btn.social-login-btn-reddit {
  background-color: #7ba3bc !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-foursquare:focus,
.social-login-btn.social-login-btn-foursquare:hover,
.social-login-btn.social-login-btn-foursquare {
  background-color: #3492ce !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-lastfm:focus,
.social-login-btn.social-login-btn-lastfm:hover,
.social-login-btn.social-login-btn-lastfm {
  background-color: #e02529 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-tumblr:focus,
.social-login-btn.social-login-btn-tumblr:hover,
.social-login-btn.social-login-btn-tumblr {
  background-color: #354a60 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-goodreads:focus,
.social-login-btn.social-login-btn-goodreads:hover,
.social-login-btn.social-login-btn-goodreads {
  background-color: #7c460f !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-stackoverflow:focus,
.social-login-btn.social-login-btn-stackoverflow:hover,
.social-login-btn.social-login-btn-stackoverflow {
  background-color: #f36f21 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-github:focus,
.social-login-btn.social-login-btn-github:hover,
.social-login-btn.social-login-btn-github {
  background-color: #1b1919 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-dribbble:focus,
.social-login-btn.social-login-btn-dribbble:hover,
.social-login-btn.social-login-btn-dribbble {
  background-color: #ea4c89 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-500px:focus,
.social-login-btn.social-login-btn-500px:hover,
.social-login-btn.social-login-btn-500px {
  background-color: #231f20 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-skyrock:focus,
.social-login-btn.social-login-btn-skyrock:hover,
.social-login-btn.social-login-btn-skyrock {
  background-color: #5597cd !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-mixi:focus,
.social-login-btn.social-login-btn-mixi:hover,
.social-login-btn.social-login-btn-mixi {
  background-color: #e49100 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-steam:focus,
.social-login-btn.social-login-btn-steam:hover,
.social-login-btn.social-login-btn-steam {
  background-color: #303030 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-twitchtv:focus,
.social-login-btn.social-login-btn-twitchtv:hover,
.social-login-btn.social-login-btn-twitchtv {
  background-color: #5a399c !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-vkontakte:focus,
.social-login-btn.social-login-btn-vkontakte:hover,
.social-login-btn.social-login-btn-vkontakte {
  background-color: #31537d !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-mailru:focus,
.social-login-btn.social-login-btn-mailru:hover,
.social-login-btn.social-login-btn-mailru {
  background-color: #3881c2 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-yandex:focus,
.social-login-btn.social-login-btn-yandex:hover,
.social-login-btn.social-login-btn-yandex {
  background-color: #ed1c24 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-odnoklassniki:focus,
.social-login-btn.social-login-btn-odnoklassniki:hover,
.social-login-btn.social-login-btn-odnoklassniki {
  background-color: #e87502 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-aol:focus,
.social-login-btn.social-login-btn-aol:hover,
.social-login-btn.social-login-btn-aol {
  background-color: #e69827 !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-live:focus,
.social-login-btn.social-login-btn-live:hover,
.social-login-btn.social-login-btn-live {
  background-color: #7fb0cc !important;
  color: #fff !important; }

.social-login-btn.social-login-btn-pixelpin:focus,
.social-login-btn.social-login-btn-pixelpin:hover,
.social-login-btn.social-login-btn-pixelpin {
  background-color: #000000 !important;
  color: #fff !important; }

.social-login-btn.btn {
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-transform: capitalize !important;
  padding: 0 14px 0 43px;
  width: auto;
  font-size: 14px;
  position: relative;
  text-align: left;
  overflow: hidden;
  margin: 0 4px 7px 0; }

.social-login-btn.btn .bf-icon {
  vertical-align: top;
  line-height: 34px;
  margin-right: 10px;
  position: absolute;
  height: 34px;
  width: 34px;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }

.social-login-btn.btn:hover {
  color: #fff; }

.wp-social-login-provider-list {
  text-align: center; }

.bs-login .g-recaptcha {
  margin-bottom: 10px;
  max-width: 100%; }

/**
 * =>Ad Locations
 **/
/**
* =>After X ppst ads
**/
.listing-item.better-ads-listitemad.listing-item-classic-1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F1F1;
  border-bottom-color: rgba(0, 0, 0, 0.07); }

.better-ads-listitemad.listing-item-text-1 {
  padding-bottom: 15px; }

/**
 * =>Breadcrumb
 **/
.bf-breadcrumb .bf-breadcrumb-items {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0; }

.bf-breadcrumb .bf-breadcrumb-item {
  display: inline-block;
  font-size: 12px;
  line-height: 22px; }

.bf-breadcrumb .bf-breadcrumb-item:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  margin-left: 9px;
  margin-right: 9px;
  color: #929292;
  vertical-align: top; }

.bf-breadcrumb .bf-breadcrumb-item:last-child:after,
.bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end:after {
  display: none; }

.bf-breadcrumb.hide_current .bf-breadcrumb-item.bf-breadcrumb-end {
  opacity: 0;
  visibility: hidden; }

.bf-breadcrumb .bf-breadcrumb-item span {
  vertical-align: top;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.bf-breadcrumb .bf-breadcrumb-item span,
.bf-breadcrumb .bf-breadcrumb-item a {
  color: #9e9e9e;
  display: inline-block; }

.bf-breadcrumb.bc-align-center {
  text-align: center; }

.bf-breadcrumb.bc-light-color .bf-breadcrumb-item:after,
.bf-breadcrumb.bc-light-color .bf-breadcrumb-item span,
.bf-breadcrumb.bc-light-color .bf-breadcrumb-item a {
  color: #fff; }

.bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end {
  opacity: 0.8; }

.bf-breadcrumb.bc-hide-last .bf-breadcrumb-item.bf-breadcrumb-end {
  display: none; }

.bf-breadcrumb.bc-top-style {
  padding: 7px 0 0; }

@media only screen and (max-width: 680px) {
  body.single .bf-breadcrumb .bf-breadcrumb-item:last-child {
    display: none; } }

/**
 * =>Newsletter
 **/
body.single .content-column > .bs-newsletter-pack:last-child {
  margin-bottom: 0 !important; }

.bsnp-empty-note {
  margin-bottom: 30px; }

/**
 * =>Light Scheme Blocks
 **/
/* Light Block Scheme */
.bs-light-scheme .listing-item-text-4 .title,
.bs-light-scheme .listing-item-text-3 .title,
.bs-light-scheme .listing-item-text-2 .title,
.bs-light-scheme .listing-item-text-1 .title,
.bs-light-scheme .listing-item-tb-3 .title,
.bs-light-scheme .listing-item-tb-2 .title,
.bs-light-scheme .listing-item-tb-1 .title,
.bs-light-scheme .listing-item-grid-2 .title,
.bs-light-scheme .listing-item-grid-1 .title,
.bs-light-scheme .listing-item-classic-2 .title,
.bs-light-scheme .listing-item-classic-1 .title,
.bs-light-scheme .listing-item-blog-1 > .item-inner > .title,
.bs-light-scheme .listing-item-blog-2 > .item-inner > .title,
.bs-light-scheme .listing-item-blog-3 > .item-inner > .title,
.bs-light-scheme .listing-item-blog-5 > .item-inner > .title,
.bs-light-scheme .section-heading .other-link .h-text,
.bs-light-scheme .post-summary,
.bs-light-scheme .post-meta,
.bs-light-scheme .post-meta a,
.bs-light-scheme .title,
.bs-light-scheme a,
.bs-light-scheme {
  color: #fff; }

.bs-light-scheme .post-meta > a,
.bs-light-scheme .post-meta > span {
  opacity: 0.6; }

.bs-light-scheme .post-summary {
  opacity: 0.9; }

.bs-light-scheme .listing-item-grid-2 .post-summary,
.bs-light-scheme .listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner,
.bs-light-scheme .listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner,
.bs-light-scheme .listing-item-classic-1 .listing-inner,
.bs-light-scheme .listing-blog-4 .listing-item-blog.has-post-thumbnail {
  border-bottom-color: rgba(255, 255, 255, 0.129); }

.bs-light-scheme .listing-item-classic-2 .listing-inner {
  border-color: rgba(255, 255, 255, 0.129); }

.bs-light-scheme .pagination.bs-numbered-pagination .page-numbers.dots:hover,
.bs-light-scheme .pagination.bs-numbered-pagination .page-numbers,
.bs-light-scheme .pagination.bs-numbered-pagination span,
.bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi a,
.bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi span {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1); }

/* Light Scheme Shortcodes */
.bs-light-scheme.better-social-counter.style-style-10 .social-item,
.bs-light-scheme.better-social-counter.style-style-9 .social-item,
.bs-light-scheme.better-social-counter.style-style-8 .social-item,
.bs-light-scheme.better-social-counter.style-style-7 .social-item,
.bs-light-scheme.better-social-counter.style-style-6 .social-item,
.bs-light-scheme.better-social-counter.style-clean .social-item,
.bs-light-scheme.better-social-counter.style-modern .social-item {
  border-color: rgba(255, 255, 255, 0.0705882); }

.bs-light-scheme.better-social-counter.style-style-9 .item-join:before,
.bs-light-scheme.better-social-counter.style-style-10 .item-join:before,
.bs-light-scheme.better-social-counter.style-style-9 .item-join:before,
.bs-light-scheme.better-social-counter.style-style-10 .item-join:before,
.bs-light-scheme.better-social-counter.style-style-9 .item-count:before,
.bs-light-scheme.better-social-counter.style-style-10 .item-count:before {
  background-color: rgba(255, 255, 255, 0.0705882); }

.bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count,
.bs-light-scheme.bs-popular-categories .bs-popular-term-item a {
  color: #fff; }

/* Light Section Heading Scheme */
.bs-light-scheme .section-heading.sh-t2.sh-s4 .h-text,
.bs-light-scheme .section-heading.sh-t2.sh-s3 .h-text,
.bs-light-scheme .section-heading.sh-t2.sh-s2 .h-text {
  color: #fff; }

.bs-light-scheme .section-heading.sh-t1.sh-s1:after {
  background-color: rgba(255, 255, 255, 0.25) !important; }

.bs-light-scheme .section-heading.sh-t1.sh-s2:after {
  opacity: 0.15; }

.bs-light-scheme .section-heading.sh-t4.sh-s3:after,
.bs-light-scheme .section-heading.sh-t1.sh-s7:after,
.bs-light-scheme .section-heading.sh-t1.sh-s6:after,
.bs-light-scheme .section-heading.sh-t1.sh-s3:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjEGBQYHBgaAAAAlgA8X2AAy8AAAAASUVORK5CYII=) repeat;
  opacity: 0.3; }

.bs-light-scheme .section-heading.sh-t1 > .main-link > .h-text,
.bs-light-scheme .section-heading.sh-t1 > a:last-child:first-child > .h-text,
.bs-light-scheme .section-heading.sh-t1 > .h-text:last-child:first-child {
  color: #fff !important; }

.bs-light-scheme .section-heading.sh-t3.sh-s1:after,
.bs-light-scheme .section-heading.sh-t1.sh-s5:after {
  opacity: 0.15; }

.section-heading.sh-t1.sh-s8 .h-text {
  padding: 4px 17px 4px 21px; }

.section-heading.sh-t1.sh-s8 .other-link .h-text {
  padding: 4px 4px 4px 17px !important; }

.section-heading.sh-t1.sh-s8:first-child:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=) repeat;
  opacity: 1;
  height: 10px;
  margin-top: -6px;
  background-color: transparent !important; }

.section-heading.sh-t1.sh-s8 > .h-text:first-child:last-child:before,
.section-heading.sh-t1.sh-s8 .main-link .h-text:before,
.section-heading.sh-t1.sh-s8 .main-link.h-text:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 14px solid rgba(0, 0, 0, 0.06);
  top: 50%;
  margin-top: -9px; }

.bs-light-scheme .section-heading.sh-t2.sh-s2 {
  background: rgba(255, 255, 255, 0.06); }

.bs-light-scheme .section-heading.sh-t3.sh-s3:before {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bs-light-scheme .section-heading.sh-t6 > .main-link > .h-text,
.bs-light-scheme .section-heading.sh-t6 > a:last-child:first-child > .h-text,
.bs-light-scheme .section-heading.sh-t6 > .h-text:last-child:first-child,
.bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link:hover .h-text,
.bs-light-scheme .section-heading.sh-t4 .main-link.active .h-text,
.bs-light-scheme .section-heading.sh-t4 a.active .h-text,
.bs-light-scheme .section-heading.sh-t4 a:hover .h-text,
.bs-light-scheme .section-heading.sh-t4 .main-link:first-child:last-child .h-text,
.bs-light-scheme .section-heading.sh-t4 > .h-text,
.bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link.active .h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s7 > a.active > .h-text.h-text.h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s7 > a > .h-text.h-text.h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s7 > .h-text.h-text.h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text {
  color: #fff !important; }

.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:before {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:after {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bs-light-scheme .section-heading.sh-t3.sh-s5 {
  border: 1px solid rgba(255, 255, 255, 0.1); }

.bs-light-scheme .section-heading.sh-t3.sh-s8 > .main-link > .h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text,
.bs-light-scheme .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child {
  border-color: rgba(255, 255, 255, 0.15) !important; }

.bs-light-scheme .section-heading.sh-t3.sh-s8:after {
  opacity: 0.15;
  background: #ffffff; }

.bs-light-scheme .section-heading.sh-t6.sh-s7:before,
.bs-light-scheme .section-heading.sh-t6.sh-s6:before,
.bs-light-scheme .section-heading.sh-t4.sh-s3:after,
.bs-light-scheme .section-heading.sh-t4.sh-s1:after {
  background: rgba(255, 255, 255, 0.1) !important; }

.bs-light-scheme .section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.bs-light-scheme .section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements,
.bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link .h-text,
.bs-light-scheme .section-heading.multi-tab.sh-t4 .h-text {
  border-color: rgba(255, 255, 255, 0.15); }

.bs-light-scheme .section-heading.sh-t5:before {
  background: rgba(255, 255, 255, 0.1); }

.bs-light-scheme .section-heading.sh-t6.sh-s9:before {
  background: rgba(255, 255, 255, 0.1) !important; }

.bs-light-scheme .section-heading.sh-t6.sh-s13.section-heading.sh-t6.sh-s13 .h-text {
  color: #000000 !important; }

.bs-light-scheme .section-heading.sh-t7.sh-s1 .h-text {
  color: #fff !important; }

.bs-light-scheme .section-heading.sh-t7:before {
  background: rgba(255, 255, 255, 0.1) !important; }

/* User Listing */
.bs-light-scheme .listing-item-user .user-display-name {
  color: #fff; }

/* About Widget */
.bs-light-scheme.bs-about .about-icons-list .about-icon-item a {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18); }

/* Popular Categories */
.bs-light-scheme.bs-popular-categories .bs-popular-term-item {
  border-bottom-color: rgba(226, 226, 226, 0.15); }

.bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count {
  background: rgba(255, 255, 255, 0.08); }

/* Newsletter */
.bs-light-scheme.bs-subscribe-newsletter .powered-by {
  color: #ffffff; }

/**
 * =>Print Style
 **/
@media print {
  body {
    background: #fff none !important;
    color: #000; }
  .single-container > .post-author .author-links ul,
  body.single .bf-breadcrumb .bf-breadcrumb-item:last-child,
  body.single .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end,
  .single-post-share,
  .more-stories,
  .post-tp-8-header,
  .post-tp-6-header.wfi,
  .post-tp-4-header .move-to-content,
  .footer-instagram,
  .site-footer .footer-widgets,
  .site-footer .footer-social-icons,
  .back-top,
  .comment-list .comment-footer,
  .comment-respond,
  .post-related,
  .next-prev-post,
  .bs-pinning-wrapper,
  .main-menu-wrapper,
  .sidebar-column.sidebar-column-secoundary,
  .sidebar-column.sidebar-column-primary,
  .bs-irp,
  .single-post-share .share-handler-wrap {
    display: none !important; }
  .single-post-share .post-share-btn.post-share-btn-comments,
  .single-post-share .post-share-btn.post-share-btn-views {
    float: none; }
  a[href]:after {
    content: none !important; }
  .term-badges a {
    max-width: inherit; }
  .bs-sks {
    display: none; }
  body.active-top-line {
    border-top: none; }
  .comment-list .comment-meta .comment-published {
    float: none;
    margin: 0 15px; }
  .post-tp-11-header.wfi .post-header-inner,
  .post-tp-7-header.wfi .post-header-inner,
  .post-template-7.wfi .post-header-inner,
  .post-template-6.wfi .post-header-inner,
  .post-tp-5-header.wfi .post-header-inner,
  .post-tp-4-header.wfi .post-header-inner,
  .post-tp-3-header.wfi .post-header-inner,
  .post-tp-2-header.wfi .post-header-inner {
    height: auto;
    padding: 0; }
  .post-tp-11-header.wfi .post-header-title,
  .post-tp-7-header.wfi .post-header-title,
  .post-template-6.wfi .post-header-inner,
  .post-tp-5-header .term-badges.floated,
  .post-tp-5-header.wfi .post-header-title,
  .post-tp-4-header .term-badges.floated,
  .post-tp-4-header.wfi .post-header-title,
  .post-tp-3-header.wfi .post-header-title,
  .post-tp-2-header.wfi .post-header-title {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    margin-top: 20px !important;
    opacity: 1 !important;
    transform: none !important; }
  .post-template-7.wfi .post-header-inner,
  .post-template-6.wfi .post-header-inner,
  .post-tp-4-header .term-badges.floated {
    margin-bottom: 15px; }
  .post-tp-7-header.wfi .post-header-title {
    padding: 0; } }

/*
 * GDPR
*/
.bs-wrap-gdpr-law {
  display: block;
  color: #212121;
  font-size: 14px; }

.bs-gdpr-law {
  padding: 8px 15px;
  color: inherit;
  font-size: inherit;
  display: block;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #f5f5f5; }

.bs-gdpr-law p {
  font-size: inherit;
  color: inherit;
  margin: 0;
  display: inline-block; }

.bs-gdpr-law .bs-gdpr-accept,
.bs-gdpr-law .bs-gdpr-more {
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: inherit;
  color: inherit;
  margin-left: 10px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.bs-gdpr-law .bs-gdpr-accept {
  background: #212121;
  color: #fff;
  padding: 6px 15px; }

.bs-gdpr-law .bs-gdpr-accept:hover,
.bs-gdpr-law .bs-gdpr-more:hover {
  opacity: 0.8; }

.bs-gdpr-law,
.bs-wrap-gdpr-law .bs-gdpr-show {
  position: fixed;
  z-index: 19999;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.bs-wrap-gdpr-law .bs-gdpr-show {
  display: inline-block;
  width: auto;
  right: 100px;
  left: auto;
  padding: 6px 15px;
  font-size: inherit;
  color: inherit;
  background: #f5f5f5;
  line-height: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s; }

.bs-wrap-gdpr-law-close {
  z-index: 0; }

.bs-wrap-gdpr-law-close .bs-gdpr-law,
.bs-wrap-gdpr-law .bs-gdpr-show {
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.bs-wrap-gdpr-law-close .bs-gdpr-show {
  transform: translateY(0);
  -webkit-transform: translateY(0); }

@media screen and (max-width: 768px) {
  .bs-wrap-gdpr-law .bs-gdpr-show {
    display: none !important; } }

/*
 * FIXME
*/
.sidebar-column-primary {
  z-index: 1000; }

/**
 * ->Skyscraper
 **/
.bs-sks {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  pointer-events: none; }

.bs-sks.bs-sks-type-1 {
  bottom: 0; }

.bs-sks.bs-sks-type-2 {
  left: calc(((100vw - var(--publisher-site-width)) / 2) * -1);
  max-width: initial !important;
  display: inline-table;
  width: calc(100vw - 9px) !important;
  height: 100%; }

.bs-sksin3,
.bs-sksin1 {
  display: inline-table;
  height: 100%;
  width: 100%; }

.bs-sks.bs-sks-s1 .bs-sksin2 {
  --sks-top: calc(1px - 1px);
  --sks-top-gap: var(--wp-adminbar-height);
  position: sticky;
  top: calc(var(--sks-top) + var(--sks-top-gap));
  transition: top .2s ease; }

body.menu-pined .bs-sks.bs-sks-s1 .bs-sksin2 {
  --sks-top-gap: calc(var(--publisher-menu-height) + var(--wp-adminbar-height)); }

.bs-sks .bs-sks-path {
  overflow: hidden; }

.bs-sks .bs-sks-path-boxed {
  max-width: var(--publisher-site-width);
  margin-left: auto;
  margin-right: auto; }

.bs-sks .bs-sksitem > * {
  pointer-events: all; }

.bs-sks .bs-sksiteml {
  float: left;
  transform: translateX(-100%); }

.bs-sks.bs-sks-type-2 .bs-sksiteml {
  transform: translateX(calc(-100% + 5px)); }

.bs-sks .bs-sksitemr {
  float: right;
  transform: translateX(100%); }

.bs-sks.bs-sks-type-2 .bs-sksitemr {
  transform: translateX(calc(100% + 5px)); }

.bs-sks.bs-sks-sticky .bs-sksin2 {
  --sks-top: 0px;
  --sks-top-gap: 0px;
  position: sticky;
  top: calc(var(--sks-top) + var(--sks-top-gap));
  transition: top .2s ease; }

body.admin-bar .bs-sks.bs-sks-sticky .bs-sksin2,
body.full-width .bs-sks.bs-sks-sticky.bs-sks-pafter-header .bs-sksin2 {
  --sks-top: 30px; }

body.full-width.admin-bar .bs-sks.bs-sks-sticky.bs-sks-pafter-header .bs-sksin2 {
  --sks-top: 60px; }

body.full-menu-pined .bs-sks.bs-sks-sticky .bs-sksin2 {
  --sks-top-gap:30px; }

/**
 * ->Listing Small columns
 **/
.listing.scolumns-1 .listing-item {
  width: 100%;
  float: none; }

/* 2 Column */
.listing.scolumns-2 .listing-item {
  width: 50%;
  float: left; }

.listing.scolumns-2 .listing-item:nth-child(odd) {
  padding-right: 12px;
  clear: left; }

.listing.scolumns-2 .listing-item:nth-child(even) {
  padding-left: 12px; }

/* 3 Column */
.listing.scolumns-3 .listing-item {
  width: 33.3333%;
  float: left; }

.listing.scolumns-3 .listing-item:nth-child(3n-1) {
  padding: 0 6px; }

.listing.scolumns-3 .listing-item:nth-child(3n-2) {
  padding-right: 12px;
  clear: left; }

.listing.scolumns-3 .listing-item:nth-child(3n+3) {
  padding-left: 12px; }

/* 4 Column */
.listing.scolumns-4 .listing-item {
  width: 25%;
  float: left; }

.listing.scolumns-4 .listing-item:nth-child(4n-3) {
  padding-left: 0;
  padding-right: 14px;
  clear: left; }

.listing.scolumns-4 .listing-item:nth-child(4n+2) {
  padding-left: 5px;
  padding-right: 9px; }

.listing.scolumns-4 .listing-item:nth-child(4n+3) {
  padding-left: 9px;
  padding-right: 5px; }

.listing.scolumns-4 .listing-item:nth-child(4n+4) {
  padding-right: 0;
  padding-left: 14px;
  clear: none; }

/* 5 Column */
.listing.scolumns-5 .listing-item {
  width: 20%;
  float: left; }

.listing.scolumns-5 .listing-item:nth-child(5n+1) {
  padding-left: 0;
  padding-right: 12px;
  clear: left; }

.listing.scolumns-5 .listing-item:nth-child(5n+2) {
  padding-left: 4px;
  padding-right: 8px; }

.listing.scolumns-5 .listing-item:nth-child(5n+3) {
  padding-left: 6px;
  padding-right: 6px; }

.listing.scolumns-5 .listing-item:nth-child(5n+4) {
  padding-left: 8px;
  padding-right: 4px; }

.listing.scolumns-5 .listing-item:nth-child(5n+5) {
  padding-left: 12px;
  padding-right: 0; }

/* Columns responsive */
@media only screen and (max-width: 1000px) {
  .listing.scolumns-5 .listing-item {
    width: 25%;
    float: left; }
  .listing.scolumns-5 .listing-item:nth-child(4n-3) {
    padding-left: 0;
    padding-right: 14px;
    clear: left; }
  .listing.scolumns-5 .listing-item:nth-child(4n+2) {
    padding-left: 5px;
    padding-right: 9px;
    clear: none; }
  .listing.scolumns-5 .listing-item:nth-child(4n+3) {
    padding-left: 9px;
    padding-right: 5px; }
  .listing.scolumns-5 .listing-item:nth-child(4n+4) {
    padding-right: 0;
    padding-left: 14px;
    clear: none !important; } }

@media only screen and (max-width: 900px) {
  .listing.scolumns-5 .listing-item,
  .listing.scolumns-4 .listing-item {
    width: 33.3333%;
    float: left; }
  .listing.scolumns-5 .listing-item:nth-child(3n-1),
  .listing.scolumns-4 .listing-item:nth-child(3n-1) {
    padding: 0 6px;
    clear: none; }
  .listing.scolumns-5 .listing-item:nth-child(3n-2),
  .listing.scolumns-4 .listing-item:nth-child(3n-2) {
    padding-right: 12px;
    padding-left: 0;
    clear: left; }
  .listing.scolumns-5 .listing-item:nth-child(3n+3),
  .listing.scolumns-4 .listing-item:nth-child(3n+3) {
    padding-left: 12px;
    padding-right: 0;
    clear: none; } }

@media only screen and (max-width: 600px) {
  .listing.scolumns-3 .listing-item,
  .listing.scolumns-4 .listing-item,
  .listing.scolumns-5 .listing-item {
    width: 50%;
    float: left; }
  .listing.scolumns-3 .listing-item:nth-child(odd),
  .listing.scolumns-4 .listing-item:nth-child(odd),
  .listing.scolumns-5 .listing-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 12px;
    clear: left; }
  .listing.scolumns-3 .listing-item:nth-child(even),
  .listing.scolumns-4 .listing-item:nth-child(even),
  .listing.scolumns-5 .listing-item:nth-child(even) {
    padding-right: 0;
    padding-left: 12px;
    clear: none; } }

@media only screen and (max-width: 320px) {
  .listing.scolumns-2 .listing-item,
  .listing.scolumns-3 .listing-item,
  .listing.scolumns-4 .listing-item,
  .listing.scolumns-5 .listing-item {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important; } }

/**
 * ->Listing Counter Badges
 **/
.post-count-badge {
  pointer-events: none;
  display: inline-block; }

.post-count-badge.pcb-t1 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
  box-shadow: 0 0 0 2px #fff; }

.post-count-badge.pcb-t1.pcb-s1 {
  color: #fff;
  background: #2a2a2a; }

.post-count-badge.pcb-t1.pcb-s2 {
  color: #000;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: none; }

.post-count-badge.pcb-t2 {
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.045);
  font-family: arial; }

.post-count-badge.pcb-t2.pcb-s2 {
  font-size: 42px; }

/**
 * =>Listing Classic
 **/
.listing-item-classic .post-subtitle {
  margin-bottom: 7px; }

/**
 * =>Listing Classic 1
 **/
.listing-item-classic-1 {
  margin-bottom: 22px; }

.listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner,
.listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner,
.listing-item-classic-1 .listing-inner {
  padding-bottom: 22px;
  border-bottom: 1px solid #F1F1F1; }

.listing-item-classic-1.has-not-post-thumbnail .listing-inner {
  padding-bottom: 28px; }

.listing-item-classic-1:last-child {
  margin-bottom: 0; }

.listing-item-classic-1:last-child .listing-inner {
  padding-bottom: 0;
  border-bottom: none; }

.listing-item-classic-1 .featured {
  position: relative;
  line-height: 0;
  margin-bottom: 17px; }

.listing-item-classic-1 .featured iframe {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.listing-item-classic-1 .featured .img-holder {
  width: 100%;
  margin: 0;
  float: none; }

.listing-item-classic-1 .featured .img-holder:before {
  padding-top: 50%; }

.listing-item-classic-1 .title {
  margin: 0 0 6px; }

.listing-item-classic-1 .title a {
  color: inherit; }

.listing-item-classic-1 .post-meta {
  margin: 0 0 9px; }

.listing-item-classic.bsw-1 .title,
.listing-item-classic.bsw-2 .title,
.listing-item-classic.bsw-3 .title,
.listing-item-classic.bsw-4 .title {
  line-height: 1.3; }

.listing-item-classic.bsw-1 .title .post-title,
.listing-item-classic.bsw-2 .title .post-title,
.listing-item-classic.bsw-3 .title .post-title,
.listing-item-classic.bsw-4 .title .post-title {
  font-size: 88%; }

@media only screen and (max-width: 400px) {
  .listing-item-classic .title {
    line-height: 1.3 !important; }
  .listing-item-classic .title .post-title {
    font-size: 88% !important; } }

/**
 * =>Listing Classic 2
 **/
.listing.columns-3 > .listing-item-classic-2:last-child,
.listing.columns-1 > .listing-item-classic-2:last-child {
  margin-bottom: 25px; }

.listing.columns-2 > .listing-item-classic-2:last-child,
.listing-item-classic-2 {
  margin-bottom: 30px; }

.listing .listing-classic-2 > .listing-item-classic-2:last-child,
.listing-item-classic-2:last-child {
  margin-bottom: 0; }

.listing-item-classic-2 .listing-inner {
  padding: 0 20px 20px 20px;
  border: 1px solid #e6e6e6; }

.listing-item-classic-2.has-not-post-thumbnail .listing-inner {
  padding-top: 20px; }

.listing-item-classic-2 .featured {
  position: relative;
  line-height: 0;
  margin: -1px -21px 17px; }

.listing-item-classic-2 .featured iframe {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.listing-item-classic-2 .featured .img-holder {
  width: 100%;
  margin: 0;
  float: none; }

.listing-item-classic-2 .featured .img-holder:before {
  padding-top: 56%; }

.listing-item-classic-2 .title {
  margin: 0 0 6px; }

.listing-item-classic-2 .title a {
  color: inherit; }

.listing-item-classic-2 .post-meta {
  margin: 0 0 9px; }

/**
 * =>Listing Classic 3
 **/
.listing-classic-3.columns-3 .listing-item-classic-3:last-child,
.listing-classic-3.columns-2 .listing-item-classic-3:last-child,
.listing-item-classic-3 {
  margin-bottom: 25px; }

.listing-item-classic-3 .listing-inner {
  padding: 0 25px 25px;
  border-bottom: 1px solid #F1F1F1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
  z-index: 1;
  margin-top: -15px; }

.listing-item-classic-3:last-child .listing-inner,
.listing-item-classic-3:last-child {
  margin-bottom: 0;
  border-bottom: none; }

.listing-classic-3.columns-3 .listing-item-classic-3:last-child .listing-inner,
.listing-classic-3.columns-2 .listing-item-classic-3:last-child .listing-inner {
  border-bottom: 1px solid #F1F1F1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.listing-item-classic-3 .featured {
  position: relative;
  line-height: 0; }

.listing-item-classic-3 .featured iframe {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.listing-item-classic-3 .featured .img-holder {
  width: 100%;
  margin: 0;
  float: none; }

.listing-item-classic-3 .featured .img-holder:before {
  padding-top: 55%; }

.listing-item-classic-3 .title {
  margin: 40px 0 6px; }

.listing-item-classic-3 .featured .title {
  margin: 0 4%;
  background: #fff;
  position: absolute;
  bottom: -2px;
  padding: 26px 25px 25px;
  width: 92%; }

.listing-item-classic-3 .title a {
  color: inherit; }

.listing-item-classic-3 .title h2 {
  margin: 0; }

.listing-item-classic-3 .post-meta {
  margin: 0 0 9px; }

.listing-item-classic-3.has-not-post-thumbnail .listing-inner {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.listing-item-classic-3.has-not-post-thumbnail .title {
  margin-top: 20px; }

.listing-item-classic-3.bsw-1 .featured .img-holder:before,
.listing-item-classic-3.bsw-2 .featured .img-holder:before,
.listing-item-classic-3.bsw-3 .featured .img-holder:before,
.listing-item-classic-3.bsw-4 .featured .img-holder:before {
  padding-top: 65%; }

.listing-item-classic-3.bsw-1 .featured .title,
.listing-item-classic-3.bsw-2 .featured .title,
.listing-item-classic-3.bsw-3 .featured .title {
  margin: 15px 0 10px;
  padding: 0;
  background: #fff;
  position: relative; }

.listing-item-classic-3.bsw-1 .listing-inner,
.listing-item-classic-3.bsw-2 .listing-inner,
.listing-item-classic-3.bsw-3 .listing-inner {
  padding: 0 0 15px;
  margin: 0; }

@media only screen and (max-width: 380px) {
  .listing-item-classic-3 .featured .img-holder:before {
    padding-top: 65% !important; }
  .listing-item-classic-3 .featured .title {
    margin: 15px 0 10px !important;
    padding: 0 !important;
    background: #fff !important;
    position: relative !important;
    bottom: inherit !important; }
  .listing-item-classic-3 .listing-inner {
    padding: 0 0 15px !important;
    margin: 0 !important; } }

/**
 * =>Listing Grid
 **/
/**
 * ->Listing Grid 1
 **/
.listing-item-grid-1 {
  margin-bottom: 22px; }

.listing-item-grid-1 .featured {
  position: relative;
  line-height: 0;
  margin-bottom: 13px; }

.listing-item-grid-1 .featured iframe {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.listing-item-grid-1 .featured .img-holder {
  width: 100%;
  margin: 0;
  float: none;
  display: block; }

.listing-item-grid-1 .featured .img-holder:before {
  padding-top: 58%; }

.listing-item-grid-1:hover .format-icon {
  right: 50%;
  top: 50%;
  margin-top: -16px;
  margin-right: -16px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4); }

.listing-item-grid-1 .title {
  margin: 0 0 6px; }

.listing-item-grid-1 .title a {
  color: inherit;
  text-transform: inherit; }

.listing-item-grid-1 .post-meta {
  margin: 0 0 7px; }

.listing-item-grid-1 .post-summary {
  padding-bottom: 22px;
  border-bottom: 1px solid #F1F1F1;
  border-bottom-color: rgba(0, 0, 0, 0.07); }

.listing-item-grid-1 .post-subtitle {
  margin-bottom: 6px; }

/* columns */
.listing-grid.columns-1 .listing-item-grid-1:last-child .post-summary {
  padding-bottom: 0;
  border-bottom: none; }

.listing-item-grid.simple-grid .featured {
  margin-bottom: 7px; }

.listing-item-grid.simple-grid .featured .img-holder:before {
  padding-top: 66%; }

/**
 * ->Listing Grid 2
 **/
.listing-item-grid-2 {
  margin-bottom: 22px; }

.listing-item-grid-2 .featured {
  position: relative;
  line-height: 0;
  margin-bottom: 13px; }

.listing-item-grid-2 .featured iframe {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.listing-item-grid-2 .featured .img-holder {
  width: 100%;
  margin: 0;
  float: none;
  display: block; }

.listing-item-grid-2 .featured .img-holder:before {
  padding-top: 58%; }

.listing-item-grid-2:hover .format-icon {
  right: 50%;
  top: 50%;
  margin-top: -16px;
  margin-right: -16px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4); }

.listing-item-grid-2 .title {
  margin: 0 0 6px; }

.listing-item-grid-2 .title a {
  color: inherit;
  text-transform: inherit; }

.listing-item-grid-2 .post-meta {
  margin: 0 0 15px; }

.listing-item-grid-2 .post-summary {
  padding-bottom: 22px;
  border-bottom: 1px solid #F1F1F1; }

.listing-item-grid-2 .post-subtitle {
  margin-bottom: 6px; }

/**
 * =>Listing Blog 1 & 5
 **/
.listing-item-blog .format-icon {
  right: 15px;
  top: 15px;
  width: 28px;
  height: 28px;
  line-height: 25px;
  font-size: 13px; }

.listing-item-blog .format-icon.format-audio {
  padding-right: 3px; }

.listing-item-blog .format-icon.format-video {
  padding-left: 3px; }

.listing-item-blog .format-icon .fa {
  line-height: 25px; }

.listing-item-blog .featured:hover .format-icon {
  right: 50%;
  top: 50%;
  margin-top: -16px;
  margin-right: -16px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4); }

.listing-item-blog-5,
.listing-item-blog-1 {
  margin-bottom: 25px; }

.listing-item-blog-5:last-child,
.listing-item-blog-1:last-child {
  margin-bottom: 0; }

.listing-item-blog-5 .featured,
.listing-item-blog-1 .featured {
  position: relative;
  float: left;
  margin-right: 26px;
  line-height: 0; }

.listing-item-blog-5 .featured .img-holder,
.listing-item-blog-1 .featured .img-holder {
  width: 210px;
  margin: 0; }

.listing-item-blog-5 .featured .img-holder.img-holder:before,
.listing-item-blog-1 .featured .img-holder.img-holder:before {
  padding-top: 64%; }

.listing-item-blog-5 > .item-inner > .title,
.listing-item-blog-1 > .item-inner > .title {
  margin: 0 0 6px; }

.listing-item-blog-5 > .item-inner > .title a,
.listing-item-blog-1 > .item-inner > .title a {
  color: inherit; }

.listing-item-blog-5 .post-summary,
.listing-item-blog-1 .post-summary {
  margin-top: 6px; }

.listing-item-blog-1.has-post-thumbnail .post-summary {
  padding-left: 237px; }

.listing-item-blog-5.has-post-thumbnail .post-summary {
  padding-left: 326px; }

.listing-item-blog-5 .post-summary p + .read-more {
  margin-top: 0; }

.listing-item-blog-5 .featured .img-holder {
  width: 300px;
  margin: 0; }

.listing-item-blog.has-not-post-thumbnail:first-child {
  padding-top: 0;
  border-top: none; }

.listing-item-blog.has-not-post-thumbnail + .listing-item-blog,
.listing-item-blog + .listing-item-blog.has-not-post-thumbnail {
  padding-top: 18px;
  border-top: 1px solid #f1f3f5; }

.listing-item-blog > .item-inner > .post-subtitle {
  margin-bottom: 5px; }

.listing-item-blog > .item-inner > .post-meta + .post-subtitle {
  margin-top: 5px; }

.listing-item-blog-5.bsw-1 .img-holder,
.listing-item-blog-5.bsw-2 .img-holder,
.listing-item-blog-5.bsw-3 .img-holder,
.listing-item-blog-5.bsw-4 .img-holder,
.listing-item-blog-5.bsw-5 .img-holder {
  width: 220px; }

.listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-5 .post-summary {
  padding-left: 243px; }

.listing-item-blog-5.bsw-1 .featured,
.listing-item-blog-5.bsw-2 .featured,
.listing-item-blog-5.bsw-3 .featured,
.listing-item-blog-5.bsw-4 .featured,
.listing-item-blog-2.bsw-1 .featured,
.listing-item-blog-2.bsw-2 .featured,
.listing-item-blog-2.bsw-3 .featured,
.listing-item-blog-2.bsw-4 .featured,
.listing-item-blog-1.bsw-1 .featured,
.listing-item-blog-1.bsw-2 .featured,
.listing-item-blog-1.bsw-3 .featured,
.listing-item-blog-1.bsw-4 .featured {
  float: none;
  text-align: center;
  margin: 0 0 10px 0;
  display: inline-block; }

.listing-item-blog-5.bsw-1 .featured,
.listing-item-blog-5.bsw-1 .img-holder,
.listing-item-blog-5.bsw-2 .featured,
.listing-item-blog-5.bsw-2 .img-holder,
.listing-item-blog-5.bsw-3 .featured,
.listing-item-blog-5.bsw-3 .img-holder,
.listing-item-blog-5.bsw-4 .featured,
.listing-item-blog-5.bsw-4 .img-holder {
  width: 100%; }

.listing-item-blog-2.has-post-thumbnail.bsw-1 .post-summary,
.listing-item-blog-2.has-post-thumbnail.bsw-2 .post-summary,
.listing-item-blog-2.has-post-thumbnail.bsw-3 .post-summary,
.listing-item-blog-2.has-post-thumbnail.bsw-4 .post-summary {
  padding-right: 0; }

.listing-item-blog-1.has-post-thumbnail.bsw-1 .post-summary,
.listing-item-blog-1.has-post-thumbnail.bsw-2 .post-summary,
.listing-item-blog-1.has-post-thumbnail.bsw-3 .post-summary,
.listing-item-blog-1.has-post-thumbnail.bsw-4 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary,
.listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary {
  padding-left: 0; }

@media only screen and (max-width: 830px) {
  .listing-item-blog-5.has-post-thumbnail .post-summary,
  .listing-item-blog-1.has-post-thumbnail .post-summary {
    padding-left: 0 !important; }
  .listing-item-blog-5 .featured,
  .listing-item-blog-2 .featured,
  .listing-item-blog-1 .featured {
    float: none !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    display: inline-block !important; }
  .listing-item-blog-5 .featured,
  .listing-item-blog-5 .img-holder {
    width: 100% !important; } }

/**
 * =>Listing Blog 2
 **/
.listing-item-blog-2 {
  margin-bottom: 25px; }

.listing-item-blog-2:last-child {
  margin-bottom: 0; }

.listing-item-blog-2 .featured {
  position: relative;
  float: right;
  margin-left: 23px;
  line-height: 0; }

.listing-item-blog-2 .featured .img-holder {
  width: 210px;
  margin: 0; }

.listing-item-blog-2 .featured .img-holder.img-holder:before {
  padding-top: 64%; }

.listing-item-blog-2 > .item-inner > .title {
  margin: 0 0 6px; }

.listing-item-blog-2 > .item-inner > .title a {
  color: inherit; }

.listing-item-blog-2 .post-summary {
  margin-top: 6px; }

.listing-item-blog-2.has-post-thumbnail .post-summary {
  padding-right: 233px; }

@media only screen and (max-width: 420px) {
  .listing-item-blog-2.has-post-thumbnail .post-summary {
    padding-right: 0 !important; }
  .listing-item-blog-2 .featured {
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important; } }

/**
 * =>Listing Blog 3
 **/
.listing-item-blog-3 {
  margin-bottom: 25px; }

.listing-item-blog-3:last-child {
  margin-bottom: 0; }

.listing-item-blog-3 .featured {
  position: relative;
  float: left;
  margin-right: 23px;
  line-height: 0; }

.listing-item-blog-3 .featured .img-holder {
  width: 210px;
  margin: 0; }

.listing-item-blog-3.has-post-thumbnail .post-summary {
  padding-left: 233px; }

.listing-item-blog-3 .featured .img-holder.img-holder:before {
  padding-top: 64%; }

.listing-item-blog-3 > .item-inner > .title {
  margin: 7px 0 3px; }

.listing-item-blog-3 > .item-inner > .post-meta {
  margin-bottom: 10px; }

.listing-item-blog-3 > .item-inner > .title a {
  color: inherit; }

.listing-item-blog-3.bsw-1 .featured,
.listing-item-blog-3.bsw-2 .featured,
.listing-item-blog-3.bsw-3 .featured,
.listing-item-blog-3.bsw-4 .featured {
  float: none;
  text-align: center;
  margin: 0 0 10px 0; }

.listing-item-blog-3.bsw-1 .featured,
.listing-item-blog-3.bsw-2 .featured,
.listing-item-blog-3.bsw-3 .featured,
.listing-item-blog-3.bsw-4 .featured {
  float: none;
  text-align: center;
  margin: 0 0 10px 0;
  display: inline-block; }

.listing-item-blog-3.has-post-thumbnail.bsw-1 .post-summary,
.listing-item-blog-3.has-post-thumbnail.bsw-2 .post-summary,
.listing-item-blog-3.has-post-thumbnail.bsw-3 .post-summary,
.listing-item-blog-3.has-post-thumbnail.bsw-4 .post-summary {
  padding-left: 0; }

@media only screen and (max-width: 420px) {
  .listing-item-blog-3 .featured {
    float: none !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important; }
  .listing-item-blog-3 .featured {
    float: none !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    display: inline-block !important; }
  .listing-item-blog-3.has-post-thumbnail .post-summary {
    padding-left: 0 !important; } }

/**
 * =>Listing Blog 4
 **/
.listing-blog-4 .listing-item-blog.has-post-thumbnail {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1; }

.listing-blog-4 .listing-item-blog.has-post-thumbnail:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

/**
 * =>Listing Blog 5
 **/
.listing-item-blog-5 .post-subtitle {
  margin-bottom: 7px; }

/**
 * =>Tall Listings
 **/
.listing-item-tall .format-icon {
  right: 15px;
  top: 15px;
  width: 28px;
  height: 28px;
  line-height: 25px;
  font-size: 12px; }

.listing-item-tall .format-icon .fa {
  line-height: 25px; }

.listing-item-tall:hover .format-icon {
  right: 50%;
  top: 50%;
  margin-top: -16px;
  margin-right: -16px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4); }

.listing-item-tall .post-subtitle {
  margin-bottom: 5px; }

.listing-item-tall .featured + .post-subtitle {
  margin: 8px 0 -8px; }

.listing-item-tall .post-meta + .post-subtitle {
  margin-top: 8px; }

/**
 * =>Listing Tall 1
 **/
.listing-item-tall-1 {
  margin-bottom: 23px; }

.listing-item-tall-1:last-child {
  margin-bottom: 0; }

.listing-item-tall-1 .featured {
  position: relative; }

.bs-ll-d .listing-item-tall-1 .featured .img-holder,
.bs-ll-a .listing-item-tall-1 .featured .img-holder.b-loaded,
.listing-item-tall-1 .featured .img-holder {
  width: 100%;
  margin: 0;
  background-position: top center; }

.bs-ll-a .listing-item-tall-1 .featured .img-holder {
  background-position: center center; }

.listing-item-tall-1 .featured .img-holder.img-holder:before {
  padding-top: 134%; }

.listing-item-tall-1 > .title {
  margin: 15px 0 9px; }

.listing-item-tall-1 > .title a {
  color: inherit; }

.listing-item-tall-1 .post-summary {
  margin-top: 10px; }

/**
 * =>Listing Tall 2
 **/
.listing-item-tall-2 {
  margin-bottom: 23px; }

.bs-slider-item .listing-item-tall-2 {
  margin-bottom: 0 !important; }

.listing-item-tall-2:last-child {
  margin-bottom: 0; }

.listing-item-tall-2 .featured {
  position: relative; }

.bs-ll-d .listing-item-tall-2 .featured .img-holder,
.bs-ll-a .listing-item-tall-2 .featured .img-holder.b-loaded,
.listing-item-tall-2 .featured .img-holder {
  width: 100%;
  margin: 0;
  background-position: top center; }

.bs-ll-a .listing-item-tall-2 .featured .img-holder {
  background-position: center center; }

.listing-item-tall-2 .featured .img-holder.img-holder:before {
  padding-top: 134%; }

.listing-item-tall-2 .term-badges.floated {
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none; }

.listing-item-tall-2 .term-badges.floated a {
  pointer-events: all; }

.listing-item-tall-2 > .title {
  margin: 15px 0 9px; }

.listing-item-tall-2 > .title a {
  color: inherit; }

.listing-item-tall-2 .post-meta {
  text-align: center; }

.listing-item-tall-2 .post-summary {
  text-align: center;
  margin-top: 10px; }

.listing-item-tall-2 .post-subtitle {
  text-align: center !important; }

/**
 * =>Listing Thumbnail 1
 **/
.listing-item-tb-1 {
  margin-bottom: 22px;
  position: relative; }

.listing-mix-3-1 .listing-tb-1 > .listing-item-tb-1:last-child,
.listing-item-tb-1:last-child {
  margin-bottom: 0; }

.listing-item-tb-1 .title {
  margin: 0; }

.listing-item-tb-1 .title a {
  color: inherit; }

.listing-item-tb-1 .featured {
  margin-right: 13px;
  float: left;
  position: relative;
  line-height: 0; }

.listing-item-tb-1 .img-holder {
  width: 86px;
  margin-right: 0;
  float: none; }

.listing-item-tb-1 .img-holder:before {
  padding-top: 74%; }

.listing-item-tb-1 .featured.featured-type-author-avatar .img-holder:before {
  padding-top: 100%; }

.listing-item-tb-1 .post-subtitle {
  margin-top: 4px; }

.listing-item-tb-1 .featured + .post-subtitle {
  margin: 0; }

.bs-listing.bs-listing-listing-thumbnail-1 .bs-pagination {
  margin-top: 15px; }

.listing-item-tb-1.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1; }

.listing-item-tb-1.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
  margin-bottom: 5px; }

/**
 * =>Listing Thumbnail 2
 **/
.listing-item-tb-2 {
  margin-bottom: 20px;
  position: relative; }

.listing-item-tb-2 .term-badges.floated {
  left: 0; }

.listing-item-tb-2 .item-inner {
  position: relative; }

.listing-item-tb-2 .title {
  margin: 0; }

.listing-item-tb-2 .title a {
  color: inherit; }

.listing-item-tb-2 .post-meta {
  margin-top: 5px; }

.listing-item-tb-2 .post-summary {
  margin-top: 5px; }

.listing-item-tb-2 .featured {
  margin-bottom: 10px;
  line-height: 0;
  position: relative; }

.listing-item-tb-2 .format-icon {
  right: 15px;
  top: 15px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  font-size: 12px; }

.listing-item-tb-2 .format-icon .fa {
  line-height: 24px; }

.listing-item-tb-2:hover .format-icon {
  right: 50%;
  top: 50%;
  margin-top: -16px;
  margin-right: -16px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5); }

.listing-item-tb-2 .img-holder {
  width: 100%;
  margin-right: 0;
  float: none;
  display: block; }

.listing-item-tb-2 .img-holder:before {
  padding-top: 70%; }

.listing-item-tb-2 .featured.featured-type-author-avatar .img-holder:before {
  padding-top: 100%; }

.listing-item-tb-2 .post-subtitle {
  margin-bottom: 5px; }

.listing-item-tb-2 .title + .post-subtitle {
  margin: 5px 0 0; }

.listing-item-tb-2.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
  position: absolute;
  bottom: -14px;
  left: 6px;
  z-index: 1; }

.listing-item-tb-2.has-post-thumbnail.has-counter-badge .featured {
  margin-bottom: 22px; }

.listing-item-tb-2.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
  margin-bottom: 10px; }

/**
 * =>Listing Thumbnail 3
 **/
.listing-item-tb-3 {
  margin-bottom: 20px;
  position: relative; }

.listing-item-tb-3:last-child {
  margin-bottom: 0; }

.listing-tb-3 > .listing-item-tb-3:last-child {
  margin-bottom: 20px; }

.listing-item-tb-3 .title {
  margin: 0; }

.listing-item-tb-3 .title a {
  color: inherit; }

.listing-item-tb-3 .featured {
  margin-left: 15px;
  float: right;
  position: relative;
  line-height: 0; }

.listing-item-tb-3 .img-holder {
  width: 86px;
  margin-right: 0;
  float: none; }

.listing-item-tb-3 .img-holder:before {
  padding-top: 74%; }

.listing-item-tb-3 .featured.featured-type-author-avatar .img-holder:before {
  padding-top: 100%; }

.listing-item-tb-3 .post-subtitle {
  margin-top: 4px; }

.listing-item-tb-3 .featured + .post-subtitle {
  margin: 0; }

.listing-item-tb-3.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1; }

.listing-item-tb-3.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
  margin-bottom: 5px; }

/**
 * =>Listing Text 1
 **/
.listing-item-text-1 {
  position: relative;
  margin-bottom: 15px; }

.listing-item-text-1:last-child {
  margin-bottom: 0; }

.listing-item-text-1 .item-inner {
  padding-bottom: 15px;
  border-bottom: 1px dashed #EAEAEA;
  border-bottom-color: rgba(0, 0, 0, 0.08); }

.listing-item-text-1 .term-badges.floated {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  text-align: center;
  margin-bottom: 12px; }

.listing-item-text-1 .term-badges.floated .term-badge a {
  color: #fff !important;
  margin: 0 2px; }

.listing-item-text-1 .title {
  margin: 0; }

.listing-item-text-1.no-meta .title {
  margin-bottom: 10px; }

.listing-item-text-1 .title a {
  color: inherit; }

.listing-item-text-1 .post-meta {
  padding-top: 6px;
  text-align: center; }

.listing-item-text-1 .post-summary {
  padding-top: 4px;
  text-align: center; }

.listing-text-1.listing.columns-1 .listing-item:last-child {
  margin-bottom: 0; }

.listing-text-1.listing.columns-1 .listing-item:last-child .item-inner {
  border-bottom: none; }

.listing-item-text-1 .post-subtitle {
  text-align: center !important;
  margin: 5px 0 0; }

.listing-item-text-1 .post-subtitle + .post-meta {
  padding-top: 5px; }

.listing-item-text-1 .post-subtitle + .title {
  margin-top: 6px; }

.listing-item-text-1 .post-subtitle:first-child {
  margin-top: 0; }

.listing-item-text-1 .post-count-badge.pcb-t2.pcb-s1 {
  position: absolute;
  top: 0;
  left: 0; }

/**
 * =>Listing Text 2
 **/
.listing-item-text-2 {
  position: relative;
  margin-bottom: 15px; }

.listing-item-text-2:last-child {
  margin-bottom: 0; }

.listing-item-text-2 .item-inner {
  border-left: 3px solid rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.7s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.7s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.7s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.3s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  padding: 6px 0 6px 14px; }

.listing-item-text-2 .term-badges.floated {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  text-align: center;
  margin-bottom: 10px; }

.listing-item-text-2 .term-badges.floated .term-badge a {
  background: #434343 !important;
  color: #fff !important;
  margin: 0; }

.listing-item-text-2 .title {
  margin: 0; }

.listing-item-text-2 .title a {
  color: inherit; }

.listing-item-text-2 .post-meta .comments,
.listing-item-text-2 .post-meta .post-author,
.listing-item-text-2 .post-meta {
  font-size: 11px; }

.listing-text-2.listing.columns-1 .listing-item:last-child {
  margin-bottom: 0; }

.listing-text-2.listing.columns-1 .listing-item:last-child .item-inner {
  border-bottom: none; }

.listing-item-text-2 .post-subtitle {
  margin-top: 4px; }

.listing-item-text-2 .post-subtitle:first-child {
  margin-top: 0; }

.listing-item-text-2 .post-subtitle + .title {
  margin-top: 4px; }

.listing-item-text-2 .post-summary {
  padding-top: 6px; }

.listing-item-text-2 .post-count-badge.pcb-t2.pcb-s2 {
  position: absolute;
  bottom: 0;
  right: 0; }

/**
 * =>Listing Text 3
 **/
.listing-item-text-3 {
  margin-bottom: 13px; }

.listing-item-text-3 .item-inner {
  padding-bottom: 13px !important;
  border-bottom: 1px solid #f0f0f0;
  border-bottom-color: rgba(0, 0, 0, 0.06);
  position: relative; }

.listing-item-text-3:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.listing-item-text-3 .title {
  margin: 0; }

.listing-item-text-3 .title a {
  color: inherit; }

.listing-item-text-3 .post-meta {
  margin-top: 2px; }

.listing-item-text-3 .post-summary {
  margin-top: 4px; }

.content-column > .listing-text-3 .listing-item-text-3 {
  margin-bottom: 17px;
  padding-bottom: 17px !important; }

.listing-item-text-3 .post-subtitle {
  margin-top: 4px; }

.listing-item-text-3 .post-subtitle:first-child {
  margin-top: 0; }

.listing-item-text-3 .post-subtitle + .title {
  margin-top: 4px; }

.listing-item-text-3.has-counter-badge .item-inner {
  padding-left: 43px; }

.listing-item-text-3.has-counter-badge .post-count-badge.pcb-t1.pcb-s2 {
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px; }

/**
 * =>Listing Text 4
 **/
.listing-item-text-4 {
  margin-bottom: 13px; }

.listing-item-text-4 .item-inner {
  padding-bottom: 13px !important;
  border-bottom: 1px solid #f0f0f0;
  border-bottom-color: rgba(0, 0, 0, 0.06);
  position: relative; }

.listing-item-text-4:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.listing-text-4.columns-1 .listing-item-text-4:last-child {
  margin-bottom: 0; }

.listing-text-4.columns-1 .listing-item-text-4:last-child .item-inner {
  border-bottom: none;
  padding-bottom: 0; }

.listing-item-text-4 .title {
  margin: 0; }

.listing-item-text-4 .title a {
  color: inherit; }

.listing-item-text-4 .post-meta {
  margin-top: 2px; }

.listing-item-text-4 .post-summary {
  margin-top: 4px; }

.listing-item-text-4 .term-badges.text-badges {
  margin-bottom: 6px; }

.content-column > .listing-text-4 .listing-item-text-4 {
  margin-bottom: 17px;
  padding-bottom: 17px !important; }

.listing-item-text-4 .post-subtitle {
  margin-top: 4px; }

.listing-item-text-4 .post-subtitle:first-child {
  margin-top: 0; }

.listing-item-text-4 .post-subtitle + .title {
  margin-top: 4px; }

.listing-item-text-4.has-counter-badge .item-inner {
  padding-left: 43px; }

.listing-item-text-4.has-counter-badge .post-count-badge.pcb-t1.pcb-s2 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px; }

/**
 * =>BS Listing
 **/
.bs-listing p:empty {
  display: none; }

/**
 * =>Mix Listing 1
 **/
.listing-mix-1-1 .listing-item-grid-1 {
  margin-bottom: 0; }

.listing-mix-1-1 .listing-item-grid-1 .post-summary {
  padding-bottom: 0;
  border-bottom: none; }

.listing-mix-1-1 .listing-item-tb-1 {
  margin-bottom: 27px; }

.listing-mix-1-1 .listing-item-tb-1:last-child {
  margin-bottom: 0; }

.listing-mix-1-1 .column-1 {
  width: 50%;
  float: left;
  padding-right: 18px; }

.listing-mix-1-1 .column-2 {
  width: 50%;
  float: left;
  padding-left: 18px; }

.listing.listing-mix-1-1.l-1-col .column-2,
.listing.listing-mix-1-1.l-1-col .column-1 {
  width: 100%;
  padding: 0;
  float: none; }

.listing.listing-mix-1-1.l-1-col .column-1 {
  margin-bottom: 24px; }

@media only screen and (max-width: 450px) {
  .listing.listing-mix-1-1 .column-2,
  .listing.listing-mix-1-1 .column-1 {
    width: 100%;
    padding: 0;
    float: none; }
  .listing.listing-mix-1-1 .column-1 {
    margin-bottom: 24px; } }

/**
 * =>Mix Listing 1-2
 **/
.listing.listing-mix-1-2 .listing-item-grid-1 {
  margin-bottom: 30px; }

.listing.listing-mix-1-2 .listing-item-grid-1 .post-summary {
  padding-bottom: 0;
  border-bottom: none; }

.listing.listing-mix-1-2 .listing-item-tb-1 {
  margin-bottom: 7px; }

.listing.listing-mix-1-2 .column-1 {
  width: 50%;
  float: left;
  padding-right: 18px; }

.listing.listing-mix-1-2 .column-2 {
  width: 50%;
  float: left;
  padding-left: 18px; }

.bs-listing-listing-mix-1-2 .bs-pagination-wrapper .listing + .listing {
  margin-top: 0; }

.listing.listing-mix-1-2.l-1-col .column-2,
.listing.listing-mix-1-2.l-1-col .column-1 {
  width: 100%;
  padding: 0;
  float: none; }

.listing.listing-mix-1-2.l-1-col .column-1 {
  margin-bottom: 20px; }

@media only screen and (max-width: 450px) {
  .listing.listing-mix-1-2 .column-2,
  .listing.listing-mix-1-2 .column-1 {
    width: 100% !important;
    padding: 0 !important;
    float: none !important; }
  .listing.listing-mix-1-2 .column-1 {
    margin-bottom: 20px; } }

/**
 * =>Mix Listing 1-4
 **/
.listing.listing-mix-1-4 .listing-item-grid-1 {
  margin-bottom: 0; }

.listing.listing-mix-1-4 .listing-item-grid-1 .post-summary {
  padding-bottom: 0;
  border-bottom: none; }

.listing.listing-mix-1-4 .column-1 {
  width: 70%;
  float: left;
  padding-right: 18px; }

.listing.listing-mix-1-4 .column-2 {
  width: 30%;
  float: left;
  padding-left: 18px; }

.listing.listing-mix-1-4.l-1-col .column-2,
.listing.listing-mix-1-4.l-1-col .column-1 {
  width: 100%;
  padding: 0;
  float: none; }

.listing.listing-mix-1-4.l-1-col .listing-item-grid-1 {
  margin-bottom: 20px; }

.listing.listing-mix-1-4.l-1-col .listing-item-tb-2 {
  width: 50%;
  float: left; }

.listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(odd) {
  padding-right: 13px;
  clear: left; }

.listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(even) {
  padding-left: 13px; }

@media only screen and (max-width: 450px) {
  .listing.listing-mix-1-4 .column-2,
  .listing.listing-mix-1-4 .column-1 {
    width: 100% !important;
    padding: 0 !important;
    float: none !important; }
  .listing.listing-mix-1-4 .listing-item-grid-1 {
    margin-bottom: 20px; }
  .listing.listing-mix-1-4 .listing-item-tb-2 {
    width: 50%;
    float: left; }
  .listing.listing-mix-1-4 .listing-item-tb-2:nth-child(odd) {
    padding-right: 13px;
    clear: left; }
  .listing.listing-mix-1-4 .listing-item-tb-2:nth-child(even) {
    padding-left: 13px; } }

/**
 * =>Mix Listing 2-1
 **/
.listing-mix-2-1 .listing-item-grid-1 .post-summary {
  padding-bottom: 0;
  border-bottom: none; }

.bs-listing-listing-mix-2-1 .bs-pagination-wrapper .listing + .listing {
  margin-top: 0; }

.listing-mix-2-1.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  float: none;
  padding: 0 !important; }

@media only screen and (max-width: 450px) {
  .listing-mix-2-1 .listing.columns-2 .listing-item {
    width: 100%;
    float: none;
    padding: 0 !important; } }

/**
 * =>Mix Listing 2-2
 **/
.listing-mix-2-2 .listing-item-grid-1 .post-summary {
  padding-bottom: 0;
  border-bottom: none; }

.listing-mix-2-2.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  float: none;
  padding: 0 !important; }

@media only screen and (max-width: 450px) {
  .listing-mix-2-2 .listing.columns-2 .listing-item {
    width: 100%;
    float: none;
    padding: 0 !important; } }

/**
 * =>Mix Listing 3
 **/
.listing.listing-mix-3-1 .row-1 + .row-2 {
  margin-top: 23px; }

.listing.listing-mix-3-1 .listing-item-grid-1 {
  margin-bottom: 0; }

/**
 * =>Mix Listing 3-2
 **/
.listing.listing-mix-3-2 .row-1:last-child {
  margin-bottom: 20px; }

.listing.listing-mix-3-2 .row-1 + .row-2 {
  margin-top: 23px; }

.listing.listing-mix-3-2 .listing-item-grid-1 {
  margin-bottom: 0; }

.listing.listing-mix-3-2 .listing-item-tb-2 {
  margin-bottom: 25px; }

.more_btn > .listing-mix-3-2 + .listing-mix-3-2,
.infinity > .listing-mix-3-2 + .listing-mix-3-2 {
  margin-top: 0; }

/**
 * =>Mix Listing 3-3
 **/
.listing.listing-mix-3-3 .row-1 + .row-2 {
  margin-top: 23px; }

.listing.listing-mix-3-3 .listing-item-grid-1 {
  margin-bottom: 0; }

.listing.listing-mix-3-3 .listing-item-text-2 {
  margin-bottom: 25px; }

.listing-mix-3-3.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  float: none;
  padding: 0 !important; }

@media only screen and (max-width: 450px) {
  .listing-mix-3-3 .listing.columns-2 .listing-item {
    width: 100%;
    float: none;
    padding: 0 !important; } }

/**
 * =>Mix Listing 3-4
 **/
.listing.listing-mix-3-4 .row-1 + .row-2 {
  margin-top: 23px; }

.listing.listing-mix-3-4 .listing-item-tb-1:last-child,
.listing.listing-mix-3-4 .listing-mg-3-item {
  margin-bottom: 0; }

.listing.listing-mix-3-4 .listing-item-tb-1 {
  margin-bottom: 25px; }

/**
 * =>Mix Listing 6
 **/
.listing-mix-6 .listing-item-grid-1 {
  margin-bottom: 0; }

.listing-mix-6 .listing-item-grid-1 .post-summary {
  padding-bottom: 0;
  border-bottom: none; }

.listing-mix-6 .listing-item-text:last-child {
  margin-bottom: 0; }

.listing-mix-6 .column-1 {
  width: 50%;
  float: left;
  padding-right: 18px; }

.listing-mix-6 .column-2 {
  width: 50%;
  float: left;
  padding-left: 18px; }

.listing.listing-mix-6.l-1-col .column-2,
.listing.listing-mix-6.l-1-col .column-1 {
  width: 100%;
  padding: 0;
  float: none; }

.listing.listing-mix-6.l-1-col .column-1 {
  margin-bottom: 20px; }

@media only screen and (max-width: 450px) {
  .listing.listing-mix-6 .column-2,
  .listing.listing-mix-6 .column-1 {
    width: 100%;
    padding: 0;
    float: none; }
  .listing.listing-mix-6 .column-1 {
    margin-bottom: 20px; } }

/**
 * =>Mix Listing 10
 **/
.listing-mix-4-1 .listing-classic-3 {
  margin-bottom: 15px; }

.bs-pagination-wrapper .listing-mix-4-1 + .listing-mix-4-1 {
  margin-top: 0; }

.listing.listing-mix-4-1.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  padding: 0;
  float: none; }

@media only screen and (max-width: 500px) {
  .listing.listing-mix-4-1 .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none; } }

/**
 * =>Mix Listing 11
 **/
.listing-mix-4-2 .listing-classic-3 {
  margin-bottom: 15px; }

.bs-listing-listing-mix-4-2 .bs-pagination-wrapper .listing + .listing {
  margin-top: 0; }

.listing.listing-mix-4-2.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  padding: 0;
  float: none; }

@media only screen and (max-width: 500px) {
  .listing.listing-mix-4-2 .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none; } }

/**
 * =>Mix Listing 12
 **/
.listing-mix-4-3 .listing-classic-2 {
  margin-bottom: 25px; }

.bs-pagination-wrapper .listing-mix-4-3 + .listing-mix-4-3 {
  margin-top: 0; }

.listing.listing-mix-4-3.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  padding: 0;
  float: none; }

@media only screen and (max-width: 500px) {
  .listing.listing-mix-4-3 .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none; } }

/**
 * =>Mix Listing 13
 **/
.listing-mix-4-4 .listing-classic-2 {
  margin-bottom: 25px;
  margin-top: 0 !important; }

.bs-pagination-wrapper .listing-mix-4-4 + .listing-mix-4-4 {
  margin-top: 0; }

.listing.listing-mix-4-4.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  padding: 0;
  float: none; }

@media only screen and (max-width: 500px) {
  .listing.listing-mix-4-4 .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none; } }

/**
 * =>Mix Listing 14
 **/
.listing-mix-4-5 .listing-classic-2.columns-2 .listing-item-classic-2 {
  margin-bottom: 30px !important; }

.listing-mix-4-5 .listing-classic-2 {
  margin-bottom: 30px; }

.listing-mix-4-5 .listing-classic-2:last-child {
  margin-bottom: 0; }

.bs-listing-listing-mix-4-5 .bs-pagination-wrapper .listing + .listing {
  margin-top: 0; }

.listing.listing-mix-4-5.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  padding: 0;
  float: none; }

@media only screen and (max-width: 500px) {
  .listing.listing-mix-4-5 .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none; } }

/**
 * =>Mix Listing 15
 **/
.listing-mix-4-6 .listing-classic-2.columns-2 .listing-item-classic-2 {
  margin-bottom: 30px !important; }

.listing-mix-4-6 .listing-classic-2 {
  margin-bottom: 30px; }

.listing-mix-4-6 .listing-classic-2.columns-2 {
  margin-bottom: 0; }

.bs-listing-listing-mix-4-6 .bs-pagination-wrapper .listing + .listing {
  margin-top: 0; }

.listing.listing-mix-4-6.l-1-col .listing.columns-2 .listing-item {
  width: 100%;
  padding: 0;
  float: none; }

@media only screen and (max-width: 500px) {
  .listing.listing-mix-4-6 .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none; } }

/**
 * =>Mix Listing 16
 **/
.listing-mix-4-7 .listing-classic-3 {
  margin-bottom: 0; }

.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing + .listing {
  margin-top: 0; }

.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing-mix-4-7 + .listing-mix-4-7.listing-mix-4-7 {
  margin-top: 20px; }

/**
 * =>Mix Listing 17
 **/
.listing-mix-4-8 .listing-classic-2 {
  margin-bottom: 25px; }

/**
 * =>Modern Grid Listing
 **/
.listing-mg-item {
  position: relative;
  overflow: hidden; }

.listing-mg-item.has-not-post-thumbnail .img-cont {
  background-color: #e4e4e4; }

.listing-modern-grid .bs-slider-item .item-content,
.listing-mg-1-item .item-content,
.listing-mg-item .term-badges.floated,
.listing-mg-item .content-container {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; }

.listing-mg-1-item .img-cont {
  -webkit-backface-visibility: hidden; }

.listing-mg-item .post-meta .views.views.views {
  color: #fff !important; }

.listing-mg-item.listing-mg-5-item .post-meta.post-meta .views.views.views {
  padding: 0;
  background: transparent; }

.listing-mg-item .post-meta .views {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 1px 6px;
  vertical-align: middle; }

.listing-modern-grid.slider-overlay-simple .listing-mg-item .content-container {
  padding: 22px 20px 20px;
  background: rgba(0, 0, 0, 0.42);
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important; }

.listing-modern-grid.slider-overlay-simple-gr .listing-mg-item .img-cont:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  top: auto;
  height: 75%; }

.listing-modern-grid.slider-overlay-colored .listing-item-17 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-9 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-1 .img-cont:after {
  background: #dc4225;
  background: -moz-linear-gradient(45deg, #292484 0%, #dc4225 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #292484), color-stop(100%, #dc4225));
  background: -webkit-linear-gradient(45deg, #292484 0%, #dc4225 100%);
  background: -o-linear-gradient(45deg, #292484 0%, #dc4225 100%);
  background: -ms-linear-gradient(45deg, #292484 0%, #dc4225 100%);
  background: linear-gradient(45deg, #292484 0%, #dc4225 100%); }

.listing-modern-grid.slider-overlay-colored .listing-item-18 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-10 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-2 .img-cont:after {
  background: #26D0CE;
  background: -moz-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1A2980), color-stop(100%, #26D0CE));
  background: -webkit-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
  background: -o-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
  background: -ms-linear-gradient(45deg, #1A2980 0%, #26D0CE 100%);
  background: linear-gradient(45deg, #1A2980 0%, #26D0CE 100%); }

.listing-modern-grid.slider-overlay-colored .listing-item-19 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-11 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-3 .img-cont:after {
  background: #1D976C;
  background: -moz-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1D976C), color-stop(100%, #3cf93d));
  background: -webkit-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
  background: -o-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
  background: -ms-linear-gradient(45deg, #1D976C 0%, #3cf93d 100%);
  background: linear-gradient(45deg, #1D976C 0%, #3cf93d 100%); }

.listing-modern-grid.slider-overlay-colored .listing-item-20 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-12 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-4 .img-cont:after {
  background: #dc4225;
  background: -moz-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #e0be00), color-stop(100%, #dc4225));
  background: -webkit-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
  background: -o-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
  background: -ms-linear-gradient(45deg, #e0be00 0%, #dc4225 100%);
  background: linear-gradient(45deg, #e0be00 0%, #dc4225 100%); }

.listing-modern-grid.slider-overlay-colored .listing-item-21 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-13 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-5 .img-cont:after {
  background: #ff4f39;
  background: -moz-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff4f39), color-stop(100%, #dd0098));
  background: -webkit-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
  background: -o-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
  background: -ms-linear-gradient(45deg, #ff4f39 0%, #dd0098 100%);
  background: linear-gradient(45deg, #ff4f39 0%, #dd0098 100%); }

.listing-modern-grid.slider-overlay-colored .listing-item-22 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-14 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-6 .img-cont:after {
  background: #3895ff;
  background: -moz-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #3895ff), color-stop(100%, #2add28));
  background: -webkit-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
  background: -o-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
  background: -ms-linear-gradient(45deg, #3895ff 0%, #2add28 100%);
  background: linear-gradient(45deg, #3895ff 0%, #2add28 100%); }

.listing-modern-grid.slider-overlay-colored .listing-item-23 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-15 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-7 .img-cont:after {
  background: #7741d5;
  background: -moz-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #7741d5), color-stop(100%, #c56200));
  background: -webkit-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
  background: -o-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
  background: -ms-linear-gradient(45deg, #7741d5 0%, #c56200 100%);
  background: linear-gradient(45deg, #7741d5 0%, #c56200 100%); }

.listing-modern-grid.slider-overlay-colored .listing-item-24 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-16 .img-cont:after,
.listing-modern-grid.slider-overlay-colored .listing-item-8 .img-cont:after {
  background: #06c67b;
  background: -moz-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #06c67b), color-stop(100%, #076fc5));
  background: -webkit-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
  background: -o-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
  background: -ms-linear-gradient(45deg, #06c67b 0%, #076fc5 100%);
  background: linear-gradient(45deg, #06c67b 0%, #076fc5 100%); }

.listing-modern-grid.slider-overlay-colored .listing-mg-item .img-cont:after {
  opacity: 0.7; }

.listing-modern-grid.slider-overlay-colored .listing-mg-item:hover .img-cont:after {
  opacity: .53; }

/* Animated Gradiant */
.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item .img-cont:after {
  background-size: 300% 300%;
  -webkit-animation: mg-gr-anim 5.5s ease-in infinite;
  -moz-animation: mg-gr-anim 5.5s ease-in infinite;
  -o-animation: mg-gr-anim 5.5s ease-in infinite;
  animation: mg-gr-anim 5.5s ease-in infinite;
  opacity: 0.5; }

.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item:hover .img-cont:after {
  opacity: .7; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-17 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-9 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-1 .img-cont:after {
  background: linear-gradient(135deg, #292484, #dc4225);
  background-size: 500% 500%; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-18 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-10 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-2 .img-cont:after {
  background: linear-gradient(135deg, #1A2980, #26D0CE);
  background-size: 500% 500%; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-19 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-11 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-3 .img-cont:after {
  background: linear-gradient(135deg, #1D976C, #3cf93d);
  background-size: 500% 500%; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-20 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-12 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-4 .img-cont:after {
  background: linear-gradient(135deg, #e0be00, #dc4225);
  background-size: 500% 500%; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-21 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-13 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-5 .img-cont:after {
  background: linear-gradient(135deg, #ff4f39, #dd0098);
  background-size: 1000% 1000%; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-22 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-14 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-6 .img-cont:after {
  background: linear-gradient(135deg, #06c67b, #076fc5);
  background-size: 1000% 1000%; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-23 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-15 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-7 .img-cont:after {
  background: linear-gradient(135deg, #7741d5, #c56200);
  background-size: 1000% 1000%; }

.listing-modern-grid.slider-overlay-colored-anim .listing-item-24 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-16 .img-cont:after,
.listing-modern-grid.slider-overlay-colored-anim .listing-item-8 .img-cont:after {
  background: linear-gradient(135deg, #3895ff, #2add28);
  background-size: 1000% 1000%; }

@-webkit-keyframes mg-gr-anim {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@-moz-keyframes mg-gr-anim {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@-o-keyframes mg-gr-anim {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@keyframes mg-gr-anim {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

.listing-mg-item.listing-mg-6-item.listing-mg-6-item:hover .title a,
.listing-mg-item.listing-mg-4-item.listing-mg-4-item:hover .title a,
.listing-mg-item.listing-mg-3-item.listing-mg-3-item:hover .title a,
.listing-mg-item.listing-mg-2-item.listing-mg-2-item:hover .title a,
.listing-mg-item.listing-mg-1-item.listing-mg-1-item:hover .title a {
  color: #fff !important; }

.listing-modern-grid-6.l-2 .listing-mg-item:hover .format-icon,
.listing-modern-grid-6.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-6.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-6.l-5 .listing-mg-item:hover .format-icon,
.listing-modern-grid-4.l-2 .listing-mg-item:hover .format-icon,
.listing-modern-grid-4.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-4.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-4.l-5 .listing-mg-item:hover .format-icon,
.listing-modern-grid-3.l-2 .listing-mg-item:hover .format-icon,
.listing-modern-grid-3.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-3.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-3.l-5 .listing-mg-item:hover .format-icon,
.listing-modern-grid-2.l-2 .listing-mg-item:hover .format-icon,
.listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon,
.listing-modern-grid-1.l-2 .listing-mg-item:hover .format-icon,
.listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon {
  right: 20px;
  top: 20px;
  margin-top: 0;
  margin-right: 0;
  transform: none; }

.listing-mg-item:hover .format-icon {
  right: 50%;
  top: 50%;
  margin-top: -16px;
  margin-right: -16px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4); }

.listing-item-3.listing-mg-1-item:hover .format-icon,
.listing-item-4.listing-mg-1-item:hover .format-icon {
  margin-top: -30px; }

.listing-item-5.listing-mg-2-item:hover .format-icon,
.listing-item-4.listing-mg-2-item:hover .format-icon,
.listing-item-3.listing-mg-2-item:hover .format-icon,
.listing-item-2.listing-mg-2-item:hover .format-icon {
  margin-top: -25px; }

.listing-mg-3-item:hover .format-icon {
  top: 27px;
  margin-top: 0; }

.more_btn > .listing-modern-grid-3 + .listing-modern-grid-3,
.infinity > .listing-modern-grid-3 + .listing-modern-grid-3 {
  margin-top: 0; }

body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont {
  background-size: inherit !important;
  transition: none;
  transition: all 0.35s; }

body.bs-ll-d .listing-mg-type-1 .img-cont.img-cont,
body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-error,
body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-loaded {
  background-size: cover !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: none;
  animation: none; }

.listing-mg-item .post-subtitle {
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.listing-mg-item .post-subtitle a,
.listing-mg-item .post-subtitle {
  color: #fff !important; }

.listing-mg-item .post-subtitle {
  margin-top: 10px; }

.listing-mg-item .post-subtitle + .post-meta {
  margin-top: 5px; }

.listing-mg-item .post-subtitle:first-child {
  margin: 0 0 7px; }

@media only screen and (max-width: 480px) {
  .listing-modern-grid-6 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-6 .listing-mg-item .format-icon,
  .listing-modern-grid-4 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-4 .listing-mg-item .format-icon,
  .listing-modern-grid-3 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-3 .listing-mg-item .format-icon,
  .listing-modern-grid-2 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-2 .listing-mg-item .format-icon,
  .listing-modern-grid-1 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-1 .listing-mg-item .format-icon {
    right: 20px;
    top: 20px;
    margin-top: 0;
    margin-right: 0;
    transform: none; } }

/**
 * ->Modern Grid Type 1
 **/
.listing-mg-type-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 68.17%; }

.listing-modern-grid .bs-slider-item .listing-mg-type-1 .item-content,
.listing-mg-type-1 .item-content {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.listing-mg-type-1 .img-cont {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: -1px;
  left: -2px;
  right: -2px;
  bottom: -1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  -moz-transform-origin: 0 0; }

body.bs-ll-d .listing-mg-type-1 .img-cont,
.listing-mg-type-1 .img-cont.b-error,
.listing-mg-type-1 .img-cont.b-loaded {
  background-size: cover !important; }

.listing-mg-type-1 .img-cont:after {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.listing-mg-type-1:hover .img-cont {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.listing-mg-type-1 .content-container {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  padding: 0;
  max-height: 75%;
  overflow: hidden;
  pointer-events: none; }

.listing-mg-type-1 .content-container a {
  pointer-events: all; }

.listing-mg-type-1 .title {
  margin: 0;
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.4; }

.listing-item.listing-mg-type-1 .title.title a.post-url.post-url,
.listing-item.listing-mg-type-1 .title.title a.post-url.post-url:hover {
  color: inherit !important; }

.listing-mg-type-1 .post-meta,
.listing-mg-type-1 .post-meta {
  margin-top: 3px; }

.listing-mg-type-1 .post-meta .post-author {
  color: #fff; }

.listing-mg-type-1 .post-meta .comments {
  color: #fff;
  float: right;
  margin-right: 0;
  margin-left: 15px; }

.listing-mg-type-1 .post-meta .rating + .comments {
  float: none;
  margin-left: 0;
  vertical-align: middle; }

.listing-mg-type-1 .post-meta .time,
.listing-mg-type-1 .post-meta .post-author:after {
  color: rgba(255, 255, 255, 0.57); }

/**
 * ->Modern Grid Listing 1
 **/
.listing-mg-1-item.listing-item-2 .title,
.listing-mg-1-item.listing-item-3 .title,
.listing-mg-1-item.listing-item-4 .title,
.listing-mg-1-item.listing-item-5 .title {
  font-size: 72%; }

.listing-mg-1-item.listing-item-2 .title {
  font-size: 80%; }

.listing-modern-grid-1 .mg-col-1 {
  width: 56%;
  float: left;
  padding-right: 1px;
  overflow: hidden; }

.listing-modern-grid-1 .mg-col-2 {
  width: 44%;
  float: left;
  padding-left: 1px;
  overflow: hidden; }

.listing-modern-grid-1 .mg-row-1 {
  margin: 0 0 2px;
  overflow: hidden; }

.listing-mg-1-item.listing-item-2:before {
  padding-top: 47.29%; }

.listing-modern-grid-1 .item-4-cont,
.listing-modern-grid-1 .item-3-cont {
  width: 50%;
  float: left;
  overflow: hidden; }

.listing-modern-grid-1 .item-3-cont {
  padding-right: 1px; }

.listing-modern-grid-1 .item-4-cont {
  padding-left: 1px; }

.listing-mg-1-item.listing-item-3:before,
.listing-mg-1-item.listing-item-4:before {
  padding-top: 78.54%; }

/* */
.listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-3:before,
.listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-4:before {
  padding-top: 78.43%; }

/* */
.listing-modern-grid-1.l-2 .listing-mg-1-item:before {
  padding-top: 89%; }

.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-2:before {
  padding-top: 63.74%; }

.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-4:before,
.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-3:before {
  padding-top: 98.58%; }

.listing-modern-grid-1.l-5 .listing-item-1 .title,
.listing-modern-grid-1.l-4 .listing-item-1 .title,
.listing-modern-grid-1.l-3 .listing-item-1 .title,
.listing-modern-grid-1.l-2 .listing-item-1 .title {
  font-size: 80%; }

.listing-modern-grid-1.l-2 .listing-item-2 .title {
  font-size: 72%; }

.listing-modern-grid-1.l-5 .listing-item-4 .title,
.listing-modern-grid-1.l-5 .listing-item-3 .title,
.listing-modern-grid-1.l-4 .listing-item-4 .title,
.listing-modern-grid-1.l-4 .listing-item-3 .title,
.listing-modern-grid-1.l-3 .listing-item-4 .title,
.listing-modern-grid-1.l-3 .listing-item-3 .title,
.listing-modern-grid-1.l-2 .listing-item-4 .title,
.listing-modern-grid-1.l-2 .listing-item-3 .title {
  font-size: 62%; }

.listing-modern-grid-1.l-5 .listing-item-4 .term-badges,
.listing-modern-grid-1.l-4 .listing-item-4 .term-badges,
.listing-modern-grid-1.l-3 .listing-item-4 .term-badges,
.listing-modern-grid-1.l-2 .listing-item-4 .term-badges,
.listing-modern-grid-1.l-2 .listing-item-3 .term-badges {
  display: none; }

.listing-modern-grid-1.l-5 .listing-mg-item .content-container,
.listing-modern-grid-1.l-4 .listing-mg-item .content-container,
.listing-modern-grid-1.l-3 .listing-mg-item .content-container,
.listing-modern-grid-1.l-2 .listing-mg-item .content-container {
  left: 15px;
  right: 15px;
  bottom: 10px;
  max-height: 50%; }

/* */
.listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon,
.listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-1.l-4 .listing-mg-item .format-icon,
.listing-modern-grid-1.l-5 .listing-mg-item .format-icon,
.listing-modern-grid-1.l-3 .listing-mg-item .format-icon {
  right: 12px;
  top: 12px; }

.listing-modern-grid-1.l-5 .mg-col-1,
.listing-modern-grid-1.l-3 .mg-col-1 {
  width: 100%;
  padding: 0; }

.listing-modern-grid-1.l-5 .mg-col-2,
.listing-modern-grid-1.l-3 .mg-col-2 {
  width: 100%;
  padding: 2px 0 0 0; }

.listing-modern-grid-1.l-5 .mg-row-1,
.listing-modern-grid-1.l-3 .mg-row-1 {
  width: 100%;
  padding: 0;
  float: none; }

.listing-modern-grid-1.l-5 .mg-row-2,
.listing-modern-grid-1.l-3 .mg-row-2 {
  width: 100%;
  padding: 0;
  float: none; }

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before,
.listing-modern-grid-1.l-5 .listing-item-1:before,
.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before,
.listing-modern-grid-1.l-4 .listing-item-1:before,
.listing-modern-grid-1.l-3 .listing-mg-1-item.listing-item-2:before,
.listing-modern-grid-1.l-3 .listing-item-1:before {
  padding-top: 46%; }

.listing-modern-grid-1.l-5 .listing-item-2 .title,
.listing-modern-grid-1.l-4 .listing-item-2 .title,
.listing-modern-grid-1.l-3 .listing-item-2 .title {
  font-size: 72%; }

.listing-modern-grid-1.l-3 .listing-item-2 .post-meta,
.listing-modern-grid-1.l-3 .listing-item-3 .term-badges.floated,
.listing-modern-grid-1.l-3 .listing-item-4 .term-badges.floated {
  display: none; }

/* */
.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-1:before {
  padding-top: 50%; }

.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2 .term-badges.floated {
  display: none; }

.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before {
  padding-top: 38%; }

/* */
.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1:before {
  padding-top: 57%; }

.listing-modern-grid-1.l-5 .listing-item-2 .post-meta,
.listing-modern-grid-1.l-5 .listing-item-3 .term-badges.floated,
.listing-modern-grid-1.l-5 .listing-item-4 .term-badges.floated,
.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2 .term-badges.floated,
.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1 .post-meta {
  display: none; }

.listing-modern-grid-1.l-5 .listing-item-2 .title {
  font-size: 64%; }

.listing-modern-grid-1.l-5 .listing-mg-item .content-container {
  left: 12px;
  right: 12px;
  bottom: 12px; }

.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container {
  max-height: 40%; }

.slider-overlay-simple.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container {
  max-height: 60%;
  padding: 12px 12px 10px; }

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-4:before,
.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-3:before {
  padding-top: 88%; }

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before {
  padding-top: 50.5%; }

@media only screen and (max-width: 980px) {
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before,
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before {
    padding-top: 78.43%; } }

@media only screen and (max-width: 780px) {
  .listing-modern-grid-1 .listing-mg-1-item:before {
    padding-top: 89%; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
    padding-top: 63.74%; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before,
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before {
    padding-top: 98.58%; }
  .listing-modern-grid-1 .listing-item-1 .title {
    font-size: 80%; }
  .listing-modern-grid-1 .listing-item-2 .title {
    font-size: 72%; }
  .listing-modern-grid-1 .listing-item-4 .title,
  .listing-modern-grid-1 .listing-item-3 .title {
    font-size: 62%; }
  .listing-modern-grid-1 .listing-item-4 .term-badges,
  .listing-modern-grid-1 .listing-item-3 .term-badges {
    display: none; }
  .listing-modern-grid-1 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 10px;
    max-height: 50%; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-1 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-1 .listing-mg-item .format-icon {
    right: 12px;
    top: 12px; }
  .listing-modern-grid-1 .mg-col-1 {
    width: 100%;
    padding: 0; }
  .listing-modern-grid-1 .mg-col-2 {
    width: 100%;
    padding: 2px 0 0 0; }
  .listing-modern-grid-1 .mg-row-1 {
    width: 100%;
    padding: 0;
    float: none; }
  .listing-modern-grid-1 .mg-row-2 {
    width: 100%;
    padding: 0;
    float: none; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before,
  .listing-modern-grid-1 .listing-item-1:before {
    padding-top: 46%; }
  .listing-modern-grid-1 .listing-item-2 .title {
    font-size: 72%; }
  .listing-modern-grid-1 .listing-item-2 .post-meta,
  .listing-modern-grid-1 .listing-item-3 .term-badges.floated,
  .listing-modern-grid-1 .listing-item-4 .term-badges.floated {
    display: none; } }

@media only screen and (max-width: 560px) {
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before {
    padding-top: 50%; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-2 .term-badges.floated {
    display: none; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
    padding-top: 38%; } }

@media only screen and (max-width: 480px) {
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
    padding-top: 50.5%; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before {
    padding-top: 57%; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-1 .post-meta {
    display: none; }
  .listing-modern-grid-1 .listing-item-2 .title {
    font-size: 64%; }
  .listing-modern-grid-1 .listing-mg-item .content-container {
    left: 12px;
    right: 12px;
    bottom: 12px; }
  .listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container {
    max-height: 40%; }
  .slider-overlay-simple.listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container {
    max-height: 60%;
    padding: 12px 12px 10px; }
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before,
  .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before {
    padding-top: 88%; } }

/**
 * ->Modern Grid Listing 2
 **/
.listing-mg-2-item.listing-item-2 .title,
.listing-mg-2-item.listing-item-3 .title,
.listing-mg-2-item.listing-item-4 .title,
.listing-mg-2-item.listing-item-5 .title {
  font-size: 72%; }

.listing-mg-2-item:before {
  padding-top: 77.8%; }

.listing-mg-2-item.listing-item-1:before {
  padding-top: 69.05%; }

.listing-modern-grid-2 .mg-col-1 {
  width: 53%;
  float: left;
  padding-right: 1px; }

.listing-modern-grid-2 .mg-col-2 {
  width: 47%;
  float: left;
  padding-left: 1px; }

.listing-modern-grid-2 .item-2-cont,
.listing-modern-grid-2 .item-3-cont,
.listing-modern-grid-2 .item-4-cont,
.listing-modern-grid-2 .item-5-cont {
  width: 50%;
  float: left; }

.listing-modern-grid-2 .item-4-cont,
.listing-modern-grid-2 .item-2-cont {
  padding-right: 1px; }

.listing-modern-grid-2 .item-5-cont,
.listing-modern-grid-2 .item-3-cont {
  padding-left: 1px; }

.listing-modern-grid-2 .mg-row-1 {
  margin-bottom: 2px; }

/* */
.listing-modern-grid-2.l-5 .listing-mg-item .content-container,
.listing-modern-grid-2.l-4 .listing-mg-item .content-container,
.listing-modern-grid-2.l-3 .listing-mg-item .content-container,
.listing-modern-grid-2.l-2 .listing-mg-item .content-container,
.listing-modern-grid-2.l-1 .listing-mg-item .content-container {
  left: 15px;
  right: 15px;
  bottom: 12px;
  max-height: 50%; }

/* */
.listing-modern-grid-2.l-5 .mg-col-2,
.listing-modern-grid-2.l-5 .mg-col-1,
.listing-modern-grid-2.l-4 .mg-col-2,
.listing-modern-grid-2.l-4 .mg-col-1,
.listing-modern-grid-2.l-3 .mg-col-2,
.listing-modern-grid-2.l-3 .mg-col-1,
.listing-modern-grid-2.l-2 .mg-col-2,
.listing-modern-grid-2.l-2 .mg-col-1 {
  width: 50%; }

.listing-modern-grid-2.l-5 .listing-mg-item:before,
.listing-modern-grid-2.l-4 .listing-mg-item:before,
.listing-modern-grid-2.l-3 .listing-mg-item:before,
.listing-modern-grid-2.l-2 .listing-mg-item:before {
  padding-top: 92.97%; }

.listing-modern-grid-2.l-5 .listing-item-1:before,
.listing-modern-grid-2.l-4 .listing-item-1:before,
.listing-modern-grid-2.l-3 .listing-item-1:before,
.listing-modern-grid-2.l-2 .listing-item-1:before {
  padding-top: 93%; }

.listing-modern-grid-2.l-5 .listing-mg-item .title,
.listing-modern-grid-2.l-4 .listing-mg-item .title,
.listing-modern-grid-2.l-3 .listing-mg-item .title,
.listing-modern-grid-2.l-2 .listing-mg-item .title {
  font-size: 64%; }

.listing-modern-grid-2.l-5 .listing-item-1 .title,
.listing-modern-grid-2.l-4 .listing-item-1 .title,
.listing-modern-grid-2.l-3 .listing-item-1 .title,
.listing-modern-grid-2.l-2 .listing-item-1 .title {
  font-size: 86%; }

.listing-modern-grid-2.l-5 .listing-item-5 .term-badges,
.listing-modern-grid-2.l-5 .listing-item-4 .term-badges,
.listing-modern-grid-2.l-5 .listing-item-3 .term-badges,
.listing-modern-grid-2.l-5 .listing-item-2 .term-badges,
.listing-modern-grid-2.l-4 .listing-item-5 .term-badges,
.listing-modern-grid-2.l-4 .listing-item-4 .term-badges,
.listing-modern-grid-2.l-4 .listing-item-3 .term-badges,
.listing-modern-grid-2.l-4 .listing-item-2 .term-badges,
.listing-modern-grid-2.l-3 .listing-item-5 .term-badges,
.listing-modern-grid-2.l-3 .listing-item-4 .term-badges,
.listing-modern-grid-2.l-3 .listing-item-3 .term-badges,
.listing-modern-grid-2.l-3 .listing-item-2 .term-badges,
.listing-modern-grid-2.l-2 .listing-item-5 .term-badges,
.listing-modern-grid-2.l-2 .listing-item-4 .term-badges,
.listing-modern-grid-2.l-2 .listing-item-3 .term-badges,
.listing-modern-grid-2.l-2 .listing-item-2 .term-badges {
  display: none; }

/**/
.listing-modern-grid-2.l-5 .listing-mg-item .post-meta,
.listing-modern-grid-2.l-4 .listing-mg-item .post-meta,
.listing-modern-grid-2.l-3 .listing-mg-item .post-meta {
  display: none !important; }

.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-1 .post-meta,
.listing-modern-grid-2.l-4 .listing-mg-item.listing-item-1 .post-meta,
.listing-modern-grid-2.l-3 .listing-mg-item.listing-item-1 .post-meta {
  display: block; }

.listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon,
.listing-modern-grid-2.l-5 .listing-mg-item .format-icon,
.listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-2.l-4 .listing-mg-item .format-icon,
.listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-2.l-3 .listing-mg-item .format-icon {
  right: 12px;
  top: 12px; }

.listing-modern-grid-2.l-5 .listing-mg-item:before,
.listing-modern-grid-2.l-4 .listing-mg-item:before,
.listing-modern-grid-2.l-3 .listing-mg-item:before {
  padding-top: 60%; }

.listing-modern-grid-2.l-5 .listing-item-1:before,
.listing-modern-grid-2.l-4 .listing-item-1:before,
.listing-modern-grid-2.l-3 .listing-item-1:before {
  padding-top: 45%; }

.listing-modern-grid-2.l-5 .mg-col-1,
.listing-modern-grid-2.l-4 .mg-col-1,
.listing-modern-grid-2.l-3 .mg-col-1 {
  width: 100%;
  padding: 0;
  margin-bottom: 2px; }

.listing-modern-grid-2.l-5 .mg-col-2,
.listing-modern-grid-2.l-4 .mg-col-2,
.listing-modern-grid-2.l-3 .mg-col-2 {
  width: 100%;
  padding: 0; }

/**/
.listing-modern-grid-2.l-5 .listing-mg-item .format-icon,
.listing-modern-grid-2.l-4 .listing-mg-item .format-icon {
  display: none; }

.listing-modern-grid-2.l-5 .listing-mg-item-1 .format-icon,
.listing-modern-grid-2.l-4 .listing-mg-item-1 .format-icon {
  display: block; }

.listing-modern-grid-2.l-5 .listing-mg-item:before,
.listing-modern-grid-2.l-4 .listing-mg-item:before {
  padding-top: 80%; }

.listing-modern-grid-2.l-5 .listing-item-1:before,
.listing-modern-grid-2.l-4 .listing-item-1:before {
  padding-top: 60%; }

/***/
.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-5 .content-container,
.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-4 .content-container,
.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-3 .content-container,
.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-2 .content-container {
  max-height: 64%;
  padding: 12px; }

@media only screen and (max-width: 900px) {
  .listing-modern-grid-2 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 12px;
    max-height: 50%; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-2 .mg-col-2,
  .listing-modern-grid-2 .mg-col-1 {
    width: 50%; }
  .listing-modern-grid-2 .listing-mg-item:before {
    padding-top: 92.97%; }
  .listing-modern-grid-2 .listing-item-1:before {
    padding-top: 93%; }
  .listing-modern-grid-2 .listing-mg-item .title {
    font-size: 66%; }
  .listing-modern-grid-2 .listing-item-1 .title {
    font-size: 86%; }
  .listing-modern-grid-2 .listing-item-5 .term-badges,
  .listing-modern-grid-2 .listing-item-4 .term-badges,
  .listing-modern-grid-2 .listing-item-3 .term-badges,
  .listing-modern-grid-2 .listing-item-2 .term-badges {
    display: none; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-2 .listing-mg-item .post-meta {
    display: none; }
  .listing-modern-grid-2 .listing-mg-item.listing-item-1 .post-meta {
    display: block; }
  .listing-modern-grid-2 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-2 .listing-mg-item .format-icon {
    right: 12px;
    top: 12px; }
  .listing-modern-grid-2 .listing-mg-item:before {
    padding-top: 60%; }
  .listing-modern-grid-2 .listing-item-1:before {
    padding-top: 45%; }
  .listing-modern-grid-2 .mg-col-1 {
    width: 100%;
    padding: 0;
    margin-bottom: 2px; }
  .listing-modern-grid-2 .mg-col-2 {
    width: 100%;
    padding: 0; } }

@media only screen and (max-width: 560px) {
  .listing-modern-grid-2 .listing-mg-item:before {
    padding-top: 80%; }
  .listing-modern-grid-2 .listing-item-1:before {
    padding-top: 60%; } }

@media only screen and (max-width: 480px) {
  .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-5 .content-container,
  .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-4 .content-container,
  .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-3 .content-container,
  .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-2 .content-container {
    max-height: 64%;
    padding: 12px; } }

/**
 * ->Modern Grid Listing 3
 **/
.bs-shortcode.bs-modern-grid-listing-3 {
  margin-bottom: 10px; }

.listing-mg-3-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

.listing-mg-3-item .item-content {
  position: relative;
  overflow: hidden; }

.listing-mg-3-item .item-content:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 65%; }

.listing-mg-3-item .img-cont {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: -1px;
  left: -2px;
  right: -2px;
  bottom: -1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  -moz-transform-origin: 0 0; }

body.bs-ll-d .listing-mg-3-item .img-cont,
.listing-mg-3-item .img-cont.b-error,
.listing-mg-3-item .img-cont.b-loaded {
  background-size: cover !important;
  animation: none; }

.listing-mg-3-item .img-cont:after {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.listing-mg-3-item:hover .img-cont {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1); }

.listing-mg-3-item .content-container {
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 0;
  overflow: hidden;
  pointer-events: none; }

.listing-mg-3-item .content-container a {
  pointer-events: all; }

.listing-mg-3-item .title {
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  text-align: center !important; }

.listing-mg-3-item .title a {
  color: #fff; }

.listing-mg-3-item .post-meta {
  margin-top: 12px;
  text-align: center !important;
  font-size: 11px; }

.listing-mg-3-item .post-meta .comments,
.listing-mg-3-item .post-meta .post-author {
  color: #fff;
  font-size: 11px; }

.listing-mg-3-item .post-meta .comments {
  float: none;
  margin-left: 0; }

.listing-mg-3-item .post-meta .time,
.listing-mg-3-item .post-meta .post-author:after {
  color: rgba(255, 255, 255, 0.57); }

.listing-mg-3-item .term-badges.floated {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  text-align: center;
  margin-bottom: 15px; }

.listing-mg-3-item .term-badges.floated .term-badge a {
  margin: 0 2px; }

.listing-mg-3-item.bsw-1 .title,
.listing-mg-3-item.bsw-2 .title {
  font-size: 82%; }

.listing-mg-3-item.bsw-1 .post-meta,
.listing-mg-3-item.bsw-2 .post-meta {
  display: none; }

.listing-mg-3-item.bsw-1 .item-content:before,
.listing-mg-3-item.bsw-2 .item-content:before {
  padding-top: 65% !important; }

.listing-mg-3-item.bsw-1 .format-icon,
.listing-mg-3-item.bsw-2 .format-icon {
  display: none !important; }

.listing-mg-3-item.bsw-1 .title a,
.listing-mg-3-item.bsw-2 .title a {
  display: inline-block; }

.listing-mg-3-item.bsw-300 .title,
.listing-mg-3-item.bsw-100 .title,
.listing-mg-3-item.bsw-150 .title,
.listing-mg-3-item.bsw-200 .title,
.listing-mg-3-item.bsw-250 .title {
  font-size: 82%; }

.listing-mg-3-item.bsw-300 .post-meta,
.listing-mg-3-item.bsw-100 .post-meta,
.listing-mg-3-item.bsw-150 .post-meta,
.listing-mg-3-item.bsw-200 .post-meta,
.listing-mg-3-item.bsw-250 .post-meta {
  display: none; }

.listing-mg-3-item.bsw-400 .item-content:before {
  padding-top: 88% !important; }

.listing-mg-3-item.bsw-300 .item-content:before,
.listing-mg-3-item.bsw-100 .item-content:before,
.listing-mg-3-item.bsw-150 .item-content:before,
.listing-mg-3-item.bsw-200 .item-content:before,
.listing-mg-3-item.bsw-250 .item-content:before {
  padding-top: 68% !important; }

.listing-mg-3-item.bsw-100 .format-icon,
.listing-mg-3-item.bsw-150 .format-icon,
.listing-mg-3-item.bsw-200 .format-icon,
.listing-mg-3-item.bsw-250 .format-icon {
  display: none !important; }

.listing-mg-3-item.bsw-300 .title a,
.listing-mg-3-item.bsw-100 .title a,
.listing-mg-3-item.bsw-150 .title a,
.listing-mg-3-item.bsw-200 .title a,
.listing-mg-3-item.bsw-250 .title a {
  display: inline-block; }

@media only screen and (max-width: 480px) {
  .listing-mg-3-item .title {
    font-size: 82%; }
  .listing-mg-3-item .post-meta {
    display: none; }
  .listing-mg-3-item .item-content:before {
    padding-top: 65% !important; }
  .listing-mg-3-item .format-icon {
    display: none !important; }
  .listing-mg-3-item .title a {
    display: inline-block; } }

/**
 * ->Modern Grid Listing 4
 **/
.bs-shortcode.bs-modern-grid-listing-4 {
  margin-bottom: 10px; }

.listing-mg-4-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px; }

.listing-mg-4-item .item-content {
  position: relative;
  overflow: hidden; }

.listing-mg-4-item .item-content:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 135%; }

.listing-mg-4-item .img-cont {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  -moz-transform-origin: 0 0; }

body.bs-ll-d .listing-mg-4-item .img-cont,
.listing-mg-4-item .img-cont.b-error,
.listing-mg-4-item .img-cont.b-loaded {
  background-size: cover !important;
  animation: none; }

.listing-mg-4-item .img-cont:after {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.listing-mg-4-item:hover .img-cont {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.listing-mg-4-item .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 20px;
  overflow: hidden;
  pointer-events: none; }

.listing-mg-4-item .content-container a {
  pointer-events: all; }

.listing-mg-4-item .title {
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  text-align: center !important; }

.listing-mg-4-item .title a {
  color: #fff; }

.listing-mg-4-item .post-subtitle {
  text-align: center !important; }

.listing-mg-4-item .post-meta {
  margin-top: 12px;
  text-align: center !important;
  font-size: 11px; }

.listing-mg-4-item .post-meta .comments,
.listing-mg-4-item .post-meta .post-author {
  color: #fff;
  /*font-size: 11px;*/ }

.listing-mg-4-item .post-meta .comments {
  float: none;
  margin-left: 0; }

.listing-mg-4-item .post-meta .time,
.listing-mg-4-item .post-meta .post-author:after {
  color: rgba(255, 255, 255, 0.57); }

.listing-mg-4-item .term-badges.floated {
  position: absolute;
  right: auto;
  left: 0;
  top: 26px;
  bottom: auto;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  pointer-events: none; }

.listing-mg-4-item .term-badges.floated .term-badge a {
  margin: 0 2px;
  pointer-events: all; }

/* 2 Column */
.listing-modern-grid-4.listing.columns-2 .listing-item {
  width: 50%; }

.listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(odd) {
  padding-left: 0;
  padding-right: 4px;
  clear: left; }

.listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(even) {
  padding-left: 4px;
  padding-right: 0;
  clear: none; }

/* 3 Column */
.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-1) {
  padding: 0 2px; }

.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-2) {
  padding-right: 4px;
  clear: left; }

.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n+3) {
  padding-left: 4px; }

/* 4 Column */
.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n-3) {
  padding-left: 0;
  padding-right: 3px;
  clear: left; }

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+2) {
  padding-left: 1px;
  padding-right: 2px; }

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+3) {
  padding-left: 2px;
  padding-right: 1px; }

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+4) {
  padding-right: 0;
  padding-left: 3px; }

.listing-modern-grid-4.bsw-6 .listing-mg-4-item .item-content:before {
  padding-top: 115%; }

/* Smart responsive */
.listing-mg-4-item.bsw-100 .post-meta,
.listing-mg-4-item.bsw-150 .post-meta,
.listing-mg-4-item.bsw-200 .post-meta,
.listing-mg-4-item.bsw-250 .post-meta {
  display: none; }

.listing-mg-4-item.bsw-100 .item-content:before,
.listing-mg-4-item.bsw-150 .item-content:before,
.listing-mg-4-item.bsw-200 .item-content:before,
.listing-mg-4-item.bsw-250 .item-content:before {
  padding-top: 125% !important; }

.listing-mg-4-item.bsw-100 .format-icon,
.listing-mg-4-item.bsw-150 .format-icon,
.listing-mg-4-item.bsw-200 .format-icon,
.listing-mg-4-item.bsw-250 .format-icon {
  display: none !important; }

.listing-mg-4-item.bsw-100 .title a,
.listing-mg-4-item.bsw-150 .title a,
.listing-mg-4-item.bsw-200 .title a,
.listing-mg-4-item.bsw-250 .title a {
  font-size: 82%;
  display: inline-block; }

@media only screen and (max-width: 900px) {
  .listing-modern-grid-4.listing.columns-4 .listing-item {
    width: 33.3333%; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1) {
    padding: 0 2px;
    clear: none !important; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2) {
    padding-left: 0;
    padding-right: 4px;
    clear: left !important; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3) {
    padding-left: 4px;
    padding-right: 0;
    clear: none !important; } }

@media only screen and (max-width: 680px) {
  .listing-modern-grid-4.listing.columns-4 .listing-item {
    width: 33.333%; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1) {
    padding: 0 2px;
    clear: none !important; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2) {
    padding-right: 4px;
    padding-left: 0;
    clear: left !important; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3) {
    padding-left: 4px;
    padding-right: 0;
    clear: none !important; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-4.listing.columns-4 .listing-item,
  .listing-modern-grid-4.listing.columns-3 .listing-item {
    width: 50%; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(odd),
  .listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 4px;
    clear: left !important; }
  .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(even),
  .listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(even) {
    padding-left: 4px;
    padding-right: 0;
    clear: none !important; } }

@media only screen and (max-width: 300px) {
  .listing-modern-grid-4 .listing-mg-4-item .post-meta {
    display: none; } }

@media only screen and (max-width: 380px) {
  .listing-mg-4-item .item-content:before {
    padding-top: 115% !important; }
  .listing-mg-4-item .format-icon {
    display: none !important; }
  .listing-mg-4-item .title a {
    font-size: 82%;
    display: inline-block; } }

/**
 * ->Modern Grid Listing 5
 **/
.listing-modern-grid-5 .mg-col {
  position: relative;
  float: left; }

.listing-modern-grid-5 .mg-col-1 {
  width: 55%;
  left: 22.5%;
  padding: 0 10px; }

.listing-modern-grid-5 .mg-col-2 {
  width: 22.5%;
  left: -55%;
  padding: 0 20px 0 0; }

.listing-modern-grid-5 .mg-col-3 {
  width: 22.5%;
  padding: 0 0 0 20px; }

.listing-modern-grid-5.l-2 .mg-col-1 {
  width: 100%;
  left: auto;
  margin: 0 0 20px;
  padding: 0; }

.listing-modern-grid-5.l-2 .mg-col-3,
.listing-modern-grid-5.l-2 .mg-col-2 {
  width: 50%;
  left: auto;
  padding: 0 40px; }

.listing-modern-grid-5.bsw-2 .mg-col-1,
.listing-modern-grid-5.bsw-3 .mg-col-1,
.listing-modern-grid-5.bsw-4 .mg-col-1,
.listing-modern-grid-5.bsw-5 .mg-col-1,
.listing-modern-grid-5.bsw-6 .mg-col-1 {
  margin-bottom: 10px; }

.listing-modern-grid-5.bsw-2 .mg-col-3,
.listing-modern-grid-5.bsw-3 .mg-col-3,
.listing-modern-grid-5.bsw-4 .mg-col-3,
.listing-modern-grid-5.bsw-5 .mg-col-3,
.listing-modern-grid-5.bsw-6 .mg-col-3,
.listing-modern-grid-5.bsw-2 .mg-col-2,
.listing-modern-grid-5.bsw-3 .mg-col-2,
.listing-modern-grid-5.bsw-4 .mg-col-2,
.listing-modern-grid-5.bsw-5 .mg-col-2,
.listing-modern-grid-5.bsw-6 .mg-col-2 {
  padding: 0 20px; }

.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title {
  padding: 0;
  line-height: 1.3; }

.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title a,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title a,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title a,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title a,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title a {
  font-size: 90%; }

.listing-modern-grid-5.bsw-1 .mg-col-3,
.listing-modern-grid-5.bsw-2 .mg-col-3,
.listing-modern-grid-5.bsw-3 .mg-col-3,
.listing-modern-grid-5.bsw-4 .mg-col-3,
.listing-modern-grid-5.bsw-5 .mg-col-3 {
  padding: 0 0 0 10px; }

.listing-modern-grid-5.bsw-1 .mg-col-2,
.listing-modern-grid-5.bsw-2 .mg-col-2,
.listing-modern-grid-5.bsw-3 .mg-col-2,
.listing-modern-grid-5.bsw-4 .mg-col-2,
.listing-modern-grid-5.bsw-5 .mg-col-2 {
  padding: 0 10px 0 0; }

.listing-modern-grid-5 .term-badges.floated {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  pointer-events: none;
  z-index: 1;
  line-height: 0;
  text-align: center; }

.listing-modern-grid-5 .term-badges.floated a {
  pointer-events: all; }

.listing-mg-5-item .item-content {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.listing-mg-5-item .item-content:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 70.29%; }

.listing-mg-5-item .img-cont {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  -moz-transform-origin: 0 0; }

body.bs-ll-d .listing-mg-5-item .img-cont,
.listing-mg-5-item .img-cont.b-error,
.listing-mg-5-item .img-cont.b-loaded {
  background-size: cover !important;
  animation: none; }

.listing-mg-5-item .title a {
  color: inherit; }

.listing-mg-5-item .title {
  line-height: 1.4; }

.listing-mg-5-item .content-container {
  padding: 0 !important;
  background: none !important; }

/* item big */
.listing-mg-5-item-big .img-cont {
  top: -1px;
  left: -2px;
  right: -2px;
  bottom: -1px; }

.listing-mg-5-item-big .item-content:before {
  padding-top: 66.29%; }

.listing-mg-5-item-big:hover .img-cont {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1) rotate(0.02deg); }

.listing-mg-5-item-big .content-container {
  position: relative;
  padding: 20px !important;
  overflow: hidden;
  pointer-events: none;
  margin: -80px 35px 0;
  z-index: 1;
  background: #fff !important;
  min-height: 100px; }

.listing-mg-5-item-big .title {
  margin: 0 0 6px; }

.listing-mg-5-item-big .post-subtitle {
  color: #2D2D2D !important;
  text-shadow: none; }

.listing-mg-5-item-big .post-meta {
  text-align: center; }

.listing-mg-5-item-big .post-meta .comments {
  float: none;
  margin-left: 0; }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .content-container,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .content-container,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .content-container,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .content-container,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .content-container {
  padding: 20px 15px !important;
  overflow: hidden;
  pointer-events: none;
  margin: -80px 18px 0; }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title,
.listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title,
.listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title {
  line-height: 1; }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title a,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title a,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title a,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title a,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title a,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title a,
.listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title a,
.listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title a {
  font-size: 71%; }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .item-content:before {
  padding-top: 54%; }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before {
  padding-top: 62%; }

/* item small */
.listing-mg-5-item-small .item-content:before {
  padding-top: 68%; }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .format-icon,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .format-icon,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .format-icon,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .format-icon,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .format-icon,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .format-icon,
.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .term-badges.floated,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .term-badges.floated,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .term-badges.floated,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .term-badges.floated,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .term-badges.floated,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .term-badges.floated {
  display: none; }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .item-content:before,
.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .item-content:before,
.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .item-content:before,
.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .item-content:before,
.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .item-content:before,
.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .item-content:before {
  padding-top: 70%; }

.listing-mg-5-item-small {
  margin-bottom: 16px; }

.mg-col .listing-mg-5-item-small:last-child {
  margin-bottom: 0; }

.listing-mg-5-item-small .title {
  padding: 0 13px;
  margin: 10px 0 0;
  min-height: 38px; }

@media only screen and (max-width: 780px) {
  .listing-modern-grid-5 .mg-col-1 {
    width: 100%;
    left: auto;
    margin: 0 0 20px;
    padding: 0; }
  .listing-modern-grid-5 .mg-col-3,
  .listing-modern-grid-5 .mg-col-2 {
    width: 50%;
    left: auto;
    padding: 0 40px; }
  .listing-modern-grid-5 .listing-mg-5-item-big .title {
    line-height: 1; }
  .listing-modern-grid-5 .listing-mg-5-item-big .title a {
    font-size: 71%; }
  .listing-modern-grid-5 .listing-mg-5-item-big .item-content:before {
    padding-top: 54%; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-5 .listing-mg-5-item-small .format-icon {
    display: none; }
  .listing-modern-grid-5 .mg-col-1 {
    margin-bottom: 10px; }
  .listing-modern-grid-5 .mg-col-3,
  .listing-modern-grid-5 .mg-col-2 {
    padding: 0 20px; }
  .listing-modern-grid-5 .listing-mg-5-item-small .title {
    padding: 0;
    line-height: 1.3; }
  .listing-modern-grid-5 .listing-mg-5-item-small .title a {
    font-size: 90%; } }

@media only screen and (max-width: 560px) {
  .listing-modern-grid-5 .listing-mg-5-item-big .item-content:before {
    padding-top: 62%; }
  .listing-modern-grid-5 .listing-mg-5-item-small .term-badges.floated {
    display: none; }
  .listing-modern-grid-5 .listing-mg-5-item-small .item-content:before {
    padding-top: 70%; } }

@media only screen and (max-width: 480px) {
  .listing-modern-grid-5 .mg-col-3 {
    padding: 0 0 0 10px !important; }
  .listing-modern-grid-5 .mg-col-2 {
    padding: 0 10px 0 0 !important; } }

@media only screen and (max-width: 450px) {
  .listing-modern-grid-5 .listing-mg-5-item-big .content-container {
    padding: 20px 15px !important;
    overflow: hidden;
    pointer-events: none;
    margin: -80px 18px 0; } }

/**
 * ->Modern Grid Listing 6
 **/
.listing-mg-6-item {
  position: relative;
  overflow: hidden; }

.listing-mg-6-item + .listing-mg-6-item {
  margin-top: 2px; }

.listing-mg-6-item:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 64%; }

.listing-modern-grid .bs-slider-item .item-content,
.listing-mg-6-item .item-content {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.listing-mg-6-item .img-cont {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  -moz-transform-origin: 0 0; }

body.bs-ll-d .listing-mg-6-item .img-cont,
.listing-mg-6-item .img-cont.b-error,
.listing-mg-6-item .img-cont.b-loaded {
  background-size: cover !important; }

.listing-mg-6-item .img-cont:after {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.listing-mg-6-item:hover .img-cont {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.listing-mg-6-item .content-container {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  padding: 0;
  max-height: 75%;
  overflow: hidden;
  pointer-events: none; }

.listing-mg-6-item .content-container a {
  pointer-events: all; }

.listing-mg-6-item .title {
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.4; }

.listing-mg-6-item .title a {
  color: inherit; }

.listing-mg-6-item .post-meta,
.listing-mg-6-item .post-meta {
  margin-top: 3px; }

.listing-mg-6-item .post-meta .post-author {
  color: #fff; }

.listing-mg-6-item .post-meta .comments {
  color: #fff;
  float: right;
  margin-right: 0;
  margin-left: 15px; }

.listing-mg-6-item .post-meta .rating + .comments {
  float: none;
  margin-left: 0; }

.listing-mg-6-item .post-meta .time,
.listing-mg-6-item .post-meta .post-author:after {
  color: rgba(255, 255, 255, 0.57); }

.listing-modern-grid-6 .mg-col-1 {
  width: 50%;
  float: left;
  padding-right: 1px; }

.listing-modern-grid-6 .mg-col-2 {
  width: 50%;
  float: left;
  padding-left: 1px; }

.more_btn > .listing-modern-grid-6 + .listing-modern-grid-6,
.infinity > .listing-modern-grid-6 + .listing-modern-grid-6 {
  margin-top: 4px; }

.listing-modern-grid-6.bsw-1 .content-container,
.listing-modern-grid-6.bsw-2 .content-container,
.listing-modern-grid-6.bsw-3 .content-container,
.listing-modern-grid-6.bsw-4 .content-container,
.listing-modern-grid-6.bsw-5 .content-container,
.listing-modern-grid-6.bsw-6 .content-container,
.listing-modern-grid-6.bsw-7 .content-container,
.listing-modern-grid-6.bsw-8 .content-container {
  max-height: 50%; }

.listing-modern-grid-6.bsw-1 .listing-item .title,
.listing-modern-grid-6.bsw-2 .listing-item .title,
.listing-modern-grid-6.bsw-3 .listing-item .title,
.listing-modern-grid-6.bsw-4 .listing-item .title,
.listing-modern-grid-6.bsw-5 .listing-item .title,
.listing-modern-grid-6.bsw-6 .listing-item .title,
.listing-modern-grid-6.bsw-7 .listing-item .title,
.listing-modern-grid-6.bsw-8 .listing-item .title {
  line-height: 1; }

.listing-modern-grid-6.bsw-1 .listing-item .title a,
.listing-modern-grid-6.bsw-2 .listing-item .title a,
.listing-modern-grid-6.bsw-3 .listing-item .title a,
.listing-modern-grid-6.bsw-4 .listing-item .title a,
.listing-modern-grid-6.bsw-5 .listing-item .title a,
.listing-modern-grid-6.bsw-6 .listing-item .title a,
.listing-modern-grid-6.bsw-7 .listing-item .title a,
.listing-modern-grid-6.bsw-8 .listing-item .title a {
  font-size: 80%; }

.listing-modern-grid-6.bsw-1 .mg-col-1,
.listing-modern-grid-6.bsw-2 .mg-col-1,
.listing-modern-grid-6.bsw-3 .mg-col-1,
.listing-modern-grid-6.bsw-4 .mg-col-1,
.listing-modern-grid-6.bsw-5 .mg-col-1 {
  width: 100%;
  padding: 0; }

.listing-modern-grid-6.bsw-1 .mg-col-2,
.listing-modern-grid-6.bsw-2 .mg-col-2,
.listing-modern-grid-6.bsw-3 .mg-col-2,
.listing-modern-grid-6.bsw-4 .mg-col-2,
.listing-modern-grid-6.bsw-5 .mg-col-2 {
  width: 100%;
  padding: 4px 0 0 0; }

.listing-modern-grid-6.bsw-1 .format-icon,
.listing-modern-grid-6.bsw-2 .format-icon,
.listing-modern-grid-6.bsw-3 .format-icon,
.listing-modern-grid-6.bsw-4 .format-icon,
.listing-modern-grid-6.bsw-5 .format-icon {
  display: none; }

.listing-modern-grid-6.bsw-1 .listing-mg-6-item:before,
.listing-modern-grid-6.bsw-2 .listing-mg-6-item:before,
.listing-modern-grid-6.bsw-3 .listing-mg-6-item:before,
.listing-modern-grid-6.bsw-4 .listing-mg-6-item:before,
.listing-modern-grid-6.bsw-5 .listing-mg-6-item:before {
  padding-top: 60%; }

.slider-overlay-simple.listing-modern-grid-6.bsw-1 .listing-mg-item .content-container,
.slider-overlay-simple.listing-modern-grid-6.bsw-2 .listing-mg-item .content-container,
.slider-overlay-simple.listing-modern-grid-6.bsw-3 .listing-mg-item .content-container,
.slider-overlay-simple.listing-modern-grid-6.bsw-4 .listing-mg-item .content-container,
.slider-overlay-simple.listing-modern-grid-6.bsw-5 .listing-mg-item .content-container {
  max-height: 60%;
  padding: 18px 15px 18px; }

@media only screen and (max-width: 780px) {
  .listing-modern-grid-6 .content-container {
    max-height: 50%; }
  .listing-modern-grid-6 .listing-item .title {
    line-height: 1; }
  .listing-modern-grid-6 .listing-item .title a {
    font-size: 80%; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-6 .listing-mg-6-item .post-meta {
    display: none; } }

@media only screen and (max-width: 480px) {
  .listing-modern-grid-6 .format-icon {
    display: none; }
  .listing-modern-grid-6 .mg-col-1 {
    width: 100%;
    padding: 0; }
  .listing-modern-grid-6 .mg-col-2 {
    width: 100%;
    padding: 4px 0 0 0; }
  .listing-modern-grid-6 .listing-mg-6-item:before {
    padding-top: 60%; }
  .slider-overlay-simple.listing-modern-grid-6 .listing-mg-item .content-container {
    max-height: 60%;
    padding: 18px 15px 18px; } }

/**
 * ->Modern Grid Listing 7
 **/
.listing-mg-7-item:before {
  padding-top: 60%; }

.listing-modern-grid-7 .mg-row-1 {
  padding-bottom: 2px; }

.listing-modern-grid-7 .mg-row-1 .mg-col-1 {
  width: 50%;
  float: left;
  padding-right: 1px; }

.listing-modern-grid-7 .mg-row-1 .mg-col-2 {
  width: 50%;
  float: left;
  padding-left: 1px; }

.listing-modern-grid-7 .mg-row-2 .mg-col {
  width: 33.333%;
  float: left; }

.listing-modern-grid-7 .mg-row-2 .mg-col-1 {
  padding-right: 1.5px; }

.listing-modern-grid-7 .mg-row-2 .mg-col-2 {
  padding-left: 0.75px;
  padding-right: 0.75px; }

.listing-modern-grid-7 .mg-row-2 .mg-col-3 {
  padding-left: 1.5px; }

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item {
  width: 100%; }

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item:before {
  padding-top: 60%; }

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle,
.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
  font-size: 79%; }

.listing-modern-grid-7.bsw-2 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-3 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-5 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-4 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-5 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-6 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-7 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-8 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-9 .mg-row-1 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-10 .mg-row-1 .listing-mg-7-item .title {
  font-size: 92%; }

.listing-modern-grid-7.bsw-2 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-3 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-5 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-4 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-5 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-6 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-7 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-8 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-9 .mg-row-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-10 .mg-row-2 .listing-mg-7-item .title {
  font-size: 72%; }

.listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item .format-icon,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item .format-icon,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item .format-icon,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item .format-icon,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item .format-icon,
.listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item .format-icon,
.listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item .format-icon {
  right: 20px !important;
  top: 20px !important;
  transform: none;
  margin: 0; }

.listing-modern-grid-7.bsw-1 .mg-row,
.listing-modern-grid-7.bsw-2 .mg-row,
.listing-modern-grid-7.bsw-3 .mg-row,
.listing-modern-grid-7.bsw-4 .mg-row,
.listing-modern-grid-7.bsw-5 .mg-row,
.listing-modern-grid-7.bsw-6 .mg-row,
.listing-modern-grid-7.bsw-7 .mg-row,
.listing-modern-grid-7.bsw-1 .mg-col,
.listing-modern-grid-7.bsw-2 .mg-col,
.listing-modern-grid-7.bsw-3 .mg-col,
.listing-modern-grid-7.bsw-4 .mg-col,
.listing-modern-grid-7.bsw-5 .mg-col,
.listing-modern-grid-7.bsw-6 .mg-col,
.listing-modern-grid-7.bsw-7 .mg-col {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important; }

.listing-modern-grid-7.bsw-1 .listing-item,
.listing-modern-grid-7.bsw-2 .listing-item,
.listing-modern-grid-7.bsw-3 .listing-item,
.listing-modern-grid-7.bsw-4 .listing-item,
.listing-modern-grid-7.bsw-5 .listing-item,
.listing-modern-grid-7.bsw-6 .listing-item,
.listing-modern-grid-7.bsw-7 .listing-item {
  margin-bottom: 2px; }

.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-6 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-7 .listing-mg-7-item:before {
  padding-top: 50% !important; }

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-2 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item:before {
  padding-top: 72% !important; }

.listing-modern-grid-7.bsw-1 .listing-mg-7-item .format-icon,
.listing-modern-grid-7.bsw-2 .listing-mg-7-item .format-icon,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item .format-icon {
  display: none; }

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-2 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-6 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-7 .listing-mg-7-item:before {
  padding-top: 24% !important; }

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-2 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item:before {
  padding-top: 40% !important; }

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-meta,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-meta,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-meta,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-meta {
  display: none; }

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item .title,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item .title {
  font-size: 62% !important; }

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-subtitle,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-subtitle,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-subtitle,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-subtitle {
  font-size: 60% !important; }

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .content-container,
.listing-modern-grid-7.bsw-3 .listing-mg-7-item .content-container,
.listing-modern-grid-7.bsw-4 .listing-mg-7-item .content-container,
.listing-modern-grid-7.bsw-5 .listing-mg-7-item .content-container {
  max-height: 43% !important; }

@media only screen and (max-width: 980px) {
  .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
    font-size: 92%; }
  .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
    font-size: 72%; } }

@media only screen and (max-width: 780px) {
  .listing-modern-grid-7 .listing-mg-7-item.listing-mg-item:hover .format-icon,
  .listing-modern-grid-7 .listing-mg-7-item.listing-mg-item .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0; }
  .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
    padding-top: 70% !important; }
  .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title,
  .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
    font-size: 78% !important; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-7 .listing-item {
    margin-bottom: 2px; }
  .listing-modern-grid-7 .mg-col {
    width: 100% !important;
    float: none !important;
    padding: 0 !important; }
  .listing-modern-grid-7 .mg-row {
    margin: 0 !important;
    padding: 0 !important; }
  .listing-modern-grid-7 .post-meta {
    display: none; }
  .listing-modern-grid-7 .term-badges.floated {
    display: block; }
  .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
    padding-top: 40% !important; } }

@media only screen and (max-width: 480px) {
  .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
    font-size: 82%; }
  .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item.listing-item-2 .title,
  .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
    font-size: 62%; }
  .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle {
    font-size: 60%; }
  .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .content-container {
    max-height: 43%; } }

/**
 * ->Modern Grid Listing 8
 **/
.listing-mg-8-item.listing-item-2 .title,
.listing-mg-8-item.listing-item-3 .title,
.listing-mg-8-item.listing-item-4 .title,
.listing-mg-8-item.listing-item-5 .post-subtitle,
.listing-mg-8-item.listing-item-5 .title {
  font-size: 72%; }

.listing-mg-8-item.listing-item-2 .title {
  font-size: 80%; }

.listing-modern-grid-8 .mg-col-1 {
  width: 46%;
  float: left;
  padding-right: 1px;
  overflow: hidden; }

.listing-modern-grid-8 .mg-col-2 {
  width: 32%;
  float: left;
  padding-left: 1px;
  padding-right: 1px;
  overflow: hidden; }

.listing-modern-grid-8 .mg-col-3 {
  width: 22%;
  float: left;
  padding-left: 1px;
  overflow: hidden; }

.listing-modern-grid-8 .mg-row-1 {
  margin: 0 0 2px;
  overflow: hidden; }

.listing-modern-grid-8 .item-4-cont,
.listing-modern-grid-8 .item-3-cont {
  width: 50%;
  float: left;
  overflow: hidden; }

.listing-modern-grid-8 .item-3-cont {
  padding-right: 1px; }

.listing-modern-grid-8 .item-4-cont {
  padding-left: 1px; }

.listing-mg-8-item.listing-item-1:before {
  padding-top: 71.779%; }

.listing-mg-8-item.listing-item-2:before {
  padding-top: 53.005%; }

.listing-mg-8-item.listing-item-3:before,
.listing-mg-8-item.listing-item-4:before {
  padding-top: 100.55%; }

.listing-mg-8-item.listing-item-5:before {
  padding-top: 150.394%; }

.listing-mg-8-item.listing-mg-item:hover .format-icon,
.listing-mg-8-item.listing-mg-item .format-icon {
  right: 20px !important;
  top: 20px !important;
  transform: none;
  margin: 0; }

/* l1 */
.listing-modern-grid-8.l-4 .mg-col-3,
.listing-modern-grid-8.l-3 .mg-col-3,
.listing-modern-grid-8.l-2 .mg-col-3,
.listing-modern-grid-8.l-1 .mg-col-3 {
  width: 100%;
  padding: 2px 0 0; }

.listing-modern-grid-8.l-4 .mg-col-1,
.listing-modern-grid-8.l-3 .mg-col-1,
.listing-modern-grid-8.l-2 .mg-col-1,
.listing-modern-grid-8.l-1 .mg-col-1 {
  width: 56%; }

.listing-modern-grid-8.l-4 .mg-col-2,
.listing-modern-grid-8.l-3 .mg-col-2,
.listing-modern-grid-8.l-2 .mg-col-2,
.listing-modern-grid-8.l-1 .mg-col-2 {
  width: 44%;
  padding: 0 0 0 1px; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before,
.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-2:before {
  padding-top: 47.29%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-3:before {
  padding-top: 87.68%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before,
.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-5:before {
  padding-top: 18%; }

/* l2 */
.listing-modern-grid-8.l-4 .listing-mg-8-item:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item:before {
  padding-top: 89%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before {
  padding-top: 18%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before {
  padding-top: 65.5%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before {
  padding-top: 95.055%; }

.listing-modern-grid-8.l-4 .listing-item-1 .title,
.listing-modern-grid-8.l-3 .listing-item-1 .title,
.listing-modern-grid-8.l-2 .listing-item-1 .title {
  font-size: 80%; }

.listing-modern-grid-8.l-4 .listing-item-2 .title,
.listing-modern-grid-8.l-3 .listing-item-2 .title,
.listing-modern-grid-8.l-2 .listing-item-2 .title,
.listing-modern-grid-8.l-4 .listing-item-4 .title,
.listing-modern-grid-8.l-3 .listing-item-4 .title,
.listing-modern-grid-8.l-2 .listing-item-4 .title,
.listing-modern-grid-8.l-4 .listing-item-3 .title,
.listing-modern-grid-8.l-3 .listing-item-3 .title,
.listing-modern-grid-8.l-2 .listing-item-3 .title {
  font-size: 62%; }

.listing-modern-grid-8.l-4 .listing-item-4 .term-badges,
.listing-modern-grid-8.l-3 .listing-item-4 .term-badges,
.listing-modern-grid-8.l-2 .listing-item-4 .term-badges,
.listing-modern-grid-8.l-4 .listing-item-3 .term-badges,
.listing-modern-grid-8.l-3 .listing-item-3 .term-badges,
.listing-modern-grid-8.l-2 .listing-item-3 .term-badges {
  display: none; }

.listing-modern-grid-8.l-4 .listing-mg-item .content-container,
.listing-modern-grid-8.l-3 .listing-mg-item .content-container,
.listing-modern-grid-8.l-2 .listing-mg-item .content-container {
  left: 15px;
  right: 15px;
  bottom: 10px;
  max-height: 50%; }

/* l3 */
.listing-modern-grid-8.l-4 .mg-col-1,
.listing-modern-grid-8.l-3 .mg-col-1 {
  width: 100%;
  padding: 0; }

.listing-modern-grid-8.l-4 .mg-col-2,
.listing-modern-grid-8.l-3 .mg-col-2 {
  width: 100%;
  padding: 2px 0 0 0; }

.listing-modern-grid-8.l-4 .mg-row-2,
.listing-modern-grid-8.l-3 .mg-row-2 {
  width: 100%;
  padding: 0;
  float: none; }

.listing-modern-grid-8.l-4 .listing-item-1:before,
.listing-modern-grid-8.l-3 .listing-item-1:before {
  padding-top: 46%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before {
  padding-top: 65.5%; }

.listing-modern-grid-8.l-4 .listing-item-2 .title,
.listing-modern-grid-8.l-3 .listing-item-2 .title {
  font-size: 72%; }

.listing-modern-grid-8.l-4 .listing-item-2 .post-meta,
.listing-modern-grid-8.l-3 .listing-item-2 .post-meta,
.listing-modern-grid-8.l-4 .mg-col-2 .post-meta,
.listing-modern-grid-8.l-3 .mg-col-2 .post-meta,
.listing-modern-grid-8.l-4 .mg-col-3 .post-meta,
.listing-modern-grid-8.l-3 .mg-col-3 .post-meta,
.listing-modern-grid-8.l-4 .mg-col-2 .term-badges.floated,
.listing-modern-grid-8.l-3 .mg-col-2 .term-badges.floated,
.listing-modern-grid-8.l-4 .mg-col-3 .term-badges.floated,
.listing-modern-grid-8.l-3 .mg-col-3 .term-badges.floated {
  display: none; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-1:before {
  padding-top: 50%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2 .term-badges.floated,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2 .term-badges.floated {
  display: none; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before,
.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before {
  padding-top: 36%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before,
.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before,
.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before {
  padding-top: 79.5%; }

/* l4 */
.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before {
  padding-top: 50.5%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before {
  padding-top: 55%; }

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1 .post-meta {
  display: none; }

.listing-modern-grid-8.l-4 .listing-mg-item .content-container {
  left: 12px;
  right: 12px;
  bottom: 12px; }

.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container,
.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container {
  max-height: 40%; }

.slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container,
.slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container {
  max-height: 60%;
  padding: 12px 12px 10px; }

.listing-mg-8-item.listing-mg-item.l-4:hover .format-icon,
.listing-mg-8-item.listing-mg-item.l-4 .format-icon {
  right: 10px !important;
  top: 10px !important; }

@media only screen and (max-width: 980px) {
  .listing-modern-grid-8 .mg-col-3 {
    width: 100%;
    padding: 2px 0 0; }
  .listing-modern-grid-8 .mg-col-1 {
    width: 56%; }
  .listing-modern-grid-8 .mg-col-2 {
    width: 44%;
    padding: 0 0 0 1px; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
    padding-top: 47.29%; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before,
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before {
    padding-top: 87.68%; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before {
    padding-top: 18%; } }

@media only screen and (max-width: 780px) {
  .listing-modern-grid-8 .listing-mg-8-item:before {
    padding-top: 89%; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before {
    padding-top: 18%; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
    padding-top: 65.5%; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before,
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before {
    padding-top: 95.055%; }
  .listing-modern-grid-8 .listing-item-1 .title {
    font-size: 80%; }
  .listing-modern-grid-8 .listing-item-2 .title,
  .listing-modern-grid-8 .listing-item-3 .title {
    font-size: 72%; }
  .listing-modern-grid-8 .listing-item-4 .term-badges,
  .listing-modern-grid-8 .listing-item-3 .term-badges {
    display: none; }
  .listing-modern-grid-8 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 10px;
    max-height: 50%; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-8 .mg-col-1 {
    width: 100% !important;
    padding: 0 !important; }
  .listing-modern-grid-8 .mg-col-2 {
    width: 100% !important;
    padding: 2px 0 0 0 !important; }
  .listing-modern-grid-8 .mg-row-2 {
    width: 100% !important;
    padding: 0 !important;
    float: none !important; }
  .listing-modern-grid-8 .listing-item-1:before {
    padding-top: 46% !important; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before,
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
    padding-top: 65.5% !important; }
  .listing-modern-grid-8 .listing-item-3 .title,
  .listing-modern-grid-8 .listing-item-2 .title {
    font-size: 72% !important; }
  .listing-modern-grid-8 .listing-item-2 .post-meta,
  .listing-modern-grid-8 .mg-col-2 .post-meta,
  .listing-modern-grid-8 .mg-col-3 .post-meta,
  .listing-modern-grid-8 .mg-col-2 .term-badges.floated,
  .listing-modern-grid-8 .mg-col-3 .term-badges.floated {
    display: none !important; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before {
    padding-top: 50% !important; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-2 .term-badges.floated {
    display: none !important; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before,
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
    padding-top: 36% !important; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before,
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before {
    padding-top: 79.5% !important; } }

@media only screen and (max-width: 480px) {
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
    padding-top: 50.5%; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before {
    padding-top: 55%; }
  .listing-modern-grid-8 .listing-mg-8-item.listing-item-1 .post-meta {
    display: none; }
  .listing-modern-grid-8 .listing-item-3 .title,
  .listing-modern-grid-8 .listing-item-2 .title {
    font-size: 64%; }
  .listing-modern-grid-8 .listing-mg-item .content-container {
    left: 12px;
    right: 12px;
    bottom: 12px; }
  .listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container,
  .listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container {
    max-height: 40%; }
  .slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container,
  .slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container {
    max-height: 60%;
    padding: 12px 12px 10px; }
  .listing-mg-8-item.listing-mg-item:hover .format-icon,
  .listing-mg-8-item.listing-mg-item .format-icon {
    right: 10px !important;
    top: 10px !important; } }

/**
 * ->Modern Grid Listing 9
 **/
.listing-mg-9-item.listing-item-2 .title,
.listing-mg-9-item.listing-item-3 .title,
.listing-mg-9-item.listing-item-4 .title,
.listing-mg-9-item.listing-item-5 .title,
.listing-mg-9-item.listing-item-6 .title,
.listing-mg-9-item.listing-item-7 .title {
  font-size: 72%; }

.listing-mg-9-item.listing-mg-item:hover .format-icon,
.listing-mg-9-item.listing-mg-item .format-icon {
  right: 20px !important;
  top: 20px !important;
  transform: none;
  margin: 0; }

.listing-mg-9-item:before {
  padding-top: 93.76%; }

.listing-modern-grid-9 .mg-col-3 .listing-mg-9-item:before {
  padding-top: 93.97%; }

.listing-mg-9-item.listing-item-1:before {
  padding-top: 74.545%; }

.listing-modern-grid-9 .mg-col-1 {
  width: 45.6%;
  float: left;
  padding-right: 1px; }

.listing-modern-grid-9 .mg-col-2 {
  width: 36.35%;
  float: left;
  padding-left: 1px;
  padding-right: 1px; }

.listing-modern-grid-9 .mg-col-3 {
  width: 18.05%;
  float: left;
  padding-left: 1px; }

.listing-modern-grid-9 .item-2-cont,
.listing-modern-grid-9 .item-3-cont,
.listing-modern-grid-9 .item-4-cont,
.listing-modern-grid-9 .item-5-cont {
  width: 50%;
  float: left; }

.listing-modern-grid-9 .item-4-cont,
.listing-modern-grid-9 .item-2-cont {
  padding-right: 1px; }

.listing-modern-grid-9 .item-5-cont,
.listing-modern-grid-9 .item-3-cont {
  padding-left: 1px; }

.listing-modern-grid-9 .mg-row-1 {
  margin-bottom: 2px; }

/* l1 */
.listing-modern-grid-9.l-5 .mg-col-1,
.listing-modern-grid-9.l-4 .mg-col-1,
.listing-modern-grid-9.l-3 .mg-col-1,
.listing-modern-grid-9.l-2 .mg-col-1,
.listing-modern-grid-9.l-1 .mg-col-1 {
  width: 53%; }

.listing-modern-grid-9.l-5 .mg-col-2,
.listing-modern-grid-9.l-4 .mg-col-2,
.listing-modern-grid-9.l-3 .mg-col-2,
.listing-modern-grid-9.l-2 .mg-col-2,
.listing-modern-grid-9.l-1 .mg-col-2 {
  width: 47%; }

.listing-modern-grid-9.l-5 .listing-mg-9-item:before,
.listing-modern-grid-9.l-4 .listing-mg-9-item:before,
.listing-modern-grid-9.l-3 .listing-mg-9-item:before,
.listing-modern-grid-9.l-2 .listing-mg-9-item:before,
.listing-modern-grid-9.l-1 .listing-mg-9-item:before {
  padding-top: 86.97%; }

.listing-modern-grid-9.l-5 .listing-item-1:before,
.listing-modern-grid-9.l-4 .listing-item-1:before,
.listing-modern-grid-9.l-3 .listing-item-1:before,
.listing-modern-grid-9.l-2 .listing-item-1:before,
.listing-modern-grid-9.l-1 .listing-item-1:before {
  padding-top: 77%; }

.listing-modern-grid-9.l-5 .listing-mg-item .content-container,
.listing-modern-grid-9.l-4 .listing-mg-item .content-container,
.listing-modern-grid-9.l-3 .listing-mg-item .content-container,
.listing-modern-grid-9.l-2 .listing-mg-item .content-container,
.listing-modern-grid-9.l-1 .listing-mg-item .content-container {
  left: 15px;
  right: 15px;
  bottom: 12px;
  max-height: 50%; }

.listing-modern-grid-9.l-5 .mg-col-3 .mg-row,
.listing-modern-grid-9.l-4 .mg-col-3 .mg-row,
.listing-modern-grid-9.l-3 .mg-col-3 .mg-row,
.listing-modern-grid-9.l-2 .mg-col-3 .mg-row,
.listing-modern-grid-9.l-1 .mg-col-3 .mg-row {
  width: 50%;
  float: left; }

.listing-modern-grid-9.l-5 .mg-col-3,
.listing-modern-grid-9.l-4 .mg-col-3,
.listing-modern-grid-9.l-3 .mg-col-3,
.listing-modern-grid-9.l-2 .mg-col-3,
.listing-modern-grid-9.l-1 .mg-col-3 {
  width: 100%;
  padding: 2px 0 0; }

.listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-1,
.listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-1,
.listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-1,
.listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-1,
.listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-1 {
  padding-right: 1px; }

.listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-2,
.listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-2,
.listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-2,
.listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-2,
.listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-2 {
  padding-left: 1px; }

/* l2 */
.listing-modern-grid-9.l-5 .mg-col-2,
.listing-modern-grid-9.l-4 .mg-col-2,
.listing-modern-grid-9.l-3 .mg-col-2,
.listing-modern-grid-9.l-2 .mg-col-2,
.listing-modern-grid-9.l-5 .mg-col-1,
.listing-modern-grid-9.l-4 .mg-col-1,
.listing-modern-grid-9.l-3 .mg-col-1,
.listing-modern-grid-9.l-2 .mg-col-1 {
  width: 50%; }

.listing-modern-grid-9.l-5 .listing-mg-item:before,
.listing-modern-grid-9.l-4 .listing-mg-item:before,
.listing-modern-grid-9.l-3 .listing-mg-item:before,
.listing-modern-grid-9.l-2 .listing-mg-item:before {
  padding-top: 93%; }

.listing-modern-grid-9.l-5 .listing-item-1:before,
.listing-modern-grid-9.l-4 .listing-item-1:before,
.listing-modern-grid-9.l-3 .listing-item-1:before,
.listing-modern-grid-9.l-2 .listing-item-1:before {
  padding-top: 92.876%; }

.listing-modern-grid-9.l-2 .mg-col-3 .listing-item:before {
  padding-top: 37%; }

.listing-modern-grid-9.l-5 .listing-mg-item .title,
.listing-modern-grid-9.l-4 .listing-mg-item .title,
.listing-modern-grid-9.l-3 .listing-mg-item .title,
.listing-modern-grid-9.l-2 .listing-mg-item .title {
  font-size: 66%; }

.listing-modern-grid-9.l-5 .listing-item-1 .title,
.listing-modern-grid-9.l-4 .listing-item-1 .title,
.listing-modern-grid-9.l-3 .listing-item-1 .title,
.listing-modern-grid-9.l-2 .listing-item-1 .title {
  font-size: 86%; }

.listing-modern-grid-9.l-5 .mg-col-3 .term-badges,
.listing-modern-grid-9.l-4 .mg-col-3 .term-badges,
.listing-modern-grid-9.l-3 .mg-col-3 .term-badges,
.listing-modern-grid-9.l-2 .mg-col-3 .term-badges,
.listing-modern-grid-9.l-5 .mg-col-2 .term-badges,
.listing-modern-grid-9.l-4 .mg-col-2 .term-badges,
.listing-modern-grid-9.l-3 .mg-col-2 .term-badges,
.listing-modern-grid-9.l-2 .mg-col-2 .term-badges {
  display: none; }

/* l3 */
.listing-modern-grid-9.l-5 .listing-mg-item .post-meta,
.listing-modern-grid-9.l-4 .listing-mg-item .post-meta,
.listing-modern-grid-9.l-3 .listing-mg-item .post-meta {
  display: none !important; }

.listing-modern-grid-9.l-5 .listing-mg-item:hover .format-icon,
.listing-modern-grid-9.l-4 .listing-mg-item:hover .format-icon,
.listing-modern-grid-9.l-3 .listing-mg-item:hover .format-icon,
.listing-modern-grid-9.l-5 .listing-mg-item .format-icon,
.listing-modern-grid-9.l-4 .listing-mg-item .format-icon,
.listing-modern-grid-9.l-3 .listing-mg-item .format-icon {
  right: 12px !important;
  top: 12px !important; }

.listing-modern-grid-9.l-5 .listing-mg-item:before,
.listing-modern-grid-9.l-4 .listing-mg-item:before,
.listing-modern-grid-9.l-3.l-3 .listing-mg-item:before {
  padding-top: 60%; }

.listing-modern-grid-9.l-5 .listing-item-1:before,
.listing-modern-grid-9.l-4 .listing-item-1:before,
.listing-modern-grid-9.l-3 .listing-item-1:before {
  padding-top: 45%; }

.listing-modern-grid-9.l-5 .mg-col-1,
.listing-modern-grid-9.l-4 .mg-col-1,
.listing-modern-grid-9.l-3 .mg-col-1 {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 2px !important; }

.listing-modern-grid-9.l-5 .mg-col-2,
.listing-modern-grid-9.l-4 .mg-col-2,
.listing-modern-grid-9.l-3 .mg-col-2 {
  width: 100% !important;
  padding: 0 !important; }

/* l4 */
.listing-modern-grid-9.l-5 .mg-col-3 .listing-item:before,
.listing-modern-grid-9.l-4 .mg-col-3 .listing-item:before,
.listing-modern-grid-9.l-5 .listing-mg-item:before,
.listing-modern-grid-9.l-4 .listing-mg-item:before {
  padding-top: 80%; }

.listing-modern-grid-9.l-5 .listing-item-1:before,
.listing-modern-grid-9.l-4 .listing-item-1:before {
  padding-top: 55%; }

/* l5 */
.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-5 .content-container,
.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-4 .content-container,
.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-3 .content-container,
.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-2 .content-container {
  max-height: 64%;
  padding: 12px !important; }

@media only screen and (max-width: 980px) {
  .listing-modern-grid-9 .mg-col-1 {
    width: 53%; }
  .listing-modern-grid-9 .mg-col-2 {
    width: 47%; }
  .listing-modern-grid-9 .listing-mg-9-item:before {
    padding-top: 86.97%; }
  .listing-modern-grid-9 .listing-item-1:before {
    padding-top: 77%; }
  .listing-modern-grid-9 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 12px;
    max-height: 50%; }
  .listing-modern-grid-9 .mg-col-3 .mg-row {
    width: 50% !important;
    float: left !important; }
  .listing-modern-grid-9 .mg-col-3 {
    width: 100%;
    padding: 2px 0 0; }
  .listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-1 {
    padding-right: 1px; }
  .listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-2 {
    padding-left: 1px; }
  .listing-modern-grid-9 .mg-col-3 .listing-item:before {
    padding-top: 37%; } }

@media only screen and (max-width: 780px) {
  .listing-modern-grid-9 .mg-col-2,
  .listing-modern-grid-9 .mg-col-1 {
    width: 50% !important; }
  .listing-modern-grid-9 .listing-mg-item:before {
    padding-top: 93%; }
  .listing-modern-grid-9 .listing-item-1:before {
    padding-top: 92.876%; }
  .listing-modern-grid-9 .listing-mg-item .title {
    font-size: 66%; }
  .listing-modern-grid-9 .listing-item-1 .title {
    font-size: 86%; }
  .listing-modern-grid-9 .mg-col-3 .term-badges,
  .listing-modern-grid-9 .mg-col-2 .term-badges {
    display: none; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-9 .listing-mg-item .post-meta {
    display: none; }
  .listing-modern-grid-9 .listing-mg-item:hover .format-icon,
  .listing-modern-grid-9 .listing-mg-item .format-icon {
    right: 12px;
    top: 12px; }
  .listing-modern-grid-9 .mg-col-3 .listing-item:before,
  .listing-modern-grid-9 .listing-mg-item:before {
    padding-top: 60%; }
  .listing-modern-grid-9 .listing-item-1:before {
    padding-top: 45%; }
  .listing-modern-grid-9 .mg-col-1 {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 2px !important; }
  .listing-modern-grid-9 .mg-col-2 {
    width: 100% !important;
    padding: 0 !important; } }

@media only screen and (max-width: 560px) {
  .listing-modern-grid-9 .mg-col-3 .listing-item:before,
  .listing-modern-grid-9 .listing-mg-item:before {
    padding-top: 80% !important; }
  .listing-modern-grid-9 .listing-item-1:before {
    padding-top: 55% !important; } }

@media only screen and (max-width: 480px) {
  .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-5 .content-container,
  .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-4 .content-container,
  .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-3 .content-container,
  .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-2 .content-container {
    max-height: 64%;
    padding: 12px; } }

/**
 * ->Modern Grid Listing 10
 **/
.listing-mg-10-item:before {
  padding-top: 60%; }

.listing-modern-grid-10 .mg-row-1 {
  padding-bottom: 4px; }

.listing-modern-grid-10 .mg-row-1 .mg-col-1 {
  width: 50%;
  float: left;
  padding-right: 2px; }

.listing-modern-grid-10 .mg-row-1 .mg-col-2 {
  width: 50%;
  float: left;
  padding-left: 2px; }

.listing-modern-grid-10 .mg-row-2 .mg-col {
  width: 25%;
  float: left; }

.listing-modern-grid-10 .mg-row-2 .mg-col-1 {
  padding-right: 3px; }

.listing-modern-grid-10 .mg-row-2 .mg-col-2 {
  padding-left: 1px;
  padding-right: 2px; }

.listing-modern-grid-10 .mg-row-2 .mg-col-3 {
  padding-left: 2px;
  padding-right: 1px; }

.listing-modern-grid-10 .mg-row-2 .mg-col-4 {
  padding-left: 3px; }

.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item {
  width: 100%; }

.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
  padding-top: 64%; }

.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .post-subtitle,
.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
  font-size: 75%; }

.listing-modern-grid-10 .mg-row-2 .listing-mg-item:hover .format-icon {
  margin-top: -46px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2); }

/* l1 */
.listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item .format-icon {
  right: 20px !important;
  top: 20px !important;
  transform: none;
  margin: 0; }

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col,
.listing-modern-grid-10.l-2 .mg-row-2 .mg-col,
.listing-modern-grid-10.l-1 .mg-row-2 .mg-col {
  width: 50%; }

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1,
.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-1,
.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-1 {
  padding-right: 2px;
  padding-left: 0; }

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4,
.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4,
.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4,
.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2,
.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-2,
.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-2 {
  padding-left: 2px;
  padding-right: 0; }

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3,
.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4,
.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4,
.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4 {
  padding-top: 4px; }

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title,
.listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item .title,
.listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item .title,
.listing-modern-grid-10.l-1 .mg-row-1 .listing-mg-10-item .title {
  font-size: 92%; }

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title,
.listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .title,
.listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item .title,
.listing-modern-grid-10.l-1 .mg-row-2 .listing-mg-10-item .title {
  font-size: 72%; }

/* l2 */
.listing-modern-grid-10.l-4 .mg-row-1 .mg-col,
.listing-modern-grid-10.l-3 .mg-row-1 .mg-col,
.listing-modern-grid-10.l-2 .mg-row-1 .mg-col {
  width: 100%;
  padding: 0;
  float: none; }

.listing-modern-grid-10.l-4 .mg-row-1 .mg-col-1,
.listing-modern-grid-10.l-3 .mg-row-1 .mg-col-1,
.listing-modern-grid-10.l-2 .mg-row-1 .mg-col-1 {
  padding-bottom: 4px; }

.listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item:hover .format-icon,
.listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item .format-icon,
.listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item .format-icon,
.listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item .format-icon {
  right: 20px !important;
  top: 20px !important;
  transform: none;
  margin: 0; }

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before,
.listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item:before,
.listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item:before {
  padding-top: 36%; }

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before,
.listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item:before,
.listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item:before {
  padding-top: 70%; }

/* l3 */
.listing-modern-grid-10.l-4 .listing-item .post-meta,
.listing-modern-grid-10.l-3 .listing-item .post-meta {
  display: none; }

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col {
  width: 50%; }

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1 {
  padding-right: 2px; }

.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2,
.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2 {
  padding-left: 2px;
  padding-right: 0; }

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .format-icon,
.listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .format-icon {
  display: none; }

/* l4 */
.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before {
  padding-top: 52%; }

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before {
  padding-top: 76%; }

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title {
  font-size: 82%; }

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title {
  font-size: 62%; }

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .content-container {
  max-height: 43%; }

@media only screen and (max-width: 980px) {
  .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon,
  .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0; }
  .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title {
    font-size: 92%; }
  .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
    font-size: 72%; } }

@media only screen and (max-width: 780px) {
  .listing-modern-grid-10 .mg-row-2 .mg-col {
    width: 50% !important; }
  .listing-modern-grid-10 .mg-row-2 .mg-col-3,
  .listing-modern-grid-10 .mg-row-2 .mg-col-1 {
    padding-right: 2px !important;
    padding-left: 0 !important; }
  .listing-modern-grid-10 .mg-row-2 .mg-col-4,
  .listing-modern-grid-10 .mg-row-2 .mg-col-2 {
    padding-left: 2px !important;
    padding-right: 0 !important; }
  .listing-modern-grid-10 .mg-row-2 .mg-col-3,
  .listing-modern-grid-10 .mg-row-2 .mg-col-4 {
    padding-top: 4px !important; }
  .listing-modern-grid-10 .mg-row-1 .mg-col {
    width: 100% !important;
    padding: 0 !important;
    float: none !important; }
  .listing-modern-grid-10 .mg-row-1 .mg-col-1 {
    padding-bottom: 4px !important; }
  .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before {
    padding-top: 30%; }
  .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon,
  .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0; }
  .listing-modern-grid-10 .listing-mg-10-item:before {
    padding-top: 70%; }
  .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
    padding-top: 50%; } }

@media only screen and (max-width: 620px) {
  .listing-modern-grid-10 .listing-item .post-meta {
    display: none; }
  .listing-modern-grid-10 .mg-row-2 .mg-col {
    width: 50% !important; }
  .listing-modern-grid-10 .mg-row-2 .mg-col-1 {
    padding-right: 2px !important; }
  .listing-modern-grid-10 .mg-row-2 .mg-col-2 {
    padding-left: 2px !important;
    padding-right: 0 !important; }
  .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .format-icon {
    display: none; } }

@media only screen and (max-width: 480px) {
  .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before {
    padding-top: 52% !important; }
  .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
    padding-top: 76% !important; }
  .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title {
    font-size: 82%; }
  .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
    font-size: 62%; }
  .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .content-container {
    max-height: 43%; } }

/**
 * =>Users Listing
 **/
.listing-item-user {
  position: relative; }

.listing-item-user .user-avatar img {
  border-radius: 50%;
  display: inline-block; }

.listing-item-user .btn-light {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #3c3c3c !important;
  vertical-align: top;
  line-height: 24px;
  font-size: 10px;
  padding: 0 8px;
  margin: 0 10px 0 0; }

.listing-item-user .btn-light.btn-light:hover,
.listing-item-user .btn-light.btn-light:focus {
  color: #3c3c3c !important;
  text-decoration: none !important;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.listing-item-user .user-social-icons {
  display: inline;
  padding: 0;
  margin: 0;
  vertical-align: top; }

.listing-item-user .user-social-icons .social-item {
  display: inline-block;
  padding: 0;
  margin: 0 5px 7px 0; }

.listing-item-user .user-social-icons .social-item:last-child {
  margin-right: 0; }

.listing-item-user .user-social-icons a {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 4px;
  text-align: center;
  display: inline-block;
  min-width: 27px;
  font-size: 12px;
  line-height: 24px;
  color: #444;
  vertical-align: top; }

.listing-item-user .user-social-icons .social-item a,
.listing-item-user .user-social-icons .social-item a .fa {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.listing-item-user .user-social-icons .github:hover a:hover {
  color: #666666; }

.listing-item-user .user-social-icons .pinterest a:hover {
  color: #cb2027; }

.listing-item-user .user-social-icons .youtube a:hover {
  color: #cc181e; }

.listing-item-user .user-social-icons .linkedin a:hover {
  color: #0266a0; }

.listing-item-user .user-social-icons .dribbble a:hover {
  color: #ea4c89; }

.listing-item-user .user-social-icons .vimeo a:hover {
  color: #46a3e9; }

.listing-item-user .user-social-icons .delicious a:hover {
  color: #4a79ff; }

.listing-item-user .user-social-icons .soundcloud a:hover {
  color: #F50; }

.listing-item-user .user-social-icons .behance a:hover {
  color: #3b63fc; }

.listing-item-user .user-social-icons .flickr a:hover {
  color: #2f44db; }

.listing-item-user .user-social-icons .instagram a:hover {
  color: #517FA4; }

.listing-item-user .user-social-icons .google-plus a:hover {
  color: #D73D32; }

.listing-item-user .user-social-icons .google-plus a:hover {
  color: #D73D32; }

.listing-item-user .user-social-icons .google-plus a:hover {
  color: #D73D32; }

.listing-item-user .user-social-icons .google-plus a:hover {
  color: #D73D32; }

.listing-item-user .user-social-icons .twitter a:hover {
  color: #59c8ff; }

.listing-item-user .user-social-icons .facebook a:hover {
  color: #4a639f; }

.listing-item-user .user-avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  position: relative; }

.listing-item-user .user-display-name {
  padding: 0;
  color: #444;
  font-size: 18px;
  margin: 0 0 8px; }

.listing-item-user .biography {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px; }

.listing-item-user .biography p {
  margin: 0 0 10px 0; }

.listing-item-user .user-badge {
  position: absolute;
  left: -11px;
  top: 35px;
  background: #0077d5;
  color: #fff;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  line-height: 23px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border: 3px solid #fff; }

.listing-item-user .user-badge {
  left: -12px;
  top: 50%;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  border-width: 2px;
  margin-top: -13px; }

.listing-user.columns-1 .listing-item-user {
  padding-bottom: 0 !important; }

.listing-user .listing-item-user {
  padding-bottom: 0 !important; }

.bs-listing.bs-listing-user-listing-1 .bs-slider-dots:first-child:last-child,
.bs-listing.bs-listing-user-listing-2 .bs-slider-dots:first-child:last-child,
.bs-listing.bs-listing-user-listing-3 .bs-slider-dots:first-child:last-child,
.bs-listing.bs-listing-user-listing-4 .bs-slider-dots:first-child:last-child {
  position: relative;
  left: auto;
  right: auto; }

/* Type 1 */
.listing-item-user.type-1 .user-social-icons .social-item a:hover {
  background: currentColor;
  border-color: currentColor; }

.listing-item-user.type-1 .user-social-icons .social-item a:hover .fa {
  color: #fff; }

.listing-item-user.type-1 {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 13px;
  position: relative; }

.listing.columns-1 .listing-item-user.type-1:last-child {
  border-width: 0; }

/* Type 1 - Style 2 */
.listing-item-user.type-1.style-2 .user-avatar {
  float: left;
  margin: 0; }

.listing-item-user.type-1.style-2 .user-meta {
  padding-left: 120px; }

.listing-item-user.type-1.style-2 .user-avatar {
  margin-right: 20px;
  margin-bottom: 10px; }

.listing-item-user.type-1.style-2 .user-display-name {
  font-size: 20px; }

/* Type 2 */
.listing-item-user.type-2 .bs-user-item {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.069);
  margin-right: 25px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
  margin-bottom: 16px; }

.listing-item-user.type-2 .bs-user-item:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1); }

.listing-item-user.type-2 .bs-user-item:last-child {
  margin-right: 0; }

.listing-item-user.type-2 .user-avatar {
  float: none;
  margin: 0; }

.listing-item-user.type-2 .user-social-icons {
  overflow: hidden;
  max-height: 22px;
  display: block;
  margin: 0 0 14px 0; }

.listing-item-user.type-2 .btn-light {
  border-color: rgba(0, 0, 0, 0.18);
  color: #7d7d80 !important;
  line-height: 22px;
  padding: 0 12px;
  margin-bottom: 0; }

.listing-item-user.type-2 .user-display-name {
  margin: 12px 0 8px; }

.listing-item-user.type-2 .biography {
  font-size: 12px;
  line-height: 18px; }

.listing-item-user.type-2 .biography p:last-child {
  margin: 0; }

.listing-item-user.type-2 .user-badge {
  top: 8px;
  left: -5px; }

.listing-item-user.type-2 {
  padding-bottom: 20px; }

.listing-item-user.type-2 .user-social-icons a {
  border: transparent; }

.listing-item-user.type-2 .user-social-icons .social-item {
  margin: 0 0 5px; }

.listing-item-user.type-2 .user-social-icons a {
  min-width: 24px; }

/* Type 2 - Style 1 */
.listing-item-user.type-2.style-1 {
  text-align: center; }

.listing-item-user.type-2.style-1 .btn-light {
  border-radius: 12px; }

/* Type 2 - Style 2 */
.listing-item-user.type-2.style-2 .user-badge {
  left: -12px;
  top: 8px; }

/**
 * =>More Stories
 **/
.more-stories {
  display: none;
  position: fixed;
  right: -330px;
  bottom: 70px;
  z-index: 9999;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background: #fff;
  width: 325px;
  max-width: 60%; }

.more-stories:before {
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -4px; }

.more-stories.right {
  border-right-width: 0; }

.more-stories.left {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-left-width: 0;
  right: auto;
  left: -330px; }

.more-stories.more-stories-thumbnail-2 {
  width: 355px;
  right: -360px; }

.more-stories.more-stories-thumbnail-2.left {
  width: 355px;
  right: auto;
  left: -360px; }

.more-stories-title {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #313131;
  border-bottom: 1px solid #f0f0f0; }

.more-stories .listing {
  padding-top: 15px; }

.more-stories .bs-pagination:last-child {
  margin-bottom: 10px; }

.more-stories-close {
  float: left;
  color: #cecece; }

.more-stories.left .more-stories-close {
  float: right; }

.more-stories .listing-item {
  margin-bottom: 8px; }

.more-stories .listing-item:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 680px) {
  .more-stories {
    display: none !important; } }

/**
 * =>Inline Related Posts
 **/
.bs-irp {
  position: relative;
  width: 320px;
  margin: 10px 0 15px 0;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  padding-bottom: 20px; }

.bs-irp .bs-irp-heading {
  font-size: 15px;
  margin-bottom: 16px;
  position: relative;
  padding: 8px 0 0;
  text-transform: uppercase; }

.bs-irp .bs-irp-heading:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }

.bs-irp br {
  display: none; }

.bs-irp p:empty {
  display: none; }

.bs-irp p {
  margin-bottom: 0 !important; }

.bs-irp a:hover {
  text-decoration: none !important; }

.bs-irp.right {
  float: right;
  margin-left: 30px; }

.bs-irp.left {
  float: left;
  margin-right: 30px; }

.bs-irp.center {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.bs-irp .listing-text .listing-item:last-child .item-inner {
  border-bottom-width: 0;
  padding-bottom: 0; }

.bs-irp .listing .listing-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.bs-irp.bs-irp-thumbnail-2 {
  padding-bottom: 0; }

.bs-irp.bs-irp-text-4-full,
.bs-irp.bs-irp-text-3-full,
.bs-irp.bs-irp-text-2-full,
.bs-irp.bs-irp-text-1-full,
.bs-irp.bs-irp-thumbnail-3-full,
.bs-irp.bs-irp-thumbnail-2-full,
.bs-irp.bs-irp-thumbnail-1-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: none;
  padding-bottom: 0;
  clear: both;
  border-top-width: 1px;
  padding-top: 3px; }

.bs-irp.bs-irp-text-4-full .bs-irp-heading:before,
.bs-irp.bs-irp-text-3-full .bs-irp-heading:before,
.bs-irp.bs-irp-text-2-full .bs-irp-heading:before,
.bs-irp.bs-irp-text-1-full .bs-irp-heading:before,
.bs-irp.bs-irp-thumbnail-3-full .bs-irp-heading:before,
.bs-irp.bs-irp-thumbnail-2-full .bs-irp-heading:before,
.bs-irp.bs-irp-thumbnail-1-full .bs-irp-heading:before {
  display: none; }

.bs-irp.bs-irp-text-4-full .listing-item-text-4,
.bs-irp.bs-irp-text-4-full .listing-item-text-4:last-child,
.bs-irp.bs-irp-text-3-full .listing-item-text-3,
.bs-irp.bs-irp-text-3-full .listing-item-text-3:last-child,
.bs-irp.bs-irp-text-2-full .listing-item-text-2,
.bs-irp.bs-irp-text-2-full .listing-item-text-2:last-child,
.bs-irp.bs-irp-text-1-full .listing-item-text-1,
.bs-irp.bs-irp-text-1-full .listing-item-text-1:last-child {
  border-bottom: 0;
  margin-bottom: 17px !important;
  padding-bottom: 0 !important; }

.bs-irp.bs-irp-text-1-full .listing-item-text-1 .item-inner {
  padding-bottom: 0 !important;
  border: none; }

.bs-irp.bs-irp-thumbnail-2 .bs-pagination {
  padding-bottom: 18px; }

.bs-irp.bs-irp-text-4-full .bs-pagination,
.bs-irp.bs-irp-text-3-full .bs-pagination,
.bs-irp.bs-irp-text-2-full .bs-pagination,
.bs-irp.bs-irp-text-1-full .bs-pagination,
.bs-irp.bs-irp-thumbnail-3-full .bs-pagination,
.bs-irp.bs-irp-thumbnail-2-full .bs-pagination,
.bs-irp.bs-irp-thumbnail-1-full .bs-pagination {
  padding-bottom: 18px;
  padding-top: 0;
  margin-top: 0; }

.bs-irp .post-meta p {
  display: inline; }

@media only screen and (max-width: 530px) {
  .bs-irp.right,
  .bs-irp.left {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 21px 0 21px 0; } }

/**
 * =>Sliders
 **/
.bs-listing-slider-1 > .bs-slider,
.bs-listing-slider-2 > .bs-slider,
.bs-listing-slider-3 > .bs-slider {
  margin-bottom: 0; }

.bs-listing-slider-1,
.bs-listing-slider-2,
.bs-listing-slider-3 {
  margin-bottom: 22px; }

.bs-shortcode.bs-slider .better-direction-nav a {
  text-indent: -9999px; }

.bs-shortcode.bs-slider .better-direction-nav a:before {
  line-height: 38px;
  font-size: 14px;
  display: inline-block;
  content: '\f053';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-indent: 0;
  width: auto;
  height: auto; }

.bs-shortcode.bs-slider .better-direction-nav a.better-next:before {
  content: '\f054';
  right: -3px; }

.bs-slider-item {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.bs-slider-item > .item-content {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.bs-slider-item > .item-content:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 45%; }

.bs-slider-item .img-cont {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body.bs-ll-d .bs-slider-item .img-cont,
.bs-slider-item .img-cont.b-error,
.bs-slider-item .img-cont.b-loaded {
  background-size: cover !important;
  animation: none; }

.bs-slider .bs-slider-item:nth-child(1) {
  /* fix for first load */
  float: left;
  display: block;
  width: 100%; }

.bs-slider-item.has-not-post-thumbnail .img-cont {
  background-color: #e2e2e2; }

.bs-slider-item .post-subtitle {
  text-align: center !important; }

/**
 * ->Slider 1
 **/
.bs-slider-1-item > .item-content:before {
  padding-top: 45%; }

.bs-slider-1-item .img-cont:after {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px; }

.bs-slider-1-item:hover .img-cont {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04); }

.bs-slider-1-item .content-container {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  bottom: -80px;
  left: 30px;
  right: 30px;
  padding: 0 30px 30px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  opacity: 0; }

.bs-slider-1-item.slider-content-shown .content-container {
  bottom: 0;
  opacity: 1; }

.bs-slider-1-item .content-container a {
  pointer-events: all; }

.bs-slider-1-item .title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  text-align: center !important;
  max-width: 70%;
  margin: 0 auto; }

.bs-slider-1-item .title a {
  color: #fff; }

.bs-slider-1-item .post-meta {
  margin-top: 12px;
  text-align: center !important;
  font-size: 11px; }

.bs-slider-1-item .post-meta .comments,
.bs-slider-1-item .post-meta .post-author {
  color: #fff;
  font-size: 11px; }

.bs-slider-1-item .post-meta .comments {
  float: none;
  margin-left: 0; }

.bs-slider-1-item .post-meta .time,
.bs-slider-1-item .post-meta .post-author:after {
  color: rgba(255, 255, 255, 0.57); }

.bs-slider-1-item .term-badges.floated {
  position: absolute;
  right: auto;
  left: 0;
  top: 30px;
  bottom: auto;
  width: 100%;
  text-align: center;
  pointer-events: none; }

.bs-slider-1 .better-direction-nav .better-next,
.bs-slider-1 .better-direction-nav .better-prev {
  opacity: 1;
  transform: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid white;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
  margin: -36px 0 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.bs-slider-1 .better-direction-nav .better-prev {
  left: 20px; }

.bs-slider-1 .better-direction-nav .better-next {
  right: 20px; }

.bs-slider-1-item:hover .format-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2); }

.bs-slider-1-item .post-subtitle {
  margin-top: 7px;
  color: #fff !important; }

.bs-slider-1-item .post-subtitle:first-child {
  margin: 0 0 7px; }

/* l1 */
.bs-slider-1.l-2 .bs-slider-1-item > .item-content:before,
.bs-slider-1.l-1 .bs-slider-1-item > .item-content:before {
  padding-top: 60%; }

/* l2 */
.bs-slider-1.l-2 .bs-slider-1-item > .item-content:before {
  padding-top: 110%; }

.bs-slider-1.l-2 .bs-slider-1-item .post-meta {
  display: none; }

.bs-slider-1.l-2 .bs-slider-1-item .title a {
  font-size: 75%;
  line-height: 170%;
  display: inline-block; }

.bs-slider-1.l-2 .bs-slider-1-item .content-container {
  left: 0;
  right: 0;
  padding: 0 20px 20px; }

.bs-slider-1.l-2 .better-direction-nav .better-prev {
  left: -20px;
  opacity: 0; }

.bs-slider-1.l-2:hover .better-direction-nav .better-prev {
  left: 10px;
  opacity: 1; }

.bs-slider-1.l-2 .better-direction-nav .better-next {
  right: -20px;
  opacity: 0; }

.bs-slider-1.l-2:hover .better-direction-nav .better-next {
  right: 10px;
  opacity: 1; }

@media only screen and (max-width: 780px) {
  .bs-slider-1 .bs-slider-1-item > .item-content:before {
    padding-top: 60%; } }

@media only screen and (max-width: 370px) {
  .bs-slider-1 .bs-slider-1-item .post-meta {
    display: none; }
  .bs-slider-1 .bs-slider-1-item > .item-content:before {
    padding-top: 110% !important; }
  .bs-slider-1 .bs-slider-1-item .title a {
    font-size: 75%;
    line-height: 170%;
    display: inline-block; }
  .bs-slider-1 .bs-slider-1-item .content-container {
    left: 0;
    right: 0;
    padding: 0 20px 20px; }
  .bs-slider-1 .better-direction-nav .better-prev {
    left: -20px;
    opacity: 0; }
  .bs-slider-1:hover .better-direction-nav .better-prev {
    left: 10px;
    opacity: 1; }
  .bs-slider-1 .better-direction-nav .better-next {
    right: -20px;
    opacity: 0; }
  .bs-slider-1:hover .better-direction-nav .better-next {
    right: 10px;
    opacity: 1; } }

/**
 * ->Slider 2
 **/
.bs-slider-2-item > .item-content:before {
  padding-top: 45%; }

.bs-slider-2-item:hover .img-cont {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04); }

.bs-slider-2-item .content-container {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  left: 50%;
  bottom: 10px;
  padding: 30px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  width: 460px;
  margin: 0 0 0 -230px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center; }

.bs-slider-2-item.slider-content-shown .content-container {
  bottom: 40px;
  opacity: 1; }

.bs-slider-2-item .content-container a {
  pointer-events: all; }

.bs-slider-2-item .title {
  margin: 10px 0 0;
  line-height: 1.4;
  text-align: center !important; }

.bs-slider-2-item .title a {
  color: #212121; }

.bs-slider-2-item .post-meta {
  margin-top: 8px;
  text-align: center !important;
  font-size: 12px; }

.bs-slider-2-item .post-meta .comments,
.bs-slider-2-item .post-meta .post-author {
  color: #212121;
  font-size: 12px; }

.bs-slider-2-item .post-meta .comments {
  float: none;
  margin-left: 0; }

.bs-slider-2-item .post-meta .time,
.bs-slider-2-item .post-meta .post-author:after {
  color: #212121; }

.bs-slider-2-item .content-container a.read-more {
  border: 1px solid transparent;
  background: none;
  color: #fff;
  font-size: 12px;
  padding: 6px 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  line-height: 20px;
  margin-top: 15px; }

.bs-slider-2-item .content-container a.read-more:hover {
  color: #ffffff; }

.bs-slider-2-item .term-badges.floated {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }

.bs-slider-2-item .term-badges.floated .term-badge a {
  background: #212121 !important;
  color: #fff !important;
  margin: 0; }

.bs-slider-2-item:hover .format-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2); }

.bs-slider-2 .better-direction-nav .better-next,
.bs-slider-2 .better-direction-nav .better-prev {
  transform: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid white;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
  margin: -36px 0 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.bs-slider-2-item .post-subtitle {
  margin-top: 7px; }

.bs-slider-2-item .term-badges + .post-subtitle,
.bs-slider-2-item .post-subtitle:first-child {
  margin: 0 0 -4px; }

/* l1 */
.bs-slider-2.l-3 .bs-slider-2-item > .item-content:before,
.bs-slider-2.l-2 .bs-slider-2-item > .item-content:before,
.bs-slider-2.l-1 .bs-slider-2-item > .item-content:before {
  padding-top: 70%; }

.bs-slider-2.l-3 .bs-slider-2-item .title a,
.bs-slider-2.l-2 .bs-slider-2-item .title a,
.bs-slider-2.l-1 .bs-slider-2-item .title a {
  font-size: 85%; }

/* l2 */
.bs-slider-2.l-3 .bs-slider-2-item > .item-content:before,
.bs-slider-2.l-2 .bs-slider-2-item > .item-content:before {
  padding-top: 120%; }

.bs-slider-2.l-3 .bs-slider-2-item .post-meta,
.bs-slider-2.l-2 .bs-slider-2-item .post-meta {
  display: none; }

.bs-slider-2.l-3 .bs-slider-2-item .title a,
.bs-slider-2.l-2 .bs-slider-2-item .title a {
  font-size: 75%;
  line-height: 170%;
  display: inline-block; }

.bs-slider-2.l-3 .bs-slider-2-item .content-container,
.bs-slider-2.l-2 .bs-slider-2-item .content-container {
  left: 7.5%;
  bottom: 7.5%;
  right: 7.5%;
  padding: 20px;
  width: 85%;
  transform: none;
  margin: 0; }

/* l3 */
.bs-slider-2.l-3 .better-direction-nav .better-next,
.bs-slider-2.l-3 .better-direction-nav .better-prev {
  display: none; }

@media only screen and (max-width: 780px) {
  .bs-slider-2-item > .item-content:before {
    padding-top: 70%; }
  .bs-slider-2-item .title a {
    font-size: 85%; } }

@media only screen and (max-width: 520px) {
  .bs-slider-2-item > .item-content:before {
    padding-top: 120% !important; }
  .bs-slider-2-item .post-meta {
    display: none; }
  .bs-slider-2-item .title a {
    font-size: 75%;
    line-height: 170%;
    display: inline-block; }
  .bs-slider-2-item .content-container {
    left: 7.5%;
    bottom: 7.5%;
    right: 7.5%;
    padding: 20px;
    width: 85%;
    transform: none;
    margin: 0; } }

@media only screen and (max-width: 370px) {
  .bs-slider-2 .better-direction-nav .better-next,
  .bs-slider-2 .better-direction-nav .better-prev {
    display: none; } }

/**
 * ->Slider 3
 **/
.bs-slider-3-item > .item-content:before {
  padding-top: 45%; }

.bs-slider-3-item:hover .img-cont {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04); }

.bs-slider-3-item .content-container {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  left: 50%;
  top: 45%;
  padding: 30px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  width: 460px;
  margin: -120px 0 0 -230px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center; }

.bs-slider-3-item .content-container a.read-more {
  border: 1px solid transparent;
  background: none;
  color: #fff;
  font-size: 12px;
  padding: 6px 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  line-height: 20px;
  margin-top: 15px; }

.bs-slider-3-item .content-container a.read-more:hover {
  color: #ffffff; }

.bs-slider-3-item.slider-content-shown .content-container {
  opacity: 1;
  top: 50%; }

.bs-slider-3-item .content-container a {
  pointer-events: all; }

.bs-slider-3-item .title {
  margin: 10px 0 0;
  line-height: 1.4;
  text-align: center !important; }

.bs-slider-3-item .title a {
  color: #212121; }

.bs-slider-3-item .post-meta {
  margin-top: 8px;
  text-align: center !important;
  font-size: 12px; }

.bs-slider-3-item .post-meta .comments,
.bs-slider-3-item .post-meta .post-author {
  color: #212121;
  font-size: 12px; }

.bs-slider-3-item .post-meta .comments {
  float: none;
  margin-left: 0; }

.bs-slider-3-item .post-meta .time,
.bs-slider-3-item .post-meta .post-author:after {
  color: #212121; }

.bs-slider-3-item .term-badges.floated {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }

.bs-slider-3-item .term-badges.floated .term-badge a {
  background: #212121 !important;
  color: #fff !important;
  margin: 0; }

.bs-slider-3 .better-direction-nav .better-next,
.bs-slider-3 .better-direction-nav .better-prev {
  transform: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid white;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
  margin: -36px 0 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.bs-slider-3 .better-direction-nav .better-prev {
  left: 20px; }

.bs-slider-3 .better-direction-nav .better-next {
  right: 20px; }

.bs-slider-3-item:hover .format-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2); }

.bs-slider-3-item .post-subtitle {
  margin-top: 7px; }

.bs-slider-3-item .term-badges + .post-subtitle,
.bs-slider-3-item .post-subtitle:first-child {
  margin: 0 0 -4px; }

/* l1 */
.bs-slider-3.l-3 .bs-slider-3-item > .item-content:before,
.bs-slider-3.l-2 .bs-slider-3-item > .item-content:before,
.bs-slider-3.l-1 .bs-slider-3-item > .item-content:before {
  padding-top: 60%; }

.bs-slider-3.l-3 .bs-slider-3-item .title a,
.bs-slider-3.l-2 .bs-slider-3-item .title a,
.bs-slider-3.l-1 .bs-slider-3-item .title a {
  font-size: 90%; }

.bs-slider-3.l-3 .bs-slider-3-item > .item-content:before,
.bs-slider-3.l-2 .bs-slider-3-item > .item-content:before,
.bs-slider-3.l-1 .bs-slider-3-item > .item-content:before {
  padding-top: 60%; }

/* l2 */
.bs-slider-3.l-3 .bs-slider-3-item > .item-content:before,
.bs-slider-3.l-2 .bs-slider-3-item > .item-content:before {
  padding-top: 110% !important; }

.bs-slider-3.l-3 .bs-slider-3-item .post-meta,
.bs-slider-3.l-2 .bs-slider-3-item .post-meta {
  display: none; }

.bs-slider-3.l-3 .bs-slider-3-item .title a,
.bs-slider-3.l-2 .bs-slider-3-item .title a {
  font-size: 75%;
  line-height: 150%;
  display: inline-block; }

/* l3 */
.bs-slider-3.l-3 .bs-slider-3-item .content-container {
  left: 7.5%;
  bottom: 7.5%;
  right: 7.5%;
  top: auto;
  padding: 20px;
  width: 85%;
  transform: none;
  margin: 0; }

.bs-slider-3.l-3 .bs-slider-3-item.slider-content-shown .content-container {
  bottom: 25px; }

.bs-slider-3.l-3 .better-direction-nav .better-next,
.bs-slider-3.l-3 .better-direction-nav .better-prev {
  display: none; }

@media only screen and (max-width: 780px) {
  .bs-slider-3 .bs-slider-3-item > .item-content:before {
    padding-top: 60%; }
  .bs-slider-3 .bs-slider-3-item .title a {
    font-size: 90%; }
  .bs-slider-3 .bs-slider-3-item > .item-content:before {
    padding-top: 60%; } }

@media only screen and (max-width: 520px) {
  .bs-slider-3 .bs-slider-3-item > .item-content:before {
    padding-top: 110% !important; }
  .bs-slider-3 .bs-slider-3-item .post-meta {
    display: none; }
  .bs-slider-3 .bs-slider-3-item .title a {
    font-size: 75%;
    line-height: 150%;
    display: inline-block; }
  .bs-slider-3 .bs-slider-3-item .content-container {
    left: 7.5%;
    bottom: 7.5%;
    right: 7.5%;
    top: auto;
    padding: 20px;
    width: 85%;
    transform: none;
    margin: 0; } }

@media only screen and (max-width: 380px) {
  .bs-slider-3 .bs-slider-3-item.slider-content-shown .content-container {
    bottom: 25px; }
  .bs-slider-3 .better-direction-nav .better-next,
  .bs-slider-3 .better-direction-nav .better-prev {
    display: none; } }

/**
 * =>Notification
 **/
.bs-push-noti {
  position: relative;
  padding: 10px;
  font-weight: 700;
  overflow: hidden;
  text-align: center; }

.bs-push-noti-bg {
  display: none; }

.bs-push-noti .bs-push-noti-button {
  text-transform: capitalize !important;
  line-height: 30px;
  font-weight: bolder; }

.bs-push-noti .bs-push-noti-wrapper-icon {
  color: #fff; }

/**
 * ->Notification type 1
 **/
.bs-push-noti.bspn-t1.bspn-t1 {
  text-align: left; }

.bs-push-noti.bspn-t1 .bs-push-noti-inner {
  padding: 15px 10px 20px 124px;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden; }

.bs-push-noti.bspn-t1 p {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 15px; }

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon {
  padding: 10px;
  background: #bbb;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 111px;
  text-align: center; }

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px 5px 5px 0;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -23px; }

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:before {
  content: '';
  position: absolute;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0px solid transparent;
  border-left: 14px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
  left: 50%;
  margin-left: -26px;
  bottom: 50%;
  margin-bottom: -24px; }

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon .notification-icon {
  position: absolute;
  top: 50%;
  font-size: 17px;
  margin-top: -13px;
  margin-left: -8.5px;
  color: #ffffff;
  z-index: 1; }

.bs-push-noti.bspn-t1 .bs-push-noti-bg {
  display: block;
  position: absolute;
  top: -50%;
  right: -3%;
  font-size: 7em;
  transform: rotate(30deg);
  opacity: 0.09; }

.bs-push-noti.post-bottom {
  margin-bottom: 0 !important; }

.widget .bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon {
  position: absolute;
  left: -16px;
  right: -16px;
  top: -1px;
  display: block;
  height: 140px;
  width: auto; }

.widget .bs-push-noti.bspn-t1 .bs-push-noti-inner {
  padding-left: 15px;
  padding-top: 150px; }

/**
 * ->Notification type 2
 **/
.bs-push-noti.bspn-t2 {
  padding: 0; }

.bs-push-noti.bspn-t2 .bs-push-noti-inner {
  background: #fdfdfd;
  text-align: center;
  margin-top: 35px;
  padding: 10px 20px 20px;
  border: 1px solid #e8e8e8; }

.bs-push-noti.bspn-t2 .bs-push-noti-wrapper-icon {
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: -40px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  z-index: 9; }

.bs-push-noti.bspn-t2 .notification-icon {
  line-height: 60px; }

.bs-push-noti.bspn-t2 .bs-push-noti-message {
  margin-top: -25px;
  margin-bottom: 20px; }

.bs-push-noti.bspn-t2 p {
  font-size: 15px;
  font-weight: normal;
  margin: 0; }

.bs-push-noti.bspn-t2 .bs-push-noti-button:before {
  font: normal normal normal 14px/1 "bs-icons";
  content: "\b061";
  margin-right: 5px;
  vertical-align: middle; }

.bs-push-noti.bspn-t2 .bs-push-noti-button {
  text-transform: capitalize !important;
  line-height: 20px;
  font-weight: bolder; }

/**
 * =>Boxes
 **/
.bs-box-inner {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.bs-box-inner:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 70%; }

.bs-box .box-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.bs-box .box-image {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/**
 * ->Box 1
 **/
.bs-box-1 .bs-box-inner {
  background: #ccc; }

.bs-box-1 .box-text {
  position: absolute;
  background: #ffffff;
  color: #333;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 1;
  pointer-events: none; }

.bs-box-1 .box-image:before {
  border: 1px solid #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.bs-box-1:hover .box-image:before {
  bottom: 15px;
  left: 15px;
  opacity: 1;
  right: 15px;
  top: 15px; }

.bs-box-1 .box-pre-title {
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: capitalize; }

.bs-box-1 .box-title {
  font-size: 22px;
  margin: 0; }

/**
 * ->Box 2
 **/
.bs-box-2 .box-image:after {
  border: 1px solid #ffffff;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  bottom: 15px;
  left: 15px;
  opacity: 1;
  right: 15px;
  top: 15px; }

.bs-box-2 .box-text {
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  text-align: center; }

.bs-box-2 .box-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.bs-box-2:hover .box-image:before {
  background: rgba(0, 0, 0, 0.3); }

.bs-box-2 .box-title {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
  padding: 5px 10px;
  line-height: 1.3;
  background: #ffffff;
  color: #353535;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block; }

/**
 * ->Box 3
 **/
.bs-box-3 .box-text {
  position: absolute;
  font-size: 16px;
  padding: 0;
  bottom: 25px;
  left: 25px;
  right: 25px;
  opacity: 1;
  pointer-events: none; }

.bs-box-3 .box-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.bs-box-3:hover .box-image:before {
  background: rgba(0, 0, 0, 0.35); }

.bs-box-3 .box-sub-title {
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.09); }

.bs-box-3 .box-title {
  font-size: 17px;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.09); }

.bs-box-3 .bf-icon {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.09);
  font-size: 24px;
  display: block;
  margin-bottom: 15px; }

.bs-box-3.box-no-bg .box-sub-title,
.bs-box-3.box-no-bg .box-title,
.bs-box-3.box-no-bg .bf-icon {
  color: #333;
  text-shadow: none; }

.bs-box-3.box-no-bg {
  background: #eee; }

.bs-box-3.box-no-bg .box-image:before {
  display: none; }

.bs-box-3.box-text-left .box-sub-title,
.bs-box-3.box-text-left .box-title,
.bs-box-3.box-text-left .bf-icon {
  text-align: left !important; }

.bs-box-3.box-text-right .box-sub-title,
.bs-box-3.box-text-right .box-title,
.bs-box-3.box-text-right .bf-icon {
  text-align: right !important; }

.bs-box-3.box-text-center .box-sub-title,
.bs-box-3.box-text-center .box-title,
.bs-box-3.box-text-center .bf-icon {
  text-align: center !important; }

/**
 * ->Box 4
 **/
.bs-box-4 .bs-box-inner:before {
  padding-top: 120%; }

.bs-box-4 .box-text {
  position: absolute;
  font-size: 16px;
  padding: 0;
  bottom: 25px;
  left: 25px;
  right: 25px;
  opacity: 1;
  pointer-events: none; }

.bs-box-4 .box-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.bs-box-4:hover .box-image:before {
  background: rgba(0, 0, 0, 0.35); }

.bs-box-4 .box-sub-title {
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.09); }

.bs-box-4 .box-title {
  font-size: 17px;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.09); }

.bs-box-4 .bf-icon {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.09);
  font-size: 24px;
  display: block;
  margin-bottom: 15px; }

.bs-box-4.box-no-bg .box-sub-title,
.bs-box-4.box-no-bg .box-title,
.bs-box-4.box-no-bg .bf-icon {
  color: #333;
  text-shadow: none; }

.bs-box-4.box-no-bg {
  background: #eee; }

.bs-box-4.box-no-bg .box-image:before {
  display: none; }

.bs-box-4.box-text-left .box-sub-title,
.bs-box-4.box-text-left .box-title,
.bs-box-4.box-text-left .bf-icon {
  text-align: left !important; }

.bs-box-4.box-text-right .box-sub-title,
.bs-box-4.box-text-right .box-title,
.bs-box-4.box-text-right .bf-icon {
  text-align: right !important; }

.bs-box-4.box-text-center .box-sub-title,
.bs-box-4.box-text-center .box-title,
.bs-box-4.box-text-center .bf-icon {
  text-align: center !important; }

/**
 * =>Widgets Listing
 **/
.widget .listing-widget,
.listing-widget {
  padding: 0;
  margin: 0;
  list-style: none; }

.listing-widget .listing-item img.wp-post-image {
  max-width: 80px;
  float: left;
  margin-right: 15px; }

.listing-widget .listing-item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.listing-widget .listing-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.listing-widget .img-holder {
  width: 80px; }

.listing-widget .img-holder:before {
  padding-top: 70%; }

.listing-widget .listing-item .post-meta {
  margin-top: 2px; }

@media only screen and (max-width: 678px) {
  .footer-widgets > .content-wrap > .container > .row > *:last-child {
    margin-bottom: 0 !important; } }

/**
 * ->Widget Simple Listing
 **/
.listing-widget.listing-widget-simple .listing-item .title {
  font-size: 14px;
  margin: 0; }

.listing-widget.listing-widget-simple .listing-item .title a {
  line-height: 1.4; }

.listing-widget.listing-widget-simple .listing-item .post-meta {
  margin-top: 5px;
  margin-bottom: 8px; }

/**
 * ->Widget Thumbnail Listing
 **/
.listing-widget.listing-widget-thumbnail .listing-item .title {
  font-size: 14px;
  margin: 0;
  line-height: 1.2; }

/**
 * =>Separator Line
 **/
.separator-line {
  margin: 15px auto;
  width: 70%;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 20px;
  color: #949494; }

.separator-line .sep-icon {
  padding: 0 25px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0.35); }

.separator-line .sep-icon:after {
  content: '';
  height: 2px;
  width: 440%;
  top: 50%;
  left: -440%;
  position: absolute;
  margin-top: -1px;
  background-color: #DADADA;
  background-color: rgba(0, 0, 0, 0.15);
  display: inline-block; }

.separator-line .sep-icon:before {
  content: '';
  height: 2px;
  width: 440%;
  top: 50%;
  right: -440%;
  position: absolute;
  margin-top: -1px;
  background-color: #DADADA;
  background-color: rgba(0, 0, 0, 0.15);
  display: inline-block; }

/**
 * =>Widgets & Shortcodes
 **/
.widget > .bs-listing,
.sidebar > .widget:last-child {
  margin-bottom: 0; }

.widget ul,
.widget ol {
  padding-left: 20px;
  margin-bottom: 0; }

.widget li {
  margin-bottom: 7px; }

.widget li:last-child {
  margin-bottom: 0; }

.widget li > ul {
  margin-top: 10px; }

.widget img {
  max-width: 100%;
  height: auto; }

.widget.widget_text img {
  margin: 10px 0 15px 0; }

.widget select {
  width: 100%; }

.sidebar-column .widget > .bs-listing:last-child {
  margin-bottom: 0; }

.widget > .better-weather {
  margin-bottom: 0; }

/**
 * ->Archive Widget
 **/
.widget.widget_archive ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.widget.widget_archive ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f187';
  margin-right: 10px; }

.widget.widget_archive ul li a {
  font-size: 14px; }

.widget.widget_archive ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding-bottom: 5px; }

.widget.widget_archive ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.widget.widget_archive .post-count {
  float: right;
  color: #444;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background: #eee;
  text-align: center; }

/**
 * ->Calender Widget
 **/
.widget.widget_calendar {
  font-size: 13px; }

.widget.widget_calendar table {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.widget.widget_calendar table td,
.widget.widget_calendar table th {
  text-align: center;
  padding: 5px 0; }

.widget.widget_calendar table td.active-day {
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.71); }

.widget.widget_calendar table td.active-day:hover {
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.91); }

.widget.widget_calendar table td:hover,
.widget.widget_calendar table td {
  background-color: #DCDCDC;
  background-color: rgba(0, 0, 0, 0.08);
  color: #888;
  color: rgba(0, 0, 0, 0.51); }

.widget.widget_calendar table td.pad:hover,
.widget.widget_calendar table td.pad {
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.03); }

.widget.widget_calendar table td a {
  color: #fff; }

.widget.widget_calendar table caption {
  padding: 20px 5px;
  text-align: center;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px; }

.widget.widget_calendar table tfoot td, .widget.widget_calendar table th {
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.71);
  color: #fff; }

.widget.widget_calendar table tfoot td:hover {
  background-color: #dedede; }

/**
 * ->Category Widget
 **/
.widget.widget_categories ul {
  list-style: none;
  padding-left: 0; }

.widget.widget_categories ul:last-child {
  margin-bottom: 0; }

.widget.widget_categories ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding-bottom: 5px; }

.widget.widget_categories ul li a {
  text-transform: capitalize;
  font-size: 14px; }

.widget.widget_categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.widget.widget_categories ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f07c';
  margin-right: 10px; }

.widget.widget_categories .children a:before {
  content: '\f115'; }

.widget.widget_categories .post-count {
  float: right;
  color: #444;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 4px;
  background: #eee;
  background: rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.widget.widget_categories ul.children {
  border-top: 1px solid #F5F5F5;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 25px; }

.widget.widget_categories ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/**
 * ->Custom Menu Widget
 **/
.widget.widget_nav_menu .bf-icon {
  margin-left: 5px;
  margin-right: 7px; }

.widget.widget_nav_menu ul.menu li.menu-have-icon.menu-title-hide > a > .bf-icon {
  margin-right: 5px; }

.widget.widget_nav_menu ul.menu {
  font-size: 16px; }

.widget.widget_nav_menu ul ul,
.widget.widget_nav_menu ul {
  list-style: none;
  margin-top: 0;
  padding: 0; }

.widget.widget_nav_menu ul.menu > li .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  background: none; }

.widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu {
  left: 0; }

.widget.widget_nav_menu ul.menu li {
  display: block;
  float: none;
  margin-bottom: 2px;
  padding: 0; }

.widget.widget_nav_menu ul.menu li:before {
  content: '';
  display: none; }

.widget.widget_nav_menu ul.menu li.menu-title-hide span.hidden {
  display: inline !important;
  visibility: visible !important; }

.widget.widget_nav_menu ul.menu li a {
  line-height: 24px;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  display: block;
  position: relative;
  width: 100%; }

.widget.widget_nav_menu ul.menu li a .description {
  display: none; }

.widget.widget_nav_menu ul.menu li > a:hover {
  color: #fff !important;
  border-color: transparent !important; }

.widget.widget_nav_menu ul.menu li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0da';
  margin-left: 7px;
  margin-right: 7px; }

.widget.widget_nav_menu ul.menu ul li a:before {
  content: '\f105'; }

.widget.widget_nav_menu ul.menu li .sub-menu li.menu-have-icon > a:before,
.widget.widget_nav_menu ul.menu li.menu-have-icon a:before {
  display: none; }

.widget.widget_nav_menu ul.menu ul li:first-child {
  margin-top: 2px; }

.widget.widget_nav_menu ul.menu ul li {
  margin-left: 15px; }

.widget.widget_nav_menu ul.menu ul ul li {
  margin-left: 15px; }

.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
  border-bottom: 1px solid #dedede !important; }

.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a:hover {
  border-bottom-color: transparent !important; }

.widget.widget_nav_menu ul.menu li .sub-menu > li > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0da'; }

.widget.widget_nav_menu .menu .better-custom-badge {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #FFF !important;
  font-family: "Open Sans";
  font-size: 10px;
  padding: 0 5px;
  margin-left: 13px;
  font-weight: bold;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  min-width: 19px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 8px; }

.widget.widget_nav_menu .menu .better-custom-badge:after {
  border: solid 4px rgba(0, 0, 0, 0);
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: -8px;
  margin-top: -4px; }

.ltr .widget.widget_nav_menu .menu .better-custom-badge:after {
  border-left-color: transparent !important; }

.widget.widget_nav_menu ul.menu li.current-menu-item > a {
  border-color: transparent;
  color: #fff; }

.widget.widget_nav_menu ul.menu > li > .mega-menu {
  display: none; }

.widget.widget_nav_menu ul.menu li.menu-item-has-children > a:after {
  display: none; }

.widget.widget_nav_menu ul.menu .sub-menu,
.widget.widget_nav_menu ul.menu .mega-menu {
  display: block;
  visibility: visible;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation-name: none !important;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  background: none !important;
  width: 100%; }

/**
 * ->Pages Widget
 **/
.widget.widget_pages ul {
  list-style: none;
  padding-left: 0; }

.widget.widget_pages ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding-bottom: 5px; }

.widget.widget_pages ul li a {
  font-size: 13px; }

.widget.widget_pages ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.widget.widget_pages ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f15b';
  margin-right: 10px; }

/**
 * ->Recent Comments Widget
 **/
.widget.widget_recent_comments a {
  border-bottom: 1px solid #e7e7e7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.widget.widget_recent_comments ul {
  list-style: none;
  padding-left: 0; }

.widget.widget_recent_comments ul li {
  margin-bottom: 5px;
  padding-bottom: 5px; }

.widget.widget_recent_comments ul li a {
  font-size: 13px; }

.widget.widget_recent_comments ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.widget.widget_recent_comments ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f075';
  margin-right: 10px; }

/**
 * ->Recent Posts Widget
 **/
.widget.widget_recent_entries ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.widget.widget_recent_entries ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 8px;
  padding-bottom: 8px; }

.widget.widget_recent_entries ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.widget.widget_recent_entries li a {
  font-size: 14px; }

.widget.widget_recent_entries li .post-date {
  font-style: italic;
  display: block;
  font-size: 12px; }

/**
 * ->RSS Widget
 **/
.widget.widget_rss li .rsswidget {
  font-size: 14px; }

.widget.widget_rss li .rss-date {
  display: block;
  font-style: italic; }

.widget.widget_rss li .rssSummary {
  font-size: 13px; }

/**
 * ->Search Widget
 **/
.search-header .search-form,
.widget.widget_product_search .woocommerce-product-search,
.widget.widget_display_search form[role="search"],
.widget.widget_search .search-form {
  position: relative; }

.search-header .search-form .search-field,
.widget.widget_product_search .search-field,
.widget.widget_display_search form[role="search"] input#bbp_search,
.widget.widget_search .search-form input[type="search"] {
  width: 100%;
  padding-right: 20%;
  margin: 0;
  line-height: 36px;
  height: 36px; }

.search-header .search-form .search-submit,
.widget.widget_product_search input[type='submit'],
.widget.widget_display_search form[role="search"] input#bbp_search_submit,
.widget.widget_search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  height: 36px;
  padding: 0 16px; }

/**
 * ->Tag Cloud Widget
 **/
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  line-height: 16px;
  color: #444;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 0 6px 6px 0;
  padding: 5px 7px;
  font-size: 12px !important;
  font-weight: normal; }

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  border-color: transparent; }

/**
 * ->Social Share Widget
 **/
.bs-social-share .social-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.bs-social-share span.social-item {
  float: left;
  margin-right: 6px;
  padding: 0; }

.bs-social-share span.social-item a {
  font-family: "Open Sans", sans-serif;
  border-radius: 2px; }

.bs-social-share span.social-item.bbm,
.bs-social-share span.social-item.line,
.bs-social-share span.social-item.whatsapp {
  display: none; }

.widget_bs-theme-social-share .bs-social-share span.social-item {
  float: none;
  display: inline-block; }

@media only screen and (max-width: 780px) {
  .bs-social-share span.social-item.bbm,
  .bs-social-share span.social-item.line,
  .bs-social-share span.social-item.whatsapp {
    display: block; } }

/**
 * -->Social Share Style Button
 **/
.bs-social-share.style-button span.social-item a {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 13px;
  background-color: #8d8d8d;
  display: block;
  color: #fff !important;
  margin-bottom: 7px; }

.bs-social-share.style-button span.social-item a:hover {
  background-color: #7c7c7c; }

.bs-social-share.style-button span.social-item a span {
  margin-left: 7px; }

.bs-social-share.style-button span.social-item a span:last-child:first-child {
  margin-right: 0;
  margin-left: 0; }

.bs-social-share.style-button.no-title-style span.social-item a {
  width: 40px;
  text-align: center;
  padding: 0; }

.bs-social-share.style-button.no-title-style span.social-item a .fa {
  margin-right: 0; }

.bs-social-share.style-button.colored span.social-item.facebook a {
  background-color: #4a639f; }

.bs-social-share.style-button.colored span.social-item.facebook a:hover {
  background-color: #5271b3; }

.bs-social-share.style-button.colored span.social-item.twitter a {
  background-color: #59c8ff; }

.bs-social-share.style-button.colored span.social-item.twitter a:hover {
  background-color: #58d1ff; }

.bs-social-share.style-button.colored span.social-item.google_plus a {
  background-color: #D73D32; }

.bs-social-share.style-button.colored span.social-item.google_plus a:hover {
  background-color: #e64035; }

.bs-social-share.style-button.colored span.social-item.pinterest a {
  background-color: #cb2027; }

.bs-social-share.style-button.colored span.social-item.pinterest a:hover {
  background-color: #e32229; }

.bs-social-share.style-button.colored span.social-item.linkedin a {
  background-color: #0266a0; }

.bs-social-share.style-button.colored span.social-item.linkedin a:hover {
  background-color: #027ec1; }

.bs-social-share.style-button.colored span.social-item.tumblr a {
  background-color: #3e5a70; }

.bs-social-share.style-button.colored span.social-item.tumblr a:hover {
  background-color: #426283; }

.bs-social-share.style-button.colored span.social-item.email a {
  background-color: #0c151c; }

.bs-social-share.style-button.colored span.social-item.email a:hover {
  background-color: #1a2a39; }

.bs-social-share.style-button.colored span.social-item.telegram a {
  background-color: #179cde; }

.bs-social-share.style-button.colored span.social-item.telegram a:hover {
  background-color: #0f8dde; }

.bs-social-share.style-button.colored span.social-item.whatsapp a {
  background-color: #00e676; }

.bs-social-share.style-button.colored span.social-item.whatsapp a:hover {
  background-color: #00ca65; }

.bs-social-share.style-button.colored span.social-item.reddit a {
  background-color: #ff4500; }

.bs-social-share.style-button.colored span.social-item.reddit a:hover {
  background-color: #dc3c01; }

.bs-social-share.style-button.colored span.social-item.stumbleupon a {
  background-color: #ee4813; }

.bs-social-share.style-button.colored span.social-item.stumbleupon a:hover {
  background-color: #ce3d0f; }

.bs-social-share.style-button.colored span.social-item.vk a {
  background-color: #4c75a3; }

.bs-social-share.style-button.colored span.social-item.vk a:hover {
  background-color: #3e5f84; }

.bs-social-share.style-button.colored span.social-item.digg a {
  background-color: #000; }

.bs-social-share.style-button.colored span.social-item.digg a:hover {
  background-color: #2f2f2f; }

.bs-social-share.style-button.colored span.social-item.line a {
  background-color: #00b900; }

.bs-social-share.style-button.colored span.social-item.line a:hover {
  background-color: #00b900; }

.bs-social-share.style-button.colored span.social-item.line .fa.fa-line-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAxlBMVEX///8AuwAAtwAAvQD9//1O0kx23Xaa5Zly3HEryij7/vvw+/Ds+uzZ9tnR9NGM4YyK4IpJ0Ug6zDgdxhn3/ffl+OTX9te/77657bix67Gp6amk6KOC34Fr2mph1mBd1VxCzkBB0D8DwQD0/fTo+eff9t/K8srD8MO77rqu6q6d5ZyR45GH4IZ+331u2m1U1FI1yzIwyi0vyiwiyB4NxQMAvwDt+u3e9t7M8sy37LaT4pKP4Y963Xk+zTwmyCIYxBITwwsAtABqI5GFAAABAklEQVQY022RV5KDMBBEm5FENsE4kW3WOYf15nj/S60KKFym9v3paWY+uqH8S62poda1/Rbq+1uSn1j1gVJ2188osV4zRpUmtn1CAx+dpIe0Ee7ofJICUjSg5QMCiR7arOWRFXg8RC9aagPEQy3dd2B94acD09BhT/THSV/sg8vBATIcbZjHHSxfNVgq1LNQB0ACow+zq5pTX5fz1+QsPqRWcX0B7xa+J1JjsWG7i5E74D7IBZbudrSYh3YvdELXm8EpQMEMLXhGUOjw0NIaSa1QPr2zsQwLZYCr2wLXGNV5kzL2hn0Oia3L160GYkEEYD5uaqigXxeWVzSlNWxG9ajkD+0mEhtxMt1EAAAAAElFTkSuQmCC);
  display: inline-block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: -5px; }

.bs-social-share.style-button.colored span.social-item.bbm a {
  background-color: #1f1f1f; }

.bs-social-share.style-button.colored span.social-item.bbm a:hover {
  background-color: #3c3c3c; }

.bs-social-share.style-button.colored span.social-item.bbm .fa.fa-bbm {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMABezkG/XZhyYiCgOqO/Hb0sO+t7SejnluXVdAMh0SDuHe1UtHLSncyK6Zk4JyadjoMwwAAADLSURBVBjTtZBZrsIwDEVvmjRDWzrTuWXmjcD+d0cSWUjwicT5OfJV7MjGR0k45/kV6K2z34XSDb9ZZIz1zXGkeOWrGputc3qiuP+SMv/TOOdS7pMjWKeU6hEzxmLAm1mL0HVhEUJEACLr5TEUVRAE+wNwsd62DK1LQ6ROBVD6VxOGpmn+R/gqwexHBgaE7d2tNUZrXo+AnqZTBJy1Fu5HY8xsPe/CMP1e4YWBhhJtVdXKgE7QPV2mZFBFUf507OkyWQTamThwSzbgPe52ABZlYOfWsgAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: -3px; }

.bs-social-share.style-button.colored span.social-item.viber a {
  background-color: #5d54a4; }

.bs-social-share.style-button.colored span.social-item.viber .fa.fa-viber {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAtFBMVEVmXaxlW6taTqVeVKhjWadcUKb///9iWKZhVqnu7fZWS6P8/P5pX65iWKphWKSQisR9dLlrYq9YTaO2sdhyabNTR6Hw7/fm5fKsp9Kjnc6gmsyclsqIgb+BeLt5cLZ1bLNuZLD5+fzq6fTAu927t9uoo9CWkMf39vvRzufOy+Wwq9SalMlwZrFcUaP08/nf3e7IxOHFweCxrNSNhsKEfb3i4fDLx+O4s9mzrtZOQp/W1OnV0+nSxjEiAAABXUlEQVQY0z2Qh5LjIAxABQoEAz737tiOW3rPtrv//6/D8e6+GTTMk0bSCGYEo5RR85DAL8i8Mvvs+2BwamQ/CRbuk/XZMpzX8e2J9mxXCX8f3bABr3oEscpf9cJ7U478kghuSCU97njJjKYFz78gW9EwS4sG/WbzTxAgeLWA9fzS4GPYp0dBO1Uh2JC8S6/l/C7LILvntn/gDgNxtAIfA74pmFd8pEMoS1VQwDpOKdabFgRq55C5crXOvzXQT+5EgJKYbV5ahNbeRNjGz+joaEpYqQ4UbJ10FIB5F/Wx5dvKpuM0kuDuzbYBsOm5YYey5y4C0Ny0JcazcqfWRaTjCzFlomkt17c1ERKfbqRvfGTzqSwVeEJorb3V3uLpdCoChFbX1o2GJGnPavP3gGKSBoZD9dh2t+4+VoIuCJn1ArOgq6OT7/un5WICXvE0Xmt/sZzV0gDLiT8mM3+++Q/56h8tpySg5AAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: -5px; }

/**
 * -->Social Share Outline Button
 **/
.bs-social-share.style-outline-button span.social-item a {
  height: 32px;
  line-height: 28px;
  font-size: 13px;
  padding: 0 13px;
  display: block;
  color: #5e5e5e;
  border: 2px solid #a1a1a1;
  margin-bottom: 7px; }

.bs-social-share.style-outline-button span.social-item a .fa {
  margin-right: 5px; }

.bs-social-share.style-outline-button.no-title-style span.social-item a {
  width: 40px;
  text-align: center; }

.bs-social-share.style-outline-button.no-title-style span.social-item a .fa {
  margin-right: 0; }

.bs-social-share.style-outline-button.colored span.social-item.facebook a {
  border-color: #4a639f;
  color: #4a639f; }

.bs-social-share.style-outline-button.colored span.social-item.facebook a:hover {
  border-color: #5271b3;
  color: #5271b3; }

.bs-social-share.style-outline-button.colored span.social-item.twitter a {
  border-color: #59c8ff;
  color: #59c8ff; }

.bs-social-share.style-outline-button.colored span.social-item.twitter a:hover {
  border-color: #58d1ff;
  color: #58d1ff; }

.bs-social-share.style-outline-button.colored span.social-item.google_plus a {
  border-color: #D73D32;
  color: #D73D32; }

.bs-social-share.style-outline-button.colored span.social-item.google_plus a:hover {
  border-color: #e64035;
  color: #e64035; }

.bs-social-share.style-outline-button.colored span.social-item.pinterest a {
  border-color: #cb2027;
  color: #cb2027; }

.bs-social-share.style-outline-button.colored span.social-item.pinterest a:hover {
  border-color: #e32229;
  color: #e32229; }

.bs-social-share.style-outline-button.colored span.social-item.linkedin a {
  border-color: #0266a0;
  color: #0266a0; }

.bs-social-share.style-outline-button.colored span.social-item.linkedin a:hover {
  border-color: #027ec1;
  color: #027ec1; }

.bs-social-share.style-outline-button.colored span.social-item.tumblr a {
  border-color: #3e5a70;
  color: #3e5a70; }

.bs-social-share.style-outline-button.colored span.social-item.tumblr a:hover {
  border-color: #426283;
  color: #426283; }

.bs-social-share.style-outline-button.colored span.social-item.email a {
  border-color: #0c151c;
  color: #0c151c; }

.bs-social-share.style-outline-button.colored span.social-item.email a:hover {
  border-color: #1a2a39;
  color: #1a2a39; }

.bs-social-share.style-outline-button.colored span.social-item.telegram a {
  border-color: #179cde;
  color: #179cde; }

.bs-social-share.style-outline-button.colored span.social-item.telegram a:hover {
  border-color: #179cde;
  color: #179cde; }

.bs-social-share.style-outline-button.colored span.social-item.whatsapp a {
  border-color: #00e676;
  color: #00e676; }

.bs-social-share.style-outline-button.colored span.social-item.whatsapp a:hover {
  border-color: #00ca65;
  color: #00ca65; }

/**
 * ->About Widget
 **/
.bs-about .about-title {
  text-align: center;
  margin: 0 0 15px; }

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

.bs-about .about-link {
  text-align: center;
  margin-top: 10px; }

.bs-about .about-link a {
  font-weight: bold;
  font-size: 14px; }

.bs-about .about-icons-list {
  text-align: center;
  margin: 17px 0 0;
  padding: 0; }

.bs-about .about-icons-list .about-icon-item {
  display: inline-block;
  margin: 0 5px 5px 0; }

.bs-about .about-icons-list .about-icon-item a {
  width: 28px;
  height: 28px;
  display: inline-block;
  color: #333;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.bs-about .about-icons-list .about-icon-item a:hover {
  color: #fff;
  box-shadow: none; }

.bs-about .about-icons-list .about-icon-item a .fa,
.bs-about .about-icons-list .about-icon-item a .bsfi {
  vertical-align: top;
  line-height: 28px; }

.bs-about .about-icons-list .about-icon-item.facebook a:hover {
  background-color: #4a639f; }

.bs-about .about-icons-list .about-icon-item.twitter a:hover {
  background-color: #59c8ff; }

.bs-about .about-icons-list .about-icon-item.google-plus a:hover {
  background-color: #D73D32; }

.bs-about .about-icons-list .about-icon-item.instagram a:hover {
  background: #f77638;
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }

.bs-about .about-icons-list .about-icon-item.youtube a:hover {
  background-color: #cc181e; }

.bs-about .about-icons-list .about-icon-item.youtube a:hover {
  background-color: #cc181e; }

.bs-about .about-icons-list .about-icon-item.dribbble a:hover {
  background-color: #ea4c89; }

.bs-about .about-icons-list .about-icon-item.vimeo a:hover {
  background-color: #46a3e9; }

.bs-about .about-icons-list .about-icon-item.behance a:hover {
  background-color: #3b63fc; }

.bs-about .about-icons-list .about-icon-item.pinterest a:hover {
  background-color: #cb2027; }

.bs-about .about-icons-list .about-icon-item.github a:hover {
  background-color: #4c4c4c; }

.bs-about .about-icons-list .about-icon-item.email a:hover {
  background-color: #333; }

.bs-about .about-icons-list .about-icon-item.telegram a:hover {
  background-color: #179cde; }

.bs-about .about-icons-list .about-icon-item.vk a:hover {
  background-color: #4E729A; }

/**
 * ->Popular Categories
 **/
.bs-popular-categories .bs-popular-terms-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.sidebar-column-secondary .bs-popular-categories .bs-popular-terms-list,
.vc_col-sm-2 .bs-popular-categories .bs-popular-terms-list {
  padding: 0; }

.bs-popular-categories .bs-popular-term-item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 24px; }

.bs-popular-categories .bs-popular-term-item .term-count,
.bs-popular-categories .bs-popular-term-item a {
  color: #333; }

.bs-popular-categories .bs-popular-term-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.bs-popular-categories .bs-popular-term-item .term-count {
  float: right;
  display: inline-block;
  background: rgba(0, 0, 0, 0.08);
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 6px; }

.bs-popular-categories .bs-popular-term-item:hover .term-count {
  color: #fff; }

.bs-popular-categories .bs-popular-term-item:hover a {
  color: inherit; }

/**
 * ->Subscribe Newsletter
 **/
.widget.widget_bs-subscribe-newsletter {
  background: #efefef;
  padding: 27px 23px !important; }

.bs-subscribe-newsletter .subscribe-image {
  margin-bottom: 15px;
  text-align: center;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px; }

.bs-subscribe-newsletter .subscribe-message {
  text-align: center;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.bs-subscribe-newsletter .subscribe-message p:last-child {
  margin-bottom: 0; }

.bs-subscribe-newsletter form {
  width: 100%;
  position: relative;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto; }

.bs-subscribe-newsletter .newsletter-email {
  color: #5f6569;
  width: 100%;
  border-color: #CBD1D8;
  height: 34px;
  line-height: 34px;
  border-radius: 33px;
  padding: 0 12px;
  font-size: 12px; }

.bs-subscribe-newsletter .newsletter-subscribe {
  margin-top: 0;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  line-height: 34px;
  border-radius: 0 33px 33px 0;
  text-transform: capitalize !important;
  cursor: pointer;
  font-size: 13px;
  padding: 0 13px; }

.bs-subscribe-newsletter .newsletter-subscribe .fa {
  margin-right: 3px; }

.bs-subscribe-newsletter .powered-by {
  font-size: 12px;
  margin: 5px auto 0;
  max-width: 311px;
  color: #b7b7b7;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle; }

.bs-subscribe-newsletter .powered-by:hover {
  opacity: 1; }

/**
 * ->Flickr
 **/
.bs-flickr .bs-flickr-photo-list {
  padding: 0;
  margin: 0;
  list-style: none; }

/* 2 column */
.bs-flickr .bs-flickr-photo-list.columns-2 {
  margin: 0; }

.bs-flickr .bs-flickr-photo-list.columns-2 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  text-align: center; }

.bs-flickr .bs-flickr-photo-list.columns-2 li img {
  width: 100%; }

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(odd) {
  padding-right: 5px; }

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(even) {
  padding-left: 5px; }

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(n+3) {
  clear: right; }

/* 3 column */
.bs-flickr .bs-flickr-photo-list.columns-3 li {
  float: left;
  width: 33.333%;
  margin-bottom: 8px; }

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) {
  width: 66.66666%;
  padding-right: 3px !important; }

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) img {
  width: 100%; }

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(2) {
  padding: 0 0 0 6px !important;
  margin-bottom: 10px; }

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3) {
  padding: 0 0 0 6px !important; }

.bs-flickr .bs-flickr-photo-list.columns-3 li img {
  max-width: 100%; }

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-1) {
  padding: 0 3px; }

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-2) {
  padding-right: 6px;
  clear: left; }

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n+3) {
  padding-left: 6px; }

/* list style */
.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo {
  float: left;
  width: 12.5%; }

.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo img {
  max-width: 100%; }

.bs-flickr .bs-flickr-photo-list.list-photos {
  margin: 0;
  padding: 0; }

.bs-flickr-photo .img-holder {
  width: 100%; }

.bs-flickr-photo .img-holder:before {
  padding-top: 100%; }

/**
 * ->Likebox
 **/
/**
 * ->Dribbble
 **/
.bs-dribbble .bs-dribbble-shot-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.bs-dribbble .bs-dribbble-shot-list li:before {
  display: none; }

.bs-dribbble .bs-dribbble-shot-list li {
  padding: 0;
  margin-bottom: 10px;
  text-align: center; }

.bs-dribbble .bs-dribbble-shot-list.columns-2 li {
  float: left;
  width: 50%;
  margin-bottom: 10px; }

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(odd) {
  padding-right: 5px; }

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(even) {
  padding-left: 5px; }

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(n+3) {
  clear: right; }

.bs-dribbble .bs-dribbble-shot-list.columns-3 li {
  float: left;
  width: 33.333%; }

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-1) {
  padding: 0 3px; }

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-2) {
  padding-right: 6px;
  clear: left; }

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n+3) {
  padding-left: 6px; }

.dribbble-shot .img-holder {
  width: 100%; }

/**
 * ->Google+
 **/
.bs-google-plus > div {
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important; }

/**
 * ->Embed
 **/
.bs-embed .bs-embed-item iframe {
  max-width: 100%; }

.bs-embed .bs-embed-item {
  margin-bottom: 15px; }

.bs-embed .bs-embed-item:last-child {
  margin-bottom: 0; }

/**
 * ->Instagram
 **/
.bs-instagram .bs-instagram-photo-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.bs-instagram-photo {
  position: relative;
  z-index: 1;
  width: 100%; }

.bs-instagram-photo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0; }

.bs-instagram-photo a:hover,
.bs-instagram-photo a {
  color: #fff; }

.bs-instagram-photo a:before {
  padding-top: 100%; }

.bs-instagram-photo .img-holder {
  background-color: #e6e6e6; }

body.bs-ll-d .bs-instagram-photo .img-holder,
.bs-instagram-photo .img-holder.b-loaded {
  background-size: cover;
  background-color: transparent; }

.bs-instagram-photo a .the-hover:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  opacity: 0; }

.bs-instagram-photo a .the-hover:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease; }

.bs-instagram-photo:hover a .the-hover:after,
.bs-instagram-photo:hover a .the-hover:before {
  opacity: 1; }

.bs-instagram .bs-instagram-photo-list li:before {
  display: none; }

.bs-dribbble .bs-instagram-photo-list li {
  padding: 0;
  margin-bottom: 8px;
  text-align: center; }

.bs-dribbble .bs-instagram-photo-list li br {
  display: none; }

.bs-instagram .bs-instagram-photo-list .bs-instagram-photo img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* 2 column */
.bs-instagram .bs-instagram-photo-list.columns-2 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  max-height: 155px;
  overflow: hidden; }

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(odd) {
  padding-right: 5px; }

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(even) {
  padding-left: 5px; }

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(n+3) {
  clear: right; }

/* 2 column */
.bs-instagram .bs-instagram-photo-list.columns-2-1 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  max-height: 155px;
  overflow: hidden; }

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:first-child {
  width: 100%;
  max-height: inherit;
  float: none;
  padding: 0 !important; }

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(even) {
  padding-right: 5px; }

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(odd) {
  padding-left: 5px; }

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(n+3) {
  clear: right; }

/* 3 column */
.bs-instagram .bs-instagram-photo-list.columns-3 li {
  float: left;
  width: 33.333%;
  overflow: hidden;
  margin-bottom: 10px; }

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-1) {
  padding: 0 3px; }

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-2) {
  padding-right: 6px;
  clear: left; }

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n+3) {
  padding-left: 6px; }

/* 3-1 column */
.bs-instagram .bs-instagram-photo-list.columns-3-1 li {
  float: left;
  width: 33.333%;
  margin-bottom: 8px; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) {
  width: 66.66666%;
  padding-right: 3px !important; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) img {
  width: 100%; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(2) {
  padding: 0 0 0 6px !important;
  margin-bottom: 10px; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3) {
  padding: 0 0 0 6px !important; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li img {
  max-width: 100%; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-1) {
  padding: 0 3px; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-2) {
  padding-right: 6px;
  clear: left; }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n+3) {
  padding-left: 6px; }

/* list style */
.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo {
  float: left;
  width: 12.5%; }

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo img {
  max-width: 100%; }

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo-list {
  margin: 0;
  padding: 0; }

/* Slider */
.bs-instagram .better-direction-nav .better-next,
.bs-instagram .better-direction-nav .better-prev {
  margin-top: -26px; }

/**
 * ->Newsticker
 **/
.better-newsticker {
  min-height: 24px;
  max-height: 24px;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0; }

.better-newsticker .heading {
  display: inline-block;
  width: 90px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase !important;
  margin: 0;
  color: #fff;
  text-align: center;
  border-radius: 3px; }

.better-newsticker .heading:after {
  content: '';
  display: inline-block;
  border-top: 6px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -6px; }

.better-newsticker ul.news-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.better-newsticker ul.news-list li {
  margin: 0;
  padding: 0 15px 0 0;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  width: 65%;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  z-index: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.better-newsticker ul.news-list li.active {
  margin: 0;
  z-index: 1;
  opacity: 1;
  left: 110px; }

.better-newsticker ul.news-list li a {
  color: #696969; }

.better-newsticker ul.news-list li a:hover {
  color: #0080ce; }

.better-newsticker .control-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 24px;
  direction: ltr; }

.better-newsticker .control-nav span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #EAEAEA;
  color: #CCCCCC;
  background: #fff;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  cursor: pointer;
  vertical-align: top;
  border-radius: 3px; }

.better-newsticker .control-nav span:hover {
  border-color: transparent;
  color: #fff; }

.better-newsticker .control-nav span.prev {
  margin-right: 6px; }

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

.layout-1-col .newsticker-container {
  padding-right: 0;
  padding-left: 0; }

.better-newsticker.header-ticker {
  margin: 0; }

.wpb_wrapper .better-newsticker {
  margin-left: 20px;
  margin-right: 20px; }

.entry-content > .vc_row:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper > .better-newsticker {
  margin-top: -5px; }

.better-newsticker .control-nav span .fa {
  line-height: 22px;
  position: relative; }

/**
 * ->Better Social Counter
 **/
.better-social-counter.style-style-6 .item-icon,
.better-social-counter.style-big-button .social-item,
.better-social-counter.style-button .item-icon,
.better-social-counter.style-box .item-icon,
.better-social-counter.style-clean .item-icon,
.better-social-counter.style-modern .item-icon {
  background-color: #434343; }

.better-social-counter.style-big-button .item-icon,
.better-social-counter.style-box .item-title,
.better-social-counter.style-box .item-count {
  background-color: #313131; }

.widget_better-social-counter .better-social-counter.style-button .social-list {
  text-align: center; }

.widget_better-social-counter .better-social-counter.style-button .social-item {
  display: inline-block;
  float: none; }

.widget_better-social-counter .better-social-counter.style-style-6 .social-item {
  border-bottom: none; }

/**
 * ->better-studio-shortcode
 **/
.site-footer .better-studio-shortcode,
.widget .better-studio-shortcode {
  margin-bottom: 0; }

/**
 * =>Section Heading
 **/
.section-heading {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 20px;
  position: relative; }

.section-heading p {
  margin-bottom: 0 !important;
  display: inline-block; }

.section-heading .h-text .bf-icon {
  margin-right: 3px;
  vertical-align: top;
  line-height: inherit; }

.section-heading .h-text,
.section-heading:after {
  display: inline-block;
  -webkit-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  -moz-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  -o-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s; }

.section-heading:after {
  background: rgba(0, 0, 0, 0.08);
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.section-heading .h-text {
  position: relative;
  z-index: 1; }

.section-heading .other-link {
  float: right;
  outline: 0; }

.section-heading .other-link .h-text {
  margin-left: 0;
  color: #484848;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 82%;
  padding: 4px 0 4px 14px; }

/* Section Heading Type 1 */
.section-heading.sh-t1:after {
  top: 50%;
  left: 0;
  height: 5px;
  margin-top: -2.5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05); }

.section-heading.sh-t1 .h-text {
  display: inline-block;
  padding: 4px 17px 4px 0;
  color: #444;
  background: #fff; }

.section-heading.sh-t1 .other-link .h-text {
  padding: 4px 4px 4px 17px !important;
  background: white; }

.section-heading.sh-t1 .bs-pretty-tabs-container {
  background: #fff; }

.section-heading.multi-tab.sh-t1 .bs-pretty-tabs-container {
  padding-left: 0; }

.section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text {
  border: 1px solid #d8d8d8;
  border-bottom: none; }

.section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  display: none; }

.section-heading.sh-t1.sh-s2:after {
  opacity: 0.15; }

.section-heading.sh-t1.sh-s3:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;
  opacity: 0.2;
  height: 8px;
  margin-top: -4px;
  background-color: transparent !important; }

.section-heading.sh-t1.sh-s4:after {
  display: none; }

.section-heading.sh-t1.sh-s5 .h-text {
  line-height: 22px; }

/* T1 - S5 */
.section-heading.sh-t1.sh-s5 {
  padding-bottom: 7px; }

.section-heading.sh-t1.sh-s5:after {
  top: inherit;
  left: 0;
  height: 1px;
  margin-top: -0.5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  bottom: 0; }

.section-heading.sh-t1.sh-s5 > .main-link > .h-text:after,
.section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child:after {
  display: inline-block;
  margin-left: 16px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-weight: 900; }

.section-heading.sh-t1.sh-s5 > .main-link:last-child:first-child > .h-text,
.section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text,
.section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child {
  padding-right: 15px;
  color: #444 !important; }

/* T1 - S6 */
.section-heading.sh-t1.sh-s6:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;
  opacity: 0.2;
  height: 8px;
  background-color: transparent !important; }

.section-heading.sh-t1.sh-s6 {
  text-align: center; }

.section-heading.sh-t1.sh-s6.multi-tab {
  text-align: inherit; }

.section-heading.sh-t1.sh-s6 > .main-link:last-child:first-child > .h-text,
.section-heading.sh-t1.sh-s6 > a:last-child:first-child > .h-text,
.section-heading.sh-t1.sh-s6 > .h-text:last-child:first-child {
  padding: 4px 17px; }

/* T1 - S6 */
.section-heading.sh-t1.sh-s7:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;
  opacity: 0.2;
  height: 8px;
  background-color: transparent !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: initial;
  margin-top: 0; }

.section-heading.sh-t1.sh-s7 {
  text-align: center;
  padding-bottom: 26px; }

.section-heading.sh-t1.sh-s7.multi-tab {
  text-align: inherit; }

.section-heading.sh-t1.sh-s7 > .main-link:last-child:first-child > .h-text,
.section-heading.sh-t1.sh-s7 > a:last-child:first-child > .h-text,
.section-heading.sh-t1.sh-s7 > .h-text:last-child:first-child {
  padding: 4px 0; }

/* Section Heading Type 2 */
.section-heading.sh-t2 {
  line-height: 20px;
  padding: 4px 0 0; }

.section-heading.sh-t2:after {
  top: 0;
  height: 4px; }

.section-heading.sh-t2:before {
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ededed;
  background: rgba(0, 0, 0, 0.07); }

.section-heading.sh-t2 .h-text {
  padding: 4px 0;
  line-height: 34px; }

.section-heading.sh-t2 .other-link .h-text {
  padding: 4px 0 4px 12px;
  text-transform: capitalize; }

.section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  border-color: #e6e6e6; }

.section-heading.sh-t2.sh-t2 .bs-pretty-tabs-elements .h-text {
  line-height: 24px;
  padding: 2px 3px; }

/* T2 - S2 */
.section-heading.sh-t2.sh-s2 {
  background: #F5F5F5;
  background: rgba(0, 0, 0, 0.04);
  padding: 4px 15px 0; }

.section-heading.sh-t2.sh-s2 .bs-pretty-tabs-container {
  margin-right: -15px; }

.section-heading.sh-t2.sh-s2 .h-text {
  line-height: 38px;
  color: #444; }

/* T2 - S3 & S4 */
.section-heading.sh-t2.sh-s3 {
  background: #F5F5F5;
  background: rgba(0, 0, 0, 0.04);
  padding: 0 15px 0px 20px; }

.section-heading.sh-t2.sh-s4 {
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 15px 0px 20px; }

.section-heading.sh-t2.sh-s4 .bs-pretty-tabs-container,
.section-heading.sh-t2.sh-s3 .bs-pretty-tabs-container {
  margin-right: -15px; }

.section-heading.sh-t2.sh-s4 .h-text,
.section-heading.sh-t2.sh-s3 .h-text {
  line-height: 34px;
  color: #444; }

.section-heading.sh-t2.sh-s4 .h-text {
  line-height: 32px; }

.section-heading.sh-t2.sh-s3:after {
  top: 0;
  width: 5px;
  bottom: 0;
  height: 100%; }

.section-heading.sh-t2.sh-s4:after {
  top: -1px;
  bottom: -1px;
  left: -1px;
  height: auto;
  width: 5px; }

.section-heading.sh-t2.sh-s4:before,
.section-heading.sh-t2.sh-s3:before {
  display: none; }

/* Section Heading Type 3 */
.section-heading.sh-t3 {
  line-height: 20px;
  padding: 0 0 4px; }

.section-heading.sh-t3:after {
  top: inherit;
  bottom: 0;
  height: 4px;
  background: #2d2d2d; }

.section-heading.sh-t3:before {
  display: none; }

.section-heading.sh-t3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t3 > a > .h-text,
.section-heading.sh-t3 > .h-text {
  padding: 4px 0;
  line-height: 26px;
  border: none; }

.bs-light-scheme .section-heading.sh-t3 > .h-text {
  color: #ffffff; }

.bs-light-scheme .section-heading.sh-t3:after {
  background-color: white !important; }

.section-heading.sh-t3 > .other-link .h-text {
  padding: 4px 0 4px 17px; }

.section-heading.sh-t3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  border-color: rgba(0, 0, 0, 0.09); }

/* T3 - S2 */
.section-heading.sh-t3.sh-s2 {
  padding: 0 15px; }

.section-heading.sh-t3.sh-s2:after {
  height: 100%;
  opacity: 0.08; }

.section-heading.sh-t3.sh-s2.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t3.sh-s2 > a > .h-text,
.section-heading.sh-t3.sh-s2 > .h-text {
  line-height: 36px; }

/* T3 - S3 */
.section-heading.sh-t3.sh-s3 {
  padding: 0 15px; }

.section-heading.sh-t3.sh-s3:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #444444; }

.section-heading.sh-t3.sh-s3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,
.section-heading.sh-t3.sh-s3 > a.active > .h-text.h-text,
.section-heading.sh-t3.sh-s3 > a > .h-text.h-text,
.section-heading.sh-t3.sh-s3 > .h-text.h-text {
  line-height: 34px;
  color: #fff !important; }

.section-heading.sh-t3.sh-s3:after {
  height: 3px;
  background: #444; }

.section-heading.sh-t3.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  background: #444;
  right: -15px; }

.section-heading.sh-t3.sh-s3 .other-link .h-text {
  color: #ffffff; }

.section-heading.sh-t3.sh-s3 > .main-link > .h-text,
.section-heading.sh-t3.sh-s3 > a:last-child:first-child > .h-text,
.section-heading.sh-t3.sh-s3 > .h-text:last-child:first-child {
  text-transform: uppercase; }

/* T3 - S4 */
.section-heading.sh-t3.sh-s4 {
  padding: 0 15px; }

.section-heading.sh-t3.sh-s4:after {
  height: 100%; }

.section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,
.section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text,
.section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text,
.section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text {
  line-height: 34px;
  border: none; }

.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 > .other-link .h-text,
.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 a.active,
.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .main-link:first-child:last-child .main-term-1171.h-text,
.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .h-text {
  color: #fff !important; }

.section-heading.sh-t3.sh-s4 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  right: -15px; }

/* T3 - S5 */
.section-heading.sh-t3.sh-s5 {
  border: 1px solid rgba(0, 0, 1, 0.07);
  padding: 2px 15px 0 15px; }

.section-heading.sh-t3.sh-s5:before {
  display: none; }

.section-heading.sh-t3.sh-s5:after {
  top: -1px;
  height: 3px;
  left: -1px;
  right: -1px;
  width: auto; }

.section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
  padding-right: 0; }

.section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t3.sh-s5 > a > .h-text,
.section-heading.sh-t3.sh-s5 > .h-text {
  line-height: 36px;
  border: none; }

/* T3 - S6 */
.section-heading.sh-t3.sh-s6 {
  padding: 0 15px 0 15px; }

.section-heading.sh-t3.sh-s6:before {
  display: none; }

.section-heading.sh-t3.sh-s6:after {
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) !important;
  opacity: 0.13; }

.section-heading.sh-t3.sh-s6.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t3.sh-s6 > a > .h-text,
.section-heading.sh-t3.sh-s6 > .h-text {
  line-height: 36px;
  border: none; }

/* T3 - S7 */
.section-heading.sh-t3.sh-s7 {
  padding: 0 15px;
  text-align: center; }

.section-heading.sh-t3.sh-s7.multi-tab {
  text-align: inherit; }

.section-heading.sh-t3.sh-s7:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -10.5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #444444; }

.section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text,
.section-heading.sh-t3.sh-s7 > a.active > .h-text.h-text.h-text,
.section-heading.sh-t3.sh-s7 > a > .h-text.h-text.h-text,
.section-heading.sh-t3.sh-s7 > .h-text.h-text.h-text {
  line-height: 32px;
  color: #fff !important; }

.section-heading.sh-t3.sh-s7:after {
  height: 100%;
  background: #444; }

.section-heading.sh-t3.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  background: #444;
  right: -15px; }

.section-heading.sh-t3.sh-s7 .other-link .h-text {
  color: #ffffff; }

/* T3 - S8 */
.section-heading.sh-t3.sh-s8 {
  padding: 0;
  text-align: center; }

.section-heading.sh-t3.sh-s8.multi-tab {
  text-align: inherit; }

.section-heading.sh-t3.sh-s8 > .main-link > .h-text,
.section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text,
.section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child {
  text-transform: uppercase;
  border: 2px solid #444;
  padding: 0 15px; }

.section-heading.sh-t3.sh-s8 > .main-link > .h-text:before,
.section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:before,
.section-heading.sh-t3.sh-s8 > .main-link > .h-text:after,
.section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:after {
  display: inline-block;
  content: '';
  height: 100%;
  width: 17px;
  position: absolute;
  left: -19px;
  top: 0;
  background: #fff; }

.section-heading.sh-t3.sh-s8 > .main-link > .h-text:after,
.section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:after {
  left: inherit;
  right: -19px; }

.section-heading.sh-t3.sh-s8.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t3.sh-s8 > a > .h-text,
.section-heading.sh-t3.sh-s8 > .h-text {
  line-height: 34px;
  border: none;
  background: #fff; }

.section-heading.sh-t3.sh-s8:after {
  opacity: 0.13;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  display: block; }

.section-heading.sh-t3.sh-s8.multi-tab .bs-pretty-tabs-container {
  background: #fff; }

/* T3 - S9 */
.section-heading.sh-t3.sh-s9 {
  text-align: center;
  padding: 0 16px 4px; }

.section-heading.sh-t3.sh-s9:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block; }

.section-heading.sh-t3.sh-s9:after {
  height: 3px; }

.section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9 .h-text {
  color: #ffffff !important;
  padding: 5px 0; }

.section-heading.sh-t3.sh-s9.bs-pretty-tabs {
  text-align: inherit !important; }

/* Section Heading Type 4 */
.section-heading.sh-t4 .main-link:first-child:last-child .h-text,
.section-heading.sh-t4 > .h-text,
.section-heading.multi-tab.sh-t4 .main-link.active .h-text {
  color: #fff; }

.section-heading.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t4 > a > .h-text,
.section-heading.sh-t4 > .h-text {
  line-height: 32px;
  /*text-transform: uppercase;*/ }

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t4 .h-text {
  padding: 0 12px; }

.section-heading.multi-tab.sh-t4 .main-link .h-text,
.section-heading.multi-tab.sh-t4 .h-text {
  border: 1px solid #e2e2e2;
  border-color: rgba(0, 0, 0, 0.15);
  margin-right: 12px; }

.section-heading.multi-tab.sh-t4 > a > .h-text,
.section-heading.multi-tab.sh-t4 > .h-text {
  background: #fff; }

.section-heading.multi-tab.sh-t4 .other-link .h-text {
  margin-right: 0;
  margin-left: 12px; }

.section-heading.multi-tab.sh-t4 .main-link:hover .h-text,
.section-heading.sh-t4 .main-link.active .h-text,
.section-heading.sh-t4 a.active .h-text,
.section-heading.sh-t4 a:hover .h-text {
  border-color: transparent !important;
  color: #fff; }

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
  border-color: #e2e2e2;
  border-color: rgba(0, 0, 0, 0.15);
  background: #fff; }

.section-heading.sh-t4 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after {
  height: 50%;
  right: 0;
  left: initial;
  top: 90%;
  pointer-events: all; }

.section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text {
  margin: 0 0 1px;
  border: none;
  padding: 1px 10px; }

.section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text:after {
  display: none; }

.section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container {
  padding-left: 0; }

.section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  top: 120%;
  border-color: #e2e2e2;
  border-color: rgba(0, 0, 0, 0.15); }

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:before {
  content: '';
  position: absolute;
  height: 21%;
  display: inline-block;
  background: transparent;
  right: -1px;
  left: -1px;
  top: 103%;
  top: calc(100% + 1px);
  pointer-events: visible; }

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text {
  background: #fff !important; }

/* T4 - S1 */
.section-heading.sh-t4.sh-s3:after,
.section-heading.sh-t4.sh-s1:after {
  height: 100%;
  top: 0;
  margin-top: 0;
  background: #f3f3f3;
  background: rgba(0, 0, 0, 0.04); }

.section-heading.sh-t4.sh-s3 .h-text:after,
.section-heading.sh-t4.sh-s1 .h-text:after {
  content: '';
  position: absolute;
  height: 110%;
  width: 12px;
  display: inline-block;
  background: #fff;
  right: -13px;
  top: -1px; }

.section-heading.sh-t4.sh-s3 .other-link .h-text:after,
.section-heading.sh-t4.sh-s1 .other-link .h-text:after {
  right: initial;
  left: -13px; }

/* T4 - S2 */
.section-heading.sh-t4.sh-s2:after {
  display: none; }

/* T4 - S4 */
.section-heading.sh-t4.sh-s3:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=);
  opacity: 0.13; }

.section-heading.sh-t4.sh-s4:after {
  height: 13px;
  top: 9px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=) repeat;
  opacity: 1; }

.section-heading.sh-t4.sh-s4 .h-text:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: -11px;
  top: 0;
  width: 25px;
  height: 35px;
  transform: skew(29deg);
  z-index: -1; }

.section-heading.sh-t4.sh-s4 .h-text:after {
  content: '';
  position: absolute;
  height: 110%;
  display: inline-block;
  background: #fff;
  top: -1px;
  width: 42px;
  right: -42px;
  z-index: -2; }

.site-footer .light-text .section-heading.sh-t4.sh-s4:after,
.site-footer .light-text .section-heading.sh-t4.sh-s4 .h-text:after {
  display: none; }

.section-heading.sh-t4.sh-s4 .h-text {
  line-height: 34px;
  height: 35px;
  padding-top: 2px; }

.section-heading.sh-t4.sh-s4 .main-link .h-text {
  border: none !important; }

.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text {
  background-color: #ffffff !important;
  border: none !important;
  margin-top: -3px;
  color: #000 !important;
  margin-left: 0; }

.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:after,
.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:before {
  display: none; }

.section-heading.sh-t4.sh-s4 .main-link:hover .h-text,
.section-heading.sh-t4.sh-s4.section-heading.sh-t4.sh-s4 .main-link .h-text {
  color: #ffffff !important; }

/* T4 - S5 */
.section-heading.sh-t4.sh-s5:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkyNTA0MDQyNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkyNTA0MDQzNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTI1MDQwNDA0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTI1MDQwNDE0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6f3F9TAAAAhklEQVR42myPSw7DIAxEJyp36BoQWy7ASRAC5WAIDpVVJBb87kEbFhVtY8kL+4014y2lJDnn+K2cM7TW2MYY8g4aYxBCAC7B2m8olVLyPM85k/Wy1gprLWKMEELM3UfQWoNzbsI1E1nh5ckY+8pDeu/Y931CSunfN4/jOJ7e+1tYSsFLgAEAJ2RFZ6uSCs8AAAAASUVORK5CYII=) repeat;
  opacity: 0.7; }

.have_bg.bs-light-scheme .section-heading.sh-t4.sh-s5:after {
  filter: invert(100%) brightness(12.7);
  opacity: 0.6;
  background-color: transparent; }

.bs-light-scheme .section-heading.sh-t4.sh-s5 > .h-text {
  color: #000000 !important; }

.section-heading.sh-t4.sh-s5:after {
  height: 100%; }

.section-heading.sh-t4.sh-s5 .h-text:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: -1;
  border-left: 0 solid transparent;
  border-right: 17px solid transparent;
  border-top: 16px solid #ffffff; }

.section-heading.sh-t4.sh-s5 .h-text:after {
  content: '';
  position: absolute;
  height: 100%;
  display: inline-block;
  background: #fff;
  top: 0;
  width: 14px;
  right: -14px;
  z-index: -2; }

.site-footer .light-text .section-heading.sh-t4.sh-s5:after,
.site-footer .light-text .section-heading.sh-t4.sh-s5 .h-text:after {
  display: none; }

.section-heading.sh-t4.sh-s5 .h-text {
  line-height: 40px;
  height: 42px;
  padding-top: 2px;
  padding-right: 17px;
  padding-left: 17px; }

.section-heading.sh-t4.sh-s5 .main-link .h-text {
  border: none !important; }

.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text {
  background-color: #ffffff !important;
  border: none !important;
  color: #000 !important;
  margin-left: 0; }

.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:after,
.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:before {
  display: none; }

.section-heading.sh-t4.sh-s5 .main-link:hover .h-text,
.section-heading.sh-t4.sh-s5.section-heading.sh-t4.sh-s5 .main-link .h-text {
  color: #ffffff !important; }

/* T4 - S6 */
.section-heading.sh-t4.sh-s6 {
  background-color: #2d2f38; }

.bs-light-scheme .section-heading.sh-t4.sh-s6 {
  background-color: rgba(255, 255, 255, 0.07); }

.section-heading.sh-t4.sh-s6 .h-text {
  line-height: 38px;
  color: #ffffff !important;
  border: none !important; }

.section-heading.sh-t4.sh-s6 .h-text:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 38px solid transparent; }

.section-heading.sh-t4.sh-s6 .other-link span {
  background-color: transparent !important;
  border: none;
  color: #ffffff;
  font-size: 11px; }

.section-heading.sh-t4.sh-s6 .other-link span:before {
  display: none; }

.section-heading.sh-t4.sh-s6 .other-link.active .h-text {
  background-color: transparent !important;
  border: none;
  color: #ffffff; }

.section-heading.multi-tab.sh-t4.sh-s6 .main-link .h-text:hover {
  color: #ffffff !important; }

.section-heading.sh-t4.sh-s6:after,
.section-heading.sh-t4.sh-s6 .h-text:after {
  display: none; }

/* Section Heading Type 5 */
.section-heading.sh-t5 {
  padding: 0 0 3px; }

.section-heading.sh-t5:after {
  display: none; }

.section-heading.sh-t5:before {
  content: '';
  display: inline-block;
  height: 3px;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ededed;
  background: rgba(0, 0, 0, 0.07); }

.section-heading.sh-t5 > .main-link > .h-text,
.section-heading.sh-t5 > a:last-child:first-child > .h-text,
.section-heading.sh-t5 > .h-text:last-child:first-child {
  position: relative; }

.section-heading.sh-t5 > .main-link > .h-text:before,
.section-heading.sh-t5 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t5 > .h-text:last-child:first-child:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  bottom: -3px;
  background: #000; }

.section-heading.sh-t5 .h-text {
  padding: 0;
  /*text-transform: uppercase;*/
  line-height: 36px; }

.section-heading.sh-t5.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t5 .other-link .h-text {
  padding: 0 0 0 17px;
  text-transform: capitalize; }

.section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  border-color: #e6e6e6;
  padding: 8px 12px; }

.section-heading.sh-t5 .bs-pretty-tabs-elements .other-link .h-text {
  line-height: 30px;
  padding: 0; }

/*.section-heading.sh-t5 .h-text {*/
/*text-transform: none;*/
/*}*/
/* T5 - S2 */
.section-heading.sh-t5.sh-s2 {
  padding: 3px 0 0; }

.section-heading.sh-t5.sh-s2 > .main-link > .h-text:before,
.section-heading.sh-t5.sh-s2 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t5.sh-s2 > .h-text:last-child:first-child:before {
  bottom: inherit;
  top: -3px; }

.section-heading.sh-t5.sh-s2:before {
  top: 0;
  bottom: inherit; }

.section-heading.sh-t5.sh-2 .h-text {
  line-height: 40px; }

/* Section Heading Type 6 */
.section-heading.sh-t6 {
  padding: 0; }

.section-heading.sh-t6:after {
  display: none; }

.section-heading.sh-t6:before {
  content: '';
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.section-heading.sh-t6 > .main-link > .h-text,
.section-heading.sh-t6 > a:last-child:first-child > .h-text,
.section-heading.sh-t6 > .h-text:last-child:first-child {
  position: relative;
  padding: 0 11px;
  color: #fff; }

.section-heading.sh-t6.sh-s13:before {
  top: auto;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.07) !important; }

.section-heading.sh-t6 .h-text {
  padding: 0;
  /*text-transform: uppercase;*/
  line-height: 32px; }

.section-heading.sh-t6.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t6 .other-link .h-text {
  padding: 2px 0 0 17px;
  text-transform: capitalize; }

.section-heading.sh-t6 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  border-color: #e6e6e6;
  padding: 8px 12px; }

.section-heading.sh-t6 .bs-pretty-tabs-elements .other-link .h-text {
  line-height: 30px;
  padding: 0; }

.section-heading.sh-t6 > .other-link {
  margin-top: 2px; }

.section-heading.sh-t6 .bs-pretty-tabs-elements .other-link {
  margin-top: 0; }

.section-heading.multi-tab.sh-t6 .bs-pretty-tabs-container {
  padding-left: 0; }

/* T6 - S2 */
.section-heading.sh-t6.sh-s2:before {
  top: 50%;
  height: 3px;
  margin-top: -1.5px; }

.section-heading.sh-t6.sh-s2 > .other-link {
  margin-top: 0; }

.section-heading.sh-t6.sh-s2.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t6.sh-s2 .other-link .h-text {
  padding: 0 0 0 17px;
  background: #fff; }

/* T6 - S3 */
.section-heading.sh-t6.sh-s3:before {
  top: inherit;
  bottom: 0;
  height: 3px;
  margin-top: 0; }

.section-heading.sh-t6.sh-s3 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:after,
.section-heading.sh-t6.sh-s3 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid #000;
  border-right: 20px solid transparent;
  z-index: 1;
  right: -20px;
  background-color: transparent !important; }

.section-heading.sh-t6.sh-s3 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:before {
  background: #fff; }

.section-heading.sh-t6.sh-s3 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:after {
  border-bottom-color: rgba(255, 255, 255, 0.43);
  z-index: 2;
  -webkir-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1); }

.section-heading.sh-t6.sh-s3 > .main-link > .h-text,
.section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child {
  padding: 0 15px; }

.section-heading.sh-t6.sh-s3 > .other-link {
  margin-top: 0; }

.section-heading.sh-t6.bs-pretty-tabs.sh-s3 .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t6.sh-s3 .other-link .h-text {
  padding: 0 0 0 17px; }

.section-heading.sh-t6.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  top: 96%;
  border-top-color: transparent; }

/* T6 - S4 */
.section-heading.sh-t6.sh-s4 > .main-link > .h-text,
.section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child {
  position: relative;
  padding: 0 24px 0 12px; }

.section-heading.sh-t6.sh-s4:before {
  display: none; }

.section-heading.sh-t6.sh-s4 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after,
.section-heading.sh-t6.sh-s4 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-left: 2px solid #fff;
  border-right: 3px solid rgba(255, 255, 255, 0.7); }

.section-heading.sh-t6.sh-s4 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after {
  right: 5px;
  width: 2px;
  border-left: 3px solid #fff;
  border-right: 5px solid rgba(255, 255, 255, 0.45); }

/* T6 - S5 */
.section-heading.sh-t6.sh-s5:before {
  display: none; }

.section-heading.sh-t6.sh-s5 > .main-link > .h-text,
.section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child {
  padding: 0 22px 0 25px;
  border-radius: 0 0 12px; }

.section-heading.sh-t6.sh-s5 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:after,
.section-heading.sh-t6.sh-s5 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 20px solid #fff;
  border-right: 15px solid transparent; }

.section-heading.sh-t6.sh-s5 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:after {
  border-right: none;
  border-top: none;
  border-bottom: 20px solid rgba(0, 0, 0, 0.3);
  border-left: 15px solid transparent;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); }

/* T6 - S6 & S7 */
.section-heading.sh-t6.sh-s7,
.section-heading.sh-t6.sh-s6 {
  padding: 0 25px 0 0; }

.section-heading.sh-t6.sh-s7:before,
.section-heading.sh-t6.sh-s6:before {
  height: 100%;
  width: auto;
  left: 5px;
  right: 5px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: rgba(0, 0, 0, 0.05) !important; }

.section-heading.sh-t6.sh-s7:before {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg); }

.section-heading.sh-t6.sh-s7 > .main-link > .h-text,
.section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child,
.section-heading.sh-t6.sh-s6 > .main-link > .h-text,
.section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child {
  padding: 0 26px 0 10px; }

.section-heading.sh-t6.sh-s7 .h-text,
.section-heading.sh-t6.sh-s6 .h-text {
  line-height: 34px; }

.section-heading.sh-t6.bs-pretty-tabs.sh-s7 .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t6.sh-s7 .other-link .h-text,
.section-heading.sh-t6.bs-pretty-tabs.sh-s6 .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t6.sh-s6 .other-link .h-text {
  padding: 0 0 0 17px;
  border: none; }

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:after,
.section-heading.sh-t6.sh-s6 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 16px;
  height: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg); }

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:after {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg); }

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 44px solid #fff;
  border-right: 16px solid transparent; }

.section-heading.sh-t6.sh-s6 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -7px;
  width: 15px;
  height: 100%;
  z-index: 1;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  border: none; }

.section-heading.sh-t6.sh-s6 > .main-link > .h-text,
.section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child {
  margin-left: 11px; }

.section-heading.sh-t6.sh-s7 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before {
  border-top: none;
  border-bottom: 44px solid #fff; }

.section-heading.sh-t6.sh-s7 > .other-link,
.section-heading.sh-t6.sh-s6 > .other-link {
  margin-top: 0; }

.section-heading.sh-t6.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements,
.section-heading.sh-t6.sh-s6 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  right: -13px; }

/* T6 - S8 */
.section-heading.sh-t6.sh-s8:before {
  display: none; }

.section-heading.sh-t6.sh-s8 > .main-link > .h-text,
.section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child {
  padding: 0 25px 0 12px; }

.section-heading.sh-t6.sh-s8 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 16px solid transparent;
  border-right: 16px solid white;
  border-bottom: 16px solid transparent; }

.section-heading.sh-t6.sh-s8.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t6.sh-s8 .other-link .h-text {
  padding-top: 0; }

.section-heading.sh-t6.sh-s8 > .other-link {
  margin-top: 0; }

/* T6 - S10 */
.section-heading.sh-t6.sh-s12,
.section-heading.sh-t6.sh-s10,
.section-heading.sh-t6.sh-s9 {
  padding: 0 15px 7px 0; }

.section-heading.sh-t6.sh-s12 .h-text,
.section-heading.sh-t6.sh-s10 .h-text,
.section-heading.sh-t6.sh-s9 .h-text {
  line-height: 34px; }

.section-heading.sh-t6.sh-s10:before,
.section-heading.sh-t6.sh-s9:before {
  height: auto;
  top: 7px;
  border-radius: 3px;
  bottom: 0; }

.section-heading.sh-t6.sh-s12:before {
  display: none; }

.section-heading.sh-t6.sh-s9:before {
  background: rgba(0, 0, 0, 0.05) !important; }

.section-heading.sh-t6.sh-s10:before {
  opacity: 0.13;
  background: #a2a2a2; }

.section-heading.sh-t6.sh-s10 > .main-link > .h-text,
.section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child,
.section-heading.sh-t6.sh-s9 > .main-link > .h-text,
.section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child {
  border-radius: 3px 3px 3px 0; }

.section-heading.sh-t6.sh-s10 > .other-link,
.section-heading.sh-t6.sh-s9 > .other-link {
  margin-top: 6px; }

.section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t6.sh-s9.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
  border: none;
  padding-top: 0;
  line-height: 33px;
  margin-top: 8px; }

.section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
  border: none;
  padding-top: 0;
  line-height: 33px; }

.section-heading.sh-t6.sh-s10 > .other-link,
.section-heading.sh-t6.sh-s9 > .other-link {
  margin-top: 6px; }

.section-heading.sh-t6.sh-s12 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:before,
.section-heading.sh-t6.sh-s12 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:after,
.section-heading.sh-t6.sh-s10 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child:before,
.section-heading.sh-t6.sh-s10 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child:after,
.section-heading.sh-t6.sh-s9 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child:before,
.section-heading.sh-t6.sh-s9 > .main-link > .h-text:after,
.section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text:after,
.section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.18);
  border-right: 10px solid transparent; }

.section-heading.sh-t6.sh-s12 > .main-link > .h-text,
.section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child,
.section-heading.sh-t6.sh-s10 > .main-link > .h-text,
.section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child,
.section-heading.sh-t6.sh-s9 > .main-link > .h-text,
.section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child {
  padding: 0 19px; }

.section-heading.sh-t6.sh-s12 .other-link .h-text {
  padding-top: 0; }

.section-heading.sh-t6.sh-s12 > .other-link {
  margin-top: 0; }

/* T6 - S11 */
.section-heading.sh-t6.sh-s11 {
  text-align: center; }

.section-heading.sh-t6.sh-s11.multi-tab {
  text-align: inherit; }

.section-heading.sh-t6.sh-s11:before {
  display: none; }

.section-heading.sh-t6.sh-s11 > .main-link > .h-text,
.section-heading.sh-t6.sh-s11 > a:last-child:first-child > .h-text,
.section-heading.sh-t6.sh-s11 > .h-text:last-child:first-child {
  background: transparent !important;
  padding: 0 62px;
  text-align: center;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: inherit; }

.section-heading.sh-t6.sh-s11 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s11 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s11 > .h-text:last-child:first-child:before {
  left: 47px;
  right: 47px;
  height: 100%;
  position: absolute;
  content: '';
  display: inline-block;
  z-index: -1;
  border-radius: 10px; }

.section-heading.sh-t6.sh-s11 .sh-svg-l {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -1px; }

.section-heading.sh-t6.sh-s11 .sh-svg-r {
  position: absolute;
  right: 0;
  top: -1px; }

/* T6 - S12 */
.section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:before,
.section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s12 > .main-link > .h-text:before,
.section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t6.sh-s12 > .main-link > .h-text:before {
  background-color: transparent !important; }

/* Section Heading Type 7 */
.section-heading.sh-t7 {
  padding: 0; }

.section-heading.sh-t7:after {
  display: none; }

.section-heading.sh-t7:before {
  content: '';
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ededed;
  background: rgba(0, 0, 0, 0.07); }

.section-heading.sh-t7 > .main-link > .h-text,
.section-heading.sh-t7 > a:last-child:first-child > .h-text,
.section-heading.sh-t7 > .h-text:last-child:first-child {
  position: relative;
  padding: 0 15px 0 24px;
  background: #fff; }

.section-heading.sh-t7 > .main-link > .h-text:before,
.section-heading.sh-t7 > a:last-child:first-child > .h-text:before,
.section-heading.sh-t7 > .h-text:last-child:first-child:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background: #000;
  top: 50%;
  margin-top: -7.5px; }

.section-heading.sh-t7 .h-text {
  padding: 0; }

.section-heading.sh-t7.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text,
.section-heading.sh-t7 .other-link .h-text {
  padding: 0 0 0 17px;
  text-transform: capitalize;
  background: #fff; }

.section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
  border-color: #e6e6e6;
  padding: 8px 12px; }

.section-heading.sh-t7 .bs-pretty-tabs-elements .other-link .h-text {
  line-height: 30px;
  padding: 0; }

/* Footer Section Heading Type 1 */
.footer-widgets.light-text .section-heading.sh-t1 a:hover .h-text,
.footer-widgets.light-text .section-heading.sh-t1 a.active .h-text,
.footer-widgets.light-text .section-heading.sh-t1 > .h-text,
.footer-widgets.light-text .section-heading.sh-t1 .main-link:first-child:last-child .h-text {
  color: #fff; }

.footer-widgets.light-text .section-heading.sh-t1:after {
  background: rgba(255, 255, 255, 0.1); }

.footer-widgets.light-text .section-heading.sh-t1.sh-s2:after {
  opacity: 0.45; }

.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .main-link > .h-text:after,
.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > a:first-child:last-child > .h-text:after,
.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .h-text:first-child:last-child:after,
.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .main-link > .h-text,
.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text,
.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child {
  color: #fff !important; }

/* Section Heading Type 2 */
.footer-widgets.light-text .section-heading.sh-t2:before {
  background: rgba(255, 255, 255, 0.14); }

.footer-widgets.light-text .section-heading.sh-t2:after {
  background-color: #f9f9f9; }

.footer-widgets.light-text .section-heading.sh-t2 a.active,
.footer-widgets.light-text .section-heading.sh-t2 .main-link:first-child:last-child .h-text,
.footer-widgets.light-text .section-heading.sh-t2 > .h-text {
  color: #ffffff !important; }

.footer-widgets.light-text .listing-item-text-2 .item-inner {
  border-color: rgba(255, 255, 255, 0.11); }

.footer-widgets.light-text .section-heading.sh-t2.sh-s2 {
  background: rgba(255, 255, 255, 0.04); }

.footer-widgets.light-text .section-heading.sh-t2.sh-s3 {
  background: rgba(255, 255, 255, 0.04); }

.footer-widgets.light-text .section-heading.sh-t2.sh-s4 {
  border: 1px solid rgba(255, 255, 255, 0.06); }

/* Footer Section Heading Type 3 */
.footer-widgets.light-text .section-heading.sh-t3:after {
  background: #ffffff; }

.footer-widgets.light-text .section-heading.sh-t3 {
  color: #fff; }

.footer-widgets.light-text .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,
.footer-widgets.light-text .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text,
.footer-widgets.light-text .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text,
.footer-widgets.light-text .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text {
  color: #000 !important; }

.footer-widgets.light-text .section-heading.sh-t3.sh-s5 {
  border: 1px solid rgba(255, 255, 255, 0.07); }

.footer-widgets.light-text .section-heading.sh-t3.sh-s6 {
  border: 1px solid rgba(255, 255, 255, 0.08); }

.footer-widgets.light-text .section-heading.sh-t3.sh-s7:after {
  background: #444; }

.footer-widgets.light-text .section-heading.sh-t3.sh-s7:before {
  border-top: 10px solid #444444; }

.footer-widgets.light-text .section-heading.sh-t3.sh-s9:before {
  background-color: rgba(255, 255, 255, 0.07) !important; }

.footer-widgets.light-text .section-heading.sh-t3.sh-s9:after {
  background-color: rgba(255, 255, 255, 0.07) !important; }

/* Footer Section Heading Type 4 */
.footer-widgets.light-text .section-heading.sh-t4.sh-s3:after,
.footer-widgets.light-text .section-heading.sh-t4.sh-s1:after {
  background: rgba(255, 255, 255, 0.05); }

.footer-widgets.light-text .section-heading.sh-t4.sh-s6 {
  background-color: rgba(255, 255, 255, 0.07); }

.footer-widgets.light-text .section-heading.sh-t4.sh-s5:after {
  display: block;
  filter: invert(100%) brightness(12.7);
  opacity: 0.6;
  background-color: transparent; }

/* Footer Section Heading Type 5 */
.footer-widgets.light-text .section-heading.sh-t5:before {
  background: rgba(255, 255, 255, 0.06); }

.footer-widgets.light-text .section-heading.sh-t5 > .main-link > .h-text:before,
.footer-widgets.light-text .section-heading.sh-t5 > a:last-child:first-child > .h-text:before,
.footer-widgets.light-text .section-heading.sh-t5 > .h-text:last-child:first-child:before {
  background: #fff; }

.footer-widgets.light-text .section-heading.sh-t5 {
  color: #fff; }

.footer-widgets .section-heading.sh-t4.sh-s5 .h-text:after {
  display: block !important; }

/* Footer Section Heading Type 6 */
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after,
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after,
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after {
  border-right-color: rgba(0, 0, 0, 0.2); }

.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after,
.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after,
.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after {
  border-left-color: rgba(0, 0, 0, 0.2); }

.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after,
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after,
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after,
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before,
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before,
.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
  border-right-color: rgba(0, 0, 0, 0.3); }

.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after,
.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after,
.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after,
.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before,
.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before,
.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
  border-left-color: rgba(0, 0, 0, 0.3); }

.footer-widgets.light-text .section-heading.sh-t6.sh-s9:before {
  background: rgba(255, 255, 255, 0.05) !important; }

/* Footer Section Heading Type 7 */
.site-footer .footer-widgets.light-text .section-heading.sh-t7.sh-s1 .h-text {
  color: #fff !important; }

.footer-widgets.light-text .section-heading.sh-t7:before {
  background: rgba(255, 255, 255, 0.1); }

.single-featured-video {
  max-width: 100% !important; }

/**
 * =>Single Post Templates
 **/
.post-meta.single-post-meta,
.post-meta.single-post-meta a {
  color: #3a3a3a; }

.post-meta.single-post-meta .comments,
.post-meta.single-post-meta .post-author-avatar,
.post-meta.single-post-meta .views,
.post-meta.single-post-meta .time {
  float: none;
  margin: 0 12px 0 0;
  white-space: nowrap;
  line-height: 26px;
  display: inline-block; }

.post-meta.single-post-meta > span + a:before,
.post-meta.single-post-meta > span + span:before,
.post-meta.single-post-meta > a + span:before {
  content: ' ';
  display: inline-block;
  width: 9px;
  margin-right: 12px;
  height: 1px;
  background: rgba(0, 0, 0, 0.23);
  vertical-align: middle; }

.post-meta.single-post-meta b {
  color: #4d4d4d;
  margin-left: 2px; }

.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  border-radius: 50%;
  margin: 0; }

.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar + .post-author-name {
  margin-left: 7px; }

.post-meta.single-post-meta .post-author-name {
  text-transform: capitalize !important;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle; }

.post-meta.single-post-meta .time,
.post-meta.single-post-meta .post-author-a {
  color: rgba(0, 0, 0, 0.44); }

.post-meta.single-post-meta .post-author-a:hover {
  color: #b7b7b7 !important; }

.single-post-title {
  line-height: 1.3; }

.single-featured {
  text-align: center;
  display: block;
  margin: 0 0 20px;
  line-height: 0;
  position: relative; }

.single-featured img {
  max-width: 100%;
  height: auto !important; }

.single-featured figure {
  line-height: 2;
  text-align: center; }

.single-featured iframe {
  max-width: 100%; }

.image-credit a:hover,
.image-credit a {
  color: #fff !important; }

.single-featured .image-credit {
  position: absolute;
  right: 0;
  font-size: 10px;
  display: inline-block;
  padding: 0 8px;
  bottom: -18px;
  color: #adadad;
  background: transparent;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap; }

.post.format-standard .single-featured .image-credit {
  line-height: 20px;
  background: rgba(0, 0, 0, 0.26);
  bottom: 0;
  color: #fff; }

.single-post-excerpt {
  color: #6d6d6d; }

.single-post-excerpt p:last-child {
  margin-bottom: 0; }

.single-post-excerpt.post-excerpt-bc {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e2e2; }

/* post share */
.single-post-share {
  list-style: none;
  padding: 0;
  font-size: 0; }

.single-post-share.top-share {
  margin-bottom: 10px; }

.single-post-share .number {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block; }

.single-post-share .post-share-btn {
  background: #fff;
  border: 1px solid #e2e2e2;
  line-height: 30px;
  display: inline-block;
  padding: 0 5px;
  border-radius: 30px;
  font-size: 12px;
  color: #4d4d4d;
  margin-right: 8px;
  margin-bottom: 9px;
  vertical-align: top; }

.single-post-share .post-share-btn .text,
.single-post-share .post-share-btn .number,
.single-post-share .post-share-btn .bf-icon {
  line-height: 30px;
  vertical-align: top; }

.single-post-share .post-share-btn .text {
  font-size: 12px; }

.single-post-share .post-share-btn .bf-icon {
  font-size: 15px;
  margin: 0 3px; }

.single-post-share .share-handler {
  float: left;
  position: relative; }

.single-post-share .post-share-btn.post-share-btn-comments,
.single-post-share .post-share-btn.post-share-btn-views {
  float: right;
  border-radius: 0; }

.single-post-share .post-share-btn.post-share-btn-views {
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.single-post-share .post-share-btn.post-share-btn-views.rank-0,
.single-post-share .post-share-btn.post-share-btn-views.rank-default {
  font-weight: normal; }

.share-handler-wrap {
  overflow: hidden;
  height: 33px; }

.post-share.style-2 .share-handler-wrap {
  height: 38px; }

.post-share.style-5 .share-handler-wrap,
.post-share.style-8 .share-handler-wrap {
  height: 47px; }

.post-share.style-6 .share-handler-wrap,
.post-share.style-7 .share-handler-wrap {
  height: 70px; }

.share-handler-wrap.bs-pretty-tabs-initialized {
  height: auto !important; }

.post-share .post-share-btn-group {
  overflow: hidden;
  float: right;
  margin-bottom: 10px; }

.post-share .post-share-btn-group .post-share-btn {
  border-radius: 0;
  margin: 0;
  padding: 0 10px;
  border-left-width: 0;
  border-right-width: 0;
  position: relative; }

.post-share .post-share-btn-group .post-share-btn:before {
  display: inline-block;
  content: ' ';
  width: 1px;
  height: 66%;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 17%; }

.post-share .post-share-btn-group .post-share-btn:first-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px; }

.post-share .post-share-btn-group .post-share-btn:last-child {
  border-radius: 3px 0 0 3px;
  border-left-width: 1px; }

.post-share .post-share-btn-group .post-share-btn:last-child:before {
  display: none; }

.post-share .bs-pretty-tabs-container {
  float: left; }

.post-share .bs-pretty-tabs-elements {
  display: none !important; }

.single-post-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.single-post-share li {
  margin: 0 6px 6px;
  display: inline-block;
  text-align: center;
  list-style: none; }

.single-post-share li li {
  display: none; }

.single-post-share .social-item {
  margin: 0 6px 4px 0;
  float: left; }

.single-post-share .social-item a {
  line-height: 30px;
  min-width: 30px;
  display: inline-block;
  padding: 0 0;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-align: center; }

.single-post-share .social-item.has-count a {
  padding: 0 10px; }

.single-post-share .social-item a .item-title,
.single-post-share .social-item a .number,
.single-post-share .social-item a .bf-icon {
  line-height: 30px;
  vertical-align: top;
  color: #fff;
  display: inline-block; }

.single-post-share .social-item a .number,
.single-post-share .social-item a .item-title {
  margin-left: 6px; }

.single-post-share .social-item a .bf-icon {
  font-size: 16px; }

.single-post-share .social-item.whatsapp .bf-icon {
  font-size: 16px;
  font-weight: bold; }

.single-post-share .number:empty {
  display: none; }

.single-post-share .social-item.facebook a {
  background-color: #2d5f9a;
  color: #133d6d; }

.single-post-share .social-item.facebook a:hover {
  background-color: #1b4a82; }

.single-post-share .social-item.twitter a {
  background-color: #53c7ff;
  color: #2e86b1; }

.single-post-share .social-item.twitter a:hover {
  background-color: #369ed0; }

.single-post-share .social-item.google_plus a {
  background-color: #d93b2b;
  color: #9a2317; }

.single-post-share .social-item.google_plus a:hover {
  background-color: #b7291a; }

.single-post-share .social-item.pinterest a {
  background-color: #a41719;
  color: #670d0e; }

.single-post-share .social-item.pinterest a:hover {
  background-color: #8c0a0c; }

.single-post-share .social-item.linkedin a {
  background-color: #005182;
  color: #013c61; }

.single-post-share .social-item.linkedin a:hover {
  background-color: #003b5f; }

.single-post-share .social-item.print a,
.single-post-share .social-item.email a {
  background-color: #444444;
  color: #313131; }

.single-post-share .social-item.print a:hover,
.single-post-share .social-item.email a:hover {
  background-color: #2f2f2f; }

.single-post-share .social-item.tumblr a {
  background-color: #3e5a70;
  color: #24384a; }

.single-post-share .social-item.tumblr a:hover {
  background-color: #426283; }

.single-post-share .social-item.telegram a {
  background-color: #179cde;
  color: #0a629a; }

.single-post-share .social-item.telegram a:hover {
  background-color: #0f8dde; }

.single-post-share .social-item.reddit a {
  background-color: #ff4500;
  color: #bb3200; }

.single-post-share .social-item.reddit a:hover {
  background-color: #dc3c01; }

.single-post-share .social-item.stumbleupon a {
  background-color: #ee4813;
  color: #982d0b; }

.single-post-share .social-item.stumbleupon a:hover {
  background-color: #ce3d0f; }

.single-post-share .social-item.vk a {
  background-color: #4c75a3;
  color: #223448; }

.single-post-share .social-item.vk a:hover {
  background-color: #3e5f84; }

.single-post-share .social-item.digg a,
.single-post-share .social-item.digg a {
  background-color: #000;
  color: #525252; }

.single-post-share .social-item.digg a:hover {
  background-color: #2f2f2f; }

.single-post-share .social-item.bs-custom-link a,
.single-post-share .social-item.bs-custom-link a {
  background-color: #000;
  color: #525252; }

.single-post-share .social-item.bs-custom-link a:hover {
  background-color: #2f2f2f; }

.single-post-share .social-item.ok-ru a {
  background-color: #ee8208;
  color: #cb6e04; }

.single-post-share .social-item.ok-ru a:hover {
  background-color: #d36c08; }

.single-post-share .social-item.whatsapp a {
  background-color: #00e676;
  color: #02a252; }

.single-post-share .social-item.whatsapp a:hover {
  background-color: #00c462; }

.single-post-share .social-item.line a {
  background-color: #00b900;
  color: #018c01; }

.single-post-share .social-item.line a:hover {
  background-color: #009a00; }

.single-post-share .social-item.line .bf-icon {
  font-size: 20px; }

.single-post-share .social-item.bbm .bf-icon:before,
.single-post-share .social-item.viber .bf-icon:before,
.single-post-share .social-item.line .bf-icon:before {
  vertical-align: top; }

.single-post-share .social-item.viber a {
  background-color: #5d54a4;
  color: #1f1d3c; }

.single-post-share .social-item.viber:hover a {
  background-color: #494589; }

.single-post-share .social-item.viber .bf-icon {
  font-size: 18px; }

.single-post-share .social-item.bbm a {
  background-color: #1f1f1f;
  color: #505050; }

.single-post-share .social-item.bbm a:hover {
  background-color: #3c3c3c; }

.single-post-share .social-item.facebook-messenger a {
  background-color: #448AFF;
  color: #2464ff; }

.single-post-share .social-item.facebook-messenger a:hover {
  background-color: #448AFF; }

.single-post-share .social-item.bbm .bf-icon {
  font-size: 18px; }

.single-post-share .social-item.telegram .bf-icon {
  margin-left: -1px; }

.single-post-share .social-item.digg .bf-icon,
.single-post-share .social-item.line .bsfi-line,
.single-post-share .social-item.bbm .bsfi-bbm,
.single-post-share .social-item.viber .bsfi-viber {
  font-size: 18px; }

.single-post-share .social-item .bf-icon {
  vertical-align: middle; }

.single-post-share .social-item.viber,
.single-post-share .social-item.bbm,
.single-post-share .social-item.line,
.single-post-share .social-item.whatsapp {
  display: none; }

@media only screen and (max-width: 780px) {
  .single-post-share .social-item.viber,
  .single-post-share .social-item.bbm,
  .single-post-share .social-item.line,
  .single-post-share .social-item.whatsapp {
    display: inline-block; } }

@media only screen and (max-width: 540px) {
  .post-share .post-share-btn-group {
    float: left; }
  .share-handler-wrap {
    clear: both; } }

@media only screen and (max-width: 420px) {
  .single-post-share .social-share-list + .post-share-btn {
    float: left;
    clear: left;
    margin-left: 0;
    margin-top: 5px; }
  .single-post-share .post-share-btn {
    margin-bottom: 4px !important; } }

/* Common Post Share Styles */
.post-share.style-3 .share-handler,
.post-share.style-4 .share-handler,
.post-share.style-5 .share-handler,
.post-share.style-8 .share-handler {
  margin: 0 12px 12px 0; }

.post-share .share-handler:after,
.post-share .share-handler:before {
  border: solid 6px rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: -12px;
  border-left-color: #D7D7D7;
  margin-top: -6px; }

.post-share .share-handler:after {
  border: solid 5px rgba(0, 0, 0, 0);
  border-left-color: #ffffff;
  right: -10px;
  margin-top: -5px; }

.post-share.style-1 .share-handler:after,
.post-share.style-1 .share-handler:before,
.post-share.style-2 .share-handler:after,
.post-share.style-2 .share-handler:before {
  display: none; }

.post-share .social-item a,
.post-share .post-share-btn {
  border-radius: 3px;
  padding: 0 5px; }

.post-share.style-3 .social-item a,
.post-share.style-6 .social-item a,
.post-share.style-7 .social-item a {
  -moz-box-shadow: 0 3px 0;
  -webkit-box-shadow: 0 3px 0;
  box-shadow: 0 3px 0; }

.post-share.style-6 .number,
.post-share.style-6 .bf-icon,
.post-share.style-6 .text,
.post-share.style-6 .item-title,
.post-share.style-7 .number,
.post-share.style-7 .bf-icon,
.post-share.style-7 .text,
.post-share.style-7 .item-title {
  font-size: 15px;
  display: block;
  font-weight: normal; }

.post-share.style-5 .post-share-btn .text,
.post-share.style-5 .post-share-btn .number,
.post-share.style-5 .post-share-btn .bf-icon,
.post-share.style-8 .post-share-btn .text,
.post-share.style-8 .post-share-btn .number,
.post-share.style-8 .post-share-btn .bf-icon {
  line-height: 43px; }

.post-share.style-5 .bf-icon {
  font-size: 22px !important; }

.post-share.style-5 .number {
  font-size: 18px; }

.post-share.style-5 .social-item .item-title,
.post-share.style-8 .social-item .item-title {
  font-size: 16px; }

.post-share.style-5 .social-item a .number,
.post-share.style-5 .social-item a .bf-icon,
.post-share.style-8 .social-item a .number,
.post-share.style-8 .social-item a .bf-icon {
  line-height: 44px;
  font-weight: normal; }

.post-share.style-5 .social-item,
.post-share.style-8 .social-item {
  margin: 0 6px 6px 0; }

.post-share.style-5 .bs-pretty-tabs-more,
.post-share.style-8 .bs-pretty-tabs-more {
  padding: 0 6px !important;
  transform: initial;
  top: 6px;
  min-width: 30px !important; }

.post-share.style-5 .bs-pretty-tabs-more .bf-icon {
  line-height: 30px;
  font-size: 18px !important; }

.post-share.style-9 .social-item,
.post-share.style-10 .social-item {
  border: 1px solid #e2e2e2;
  border-radius: 3px; }

.post-share.style-9 .post-share-btn,
.post-share.style-10 .post-share-btn,
.post-share.style-11 .post-share-btn {
  line-height: 31px; }

.post-share.style-9 .share-handler,
.post-share.style-10 .share-handler {
  padding: 0 10px;
  margin-right: 15px; }

.post-share.style-10 .social-item a .number,
.post-share.style-10 .social-item a .item-title {
  color: inherit; }

.post-share.style-10 .social-item.has-count.has-title .number {
  border-left: none;
  padding-left: 0; }

.post-share.style-10 .social-item.has-count.has-title .item-title {
  border-right: none; }

.post-share.style-9 .post-share-btn,
.post-share.style-10 .post-share-btn,
.post-share.style-11 .post-share-btn {
  padding: 0px 6px;
  line-height: 32px;
  border-radius: 3px;
  min-width: 32px;
  height: 32px; }

.post-share.style-9 .post-share-btn-group .post-share-btn:first-child,
.post-share.style-10 .post-share-btn-group .post-share-btn:first-child,
.post-share.style-11 .post-share-btn-group .post-share-btn:first-child {
  border-radius: 0 3px 3px 0; }

.post-share.style-9 .post-share-btn-group .post-share-btn:last-child,
.post-share.style-10 .post-share-btn-group .post-share-btn:last-child,
.post-share.style-11 .post-share-btn-group .post-share-btn:last-child {
  border-radius: 3px 0 0 3px; }

.post-share.style-9 .social-item a,
.post-share.style-10 .social-item a {
  background: #fff !important;
  color: #4d4d4d; }

.post-share.style-9 .social-item.facebook a,
.post-share.style-10 .social-item.facebook a,
.post-share.style-11 .social-item.facebook a {
  color: #2d5f9a; }

.post-share.style-10 .social-item.facebook .icon,
.post-share.style-11 .social-item.facebook .icon {
  background-color: #2d5f9a;
  border-color: #2d5f9a; }

.post-share.style-9 .social-item.facebook a:hover,
.post-share.style-10 .social-item.facebook a:hover,
.post-share.style-11 .social-item.facebook a:hover {
  color: #1b4a82; }

.post-share.style-10 .social-item.facebook a:hover .icon,
.post-share.style-11 .social-item.facebook a:hover .icon {
  background-color: #1b4a82;
  border-color: #1b4a82; }

.post-share.style-9 .social-item.twitter a,
.post-share.style-10 .social-item.twitter a,
.post-share.style-11 .social-item.twitter a {
  color: #53c7ff; }

.post-share.style-10 .social-item.twitter .icon,
.post-share.style-11 .social-item.twitter .icon {
  background-color: #53c7ff;
  border-color: #53c7ff; }

.post-share.style-9 .social-item.twitter a:hover,
.post-share.style-10 .social-item.twitter a:hover,
.post-share.style-11 .social-item.twitter a:hover {
  color: #369ed0; }

.post-share.style-9 .social-item.google_plus a,
.post-share.style-10 .social-item.google_plus a,
.post-share.style-11 .social-item.google_plus a {
  color: #d93b2b; }

.post-share.style-10 .social-item.google_plus .icon,
.post-share.style-11 .social-item.google_plus .icon {
  background-color: #d93b2b;
  border-color: #d93b2b; }

.post-share.style-9 .social-item.google_plus a:hover,
.post-share.style-10 .social-item.google_plus a:hover,
.post-share.style-11 .social-item.google_plus a:hover {
  color: #b7291a; }

.post-share.style-9 .social-item.pinterest a,
.post-share.style-10 .social-item.pinterest a,
.post-share.style-11 .social-item.pinterest a {
  color: #a41719; }

.post-share.style-10 .social-item.pinterest .icon,
.post-share.style-11 .social-item.pinterest .icon {
  background-color: #a41719;
  border-color: #a41719; }

.post-share.style-9 .social-item.pinterest a:hover,
.post-share.style-10 .social-item.pinterest a:hover,
.post-share.style-11 .social-item.pinterest a:hover {
  color: #8c0a0c; }

.post-share.style-9 .social-item.linkedin a,
.post-share.style-10 .social-item.linkedin a,
.post-share.style-11 .social-item.linkedin a {
  color: #005182; }

.post-share.style-10 .social-item.linkedin .icon,
.post-share.style-11 .social-item.linkedin .icon {
  background-color: #005182;
  border-color: #005182; }

.post-share.style-9 .social-item.linkedin a:hover,
.post-share.style-10 .social-item.linkedin a:hover,
.post-share.style-11 .social-item.linkedin a:hover {
  color: #003b5f; }

.post-share.style-9 .social-item.print a,
.post-share.style-9 .social-item.email a,
.post-share.style-10 .social-item.print a,
.post-share.style-10 .social-item.email a,
.post-share.style-11 .social-item.print a,
.post-share.style-11 .social-item.email a {
  color: #444444; }

.post-share.style-10 .social-item.print .icon,
.post-share.style-10 .social-item.email .icon,
.post-share.style-11 .social-item.print .icon,
.post-share.style-11 .social-item.email .icon {
  background-color: #444444;
  border-color: #444444; }

.post-share.style-9 .social-item.print a:hover,
.post-share.style-9 .social-item.email a:hover,
.post-share.style-10 .social-item.print a:hover,
.post-share.style-10 .social-item.email a:hover,
.post-share.style-11 .social-item.print a:hover,
.post-share.style-11 .social-item.email a:hover {
  color: #2f2f2f; }

.post-share.style-9 .social-item.tumblr a,
.post-share.style-10 .social-item.tumblr a,
.post-share.style-11 .social-item.tumblr a {
  color: #3e5a70; }

.post-share.style-10 .social-item.tumblr .icon,
.post-share.style-11 .social-item.tumblr .icon {
  background-color: #3e5a70;
  border-color: #3e5a70; }

.post-share.style-9 .social-item.tumblr a:hover,
.post-share.style-10 .social-item.tumblr a:hover,
.post-share.style-11 .social-item.tumblr a:hover {
  color: #426283; }

.post-share.style-9 .social-item.telegram a,
.post-share.style-10 .social-item.telegram a,
.post-share.style-11 .social-item.telegram a {
  color: #179cde; }

.post-share.style-10 .social-item.telegram .icon,
.post-share.style-11 .social-item.telegram .icon {
  background-color: #179cde;
  border-color: #179cde; }

.post-share.style-9 .social-item.telegram a:hover,
.post-share.style-10 .social-item.telegram a:hover,
.post-share.style-11 .social-item.telegram a:hover {
  color: #0f8dde; }

.post-share.style-9 .social-item.reddit a,
.post-share.style-10 .social-item.reddit a,
.post-share.style-11 .social-item.reddit a {
  color: #ff4500; }

.post-share.style-10 .social-item.reddit .icon,
.post-share.style-11 .social-item.reddit .icon {
  background-color: #ff4500;
  border-color: #ff4500; }

.post-share.style-9 .social-item.reddit a:hover,
.post-share.style-10 .social-item.reddit a:hover,
.post-share.style-11 .social-item.reddit a:hover {
  color: #dc3c01; }

.post-share.style-9 .social-item.stumbleupon a,
.post-share.style-10 .social-item.stumbleupon a,
.post-share.style-11 .social-item.stumbleupon a {
  color: #ee4813; }

.post-share.style-10 .social-item.stumbleupon .icon,
.post-share.style-11 .social-item.stumbleupon .icon {
  background-color: #ee4813;
  border-color: #ee4813; }

.post-share.style-9 .social-item.stumbleupon a:hover,
.post-share.style-10 .social-item.stumbleupon a:hover,
.post-share.style-11 .social-item.stumbleupon a:hover {
  color: #ce3d0f; }

.post-share.style-9 .social-item.vk a,
.post-share.style-10 .social-item.vk a,
.post-share.style-11 .social-item.vk a {
  color: #4c75a3; }

.post-share.style-10 .social-item.vk .icon,
.post-share.style-11 .social-item.vk .icon {
  background-color: #4c75a3;
  border-color: #4c75a3; }

.post-share.style-9 .social-item.vk a:hover,
.post-share.style-10 .social-item.vk a:hover,
.post-share.style-11 .social-item.vk a:hover {
  color: #3e5f84; }

.post-share.style-9 .social-item.digg a,
.post-share.style-10 .social-item.digg a,
.post-share.style-11 .social-item.digg a {
  color: #000; }

.post-share.style-10 .social-item.digg .icon,
.post-share.style-11 .social-item.digg .icon {
  background-color: #000;
  border-color: #000; }

.post-share.style-9 .social-item.bs-custom-link a,
.post-share.style-10 .social-item.bs-custom-link a,
.post-share.style-11 .social-item.bs-custom-link a {
  color: #000; }

.post-share.style-10 .social-item.bs-custom-link .icon,
.post-share.style-11 .social-item.bs-custom-link .icon {
  background-color: #000;
  border-color: #000; }

.post-share.style-9 .social-item.ok-ru a,
.post-share.style-10 .social-item.ok-ru a,
.post-share.style-11 .social-item.ok-ru a {
  color: #ee8208; }

.post-share.style-10 .social-item.ok-ru .icon,
.post-share.style-11 .social-item.ok-ru .icon {
  background-color: #ee8208;
  border-color: #ee8208; }

.post-share.style-9 .social-item.digg a:hover,
.post-share.style-10 .social-item.digg a:hover,
.post-share.style-11 .social-item.digg a:hover {
  color: #2f2f2f; }

.post-share.style-9 .social-item.bs-custom-link a:hover,
.post-share.style-10 .social-item.bs-custom-link a:hover,
.post-share.style-11 .social-item.bs-custom-link a:hover {
  color: #2f2f2f; }

.post-share.style-9 .social-item.whatsapp a,
.post-share.style-10 .social-item.whatsapp a,
.post-share.style-11 .social-item.whatsapp a {
  color: #00e676; }

.post-share.style-10 .social-item.whatsapp .icon,
.post-share.style-11 .social-item.whatsapp .icon {
  background-color: #00e676;
  border-color: #00e676; }

.post-share.style-9 .social-item.whatsapp a:hover,
.post-share.style-10 .social-item.whatsapp a:hover,
.post-share.style-11 .social-item.whatsapp a:hover {
  color: #00c462; }

.post-share.style-9 .social-item.line a,
.post-share.style-10 .social-item.line a,
.post-share.style-11 .social-item.line a {
  color: #00b900; }

.post-share.style-10 .social-item.line .icon,
.post-share.style-11 .social-item.line .icon {
  background-color: #00b900;
  border-color: #00b900; }

.post-share.style-9 .social-item.line a:hover,
.post-share.style-10 .social-item.line a:hover,
.post-share.style-11 .social-item.line a:hover {
  color: #009a00; }

.post-share.style-9 .social-item.print a,
.post-share.style-10 .social-item.print a,
.post-share.style-11 .social-item.print a {
  color: #444; }

.post-share.style-10 .social-item.viber a .icon,
.post-share.style-11 .social-item.viber a .icon {
  background-color: #5d54a4 !important;
  border-color: #5d54a4 !important; }

.post-share.style-10 .social-item.viber:hover a .icon,
.post-share.style-11 .social-item.viber:hover a .icon {
  background-color: #494589 !important;
  border-color: #494589 !important; }

.post-share.style-10 .social-item.viber .icon,
.post-share.style-11 .social-item.viber .icon {
  font-size: 18px; }

.post-share.style-9 .social-item.bbm a,
.post-share.style-10 .social-item.bbm a,
.post-share.style-11 .social-item.bbm a {
  color: #1f1f1f; }

.post-share.style-10 .social-item.bbm .icon,
.post-share.style-11 .social-item.bbm .icon {
  background-color: #1f1f1f;
  border-color: #1f1f1f; }

.post-share.style-9 .social-item.bbm a:hover,
.post-share.style-10 .social-item.bbm a:hover,
.post-share.style-11 .social-item.bbm a:hover {
  color: #3c3c3c; }

.style-23.entry-terms .terms-label,
.style-23.entry-terms a,
.style-24.entry-terms .terms-label,
.style-24.entry-terms a,
.style-25.entry-terms .terms-label,
.style-25.entry-terms a,
.style-26.entry-terms .terms-label,
.style-26.entry-terms a,
.post-share.style-12 .post-share-btn,
.post-share.style-12 span,
.post-share.style-12 a,
.post-share.style-13 .post-share-btn,
.post-share.style-13 span,
.post-share.style-13 a {
  border-radius: 0 !important; }

.post-share.style-13 .social-item a,
.post-share.style-13 .post-share-btn {
  padding: 0 10px;
  min-width: 44px;
  min-height: 44px;
  line-height: 44px !important; }

.post-share.style-13 .post-share-btn > *,
.post-share.style-13 .social-item i,
.post-share.style-13 .social-item .item-title {
  line-height: 44px !important; }

.post-share.style-13 .social-item .icon i {
  font-size: 22px; }

.post-share.style-13 .social-item .item-title {
  font-size: 19px; }

.post-share.style-13 .bs-pretty-tabs-more,
.post-share.style-13 .post-share-btn {
  min-height: 42px;
  line-height: 42px !important; }

.post-share.style-13 .bs-pretty-tabs-more i,
.post-share.style-13 .post-share-btn > * {
  line-height: 42px !important; }

.post-share .item-title {
  font-weight: normal;
  padding: 0; }

.post-share .item-title,
.post-share .number {
  font-size: 12px; }

.post-share .post-share-btn-group .number,
.post-share .post-share-btn-group .item-title {
  padding: 0; }

/* post share style-1/2 */
.post-share.style-1 .social-item.has-title a {
  padding: 0 11px; }

.post-share.style-1 .post-share-btn-group .post-share-btn:first-child,
.post-share.style-2 .post-share-btn-group .post-share-btn:first-child {
  border-radius: 0 30px 30px 0; }

.post-share.style-1 .post-share-btn-group .post-share-btn:last-child,
.post-share.style-2 .post-share-btn-group .post-share-btn:last-child {
  border-radius: 30px 0 0 30px; }

.post-share.style-1 .post-share-btn-group .post-share-btn:last-child:first-child,
.post-share.style-2 .post-share-btn-group .post-share-btn:last-child:first-child {
  border-radius: 30px; }

.post-share.style-1 .social-item a,
.post-share.style-1 .bs-pretty-tabs-more,
.post-share.style-1 .share-handler,
.post-share.style-2 .social-item a,
.post-share.style-2 .bs-pretty-tabs-more,
.post-share.style-2 .share-handler {
  border-radius: 30px; }

.post-share.style-1 .bs-pretty-tabs-more {
  min-width: 30px;
  height: 30px;
  line-height: 30px; }

.post-share.style-2 .bs-pretty-tabs-more {
  min-width: 38px;
  height: 38px;
  line-height: 38px; }

.post-share .bs-pretty-tabs-more {
  color: #afafaf; }

.post-share .bs-pretty-tabs-more:hover {
  color: #383838; }

.single-post-share.top-share.style-1 {
  margin-bottom: 7px; }

.single-post-share.bottom-share.style-1 {
  margin-bottom: -8px; }

.single-post-share.top-share.style-2 {
  margin-bottom: 9px; }

.single-post-share.bottom-share.style-2 {
  margin-bottom: -6px; }

.post-share.style-1 .share-handler,
.post-share.style-2 .share-handler {
  padding: 0 10px; }

.post-share.style-2 .post-share-btn .bf-icon {
  font-size: 20px; }

.post-share.style-2 .item-title,
.post-share.style-2 .number,
.post-share.style-2 .text {
  font-size: 14px; }

.post-share.style-2 .number {
  margin: 0; }

.post-share.style-2 .text,
.post-share.style-2 .number,
.post-share.style-2 .item-title,
.post-share.style-2 .bf-icon {
  line-height: 38px !important;
  height: 38px; }

.post-share.style-2 .item-title {
  margin-left: 10px;
  margin-right: 5px;
  font-weight: normal; }

.post-share.style-2 .social-item a {
  padding: 0 8px;
  min-width: 38px;
  line-height: 38px; }

.post-share.style-2 .social-item.has-title a,
.post-share.style-2 .social-item.has-count a {
  padding: 0 15px; }

.post-share.style-2 .social-item {
  margin: 0 6px 6px 0; }

.post-share.style-2 .bs-pretty-tabs-more .bf-icon,
.post-share.style-2 .post-share-btn-group .bf-icon {
  font-size: 15px; }

.post-share.style-2 .social-item a .item-title + .number {
  margin-left: 0; }

/* post share style-3 */
.single-post-share.top-share.style-3 {
  margin-bottom: 7px; }

.single-post-share.bottom-share.style-3 {
  margin-bottom: -8px; }

.post-share.style-3 .text,
.post-share.style-3 .item-title,
.post-share.style-3 .number,
.post-share.style-3 .bf-icon {
  line-height: 32px !important; }

.post-share.style-3 .social-item a,
.post-share.style-3 .post-share-btn {
  line-height: 32px;
  height: 32px;
  min-width: 40px; }

.post-share.style-3 .post-share-btn {
  line-height: 35px;
  height: 35px;
  padding: 0 8px; }

.post-share.style-3 .post-share-btn .text,
.post-share.style-3 .post-share-btn .number,
.post-share.style-3 .post-share-btn .bf-icon {
  line-height: 34px !important; }

.post-share.style-3 .social-item a {
  padding: 0 8px; }

.post-share.style-3 .social-item.has-title a,
.post-share.style-3 .social-item.has-count a {
  padding: 0 12px; }

.single-post-share.style-3 .social-item.line .bsfi-line {
  font-size: 20px; }

.single-post-share.style-3 .social-item.viber .bsfi-viber {
  font-size: 17px; }

.single-post-share .social-item {
  margin-bottom: 8px; }

/* post share style-4 */
.single-post-share.top-share.style-4 {
  margin-bottom: 7px; }

.single-post-share.bottom-share.style-4 {
  margin-bottom: -8px; }

.post-share.style-4 .share-handler.post-share-btn {
  padding: 0 8px 0 5px; }

.post-share.style-4 .social-item a {
  padding: 0; }

.post-share.style-4 .social-item .number {
  padding-right: 10px;
  margin-left: 10px; }

.post-share.style-4 .social-item .item-title {
  padding-right: 9px;
  margin-left: 8px; }

.post-share.style-4 .social-item .item-title + .number {
  margin-left: -2px; }

.post-share.style-4 .social-item .bf-icon {
  display: inline-block;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  padding: 0 6px;
  min-width: 30px; }

.post-share.style-4 .social-item .icon:last-child:first-child .bf-icon {
  background: transparent; }

.post-share.style-4 .share-handler .text {
  margin-left: 2px;
  font-size: 13px; }

.post-share.style-4 .bs-pretty-tabs-more.post-share-btn {
  height: 30px; }

/* post share style-5 */
.single-post-share.top-share.style-5 {
  margin-bottom: 9px; }

.single-post-share.bottom-share.style-5 {
  margin-bottom: -6px; }

.post-share.style-5 .social-item a,
.post-share.style-5 .post-share-btn {
  padding: 0 10px;
  min-width: 44px; }

.post-share.style-5 .social-item.has-title a,
.post-share.style-5 .social-item.has-count a {
  padding: 0 12px; }

.post-share.style-5 .social-item a .number,
.post-share.style-5 .social-item a .item-title {
  margin: 0 5px 0 10px;
  line-height: 44px; }

.post-share.style-5 .social-item a .item-title + .number {
  margin: 0 0 0 2px; }

.post-share.style-5 .share-handler .text {
  font-size: 16px; }

.post-share.style-5 .post-share-btn-group .bf-icon,
.post-share.style-5 .post-share-btn-group .number {
  font-size: 15px !important; }

/* post share style-6 & 7 */
.single-post-share.top-share.style-7,
.single-post-share.top-share.style-6 {
  margin-bottom: 10px; }

.single-post-share.bottom-share.style-7,
.single-post-share.bottom-share.style-6 {
  margin-bottom: -5px; }

.post-share.style-7 .social-item,
.post-share.style-6 .social-item {
  text-align: center;
  margin: 0 10px 12px 0; }

.post-share.style-7 .social-item a,
.post-share.style-6 .social-item a {
  padding: 0 12px 0;
  line-height: 32px;
  height: 61px;
  min-width: 76px; }

.post-share.style-7 .post-share-btn .item-title,
.post-share.style-7 .post-share-btn .number,
.post-share.style-7 .post-share-btn .bf-icon,
.post-share.style-7 .social-item .item-title,
.post-share.style-7 .social-item .number,
.post-share.style-6 .post-share-btn .item-title,
.post-share.style-6 .post-share-btn .number,
.post-share.style-6 .post-share-btn .bf-icon,
.post-share.style-6 .social-item .item-title,
.post-share.style-6 .social-item .number {
  line-height: 20px;
  margin: 0 3px;
  font-size: 13px; }

.post-share.style-7 .post-share-btn .bf-icon,
.post-share.style-6 .post-share-btn .bf-icon {
  line-height: 26px;
  margin-top: 7px; }

.post-share.style-7 .post-share-btn.bs-pretty-tabs-more .bf-icon,
.post-share.style-6 .post-share-btn.bs-pretty-tabs-more .bf-icon {
  margin: 0; }

.post-share.style-7 .social-item .bf-icon,
.post-share.style-6 .social-item .bf-icon {
  font-size: 20px;
  display: block;
  line-height: 32px;
  margin-top: 6px; }

.post-share.style-7 .social-item .icon:first-child:last-child .bf-icon,
.post-share.style-6 .social-item .icon:first-child:last-child .bf-icon {
  line-height: 64px;
  margin: 0; }

.post-share.style-7 .share-handler .bf-icon,
.post-share.style-6 .share-handler .bf-icon {
  font-size: 20px;
  line-height: 28px;
  margin-top: 6px; }

.post-share.style-7 .share-handler .number,
.post-share.style-6 .share-handler .number {
  line-height: 26px;
  font-size: 15px; }

.post-share.style-7 .bs-pretty-tabs-more,
.post-share.style-6 .bs-pretty-tabs-more {
  margin-top: 18px;
  min-width: 28px; }

.post-share.style-7 .share-handler,
.post-share.style-6 .share-handler {
  text-align: center;
  padding: 0 14px;
  margin: 0 15px 11px 0;
  min-width: 84px;
  height: 64px; }

.post-share.style-7 .share-handler .text,
.post-share.style-6 .share-handler .text {
  font-weight: 700;
  line-height: 20px; }

.post-share.style-7 .post-share-btn-group .post-share-btn,
.post-share.style-6 .post-share-btn-group .post-share-btn {
  padding: 0 16px;
  text-align: center;
  height: 64px; }

.post-share.style-7 .social-item a {
  border-radius: 0; }

.post-share.style-7 .social-item.first a {
  border-radius: 3px 0 0 3px; }

.post-share.style-7 .social-item:last-child a,
.post-share.style-7 .social-item.last a {
  border-radius: 0 3px 3px 0; }

.post-share.style-7 .social-item {
  margin: 0 0 12px 0; }

.post-share.style-7 .bs-pretty-tabs-container {
  margin-left: 10px; }

/* post share style-8/9 */
.single-post-share.top-share.style-8 {
  margin-bottom: 9px; }

.single-post-share.bottom-share.style-8 {
  margin-bottom: -6px; }

.post-share.style-8 .social-item .bf-icon {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 90px;
  margin-top: 8px;
  line-height: 30px !important;
  font-size: 16px;
  width: 30px;
  height: 30px; }

.post-share.style-8 .social-item a {
  padding: 0 10px;
  line-height: 45px;
  min-width: 56px; }

.post-share.style-8 .social-item a .number,
.post-share.style-8 .share-handler .text,
.post-share.style-8 .social-item a .item-title {
  margin: 0 6px 0;
  font-size: 14px;
  padding-right: 0;
  line-height: 45px; }

.post-share.style-8 .social-item .item-title + .number {
  margin: 0 2px 0 -2px; }

.post-share.style-8 .share-handler .text {
  padding-left: 3px;
  margin: 0;
  line-height: 44px;
  display: inline-block;
  vertical-align: top; }

.post-share.style-8 .social-item .number {
  text-indent: 2px; }

.post-share.style-8 .post-share-btn {
  padding: 0 10px; }

.post-share.style-8 .share-handler {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 12px;
  height: 45px; }

.post-share.style-8 .number {
  font-size: 14px; }

.post-share.style-8 .bs-pretty-tabs-more .bf-icon {
  line-height: 30px;
  font-size: 16px !important; }

.post-share.style-9 .social-item.has-title a,
.post-share.style-9 .social-item.has-count a {
  padding: 0 10px; }

.post-share.style-9 .social-item a {
  padding: 0 5px; }

.post-share.style-9 .social-item .number {
  margin-left: 5px !important; }

.post-share.style-9 .share-handler {
  margin-right: 12px;
  border-radius: 3px; }

.post-share.style-9 .social-item a .number,
.post-share.style-9 .social-item a .item-title,
.post-share.style-9 .social-item a .bf-icon {
  color: inherit !important; }

.post-share.style-9 .bs-pretty-tabs-more.post-share-btn {
  padding: 0 6px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  border-radius: 3px; }

.post-share.style-9 .social-item a .number,
.post-share.style-9 .social-item a .item-title {
  margin-left: 8px; }

/* post share style-10/11 */
.single-post-share.top-share.style-11,
.single-post-share.top-share.style-10 {
  margin-bottom: 7px; }

.single-post-share.bottom-share.style-11,
.single-post-share.bottom-share.style-10 {
  margin-bottom: -8px; }

.post-share.style-10 .social-item a,
.post-share.style-11 .social-item a {
  padding: 0 !important;
  height: 32px; }

.post-share.style-10 .social-item .icon,
.post-share.style-10 .social-item a > span,
.post-share.style-11 .social-item .icon,
.post-share.style-11 .social-item a > span {
  display: inline-block;
  border: 1px solid #e2e2e2;
  border-left-width: 0;
  margin: 0 !important;
  padding: 0 8px;
  text-align: center; }

.post-share.style-10 .social-item,
.post-share.style-10 .social-item {
  border: none;
  padding: 0 !important; }

.post-share.style-10 .social-item .icon,
.post-share.style-11 .social-item .icon {
  color: #fff;
  display: inline-block;
  border-color: transparent;
  position: relative;
  height: inherit;
  min-width: 32px; }

.post-share.style-10 .social-item .icon:after,
.post-share.style-10 .social-item .icon:before {
  width: 0;
  height: 50%;
  border: 7px solid transparent;
  border-top-width: 0;
  border-right: 7px solid #fff;
  content: ' ';
  position: absolute;
  top: 0;
  right: -1px;
  box-shadow: 7px -15px 0 #e2e2e2;
  display: none; }

.post-share.style-10 .social-item .icon:before {
  bottom: 0;
  top: auto;
  border-top-width: 7px;
  border-bottom-width: 0;
  border-right: 7px solid #fff;
  box-shadow: 7px 15px 0 #e2e2e2; }

.post-share.style-10 .social-item.has-count .icon:before,
.post-share.style-10 .social-item.has-count .icon:after,
.post-share.style-10 .social-item.has-title .icon:before,
.post-share.style-10 .social-item.has-title .icon:after {
  display: inline-block; }

.post-share.style-10 .social-item.has-count .icon,
.post-share.style-10 .social-item.has-title .icon {
  padding: 0 16px 0 11px;
  min-width: 33px; }

.post-share.style-10 .social-item .number,
.post-share.style-10 .social-item .item-title {
  height: 32px; }

.post-share.style-11 .social-item .number,
.post-share.style-11 .social-item .item-title {
  background: #fff;
  margin: 1px !important;
  height: 30px;
  border-radius: 0 3px 3px 0;
  color: inherit;
  border: none;
  line-height: 30px;
  min-width: 30px; }

.post-share.style-11 .social-item a .bf-icon {
  line-height: 30px; }

.post-share.style-11 .social-item .icon,
.post-share.style-11 .social-item a > span {
  padding: 0 8px; }

.post-share.style-11 .post-share-btn {
  padding: 0 6px; }

.post-share.style-11 .share-handler.post-share-btn {
  margin-right: 14px; }

.post-share.style-11 .social-item.has-count.has-title .item-title {
  margin: 1px -1px 0 0 !important;
  border-radius: 0 !important; }

.post-share.style-11 .social-item.has-count.has-title .number {
  padding-left: 0;
  margin-left: -4px !important; }

/* Next/Prev Posts */
.next-prev-post {
  padding: 25px 0 0;
  margin: 30px 0 0;
  position: relative;
  border-top: 1px solid #e8e8e8; }

.bs-newsletter-pack + .next-prev-post,
.post-author + .next-prev-post {
  border-top: none;
  padding: 0 20px; }

.next-prev-post .prev-post {
  width: 50%;
  float: left;
  padding-right: 15px;
  text-align: left; }

.next-prev-post .prev-post .pre-title .fa {
  margin-right: 10px; }

.next-prev-post .next-post {
  width: 50%;
  float: right;
  padding-left: 15px;
  text-align: right; }

.next-prev-post .next-post .pre-title .fa {
  margin-left: 10px; }

.next-prev-post .pre-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 6px; }

.next-prev-post .title {
  font-size: 15px;
  margin: 0;
  line-height: 1.4; }

/**
 * =>Single Post Template 1
 **/
.post-tp-1-header .post-meta-wrap {
  margin: 15px 0 20px;
  padding: 0; }

.post-tp-1-header .post-meta-wrap .post-meta {
  padding: 0; }

.post-tp-1-header .post-meta-wrap .term-badges + .post-meta .post-author-a:last-child .post-author:after {
  display: none; }

.post-tp-1-header .term-badges {
  float: right;
  margin: 0;
  display: inline;
  line-height: 18px; }

.post-tp-1-header .term-badges:first-child:last-child {
  float: none; }

.post-tp-1-header .term-badges a {
  background: #444444;
  padding: 0 6px;
  display: inline-block;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  margin: 0 0 0 4px; }

.post-tp-1-header .term-badges .term-badge:first-child a {
  margin: 0; }

.post-tp-1-header .single-post-title {
  margin: 0 0 15px; }

.post-tp-1-header .single-post-title + .post-subtitle {
  margin-top: -5px; }

.post-tp-1-header .single-post-excerpt {
  margin-top: -8px;
  padding-bottom: 10px; }

.post-tp-1-header .post-subtitle + .single-post-excerpt {
  padding: 10px 0;
  margin: 0; }

.post-tp-1-header .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

@media only screen and (max-width: 420px) {
  .post-tp-1-header .term-badges {
    float: none;
    margin-bottom: 10px;
    display: block; }
  .post-tp-1-header .post-meta-wrap {
    margin: 10px 0 12px;
    padding: 0; } }

/**
 * =>Single Post Template 2
 **/
.post-tp-2-header {
  position: relative;
  margin: 0 0 25px; }

.post-tp-2-header.wfi {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #565656; }

.post-tp-2-header.wfi:before {
  background: rgba(0, 0, 0, 0.35);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.post-tp-2-header .post-header-inner {
  padding: 30px 0 0;
  position: relative; }

.post-tp-2-header.wfi .post-header-inner {
  padding: 30px 30px;
  height: 560px;
  overflow: hidden; }

.post-tp-2-header.wfi .post-header-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0; }

.post-tp-2-header.nfi .post-header-title {
  margin-top: 20px; }

.post-tp-2-header.wfi .single-post-title {
  color: #fff; }

.post-tp-2-header.nfi .single-post-title {
  margin: 10px 0; }

.post-tp-2-header .single-post-title + .post-subtitle {
  margin: 0 0 15px; }

.post-tp-2-header.wfi .single-post-title + .post-subtitle {
  color: #fff; }

.post-tp-2-header .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 10px; }

.post-tp-2-header.wfi .post-meta .views,
.post-tp-2-header.wfi .post-meta,
.post-tp-2-header.wfi .post-meta b,
.post-tp-2-header.wfi .post-meta .post-author-a:hover,
.post-tp-2-header.wfi .post-meta a:hover,
.post-tp-2-header.wfi .post-meta a {
  color: #fff !important; }

.post-tp-2-header.wfi .post-meta.single-post-meta .time,
.post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a:hover,
.post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a {
  color: rgba(255, 255, 255, 0.55) !important; }

.post-tp-2-header.wfi .post-meta.single-post-meta > span + a:before,
.post-tp-2-header.wfi .post-meta.single-post-meta > span + span:before,
.post-tp-2-header.wfi .post-meta.single-post-meta > a + span:before {
  background: rgba(255, 255, 255, 0.43); }

.post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13); }

.post-tp-2-header .image-credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 9px; }

.post-tp-2-header.wfi .image-credit {
  color: rgba(255, 255, 255, 0.7); }

.post-tp-2-header.wfi .image-credit:hover {
  color: #fff; }

.post-template-2 .post-embed {
  margin-bottom: 20px; }

.post-tp-2-header .bf-breadcrumb {
  position: absolute;
  left: 0;
  top: 15px; }

.post-tp-2-header .single-post-excerpt {
  padding-bottom: 12px; }

.post-tp-2-header.wfi .single-post-excerpt {
  color: #fff; }

.post-tp-2-header .post-subtitle + .single-post-excerpt {
  margin-top: -5px; }

.post-tp-2-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end {
  display: none; }

@media only screen and (max-width: 1080px) {
  .post-tp-2-header.wfi .post-header-inner {
    height: 450px; } }

@media only screen and (max-width: 680px) {
  .post-tp-2-header.wfi .post-header-inner {
    height: 420px; } }

/**
 * =>Single Post Template 3
 **/
.post-tp-3-header {
  position: relative;
  margin-bottom: 25px; }

.post-tp-3-header.wfi {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #565656; }

.post-tp-3-header.wfi:before {
  background: rgba(0, 0, 0, 0.35);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.post-tp-3-header.wfi .post-header-inner {
  padding: 30px 30px;
  height: 560px;
  position: relative;
  overflow: hidden; }

.post-tp-3-header.wfi .post-header-title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px; }

.post-tp-3-header.wfi .single-post-title {
  color: #fff; }

.post-tp-3-header.nfi .single-post-title {
  margin: 10px 0 12px; }

.post-tp-3-header .single-post-title + .post-subtitle {
  margin: 0 0 15px; }

.post-tp-3-header.wfi .single-post-title + .post-subtitle {
  color: #fff; }

.post-tp-3-header .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 10px; }

.post-tp-3-header.wfi .post-meta .views,
.post-tp-3-header.wfi .post-meta,
.post-tp-3-header.wfi .post-meta b,
.post-tp-3-header.wfi .post-meta .post-author-a:hover,
.post-tp-3-header.wfi .post-meta a:hover,
.post-tp-3-header.wfi .post-meta a {
  color: #fff !important; }

.post-tp-3-header.wfi .post-meta.single-post-meta .time,
.post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a:hover,
.post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a {
  color: rgba(255, 255, 255, 0.55) !important; }

.post-tp-3-header.wfi .post-meta.single-post-meta > span + a:before,
.post-tp-3-header.wfi .post-meta.single-post-meta > span + span:before,
.post-tp-3-header.wfi .post-meta.single-post-meta > a + span:before {
  background: rgba(255, 255, 255, 0.43); }

.post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13); }

.post-tp-3-header .image-credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 9px; }

.post-tp-3-header.wfi .image-credit {
  color: rgba(255, 255, 255, 0.7); }

.post-tp-3-header.wfi .image-credit:hover {
  color: #fff; }

.post-template-3 .post-embed {
  margin-bottom: 20px; }

.post-tp-3-header .single-post-excerpt {
  color: #fff;
  padding-bottom: 12px; }

.post-tp-3-header .post-subtitle + .single-post-excerpt {
  margin-top: -5px; }

.post-tp-3-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end {
  display: none; }

@media only screen and (max-width: 1080px) {
  .post-tp-3-header.wfi .post-header-inner {
    height: 450px; } }

@media only screen and (max-width: 780px) {
  .post-tp-3-header.wfi .post-header-inner {
    padding: 20px; }
  .post-tp-3-header.wfi .post-header-title {
    bottom: 20px;
    left: 20px;
    right: 20px; }
  .post-tp-3-header .image-credit {
    bottom: 5px; }
  .post-tp-3-header .bf-breadcrumb {
    margin-top: 0; } }

@media only screen and (max-width: 680px) {
  .post-tp-3-header.wfi .post-header-inner {
    height: 420px; } }

/**
 * =>Single Post Template 4
 **/
.post-tp-4-header {
  position: relative;
  margin: 0 0 25px; }

.post-tp-4-header.wfi {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #565656; }

.post-tp-4-header.wfi:before {
  background: rgba(0, 0, 0, 0.25);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.post-tp-4-header.nfi .post-header-inner {
  padding: 18px 10px 10px;
  position: relative; }

.post-tp-4-header.wfi .post-header-inner {
  padding: 18px 30px 30px;
  height: 580px;
  position: relative;
  overflow: hidden; }

.post-tp-4-header.wfi .post-header-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.39); }

.post-tp-4-header.nfi .post-header-title {
  margin-top: 60px;
  position: relative;
  opacity: 1 !important; }

.post-tp-4-header .single-post-title {
  text-align: center; }

.post-tp-4-header.wfi .single-post-title {
  color: #fff; }

.post-tp-4-header .single-post-title + .post-subtitle {
  margin: 0 0 15px;
  text-align: center; }

.post-tp-4-header.wfi .single-post-title + .post-subtitle {
  color: #fff; }

.post-tp-4-header .term-badges.floated {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center; }

.post-tp-4-header.wfi .term-badges.floated .term-badge a,
.post-tp-4-header.wfi .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-4-header.wfi .post-meta .views,
.post-tp-4-header.wfi .post-meta,
.post-tp-4-header.wfi .post-meta b,
.post-tp-4-header.wfi .post-meta .post-author-a:hover,
.post-tp-4-header.wfi .post-meta a:hover,
.post-tp-4-header .post-meta a {
  color: #fff !important; }

.post-tp-4-header.wfi .post-meta.single-post-meta .time,
.post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a:hover,
.post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a {
  color: rgba(255, 255, 255, 0.55) !important; }

.post-tp-4-header.wfi .post-meta.single-post-meta > span + a:before,
.post-tp-4-header.wfi .post-meta.single-post-meta > span + span:before,
.post-tp-4-header.wfi .post-meta.single-post-meta > a + span:before {
  background: rgba(255, 255, 255, 0.43); }

.post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13); }

.post-tp-4-header .post-meta {
  text-align: center; }

.post-tp-4-header .image-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0 8px; }

.post-tp-4-header .move-to-content {
  display: block;
  text-align: center;
  font-size: 36px; }

.post-tp-4-header.wfi .move-to-content {
  color: #fff; }

.post-tp-4-header .move-to-content .fa {
  cursor: pointer; }

.post-template-4 .post-embed {
  margin-bottom: 20px; }

.post-tp-4-header.show-cat-badges.show-breadcrumb .term-badges.floated {
  top: 55px; }

.post-tp-4-header .single-post-excerpt {
  color: #fff;
  padding-bottom: 12px;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.post-tp-4-header .post-subtitle + .single-post-excerpt {
  margin-top: -5px; }

.post-tp-4-header .bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end {
  display: none; }

@media only screen and (max-width: 1080px) {
  .post-tp-4-header.wfi .post-header-inner {
    height: 500px; } }

@media only screen and (max-width: 680px) {
  .post-tp-4-header.wfi .post-header-inner {
    height: 430px; } }

/**
 * =>Single Post Template 5
 **/
.post-tp-5-header {
  position: relative;
  margin-bottom: 25px; }

.post-tp-5-header.wfi {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #565656; }

.post-tp-5-header.wfi:before {
  background: rgba(0, 0, 0, 0.25);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.post-tp-5-header.nfi .post-header-inner {
  padding-top: 30px;
  position: relative;
  opacity: 1 !important;
  margin-top: 5px; }

.post-tp-5-header.wfi .post-header-inner {
  padding: 20px 30px 30px;
  height: 580px;
  position: relative;
  overflow: hidden; }

.post-tp-5-header.wfi .post-header-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.39); }

.post-tp-5-header.nfi .post-header-title {
  opacity: 1 !important;
  position: relative; }

.post-tp-5-header .single-post-title {
  text-align: center;
  padding: 0 25px; }

.post-tp-5-header.nfi .single-post-title {
  margin: 12px 0; }

.post-tp-5-header.wfi .single-post-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.39);
  padding: 0 25px; }

.post-tp-5-header .single-post-title + .post-subtitle {
  margin: 0 0 15px; }

.post-tp-5-header.wfi .single-post-title + .post-subtitle {
  color: #fff;
  text-align: center; }

.post-tp-5-header .term-badges.floated {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center; }

.post-tp-5-header.nfi .term-badges.floated {
  top: 0; }

.post-tp-5-header.wfi .term-badges.floated .term-badge a,
.post-tp-5-header.wfi .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-5-header.wfi .post-meta .views,
.post-tp-5-header.wfi .post-meta,
.post-tp-5-header.wfi .post-meta b,
.post-tp-5-header.wfi .post-meta .post-author-a:hover,
.post-tp-5-header.wfi .post-meta a:hover,
.post-tp-5-header.wfi .post-meta a {
  color: #fff !important; }

.post-tp-5-header.wfi .post-meta.single-post-meta .time,
.post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a:hover,
.post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a {
  color: rgba(255, 255, 255, 0.55) !important; }

.post-tp-5-header.wfi .post-meta.single-post-meta > span + a:before,
.post-tp-5-header.wfi .post-meta.single-post-meta > span + span:before,
.post-tp-5-header.wfi .post-meta.single-post-meta > a + span:before {
  background: rgba(255, 255, 255, 0.43); }

.post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13); }

.post-tp-5-header .post-meta {
  text-align: center; }

.post-tp-5-header .image-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0 8px; }

.post-tp-5-header .move-to-content {
  display: block;
  text-align: center;
  font-size: 36px; }

.post-tp-5-header.wfi .move-to-content {
  color: #fff; }

.post-tp-5-header .move-to-content .fa {
  cursor: pointer; }

.post-template-5 .post-embed {
  margin-bottom: 20px; }

.post-tp-5-header .single-post-excerpt {
  padding-bottom: 12px;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.post-tp-5-header.wfi .single-post-excerpt {
  color: #fff; }

.post-tp-5-header .post-subtitle + .single-post-excerpt {
  margin-top: -5px; }

@media only screen and (max-width: 1080px) {
  .post-tp-5-header.wfi .post-header-inner {
    height: 450px; } }

@media only screen and (max-width: 780px) {
  .post-tp-5-header.wfi .post-header-inner {
    padding: 20px 20px; }
  .post-tp-5-header.wfi .post-header-title {
    bottom: 20px;
    left: 20px;
    right: 20px; } }

/**
 * =>Single Post Template 6
 **/
.post-tp-6-header {
  position: relative;
  margin-bottom: 25px; }

.post-tp-6-header.wfi {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #565656;
  height: 550px; }

.post-template-6 .post-header-inner {
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px; }

.post-template-6.wfi .post-header-inner {
  padding: 20px 20px 20px 0;
  background: #fff;
  margin-top: -150px; }

.layout-3-col.layout-3-col-6.post-template-6.wfi .post-header-inner,
.layout-3-col.layout-3-col-5.post-template-6.wfi .post-header-inner,
.layout-3-col.layout-3-col-4.post-template-6.wfi .post-header-inner,
.layout-3-col.layout-3-col-3.post-template-6.wfi .post-header-inner,
.layout-2-col.layout-left-sidebar.post-template-6.wfi .post-header-inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px; }

.post-template-6.post-template-6-no-term.wfi .post-header-inner {
  padding-top: 33px;
  padding-bottom: 30px; }

.post-template-6.post-template-6-no-meta.wfi .post-header-inner {
  padding-top: 25px;
  padding-bottom: 20px; }

.post-template-6.post-template-6-no-meta.post-template-6-no-term.wfi .post-header-inner {
  padding-top: 35px;
  padding-bottom: 20px;
  margin-top: -120px; }

.post-template-6 .single-post-title {
  margin: 0 0 15px; }

.post-template-6 .single-post-title + .post-subtitle {
  margin: -5px 0 15px; }

.post-template-6 .post-header-inner .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 11px; }

.post-tp-6-header.wfi .term-badges.floated .term-badge a,
.post-tp-6-header.wfi .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-6-header.wfi .post-meta .post-author,
.post-tp-6-header.wfi .post-meta,
.post-tp-6-header.wfi .post-meta a {
  color: #fff; }

.post-tp-6-header .post-meta {
  text-align: center; }

.post-tp-6-header .image-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0 8px; }

.post-tp-6-header.wfi .image-credit:hover {
  background: rgba(0, 0, 0, 0.35); }

.post-template-6 .post-embed {
  margin-bottom: 20px; }

.post-template-6 .post-header-inner .single-post-excerpt {
  margin-top: -8px;
  padding-bottom: 10px; }

.post-template-6 .post-header-inner .post-subtitle + .single-post-excerpt {
  padding: 0 0 10px;
  margin: -5px 0 0; }

.post-template-6 .post-header-inner .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

@media only screen and (max-width: 1080px) {
  .post-tp-6-header.wfi {
    height: 450px; } }

@media only screen and (max-width: 780px) {
  .post-tp-6-header.wfi {
    height: 350px; }
  .post-template-6.wfi .post-header-inner {
    margin-top: 0;
    padding-top: 0; }
  .post-tp-6-header.wfi .post-header-inner {
    padding: 20px 20px; }
  .post-tp-6-header.wfi .post-header-title {
    bottom: 20px;
    left: 20px;
    right: 20px; } }

/**
 * =>Single Post Template 7
 **/
.post-tp-7-header {
  position: relative;
  margin: 0; }

.post-tp-7-header.wfi {
  background-color: #565656;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.post-tp-7-header.wfi:before {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 380px; }

.post-tp-7-header.wfi .post-header-inner {
  padding: 30px 30px 0;
  height: 580px;
  position: relative; }

.post-tp-7-header.nfi .post-header-inner {
  margin: 5px 0 0;
  position: relative; }

.post-tp-7-header.wfi .post-header-title {
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  background: #fff;
  padding: 25px 25px 0; }

.post-tp-7-header .post-header-title .single-post-title {
  margin-top: 0; }

.post-tp-7-header .single-post-title + .post-subtitle {
  margin: -2px 0 13px; }

.post-tp-7-header .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 15px; }

.post-tp-7-header .image-credit {
  position: absolute;
  right: 0;
  top: -21px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap; }

.post-tp-7-header.wfi .image-credit {
  color: #fff; }

.post-tp-7-header.nfi .image-credit {
  display: none; }

.post-template-7 .post-embed {
  margin-bottom: 20px; }

.post-tp-7-header .bf-breadcrumb {
  margin-bottom: 10px; }

.post-tp-7-header .single-post-excerpt {
  padding-bottom: 10px; }

.post-tp-7-header .post-subtitle + .single-post-excerpt {
  padding: 0 0 10px;
  margin: -5px 0 0; }

.post-tp-7-header .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

@media only screen and (max-width: 1366px) {
  .post-tp-7-header.wfi .post-header-inner {
    height: 500px; } }

@media only screen and (max-width: 1080px) {
  .post-tp-7-header.wfi .post-header-inner {
    height: 400px; } }

@media only screen and (max-width: 980px) {
  .post-tp-7-header .post-header-title {
    left: 0;
    right: 0; } }

/**
 * =>Single Post Template 8
 **/
.post-tp-8-header {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #565656;
  height: 350px;
  float: left;
  width: 40%;
  margin: 0 30px 25px 0; }

.post-template-8 .post-header-inner {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }

.post-template-8 .single-post-title {
  margin: 0 0 13px; }

.post-template-8 .single-post-title + .post-subtitle {
  margin: -7px 0 15px; }

.post-template-8 .single-post-title:last-child {
  margin-bottom: 0; }

.post-template-8 .post-header-inner .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 15px; }

.post-tp-8-header .term-badges.floated .term-badge a,
.post-tp-8-header .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-8-header .post-meta .post-author,
.post-tp-8-header .post-meta,
.post-tp-8-header .post-meta a {
  color: #fff; }

.post-tp-8-header .post-meta {
  text-align: center; }

.post-tp-8-header .image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 8px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.24);
  font-size: 10px;
  color: white; }

.post-template-8 .single-post-excerpt {
  margin-top: -5px;
  padding-bottom: 10px; }

.post-template-8 .post-subtitle + .single-post-excerpt {
  padding: 0 0 10px;
  margin: -5px 0 0; }

.post-template-8 .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

@media only screen and (max-width: 780px) {
  .post-tp-8-header {
    width: 100%;
    margin-right: 0; }
  .post-template-8 .post-header-inner {
    margin-top: 0;
    padding-top: 0; }
  .post-tp-8-header .post-header-inner {
    padding: 20px 20px; }
  .post-tp-8-header .post-header-title {
    bottom: 20px;
    left: 20px;
    right: 20px; } }

/**
 * =>Single Post Template 9
 **/
.post-template-9 .post-header-inner {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

.post-template-9 .single-post-title {
  margin: 0 0 12px; }

.post-template-9 .single-post-title + .post-subtitle {
  margin: -7px 0 15px; }

.post-template-9 .single-post-title:last-child {
  margin-bottom: 0; }

.post-template-9 .post-header-inner .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 15px; }

.post-tp-9-header .term-badges.floated .term-badge a,
.post-tp-9-header .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-9-header .post-meta .post-author,
.post-tp-9-header .post-meta,
.post-tp-9-header .post-meta a {
  color: #fff; }

.post-template-9 .post-header-inner .single-post-excerpt {
  margin-top: -5px;
  padding-bottom: 10px; }

.post-template-9 .post-header-inner .post-subtitle + .single-post-excerpt {
  padding: 0 0 10px;
  margin: -5px 0 0; }

.post-template-9 .post-header-inner .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

/**
 * =>Single Post Template 10
 **/
.post-tp-10-header {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #565656;
  height: 350px;
  float: left;
  width: 40%;
  margin: 0 30px 25px 0; }

.post-template-10 .post-header-inner {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

.post-template-10 .single-featured:empty {
  display: none; }

.post-template-10 .single-post-title {
  margin: 0 0 13px; }

.post-template-10 .single-post-title + .post-subtitle {
  margin: -5px 0 13px; }

.post-template-10 .single-post-title:last-child {
  margin-bottom: 0; }

.post-template-10 .post-header-inner .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 15px; }

.post-tp-10-header .term-badges.floated .term-badge a,
.post-tp-10-header .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-10-header .post-meta .post-author,
.post-tp-10-header .post-meta,
.post-tp-10-header .post-meta a {
  color: #fff; }

.post-tp-10-header .post-meta {
  text-align: center; }

.post-template-10 .post-header-inner .single-post-excerpt {
  margin-top: -5px;
  padding-bottom: 10px; }

.post-template-10 .post-header-inner .single-post-excerpt:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.post-template-10 .post-header-inner .post-subtitle + .single-post-excerpt {
  padding: 0 0 10px;
  margin: -5px 0 0; }

.post-template-10 .post-header-inner .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

@media only screen and (max-width: 780px) {
  .post-tp-10-header {
    width: 100%;
    margin-right: 0; }
  .post-template-10 .post-header-inner {
    margin-top: 0;
    padding-top: 0; }
  .post-tp-10-header .post-header-inner {
    padding: 20px; }
  .post-tp-10-header .post-header-title {
    bottom: 20px;
    left: 20px;
    right: 20px; }
  .post-tp-10-header .image-credit {
    bottom: 5px; } }

/**
 * =>Single Post Template 11
 **/
.post-tp-11-header {
  position: relative;
  margin-bottom: 15px; }

.post-tp-11-header.wfi {
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #565656; }

.post-tp-11-header.wfi:before {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.55)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 380px; }

.post-tp-11-header.wfi .post-header-inner {
  height: 470px;
  position: relative;
  overflow: hidden; }

.post-tp-11-header.wfi .post-header-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px; }

.post-tp-11-header .single-post-title {
  margin: 0 0 10px; }

.post-tp-11-header.wfi .single-post-title {
  color: #fff; }

.post-tp-11-header .single-post-title + .post-subtitle {
  margin: 0 0 13px; }

.post-tp-11-header.wfi .single-post-title + .post-subtitle {
  color: #fff; }

.post-tp-11-header .single-post-title:last-child {
  margin-bottom: 0; }

.post-tp-11-header .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 15px; }

.post-tp-11-header.wfi .post-meta .views,
.post-tp-11-header.wfi .post-meta,
.post-tp-11-header.wfi .post-meta b,
.post-tp-11-header.wfi .post-meta .post-author-a:hover,
.post-tp-11-header.wfi .post-meta a:hover,
.post-tp-11-header.wfi .post-meta a {
  color: #fff !important; }

.post-tp-11-header.wfi .post-meta.single-post-meta .time,
.post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a:hover,
.post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a {
  color: rgba(255, 255, 255, 0.55) !important; }

.post-tp-11-header.wfi .post-meta.single-post-meta > span + a:before,
.post-tp-11-header.wfi .post-meta.single-post-meta > span + span:before,
.post-tp-11-header.wfi .post-meta.single-post-meta > a + span:before {
  background: rgba(255, 255, 255, 0.43); }

.post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13); }

.post-tp-11-header .image-credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 9px;
  overflow: hidden;
  white-space: nowrap; }

.post-tp-11-header.wfi .image-credit {
  color: rgba(255, 255, 255, 0.7); }

.post-tp-11-header.wfi .image-credit:hover {
  color: #fff; }

.post-template-11 .post-embed {
  margin-bottom: 20px; }

.post-template-11 .bf-breadcrumb {
  margin: -7px 0 9px; }

.post-tp-11-header .single-post-excerpt {
  color: #fff;
  padding-bottom: 12px; }

.post-tp-11-header .single-post-excerpt:last-child {
  padding-bottom: 0 !important; }

.post-tp-11-header .post-subtitle + .single-post-excerpt {
  margin-top: -5px; }

@media only screen and (max-width: 1080px) {
  .post-tp-11-header.wfi .post-header-inner {
    height: 450px; } }

@media only screen and (max-width: 780px) {
  .post-tp-11-header.wfi .post-header-inner {
    height: 380px; }
  .post-tp-11-header.wfi .post-header-inner {
    padding: 20px 20px; }
  .post-tp-11-header.wfi .post-header-title {
    bottom: 20px;
    left: 20px;
    right: 20px; }
  .post-tp-11-header .image-credit {
    bottom: 5px; } }

/**
 * =>Single Post Template 12
 **/
.post-tp-12-header {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #3c3c3c;
  margin: 0 0 25px; }

.post-tp-12-header .single-featured {
  margin: 20px auto 0;
  max-width: 900px;
  text-align: center; }

.post-tp-12-header .single-featured > * {
  margin-left: auto;
  margin-right: auto; }

.post-tp-12-header .post-header-inner {
  padding: 40px 25px 60px;
  position: relative; }

.post-tp-12-header .single-post-title {
  color: #fff;
  text-align: center;
  margin: 0 0 10px; }

.post-tp-12-header .single-post-title + .post-subtitle {
  margin: 0 0 13px;
  color: #c7c7c7;
  text-align: center; }

.post-tp-12-header .single-post-title:last-child {
  margin-bottom: 30px; }

.post-tp-12-header .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  margin-bottom: 20px; }

.post-tp-12-header .term-badges.floated .term-badge a,
.post-tp-12-header .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-12-header .post-meta .views,
.post-tp-12-header .post-meta,
.post-tp-12-header .post-meta b,
.post-tp-12-header .post-meta .post-author-a:hover,
.post-tp-12-header .post-meta a:hover,
.post-tp-12-header .post-meta a {
  color: #fff !important; }

.post-tp-12-header .post-meta.single-post-meta .time,
.post-tp-12-header .post-meta.single-post-meta .post-author-a:hover,
.post-tp-12-header .post-meta.single-post-meta .post-author-a {
  color: rgba(255, 255, 255, 0.55) !important; }

.post-tp-12-header .post-meta.single-post-meta > span + a:before,
.post-tp-12-header .post-meta.single-post-meta > span + span:before,
.post-tp-12-header .post-meta.single-post-meta > a + span:before {
  background: rgba(255, 255, 255, 0.43); }

.post-tp-12-header .single-post-share {
  margin: 25px 0 -20px !important;
  text-align: center; }

.post-tp-12-header .single-post-share li {
  margin: 0 3px; }

.post-tp-12-header .single-post-share .share-handler-wrap {
  max-width: 260px;
  margin-left: auto !important;
  margin-right: auto !important; }

.post-tp-12-header .single-post-share .post-share-btn {
  background: #3c3c3c;
  border: 1px solid #5d5d5d;
  color: #e8e8e8; }

.post-tp-12-header .single-post-share .social-item.email a {
  background-color: #6b6b6b; }

.post-tp-12-header .post-share .share-handler:after,
.post-tp-12-header .post-share .share-handler:before {
  border-left-color: #5d5d5d; }

.post-tp-12-header .post-share .share-handler:after {
  border-left-color: #3c3c3c; }

.post-tp-12-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13); }

.post-tp-12-header .post-meta {
  text-align: center; }

.post-tp-12-header .image-credit {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  text-align: center; }

.post-tp-12-header .image-credit:hover {
  color: #fff; }

.post-tp-12-header .bf-breadcrumb {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  opacity: 0.6; }

.post-tp-12-header .bf-breadcrumb .bf-breadcrumb-item {
  font-size: 11px; }

.post-tp-12-header .single-post-excerpt {
  color: #fff;
  text-align: center; }

@media only screen and (max-width: 780px) {
  .post-tp-12-header .post-header-inner {
    padding-left: 0;
    padding-right: 0; } }

/**
 * =>Single Post Template 13
 **/
.post-template-13 .single-container {
  padding-right: 40px;
  padding-left: 40px; }

.post-tp-13-header {
  padding: 0; }

.post-tp-13-header .post-meta-wrap {
  margin: 15px 0;
  padding: 0;
  text-align: center; }

.post-tp-13-header .post-meta-wrap .post-meta {
  padding: 0; }

.post-tp-13-header .single-featured {
  margin: 0 -40px 20px; }

.post-tp-13-header .term-badges {
  position: relative;
  text-align: center;
  top: auto;
  left: auto;
  right: auto;
  margin-bottom: 15px; }

.post-tp-13-header .single-post-title {
  margin: 0 0 15px;
  text-align: center; }

.post-tp-13-header .single-post-title + .post-subtitle {
  margin: -1px 0 15px;
  text-align: center; }

.post-tp-13-header .single-post-title:first-child {
  margin-top: 15px; }

.post-tp-13-header .single-post-title + .post-share,
.post-tp-13-header .single-post-title + .single-featured {
  margin-top: 25px; }

.post-tp-13-header .single-post-share {
  margin: 15px 0 10px;
  text-align: center; }

.post-tp-13-header .single-post-share .share-handler-wrap {
  display: inline-block; }

body.single .post-template-13 .content-column > .bs-newsletter-pack,
.post-template-13 .comments-template {
  margin-right: 40px;
  margin-left: 40px; }

.post-template-13 .ajax-post-content .comments-template.comments-template {
  margin-right: 0;
  margin-left: 0; }

.post-template-13 .post-related {
  margin-right: 40px;
  margin-left: 40px; }

.post-template-13 .post-embed {
  margin-bottom: 20px; }

.post-tp-13-header .bf-breadcrumb {
  margin: -5px 0 12px; }

.post-tp-13-header .single-post-excerpt {
  text-align: center;
  padding: 0 0 20px; }

.post-tp-13-header .post-subtitle + .single-post-excerpt {
  margin-top: -5px; }

.post-tp-13-header .single-post-excerpt + .post-meta-wrap {
  margin-top: -7px; }

@media only screen and (max-width: 780px) {
  .post-template-13 .single-container {
    padding-right: 0;
    padding-left: 0; }
  .post-tp-13-header .single-featured {
    margin: 0 0 20px; }
  .post-template-13 .post-related,
  .post-template-13 .comments-template {
    margin-right: 0;
    margin-left: 0; } }

/**
 * =>Single Post Template 14
 **/
.post-tp-14-header {
  position: relative;
  margin-bottom: 25px; }

.post-template-14 .post-header-inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 25px; }

.post-template-14 .single-post-title {
  margin: 0 0 15px; }

.post-template-14 .single-post-title + .post-subtitle {
  margin: -5px 0 15px; }

.post-template-14 .post-header-inner .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 11px; }

.post-tp-14-header .image-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0 8px; }

.post-tp-14-header.wfi .image-credit:hover {
  background: rgba(0, 0, 0, 0.35); }

.post-template-14 .post-embed {
  margin-bottom: 20px; }

.post-template-14 .post-header-inner .single-post-excerpt {
  margin-top: -8px;
  padding-bottom: 10px; }

.post-template-14 .post-header-inner .post-subtitle + .single-post-excerpt {
  padding: 0 0 10px;
  margin: -5px 0 0; }

.post-template-14 .post-header-inner .single-post-excerpt + .post-meta-wrap {
  margin-top: 2px; }

/**
 * =>Single Post Template 15
 **/
.post-tp-15-header {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #3c3c3c;
  margin: 0 0 25px; }

.post-tp-15-header .single-post-share {
  margin: 25px 0 -20px !important;
  text-align: center; }

.post-tp-15-header .single-post-share li {
  margin: 0 3px;
  float: none;
  display: inline-block; }

.post-tp-15-header .single-featured {
  margin: 20px auto 0;
  max-width: 900px;
  text-align: center; }

.post-tp-15-header .single-featured > * {
  margin-left: auto;
  margin-right: auto; }

.post-tp-15-header .post-header-inner {
  padding: 40px 25px 50px;
  position: relative; }

.post-tp-15-header .single-post-title {
  color: #fff;
  text-align: center;
  margin: 0 0 10px; }

.post-tp-15-header .single-post-title + .post-subtitle {
  margin: 0 0 13px;
  color: #c7c7c7;
  text-align: center; }

.post-tp-15-header .single-post-title:last-child {
  margin-bottom: 30px; }

.post-tp-15-header .term-badges.floated {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  margin-bottom: 20px; }

.post-tp-15-header .term-badges.floated .term-badge a,
.post-tp-15-header .term-badges.floated a {
  background: #fff !important;
  color: #444 !important; }

.post-tp-15-header .post-meta .views,
.post-tp-15-header .post-meta,
.post-tp-15-header .post-meta b,
.post-tp-15-header .post-meta .post-author-a:hover,
.post-tp-15-header .post-meta a:hover,
.post-tp-15-header .post-meta a {
  color: #fff !important; }

.post-tp-15-header .post-meta.single-post-meta .time,
.post-tp-15-header .post-meta.single-post-meta .post-author-a:hover,
.post-tp-15-header .post-meta.single-post-meta .post-author-a {
  color: rgba(255, 255, 255, 0.55) !important; }

.post-tp-15-header .post-meta.single-post-meta > span + a:before,
.post-tp-15-header .post-meta.single-post-meta > span + span:before,
.post-tp-15-header .post-meta.single-post-meta > a + span:before {
  background: rgba(255, 255, 255, 0.43); }

.post-tp-15-header .single-post-share .share-handler-wrap {
  display: inline-block; }

.post-tp-15-header .single-post-share .post-share-btn {
  background: #3c3c3c;
  border: 1px solid #5d5d5d;
  color: #e8e8e8; }

.post-tp-15-header .single-post-share .social-item.email a {
  background-color: #6b6b6b; }

.post-tp-15-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13); }

.post-tp-15-header .post-meta {
  text-align: center; }

.post-tp-15-header .image-credit {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  text-align: center; }

.post-tp-15-header .image-credit:hover {
  color: #fff; }

.post-tp-15-header .bf-breadcrumb {
  margin: -15px 0 15px; }

.post-tp-15-header .single-post-excerpt {
  color: #fff;
  text-align: center; }

.post-tp-15-header .post-share .share-handler:after,
.post-tp-15-header .post-share .share-handler:before {
  border-left-color: #5d5d5d; }

.post-tp-15-header .post-share .share-handler:after {
  border-left-color: #3c3c3c; }

/**
 * =>Footer
 **/
.site-footer {
  background-color: #434343; }

.site-footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px; }

.footer-instagram.boxed,
.site-footer.boxed {
  margin-left: auto;
  margin-right: auto; }

.footer-instagram.full-width.stretched .content-wrap,
.site-footer.full-width.stretched .content-wrap,
.site-footer.full-width.stretched .container {
  max-width: 100% !important; }

/**
 * ->Footer Widgets
 **/
.footer-widgets {
  padding: 45px 0 35px; }

.footer-widgets .widget .btn-bs-pagination:hover {
  color: #fff !important; }

/* Footer Light Text */
.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a {
  background-color: rgba(0, 0, 0, 0.08); }

.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a,
.footer-widgets.light-text .widget.widget_archive .post-count,
.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item .term-count,
.footer-widgets.light-text .widget.widget_categories .post-count,
.footer-widgets.light-text .widget.widget_calendar table tfoot td,
.footer-widgets.light-text .widget.widget_calendar table th,
.footer-widgets.light-text .widget.widget_calendar table td.active-day,
.footer-widgets.light-text .widget.widget_calendar table caption {
  background: rgba(255, 255, 255, 0.26);
  color: #ffffff; }

.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a,
.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a,
.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a,
.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item,
.footer-widgets.light-text .widget.widget_pages ul li,
.footer-widgets.light-text .widget.widget_categories ul.children,
.footer-widgets.light-text .widget.widget_categories ul.children,
.footer-widgets.light-text .widget.widget_categories ul li {
  border-color: rgba(255, 255, 255, 0.04); }

.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
  border-color: rgba(255, 255, 255, 0.06) !important; }

.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a:hover {
  color: rgba(255, 255, 255, 0.71) !important; }

.footer-widgets.light-text .widget.widget_calendar table td:hover,
.footer-widgets.light-text .widget.widget_calendar table td,
.footer-widgets.light-text .widget {
  color: rgba(255, 255, 255, 0.71); }

.footer-widgets.light-text .widget.widget_categories .post-count,
.footer-widgets.light-text .post-meta .post-author,
.footer-widgets.light-text .widget a {
  color: white; }

.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a {
  -webkit-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
  -moz-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
  box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
  color: white; }

.footer-widgets.light-text .widget .better-social-counter.style-clean .item-count,
.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
  color: white !important; }

.footer-widgets.light-text .better-control-nav li a,
.footer-widgets.light-text .widget.widget_bs-subscribe-newsletter {
  background: rgba(0, 0, 0, 0.15); }

/* Footer Dark Text */
.footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a {
  background-color: rgba(0, 0, 0, 0.08); }

.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item .term-count,
.footer-widgets.dark-text .widget.widget_categories .post-count,
.footer-widgets.dark-text .widget.widget_calendar table tfoot td,
.footer-widgets.dark-text .widget.widget_calendar table th,
.footer-widgets.dark-text .widget.widget_calendar table td.active-day,
.footer-widgets.dark-text .widget.widget_calendar table caption {
  background: rgba(0, 0, 0, 0.15); }

.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item,
.footer-widgets.dark-text .widget.widget_pages ul li,
.footer-widgets.dark-text .widget.widget_categories ul.children,
.footer-widgets.dark-text .widget.widget_categories ul.children,
.footer-widgets.dark-text .widget.widget_categories ul li {
  border-color: rgba(0, 0, 0, 0.11); }

.footer-widgets.dark-text .widget.widget_calendar table td:hover,
.footer-widgets.dark-text .widget.widget_calendar table td,
.footer-widgets.dark-text .widget {
  color: rgba(0, 0, 0, 0.69); }

.footer-widgets.dark-text .post-meta .post-author {
  color: rgba(0, 0, 0, 0.6); }

.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
  color: rgba(0, 0, 0, 0.41); }

.footer-widgets.dark-text .widget.widget_categories .post-count,
.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
  color: white !important; }

.footer-widgets.dark-text .better-control-nav li a,
.footer-widgets.dark-text .widget.widget_bs-subscribe-newsletter {
  background: rgba(0, 0, 0, 0.15); }

.footer-widgets.dark-text .listing-item-text-1 .item-inner {
  border-bottom-color: rgba(0, 0, 0, 0.15); }

/**
 * ->Footer Social Icons
 **/
.site-footer .footer-social-icons {
  padding: 20px 0;
  background: #292929; }

.site-footer .footer-social-icons .social-item {
  margin-bottom: 0; }

.footer-social-icons .better-social-counter.style-big-button .social-list {
  text-align: center;
  font-size: 0; }

.footer-social-icons .better-social-counter.style-big-button .social-item {
  display: inline-block;
  float: none !important;
  text-align: left; }

/**
 * ->Footer Copyright
 **/
.site-footer .copy-footer {
  padding: 22px 0 22px;
  background: #353535; }

.site-footer .copy-footer .container {
  font-size: 12px; }

.site-footer .copy-2,
.site-footer .copy-1 {
  color: #B6B6B6;
  color: rgba(255, 255, 255, 0.57); }

.site-footer .copy-2 {
  text-align: right; }

.site-footer .copy-2 a,
.site-footer .copy-1 a {
  color: #F3F3F3; }

@media only screen and (max-width: 780px) {
  .site-footer .copy-1,
  .site-footer .copy-2 {
    text-align: center !important; }
  .site-footer .copy-1 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .site-footer ul.menu.footer-menu {
    text-align: center; }
  .site-footer ul.menu.footer-menu > li {
    float: none;
    margin: 0 7px;
    display: inline-block; } }

.copy-footer .content-wrap {
  overflow-x: hidden; }

/**
 * ->Footer Menu
 **/
.footer-menu-container {
  border-bottom: 2px solid #646464;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative; }

ul.menu.footer-menu > li {
  margin-right: 20px; }

ul.menu.footer-menu li > a {
  color: inherit;
  text-transform: inherit; }

ul.menu.footer-menu > li.menu-item-has-children > a:after {
  display: none; }

.site-footer .copy-footer .footer-menu-wrapper .footer-menu-container:before {
  content: '';
  position: absolute;
  width: 200vw;
  height: 100%;
  right: -100vw;
  padding-left: 200px;
  box-sizing: unset;
  top: 0; }

.site-footer.full-width .copy-footer {
  max-width: 100%;
  overflow: hidden; }

.site-footer.full-width .copy-footer .content-wrap {
  overflow-x: visible; }

.site-footer.full-width.stretched .copy-footer .content-wrap {
  overflow-x: hidden;
  overflow-y: hidden; }

.main-wrap .site-footer.full-width .copy-footer .content-wrap {
  overflow-x: hidden;
  overflow-y: hidden; }

/**
 * ->Footer Instagram
 **/
.footer-instagram .footer-instagram-label {
  margin: 25px 0;
  text-align: center;
  font-size: 18px; }

.footer-instagram .bs-instagram-photo img {
  max-width: 100%; }

/**
 * >>Footer Instagram 1
 **/
.footer-instagram-1 {
  padding: 0 2px 2px; }

.footer-instagram-1 .bs-instagram-col {
  float: left;
  width: 16.666666667%;
  overflow: hidden; }

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(1) {
  max-width: 100%; }

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(2),
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(3) {
  max-width: 50%;
  float: left; }

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(3) {
  max-width: 100%;
  clear: left; }

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(1),
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(2) {
  max-width: 50%;
  float: left; }

.footer-instagram-1 .bs-instagram-col .bs-instagram-photo {
  border: 1px solid transparent; }

@media only screen and (max-width: 1280px) {
  .footer-instagram-1 .bs-instagram-col {
    width: 20%; }
  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-6 {
    display: none; } }

@media only screen and (max-width: 980px) {
  .footer-instagram-1 .bs-instagram-col {
    width: 25%; }
  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-5 {
    display: none; } }

@media only screen and (max-width: 780px) {
  .footer-instagram-1 .bs-instagram-col {
    width: 33.33333%; }
  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-4 {
    display: none; } }

@media only screen and (max-width: 480px) {
  .footer-instagram-1 .bs-instagram-col {
    width: 50%; }
  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-3 {
    display: none; } }

/**
 * >>Footer Instagram 2
 **/
.footer-instagram-2 {
  margin: 0; }

.footer-instagram-2 .bs-instagram-photo {
  width: 12.5%;
  float: left; }

@media only screen and (max-width: 1280px) {
  .footer-instagram-2 .bs-instagram-photo {
    width: 14.285714286%; }
  .footer-instagram-2 .bs-instagram-photo-7 {
    display: none; } }

@media only screen and (max-width: 1100px) {
  .footer-instagram-2 .bs-instagram-photo {
    width: 16.666666667%; }
  .footer-instagram-2 .bs-instagram-photo-6 {
    display: none; } }

@media only screen and (max-width: 980px) {
  .footer-instagram-2 .bs-instagram-photo {
    width: 20%; }
  .footer-instagram-2 .bs-instagram-photo-5 {
    display: none; } }

@media only screen and (max-width: 780px) {
  .footer-instagram-2 .bs-instagram-photo {
    width: 25%; }
  .footer-instagram-2 .bs-instagram-photo-4 {
    display: none; } }

@media only screen and (max-width: 500px) {
  .footer-instagram-2 .bs-instagram-photo {
    width: 33.333%; }
  .footer-instagram-2 .bs-instagram-photo-3 {
    display: none; } }

/**
 * >>Footer Instagram 3
 **/
.footer-instagram-3 {
  margin: 0 0 30px; }

.footer-instagram-3 .bs-instagram-photo {
  width: 200px;
  margin: 0 20px;
  float: left; }

.footer-instagram-3 .simply-scroll-container {
  position: relative; }

.footer-instagram-3 .simply-scroll-clip {
  position: relative;
  overflow: hidden; }

.footer-instagram-3 .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-instagram-3 .simply-scroll-list li {
  padding: 0;
  margin: 0 15px;
  list-style: none; }

.footer-instagram-3 .custom .simply-scroll-clip {
  width: 100%;
  height: 210px; }

@media (min-width: 768px) {
  .active-sticky-sidebar .row > .bs-vc-wrapper,
  .active-sticky-sidebar .row.main-section {
    display: flex; } }

:root {
  --publisher-spacing: 20;
  --publisher-spacing-half: calc(var(--publisher-spacing) / 2);
  --publisher-spacing-80-percent: calc(var(--publisher-spacing) * 0.83);
  --publisher-spacing-60-percent: calc(var(--publisher-spacing) * 0.66); }

.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,
.vc_row .vc_column_container > .vc_column-inner,
.container,
.vc_column_container.vc_column_container,
.vc_row.vc_column-gap-35,
.vc_row.vc_column-gap-30,
.vc_row.vc_column-gap-25,
.vc_row.vc_column-gap-20,
.vc_row.vc_column-gap-15,
.vc_row.vc_column-gap-10,
.vc_row.vc_column-gap-5,
.vc_row.vc_column-gap-4,
.vc_row.vc_column-gap-3,
.vc_row.vc_column-gap-2,
.vc_row.vc_column-gap-1 {
  padding-left: calc(var(--publisher-spacing-half) * 1px);
  padding-right: calc(var(--publisher-spacing-half) * 1px); }

.vc_row.wpb_row,
.row,
.bs-vc-content .vc_row.vc_row-no-padding[data-vc-stretch-content="true"] {
  margin-left: calc(var(--publisher-spacing-half) * -1px);
  margin-right: calc(var(--publisher-spacing-half) * -1px); }

.vc_row.vc_inner {
  margin-left: calc(var(--publisher-spacing-half) * -1px) !important;
  margin-right: calc(var(--publisher-spacing-half) * -1px) !important; }

.sidebar > *,
.bs-vc-wrapper > *:not(.bs-vc-column) {
  margin-bottom: calc(var(--publisher-spacing) * 1px); }

.widget,
.entry-content .better-studio-shortcode,
.better-studio-shortcode,
.bs-shortcode,
.bs-listing,
.bsac,
.content-column > div:last-child,
.slider-style-18-container,
.slider-style-16-container,
.slider-style-8-container,
.slider-style-2-container,
.slider-style-4-container,
.bsp-wrapper,
.single-container,
.content-column > div:last-child,
.vc_row .vc_column-inner .wpb_content_element,
.wc-account-content-wrap,
.order-customer-detail,
.order-detail-wrap,
.slider-style-23-container {
  margin-bottom: calc(var(--publisher-spacing) * 1px); }

.archive-title {
  margin-bottom: calc(var(--publisher-spacing-60-percent) * 1px); }

.layout-1-col,
.layout-2-col,
.layout-3-col {
  margin-top: calc(var(--publisher-spacing-80-percent) * 1px); }

.layout-1-col.layout-bc-before,
.layout-2-col.layout-bc-before,
.layout-3-col.layout-bc-before {
  margin-top: calc(var(--publisher-spacing-half) * 1px); }

.bs-vc-content > .vc_row.vc_row-fluid.vc_row-has-fill:first-child,
.bs-listing.bs-listing-products .bs-slider-controls,
.bs-listing.bs-listing-products .bs-pagination {
  margin-top: calc(var(--publisher-spacing-80-percent) * -1px) !important; }

.vc_col-has-fill > .bs-vc-wrapper,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .bs-vc-wrapper > .bs-vc-column > .bs-vc-wrapper,
.vc_row-has-fill + .vc_row > .bs-vc-wrapper > .bs-vc-column > .bs-vc-wrapper,
.vc_row-has-fill + .vc_row > .wpb_column > .bs-vc-wrapper,
.vc_row-has-fill > .bs-vc-wrapper > .vc_column_container > .bs-vc-wrapper,
.vc_row-has-fill > .wpb_column > .bs-vc-wrapper {
  padding-top: calc(var(--publisher-spacing-80-percent) * 1px) !important; }

.vc_row-has-fill .wpb_wrapper > .bsp-wrapper:last-child,
.vc_col-has-fill .wpb_wrapper > .bsp-wrapper:last-child,
.vc_row-has-fill .wpb_wrapper > .bs-listing:last-child,
.vc_col-has-fill .wpb_wrapper > .bs-listing:last-child,
.main-section,
#bbpress-forums #bbp-search-form,
.vc_row-has-fill .wpb_wrapper > *:last-child,
.vc_col-has-fill .wpb_wrapper > *:last-child {
  margin-bottom: calc(var(--publisher-spacing-half) * 1px); }

.bs-listing-modern-grid-listing-3.bs-listing {
  margin-bottom: calc(var(--publisher-spacing-half) * 1px) !important; }

.vc_row-has-fill .wpb_wrapper > .bs-listing-modern-grid-listing-3.bs-listing:last-child {
  margin-bottom: calc(var(--publisher-spacing-60-percent) * 1px) !important; }

.single-container > .post-author,
.post-related,
.post-related + .comments-template,
.post-related + .single-container,
.post-related + .ajax-post-content,
.comments-template,
.comment-respond.comments-template,
.bsac.bsac-post-before-author,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .related.products,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-checkout-review-order-wrap,
.woocommerce + .woocommerce,
.woocommerce + .bs-shortcode,
.up-sells.products,
.single-container > .bs-newsletter-pack,
body.single .content-column > .bs-newsletter-pack {
  margin-top: calc(var(--publisher-spacing) * 1px); }

.better-gcs-wrapper {
  margin-top: calc(var(--publisher-spacing) * -1px); }

.slider-style-21-container,
.slider-style-20-container,
.slider-style-19-container,
.slider-style-17-container,
.slider-style-15-container,
.slider-style-13-container,
.slider-style-11-container,
.slider-style-9-container,
.slider-style-7-container,
.slider-style-4-container.slider-container-1col,
.slider-style-3-container,
.slider-style-5-container,
.slider-style-2-container.slider-container-1col,
.slider-style-1-container,
.slider-container + .bs-sks,
.slider-style-22-container {
  padding-top: calc(var(--publisher-spacing-80-percent) * 1px);
  padding-bottom: calc(var(--publisher-spacing) * 1px);
  margin-bottom: calc(var(--publisher-spacing-80-percent) * -1px); }

.slider-style-21-container.slider-bc-before,
.slider-style-20-container.slider-bc-before,
.slider-style-19-container.slider-bc-before,
.slider-style-17-container.slider-bc-before,
.slider-style-15-container.slider-bc-before,
.slider-style-13-container.slider-bc-before,
.slider-style-11-container.slider-bc-before,
.slider-style-9-container.slider-bc-before,
.slider-style-7-container.slider-bc-before,
.slider-style-3-container.slider-bc-before,
.slider-style-5-container.slider-bc-before,
.slider-style-1-container.slider-bc-before,
.slider-container.slider-bc-before + .bs-sks,
.slider-style-22-container.slider-bc-before,
.slider-style-23-container.slider-bc-before {
  padding-top: calc(var(--publisher-spacing-half) * 1px);
  padding-bottom: calc(var(--publisher-spacing-half) * 1px);
  margin-bottom: calc(var(--publisher-spacing-half) * 1px); }

.section-heading {
  margin-bottom: calc(var(--publisher-spacing-60-percent) * 1px); }

@media only screen and (max-width: 678px) {
  .footer-widgets > .content-wrap > .container > .row > * {
    margin-bottom: calc(var(--publisher-spacing-80-percent) * 1px); } }

.bs-injection.bs-injection-before_footer
.bs-injection.bs-injection-after_footer {
  margin-top: calc(var(--publisher-spacing-80-percent) * 1px); }

.bs-injection.bs-injection-before_header
.bs-injection.bs-injection-after_header {
  padding-top: calc(var(--publisher-spacing-80-percent) * 1px); }

.single-container > .bs-push-noti.post-bottom,
.single-container > .bs-push-noti.post-bottom + .post-author {
  margin-top: calc(var(--publisher-spacing) * 1px); }

.bs-push-noti.post-top {
  margin-bottom: calc(var(--publisher-spacing) * 1px) !important; }
.bsp-wrapper{margin-bottom:30px}.bsp-videos-items::-webkit-scrollbar{width:6px}.bsp-videos-items::-webkit-scrollbar-track{background-color:rgba(0,0,0,.4)}.bsp-videos-items::-webkit-scrollbar-thumb{background-color:#727272;background-color:rgba(255,255,255,.4);border-radius:8px}.bsp-style-1.bsp-wrapper{color:#fff;font-family:'Open Sans';font-weight:600}.bsp-style-1.bsp-wrapper .bsp-item{color:#fff;text-decoration:none}.bsp-style-1.bsp-wrapper:after{content:' ';display:table;clear:both}.bsp-style-1 .bsp-player-wrapper,.bsp-style-1 .bsp-videos{float:left;height:435px;overflow:hidden;position:relative}.bsp-style-1 .bsp-small{font-size:10px;font-family:sans-serif;font-style:normal;font-weight:400;line-height:10px}.bsp-style-1 .bsp-player-wrapper{width:68%}.bsp-style-1 .bsp-player{height:435px;background:#000}.bsp-style-1 .bsp-videos{width:32%;font-style:normal;font-weight:700;font-size:16px;line-height:1.61;background:#26272E}.bsp-style-1 .bsp-playlist-info{color:#fff;padding:24px 22px 24px 53px;position:absolute;top:0;left:0;width:100%;height:88px;line-height:0}.bsp-style-1 .bsp-playlist-info:after{content:'';height:8px;position:absolute;bottom:-8px;left:0;right:0;z-index:1;background:-moz-linear-gradient(top,rgba(27,27,27,0) 0,rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(top,rgba(27,27,27,0) 0,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom,rgba(27,27,27,0) 0,rgba(0,0,0,0) 100%)}.bsp-style-1 .bsp-playlist-info .bsp-video-name{height:23px;overflow:hidden;line-height:20px;font-size:16px;color:#fff}.bsp-style-1 .bsp-playlist-info .bsp-video-name .fa{font-size:28px;position:absolute;left:14px;top:50%;width:28px;height:28px;margin-top:-14px;color:#fff;z-index:0}.bsp-style-1 .bsp-video-by,.bsp-style-1 .bsp-video-position{display:inline-block;margin-right:8px;margin-top:7px;color:rgba(255,255,255,.51)}.bsp-style-1 .bsp-videos-items{overflow-x:hidden;overflow-y:auto;padding:5px 0;position:absolute;top:90px;left:0;right:10px;bottom:0}.bsp-style-1 .bsp-videos-items ol,.bsp-style-1 .bsp-videos-items ul{list-style-type:none;margin:0;padding:0}.bsp-style-1 .bsp-item .bsp-video-thumbnail{float:left;display:inline-block;width:72px;height:50px;overflow:hidden;margin-right:13px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.58)}.bsp-style-1 .bsp-video-thumbnail img{max-height:54px;max-width:76px;display:inline-block;position:absolute;top:50%;margin-top:-27px}.bsp-style-1 .bsp-videos-items li{padding:13px 16px 16px 44px;position:relative;line-height:0;height:78px;margin-bottom:0}.bsp-style-1 .bsp-videos-items .bsp-current-item,.bsp-style-1 .bsp-videos-items .bsp-videos-item:hover{background:rgba(255,255,255,.03)}.bsp-style-1 .bsp-videos-items li li{display:none}.bsp-style-1 .bsp-videos-items li a{display:block}.bsp-style-1 .bsp-video-index{position:absolute;top:50%;left:11px;font-family:sans-serif;font-style:normal;font-weight:600;color:rgba(255,255,255,.34);font-size:10px;line-height:14px;margin-top:-7px;width:20px;text-align:center}.bsp-style-1 .bsp-videos-items .bsp-video-name{display:block;font-style:normal;font-weight:400;font-size:12px;line-height:16px;padding-top:3px;margin-bottom:4px;max-height:33px;overflow:hidden;color:#fff}.bsp-style-1 .bsp-videos-items .bsp-small{color:rgba(255,255,255,.34)}.bsp-style-1 .bsp-video-icon{opacity:0;transition:opacity .3s ease;content:' ';display:block}.bsp-style-1 li.bsp-current-item .bsp-video-index{text-indent:-9999px}.bsp-style-1 li.bsp-current-item .bsp-video-index::before{border:2px solid #fff;position:absolute;top:50%;margin-top:-12px;left:0;opacity:1;content:'';display:block;width:22px;height:22px;border-radius:50%}.bsp-style-1 li.bsp-current-item .bsp-video-index::after{border:5px solid transparent;border-left-color:#fff;position:absolute;top:50%;margin-top:-6px;left:9px;opacity:1;content:'';display:block;width:10px;height:10px}.bsp-style-1.playlist-title-hide .bsp-videos-items{top:0;padding-top:0}.bsp-wrapper.bsp-style-1.layout-1-column .bsp-player-wrapper,.bsp-wrapper.bsp-style-1.layout-1-column .bsp-videos{width:100%;float:none}.bsp-wrapper.bsp-style-1.layout-1-column .bsp-player-wrapper,.bsp-wrapper.bsp-style-1.layout-1-column .bsp-player-wrapper .bsp-player{height:250px}.bsp-wrapper.bsp-style-1.layout-1-column.long .bsp-player-wrapper,.bsp-wrapper.bsp-style-1.layout-1-column.long .bsp-player-wrapper .bsp-player{height:400px}.bsp-wrapper.bsp-style-1.layout-1-column .bsp-videos{height:378px}@media only screen and (max-width:680px){.bsp-wrapper.bsp-style-1 .bsp-player-wrapper,.bsp-wrapper.bsp-style-1 .bsp-videos{width:100%!important;float:none!important}.bsp-wrapper.bsp-style-1 .bsp-player-wrapper,.bsp-wrapper.bsp-style-1 .bsp-player-wrapper .bsp-player{height:250px!important}.bsp-wrapper.bsp-style-1 .bsp-videos{height:378px!important}}.bsp-style-2 .bsp-player-wrapper,.bsp-style-2 .bsp-playlist-info,.bsp-style-2 .bsp-videos{background:#1d1d1d;text-align:center}.bsp-style-2 .bsp-player{height:560px}.bsp-style-2 .bsp-playlist-info{color:#fff;padding:30px 15px;width:100%}.bsp-style-2 .bsp-playlist-info .bsp-video-name{font-weight:bolder;font-size:28px;margin-bottom:4px;color:#fff}.bsp-style-2 .bsp-playlist-info .bsp-small{display:inline-block;margin:0 6px;font-size:12px;font-family:sans-serif;color:#fff}.bsp-style-2 .bsp-player-wrapper{background:#1d1d1d}.bsp-style-2 .bsp-videos{height:auto;padding:0 5px 10px}.bsp-style-2 .bsp-videos-items{overflow-y:hidden;overflow-x:auto}.bsp-style-2 .bsp-videos-items ol{margin:0;padding:0;white-space:nowrap;list-style:none}.bsp-style-2 .bsp-videos-items::-webkit-scrollbar{height:6px}.bsp-style-2 .bsp-videos-item{text-align:center;margin-right:-3px;padding:30px 5px 16px;width:140px;display:inline-block;position:relative}.bsp-style-2 .bsp-current-item,.bsp-style-2 .bsp-videos-item:hover{background:rgba(255,255,255,.05)}.bsp-style-2 .bsp-video-index{top:12px;left:0;position:absolute;right:0;font-size:12px;font-family:sans-serif;line-height:12px;color:rgba(255,255,255,.34)}.bsp-style-2 .bsp-videos-item .bsp-item{text-decoration:none}.bsp-style-2 .bsp-video-icon-wrapper{transition:opacity .3s ease;opacity:0}.bsp-style-2 .bsp-current-item .bsp-video-icon-wrapper{position:absolute;top:30px;left:14px;background:#e62929;width:24px;height:24px;line-height:24px;overflow:hidden;opacity:1;z-index:1;text-align:center}.bsp-style-2 .bsp-current-item .bsp-video-icon{border:6px solid transparent;border-left-color:#fff;top:0;left:4px;position:relative;opacity:1;display:inline-block}.bsp-style-2 .bsp-video-thumbnail{position:relative;width:112px;height:70px;display:inline-block;overflow:hidden;border:3px solid transparent;transition:border-color .3s ease}.bsp-style-2 .bsp-video-thumbnail img{width:112px;margin-top:-7px;max-height:70px}.bsp-style-2 .bsp-current-item .bsp-video-thumbnail{border-color:#e62929}.bsp-style-2 .bsp-video-info{display:block}.bsp-style-2 .bsp-videos-item .bsp-video-name{white-space:normal;font-family:'Open Sans';font-style:normal;font-weight:400;font-size:12px;line-height:16px;height:30px;overflow:hidden;margin-top:6px;display:inline-block;color:#fff}.bsp-style-2 .bsp-videos-item .bsp-video-duration{display:block;font-size:10px;font-family:sans-serif;font-style:normal;font-weight:400;line-height:10px;color:rgba(255,255,255,.34)}.bsp-style-2.tall .bsp-player{height:400px}.bsp-style-2.very-tall .bsp-player{height:240px}@media only screen and (max-width:780px){.bsp-style-2 .bsp-player{height:400px!important}}@media only screen and (max-width:480px){.bsp-style-2 .bsp-player{height:240px!important}}.vc_row-has-fill>.wpb_column>.vc_column-inner>.wpb_wrapper>.bsp-wrapper,.vc_row-has-fill>.wpb_column>.vc_column-inner>.wpb_wrapper>.bsp-wrapper>.bsp-player-wrapper,.vc_row-has-fill>.wpb_column>.vc_column-inner>.wpb_wrapper>.bsp-wrapper>.bsp-playlist-info{background:0 0}.vc_row-has-fill>.wpb_column>.vc_column-inner>.wpb_wrapper>.bsp-wrapper>.bsp-videos{background:rgba(255,255,255,.05)}.bs-aparat-playlist-1.bsp-style-1 .bsp-video-thumbnail img{margin-top:-25px;height:100%}.bs-aparat-playlist-2.bsp-style-2 .bsp-video-thumbnail{height:100%}#bbpress-forums hr{margin:0 0 24px 0}.bbp-reply-content a{color:#0080ce}.bbp-reply-content a:hover{text-decoration:underline}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:#ccc}#bbpress-forums ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}li.bbp-body .category-forum:first-child li.bbp-header{margin-top:0!important}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{border-top:2px solid #eee;font-weight:700;padding:8px 0;text-align:center}#bbpress-forums li.bbp-header{background:0 0;border:1px solid #e6e6e6;border-bottom:2px solid #434343;background:#f9f9f9;border-right:0;border-left:0;padding:6px 15px;position:relative;margin:20px 0 0;line-height:30px}#bbpress-forums .forums.bbp-replies li.bbp-header{margin-top:0}#bbpress-forums .forums.bbp-replies li.bbp-header:before{display:none}#bbpress-forums li.bbp-header li.bbp-forum-topic-reply-count{font-weight:700}#bbpress-forums li.bbp-header .forum-titles .bbp-forum-info,#bbpress-forums li.bbp-header .forum-titles .bbp-forum-info a{color:#434343;font-size:14px}#bbpress-forums li.bbp-header ul{overflow:hidden;color:#333}#bbpress-forums .bbp-forums-list{margin-top:10px}#bbpress-forums .bbp-forums-list li{font-size:11px;font-weight:700;margin-bottom:4px;border-bottom:1px solid #f7f7f7;padding-bottom:4px}#bbpress-forums .bbp-forums-list li:last-child{border-bottom:none;margin-bottom:0}#bbpress-forums .bbp-forums-list li:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f105';margin:0 7px 0 0;color:#0080ce}#bbpress-forums li.bbp-footer p{margin:0;line-height:1em}li.bbp-forum-info,li.bbp-topic-title{font-size:14px;float:left;text-align:left;width:59%}li.bbp-topic-title{width:72%}li.bbp-topic-freshness,li.bbp-topic-reply-posts-count,li.bbp-topic-title{font-size:12px}li.bbp-topic-reply-posts-count{float:left;width:15%;text-align:right!important}li.bbp-topic-reply-posts-count.topic-row{line-height:32px;font-size:12px}li.bbp-topic-title span.bbp-topic-title{font-size:13px;display:block;margin-bottom:5px}#bbpress-forums li.bbp-forum-info.single-forum-info{padding-left:30px}#bbpress-forums li.bbp-forum-info.single-forum-info .bbp-forum-title{margin-left:-15px}#bbpress-forums li.bbp-forum-info.single-forum-info .bbp-forum-title:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f0da';color:inherit;margin:0 7px 0 0}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-forum-topic-reply-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:left;text-align:center;width:14%}li.bbp-forum-freshness,li.bbp-forum-topic-reply-count{font-size:12px;line-height:29px}li.bbp-forum-topic-reply-count .count,li.bbp-topic-reply-posts-count .count{font-weight:700;color:#3b3f42}li.bbp-forum-topic-reply-count{width:12%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:right!important;float:left;width:29%}.category-forum li.bbp-forum-freshness{padding-right:0}li.bbp-forum-freshness{padding-right:15px}li.bbp-topic-freshness{text-align:left!important;width:13%;position:relative}#bbp-user-body li.bbp-topic-freshness{width:14%}#bbp-user-body li.bbp-topic-title{width:71%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-bottom:1px solid #eee;padding:15px 0;overflow:hidden}#bbpress-forums li.bbp-body ul.forum.last-forum,#bbpress-forums li.bbp-body ul.forum:last-child,#bbpress-forums li.bbp-body ul.topic:last-child{border-bottom:none;padding-bottom:5px}li.bbp-header div.bbp-reply-content span#favorite-toggle,li.bbp-header div.bbp-reply-content span#subscription-toggle,li.bbp-header div.bbp-topic-content span#favorite-toggle,li.bbp-header div.bbp-topic-content span#subscription-toggle{float:right}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1em;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:left;text-align:center;width:90px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto;float:none}#bbpress-forums div.bbp-forum-author a.bbp-author-name,#bbpress-forums div.bbp-reply-author a.bbp-author-name,#bbpress-forums div.bbp-topic-author a.bbp-author-name{margin:0 12px;display:inline-block}#bbpress-forums div.bbp-reply-author a.bbp-author-name,#bbpress-forums div.bbp-topic-author a.bbp-author-name{clear:left;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author,#bbpress-forums li.bbp-header .posted-in{float:left;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-header .posted-in{width:50%;text-align:left}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-left:140px;padding:0;text-align:left}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin-bottom:0;overflow:hidden;padding:8px 0}div.bbp-forum-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}div.bbp-reply-header{border-bottom:1px solid #ddd}span.bbp-author-ip{font-family:'Helvetica Neue',Arial,Helvetica,'Nimbus Sans L',sans-serif;font-size:11px;font-weight:700;color:#aaa}#bbpress-forums li.bbp-forum-info .bbp-forum-title{margin-bottom:9px;display:inline-block;font-weight:700}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:100px;padding:12px 0;text-align:left}#bbpress-forums div.bbp-reply-content .reply-meta{margin-bottom:7px}#bbpress-forums div.bbp-reply-content .reply-meta .bbp-reply-post-author a{margin-right:3px;font:14px/1.5 Roboto,sans-serif}#bbpress-forums div.bbp-reply-content .reply-meta .bbp-reply-permalink,#bbpress-forums div.bbp-reply-content .reply-meta .bbp-reply-post-date{color:#979797;font-style:italic}#bbpress-forums div.bbp-reply-content .reply-meta .bbp-reply-permalink{float:right}#bbpress-forums div.bbp-forum-content:after,#bbpress-forums div.bbp-reply-content:after,#bbpress-forums div.bbp-topic-content:after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1em;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,Lucida Console,monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right!important}#bbpress-forums div#bbp-cancel-reply-to{text-align:right!important}div.bbp-breadcrumb{float:left}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin-bottom:10px}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{padding:20px;background-color:#f9f9f9;border:1px solid #e6e6e6}#bbpress-forums #bbp-search-form>div{position:relative}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:100%;height:35px;border:1px solid #bababa;outline:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;padding-right:155px;-webkit-border-radius:0;border-radius:0}#bbpress-forums #bbp-search-form #bbp_search:focus,#bbpress-forums #bbp-search-form #bbp_search:hover{border-color:#979797}#bbpress-forums #bbp-search-form #bbp_search_submit{height:35px;position:absolute;right:0;top:0;text-transform:uppercase;background-color:#0080ce;padding:0 30px;border-radius:0;border:none;color:#fff;font:14px/1.5 Roboto,sans-serif}span.bbp-admin-links{float:right;color:#ddd}span.bbp-admin-links a{color:#bbb;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#0080ce}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:right;margin-left:10px;color:#ccc}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:13px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:13px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:12px;margin:0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta{font-size:11px;line-height:29px;position:relative}#bbpress-forums .bbp-topics p.bbp-topic-meta{line-height:18px}#bbpress-forums .type-topic .bbp-topic-freshness-author img{position:absolute;top:25px;left:43px;box-shadow:0 0 0 2px #fff;background:#fff}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}#bbpress-forums p.bbp-topic-meta .bbp-author-name{display:inline-block;font-weight:700}#bbpress-forums p.bbp-topic-meta .bbp-topic-started-by{display:block}#bbpress-forums p.bbp-topic-meta .last-post{display:block}#bbpress-forums p.bbp-topic-meta .freshness_link{display:block}.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination-links a,.bbp-pagination-links span.current,.bbp-pagination-links span.dots{display:inline-block;margin-right:1px;line-height:24px;height:24px;padding:0 9px;background-color:#ececec;font-size:14px;border:none;color:#5f6569}.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background-color:#0080ce;color:#fff}.bbp-pagination{float:left;width:100%;margin-bottom:15px;padding:7px 15px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;background:#f9f9f9}.bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}.bbp-topic-pagination a{font-size:10px;line-height:10px;padding:1px 3px;border:1px solid #ddd;text-decoration:none}#bbpress-forums fieldset.bbp-form{clear:left}#bbpress-forums fieldset.bbp-form{border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:left}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:right;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px;border:1px solid #ddd;border-top:none}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1em}#bbpress-forums div.bbp-the-content-wrapper input{font-size:12px;padding:5px;margin:0 2px 0 0;line-height:1em;background:#fff!important;color:#333}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px;border:1px solid #ddd}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0 20px}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background:#f9f9f9;border:1px solid #ddd;box-shadow:none;padding:5px 8px;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset span.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:inline}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.password span{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-color:#d3c84e;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#96b2d1 1px solid}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice p{margin:.5em 0 6px 0!important;padding:2px;font-size:12px;line-height:140%}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px;width:100%;border:1px solid #c4c4c4}.bbp-login-form label{width:140px;display:inline-block;font-weight:700;font-family:Roberto,sans-serif}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper{margin-top:10px}#bbpress-forums button.user-submit,.bbp-submit-wrapper button{border:none;height:30px;line-height:30px;background-color:#0080ce;color:#fff;padding:0 15px;text-transform:uppercase;font-weight:700;font-family:Roberto,sans-serif}.bbp-login-form .bbp-remember-me{float:left}.bbp-login-form .bbp-submit-wrapper{text-align:right;float:right;clear:none}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-login-form .bbp-login-links a.bbp-register-link{margin-top:20px;margin-bottom:10px}.bbp-login-form .bbp-login-links a.bbp-lostpass-link{display:block;padding:7px 0;text-align:center;border-top:1px solid #eee;width:100%;margin-top:10px}.bbp-logged-in img.avatar{float:left;margin:0 15px 0 0}.bbp-logged-in h4{font-weight:700;font-size:14px;clear:none;margin-top:0;margin-bottom:7px}.widget_display_stats dl:last-child{margin-bottom:0}.widget_display_stats dl dt{display:block;position:relative;padding:7px 40px 7px 0;border-top:1px solid #eee}.widget_display_stats dl dt:first-child{border-top:none}.rtl .widget_display_stats dl dt{padding:7px 0 7px 40px}.rtl .widget_display_stats dl dd{float:left}.widget_display_stats dl dd{float:right;margin-top:-28px;background-color:#eee;padding:2px 7px}.widget_display_stats dl dd abbr[data-original-title],.widget_display_stats dl dd abbr[title]{border:none;cursor:default}.widget.widget_display_replies li,.widget.widget_display_topics li{padding-bottom:10px;margin-bottom:10px;font-style:italic;border-bottom:1px solid #f5f5f5}.widget.widget_display_replies li:last-child,.widget.widget_display_topics li:last-child{border-bottom:none}.widget_display_replies li a.bbp-reply-topic-title,.widget_display_topics li a.bbp-forum-title{display:block;margin:7px 0 0;font-weight:700;font-style:normal}.widget_display_topics li a.bbp-forum-title{margin-bottom:0}.widget_display_replies li a.bbp-author-name{font-weight:700;margin-right:3px;font-style:normal}.widget_display_topics li .topic-author{font-weight:700;margin-left:5px;font-style:normal;display:inline-block;margin-bottom:7px}.widget_display_replies li div,.widget_display_topics li div{font-size:12px}#bbpress-forums .type-forum p.bbp-topic-meta img.avatar,#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:right;margin-left:10px}#bbpress-forums p.bbp-topic-meta img.avatar{float:left}fieldset div.avatar{float:right}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1em;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px 0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}#bbpress-forums div.row-actions{font-size:11px;visibility:hidden}#bbpress-forums li:hover>div.row-actions{visibility:visible}@media only screen and (max-width :1200px){#bbpress-forums li.bbp-header li.bbp-forum-topic-reply-count{font-size:11px}}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:left;float:left}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:50%}li.bbp-forum-topic-reply-count{width:16%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}li.bbp-forum-freshness,li.bbp-topic-freshness{width:34%}span.bbp-reply-post-date{float:left}span.bbp-admin-links{clear:left;float:left}#bbpress-forums .bbp-forums-list li{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author{margin:-15px 10px 10px;min-height:100px;padding-left:80px;position:relative;text-align:left;width:100%}#bbpress-forums div.bbp-reply-author a.bbp-author-name{clear:none;display:inline-block;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar{position:absolute;top:15px;left:0;width:60px;height:auto}#bbpress-forums div.bbp-reply-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content{clear:both;margin:10px;padding:0}#bbpress-forums div.bbp-reply-content p{margin-bottom:1em}div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-topic-title,li.bbp-topic-reply-posts-count{width:100%;text-align:left}li.bbp-forum-topic-reply-count{width:50%;text-align:left;float:left;padding-left:15px}#bbpress-forums li.bbp-header li.bbp-forum-info{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:50%}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:100%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness{width:50%}#bbpress-forums li.bbp-body li.bbp-topic-freshness{margin-bottom:20px}#bbpress-forums li.bbp-header li.bbp-forum-topic-reply-count{font-size:12px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author{text-align:left;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content{margin-left:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:65px;height:auto;margin-right:0;margin-top:11px}#bbpress-forums p.bbp-topic-meta .bbp-topic-freshness-author img.avatar{width:35px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar{width:40px;height:auto}}.forum-topics-list .bbp-topic-reply-posts-count{float:right;width:28%}@font-face {font-display:swap;
    font-family: "bs-icons";
    src:url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.eot);
    src:url("../../../themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.eot?#iefix") format("embedded-opentype"),
    url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.woff) format("woff"),
    url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.ttf) format("truetype"),
    url("../../../themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.svg#bs-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="bsfi-"],
[class*=" bsfi-"] {
    display: inline-block;
    font: normal normal normal 14px/1 "bs-icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="bsfii"],
[class*=" bsfii"] {
    font: normal normal normal 14px/1 "bs-icons" !important;
}

/* Icons */
.bsfi-facebook:before {
    content: "\b000";
}
.bsfi-twitter:before {
    content: "\b001";
}
.bsfi-dribbble:before {
    content: "\b002";
}
.bsfi-vimeo:before {
    content: "\b003";
}
.bsfi-rss:before {
    content: "\b004";
}
.bsfi-github:before {
    content: "\b005";
}
.bsfi-vk:before {
    content: "\b006";
}
.bsfi-delicious:before {
    content: "\b007";
}
.bsfi-soundcloud:before {
    content: "\b009";
}
.bsfi-behance:before {
    content: "\b00a";
}
.bsfi-pinterest:before {
    content: "\b00b";
}
.bsfi-vine:before {
    content: "\b00c";
}
.bsfi-steam:before {
    content: "\b00d";
}
.bsfi-flickr:before {
    content: "\b00e";
}
.bsfi-forrst:before {
    content: "\b010";
}
.bsfi-mailchimp:before {
    content: "\b011";
}
.bsfi-tumblr:before {
    content: "\b013";
}
.bsfi-500px:before {
    content: "\b014";
}
.bsfi-members:before {
    content: "\b015";
}
.bsfi-comments:before {
    content: "\b016";
}
.bsfi-posts:before {
    content: "\b017";
}
.bsfi-instagram:before {
    content: "\b018";
}
.bsfi-whatsapp:before {
    content: "\b019";
}
.bsfi-line:before {
    content: "\b01a";
}
.bsfi-blackberry:before {
    content: "\b01b";
}
.bsfi-viber:before {
    content: "\b01c";
}
.bsfi-skype:before {
    content: "\b01d";
}
.bsfi-gplus:before {
    content: "\b01e";
}
.bsfi-telegram:before {
    content: "\b01f";
}
.bsfi-apple:before {
    content: "\b020";
}
.bsfi-android:before {
    content: "\b021";
}
.bsfi-fire-1:before {
    content: "\b022";
}
.bsfi-fire-2:before {
    content: "\b023";
}
.bsfi-publisher:before {
    content: "\b024";
}
.bsfi-betterstudio:before {
    content: "\b025";
}
.bsfi-fire-3:before {
    content: "\b026";
}
.bsfi-fire-4:before {
    content: "\b027";
}
.bsfi-disqus:before {
    content: "\b028";
}
.bsfi-better-amp:before {
    content: "\b029";
}
.bsfi-ok-ru:before {
    content: "\b030";
}
.bsfi-linkedin:before {
    content: "\b012";
}
.bsfi-snapchat:before {
    content: "\b031";
}
.bsfi-comments-1:before {
    content: "\b032";
}
.bsfi-comments-2:before {
    content: "\b033";
}
.bsfi-comments-3:before {
    content: "\b034";
}
.bsfi-calender:before {
    content: "\b035";
}
.bsfi-comments-4:before {
    content: "\b036";
}
.bsfi-comments-5:before {
    content: "\b037";
}
.bsfi-comments-6:before {
    content: "\b038";
}
.bsfi-comments-7:before {
    content: "\b039";
}
.bsfi-quote-1:before {
    content: "\b040";
}
.bsfi-quote-2:before {
    content: "\b041";
}
.bsfi-quote-3:before {
    content: "\b042";
}
.bsfi-quote-4:before {
    content: "\b043";
}
.bsfi-quote-5:before {
    content: "\b044";
}
.bsfi-quote-6:before {
    content: "\b045";
}
.bsfi-quote-7:before {
    content: "\b046";
}
.bsfi-youtube:before {
    content: "\b008";
}
.bsfi-envato:before {
    content: "\b00f";
}
.bsfi-arrow3-n:before {
    content: "\b047";
}
.bsfi-arrow3-s:before {
    content: "\b048";
}
.bsfi-arrow-n:before {
    content: "\b049";
}
.bsfi-arrow-ne:before {
    content: "\b050";
}
.bsfi-arrow-s:before {
    content: "\b051";
}
.bsfi-arrow-se:before {
    content: "\b052";
}
.bsfi-arrow2-n:before {
    content: "\b053";
}
.bsfi-arrow2-s:before {
    content: "\b054";
}
.bsfi-map-marker:before {
    content: "\b055";
}
.bsfi-arrow3-e:before {
    content: "\b056";
}
.bsfi-arrow-e:before {
    content: "\b057";
}
.bsfi-arrow-up-down:before {
    content: "\b058";
}
.bsfi-arrow2-e:before {
    content: "\b059";
}
.bsfi-arrow-left-right:before {
    content: "\b060";
}
.bsfi-bell:before {
    content: "\b061";
}
.bsfi-facebook-messenger:before {
    content: "\b062";
}
.bsfi-aparat:before {
    content: "\b063";
}


/* alias */
.bsfi-google:before {
    content: "\b01e";
}
.bsfi-bbm:before {
    content: "\b01b";
}
.bsfi-appstore:before {
    content: "\b020";
}
.bsfi-bs:before {
    content: "\b025";
}
.bsfi-ok_ru:before {
    content: "\b030";
}
.bsfi-fb-messenger:before {
    content: "\b062";
}
@charset "UTF-8";.bsc-clearfix:after,.bsc-clearfix:before{content:"";display:table}.bsc-clearfix:after{clear:both}.bsc-clearfix{zoom:1}.better-social-counter .social-list{margin:0;padding:0;list-style:none}.better-social-counter a,.better-social-counter a:hover{text-decoration:none}.better-social-counter .item-icon,.better-social-counter .item-name{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.better-social-counter .social-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.better-social-counter .social-item a,.better-social-counter .social-item a:hover,.better-social-counter .social-item a:visited{text-decoration:none}.better-social-counter [class*=" bsfi-"]:before,.better-social-counter [class^=bsfi-]:before{line-height:inherit}.better-social-counter.colored .social-item.facebook .item-icon,.better-social-counter.style-box.colored .social-item.facebook span{background-color:#4a639f}.better-social-counter.colored .social-item.facebook .item-icon:hover,.better-social-counter.style-box.colored .social-item.facebook .item-icon{background-color:#5271b3}.better-social-counter.colored .social-item.twitter .item-icon,.better-social-counter.style-box.colored .social-item.twitter span{background-color:#59c8ff}.better-social-counter.colored .social-item.twitter .item-icon:hover,.better-social-counter.style-box.colored .social-item.twitter .item-icon{background-color:#58d1ff}.better-social-counter.colored .social-item.google .item-icon,.better-social-counter.style-box.colored .social-item.google span{background-color:#D73D32}.better-social-counter.colored .social-item.google .item-icon:hover,.better-social-counter.style-box.colored .social-item.google .item-icon{background-color:#e64035}.better-social-counter.colored .social-item.dribbble .item-icon,.better-social-counter.style-box.colored .social-item.dribbble span{background-color:#ea4c89}.better-social-counter.colored .social-item.dribbble .item-icon:hover,.better-social-counter.style-box.colored .social-item.dribbble .item-icon{background-color:#fd4f98}.better-social-counter.colored .social-item.delicious .item-icon,.better-social-counter.style-box.colored .social-item.delicious span{background-color:#4a79ff}.better-social-counter.colored .social-item.delicious .item-icon:hover,.better-social-counter.style-box.colored .social-item.delicious .item-icon{background-color:#5794ff}.better-social-counter.colored .social-item.soundcloud .item-icon,.better-social-counter.style-box.colored .social-item.soundcloud span{background-color:#F50}.better-social-counter.colored .social-item.soundcloud .item-icon:hover,.better-social-counter.style-box.colored .social-item.soundcloud .item-icon{background-color:#ff7e1c}.better-social-counter.colored .social-item.github .item-icon,.better-social-counter.style-box.colored .social-item.github span{background-color:#666}.better-social-counter.colored .social-item.github .item-icon:hover,.better-social-counter.style-box.colored .social-item.github .item-icon{background-color:grey}.better-social-counter.colored .social-item.behance .item-icon,.better-social-counter.style-box.colored .social-item.behance span{background-color:#3b63fc}.better-social-counter.colored .social-item.behance .item-icon:hover,.better-social-counter.style-box.colored .social-item.behance .item-icon{background-color:#3e7aff}.better-social-counter.colored .social-item.youtube .item-icon,.better-social-counter.style-box.colored .social-item.youtube span{background-color:#cc181e}.better-social-counter.colored .social-item.youtube .item-icon:hover,.better-social-counter.style-box.colored .social-item.youtube .item-icon{background-color:#eb1a21}.better-social-counter.colored .social-item.aparat .item-icon,.better-social-counter.style-box.colored .social-item.aparat span{background-color:#df0f50}.better-social-counter.colored .social-item.aparat .item-icon:hover,.better-social-counter.style-box.colored .social-item.aparat .item-icon{background-color:#df0f50c7}.better-social-counter.colored .social-item.vimeo .item-icon,.better-social-counter.style-box.colored .social-item.vimeo span{background-color:#46a3e9}.better-social-counter.colored .social-item.vimeo .item-icon:hover,.better-social-counter.style-box.colored .social-item.vimeo .item-icon{background-color:#49aff8}.better-social-counter.colored .social-item.instagram .item-icon,.better-social-counter.style-box.colored .social-item.instagram span{background-color:#517FA4}.better-social-counter.colored .social-item.instagram .item-icon:hover,.better-social-counter.style-box.colored .social-item.instagram .item-icon{background-color:#5e93be}.better-social-counter.colored .social-item.linkedin .item-icon,.better-social-counter.style-box.colored .social-item.linkedin span{background-color:#0266a0}.better-social-counter.colored .social-item.linkedin .item-icon:hover,.better-social-counter.style-box.colored .social-item.linkedin .item-icon{background-color:#027ec1}.better-social-counter.colored .social-item.vk .item-icon,.better-social-counter.style-box.colored .social-item.vk span{background-color:#4E729A}.better-social-counter.colored .social-item.vk .item-icon:hover,.better-social-counter.style-box.colored .social-item.vk .item-icon{background-color:#5982af}.better-social-counter.colored .social-item.vine .item-icon,.better-social-counter.style-box.colored .social-item.vine span{background-color:#00bf8f}.better-social-counter.colored .social-item.vine .item-icon:hover,.better-social-counter.style-box.colored .social-item.vine .item-icon{background-color:#00ce9a}.better-social-counter.colored .social-item.pinterest .item-icon,.better-social-counter.style-box.colored .social-item.pinterest span{background-color:#cb2027}.better-social-counter.colored .social-item.pinterest .item-icon:hover,.better-social-counter.style-box.colored .social-item.pinterest .item-icon{background-color:#e32229}.better-social-counter.colored .social-item.flickr .item-icon,.better-social-counter.style-box.colored .social-item.flickr span{background-color:#2f44db}.better-social-counter.colored .social-item.flickr .item-icon:hover,.better-social-counter.style-box.colored .social-item.flickr .item-icon{background-color:#334af3}.better-social-counter.colored .social-item.steam .item-icon,.better-social-counter.style-box.colored .social-item.steam span{background-color:#666}.better-social-counter.colored .social-item.steam .item-icon:hover,.better-social-counter.style-box.colored .social-item.steam .item-icon{background-color:grey}.better-social-counter.colored .social-item.rss .item-icon,.better-social-counter.style-box.colored .social-item.rss span{background-color:#f97410}.better-social-counter.colored .social-item.rss .item-icon:hover,.better-social-counter.style-box.colored .social-item.rss .item-icon{background-color:#fe8913}.better-social-counter.colored .social-item.forrst .item-icon,.better-social-counter.style-box.colored .social-item.forrst span{background-color:#3b7140}.better-social-counter.colored .social-item.forrst .item-icon:hover,.better-social-counter.style-box.colored .social-item.forrst .item-icon{background-color:#47884d}.better-social-counter.colored .social-item.mailchimp .item-icon,.better-social-counter.style-box.colored .social-item.mailchimp span{background-color:#2c9ab7}.better-social-counter.colored .social-item.mailchimp .item-icon:hover,.better-social-counter.style-box.colored .social-item.mailchimp .item-icon{background-color:#2da7c5}.better-social-counter.colored .social-item.envato .item-icon,.better-social-counter.style-box.colored .social-item.envato span{background-color:#82B440}.better-social-counter.colored .social-item.envato .item-icon:hover,.better-social-counter.style-box.colored .social-item.envato .item-icon{background-color:#88bb41}.better-social-counter.colored .social-item.posts .item-icon,.better-social-counter.style-box.colored .social-item.posts span{background-color:#4397CB}.better-social-counter.colored .social-item.posts .item-icon:hover,.better-social-counter.style-box.colored .social-item.posts .item-icon{background-color:#6DB1DB}.better-social-counter.colored .social-item.comments .item-icon,.better-social-counter.style-box.colored .social-item.comments span{background-color:#36B672}.better-social-counter.colored .social-item.comments .item-icon:hover,.better-social-counter.style-box.colored .social-item.comments .item-icon{background-color:#48CA85}.better-social-counter.colored .social-item.members .item-icon,.better-social-counter.style-box.colored .social-item.members span{background-color:#CA7641}.better-social-counter.colored .social-item.members .item-icon:hover,.better-social-counter.style-box.colored .social-item.members .item-icon{background-color:#DF864F}.better-social-counter.colored .social-item.telegram .item-icon,.better-social-counter.style-box.colored .social-item.telegram span{background-color:#179cde}.better-social-counter.colored .social-item.telegram .item-icon:hover,.better-social-counter.style-box.colored .social-item.telegram .item-icon{background-color:#168cc9}.better-social-counter.colored .social-item.line .item-icon,.better-social-counter.style-box.colored .social-item.line span{background-color:#00c400}.better-social-counter.colored .social-item.line .item-icon:hover,.better-social-counter.style-box.colored .social-item.line .item-icon{background-color:#00a400}.better-social-counter.colored .social-item.viber .item-icon,.better-social-counter.style-box.colored .social-item.viber span{background-color:#665cac}.better-social-counter.colored .social-item.viber .item-icon:hover,.better-social-counter.style-box.colored .social-item.viber .item-icon{background-color:#544c97}.better-social-counter.colored .social-item.bbm .item-icon,.better-social-counter.style-box.colored .social-item.bbm span{background-color:#000}.better-social-counter.colored .social-item.bbm .item-icon:hover,.better-social-counter.style-box.colored .social-item.bbm .item-icon{background-color:#1a1a1a}.better-social-counter.colored .social-item.appstore .item-icon,.better-social-counter.style-box.colored .social-item.appstore span{background-color:#333}.better-social-counter.colored .social-item.appstore .item-icon:hover,.better-social-counter.style-box.colored .social-item.appstore .item-icon{background-color:#1a1a1a}.better-social-counter.colored .social-item.android .item-icon,.better-social-counter.style-box.colored .social-item.android span{background-color:#68b445}.better-social-counter.colored .social-item.android .item-icon:hover,.better-social-counter.style-box.colored .social-item.android .item-icon{background-color:#51923a}.better-social-counter.colored .social-item.ok_ru .item-icon,.better-social-counter.style-box.colored .social-item.ok_ru span{background-color:#e27e35}.better-social-counter.colored .social-item.ok_ru .item-icon:hover,.better-social-counter.style-box.colored .social-item.ok_ru .item-icon{background-color:#ec904e}.better-social-counter.colored .social-item.tumblr .item-icon,.better-social-counter.style-box.colored .social-item.tumblr span{background-color:#36465d}.better-social-counter.colored .social-item.tumblr .item-icon:hover,.better-social-counter.style-box.colored .social-item.tumblr .item-icon{background-color:#475972}.better-social-counter.colored .social-item.snapchat .item-icon,.better-social-counter.style-box.colored .social-item.snapchat span{background:#fffc00;color:#000}.better-social-counter.colored .social-item.snapchat .item-icon:hover,.better-social-counter.style-box.colored .social-item.snapchat .item-icon{background-color:#e8e500}.better-social-counter.style-button .item-count,.better-social-counter.style-button .item-title{display:none}.better-social-counter.style-button .social-item{float:left;margin:0 4px 4px 0;padding:0}.better-social-counter.style-button .item-icon{width:32px;height:32px;line-height:32px;vertical-align:middle;text-align:center;color:#fff;font-size:15px;background-color:#a3a3a3;display:inline-block;border-radius:3px}.better-social-counter.style-button .item-icon:hover{background-color:#8f8f8f}.better-social-counter.style-clean .item-icon{width:38px;height:38px;display:inline-block;line-height:38px;text-align:center;vertical-align:middle;margin-right:5px;float:left;background-color:#a3a3a3;color:#fff;font-size:18px}.better-social-counter.style-clean .item-count{display:block;color:#6B6B6B;font-weight:700;font-size:14px;line-height:20px}.better-social-counter.style-clean .item-title{display:block;color:#9d9d9d;font-size:12px;line-height:18px;font-weight:400}.better-social-counter.style-clean.in-3-col .social-item.vimeo .item-title,.better-social-counter.style-clean.in-3-col .social-item.youtube .item-title{font-size:11px}.better-social-counter.style-clean .social-item{margin-bottom:12px;padding:0 0 12px;border-bottom:1px solid #f3f3f3}.better-social-counter.style-clean.in-1-col .social-item{width:100%}.better-social-counter.style-clean.in-2-col .social-item{width:50%;float:left}.better-social-counter.style-clean.in-3-col .social-item{width:33.3333%;float:left}.better-social-counter.style-clean.in-3-col[max-width~="358px"] .social-item{width:50%}.better-social-counter.style-clean.in-2-col[max-width~="199px"] .social-item,.better-social-counter.style-clean.in-3-col[max-width~="199px"] .social-item{width:100%}.better-social-counter.style-clean.in-10-col[max-width~="358px"] .social-item,.better-social-counter.style-clean.in-5-col[max-width~="358px"] .social-item,.better-social-counter.style-clean.in-6-col[max-width~="358px"] .social-item,.better-social-counter.style-clean.in-7-col[max-width~="358px"] .social-item,.better-social-counter.style-clean.in-8-col[max-width~="358px"] .social-item,.better-social-counter.style-clean.in-9-col[max-width~="358px"] .social-item{width:50%}.better-social-counter.style-clean.in-4-col .social-item{width:25%;float:left}.better-social-counter.style-clean.in-5-col .social-item{width:20%;float:left}.better-social-counter.style-clean.in-6-col .social-item{width:16.666666%;float:left}.better-social-counter.style-clean.in-7-col .social-item{width:14.2857%;float:left}.better-social-counter.style-clean.in-8-col .social-item{width:12.5%;float:left}.better-social-counter.style-clean.in-9-col .social-item{width:11.11111%;float:left}.better-social-counter.style-clean.in-10-col .social-item{width:10%;float:left}.better-social-counter.style-style-6 .social-item{text-align:center;margin-bottom:5px;padding:10px 0 12px;border-bottom:1px solid #eee;display:block}.better-social-counter.style-style-6 .item-icon{width:44px;height:44px;display:inline-block;line-height:44px;text-align:center;vertical-align:middle;background-color:#a3a3a3;color:#fff;font-size:18px;margin:0 0 10px;border:1px solid rgba(0,0,0,.15);border-radius:50%}.better-social-counter.style-style-6 .social-item:hover .item-icon{font-size:22px}.better-social-counter.style-style-6 .item-count{display:block;color:#5f5f5f;font-weight:700;font-size:14px;line-height:20px}.better-social-counter.style-style-6 .item-title{display:block;color:#9d9d9d;font-size:12px;line-height:18px}.better-social-counter.style-style-6.in-1-col .social-item{width:100%}.better-social-counter.style-style-6.in-2-col .social-item{width:50%;float:left}.better-social-counter.style-style-6.in-3-col .social-item{width:33.3333%;float:left}.better-social-counter.style-style-6.in-3-col[max-width~="199px"] .social-item,.better-social-counter.style-style-6.in-4-col[max-width~="199px"] .social-item{width:50%;float:left}.better-social-counter.style-style-6.in-10-col[max-width~="358px"] .social-item,.better-social-counter.style-style-6.in-5-col[max-width~="358px"] .social-item,.better-social-counter.style-style-6.in-6-col[max-width~="358px"] .social-item,.better-social-counter.style-style-6.in-7-col[max-width~="358px"] .social-item,.better-social-counter.style-style-6.in-8-col[max-width~="358px"] .social-item,.better-social-counter.style-style-6.in-9-col[max-width~="358px"] .social-item{width:50%}.better-social-counter.style-style-6 .social-item{width:25%;float:left}.better-social-counter.style-style-6.in-5-col .social-item{width:20%;float:left}.better-social-counter.style-style-6.in-6-col .social-item{width:16.666666%;float:left}.better-social-counter.style-style-6.in-7-col .social-item{width:14.2857%;float:left}.better-social-counter.style-style-6.in-8-col .social-item{width:12.5%;float:left}.better-social-counter.style-style-6.in-9-col .social-item{width:11.11111%;float:left}.better-social-counter.style-style-6.in-10-col .social-item{width:10%;float:left}.better-social-counter.style-style-7 .social-item{text-align:left;margin-bottom:10px;padding:0 0 10px;border-bottom:1px solid #eee;display:block}.better-social-counter.style-style-8 .social-item{text-align:left;margin-bottom:6px;padding:5px 10px 5px 5px;border:1px solid #dedede;display:block}.better-social-counter.style-style-7 .social-item:last-child{border-bottom:none;margin-bottom:0}.better-social-counter.style-style-7 .item-icon,.better-social-counter.style-style-8 .item-icon{width:24px;height:24px;display:inline-block;line-height:24px;text-align:center;vertical-align:top;background-color:#a3a3a3;color:#fff;font-size:12px;margin:0}.better-social-counter.style-style-7 .item-count,.better-social-counter.style-style-8 .item-count{display:inline-block;color:#3c3c3c;font-weight:bolder;font-size:14px;line-height:24px;margin-left:10px;vertical-align:top}.better-social-counter.style-style-8 .item-count:before,.better-social-counter.style-style-8 .item-join:before{content:'';display:inline-block;width:1px;height:16px;background:#d6d6d6;position:relative;top:3px;margin-right:10px}.better-social-counter.style-style-8 .item-join:before{background:#e8e8e8}.better-social-counter.style-style-7 .item-title,.better-social-counter.style-style-8 .item-title{display:inline-block;color:#3c3c3c;font-size:12px;line-height:24px;vertical-align:middle;margin-left:6px;font-weight:bolder}.better-social-counter.style-style-7 .item-join,.better-social-counter.style-style-8 .item-join{color:#3c3c3c;font-size:12px;float:right;display:inline-block;line-height:24px;vertical-align:top;font-weight:bolder}.better-social-counter.style-style-9 .social-item{text-align:left;margin-bottom:6px;padding:0 0 6px;border-bottom:1px solid #eee;display:block}.better-social-counter.style-style-10 .social-item{text-align:left;margin-bottom:6px;padding:4px 10px;border:1px solid #dedede;display:block}.better-social-counter.style-style-9 .social-item:last-child{border-bottom:none;margin-bottom:0}.better-social-counter.style-style-10 .item-icon,.better-social-counter.style-style-9 .item-icon{width:16px;height:24px;display:inline-block;line-height:24px;text-align:left;vertical-align:middle;background-color:transparent!important;color:#2b2b2b;font-size:12px;margin:0}.better-social-counter.style-style-10 .item-count,.better-social-counter.style-style-9 .item-count{display:inline-block;color:#3c3c3c;font-weight:bolder;font-size:14px;line-height:24px;margin-left:5px;vertical-align:top}.better-social-counter.style-style-10 .item-count:before,.better-social-counter.style-style-10 .item-join:before,.better-social-counter.style-style-9 .item-count:before,.better-social-counter.style-style-9 .item-join:before{content:'';display:inline-block;width:1px;height:16px;background:#d6d6d6;position:relative;top:3px;margin-right:10px}.better-social-counter.style-style-10 .item-join:before{background:#e8e8e8}.better-social-counter.style-style-10 .item-title,.better-social-counter.style-style-9 .item-title{display:inline-block;color:#3c3c3c;font-size:12px;line-height:24px;vertical-align:top;margin-left:6px;font-weight:bolder}.better-social-counter.style-style-10 .item-join,.better-social-counter.style-style-9 .item-join{color:#3c3c3c;font-size:12px;float:right;display:inline-block;line-height:24px;vertical-align:top;font-weight:bolder}.better-social-counter.style-style-10.colored .social-item.facebook .item-icon,.better-social-counter.style-style-9.colored .social-item.facebook .item-icon{color:#4a639f}.better-social-counter.style-style-10.colored .social-item.twitter .item-icon,.better-social-counter.style-style-9.colored .social-item.twitter .item-icon{color:#59c8ff}.better-social-counter.style-style-10.colored .social-item.google .item-icon,.better-social-counter.style-style-9.colored .social-item.google .item-icon{color:#D73D32}.better-social-counter.style-style-10.colored .social-item.dribbble .item-icon,.better-social-counter.style-style-9.colored .social-item.dribbble .item-icon{color:#ea4c89}.better-social-counter.style-style-10.colored .social-item.delicious .item-icon,.better-social-counter.style-style-9.colored .social-item.delicious .item-icon{color:#4a79ff}.better-social-counter.style-style-10.colored .social-item.soundcloud .item-icon,.better-social-counter.style-style-9.colored .social-item.soundcloud .item-icon{color:#F50}.better-social-counter.style-style-10.colored .social-item.github .item-icon,.better-social-counter.style-style-9.colored .social-item.github .item-icon{color:#666}.better-social-counter.style-style-10.colored .social-item.behance .item-icon,.better-social-counter.style-style-9.colored .social-item.behance .item-icon{color:#3b63fc}.better-social-counter.style-style-10.colored .social-item.youtube .item-icon,.better-social-counter.style-style-9.colored .social-item.youtube .item-icon{color:#cc181e}.better-social-counter.style-style-10.colored .social-item.vimeo .item-icon,.better-social-counter.style-style-9.colored .social-item.vimeo .item-icon{color:#46a3e9}.better-social-counter.style-style-10.colored .social-item.instagram .item-icon,.better-social-counter.style-style-9.colored .social-item.instagram .item-icon{color:#517FA4}.better-social-counter.style-style-10.colored .social-item.linkedin .item-icon,.better-social-counter.style-style-9.colored .social-item.linkedin .item-icon{color:#0266a0}.better-social-counter.style-style-10.colored .social-item.vk .item-icon,.better-social-counter.style-style-9.colored .social-item.vk .item-icon{color:#4E729A}.better-social-counter.style-style-10.colored .social-item.vine .item-icon,.better-social-counter.style-style-9.colored .social-item.vine .item-icon{color:#00bf8f}.better-social-counter.style-style-10.colored .social-item.pinterest .item-icon,.better-social-counter.style-style-9.colored .social-item.pinterest .item-icon{color:#cb2027}.better-social-counter.style-style-10.colored .social-item.flickr .item-icon,.better-social-counter.style-style-9.colored .social-item.flickr .item-icon{color:#2f44db}.better-social-counter.style-style-10.colored .social-item.steam .item-icon,.better-social-counter.style-style-9.colored .social-item.steam .item-icon{color:#666}.better-social-counter.style-style-10.colored .social-item.rss .item-icon,.better-social-counter.style-style-9.colored .social-item.rss .item-icon{color:#f97410}.better-social-counter.style-style-10.colored .social-item.forrst .item-icon,.better-social-counter.style-style-9.colored .social-item.forrst .item-icon{color:#3b7140}.better-social-counter.style-style-10.colored .social-item.mailchimp .item-icon,.better-social-counter.style-style-9.colored .social-item.mailchimp .item-icon{color:#2c9ab7}.better-social-counter.style-style-10.colored .social-item.envato .item-icon,.better-social-counter.style-style-9.colored .social-item.envato .item-icon{color:#82B440}.better-social-counter.style-style-10.colored .social-item.posts .item-icon,.better-social-counter.style-style-9.colored .social-item.posts .item-icon{color:#4397CB}.better-social-counter.style-style-10.colored .social-item.comments .item-icon,.better-social-counter.style-style-9.colored .social-item.comments .item-icon{color:#36B672}.better-social-counter.style-style-10.colored .social-item.members .item-icon,.better-social-counter.style-style-9.colored .social-item.members .item-icon{color:#CA7641}.better-social-counter.style-style-10.colored .social-item.telegram .item-icon,.better-social-counter.style-style-9.colored .social-item.telegram .item-icon{color:#179cde}.better-social-counter.style-style-10.colored .social-item.line .item-icon,.better-social-counter.style-style-9.colored .social-item.line .item-icon{color:#00c400}.better-social-counter.style-style-10.colored .social-item.viber .item-icon,.better-social-counter.style-style-9.colored .social-item.viber .item-icon{color:#665cac}.better-social-counter.style-style-10.colored .social-item.android .item-icon,.better-social-counter.style-style-10.colored .social-item.appstore .item-icon,.better-social-counter.style-style-10.colored .social-item.bbm .item-icon,.better-social-counter.style-style-9.colored .social-item.android .item-icon,.better-social-counter.style-style-9.colored .social-item.appstore .item-icon,.better-social-counter.style-style-9.colored .social-item.bbm .item-icon{color:#000}.better-social-counter.style-style-10.colored .social-item.ok_ru .item-icon,.better-social-counter.style-style-9.colored .social-item.ok_ru .item-icon{color:#e27e35}.better-social-counter.style-style-10.colored .social-item.tumblr .item-icon,.better-social-counter.style-style-9.colored .social-item.tumblr .item-icon{color:#36465d}.better-social-counter.style-style-11 .social-item .item-link{display:block}.better-social-counter.style-style-11 .social-item{text-align:left;margin-bottom:6px;padding:0 12px;display:block}.better-social-counter.style-style-11 .item-icon{width:16px;display:inline-block;line-height:38px;text-align:left;vertical-align:top;background-color:transparent!important;color:#fff;font-size:12px;margin:0}.better-social-counter.style-style-11 .item-count{display:inline-block;color:#fff;font-size:14px;line-height:38px;margin-left:7px;vertical-align:top}.better-social-counter.style-style-11 .item-count:before,.better-social-counter.style-style-11 .item-join:before{content:'';display:inline-block;width:1px;height:16px;background:rgba(255,255,255,.5);position:relative;top:3px;margin-right:12px}.better-social-counter.style-style-11 .item-title{display:inline-block;color:#fff;font-size:12px;line-height:38px;vertical-align:top;margin-left:6px}.better-social-counter.style-style-11 .item-join{color:#fff;font-size:12px;float:right;display:inline-block;line-height:38px;vertical-align:top}.better-social-counter.style-style-11.colored .social-item.facebook{background-color:#4a639f}.better-social-counter.style-style-11.colored .social-item.twitter{background-color:#59c8ff}.better-social-counter.style-style-11.colored .social-item.google{background-color:#D73D32}.better-social-counter.style-style-11.colored .social-item.dribbble{background-color:#ea4c89}.better-social-counter.style-style-11.colored .social-item.delicious{background-color:#4a79ff}.better-social-counter.style-style-11.colored .social-item.soundcloud{background-color:#F50}.better-social-counter.style-style-11.colored .social-item.github{background-color:#666}.better-social-counter.style-style-11.colored .social-item.behance{background-color:#3b63fc}.better-social-counter.style-style-11.colored .social-item.youtube{background-color:#cc181e}.better-social-counter.style-style-11.colored .social-item.vimeo{background-color:#46a3e9}.better-social-counter.style-style-11.colored .social-item.instagram{background-color:#517FA4}.better-social-counter.style-style-11.colored .social-item.linkedin{background-color:#0266a0}.better-social-counter.style-style-11.colored .social-item.ok_ru{background-color:#ee8208}.better-social-counter.style-style-11.colored .social-item.vk{background-color:#4E729A}.better-social-counter.style-style-11.colored .social-item.vine{background-color:#00bf8f}.better-social-counter.style-style-11.colored .social-item.pinterest{background-color:#cb2027}.better-social-counter.style-style-11.colored .social-item.flickr{background-color:#2f44db}.better-social-counter.style-style-11.colored .social-item.steam{background-color:#666}.better-social-counter.style-style-11.colored .social-item.rss{background-color:#f97410}.better-social-counter.style-style-11.colored .social-item.forrst{background-color:#3b7140}.better-social-counter.style-style-11.colored .social-item.mailchimp{background-color:#2c9ab7}.better-social-counter.style-style-11.colored .social-item.envato{background-color:#82B440}.better-social-counter.style-style-11.colored .social-item.posts{background-color:#4397CB}.better-social-counter.style-style-11.colored .social-item.comments{background-color:#36B672}.better-social-counter.style-style-11.colored .social-item.members{background-color:#CA7641}.better-social-counter.style-style-11.colored .social-item.telegram{background-color:#179cde}.better-social-counter.style-style-11.colored .social-item.line{background-color:#00c400}.better-social-counter.style-style-11.colored .social-item.viber{background-color:#665cac}.better-social-counter.style-style-11.colored .social-item.appstore,.better-social-counter.style-style-11.colored .social-item.bbm{background-color:#000}.better-social-counter.style-style-11.colored .social-item.android{background-color:#68b445}.better-social-counter.style-style-11.colored .social-item.tumblr{background-color:#36465d}.better-social-counter.style-style-11.colored .social-item.snapchat{background:#fffc00;color:#000}.better-social-counter.style-style-11 .social-item.snapchat .item-count,.better-social-counter.style-style-11 .social-item.snapchat .item-join,.better-social-counter.style-style-11 .social-item.snapchat .item-title{color:#000}.better-social-counter.style-box .social-list{margin-top:0;margin-left:-5px;margin-right:-5px}.better-social-counter.style-box .social-item{width:25%;float:left;height:112px;margin:0 0 10px;padding:5px;text-align:center}.better-social-counter.style-box .social-item,.better-social-counter.style-box .social-item a,.better-social-counter.style-box .social-item a:hover{color:#fff;text-decoration:none}.better-social-counter.style-box .item-icon{display:block;width:100%;height:58px;font-size:18px;line-height:58px;background-color:#a3a3a3}.better-social-counter.style-box .item-count{font-weight:700;font-size:14px;display:block;line-height:32px;background-color:#939393}.better-social-counter.style-box .item-title{font-size:12px;display:block;line-height:17px;padding-bottom:5px;background-color:#939393}.better-social-counter.style-box.in-1-col .social-item{width:100%}.better-social-counter.style-box.in-2-col .social-item{width:50%}.better-social-counter.style-box.in-3-col .social-item{width:33.33333%}.better-social-counter.style-box.in-4-col .social-item{width:25%}.better-social-counter.style-box.in-5-col .social-item{width:20%;float:left}.better-social-counter.style-box.in-6-col .social-item{width:16.666666%;float:left}.better-social-counter.style-box.in-7-col .social-item{width:14.2857%;float:left}.better-social-counter.style-box.in-8-col .social-item{width:12.5%;float:left}.better-social-counter.style-box.in-9-col .social-item{width:11.111111%;float:left}.better-social-counter.style-box.in-10-col .social-item{width:10%;float:left}.better-social-counter.style-box.in-4-col[max-width~="230px"] .social-item{width:33.33%}.better-social-counter.style-modern .social-item{text-align:center;margin-bottom:5px;padding:10px 0 12px;border-bottom:1px solid #eee;display:block}.better-social-counter.style-modern .item-icon{width:38px;height:38px;display:inline-block;line-height:38px;text-align:center;vertical-align:middle;background-color:#a3a3a3;color:#fff;font-size:18px;margin:0 0 10px}.better-social-counter.style-modern .item-count{display:block;color:#5f5f5f;font-weight:700;font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.better-social-counter.style-modern .item-title{display:block;color:#9d9d9d;font-size:12px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.better-social-counter.style-modern.in-1-col .social-item{width:100%}.better-social-counter.style-modern.in-2-col .social-item{width:50%;float:left}.better-social-counter.style-modern.in-3-col .social-item{width:33.3333%;float:left}.better-social-counter.style-modern.in-3-col[max-width~="199px"] .social-item,.better-social-counter.style-modern.in-4-col[max-width~="199px"] .social-item{width:50%;float:left}.better-social-counter.style-modern.in-10-col[max-width~="358px"] .social-item,.better-social-counter.style-modern.in-5-col[max-width~="358px"] .social-item,.better-social-counter.style-modern.in-6-col[max-width~="358px"] .social-item,.better-social-counter.style-modern.in-7-col[max-width~="358px"] .social-item,.better-social-counter.style-modern.in-8-col[max-width~="358px"] .social-item,.better-social-counter.style-modern.in-9-col[max-width~="358px"] .social-item{width:50%}.better-social-counter.style-modern .social-item{width:25%;float:left}.better-social-counter.style-modern.in-5-col .social-item{width:20%;float:left}.better-social-counter.style-modern.in-6-col .social-item{width:16.666666%;float:left}.better-social-counter.style-modern.in-7-col .social-item{width:14.2857%;float:left}.better-social-counter.style-modern.in-8-col .social-item{width:12.5%;float:left}.better-social-counter.style-modern.in-9-col .social-item{width:11.11111%;float:left}.better-social-counter.style-modern.in-10-col .social-item{width:10%;float:left}.better-social-counter.style-name{text-align:center}.better-social-counter.style-name .social-item{display:inline-block;margin:5px 12px;font-size:13px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.better-social-counter.style-name .social-item .item-icon{margin-right:7px;vertical-align:middle}.better-social-counter.style-big-button .social-item{height:70px;background:#717171;padding:10px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:25%;float:left;margin:0 0 10px}.better-social-counter.style-big-button .social-item:last-child{margin-bottom:0}.better-social-counter.style-big-button .item-icon{width:50px;height:50px;line-height:50px;text-align:center;border:1px solid rgba(0,0,0,.05);background:rgba(0,0,0,.14)!important;-webkit-text-shadow:0 0 1px rgba(0,0,0,.2);-moz-text-shadow:0 0 1px rgba(0,0,0,.2);text-shadow:0 0 1px rgba(0,0,0,.2);color:#fff;margin-right:15px;display:inline-block;float:left;font-size:22px}.better-social-counter.style-big-button .item-name{display:block;color:#fff;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.better-social-counter.style-big-button .item-title-join{display:block;color:#fff;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.better-social-counter.style-big-button.colored .social-item.facebook{background-color:#4a639f}.better-social-counter.style-big-button.colored .social-item.facebook:hover{background-color:#5271b3}.better-social-counter.style-big-button.colored .social-item.twitter{background-color:#59c8ff}.better-social-counter.style-big-button.colored .social-item.twitter:hover{background-color:#58d1ff}.better-social-counter.style-big-button.colored .social-item.google{background-color:#D73D32}.better-social-counter.style-big-button.colored .social-item.google:hover{background-color:#e64035}.better-social-counter.style-big-button.colored .social-item.dribbble{background-color:#ea4c89}.better-social-counter.style-big-button.colored .social-item.dribbble:hover{background-color:#fd4f98}.better-social-counter.style-big-button.colored .social-item.delicious{background-color:#4a79ff}.better-social-counter.style-big-button.colored .social-item.delicious:hover{background-color:#5794ff}.better-social-counter.style-big-button.colored .social-item.soundcloud{background-color:#F50}.better-social-counter.style-big-button.colored .social-item.soundcloud:hover{background-color:#ff7e1c}.better-social-counter.style-big-button.colored .social-item.github{background-color:#666}.better-social-counter.style-big-button.colored .social-item.github:hover{background-color:grey}.better-social-counter.style-big-button.colored .social-item.behance{background-color:#3b63fc}.better-social-counter.style-big-button.colored .social-item.behance:hover{background-color:#3e7aff}.better-social-counter.style-big-button.colored .social-item.youtube{background-color:#cc181e}.better-social-counter.style-big-button.colored .social-item.youtube:hover{background-color:#eb1a21}.better-social-counter.style-big-button.colored .social-item.aparat,.better-social-counter.style-big-button.colored .social-item.aparat:hover{background-color:#df0f50}.better-social-counter.style-big-button.colored .social-item.vimeo{background-color:#46a3e9}.better-social-counter.style-big-button.colored .social-item.vimeo:hover{background-color:#49aff8}.better-social-counter.style-big-button.colored .social-item.instagram{background-color:#517FA4}.better-social-counter.style-big-button.colored .social-item.instagram:hover{background-color:#5e93be}.better-social-counter.style-big-button.colored .social-item.linkedin{background-color:#0266a0}.better-social-counter.style-big-button.colored .social-item.linkedin:hover{background-color:#027ec1}.better-social-counter.style-big-button.colored .social-item.vk{background-color:#4E729A}.better-social-counter.style-big-button.colored .social-item.vk:hover{background-color:#5982af}.better-social-counter.style-big-button.colored .social-item.vine{background-color:#00bf8f}.better-social-counter.style-big-button.colored .social-item.vine:hover{background-color:#00ce9a}.better-social-counter.style-big-button.colored .social-item.pinterest{background-color:#cb2027}.better-social-counter.style-big-button.colored .social-item.pinterest:hover{background-color:#e32229}.better-social-banner .banner-item.item-flickr,.better-social-counter.style-big-button.colored .social-item.flickr{background-color:#2f44db}.better-social-counter.style-big-button.colored .social-item.flickr:hover{background-color:#334af3}.better-social-counter.style-big-button.colored .social-item.steam{background-color:#666}.better-social-counter.style-big-button.colored .social-item.steam:hover{background-color:grey}.better-social-counter.style-big-button.colored .social-item.rss{background-color:#f97410}.better-social-counter.style-big-button.colored .social-item.rss:hover{background-color:#fe8913}.better-social-counter.style-big-button.colored .social-item.forrst{background-color:#3b7140}.better-social-counter.style-big-button.colored .social-item.forrst:hover{background-color:#47884d}.better-social-banner .banner-item.item-mailchimp,.better-social-counter.style-big-button.colored .social-item.mailchimp{background-color:#2c9ab7}.better-social-counter.style-big-button.colored .social-item.mailchimp:hover{background-color:#2da7c5}.better-social-banner .banner-item.item-envato,.better-social-counter.style-big-button.colored .social-item.envato{background-color:#82B440}.better-social-counter.style-big-button.colored .social-item.envato:hover{background-color:#88bb41}.better-social-counter.style-big-button.colored .social-item.posts{background-color:#4397CB}.better-social-counter.style-big-button.colored .social-item.posts:hover{background-color:#6DB1DB}.better-social-counter.style-big-button.colored .social-item.comments{background-color:#36B672}.better-social-counter.style-big-button.colored .social-item.comments:hover{background-color:#48CA85}.better-social-counter.style-big-button.colored .social-item.members{background-color:#CA7641}.better-social-counter.style-big-button.colored .social-item.members:hover{background-color:#DF864F}.better-social-counter.style-big-button.colored .social-item.telegram{background-color:#179cde}.better-social-counter.style-big-button.colored .social-item.telegram:hover{background-color:#168cc9}.better-social-counter.style-big-button.colored .social-item.line{background-color:#00c400}.better-social-counter.style-big-button.colored .social-item.line:hover{background-color:#00a400}.better-social-counter.style-big-button.colored .social-item.viber{background-color:#665cac}.better-social-counter.style-big-button.colored .social-item.viber:hover{background-color:#544c97}.better-social-counter.style-big-button.colored .social-item.bbm{background-color:#000}.better-social-counter.style-big-button.colored .social-item.bbm:hover{background-color:#101010}.better-social-counter.style-big-button.colored .social-item.appstore{background-color:#000}.better-social-counter.style-big-button.colored .social-item.appstore:hover{background-color:#101010}.better-social-counter.style-big-button.colored .social-item.android{background-color:#68b445}.better-social-counter.style-big-button.colored .social-item.android:hover{background-color:#4e8e39}.better-social-counter.style-big-button.colored .social-item.tumblr{background-color:#36465d}.better-social-counter.style-big-button.colored .social-item.tumblr:hover{background-color:#45576e}.better-social-counter.style-big-button.colored .social-item.ok_ru{background-color:#e27e35}.better-social-counter.style-big-button.colored .social-item.ok_ru:hover{background-color:#f28d36}.better-social-counter.style-big-button.colored .social-item.snapchat .item-name,.better-social-counter.style-big-button.colored .social-item.snapchat .item-title-join{color:#000}.better-social-counter.style-big-button.colored .social-item.snapchat{background:#fffc00;color:#000}.better-social-counter.style-big-button.colored .social-item.snapchat:hover{background:#e1de00;color:#000}.better-social-counter.style-big-button.in-1-col .social-item{width:100%}.better-social-counter.style-big-button.in-2-col .social-item{width:50%}.better-social-counter.style-big-button.in-3-col .social-item{width:33.33333%}.better-social-counter.style-big-button.in-3-col[max-width~="358px"] .social-item{width:50%}.better-social-counter.style-big-button.in-4-col .social-item{width:25%}.better-social-counter.style-big-button.in-4-col[max-width~="530px"] .social-item{width:50%}.better-social-counter.style-big-button.in-5-col .social-item{width:20%}.better-social-counter.style-big-button.in-5-col[max-width~="900px"] .social-item{width:33.333%}.better-social-counter.style-big-button.in-5-col[max-width~="530px"] .social-item{width:50%}.better-social-counter.style-big-button.in-6-col .social-item{width:16.666666%}.better-social-counter.style-big-button.in-6-col[max-width~="900px"] .social-item{width:20%}.better-social-counter.style-big-button.in-6-col[max-width~="750px"] .social-item{width:33.333%}.better-social-counter.style-big-button.in-6-col[max-width~="530px"] .social-item{width:50%}.better-social-counter.style-big-button.in-7-col .social-item{width:14.2857%}.better-social-counter.style-big-button.in-7-col[max-width~="900px"] .social-item{width:20%}.better-social-counter.style-big-button.in-7-col[max-width~="750px"] .social-item{width:33.333%}.better-social-counter.style-big-button.in-7-col[max-width~="530px"] .social-item{width:50%}.better-social-counter.style-big-button.in-8-col .social-item{width:12.5%}.better-social-counter.style-big-button.in-8-col[max-width~="900px"] .social-item{width:20%}.better-social-counter.style-big-button.in-8-col[max-width~="750px"] .social-item{width:33.333%}.better-social-counter.style-big-button.in-8-col[max-width~="530px"] .social-item{width:50%}.better-social-counter.style-big-button.in-9-col .social-item{width:11.111111%}.better-social-counter.style-big-button.in-9-col[max-width~="900px"] .social-item{width:20%}.better-social-counter.style-big-button.in-9-col[max-width~="750px"] .social-item{width:33.333%}.better-social-counter.style-big-button.in-9-col[max-width~="530px"] .social-item{width:50%}.better-social-counter.style-big-button.in-10-col .social-item{width:10%}.better-social-counter.style-big-button.in-10-col[max-width~="900px"] .social-item{width:20%}.better-social-counter.style-big-button.in-10-col[max-width~="750px"] .social-item{width:33.333%}.better-social-counter.style-big-button.in-10-col[max-width~="530px"] .social-item{width:50%}.better-social-banner .banner-item{display:block;text-align:left;padding:60px 25px 25px;color:#fff;position:relative;overflow:hidden;text-decoration:none}.better-social-banner a,.better-social-banner a:hover{text-decoration:none}.better-social-banner a.banner-item,.better-social-banner a.banner-item:hover{color:#fff!important;text-decoration:none!important}.better-social-banner .banner-item .item-icon{display:block;position:absolute;top:0;font-size:200px;right:20px;z-index:10}.better-social-banner .banner-item .item-icon:before{position:absolute;right:0;top:0}.better-social-banner .banner-item .item-count{display:block;z-index:20;position:relative;font-family:sans-serif;font-weight:100;font-size:22px;letter-spacing:4px}.better-social-banner .banner-item .item-button,.better-social-banner .banner-item .item-title{z-index:20;position:relative;font-family:sans-serif;text-transform:uppercase;letter-spacing:1px}.better-social-banner .banner-item .item-title{display:block;font-weight:600;font-size:11px;margin-bottom:15px}.better-social-banner .banner-item .item-button{display:inline-block;padding:6px 14px;background-color:#fff;border-radius:2px;color:#000;font-weight:700}.better-social-banner .banner-item.item-facebook{background-color:#3b5999}.better-social-banner .banner-item.item-facebook .item-icon{color:#4f69a2;right:-31px}.better-social-banner[max-width~="250px"] .banner-item.item-facebook .item-icon{right:-56px}.better-social-banner .banner-item.item-facebook .item-button{color:#3b5999}.better-social-banner .banner-item.item-twitter{background-color:#00b0ec}.better-social-banner .banner-item.item-twitter .item-icon{color:#009CD2;font-size:257px;top:-32px;right:10px}.better-social-banner[max-width~="250px"] .banner-item.item-twitter .item-icon{right:-15px}.better-social-banner .banner-item.item-twitter .item-button{color:#00b0ec}.better-social-banner .banner-item.item-google{background-color:#D73D32}.better-social-banner .banner-item.item-google .item-icon{color:#BE3228;font-size:208px;top:-9px}.better-social-banner[max-width~="250px"] .banner-item.item-google .item-icon{right:-10px}.better-social-banner .banner-item.item-google .item-button{color:#D73D32}.better-social-banner .banner-item.item-youtube{background-color:#cc181e}.better-social-banner .banner-item.item-youtube .item-icon{color:#E7393F;font-size:183px;top:3px}.better-social-banner[max-width~="250px"] .banner-item.item-youtube .item-icon{right:-15px}.better-social-banner .banner-item.item-youtube .item-button{color:#cc181e}.better-social-banner .banner-item.item-dribbble{background-color:#ea4c89}.better-social-banner .banner-item.item-dribbble .item-icon{color:#D83B78;font-size:198px;top:-4px}.better-social-banner[max-width~="250px"] .banner-item.item-dribbble .item-icon{right:-6px}.better-social-banner .banner-item.item-dribbble .item-button{color:#ea4c89}.better-social-banner .banner-item.item-vimeo{background-color:#46a3e9}.better-social-banner .banner-item.item-vimeo .item-icon{color:#3996DB;font-size:227px;top:-19px}.better-social-banner[max-width~="250px"] .banner-item.item-vimeo .item-icon{right:-8px}.better-social-banner .banner-item.item-vimeo .item-button{color:#46a3e9}.better-social-banner .banner-item.item-delicious{background-color:#4a79ff}.better-social-banner .banner-item.item-delicious .item-icon{color:#3D6AED;font-size:214px;top:-12px;right:15px}.better-social-banner[max-width~="250px"] .banner-item.item-delicious .item-icon{right:-14px}.better-social-banner .banner-item.item-delicious .item-button{color:#4a79ff}.better-social-banner .banner-item.item-soundcloud{background-color:#F50}.better-social-banner .banner-item.item-soundcloud .item-icon{color:#FF7E3E;font-size:415px;top:-109px;right:25px}.better-social-banner[max-width~="250px"] .banner-item.item-soundcloud .item-icon{right:2px}.better-social-banner .banner-item.item-soundcloud .item-button{color:#F50}.better-social-banner .banner-item.item-github{background-color:#666}.better-social-banner .banner-item.item-github .item-icon{color:#5b5b5b;font-size:234px;top:-29px;right:16px}.better-social-banner[max-width~="250px"] .banner-item.item-github .item-icon{right:-6px}.better-social-banner .banner-item.item-github .item-button{color:#666}.better-social-banner .banner-item.item-behance{background-color:#3b63fc}.better-social-banner .banner-item.item-behance .item-icon{color:#3559E5;font-size:280px;top:-41px}.better-social-banner[max-width~="250px"] .banner-item.item-behance .item-icon{right:3px}.better-social-banner .banner-item.item-behance .item-button{color:#3b63fc}.better-social-banner .banner-item.item-vk{background-color:#4E729A}.better-social-banner .banner-item.item-vk .item-icon{color:#446288;font-size:339px;top:-93px;right:20px}.better-social-banner[max-width~="250px"] .banner-item.item-vk .item-icon{right:2px}.better-social-banner .banner-item.item-vk .item-button{color:#4E729A}.better-social-banner .banner-item.item-vine{background-color:#00bf8f}.better-social-banner .banner-item.item-vine .item-icon{color:#00ab80;font-size:184px;top:3px;right:15px}.better-social-banner[max-width~="250px"] .banner-item.item-vine .item-icon{right:-10px}.better-social-banner .banner-item.item-vine .item-button{color:#00bf8f}.better-social-banner .banner-item.item-pinterest{background-color:#cb2027}.better-social-banner .banner-item.item-pinterest .item-icon{color:#b81e25;font-size:180px;right:3px}.better-social-banner[max-width~="250px"] .banner-item.item-pinterest .item-icon{right:-16px}.better-social-banner .banner-item.item-pinterest .item-button{color:#cb2027}.better-social-banner .banner-item.item-flickr .item-icon{color:#495EF4;font-size:403px;right:20px;top:-104px}.better-social-banner[max-width~="250px"] .banner-item.item-flickr .item-icon{right:-2px}.better-social-banner .banner-item.item-flickr .item-button{color:#2f44db}.better-social-banner .banner-item.item-steam{background-color:#666}.better-social-banner .banner-item.item-steam .item-icon{color:#595959;font-size:196px;right:20px;top:-3px}.better-social-banner[max-width~="250px"] .banner-item.item-steam .item-icon{right:3px}.better-social-banner .banner-item.item-steam .item-button{color:#666}.better-social-banner .banner-item.item-instagram{background-color:#517FA4}.better-social-banner .banner-item.item-instagram .item-icon{color:#497092;font-size:185px;right:23px}.better-social-banner[max-width~="250px"] .banner-item.item-instagram .item-icon{right:2px}.better-social-banner .banner-item.item-instagram .item-button{color:#517FA4}.better-social-banner .banner-item.item-forrst{background-color:#3b7140}.better-social-banner .banner-item.item-forrst .item-icon{color:#336137;font-size:184px;top:2px;right:13px}.better-social-banner[max-width~="250px"] .banner-item.item-forrst .item-icon{right:-15px}.better-social-banner .banner-item.item-forrst .item-button{color:#3b7140}.better-social-banner .banner-item.item-mailchimp .item-icon{color:#2886a1;font-size:234px;right:24px;top:-30px}.better-social-banner[max-width~="250px"] .banner-item.item-mailchimp .item-icon{right:0}.better-social-banner .banner-item.item-mailchimp .item-button{color:#2c9ab7}.better-social-banner .banner-item.item-envato .item-icon{color:#6d9939;font-size:184px;top:3px}.better-social-banner[max-width~="250px"] .banner-item.item-envato .item-icon{right:-10px}.better-social-banner .banner-item.item-envato .item-button{color:#82B440}.better-social-banner .banner-item.item-rss{background-color:#f97410}.better-social-banner .banner-item.item-rss .item-icon{color:rgba(255,255,255,.3);font-size:204px;top:3px;right:0}.better-social-banner[max-width~="250px"] .banner-item.item-android .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-appstore .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-bbm .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-line .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-ok_ru .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-rss .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-telegram .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-viber .item-icon{right:-10px}.better-social-banner .banner-item.item-rss .item-button{color:#f97410}.better-social-banner .banner-item.item-line{background-color:#07bd07}.better-social-banner .banner-item.item-line .item-icon{color:#00a400;font-size:168px;top:12px}.better-social-banner .banner-item.item-line .item-button{color:#07bd07}.better-social-banner .banner-item.item-telegram{background-color:#179cde}.better-social-banner .banner-item.item-telegram .item-icon{color:#168cc9;font-size:188px;top:3px}.better-social-banner .banner-item.item-telegram .item-button{color:#179cde}.better-social-banner .banner-item.item-viber{background-color:#665cac}.better-social-banner .banner-item.item-appstore,.better-social-banner .banner-item.item-bbm{background-color:#0e0e0e}.better-social-banner .banner-item.item-viber .item-icon{color:#544c97;font-size:158px;top:18px}.better-social-banner .banner-item.item-viber .item-button{color:#665cac}.better-social-banner .banner-item.item-bbm .item-icon{color:#313131;font-size:158px;top:18px}.better-social-banner .banner-item.item-bbm .item-button{color:#0e0e0e}.better-social-banner .banner-item.item-appstore .item-icon{color:#313131;font-size:158px;top:18px}.better-social-banner .banner-item.item-appstore .item-button{color:#0e0e0e}.better-social-banner .banner-item.item-android{background-color:#68b445}.better-social-banner .banner-item.item-android .item-icon{color:#4e903b;font-size:158px;top:18px}.better-social-banner .banner-item.item-android .item-button{color:#68b445}.better-social-banner .banner-item.item-ok_ru{background-color:#e27e35}.better-social-banner .banner-item.item-ok_ru .item-icon{color:#ffebdc;font-size:158px;top:18px}.better-social-banner .banner-item.item-ok_ru .item-button{color:#c66031}.better-social-banner .banner-item.item-linkedin{background-color:#0266a0}.better-social-banner .banner-item.item-linkedin .item-icon{font-size:208px;right:-5px;opacity:.2}.better-social-banner[max-width~="250px"] .banner-item.item-linkedin .item-icon{right:-10px}.better-social-banner .banner-item.item-linkedin .item-button{color:#0266a0}.better-social-banner .banner-item.item-snapchat{background-color:#fffc00}.better-social-banner .banner-item.item-snapchat .item-icon{color:#000;font-size:208px;right:-5px}.better-social-banner[max-width~="250px"] .banner-item.item-snapchat .item-icon,.better-social-banner[max-width~="250px"] .banner-item.item-tumblr .item-icon{right:-10px}.better-social-banner .banner-item.item-snapchat .item-button,.better-social-banner .banner-item.item-snapchat .item-count,.better-social-banner .banner-item.item-snapchat .item-title{color:#000}.better-social-banner .banner-item.item-tumblr{background-color:#36465d}.better-social-banner .banner-item.item-tumblr .item-icon{font-size:158px;top:18px}.better-social-banner .banner-item.item-tumblr .item-button{color:#36465d}.better-social-banner .banner-item.item-aparat{background-color:#df0f50}.better-social-banner .banner-item.item-aparat .item-icon{font-size:183px;top:3px}.better-social-banner[max-width~="250px"] .banner-item.item-aparat .item-icon{right:-15px}.better-social-banner .banner-item.item-aparat .item-button{color:#df0f50}/* ============================
VIDEO
============================ */
div.bg_rutube_centerVideo {    	   
	display: block;
	position:relative;
	width: 100%;
	margin: 0;
	padding: 0; 
	padding-top: 56.25%; 
}

div.bg_rutube_videoContainer,
div.bg_rutube_videoContainer iframe {    	   
	position:absolute;
	margin: 0; 
	padding: 0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
	content: ' ';
	cursor: pointer;
}

div.bg_rutube_buttonPlay {
	position:absolute;
	top: calc(50% - 1.5em);
	left: calc(50% - 1.5em);
	width: 3em;
	height: 3em;
	display: block;
	cursor: pointer;
	background-image: url(../../../plugins/bg-rutube-embed/css/play.svg);
	cursor: pointer;
}

/* ============================
VIDEO PLAYLIST TABLE
============================ */
div.bg_rutube_videoPlayList {
	padding: 0;
	overflow: auto;
	margin: 20px auto; 
}

table.bg_rutube_videoPlayListInfo,
table.bg_rutube_videoPlayListTable {
	width: 100%;
}
table.bg_rutube_videoPlayListInfo tr, 
table.bg_rutube_videoPlayListTable tr {
	height: 4.5rem;
	border: 0;
	border-bottom: 2px solid white;
}
table.bg_rutube_videoPlayListTable tr {
	cursor: pointer;
}
table.bg_rutube_videoPlayListTable tr:nth-child(odd) {
	/* фон нечетных строк */
	background-color: #eeeeee; /* #ede4d6; */
}
table.bg_rutube_videoPlayListTable tr:nth-child(even) {
	/* фон четных строк */
	background-color: #fafafa; /* #f8f4eb; */
}
table.bg_rutube_videoPlayListTable tr:hover {
	/* фон выделенной строки */
	background-color: #cccccc; /* #FAEBCD; */ 
}
table.bg_rutube_videoPlayListTable td {
	padding-left: 10px;
	padding-right: 5px;
	height: 6rem;
	min-width: 4.5em;
}

table.bg_rutube_videoPlayListInfo td:first-child,
table.bg_rutube_videoPlayListTable td:first-child {
	background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 10rem;
    padding: 0px;
}

td.bg_rutube_navLeft {
	text-align: left;
}
td.bg_rutube_navRight {
	text-align: right;
}

@media screen and (max-width: 960px) {
	table.bg_rutube_videoPlayListInfo td:first-child
	table.bg_rutube_videoPlayListTable td:first-child {
		width: 6rem;
	}
	table.bg_rutube_videoPlayListInfo td,
	table.bg_rutube_videoPlayListTable td {
		padding-left: 5px;
		padding-right: 2px;
		height: 4.5rem;
		min-width: 3em;
	}
}
/* ============================
MOVIE NAVIGATION
============================ */
table.bg_rutube_nav_movies {
	width: 100%;
}

.bg_rutube_navButton {
	width: 12rem;
	cursor: pointer;
	padding: 6px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */      }

.bg_rutube_navButton:hover {
	color: darkred;
}
.bg_rutube_navButton:active {
	color: red;
}

/* ============================
PAGINATION BUTTONS
============================ */
.bg_rutube_paginate {
  text-align: center; }
  .bg_rutube_paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .bg_rutube_paginate li {
    display: inline; }
  .bg_rutube_paginate a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
    .bg_rutube_paginate a:first-child, .bg_rutube_paginate a.first {
      margin-left: 0; }
    .bg_rutube_paginate a:last-child, .bg_rutube_paginate a.last {
      margin-right: 0; }
    .bg_rutube_paginate a:hover, .bg_rutube_paginate a:focus {
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
    .bg_rutube_paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .bg_rutube_paginate a.current {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }
.bs-slider-list,.bs-slider-slider,.bs-slider-track{position:relative;display:block}.bs-slider-loading .bs-slider-slide,.bs-slider-loading .bs-slider-track{visibility:hidden}.bs-slider-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.bs-slider-list{overflow:hidden;margin:0;padding:0}.bs-slider-list:focus{outline:0}.bs-slider-list.dragging{cursor:pointer;cursor:hand}.bs-slider-slider .bs-slider-list,.bs-slider-slider .bs-slider-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bs-slider-track{top:0;left:0}.bs-slider-track:after,.bs-slider-track:before{display:table;content:''}.bs-slider-track:after{clear:both}.bs-slider-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .bs-slider-slide{float:right}.bs-slider-slide img{display:block}.bs-slider-slide.bs-slider-loading img{display:none}.bs-slider-slide.dragging img{pointer-events:none}.bs-slider-initialized .bs-slider-slide{display:block}.bs-slider-vertical .bs-slider-slide{display:block;height:auto;border:1px solid transparent}.bs-slider-arrow.bs-slider-hidden{display:none}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url('../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('../../../themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/** i is for important - used for locations that font name should be defined in high priority **/
.fai {
    font: normal normal normal 14px/1 FontAwesome !important;
}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.betterstudio-review{background-color:#fff;margin-bottom:20px;border:1px solid #ebebeb;clear:left;position:relative}.betterstudio-review .page-heading{margin:0 0 10px;font-size:24px}.betterstudio-review .page-heading:last-child{margin-bottom:0}.betterstudio-review .verdict>br,.betterstudio-review p:empty{display:none}.betterstudio-review .overall{float:right;background-color:#0080ce;color:#fff;padding:10px;width:160px;text-align:center;font-family:"Open Sans",sans-serif;font-weight:500;border-radius:3px;margin-left:15px}.betterstudio-review .overall .rate{font-size:60px;font-weight:600;line-height:60px;display:block}.betterstudio-review .overall .rate .percentage{font-size:24px;line-height:24px}.betterstudio-review .verdict-summary{line-height:1.45}.betterstudio-review .criteria-list ul{list-style:none;padding:0;margin:0}.betterstudio-review .criteria-list li{border-bottom:1px solid #ebebeb;padding:8px 0}.betterstudio-review .criteria-list li:last-child{border-bottom:none}.betterstudio-review .criteria-list li .criterion .rate{float:right}.betterstudio-review .criteria-list li .rating-stars{float:right;margin-top:-20px}.betterstudio-review .criteria-list li .rating-bar{width:100%;margin:10px 0 5px;height:15px}.betterstudio-review .criteria-list li .rating-bar span{height:15px;background:#0080ce}.betterstudio-review .criteria-list li .review-description{font-size:14px;border-top:1px solid #ebebeb}@media only screen and (max-width:480px){.betterstudio-review .overall{float:none;width:100%;margin:0 0 12px}.betterstudio-review .verdict-summary{padding:0}}.rating-stars{float:none;max-width:80px;font-size:15px;color:#c3c3c3;text-align:left;position:relative}.ie .rating-stars{max-width:95px;width:95px;height:20px;overflow:hidden}.rating-stars span,.rating-stars span:before,.rating-stars:before{content:"\f005\f005\f005\f005\f005";color:inherit;letter-spacing:2px;display:block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;white-space:nowrap}.rating-stars span{color:inherit;position:absolute;top:0;left:0;overflow:hidden;text-indent:-9999px;display:inline-block}.rating-stars span:before{color:#0080ce;text-indent:0}.betterstudio-review .criteria-list .rating-stars{color:#c3c3c3}.betterstudio-review .overall .rating-stars span:before{color:#fff}.betterstudio-review .overall .rating-stars{margin:15px auto 7px;color:rgba(0,0,0,.23)}.post-meta .rating-stars,.post-meta .rating-stars span,.post-meta .rating-stars span:before,.post-meta .rating-stars:before{display:inline-block;font-size:12px;float:right;line-height:19px}.rating-bar{float:none;width:60px;font-size:15px;background-color:#c3c3c3;text-align:left;position:relative;height:12px;display:block;margin:auto}.rating-bar span{height:12px;display:block}.rating-bar span.rate-number{background-color:transparent!important;width:auto;height:12px;position:absolute;top:0;margin-top:-3px;right:-20px;font-size:10px}.betterstudio-review .verdict .rating-bar{margin:15px auto 7px;background-color:rgba(0,0,0,.23);height:10px}.betterstudio-review .verdict .rating-bar span{height:10px;background-color:#fff}.betterstudio-review .criteria-list .rating-bar{background-color:#c3c3c3}.post-meta .rating-bar{display:inline-block;height:9px;float:right;margin-top:6px}.post-meta .rating-bar span{height:9px}.betterstudio-review .affiliate,.betterstudio-review .criteria-list,.betterstudio-review .readers-ratings,.betterstudio-review .review-cons-pros>aside,.betterstudio-review .review-description,.betterstudio-review .verdict{padding:20px;margin:0;position:relative}.betterstudio-review .criteria-list{padding:15px 20px;border-top:1px solid #ebebeb}.betterstudio-review .review-cons-pros>aside{padding:20px;line-height:22px}.betterstudio-review .readers-ratings{padding-top:15px;padding-bottom:15px;z-index:2}.review-cons-section,.review-pros-section{float:left;width:50%;border-top:1px solid #ebebeb}.review-cons-section:first-child:last-child,.review-pros-section:first-child:last-child{float:none;width:100%}.review-cons-section .fa,.review-pros-section .fa{width:26px;height:26px;line-height:27px;border-radius:30px;font-size:16px;text-align:center;color:#fff;background:#02c03c}.review-cons-section .fa{background-color:#e60000}.review-cons-section ul,.review-pros-section ul{list-style:none;padding-left:13px;overflow:hidden}.review-cons-section li,.review-pros-section li{position:relative;margin-bottom:7px;padding-left:25px}.review-cons-section li:last-child,.review-pros-section li:last-child{margin-bottom:0}.review-cons-section li:before,.review-pros-section li:before{width:25px;content:"\f00c";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0;top:6px;color:#1ec64c}.review-cons-section li:before{content:"\f00d";color:#e50000}.readers-ratings{background:#f9f9f9;border-top:1px solid #ebebeb}.readers-ratings .rating-stars{display:inline-block;margin:0 10px;max-width:94px;cursor:pointer}.readers-ratings .rating-stars.disable{cursor:default}.readers-ratings .rating-stars span:before,.readers-ratings .rating-stars:before{font-size:19px}.readers-ratings .rating-stars span:before{color:#f5be00}.betterstudio-review .affiliate{background:#f9f9f9;border-top:1px solid #ebebeb;line-height:30px;padding-top:10px;padding-bottom:10px}.betterstudio-review .affiliate-btn{padding:5px 15px;border-radius:3px;float:right}.betterstudio-review .heading{font-size:15px;color:#282828;font-weight:bolder}.betterstudio-review .heading .fa{margin-right:7px}.betterstudio-review .review-cons-pros .heading{padding:0;margin:0 0 10px}.betterstudio-review .btn .fa{margin-right:5px}.betterstudio-review .btn{border-bottom:2px solid rgba(0,0,0,.3);text-transform:none!important;background:#0080ce!important}.betterstudio-review .btn:hover{text-decoration:none!important;color:#fff}.betterstudio-review .error-message{margin:0 15px;color:#e50000}.betterstudio-review .verdict .page-heading{color:#0080ce}.betterstudio-review .review-cons-pros ul{margin:0;padding:0 0 0 7px}.betterstudio-review .readers-ratings .rating,.betterstudio-review .readers-ratings .total-votes{text-align:right;margin-right:0;vertical-align:top;font-size:14px;height:24px;line-height:24px;display:inline-block}.betterstudio-review .readers-ratings>aside.rating{float:right}.betterstudio-review .readers-ratings>aside.heading{float:left}.betterstudio-review .readers-ratings>.rating .rating{height:22px;line-height:22px;margin-top:2px}.betterstudio-review .readers-ratings .total-votes{color:#848484}.betterstudio-review .rating-stars span{width:0}.betterstudio-review .review-first-col{float:left;width:67%}.betterstudio-review .review-second-col{float:right;width:33%}.betterstudio-review.big-2:before,.betterstudio-review.big-3:before{content:' ';display:block;width:1px;height:100%;right:33%;position:absolute;z-index:1;background:#ebebeb}.betterstudio-review.big-2 .review-cons-pros>aside,.betterstudio-review.big-3 .review-cons-pros>aside{float:none;width:100%;border-top-width:0}.betterstudio-review.big-2 .review-cons-pros>aside:last-child,.betterstudio-review.big-3 .review-cons-pros>aside:last-child{border-bottom-width:0}.betterstudio-review.big-2 .overall,.betterstudio-review.big-3 .overall{margin-left:0;margin-right:15px;float:left}.betterstudio-review.big-2 .affiliate,.betterstudio-review.big-3 .affiliate{padding-right:10px}.betterstudio-review.big-3 .review-first-col{float:right}.betterstudio-review.big-3 .review-second-col{float:left}.betterstudio-review.big-3:before{right:auto;left:33%}.betterstudio-review.big-2 .review-first-col:first-child:last-child,.betterstudio-review.big-3 .review-first-col:first-child:last-child{float:none;width:100%}.betterstudio-review.big-2.no-sec-column:before,.betterstudio-review.big-3.no-sec-column:before{display:none}.betterstudio-review.big-4 .review-header{position:relative}.betterstudio-review.big-4 .verdict{float:left;width:65%}.betterstudio-review.big-4 .verdict:first-child:last-child{width:100%;float:none;padding-top:30px;padding-bottom:30px}.betterstudio-review.big-4 .affiliate{width:35%;margin:0;padding:25px 15px 10px;line-height:25px;position:absolute;right:0;top:0;bottom:0;border-left:1px solid #ebebeb;border-top:0;text-align:center}.betterstudio-review.big-4 .verdict-summary{padding:0}.betterstudio-review.big-4 .heading{font-size:14px;font-weight:700;margin-top:0}.betterstudio-review.big-4 .affiliate .heading{padding-top:15px}.betterstudio-review.big-4 .review-cons-pros .heading{font-size:16px}.betterstudio-review.big-4 .criteria-list{border-top:1px solid #ebebeb;padding:20px}.betterstudio-review.big-4 .criteria-list ul{padding-left:180px}.betterstudio-review.big-4 .overall{float:left;margin-left:0;margin-right:15px;text-align:center}.betterstudio-review.big-4 .overall .rating-bar{margin:5px auto;background-color:rgba(255,255,255,.24)}.betterstudio-review.big-4 .overall .rating-bar.rating-bar span{background-color:#fff}.betterstudio-review.big-4 .criteria-list li:first-child{padding-top:0}.betterstudio-review.big-4 .review-cons-pros>aside:first-child{padding-left:25px}.betterstudio-review.big-4 .affiliate-btn{float:none;padding:8px 18px;border-radius:3px}.betterstudio-review.big-5 .overall{float:left;margin-left:0;margin-right:0}.betterstudio-review.big-5 .verdict-summary{padding-right:0;padding-left:182px}.betterstudio-review.big-5 .affiliate{margin-top:0;border-top:none;border-bottom:1px solid #ebebeb}.betterstudio-review.big-5 .criteria-list{float:left;width:100%;padding:0;border-top:1px solid #ececec}.betterstudio-review.big-5 .criteria-list:first-child{border-top:none}.betterstudio-review.big-5 .heading .fa{margin-right:10px}.betterstudio-review.tall-1,.betterstudio-review.tall-2{width:315px;border:1px solid #ebebeb}.betterstudio-review.tall-1.right,.betterstudio-review.tall-2.right{float:right;margin:0 0 20px 20px}.betterstudio-review.tall-1.left,.betterstudio-review.tall-2.left{float:left;margin:0 20px 20px 0}.betterstudio-review.tall-1 .overall,.betterstudio-review.tall-2 .overall{float:none;width:100%;margin:0;padding:20px 10px}.betterstudio-review.tall-2 .overall{border-radius:0}.betterstudio-review.tall-1 .verdict-summary,.betterstudio-review.tall-2 .verdict-summary{float:none;padding:0;margin-top:20px;font-size:14px;line-height:1.3}.betterstudio-review.tall-2 .verdict-summary{line-height:1.5}.betterstudio-review.tall-1 .review-cons-pros>aside,.betterstudio-review.tall-2 .review-cons-pros>aside{float:none;width:100%}.betterstudio-review.tall-1 .readers-ratings>aside,.betterstudio-review.tall-2 .readers-ratings>aside{float:none;width:100%;text-align:center}.betterstudio-review.tall-1 .total-votes,.betterstudio-review.tall-2 .total-votes{display:block}.betterstudio-review.tall-1 .verdict .page-heading,.betterstudio-review.tall-2 .verdict .page-heading{font-size:20px}.betterstudio-review.tall-1 .affiliate-btn,.betterstudio-review.tall-2 .affiliate-btn{float:none}.betterstudio-review.tall-1 .readers-ratings,.betterstudio-review.tall-2 .readers-ratings{line-height:15px;padding:20px 20px 15px}.betterstudio-review.tall-1 .readers-ratings .heading,.betterstudio-review.tall-2 .readers-ratings .heading{font-size:15px;font-weight:700}.betterstudio-review.tall-1 .review-cons-pros .heading,.betterstudio-review.tall-2 .review-cons-pros .heading{margin-top:0}.betterstudio-review.tall-1 .readers-ratings .total-votes,.betterstudio-review.tall-2 .readers-ratings .total-votes{font-size:13px;text-align:center}.betterstudio-review.tall-1 .readers-ratings aside.rating,.betterstudio-review.tall-2 .readers-ratings aside.rating{line-height:25px;padding-top:10px;height:auto;text-align:center}.betterstudio-review.tall-2 .verdict{padding:0}.betterstudio-review.tall-2 .review-cons-pros>aside{padding:0;border:none}.betterstudio-review.tall-2 .review-cons-pros ul,.betterstudio-review.tall-2 .the-content{padding:0 20px;margin-bottom:20px}.betterstudio-review.tall-2 .review-cons-pros .heading{margin-bottom:18px;padding:10px 20px;background:#f9f9f9;border:1px solid #ebebeb;border-width:1px 0}@media only screen and (max-width:780px){.betterstudio-review .review-first-col,.betterstudio-review .review-second-col,.betterstudio-review.big-4 .affiliate,.betterstudio-review.big-4 .criteria-list ul,.betterstudio-review.big-4 .verdict,.betterstudio-review.big-5 .verdict-summary{width:100%;float:none;clear:both}.betterstudio-review.big-4 .criteria-list ul{padding-left:0;padding-top:10px;margin-bottom:0;clear:both}.betterstudio-review.big-4 .overall{width:100%}.betterstudio-review.big-4 .affiliate{float:none;width:100%;border-top:1px solid #ebebeb;border-left-width:0;position:relative}.betterstudio-review.big-2 .review-description,.betterstudio-review.big-3 .review-description{border-top:none;border-bottom:1px solid #ebebeb}.betterstudio-review.big-3:before,.betterstudio-review:before{display:none!important}.betterstudio-review.big-2 .criteria-list,.betterstudio-review.big-3 .criteria-list{margin-bottom:0;border-bottom:1px solid #ebebeb}.betterstudio-review.big-5 .verdict-summary{padding:10px 0 0}.betterstudio-review .readers-ratings>aside.rating{float:none;text-align:center;height:auto;display:block}.betterstudio-review .readers-ratings>aside.heading{float:none;text-align:center;margin-bottom:8px}.betterstudio-review .readers-ratings .total-votes{display:block;text-align:center}.betterstudio-review .readers-ratings{padding-top:20px;padding-bottom:20px}.betterstudio-review.tall-1,.betterstudio-review.tall-2{width:100%;float:none}}@media only screen and (max-width:480px){.betterstudio-review .overall{float:none;width:100%;margin-bottom:12px}.betterstudio-review .verdict-summary{padding:0}.betterstudio-review .review-cons-pros>aside{float:none;width:100%}}.entry-content.single-post-content blockquote.bs-quote,.single-page-simple-content .entry-content blockquote.bs-quote,blockquote.bs-quote{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;text-align:inherit;text-transform:inherit;width:auto;height:auto;background:0 0;border-radius:inherit;padding:0;margin:0;border:none;clear:inherit;color:inherit;line-height:1.4;position:relative;top:inherit;left:inherit;right:inherit;bottom:inherit}.entry-content.single-post-content blockquote.bs-quote:before,.single-page-simple-content .entry-content blockquote.bs-quote:before,blockquote.bs-quote p,blockquote.bs-quote:before{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;font-style:inherit;text-align:inherit;text-transform:inherit;width:auto;height:auto;background:0 0;border-radius:inherit;padding:0;clear:inherit}.entry-content.single-post-content blockquote.bs-quote:before,.single-page-simple-content .entry-content blockquote.bs-quote:before,blockquote.bs-quote:before{margin:0;border:none;color:inherit;content:'';display:none;position:inherit;top:inherit;left:inherit;right:inherit;bottom:inherit}blockquote.bs-quote{--bq-primary-color:var(--publisher-main-term-color, var(--publisher-primary-color, #057fce));color:#121212}blockquote.bs-quote.bs-quote.bsq-left{float:left;max-width:300px;margin-right:30px;padding-left:0;padding-right:0}blockquote.bs-quote.bs-quote.bsq-right{float:right;max-width:300px;margin-left:30px;padding-left:0;padding-right:0}blockquote.bs-quote .quote-author span{display:block}blockquote.bs-quote p{margin:0;border:none;color:#121212;word-wrap:break-word}blockquote.bs-quote a,blockquote.bs-quote a:hover{color:var(--bq-primary-color)}.bs-quote-clearfix{clear:both}@media only screen and (max-width:500px){.bs-quote.bs-quote.bsq-left,.bs-quote.bs-quote.bsq-right{margin-left:auto!important;margin-right:auto!important;float:none!important}}blockquote.bs-quote.bsq-t1:after{background-color:var(--bq-primary-color);content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:inline-block}blockquote.bs-quote.bsq-t1 a,blockquote.bs-quote.bsq-t1 a:hover,blockquote.bs-quote.bsq-t1:before{color:var(--bq-primary-color)}blockquote.bs-quote.bsq-t1 .quote-author{margin-top:20px;text-align:center}blockquote.bs-quote.bsq-t1 .quote-author-name{font-size:15px;font-weight:bolder}blockquote.bs-quote.bsq-t1 .quote-author-avatar+.quote-author-name{margin-top:8px}blockquote.bs-quote.bsq-t1 .quote-author-job{font-size:13px;color:#969696}blockquote.bs-quote.bsq-t1 .quote-author-avatar{border-radius:50%;margin-left:auto;margin-right:auto;margin-bottom:0}.entry-content.single-post-content blockquote.bs-quote.bsq-t1,.single-page-simple-content .entry-content blockquote.bs-quote.bsq-t1,blockquote.bs-quote.bsq-t1{padding:80px 30px 30px;font-size:120%;text-align:center;margin:0 0 26px;z-index:1}.entry-content.single-post-content blockquote.bs-quote.bsq-t1:before,.single-page-simple-content .entry-content blockquote.bs-quote.bsq-t1:before,blockquote.bs-quote.bsq-t1 .icon-bs-quote:before,blockquote.bs-quote.bsq-t1:before{content:"\b040";font:normal normal normal 14px/1 bs-icons;font-size:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;width:60px;height:60px;line-height:60px;background:0 0;border-radius:inherit;text-align:inherit;display:inline-block;position:absolute;top:13px;left:50%;margin:0 0 0 -30px;z-index:1}blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s2.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s3.bsq-left{margin-right:25px}blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s2.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s3.bsq-right{margin-left:25px}blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1{padding:65px 0 0}blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1:before{top:0}blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1:after{display:none}blockquote.bs-quote.bsq-t1.bsq-s1.bsq-s1.bs-quote:before{color:#232323}blockquote.bs-quote.bsq-t1.bsq-s2{margin-bottom:20px;padding-top:100px}blockquote.bs-quote.bsq-t1.bsq-s2:before{top:23px;content:"\b042";font-size:62px}blockquote.bs-quote.bsq-t1.bsq-s2:after{display:inline-block;z-index:-1;opacity:.15}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5.bs-quote:before,blockquote.bs-quote.bsq-t1.bsq-s4.bs-quote:before{display:none}blockquote.bs-quote.bsq-t1.bsq-s2.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s2.bs-quote.bsq-right{padding-left:25px;padding-right:25px}blockquote.bs-quote.bsq-t1.bsq-s3.bsq-s3{padding-bottom:0;padding-right:0;padding-left:0}blockquote.bs-quote.bsq-t1.bsq-s3:after{width:60px;height:60px;position:absolute;top:0;left:50%;margin:0 0 0 -30px;z-index:-1;border-radius:50%}blockquote.bs-quote.bsq-t1.bsq-s3.bs-quote.bs-quote:before{color:#fff;font-size:24px;top:0}blockquote.bs-quote.bsq-t1.bsq-s3 .quote-author-name{font-weight:bolder}blockquote.bs-quote.bsq-t1.bsq-s4{margin-bottom:20px;padding-top:50px;padding-bottom:35px}blockquote.bs-quote.bsq-t1.bsq-s4:after{z-index:-1}blockquote.bs-quote.bsq-t1.bsq-s4.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s4.bsq-right{padding-left:25px;padding-right:25px;max-width:400px}blockquote.bs-quote.bsq-t1.bsq-s4.bsq-left{margin-right:25px}blockquote.bs-quote.bsq-t1.bsq-s4.bsq-right{margin-left:25px}blockquote.bs-quote.bsq-t1.bsq-s4,blockquote.bs-quote.bsq-t1.bsq-s4 .quote-author-job,blockquote.bs-quote.bsq-t1.bsq-s4 .quote-author-name,blockquote.bs-quote.bsq-t1.bsq-s4 p,blockquote.bs-quote.bsq-t1.bsq-s4.bs-quote.bs-quote a{color:#fff}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5{padding:30px 0;text-align:inherit;font-size:123%;border-bottom:1px solid #eee!important}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5.bsq-left{margin-right:30px;margin-bottom:20px;margin-top:10px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6.bsq-left,blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s8.bsq-left{margin-right:25px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5.bsq-right{margin-left:30px;margin-bottom:20px;margin-top:10px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6.bsq-right,blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s8.bsq-right{margin-left:25px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5:after{position:absolute;top:0;left:0;right:0;display:inline-block;height:6px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5 .quote-author .quote-author-avatar{display:inline-block}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5 .quote-author{text-align:inherit}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s5 .quote-author-name{font-weight:bolder}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6{text-align:inherit;font-size:123%;padding:0 0 0 30px;margin-top:4px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6:before{display:none}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6:after{position:absolute;top:0;left:0;bottom:0;display:inline-block;width:6px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6 .quote-author .quote-author-avatar{display:inline-block}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6 .quote-author{text-align:inherit}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s6 .quote-author-name{font-weight:bolder}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7{text-align:inherit;font-size:123%;padding:18px 16px 18px 30px;background:#f1f1f1}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7:before{display:none!important}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7:after{position:absolute;top:0;left:0;bottom:0;display:inline-block;width:6px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7 .quote-author .quote-author-avatar{display:inline-block}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7 .quote-author{text-align:inherit}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s7 .quote-author-name{font-weight:bolder}blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bs-quote{border:1px solid #e1e1e1!important;padding:65px 30px 35px 55px}blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bs-quote:before{color:#fff}blockquote.bs-quote.bsq-t1.bsq-s8:after{border-top:100px solid transparent;border-right:100px solid transparent;background:0 0;left:-1px;right:inherit;top:-1px;z-index:0;border-top-color:var(--bq-primary-color)}blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bs-quote:after{background-color:transparent}blockquote.bs-quote.bsq-t1.bsq-s8 .quote-author,blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote{text-align:inherit}blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote:before{top:0;left:0;margin:0;font-size:27px;text-align:center}blockquote.bs-quote.bsq-t1.bsq-s10.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s9.bsq-left{margin-right:30px}blockquote.bs-quote.bsq-t1.bsq-s8 .quote-content:after{content:'';display:inline-block;position:absolute;top:-1px;left:-1px;right:-1px;height:6px;background-color:var(--bq-primary-color)}blockquote.bs-quote.bsq-t1.bsq-s8 .quote-author .quote-author-avatar{display:inline-block}blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s8.bs-quote.bsq-right{max-width:400px}blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote.bsq-right{max-width:360px}blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote{padding:95px 30px 30px;border:1px solid #e1e1e1!important}blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote:before{content:"\b042";font-size:50px;top:23px}blockquote.bs-quote.bsq-t1.bsq-s9.bs-quote:after{display:none}blockquote.bs-quote.bsq-t1.bsq-s9.bsq-right{margin-left:30px}blockquote.bs-quote.bsq-t1.bsq-s9 .quote-author{margin-top:25px}blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote{border:1px solid #e1e1e1!important;margin-top:40px;padding:65px 30px 27px}blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote:before{content:"\b042";font-size:34px;top:-30px}blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote:after{background:#fff;width:80px;height:80px;border:1px solid #e1e1e1;border-radius:50%;left:50%;top:-40px;margin-left:-40px;z-index:0}blockquote.bs-quote.bsq-t1.bsq-s10.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s11.bsq-right{margin-left:30px}blockquote.bs-quote.bsq-t1.bsq-s10.bs-quote.bs-quote:after{background-color:#fff}blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bsq-right{max-width:400px}blockquote.bs-quote.bsq-t1.bsq-s10 .quote-author{margin-top:25px}blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote{text-align:inherit;font-size:120%;padding:30px 40px 30px 30px}blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote:after{z-index:-1;-webkit-box-shadow:-10px 10px 0 rgba(0,0,0,.11);-moz-box-shadow:-10px 10px 0 rgba(0,0,0,.11);box-shadow:-10px 10px 0 rgba(0,0,0,.11)}blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote:before{content:"\b043";transform:rotate(181deg);top:inherit;right:45px;left:inherit;bottom:30px;font-size:70px}blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bs-quote:before{color:rgba(255,255,255,.27)}blockquote.bs-quote.bsq-t1.bsq-s11,blockquote.bs-quote.bsq-t1.bsq-s11 p,blockquote.bs-quote.bsq-t1.bsq-s11.bs-quote.bs-quote a,blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bs-quote:before{color:#fff}blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author{margin-top:20px;text-align:inherit}blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author-avatar+.quote-author-name,blockquote.bs-quote.bsq-t2 .quote-author-avatar+.quote-author-name{margin-top:8px}blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:after,blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:before{position:absolute;top:0;right:0;content:'';display:inline-block}blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:before{border-top:40px solid #fff;border-left:40px solid transparent;width:0;height:0}blockquote.bs-quote.bsq-t1.bsq-s11 .bsq-edge:after{width:0;height:0;border-bottom:40px solid rgba(5,5,5,.31);border-right:40px solid transparent}blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author-job{color:rgba(255,255,255,.67)}blockquote.bs-quote.bsq-t1.bsq-s11 .quote-author-avatar{float:left;margin-right:15px}blockquote.bs-quote.bsq-t1.bsq-s11.bsq-left{margin-right:25px}blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote{text-align:inherit;font-size:120%;padding:50px 0 0 70px}blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote:after{border-radius:50%;width:90px;height:90px;left:0;top:0;z-index:-1}blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote.bs-quote:after{background-color:#e3e3e3}blockquote.bs-quote.bsq-t1.bsq-s12.bs-quote:before{left:0;margin:0;width:90px;height:90px;top:0;line-height:90px;font-size:32px;text-align:center}blockquote.bs-quote.bsq-t1.bsq-s12 .quote-author .quote-author-avatar{display:inline-block}blockquote.bs-quote.bsq-t1.bsq-s12 .quote-author{text-align:inherit}blockquote.bs-quote.bsq-t1.bsq-s12.bsq-left{margin-right:25px}blockquote.bs-quote.bsq-t1.bsq-s13.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s14.bsq-left{margin-right:30px}blockquote.bs-quote.bsq-t1.bsq-s12.bsq-right{margin-left:25px}blockquote.bs-quote.bsq-t1.bsq-s13.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s14.bsq-right{margin-left:30px}blockquote.bs-quote.bsq-t1.bsq-s13.bs-quote{padding:70px 0 0}blockquote.bs-quote.bsq-t1.bsq-s13.bs-quote:before{content:"\b042";font-size:50px;top:0}blockquote.bs-quote.bsq-t1.bsq-s13.bs-quote:after{display:none}blockquote.bs-quote.bsq-t1.bsq-s13 .quote-author-avatar{border:10px solid #fff}blockquote.bs-quote.bsq-t1.bsq-s13 .quote-author-avatar-w{position:relative}blockquote.bs-quote.bsq-t1.bsq-s13 .quote-author-avatar-w:before{content:'';display:inline-block;height:1px;width:100%;position:absolute;z-index:-1;background:#e5e5e5;left:0;top:50%;margin-top:-.5px}blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote:after,blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote:before,blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote:after{display:none}blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote{padding:0;font-size:132%}blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote,blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote p{color:var(--bq-primary-color);font-weight:bolder}blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-right{max-width:320px}blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-right,blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-right .quote-author{text-align:right}blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s14.bs-quote.bsq-left .quote-author{text-align:left}blockquote.bs-quote.bsq-t1.bsq-s14 .quote-author-name{color:#272727}blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote{padding:65px 0 0;font-size:131%}blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote:before{content:"\b044";top:0;color:var(--bq-primary-color);font-size:44px}blockquote.bs-quote.bsq-t1.bsq-s15 .quote-content{padding:3px 0;-webkit-box-decoration-break:clone;-ms-box-decoration-break:clone;-o-box-decoration-break:clone;box-decoration-break:clone;-webkit-box-shadow:10px 0 0 var(--bq-primary-color),-10px 0 0 var(--bq-primary-color);-moz-box-shadow:10px 0 0 var(--bq-primary-color),-10px 0 0 var(--bq-primary-color);box-shadow:10px 0 0 var(--bq-primary-color),-10px 0 0 var(--bq-primary-color);background:var(--bq-primary-color);display:inline;word-wrap:break-word;line-height:1.9;color:#fff;text-transform:uppercase}blockquote.bs-quote.bsq-t1.bsq-s15 .quote-content p{padding:4px 0;display:inline;color:#fff}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16:before,blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote:after{display:none}blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s15.bs-quote.bsq-right{max-width:340px}blockquote.bs-quote.bsq-t1.bsq-s15.bsq-left{margin-right:35px}blockquote.bs-quote.bsq-t1.bsq-s15.bsq-right{margin-left:35px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16{text-align:inherit;font-size:123%;padding:0 0 0 17px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16:after{position:absolute;top:0;left:0;bottom:0;display:inline-block;width:4px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bsq-left{margin-right:25px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bsq-right{margin-left:25px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16 .quote-author .quote-author-avatar{display:inline-block;float:left;margin-right:15px;margin-bottom:10px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16 .quote-author{text-align:inherit}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16 .quote-author-name{font-weight:bolder;padding-top:3px;margin-top:0}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-left,blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-right{max-width:360px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-right{margin-left:20px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s16.bs-quote.bsq-left{margin-right:20px}blockquote.bs-quote.bsq-t1.bsq-s17{margin-top:20px!important}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote{text-align:inherit;font-size:120%;padding:0 0 0 51px}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote:before{content:"\b042";left:0;width:35px;margin:0;top:0;line-height:15px;font-size:42px;text-align:center}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote.bs-quote:before{color:#e5e5e5}blockquote.bs-quote.bsq-t1.bsq-s17 .quote-author .quote-author-avatar{display:inline-block;float:left;margin-right:10px;margin-bottom:7px}blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote:after,blockquote.bs-quote.bsq-t1.bsq-s19:before{display:none}blockquote.bs-quote.bsq-t1.bsq-s17 .quote-author{text-align:inherit}blockquote.bs-quote.bsq-t1.bsq-s17 .quote-author-name{margin-top:0;font-weight:700;font-size:20px}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote.bsq-right{max-width:380px}blockquote.bs-quote.bsq-t1.bsq-s17.bsq-left{margin-right:20px}blockquote.bs-quote.bsq-t1.bsq-s17.bsq-right{margin-left:20px}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote{text-align:inherit;font-size:120%;padding:0 0 0 30px;margin-top:30px}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote:before{font-size:72px;z-index:-1;color:#ededed;top:-6px}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bsq-left{margin-right:25px}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bsq-right{margin-left:25px}blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s17.bs-quote-22.bs-quote.bsq-right{max-width:333px}blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote{text-align:inherit;font-size:120%;padding:0}blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote:before{content:"\b043";transform:rotate(180deg);top:inherit;right:0;left:inherit;bottom:23px;font-size:60px}blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote.bs-quote:before{color:rgba(0,0,0,.08);content:"\b044"}blockquote.bs-quote.bsq-t1.bsq-s18 .quote-author{margin-top:20px;text-align:inherit}blockquote.bs-quote.bsq-t1.bsq-s18 .quote-author-avatar{float:left;margin-right:15px;margin-bottom:8px}blockquote.bs-quote.bsq-t1.bsq-s18 .quote-author-avatar+.quote-author-name{margin-top:3px}blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s18.bs-quote.bsq-right{max-width:342px;border:1px solid rgba(0,0,0,.1)!important;border-right:none!important;border-left:none!important;padding:22px 0 17px}blockquote.bs-quote.bsq-t1.bsq-s18.bsq-left{margin-right:25px}blockquote.bs-quote.bsq-t1.bsq-s18.bsq-right{margin-left:30px}blockquote.bs-quote.bsq-t1.bsq-s19{text-align:inherit!important;font-size:123%;padding:0 0 0 17px!important}blockquote.bs-quote.bsq-t1.bsq-s19:after{position:absolute;top:0;left:0;bottom:0;display:inline-block;width:4px}blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote:before{content:"\b040";transform:rotate(180deg);top:inherit;right:7px;left:inherit;bottom:26px;font-size:116px;width:116px;height:99px}blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bs-quote:before{color:rgba(0,0,0,.04)}blockquote.bs-quote.bsq-t1.bsq-s19 .quote-author .quote-author-avatar{display:inline-block;float:left;margin-right:15px;margin-bottom:10px}blockquote.bs-quote.bsq-t1.bsq-s19 .quote-author{text-align:inherit}blockquote.bs-quote.bsq-t1.bsq-s19 .quote-author-name{font-weight:bolder;padding-top:3px;margin-top:0;font-size:19px}blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-left,blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-right{max-width:375px}blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-right{margin-left:20px!important}blockquote.bs-quote.bsq-t1.bsq-s19.bs-quote.bsq-left{margin-right:20px!important}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20{text-align:inherit;font-size:123%;padding:40px 30px 0}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .icon-bs-quote:before{bottom:-20px;right:-30px;top:auto;left:auto;font-size:17px;width:17px;height:13px;line-height:13px;content:"\b042";opacity:.2;transform:rotate(180deg)}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bs-quote:before{font-size:17px;left:0;width:17px;height:13px;margin:0;top:19px;line-height:13px;content:"\b042";opacity:.2}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-left{margin-right:30px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-right{margin-left:30px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20:after{position:absolute;top:0;left:0;right:0;display:inline-block;height:4px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-author .quote-author-avatar{display:inline-block;float:left;margin-right:15px;margin-bottom:10px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-content{position:relative}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-content p{font-size:96%}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-author{text-align:inherit;margin-top:25px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20 .quote-author-name{font-weight:bolder;padding-top:3px;margin-top:0;font-size:17px}blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-left,blockquote.bs-quote.bs-quote.bsq-t1.bsq-s20.bsq-right{max-width:377px}.entry-content.single-post-content blockquote.bs-quote.bsq-t2,.single-page-simple-content .entry-content blockquote.bs-quote.bsq-t2,blockquote.bs-quote.bsq-t2{padding:0;font-size:125%;margin:0 0 26px}.entry-content.single-post-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon,.single-page-simple-content .entry-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon,blockquote.bs-quote.bsq-t2 .bsq-quote-icon{position:absolute;top:14px;left:20px;z-index:-1}.entry-content.single-post-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon:before,.single-page-simple-content .entry-content blockquote.bs-quote.bsq-t2 .bsq-quote-icon:before,blockquote.bs-quote.bsq-t2 .bsq-quote-icon:before{content:"\b042";font:normal normal normal 14px/1 bs-icons;font-size:73px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:60px;background:0 0;border-radius:inherit;text-align:inherit;display:inline-block;margin:0;color:#f2f2f2;z-index:-1}blockquote.bs-quote.bsq-t2:after{content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:inline-block}blockquote.bs-quote.bsq-t2.bsq-s1:after,blockquote.bs-quote.bsq-t2.bsq-s1:before,blockquote.bs-quote.bsq-t2.bsq-s2:after,blockquote.bs-quote.bsq-t2.bsq-s2:before{display:none}blockquote.bs-quote.bsq-t2.bs-quote.bsq-left,blockquote.bs-quote.bsq-t2.bs-quote.bsq-right{max-width:360px}blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow:after,blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow:before{border:13px solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom:after,blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom:before{bottom:-27px;left:25px;border-top-color:#dcdcdc}blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-top:after,blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-top:before{top:-27px;left:25px;border-bottom-color:#dcdcdc}blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom:after{border:15px solid transparent;border-top-color:#fff;left:23px;bottom:-28px}blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-top:after{border:15px solid transparent;border-bottom-color:#fff;left:23px;top:-28px}blockquote.bs-quote.bsq-t2 .quote-content.bsq-arrow-bottom{margin-bottom:25px}blockquote.bs-quote.bsq-t2 .quote-author-name{font-size:17px}blockquote.bs-quote.bsq-t2 .quote-author-job{font-size:13px;color:#969696}blockquote.bs-quote.bsq-t2 .quote-content{border:1px solid #e5e5e5;padding:40px 35px 30px;position:relative;z-index:1}blockquote.bs-quote.bsq-t2 .quote-author-avatar{border-radius:50%;float:left;margin-right:15px}blockquote.bs-quote.bsq-t2.bsq-s1.bsq-left,blockquote.bs-quote.bsq-t2.bsq-s2.bsq-left{margin-right:30px}blockquote.bs-quote.bsq-t2.bsq-s1{margin-top:6px;margin-bottom:10px;text-align:inherit}blockquote.bs-quote.bsq-t2.bsq-s1 .quote-author-avatar{margin-top:-5px}blockquote.bs-quote.bsq-t2.bsq-s1 .quote-author{margin-left:10px}blockquote.bs-quote.bsq-t2.bsq-s1.bsq-right{margin-left:30px}blockquote.bs-quote.bsq-t2.bsq-s2{text-align:inherit}blockquote.bs-quote.bsq-t2.bsq-s2 .quote-author{margin-bottom:20px;margin-left:10px}blockquote.bs-quote.bsq-t2.bsq-s2.bsq-right{margin-left:30px}.bs-smart-list .bssl-inner{position:relative}.bs-smart-list .bssl-items.bs-slider-slider .bssl-item{display:none}.bs-smart-list .bssl-items.bs-slider-slider .bssl-item:first-child,.bs-smart-list .bssl-items.bs-slider-slider.bs-slider-initialized .bssl-item{display:block}.bssl-item{margin:0;padding:0;line-height:1.5}.bssl-item .bssl-content p{margin-bottom:10px}.bssl-item .bssl-content p:last-child{margin-bottom:0}.bssl-item .bssl-item-title{margin:0 0 18px;font-size:22px;color:#212121;line-height:1.6}.bssl-item .bssl-count-type-badge .bssl-count{padding:0 10px;background:#212121;color:#fff;font-size:20px;line-height:38px;min-width:38px;display:inline-block;text-align:center;margin-right:8px}.bssl-item .bssl-count-type-badge .bssl-count.bssl-outline{background:#fff;color:#232323;border:1px solid #e2e2e2}.bssl-item .bssl-image-w{margin-bottom:18px;text-align:center}.bssl-item .bssl-image-w img{display:inline-block}.bssl-item .bssl-image-w figcaption{margin:5px 0 0;font-style:italic;font-size:13px;line-height:15px;color:#989898;padding:0;text-align:inherit}.bs-smart-list-start{margin:25px 0;border-bottom:1px solid #eee;display:block}.bs-smart-list a.bssl-nav-btn-big.bssl-nav-btn-big.next .fa,.bs-smart-list a.bssl-nav-btn-icon.bssl-nav-btn-icon.next .fa,.bs-smart-list a.bssl-nav-btn-text.bssl-nav-btn-text.next .fa{margin-left:3px}.bs-smart-list-end,.bs-smart-list.bssl-t1.bssl-s16+.bs-smart-list-end{display:none}.bs-smart-list-start.bssl-before-style-10,.bs-smart-list-start.bssl-before-style-11,.bs-smart-list-start.bssl-before-style-16,.bs-smart-list-start.bssl-before-style-17,.bs-smart-list-start.bssl-before-style-5,.bs-smart-list-start.bssl-before-style-9{margin-bottom:35px;border:none}.bs-smart-list-start.bssl-before-style-12,.bs-smart-list-start.bssl-before-style-13,.bs-smart-list-start.bssl-before-style-14,.bs-smart-list-start.bssl-before-style-15,.bs-smart-list-start.bssl-before-style-18,.bs-smart-list-start.bssl-before-style-19,.bs-smart-list-start.bssl-before-style-20,.bs-smart-list-start.bssl-before-style-6{margin-bottom:45px;border:none}.bs-smart-list+.bs-smart-list-end.bs-smart-list-end{margin-top:25px;padding-top:25px;border-top:1px solid #eee;display:block}.bs-smart-list-end+h1,.bs-smart-list-end+h2,.bs-smart-list-end+h3,.bs-smart-list-end+h4,.bs-smart-list-end+h5,.bs-smart-list-end+h6{margin-top:0}.bs-smart-list a.bssl-nav-btn-big.bssl-nav-btn-big{padding:0 14px;background:#212121;color:#fff;font-size:14px;text-transform:uppercase;line-height:38px;min-width:38px;display:inline-block;text-align:center;margin-right:8px;cursor:pointer}.bs-smart-list a.bssl-nav-btn-big.bssl-nav-btn-big,.bs-smart-list a.bssl-nav-btn-big.bssl-nav-btn-big:hover{text-decoration:none}.bs-smart-list a.bssl-nav-btn-big.bssl-nav-btn-big:last-child{margin-right:0}.bs-smart-list a.bssl-nav-btn-big.bssl-nav-btn-big.prev .fa{margin-right:3px}.bs-smart-list a.bssl-nav-btn-big.bssl-nav-btn-big.bssl-outline{background:#fff;color:#232323;border:1px solid #e2e2e2}.bs-smart-list a.bssl-nav-btn-icon.bssl-nav-btn-icon{color:#212121;text-transform:uppercase;line-height:28px;display:inline-block;text-align:center;cursor:pointer}.bs-smart-list a.bssl-nav-btn-icon.bssl-nav-btn-icon,.bs-smart-list a.bssl-nav-btn-icon.bssl-nav-btn-icon:hover{text-decoration:none}.bs-smart-list a.bssl-nav-btn-icon.bssl-nav-btn-icon:last-child{margin-right:0}.bs-smart-list a.bssl-nav-btn-icon.bssl-nav-btn-icon .fa{width:30px;height:30px;line-height:30px;text-align:center;color:#fff;background:#212121;border-radius:50%}.bs-smart-list a.bssl-nav-btn-icon.bssl-nav-btn-icon.prev .fa{margin-right:3px}.bs-smart-list a.bssl-nav-btn-text.bssl-nav-btn-text{color:#212121;text-transform:uppercase;line-height:28px;display:inline-block;text-align:center;cursor:pointer}.bs-smart-list a.bssl-nav-btn-text.bssl-nav-btn-text,.bs-smart-list a.bssl-nav-btn-text.bssl-nav-btn-text:hover{text-decoration:none}.bs-smart-list a.bssl-nav-btn-text.bssl-nav-btn-text:last-child{margin-right:0}.bs-smart-list a.bssl-nav-btn-text.bssl-nav-btn-text.prev .fa{margin-right:3px}.bssl-control-nav.full-row-both-side{position:absolute;left:0;right:0;top:0;z-index:1}.bssl-control-nav.full-row-both-side .bssl-nav-btn-big.prev{float:left}.bssl-control-nav.full-row-both-side .bssl-nav-btn-big.next{float:right}.bs-smart-list.bssl-t1.bssl-s1{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s1 .bssl-control-nav{position:absolute;right:0;top:0;z-index:1}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s1 .bssl-control-nav{position:relative;left:inherit;right:inherit;text-align:center;padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s1 .bssl-control-nav a{width:48%}.bs-smart-list.bssl-t1.bssl-s1 .bssl-control-nav a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s2{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s2 .bssl-item-title{text-align:center;padding:0 80px}.bs-smart-list.bssl-t1.bssl-s2 .bssl-item .bssl-image-w{float:right;margin-left:20px;max-width:360px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s2 .bssl-item-title{padding:0;line-height:1.4}.bs-smart-list.bssl-t1.bssl-s2 .bssl-item .bssl-image-w{float:none;max-width:100%;margin-left:0;text-align:center}.bs-smart-list.bssl-t1.bssl-s2 .bssl-control-nav{position:relative;left:inherit;right:inherit;text-align:center;padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s2 .bssl-control-nav a{width:48%}.bs-smart-list.bssl-t1.bssl-s2 .bssl-control-nav a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s3{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s3 .bssl-item-title{text-align:center;padding:0 80px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s3 .bssl-item-title{padding:0;line-height:1.4}.bs-smart-list.bssl-t1.bssl-s3 .bssl-control-nav{position:relative;left:inherit;right:inherit;text-align:center;padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s3 .bssl-control-nav a{width:48%}.bs-smart-list.bssl-t1.bssl-s3 .bssl-control-nav a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s4{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s4 .bssl-item-title{padding:0 160px 0 0}.bs-smart-list.bssl-t1.bssl-s4 .bssl-control-nav{position:absolute;right:0;top:0;z-index:1}.bs-smart-list.bssl-t1.bssl-s4 .bssl-item .bssl-image-w{float:left;margin-right:20px;max-width:360px;margin-bottom:0}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s4 .bssl-item-title{padding:0;line-height:1.4}.bs-smart-list.bssl-t1.bssl-s4 .bssl-item .bssl-image-w{float:none;max-width:100%;margin-right:0;text-align:center}.bs-smart-list.bssl-t1.bssl-s4 .bssl-control-nav{position:relative;left:inherit;right:inherit;text-align:center;padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s4 .bssl-control-nav a{width:48%}.bs-smart-list.bssl-t1.bssl-s4 .bssl-control-nav a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s5{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s5 .bssl-item-title{border-bottom:3px solid #222;padding:0 80px 3px 0}.bs-smart-list.bssl-t1.bssl-s5 .bssl-control-nav{position:absolute;right:0;top:3px;z-index:1}.bs-smart-list.bssl-t1.bssl-s5 .bssl-control-nav a.bssl-nav-btn-big.bssl-nav-btn-big{padding:0 12px;line-height:32px;min-width:32px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s5 .bssl-item-title{padding:0 0 3px;line-height:1.4}.bs-smart-list.bssl-t1.bssl-s5 .bssl-control-nav{position:relative;left:inherit;right:inherit;text-align:center;padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s5 .bssl-control-nav a{width:48%}.bs-smart-list.bssl-t1.bssl-s5 .bssl-control-nav a:last-child{float:right}.bs-smart-list.bssl-t1.bssl-s6 .bssl-item-title{font-size:18px}.bs-smart-list.bssl-t1.bssl-s6 .bssl-item .bssl-image-w{float:none;max-width:100%;margin-left:0;text-align:center}}.bs-smart-list.bssl-t1.bssl-s6,.bs-smart-list.bssl-t1.bssl-s7{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s6 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s6 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s6 .bssl-item-title{padding:0 0 0 52px;position:relative}.bs-smart-list.bssl-t1.bssl-s6 .bssl-item-title .bssl-count{position:absolute;left:0;top:-2px}.bs-smart-list.bssl-t1.bssl-s7 .bssl-item+.bssl-item{margin-top:25px;padding-top:25px;border-top:1px solid #eee}.bs-smart-list.bssl-t1.bssl-s7 .bssl-item-title{padding:0 0 0 52px;position:relative}.bs-smart-list.bssl-t1.bssl-s7 .bssl-item-title .bssl-count{position:absolute;left:0;top:-2px}.bs-smart-list.bssl-t1.bssl-s7 .bssl-item .bssl-image-w{float:right;margin-left:20px;max-width:260px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s7 .bssl-item-title{font-size:18px}.bs-smart-list.bssl-t1.bssl-s7 .bssl-item .bssl-image-w{float:none;max-width:100%;margin-left:0;text-align:center}}.bs-smart-list.bssl-t1.bssl-s8{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s8 .bssl-item+.bssl-item{margin-top:25px;padding-top:25px;border-top:1px solid #eee}.bs-smart-list.bssl-t1.bssl-s8 .bssl-item .bssl-image-w{float:left;margin-right:20px;max-width:260px;margin-bottom:0}.bs-smart-list.bssl-t1.bssl-s8 .bssl-item-title{padding:0 0 0 52px;position:relative}.bs-smart-list.bssl-t1.bssl-s8 .bssl-item-title .bssl-count{position:absolute;left:0;top:-2px}.bs-smart-list.bssl-t1.bssl-s9{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s9 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s9 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s9 .bssl-item-title{padding:0 0 0 52px;position:relative;border-bottom:3px solid #222;min-height:36px}.bs-smart-list.bssl-t1.bssl-s9 .bssl-item-title .bssl-count{position:absolute;left:0;top:-2px;bottom:0}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s8 .bssl-item-title{font-size:18px}.bs-smart-list.bssl-t1.bssl-s8 .bssl-item .bssl-image-w{float:none;max-width:100%;margin-right:0;text-align:center}.bs-smart-list.bssl-t1.bssl-s9 .bssl-item-title{font-size:18px;padding-bottom:5px}}.bs-smart-list.bssl-t1.bssl-s10{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s10 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s10 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s10 .bssl-item-title{padding:0 0 0 52px;position:relative;border-bottom:3px solid #222;min-height:36px}.bs-smart-list.bssl-t1.bssl-s10 .bssl-item-title .bssl-count{position:absolute;left:0;top:-2px;bottom:0}.bs-smart-list.bssl-t1.bssl-s10 .bssl-item .bssl-image-w{float:right;margin-left:20px;max-width:260px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s10 .bssl-item-title{font-size:18px;padding-bottom:5px}.bs-smart-list.bssl-t1.bssl-s10 .bssl-item .bssl-image-w{float:none;max-width:100%;margin-left:0;text-align:center}}.bs-smart-list.bssl-t1.bssl-s11{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s11 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s11 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s11 .bssl-item-title{padding:0 0 0 52px;position:relative;border-bottom:3px solid #222;min-height:36px}.bs-smart-list.bssl-t1.bssl-s11 .bssl-item-title .bssl-count{position:absolute;left:0;top:-2px;bottom:0}.bs-smart-list.bssl-t1.bssl-s11 .bssl-item .bssl-image-w{float:left;margin-right:20px;max-width:260px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s11 .bssl-item-title{padding-bottom:5px;font-size:18px}.bs-smart-list.bssl-t1.bssl-s11 .bssl-item .bssl-image-w{float:none;max-width:100%;margin-right:0;text-align:center}}.bs-smart-list.bssl-t1.bssl-s12{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s12 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s12 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s12 .bssl-item-title{margin:0 0 5px}.bs-smart-list.bssl-t1.bssl-s12 .bssl-image-w{position:relative}.bs-smart-list.bssl-t1.bssl-s12 .bssl-image-w .bssl-count{border-radius:0;position:absolute;left:0;top:0;padding:0 10px;font-size:24px;font-weight:bolder}.bs-smart-list.bssl-t1.bssl-s13{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s13 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s13 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s13 .bssl-control-nav{text-align:center;margin-top:30px}.bs-smart-list.bssl-t1.bssl-s13 .bssl-control-nav a.bssl-nav-btn-big.bssl-nav-btn-big{padding:0 20px}.bs-smart-list.bssl-t1.bssl-s13 .bssl-item-title{padding:0 0 0 52px;position:relative}.bs-smart-list.bssl-t1.bssl-s13 .bssl-item-title .bssl-count{position:absolute;left:0;top:-2px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s13 .bssl-item-title{font-size:18px}.bs-smart-list.bssl-t1.bssl-s13 .bssl-control-nav{padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s13 .bssl-control-nav a{width:48%}.bs-smart-list.bssl-t1.bssl-s13 .bssl-control-nav a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s14{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s14 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s14 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s14 .bssl-item-title{text-align:center;padding:0 90px}.bs-smart-list.bssl-t1.bssl-s14 .bssl-control-nav{text-align:center;margin-top:30px}.bs-smart-list.bssl-t1.bssl-s14 .bssl-control-nav a.bssl-nav-btn-big.bssl-nav-btn-big{padding:0 20px}.bs-smart-list.bssl-t1.bssl-s14 .bssl-control-nav.full-row-both-side{margin-top:0;z-index:2}.bs-smart-list.bssl-t1.bssl-s14 .bssl-image-w{margin-bottom:0}.bs-smart-list.bssl-t1.bssl-s14 .bssl-content{margin-bottom:18px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s14 .bssl-item-title{padding:0}.bs-smart-list.bssl-t1.bssl-s14 .bssl-control-nav.bssl-top{display:none}.bs-smart-list.bssl-t1.bssl-s14 .bssl-control-nav.bssl-bottom{padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s14 .bssl-control-nav.bssl-bottom a{width:48%}.bs-smart-list.bssl-t1.bssl-s14 .bssl-control-nav.bssl-bottom a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s15{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s15 .bssl-item-title{font-size:26px;position:relative;padding-left:85px;min-height:44px}.bs-smart-list.bssl-t1.bssl-s15 .bssl-item-title .bssl-count{padding-right:2px;border-right:1px solid #e4e4e4;font-size:12px;display:inline-block;text-align:center;line-height:20px;color:#bfbfbf;letter-spacing:1px;vertical-align:middle;position:absolute;top:0;left:0}.bs-smart-list.bssl-t1.bssl-s15 .bssl-item-title .bssl-count b{display:inline-block;font-size:24px;width:100%;color:#4480cd}.bs-smart-list.bssl-t1.bssl-s15 .bssl-control-nav{text-align:center;margin-top:30px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s15 .bssl-item-title{font-size:18px}.bs-smart-list.bssl-t1.bssl-s15 .bssl-control-nav{padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s15 .bssl-control-nav a{width:48%}.bs-smart-list.bssl-t1.bssl-s15 .bssl-control-nav a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s16{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s16 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s16 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav{text-align:center;margin-bottom:30px;padding:15px;border:1px solid #e6e6e6;color:#7f7f7f;line-height:30px}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav.bssl-bottom{margin-top:20px}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav a.bssl-nav-btn-icon.bssl-nav-btn-icon.prev{float:left}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav a.bssl-nav-btn-icon.bssl-nav-btn-icon.next{float:right}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav .bssl-select{max-width:40%;display:inline-block;position:relative}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav .bssl-select select{height:30px;padding:0 35px 0 10px;margin:0;overflow:hidden;background-color:#fff;border:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;outline:0;cursor:pointer;text-align:center;width:100%;color:#222}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav .bssl-select:after,.bs-smart-list.bssl-t1.bssl-s17 .bssl-select .bssl-select-current:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;pointer-events:none;right:0;top:50%}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav .bssl-select:after{width:0;height:0;border-top:6px solid #212121;position:absolute;margin-top:-3px}.bs-smart-list.bssl-t1.bssl-s16 .bssl-item-title{margin:0 0 5px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav.bssl-top{display:none}.bs-smart-list.bssl-t1.bssl-s16 .bssl-control-nav .bssl-select{max-width:100%;width:100%;padding-bottom:10px;border-bottom:1px solid #e6e6e6;margin-bottom:15px}}.bs-smart-list.bssl-t1.bssl-s17{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-item:first-child{margin-top:0}.bs-smart-list.bssl-t1.bssl-s17 .bssl-item{margin-top:45px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top{margin-bottom:30px;padding:8px 15px;color:#fff;line-height:30px;background:#222;text-transform:uppercase;font-size:14px;position:relative}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top.bssl-bottom{margin-top:20px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top .bssl-count{font-weight:bolder;margin-right:5px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top a.bssl-nav-btn-text.bssl-nav-btn-text{float:right;color:#fff}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top a.bssl-nav-btn-text.bssl-nav-btn-text.next{margin-left:14px;padding-left:14px;position:relative}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top a.bssl-nav-btn-text.bssl-nav-btn-text.next:before{content:'';height:18px;width:1px;display:inline-block;background:rgba(255,255,255,.2);top:50%;margin-top:-9px;position:absolute;left:0}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-bottom{text-align:center;margin-top:25px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-select{max-width:60%;display:inline-block}.bs-smart-list.bssl-t1.bssl-s17 .bssl-select .bssl-select-current{text-transform:none;position:relative;padding-right:20px;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100%;display:inline-block;vertical-align:middle}.bs-smart-list.bssl-t1.bssl-s17 .bssl-select .bssl-select-current:after{width:0;height:0;border-top:6px solid #fff;position:absolute;margin-top:-3px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-select ul{position:absolute;top:100%;display:none;list-style:none;padding:0;margin:0;background:#2e2e2e;width:300px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-select ul li{text-transform:none;padding:8px 18px;line-height:1.6;cursor:pointer;font-size:13px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-select ul li.bssl-current,.bs-smart-list.bssl-t1.bssl-s17 .bssl-select ul li:hover{background:rgba(255,255,255,.05)}.bs-smart-list.bssl-t1.bssl-s17 .bssl-select.open ul{display:block;z-index:99}.bs-smart-list.bssl-t1.bssl-s17 .bssl-item-title{margin:0 0 5px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav .bssl-select{max-width:100%;width:100%;line-height:1}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top .bssl-count,.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-top .bssl-nav-btn-text{display:none}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-bottom{text-align:center;padding:15px 0 0;margin-top:15px}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-bottom a{width:48%}.bs-smart-list.bssl-t1.bssl-s17 .bssl-control-nav.bssl-bottom a:last-child{float:right}}.bs-smart-list.bssl-t1.bssl-s18{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s18+.bs-smart-list-end{border:none;padding-top:15px}.bs-smart-list.bssl-t1.bssl-s18 .bssl-item{position:relative;background:#1c1c1c}.bs-smart-list.bssl-t1.bssl-s18 .bssl-item .bssl-item-content{position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);padding:20px 25px;color:#fff}.bs-smart-list.bssl-t1.bssl-s18 .bssl-item .bssl-item-content .bssl-item-title{color:#fff}.bs-smart-list.bssl-t1.bssl-s18 .bssl-item .bssl-item-content:first-child:last-child{position:relative;left:auto;right:auto;bottom:auto}.bs-smart-list.bssl-t1.bssl-s18 .bssl-image-w{background:0 0;margin-bottom:0;position:relative}.bs-smart-list.bssl-t1.bssl-s18 .bssl-image-w .wp-caption-text{position:absolute;top:0;right:0;padding:4px 10px;background:rgba(0,0,0,.35);margin:0;color:#fff}.bs-smart-list.bssl-t1.bssl-s18 .bssl-items-title{color:#fff;line-height:48px;padding:0 90px 0 20px;font-size:14px;font-weight:bolder;background:#000;position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100%}.bs-smart-list.bssl-t1.bssl-s18 .bssl-items-title .bssl-count{position:absolute;right:15px}.bs-smart-list.bssl-t1.bssl-s18 .bssl-item-title{margin:0 0 5px;font-size:20px}.bs-smart-list.bssl-t1.bssl-s18 .bssl-item .bssl-content,.bs-smart-list.bssl-t1.bssl-s18 .bssl-item .bssl-content p{font-size:14px}.bs-smart-list.bssl-t1.bssl-s18 a.bssl-nav-btn-big.bssl-nav-btn-big{position:absolute;top:50%;background:#000;z-index:10;width:40px;height:40px;line-height:40px;border-radius:50%;font-size:24px}.bs-smart-list.bssl-t1.bssl-s18 a.bssl-nav-btn-big.bssl-nav-btn-big.prev{left:0;margin-left:-20px}.bs-smart-list.bssl-t1.bssl-s18 a.bssl-nav-btn-big.bssl-nav-btn-big.next{right:0;margin-right:-20px}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s18 .bssl-item .bssl-item-content{position:relative;left:auto;right:auto;bottom:auto}.bs-smart-list.bssl-t1.bssl-s18 .bssl-image-w .wp-caption-text{right:inherit;top:inherit;left:0;bottom:0}}.bs-smart-list.bssl-t1.bssl-s19{margin-top:22px}.bs-smart-list.bssl-t1.bssl-s19+.bs-smart-list-end{border:none;padding-top:15px}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item{position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#f2f2f2}.bs-smart-list.bssl-t1.bssl-s19 .bssl-items.bs-slider-slider.bs-slider-initialized .bssl-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.bs-smart-list.bssl-t1.bssl-s19 .bssl-image-w{width:50%;float:left;margin-bottom:0;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:0 0}.bs-smart-list.bssl-t1.bssl-s19 .bssl-image-w .wp-caption-text{position:absolute;top:0;left:0;padding:4px 10px;background:rgba(0,0,0,.35);margin:0;color:#fff}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item-content{width:50%;float:left;padding:30px 30px 40px}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item-content:first-child:last-child{width:100%;float:none}.bs-smart-list.bssl-t1.bssl-s19 .bssl-items-title{color:#fff;line-height:48px;padding:0 20px;font-size:14px;font-weight:bolder;background:#222}.bs-smart-list.bssl-t1.bssl-s19 .bssl-items-title .bssl-count{float:right}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item-title{margin:5px 0 10px;font-size:20px;line-height:1.5}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item .bssl-content,.bs-smart-list.bssl-t1.bssl-s19 .bssl-item .bssl-content p{font-size:14px}.bs-smart-list.bssl-t1.bssl-s19 .bssl-inner{position:relative}.bs-smart-list.bssl-t1.bssl-s19 a.bssl-nav-btn-big.bssl-nav-btn-big{position:absolute;top:50%;background:rgba(0,0,0,.25);z-index:10;width:22px;min-width:22px;height:60px;line-height:60px;font-size:24px;margin-top:-30px;padding:0;margin-left:0;margin-right:0}.bs-smart-list.bssl-t1.bssl-s19 a.bssl-nav-btn-big.bssl-nav-btn-big.prev{left:0}.bs-smart-list.bssl-t1.bssl-s19 a.bssl-nav-btn-big.bssl-nav-btn-big.next{right:0}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item-counter{line-height:30px}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item-counter .bssl-menu-handler{width:20px;display:inline-block;line-height:0;vertical-align:middle}.bs-smart-list.bssl-t1.bssl-s19 .bssl-item-counter .bssl-menu-handler b{width:3px;height:3px;margin:0 3px 3px 0;background:#222;display:inline-block}@media screen and (max-width:580px){.bs-smart-list.bssl-t1.bssl-s19 .bssl-image-w,.bs-smart-list.bssl-t1.bssl-s19 .bssl-item-content{width:100%;float:none}}.bs-smart-list.bssl-t1.bssl-s19-2 .bssl-image-w,.bs-smart-list.bssl-t1.bssl-s19-2 .bssl-item-content{width:100%;float:none}.bsac img{display:inline-block}.bsac.location-bssl_after{margin-bottom:30px}.bsac.location-bssl_before{margin-top:38px;margin-bottom:0}.bs-smart-list+.location-bssl_after{margin-top:25px}.bs-smart-list.bssl-t1.bssl-s1 .bsac.location-bssl_after,.bs-smart-list.bssl-t1.bssl-s3 .bsac.location-bssl_after,.bs-smart-list.bssl-t1.bssl-s4 .bsac.location-bssl_after{margin-top:30px}.bs-smart-list.bssl-t1.bssl-s6 .bsac.location-bssl_style_6{margin-top:45px;margin-bottom:45px}.bs-smart-list.bssl-t1.bssl-s7 .bsac.location-bssl_style_7{margin-top:25px;padding-top:25px;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2}.bs-smart-list.bssl-t1.bssl-s8 .bsac.location-bssl_style_8{margin-top:30px;padding-top:30px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2}.bs-smart-list.bssl-t1.bssl-s10 .bsac.location-bssl_style_10,.bs-smart-list.bssl-t1.bssl-s11 .bsac.location-bssl_style_11,.bs-smart-list.bssl-t1.bssl-s12 .bsac.location-bssl_style_12,.bs-smart-list.bssl-t1.bssl-s9 .bsac.location-bssl_style_9{margin-top:35px;margin-bottom:35px}.bs-smart-list.bssl-t1.bssl-s13 .bsac.location-bssl_style_13{margin-top:5px;margin-bottom:12px}.bs-smart-list.bssl-t1.bssl-s14 .bsac.location-bssl_style_14{margin-top:8px;margin-bottom:12px}.bs-smart-list.bssl-t1.bssl-s15 .bsac.location-bssl_style_15,.bs-smart-list.bssl-t1.bssl-s16 .bsac.location-bssl_style_16,.bs-smart-list.bssl-t1.bssl-s17 .bsac.location-bssl_style_17{margin-top:5px;margin-bottom:12px}.wep-preview iframe{border:1px solid #eee}/**
 * Primary Styles for EventON Calendar Front-end
 * @version	5.0
 * @license EventON CSS Assets

 Copyright (C) 2011-2025 AshanJay Designs LLC.

 PROPRIETARY LICENSE - All Rights Reserved

 Permission is hereby granted, free of charge, to any person obtaining a copy
 of these CSS files (the "Assets") solely for personal use in conjunction with
 a valid EventON license, subject to the following conditions:

 1. You may use these Assets on websites you own or manage.
 2. You may NOT redistribute, resell, sublicense, or publish these Assets
    in whole or in part, including in plugin/theme bundles, marketplaces,
    or GPL download sites.
 3. You may NOT remove or modify this copyright notice.
 4. These Assets are provided "AS IS" WITHOUT WARRANTY OF ANY KIND.
 5. Violation of these terms may result in license revocation and legal action.

 Trademark: "EventON" is a trademark of AshanJay Designs LLC.
 Contact: info@myeventon.com

 THE ASSETS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR   
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 STYLEMIXTHEMES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE ASSETS OR THE USE OR OTHER DEALINGS IN THE ASSETS.

*/
 :root{--evo_font_1:'Poppins',sans-serif;--evo_font_2:'Noto Sans',arial;--evo_font_weight:800;--evo_color_1:#202124;--evo_color_2:#656565;--evo_cl_b40:rgb(0 0 0 / 40%);--evo_cl_b30:rgb(0 0 0 / 30%);--evo_cl_b20:rgb(0 0 0 / 20%);--evo_cl_b10:rgb(0 0 0 / 10%);--evo_cl_b5:rgb(0 0 0 / 5%);--evo_cl_w:rgb(256 256 256 / 100%);--evo_boxcolor_1:#f0f0f0;--evo_linecolor_1:#d4d4d4;--evo_cl_link:#2b97ed;--evo_color_link:#656565;--evo_color_prime:#00aafb;--evo_color_second:#fed584;--evo_color_white:#fff;--evo_color_green:#69c33b;--evo_color_red:#ff5953;--evo-image-size:140px;--evo_ett_color:var(--evo_color_1)}@keyframes evo_blinking_red{0%{opacity:1}49%{opacity:0}100%{opacity:1}}@keyframes initloader{0%{left:0%;margin-left:-300px}100%{left:100%;margin-left:200px}}@keyframes preload_anim{0%{}100%{transform:translateX(140%)}}@keyframes pinupdown{100%{top:45%;bottom:60px}}.pad0,.evopad0{padding:0}.pad5,.evopad5{padding:5px}.pad10,.evopad10{padding:10px}.pad15,.evopad15{padding:15px}.pad20,.evopad20{padding:20px}.pad25,.evopad25{padding:25px}.pad30,.evopad30{padding:30px}.pad35,.evopad{padding:35px}.pad40,.evopad40{padding:40px}.pad45,.evopad45{padding:45px}.pad50,.evopad50{padding:50px}.pad60,.evopad60{padding:60px}.pad70,.evopad70{padding:70px}.pad80,.evopad80{padding:80px}.mar0,.evomar0{margin:0}.mar5,.evomar5{margin:5px}.mar10,.evomar10{margin:10px}.mar15,.evomar15{margin:15px}.mar20,.evomar20{margin:20px}.mar25,.evomar25{margin:25px}.mar30,.evomar30{margin:30px}.evomar35,.mar35{margin:35px}.mar40,.evomar40{margin:40px}.mar5,.evomar5{margin:5px}.mar10,.evomar10{margin:10px}.mar15,.evomar15{margin:15px}.mar20,.evomar20{margin:20px}.mar25,.evomar25{margin:25px}.mar30,.evomar30{margin:30px}.mar35,.evomar35{margin:35px}.mar40,.evomar40{margin:40px}.mar45,.evomar45{margin:45px}.mar50,.evomar50{margin:50px}.mar55,.evomar55{margin:55px}.mar60,.evomar60{margin:60px}.mar65,.evomar65{margin:65px}.mar70,.evomar70{margin:70px}.mar75,.evomar75{margin:75px}.mar80,.evomar80{margin:80px}.mar85,.evomar85{margin:85px}.mar90,.evomar90{margin:90px}.mart5,.evomart5{margin-top:5px}.mart10,.evomart10{margin-top:10px}.mart15,.evomart15{margin-top:15px}.mart20,.evomart20{margin-top:20px}.mart25,.evomart25{margin-top:25px}.mart30,.evomart30{margin-top:30px}.mart35,.evomart35{margin-top:35px}.mart40,.evomart40{margin-top:40px}.mart45,.evomart45{margin-top:45px}.mart50,.evomart50{margin-top:50px}.mart55,.evomart55{margin-top:55px}.mart60,.evomart60{margin-top:60px}.mart65,.evomart65{margin-top:65px}.mart70,.evomart70{margin-top:70px}.mart75,.evomart75{margin-top:75px}.mart80,.evomart80{margin-top:80px}.mart85,.evomart85{margin-top:85px}.mart90,.evomart90{margin-top:90px}.marb5,.evomarb5{margin-bottom:5px}.marb10,.evomarb10{margin-bottom:10px}.marb15,.evomarb15{margin-bottom:15px}.marb20,.evomarb20{margin-bottom:20px}.marb25,.evomarb25{margin-bottom:25px}.marb30,.evomarb30{margin-bottom:30px}.marb35,.evomarb35{margin-bottom:35px}.marb40,.evomarb40{margin-bottom:40px}.marb45,.evomarb45{margin-bottom:45px}.marb50,.evomarb50{margin-bottom:50px}.marb55,.evomarb55{margin-bottom:55px}.marb60,.evomarb60{margin-bottom:60px}.marb65,.evomarb65{margin-bottom:65px}.marb70,.evomarb70{margin-bottom:70px}.marb75,.evomarb75{margin-bottom:75px}.marb80,.evomarb80{margin-bottom:80px}.marb85,.evomarb85{margin-bottom:85px}.marb90,.evomarb90{margin-bottom:90px}.marl5,.evomarl5{margin-left:5px}.marl10,.evomarl10{margin-left:10px}.marl15,.evomarl15{margin-left:15px}.marl20,.evomarl20{margin-left:20px}.marl25,.evomarl25{margin-left:25px}.marl30,.evomarl30{margin-left:30px}.marl35,.evomarl35{margin-left:35px}.marl40,.evomarl40{margin-left:40px}.marl45,.evomarl45{margin-left:45px}.marl50,.evomarl50{margin-left:50px}.marl55,.evomarl55{margin-left:55px}.marl60,.evomarl60{margin-left:60px}.marl65,.evomarl65{margin-left:65px}.marl70,.evomarl70{margin-left:70px}.marl75,.evomarl75{margin-left:75px}.marl80,.evomarl80{margin-left:80px}.marl85,.evomarl85{margin-left:85px}.marl90,.evomarl90{margin-left:90px}.marr5,.evomarr5{margin-right:5px}.marr10,.evomarr10{margin-right:10px}.marr15,.evomarr15{margin-right:15px}.marr20,.evomarr20{margin-right:20px}.marr25,.evomarr25{margin-right:25px}.marr30,.evomarr30{margin-right:30px}.marr35,.evomarr35{margin-right:35px}.marr40,.evomarr40{margin-right:40px}.marr45,.evomarr45{margin-right:45px}.marr50,.evomarr50{margin-right:50px}.marr55,.evomarr55{margin-right:55px}.marr60,.evomarr60{margin-right:60px}.marr65,.evomarr65{margin-right:65px}.marr70,.evomarr70{margin-right:70px}.marr75,.evomarr75{margin-right:75px}.marr80,.evomarr80{margin-right:80px}.marr85,.evomarr85{margin-right:85px}.marr90,.evomarr90{margin-right:90px}.pad5,.evopad5{padding:5px}.pad10,.evopad10{padding:10px}.pad15,.evopad15{padding:15px}.pad20,.evopad20{padding:20px}.pad25,.evopad25{padding:25px}.pad30,.evopad30{padding:30px}.pad35,.evopad35{padding:35px}.pad40,.evopad40{padding:40px}.pad45,.evopad45{padding:45px}.pad50,.evopad50{padding:50px}.pad55,.evopad55{padding:55px}.pad60,.evopad60{padding:60px}.pad65,.evopad65{padding:65px}.pad70,.evopad70{padding:70px}.pad75,.evopad75{padding:75px}.pad80,.evopad80{padding:80px}.pad85,.evopad85{padding:85px}.pad90,.evopad90{padding:90px}.padt5,.evopadt5{padding-top:5px}.padt10,.evopadt10{padding-top:10px}.padt15,.evopadt15{padding-top:15px}.padt20,.evopadt20{padding-top:20px}.padt25,.evopadt25{padding-top:25px}.padt30,.evopadt30{padding-top:30px}.padt35,.evopadt35{padding-top:35px}.padt40,.evopadt40{padding-top:40px}.padt45,.evopadt45{padding-top:45px}.padt50,.evopadt50{padding-top:50px}.padt55,.evopadt55{padding-top:55px}.padt60,.evopadt60{padding-top:60px}.padt65,.evopadt65{padding-top:65px}.padt70,.evopadt70{padding-top:70px}.padt75,.evopadt75{padding-top:75px}.padt80,.evopadt80{padding-top:80px}.padt85,.evopadt85{padding-top:85px}.padt90,.evopadt90{padding-top:90px}.padb5,.evopadb5{padding-bottom:5px}.padb10,.evopadb10{padding-bottom:10px}.padb15,.evopadb15{padding-bottom:15px}.padb20,.evopadb20{padding-bottom:20px}.padb25,.evopadb25{padding-bottom:25px}.padb30,.evopadb30{padding-bottom:30px}.padb35,.evopadb35{padding-bottom:35px}.padb40,.evopadb40{padding-bottom:40px}.padb45,.evopadb45{padding-bottom:45px}.padb50,.evopadb50{padding-bottom:50px}.padb55,.evopadb55{padding-bottom:55px}.padb60,.evopadb60{padding-bottom:60px}.padb65,.evopadb65{padding-bottom:65px}.padb70,.evopadb70{padding-bottom:70px}.padb75,.evopadb75{padding-bottom:75px}.padb80,.evopadb80{padding-bottom:80px}.padb85,.evopadb85{padding-bottom:85px}.padb90,.evopadb90{padding-bottom:90px}.padl5,.evopadl5{padding-left:5px}.padl10,.evopadl10{padding-left:10px}.padl15,.evopadl15{padding-left:15px}.padl20,.evopadl20{padding-left:20px}.padl25,.evopadl25{padding-left:25px}.padl30,.evopadl30{padding-left:30px}.padl35,.evopadl35{padding-left:35px}.padl40,.evopadl40{padding-left:40px}.padl45,.evopadl45{padding-left:45px}.padl50,.evopadl50{padding-left:50px}.padl55,.evopadl55{padding-left:55px}.padl60,.evopadl60{padding-left:60px}.padl65,.evopadl65{padding-left:65px}.padl70,.evopadl70{padding-left:70px}.padl75,.evopadl75{padding-left:75px}.padl80,.evopadl80{padding-left:80px}.padl85,.evopadl85{padding-left:85px}.padl90,.evopadl90{padding-left:90px}.padr5,.evopadr5{padding-right:5px}.padr10,.evopadr10{padding-right:10px}.padr15,.evopadr15{padding-right:15px}.padr20,.evopadr20{padding-right:20px}.padr25,.evopadr25{padding-right:25px}.padr30,.evopadr30{padding-right:30px}.padr35,.evopadr35{padding-right:35px}.padr40,.evopadr40{padding-right:40px}.padr45,.evopadr45{padding-right:45px}.padr50,.evopadr50{padding-right:50px}.padr55,.evopadr55{padding-right:55px}.padr60,.evopadr60{padding-right:60px}.padr65,.evopadr65{padding-right:65px}.padr70,.evopadr70{padding-right:70px}.padr75,.evopadr75{padding-right:75px}.padr80,.evopadr80{padding-right:80px}.padr85,.evopadr85{padding-right:85px}.padr90,.evopadr90{padding-right:90px}.evopad0-10{padding:0 10px}.evopad0-15{padding:0 15px}.evopad0-20{padding:0 20px}.evopad0-10{padding:0 10px}.evopad5-10{padding:5px 10px}.evopad5-15{padding:5px 15px}.evopad5-20{padding:5px 20px}.evopad10-15{padding:10px 15px}.evopad10-20{padding:10px 20px}.evopad5-25{padding:5px 25px}.evopad10-25{padding:10px 25px}.evopad5-30{padding:5px 30px}.evopad10-30{padding:10px 30px}.evopad15-30{padding:15px 30px}.evopad0i{padding:0!important}.evopad5i{padding:5px!important}.evopad10i{padding:10px!important}.evopad15i{padding:15px!important}.evopad20i{padding:20px!important}.evopad25i{padding:25px!important}.evopad30i{padding:30px!important}.evopad35i{padding:35px!important}.evopad40i{padding:40px!important}.evopad45i{padding:45px!important}.evopad50i{padding:50px!important}.evopad55i{padding:55px!important}.evopad60i{padding:60px!important}.evopad65i{padding:65px!important}.evopad70i{padding:70px!important}.evopad75i{padding:75px!important}.evopad80i{padding:80px!important}.evopad85i{padding:85px!important}.evopad90i{padding:90px!important}.evopad95i{padding:95px!important}.evopad100i{padding:100px!important}.evopadt0i{padding-top:0!important}.evopadt5i{padding-top:5px!important}.evopadt10i{padding-top:10px!important}.evopadt15i{padding-top:15px!important}.evopadt20i{padding-top:20px!important}.evopadt25i{padding-top:25px!important}.evopadt30i{padding-top:30px!important}.evopadl0i{padding-left:0!important}.evopadl5i{padding-left:5px!important}.evopadl10i{padding-left:10px!important}.evopadl15i{padding-left:15px!important}.evopadl20i{padding-left:20px!important}.evopadl25i{padding-left:25px!important}.evopadl30i{padding-left:30px!important}.evopadb0i{padding-bottom:0!important}.evopadb5i{padding-bottom:5px!important}.evopadb10i{padding-bottom:10px!important}.evopadb15i{padding-bottom:15px!important}.evopadb20i{padding-bottom:20px!important}.evopadb25i{padding-bottom:25px!important}.evopadb30i{padding-bottom:30px!important}.evopadr0i{padding-right:0!important}.evopadr5i{padding-right:5px!important}.evopadr10i{padding-right:10px!important}.evopadr15i{padding-right:15px!important}.evopadr20i{padding-right:20px!important}.evopadr25i{padding-right:25px!important}.evopadr30i{padding-right:30px!important}.evomar0i{margin:0!important}.evomar5i{margin:5px!important}.evomar10i{margin:10px!important}.evomar15i{margin:15px!important}.evomar20i{margin:20px!important}.evomar25i{margin:25px!important}.evomar30i{margin:30px!important}.evomar35i{margin:35px!important}.evomar40i{margin:40px!important}.evomar45i{margin:45px!important}.evomar50i{margin:50px!important}.evomar55i{margin:55px!important}.evomar60i{margin:60px!important}.evomar65i{margin:65px!important}.evomar70i{margin:70px!important}.evomar75i{margin:75px!important}.evomar80i{margin:80px!important}.evomar85i{margin:85px!important}.evomar90i{margin:90px!important}.evomar95i{margin:95px!important}.evomar100i{margin:100px!important}.evomart0i{margin-top:0!important}.evomart5i{margin-top:5px!important}.evomart10i{margin-top:10px!important}.evomart15i{margin-top:15px!important}.evomart20i{margin-top:20px!important}.evomart25i{margin-top:25px!important}.evomart30i{margin-top:30px!important}.evomarl0i{margin-left:0!important}.evomarl5i{margin-left:5px!important}.evomarl10i{margin-left:10px!important}.evomarl15i{margin-left:15px!important}.evomarl20i{margin-left:20px!important}.evomarl25i{margin-left:25px!important}.evomarl30i{margin-left:30px!important}.evomarb0i{margin-bottom:0!important}.evomarb5i{margin-bottom:5px!important}.evomarb10i{margin-bottom:10px!important}.evomarb15i{margin-bottom:15px!important}.evomarb20i{margin-bottom:20px!important}.evomarb25i{margin-bottom:25px!important}.evomarb30i{margin-bottom:30px!important}.evomarr0i{margin-right:0!important}.evomarr5i{margin-right:5px!important}.evomarr10i{margin-right:10px!important}.evomarr15i{margin-right:15px!important}.evomarr20i{margin-right:20px!important}.evomarr25i{margin-right:25px!important}.evomarr30i{margin-right:30px!important}#evcal_list .eventon_list_event .desc_trig,.evcal_evdata_img,.event_description .evcal_close,.evcal_btn,.evo_sort_btn,.calendar_header .evcal_arrows,.desc_trig,.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after,.evcal_desc .evcal_desc3 em.evocmd_button,.evo_metarow_socialmedia a.evo_ss,a.evo_ss,.evo_metarow_socialmedia a.evo_ss i,.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,.evo_trans_sc1-1,.evo_btn_arr,.evo_btn_arr i,.evo_btn_arr_circ,.evo_transit_all{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.evo_trans_sc1_1{transform:scale(1)}.evo_trans_sc1_1:hover{transform:scale(1.1)}.evo_trans_sc1_09:hover{transform:scale(1.09)}.evo_trans_sc1_08:hover{transform:scale(1.08)}.evo_trans_sc1_07:hover{transform:scale(1.07)}.evo_trans_sc1_06:hover{transform:scale(1.06)}.evo_trans_sc1_05:hover{transform:scale(1.05)}.evo_trans_sc1_04:hover{transform:scale(1.04)}.evo_trans_sc1_03:hover{transform:scale(1.03)}.evo_trans_sc1_02:hover{transform:scale(1.02)}.evo_boxsh_1:hover{box-shadow:0 0 14px 0 #acbbca!important}.evobr50p{border-radius:50%}.borderr5,.evobr5{border-radius:5px}.borderr8,.evobr8{border-radius:8px}.borderr10,.evobr10{border-radius:10px}.borderr15,.evobr15{border-radius:15px}.borderr20,.evobr20{border-radius:20px}.borderr25,.evobr25{border-radius:25px}.borderr30,.evobr30{border-radius:30px}.borderr40,.evobr40{border-radius:40px}.borderr50,.evobr50{border-radius:50px}.evobr5i{border-radius:5px!important}.evobr10i{border-radius:10px!important}.evobr15i{border-radius:15px!important}.evobr20i{border-radius:20px!important}.evobr25i{border-radius:25px!important}.evobr30i{border-radius:30px!important}.evobr35i:border-radius:35px!important}.evobr40i{border-radius:40px!important}.evobr45i{border-radius:45px!important}.evobr50i{border-radius:50px!important}.evo_borderb,.evoborderb{border-bottom:1px solid var(--evo_linecolor_1)}.evo_bordert,.evobordert{border-top:1px solid var(--evo_linecolor_1)}.evo_border,.evoborder{border:1px solid var(--evo_linecolor_1)}.evo_border,.evobrdA1{border:1px solid var(--evo_linecolor_1)}.evobrc1{border-color:var(--evo_color_1)}.evobrdA2{border:2px solid var(--evo_linecolor_1)}.evobrdB1{border:1px solid var(--evo_color_1)}.evobrdB2{border:2px solid var(--evo_color_1)}.evo_bordern,.evobrn{border:none}.evocl1{color:var(--evo_color_1)}.evocl1i{color:var(--evo_color_1)!important}.evocl2{color:var(--evo_color_2)}.evocl2i{color:var(--evo_color_2)!important}.evoclw{color:var(--evo_color_white)}.evoclp{color:var(--evo_color_prime)}.evocls{color:var(--evo_color_second)}.evobgc1,.evobgcl1{background-color:var(--evo_color_1)}.evobgc2,.evobgcl2{background-color:var(--evo_color_2)}.evobgc3{background-color:var(--evo_boxcolor_1)}.evobgcw,.evobgclw{background-color:var(--evo_color_white)}.evobgcwi,.evobgclwi{background-color:var(--evo_color_white)!important}.evobgcp,.evobgclp{background-color:var(--evo_color_prime)}.evobgcs,.evobgcls{background-color:var(--evo_color_second)}.evobgclt{background-color:transparent}.evobgpc{background-position:center}.evobgsc{background-size:cover}.dfx,.evodfx{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.dfxi,.evodfxi{display:flex!important}.difx,.evodifx{display:inline-flex}.difxi,.evodifxi{display:inline-flex!important}.fx_wrap,.fww{flex-wrap:wrap}.dtb{display:table;width:100%;border-collapse:collapse}.dtbr{display:table-row}.dtbc{display:table-cell;position:relative}.evogap5{gap:5px}.evogap10{gap:10px}.evogap15{gap:15px}.evogap20{gap:20px}.fx_jc_c,.jcc,.evo_fx_jc_c,.evofx_jc_c,.evofxjcc{-ms-flex-pack:center;justify-content:center}.fx_jc_sb,.evofx_jc_sb,.evofxjcsb{-ms-flex-pack:space-between;justify-content:space-between}.fx_jc_se,.evofxjcse{-ms-flex-pack:space-evenly;justify-content:space-evenly}.fx_jc_sa,.evofxjcsa{-ms-flex-pack:space-around;justify-content:space-around}.fx_jc_fe,.evofxjcfe{-ms-flex-pack:flex-end;justify-content:flex-end}.fx_jc_fs,.evofxjcfs{-ms-flex-pack:flex-start;justify-content:flex-start}.fx_ai_c,.aic,.evo_fx_ai_c,.evofx_ai_c,.evofxaic{align-items:center}.fx_ai_fe,.evofx_ai_fe,.evofxaife{align-items:flex-end}.fx_ai_fs,.evofx_ai_fs,.evofxaifs{align-items:flex-start}.fx_dr_c,.evofx_dr_c,.evofxdrc{flex-direction:column}.fx_dr_cr,.evofx_dr_cr,.evofxdrcr{flex-direction:column-reverse}.fx_dr_r,.evofx_dr_r,.evofxdrr{flex-direction:row}.fx_dr_rr,.evofx_dr_rr,.evofxdrrr{flex-direction:row-reverse}.evofx_ww,.evofxww{flex-wrap:wrap}.fx_b_50,.evofx_b_50{flex-basis:50%}.fx_1_1,.evofx_1_1,.evofx_1,.evofx1{flex:1 1}.evofx_110,.evofx110{flex;1}.evofx_100,.evofx100{flex:1 0 0%}.evofx_10a,.evofx10a{flex:1 0 auto}.evofx00a{flex:0 0 auto}.fx_g1,.evo_fx_g1,.evofx_g1{flex-grow:1}.dn,.evo_dn,.evodn{display:none}.evodni{display:none!important}.db,.evo_db,.evodb{display:block}.dib,.evo_dib,.evodib{display:inline-block}.fsn,.evofsn{font-style:normal}.evofsi{font-style:italic}.fwb,.evofwb{font-weight:700}.fwn,.evofwn{font-weight:400}.fw400,.evofw400{font-weight:400}.fw700,.evofw700{font-weight:700}.fw900,.evofw900{font-weight:900}.fw900i,.evofw900i{font-weight:900!important}.evofz12{font-size:12px}.evofz14{font-size:14px}.evofz16{font-size:16px}.evofz18{font-size:18px}.evofz24{font-size:24px}.evofz30{font-size:30px}.evofz36{font-size:36px}.evofz42{font-size:42px}.evofz48{font-size:48px}.evofz54{font-size:54px}.evofz60{font-size:60px}.evofz72{font-size:72px}.evofz12i{font-size:12px!important}.evofz14i{font-size:14px!important}.evofz16i{font-size:16px!important}.evofz18i{font-size:18px!important}.evofz24i{font-size:24px!important}.evofz30i{font-size:30px!important}.evofz36i{font-size:36px!important}.evofz42i{font-size:42px!important}.evofz48i{font-size:48px!important}.evofz54i{font-size:54px!important}.evofz60i{font-size:60px!important}.evofz72i{font-size:72px!important}.evoff_1{font-family:var(--evo_font_1)}.evoff_1i{font-family:var(--evo_font_1)!important}.evoff_2{font-family:var(--evo_font_2)}.evoff_2i{font-family:var(--evo_font_2)!important}.evolh1{line-height:1}.evolh12{line-height:1.2}.evolh13{line-height:1.3}.evolh14{line-height:1.4}.evolh15{line-height:1.5}.evoHbc:hover{border-color:var(--evo_color_1)}.evoHbgc:hover{background-color:var(--evo_color_1)}.evoHbgci:hover{background-color:var(--evo_color_1)!important}.evoHbgcw:hover{background-color:var(--evo_cl_w)}.evoHbgcwi:hover{background-color:var(--evo_cl_w)!important}.evoHbgcprime:hover{background-color:var(--evo_color_prime)}.evoHbrc1:hover{border-color:var(--evo_color_1)}.evoHcw:hover{color:var(--evo_cl_w)}.evoHcwi:hover{color:var(--evo_cl_w)!important}.evoHcl1:hover{color:var(--evo_color_1)}.evo_curp,.evocurp{cursor:pointer}.evo_hover_op4:hover{opacity:.4}.evo_hover_op5:hover{opacity:.5}.evo_hover_op6:hover{opacity:.6}.evo_hover_op7:hover{opacity:.7}.evohoon:hover{outline:none}.evohoop6:hover{opacity:.6}.evohoop7:hover{opacity:.7}.evohoop8:hover{opacity:.8}.evoop0{opacity:0}.evoop1{opacity:.1}.evoop2{opacity:.2}.evoop3{opacity:.3}.evoop4{opacity:.4}.evoop5{opacity:.5}.evoop6{opacity:.6}.evoop7{opacity:.7}.evoop8{opacity:.8}.evoop9{opacity:.9}.evoop10{opacity:1}.evoposr{position:relative}.evoposa{position:absolute}.evoposf{position:fixed}.evoposri{position:relative!important}.evoposai{position:absolute!important}.evoposfi{position:fixed!important}.evotop0{top:0}.evotop5{top:5px}.evotop10{top:10px}.evotop15{top:15px}.evotop20{top:20px}.evotop25{top:25px}.evotop30{top:30px}.evotop35{top:35px}.evotop40{top:40px}.evotop45{top:45px}.evotop50{top:50px}.evobot0{bottom:0}.evobot5{bottom:5px}.evobot10{bottom:10px}.evobot15{bottom:15px}.evobot20{bottom:20px}.evobot25{bottom:25px}.evobot30{bottom:30px}.evobot35{bottom:35px}.evobot40{bottom:40px}.evobot45{bottom:45px}.evobot50{bottom:50px}.evoleft0{left:0}.evoleft5{left:5px}.evoleft10{left:10px}.evoleft15{left:15px}.evoleft20{left:20px}.evoleft25{left:25px}.evoleft30{left:30px}.evoleft35{left:35px}.evoleft40{left:40px}.evoleft45{left:45px}.evoleft50{left:50px}.evoright0{right:0}.evoright5{right:5px}.evoright10{right:10px}.evoright15{right:15px}.evoright20{right:20px}.evoright25{right:25px}.evoright30{right:30px}.evoright35{right:35px}.evoright40{right:40px}.evoright45{right:45px}.evoright50{right:50px}.evow100p{width:100%}.evow50p{width:50%}.wid33,.evow33p{width:33.3%}.wid66,.evow66p{width:66.6%}.evoh100p{height:100%}.evoh50p{height:50%}.evoh33p{height:33.3%}.evoh66p{height:66.6%}.evow100pi{width:100%!important}.evoh100pi{height:100%!important}.evow100pi{width:50%!important}.ttu,.evottu,.evottuc{text-transform:uppercase}.evottc{text-transform:capitalize}.evottlc{text-transform:lowercase}.evottn{text-transform:none}.evottui{text-transform:none!important}.tal,.evotal{text-align:left}.tar,.evotar{text-align:right}.tac,.evotac{text-align:center}.evotdn{text-decoration:none}.evotdu{text-decoration:underline}.wid33{width:33.3%}.wid66{width:66.6%}.fleft{float:left}.evoboxbb{box-sizing:border-box}.evoboxcb{box-sizing:content-box}.evo_of_h{overflow:hidden}.evoboxsn{box-shadow:none}.evoboxsni{box-shadow:none!important}.evooln{outline:none}.evo_databox{background-color:var(--evo_boxcolor_1);border-radius:15px}.ajde_evcal_calendar{width:100%;text-align:left;white-space:normal;position:relative;color:var(--evo_color_1);padding-bottom:10px}.ajde_evcal_calendar img,.evo_location_map img{max-width:none;box-shadow:none!important;display:block}.ajde_evcal_calendar .gmnoprint img{max-width:none!important}.ajde_evcal_calendar>*{margin:0;padding:0;box-sizing:border-box}.evcal_evdata_row .padt5{padding-top:5px}.evcal_evdata_row .padb10{padding-bottom:10px}.evcal_evdata_row{box-sizing:border-box}.bordr{border-right:1px solid #f1f1f1}body .ajde_evcal_calendar a,.ajde_evcal_calendar a:hover{text-decoration:none!important;box-shadow:none;-webkit-box-shadow:none}.ajde_evcal_calendar ul,#evcal_list{list-style:none;padding:0;margin:0}.ajde_evcal_calendar .eventon_list_event{margin-left:0;list-style:none}.ajde_evcal_calendar strong{font-weight:400}.ajde_evcal_calendar .eventon_desc_in strong{font-weight:700}.eventon_desc_in img{max-width:100%}.ajde_evcal_calendar .eventon_events_list p{padding:0;margin-bottom:5px;margin-top:0}.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{font-style:normal;font-size:13px;padding-left:15px;color:gray}.ajde_evcal_calendar .eventon_list_event .desc_trig_outter,.ajde_evcal_calendar.eventon_single_event #evcal_list p.desc_trig_outter,.eventon_events_list .desc_trig_outter,.desc_trig_outter a.evcal_list_a{margin:0}body .evo_hide{display:none}.ajde_evcal_calendar .eventon_list_event .desc_trig_outter,.eventon_events_list .desc_trig_outter{margin-bottom:0!important}body .ajde_evcal_calendar h4.evo_h4,.evo_lightbox h4.evo_h4,.evo_content_in h4.evo_h4{color:var(--evo_color_1);padding:0;margin:0;font-size:14px;font-style:normal;text-transform:uppercase;font-weight:400}.eventon_list_event .evoet_cx span.evcal_event_title,.evo_metarow_ICS .evcal_evdata_cell p a,.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,.evo_clik_row .evo_h3,h2.evo_h2,h3.evo_h3,h4.evo_h4,body .ajde_evcal_calendar h4.evo_h4,.evo_content_in h4.evo_h4,.eventon_main_section #evcal_cur,.ajde_evcal_calendar .calendar_header p.evo_month_title,.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,.evo_pop_body .evo_event_headers.canceled,.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,.evo_pop_body .evcal_list_a .evo_above_title span,.ajde_evcal_calendar .evcal_month_line p,.ajde_evcal_calendar .evo_footer_nav p.evo_month_title,.evo_eventon_live_now_section h3{font-weight:800}.ajde_evcal_calendar .calendar_header p,.eventon_events_list .eventon_list_event .evoet_cx span.evoet_dayblock span,.evo_pop_body .evoet_cx span.evoet_dayblock span,.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,.evo_lightbox_content h3.evo_h3,h2.evo_h2,h3.evo_h3,h4.evo_h4,body .ajde_evcal_calendar h4.evo_h4,.evo_content_in h4.evo_h4,.evo_metarow_ICS .evcal_evdata_cell p a,.eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2,.eventon_list_event .evoet_cx span.evcal_event_title,.evoet_cx span.evcal_desc2,.evo_metarow_ICS .evcal_evdata_cell p a,.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,.evo_clik_row .evo_h3,.evotax_term_card .evotax_term_details h2,.evotax_term_card h3.evotax_term_subtitle,.ajde_evcal_calendar .evo_sort_btn,.eventon_main_section #evcal_cur,.ajde_evcal_calendar .calendar_header p.evo_month_title,.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,.eventon_events_list .eventon_list_event .evcal_cblock,.ajde_evcal_calendar .evcal_month_line,.eventon_event .event_excerpt_in h3,.ajde_evcal_calendar .evo_footer_nav p.evo_month_title,.evo_eventon_live_now_section h3,.evo_tab_view .evo_tabs p.evo_tab,.evo_metarow_virtual .evo_live_now_tag{font-family:var(--evo_font_1)}.ajde_evcal_calendar .eventon_events_list p,.evo_lightbox p,.eventon_events_list .eventon_list_event .evoet_cx span,.evo_pop_body .evoet_cx span,.eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,.evo_pop_body .evoet_cx span.evcal_event_subtitle,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,.evo_pop_body .evcal_btn,.evcal_btn,.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,.evo_pop_body .evo_event_headers.canceled,.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,.evo_pop_body .evcal_list_a .evo_above_title span,.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,#evcal_list .eventon_list_event .evoInput,.evo_pop_body .evoInput,.evcal_evdata_row .evcal_evdata_cell p,#evcal_list .eventon_list_event p.no_events,.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,.evoGuideCall em,.evo_cal_above span,.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,.eventon_sort_line p,.eventon_filter_line p,.evo_filter_menu p,.evcal_evdata_row{font-family:var(--evo_font_2)}.evopopclose,.evolbclose{font-family:var(--evo_font_2)}.evcal_evdata_row .evcal_evdata_icons i,.evcal_evdata_row .evcal_evdata_custometa_icons i,.eventon_list_event .fa,.evo_lightbox .fa{font-family:'evo_FontAwesome','evo_FontAwesomeB'!important;font-size:18px;font-weight:bold!important}.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,.evo_lightbox .evcal_btn,body .evcal_btn,.evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,.evcal_btn{font-weight:700;font-size:13px;display:inline-block;padding:12px 25px!important;text-transform:uppercase;text-decoration:none!important;border-radius:20px;border:none;color:#fff;background:var(--evo_color_prime);font-style:normal;cursor:pointer;line-height:1}.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover,.evo_pop_body .evcal_btn:hover,.evcal_btn:hover{opacity:.8;text-decoration:none}.eventon_list_event .evo_btn_secondary,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,.evo_lightbox .evcal_btn.evo_btn_secondary,body .evcal_btn.evo_btn_secondary,#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,.evcal_btn.evo_btn_secondary,.evo_btn_secondary{color:#fff;text-transform:uppercase;background-color:#d2d2d2;cursor:pointer}.eventon_list_event .evo_btn_secondary:hover,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,.evo_lightbox .evcal_btn.evo_btn_secondary:hover,body .evcal_btn.evo_btn_secondary:hover,#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,.eventon_list_event .evo_btn_secondary:hover,.evcal_btn.evo_btn_secondary:hover,.evo_btn_secondary:hover{color:#fff;background-color:#bebebe;text-decoration:none}.evo_expand_more_btn{background-color:var(--evo_color_second);height:50px;width:50px;border-radius:22px;display:flex;justify-content:center;align-items:center;cursor:pointer;flex:1 0 auto}.evo_expand_more_btn.sm{height:30px;width:30px;flex:0 0 30px}.evo_expand_more_btn.sm i{font-size:14px}.evo_btn_arr{display:inline-flex;align-items:center;font-size:14px;cursor:pointer;background-color:var(--evo_color_prime);border-radius:25px;padding:3px 20px!important;color:var(--evo_cl_w)!important;text-transform:uppercase;font-family:var(--evo_font_1);line-height:1;outline:none;box-shadow:none;border:none}.evo_btn_arr:hover{opacity:.7}.evo_btn_arr:hover i,.evcal_evdata_row .evo_btn_arr:hover i.fa-chevron-right{transform:translateX(4px)}.evo_btn_arr i,.evcal_evdata_row .evo_btn_arr i.fa-chevron-right{height:25px;border-radius:30px;display:flex;align-items:center;color:var(--evo_cl_w);font-size:10px;margin-left:10px;font-weight:700}.evo_btn_arr_circ{border:none;box-shadow:none;border-radius:50%;font-size:30px;display:flex;flex:0 0 auto;height:50px;width:50px;justify-content:center;align-items:center;background-color:var(--evo_color_prime);color:var(--evo_cl_w);cursor:pointer;padding:0;box-sizing:border-box}.evo_btn_arr_circ i{font-size:18px;padding:0}.evo_btn_arr_circ:hover{transform:scale(1.2)}.evobtn_jcb{display:flex;justify-content:center;align-items:center;padding:3px 10px!important;border-radius:25px;border:1px solid var(--evo_linecolor_1);background-color:var(--evo_color_white)}.evobtn_jcb:hover{border:1px solid var(--evo_color_1);background-color:var(--evo_linecolor_1);text-decoration:none!important}.evo_nonbtn{border:none;box-shadow:none;background-color:transparent;outline:none}.ajde_evcal_calendar .calendar_header{padding:0;margin:5px 0;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ajde_evcal_calendar .evo_layout_changer{position:absolute;right:0;z-index:3}.ajde_evcal_calendar .evo_layout_changer i{margin-left:5px;opacity:.3;cursor:pointer}.ajde_evcal_calendar .evo_layout_changer i:hover{opacity:.5}.ajde_evcal_calendar .evo_layout_changer i.on{opacity:.7}.ajde_evcal_calendar.ul .calendar_header{min-height:0;margin:0}.ajde_evcal_calendar #evcal_next{margin-left:7px}.ajde_evcal_calendar a#evcal_prev:hover{background-position:-5px -17px}.ajde_evcal_calendar a#evcal_next:hover{background-position:-20px -17px}.ajde_evcal_calendar .calendar_header p,.ajde_evcal_calendar .evo_footer_nav p{line-height:1.3;margin:0!important;font-size:42px;font-weight:400;color:var(--evo_color_1);text-transform:uppercase;padding-top:1px;padding-bottom:0;width:auto}.ajde_evcal_calendar .calendar_header p.evo_cal_other_header{font-weight:700;padding-bottom:10px;margin:0;display:block;line-height:100%;height:auto}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover i,.evo_footer_nav .evcal_arrows:hover i{border-color:#fff}.ajde_evcal_calendar .calendar_header .evo_arrow,.ajde_evcal_calendar .calendar_header .evcal_arrows,.evo_footer_nav .evcal_arrows{height:35px;width:35px;cursor:pointer;font-size:14px;border:1px solid var(--evo_color_1);border-radius:50%;color:var(--evo_color_1);position:relative;padding:0}.ajde_evcal_calendar .calendar_header p.evo_arrows,.evo_footer_nav p.evo_arrows{display:flex}.ajde_evcal_calendar .calendar_header .evo_header_title.right .evo_header_mo,.ajde_evcal_calendar .evo_footer_nav.right{justify-content:space-between}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover,.evo_footer_nav .evcal_arrows:hover{background-color:var(--evo_color_1);color:var(--evo_cl_w)}.evo_footer_nav{padding-top:10px;display:flex;align-items:center}.evo_cal_above_right{float:right}.evo_month_title em{font-style:normal}.evoloading_2{position:relative;overflow:hidden}.evoloading_2:before{content:"";position:absolute;backdrop-filter:blur(3px);top:0;left:0;width:100%;height:100%;z-index:50}.evoloading_2:after{content:"";position:absolute;z-index:60;width:60px;aspect-ratio:4;--_g:no-repeat radial-gradient(circle closest-side,#2c2c2c 90%,#0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 3) 100%;animation:evoloader_2 1s infinite linear;top:50%;left:0;margin-left:calc(50% - 30px);margin-top:-7px}@keyframes evoloader_2{33%{background-size:calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%}50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%}66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%}}@keyframes evo_loader_ring{to{transform:rotate(360deg)}}.evoloading_3,body .evorow.loading,body .evorow.evoloading,body .evoloading{position:relative;min-height:120px}.evoloading_3:before,body .evorow.loading:before,body .evorow.evoloading:before,body .evoloading:before{content:"";box-sizing:border-box;display:block;position:absolute;width:50px;height:50px;margin:8px;border-radius:50%;animation:evo_loader_ring 0.7s linear infinite;border-top:8px solid var(--evo_color_prime);border-right:8px solid transparent;left:calc(50% - 32px);top:calc(50% - 50px);z-index:3}.evoloading_3:after,body .evorow.loading:after,body .evorow.evoloading:after,body .evoloading:after{content:"";position:absolute;background-color:#ffffff8c;height:100%;width:100%;top:0;z-index:2;box-sizing:border-box;left:0;backdrop-filter:blur(2px);border-radius:20px}.evo_ajax_load_events span{display:block;height:90px;width:100%;margin:0 0 5px 0;background-color:#f7f7f7;position:relative;overflow:hidden;border-radius:15px}.evo_ajax_load_events span:before{content:"";width:300px;height:100%;display:block;background:rgb(247,247,247);background:linear-gradient(90deg,rgba(247,247,247,1) 0%,rgba(241,240,240,1) 25%,rgba(241,240,240,1) 75%,rgba(247,247,247,1) 100%);position:absolute;left:0;animation-name:initloader;animation-duration:1s;animation-iteration-count:infinite;animation-direction:normal;animation-timing-function:ease-in-out;animation-fill-mode:none;animation-delay:0s}.evo_ajax_load_events span:nth-child(2):before{animation-delay:0.1s}.evo_ajax_load_events span:nth-child(3):before{animation-delay:0.2s}.ajde_evcal_calendar.ajax_loading_cal #evcal_list{border:none}.evo_preloading{position:relative;overflow:hidden;background-color:#E2E2E2!important}.evo_preloading:before{content:"";width:100%;height:100%;display:block;background:rgb(247,247,247);background:linear-gradient(90deg,transparent 0%,rgb(255,255,255,.3) 50%,transparent 100%);position:absolute;left:0;animation:preload_anim 1.5s ease-in-out 0s infinite normal none running;top:0;transform:translateX(-100%)}.evo_loading_bar_holder{display:flex;width:100%;flex-direction:column;min-height:300px}.evolb_content.evopad0 .evo_loading_bar_holder{padding:20px;box-sizing:border-box}.evo_loading_bar_holder.noMinH{min-height:auto}.evo_loading_bar_holder .nest1{display:flex;gap:10px;box-sizing:border-box;background-color:#f3f3f3;border-radius:15px;padding:10px 10px 0;margin-bottom:5px}.evo_loading_bar_holder .nesthold{display:flex;flex-direction:column;gap:0;width:100%}.evo_loading_bar_holder .nesthold.c{flex-direction:column}.evo_loading_bar_holder .nesthold.r{flex-direction:row}.evo_loading_bar_holder .nesthold.g5{gap:5px}.evo_loading_bar_holder .nesthold.g10{gap:10px}.evo_loading_bar_holder .nesthold.g20{gap:20px}.evo_loading_bar_holder .nest1 .evo_loading_bar{background-color:rgb(233 233 233)}body .evo_loading_bar{position:relative;overflow:hidden;margin-bottom:10px;min-height:30px;background-color:rgb(233 233 233);border-radius:10px}body .evorow .evo_loading_bar{background-color:#e6e6e6!important}body .evorow .evo_loading_bar:before,.evo_loading_bar:before{background:linear-gradient(90deg,rgba(233,233,233,1) 0%,rgba(226,226,226,1) 25%,rgba(226,226,226,1) 75%,rgba(233,233,233,1) 100%)}.evo_loading_bar.wid_90{width:90%}.evo_loading_bar.wid_80{width:80%}.evo_loading_bar.wid_70{width:70%}.evo_loading_bar.wid_50{width:50%}.evo_loading_bar.wid_40{width:40%}.evo_loading_bar.wid_30{width:30%}.evo_loading_bar.wid_25{width:25%}.evo_loading_bar.hi_150{height:150px;flex:0 1 150px}.evo_loading_bar.hi_100{height:100px;flex:0 1 100px}.evo_loading_bar.hi_50{height:50px;flex:0 1 50px}.evo_loading_bar.hi_30{height:30px;flex:0 1 30px}.evo_loading_bar:before{content:"";width:100%;height:100%;display:block;position:absolute;left:0;animation:preload_anim 1.5s ease-in-out 0s infinite normal none running;top:0;transform:translateX(-100%)}.evo_loading_bar_holder.loading_e .e1{flex:0 1 100px}.evo_loading_bar_holder.loading_e .e2{flex:1}.evo_loading_bar_holder.loading_e_tile{flex-direction:row;flex-wrap:wrap}.evo_loading_bar_holder.loading_e_tile .nesthold{flex-direction:column;gap:0}.evo_loading_bar_holder.loading_e_tile .nest1{width:calc(50% - 10px);margin:0 10px 10px 0}.evo_loading_bar_holder.loading_taxlb{align-items:center}.evo_loading_bar_holder.loading_taxlb .nest2{flex:1}@keyframes evoanim_001{100%{transform:rotate(1turn)}}.evo_btn_loader,.evobtn_loader,body .evobtn_loader,body .evcal_btn.evobtn_loader{position:relative;padding-right:35px!important}.evo_btn_loader:after,.evobtn_loader:after{content:"";aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,var(--evo_color_1) 94%,#0000) top / 5px 5px no-repeat,conic-gradient(#0000 30%,var(--evo_color_1));-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 0);animation:evoanim_001 1s infinite linear;height:20px;width:20px;display:block;position:absolute;right:5px;top:50%;margin-top:-10px}.evobtn_loader.full{text-indent:-99999px}.evobtn_loader.full:after{content:"";right:auto;margin-left:-10px}#eventon_loadbar{height:5px;width:100%;border-radius:10px;margin:10px 0;background-color:#efefef;display:none;position:relative;overflow:hidden}@keyframes fontbulger{0%{left:0%;margin-left:-50px}100%{left:100%;margin-left:-50px}}#eventon_loadbar:before{content:"";width:100px;height:100%;display:block;background-color:#f5b87a;position:absolute;left:0;animation-name:fontbulger;animation-duration:0.7s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out;animation-fill-mode:none;animation-delay:0s}#eventon_loadbar_section{height:auto;width:100%;margin-top:6px}.evoloadbar:before{content:"";display:block;height:5px;width:100%;background-color:rgba(255,255,255,.7);position:absolute;top:0;left:0;height:100%;z-index:3;border-bottom:5px solid #efefef}.evoloadbar:after{content:"";width:100px;height:5px;display:block;background-color:#f5b87a;position:absolute;left:0;top:0;z-index:4;animation-name:fontbulger;animation-duration:0.7s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out;animation-fill-mode:none;animation-delay:0s}.evoloadbar.bottom:before{bottom:0;top:auto}.evoloadbar.bottom:after{bottom:0;top:auto}.calendar_header button.cal_head_btn .eventon_sort_line{display:none}.calendar_header button.cal_head_btn.show .eventon_sort_line{display:block}.evo-jumper{margin-bottom:5px;position:relative}.calendar_header .cal_head_btn{background-color:var(--evo_color_2);color:#fff;font-size:12px;text-transform:uppercase;display:inline-block;padding:0 10px;margin-bottom:5px;border-radius:10px;cursor:pointer;margin-right:4px;min-height:25px;line-height:25px;position:relative;border:none}.calendar_header button.cal_head_btn.vis,.calendar_header button.cal_head_btn.vis.evo-gototoday-btn{display:inline-block}.calendar_header button.cal_head_btn.evo-gototoday-btn{display:none}.calendar_header button.evo-search{min-height:20px}.calendar_header button:hover{opacity:.8}.calendar_header button.cal_head_btn.vis{background-color:var(--evo_color_1)}.evo_j_container{padding-top:8px;padding-bottom:8px;margin:0}.ajde_evcal_calendar .calendar_header .evo_j_dates{margin-bottom:5px}body .ajde_evcal_calendar .calendar_header .evo_j_dates .legend{text-transform:uppercase;font-size:12px;padding:0;border-radius:5px;font-size:12px;line-height:100%;height:auto;background-color:transparent}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{opacity:.7}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{background-color:#CFCFCF}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{background-color:var(--evo_color_second)}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{padding:5px 10px;display:inline-block;cursor:pointer;color:var(--evo_color_2);background-color:#f5f5f5;margin:0 5px 5px 0;border-radius:8px;font-size:13px;line-height:18px;font-family:var(--evo_font_1);font-weight:700;text-align:center}.ajde_evcal_calendar .calendar_header .evo_j_dates.evo_j_years .legend a{width:auto}.ajde_evcal_calendar .calendar_header .evo_j_months{position:relative}#evcal_widget .ajde_evcal_calendar .calendar_header .evo_j_dates .legend{font-size:10px}#evcal_widget #evcal_head .evo_j_dates .legend a{padding:4px;font-size:9px;min-width:15px}#evcal_widget .event_description .evo_metarow_time_location .evcal_col50{display:block;width:100%;border-right:none}.eventon_sorting_section,.evo_filter_bar{margin:0 0 10px;padding:10px;background-color:#f3f3f3;border-radius:15px;position:relative;display:none}.eventon_sorting_section.vis,.evo_filter_bar.vis{display:flex;justify-content:space-between}.eventon_sort_line .evs,.eventon_sort_line .evs_3 p,.eventon_sf_field,.eventon_filter_selection{margin-right:5px;position:relative}.evo_filter_menu{position:absolute;left:0;top:45px;z-index:1000}.evo_filter_menu .eventon_filter_dropdown{width:250px;max-height:400px;overflow:auto}.evo_filter_menu .eventon_filter_dropdown::-webkit-scrollbar{width:8px}.evo_filter_menu .eventon_filter_dropdown::-webkit-scrollbar-thumb{background-color:var(--evo_color_2);border-radius:10px}.evo_filter_bar .evo_filter_nav{position:absolute;top:0;height:100%;background:linear-gradient(90deg,#e0e0e000 0%,#f3f3f3 60%);display:none;align-items:center}.evo_filter_bar .evo_filter_nav.vis{display:flex}.evo_filter_bar .evo_filter_nav .fa{background-color:#fff;border-radius:50%;border:1px solid var(--evo_cl_b40);display:flex;height:30px;width:30px;justify-content:center;align-items:center;font-size:12px;cursor:pointer;transition:box-shadow 0.2s cubic-bezier(.2,0,0,1)}.evo_filter_bar .evo_filter_nav .fa:hover{transform:scale(1.04);box-shadow:0 6px 16px rgba(0,0,0,.12)}.evo_filter_bar .evo_filter_nav.evo_filter_l{padding-right:50px;left:0;padding-left:10px;background:linear-gradient(90deg,#f3f3f3 60%,#e0e0e000 100%)}.evo_filter_bar .evo_filter_nav.evo_filter_r{right:-1px;padding-left:50px;padding-right:10px}.evs_sec_list p{cursor:pointer}.eventon_filter_line .filtering_static_val.set,.eventon_filter_line .filtering_static_val.set:hover{background-color:var(--evo_color_1);color:var(--evo_cl_w)}.eventon_filter_line .filtering_set_val,.eventon_filter_line .filtering_static_val{color:var(--evo_color_1);margin:0}.eventon_filter_line .filtering_set_val em.fa-caret-down{margin-left:12px;color:var(--evo_cl_b20)}.eventon_filter_line .filtering_set_val i.fa-check{display:none}.eventon_filter_line .evo_filter_tax_box.set i.fa-check{display:inline-block}.eventon_filter_line .evo_filter_tax_box.set em{margin-left:5px;display:inline-block}.eventon_filter_line .filtering_set_val,.eventon_filter_line .filtering_static_val,.eventon_sort_line .eventon_sf_cur_val p{cursor:pointer;padding:5px 12px!important;border-radius:10px;background-color:#fff;border:1px solid var(--evo_linecolor_1);flex:1 0 auto}.ajde_evcal_calendar.flhi .eventon_filter_line .filtering_set_val i.fa-check{display:none}.eventon_filter_line .filtering_set_val i.fa{margin-right:5px}.eventon_filter_line .filtering_set_val:hover,.eventon_filter_line .filtering_static_val:hover{background-color:var(--evo_cl_b5);color:var(--evo_color_1)}.eventon_filter_line .filtering_set_val.show,.eventon_filter_line .evo_filter_tax_box.vis .filtering_set_val,.eventon_filter_line .evo_filter_tax_box.set .filtering_set_val:hover,.eventon_filter_line .evo_filter_tax_box.vis .filtering_set_val:hover,.eventon_filter_line .evo_filter_tax_box.vis .filtering_set_val em,.eventon_filter_line .evo_filter_tax_box.set .filtering_set_val{background-color:var(--evo_color_1);color:var(--evo_cl_w)}.eventon_filter_line .filtering_set_val.show em.fa,.eventon_filter_line .evo_filter_tax_box.set em.fa{color:var(--evo_cl_w)}.eventon_filter_line .eventon_sf_field p{padding:1px 0}.eventon_sort_line p,.eventon_filter_line p,.eventon_sf_field p,.evo_filter_menu_in p{color:var(--evo_color_1);padding:0;margin:0;font-size:14px}.eventon_filter_selection .eventon_filter_dropdown{max-height:300px;overflow:auto;position:relative}.evo_filter_menu .evo_filter_inside,.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line,.evo_header_drop_menu{position:absolute;left:0;margin-top:6px;background-color:#fff;z-index:500;overflow:hidden;border-radius:10px;border:2px solid var(--evo_color_1);min-width:150px;display:flex;flex-direction:column}.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line{left:0}.evo_filter_menu p,.eventon_filter_dropdown p,.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p,.eventon_filter_dropdown p,.ajde_evcal_calendar .calendar_header .evo_header_drop_menu p{border-bottom:1px solid #d9d9d9;padding:12px;line-height:130%;margin:0;cursor:pointer;display:block;border-left:4px solid transparent;color:var(--evo_color_1);position:relative;height:auto;float:none;font-size:13px}.eventon_filter_dropdown p.evo_filter_val:hover,.ajde_evcal_calendar .calendar_header .evo_header_drop_menu p:hover,.evo-sort-btn .eventon_sort_line p:hover{background-color:#fff;color:#606060;border-left-color:#C7C7C7}.eventon_filter_dropdown p.select{margin:0}.eventon_filter_dropdown p.select,.ajde_evcal_calendar .calendar_header .evo_header_drop_menu p.select,.evo_filter_menu_in p.select,.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select{background-color:#f7f7f7;padding-left:30px;min-height:40px;box-sizing:border-box;word-wrap:break-word}.evo-sort-btn .eventon_sort_line p.evo_sort_option{text-align:left}.ajde_evcal_calendar .calendar_header .evo_header_drop_menu p.select:before,.evo_filter_menu .eventon_filter_dropdown p.select:before,.eventon_filter_line .eventon_filter_dropdown p.select:before,.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select:before{content:"\f058";display:inline-block;font-family:'evo_FontAwesome';font-style:normal;font-weight:400;font-size:18px;left:5px;position:absolute;color:var(--evo_color_1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:12px}.eventon_filter_dropdown p.has_icon{padding-left:35px}.eventon_filter_dropdown p.has_icon.select{padding-left:55px}.eventon_filter_dropdown p.np{border-left:5px solid #e0e0e0}.eventon_filter_dropdown p.select.has_icon i.fa{left:30px}.eventon_filter_dropdown p i.fa{display:block;position:absolute;left:5px;font-size:14px}.ajde_evcal_calendar .evo_sort_btn{height:15px;width:auto;font-style:italic;font-size:12px;text-transform:uppercase;cursor:pointer;border-bottom:none;color:gray}.evo_filter_aply_btns p,.eventon_sorting_section p.evo_filter_submit,.eventon_sorting_section p.evo_filter_clear{margin:0;color:#fff;padding:1px 15px 2px;border-radius:10px;cursor:pointer;display:block;float:left;font-size:14px;text-transform:uppercase;font-family:var(--evo_font_1);background-color:var(--evo_color_prime);height:35px;line-height:35px}.evo_filter_bar .evo_filter_aply_btns{flex:0 0 auto}.evo_filter_bar .evo_filter_container{position:relative;max-width:100%;width:100%}.evo_filter_bar .evo_filter_container_in{overflow:auto;position:relative;width:100%}.evo_filter_bar .evo_filter_container_in::-webkit-scrollbar{display:none}.evo_filter_bar .evo_filter_aply_btns p{display:none}.evo_filter_bar p.evo_filter_clear,.evo_filter_aply_btns p.evo_filter_clear{background-color:transparent;color:var(--evo_color_1);padding:1px 10px}.eventon_sorting_section .evo_filter_aply_btns.vis{border-left:1px solid var(--evo_linecolor_1);margin-left:10px}.eventon_sorting_section .evo_filter_aply_btns.vis p{display:inline-block}.eventon_sorting_section p.evo_filter_submit:hover,.eventon_sorting_section p.evo_filter_clear:hover,.evo_filter_aply_btns p:hover{opacity:.7}.ajde_evcal_calendar .eventon_sort_line,.eventon_filter_line{padding-left:0;position:relative;margin:0;display:flex}.eventon_sorting_section .eventon_sort_line+.eventon_filter_line{border-left:1px solid #c4c4c4;padding-left:10px}.eventon_filter_line .eventon_filter,.eventon_filter_line .filtering_static_val{flex:0 0 auto;display:block;float:left;margin-right:10px}.evo_fc_widget .eventon_filter_line{padding-left:0;border-left:none}.calendar_header .evo-filter-btn:before,.calendar_header .evo-sort-btn:before{content:"\f1de";display:inline-block;font-family:'evo_FontAwesome';font-style:normal;font-weight:800;font-size:14px;line-height:25px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.calendar_header .evo-sort-btn:before{content:"\f0dc";text-align:center;font-style:14px}#evcal_widget .eventon_filter_line .eventon_filter{float:none}.evo-sort-btn.show,.evo-sort-btn.show:hover,.evo-filter-btn.show,.cal_head_btn.show:hover{opacity:1;display:inline-block!important}#evcal_widget .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p{font-size:12px}.evo-filter-btn em{display:none}.evo-filter-btn em.o{display:inline-block;position:absolute;font-style:normal;top:0;margin-top:-8px;background-color:var(--evo_color_prime);border-radius:20px;padding:4px 5px;font-size:10px;line-height:1}.ajde_evcal_calendar.szS .calendar_header .evo_month_title{font-size:20px}.ajde_evcal_calendar.szS .calendar_header .evcal_arrows{height:20px;width:20px;font-size:10px;padding:0}.ajde_evcal_calendar.szS .evo_filter_bar .evo_filter_nav{padding-left:20px;padding-right:0}.ajde_evcal_calendar.szS .evo_filter_bar .evo_filter_nav.evo_filter_l{padding-right:20px;padding-left:0}.ajde_evcal_calendar.szS .evo_filter_bar .evo_filter_nav .fa{height:20px;width:20px;font-size:10px}.ajde_evcal_calendar.szS .calendar_header .evo_header_mo,.ajde_evcal_calendar.szM .calendar_header .evo_header_mo{justify-content:space-between}.ajde_evcal_calendar.szM .calendar_header .evo_month_title,.ajde_evcal_calendar.szM .evo_footer_nav .evo_month_title{font-size:28px}.ajde_evcal_calendar.szM .calendar_header .evcal_arrows,.ajde_evcal_calendar.szM .evo_footer_nav .evcal_arrows{height:25px;width:25px;font-size:12px}.ajde_evcal_calendar.szM .evo_filter_bar .evo_filter_nav{padding-left:40px;padding-right:0}.ajde_evcal_calendar.szM .evo_filter_bar .evo_filter_nav.evo_filter_l{padding-right:40px;padding-left:0}.ajde_evcal_calendar.szM .evo_filter_bar .evo_filter_nav .fa{height:25px;width:25px;font-size:11px}.evo_elm_HCS{position:relative}.evo_elm_HCS.evo_repeat_series{height:110px;overflow:hidden}.evo_elmHCS_nav{position:absolute;top:0;height:100%;background:linear-gradient(90deg,#f3f3f3 60%,#e0e0e000 100%);padding:0 50px 0 0;align-items:center;display:none;z-index:10}.evo_elmHCS_nav.vis{display:flex}.evo_elmHCS_nav.HCSnavR{right:0;background:linear-gradient(90deg,#e0e0e000 0%,#f3f3f3 60%);padding:0 0 0 50px}.evo_elmHCS_nav i.fa,.evcal_evdata_row .evo_elmHCS_nav i.fa{background-color:#fff;border-radius:50%;border:1px solid var(--evo_cl_b40);display:flex;height:30px;width:30px;justify-content:center;align-items:center;font-size:12px;cursor:pointer;transition:box-shadow 0.2s cubic-bezier(.2,0,0,1)}.evo_elmHCS_nav i.fa:hover{transform:scale(1.04);box-shadow:0 6px 16px rgba(0,0,0,.12)}.evo_elm_HCS .evo_elm_HCS_in::-webkit-scrollbar{display:none}.evo_elm_HCS_in{position:absolute;padding:5px;width:100%;overflow:auto;overflow-y:hidden;box-sizing:border-box}.evo_elm_row{display:block;width:100%;box-sizing:border-box}.evo_elm_row p.evo_field_label,.evo_elm_row label{margin:0 0 5px!important;padding:0!important;font-size:14px;position:relative}.evo_elm_row p.evo_field_container{margin:0 0 10px!important;padding:0!important}.evo_nesting{display:flex;gap:15px}.evo_elm_row p.evo_field_container input,.evo_elm_row p.evo_field_container textarea{border-radius:8px;background-color:#e5e5e5;width:100%;box-shadow:none;border:none;margin:0;padding:5px 10px;box-sizing:border-box;font-size:14px;line-height:2;font-family:var(--evo_font_2)}.evo_elm_row .evo_elm.ajde_yn_btn{position:relative}.evo_elm_row .ajde_yn_btn_label.evo_elm{padding:0 0 0 10px}.media-modal{z-index:960000}.evo_metafield_image span.image_src{height:50px;width:200px;display:inline-block;background-color:#c3c3c3;border:2px dashed #333}.evo_metafield_image.has_img .evolm_img_select_trig,.evo_metafield_image .image_src .evoel_img_remove_trig,.evo_metafield_image span.image_src .evoelm_img_holder{display:none}.evo_metafield_image.has_img span.image_src{height:100px;width:200px;border:none}.evo_metafield_image.has_img span.image_src .evoelm_img_holder{display:flex}.evo_metafield_image.has_img .image_src .evoel_img_remove_trig{display:flex;left:calc(50% - 25px);top:calc(50% - 25px);height:30px;width:30px}.evo_elm_dynamic_select.evo_elm_row{display:flex;gap:10px;flex-wrap:wrap}.evo_elm_dynamic_select button{border-color:transparent;border-radius:9999px;padding:4px 12px;line-height:1.3;font-size:13px}.evo_elm_dynamic_select button.open{box-shadow:0 0 0 2px #222;border-color:transparent}.evo_elm_dynamic_select button.open .fa{transform:rotate(180deg)}.evo_elm_dynamic_select .evoelm_ds_list{box-shadow:0 6px 12px 0 rgba(0,0,0,.28);margin-top:10px;min-width:100%;z-index:999;overflow:hidden}.evo_elm_dynamic_select .evoelm_ds_list span:last-child{border:none}.evo_elm_dynamic_select .evoelm_ds_list span{color:var(--evo_color_1)}.evo_elm_dynamic_select .evoelm_ds_list span:hover{background-color:var(--evo_color_2);color:var(--evo_color_white)}.evo_lightbox .evolb_content input.input:focus,.evo_lightbox .evolb_content textarea.input:focus{outline:none;box-shadow:0 0 0 2px #0000009c}.evo_lightbox .evolb_content input.input.err,.evo_lightbox .evolb_content textarea.input.err{box-shadow:0 0 0 2px #ffa1a1}.evo_lightbox .evolb_content .evoelm_field_errmsg{color:#ff6464}.evoelm_plusminus.evo_elm_row{gap:10px;display:flex;align-items:center;flex-wrap:wrap}.evo_plusminus_adjuster{display:flex;flex-direction:row;position:relative}.evo_plusminus_adjuster .evo_plusminus_change{border-radius:50%;height:30px;width:30px;color:#fff;background-color:#c9c9c9;display:inline-block;line-height:26px;text-align:center;font-size:24px;font-weight:400;cursor:pointer;position:absolute;top:5px;left:5px;padding:0;box-sizing:border-box;flex:1 0 auto}.evo_plusminus_adjuster .evo_plusminus_change i.fa{font-size:16px}.evo_plusminus_adjuster .evo_plusminus_change.plu{left:auto;right:5px}.evo_elm_row .evo_field_plusminus_container.evo_field_container{display:inline-block;background-color:#f1f1f1;border-radius:25px;padding:0}.evo_plusminus_adjuster .evo_plusminus_change:hover{opacity:.7}.evo_plusminus_adjuster .evo_plusminus_change.plu{background-color:#3091d4;line-height:28px}.evo_plusminus_adjuster em{font-style:normal;font-size:18px;font-weight:700;padding:5px 10px}body .evo_elm_row .evo_plusminus_adjuster input.evo_plusminus_change_input{border:none;box-shadow:none;margin:0!important;background-color:transparent;text-align:center;padding:5px 30px!important;width:130px!important;height:40px!important;border-radius:20px}.evo_row{display:flex;flex-wrap:wrap;flex-direction:row;width:100%}.evo_row_item{box-sizing:border-box;min-width:0;display:flex;flex-direction:column}.evo_row1_l{flex-basis:8.33%;max-width:8.33%}.evo_row2_l{flex-basis:16.66%;max-width:16.66%}.evo_row3_l{flex-basis:25%;max-width:25%}.evo_row4_l{flex-basis:33.33333%;max-width:33.33333%}.evo_row5_l{flex-basis:41.6667%;max-width:41.6667%}.evo_row6_l,.large_6{flex-basis:50%;max-width:50%}.evo_row7_l{flex-basis:58.33%;max-width:58.33%}.evo_row8_l{flex-basis:66.6667%;max-width:66.6667%}.evo_row9_l{flex-basis:75%;max-width:75%}.evo_row12_l{flex-basis:100%;max-width:100%}@media only screen and (max-width:1068px) and (min-width:735px){.evo_grid_item.evo_span1_m{grid-column:span 1}.evo_grid_item.evo_span2_m{grid-column:span 2}.evo_grid_item.evo_span3_m{grid-column:span 3}.evo_grid_item.evo_span4_m{grid-column:span 4}.evo_grid_item.evo_span5_m{grid-column:span 5}.evo_grid_item.evo_span6_m{grid-column:span 6}.evo_grid_item.evo_span7_m{grid-column:span 7}.evo_grid_item.evo_span8_m{grid-column:span 8}.evo_grid_item.evo_span9_m{grid-column:span 9}.evo_grid_item.evo_span10_m{grid-column:span 10}.evo_grid_item.evo_span11_m{grid-column:span 11}.evo_grid_item.evo_span12_m{grid-column:span 12}.evo_row_item.evo_row1_m{flex-basis:8.33%;max-width:8.33%}.evo_row_item.evo_row2_m{flex-basis:16.66%;max-width:16.66%}.evo_row_item.evo_row3_m{flex-basis:25%;max-width:25%}.evo_row_item.evo_row4_m{flex-basis:33.33333%;max-width:33.33333%}.evo_row_item.evo_row6_m{flex-basis:50%;max-width:50%}.evo_row_item.evo_row8_m{flex-basis:66.6667%;max-width:66.6667%}.evo_row_item.evo_row9_m{flex-basis:75%;max-width:75%}.evo_row_item.evo_row12_m{flex-basis:100%;max-width:100%}}@media only screen and (max-width:734px){.evo_grid_item.evo_span1_s{grid-column:span 1}.evo_grid_item.evo_span2_s{grid-column:span 2}.evo_grid_item.evo_span3_s{grid-column:span 3}.evo_grid_item.evo_span4_s{grid-column:span 4}.evo_grid_item.evo_span5_s{grid-column:span 5}.evo_grid_item.evo_span6_s{grid-column:span 6}.evo_grid_item.evo_span7_s{grid-column:span 7}.evo_grid_item.evo_span8_s{grid-column:span 8}.evo_grid_item.evo_span9_s{grid-column:span 9}.evo_grid_item.evo_span10_s{grid-column:span 10}.evo_grid_item.evo_span11_s{grid-column:span 11}.evo_grid_item.evo_span12_s{grid-column:span 12}.evo_row_item.evo_row1_s{flex-basis:8.33%;max-width:8.33%}.evo_row_item.evo_row2_s{flex-basis:16.66%;max-width:16.66%}.evo_row_item.evo_row3_s{flex-basis:25%;max-width:25%}.evo_row_item.evo_row4_s{flex-basis:33.33333%;max-width:33.33333%}.evo_row_item.evo_row6_s{flex-basis:50%;max-width:50%}.evo_row_item.evo_row8_s{flex-basis:66.6667%;max-width:66.6667%}.evo_row_item.evo_row9_s{flex-basis:75%;max-width:75%}.evo_row_item.evo_row12_s{flex-basis:100%;max-width:100%}}.evo_cal_view_switcher_list{display:none}.evo-viewswitcher-btn.show .evo_cal_view_switcher_list{display:flex}.ajde_evcal_calendar.het .evcal_cblock .evo_end{display:none}.eventon_event .eventon_events_list{border-top:1px solid #e5e5e5}.eventon_single_event .evcal_evdata_row.evcal_close{display:none}.eventon_single_event .event_description.evcal_eventcard{padding-bottom:0}.eventon_event .evcal_list_a .evo_month{display:block;font-style:normal;font-size:13px;font-weight:300;text-transform:uppercase;line-height:130%}.eventon_event .event_excerpt_in{padding:20px;border-left:1px solid #e5e5e5;background-color:#f9f9f9;border-bottom:1px solid #e5e5e5;border-radius:0 5px 5px 0}.eventon_event .event_excerpt_in h3{font-weight:700;font-size:16px;color:#6B6B6B;text-transform:uppercase;margin:0}.eventon_event #evcal_list .event_excerpt_in p{font-size:12px;color:#a0a0a0;display:inline-block}.noaction.eventon_events_list .desc_trig{cursor:default}.eventon_single_event.evo_sin_box.esty_0 #evcal_list{border-radius:15px}.eventon_single_event.event_parts .eventon_list_event{display:flex;flex-direction:column}.eventon_single_event.event_parts #evcal_list{border-radius:15px}.eventon_single_event.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig{border-radius:15px 15px 0 0}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .desc_trig_outter{border:none}button.evocard_nav_trig{top:50px;left:0;margin-left:-70px;width:50px;height:50px;opacity:0;transform:translateX(70px);outline:none;border:none;box-shadow:none}.evocard_nav_trig.show.next,.evocard_nav_trig.show{opacity:1;transform:translateX(0)}.evocard_nav_trig.show.next:hover,.evocard_nav_trig.show:hover{transform:scale(1.1)}.evocard_nav_trig.next{left:auto;right:0;margin-left:0;margin-right:-70px;transform:translateX(-70px)}.evocard_nav_trig i{color:var(--evo_color_1)}#evcal_list .eventon_list_event p.no_events,.evo_eventon_now .no_events{padding:8px 12px;font-size:14px;margin-bottom:0;text-transform:uppercase}.ajde_evcal_calendar.boxy .eventon_list_event p.no_events{background-color:#ededed}.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable,.no_events.clickable{padding:0}.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable:hover,.no_events.clickable:hover{opacity:.7}.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a,.no_events.clickable a{padding:8px 10px;display:block;text-decoration:none;color:var(--evo_color_link)}.ajde_evcal_calendar.boxy #evcal_list .no_events .no_events.clickable a{padding:30px}.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a span,.no_events.clickable a span{display:block}.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a span.t,.no_events.clickable a span.t{font-weight:700;font-size:18px}.ajde_evcal_calendar #evcal_list .no_events .no_events.clickable a span.st,.no_events.clickable a span.st{text-transform:none}.ajde_evcal_calendar.esty_1 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_3 #evcal_list .eventon_list_event.no_events p.no_events{background-color:#fff}.ajde_evcal_calendar.esty_1 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_3 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_1 #evcal_list .eventon_list_event.no_events p.no_events a,.ajde_evcal_calendar.esty_2 #evcal_list .eventon_list_event.no_events p.no_events a,.ajde_evcal_calendar.esty_3 #evcal_list .eventon_list_event.no_events p.no_events a{color:var(--evo_color_1)}.ajde_evcal_calendar.esty_0 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_4 #evcal_list .eventon_list_event.no_events p.no_events{background-color:#fff}.ajde_evcal_calendar.esty_0 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_4 #evcal_list .eventon_list_event.no_events p.no_events,.ajde_evcal_calendar.esty_0 #evcal_list .eventon_list_event.no_events p.no_events a,.ajde_evcal_calendar.esty_4 #evcal_list .eventon_list_event.no_events p.no_events a{color:var(--evo_color_1)}#evcal_list p{display:none;text-decoration:none}#evcal_list p.desc_trig_outter{border-bottom:1px solid #d5d5d5}#evcal_list .eventon_list_event .event_description p,#evcal_list .eventon_list_event p.desc_trig_outter,#evcal_list p.no_events,#evcal_list .evcal_month_line p{display:block}#evcal_list{border-right:1px solid #d5d5d5;border-top:1px solid #d5d5d5;border-radius:5px;overflow:hidden}#evcal_list.sep_months,#evcal_list.sep_months .evcal_month_line p,#evcal_list.evcal_list_month{border:none}.ajde_evcal_calendar .eventon_events_list .eventon_list_event{margin-left:0;margin-bottom:0;padding:0;overflow:hidden;position:relative;list-style-type:none}.eventon_events_list .eventon_list_event .desc_trig{cursor:pointer}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#fdfdfd;border-left-width:7px}.eventon_events_list .eventon_list_event a{text-decoration:none;border-bottom:none;color:var(--evo_color_link)}.eventon_events_list .eventon_list_event .evcal_list_a{background-color:#f1f1f1;display:flex;flex-wrap:wrap;width:100%;position:relative;padding:20px;overflow:hidden;border-left-width:3px;border-left-style:solid;min-height:63px;border-bottom:none;float:none;box-sizing:border-box}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#fff6e2}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#ffecc5}.eventon_events_list a,.eventon_events_list a:hover{text-decoration:none;box-shadow:none;-webkit-box-shadow:none}.ajde_evcal_calendar .clear,.evo_lightbox .clear{clear:both;height:0;margin:0;padding:0;display:block}.eventon_events_list .eventon_list_event .evoet_dayblock,.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock span,.evo_pop_body .evoet_dayblock{background-color:transparent!important;color:var(--ett_dateblock_color);font-size:30px;font-weight:700;padding:0;line-height:110%;min-height:15px;margin:0;display:flex;align-items:flex-start}.eventon_events_list .eventon_list_event .evcal_cblock.mnl,.evo_pop_body .evcal_cblock.mnl{display:none}#evcal_list .sep_month_events{border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-radius:5px;overflow:hidden}.esty_4 #evcal_list .sep_month_events{border:none}.ajde_evcal_calendar.boxy #evcal_list .sep_month_events{border:none;flex-direction:row;flex-wrap:wrap}#evcal_list .sep_month_events.no_event{border:1px solid #e5e5e5}.eventon_events_list .eventon_list_event.no_events{border:1px solid #e5e5e5;border-radius:5px;border-top:none;border-right:none}#evcal_list .eventon_list_event .evoet_cx em,.evo_lightboxes .evoet_cx em{font-style:normal}.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock,.evo_lightbox.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock{display:flex;flex-direction:row;gap:5px}.eventon_events_list .eventon_list_event .evoet_dayblock .evo_end,.eventon_list_event .evoet_cx .evoet_dayblock .evo_end,.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock span.evo_end{padding-left:10px;font-size:14px;margin-top:4px}.evcal_cblock .evo_start{float:left;font-size:30px;clear:both}.evcal_cblock .evo_end{float:left;padding-left:8px;font-size:14px;position:relative;margin-top:4px}.evcal_cblock .evo_end:before{background-color:var(--ett_dateblock_color);height:2px;width:4px;margin-left:2px;content:"";position:absolute;display:block;left:0;top:50%}.evcal_cblock .evo_start em.month,.evcal_cblock .evo_end em.month,.evcal_cblock .evo_start em.day{font-size:11px;font-weight:400;display:block}.evcal_cblock .evo_end em.month{font-size:8px}.evcal_cblock .evo_end em.year{font-size:8px}.evcal_cblock em.time{font-size:10px}.evcal_cblock .year{font-size:10px;display:block;line-height:10px;opacity:.7}.evcal_cblock .time,.evcal_cblock .evo_end.only_time,.eventon_events_list .eventon_list_event .evcal_cblock .evo_end.only_time,.evo_pop_body .evcal_cblock .evo_end.only_time{display:none}.eventon_events_list .eventon_list_event .evcal_cblock em,.evo_pop_body .evcal_cblock em{font-style:normal;text-transform:uppercase;line-height:110%}.evcal_cblock .evo_end em.day{display:block;font-size:8px;font-weight:400}.eventon_events_list .eventon_list_event .evcal_cblock em.evo_date,.evo_pop_body .evcal_cblock em.evo_date{display:block}.eventon_events_list .eventon_list_event .evcal_cblock em.evo_year,.evo_pop_body .evcal_cblock em.evo_year{font-size:10px;display:block;line-height:10px;opacity:.7}.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,.evo_pop_body .evcal_cblock em.evo_day{font-size:8px;font-weight:400;display:block;float:left;padding-right:6px}.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day{color:#B7B7B7;margin-bottom:3px}.EvcalWidget .eventon_events_list .evcal_cblock .evo_date em.evo_day,.widget .eventon_events_list .evcal_cblock .evo_date em.evo_day{padding-bottom:3px}.eventon_events_list .eventon_list_event .ev_ftImg{background-repeat:no-repeat;width:var(--evo-image-size);height:var(--evo-image-size);max-height:var(--evo-image-size);margin:0;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:top center;display:block;flex:0 1 auto;border-radius:10px}.eventon_events_list .eventon_list_event .evcal_cblock span,.evo_pop_body .evcal_cblock span{line-height:100%;vertical-align:super}.evcal_cblock .evo_date .start{float:left;font-size:30px;clear:both}.evcal_cblock .evo_date .start em,.evcal_cblock .evo_date .end em{font-size:11px;font-weight:400;display:block;margin-left:6px}.evcal_cblock .evo_date .start em{margin-left:0;margin-top:3px}.evcal_cblock .evo_date .end em{font-size:8px;margin-top:3px}.evcal_cblock .evo_date .end{float:left;margin-left:4px;font-size:14px}.evcal_cblock .evo_time span.start,.evcal_cblock .evo_time span.end{float:left;font-size:14px;clear:both;font-weight:400;padding-top:4px}.evcal_cblock .evo_time .evo_day.end{clear:both;padding-top:5px}.ajde_evcal_calendar #evcal_list .evcal_cblock .evo_time{display:none}#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.start{font-size:12px}#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.end{font-size:11px}.eventon_events_list .eventon_list_event .evoet_c3,.evo_pop_body .evoet_c3{padding:0;margin:0;flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column}.eventon_events_list .eventon_list_event .evoet_c4,.evo_pop_body .evoet_c4{display:flex;flex-basis:40%;flex-direction:column;flex:1}.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3,.evo_pop_body .evcal_desc .evcal_desc3,#page-content p.evcal_desc .evcal_desc3{display:flex;flex-direction:column}.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 span,.evo_pop_body .evcal_desc .evcal_desc3 span,#page-content p.evcal_desc .evcal_desc3 span{padding-bottom:2px}.eventon_events_list .eventon_list_event .no_val .evcal_cblock{display:none}.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3>*,.evo_pop_body .evcal_desc .evcal_desc3>*{display:inline-block}.eventon_events_list .eventon_list_event .evoet_cx,.evo_pop_body .evoet_cx{margin-right:10px}.eventon_events_list .eventon_list_event .evoet_cx .evoet_location,.eventon_events_list .eventon_list_event .evoet_cx .evoet_time_expand{padding-left:1px}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags,.evo_pop_body .evoet_cx span.evoet_tags{display:flex;align-items:center;flex-wrap:wrap}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span,.evo_pop_body .evoet_cx span.evoet_tags span{display:inline-block;color:#fff;background-color:#F79191;border-radius:5px;padding:4px 9px;margin-bottom:5px;margin-right:5px;text-transform:uppercase;font-size:11px;position:relative;line-height:1}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.postponed,.evo_pop_body .evoet_cx span.evoet_tags span.postponed,.evosv_grid .evosv_tag.postponed{background-color:#e3784b}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.vir,.evo_pop_body .evoet_cx span.evoet_tags span.vir,.evosv_grid .evosv_tag.vir{background-color:#5bdaf7}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.rescheduled,.evo_pop_body .evoet_cx span.evoet_tags span.rescheduled,.evosv_grid .evosv_tag.rescheduled{background-color:#67ef78}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.movedonline,.evo_pop_body .evoet_cx span.evoet_tags span.movedonline,.evosv_grid .evosv_tag.movedonline{background-color:#6edccd}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.featured,.evo_pop_body .evoet_cx span.evoet_tags span.featured,.evosv_grid .evosv_tag.featured{background-color:#ffcb55}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.completed,.evo_pop_body .evoet_cx span.evoet_tags span.completed,.evosv_grid .evosv_tag.completed{background-color:#585858}.eventon_events_list .eventon_list_event .evoet_cx span.evoet_tags span.repeating,.evo_pop_body .evoet_cx span.evoet_tags span.repeating,.evosv_grid .evosv_tag.repeating{background-color:var(--evo_color_second)}.evoet_cx span.evoet_cy.evoet_status_reason .evoet_sr_text,.evoet_cx span.evoet_subtitle span.status_reason{display:block;background:transparent;color:var(--evo_color_1);padding:0;background-color:#fff;display:inline-block;padding:3px 10px;border-radius:10px;font-size:14px;margin-bottom:10px}.eventon_events_list .eventon_list_event .evoet_cx.evoet_c0,.evo_pop_body .evoet_cx.evoet_c0{flex-basis:100%}.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,.eventon_events_list .eventon_list_event .evoet_cx .level_3,.evo_pop_body .evcal_desc .evcal_desc_info,.evo_pop_body .evoet_cx .level_3{font-size:12px;line-height:120%;padding-bottom:2px;display:flex;margin-bottom:5px}.eventon_list_event:hover .evcal_desc .evcal_desc_info{opacity:1}.eventon_events_list .eventon_list_event .evoet_cx .level_3.evoet_time_expand,.evo_pop_body .evoet_cx .level_3.evoet_time_expand{align-items:center;flex-wrap:wrap;display:flex;gap:5px}.eventon_events_list .eventon_list_event .evoet_cx .level_4,.evo_pop_body .evoet_cx .level_4{font-size:12px;font-style:normal;line-height:110%;display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px;align-items:center}.eventon_events_list .eventon_list_event .evoet_cx .level_4:last-child{margin:0}.eventon_events_list .eventon_list_event .evoet_cx .level_4 em,.evo_pop_body .evoet_cx .level_4 em{font-weight:400;font-style:normal;padding-right:5px}.eventon_events_list .eventon_list_event .evoet_cx .level_4 em i{opacity:.7}.eventon_events_list .eventon_list_event .evoet_cx .evoet_b1{background-color:#80808033;padding:5px 10px;border-radius:8px}.clear .eventon_events_list .eventon_list_event .evoet_cx .evoet_b1{background-color:#8080801f}.color .eventon_events_list .eventon_list_event .evoet_cx .evoet_b1{background-color:#ffffff3d}.evoet_cx .evoet_box_1{background-color:#ffffff29;border-radius:10px;padding:10px;margin-bottom:5px}.eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf{font-size:12px;padding-bottom:5px}.eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf em{font-style:normal}.eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2,.evo_pop_body .evoet_cx span.evcal_desc2{color:var(--evo_color_1);text-transform:uppercase;font-size:24px}.evo_pop_body .evoet_cx span.evcal_desc2{line-height:130%}.evoet_cx .evcal_desc3 em{font-size:11px;font-style:normal;line-height:110%;float:left;display:block;padding-right:6px}.evoet_cx span.evcal_event_types em i.fa{margin-right:6px}.evoet_cx .evcal_cmd i.fa{margin-right:5px}.eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,.evo_pop_body .evoet_cx span.evcal_event_subtitle{text-transform:uppercase;font-size:16px}.editEventBtnET{cursor:pointer;margin-left:5px}.editEventBtnET:hover{opacity:.5}.evoet_cx .evolb_trigger{cursor:pointer}.evoet_cx .evolb_trigger:hover{opacity:.7}.evoet_cx .evo_ep_pre{margin-right:10px}.evoet_cx .evo_event_progress{display:flex!important;flex-direction:row;align-items:center;font-size:13px;flex-wrap:wrap;line-height:1.3}.color .evoet_cx .evo_epbar_o{background-color:#f1f1f1}.color .evoet_cx .evo_ep_bar{background-color:#e2e2e2}.evoet_cx .evo_epbar_o{width:100%;background-color:#ddd;padding:5px 10px!important;border-radius:15px;flex:1 0 50%;margin-right:10px}.evo_sin_page.white .evoet_cx .evo_epbar_o{background-color:#f9f9f9}.evoet_cx .evo_event_progress>*{margin-bottom:5px}.boxy .evoet_cx .evo_epbar_o{background-color:#fbfbfb}.evoet_cx .evo_ep_bar{background-color:#efefef;border-radius:20px;height:4px;box-sizing:border-box;display:flex}.sev.cev .evoet_cx .evo_ep_bar{background-color:#ffffff61}.sev.cev .evoet_cx .evo_epbar_o{background-color:#ffffff47}.sev.cev .evoet_cx .evo_ep_bar b,.sev.cev .evoet_cx .evo_ep_bar b:before{background-color:#fff}.evoet_cx .evo_ep_bar b{background-color:#f79191;display:flex;height:4px;position:relative;border-radius:20px}.evoet_cx .evo_ep_bar b:before{content:"";height:10px;width:10px;background-color:#f79191;border-radius:50%;right:0;position:absolute;margin-top:-3px}.evoet_cx .evo_ep_bar.evo_completed b{background-color:#9a9a9a}.evoet_cx .evo_ep_bar.evo_completed b:before{content:none}.eventon_events_list .evoShow_more_events:hover{opacity:.7}.eventon_events_list .evoShow_more_events{cursor:pointer;display:flex;flex-direction:column}.eventon_events_list .evoShow_more_events span{text-align:center;background-color:#b4b4b4;color:#fff;text-transform:uppercase;font-size:14px;padding:5px 0;margin:0;display:block;flex:1;justify-content:center;align-items:center;align-content:center;display:flex;border-radius:10px}.evo_eventon_live_now_section h3,.evo_eventon_live_now_section .evo_eventon_now_next h3{color:var(--evo_color_1);font-size:36px;margin-bottom:10px}.evo_eventon_live_now_section .evo_eventon_now_next h3{display:flex;flex-wrap:wrap}.evo_eventon_live_now_section .evo_eventon_no_events_now{background-color:#d6f5d2;border-radius:15px;padding:20px;color:#888}.evo_eventon_live_now_section .evo_eventon_now #evcal_list.eventon_events_list{background-color:transparent!important;margin:0}.evo_eventon_live_now_section .evo_eventon_now #evcal_list .evcal_list_a{padding:50px 0}.evo_eventon_live_now_section .evo_eventon_now .boxy #evcal_list .evcal_list_a{padding:50px 20px}.evo_eventon_live_now_section .evo_eventon_now .evcal_cblock{display:none}.evo_eventon_live_now_section .evo_eventon_now #evcal_list .evcal_event_title{padding:5px 0;font-size:30px}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event{border-radius:20px}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list .evcal_desc_info{background-color:#fff3;border-radius:15px;padding:10px;margin-bottom:10px}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a.desc_trig{padding:25px;display:flex}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a.desc_trig:hover{border-width:15px;opacity:.8}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .ev_ftImg{margin:0;max-height:none;border-radius:20px;position:relative;flex:1 0 auto}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .evo_info{padding:40px!important;margin:0}.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time{padding:10px 15px;display:inline-flex;margin:20px;background-color:#fff;border-radius:10px}.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time em{font-style:normal;font-size:14px;font-weight:700}.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time em,.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time span{color:#333!important}.evo_eventon_live_now_section .evo_eventon_now_next .evo_img_time{display:none}.evo_eventon_live_now_section .evo_eventon_now_next{margin-top:10px;background-color:#ececec;border-radius:20px;padding:15px 25px}.evo_eventon_live_now_section .evo_eventon_now_next h3{font-size:24px}.evo_eventon_live_now_section .evo_eventon_now_next h3 .evo_countdowner{background-color:var(--evo_color_2);border-radius:30px;padding:4px 20px;color:#fff;font-size:24px}.evosv_grid{background-color:#f5f5f5;border-radius:10px;margin-bottom:10px}.evosv_grid .date_row{padding-bottom:5px;padding-top:5px;border-bottom:1px solid #dadce0}.evosv_grid .date_row:last-child{border:none}.evosv_grid .row{display:flex;padding:5px 10px;margin-left:120px;font-size:14px}.evosv_grid .row .evosv_date{box-sizing:border-box;font-weight:700;flex:none;width:120px;padding:5px;text-transform:uppercase;display:none}.evosv_grid .row .evosv_date b{margin-right:5px}.evosv_grid .row:first-of-type .evosv_date{display:flex}.evosv_grid .row:first-of-type{margin-left:0}.evosv_grid .row:hover .evosv_items{background-color:#fed582}.evosv_grid .row .llxvl{display:flex;align-items:center}.evosv_grid .row .evosv_items{display:flex;flex:1 1 auto;cursor:pointer;padding:5px 15px;border-radius:20px;min-width:0}.evosv_grid .row .evosv_items .evosv_time{width:160px;flex:none;margin:0 15px auto 0}.evosv_grid .row .evosv_items .evosv_event{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;display:block}.evosv_grid .row .evosv_items .evosv_clr{width:20px;height:15px;margin:4px 15px auto 0;border-radius:20px;flex:none}.evosv_grid .row.no_events p.no_events{margin:0}.evosv_grid .evosv_items .evosv_event .evosv_subdata{flex:1;flex-basis:100%;opacity:.5;padding-left:2px}.evortl .evosv_grid .row{flex-direction:row-reverse;margin-right:120px;margin-left:0}.evortl .evosv_grid .row .evosv_items{flex-direction:row-reverse}.evortl .evosv_grid .row:first-of-type{margin-right:0}.evosv_grid .evosv_items .evosv_event .evosv_subdata.evosv_tags{opacity:1}.evosv_grid .evosv_tag{display:inline-block;color:#fff;background-color:#F79191;border-radius:5px;padding:4px 9px;margin-bottom:2px;margin-right:5px;text-transform:uppercase;font-size:10px;position:relative;line-height:1;font-family:var(--evo_font_2)}#evcal_widget .evosv_grid .row{flex-wrap:wrap}#evcal_widget .evosv_grid .row .evosv_items{flex-wrap:wrap;padding:5px;border-radius:8px}.eventon_events_list .ft_event.evcal_list_a .evcal_desc .evcal_event_title{font-size:20px;font-weight:400}.eventon_events_list .ft_event.evcal_list_a{background-color:#f9f9f9}.eventon_events_list .eventon_list_event a.ft_event .evcal_cblock em.evo_date{color:#6b6b6b}.eventon_events_list .eventon_list_event .evcal_desc em.evcal_alldayevent_text{text-transform:capitalize}.evoet_cx em.evocmd_button.evcal_cmd,#evcal_list .evoet_cx .evcal_desc3 em.evocmd_button,#evcal_list .eventon_list_event .evoet_cx em.evocmd_button,.evo_lightboxes .evoet_cx em.evocmd_button{padding:4px 12px;border-radius:5px;background-color:#237dbd;color:#fff;cursor:pointer;display:inline-block}.evoet_cx em.evocmd_button.evcal_cmd:hover{opacity:.5}.evoet_cx .evoet_time_expand .evcal_time i.fa,.evoet_cx .evoet_location .evcal_location i.fa{font-size:12px;padding-right:8px}.eventon_events_list .eventon_list_event .evoet_cx .evcal_location,.evo_pop_body .evoet_cx .evcal_location,.eventon_events_list .eventon_list_event .evoet_cx .evcal_time,.evo_pop_body .evoet_cx .evcal_time{font-style:normal;padding-left:0;margin-right:5px;position:relative}.eventon_events_list .eventon_list_event .evoet_cx .evcal_location,.evo_pop_body .evoet_cx .evcal_location{display:inline-block}.eventon_events_list .eventon_list_event .event_description{background-color:#fdfdfd;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;position:relative;border-radius:0 0 15px 15px;display:flex;flex-direction:column}.eventon_events_list .eventon_list_event .event_description,.eventon_events_list .eventon_list_event .event_description .evcal_desc_top{border-bottom:1px solid #e5e5e5}.eventon_events_list .eventon_list_event .event_description p{float:none}.eventon_events_list .eventon_list_event .event_description .evcal_eventbrite,.eventon_events_list .eventon_list_event .event_description .evcal_desc_top{padding:5px 8px;margin-top:4px}.event_description p{font-family:arial}#evcal_list .eventon_list_event .evoInput,.evo_pop_body .evoInput{padding:2px 5px;border:1px solid #ddd;color:#888;font-style:italic;font-size:13px;background-color:transparent;box-shadow:none}.evocard_row{padding-bottom:10px;display:flex;padding-left:8px}.evocard_row.L{flex-direction:row-reverse}.evocard_row .evocard_box_h{flex:1;display:flex;flex-direction:column}.evocard_row .evocard_box_h .evocard_box{margin-bottom:8px}.evocard_row .evocard_box_h .evocard_box:last-child{margin-bottom:0}.evocard_box{flex:1;margin:0 8px 0 0;border-radius:15px;overflow:hidden;background-color:#f3f3f3}.evcal_evdata_row{position:relative;border:none;margin:0;font-size:14px;background-color:transparent;padding:30px;display:flex;border-radius:15px;box-sizing:border-box}.evocard_row.bx2 .evocard_box{flex:1 1 50%}.evocard_row.bx3 .evocard_box_h .evocard_box{margin-right:0}.evocard_row.L.bx3 .evocard_box_h .evocard_box{margin-right:10px}#evcal_list .eventon_list_event .event_description .evcal_gmaps,.evocard_row .evocard_box.gmap .evo_metarow_gmap{min-height:200px;max-width:none;height:100%;padding:0}.evo_map_load_out{min-height:100%;width:100%;overflow:hidden;background-color:#e8e8e8}.evo_metarow_gmap.evcal_gmaps .evo_map_load,.evo_trigger_map .evo_map_load{width:100%;height:100%;transform:rotate(25deg)}.evo_metarow_gmap.evcal_gmaps .evo_map_load i,.evo_trigger_map .evo_map_load i{display:block;height:10px;width:100%;background-color:#fff}.evo_metarow_gmap.evcal_gmaps i.fa,.evo_trigger_map i.fa{transform:none;width:auto;background:none;height:auto;left:50%;top:50%;font-size:24px;animation:pinupdown 1.2s infinite;z-index:3}.evo_metarow_gmap.evcal_gmaps .evo_map_load i.a,.evo_trigger_map .evo_map_load i.a{transform:translate(200px,0)}.evo_metarow_gmap.evcal_gmaps .evo_map_load i.b,.evo_trigger_map .evo_map_load i.b{transform:translate(0,200px)}.evo_metarow_gmap.evcal_gmaps .evo_map_load i.b,.evo_trigger_map .evo_map_load i.b{transform:rotate(90deg) translate(330px,90px)}.evo_metarow_gmap.evcal_gmaps .evo_map_load i.c,.evo_trigger_map .evo_map_load i.c{transform:translate(0,180px)}.evo_metarow_gmap.evcal_gmaps .evo_map_load i.d,.evo_trigger_map .evo_map_load i.d{transform:translate(450px,-100px)}.evo_metarow_gmap.evcal_gmaps .evo_map_load i.e,.evo_trigger_map .evo_map_load i.e{transform:rotate(90deg) translate(-90px,-50px)}.evo_metarow_gmap.evcal_gmaps .evo_map_load i.f,.evo_trigger_map .evo_map_load i.f{transform:rotate(90deg) translate(-100px,-200px)}.evo_pop_body .evcal_gmaps *{max-width:none}.evcal_eventcard .evocard_box.getdirection{display:flex}#evcal_list .evorow.getdirections,.evo_pop_body .evorow.getdirections{padding:0;background-color:#fff;border:1px solid #eaeaea;flex:1}.evocard_row.bx2 .evorow.getdirections .evo_get_direction_content,.evocard_row.bx3 .evorow.getdirections .evo_get_direction_content{flex-direction:column}.evocard_row.bx3 .evorow.getdirections .evogetdir_field,.evocard_row.bx2 .evorow.getdirections .evogetdir_field{flex:0 0 auto}#evcal_list .evorow.getdirections form,.evo_pop_body .evorow.getdirections form{margin:0}#evcal_list .evorow.getdirections p,.evo_pop_body .evorow.getdirections p{position:relative;margin:0;overflow:hidden}#evcal_list .evorow.getdirections .evoInput[type="text"],.evo_pop_body .evorow.getdirections .evoInput[type="text"]{width:100%;font-size:16px;border:none;outline:none;padding:0;margin:0}.evorow.getdirections .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#evcal_list .evorow.getdirections .evoInput:focus,.evo_pop_body .evorow.getdirections .evoInput:focus{background-color:transparent;outline:none}#evcal_list .evorow.getdirections .evo_get_direction_content,.evo_lightbox .evorow.getdirections .evo_get_direction_content{height:100%;padding:20px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.evorow.getdirections .evo_get_direction_content i.mainicon{font-size:30px;padding:15px}.evo_lightbox.evo_map_expand .evo_map_expand{margin:0;max-width:none}.evo_lightbox.evo_map_expand .evolb_content{padding:10px}.evcal_evdata_row.getdirections form{width:100%}.evcal_evdata_row .evcal_evdata_icons{display:block;padding:0;width:31px;flex-shrink:0}.evcal_evdata_row h3 .evcal_evdata_icons{display:none}.evcal_evdata_row .evcal_evdata_cell h2,.evcal_evdata_row .evcal_evdata_cell h3,h3.evo_h3{font-weight:400;letter-spacing:normal;line-height:100%;float:none}.event_description.evcal_eventcard{padding-top:8px}.evo_lightbox_body .evcal_eventcard{padding-bottom:8px}.evcal_evdata_row.evorow_2b{display:flex;flex-direction:row;padding:0;background-color:transparent}.evcal_evdata_row.evorow_2b .evorow_b{flex:1}.evcal_evdata_row.evorow_2b .evorow_b.evorow_b1{margin-right:8px;flex:0 1 50%}.evcal_evdata_row.evo_metarow_ICS{padding:20px 25px;display:flex;align-items:center}.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_icons{display:flex;align-items:center}.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell p{margin:0}.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell p a{color:var(--evo_color_1);margin-top:5px}.evocard_box.evosocial{padding:10px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.evocard_box.evosocial .evo_h3{height:50px;line-height:50px;padding:0 10px}.evcal_evdata_row.evo_metarow_socialmedia{padding:0;justify-content:center;align-items:center;flex-wrap:wrap}.evo_metarow_socialmedia .evo_sm,.eventon_cal_social .evo_sm{display:inline-block;height:50px;text-align:center}.evo_metarow_socialmedia a.evo_ss,.eventon_cal_social a.evo_ss,a.evo_ss{display:flex;height:50px;width:50px;border-radius:15px!important;margin:0 0;padding:0!important;text-decoration:none;justify-content:center;align-items:center}a.evo_ss.evo_wbg{background-color:var(--evo_cl_b5)}.evo_metarow_socialmedia a.evo_ss:hover,a.evo_ss:hover{background-color:#909090}.evo_metarow_socialmedia a.evo_ss:hover i,a.evo_ss:hover i{color:#fff}.evo_metarow_socialmedia a.evo_ss i,.eventon_cal_social a.evo_ss i,a.evo_ss i{cursor:pointer;font-size:20px;color:var(--evo_color_2);display:inline-block;opacity:1;font-family:'evo_FontAwesomeB'}#evcal_widget .evo_metarow_socialmedia a.evo_ss i{font-size:15px}#evcal_widget .evo_metarow_socialmedia .evo_ss{width:40px;height:40px;margin:0;border-radius:0px!important}#evcal_widget .evo_metarow_socialmedia .evo_sm{height:40px}#evcal_widget .event_description .evcal_evdata_row.evo_metarow_socialmedia{padding:0}.evo_fc_widget .evo_metarow_socialmedia .evo_sm{height:35px;width:40px}.evo_fc_widget .evo_metarow_socialmedia .evo_sm i{margin-top:8px;font-size:18px}@media (max-width:480px){.evo_metarow_socialmedia .evo_sm{height:35px;width:40px}.evo_metarow_socialmedia a.evo_ss i{font-size:18px;margin-top:8px}}.eventon_cal_social{display:inline-flex;background-color:#f0f0f0;border-radius:15px}.eventon_cal_social a.evo_ss:hover{opacity:.7}.evo_metarow_virtual .evocell_virtual_livenow{display:flex}.evo_metarow_virtual .evo_live_now.evo_live_now_tag{background-color:#fb6658;font-weight:700;font-size:16px;text-transform:uppercase}.evo_metarow_virtual .evo_live_now_tag{margin-right:8px;margin-bottom:8px;padding:5px 10px;color:#fff;background-color:#8c8c8c;border-radius:8px;display:flex;align-items:center;height:30px;box-sizing:border-box}.evo_above_title .evo_live_now{background-color:transparent!important;height:18px;width:27px;display:inline-block;background-size:cover;margin-right:10px;animation:evo_blinking_red 1.2s infinite;padding:0!important}.evo_above_title .evo_live_now svg{fill:#fb6658}#evcal_widget .evo_above_title .evo_live_now svg{height:15px}.evo_metarow_virtual .evo_live_now svg{fill:#fff}.evo_metarow_virtual .evo_live_now svg{height:18px;width:25px;display:inline-block;background-size:cover;margin-right:10px;animation:evo_blinking_red 1.2s infinite}@keyframes vir_waiting_anim{0%{background-position:0% 20%}50%{background-position:100% 81%}100%{background-position:0% 20%}}.evo_metarow_virtual .evo_vir_main_content,.evo_metarow_virtual .evo_vir_post_content{background-color:#dedede;border-radius:10px;padding:20px;box-sizing:border-box}.evo_metarow_virtual .evo_vir_post_content iframe{max-width:100%}.evo_metarow_virtual .evo_vir_access{background:rgb(78,93,73);display:flex;flex-direction:column;align-content:center;align-items:center;padding:80px 20px;border-radius:8px;background:linear-gradient(45deg,rgb(60 70 57) 0%,rgb(95 66 66) 58%,rgb(53 84 82) 100%);background-size:200% 200%;animation:vir_waiting_anim 6s ease infinite}.evo_metarow_virtual .evo_vir_access .evo_vir_access_title{text-align:center;margin-bottom:10px}.evo_metarow_virtual .evo_vir_access .evo_vir_access_actions{text-align:center}.evo_metarow_virtual .evo_vir_access .evo_vir_access_actions .evo_vir_access_actions_in>*{margin:5px}@keyframes waitingmod{from{color:#fffbf3}to{color:#655856}}.evo_metarow_virtual .evo_vir_access .evo_vir_access_title.waiting_mod span{animation:waitingmod 2s ease-in-out infinite alternate;color:#fed584}.evo_metarow_virtual .evo_vir_access .evo_vir_access_title span{color:#fff;text-transform:uppercase;font-weight:700}.evo_metarow_virtual .evo_vir_access a.evcal_btn{position:relative}.evo_metarow_virtual .evo_vir_pass{background-color:#ececec;border-radius:25px;padding:8px 30px 8px 40px;display:inline-block;line-height:1}.evo_metarow_virtual .evo_vir_pass b{font-style:normal}.evo_card_health_boxes{display:flex;flex-direction:row;box-sizing:border-box;flex-wrap:wrap}.evo_card_health_boxes .evo_health_b{display:flex;flex:1 1 auto;align-items:center;margin:0 10px 10px 0;flex-direction:row;background-color:#ececec;color:var(--evo_color_1);border-radius:15px;padding:10px;text-align:center;line-height:1.3}.evo_card_health_boxes .evo_health_b_o{flex:1 1 auto}.evo_card_health_boxes .evo_health_b svg,.evo_card_health_boxes .evo_health_b i.fa{fill:var(--evo_color_1);color:var(--evo_color_1);margin-right:15px;height:30px;width:auto;font-size:30px;min-width:40px}.evo_health_b.ehb_other{background-color:#e8e8e8;border-radius:8px;padding:10px 10px}.evo_health_b.ehb_other .evo_health_bo_title{display:flex;align-items:center;font-weight:700}.evo_health_b.ehb_other i{margin-right:10px}.evcal_evdata_row.evo_clik_row:hover{background-color:#237ebd}.evcal_evdata_row.evo_clik_row:hover>*,.evcal_evdata_row.evo_clik_row:hover i{color:#fff}.evcal_evdata_row.evo_clik_row .evo_h3{padding:0}.evcal_evdata_row.evo_clik_row .evo_h3{padding-top:5px}.evo_metarow_ICS .evcal_evdata_cell p a{text-transform:uppercase;font-style:normal;font-size:16px;color:#6B6B6B;padding-right:15px;padding-top:0;margin-top:3px;display:inline-block}.evocard_box .evo_metarow_learnM{height:100%}.evo_metarow_ICS .evcal_evdata_cell p a:hover,.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a:hover,.evo_ics.evo_clik_row .evo_h3 a:hover{opacity:.6}.evo_clik_row .evcal_evdata_row,.evo_clik_row.evcal_evdata_row{display:flex;padding:20px 25px;align-items:center}.evo_clik_row .evo_h3{color:#6B6B6B;font-size:16px;line-height:110%;letter-spacing:normal;text-transform:uppercase;margin:0}.evcal_cell_rel_events a em{display:block;font-style:normal;font-size:13px;opacity:.9}.evo_metarow_rel_events .evcal_cell_rel_events a em i{display:inline-block;padding-right:5px;font-size:14px}.ajde_evcal_calendar #evcal_list .eventon_list_event .evo_metarow_rel_events a em,.eventon_list_event .evo_metarow_rel_events a em,body .evcal_eventcard .evcal_cell_rel_events a,body .evcal_eventcard .evcal_cell_rel_events a h4{color:var(--evo_color_1)}.evcal_cell_rel_events a:after{content:"";position:absolute;height:100%;background-image:url(../../../plugins/eventON/assets/css/attr('img'))}.evcal_cell_rel_events span.img{border-radius:20px;background-size:cover;background-position:center;width:100px;height:100px}.evcal_cell_rel_events a b{text-transform:uppercase}.evcal_cell_rel_events a em,.evcal_cell_rel_events a b{line-height:1.3;text-transform:uppercase}.evcal_cell_rel_events{display:flex;flex-wrap:wrap;flex-direction:row}body .evcal_eventcard .evcal_cell_rel_events a{cursor:pointer;background-color:#e2e2e2;padding:0;margin-bottom:8px;border-radius:20px;margin:0 8px 8px 0;display:flex;flex:1;flex-basis:100%;flex-direction:row;background-repeat:no-repeat;background-size:cover;background-position:center center;justify-content:flex-start;align-items:center;position:relative}body .evcal_eventcard .evcal_cell_rel_events a h4{font-size:24px;font-weight:800;line-height:110%;margin-bottom:7px}body .evcal_eventcard .bx2 .evcal_cell_rel_events a,body .evcal_eventcard .bx3 .evcal_cell_rel_events a{flex-basis:100%}body .evcal_eventcard .evcal_cell_rel_events a:hover{opacity:.8}.ajde_evcal_calendar #evcal_list .eventon_list_event .evo_metarow_rel_events a.drk em,.eventon_list_event .evo_metarow_rel_events a.drk em,body .evcal_eventcard .evcal_cell_rel_events a.drk,body .evcal_eventcard .evcal_cell_rel_events a.drk h4{color:#fff}@media (max-width:680px){body .evcal_eventcard .evcal_cell_rel_events a{flex-basis:100%;margin-right:0}body .evcal_eventcard .evcal_cell_rel_events a h4{font-size:16px}}.dark1{background-color:#efefef}.dark1:hover{background-color:#f5f5f5;text-decoration:none}.event_description .evcal_close:hover{background-color:#f1f1f1}.event_description .evcal_close,.evo_lightbox_content .evcal_close{display:none}.evo_pop_body .evorow.lastrow{padding-right:0;margin-bottom:8px}.evo_pop_body .evcal_close.evo_card_row_end,.evo_sin_page .event_description .evo_card_row_end{display:none}.event_description .evo_card_row_end{background-color:#f7f7f7;padding:0;display:block;position:relative;margin:0 8px 8px;height:30px;cursor:pointer;border-radius:8px;border:none}.evo_sin_page .event_description{padding-bottom:8px}.event_description .evo_card_row_end:before{content:"\f077";display:block;font-family:'evo_FontAwesome';font-style:normal;font-weight:800;font-size:12px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;padding-top:8px;opacity:.4}.evortl #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,.evortl.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,.evortl .eventon_events_list .eventon_list_event .evcal_desc span,.evortl.eventon_events_list .eventon_list_event .evcal_desc span,.evortl .evcal_evdata_row .evcal_evdata_cell h3,.evortl .eventon_events_list .eventon_list_event .evcal_desc,.evortl.eventon_events_list .eventon_list_event .evcal_desc,.evortl #evcal_list .eventon_list_event .evcal_eventcard p,.evortl .evcal_evdata_row .evcal_evdata_cell,.evortl #evcal_list .eventon_list_event p.no_events,.evortl #evcal_list.sep_months .evcal_month_line p,.evortl .evo_cal_above{text-align:right}.evortl .evo_header_mo,.evortl .evo_cal_above{flex-direction:row-reverse}.evortl.eventon_events_list .eventon_list_event .evcal_cblock,.evortl .eventon_events_list .eventon_list_event .evcal_cblock{margin:0 0 0 10px}.evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{right:90px}.evortl.eventon_events_list .eventon_list_event .hasFtIMG .ev_ftImg{right:0;margin-right:0;margin-left:10px}.evortl .evcal_desc .evcal_desc3 em{float:none;display:inline-block}.evortl .evcal_evdata_row .evcal_evdata_cell{padding-left:0}.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows{float:right;padding-right:10px}.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows.right{float:left}.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows.right #evcal_prev{margin:0}.evortl #evcal_cur{float:right}.evortl .evo_sort_btn{display:block;text-align:right;height:25px;padding-top:5px}.evortl.ajde_evcal_calendar .eventon_sort_line,.evortl.ajde_evcal_calendar .eventon_filter_line{float:right}.evortl.ajde_evcal_calendar .eventon_filter_line{border-left:none;border-right:1px solid #c4c4c4;margin-right:10px}.evortl .eventon_filter_line .eventon_filter{float:right}.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location,.evortl .evo_pop_body .evcal_desc .evcal_location,.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time,.evortl .evo_pop_body .evcal_desc .evcal_time{padding-left:0;padding-right:0;margin-right:0;margin-left:5px}.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,.evortl .evo_pop_body .evcal_desc em.evcal_time::before,.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,.evortl .evo_pop_body .evcal_desc em.evcal_location::before{left:auto;right:0}.evortl .eventon_events_list .evo_above_title{justify-content:flex-end}.evortl .eventon_list_event .evoet_cx .evoet_time_expand .evcal_time i.fa,.evortl .eventon_list_event .evoet_cx .evoet_location .evcal_location i.fa{padding:0 0 0 5px}.evortl #evcal_list{border-left:1px solid #e5e5e5}.evortl #evcal_list.sep_months{border:none}.evortl #evcal_list .eventon_list_event ul,.evortl .evo_pop_body ul{direction:rtl}.evortl #evcal_list .eventon_list_event li,.evortl .evo_pop_body li{direction:rtl;margin-right:20px}.evortl .evcal_evdata_row .evcal_evdata_icons,.evortl .evcal_evdata_row .evcal_evdata_custometa_icons{right:0}.evortl .event_description .evcal_close{left:0}.evortl .evo_metarow_ICS .evcal_evdata_cell p a,.evortl .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a{padding-right:0;padding-left:15px}.evortl #evcal_list .evorow.getdirections .evoInput,.evortl .evo_pop_body .evorow.getdirections .evoInput{padding-right:50px;text-align:right}.evortl .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image,.evortl .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{float:right;margin-left:10px}.evortl .evo_metarow_socialmedia a.evo_ss{text-align:center}.evortl .eventon_events_list .eventon_list_event .evcal_list_a{flex-direction:row-reverse}.clean.evortl .eventon_events_list .eventon_list_event .evcal_list_a{border-right-style:solid;border-right-width:3px;border-left-width:0}.clean.evortl .eventon_events_list .eventon_list_event .desc_trig:hover{border-right-style:solid;border-right-width:7px;border-left-width:0}.evortl.evo_lightbox .evolbclose{left:0;right:auto;margin:-14px 0 0 -14px}.evortl.evo_lightbox .evcal_desc{text-align:right}.evortl.evo_lightbox .evcal_cblock{right:0;left:auto}.evortl.evo_lightbox .evo_clik_row .evo_h3{text-align:right;padding:5px 45px 5px 0}.evo_instant_lb{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background:rgba(24,24,24,.4);transition:all 0.3s;overflow:auto}.evo_instant_lb.show{opacity:1;visibility:visible}.evolb_in{display:block;z-index:2000;position:relative;width:900px;margin:80px auto 30px;border:none;border-radius:5px;box-sizing:border-box;-webkit-transition:-webkit-transform 0.5s;transition:transform 0.5s;-webkit-transform:translateY(50px);transform:translateY(50px)}.evo_instant_lb.show .evolb_in{background-color:#ECEBEB;-webkit-transform:translateY(0);transform:translateY(0)}.evolb_content{display:block}.evolb_close{position:absolute;top:0;right:0;z-index:90001;margin:-14px -14px 0 0;color:#666;background-color:#000;border-radius:50%;padding:5px;height:28px;width:28px;text-align:center;line-height:90%;font-size:28px;cursor:pointer;text-indent:-9999px;font-weight:300;box-sizing:content-box;-moz-box-sizing:content-box}.evolb_close:before{position:absolute;left:18px;top:9px;content:' ';height:50%;width:2px;background-color:#666}.evolb_close:after{position:absolute;left:18px;top:9px;content:' ';height:50%;width:2px;background-color:#666}.evolb_close:before{transform:rotate(45deg)}.evolb_close:after{transform:rotate(-45deg)}.ajde_evcal_calendar.boxy.evortl #evcal_list .eventon_list_event .desc_trig .evcal_cblock{text-align:right;float:right}.evortl.evo_lightbox .evoTX_wc .quantity{float:right;margin:0 0 0 10px}.evortl.evo_lightbox .evo_metarow_socialmedia .evo_sm{float:right}.evortl .evo_search_bar input{text-align:right}.eventon_main_section .evortl .evorow.lastrow{padding-left:0;padding-right:15px}.evortl.evoEL .calendar_header p{text-align:right;display:block;width:100%}.evortl.evoEL .evcal_month_line p{text-align:right}.evortl.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span,.evortl.evo_lightbox .evcal_desc span.evocd_timer span{float:right;margin-right:0;margin-left:5px}.evortl .evo_metarow_socialmedia .evo_sm{float:right}#evcal_list .eventon_list_event.anypost a.sin_val.hasFtIMG .evcal_desc{padding-left:100px}#evcal_list .eventon_list_event.anypost a.sin_val .evcal_desc{padding-left:15px}.evcal_evdata_row .evcal_evdata_cell>*{margin:0}.ajde_evcal_calendar .evo_metarow_rel_events.evcal_evdata_row .evcal_evdata_cell a em{color:var(--evo_color_1)}.evcal_evdata_cell h2 b,.evcal_evdata_cell h3 b{font-weight:300}.evcal_evdata_row .evcal_evdata_cell h2{color:var(--evo_color_1);font-size:18px}.evcal_evdata_row .evcal_evdata_cell h2.bash{font-weight:700}.evcal_evdata_row .evcal_evdata_cell h3,h3.evo_h3{color:var(--evo_color_1);font-size:20px;margin:0;padding-bottom:15px;padding-top:0;font-weight:700}.evcal_evdata_row .evcal_evdata_cell h3 a{font-size:18px;font-weight:700}.evcal_evdata_row .evcal_evdata_cell a.evo_cusmeta_btn.evcal_btn{margin-top:8px}.evcal_evdata_row .evcal_evdata_cell a{border:none;padding:0}.evcal_evdata_row .evcal_evdata_cell{min-height:25px;flex:1 1 50%}.evcal_evdata_row .evcal_evdata_cell .evo_custom_content p{margin:0}.evcal_col50{width:50%;float:left}.evcal_evdata_row i.fa{display:block}.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,.evo_lightbox p{font-style:normal;font-size:14px;margin-bottom:5px}.evcal_evdata_row .evcal_evdata_cell p{line-height:140%}.evo_lightbox p{line-height:140%}.eventon_list_event .evcal_evdata_cell .evo_tz,.eventon_list_event .evo_tz_time .evo_tz,.eventon_events_list .eventon_list_event .evcal_desc span.evo_tz{opacity:.5;display:inline-block}.eventon_list_event .evoet_cx em.evo_mytime.tzo_trig,.eventon_list_event .evcal_evdata_cell .evo_mytime.tzo_trig{cursor:pointer}.eventon_list_event .evcal_evdata_cell .evo_mytime>*{font-style:normal;font-weight:400;opacity:1}.eventon_list_event .evo_newmytime{background-color:var(--evo_cl_b20);display:inline-block;padding:3px 12px;border-radius:15px}.evcal_list_a .evoet_cx .evcal_time.evo_tz_time{display:flex}.evcal_list_a .evoet_cx .evcal_tz_time.tzo_trig,.eventon_events_list .evopop_top .evoet_cx .evcal_tz_time.tzo_trig{padding:3px 6px;border-radius:4px;display:flex;justify-content:center;align-items:center;line-height:1;border-radius:20px;border:1px solid var(--evo_color_1);padding:3px 13px;background-color:transparent}.evoet_cx .evcal_tz_time.evo_loct_inprocess{padding:1px 5px}.evcal_list_a .evoet_cx .evcal_tz_time.tzo_trig:hover,.eventon_events_list .evopop_top .evoet_cx .evcal_tz_time.tzo_trig:hover{background-color:var(--evo_color_white)}.eventon_list_event .evoet_cx .evo_newmytime{display:block;padding:4px 8px;background-color:var(--evo_cl_b20);margin:0}.eventon_list_event .evo_metarow_time .evcal_evdata_cell .evo_tz{display:inline-block}.eventon_list_event .evo_eventcard_time_t{margin-right:8px;margin-bottom:5px;display:inline-flex}.evcal_evdata_row .evcal_evdata_cell .evo-jitsi-wrapper{overflow:hidden;border-radius:10px;margin-bottom:10x;height:600px}.evcal_evdata_cell .evo_vir_mod_box{background-color:#d4d4d4;padding:10px;border-radius:10px}.evcal_evdata_cell .evo_vir_mod_left{background-color:#35bb52;padding:3px 10px;border-radius:10px;color:#fff}.evo_custom_content p strong{font-weight:700}.ajde_evcal_calendar .evo_custom_content ul{list-style:disc;margin-left:20px;margin-bottom:10px}.ajde_evcal_calendar .evo_custom_content ul li,#evcal_list .eventon_list_event .event_description .evo_custom_content li{padding-bottom:5px;font-size:14px;font-family:var(--evo_font_2)}.ajde_evcal_calendar .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image,.evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{display:inline-block;margin-bottom:10px}.evo_metarow_organizer .evcal_evdata_cell{display:inline-block}.evo_metarow_organizer .evo_card_organizer_image img{border-radius:30px;max-height:200px;min-width:150px;width:100%}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer .evo_data_val,.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evo_card_organizer .evo_data_val{display:inline-block;margin-bottom:0}.evcal_evdata_row.evo_metarow_organizer .evo_card_organizer .evo_data_val.evo_card_organizer_image img{margin-bottom:10px}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer span.evo_card_organizer_name_t,.evo_pop_body .evo_metarow_organizer .evo_card_organizer span.evo_card_organizer_name_t{font-style:normal;font-size:16px;font-weight:700}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer span,.evo_pop_body .evo_metarow_organizer .evo_card_organizer span{display:block}.evocard_row .evo_metarow_organizer .evo_card_organizer_social{display:flex!important;flex-wrap:wrap;margin-top:10px}.evocard_row .evo_metarow_organizer .evo_card_organizer_social a,.evo_lightbox .evo_tax_social_media a{outline:none;font-size:20px;padding:10px 20px 10px 0;color:var(--evo_color_link)}.evocard_row .evo_metarow_organizer .evo_card_organizer_social a:hover,.evo_lightbox .evo_tax_social_media a:hover{opacity:.7}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer span.oe_displaynone,.evo_pop_body .evo_metarow_organizer .evo_card_organizer span.oe_displaynone{display:none}.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evcal_evdata_cell p.evo_card_organizer_image{margin-right:15px}.evo_evdata_cell_content .evo_card_organizer{flex:1 1}.evo_lightbox .evo_event_moreinfo_org p.marb10i{margin-bottom:10px!important}.evcal_evdata_img{width:auto;overflow:hidden;background-repeat:no-repeat;background-position:50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;box-sizing:border-box}.evcal_evdata_img:hover{background-position:50% 50%}.evcal_evdata_img.evo_imghover:hover{background-position:50% 45%}.evcal_evdata_img.evo_imgCursor:hover{cursor:url(../../../plugins/eventON/assets/images/zoom.png),auto}.evo_metarow_directimg{padding:0;height:fit-content}.evo_metarow_directimg img{width:100%;height:auto;display:block;align-self:flex-start;min-height:200px}@media (max-width:680px){.evo_metarow_fimg.evcal_evdata_img{height:125px}}.evocard_main_image,.evo_img_triglb{height:400px;color:#fff;position:relative;min-height:100px;z-index:1}.evocard_main_image span{background-size:cover;background-position:center;position:absolute;z-index:3;min-width:100%}img.evocard_main_image{height:auto}.evocard_main_image:hover,.evo_img_triglb:hover{cursor:-webkit-zoom-in;cursor:zoom-in}img.evocard_main_image:hover{cursor:default}.evocard_row .evocard_main_image_hold{background-color:#333}.evocard_row .evocard_main_image_hold:before{content:attr(data-t);position:absolute;z-index:1;color:#fff;height:100%;width:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;font-family:var(--evo_font_1);font-size:18px}.evocard_fti_in{padding:20px 0;z-index:10}.evocard_fti_in:hover{background:linear-gradient(#3330 0%,#00000091 100%)}.evocard_box.ftimage{position:relative}.evo_event_images span.select{border-color:var(--evo_cl_w);box-shadow:0 0 20px -5px #000}.evo_event_images span{width:50px;height:50px}.evo_metarow_locImg{background-repeat:no-repeat;background-position:50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;height:400px;width:auto;overflow:hidden;text-align:center;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;box-sizing:border-box}.evo_metarow_locImg .evo_locimg_bottom{position:absolute;box-sizing:border-box;height:100px;width:100%;bottom:0;left:0;z-index:3;display:flex;justify-content:space-between;padding:0 20px 20px;align-items:flex-end}.bx4 .evocard_box_h .evocard_box.locImg .evo_locimg_bottom,.bx3 .evocard_box_h .evocard_box.locImg .evo_locimg_bottom,.bx3 .evo_metarow_locImg .evo_locimg_bottom{flex-direction:column;height:auto}.evo_metarow_locImg .evo_locimg_bottom h3{color:var(--evo_cl_w);padding:0 20px 0 10px;text-align:right}.evo_metarow_locImg .evo_locimg_over{opacity:0;background-color:var(--evo_color_second);display:flex;transition:all linear 1s;color:var(--evo_color_1);position:absolute;justify-content:center;align-items:center;flex-direction:column;top:0;left:0;height:100%;width:100%;transition:all linear 0.2s}.evo_metarow_locImg.vis .evo_locimg_over{opacity:1}.evo_metarow_locImg .evo_locimg_over_in{transition:all linear 0.2s;transform:translateY(30px)}.evo_metarow_locImg.vis .evo_locimg_over_in{transform:translateY(0)}.evo_metarow_locImg .evo_locimg_bottom .evo_locimg_right{display:flex;justify-content:flex-end;align-items:center;min-height:50px}.evo_metarow_locImg .evo_locimg_bottom span.evo_locimg_more{bottom:20px;background-color:var(--evo_color_second);height:50px;width:50px;right:20px;border-radius:22px;display:flex;justify-content:center;align-items:center;cursor:pointer;flex:1 0 auto}.evo_metarow_locImg .evo_locimg_bottom span.evo_locimg_more:hover{transform:scale(1.08)}.evo_metarow_locImg.vis .evo_locimg_bottom span.evo_locimg_more:hover{transform:scale(1.08) rotate(45deg)}.evo_metarow_locImg.vis .evo_locimg_bottom span.evo_locimg_more{background-color:var(--evo_cl_b30);color:var(--evo_cl_w);transform:rotate(45deg)}.evo_metarow_locImg.vis .evo_locimg_gal,.evo_metarow_locImg.vis .evo_locimg_bottom h3{display:none}.bx3 .evocard_box_h .evocard_box.locImg{flex:0 0 auto}.eventon_list_event .evo_metarow_details .eventon_full_description p,.eventon_list_event .evo_metarow_details .eventon_full_description li{font-size:14px;padding-bottom:8px}.eventon_list_event .evo_metarow_details .eventon_full_description ol,.eventon_list_event .evo_metarow_details .eventon_full_description ul{margin:0 0 10px 10px;padding:0 0 5px 10px}.eventon_list_event .evo_metarow_details .eventon_full_description ul{list-style-type:disc}.eventon_full_description .eventon_desc_in{overflow-wrap:break-word;word-wrap:break-word;text-overflow:ellipsis}.eventon_full_description .eventon_desc_in a{color:var(--evo_cl_link)}.eventon_full_description .eventon_desc_in a:hover{text-decoration:underline!important}#evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,.eventon_events_list .evcal_event_subtitle{line-height:120%;padding-bottom:8px;overflow-wrap:break-word;word-wrap:break-word;text-overflow:ellipsis}#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a{color:#fff;background:#949494;padding:3px 10px;border:none;display:inline-block}#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a:hover{background:#4F4F4F}.eventon_list_event .event_description p,.evcal_list_a .event_description li,.evo_pop_body .evcal_evdata_row .evcal_evdata_cell p{font-size:14px;color:var(--evo_color_2);margin:0}.evo_repeat_series_dates span{height:100px;box-sizing:border-box}.evo_repeat_series_dates span em.t{white-space:nowrap;flex-shrink:0}#evcal_list .eventon_list_event .event_description .evcal_desc_top{background-color:#e4e4e4}.evcal_event_details .evcal_evdata_cell{position:relative;min-width:0}.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in{height:150px;overflow:hidden;position:relative}.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after{position:absolute;bottom:0;left:0;height:100%;width:100%;content:"";background:linear-gradient(to top,rgba(243,243,243,1) 20%,rgba(255,255,255,0) 80%);pointer-events:none}.eventon_shad_p .evcal_btn{background-color:#d2d2d2}.eventon_shad_p .ev_more_text{padding-right:12px}.eventon_shad_p .ev_more_arrow{width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #fff transparent;position:absolute;margin-top:2px;margin-left:-6px}.eventon_shad_p .ev_more_arrow.ard{border-width:6px 6px 0 6px;border-color:#fff transparent transparent transparent;margin-top:4px}.evorow.evo_metarow_mdt .evomdt_subtitle{padding-bottom:10px}.evorow .evomdt_item img{max-width:100%;height:auto;max-height:200px;margin:0;border-radius:10px;margin-bottom:10px}.evorow .evomdt_item{padding-bottom:10px}.evorow .evomdt_data.grid{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:15px}.evorow .evomdt_data.grid .evomdt_item{flex:1;text-align:left;border:0 solid transparent}.evomdt_item p span{display:inline-block;padding-right:5px;opacity:.6}.ajde_evcal_calendar .evcal_month_line p{padding:8px 0 5px;color:#c6c6c6;font-size:24px;text-transform:uppercase;min-height:24px;line-height:100%;margin:0;border-bottom:1px solid #e5e5e5}.ajde_evcal_calendar.ul .evcal_month_line p{border-bottom:none}.evo_tab_view .evo_tab_holder{display:flex}.evo_tab_view .evo_tabs{list-style:none;margin:0 0 10px;padding:0;display:flex;border-radius:20px;overflow:hidden;border:1px solid #DEDEDE}.evo_tab_view .evo_tabs p.evo_tab{display:block;text-transform:uppercase;padding:3px 8px;font-weight:700;border-right:1px solid #DEDEDE;margin-bottom:-1px;color:#6b6b6b;cursor:pointer}.evo_tab_view .evo_tabs p.evo_tab:first-child{padding-left:15px}.evo_tab_view .evo_tabs p.evo_tab:last-child{padding-right:15px;border:none}.evo_tab_view .evo_tabs p.evo_tab.selected{background-color:#fed584}.evo_tab_view .evo_tabs p:hover{background-color:#F3F3F3}.evo_tab_container{padding:10px;border:1px solid #DEDEDE;border-radius:10px;position:relative}.evo_tab_container .evo_tab_section{position:relative;width:100%}.evo_tab_container .evo_tab_section.hidden{opacity:0;height:0;display:none}.evo_tab_container .evo_tab_section.visible{opacity:1;display:block}.evo_tab_section .evo_month_title{clear:both}.widget .ajde_evcal_calendar a{font-weight:400}.evo_widget .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,.widget-area .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,.evo_widget .evo_pop_body .evcal_desc span.evo_above_title span{padding:3px 5px;font-size:10px}.widget-area .eventon_events_list .eventon_list_event .status_reason,#evcal_widget .eventon_events_list .eventon_list_event .status_reason{font-size:11px}#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em{color:#9b9999;font-weight:400;font-size:11px}#evcal_widget .evcal_evdata_row.evorow_2b.evcal_evdata_row{flex-direction:column;padding:0}#evcal_widget .evcal_evdata_row.evorow_2b .evorow_b.evorow_b1{margin:0 0 10px 0}#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em.evcal_tz_time{margin-bottom:5px;display:block}#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc.hide_eventtopdata .evcal_event_types,#evcal_widget .evcal_evdata_row .hide_eventtopdata .evcal_evdata_custometa_icons{display:none}#evcal_widget .ajde_evcal_calendar .calendar_header{padding-bottom:5px;min-height:inherit}#evcal_widget a{font-weight:400}#evcal_widget .event_description .evcal_evdata_row p{line-height:130%;font-size:11px}#evcal_widget .event_description .evcal_evdata_row{padding:15px 15px}#evcal_widget .event_description .evcal_evdata_row.evcal_close{padding:0;width:35px}#evcal_widget .evorow.lastrow{padding-right:35px}#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_icons,#evcal_widget .evcal_evdata_custometa_icons,#evcal_widget .evcal_evdata_icons{display:none}#evcal_widget .evo_clik_row .evo_h3,#evcal_widget .tb .evo_clik_row{padding:0}#evcal_widget .tb .evo_clik_row.evcal_col50{border-bottom:none}#evcal_widget .evo_clik_row{padding:5px 15px}#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell{padding-left:0}#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h2{font-size:16px}#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h3,#evcal_widget .evo_clik_row .evo_h3{font-size:14px}#evcal_widget .event_description .evcal_col50{float:none;border-bottom:1px solid #CDCDCD}#evcal_widget .event_description .eventbrite .evcal_col50{width:100%}#evcal_widget .event_description .evcal_col50 .bordr{border-right:none}.widget-area .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,#evcal_widget .eventon_events_list .evcal_desc2{line-height:120%;font-size:14px}.widget-area .ajde_evcal_calendar .eventon_events_list .evo_below_title .evcal_event_subtitle,#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle{line-height:120%;font-size:12px}#evcal_widget .ajde_evcal_calendar .calendar_header p,.widget_block .ajde_evcal_calendar .calendar_header p{font-size:18px;height:auto}#evcal_widget .ajde_evcal_calendar .calendar_header .evo_arrows,.widget_block .ajde_evcal_calendar .calendar_header .evo_arrows{display:flex;margin-bottom:5px!important}#evcal_widget .ajde_evcal_calendar #evcal_prev{margin-right:8px}#evcal_widget .ajde_evcal_calendar #evcal_next{margin-left:8px}#evcal_widget #evcal_sort_bar ul .sort_title{padding:8px 5px 0 0}#evcal_widget #evcal_sort_bar ul p{font-size:13px}#evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG.month_long .evcal_desc{padding-left:60px}#evcal_widget .ajde_evcal_calendar .evo_header_title,.widget .ajde_evcal_calendar .evo_header_title{flex-direction:column;align-items:flex-start;justify-content:flex-end}#evcal_widget .ajde_evcal_calendar .evo_header_title p{padding-bottom:0}#evcal_widget .ajde_evcal_calendar .evo_arrows #evcal_prev,.widget .ajde_evcal_calendar .evo_arrows #evcal_prev{margin-left:0}#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg,.widget-area .ajde_evcal_calendar .eventon_events_list .eventon_list_event .ev_ftImg{margin:0 10px 10px 0;height:50px;width:50px}#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{left:60px}.evo_widget .evo_metarow_directimg img,.widget-area .evo_metarow_directimg img{min-height:auto}#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span,.widget-area .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_cblock span{font-size:10px}.widget-area .ajde_evcal_calendar .evcal_cblock .evo_date .start em,#evcal_widget .evcal_cblock .evo_date .start em{font-size:10px}.widget-area .ajde_evcal_calendar .evcal_cblock .evo_date .end em,#evcal_widget .evcal_cblock .evo_date .end em{font-size:8px}#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span.start{font-size:18px}#evcal_widget #evcal_list .eventon_list_event .evcal_list_a,.widget-area .ajde_evcal_calendar .eventon_events_list .evcal_list_a{flex-direction:row;flex-wrap:wrap;padding:15px;text-decoration:none}#evcal_widget #evcal_list .eventon_list_event .evcal_desc,.widget-area .ajde_evcal_calendar .eventon_events_list .evcal_desc,.widget_block .ajde_evcal_calendar .eventon_events_list .evcal_desc{flex-basis:100%}.widget .calendar_header .cal_head_btn.show .eventon_sort_line p.evo_sort_option{font-size:12px}.evo_widget .ajde_evcal_calendar .calendar_header .evcal_arrows:before,.widget-area .ajde_evcal_calendar .calendar_header .evcal_arrows:before,.widget_block .ajde_evcal_calendar .calendar_header .evcal_arrows:before,.evo_widget .evo_footer_nav .evcal_arrows:before,.widget-area .ajde_evcal_calendar .evo_footer_nav .evcal_arrows:before,.widget_block .ajde_evcal_calendar .evo_footer_nav .evcal_arrows:before{margin:6px;padding:2px}.widget_block .ajde_evcal_calendar .evcal_arrows.evcal_btn_prev:before,.widget-area .ajde_evcal_calendar .evcal_arrows.evcal_btn_prev:before,.evo_widget .ajde_evcal_calendar .evcal_arrows.evcal_btn_prev:before{transform:rotate(135deg) translate(-1px,-1px)}#evcal_widget #evcal_head #evcal_prev{margin-right:2px}#evcal_widget #evcal_head #evcal_next{margin-left:2px}#evcal_widget #evcal_head #evcal_next:hover{background-position:-24px 20px}#evcal_widget #evcal_head a{margin-top:0;padding:0}#evcal_widget #evcal_head,.widget-area .ajde_evcal_calendar #evcal_head{min-height:auto;padding-bottom:0;margin-bottom:10px}.widget-area .ajde_evcal_calendar #evcal_cur,.widget_block .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,#evcal_widget #evcal_cur{line-height:100%;height:auto}#evcal_widget #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t{font-size:12px}#evcal_widget .eventon_events_list .evcal_cblock .evo_start .day,.widget-area .ajde_evcal_calendar .eventon_events_list .evcal_cblock .evo_start .day{font-size:9px}#evcal_widget .eventon_events_list .evcal_cblock .evo_start .date,.widget-area .ajde_evcal_calendar .eventon_events_list .evcal_cblock .evo_start .date{font-size:16px}#evcal_widget .eventon_events_list .evcal_cblock .evo_start .month,.widget-area .ajde_evcal_calendar .eventon_events_list .evcal_cblock .evo_start .month{font-size:10px}#evcal_widget .evo_metarow_ICS a{font-size:12px}.widget .ajde_evcal_calendar.color.esty_2 .eventon_events_list .eventon_list_event .evoet_title{border-bottom:1px solid #fff;margin-bottom:15px}.widget .eventon_events_list .eventon_list_event .evoet_cx{margin-bottom:10px;margin-right:0}.widget .eventon_events_list .eventon_list_event .evoet_cx:last-child{margin-bottom:0}.evo_lightboxes.client{width:auto!important}.evo_lightboxes>*{box-sizing:border-box}.evo_lb_closer{position:sticky;z-index:99999;height:38px;margin-top:-50px;padding-top:38px;top:0;box-sizing:border-box}.evo_lb_closer .evolbclose,.evolbclose{box-sizing:content-box;display:block;float:right;top:19px;margin-top:0}.evopopclose,.evolbclose{position:absolute;top:0;right:0;z-index:90001;margin:20px;color:var(--evo_cl_w);background-color:var(--evo_color_1);border-radius:50%;padding:5px;height:28px;width:28px;text-align:center;line-height:90%;font-size:28px;cursor:pointer;font-weight:300;box-sizing:content-box;-moz-box-sizing:content-box}.evopopclose:hover,.evolbclose:hover{text-decoration:none;color:#cfcfcf}.evolbclose{text-indent:-9999px}.evolbclose:hover{background-color:#cfcfcf}.evolbclose:before,.evolbclose:after{position:absolute;left:18px;top:9px;content:' ';height:50%;width:2px;background-color:var(--evo_cl_w)}.evolbclose:before{transform:rotate(45deg)}.evolbclose:after{transform:rotate(-45deg)}.evo_lightbox_body .bordb{border-bottom:1px solid #cdcdcd}.evo_lightbox_body .evcal_gmaps{min-height:200px}.evopop_top{display:flex;position:relative;flex-wrap:wrap;padding:20px;min-height:20px;margin-bottom:10px}.evopop_top .ev_ftImg{display:none}.evopop_top .evcal_cblock em.evo_time{display:none}.evo_lightbox{overflow-x:hidden;overflow-y:auto;background-color:rgba(210,210,210,.92);position:fixed;top:0;right:0;bottom:0;left:0;z-index:950000;padding-right:17px;padding-left:17px}.evo_content_in,.evolb_content_in{display:table;height:100%;width:100%}.evo_content_inin,.evolb_content_inin{display:table-cell;vertical-align:middle;position:relative;width:600px;margin:40px auto}.evo_lightbox_content,.evolb_box{width:100%;margin:60px auto;max-width:1000px;position:relative}.evo_lightbox .evolb_box.small{max-width:600px}.evo_lightbox .evo_lightbox_body,.evo_lightbox .evolb_content{background-color:transparent;border-radius:5px;overflow:hidden}.evo_lightbox .evo_lightbox_body p.loading_content,.evo_lightbox .evolb_content p.loading_content{text-align:center;padding:80px;margin:0}.evo_lightbox .evo_lightbox_body p.loading_content:before,.evo_lightbox .evolb_content p.loading_content::before{content:". . .";display:block}.evo_lightbox .evcal_cblock .evo_time{display:none}.evo_lightbox .bordb{border-bottom:1px solid #cdcdcd}.evo_lightbox .evocard_row .evorow.bordb{border-bottom:none!important}.evo_lightbox.eventcard .evo_lightbox_body,.evo_lightbox .evo_lightbox_body,.evo_lightbox .evolb_content{background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 0 30px 0 #0000002e}.evo_lightbox .evopop_top .ev_ftImg{display:none}.evo_lightbox ul{list-style:none;padding:0;margin:0}.evo_lightbox .eventon_desc_in ul{margin-left:20px;list-style:disc;padding:10px 0}.evo_lightbox.lb_max .evolb_box{max-width:1000px}.evo_lightbox.lb_max .evolb_content{border-radius:20px}body.evo_overflow{overflow:hidden!important;position:absolute;height:100%!important;width:100%}html.evo_overflow{overflow-y:initial;overflow-x:initial}.evo_lightbox{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;visibility:hidden}.evo_lightbox.show{opacity:1;visibility:visible}.evo_lightbox_content,.evolb_box{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.evo_lightbox.show .evo_lightbox_content,.evo_lightbox.show .evolb_box{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;color:var(--evo_color_1)}.evo_lightbox.client .evolb_header{position:absolute;width:100%;position:sticky;z-index:999;height:38px;margin-top:-50px;padding-top:38px;top:0;box-sizing:border-box}.evo_lightbox.client .evolb_header .evolbclose{top:35px}.evo_lightbox.client .evolb_title{display:none}.evo_lightbox .evolb_title{display:none}.evo_lightbox.within{padding:50px;box-sizing:border-box;overflow:hidden}.evo_lightbox.within .evolb_content_in{position:relative}.evo_lightbox.within .evolb_content_inin{position:absolute;margin:0;width:100%;height:100%}.evo_lightbox.within .evolb_box{height:100%;width:100%;margin:0 auto;display:flex;flex-direction:column;border-radius:20px;overflow:hidden;box-shadow:0 0 30px 0 #0000002e}.evo_lightbox.within .evolb_header{height:0;padding:0;margin:0;position:absolute;width:100%}.evo_lightbox.within .evolb_header span.evolbclose{top:0}.evo_lightbox.within .evolb_content{overflow:auto;border-radius:0;min-height:calc(100% - 60px)}.evo_lightbox.within p.message{display:none}.evo_lightbox.within.eventcard .evolb_box{border-radius:20px 10px 10px 20px}.evo_lightbox.within.eventcard.ecSCR .evolb_content{display:flex;flex-direction:column}.evo_lightbox.within.eventcard.ecSCR .evopop_top{flex:1 0 auto;margin:0}.evo_lightbox.within.eventcard.ecSCR .evopop_body{overflow:auto;padding-top:10px}.evo_lightbox.within.evocard_img .evolb_content{max-width:100%;display:flex;justify-content:center;align-items:center;background-color:#2e2e2e;overflow:hidden;flex:1 0 auto;position:relative;padding:0}.evo_lightbox.within.evocard_img .evolb_content img{max-width:100%}.evo_lightbox.within.evocard_img .evolb_box{flex-direction:row}@media all and (min-width:569px) and (max-width:768px){.evo_lightbox{position:fixed}body.evo_overflow{position:absolute}}@media (max-width:650px){.evo_lightbox.within{padding:20px}}@media (max-width:500px){.evo_lightbox.within{padding:10px}}.evo_sp{height:100%;top:0;width:400px;padding:0;position:fixed;z-index:99999;opacity:0;transition:0.2s cubic-bezier(.7,.17,.5,.95);right:-400px;box-sizing:border-box;height:calc(100% - 32px);top:32px}.evo_sp.med{width:400px;right:-400px}.evo_sp.lar{width:500px;right:-500px}.evo_sp.show{right:0;opacity:1}.evosp_in{-webkit-box-shadow:0 0 19px 1px rgba(123,122,122,.5);box-shadow:0 0 19px 1px rgba(123,122,122,.5);background-color:#fff;height:calc(100% - 20px);display:flex;flex-direction:column;margin:10px;border-radius:15px}.evosp_in .evosp_close{cursor:pointer;color:var(--evo_color_1);position:absolute;top:15px;right:15px;font-size:14px;border:1px solid var(--evo_color_1);border-radius:50%;font-family:var(--evo_main_font);height:25px;width:25px;text-align:center;opacity:.5;z-index:99;box-sizing:border-box;display:flex;justify-content:center;align-items:center;line-height:1}.evosp_in .evosp_close:hover{opacity:1}.evosp_in .evosp_head{font-size:16px;font-weight:700}.evosp_in .evosp_foot{display:none}.evosp_in .evosp_body{position:relative;flex:1;box-sizing:border-box;min-height:calc(100% - 400px);overflow-y:auto;overflow-x:hidden;padding:15px}.evosp_in .evosp_head,.evosp_in .evosp_foot{padding:10px 20px}.evosp_in input{border-radius:20px;padding:4px 15px;box-shadow:none;border:1px solid var(--evo_color_1)}.ajde_evcal_calendar #evcal_list .eventon_list_event a:focus{outline:auto}.ajde_evcal_calendar.cev #evcal_list{border-radius:8px}.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a:hover{border-width:7px}.ajde_evcal_calendar.cev #evcal_list .evcal_list_a:after{display:none}.ajde_evcal_calendar.cev .evcal_cblock .evo_end:before{background-color:#fff}.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em,.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em i{color:#fff}.ajde_evcal_calendar.sev #evcal_list .eventon_list_event{margin-bottom:8px;border-radius:10px;overflow:hidden}.ajde_evcal_calendar.sev #evcal_list .eventon_list_event.no_events{margin:0}.ajde_evcal_calendar.sev #evcal_list,.ajde_evcal_calendar.sev #evcal_list p.desc_trig_outter{border:none}.ajde_evcal_calendar.cev.sev #evcal_list .no_events .no_events{background-color:#f5f5f5}.ajde_evcal_calendar.cev.sev.boxstyle0 #evcal_list .eventon_list_event{margin-bottom:0;border-radius:15px}.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event.open .desc_trig{border-radius:8px 8px 0 0}.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events{border:none}.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events.no_event{background-color:#f5f5f5}.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events .eventon_list_event,.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events.no_event,{border:none}.ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event>*,.ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event em,.ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event span{color:gray}.ajde_evcal_calendar.bub.cev.sev #evcal_list{overflow:visible}.ajde_evcal_calendar.bub.cev.sev #evcal_list .eventon_list_event{overflow:visible}.ajde_evcal_calendar.bub #evcal_list{display:flex;flex-wrap:wrap;margin-top:10px;position:relative}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event{margin:0 10px 10px 0}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event a{border-radius:20px;padding:20px}.ajde_evcal_calendar.bub #evcal_list.sep_months{flex-direction:column}.ajde_evcal_calendar.bub #evcal_list.sep_months .sep_month_events{flex-direction:row;display:flex;flex-wrap:wrap;overflow:auto}.ajde_evcal_calendar.bub #evcal_list .evcal_desc{display:none}.ajde_evcal_calendar.bub.cev.sev #evcal_list .desc_trig_outter{border:none}.ajde_evcal_calendar.bub.cev.sev #evcal_list .desc_trig_outter a{box-sizing:border-box}.ajde_evcal_calendar.bub #evcal_list .evcal_cblock{display:block;position:relative}.ajde_evcal_calendar.bub .evcal_cblock .evo_end:before{background-color:#fff}.evo_bub_box{background-color:#fff;padding:10px;box-shadow:0 0 10px -4px #000;border-radius:8px;position:absolute;z-index:99}.ajde_evcal_calendar.bub .month_long.evcal_list_a span.mnl .evo_start em,.ajde_evcal_calendar.bub .year_long.evcal_list_a span.yrl .evo_start em{font-size:16px;padding:16px 0;opacity:1}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event a:hover{border-width:0}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event{transition:all 0.2s;transition-timing-function:ease-out}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event:hover{transform:scale(1.1)}.ajde_evcal_calendar.bub .month_long.evcal_list_a span.mnl .evo_start em.year{opacity:.7;font-size:10px;padding:0}.ajde_evcal_calendar.color.bub #evcal_list .eventon_list_event a:hover{border-left-width:0}.ajde_evcal_calendar.wwb .eventon_list_event a{align-items:flex-start}.ajde_evcal_calendar.wwb .eventon_list_event .evcal_cblock,.ajde_evcal_calendar.boxy.wwb #evcal_list a .evcal_cblock{background-color:#FFF!important;padding:10px;border-radius:10px}.ajde_evcal_calendar.wwb #evcal_list .eventon_list_event .evcal_cblock span em{color:#737373}.ajde_evcal_calendar.wwb .evcal_cblock .evo_end:before{background-color:#737373}.ajde_evcal_calendar.boxy.list_cal .eventon_events_list,.ajde_evcal_calendar.boxy.list_cal .eventon_events_list.sep_months .sep_month_events{flex-direction:column}.ajde_evcal_calendar.boxy.boxstyle1.list_cal .eventon_list_event{min-height:auto}.ajde_evcal_calendar.boxy.boxstyle1.list_cal .eventon_list_event.no_events{background-color:#ededed}:root{--evo_ett_color:var(--evo_color_1);--ett_dateblock_color:var(--evo_color_1);--ett_title_color:var(--evo_color_1);--ett_subtitle_color:var(--evo_color_1)}.eventon_events_list .eventon_list_event .evcal_desc span,.eventon_events_list .eventon_list_event .evoet_cx span,.evo_pop_body .evcal_desc span,.evo_pop_body .evoet_cx span.evoet_subtitle,.evcal_list_a .evoet_cx span.evoet_subtitle{display:block;color:var(--evo_ett_color)}.ajde_evcal_calendar.clean,.evo_lightboxes .clean{--evo_ett_color:var(--evo_color_1)}.ajde_evcal_calendar.color,.evo_lightboxes .color{--evo_ett_color:#fff}.ajde_evcal_calendar.color.etttc_custom,.evo_lightboxes .eventon_list_event.color.etttc_custom{--evo_ett_color:#fff;--ett_title_color:#fff;--ett_subtitle_color:#fff;--ett_dateblock_color:#fff}.ajde_evcal_calendar.color.etttc_auto .clrW,.evo_lightboxes .color.eventon_list_event.etttc_auto .clrW,.evo_lightboxes .color.eventon_list_event.etttc_auto.clrW{--evo_ett_color:var(--evo_color_1);--ett_dateblock_color:var(--evo_color_1);--ett_title_color:var(--evo_color_1);--ett_subtitle_color:var(--evo_color_1)}.ajde_evcal_calendar.color.etttc_auto .clrD,.ajde_evcal_calendar.color.etttc_auto.boxstyle3 .clrW,.evo_lightboxes .color.eventon_list_event.etttc_auto .clrD,.evo_lightboxes .color.eventon_list_event.etttc_auto.clrD{--evo_ett_color:#fff;--ett_dateblock_color:#fff;--ett_title_color:#fff;--ett_subtitle_color:#fff}.ajde_evcal_calendar.color.etttc_none{--evo_ett_color:var(--evo_color_1)}.ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,.evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_title{color:var(--ett_title_color)}.ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,.color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,.evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_subtitle{color:var(--ett_subtitle_color)}.ajde_evcal_calendar.color .evcal_cblock .evo_end:before,.evo_lightboxes .color.eventon_list_event .evcal_cblock .evo_end:before{background-color:var(--evo_ett_color)}.ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig,.evo_lightboxes .color.eventon_list_event .evopop_top,.evo_lightboxes .color.eventon_list_event .evcal_list_a{border-left:0 solid transparent}.ajde_evcal_calendar.color #evcal_list .eventon_list_event p a.desc_trig:focus{border-radius:10px}.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover{border-left-width:7px}.ajde_evcal_calendar.esty_5 .evo_ett_break{flex-basis:100%}.ajde_evcal_calendar.esty_5 #evcal_list .eventon_list_event .evcal_cblock,.evo_lightboxes .evo_pop_body .evcal_cblock{flex-wrap:wrap;align-content:flex-start}.ajde_evcal_calendar.esty_5 .eventon_list_event .evcal_list_a{background-color:transparent!important;border-color:transparent!important}.ajde_evcal_calendar.esty_5 .eventon_list_event .evcal_list_a:hover{background-color:#f1f1f1!important}.ajde_evcal_calendar.esty_5 .evo_eventcolor_circle{margin-top:-25px}.ajde_evcal_calendar.esty_5 .evo_eventcolor_circle i{display:block;height:15px;width:15px;border-radius:50%}.ajde_evcal_calendar.esty_5 .desc_trig{padding:40px 10px 10px}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_events_list .eventon_list_event .evcal_desc{width:100%;flex:1 1 auto}.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_desc{flex:1 0 50%;width:50%}.ajde_evcal_calendar.boxy #eventon_loadbar_section,.ajde_evcal_calendar.boxy #evcal_list{border-color:transparent;overflow:hidden;border-radius:5px}.ajde_evcal_calendar.boxy #evcal_list .desc_trig_outter{border:none}.ajde_evcal_calendar.boxy #evcal_list{overflow:visible;flex-direction:row;flex-wrap:wrap}.ajde_evcal_calendar.boxy .eventon_events_list,.ajde_evcal_calendar.boxy .eventon_events_list.sep_months .sep_month_events{display:flex;flex-wrap:wrap}.ajde_evcal_calendar.boxy .eventon_events_list.sep_months{display:block;flex-wrap:no-wrap;flex-direction:column}.ajde_evcal_calendar.boxy .eventon_list_event.year_long .year{font-size:18px}.ajde_evcal_calendar.boxy .eventon_list_event.month_long .year{font-size:14px}.ajde_evcal_calendar.boxy .eventon_list_event.month_long .month{font-size:24px;font-weight:700}.ajde_evcal_calendar.boxy .eventon_list_event,.ajde_evcal_calendar.boxy .evoShow_more_events{min-height:200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;border-radius:20px;border:3px solid transparent}.ajde_evcal_calendar.boxy .evoShow_more_events{position:relative;overflow:hidden;cursor:pointer;border-radius:12px}.ajde_evcal_calendar.boxy .eventon_list_event.no_events{min-height:auto}.ajde_evcal_calendar.boxy.boxstyle0 .evoShow_more_events{border-radius:20px}.ajde_evcal_calendar.boxy .evoShow_more_events span:before{content:"+";position:absolute;font-size:42px;margin-top:-60px}.ajde_evcal_calendar.boxy.boxstyle0 .eventon_list_event .evcal_list_a{text-align:left;padding:20px 0 15px;border:none;background:none;position:relative;z-index:6}.ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a{flex-direction:column;gap:10px}.ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a .evcal_block span{vertical-align:bottom;float:none}.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig:hover{background-color:transparent}.ajde_evcal_calendar.boxy #evcal_list .evcal_list_a:after{background-color:transparent}.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig,.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter{height:100%;position:relative;box-sizing:border-box;background-size:cover;outline:none}.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .evoet_cx.evoet_c4{flex-basis:100%}.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig{padding:30px;flex-direction:row;align-content:flex-start}.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig .evoet_c2{flex-basis:100%}.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter,.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .evcal_cblock{padding:0;background-size:cover;background-position:center}.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc{margin:0;width:auto}.ajde_evcal_calendar.boxy .evcal_cblock{height:50px}.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover{opacity:1}.ajde_evcal_calendar.boxy .eventon_list_event:hover,.ajde_evcal_calendar.boxy .evoShow_more_events:hover{opacity:.9;transform:scale(1.01)}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock{width:auto;height:auto}.ajde_evcal_calendar.boxy .evcal_desc .evo_below_title .status_reason,.ajde_evcal_calendar.boxy .evcal_desc .evcal_desc3 .evo_ep_pre,.ajde_evcal_calendar.boxy .evcal_desc .evcal_desc3 .evo_ep_time{font-size:12px}.ajde_evcal_calendar.boxy .evcal_desc .evcal_desc_info .evcal_tz_time{display:inline-block}.ajde_evcal_calendar.boxy.boxstyle0.evoEL .sep_month_events .no_events.eventon_list_event,.ajde_evcal_calendar.boxy .sep_month_events .no_events.eventon_list_event{height:auto;width:100%!important;border:none;background-color:#f9f9f9}.ajde_evcal_calendar.boxy .sep_month_events .no_events.eventon_list_event:hover{border:none}.ajde_evcal_calendar.boxy.boxstyle0 .evo_event_progress{margin-top:5px}.ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig{flex-direction:row}.ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig .evcal_desc{width:auto}.ajde_evcal_calendar.boxy.boxstyle1 .evcal_desc .evo_mytime.tzo_trig:hover i,.ajde_evcal_calendar.boxy.boxstyle1 .evcal_desc .evo_mytime.tzo_trig:hover b{color:#fff}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event .evo_above_title{position:absolute;top:20px;left:20px;z-index:94}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle{overflow-wrap:break-word;word-wrap:break-word;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop{width:100%;height:200px;position:absolute;z-index:90;pointer-events:none;left:0;top:0;right:0;width:auto;margin:10px}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event:hover .evo_boxtop{opacity:.6}.ajde_evcal_calendar.boxy.boxstyle1 p.desc_trig_outter{height:100%}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig{height:100%}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event{min-height:310px;overflow:hidden;border-radius:20px;border:5px solid transparent}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig{background-color:#e6e6e6;box-sizing:border-box;border-radius:20px}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event.hasbgimg::after,.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.featured_event:before{display:none}.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event .evo_above_title{position:absolute;top:20px;left:20px;z-index:94}.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle{overflow-wrap:break-word;word-wrap:break-word;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop{width:100%;height:200px;position:absolute;z-index:90;pointer-events:none;left:0;top:0;right:0;width:auto;margin:10px}.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event:hover .evo_boxtop{opacity:.6}.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_cblock{height:70px}.ajde_evcal_calendar.boxy.boxstyle2 p.desc_trig_outter{height:100%}.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig{height:100%}.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event{min-height:310px;overflow:hidden;border-radius:20px;border:5px solid transparent}.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig{background-color:#e6e6e6;box-sizing:border-box;border-width:3px;border-radius:20px}.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event.hasbgimg::after,.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig.featured_event:before{display:none}.ajde_evcal_calendar.boxy.boxstyle2 .eventon_events_list .eventon_list_event .evcal_desc{flex:1;width:100%}.ajde_evcal_calendar.boxy.boxstyle2.tbg0 .evo_boxtop{margin:0;border-radius:20px 20px 0 0}.ajde_evcal_calendar.boxy.boxstyle2.tbg0 .eventon_list_event a.desc_trig{border:none}.ajde_evcal_calendar.boxy.boxstyle2.tbg0 .eventon_list_event .evo_above_title{top:50px}.ajde_evcal_calendar.boxy.boxstyle3 .evo_boxtop{height:100%!important;width:100%;position:absolute;background-size:cover}.ajde_evcal_calendar.boxy.boxstyle3 .eventon_list_event{cursor:pointer}.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c2.evoet_cx .evoet_dayblock{margin:10px;background-color:#000000bd!important;padding:10px;display:inline-flex}.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c2.evoet_cx{flex-basis:40%;margin:0}.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c3.evoet_cx{padding:10px;box-sizing:border-box;margin:10px 0}.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c3.evoet_cx,.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .evoet_c2.evoet_cx .evoet_dayblock{background-color:#000000bd;border-radius:10px}.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event{position:relative}.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .desc_trig{flex-direction:row;padding:10px!important;background-color:transparent}.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .desc_trig:hover{border-left-width:0}.ajde_evcal_calendar.boxy.boxstyle3 .eventon_list_event.hasbgimg::after,.ajde_evcal_calendar.boxy.boxstyle3 #evcal_list .eventon_list_event .desc_trig.featured_event:before{display:none}.ajde_evcal_calendar.boxy.boxstyle4 .evo_boxtop{height:100%!important;width:100%;position:absolute;background-position:center;background-size:cover}.ajde_evcal_calendar.boxy.boxstyle4 .eventon_events_list .eventon_list_event .desc_trig{background-color:transparent}.ajde_evcal_calendar.boxy.boxstyle4 .evoet_cx,.ajde_evcal_calendar.boxy.boxstyle4 .evoet_cx span:not(.evcal_event_title),.ajde_evcal_calendar.boxy.boxstyle4 .eventon_list_event.hasbgimg::after,.ajde_evcal_calendar.boxy.boxstyle4 #evcal_list .eventon_list_event .desc_trig.featured_event:before{display:none}.ajde_evcal_calendar.boxy.boxstyle4 .eventon_events_list .eventon_list_event .evcal_desc{width:100%;flex:1}.ajde_evcal_calendar.boxy.boxstyle4 .evoet_cx:has(.evcal_event_title){display:block}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_cblock{left:0}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg{position:absolute;margin:0;top:0;left:0;width:100%;z-index:-10;background-position:center center;height:100%;max-height:100%;border-radius:0}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg:before{content:"";background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0;opacity:.4}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG:hover span.ev_ftImg:before{opacity:.2}.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg,.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,.ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop{background-repeat:no-repeat;background-position:50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;border-radius:20px}.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,.ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop{border-radius:20px}.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after{content:"";background-color:#5F5F5F;height:100%;width:100%;position:absolute;z-index:3;top:0;left:0;bottom:0;right:0;opacity:.2}.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after{opacity:.7}.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_cblock{position:relative;display:block;padding:0 0 0 15px}.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .sin_val .evcal_cblock{width:38px}.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em,.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types{line-height:13px}.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em{display:inline-block;float:none;margin:0}.ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc3 em{margin-bottom:2px}.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett2,.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett3,.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett4,.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett5{display:none}.ajde_evcal_calendar.boxy.box_1 .eventon_list_event,.ajde_evcal_calendar.boxy.box_1 .evoShow_more_events{width:100%}.ajde_evcal_calendar.boxy.box_2 .eventon_list_event,.ajde_evcal_calendar.boxy.box_2 .evoShow_more_events{width:50%}.ajde_evcal_calendar.boxy.box_3 .eventon_list_event,.ajde_evcal_calendar.boxy.box_3 .evoShow_more_events{width:33.33%}.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_4 .evoShow_more_events{width:25%}.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .evoShow_more_events{width:20%}.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .evoShow_more_events{width:16.66%}.ajde_evcal_calendar.boxy.box_7 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .evoShow_more_events{width:14.28%}@media (max-width:900px){.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .eventon_list_event{width:50%}}@media (max-width:768px){.ajde_evcal_calendar.boxy.box_3 .eventon_list_event,.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .eventon_list_event{width:50%}}@media (max-width:650px){.ajde_evcal_calendar.boxy .eventon_list_event,.ajde_evcal_calendar.boxy.box_2 .eventon_list_event{width:100%}}@media (max-width:480px){.ajde_evcal_calendar.boxy.box_2 .eventon_list_event,.ajde_evcal_calendar.boxy.box_3 .eventon_list_event,.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .eventon_list_event,.ajde_evcal_calendar.boxy .eventon_events_list .evoShow_more_events{width:100%}}.evo_gal_bottom{bottom:30px;left:15px}.evo_gal_icons{display:flex;gap:10px;flex-direction:row}.evo_gal_icons .evo_gal_icon{cursor:pointer}.evo_gal_icons .evo_gal_icon.on{transform:scale(1.05)}.evo_gal_icons .evo_gal_icon.on span{border-color:var(--evo_cl_w)}.evo_gal_icons .evo_gal_icon span{width:50px;height:50px;display:inline-block;background-size:cover;border:2px solid var(--evo_color_1);border-radius:15px}.evo_taxlb_more.evotax_term_card{flex-direction:column;margin:0}.evo_taxlb_more h2.evo_h2{margin:0}.evo_taxlb_more .evo_tax_base_details{margin:0}.evo_taxlb_more .evo_taxlb_main{gap:30px}.evo_taxlb_more .evo_taxlb_main .evo_taxlb_l{flex:0 0 40%}.evo_taxlb_more .evo_taxlb_main .evo_taxlb_r{flex:1}.evo_taxlb_more.evotax_term_card .evotax_term_subtitle{margin:0 0 50px;border:none;text-transform:none}.evotax_term_card .evo_gal_box{flex:1}.evotax_term_card .evotax_term_details,.evotax_term_card .evo_card_wrapper,.evotax_term_card{display:flex;justify-content:space-between}.evotax_term_card .evo_card_wrapper .content-area{margin-bottom:20px;float:none}.evotax_term_card .evotax_term_details.evo_location_tax{flex-wrap:wrap;justify-content:center}.evotax_term_card .evo_card_wrapper{margin:0 auto;box-sizing:border-box}.evo_card_wrapper .evo_demo_sidebar,.evo_card_wrapper .evo_sidebar{margin-left:20px;display:flex;flex-direction:column;flex:1}.evo_card_wrapper .evo_sidebar .widget-area,.evo_card_wrapper .evo_sidebar .widget{width:100%!important;float:none!important}@media (max-width:800px){.evotax_term_card .evo_card_wrapper{flex-direction:column}.evo_card_wrapper .evo_demo_sidebar,.evo_card_wrapper .evo_sidebar{width:100%;padding-top:10px}.evo_taxlb_more .evo_taxlb_main{flex-direction:column}.evo_term_top_section.evofx_dr_r{flex-direction:column}}.evotax_term_card .border{border-bottom:1px solid var(--evo_linecolor_1)}.evo_location_card .evo_location_tax,.evotax_term_card .evotax_term_img{background-color:#f0f0f0;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center;position:relative;z-index:0;border-radius:15px;overflow:hidden;margin-bottom:15px;flex:1 0 40%;margin-right:15px}.evotax_term_card .tax_term_name a{color:var(--evo_color_1)}.evo_location_card .evo_location_tax h2,.evo_location_card .evo_location_tax p{padding:0;margin:0 0 5px}.evo_location_card .location_description p,.evo_organizer_card .organizer_description p{display:block}.evotax_term_card h3.evotax_term_subtitle{text-transform:uppercase;font-size:24px;font-weight:700}.evotax_term_card .evo_tax_details p{padding-bottom:10px}.evotax_term_card .evo_tax_details{flex:1;padding:30px;font-size:18px;font-weight:500;text-transform:none}.evotax_term_card .evo_term_events,.evotax_term_card .evo_tax_details{padding:30px;border-radius:15px;color:var(--evo_color_1);background-color:#f0f0f0}.evo_location_card .evo_location_map,.evotax_term_card .term_location_map{width:100%;height:250px;border-radius:15px;margin-bottom:15px}.evotax_term_card .tax_term_name i{display:block;color:#fff;text-transform:uppercase;font-size:18px}.evotax_term_card .tax_term_name span{font-weight:700}.evotax_term_card .endborder_curves{border-radius:15px}.evotax_term_card .evotax_term_img{width:100%;background-color:#616161}.evotax_term_card .evotax_term_img img{width:75%;margin:20px auto;position:relative;border-radius:20px}.evo_widget .calendar_header span.evo-search{min-height:auto}.calendar_header .evo-search:before{content:"\f002";display:inline-block;font-family:'evo_FontAwesome';font-style:normal;font-weight:800;font-size:12px;line-height:1;width:12px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.calendar_header .evo-search{position:relative}.evo_search_results #evcal_head .evo_cal_above_content,.evo_search_results #evcal_head .evo-search{display:none}.evo_search_results_count{text-align:center;margin:0;padding:8px 0}.EVOSR_section .evosr_msg{text-align:center;font-style:italic;padding:8px 0}.evo_search_bar{height:50px;display:block;overflow:hidden;margin-top:5px;margin-bottom:10px;position:relative}.evo_search_bar.hidden,.evo_search_bar.evo_hidden{display:none}.evo_search_bar_in{position:absolute;bottom:0;width:100%;height:50px}.evo_search_bar_in a.evosr_search_btn{top:0;right:8px;height:100%;font-size:18px}.evo_search_bar_in a.evosr_search_btn:hover{color:#ccc}.evo_search_bar input:focus{border:none}.evo_search_bar input,.evo_search_bar input[type=text]{background-color:#F2F2F2;box-shadow:none;border:2px solid var(--evo_color_1);width:100%;padding:15px 30px;font:14px arial;line-height:normal;border-radius:25px;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.EvcalWidget .evo_search_bar input{padding:5px 10px}.EvcalWidget .evo_search_bar a.evosr_search_btn{top:1px}.EVOSR_section .evosr_search_box{position:relative;overflow:hidden;margin:0;padding:0}.evosr_search_box input{outline:none}.evosr_search_box input::-webkit-input-placeholder{color:#b5b4b4;font-style:italic}.evosr_search_box input::-moz-placeholder{color:#b5b4b4;font-style:italic}.evosr_search_box input:-ms-input-placeholder{color:#b5b4b4;font-style:italic}.evosr_search_box input:-moz-placeholder{color:#b5b4b4;font-style:italic}body .EVOSR_section input[type="text"]{color:var(--evo_color_1);width:100%;box-shadow:none;border:1px solid var(--evo_color_2);border-radius:20px;padding:8px 15px;background-color:#F2F2F2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;line-height:1.5;margin:0}.EVOSR_section input:hover,.EVOSR_section input:focus,.EVOSR_section input:active,.evo_search_bar input:hover{border:2px solid #c5c5c5;outline:none}.EVOSR_section a.evo_do_search,a.evosr_search_btn,a.evosr_search_clear_btn{position:absolute;right:0;top:0;cursor:pointer;z-index:10;height:100%;display:flex;align-items:center;padding-right:15px;box-shadow:none;text-decoration:none}body .EVOSR_section a.evo_do_search,body a.evosr_search_btn,.evo_search_bar_in a.evosr_search_btn,.evo_search_bar .evosr_search_clear_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover,body a.evosr_search_btn:hover,.evo_search_bar_in a.evosr_search_btn:hover,.evo_search_bar .evosr_search_clear_btn:hover{color:#bbb}.evo_search_bar .evosr_search_clear_btn{right:35px;display:none}.evo_search_bar .evosr_search_clear_btn.show{display:flex}.evosr_blur_text{position:absolute;width:100%;top:0;text-align:center;padding-top:10px;opacity:0;z-index:10;pointer-events:none;-webkit-transition:opacity 0.2s linear 0.2s;-moz-transition:opacity 0.2s linear 0.2s;transition:opacity 0.2s linear 0.2s}.EVOSR_section.searching .evosr_blur_text{opacity:1}.evosr_blur{position:absolute;width:5px;height:5px;right:18px;top:15px;background-color:#f9d789;display:block;border-radius:20px;opacity:0;-webkit-transition:all 0.15s;-moz-transition:all 0.15s;transition:all 0.15s;z-index:5}.evosr_blur_process{position:absolute;background-color:#fff;border-radius:20px;width:0%;opacity:0;height:100%;top:0;left:50%;z-index:8;display:block}@keyframes searchprogress{0%{opacity:0;width:0%;left:50%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}@-moz-keyframes searchprogress{0%{opacity:0;width:0%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}@-webkit-keyframes searchprogress{0%{opacity:0;width:0%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}@-o-keyframes searchprogress{0%{opacity:0;width:0%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}.EVOSR_section.searching .evosr_blur_process{animation:searchprogress 1.2s 0.2s infinite -moz-animation:searchprogress 1.2s 0.2s infinite;-webkit-animation:searchprogress 1.2s 0.2s infinite;-o-animation:searchprogress 1.2s 0.2s infinite}.EVOSR_section.searching .evosr_blur{width:100%;height:100%;right:0;top:0;opacity:1}.evo_search_results_count span{background-color:#d2d2d2;color:#fff;border-radius:8px;padding:5px 10px 7px;display:inline-block;text-align:center;margin-right:5px;line-height:100%;font-style:italic}.evo-scroll-container{position:relative!important;height:100%;overflow-y:scroll!important;transition:all 0.3s ease}.evo-scroll-tab-container{position:absolute;height:100%;top:0;right:0;z-index:10;width:10px}.evo-scroll-tab{position:absolute;width:10px;background:#666;cursor:pointer;opacity:0;transition:opacity 0.3s ease;user-select:none;border-radius:10px}.evo-scroll-tab.dragging{opacity:1!important}.evo-scroll-container:hover .evo-scroll-tab{opacity:1}.evo-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.evo-scrollbar::-webkit-scrollbar{display:none}.ajde_yn_btn{background-color:var(--evo_color_prime);border:1px solid var(--evo_color_1);height:20px;width:40px;overflow:hidden;display:inline-block;cursor:pointer;border-radius:13px;margin-top:2px;box-sizing:content-box;position:absolute}.ajde_yn_btn:hover{opacity:.8}.ajde_yn_btn.NO{background-color:#f0f0f0;border-color:var(--evo_color_1)}.ajde_yn_btn.absolute{position:absolute}.ajde_yn_btn .btn_inner:before,.ajde_yn_btn .btn_inner:after,.btn_inner em{top:0;position:absolute;padding:4px 8px;line-height:90%}.ajde_yn_btn .btn_inner{position:relative;padding-left:23px;padding-right:23px;padding-top:0;width:12px;display:block;margin:0;margin-left:0;border:none;background:none;box-sizing:content-box}.ajde_yn_btn.NO .btn_inner{margin-left:-18px}.catchHandle,.yesno_row .catchHandle{background-color:#fff;height:12px;width:12px;display:block;padding-left:0;border-radius:12px;box-sizing:border-box;margin-top:4px}.ajde_yn_btn .btn_inner,.catchHandle{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.ajde_yn_btn.NO .catchHandle,.yesno_row .ajde_yn_btn.NO .catchHandle{background-color:var(--evo_color_1)}.evomb_body .ajde_yn_btn{border-color:#666}.evomb_body .catchHandle{border-color:#9B9B9B}.yesno_row span.field_name,.yesno_row label{padding-left:80px;line-height:1.8}.yesno_row .ajde_yn_btn{position:absolute;padding:0}.ajde_yn_btn_label{padding-left:80px;line-height:1.8;display:inline-block}.ajde_yn_btn_label.evo_elm{padding-left:55px}.evo_elms{position:absolute;top:0;z-index:48392749832;pointer-events:none}.evo_elms .evo_tooltip_box{-webkit-transition:transform .1s ease;-moz-transition:transform .1s ease;-ms-transition:transform .1s ease;-o-transition:transform .1s ease;transition:transform .1s ease;pointer-events:none;background-color:#3a4652;color:#fff;padding:10px 12px;font-size:12px;font-style:normal;font-family:var(--evo_font_2);border-radius:10px 10px 10px 0;;box-shadow:0 0 10px 0 #0000004a;position:relative;opacity:0;display:inline-block;transform:translateY(5px);max-width:200px}.evo_elms .evo_tooltip_box.show{opacity:1;transform:translateY(0)}.evo_elms .evo_tooltip_box:before{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:12px 12px 0 0;border-color:#3a4652 transparent transparent transparent;position:absolute;bottom:0;left:0;margin-bottom:-12px}.evo_elms .evo_tooltip_box.L{border-radius:10px 10px 0 10px}.evo_elms .evo_tooltip_box.L:before{content:"";border-width:0 12px 12px 0;border-color:transparent #3a4652 transparent transparent;left:auto;right:0}.evotooltipfree{position:relative}.evotooltip.free{color:var(--evo_color_1);width:auto;position:relative;margin:0}.evotooltip.free:before,.ajdeToolTip.free:before{content:none}.evotooltip:before,.ajdeToolTip:before{content:"?";font-style:normal;display:inline-block;color:#fff;font-size:10px;margin-top:3px;background-color:#3b3b3b;padding:3px;border-radius:50%;height:16px;width:16px;line-height:10px;opacity:.6;box-sizing:border-box;font-family:var(--evo_font_2);font-weight:700}.evotooltip.ajdeToolTip:hover:before,.evotooltip:hover:before;{opacity:1}.evotooltip,span.ajdeToolTip,.yesno_row span.ajdeToolTip{padding-left:0;margin-left:4px;text-align:center;font-style:normal;position:absolute;width:13px;height:14px;line-height:110%;border-radius:0;color:#fff;padding:0;font-style:normal;cursor:pointer;display:inline-block;box-sizing:content-box}.ajdeToolTip:hover,.yesno_row .ajdeToolTip:hover,.evotooltip:hover;{opacity:1;cursor:default}.ajdeToolTip em{display:none}.evo_purchase_box{background-color:#f3f3f3;padding:15px;border-radius:12px}.evo_purchase_box .purchase_section .brb{border-bottom:1px solid #c1c1c1}.evo_purchase_box .purchase_section span.right{float:right;margin-left:10px}.evo_purchase_box .purchase_section p{margin:0}.evo_purchase_box .purchase_section p.total{padding:10px 0}.evo_purchase_box .purchase_section .addtocart{text-align:right;margin-bottom:10px}.evo_purchase_box .purchase_section p.total span{font-weight:700;font-size:16px}.evo_purchase_box .purchase_section p.field_row input{box-shadow:0 0 2px #888;display:block;border:none;background-color:transparent;padding:5px 15px;border-radius:20px;width:100%;margin:5px 0;box-sizing:border-box;line-height:1.3}.evo_purchase_box .purchase_section p.field_row input:focus{outline:none;box-shadow:0 0 4px #888}.evo_purchase_box .purchase_section input.qty{border-radius:5px;padding:4px;border:2px solid #b7b7b7;font-family:inherit;padding:5px;font-size:100%;margin:0;max-width:70px;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.evo_purchase_box .purchase_section .evo_quantity{display:block;padding:10px 0;border-right:none;border-left:none;margin-bottom:5px;display:flex!important;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.evo_purchase_box .purchase_section .evo_quantity .qty b{border-radius:50%;height:30px;width:30px;color:#fff;background-color:#c9c9c9;display:inline-block;line-height:29px;text-align:center;font-size:24px;font-weight:400;cursor:pointer;position:relative}.evo_purchase_box .purchase_section .evo_quantity .qty b:hover{opacity:.7}.evo_purchase_box .purchase_section .evo_quantity .qty b.min{line-height:28px}.evo_purchase_box .purchase_section .evo_quantity .qty b.plu{background-color:#3091d4}.evo_purchase_box .purchase_section .evo_quantity .qty em{font-style:normal;font-size:20px;font-weight:700;padding:5px}.evo_purchase_box .purchase_section .evo_quantity .qty{margin-left:10px;margin-right:0}.ui-loading .ui-loader{display:none}.ui-loader{display:none;position:absolute;opacity:.85;z-index:100;left:50%;width:200px;margin-left:-130px;margin-top:-35px;padding:10px 30px}@media (max-width:1024px){.evcal_evdata_img.expanded{max-height:none!important}.evcal_evdata_img{max-height:341px!important}}@media (max-width:768px){:root{--evo-image-size:100px}.ajde_evcal_calendar .calendar_header .evo_header_title{flex-direction:column;align-items:flex-start}.evo_card_health_boxes{flex-direction:column}.evo_card_health_boxes .evo_health_b{margin-right:0}.evo_card_health_boxes .evo_health_b svg,.evo_card_health_boxes .evo_health_b i.fa{width:40px;text-align:center}.evcal_evdata_row.evorow_2b{flex-direction:column}.evcal_evdata_row.evorow_2b .evorow_b.evorow_b1{flex:1;margin:0 0 8px 0}.evcal_evdata_img{max-height:255px!important}.evocard_row,.evocard_row.L{flex-direction:column;padding-bottom:0}.evocard_box,.evocard_row .evocard_box_h .evocard_box:last-child{margin-bottom:8px}.evocard_row.bx2 .evorow.getdirections .evo_get_direction_content{flex-direction:row}.evocard_row.bx2 .evorow.getdirections .evogetdir_field{flex:1 1 auto}body .evcal_eventcard .evcal_cell_rel_events a{flex-basis:calc(50% - 8px)}.eventon_events_list .eventon_list_event .evoet_c4,.evo_pop_body .evoet_c4,#page-content p.evoet_c4{flex-basis:100%}.evosv_grid .row{flex-direction:column;margin-left:0}.evosv_grid .row .evosv_items{flex-wrap:wrap;padding:5px}.evosv_grid .row .evosv_items .evosv_event{width:auto}}@media (max-width:568px){.evopad0_sm{padding:0}.evcal_evdata_img{max-height:189px!important}.eventon_events_list .eventon_list_event .ev_ftImg{margin-bottom:15px}.eventon_sorting_section .evo_filter_container{max-width:100%}.evcal_eventcard .evcal_evdata_cell .evo_h3,.ajde_evcal_calendar #evcal_list .evcal_eventcard .evcal_evdata_cell_title,.evo_pop_body .evcal_evdata_cell_title{padding-left:30px;padding-top:2px}.evcal_eventcard .evcal_evdata_row .evcal_evdata_cell{padding-left:0;margin-left:-30px}.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell{padding-left:30px}.evo_eventon_now_next .evo_countdowner{display:inline-block}.evo_eventon_now .desc_trig.hasFtIMG{flex-direction:column;border:20px solid transparent!important}.evo_eventon_now .desc_trig.hasFtIMG .evoet_c1{margin-right:0}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .ev_ftImg{width:100%;height:250px;margin-bottom:10px}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .evo_info{width:auto}.evosv_grid .row .evosv_items{flex-direction:row}.evosv_grid .row .evosv_items .evosv_time{width:auto}}@media (max-width:480px){:root{--evo-image-size:50px}.ajde_evcal_calendar #evcal_loader{height:1px;width:1px}.ajde_evcal_calendar .calendar_header p{font-size:24px}#evcal_sort_bar ul{padding-left:10px}.event_description .evcal_col50{width:100%;float:none;border-bottom:1px solid #CDCDCD;border-right:none}.event_description .evcal_col50 .bordr{border-right:none}.evorow .tb .evcal_col50{float:none;display:block;width:100%}.evorow .tb .evcal_col50:first-child{border-bottom:1px solid #cdcdcd}.evo_metarow_time_location .evcal_col50{width:100%;border-bottom:1px solid #cdcdcd}.color .eventon_events_list .eventon_list_event .evcal_list_a{flex-direction:column}.evo_evdata_cell_content .evo_card_organizer,.evomdt_data .evomdt_item{flex-basis:100%!important}.evo_lightbox{padding-right:0;padding-left:0}.evo_lightbox_content,.evolb_box{width:calc(100% - 20px);max-width:400px}.evo_lightbox.client .evolb_header .evolbclose{margin:15px}.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers{padding:1px 5px;font-size:10px}.ajde_evcal_calendar .calendar_header .evo_j_dates p.legend{font-size:11px}.evo_lightbox .evcal_evdata_row .evcal_evdata_cell h3,.evo_lightbox .evo_clik_row .evo_h3{font-size:16px}.evcal_evdata_row{padding:20px}.evcal_evdata_row .evcal_evdata_cell h3,.evo_metarow_ICS.evo_clik_row .evcal_evdata_cell h3,.evo_metarow_learnmore.evo_clik_row .evcal_evdata_cell h3{padding-top:0}.evo_metarow_ICS.evo_clik_row .evcal_evdata_cell h3{display:flex;flex-wrap:wrap}#evcal_list .evorow.getdirections .evoInput,.evo_pop_body .evorow.getdirections .evoInput{font-size:13px}#evcal_list .eventon_list_event .event_description p,#evcal_list .eventon_list_event .event_description li,.evo_pop_body .evcal_evdata_row .evcal_evdata_cell p{font-size:13px}.evo_metarow_socialmedia a.evo_ss{width:35px;height:35px}.evcal_evdata_img.expanded{max-height:none!important}.evcal_evdata_img{max-height:106px!important}.evo_lightbox .evo_event_moreinfo_org.pad40{padding:20px}.evo_lightbox .evo_event_moreinfo_org .evo_databox{padding:10px}}@media only screen and (max-device-width :480px){.ajde_evcal_calendar .calendar_header p,.ajde_evcal_calendar .evo_footer_nav .evo_month_title{font-size:26px}#evcal_sort_bar ul{padding-left:10px}}.fa{font-family:var(--fa-style-family,"evo_FontAwesome");font-weight:var(--fa-style,900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:'evo_FontAwesome'}.fa-brands,.fab{font-family:'evo_FontAwesomeB'}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30";--fa--fa:"\30\30"}.fa-1{--fa:"\31";--fa--fa:"\31\31"}.fa-2{--fa:"\32";--fa--fa:"\32\32"}.fa-3{--fa:"\33";--fa--fa:"\33\33"}.fa-4{--fa:"\34";--fa--fa:"\34\34"}.fa-5{--fa:"\35";--fa--fa:"\35\35"}.fa-6{--fa:"\36";--fa--fa:"\36\36"}.fa-7{--fa:"\37";--fa--fa:"\37\37"}.fa-8{--fa:"\38";--fa--fa:"\38\38"}.fa-9{--fa:"\39";--fa--fa:"\39\39"}.fa-fill-drip{--fa:"\f576";--fa--fa:"\f576\f576"}.fa-arrows-to-circle{--fa:"\e4bd";--fa--fa:"\e4bd\e4bd"}.fa-circle-chevron-right{--fa:"\f138";--fa--fa:"\f138\f138"}.fa-chevron-circle-right{--fa:"\f138";--fa--fa:"\f138\f138"}.fa-at{--fa:"\40";--fa--fa:"\40\40"}.fa-trash-can{--fa:"\f2ed";--fa--fa:"\f2ed\f2ed"}.fa-trash-alt{--fa:"\f2ed";--fa--fa:"\f2ed\f2ed"}.fa-text-height{--fa:"\f034";--fa--fa:"\f034\f034"}.fa-user-xmark{--fa:"\f235";--fa--fa:"\f235\f235"}.fa-user-times{--fa:"\f235";--fa--fa:"\f235\f235"}.fa-stethoscope{--fa:"\f0f1";--fa--fa:"\f0f1\f0f1"}.fa-message{--fa:"\f27a";--fa--fa:"\f27a\f27a"}.fa-comment-alt{--fa:"\f27a";--fa--fa:"\f27a\f27a"}.fa-info{--fa:"\f129";--fa--fa:"\f129\f129"}.fa-down-left-and-up-right-to-center{--fa:"\f422";--fa--fa:"\f422\f422"}.fa-compress-alt{--fa:"\f422";--fa--fa:"\f422\f422"}.fa-explosion{--fa:"\e4e9";--fa--fa:"\e4e9\e4e9"}.fa-file-lines{--fa:"\f15c";--fa--fa:"\f15c\f15c"}.fa-file-alt{--fa:"\f15c";--fa--fa:"\f15c\f15c"}.fa-file-text{--fa:"\f15c";--fa--fa:"\f15c\f15c"}.fa-wave-square{--fa:"\f83e";--fa--fa:"\f83e\f83e"}.fa-ring{--fa:"\f70b";--fa--fa:"\f70b\f70b"}.fa-building-un{--fa:"\e4d9";--fa--fa:"\e4d9\e4d9"}.fa-dice-three{--fa:"\f527";--fa--fa:"\f527\f527"}.fa-calendar-days{--fa:"\f073";--fa--fa:"\f073\f073"}.fa-calendar-alt{--fa:"\f073";--fa--fa:"\f073\f073"}.fa-anchor-circle-check{--fa:"\e4aa";--fa--fa:"\e4aa\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1";--fa--fa:"\e4d1\e4d1"}.fa-volleyball{--fa:"\f45f";--fa--fa:"\f45f\f45f"}.fa-volleyball-ball{--fa:"\f45f";--fa--fa:"\f45f\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2";--fa--fa:"\e4c2\e4c2"}.fa-sort-down{--fa:"\f0dd";--fa--fa:"\f0dd\f0dd"}.fa-sort-desc{--fa:"\f0dd";--fa--fa:"\f0dd\f0dd"}.fa-circle-minus{--fa:"\f056";--fa--fa:"\f056\f056"}.fa-minus-circle{--fa:"\f056";--fa--fa:"\f056\f056"}.fa-door-open{--fa:"\f52b";--fa--fa:"\f52b\f52b"}.fa-right-from-bracket{--fa:"\f2f5";--fa--fa:"\f2f5\f2f5"}.fa-sign-out-alt{--fa:"\f2f5";--fa--fa:"\f2f5\f2f5"}.fa-atom{--fa:"\f5d2";--fa--fa:"\f5d2\f5d2"}.fa-soap{--fa:"\e06e";--fa--fa:"\e06e\e06e"}.fa-icons{--fa:"\f86d";--fa--fa:"\f86d\f86d"}.fa-heart-music-camera-bolt{--fa:"\f86d";--fa--fa:"\f86d\f86d"}.fa-microphone-lines-slash{--fa:"\f539";--fa--fa:"\f539\f539"}.fa-microphone-alt-slash{--fa:"\f539";--fa--fa:"\f539\f539"}.fa-bridge-circle-check{--fa:"\e4c9";--fa--fa:"\e4c9\e4c9"}.fa-pump-medical{--fa:"\e06a";--fa--fa:"\e06a\e06a"}.fa-fingerprint{--fa:"\f577";--fa--fa:"\f577\f577"}.fa-hand-point-right{--fa:"\f0a4";--fa--fa:"\f0a4\f0a4"}.fa-magnifying-glass-location{--fa:"\f689";--fa--fa:"\f689\f689"}.fa-search-location{--fa:"\f689";--fa--fa:"\f689\f689"}.fa-forward-step{--fa:"\f051";--fa--fa:"\f051\f051"}.fa-step-forward{--fa:"\f051";--fa--fa:"\f051\f051"}.fa-face-smile-beam{--fa:"\f5b8";--fa--fa:"\f5b8\f5b8"}.fa-smile-beam{--fa:"\f5b8";--fa--fa:"\f5b8\f5b8"}.fa-flag-checkered{--fa:"\f11e";--fa--fa:"\f11e\f11e"}.fa-football{--fa:"\f44e";--fa--fa:"\f44e\f44e"}.fa-football-ball{--fa:"\f44e";--fa--fa:"\f44e\f44e"}.fa-school-circle-exclamation{--fa:"\e56c";--fa--fa:"\e56c\e56c"}.fa-crop{--fa:"\f125";--fa--fa:"\f125\f125"}.fa-angles-down{--fa:"\f103";--fa--fa:"\f103\f103"}.fa-angle-double-down{--fa:"\f103";--fa--fa:"\f103\f103"}.fa-users-rectangle{--fa:"\e594";--fa--fa:"\e594\e594"}.fa-people-roof{--fa:"\e537";--fa--fa:"\e537\e537"}.fa-people-line{--fa:"\e534";--fa--fa:"\e534\e534"}.fa-beer-mug-empty{--fa:"\f0fc";--fa--fa:"\f0fc\f0fc"}.fa-beer{--fa:"\f0fc";--fa--fa:"\f0fc\f0fc"}.fa-diagram-predecessor{--fa:"\e477";--fa--fa:"\e477\e477"}.fa-arrow-up-long{--fa:"\f176";--fa--fa:"\f176\f176"}.fa-long-arrow-up{--fa:"\f176";--fa--fa:"\f176\f176"}.fa-fire-flame-simple{--fa:"\f46a";--fa--fa:"\f46a\f46a"}.fa-burn{--fa:"\f46a";--fa--fa:"\f46a\f46a"}.fa-person{--fa:"\f183";--fa--fa:"\f183\f183"}.fa-male{--fa:"\f183";--fa--fa:"\f183\f183"}.fa-laptop{--fa:"\f109";--fa--fa:"\f109\f109"}.fa-file-csv{--fa:"\f6dd";--fa--fa:"\f6dd\f6dd"}.fa-menorah{--fa:"\f676";--fa--fa:"\f676\f676"}.fa-truck-plane{--fa:"\e58f";--fa--fa:"\e58f\e58f"}.fa-record-vinyl{--fa:"\f8d9";--fa--fa:"\f8d9\f8d9"}.fa-face-grin-stars{--fa:"\f587";--fa--fa:"\f587\f587"}.fa-grin-stars{--fa:"\f587";--fa--fa:"\f587\f587"}.fa-bong{--fa:"\f55c";--fa--fa:"\f55c\f55c"}.fa-spaghetti-monster-flying{--fa:"\f67b";--fa--fa:"\f67b\f67b"}.fa-pastafarianism{--fa:"\f67b";--fa--fa:"\f67b\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af";--fa--fa:"\e4af\e4af"}.fa-spoon{--fa:"\f2e5";--fa--fa:"\f2e5\f2e5"}.fa-utensil-spoon{--fa:"\f2e5";--fa--fa:"\f2e5\f2e5"}.fa-jar-wheat{--fa:"\e517";--fa--fa:"\e517\e517"}.fa-envelopes-bulk{--fa:"\f674";--fa--fa:"\f674\f674"}.fa-mail-bulk{--fa:"\f674";--fa--fa:"\f674\f674"}.fa-file-circle-exclamation{--fa:"\e4eb";--fa--fa:"\e4eb\e4eb"}.fa-circle-h{--fa:"\f47e";--fa--fa:"\f47e\f47e"}.fa-hospital-symbol{--fa:"\f47e";--fa--fa:"\f47e\f47e"}.fa-pager{--fa:"\f815";--fa--fa:"\f815\f815"}.fa-address-book{--fa:"\f2b9";--fa--fa:"\f2b9\f2b9"}.fa-contact-book{--fa:"\f2b9";--fa--fa:"\f2b9\f2b9"}.fa-strikethrough{--fa:"\f0cc";--fa--fa:"\f0cc\f0cc"}.fa-k{--fa:"\4b";--fa--fa:"\4b\4b"}.fa-landmark-flag{--fa:"\e51c";--fa--fa:"\e51c\e51c"}.fa-pencil{--fa:"\f303";--fa--fa:"\f303\f303"}.fa-pencil-alt{--fa:"\f303";--fa--fa:"\f303\f303"}.fa-backward{--fa:"\f04a";--fa--fa:"\f04a\f04a"}.fa-caret-right{--fa:"\f0da";--fa--fa:"\f0da\f0da"}.fa-comments{--fa:"\f086";--fa--fa:"\f086\f086"}.fa-paste{--fa:"\f0ea";--fa--fa:"\f0ea\f0ea"}.fa-file-clipboard{--fa:"\f0ea";--fa--fa:"\f0ea\f0ea"}.fa-code-pull-request{--fa:"\e13c";--fa--fa:"\e13c\e13c"}.fa-clipboard-list{--fa:"\f46d";--fa--fa:"\f46d\f46d"}.fa-truck-ramp-box{--fa:"\f4de";--fa--fa:"\f4de\f4de"}.fa-truck-loading{--fa:"\f4de";--fa--fa:"\f4de\f4de"}.fa-user-check{--fa:"\f4fc";--fa--fa:"\f4fc\f4fc"}.fa-vial-virus{--fa:"\e597";--fa--fa:"\e597\e597"}.fa-sheet-plastic{--fa:"\e571";--fa--fa:"\e571\e571"}.fa-blog{--fa:"\f781";--fa--fa:"\f781\f781"}.fa-user-ninja{--fa:"\f504";--fa--fa:"\f504\f504"}.fa-person-arrow-up-from-line{--fa:"\e539";--fa--fa:"\e539\e539"}.fa-scroll-torah{--fa:"\f6a0";--fa--fa:"\f6a0\f6a0"}.fa-torah{--fa:"\f6a0";--fa--fa:"\f6a0\f6a0"}.fa-broom-ball{--fa:"\f458";--fa--fa:"\f458\f458"}.fa-quidditch{--fa:"\f458";--fa--fa:"\f458\f458"}.fa-quidditch-broom-ball{--fa:"\f458";--fa--fa:"\f458\f458"}.fa-toggle-off{--fa:"\f204";--fa--fa:"\f204\f204"}.fa-box-archive{--fa:"\f187";--fa--fa:"\f187\f187"}.fa-archive{--fa:"\f187";--fa--fa:"\f187\f187"}.fa-person-drowning{--fa:"\e545";--fa--fa:"\e545\e545"}.fa-arrow-down-9-1{--fa:"\f886";--fa--fa:"\f886\f886"}.fa-sort-numeric-desc{--fa:"\f886";--fa--fa:"\f886\f886"}.fa-sort-numeric-down-alt{--fa:"\f886";--fa--fa:"\f886\f886"}.fa-face-grin-tongue-squint{--fa:"\f58a";--fa--fa:"\f58a\f58a"}.fa-grin-tongue-squint{--fa:"\f58a";--fa--fa:"\f58a\f58a"}.fa-spray-can{--fa:"\f5bd";--fa--fa:"\f5bd\f5bd"}.fa-truck-monster{--fa:"\f63b";--fa--fa:"\f63b\f63b"}.fa-w{--fa:"\57";--fa--fa:"\57\57"}.fa-earth-africa{--fa:"\f57c";--fa--fa:"\f57c\f57c"}.fa-globe-africa{--fa:"\f57c";--fa--fa:"\f57c\f57c"}.fa-rainbow{--fa:"\f75b";--fa--fa:"\f75b\f75b"}.fa-circle-notch{--fa:"\f1ce";--fa--fa:"\f1ce\f1ce"}.fa-tablet-screen-button{--fa:"\f3fa";--fa--fa:"\f3fa\f3fa"}.fa-tablet-alt{--fa:"\f3fa";--fa--fa:"\f3fa\f3fa"}.fa-paw{--fa:"\f1b0";--fa--fa:"\f1b0\f1b0"}.fa-cloud{--fa:"\f0c2";--fa--fa:"\f0c2\f0c2"}.fa-trowel-bricks{--fa:"\e58a";--fa--fa:"\e58a\e58a"}.fa-face-flushed{--fa:"\f579";--fa--fa:"\f579\f579"}.fa-flushed{--fa:"\f579";--fa--fa:"\f579\f579"}.fa-hospital-user{--fa:"\f80d";--fa--fa:"\f80d\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f";--fa--fa:"\e57f\e57f"}.fa-gavel{--fa:"\f0e3";--fa--fa:"\f0e3\f0e3"}.fa-legal{--fa:"\f0e3";--fa--fa:"\f0e3\f0e3"}.fa-binoculars{--fa:"\f1e5";--fa--fa:"\f1e5\f1e5"}.fa-microphone-slash{--fa:"\f131";--fa--fa:"\f131\f131"}.fa-box-tissue{--fa:"\e05b";--fa--fa:"\e05b\e05b"}.fa-motorcycle{--fa:"\f21c";--fa--fa:"\f21c\f21c"}.fa-bell-concierge{--fa:"\f562";--fa--fa:"\f562\f562"}.fa-concierge-bell{--fa:"\f562";--fa--fa:"\f562\f562"}.fa-pen-ruler{--fa:"\f5ae";--fa--fa:"\f5ae\f5ae"}.fa-pencil-ruler{--fa:"\f5ae";--fa--fa:"\f5ae\f5ae"}.fa-people-arrows{--fa:"\e068";--fa--fa:"\e068\e068"}.fa-people-arrows-left-right{--fa:"\e068";--fa--fa:"\e068\e068"}.fa-mars-and-venus-burst{--fa:"\e523";--fa--fa:"\e523\e523"}.fa-square-caret-right{--fa:"\f152";--fa--fa:"\f152\f152"}.fa-caret-square-right{--fa:"\f152";--fa--fa:"\f152\f152"}.fa-scissors{--fa:"\f0c4";--fa--fa:"\f0c4\f0c4"}.fa-cut{--fa:"\f0c4";--fa--fa:"\f0c4\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a";--fa--fa:"\e57a\e57a"}.fa-toilets-portable{--fa:"\e584";--fa--fa:"\e584\e584"}.fa-hockey-puck{--fa:"\f453";--fa--fa:"\f453\f453"}.fa-table{--fa:"\f0ce";--fa--fa:"\f0ce\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521";--fa--fa:"\e521\e521"}.fa-tachograph-digital{--fa:"\f566";--fa--fa:"\f566\f566"}.fa-digital-tachograph{--fa:"\f566";--fa--fa:"\f566\f566"}.fa-users-slash{--fa:"\e073";--fa--fa:"\e073\e073"}.fa-clover{--fa:"\e139";--fa--fa:"\e139\e139"}.fa-reply{--fa:"\f3e5";--fa--fa:"\f3e5\f3e5"}.fa-mail-reply{--fa:"\f3e5";--fa--fa:"\f3e5\f3e5"}.fa-star-and-crescent{--fa:"\f699";--fa--fa:"\f699\f699"}.fa-house-fire{--fa:"\e50c";--fa--fa:"\e50c\e50c"}.fa-square-minus{--fa:"\f146";--fa--fa:"\f146\f146"}.fa-minus-square{--fa:"\f146";--fa--fa:"\f146\f146"}.fa-helicopter{--fa:"\f533";--fa--fa:"\f533\f533"}.fa-compass{--fa:"\f14e";--fa--fa:"\f14e\f14e"}.fa-square-caret-down{--fa:"\f150";--fa--fa:"\f150\f150"}.fa-caret-square-down{--fa:"\f150";--fa--fa:"\f150\f150"}.fa-file-circle-question{--fa:"\e4ef";--fa--fa:"\e4ef\e4ef"}.fa-laptop-code{--fa:"\f5fc";--fa--fa:"\f5fc\f5fc"}.fa-swatchbook{--fa:"\f5c3";--fa--fa:"\f5c3\f5c3"}.fa-prescription-bottle{--fa:"\f485";--fa--fa:"\f485\f485"}.fa-bars{--fa:"\f0c9";--fa--fa:"\f0c9\f0c9"}.fa-navicon{--fa:"\f0c9";--fa--fa:"\f0c9\f0c9"}.fa-people-group{--fa:"\e533";--fa--fa:"\e533\e533"}.fa-hourglass-end{--fa:"\f253";--fa--fa:"\f253\f253"}.fa-hourglass-3{--fa:"\f253";--fa--fa:"\f253\f253"}.fa-heart-crack{--fa:"\f7a9";--fa--fa:"\f7a9\f7a9"}.fa-heart-broken{--fa:"\f7a9";--fa--fa:"\f7a9\f7a9"}.fa-square-up-right{--fa:"\f360";--fa--fa:"\f360\f360"}.fa-external-link-square-alt{--fa:"\f360";--fa--fa:"\f360\f360"}.fa-face-kiss-beam{--fa:"\f597";--fa--fa:"\f597\f597"}.fa-kiss-beam{--fa:"\f597";--fa--fa:"\f597\f597"}.fa-film{--fa:"\f008";--fa--fa:"\f008\f008"}.fa-ruler-horizontal{--fa:"\f547";--fa--fa:"\f547\f547"}.fa-people-robbery{--fa:"\e536";--fa--fa:"\e536\e536"}.fa-lightbulb{--fa:"\f0eb";--fa--fa:"\f0eb\f0eb"}.fa-caret-left{--fa:"\f0d9";--fa--fa:"\f0d9\f0d9"}.fa-circle-exclamation{--fa:"\f06a";--fa--fa:"\f06a\f06a"}.fa-exclamation-circle{--fa:"\f06a";--fa--fa:"\f06a\f06a"}.fa-school-circle-xmark{--fa:"\e56d";--fa--fa:"\e56d\e56d"}.fa-arrow-right-from-bracket{--fa:"\f08b";--fa--fa:"\f08b\f08b"}.fa-sign-out{--fa:"\f08b";--fa--fa:"\f08b\f08b"}.fa-circle-chevron-down{--fa:"\f13a";--fa--fa:"\f13a\f13a"}.fa-chevron-circle-down{--fa:"\f13a";--fa--fa:"\f13a\f13a"}.fa-unlock-keyhole{--fa:"\f13e";--fa--fa:"\f13e\f13e"}.fa-unlock-alt{--fa:"\f13e";--fa--fa:"\f13e\f13e"}.fa-cloud-showers-heavy{--fa:"\f740";--fa--fa:"\f740\f740"}.fa-headphones-simple{--fa:"\f58f";--fa--fa:"\f58f\f58f"}.fa-headphones-alt{--fa:"\f58f";--fa--fa:"\f58f\f58f"}.fa-sitemap{--fa:"\f0e8";--fa--fa:"\f0e8\f0e8"}.fa-circle-dollar-to-slot{--fa:"\f4b9";--fa--fa:"\f4b9\f4b9"}.fa-donate{--fa:"\f4b9";--fa--fa:"\f4b9\f4b9"}.fa-memory{--fa:"\f538";--fa--fa:"\f538\f538"}.fa-road-spikes{--fa:"\e568";--fa--fa:"\e568\e568"}.fa-fire-burner{--fa:"\e4f1";--fa--fa:"\e4f1\e4f1"}.fa-flag{--fa:"\f024";--fa--fa:"\f024\f024"}.fa-hanukiah{--fa:"\f6e6";--fa--fa:"\f6e6\f6e6"}.fa-feather{--fa:"\f52d";--fa--fa:"\f52d\f52d"}.fa-volume-low{--fa:"\f027";--fa--fa:"\f027\f027"}.fa-volume-down{--fa:"\f027";--fa--fa:"\f027\f027"}.fa-comment-slash{--fa:"\f4b3";--fa--fa:"\f4b3\f4b3"}.fa-cloud-sun-rain{--fa:"\f743";--fa--fa:"\f743\f743"}.fa-compress{--fa:"\f066";--fa--fa:"\f066\f066"}.fa-wheat-awn{--fa:"\e2cd";--fa--fa:"\e2cd\e2cd"}.fa-wheat-alt{--fa:"\e2cd";--fa--fa:"\e2cd\e2cd"}.fa-ankh{--fa:"\f644";--fa--fa:"\f644\f644"}.fa-hands-holding-child{--fa:"\e4fa";--fa--fa:"\e4fa\e4fa"}.fa-asterisk{--fa:"\2a";--fa--fa:"\2a\2a"}.fa-square-check{--fa:"\f14a";--fa--fa:"\f14a\f14a"}.fa-check-square{--fa:"\f14a";--fa--fa:"\f14a\f14a"}.fa-peseta-sign{--fa:"\e221";--fa--fa:"\e221\e221"}.fa-heading{--fa:"\f1dc";--fa--fa:"\f1dc\f1dc"}.fa-header{--fa:"\f1dc";--fa--fa:"\f1dc\f1dc"}.fa-ghost{--fa:"\f6e2";--fa--fa:"\f6e2\f6e2"}.fa-list{--fa:"\f03a";--fa--fa:"\f03a\f03a"}.fa-list-squares{--fa:"\f03a";--fa--fa:"\f03a\f03a"}.fa-square-phone-flip{--fa:"\f87b";--fa--fa:"\f87b\f87b"}.fa-phone-square-alt{--fa:"\f87b";--fa--fa:"\f87b\f87b"}.fa-cart-plus{--fa:"\f217";--fa--fa:"\f217\f217"}.fa-gamepad{--fa:"\f11b";--fa--fa:"\f11b\f11b"}.fa-circle-dot{--fa:"\f192";--fa--fa:"\f192\f192"}.fa-dot-circle{--fa:"\f192";--fa--fa:"\f192\f192"}.fa-face-dizzy{--fa:"\f567";--fa--fa:"\f567\f567"}.fa-dizzy{--fa:"\f567";--fa--fa:"\f567\f567"}.fa-egg{--fa:"\f7fb";--fa--fa:"\f7fb\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513";--fa--fa:"\e513\e513"}.fa-campground{--fa:"\f6bb";--fa--fa:"\f6bb\f6bb"}.fa-folder-plus{--fa:"\f65e";--fa--fa:"\f65e\f65e"}.fa-futbol{--fa:"\f1e3";--fa--fa:"\f1e3\f1e3"}.fa-futbol-ball{--fa:"\f1e3";--fa--fa:"\f1e3\f1e3"}.fa-soccer-ball{--fa:"\f1e3";--fa--fa:"\f1e3\f1e3"}.fa-paintbrush{--fa:"\f1fc";--fa--fa:"\f1fc\f1fc"}.fa-paint-brush{--fa:"\f1fc";--fa--fa:"\f1fc\f1fc"}.fa-lock{--fa:"\f023";--fa--fa:"\f023\f023"}.fa-gas-pump{--fa:"\f52f";--fa--fa:"\f52f\f52f"}.fa-hot-tub-person{--fa:"\f593";--fa--fa:"\f593\f593"}.fa-hot-tub{--fa:"\f593";--fa--fa:"\f593\f593"}.fa-map-location{--fa:"\f59f";--fa--fa:"\f59f\f59f"}.fa-map-marked{--fa:"\f59f";--fa--fa:"\f59f\f59f"}.fa-house-flood-water{--fa:"\e50e";--fa--fa:"\e50e\e50e"}.fa-tree{--fa:"\f1bb";--fa--fa:"\f1bb\f1bb"}.fa-bridge-lock{--fa:"\e4cc";--fa--fa:"\e4cc\e4cc"}.fa-sack-dollar{--fa:"\f81d";--fa--fa:"\f81d\f81d"}.fa-pen-to-square{--fa:"\f044";--fa--fa:"\f044\f044"}.fa-edit{--fa:"\f044";--fa--fa:"\f044\f044"}.fa-car-side{--fa:"\f5e4";--fa--fa:"\f5e4\f5e4"}.fa-share-nodes{--fa:"\f1e0";--fa--fa:"\f1e0\f1e0"}.fa-share-alt{--fa:"\f1e0";--fa--fa:"\f1e0\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff";--fa--fa:"\e4ff\e4ff"}.fa-hourglass-half{--fa:"\f252";--fa--fa:"\f252\f252"}.fa-hourglass-2{--fa:"\f252";--fa--fa:"\f252\f252"}.fa-microscope{--fa:"\f610";--fa--fa:"\f610\f610"}.fa-sink{--fa:"\e06d";--fa--fa:"\e06d\e06d"}.fa-bag-shopping{--fa:"\f290";--fa--fa:"\f290\f290"}.fa-shopping-bag{--fa:"\f290";--fa--fa:"\f290\f290"}.fa-arrow-down-z-a{--fa:"\f881";--fa--fa:"\f881\f881"}.fa-sort-alpha-desc{--fa:"\f881";--fa--fa:"\f881\f881"}.fa-sort-alpha-down-alt{--fa:"\f881";--fa--fa:"\f881\f881"}.fa-mitten{--fa:"\f7b5";--fa--fa:"\f7b5\f7b5"}.fa-person-rays{--fa:"\e54d";--fa--fa:"\e54d\e54d"}.fa-users{--fa:"\f0c0";--fa--fa:"\f0c0\f0c0"}.fa-eye-slash{--fa:"\f070";--fa--fa:"\f070\f070"}.fa-flask-vial{--fa:"\e4f3";--fa--fa:"\e4f3\e4f3"}.fa-hand{--fa:"\f256";--fa--fa:"\f256\f256"}.fa-hand-paper{--fa:"\f256";--fa--fa:"\f256\f256"}.fa-om{--fa:"\f679";--fa--fa:"\f679\f679"}.fa-worm{--fa:"\e599";--fa--fa:"\e599\e599"}.fa-house-circle-xmark{--fa:"\e50b";--fa--fa:"\e50b\e50b"}.fa-plug{--fa:"\f1e6";--fa--fa:"\f1e6\f1e6"}.fa-chevron-up{--fa:"\f077";--fa--fa:"\f077\f077"}.fa-hand-spock{--fa:"\f259";--fa--fa:"\f259\f259"}.fa-stopwatch{--fa:"\f2f2";--fa--fa:"\f2f2\f2f2"}.fa-face-kiss{--fa:"\f596";--fa--fa:"\f596\f596"}.fa-kiss{--fa:"\f596";--fa--fa:"\f596\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb";--fa--fa:"\e4cb\e4cb"}.fa-face-grin-tongue{--fa:"\f589";--fa--fa:"\f589\f589"}.fa-grin-tongue{--fa:"\f589";--fa--fa:"\f589\f589"}.fa-chess-bishop{--fa:"\f43a";--fa--fa:"\f43a\f43a"}.fa-face-grin-wink{--fa:"\f58c";--fa--fa:"\f58c\f58c"}.fa-grin-wink{--fa:"\f58c";--fa--fa:"\f58c\f58c"}.fa-ear-deaf{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-deaf{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-deafness{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-hard-of-hearing{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-road-circle-check{--fa:"\e564";--fa--fa:"\e564\e564"}.fa-dice-five{--fa:"\f523";--fa--fa:"\f523\f523"}.fa-square-rss{--fa:"\f143";--fa--fa:"\f143\f143"}.fa-rss-square{--fa:"\f143";--fa--fa:"\f143\f143"}.fa-land-mine-on{--fa:"\e51b";--fa--fa:"\e51b\e51b"}.fa-i-cursor{--fa:"\f246";--fa--fa:"\f246\f246"}.fa-stamp{--fa:"\f5bf";--fa--fa:"\f5bf\f5bf"}.fa-stairs{--fa:"\e289";--fa--fa:"\e289\e289"}.fa-i{--fa:"\49";--fa--fa:"\49\49"}.fa-hryvnia-sign{--fa:"\f6f2";--fa--fa:"\f6f2\f6f2"}.fa-hryvnia{--fa:"\f6f2";--fa--fa:"\f6f2\f6f2"}.fa-pills{--fa:"\f484";--fa--fa:"\f484\f484"}.fa-face-grin-wide{--fa:"\f581";--fa--fa:"\f581\f581"}.fa-grin-alt{--fa:"\f581";--fa--fa:"\f581\f581"}.fa-tooth{--fa:"\f5c9";--fa--fa:"\f5c9\f5c9"}.fa-v{--fa:"\56";--fa--fa:"\56\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6";--fa--fa:"\e2e6\e2e6"}.fa-bicycle{--fa:"\f206";--fa--fa:"\f206\f206"}.fa-staff-snake{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-rod-asclepius{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-rod-snake{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-staff-aesculapius{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-head-side-cough-slash{--fa:"\e062";--fa--fa:"\e062\e062"}.fa-truck-medical{--fa:"\f0f9";--fa--fa:"\f0f9\f0f9"}.fa-ambulance{--fa:"\f0f9";--fa--fa:"\f0f9\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598";--fa--fa:"\e598\e598"}.fa-snowman{--fa:"\f7d0";--fa--fa:"\f7d0\f7d0"}.fa-mortar-pestle{--fa:"\f5a7";--fa--fa:"\f5a7\f5a7"}.fa-road-barrier{--fa:"\e562";--fa--fa:"\e562\e562"}.fa-school{--fa:"\f549";--fa--fa:"\f549\f549"}.fa-igloo{--fa:"\f7ae";--fa--fa:"\f7ae\f7ae"}.fa-joint{--fa:"\f595";--fa--fa:"\f595\f595"}.fa-angle-right{--fa:"\f105";--fa--fa:"\f105\f105"}.fa-horse{--fa:"\f6f0";--fa--fa:"\f6f0\f6f0"}.fa-q{--fa:"\51";--fa--fa:"\51\51"}.fa-g{--fa:"\47";--fa--fa:"\47\47"}.fa-notes-medical{--fa:"\f481";--fa--fa:"\f481\f481"}.fa-temperature-half{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-temperature-2{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-thermometer-2{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-thermometer-half{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-dong-sign{--fa:"\e169";--fa--fa:"\e169\e169"}.fa-capsules{--fa:"\f46b";--fa--fa:"\f46b\f46b"}.fa-poo-storm{--fa:"\f75a";--fa--fa:"\f75a\f75a"}.fa-poo-bolt{--fa:"\f75a";--fa--fa:"\f75a\f75a"}.fa-face-frown-open{--fa:"\f57a";--fa--fa:"\f57a\f57a"}.fa-frown-open{--fa:"\f57a";--fa--fa:"\f57a\f57a"}.fa-hand-point-up{--fa:"\f0a6";--fa--fa:"\f0a6\f0a6"}.fa-money-bill{--fa:"\f0d6";--fa--fa:"\f0d6\f0d6"}.fa-bookmark{--fa:"\f02e";--fa--fa:"\f02e\f02e"}.fa-align-justify{--fa:"\f039";--fa--fa:"\f039\f039"}.fa-umbrella-beach{--fa:"\f5ca";--fa--fa:"\f5ca\f5ca"}.fa-helmet-un{--fa:"\e503";--fa--fa:"\e503\e503"}.fa-bullseye{--fa:"\f140";--fa--fa:"\f140\f140"}.fa-bacon{--fa:"\f7e5";--fa--fa:"\f7e5\f7e5"}.fa-hand-point-down{--fa:"\f0a7";--fa--fa:"\f0a7\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a";--fa--fa:"\e09a\e09a"}.fa-folder{--fa:"\f07b";--fa--fa:"\f07b\f07b"}.fa-folder-blank{--fa:"\f07b";--fa--fa:"\f07b\f07b"}.fa-file-waveform{--fa:"\f478";--fa--fa:"\f478\f478"}.fa-file-medical-alt{--fa:"\f478";--fa--fa:"\f478\f478"}.fa-radiation{--fa:"\f7b9";--fa--fa:"\f7b9\f7b9"}.fa-chart-simple{--fa:"\e473";--fa--fa:"\e473\e473"}.fa-mars-stroke{--fa:"\f229";--fa--fa:"\f229\f229"}.fa-vial{--fa:"\f492";--fa--fa:"\f492\f492"}.fa-gauge{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-dashboard{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-gauge-med{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-tachometer-alt-average{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-wand-magic-sparkles{--fa:"\e2ca";--fa--fa:"\e2ca\e2ca"}.fa-magic-wand-sparkles{--fa:"\e2ca";--fa--fa:"\e2ca\e2ca"}.fa-e{--fa:"\45";--fa--fa:"\45\45"}.fa-pen-clip{--fa:"\f305";--fa--fa:"\f305\f305"}.fa-pen-alt{--fa:"\f305";--fa--fa:"\f305\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca";--fa--fa:"\e4ca\e4ca"}.fa-user{--fa:"\f007";--fa--fa:"\f007\f007"}.fa-school-circle-check{--fa:"\e56b";--fa--fa:"\e56b\e56b"}.fa-dumpster{--fa:"\f793";--fa--fa:"\f793\f793"}.fa-van-shuttle{--fa:"\f5b6";--fa--fa:"\f5b6\f5b6"}.fa-shuttle-van{--fa:"\f5b6";--fa--fa:"\f5b6\f5b6"}.fa-building-user{--fa:"\e4da";--fa--fa:"\e4da\e4da"}.fa-square-caret-left{--fa:"\f191";--fa--fa:"\f191\f191"}.fa-caret-square-left{--fa:"\f191";--fa--fa:"\f191\f191"}.fa-highlighter{--fa:"\f591";--fa--fa:"\f591\f591"}.fa-key{--fa:"\f084";--fa--fa:"\f084\f084"}.fa-bullhorn{--fa:"\f0a1";--fa--fa:"\f0a1\f0a1"}.fa-globe{--fa:"\f0ac";--fa--fa:"\f0ac\f0ac"}.fa-synagogue{--fa:"\f69b";--fa--fa:"\f69b\f69b"}.fa-person-half-dress{--fa:"\e548";--fa--fa:"\e548\e548"}.fa-road-bridge{--fa:"\e563";--fa--fa:"\e563\e563"}.fa-location-arrow{--fa:"\f124";--fa--fa:"\f124\f124"}.fa-c{--fa:"\43";--fa--fa:"\43\43"}.fa-tablet-button{--fa:"\f10a";--fa--fa:"\f10a\f10a"}.fa-building-lock{--fa:"\e4d6";--fa--fa:"\e4d6\e4d6"}.fa-pizza-slice{--fa:"\f818";--fa--fa:"\f818\f818"}.fa-money-bill-wave{--fa:"\f53a";--fa--fa:"\f53a\f53a"}.fa-chart-area{--fa:"\f1fe";--fa--fa:"\f1fe\f1fe"}.fa-area-chart{--fa:"\f1fe";--fa--fa:"\f1fe\f1fe"}.fa-house-flag{--fa:"\e50d";--fa--fa:"\e50d\e50d"}.fa-person-circle-minus{--fa:"\e540";--fa--fa:"\e540\e540"}.fa-ban{--fa:"\f05e";--fa--fa:"\f05e\f05e"}.fa-cancel{--fa:"\f05e";--fa--fa:"\f05e\f05e"}.fa-camera-rotate{--fa:"\e0d8";--fa--fa:"\e0d8\e0d8"}.fa-spray-can-sparkles{--fa:"\f5d0";--fa--fa:"\f5d0\f5d0"}.fa-air-freshener{--fa:"\f5d0";--fa--fa:"\f5d0\f5d0"}.fa-star{--fa:"\f005";--fa--fa:"\f005\f005"}.fa-repeat{--fa:"\f363";--fa--fa:"\f363\f363"}.fa-cross{--fa:"\f654";--fa--fa:"\f654\f654"}.fa-box{--fa:"\f466";--fa--fa:"\f466\f466"}.fa-venus-mars{--fa:"\f228";--fa--fa:"\f228\f228"}.fa-arrow-pointer{--fa:"\f245";--fa--fa:"\f245\f245"}.fa-mouse-pointer{--fa:"\f245";--fa--fa:"\f245\f245"}.fa-maximize{--fa:"\f31e";--fa--fa:"\f31e\f31e"}.fa-expand-arrows-alt{--fa:"\f31e";--fa--fa:"\f31e\f31e"}.fa-charging-station{--fa:"\f5e7";--fa--fa:"\f5e7\f5e7"}.fa-shapes{--fa:"\f61f";--fa--fa:"\f61f\f61f"}.fa-triangle-circle-square{--fa:"\f61f";--fa--fa:"\f61f\f61f"}.fa-shuffle{--fa:"\f074";--fa--fa:"\f074\f074"}.fa-random{--fa:"\f074";--fa--fa:"\f074\f074"}.fa-person-running{--fa:"\f70c";--fa--fa:"\f70c\f70c"}.fa-running{--fa:"\f70c";--fa--fa:"\f70c\f70c"}.fa-mobile-retro{--fa:"\e527";--fa--fa:"\e527\e527"}.fa-grip-lines-vertical{--fa:"\f7a5";--fa--fa:"\f7a5\f7a5"}.fa-spider{--fa:"\f717";--fa--fa:"\f717\f717"}.fa-hands-bound{--fa:"\e4f9";--fa--fa:"\e4f9\e4f9"}.fa-file-invoice-dollar{--fa:"\f571";--fa--fa:"\f571\f571"}.fa-plane-circle-exclamation{--fa:"\e556";--fa--fa:"\e556\e556"}.fa-x-ray{--fa:"\f497";--fa--fa:"\f497\f497"}.fa-spell-check{--fa:"\f891";--fa--fa:"\f891\f891"}.fa-slash{--fa:"\f715";--fa--fa:"\f715\f715"}.fa-computer-mouse{--fa:"\f8cc";--fa--fa:"\f8cc\f8cc"}.fa-mouse{--fa:"\f8cc";--fa--fa:"\f8cc\f8cc"}.fa-arrow-right-to-bracket{--fa:"\f090";--fa--fa:"\f090\f090"}.fa-sign-in{--fa:"\f090";--fa--fa:"\f090\f090"}.fa-shop-slash{--fa:"\e070";--fa--fa:"\e070\e070"}.fa-store-alt-slash{--fa:"\e070";--fa--fa:"\e070\e070"}.fa-server{--fa:"\f233";--fa--fa:"\f233\f233"}.fa-virus-covid-slash{--fa:"\e4a9";--fa--fa:"\e4a9\e4a9"}.fa-shop-lock{--fa:"\e4a5";--fa--fa:"\e4a5\e4a5"}.fa-hourglass-start{--fa:"\f251";--fa--fa:"\f251\f251"}.fa-hourglass-1{--fa:"\f251";--fa--fa:"\f251\f251"}.fa-blender-phone{--fa:"\f6b6";--fa--fa:"\f6b6\f6b6"}.fa-building-wheat{--fa:"\e4db";--fa--fa:"\e4db\e4db"}.fa-person-breastfeeding{--fa:"\e53a";--fa--fa:"\e53a\e53a"}.fa-right-to-bracket{--fa:"\f2f6";--fa--fa:"\f2f6\f2f6"}.fa-sign-in-alt{--fa:"\f2f6";--fa--fa:"\f2f6\f2f6"}.fa-venus{--fa:"\f221";--fa--fa:"\f221\f221"}.fa-passport{--fa:"\f5ab";--fa--fa:"\f5ab\f5ab"}.fa-thumbtack-slash{--fa:"\e68f";--fa--fa:"\e68f\e68f"}.fa-thumb-tack-slash{--fa:"\e68f";--fa--fa:"\e68f\e68f"}.fa-heart-pulse{--fa:"\f21e";--fa--fa:"\f21e\f21e"}.fa-heartbeat{--fa:"\f21e";--fa--fa:"\f21e\f21e"}.fa-people-carry-box{--fa:"\f4ce";--fa--fa:"\f4ce\f4ce"}.fa-people-carry{--fa:"\f4ce";--fa--fa:"\f4ce\f4ce"}.fa-temperature-high{--fa:"\f769";--fa--fa:"\f769\f769"}.fa-microchip{--fa:"\f2db";--fa--fa:"\f2db\f2db"}.fa-crown{--fa:"\f521";--fa--fa:"\f521\f521"}.fa-weight-hanging{--fa:"\f5cd";--fa--fa:"\f5cd\f5cd"}.fa-xmarks-lines{--fa:"\e59a";--fa--fa:"\e59a\e59a"}.fa-file-prescription{--fa:"\f572";--fa--fa:"\f572\f572"}.fa-weight-scale{--fa:"\f496";--fa--fa:"\f496\f496"}.fa-weight{--fa:"\f496";--fa--fa:"\f496\f496"}.fa-user-group{--fa:"\f500";--fa--fa:"\f500\f500"}.fa-user-friends{--fa:"\f500";--fa--fa:"\f500\f500"}.fa-arrow-up-a-z{--fa:"\f15e";--fa--fa:"\f15e\f15e"}.fa-sort-alpha-up{--fa:"\f15e";--fa--fa:"\f15e\f15e"}.fa-chess-knight{--fa:"\f441";--fa--fa:"\f441\f441"}.fa-face-laugh-squint{--fa:"\f59b";--fa--fa:"\f59b\f59b"}.fa-laugh-squint{--fa:"\f59b";--fa--fa:"\f59b\f59b"}.fa-wheelchair{--fa:"\f193";--fa--fa:"\f193\f193"}.fa-circle-arrow-up{--fa:"\f0aa";--fa--fa:"\f0aa\f0aa"}.fa-arrow-circle-up{--fa:"\f0aa";--fa--fa:"\f0aa\f0aa"}.fa-toggle-on{--fa:"\f205";--fa--fa:"\f205\f205"}.fa-person-walking{--fa:"\f554";--fa--fa:"\f554\f554"}.fa-walking{--fa:"\f554";--fa--fa:"\f554\f554"}.fa-l{--fa:"\4c";--fa--fa:"\4c\4c"}.fa-fire{--fa:"\f06d";--fa--fa:"\f06d\f06d"}.fa-bed-pulse{--fa:"\f487";--fa--fa:"\f487\f487"}.fa-procedures{--fa:"\f487";--fa--fa:"\f487\f487"}.fa-shuttle-space{--fa:"\f197";--fa--fa:"\f197\f197"}.fa-space-shuttle{--fa:"\f197";--fa--fa:"\f197\f197"}.fa-face-laugh{--fa:"\f599";--fa--fa:"\f599\f599"}.fa-laugh{--fa:"\f599";--fa--fa:"\f599\f599"}.fa-folder-open{--fa:"\f07c";--fa--fa:"\f07c\f07c"}.fa-heart-circle-plus{--fa:"\e500";--fa--fa:"\e500\e500"}.fa-code-fork{--fa:"\e13b";--fa--fa:"\e13b\e13b"}.fa-city{--fa:"\f64f";--fa--fa:"\f64f\f64f"}.fa-microphone-lines{--fa:"\f3c9";--fa--fa:"\f3c9\f3c9"}.fa-microphone-alt{--fa:"\f3c9";--fa--fa:"\f3c9\f3c9"}.fa-pepper-hot{--fa:"\f816";--fa--fa:"\f816\f816"}.fa-unlock{--fa:"\f09c";--fa--fa:"\f09c\f09c"}.fa-colon-sign{--fa:"\e140";--fa--fa:"\e140\e140"}.fa-headset{--fa:"\f590";--fa--fa:"\f590\f590"}.fa-store-slash{--fa:"\e071";--fa--fa:"\e071\e071"}.fa-road-circle-xmark{--fa:"\e566";--fa--fa:"\e566\e566"}.fa-user-minus{--fa:"\f503";--fa--fa:"\f503\f503"}.fa-mars-stroke-up{--fa:"\f22a";--fa--fa:"\f22a\f22a"}.fa-mars-stroke-v{--fa:"\f22a";--fa--fa:"\f22a\f22a"}.fa-champagne-glasses{--fa:"\f79f";--fa--fa:"\f79f\f79f"}.fa-glass-cheers{--fa:"\f79f";--fa--fa:"\f79f\f79f"}.fa-clipboard{--fa:"\f328";--fa--fa:"\f328\f328"}.fa-house-circle-exclamation{--fa:"\e50a";--fa--fa:"\e50a\e50a"}.fa-file-arrow-up{--fa:"\f574";--fa--fa:"\f574\f574"}.fa-file-upload{--fa:"\f574";--fa--fa:"\f574\f574"}.fa-wifi{--fa:"\f1eb";--fa--fa:"\f1eb\f1eb"}.fa-wifi-3{--fa:"\f1eb";--fa--fa:"\f1eb\f1eb"}.fa-wifi-strong{--fa:"\f1eb";--fa--fa:"\f1eb\f1eb"}.fa-bath{--fa:"\f2cd";--fa--fa:"\f2cd\f2cd"}.fa-bathtub{--fa:"\f2cd";--fa--fa:"\f2cd\f2cd"}.fa-underline{--fa:"\f0cd";--fa--fa:"\f0cd\f0cd"}.fa-user-pen{--fa:"\f4ff";--fa--fa:"\f4ff\f4ff"}.fa-user-edit{--fa:"\f4ff";--fa--fa:"\f4ff\f4ff"}.fa-signature{--fa:"\f5b7";--fa--fa:"\f5b7\f5b7"}.fa-stroopwafel{--fa:"\f551";--fa--fa:"\f551\f551"}.fa-bold{--fa:"\f032";--fa--fa:"\f032\f032"}.fa-anchor-lock{--fa:"\e4ad";--fa--fa:"\e4ad\e4ad"}.fa-building-ngo{--fa:"\e4d7";--fa--fa:"\e4d7\e4d7"}.fa-manat-sign{--fa:"\e1d5";--fa--fa:"\e1d5\e1d5"}.fa-not-equal{--fa:"\f53e";--fa--fa:"\f53e\f53e"}.fa-border-top-left{--fa:"\f853";--fa--fa:"\f853\f853"}.fa-border-style{--fa:"\f853";--fa--fa:"\f853\f853"}.fa-map-location-dot{--fa:"\f5a0";--fa--fa:"\f5a0\f5a0"}.fa-map-marked-alt{--fa:"\f5a0";--fa--fa:"\f5a0\f5a0"}.fa-jedi{--fa:"\f669";--fa--fa:"\f669\f669"}.fa-square-poll-vertical{--fa:"\f681";--fa--fa:"\f681\f681"}.fa-poll{--fa:"\f681";--fa--fa:"\f681\f681"}.fa-mug-hot{--fa:"\f7b6";--fa--fa:"\f7b6\f7b6"}.fa-car-battery{--fa:"\f5df";--fa--fa:"\f5df\f5df"}.fa-battery-car{--fa:"\f5df";--fa--fa:"\f5df\f5df"}.fa-gift{--fa:"\f06b";--fa--fa:"\f06b\f06b"}.fa-dice-two{--fa:"\f528";--fa--fa:"\f528\f528"}.fa-chess-queen{--fa:"\f445";--fa--fa:"\f445\f445"}.fa-glasses{--fa:"\f530";--fa--fa:"\f530\f530"}.fa-chess-board{--fa:"\f43c";--fa--fa:"\f43c\f43c"}.fa-building-circle-check{--fa:"\e4d2";--fa--fa:"\e4d2\e4d2"}.fa-person-chalkboard{--fa:"\e53d";--fa--fa:"\e53d\e53d"}.fa-mars-stroke-right{--fa:"\f22b";--fa--fa:"\f22b\f22b"}.fa-mars-stroke-h{--fa:"\f22b";--fa--fa:"\f22b\f22b"}.fa-hand-back-fist{--fa:"\f255";--fa--fa:"\f255\f255"}.fa-hand-rock{--fa:"\f255";--fa--fa:"\f255\f255"}.fa-square-caret-up{--fa:"\f151";--fa--fa:"\f151\f151"}.fa-caret-square-up{--fa:"\f151";--fa--fa:"\f151\f151"}.fa-cloud-showers-water{--fa:"\e4e4";--fa--fa:"\e4e4\e4e4"}.fa-chart-bar{--fa:"\f080";--fa--fa:"\f080\f080"}.fa-bar-chart{--fa:"\f080";--fa--fa:"\f080\f080"}.fa-hands-bubbles{--fa:"\e05e";--fa--fa:"\e05e\e05e"}.fa-hands-wash{--fa:"\e05e";--fa--fa:"\e05e\e05e"}.fa-less-than-equal{--fa:"\f537";--fa--fa:"\f537\f537"}.fa-train{--fa:"\f238";--fa--fa:"\f238\f238"}.fa-eye-low-vision{--fa:"\f2a8";--fa--fa:"\f2a8\f2a8"}.fa-low-vision{--fa:"\f2a8";--fa--fa:"\f2a8\f2a8"}.fa-crow{--fa:"\f520";--fa--fa:"\f520\f520"}.fa-sailboat{--fa:"\e445";--fa--fa:"\e445\e445"}.fa-window-restore{--fa:"\f2d2";--fa--fa:"\f2d2\f2d2"}.fa-square-plus{--fa:"\f0fe";--fa--fa:"\f0fe\f0fe"}.fa-plus-square{--fa:"\f0fe";--fa--fa:"\f0fe\f0fe"}.fa-torii-gate{--fa:"\f6a1";--fa--fa:"\f6a1\f6a1"}.fa-frog{--fa:"\f52e";--fa--fa:"\f52e\f52e"}.fa-bucket{--fa:"\e4cf";--fa--fa:"\e4cf\e4cf"}.fa-image{--fa:"\f03e";--fa--fa:"\f03e\f03e"}.fa-microphone{--fa:"\f130";--fa--fa:"\f130\f130"}.fa-cow{--fa:"\f6c8";--fa--fa:"\f6c8\f6c8"}.fa-caret-up{--fa:"\f0d8";--fa--fa:"\f0d8\f0d8"}.fa-screwdriver{--fa:"\f54a";--fa--fa:"\f54a\f54a"}.fa-folder-closed{--fa:"\e185";--fa--fa:"\e185\e185"}.fa-house-tsunami{--fa:"\e515";--fa--fa:"\e515\e515"}.fa-square-nfi{--fa:"\e576";--fa--fa:"\e576\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5";--fa--fa:"\e4b5\e4b5"}.fa-martini-glass{--fa:"\f57b";--fa--fa:"\f57b\f57b"}.fa-glass-martini-alt{--fa:"\f57b";--fa--fa:"\f57b\f57b"}.fa-square-binary{--fa:"\e69b";--fa--fa:"\e69b\e69b"}.fa-rotate-left{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-rotate-back{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-rotate-backward{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-undo-alt{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-table-columns{--fa:"\f0db";--fa--fa:"\f0db\f0db"}.fa-columns{--fa:"\f0db";--fa--fa:"\f0db\f0db"}.fa-lemon{--fa:"\f094";--fa--fa:"\f094\f094"}.fa-head-side-mask{--fa:"\e063";--fa--fa:"\e063\e063"}.fa-handshake{--fa:"\f2b5";--fa--fa:"\f2b5\f2b5"}.fa-gem{--fa:"\f3a5";--fa--fa:"\f3a5\f3a5"}.fa-dolly{--fa:"\f472";--fa--fa:"\f472\f472"}.fa-dolly-box{--fa:"\f472";--fa--fa:"\f472\f472"}.fa-smoking{--fa:"\f48d";--fa--fa:"\f48d\f48d"}.fa-minimize{--fa:"\f78c";--fa--fa:"\f78c\f78c"}.fa-compress-arrows-alt{--fa:"\f78c";--fa--fa:"\f78c\f78c"}.fa-monument{--fa:"\f5a6";--fa--fa:"\f5a6\f5a6"}.fa-snowplow{--fa:"\f7d2";--fa--fa:"\f7d2\f7d2"}.fa-angles-right{--fa:"\f101";--fa--fa:"\f101\f101"}.fa-angle-double-right{--fa:"\f101";--fa--fa:"\f101\f101"}.fa-cannabis{--fa:"\f55f";--fa--fa:"\f55f\f55f"}.fa-circle-play{--fa:"\f144";--fa--fa:"\f144\f144"}.fa-play-circle{--fa:"\f144";--fa--fa:"\f144\f144"}.fa-tablets{--fa:"\f490";--fa--fa:"\f490\f490"}.fa-ethernet{--fa:"\f796";--fa--fa:"\f796\f796"}.fa-euro-sign{--fa:"\f153";--fa--fa:"\f153\f153"}.fa-eur{--fa:"\f153";--fa--fa:"\f153\f153"}.fa-euro{--fa:"\f153";--fa--fa:"\f153\f153"}.fa-chair{--fa:"\f6c0";--fa--fa:"\f6c0\f6c0"}.fa-circle-check{--fa:"\f058";--fa--fa:"\f058\f058"}.fa-check-circle{--fa:"\f058";--fa--fa:"\f058\f058"}.fa-circle-stop{--fa:"\f28d";--fa--fa:"\f28d\f28d"}.fa-stop-circle{--fa:"\f28d";--fa--fa:"\f28d\f28d"}.fa-compass-drafting{--fa:"\f568";--fa--fa:"\f568\f568"}.fa-drafting-compass{--fa:"\f568";--fa--fa:"\f568\f568"}.fa-plate-wheat{--fa:"\e55a";--fa--fa:"\e55a\e55a"}.fa-icicles{--fa:"\f7ad";--fa--fa:"\f7ad\f7ad"}.fa-person-shelter{--fa:"\e54f";--fa--fa:"\e54f\e54f"}.fa-neuter{--fa:"\f22c";--fa--fa:"\f22c\f22c"}.fa-id-badge{--fa:"\f2c1";--fa--fa:"\f2c1\f2c1"}.fa-marker{--fa:"\f5a1";--fa--fa:"\f5a1\f5a1"}.fa-face-laugh-beam{--fa:"\f59a";--fa--fa:"\f59a\f59a"}.fa-laugh-beam{--fa:"\f59a";--fa--fa:"\f59a\f59a"}.fa-helicopter-symbol{--fa:"\e502";--fa--fa:"\e502\e502"}.fa-universal-access{--fa:"\f29a";--fa--fa:"\f29a\f29a"}.fa-circle-chevron-up{--fa:"\f139";--fa--fa:"\f139\f139"}.fa-chevron-circle-up{--fa:"\f139";--fa--fa:"\f139\f139"}.fa-lari-sign{--fa:"\e1c8";--fa--fa:"\e1c8\e1c8"}.fa-volcano{--fa:"\f770";--fa--fa:"\f770\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553";--fa--fa:"\e553\e553"}.fa-sterling-sign{--fa:"\f154";--fa--fa:"\f154\f154"}.fa-gbp{--fa:"\f154";--fa--fa:"\f154\f154"}.fa-pound-sign{--fa:"\f154";--fa--fa:"\f154\f154"}.fa-viruses{--fa:"\e076";--fa--fa:"\e076\e076"}.fa-square-person-confined{--fa:"\e577";--fa--fa:"\e577\e577"}.fa-user-tie{--fa:"\f508";--fa--fa:"\f508\f508"}.fa-arrow-down-long{--fa:"\f175";--fa--fa:"\f175\f175"}.fa-long-arrow-down{--fa:"\f175";--fa--fa:"\f175\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e";--fa--fa:"\e57e\e57e"}.fa-certificate{--fa:"\f0a3";--fa--fa:"\f0a3\f0a3"}.fa-reply-all{--fa:"\f122";--fa--fa:"\f122\f122"}.fa-mail-reply-all{--fa:"\f122";--fa--fa:"\f122\f122"}.fa-suitcase{--fa:"\f0f2";--fa--fa:"\f0f2\f0f2"}.fa-person-skating{--fa:"\f7c5";--fa--fa:"\f7c5\f7c5"}.fa-skating{--fa:"\f7c5";--fa--fa:"\f7c5\f7c5"}.fa-filter-circle-dollar{--fa:"\f662";--fa--fa:"\f662\f662"}.fa-funnel-dollar{--fa:"\f662";--fa--fa:"\f662\f662"}.fa-camera-retro{--fa:"\f083";--fa--fa:"\f083\f083"}.fa-circle-arrow-down{--fa:"\f0ab";--fa--fa:"\f0ab\f0ab"}.fa-arrow-circle-down{--fa:"\f0ab";--fa--fa:"\f0ab\f0ab"}.fa-file-import{--fa:"\f56f";--fa--fa:"\f56f\f56f"}.fa-arrow-right-to-file{--fa:"\f56f";--fa--fa:"\f56f\f56f"}.fa-square-arrow-up-right{--fa:"\f14c";--fa--fa:"\f14c\f14c"}.fa-external-link-square{--fa:"\f14c";--fa--fa:"\f14c\f14c"}.fa-box-open{--fa:"\f49e";--fa--fa:"\f49e\f49e"}.fa-scroll{--fa:"\f70e";--fa--fa:"\f70e\f70e"}.fa-spa{--fa:"\f5bb";--fa--fa:"\f5bb\f5bb"}.fa-location-pin-lock{--fa:"\e51f";--fa--fa:"\e51f\e51f"}.fa-pause{--fa:"\f04c";--fa--fa:"\f04c\f04c"}.fa-hill-avalanche{--fa:"\e507";--fa--fa:"\e507\e507"}.fa-temperature-empty{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-temperature-0{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-thermometer-0{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-thermometer-empty{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-bomb{--fa:"\f1e2";--fa--fa:"\f1e2\f1e2"}.fa-registered{--fa:"\f25d";--fa--fa:"\f25d\f25d"}.fa-address-card{--fa:"\f2bb";--fa--fa:"\f2bb\f2bb"}.fa-contact-card{--fa:"\f2bb";--fa--fa:"\f2bb\f2bb"}.fa-vcard{--fa:"\f2bb";--fa--fa:"\f2bb\f2bb"}.fa-scale-unbalanced-flip{--fa:"\f516";--fa--fa:"\f516\f516"}.fa-balance-scale-right{--fa:"\f516";--fa--fa:"\f516\f516"}.fa-subscript{--fa:"\f12c";--fa--fa:"\f12c\f12c"}.fa-diamond-turn-right{--fa:"\f5eb";--fa--fa:"\f5eb\f5eb"}.fa-directions{--fa:"\f5eb";--fa--fa:"\f5eb\f5eb"}.fa-burst{--fa:"\e4dc";--fa--fa:"\e4dc\e4dc"}.fa-house-laptop{--fa:"\e066";--fa--fa:"\e066\e066"}.fa-laptop-house{--fa:"\e066";--fa--fa:"\e066\e066"}.fa-face-tired{--fa:"\f5c8";--fa--fa:"\f5c8\f5c8"}.fa-tired{--fa:"\f5c8";--fa--fa:"\f5c8\f5c8"}.fa-money-bills{--fa:"\e1f3";--fa--fa:"\e1f3\e1f3"}.fa-smog{--fa:"\f75f";--fa--fa:"\f75f\f75f"}.fa-crutch{--fa:"\f7f7";--fa--fa:"\f7f7\f7f7"}.fa-cloud-arrow-up{--fa:"\f0ee";--fa--fa:"\f0ee\f0ee"}.fa-cloud-upload{--fa:"\f0ee";--fa--fa:"\f0ee\f0ee"}.fa-cloud-upload-alt{--fa:"\f0ee";--fa--fa:"\f0ee\f0ee"}.fa-palette{--fa:"\f53f";--fa--fa:"\f53f\f53f"}.fa-arrows-turn-right{--fa:"\e4c0";--fa--fa:"\e4c0\e4c0"}.fa-vest{--fa:"\e085";--fa--fa:"\e085\e085"}.fa-ferry{--fa:"\e4ea";--fa--fa:"\e4ea\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9";--fa--fa:"\e4b9\e4b9"}.fa-seedling{--fa:"\f4d8";--fa--fa:"\f4d8\f4d8"}.fa-sprout{--fa:"\f4d8";--fa--fa:"\f4d8\f4d8"}.fa-left-right{--fa:"\f337";--fa--fa:"\f337\f337"}.fa-arrows-alt-h{--fa:"\f337";--fa--fa:"\f337\f337"}.fa-boxes-packing{--fa:"\e4c7";--fa--fa:"\e4c7\e4c7"}.fa-circle-arrow-left{--fa:"\f0a8";--fa--fa:"\f0a8\f0a8"}.fa-arrow-circle-left{--fa:"\f0a8";--fa--fa:"\f0a8\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6";--fa--fa:"\e4f6\e4f6"}.fa-bowl-food{--fa:"\e4c6";--fa--fa:"\e4c6\e4c6"}.fa-candy-cane{--fa:"\f786";--fa--fa:"\f786\f786"}.fa-arrow-down-wide-short{--fa:"\f160";--fa--fa:"\f160\f160"}.fa-sort-amount-asc{--fa:"\f160";--fa--fa:"\f160\f160"}.fa-sort-amount-down{--fa:"\f160";--fa--fa:"\f160\f160"}.fa-cloud-bolt{--fa:"\f76c";--fa--fa:"\f76c\f76c"}.fa-thunderstorm{--fa:"\f76c";--fa--fa:"\f76c\f76c"}.fa-text-slash{--fa:"\f87d";--fa--fa:"\f87d\f87d"}.fa-remove-format{--fa:"\f87d";--fa--fa:"\f87d\f87d"}.fa-face-smile-wink{--fa:"\f4da";--fa--fa:"\f4da\f4da"}.fa-smile-wink{--fa:"\f4da";--fa--fa:"\f4da\f4da"}.fa-file-word{--fa:"\f1c2";--fa--fa:"\f1c2\f1c2"}.fa-file-powerpoint{--fa:"\f1c4";--fa--fa:"\f1c4\f1c4"}.fa-arrows-left-right{--fa:"\f07e";--fa--fa:"\f07e\f07e"}.fa-arrows-h{--fa:"\f07e";--fa--fa:"\f07e\f07e"}.fa-house-lock{--fa:"\e510";--fa--fa:"\e510\e510"}.fa-cloud-arrow-down{--fa:"\f0ed";--fa--fa:"\f0ed\f0ed"}.fa-cloud-download{--fa:"\f0ed";--fa--fa:"\f0ed\f0ed"}.fa-cloud-download-alt{--fa:"\f0ed";--fa--fa:"\f0ed\f0ed"}.fa-children{--fa:"\e4e1";--fa--fa:"\e4e1\e4e1"}.fa-chalkboard{--fa:"\f51b";--fa--fa:"\f51b\f51b"}.fa-blackboard{--fa:"\f51b";--fa--fa:"\f51b\f51b"}.fa-user-large-slash{--fa:"\f4fa";--fa--fa:"\f4fa\f4fa"}.fa-user-alt-slash{--fa:"\f4fa";--fa--fa:"\f4fa\f4fa"}.fa-envelope-open{--fa:"\f2b6";--fa--fa:"\f2b6\f2b6"}.fa-handshake-simple-slash{--fa:"\e05f";--fa--fa:"\e05f\e05f"}.fa-handshake-alt-slash{--fa:"\e05f";--fa--fa:"\e05f\e05f"}.fa-mattress-pillow{--fa:"\e525";--fa--fa:"\e525\e525"}.fa-guarani-sign{--fa:"\e19a";--fa--fa:"\e19a\e19a"}.fa-arrows-rotate{--fa:"\f021";--fa--fa:"\f021\f021"}.fa-refresh{--fa:"\f021";--fa--fa:"\f021\f021"}.fa-sync{--fa:"\f021";--fa--fa:"\f021\f021"}.fa-fire-extinguisher{--fa:"\f134";--fa--fa:"\f134\f134"}.fa-cruzeiro-sign{--fa:"\e152";--fa--fa:"\e152\e152"}.fa-greater-than-equal{--fa:"\f532";--fa--fa:"\f532\f532"}.fa-shield-halved{--fa:"\f3ed";--fa--fa:"\f3ed\f3ed"}.fa-shield-alt{--fa:"\f3ed";--fa--fa:"\f3ed\f3ed"}.fa-book-atlas{--fa:"\f558";--fa--fa:"\f558\f558"}.fa-atlas{--fa:"\f558";--fa--fa:"\f558\f558"}.fa-virus{--fa:"\e074";--fa--fa:"\e074\e074"}.fa-envelope-circle-check{--fa:"\e4e8";--fa--fa:"\e4e8\e4e8"}.fa-layer-group{--fa:"\f5fd";--fa--fa:"\f5fd\f5fd"}.fa-arrows-to-dot{--fa:"\e4be";--fa--fa:"\e4be\e4be"}.fa-archway{--fa:"\f557";--fa--fa:"\f557\f557"}.fa-heart-circle-check{--fa:"\e4fd";--fa--fa:"\e4fd\e4fd"}.fa-house-chimney-crack{--fa:"\f6f1";--fa--fa:"\f6f1\f6f1"}.fa-house-damage{--fa:"\f6f1";--fa--fa:"\f6f1\f6f1"}.fa-file-zipper{--fa:"\f1c6";--fa--fa:"\f1c6\f1c6"}.fa-file-archive{--fa:"\f1c6";--fa--fa:"\f1c6\f1c6"}.fa-square{--fa:"\f0c8";--fa--fa:"\f0c8\f0c8"}.fa-martini-glass-empty{--fa:"\f000";--fa--fa:"\f000\f000"}.fa-glass-martini{--fa:"\f000";--fa--fa:"\f000\f000"}.fa-couch{--fa:"\f4b8";--fa--fa:"\f4b8\f4b8"}.fa-cedi-sign{--fa:"\e0df";--fa--fa:"\e0df\e0df"}.fa-italic{--fa:"\f033";--fa--fa:"\f033\f033"}.fa-table-cells-column-lock{--fa:"\e678";--fa--fa:"\e678\e678"}.fa-church{--fa:"\f51d";--fa--fa:"\f51d\f51d"}.fa-comments-dollar{--fa:"\f653";--fa--fa:"\f653\f653"}.fa-democrat{--fa:"\f747";--fa--fa:"\f747\f747"}.fa-z{--fa:"\5a";--fa--fa:"\5a\5a"}.fa-person-skiing{--fa:"\f7c9";--fa--fa:"\f7c9\f7c9"}.fa-skiing{--fa:"\f7c9";--fa--fa:"\f7c9\f7c9"}.fa-road-lock{--fa:"\e567";--fa--fa:"\e567\e567"}.fa-a{--fa:"\41";--fa--fa:"\41\41"}.fa-temperature-arrow-down{--fa:"\e03f";--fa--fa:"\e03f\e03f"}.fa-temperature-down{--fa:"\e03f";--fa--fa:"\e03f\e03f"}.fa-feather-pointed{--fa:"\f56b";--fa--fa:"\f56b\f56b"}.fa-feather-alt{--fa:"\f56b";--fa--fa:"\f56b\f56b"}.fa-p{--fa:"\50";--fa--fa:"\50\50"}.fa-snowflake{--fa:"\f2dc";--fa--fa:"\f2dc\f2dc"}.fa-newspaper{--fa:"\f1ea";--fa--fa:"\f1ea\f1ea"}.fa-rectangle-ad{--fa:"\f641";--fa--fa:"\f641\f641"}.fa-ad{--fa:"\f641";--fa--fa:"\f641\f641"}.fa-circle-arrow-right{--fa:"\f0a9";--fa--fa:"\f0a9\f0a9"}.fa-arrow-circle-right{--fa:"\f0a9";--fa--fa:"\f0a9\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b";--fa--fa:"\e17b\e17b"}.fa-locust{--fa:"\e520";--fa--fa:"\e520\e520"}.fa-sort{--fa:"\f0dc";--fa--fa:"\f0dc\f0dc"}.fa-unsorted{--fa:"\f0dc";--fa--fa:"\f0dc\f0dc"}.fa-list-ol{--fa:"\f0cb";--fa--fa:"\f0cb\f0cb"}.fa-list-1-2{--fa:"\f0cb";--fa--fa:"\f0cb\f0cb"}.fa-list-numeric{--fa:"\f0cb";--fa--fa:"\f0cb\f0cb"}.fa-person-dress-burst{--fa:"\e544";--fa--fa:"\e544\e544"}.fa-money-check-dollar{--fa:"\f53d";--fa--fa:"\f53d\f53d"}.fa-money-check-alt{--fa:"\f53d";--fa--fa:"\f53d\f53d"}.fa-vector-square{--fa:"\f5cb";--fa--fa:"\f5cb\f5cb"}.fa-bread-slice{--fa:"\f7ec";--fa--fa:"\f7ec\f7ec"}.fa-language{--fa:"\f1ab";--fa--fa:"\f1ab\f1ab"}.fa-face-kiss-wink-heart{--fa:"\f598";--fa--fa:"\f598\f598"}.fa-kiss-wink-heart{--fa:"\f598";--fa--fa:"\f598\f598"}.fa-filter{--fa:"\f0b0";--fa--fa:"\f0b0\f0b0"}.fa-question{--fa:"\3f";--fa--fa:"\3f\3f"}.fa-file-signature{--fa:"\f573";--fa--fa:"\f573\f573"}.fa-up-down-left-right{--fa:"\f0b2";--fa--fa:"\f0b2\f0b2"}.fa-arrows-alt{--fa:"\f0b2";--fa--fa:"\f0b2\f0b2"}.fa-house-chimney-user{--fa:"\e065";--fa--fa:"\e065\e065"}.fa-hand-holding-heart{--fa:"\f4be";--fa--fa:"\f4be\f4be"}.fa-puzzle-piece{--fa:"\f12e";--fa--fa:"\f12e\f12e"}.fa-money-check{--fa:"\f53c";--fa--fa:"\f53c\f53c"}.fa-star-half-stroke{--fa:"\f5c0";--fa--fa:"\f5c0\f5c0"}.fa-star-half-alt{--fa:"\f5c0";--fa--fa:"\f5c0\f5c0"}.fa-code{--fa:"\f121";--fa--fa:"\f121\f121"}.fa-whiskey-glass{--fa:"\f7a0";--fa--fa:"\f7a0\f7a0"}.fa-glass-whiskey{--fa:"\f7a0";--fa--fa:"\f7a0\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3";--fa--fa:"\e4d3\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522";--fa--fa:"\e522\e522"}.fa-arrow-up-right-from-square{--fa:"\f08e";--fa--fa:"\f08e\f08e"}.fa-external-link{--fa:"\f08e";--fa--fa:"\f08e\f08e"}.fa-cubes-stacked{--fa:"\e4e6";--fa--fa:"\e4e6\e4e6"}.fa-won-sign{--fa:"\f159";--fa--fa:"\f159\f159"}.fa-krw{--fa:"\f159";--fa--fa:"\f159\f159"}.fa-won{--fa:"\f159";--fa--fa:"\f159\f159"}.fa-virus-covid{--fa:"\e4a8";--fa--fa:"\e4a8\e4a8"}.fa-austral-sign{--fa:"\e0a9";--fa--fa:"\e0a9\e0a9"}.fa-f{--fa:"\46";--fa--fa:"\46\46"}.fa-leaf{--fa:"\f06c";--fa--fa:"\f06c\f06c"}.fa-road{--fa:"\f018";--fa--fa:"\f018\f018"}.fa-taxi{--fa:"\f1ba";--fa--fa:"\f1ba\f1ba"}.fa-cab{--fa:"\f1ba";--fa--fa:"\f1ba\f1ba"}.fa-person-circle-plus{--fa:"\e541";--fa--fa:"\e541\e541"}.fa-chart-pie{--fa:"\f200";--fa--fa:"\f200\f200"}.fa-pie-chart{--fa:"\f200";--fa--fa:"\f200\f200"}.fa-bolt-lightning{--fa:"\e0b7";--fa--fa:"\e0b7\e0b7"}.fa-sack-xmark{--fa:"\e56a";--fa--fa:"\e56a\e56a"}.fa-file-excel{--fa:"\f1c3";--fa--fa:"\f1c3\f1c3"}.fa-file-contract{--fa:"\f56c";--fa--fa:"\f56c\f56c"}.fa-fish-fins{--fa:"\e4f2";--fa--fa:"\e4f2\e4f2"}.fa-building-flag{--fa:"\e4d5";--fa--fa:"\e4d5\e4d5"}.fa-face-grin-beam{--fa:"\f582";--fa--fa:"\f582\f582"}.fa-grin-beam{--fa:"\f582";--fa--fa:"\f582\f582"}.fa-object-ungroup{--fa:"\f248";--fa--fa:"\f248\f248"}.fa-poop{--fa:"\f619";--fa--fa:"\f619\f619"}.fa-location-pin{--fa:"\f041";--fa--fa:"\f041\f041"}.fa-map-marker{--fa:"\f041";--fa--fa:"\f041\f041"}.fa-kaaba{--fa:"\f66b";--fa--fa:"\f66b\f66b"}.fa-toilet-paper{--fa:"\f71e";--fa--fa:"\f71e\f71e"}.fa-helmet-safety{--fa:"\f807";--fa--fa:"\f807\f807"}.fa-hard-hat{--fa:"\f807";--fa--fa:"\f807\f807"}.fa-hat-hard{--fa:"\f807";--fa--fa:"\f807\f807"}.fa-eject{--fa:"\f052";--fa--fa:"\f052\f052"}.fa-circle-right{--fa:"\f35a";--fa--fa:"\f35a\f35a"}.fa-arrow-alt-circle-right{--fa:"\f35a";--fa--fa:"\f35a\f35a"}.fa-plane-circle-check{--fa:"\e555";--fa--fa:"\e555\e555"}.fa-face-rolling-eyes{--fa:"\f5a5";--fa--fa:"\f5a5\f5a5"}.fa-meh-rolling-eyes{--fa:"\f5a5";--fa--fa:"\f5a5\f5a5"}.fa-object-group{--fa:"\f247";--fa--fa:"\f247\f247"}.fa-chart-line{--fa:"\f201";--fa--fa:"\f201\f201"}.fa-line-chart{--fa:"\f201";--fa--fa:"\f201\f201"}.fa-mask-ventilator{--fa:"\e524";--fa--fa:"\e524\e524"}.fa-arrow-right{--fa:"\f061";--fa--fa:"\f061\f061"}.fa-signs-post{--fa:"\f277";--fa--fa:"\f277\f277"}.fa-map-signs{--fa:"\f277";--fa--fa:"\f277\f277"}.fa-cash-register{--fa:"\f788";--fa--fa:"\f788\f788"}.fa-person-circle-question{--fa:"\e542";--fa--fa:"\e542\e542"}.fa-h{--fa:"\48";--fa--fa:"\48\48"}.fa-tarp{--fa:"\e57b";--fa--fa:"\e57b\e57b"}.fa-screwdriver-wrench{--fa:"\f7d9";--fa--fa:"\f7d9\f7d9"}.fa-tools{--fa:"\f7d9";--fa--fa:"\f7d9\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf";--fa--fa:"\e4bf\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b";--fa--fa:"\e55b\e55b"}.fa-heart{--fa:"\f004";--fa--fa:"\f004\f004"}.fa-mars-and-venus{--fa:"\f224";--fa--fa:"\f224\f224"}.fa-house-user{--fa:"\e1b0";--fa--fa:"\e1b0\e1b0"}.fa-home-user{--fa:"\e1b0";--fa--fa:"\e1b0\e1b0"}.fa-dumpster-fire{--fa:"\f794";--fa--fa:"\f794\f794"}.fa-house-crack{--fa:"\e3b1";--fa--fa:"\e3b1\e3b1"}.fa-martini-glass-citrus{--fa:"\f561";--fa--fa:"\f561\f561"}.fa-cocktail{--fa:"\f561";--fa--fa:"\f561\f561"}.fa-face-surprise{--fa:"\f5c2";--fa--fa:"\f5c2\f5c2"}.fa-surprise{--fa:"\f5c2";--fa--fa:"\f5c2\f5c2"}.fa-bottle-water{--fa:"\e4c5";--fa--fa:"\e4c5\e4c5"}.fa-circle-pause{--fa:"\f28b";--fa--fa:"\f28b\f28b"}.fa-pause-circle{--fa:"\f28b";--fa--fa:"\f28b\f28b"}.fa-toilet-paper-slash{--fa:"\e072";--fa--fa:"\e072\e072"}.fa-apple-whole{--fa:"\f5d1";--fa--fa:"\f5d1\f5d1"}.fa-apple-alt{--fa:"\f5d1";--fa--fa:"\f5d1\f5d1"}.fa-kitchen-set{--fa:"\e51a";--fa--fa:"\e51a\e51a"}.fa-r{--fa:"\52";--fa--fa:"\52\52"}.fa-temperature-quarter{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-temperature-1{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-thermometer-1{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-thermometer-quarter{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-cube{--fa:"\f1b2";--fa--fa:"\f1b2\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4";--fa--fa:"\e0b4\e0b4"}.fa-shield-dog{--fa:"\e573";--fa--fa:"\e573\e573"}.fa-solar-panel{--fa:"\f5ba";--fa--fa:"\f5ba\f5ba"}.fa-lock-open{--fa:"\f3c1";--fa--fa:"\f3c1\f3c1"}.fa-elevator{--fa:"\e16d";--fa--fa:"\e16d\e16d"}.fa-money-bill-transfer{--fa:"\e528";--fa--fa:"\e528\e528"}.fa-money-bill-trend-up{--fa:"\e529";--fa--fa:"\e529\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f";--fa--fa:"\e50f\e50f"}.fa-square-poll-horizontal{--fa:"\f682";--fa--fa:"\f682\f682"}.fa-poll-h{--fa:"\f682";--fa--fa:"\f682\f682"}.fa-circle{--fa:"\f111";--fa--fa:"\f111\f111"}.fa-backward-fast{--fa:"\f049";--fa--fa:"\f049\f049"}.fa-fast-backward{--fa:"\f049";--fa--fa:"\f049\f049"}.fa-recycle{--fa:"\f1b8";--fa--fa:"\f1b8\f1b8"}.fa-user-astronaut{--fa:"\f4fb";--fa--fa:"\f4fb\f4fb"}.fa-plane-slash{--fa:"\e069";--fa--fa:"\e069\e069"}.fa-trademark{--fa:"\f25c";--fa--fa:"\f25c\f25c"}.fa-basketball{--fa:"\f434";--fa--fa:"\f434\f434"}.fa-basketball-ball{--fa:"\f434";--fa--fa:"\f434\f434"}.fa-satellite-dish{--fa:"\f7c0";--fa--fa:"\f7c0\f7c0"}.fa-circle-up{--fa:"\f35b";--fa--fa:"\f35b\f35b"}.fa-arrow-alt-circle-up{--fa:"\f35b";--fa--fa:"\f35b\f35b"}.fa-mobile-screen-button{--fa:"\f3cd";--fa--fa:"\f3cd\f3cd"}.fa-mobile-alt{--fa:"\f3cd";--fa--fa:"\f3cd\f3cd"}.fa-volume-high{--fa:"\f028";--fa--fa:"\f028\f028"}.fa-volume-up{--fa:"\f028";--fa--fa:"\f028\f028"}.fa-users-rays{--fa:"\e593";--fa--fa:"\e593\e593"}.fa-wallet{--fa:"\f555";--fa--fa:"\f555\f555"}.fa-clipboard-check{--fa:"\f46c";--fa--fa:"\f46c\f46c"}.fa-file-audio{--fa:"\f1c7";--fa--fa:"\f1c7\f1c7"}.fa-burger{--fa:"\f805";--fa--fa:"\f805\f805"}.fa-hamburger{--fa:"\f805";--fa--fa:"\f805\f805"}.fa-wrench{--fa:"\f0ad";--fa--fa:"\f0ad\f0ad"}.fa-bugs{--fa:"\e4d0";--fa--fa:"\e4d0\e4d0"}.fa-rupee-sign{--fa:"\f156";--fa--fa:"\f156\f156"}.fa-rupee{--fa:"\f156";--fa--fa:"\f156\f156"}.fa-file-image{--fa:"\f1c5";--fa--fa:"\f1c5\f1c5"}.fa-circle-question{--fa:"\f059";--fa--fa:"\f059\f059"}.fa-question-circle{--fa:"\f059";--fa--fa:"\f059\f059"}.fa-plane-departure{--fa:"\f5b0";--fa--fa:"\f5b0\f5b0"}.fa-handshake-slash{--fa:"\e060";--fa--fa:"\e060\e060"}.fa-book-bookmark{--fa:"\e0bb";--fa--fa:"\e0bb\e0bb"}.fa-code-branch{--fa:"\f126";--fa--fa:"\f126\f126"}.fa-hat-cowboy{--fa:"\f8c0";--fa--fa:"\f8c0\f8c0"}.fa-bridge{--fa:"\e4c8";--fa--fa:"\e4c8\e4c8"}.fa-phone-flip{--fa:"\f879";--fa--fa:"\f879\f879"}.fa-phone-alt{--fa:"\f879";--fa--fa:"\f879\f879"}.fa-truck-front{--fa:"\e2b7";--fa--fa:"\e2b7\e2b7"}.fa-cat{--fa:"\f6be";--fa--fa:"\f6be\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab";--fa--fa:"\e4ab\e4ab"}.fa-truck-field{--fa:"\e58d";--fa--fa:"\e58d\e58d"}.fa-route{--fa:"\f4d7";--fa--fa:"\f4d7\f4d7"}.fa-clipboard-question{--fa:"\e4e3";--fa--fa:"\e4e3\e4e3"}.fa-panorama{--fa:"\e209";--fa--fa:"\e209\e209"}.fa-comment-medical{--fa:"\f7f5";--fa--fa:"\f7f5\f7f5"}.fa-teeth-open{--fa:"\f62f";--fa--fa:"\f62f\f62f"}.fa-file-circle-minus{--fa:"\e4ed";--fa--fa:"\e4ed\e4ed"}.fa-tags{--fa:"\f02c";--fa--fa:"\f02c\f02c"}.fa-wine-glass{--fa:"\f4e3";--fa--fa:"\f4e3\f4e3"}.fa-forward-fast{--fa:"\f050";--fa--fa:"\f050\f050"}.fa-fast-forward{--fa:"\f050";--fa--fa:"\f050\f050"}.fa-face-meh-blank{--fa:"\f5a4";--fa--fa:"\f5a4\f5a4"}.fa-meh-blank{--fa:"\f5a4";--fa--fa:"\f5a4\f5a4"}.fa-square-parking{--fa:"\f540";--fa--fa:"\f540\f540"}.fa-parking{--fa:"\f540";--fa--fa:"\f540\f540"}.fa-house-signal{--fa:"\e012";--fa--fa:"\e012\e012"}.fa-bars-progress{--fa:"\f828";--fa--fa:"\f828\f828"}.fa-tasks-alt{--fa:"\f828";--fa--fa:"\f828\f828"}.fa-faucet-drip{--fa:"\e006";--fa--fa:"\e006\e006"}.fa-cart-flatbed{--fa:"\f474";--fa--fa:"\f474\f474"}.fa-dolly-flatbed{--fa:"\f474";--fa--fa:"\f474\f474"}.fa-ban-smoking{--fa:"\f54d";--fa--fa:"\f54d\f54d"}.fa-smoking-ban{--fa:"\f54d";--fa--fa:"\f54d\f54d"}.fa-terminal{--fa:"\f120";--fa--fa:"\f120\f120"}.fa-mobile-button{--fa:"\f10b";--fa--fa:"\f10b\f10b"}.fa-house-medical-flag{--fa:"\e514";--fa--fa:"\e514\e514"}.fa-basket-shopping{--fa:"\f291";--fa--fa:"\f291\f291"}.fa-shopping-basket{--fa:"\f291";--fa--fa:"\f291\f291"}.fa-tape{--fa:"\f4db";--fa--fa:"\f4db\f4db"}.fa-bus-simple{--fa:"\f55e";--fa--fa:"\f55e\f55e"}.fa-bus-alt{--fa:"\f55e";--fa--fa:"\f55e\f55e"}.fa-eye{--fa:"\f06e";--fa--fa:"\f06e\f06e"}.fa-face-sad-cry{--fa:"\f5b3";--fa--fa:"\f5b3\f5b3"}.fa-sad-cry{--fa:"\f5b3";--fa--fa:"\f5b3\f5b3"}.fa-audio-description{--fa:"\f29e";--fa--fa:"\f29e\f29e"}.fa-person-military-to-person{--fa:"\e54c";--fa--fa:"\e54c\e54c"}.fa-file-shield{--fa:"\e4f0";--fa--fa:"\e4f0\e4f0"}.fa-user-slash{--fa:"\f506";--fa--fa:"\f506\f506"}.fa-pen{--fa:"\f304";--fa--fa:"\f304\f304"}.fa-tower-observation{--fa:"\e586";--fa--fa:"\e586\e586"}.fa-file-code{--fa:"\f1c9";--fa--fa:"\f1c9\f1c9"}.fa-signal{--fa:"\f012";--fa--fa:"\f012\f012"}.fa-signal-5{--fa:"\f012";--fa--fa:"\f012\f012"}.fa-signal-perfect{--fa:"\f012";--fa--fa:"\f012\f012"}.fa-bus{--fa:"\f207";--fa--fa:"\f207\f207"}.fa-heart-circle-xmark{--fa:"\e501";--fa--fa:"\e501\e501"}.fa-house-chimney{--fa:"\e3af";--fa--fa:"\e3af\e3af"}.fa-home-lg{--fa:"\e3af";--fa--fa:"\e3af\e3af"}.fa-window-maximize{--fa:"\f2d0";--fa--fa:"\f2d0\f2d0"}.fa-face-frown{--fa:"\f119";--fa--fa:"\f119\f119"}.fa-frown{--fa:"\f119";--fa--fa:"\f119\f119"}.fa-prescription{--fa:"\f5b1";--fa--fa:"\f5b1\f5b1"}.fa-shop{--fa:"\f54f";--fa--fa:"\f54f\f54f"}.fa-store-alt{--fa:"\f54f";--fa--fa:"\f54f\f54f"}.fa-floppy-disk{--fa:"\f0c7";--fa--fa:"\f0c7\f0c7"}.fa-save{--fa:"\f0c7";--fa--fa:"\f0c7\f0c7"}.fa-vihara{--fa:"\f6a7";--fa--fa:"\f6a7\f6a7"}.fa-scale-unbalanced{--fa:"\f515";--fa--fa:"\f515\f515"}.fa-balance-scale-left{--fa:"\f515";--fa--fa:"\f515\f515"}.fa-sort-up{--fa:"\f0de";--fa--fa:"\f0de\f0de"}.fa-sort-asc{--fa:"\f0de";--fa--fa:"\f0de\f0de"}.fa-comment-dots{--fa:"\f4ad";--fa--fa:"\f4ad\f4ad"}.fa-commenting{--fa:"\f4ad";--fa--fa:"\f4ad\f4ad"}.fa-plant-wilt{--fa:"\e5aa";--fa--fa:"\e5aa\e5aa"}.fa-diamond{--fa:"\f219";--fa--fa:"\f219\f219"}.fa-face-grin-squint{--fa:"\f585";--fa--fa:"\f585\f585"}.fa-grin-squint{--fa:"\f585";--fa--fa:"\f585\f585"}.fa-hand-holding-dollar{--fa:"\f4c0";--fa--fa:"\f4c0\f4c0"}.fa-hand-holding-usd{--fa:"\f4c0";--fa--fa:"\f4c0\f4c0"}.fa-chart-diagram{--fa:"\e695";--fa--fa:"\e695\e695"}.fa-bacterium{--fa:"\e05a";--fa--fa:"\e05a\e05a"}.fa-hand-pointer{--fa:"\f25a";--fa--fa:"\f25a\f25a"}.fa-drum-steelpan{--fa:"\f56a";--fa--fa:"\f56a\f56a"}.fa-hand-scissors{--fa:"\f257";--fa--fa:"\f257\f257"}.fa-hands-praying{--fa:"\f684";--fa--fa:"\f684\f684"}.fa-praying-hands{--fa:"\f684";--fa--fa:"\f684\f684"}.fa-arrow-rotate-right{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-arrow-right-rotate{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-arrow-rotate-forward{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-redo{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-biohazard{--fa:"\f780";--fa--fa:"\f780\f780"}.fa-location-crosshairs{--fa:"\f601";--fa--fa:"\f601\f601"}.fa-location{--fa:"\f601";--fa--fa:"\f601\f601"}.fa-mars-double{--fa:"\f227";--fa--fa:"\f227\f227"}.fa-child-dress{--fa:"\e59c";--fa--fa:"\e59c\e59c"}.fa-users-between-lines{--fa:"\e591";--fa--fa:"\e591\e591"}.fa-lungs-virus{--fa:"\e067";--fa--fa:"\e067\e067"}.fa-face-grin-tears{--fa:"\f588";--fa--fa:"\f588\f588"}.fa-grin-tears{--fa:"\f588";--fa--fa:"\f588\f588"}.fa-phone{--fa:"\f095";--fa--fa:"\f095\f095"}.fa-calendar-xmark{--fa:"\f273";--fa--fa:"\f273\f273"}.fa-calendar-times{--fa:"\f273";--fa--fa:"\f273\f273"}.fa-child-reaching{--fa:"\e59d";--fa--fa:"\e59d\e59d"}.fa-head-side-virus{--fa:"\e064";--fa--fa:"\e064\e064"}.fa-user-gear{--fa:"\f4fe";--fa--fa:"\f4fe\f4fe"}.fa-user-cog{--fa:"\f4fe";--fa--fa:"\f4fe\f4fe"}.fa-arrow-up-1-9{--fa:"\f163";--fa--fa:"\f163\f163"}.fa-sort-numeric-up{--fa:"\f163";--fa--fa:"\f163\f163"}.fa-door-closed{--fa:"\f52a";--fa--fa:"\f52a\f52a"}.fa-shield-virus{--fa:"\e06c";--fa--fa:"\e06c\e06c"}.fa-dice-six{--fa:"\f526";--fa--fa:"\f526\f526"}.fa-mosquito-net{--fa:"\e52c";--fa--fa:"\e52c\e52c"}.fa-file-fragment{--fa:"\e697";--fa--fa:"\e697\e697"}.fa-bridge-water{--fa:"\e4ce";--fa--fa:"\e4ce\e4ce"}.fa-person-booth{--fa:"\f756";--fa--fa:"\f756\f756"}.fa-text-width{--fa:"\f035";--fa--fa:"\f035\f035"}.fa-hat-wizard{--fa:"\f6e8";--fa--fa:"\f6e8\f6e8"}.fa-pen-fancy{--fa:"\f5ac";--fa--fa:"\f5ac\f5ac"}.fa-person-digging{--fa:"\f85e";--fa--fa:"\f85e\f85e"}.fa-digging{--fa:"\f85e";--fa--fa:"\f85e\f85e"}.fa-trash{--fa:"\f1f8";--fa--fa:"\f1f8\f1f8"}.fa-gauge-simple{--fa:"\f629";--fa--fa:"\f629\f629"}.fa-gauge-simple-med{--fa:"\f629";--fa--fa:"\f629\f629"}.fa-tachometer-average{--fa:"\f629";--fa--fa:"\f629\f629"}.fa-book-medical{--fa:"\f7e6";--fa--fa:"\f7e6\f7e6"}.fa-poo{--fa:"\f2fe";--fa--fa:"\f2fe\f2fe"}.fa-quote-right{--fa:"\f10e";--fa--fa:"\f10e\f10e"}.fa-quote-right-alt{--fa:"\f10e";--fa--fa:"\f10e\f10e"}.fa-shirt{--fa:"\f553";--fa--fa:"\f553\f553"}.fa-t-shirt{--fa:"\f553";--fa--fa:"\f553\f553"}.fa-tshirt{--fa:"\f553";--fa--fa:"\f553\f553"}.fa-cubes{--fa:"\f1b3";--fa--fa:"\f1b3\f1b3"}.fa-divide{--fa:"\f529";--fa--fa:"\f529\f529"}.fa-tenge-sign{--fa:"\f7d7";--fa--fa:"\f7d7\f7d7"}.fa-tenge{--fa:"\f7d7";--fa--fa:"\f7d7\f7d7"}.fa-headphones{--fa:"\f025";--fa--fa:"\f025\f025"}.fa-hands-holding{--fa:"\f4c2";--fa--fa:"\f4c2\f4c2"}.fa-hands-clapping{--fa:"\e1a8";--fa--fa:"\e1a8\e1a8"}.fa-republican{--fa:"\f75e";--fa--fa:"\f75e\f75e"}.fa-arrow-left{--fa:"\f060";--fa--fa:"\f060\f060"}.fa-person-circle-xmark{--fa:"\e543";--fa--fa:"\e543\e543"}.fa-ruler{--fa:"\f545";--fa--fa:"\f545\f545"}.fa-align-left{--fa:"\f036";--fa--fa:"\f036\f036"}.fa-dice-d6{--fa:"\f6d1";--fa--fa:"\f6d1\f6d1"}.fa-restroom{--fa:"\f7bd";--fa--fa:"\f7bd\f7bd"}.fa-j{--fa:"\4a";--fa--fa:"\4a\4a"}.fa-users-viewfinder{--fa:"\e595";--fa--fa:"\e595\e595"}.fa-file-video{--fa:"\f1c8";--fa--fa:"\f1c8\f1c8"}.fa-up-right-from-square{--fa:"\f35d";--fa--fa:"\f35d\f35d"}.fa-external-link-alt{--fa:"\f35d";--fa--fa:"\f35d\f35d"}.fa-table-cells{--fa:"\f00a";--fa--fa:"\f00a\f00a"}.fa-th{--fa:"\f00a";--fa--fa:"\f00a\f00a"}.fa-file-pdf{--fa:"\f1c1";--fa--fa:"\f1c1\f1c1"}.fa-book-bible{--fa:"\f647";--fa--fa:"\f647\f647"}.fa-bible{--fa:"\f647";--fa--fa:"\f647\f647"}.fa-o{--fa:"\4f";--fa--fa:"\4f\4f"}.fa-suitcase-medical{--fa:"\f0fa";--fa--fa:"\f0fa\f0fa"}.fa-medkit{--fa:"\f0fa";--fa--fa:"\f0fa\f0fa"}.fa-user-secret{--fa:"\f21b";--fa--fa:"\f21b\f21b"}.fa-otter{--fa:"\f700";--fa--fa:"\f700\f700"}.fa-person-dress{--fa:"\f182";--fa--fa:"\f182\f182"}.fa-female{--fa:"\f182";--fa--fa:"\f182\f182"}.fa-comment-dollar{--fa:"\f651";--fa--fa:"\f651\f651"}.fa-business-time{--fa:"\f64a";--fa--fa:"\f64a\f64a"}.fa-briefcase-clock{--fa:"\f64a";--fa--fa:"\f64a\f64a"}.fa-table-cells-large{--fa:"\f009";--fa--fa:"\f009\f009"}.fa-th-large{--fa:"\f009";--fa--fa:"\f009\f009"}.fa-book-tanakh{--fa:"\f827";--fa--fa:"\f827\f827"}.fa-tanakh{--fa:"\f827";--fa--fa:"\f827\f827"}.fa-phone-volume{--fa:"\f2a0";--fa--fa:"\f2a0\f2a0"}.fa-volume-control-phone{--fa:"\f2a0";--fa--fa:"\f2a0\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1";--fa--fa:"\f8c1\f8c1"}.fa-clipboard-user{--fa:"\f7f3";--fa--fa:"\f7f3\f7f3"}.fa-child{--fa:"\f1ae";--fa--fa:"\f1ae\f1ae"}.fa-lira-sign{--fa:"\f195";--fa--fa:"\f195\f195"}.fa-satellite{--fa:"\f7bf";--fa--fa:"\f7bf\f7bf"}.fa-plane-lock{--fa:"\e558";--fa--fa:"\e558\e558"}.fa-tag{--fa:"\f02b";--fa--fa:"\f02b\f02b"}.fa-comment{--fa:"\f075";--fa--fa:"\f075\f075"}.fa-cake-candles{--fa:"\f1fd";--fa--fa:"\f1fd\f1fd"}.fa-birthday-cake{--fa:"\f1fd";--fa--fa:"\f1fd\f1fd"}.fa-cake{--fa:"\f1fd";--fa--fa:"\f1fd\f1fd"}.fa-envelope{--fa:"\f0e0";--fa--fa:"\f0e0\f0e0"}.fa-angles-up{--fa:"\f102";--fa--fa:"\f102\f102"}.fa-angle-double-up{--fa:"\f102";--fa--fa:"\f102\f102"}.fa-paperclip{--fa:"\f0c6";--fa--fa:"\f0c6\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3";--fa--fa:"\e4b3\e4b3"}.fa-ribbon{--fa:"\f4d6";--fa--fa:"\f4d6\f4d6"}.fa-lungs{--fa:"\f604";--fa--fa:"\f604\f604"}.fa-arrow-up-9-1{--fa:"\f887";--fa--fa:"\f887\f887"}.fa-sort-numeric-up-alt{--fa:"\f887";--fa--fa:"\f887\f887"}.fa-litecoin-sign{--fa:"\e1d3";--fa--fa:"\e1d3\e1d3"}.fa-border-none{--fa:"\f850";--fa--fa:"\f850\f850"}.fa-circle-nodes{--fa:"\e4e2";--fa--fa:"\e4e2\e4e2"}.fa-parachute-box{--fa:"\f4cd";--fa--fa:"\f4cd\f4cd"}.fa-indent{--fa:"\f03c";--fa--fa:"\f03c\f03c"}.fa-truck-field-un{--fa:"\e58e";--fa--fa:"\e58e\e58e"}.fa-hourglass{--fa:"\f254";--fa--fa:"\f254\f254"}.fa-hourglass-empty{--fa:"\f254";--fa--fa:"\f254\f254"}.fa-mountain{--fa:"\f6fc";--fa--fa:"\f6fc\f6fc"}.fa-user-doctor{--fa:"\f0f0";--fa--fa:"\f0f0\f0f0"}.fa-user-md{--fa:"\f0f0";--fa--fa:"\f0f0\f0f0"}.fa-circle-info{--fa:"\f05a";--fa--fa:"\f05a\f05a"}.fa-info-circle{--fa:"\f05a";--fa--fa:"\f05a\f05a"}.fa-cloud-meatball{--fa:"\f73b";--fa--fa:"\f73b\f73b"}.fa-camera{--fa:"\f030";--fa--fa:"\f030\f030"}.fa-camera-alt{--fa:"\f030";--fa--fa:"\f030\f030"}.fa-square-virus{--fa:"\e578";--fa--fa:"\e578\e578"}.fa-meteor{--fa:"\f753";--fa--fa:"\f753\f753"}.fa-car-on{--fa:"\e4dd";--fa--fa:"\e4dd\e4dd"}.fa-sleigh{--fa:"\f7cc";--fa--fa:"\f7cc\f7cc"}.fa-arrow-down-1-9{--fa:"\f162";--fa--fa:"\f162\f162"}.fa-sort-numeric-asc{--fa:"\f162";--fa--fa:"\f162\f162"}.fa-sort-numeric-down{--fa:"\f162";--fa--fa:"\f162\f162"}.fa-hand-holding-droplet{--fa:"\f4c1";--fa--fa:"\f4c1\f4c1"}.fa-hand-holding-water{--fa:"\f4c1";--fa--fa:"\f4c1\f4c1"}.fa-water{--fa:"\f773";--fa--fa:"\f773\f773"}.fa-calendar-check{--fa:"\f274";--fa--fa:"\f274\f274"}.fa-braille{--fa:"\f2a1";--fa--fa:"\f2a1\f2a1"}.fa-prescription-bottle-medical{--fa:"\f486";--fa--fa:"\f486\f486"}.fa-prescription-bottle-alt{--fa:"\f486";--fa--fa:"\f486\f486"}.fa-landmark{--fa:"\f66f";--fa--fa:"\f66f\f66f"}.fa-truck{--fa:"\f0d1";--fa--fa:"\f0d1\f0d1"}.fa-crosshairs{--fa:"\f05b";--fa--fa:"\f05b\f05b"}.fa-person-cane{--fa:"\e53c";--fa--fa:"\e53c\e53c"}.fa-tent{--fa:"\e57d";--fa--fa:"\e57d\e57d"}.fa-vest-patches{--fa:"\e086";--fa--fa:"\e086\e086"}.fa-check-double{--fa:"\f560";--fa--fa:"\f560\f560"}.fa-arrow-down-a-z{--fa:"\f15d";--fa--fa:"\f15d\f15d"}.fa-sort-alpha-asc{--fa:"\f15d";--fa--fa:"\f15d\f15d"}.fa-sort-alpha-down{--fa:"\f15d";--fa--fa:"\f15d\f15d"}.fa-money-bill-wheat{--fa:"\e52a";--fa--fa:"\e52a\e52a"}.fa-cookie{--fa:"\f563";--fa--fa:"\f563\f563"}.fa-arrow-rotate-left{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-arrow-left-rotate{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-arrow-rotate-back{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-arrow-rotate-backward{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-undo{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-hard-drive{--fa:"\f0a0";--fa--fa:"\f0a0\f0a0"}.fa-hdd{--fa:"\f0a0";--fa--fa:"\f0a0\f0a0"}.fa-face-grin-squint-tears{--fa:"\f586";--fa--fa:"\f586\f586"}.fa-grin-squint-tears{--fa:"\f586";--fa--fa:"\f586\f586"}.fa-dumbbell{--fa:"\f44b";--fa--fa:"\f44b\f44b"}.fa-rectangle-list{--fa:"\f022";--fa--fa:"\f022\f022"}.fa-list-alt{--fa:"\f022";--fa--fa:"\f022\f022"}.fa-tarp-droplet{--fa:"\e57c";--fa--fa:"\e57c\e57c"}.fa-house-medical-circle-check{--fa:"\e511";--fa--fa:"\e511\e511"}.fa-person-skiing-nordic{--fa:"\f7ca";--fa--fa:"\f7ca\f7ca"}.fa-skiing-nordic{--fa:"\f7ca";--fa--fa:"\f7ca\f7ca"}.fa-calendar-plus{--fa:"\f271";--fa--fa:"\f271\f271"}.fa-plane-arrival{--fa:"\f5af";--fa--fa:"\f5af\f5af"}.fa-circle-left{--fa:"\f359";--fa--fa:"\f359\f359"}.fa-arrow-alt-circle-left{--fa:"\f359";--fa--fa:"\f359\f359"}.fa-train-subway{--fa:"\f239";--fa--fa:"\f239\f239"}.fa-subway{--fa:"\f239";--fa--fa:"\f239\f239"}.fa-chart-gantt{--fa:"\e0e4";--fa--fa:"\e0e4\e0e4"}.fa-indian-rupee-sign{--fa:"\e1bc";--fa--fa:"\e1bc\e1bc"}.fa-indian-rupee{--fa:"\e1bc";--fa--fa:"\e1bc\e1bc"}.fa-inr{--fa:"\e1bc";--fa--fa:"\e1bc\e1bc"}.fa-crop-simple{--fa:"\f565";--fa--fa:"\f565\f565"}.fa-crop-alt{--fa:"\f565";--fa--fa:"\f565\f565"}.fa-money-bill-1{--fa:"\f3d1";--fa--fa:"\f3d1\f3d1"}.fa-money-bill-alt{--fa:"\f3d1";--fa--fa:"\f3d1\f3d1"}.fa-left-long{--fa:"\f30a";--fa--fa:"\f30a\f30a"}.fa-long-arrow-alt-left{--fa:"\f30a";--fa--fa:"\f30a\f30a"}.fa-dna{--fa:"\f471";--fa--fa:"\f471\f471"}.fa-virus-slash{--fa:"\e075";--fa--fa:"\e075\e075"}.fa-minus{--fa:"\f068";--fa--fa:"\f068\f068"}.fa-subtract{--fa:"\f068";--fa--fa:"\f068\f068"}.fa-chess{--fa:"\f439";--fa--fa:"\f439\f439"}.fa-arrow-left-long{--fa:"\f177";--fa--fa:"\f177\f177"}.fa-long-arrow-left{--fa:"\f177";--fa--fa:"\f177\f177"}.fa-plug-circle-check{--fa:"\e55c";--fa--fa:"\e55c\e55c"}.fa-street-view{--fa:"\f21d";--fa--fa:"\f21d\f21d"}.fa-franc-sign{--fa:"\e18f";--fa--fa:"\e18f\e18f"}.fa-volume-off{--fa:"\f026";--fa--fa:"\f026\f026"}.fa-hands-asl-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-american-sign-language-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-asl-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-hands-american-sign-language-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-gear{--fa:"\f013";--fa--fa:"\f013\f013"}.fa-cog{--fa:"\f013";--fa--fa:"\f013\f013"}.fa-droplet-slash{--fa:"\f5c7";--fa--fa:"\f5c7\f5c7"}.fa-tint-slash{--fa:"\f5c7";--fa--fa:"\f5c7\f5c7"}.fa-mosque{--fa:"\f678";--fa--fa:"\f678\f678"}.fa-mosquito{--fa:"\e52b";--fa--fa:"\e52b\e52b"}.fa-star-of-david{--fa:"\f69a";--fa--fa:"\f69a\f69a"}.fa-person-military-rifle{--fa:"\e54b";--fa--fa:"\e54b\e54b"}.fa-cart-shopping{--fa:"\f07a";--fa--fa:"\f07a\f07a"}.fa-shopping-cart{--fa:"\f07a";--fa--fa:"\f07a\f07a"}.fa-vials{--fa:"\f493";--fa--fa:"\f493\f493"}.fa-plug-circle-plus{--fa:"\e55f";--fa--fa:"\e55f\e55f"}.fa-place-of-worship{--fa:"\f67f";--fa--fa:"\f67f\f67f"}.fa-grip-vertical{--fa:"\f58e";--fa--fa:"\f58e\f58e"}.fa-hexagon-nodes{--fa:"\e699";--fa--fa:"\e699\e699"}.fa-arrow-turn-up{--fa:"\f148";--fa--fa:"\f148\f148"}.fa-level-up{--fa:"\f148";--fa--fa:"\f148\f148"}.fa-u{--fa:"\55";--fa--fa:"\55\55"}.fa-square-root-variable{--fa:"\f698";--fa--fa:"\f698\f698"}.fa-square-root-alt{--fa:"\f698";--fa--fa:"\f698\f698"}.fa-clock{--fa:"\f017";--fa--fa:"\f017\f017"}.fa-clock-four{--fa:"\f017";--fa--fa:"\f017\f017"}.fa-backward-step{--fa:"\f048";--fa--fa:"\f048\f048"}.fa-step-backward{--fa:"\f048";--fa--fa:"\f048\f048"}.fa-pallet{--fa:"\f482";--fa--fa:"\f482\f482"}.fa-faucet{--fa:"\e005";--fa--fa:"\e005\e005"}.fa-baseball-bat-ball{--fa:"\f432";--fa--fa:"\f432\f432"}.fa-s{--fa:"\53";--fa--fa:"\53\53"}.fa-timeline{--fa:"\e29c";--fa--fa:"\e29c\e29c"}.fa-keyboard{--fa:"\f11c";--fa--fa:"\f11c\f11c"}.fa-caret-down{--fa:"\f0d7";--fa--fa:"\f0d7\f0d7"}.fa-house-chimney-medical{--fa:"\f7f2";--fa--fa:"\f7f2\f7f2"}.fa-clinic-medical{--fa:"\f7f2";--fa--fa:"\f7f2\f7f2"}.fa-temperature-three-quarters{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-temperature-3{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-thermometer-3{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-thermometer-three-quarters{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-mobile-screen{--fa:"\f3cf";--fa--fa:"\f3cf\f3cf"}.fa-mobile-android-alt{--fa:"\f3cf";--fa--fa:"\f3cf\f3cf"}.fa-plane-up{--fa:"\e22d";--fa--fa:"\e22d\e22d"}.fa-piggy-bank{--fa:"\f4d3";--fa--fa:"\f4d3\f4d3"}.fa-battery-half{--fa:"\f242";--fa--fa:"\f242\f242"}.fa-battery-3{--fa:"\f242";--fa--fa:"\f242\f242"}.fa-mountain-city{--fa:"\e52e";--fa--fa:"\e52e\e52e"}.fa-coins{--fa:"\f51e";--fa--fa:"\f51e\f51e"}.fa-khanda{--fa:"\f66d";--fa--fa:"\f66d\f66d"}.fa-sliders{--fa:"\f1de";--fa--fa:"\f1de\f1de"}.fa-sliders-h{--fa:"\f1de";--fa--fa:"\f1de\f1de"}.fa-folder-tree{--fa:"\f802";--fa--fa:"\f802\f802"}.fa-network-wired{--fa:"\f6ff";--fa--fa:"\f6ff\f6ff"}.fa-map-pin{--fa:"\f276";--fa--fa:"\f276\f276"}.fa-hamsa{--fa:"\f665";--fa--fa:"\f665\f665"}.fa-cent-sign{--fa:"\e3f5";--fa--fa:"\e3f5\e3f5"}.fa-flask{--fa:"\f0c3";--fa--fa:"\f0c3\f0c3"}.fa-person-pregnant{--fa:"\e31e";--fa--fa:"\e31e\e31e"}.fa-wand-sparkles{--fa:"\f72b";--fa--fa:"\f72b\f72b"}.fa-ellipsis-vertical{--fa:"\f142";--fa--fa:"\f142\f142"}.fa-ellipsis-v{--fa:"\f142";--fa--fa:"\f142\f142"}.fa-ticket{--fa:"\f145";--fa--fa:"\f145\f145"}.fa-power-off{--fa:"\f011";--fa--fa:"\f011\f011"}.fa-right-long{--fa:"\f30b";--fa--fa:"\f30b\f30b"}.fa-long-arrow-alt-right{--fa:"\f30b";--fa--fa:"\f30b\f30b"}.fa-flag-usa{--fa:"\f74d";--fa--fa:"\f74d\f74d"}.fa-laptop-file{--fa:"\e51d";--fa--fa:"\e51d\e51d"}.fa-tty{--fa:"\f1e4";--fa--fa:"\f1e4\f1e4"}.fa-teletype{--fa:"\f1e4";--fa--fa:"\f1e4\f1e4"}.fa-diagram-next{--fa:"\e476";--fa--fa:"\e476\e476"}.fa-person-rifle{--fa:"\e54e";--fa--fa:"\e54e\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512";--fa--fa:"\e512\e512"}.fa-closed-captioning{--fa:"\f20a";--fa--fa:"\f20a\f20a"}.fa-person-hiking{--fa:"\f6ec";--fa--fa:"\f6ec\f6ec"}.fa-hiking{--fa:"\f6ec";--fa--fa:"\f6ec\f6ec"}.fa-venus-double{--fa:"\f226";--fa--fa:"\f226\f226"}.fa-images{--fa:"\f302";--fa--fa:"\f302\f302"}.fa-calculator{--fa:"\f1ec";--fa--fa:"\f1ec\f1ec"}.fa-people-pulling{--fa:"\e535";--fa--fa:"\e535\e535"}.fa-n{--fa:"\4e";--fa--fa:"\4e\4e"}.fa-cable-car{--fa:"\f7da";--fa--fa:"\f7da\f7da"}.fa-tram{--fa:"\f7da";--fa--fa:"\f7da\f7da"}.fa-cloud-rain{--fa:"\f73d";--fa--fa:"\f73d\f73d"}.fa-building-circle-xmark{--fa:"\e4d4";--fa--fa:"\e4d4\e4d4"}.fa-ship{--fa:"\f21a";--fa--fa:"\f21a\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8";--fa--fa:"\e4b8\e4b8"}.fa-download{--fa:"\f019";--fa--fa:"\f019\f019"}.fa-face-grin{--fa:"\f580";--fa--fa:"\f580\f580"}.fa-grin{--fa:"\f580";--fa--fa:"\f580\f580"}.fa-delete-left{--fa:"\f55a";--fa--fa:"\f55a\f55a"}.fa-backspace{--fa:"\f55a";--fa--fa:"\f55a\f55a"}.fa-eye-dropper{--fa:"\f1fb";--fa--fa:"\f1fb\f1fb"}.fa-eye-dropper-empty{--fa:"\f1fb";--fa--fa:"\f1fb\f1fb"}.fa-eyedropper{--fa:"\f1fb";--fa--fa:"\f1fb\f1fb"}.fa-file-circle-check{--fa:"\e5a0";--fa--fa:"\e5a0\e5a0"}.fa-forward{--fa:"\f04e";--fa--fa:"\f04e\f04e"}.fa-mobile{--fa:"\f3ce";--fa--fa:"\f3ce\f3ce"}.fa-mobile-android{--fa:"\f3ce";--fa--fa:"\f3ce\f3ce"}.fa-mobile-phone{--fa:"\f3ce";--fa--fa:"\f3ce\f3ce"}.fa-face-meh{--fa:"\f11a";--fa--fa:"\f11a\f11a"}.fa-meh{--fa:"\f11a";--fa--fa:"\f11a\f11a"}.fa-align-center{--fa:"\f037";--fa--fa:"\f037\f037"}.fa-book-skull{--fa:"\f6b7";--fa--fa:"\f6b7\f6b7"}.fa-book-dead{--fa:"\f6b7";--fa--fa:"\f6b7\f6b7"}.fa-id-card{--fa:"\f2c2";--fa--fa:"\f2c2\f2c2"}.fa-drivers-license{--fa:"\f2c2";--fa--fa:"\f2c2\f2c2"}.fa-outdent{--fa:"\f03b";--fa--fa:"\f03b\f03b"}.fa-dedent{--fa:"\f03b";--fa--fa:"\f03b\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe";--fa--fa:"\e4fe\e4fe"}.fa-house{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-home{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-home-alt{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-home-lg-alt{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-calendar-week{--fa:"\f784";--fa--fa:"\f784\f784"}.fa-laptop-medical{--fa:"\f812";--fa--fa:"\f812\f812"}.fa-b{--fa:"\42";--fa--fa:"\42\42"}.fa-file-medical{--fa:"\f477";--fa--fa:"\f477\f477"}.fa-dice-one{--fa:"\f525";--fa--fa:"\f525\f525"}.fa-kiwi-bird{--fa:"\f535";--fa--fa:"\f535\f535"}.fa-arrow-right-arrow-left{--fa:"\f0ec";--fa--fa:"\f0ec\f0ec"}.fa-exchange{--fa:"\f0ec";--fa--fa:"\f0ec\f0ec"}.fa-rotate-right{--fa:"\f2f9";--fa--fa:"\f2f9\f2f9"}.fa-redo-alt{--fa:"\f2f9";--fa--fa:"\f2f9\f2f9"}.fa-rotate-forward{--fa:"\f2f9";--fa--fa:"\f2f9\f2f9"}.fa-utensils{--fa:"\f2e7";--fa--fa:"\f2e7\f2e7"}.fa-cutlery{--fa:"\f2e7";--fa--fa:"\f2e7\f2e7"}.fa-arrow-up-wide-short{--fa:"\f161";--fa--fa:"\f161\f161"}.fa-sort-amount-up{--fa:"\f161";--fa--fa:"\f161\f161"}.fa-mill-sign{--fa:"\e1ed";--fa--fa:"\e1ed\e1ed"}.fa-bowl-rice{--fa:"\e2eb";--fa--fa:"\e2eb\e2eb"}.fa-skull{--fa:"\f54c";--fa--fa:"\f54c\f54c"}.fa-tower-broadcast{--fa:"\f519";--fa--fa:"\f519\f519"}.fa-broadcast-tower{--fa:"\f519";--fa--fa:"\f519\f519"}.fa-truck-pickup{--fa:"\f63c";--fa--fa:"\f63c\f63c"}.fa-up-long{--fa:"\f30c";--fa--fa:"\f30c\f30c"}.fa-long-arrow-alt-up{--fa:"\f30c";--fa--fa:"\f30c\f30c"}.fa-stop{--fa:"\f04d";--fa--fa:"\f04d\f04d"}.fa-code-merge{--fa:"\f387";--fa--fa:"\f387\f387"}.fa-upload{--fa:"\f093";--fa--fa:"\f093\f093"}.fa-hurricane{--fa:"\f751";--fa--fa:"\f751\f751"}.fa-mound{--fa:"\e52d";--fa--fa:"\e52d\e52d"}.fa-toilet-portable{--fa:"\e583";--fa--fa:"\e583\e583"}.fa-compact-disc{--fa:"\f51f";--fa--fa:"\f51f\f51f"}.fa-file-arrow-down{--fa:"\f56d";--fa--fa:"\f56d\f56d"}.fa-file-download{--fa:"\f56d";--fa--fa:"\f56d\f56d"}.fa-caravan{--fa:"\f8ff";--fa--fa:"\f8ff\f8ff"}.fa-shield-cat{--fa:"\e572";--fa--fa:"\e572\e572"}.fa-bolt{--fa:"\f0e7";--fa--fa:"\f0e7\f0e7"}.fa-zap{--fa:"\f0e7";--fa--fa:"\f0e7\f0e7"}.fa-glass-water{--fa:"\e4f4";--fa--fa:"\e4f4\e4f4"}.fa-oil-well{--fa:"\e532";--fa--fa:"\e532\e532"}.fa-vault{--fa:"\e2c5";--fa--fa:"\e2c5\e2c5"}.fa-mars{--fa:"\f222";--fa--fa:"\f222\f222"}.fa-toilet{--fa:"\f7d8";--fa--fa:"\f7d8\f7d8"}.fa-plane-circle-xmark{--fa:"\e557";--fa--fa:"\e557\e557"}.fa-yen-sign{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-cny{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-jpy{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-rmb{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-yen{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-ruble-sign{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-rouble{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-rub{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-ruble{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-sun{--fa:"\f185";--fa--fa:"\f185\f185"}.fa-guitar{--fa:"\f7a6";--fa--fa:"\f7a6\f7a6"}.fa-face-laugh-wink{--fa:"\f59c";--fa--fa:"\f59c\f59c"}.fa-laugh-wink{--fa:"\f59c";--fa--fa:"\f59c\f59c"}.fa-horse-head{--fa:"\f7ab";--fa--fa:"\f7ab\f7ab"}.fa-bore-hole{--fa:"\e4c3";--fa--fa:"\e4c3\e4c3"}.fa-industry{--fa:"\f275";--fa--fa:"\f275\f275"}.fa-circle-down{--fa:"\f358";--fa--fa:"\f358\f358"}.fa-arrow-alt-circle-down{--fa:"\f358";--fa--fa:"\f358\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1";--fa--fa:"\e4c1\e4c1"}.fa-florin-sign{--fa:"\e184";--fa--fa:"\e184\e184"}.fa-arrow-down-short-wide{--fa:"\f884";--fa--fa:"\f884\f884"}.fa-sort-amount-desc{--fa:"\f884";--fa--fa:"\f884\f884"}.fa-sort-amount-down-alt{--fa:"\f884";--fa--fa:"\f884\f884"}.fa-less-than{--fa:"\3c";--fa--fa:"\3c\3c"}.fa-angle-down{--fa:"\f107";--fa--fa:"\f107\f107"}.fa-car-tunnel{--fa:"\e4de";--fa--fa:"\e4de\e4de"}.fa-head-side-cough{--fa:"\e061";--fa--fa:"\e061\e061"}.fa-grip-lines{--fa:"\f7a4";--fa--fa:"\f7a4\f7a4"}.fa-thumbs-down{--fa:"\f165";--fa--fa:"\f165\f165"}.fa-user-lock{--fa:"\f502";--fa--fa:"\f502\f502"}.fa-arrow-right-long{--fa:"\f178";--fa--fa:"\f178\f178"}.fa-long-arrow-right{--fa:"\f178";--fa--fa:"\f178\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac";--fa--fa:"\e4ac\e4ac"}.fa-ellipsis{--fa:"\f141";--fa--fa:"\f141\f141"}.fa-ellipsis-h{--fa:"\f141";--fa--fa:"\f141\f141"}.fa-chess-pawn{--fa:"\f443";--fa--fa:"\f443\f443"}.fa-kit-medical{--fa:"\f479";--fa--fa:"\f479\f479"}.fa-first-aid{--fa:"\f479";--fa--fa:"\f479\f479"}.fa-person-through-window{--fa:"\e5a9";--fa--fa:"\e5a9\e5a9"}.fa-toolbox{--fa:"\f552";--fa--fa:"\f552\f552"}.fa-hands-holding-circle{--fa:"\e4fb";--fa--fa:"\e4fb\e4fb"}.fa-bug{--fa:"\f188";--fa--fa:"\f188\f188"}.fa-credit-card{--fa:"\f09d";--fa--fa:"\f09d\f09d"}.fa-credit-card-alt{--fa:"\f09d";--fa--fa:"\f09d\f09d"}.fa-car{--fa:"\f1b9";--fa--fa:"\f1b9\f1b9"}.fa-automobile{--fa:"\f1b9";--fa--fa:"\f1b9\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7";--fa--fa:"\e4f7\e4f7"}.fa-book-open-reader{--fa:"\f5da";--fa--fa:"\f5da\f5da"}.fa-book-reader{--fa:"\f5da";--fa--fa:"\f5da\f5da"}.fa-mountain-sun{--fa:"\e52f";--fa--fa:"\e52f\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba";--fa--fa:"\e4ba\e4ba"}.fa-dice-d20{--fa:"\f6cf";--fa--fa:"\f6cf\f6cf"}.fa-truck-droplet{--fa:"\e58c";--fa--fa:"\e58c\e58c"}.fa-file-circle-xmark{--fa:"\e5a1";--fa--fa:"\e5a1\e5a1"}.fa-temperature-arrow-up{--fa:"\e040";--fa--fa:"\e040\e040"}.fa-temperature-up{--fa:"\e040";--fa--fa:"\e040\e040"}.fa-medal{--fa:"\f5a2";--fa--fa:"\f5a2\f5a2"}.fa-bed{--fa:"\f236";--fa--fa:"\f236\f236"}.fa-square-h{--fa:"\f0fd";--fa--fa:"\f0fd\f0fd"}.fa-h-square{--fa:"\f0fd";--fa--fa:"\f0fd\f0fd"}.fa-podcast{--fa:"\f2ce";--fa--fa:"\f2ce\f2ce"}.fa-temperature-full{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-temperature-4{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-thermometer-4{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-thermometer-full{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-bell{--fa:"\f0f3";--fa--fa:"\f0f3\f0f3"}.fa-superscript{--fa:"\f12b";--fa--fa:"\f12b\f12b"}.fa-plug-circle-xmark{--fa:"\e560";--fa--fa:"\e560\e560"}.fa-star-of-life{--fa:"\f621";--fa--fa:"\f621\f621"}.fa-phone-slash{--fa:"\f3dd";--fa--fa:"\f3dd\f3dd"}.fa-paint-roller{--fa:"\f5aa";--fa--fa:"\f5aa\f5aa"}.fa-handshake-angle{--fa:"\f4c4";--fa--fa:"\f4c4\f4c4"}.fa-hands-helping{--fa:"\f4c4";--fa--fa:"\f4c4\f4c4"}.fa-location-dot{--fa:"\f3c5";--fa--fa:"\f3c5\f3c5"}.fa-map-marker-alt{--fa:"\f3c5";--fa--fa:"\f3c5\f3c5"}.fa-file{--fa:"\f15b";--fa--fa:"\f15b\f15b"}.fa-greater-than{--fa:"\3e";--fa--fa:"\3e\3e"}.fa-person-swimming{--fa:"\f5c4";--fa--fa:"\f5c4\f5c4"}.fa-swimmer{--fa:"\f5c4";--fa--fa:"\f5c4\f5c4"}.fa-arrow-down{--fa:"\f063";--fa--fa:"\f063\f063"}.fa-droplet{--fa:"\f043";--fa--fa:"\f043\f043"}.fa-tint{--fa:"\f043";--fa--fa:"\f043\f043"}.fa-eraser{--fa:"\f12d";--fa--fa:"\f12d\f12d"}.fa-earth-americas{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-earth{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-earth-america{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-globe-americas{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-person-burst{--fa:"\e53b";--fa--fa:"\e53b\e53b"}.fa-dove{--fa:"\f4ba";--fa--fa:"\f4ba\f4ba"}.fa-battery-empty{--fa:"\f244";--fa--fa:"\f244\f244"}.fa-battery-0{--fa:"\f244";--fa--fa:"\f244\f244"}.fa-socks{--fa:"\f696";--fa--fa:"\f696\f696"}.fa-inbox{--fa:"\f01c";--fa--fa:"\f01c\f01c"}.fa-section{--fa:"\e447";--fa--fa:"\e447\e447"}.fa-gauge-high{--fa:"\f625";--fa--fa:"\f625\f625"}.fa-tachometer-alt{--fa:"\f625";--fa--fa:"\f625\f625"}.fa-tachometer-alt-fast{--fa:"\f625";--fa--fa:"\f625\f625"}.fa-envelope-open-text{--fa:"\f658";--fa--fa:"\f658\f658"}.fa-hospital{--fa:"\f0f8";--fa--fa:"\f0f8\f0f8"}.fa-hospital-alt{--fa:"\f0f8";--fa--fa:"\f0f8\f0f8"}.fa-hospital-wide{--fa:"\f0f8";--fa--fa:"\f0f8\f0f8"}.fa-wine-bottle{--fa:"\f72f";--fa--fa:"\f72f\f72f"}.fa-chess-rook{--fa:"\f447";--fa--fa:"\f447\f447"}.fa-bars-staggered{--fa:"\f550";--fa--fa:"\f550\f550"}.fa-reorder{--fa:"\f550";--fa--fa:"\f550\f550"}.fa-stream{--fa:"\f550";--fa--fa:"\f550\f550"}.fa-dharmachakra{--fa:"\f655";--fa--fa:"\f655\f655"}.fa-hotdog{--fa:"\f80f";--fa--fa:"\f80f\f80f"}.fa-person-walking-with-cane{--fa:"\f29d";--fa--fa:"\f29d\f29d"}.fa-blind{--fa:"\f29d";--fa--fa:"\f29d\f29d"}.fa-drum{--fa:"\f569";--fa--fa:"\f569\f569"}.fa-ice-cream{--fa:"\f810";--fa--fa:"\f810\f810"}.fa-heart-circle-bolt{--fa:"\e4fc";--fa--fa:"\e4fc\e4fc"}.fa-fax{--fa:"\f1ac";--fa--fa:"\f1ac\f1ac"}.fa-paragraph{--fa:"\f1dd";--fa--fa:"\f1dd\f1dd"}.fa-check-to-slot{--fa:"\f772";--fa--fa:"\f772\f772"}.fa-vote-yea{--fa:"\f772";--fa--fa:"\f772\f772"}.fa-star-half{--fa:"\f089";--fa--fa:"\f089\f089"}.fa-boxes-stacked{--fa:"\f468";--fa--fa:"\f468\f468"}.fa-boxes{--fa:"\f468";--fa--fa:"\f468\f468"}.fa-boxes-alt{--fa:"\f468";--fa--fa:"\f468\f468"}.fa-link{--fa:"\f0c1";--fa--fa:"\f0c1\f0c1"}.fa-chain{--fa:"\f0c1";--fa--fa:"\f0c1\f0c1"}.fa-ear-listen{--fa:"\f2a2";--fa--fa:"\f2a2\f2a2"}.fa-assistive-listening-systems{--fa:"\f2a2";--fa--fa:"\f2a2\f2a2"}.fa-tree-city{--fa:"\e587";--fa--fa:"\e587\e587"}.fa-play{--fa:"\f04b";--fa--fa:"\f04b\f04b"}.fa-font{--fa:"\f031";--fa--fa:"\f031\f031"}.fa-table-cells-row-lock{--fa:"\e67a";--fa--fa:"\e67a\e67a"}.fa-rupiah-sign{--fa:"\e23d";--fa--fa:"\e23d\e23d"}.fa-magnifying-glass{--fa:"\f002";--fa--fa:"\f002\f002"}.fa-search{--fa:"\f002";--fa--fa:"\f002\f002"}.fa-table-tennis-paddle-ball{--fa:"\f45d";--fa--fa:"\f45d\f45d"}.fa-ping-pong-paddle-ball{--fa:"\f45d";--fa--fa:"\f45d\f45d"}.fa-table-tennis{--fa:"\f45d";--fa--fa:"\f45d\f45d"}.fa-person-dots-from-line{--fa:"\f470";--fa--fa:"\f470\f470"}.fa-diagnoses{--fa:"\f470";--fa--fa:"\f470\f470"}.fa-trash-can-arrow-up{--fa:"\f82a";--fa--fa:"\f82a\f82a"}.fa-trash-restore-alt{--fa:"\f82a";--fa--fa:"\f82a\f82a"}.fa-naira-sign{--fa:"\e1f6";--fa--fa:"\e1f6\e1f6"}.fa-cart-arrow-down{--fa:"\f218";--fa--fa:"\f218\f218"}.fa-walkie-talkie{--fa:"\f8ef";--fa--fa:"\f8ef\f8ef"}.fa-file-pen{--fa:"\f31c";--fa--fa:"\f31c\f31c"}.fa-file-edit{--fa:"\f31c";--fa--fa:"\f31c\f31c"}.fa-receipt{--fa:"\f543";--fa--fa:"\f543\f543"}.fa-square-pen{--fa:"\f14b";--fa--fa:"\f14b\f14b"}.fa-pen-square{--fa:"\f14b";--fa--fa:"\f14b\f14b"}.fa-pencil-square{--fa:"\f14b";--fa--fa:"\f14b\f14b"}.fa-suitcase-rolling{--fa:"\f5c1";--fa--fa:"\f5c1\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f";--fa--fa:"\e53f\e53f"}.fa-chevron-down{--fa:"\f078";--fa--fa:"\f078\f078"}.fa-battery-full{--fa:"\f240";--fa--fa:"\f240\f240"}.fa-battery{--fa:"\f240";--fa--fa:"\f240\f240"}.fa-battery-5{--fa:"\f240";--fa--fa:"\f240\f240"}.fa-skull-crossbones{--fa:"\f714";--fa--fa:"\f714\f714"}.fa-code-compare{--fa:"\e13a";--fa--fa:"\e13a\e13a"}.fa-list-ul{--fa:"\f0ca";--fa--fa:"\f0ca\f0ca"}.fa-list-dots{--fa:"\f0ca";--fa--fa:"\f0ca\f0ca"}.fa-school-lock{--fa:"\e56f";--fa--fa:"\e56f\e56f"}.fa-tower-cell{--fa:"\e585";--fa--fa:"\e585\e585"}.fa-down-long{--fa:"\f309";--fa--fa:"\f309\f309"}.fa-long-arrow-alt-down{--fa:"\f309";--fa--fa:"\f309\f309"}.fa-ranking-star{--fa:"\e561";--fa--fa:"\e561\e561"}.fa-chess-king{--fa:"\f43f";--fa--fa:"\f43f\f43f"}.fa-person-harassing{--fa:"\e549";--fa--fa:"\e549\e549"}.fa-brazilian-real-sign{--fa:"\e46c";--fa--fa:"\e46c\e46c"}.fa-landmark-dome{--fa:"\f752";--fa--fa:"\f752\f752"}.fa-landmark-alt{--fa:"\f752";--fa--fa:"\f752\f752"}.fa-arrow-up{--fa:"\f062";--fa--fa:"\f062\f062"}.fa-tv{--fa:"\f26c";--fa--fa:"\f26c\f26c"}.fa-television{--fa:"\f26c";--fa--fa:"\f26c\f26c"}.fa-tv-alt{--fa:"\f26c";--fa--fa:"\f26c\f26c"}.fa-shrimp{--fa:"\e448";--fa--fa:"\e448\e448"}.fa-list-check{--fa:"\f0ae";--fa--fa:"\f0ae\f0ae"}.fa-tasks{--fa:"\f0ae";--fa--fa:"\f0ae\f0ae"}.fa-jug-detergent{--fa:"\e519";--fa--fa:"\e519\e519"}.fa-circle-user{--fa:"\f2bd";--fa--fa:"\f2bd\f2bd"}.fa-user-circle{--fa:"\f2bd";--fa--fa:"\f2bd\f2bd"}.fa-user-shield{--fa:"\f505";--fa--fa:"\f505\f505"}.fa-wind{--fa:"\f72e";--fa--fa:"\f72e\f72e"}.fa-car-burst{--fa:"\f5e1";--fa--fa:"\f5e1\f5e1"}.fa-car-crash{--fa:"\f5e1";--fa--fa:"\f5e1\f5e1"}.fa-y{--fa:"\59";--fa--fa:"\59\59"}.fa-person-snowboarding{--fa:"\f7ce";--fa--fa:"\f7ce\f7ce"}.fa-snowboarding{--fa:"\f7ce";--fa--fa:"\f7ce\f7ce"}.fa-truck-fast{--fa:"\f48b";--fa--fa:"\f48b\f48b"}.fa-shipping-fast{--fa:"\f48b";--fa--fa:"\f48b\f48b"}.fa-fish{--fa:"\f578";--fa--fa:"\f578\f578"}.fa-user-graduate{--fa:"\f501";--fa--fa:"\f501\f501"}.fa-circle-half-stroke{--fa:"\f042";--fa--fa:"\f042\f042"}.fa-adjust{--fa:"\f042";--fa--fa:"\f042\f042"}.fa-clapperboard{--fa:"\e131";--fa--fa:"\e131\e131"}.fa-circle-radiation{--fa:"\f7ba";--fa--fa:"\f7ba\f7ba"}.fa-radiation-alt{--fa:"\f7ba";--fa--fa:"\f7ba\f7ba"}.fa-baseball{--fa:"\f433";--fa--fa:"\f433\f433"}.fa-baseball-ball{--fa:"\f433";--fa--fa:"\f433\f433"}.fa-jet-fighter-up{--fa:"\e518";--fa--fa:"\e518\e518"}.fa-diagram-project{--fa:"\f542";--fa--fa:"\f542\f542"}.fa-project-diagram{--fa:"\f542";--fa--fa:"\f542\f542"}.fa-copy{--fa:"\f0c5";--fa--fa:"\f0c5\f0c5"}.fa-volume-xmark{--fa:"\f6a9";--fa--fa:"\f6a9\f6a9"}.fa-volume-mute{--fa:"\f6a9";--fa--fa:"\f6a9\f6a9"}.fa-volume-times{--fa:"\f6a9";--fa--fa:"\f6a9\f6a9"}.fa-hand-sparkles{--fa:"\e05d";--fa--fa:"\e05d\e05d"}.fa-grip{--fa:"\f58d";--fa--fa:"\f58d\f58d"}.fa-grip-horizontal{--fa:"\f58d";--fa--fa:"\f58d\f58d"}.fa-share-from-square{--fa:"\f14d";--fa--fa:"\f14d\f14d"}.fa-share-square{--fa:"\f14d";--fa--fa:"\f14d\f14d"}.fa-child-combatant{--fa:"\e4e0";--fa--fa:"\e4e0\e4e0"}.fa-child-rifle{--fa:"\e4e0";--fa--fa:"\e4e0\e4e0"}.fa-gun{--fa:"\e19b";--fa--fa:"\e19b\e19b"}.fa-square-phone{--fa:"\f098";--fa--fa:"\f098\f098"}.fa-phone-square{--fa:"\f098";--fa--fa:"\f098\f098"}.fa-plus{--fa:"\2b";--fa--fa:"\2b\2b"}.fa-add{--fa:"\2b";--fa--fa:"\2b\2b"}.fa-expand{--fa:"\f065";--fa--fa:"\f065\f065"}.fa-computer{--fa:"\e4e5";--fa--fa:"\e4e5\e4e5"}.fa-xmark{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-close{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-multiply{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-remove{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-times{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-arrows-up-down-left-right{--fa:"\f047";--fa--fa:"\f047\f047"}.fa-arrows{--fa:"\f047";--fa--fa:"\f047\f047"}.fa-chalkboard-user{--fa:"\f51c";--fa--fa:"\f51c\f51c"}.fa-chalkboard-teacher{--fa:"\f51c";--fa--fa:"\f51c\f51c"}.fa-peso-sign{--fa:"\e222";--fa--fa:"\e222\e222"}.fa-building-shield{--fa:"\e4d8";--fa--fa:"\e4d8\e4d8"}.fa-baby{--fa:"\f77c";--fa--fa:"\f77c\f77c"}.fa-users-line{--fa:"\e592";--fa--fa:"\e592\e592"}.fa-quote-left{--fa:"\f10d";--fa--fa:"\f10d\f10d"}.fa-quote-left-alt{--fa:"\f10d";--fa--fa:"\f10d\f10d"}.fa-tractor{--fa:"\f722";--fa--fa:"\f722\f722"}.fa-trash-arrow-up{--fa:"\f829";--fa--fa:"\f829\f829"}.fa-trash-restore{--fa:"\f829";--fa--fa:"\f829\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0";--fa--fa:"\e4b0\e4b0"}.fa-lines-leaning{--fa:"\e51e";--fa--fa:"\e51e\e51e"}.fa-ruler-combined{--fa:"\f546";--fa--fa:"\f546\f546"}.fa-copyright{--fa:"\f1f9";--fa--fa:"\f1f9\f1f9"}.fa-equals{--fa:"\3d";--fa--fa:"\3d\3d"}.fa-blender{--fa:"\f517";--fa--fa:"\f517\f517"}.fa-teeth{--fa:"\f62e";--fa--fa:"\f62e\f62e"}.fa-shekel-sign{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-ils{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-shekel{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-sheqel{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-sheqel-sign{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-map{--fa:"\f279";--fa--fa:"\f279\f279"}.fa-rocket{--fa:"\f135";--fa--fa:"\f135\f135"}.fa-photo-film{--fa:"\f87c";--fa--fa:"\f87c\f87c"}.fa-photo-video{--fa:"\f87c";--fa--fa:"\f87c\f87c"}.fa-folder-minus{--fa:"\f65d";--fa--fa:"\f65d\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a";--fa--fa:"\e69a\e69a"}.fa-store{--fa:"\f54e";--fa--fa:"\f54e\f54e"}.fa-arrow-trend-up{--fa:"\e098";--fa--fa:"\e098\e098"}.fa-plug-circle-minus{--fa:"\e55e";--fa--fa:"\e55e\e55e"}.fa-sign-hanging{--fa:"\f4d9";--fa--fa:"\f4d9\f4d9"}.fa-sign{--fa:"\f4d9";--fa--fa:"\f4d9\f4d9"}.fa-bezier-curve{--fa:"\f55b";--fa--fa:"\f55b\f55b"}.fa-bell-slash{--fa:"\f1f6";--fa--fa:"\f1f6\f1f6"}.fa-tablet{--fa:"\f3fb";--fa--fa:"\f3fb\f3fb"}.fa-tablet-android{--fa:"\f3fb";--fa--fa:"\f3fb\f3fb"}.fa-school-flag{--fa:"\e56e";--fa--fa:"\e56e\e56e"}.fa-fill{--fa:"\f575";--fa--fa:"\f575\f575"}.fa-angle-up{--fa:"\f106";--fa--fa:"\f106\f106"}.fa-drumstick-bite{--fa:"\f6d7";--fa--fa:"\f6d7\f6d7"}.fa-holly-berry{--fa:"\f7aa";--fa--fa:"\f7aa\f7aa"}.fa-chevron-left{--fa:"\f053";--fa--fa:"\f053\f053"}.fa-bacteria{--fa:"\e059";--fa--fa:"\e059\e059"}.fa-hand-lizard{--fa:"\f258";--fa--fa:"\f258\f258"}.fa-notdef{--fa:"\e1fe";--fa--fa:"\e1fe\e1fe"}.fa-disease{--fa:"\f7fa";--fa--fa:"\f7fa\f7fa"}.fa-briefcase-medical{--fa:"\f469";--fa--fa:"\f469\f469"}.fa-genderless{--fa:"\f22d";--fa--fa:"\f22d\f22d"}.fa-chevron-right{--fa:"\f054";--fa--fa:"\f054\f054"}.fa-retweet{--fa:"\f079";--fa--fa:"\f079\f079"}.fa-car-rear{--fa:"\f5de";--fa--fa:"\f5de\f5de"}.fa-car-alt{--fa:"\f5de";--fa--fa:"\f5de\f5de"}.fa-pump-soap{--fa:"\e06b";--fa--fa:"\e06b\e06b"}.fa-video-slash{--fa:"\f4e2";--fa--fa:"\f4e2\f4e2"}.fa-battery-quarter{--fa:"\f243";--fa--fa:"\f243\f243"}.fa-battery-2{--fa:"\f243";--fa--fa:"\f243\f243"}.fa-radio{--fa:"\f8d7";--fa--fa:"\f8d7\f8d7"}.fa-baby-carriage{--fa:"\f77d";--fa--fa:"\f77d\f77d"}.fa-carriage-baby{--fa:"\f77d";--fa--fa:"\f77d\f77d"}.fa-traffic-light{--fa:"\f637";--fa--fa:"\f637\f637"}.fa-thermometer{--fa:"\f491";--fa--fa:"\f491\f491"}.fa-vr-cardboard{--fa:"\f729";--fa--fa:"\f729\f729"}.fa-hand-middle-finger{--fa:"\f806";--fa--fa:"\f806\f806"}.fa-percent{--fa:"\25";--fa--fa:"\25\25"}.fa-percentage{--fa:"\25";--fa--fa:"\25\25"}.fa-truck-moving{--fa:"\f4df";--fa--fa:"\f4df\f4df"}.fa-glass-water-droplet{--fa:"\e4f5";--fa--fa:"\e4f5\e4f5"}.fa-display{--fa:"\e163";--fa--fa:"\e163\e163"}.fa-face-smile{--fa:"\f118";--fa--fa:"\f118\f118"}.fa-smile{--fa:"\f118";--fa--fa:"\f118\f118"}.fa-thumbtack{--fa:"\f08d";--fa--fa:"\f08d\f08d"}.fa-thumb-tack{--fa:"\f08d";--fa--fa:"\f08d\f08d"}.fa-trophy{--fa:"\f091";--fa--fa:"\f091\f091"}.fa-person-praying{--fa:"\f683";--fa--fa:"\f683\f683"}.fa-pray{--fa:"\f683";--fa--fa:"\f683\f683"}.fa-hammer{--fa:"\f6e3";--fa--fa:"\f6e3\f6e3"}.fa-hand-peace{--fa:"\f25b";--fa--fa:"\f25b\f25b"}.fa-rotate{--fa:"\f2f1";--fa--fa:"\f2f1\f2f1"}.fa-sync-alt{--fa:"\f2f1";--fa--fa:"\f2f1\f2f1"}.fa-spinner{--fa:"\f110";--fa--fa:"\f110\f110"}.fa-robot{--fa:"\f544";--fa--fa:"\f544\f544"}.fa-peace{--fa:"\f67c";--fa--fa:"\f67c\f67c"}.fa-gears{--fa:"\f085";--fa--fa:"\f085\f085"}.fa-cogs{--fa:"\f085";--fa--fa:"\f085\f085"}.fa-warehouse{--fa:"\f494";--fa--fa:"\f494\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7";--fa--fa:"\e4b7\e4b7"}.fa-splotch{--fa:"\f5bc";--fa--fa:"\f5bc\f5bc"}.fa-face-grin-hearts{--fa:"\f584";--fa--fa:"\f584\f584"}.fa-grin-hearts{--fa:"\f584";--fa--fa:"\f584\f584"}.fa-dice-four{--fa:"\f524";--fa--fa:"\f524\f524"}.fa-sim-card{--fa:"\f7c4";--fa--fa:"\f7c4\f7c4"}.fa-transgender{--fa:"\f225";--fa--fa:"\f225\f225"}.fa-transgender-alt{--fa:"\f225";--fa--fa:"\f225\f225"}.fa-mercury{--fa:"\f223";--fa--fa:"\f223\f223"}.fa-arrow-turn-down{--fa:"\f149";--fa--fa:"\f149\f149"}.fa-level-down{--fa:"\f149";--fa--fa:"\f149\f149"}.fa-person-falling-burst{--fa:"\e547";--fa--fa:"\e547\e547"}.fa-award{--fa:"\f559";--fa--fa:"\f559\f559"}.fa-ticket-simple{--fa:"\f3ff";--fa--fa:"\f3ff\f3ff"}.fa-ticket-alt{--fa:"\f3ff";--fa--fa:"\f3ff\f3ff"}.fa-building{--fa:"\f1ad";--fa--fa:"\f1ad\f1ad"}.fa-angles-left{--fa:"\f100";--fa--fa:"\f100\f100"}.fa-angle-double-left{--fa:"\f100";--fa--fa:"\f100\f100"}.fa-qrcode{--fa:"\f029";--fa--fa:"\f029\f029"}.fa-clock-rotate-left{--fa:"\f1da";--fa--fa:"\f1da\f1da"}.fa-history{--fa:"\f1da";--fa--fa:"\f1da\f1da"}.fa-face-grin-beam-sweat{--fa:"\f583";--fa--fa:"\f583\f583"}.fa-grin-beam-sweat{--fa:"\f583";--fa--fa:"\f583\f583"}.fa-file-export{--fa:"\f56e";--fa--fa:"\f56e\f56e"}.fa-arrow-right-from-file{--fa:"\f56e";--fa--fa:"\f56e\f56e"}.fa-shield{--fa:"\f132";--fa--fa:"\f132\f132"}.fa-shield-blank{--fa:"\f132";--fa--fa:"\f132\f132"}.fa-arrow-up-short-wide{--fa:"\f885";--fa--fa:"\f885\f885"}.fa-sort-amount-up-alt{--fa:"\f885";--fa--fa:"\f885\f885"}.fa-comment-nodes{--fa:"\e696";--fa--fa:"\e696\e696"}.fa-house-medical{--fa:"\e3b2";--fa--fa:"\e3b2\e3b2"}.fa-golf-ball-tee{--fa:"\f450";--fa--fa:"\f450\f450"}.fa-golf-ball{--fa:"\f450";--fa--fa:"\f450\f450"}.fa-circle-chevron-left{--fa:"\f137";--fa--fa:"\f137\f137"}.fa-chevron-circle-left{--fa:"\f137";--fa--fa:"\f137\f137"}.fa-house-chimney-window{--fa:"\e00d";--fa--fa:"\e00d\e00d"}.fa-pen-nib{--fa:"\f5ad";--fa--fa:"\f5ad\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580";--fa--fa:"\e580\e580"}.fa-tents{--fa:"\e582";--fa--fa:"\e582\e582"}.fa-wand-magic{--fa:"\f0d0";--fa--fa:"\f0d0\f0d0"}.fa-magic{--fa:"\f0d0";--fa--fa:"\f0d0\f0d0"}.fa-dog{--fa:"\f6d3";--fa--fa:"\f6d3\f6d3"}.fa-carrot{--fa:"\f787";--fa--fa:"\f787\f787"}.fa-moon{--fa:"\f186";--fa--fa:"\f186\f186"}.fa-wine-glass-empty{--fa:"\f5ce";--fa--fa:"\f5ce\f5ce"}.fa-wine-glass-alt{--fa:"\f5ce";--fa--fa:"\f5ce\f5ce"}.fa-cheese{--fa:"\f7ef";--fa--fa:"\f7ef\f7ef"}.fa-yin-yang{--fa:"\f6ad";--fa--fa:"\f6ad\f6ad"}.fa-music{--fa:"\f001";--fa--fa:"\f001\f001"}.fa-code-commit{--fa:"\f386";--fa--fa:"\f386\f386"}.fa-temperature-low{--fa:"\f76b";--fa--fa:"\f76b\f76b"}.fa-person-biking{--fa:"\f84a";--fa--fa:"\f84a\f84a"}.fa-biking{--fa:"\f84a";--fa--fa:"\f84a\f84a"}.fa-broom{--fa:"\f51a";--fa--fa:"\f51a\f51a"}.fa-shield-heart{--fa:"\e574";--fa--fa:"\e574\e574"}.fa-gopuram{--fa:"\f664";--fa--fa:"\f664\f664"}.fa-earth-oceania{--fa:"\e47b";--fa--fa:"\e47b\e47b"}.fa-globe-oceania{--fa:"\e47b";--fa--fa:"\e47b\e47b"}.fa-square-xmark{--fa:"\f2d3";--fa--fa:"\f2d3\f2d3"}.fa-times-square{--fa:"\f2d3";--fa--fa:"\f2d3\f2d3"}.fa-xmark-square{--fa:"\f2d3";--fa--fa:"\f2d3\f2d3"}.fa-hashtag{--fa:"\23";--fa--fa:"\23\23"}.fa-up-right-and-down-left-from-center{--fa:"\f424";--fa--fa:"\f424\f424"}.fa-expand-alt{--fa:"\f424";--fa--fa:"\f424\f424"}.fa-oil-can{--fa:"\f613";--fa--fa:"\f613\f613"}.fa-t{--fa:"\54";--fa--fa:"\54\54"}.fa-hippo{--fa:"\f6ed";--fa--fa:"\f6ed\f6ed"}.fa-chart-column{--fa:"\e0e3";--fa--fa:"\e0e3\e0e3"}.fa-infinity{--fa:"\f534";--fa--fa:"\f534\f534"}.fa-vial-circle-check{--fa:"\e596";--fa--fa:"\e596\e596"}.fa-person-arrow-down-to-line{--fa:"\e538";--fa--fa:"\e538\e538"}.fa-voicemail{--fa:"\f897";--fa--fa:"\f897\f897"}.fa-fan{--fa:"\f863";--fa--fa:"\f863\f863"}.fa-person-walking-luggage{--fa:"\e554";--fa--fa:"\e554\e554"}.fa-up-down{--fa:"\f338";--fa--fa:"\f338\f338"}.fa-arrows-alt-v{--fa:"\f338";--fa--fa:"\f338\f338"}.fa-cloud-moon-rain{--fa:"\f73c";--fa--fa:"\f73c\f73c"}.fa-calendar{--fa:"\f133";--fa--fa:"\f133\f133"}.fa-trailer{--fa:"\e041";--fa--fa:"\e041\e041"}.fa-bahai{--fa:"\f666";--fa--fa:"\f666\f666"}.fa-haykal{--fa:"\f666";--fa--fa:"\f666\f666"}.fa-sd-card{--fa:"\f7c2";--fa--fa:"\f7c2\f7c2"}.fa-dragon{--fa:"\f6d5";--fa--fa:"\f6d5\f6d5"}.fa-shoe-prints{--fa:"\f54b";--fa--fa:"\f54b\f54b"}.fa-circle-plus{--fa:"\f055";--fa--fa:"\f055\f055"}.fa-plus-circle{--fa:"\f055";--fa--fa:"\f055\f055"}.fa-face-grin-tongue-wink{--fa:"\f58b";--fa--fa:"\f58b\f58b"}.fa-grin-tongue-wink{--fa:"\f58b";--fa--fa:"\f58b\f58b"}.fa-hand-holding{--fa:"\f4bd";--fa--fa:"\f4bd\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d";--fa--fa:"\e55d\e55d"}.fa-link-slash{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-chain-broken{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-chain-slash{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-unlink{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-clone{--fa:"\f24d";--fa--fa:"\f24d\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551";--fa--fa:"\e551\e551"}.fa-arrow-up-z-a{--fa:"\f882";--fa--fa:"\f882\f882"}.fa-sort-alpha-up-alt{--fa:"\f882";--fa--fa:"\f882\f882"}.fa-fire-flame-curved{--fa:"\f7e4";--fa--fa:"\f7e4\f7e4"}.fa-fire-alt{--fa:"\f7e4";--fa--fa:"\f7e4\f7e4"}.fa-tornado{--fa:"\f76f";--fa--fa:"\f76f\f76f"}.fa-file-circle-plus{--fa:"\e494";--fa--fa:"\e494\e494"}.fa-book-quran{--fa:"\f687";--fa--fa:"\f687\f687"}.fa-quran{--fa:"\f687";--fa--fa:"\f687\f687"}.fa-anchor{--fa:"\f13d";--fa--fa:"\f13d\f13d"}.fa-border-all{--fa:"\f84c";--fa--fa:"\f84c\f84c"}.fa-face-angry{--fa:"\f556";--fa--fa:"\f556\f556"}.fa-angry{--fa:"\f556";--fa--fa:"\f556\f556"}.fa-cookie-bite{--fa:"\f564";--fa--fa:"\f564\f564"}.fa-arrow-trend-down{--fa:"\e097";--fa--fa:"\e097\e097"}.fa-rss{--fa:"\f09e";--fa--fa:"\f09e\f09e"}.fa-feed{--fa:"\f09e";--fa--fa:"\f09e\f09e"}.fa-draw-polygon{--fa:"\f5ee";--fa--fa:"\f5ee\f5ee"}.fa-scale-balanced{--fa:"\f24e";--fa--fa:"\f24e\f24e"}.fa-balance-scale{--fa:"\f24e";--fa--fa:"\f24e\f24e"}.fa-gauge-simple-high{--fa:"\f62a";--fa--fa:"\f62a\f62a"}.fa-tachometer{--fa:"\f62a";--fa--fa:"\f62a\f62a"}.fa-tachometer-fast{--fa:"\f62a";--fa--fa:"\f62a\f62a"}.fa-shower{--fa:"\f2cc";--fa--fa:"\f2cc\f2cc"}.fa-desktop{--fa:"\f390";--fa--fa:"\f390\f390"}.fa-desktop-alt{--fa:"\f390";--fa--fa:"\f390\f390"}.fa-m{--fa:"\4d";--fa--fa:"\4d\4d"}.fa-table-list{--fa:"\f00b";--fa--fa:"\f00b\f00b"}.fa-th-list{--fa:"\f00b";--fa--fa:"\f00b\f00b"}.fa-comment-sms{--fa:"\f7cd";--fa--fa:"\f7cd\f7cd"}.fa-sms{--fa:"\f7cd";--fa--fa:"\f7cd\f7cd"}.fa-book{--fa:"\f02d";--fa--fa:"\f02d\f02d"}.fa-user-plus{--fa:"\f234";--fa--fa:"\f234\f234"}.fa-check{--fa:"\f00c";--fa--fa:"\f00c\f00c"}.fa-battery-three-quarters{--fa:"\f241";--fa--fa:"\f241\f241"}.fa-battery-4{--fa:"\f241";--fa--fa:"\f241\f241"}.fa-house-circle-check{--fa:"\e509";--fa--fa:"\e509\e509"}.fa-angle-left{--fa:"\f104";--fa--fa:"\f104\f104"}.fa-diagram-successor{--fa:"\e47a";--fa--fa:"\e47a\e47a"}.fa-truck-arrow-right{--fa:"\e58b";--fa--fa:"\e58b\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc";--fa--fa:"\e4bc\e4bc"}.fa-hand-fist{--fa:"\f6de";--fa--fa:"\f6de\f6de"}.fa-fist-raised{--fa:"\f6de";--fa--fa:"\f6de\f6de"}.fa-cloud-moon{--fa:"\f6c3";--fa--fa:"\f6c3\f6c3"}.fa-briefcase{--fa:"\f0b1";--fa--fa:"\f0b1\f0b1"}.fa-person-falling{--fa:"\e546";--fa--fa:"\e546\e546"}.fa-image-portrait{--fa:"\f3e0";--fa--fa:"\f3e0\f3e0"}.fa-portrait{--fa:"\f3e0";--fa--fa:"\f3e0\f3e0"}.fa-user-tag{--fa:"\f507";--fa--fa:"\f507\f507"}.fa-rug{--fa:"\e569";--fa--fa:"\e569\e569"}.fa-earth-europe{--fa:"\f7a2";--fa--fa:"\f7a2\f7a2"}.fa-globe-europe{--fa:"\f7a2";--fa--fa:"\f7a2\f7a2"}.fa-cart-flatbed-suitcase{--fa:"\f59d";--fa--fa:"\f59d\f59d"}.fa-luggage-cart{--fa:"\f59d";--fa--fa:"\f59d\f59d"}.fa-rectangle-xmark{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-rectangle-times{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-times-rectangle{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-window-close{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-baht-sign{--fa:"\e0ac";--fa--fa:"\e0ac\e0ac"}.fa-book-open{--fa:"\f518";--fa--fa:"\f518\f518"}.fa-book-journal-whills{--fa:"\f66a";--fa--fa:"\f66a\f66a"}.fa-journal-whills{--fa:"\f66a";--fa--fa:"\f66a\f66a"}.fa-handcuffs{--fa:"\e4f8";--fa--fa:"\e4f8\e4f8"}.fa-triangle-exclamation{--fa:"\f071";--fa--fa:"\f071\f071"}.fa-exclamation-triangle{--fa:"\f071";--fa--fa:"\f071\f071"}.fa-warning{--fa:"\f071";--fa--fa:"\f071\f071"}.fa-database{--fa:"\f1c0";--fa--fa:"\f1c0\f1c0"}.fa-share{--fa:"\f064";--fa--fa:"\f064\f064"}.fa-mail-forward{--fa:"\f064";--fa--fa:"\f064\f064"}.fa-bottle-droplet{--fa:"\e4c4";--fa--fa:"\e4c4\e4c4"}.fa-mask-face{--fa:"\e1d7";--fa--fa:"\e1d7\e1d7"}.fa-hill-rockslide{--fa:"\e508";--fa--fa:"\e508\e508"}.fa-right-left{--fa:"\f362";--fa--fa:"\f362\f362"}.fa-exchange-alt{--fa:"\f362";--fa--fa:"\f362\f362"}.fa-paper-plane{--fa:"\f1d8";--fa--fa:"\f1d8\f1d8"}.fa-road-circle-exclamation{--fa:"\e565";--fa--fa:"\e565\e565"}.fa-dungeon{--fa:"\f6d9";--fa--fa:"\f6d9\f6d9"}.fa-align-right{--fa:"\f038";--fa--fa:"\f038\f038"}.fa-money-bill-1-wave{--fa:"\f53b";--fa--fa:"\f53b\f53b"}.fa-money-bill-wave-alt{--fa:"\f53b";--fa--fa:"\f53b\f53b"}.fa-life-ring{--fa:"\f1cd";--fa--fa:"\f1cd\f1cd"}.fa-hands{--fa:"\f2a7";--fa--fa:"\f2a7\f2a7"}.fa-sign-language{--fa:"\f2a7";--fa--fa:"\f2a7\f2a7"}.fa-signing{--fa:"\f2a7";--fa--fa:"\f2a7\f2a7"}.fa-calendar-day{--fa:"\f783";--fa--fa:"\f783\f783"}.fa-water-ladder{--fa:"\f5c5";--fa--fa:"\f5c5\f5c5"}.fa-ladder-water{--fa:"\f5c5";--fa--fa:"\f5c5\f5c5"}.fa-swimming-pool{--fa:"\f5c5";--fa--fa:"\f5c5\f5c5"}.fa-arrows-up-down{--fa:"\f07d";--fa--fa:"\f07d\f07d"}.fa-arrows-v{--fa:"\f07d";--fa--fa:"\f07d\f07d"}.fa-face-grimace{--fa:"\f57f";--fa--fa:"\f57f\f57f"}.fa-grimace{--fa:"\f57f";--fa--fa:"\f57f\f57f"}.fa-wheelchair-move{--fa:"\e2ce";--fa--fa:"\e2ce\e2ce"}.fa-wheelchair-alt{--fa:"\e2ce";--fa--fa:"\e2ce\e2ce"}.fa-turn-down{--fa:"\f3be";--fa--fa:"\f3be\f3be"}.fa-level-down-alt{--fa:"\f3be";--fa--fa:"\f3be\f3be"}.fa-person-walking-arrow-right{--fa:"\e552";--fa--fa:"\e552\e552"}.fa-square-envelope{--fa:"\f199";--fa--fa:"\f199\f199"}.fa-envelope-square{--fa:"\f199";--fa--fa:"\f199\f199"}.fa-dice{--fa:"\f522";--fa--fa:"\f522\f522"}.fa-bowling-ball{--fa:"\f436";--fa--fa:"\f436\f436"}.fa-brain{--fa:"\f5dc";--fa--fa:"\f5dc\f5dc"}.fa-bandage{--fa:"\f462";--fa--fa:"\f462\f462"}.fa-band-aid{--fa:"\f462";--fa--fa:"\f462\f462"}.fa-calendar-minus{--fa:"\f272";--fa--fa:"\f272\f272"}.fa-circle-xmark{--fa:"\f057";--fa--fa:"\f057\f057"}.fa-times-circle{--fa:"\f057";--fa--fa:"\f057\f057"}.fa-xmark-circle{--fa:"\f057";--fa--fa:"\f057\f057"}.fa-gifts{--fa:"\f79c";--fa--fa:"\f79c\f79c"}.fa-hotel{--fa:"\f594";--fa--fa:"\f594\f594"}.fa-earth-asia{--fa:"\f57e";--fa--fa:"\f57e\f57e"}.fa-globe-asia{--fa:"\f57e";--fa--fa:"\f57e\f57e"}.fa-id-card-clip{--fa:"\f47f";--fa--fa:"\f47f\f47f"}.fa-id-card-alt{--fa:"\f47f";--fa--fa:"\f47f\f47f"}.fa-magnifying-glass-plus{--fa:"\f00e";--fa--fa:"\f00e\f00e"}.fa-search-plus{--fa:"\f00e";--fa--fa:"\f00e\f00e"}.fa-thumbs-up{--fa:"\f164";--fa--fa:"\f164\f164"}.fa-user-clock{--fa:"\f4fd";--fa--fa:"\f4fd\f4fd"}.fa-hand-dots{--fa:"\f461";--fa--fa:"\f461\f461"}.fa-allergies{--fa:"\f461";--fa--fa:"\f461\f461"}.fa-file-invoice{--fa:"\f570";--fa--fa:"\f570\f570"}.fa-window-minimize{--fa:"\f2d1";--fa--fa:"\f2d1\f2d1"}.fa-mug-saucer{--fa:"\f0f4";--fa--fa:"\f0f4\f0f4"}.fa-coffee{--fa:"\f0f4";--fa--fa:"\f0f4\f0f4"}.fa-brush{--fa:"\f55d";--fa--fa:"\f55d\f55d"}.fa-file-half-dashed{--fa:"\e698";--fa--fa:"\e698\e698"}.fa-mask{--fa:"\f6fa";--fa--fa:"\f6fa\f6fa"}.fa-magnifying-glass-minus{--fa:"\f010";--fa--fa:"\f010\f010"}.fa-search-minus{--fa:"\f010";--fa--fa:"\f010\f010"}.fa-ruler-vertical{--fa:"\f548";--fa--fa:"\f548\f548"}.fa-user-large{--fa:"\f406";--fa--fa:"\f406\f406"}.fa-user-alt{--fa:"\f406";--fa--fa:"\f406\f406"}.fa-train-tram{--fa:"\e5b4";--fa--fa:"\e5b4\e5b4"}.fa-user-nurse{--fa:"\f82f";--fa--fa:"\f82f\f82f"}.fa-syringe{--fa:"\f48e";--fa--fa:"\f48e\f48e"}.fa-cloud-sun{--fa:"\f6c4";--fa--fa:"\f6c4\f6c4"}.fa-stopwatch-20{--fa:"\e06f";--fa--fa:"\e06f\e06f"}.fa-square-full{--fa:"\f45c";--fa--fa:"\f45c\f45c"}.fa-magnet{--fa:"\f076";--fa--fa:"\f076\f076"}.fa-jar{--fa:"\e516";--fa--fa:"\e516\e516"}.fa-note-sticky{--fa:"\f249";--fa--fa:"\f249\f249"}.fa-sticky-note{--fa:"\f249";--fa--fa:"\f249\f249"}.fa-bug-slash{--fa:"\e490";--fa--fa:"\e490\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6";--fa--fa:"\e4b6\e4b6"}.fa-bone{--fa:"\f5d7";--fa--fa:"\f5d7\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691";--fa--fa:"\e691\e691"}.fa-user-injured{--fa:"\f728";--fa--fa:"\f728\f728"}.fa-face-sad-tear{--fa:"\f5b4";--fa--fa:"\f5b4\f5b4"}.fa-sad-tear{--fa:"\f5b4";--fa--fa:"\f5b4\f5b4"}.fa-plane{--fa:"\f072";--fa--fa:"\f072\f072"}.fa-tent-arrows-down{--fa:"\e581";--fa--fa:"\e581\e581"}.fa-exclamation{--fa:"\21";--fa--fa:"\21\21"}.fa-arrows-spin{--fa:"\e4bb";--fa--fa:"\e4bb\e4bb"}.fa-print{--fa:"\f02f";--fa--fa:"\f02f\f02f"}.fa-turkish-lira-sign{--fa:"\e2bb";--fa--fa:"\e2bb\e2bb"}.fa-try{--fa:"\e2bb";--fa--fa:"\e2bb\e2bb"}.fa-turkish-lira{--fa:"\e2bb";--fa--fa:"\e2bb\e2bb"}.fa-dollar-sign{--fa:"\24";--fa--fa:"\24\24"}.fa-dollar{--fa:"\24";--fa--fa:"\24\24"}.fa-usd{--fa:"\24";--fa--fa:"\24\24"}.fa-x{--fa:"\58";--fa--fa:"\58\58"}.fa-magnifying-glass-dollar{--fa:"\f688";--fa--fa:"\f688\f688"}.fa-search-dollar{--fa:"\f688";--fa--fa:"\f688\f688"}.fa-users-gear{--fa:"\f509";--fa--fa:"\f509\f509"}.fa-users-cog{--fa:"\f509";--fa--fa:"\f509\f509"}.fa-person-military-pointing{--fa:"\e54a";--fa--fa:"\e54a\e54a"}.fa-building-columns{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-bank{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-institution{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-museum{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-university{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-umbrella{--fa:"\f0e9";--fa--fa:"\f0e9\f0e9"}.fa-trowel{--fa:"\e589";--fa--fa:"\e589\e589"}.fa-d{--fa:"\44";--fa--fa:"\44\44"}.fa-stapler{--fa:"\e5af";--fa--fa:"\e5af\e5af"}.fa-masks-theater{--fa:"\f630";--fa--fa:"\f630\f630"}.fa-theater-masks{--fa:"\f630";--fa--fa:"\f630\f630"}.fa-kip-sign{--fa:"\e1c4";--fa--fa:"\e1c4\e1c4"}.fa-hand-point-left{--fa:"\f0a5";--fa--fa:"\f0a5\f0a5"}.fa-handshake-simple{--fa:"\f4c6";--fa--fa:"\f4c6\f4c6"}.fa-handshake-alt{--fa:"\f4c6";--fa--fa:"\f4c6\f4c6"}.fa-jet-fighter{--fa:"\f0fb";--fa--fa:"\f0fb\f0fb"}.fa-fighter-jet{--fa:"\f0fb";--fa--fa:"\f0fb\f0fb"}.fa-square-share-nodes{--fa:"\f1e1";--fa--fa:"\f1e1\f1e1"}.fa-share-alt-square{--fa:"\f1e1";--fa--fa:"\f1e1\f1e1"}.fa-barcode{--fa:"\f02a";--fa--fa:"\f02a\f02a"}.fa-plus-minus{--fa:"\e43c";--fa--fa:"\e43c\e43c"}.fa-video{--fa:"\f03d";--fa--fa:"\f03d\f03d"}.fa-video-camera{--fa:"\f03d";--fa--fa:"\f03d\f03d"}.fa-graduation-cap{--fa:"\f19d";--fa--fa:"\f19d\f19d"}.fa-mortar-board{--fa:"\f19d";--fa--fa:"\f19d\f19d"}.fa-hand-holding-medical{--fa:"\e05c";--fa--fa:"\e05c\e05c"}.fa-person-circle-check{--fa:"\e53e";--fa--fa:"\e53e\e53e"}.fa-turn-up{--fa:"\f3bf";--fa--fa:"\f3bf\f3bf"}.fa-level-up-alt{--fa:"\f3bf";--fa--fa:"\f3bf\f3bf"}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-square-js{--fa:"\f3b9"}.fa-js-square{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-square-reddit{--fa:"\f1a2"}.fa-reddit-square{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-square-instagram{--fa:"\e055"}.fa-instagram-square{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-square-hacker-news{--fa:"\f3af"}.fa-hacker-news-square{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-square-snapchat{--fa:"\f2ad"}.fa-snapchat-square{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-font-awesome-alt{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo{--fa:"\f2aa"}.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-square-dribbble{--fa:"\f397"}.fa-dribbble-square{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter{--fa:"\f081"}.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter{--fa:"\f3bb"}.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube{--fa:"\f431"}.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-wpressr{--fa:"\f3e4"}.fa-rendact{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam{--fa:"\f1b7"}.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo{--fa:"\f194"}.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome{--fa:"\f2b4"}.fa-font-awesome-flag{--fa:"\f2b4"}.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-square-github{--fa:"\f092"}.fa-github-square{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-square-gitlab{--fa:"\e5ae"}.fa-gitlab-square{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-square-odnoklassniki{--fa:"\f264"}.fa-odnoklassniki-square{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-square-pinterest{--fa:"\f0d3"}.fa-pinterest-square{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-square{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing{--fa:"\f169"}.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group{--fa:"\e080"}.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-square-pied-piper{--fa:"\e01e"}.fa-pied-piper-square{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-square-facebook{--fa:"\f082"}.fa-facebook-square{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-square-lastfm{--fa:"\f203"}.fa-lastfm-square{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk{--fa:"\e2d0"}.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat{--fa:"\f2ab"}.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-square-behance{--fa:"\f1b5"}.fa-behance-square{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-square-git{--fa:"\f1d2"}.fa-git-square{--fa:"\f1d2"}.fa-square-tumblr{--fa:"\f174"}.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram{--fa:"\f2c6"}.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp{--fa:"\f40c"}.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack{--fa:"\f198"}.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium{--fa:"\f23a"}.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol:before{--fa:"\f3f6"}.fa-pencil:before{content:"\f303"}.fa-user-circle-o{content:"\f2bd"}.fa-user-o:before{content:"\f007"}.fa-trash-alt-o:{content:"\f2ed"}.fa-times-circle-o:before{content:"\f057"}.fa-ticket:before{content:"\f3ff"}.fa-tachometer:before{content:"\f3fd"}.fa-repeat:before{content:"\f2f9"}.fa-pen-square-o:before{content:"\f14b"}.fa-paper-plane-o:before{content:"\f1d8"}.fa-newspaper-o:before{content:"\f1ea"}.fa-moon-o:before{content:"\f186"}.fa-microphone-alt-slash:before{content:"\f131"}.fa-map-marker-o:before{content:"\f041"}.fa-map-o:before{content:"\f279"}.fa-hourglass-o:before{content:"\f254"}.fa-hospital-o:before{content:"\f0f8";font-family:'evo_FontAwesome'}.fa-heart-o:before{content:"\f004"}.fa-gem-o:before,.fa-diamond:before{content:"\f3a5"}.fa-folder-open-o:before{content:"\f07c"}.fa-folder-o:before{content:"\f07b"}.fa-flag-o:before{content:"\f024"}.fa-file-o:before,.fa-files-o:before{content:"\f15b"}.fa-file-alt-o:before{content:"\f15c"}.fa-file-archive-o:before{content:"\f1c6"}.fa-eye-slash-o:before{content:"\f070"}.fa-eye-o:before{content:"\f06e"}.fa-envelope-open-o:before{content:"\f2b6"}.fa-envelope-o:before{content:"\f0e0"}.fa-dot-circle-o:before{content:"\f192"}.fa-credit-card-o:before{content:"\f09d"}.fa-compass-o:before{content:"\f14e"}.fa-comment-alt-o:before{content:"\f27a"}.fa-comment-o:before{content:"\f075"}.fa-gears:before{content:"\f013"}.fa-clone-o:before{content:"\f24d"}.fa-clock-o:before{content:"\f017"}.fa-clipboard-o:before{content:"\f328"}.fa-circle:before,.fa-circle-o:before{content:"\f111"}.fa-check-circle-o:before{content:"\f058"}.fa-calendar-close:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-calendar-o:before{content:"\f133"}.fa-bookmark-o:before{content:"\f02e"}.fa-photo:before{content:"\f302"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-classic:'evo_FontAwesome';--fa-font-regular:normal 400 1em/1 'evo_FontAwesome'}@font-face{font-family:'evo_FontAwesome';font-style:normal;font-weight:400;font-display:block;src:url(../../../plugins/eventON/assets/fonts/fa-regular-400.woff2) format("woff2"),url(../../../plugins/eventON/assets/fonts/fa-regular-400.ttf) format("truetype")}.far,.fa-regular{font-weight:400}:root,:host{--fa-style-family-classic:'evo_FontAwesome';--fa-font-solid:normal 900 1em/1 'evo_FontAwesome'}@font-face{font-family:'evo_FontAwesome';font-style:normal;font-weight:900;font-display:block;src:url(../../../plugins/eventON/assets/fonts/fa-solid-900.woff2) format("woff2"),url(../../../plugins/eventON/assets/fonts/fa-solid-900.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}@font-face{font-family:'evo_FontAwesomeB';font-display:block;font-weight:400;src:url(../../../plugins/eventON/assets/fonts/fa-brands-400.woff2) format("woff2"),url(../../../plugins/eventON/assets/fonts/fa-brands-400.ttf) format("truetype")}.pp_gallery div,.pp_gallery ul a,.pp_social .facebook{overflow:hidden;float:left}a.pp_contract,a.pp_expand,div.pp_default .pp_next:hover,div.pp_default .pp_previous:hover{cursor:pointer}div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right,div.pp_default .pp_top,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right{height:13px}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container{background-color:#fff;padding:16px 10px 10px}div.pp_default .pp_content_container .pp_left{padding-left:13px}div.pp_default .pp_content_container .pp_right{padding-right:13px}div.pp_default .pp_content{background-color:#fff;margin:auto}div.pp_default .pp_next .fa,div.pp_default .pp_previous .fa{width:34px;height:34px;background-color:#fff;color:#5F5F5F;position:absolute;top:50%;margin-top:-12px;right:0;opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;text-align:center;line-height:34px;-ms-transform:scale(.93,.93);-webkit-transform:scale(.93,.93);transform:scale(.93,.93)}div.pp_default .pp_next:hover .fa{right:15px;opacity:1;-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}div.pp_default .pp_previous .fa{right:initial;left:0}div.pp_default .pp_previous:hover .fa{left:15px;opacity:1;-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}div.pp_default .pp_close,div.pp_default .pp_contract,div.pp_default .pp_expand{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;width:30px;height:30px;background-color:#fff;line-height:27px;text-align:center;color:#5F5F5F;text-decoration:none;opacity:.9;border:2px solid #5F5F5F}div.pp_default .pp_expand:before{content:"\f065"}div.pp_default .pp_contract:before{content:"\f066"}div.pp_default .pp_contract:hover,div.pp_default .pp_expand:hover{opacity:1}div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play,div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous{background-color:#E4E4E4;color:#5F5F5F;width:28px;height:28px;text-align:center;line-height:28px;text-decoration:none}div.pp_default .pp_close:before{content:"\f00d"}div.pp_default .pp_close:hover{color:#e42a30}div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play{width:34px;height:34px;line-height:34px;font-size:18px}div.pp_default .pp_nav .pp_pause .fa-play:before{content:"\f04c"}div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous{padding-left:0;margin-top:6px!important;margin-right:4px}div.pp_default .pp_gallery a.pp_arrow_previous{margin-right:10px;margin-top:3px!important}div.pp_default .pp_gallery a.pp_arrow_next{margin-left:10px;margin-top:3px!important}div.pp_default #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a{border:2px solid #E4E4E4}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#999}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_next,div.pp_default .pp_gallery a.pp_arrow_previous{position:static;left:auto}div.pp_default .pp_details{position:relative}div.pp_default .pp_content_container .pp_details,div.pp_default a.pp_arrow_previous{margin-top:3px}div.pp_default .pp_content_container .pp_gallery~.pp_details{margin-top:55px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:12px;left:105px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:6px}div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover,div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_nav .pp_play:hover{opacity:.7}div.pp_default .pp_description{font-size:12px;line-height:14px;margin:16px 10px 5px 180px}div.pp_default .pp_loaderIcon{background:url(../../../themes/publisher/includes/libs/better-framework/assets/img/pretty-photo-loader.gif) center center no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:99999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:999999;-webkit-box-shadow:0 0 0 6px rgba(0,0,0,.2);-moz-box-shadow:0 0 0 6px rgba(0,0,0,.2);-ms-box-shadow:0 0 0 6px rgba(0,0,0,.2);box-shadow:0 0 0 6px rgba(0,0,0,.2)}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{margin-left:5px;width:55px}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:block!important;opacity:1!important;position:absolute;left:50%;padding-top:15px}.pp_gallery div{position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px solid #000;border:1px solid rgba(0,0,0,.5);display:block;height:33px}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 3px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}a.pp_next,a.pp_previous{display:block;height:100%;width:49%}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{float:right}a.pp_previous{float:left}a.pp_contract,a.pp_expand{display:none;height:20px;position:absolute;right:60px;top:25px;width:20px;z-index:20000}a.pp_close{display:block;position:absolute;right:25px;top:25px;z-index:4000}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{background-color:#fff;display:none!important;font-size:17px;margin:0;z-index:9999;padding:10px 10px 0 15px;width:100%!important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#444;text-decoration:none}a:focus,a:hover{color:#e44e4f;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#e44e4f}a.text-primary:hover{color:#dd2223}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#e44e4f}a.bg-primary:hover{background-color:#dd2223}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.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 (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.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 (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.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 (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.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}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{line-height:34px}input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}_:-ms-fullscreen,:root input[type="date"],_:-ms-fullscreen,:root input[type="time"],_:-ms-fullscreen,:root input[type="datetime-local"],_:-ms-fullscreen,:root input[type="month"]{line-height:1.42857143}_:-ms-fullscreen.input-sm,:root input[type="date"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="time"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="datetime-local"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="month"].input-sm{line-height:1.5}_:-ms-fullscreen.input-lg,:root input[type="date"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="time"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="datetime-local"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="month"].input-lg{line-height:1.33}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.form-group-sm .form-control,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control,select.input-sm{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,select[multiple].input-sm,textarea.form-group-sm .form-control,textarea.input-sm{height:auto}.form-group-lg .form-control,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.form-group-lg .form-control,select.input-lg{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,select[multiple].input-lg,textarea.form-group-lg .form-control,textarea.input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#e44e4f;border-color:#e13839}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#dd2223;border-color:#be1d1e}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#e44e4f;border-color:#e13839}.btn-primary .badge{color:#e44e4f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#444;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#e44e4f;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#e44e4f}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#444}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#e44e4f}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;visibility:visible!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#e44e4f}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#dd2223}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#e44e4f;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#e44e4f}.panel-primary>.panel-heading{color:#fff;background-color:#e44e4f;border-color:#e44e4f}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#e44e4f}.panel-primary>.panel-heading .badge{color:#e44e4f;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#e44e4f}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0}.tooltip.in{opacity:.9}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.panel-body:after,.row: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}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(.1,0,.25,1);transition-duration:0s}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:0 0!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}.bs-pinning-wrapper{position:relative}.bs-pinning-block{left:0;right:0;top:0;z-index:9980;position:fixed!important}.bs-pinning-block.smart{-moz-transition:.3s all;-webkit-transition:.3s all;transition:.3s all}.bs-pinning-block.normal{position:inherit!important}.bs-pinning-block.pinned{-moz-box-shadow:0 0 6px rgba(0,0,0,.3);-webkit-box-shadow:0 0 6px rgba(0,0,0,.3);box-shadow:0 0 6px rgba(0,0,0,.3)}.bs-pinning-block.unpinned{-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.ie7 .bs-pinning-block.unpinned,.ie8 .bs-pinning-block.unpinned,.ie9 .bs-pinning-block.unpinned{margin-top:-100%}.ie7 .bs-pinning-block.unpinned-no-transition,.ie8 .bs-pinning-block.unpinned-no-transition,.ie9 .bs-pinning-block.unpinned-no-transition{margin-top:0}.bs-pinning-block.unpinned-no-transition{transition:none}.ie7 .bs-pinning-block.unpinned,.ie8 .bs-pinning-block.unpinned,.ie9 .bs-pinning-block.unpinned{margin-top:-100%}.ie7 .bs-pinning-block.unpinned-no-transition,.ie8 .bs-pinning-block.unpinned-no-transition,.ie9 .bs-pinning-block.unpinned-no-transition{margin-top:0}.better-container a:active,.better-container a:focus,.better-slider a:active,.better-slider a:focus{outline:0}.better-control-nav,.better-control-nav li,.better-direction-nav,.better-direction-nav li,.better-slider .slides{margin:0!important;padding:0;list-style:none}.better-slider{margin:0;padding:0;overflow:hidden}.better-slider .slides>li{display:none;-webkit-backface-visibility:hidden}.better-slider .slides .slide{position:relative}.better-slider.show-first .slides>li:first-child{display:block}.better-slider .slides img{width:100%;height:auto;display:block}.better-pauseplay span{text-transform:capitalize}.better-slider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .better-slider .slides{display:block}* html .better-slider .slides{height:1%}.no-js .better-slider .slides>li:first-child{display:block}.better-slider{margin:0;position:relative;zoom:1;height:auto;direction:ltr}.better-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .better-viewport{max-height:300px}.better-slider .slides{zoom:1}.better-slider .carousel li{margin-right:5px}.better-direction-nav li{margin:0!important}.better-direction-nav a{text-decoration:none;display:block;width:30px;height:30px;line-height:30px;margin:-15px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;background-color:#eaeaea;background-color:rgba(255,255,255,.76);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}.better-direction-nav .better-prev{left:-10px}.ie8 .better-direction-nav .better-prev{left:10px}.better-direction-nav .better-next{right:-10px;text-align:right}.ie8 .better-direction-nav .better-next{right:10px}.better-slider:hover .better-prev{opacity:.7;left:10px;-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}.better-slider:hover .better-next{opacity:.7;right:10px;-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}.better-slider:hover .better-next:hover,.better-slider:hover .better-prev:hover{opacity:1}.better-direction-nav .better-disabled{opacity:0!important;cursor:default}.better-direction-nav a:before{width:28px;text-align:center;font-family:FontAwesome;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:32px;font-size:14px;display:inline-block;content:'\f053'}.better-direction-nav a.better-next:before{content:'\f054'}.better-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.better-pauseplay a:before{font-family:FontAwesome;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1;font-size:20px;display:inline-block;content:'\f060'}.better-pauseplay a:hover{opacity:1}.better-pauseplay a.better-play:before{content:'\f061'}@media screen and (max-width:860px){.better-direction-nav .better-prev{opacity:1;left:10px}.better-direction-nav .better-next{opacity:1;right:10px}}.better-slider .slides li .caption{position:absolute;bottom:0;width:100%;margin:0;padding:30px 15px 15px;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.77)}.better-control-nav,ol.better-control-nav{color:#000;text-align:center;padding:0;margin:0}.better-control-nav li{display:inline-block;margin:0 3px!important;vertical-align:bottom;position:relative}.better-control-nav li a{display:block;text-indent:-9999px;overflow:hidden;height:10px;width:10px;border-radius:50%;background-color:#bcbcbc;cursor:pointer}.better-control-nav li a.better-active,.better-control-nav li:hover a{background-color:#e44e4f}.better-control-nav.square li a{height:10px;width:10px;border-radius:0}.better-control-nav.rectangle li a{height:4px;width:32px;border-radius:0}.bs-admin-menu-badge.bs-admin-menu-badge{display:inline-block;background-color:#d54e21;color:#fff;font-size:9px!important;line-height:18px!important;font-weight:400!important;margin:-4px 0 0 2px!important;vertical-align:middle;-webkit-border-radius:12px!important;border-radius:12px!important;z-index:26;height:18px!important;padding:0 4px!important;min-width:10px!important;text-align:center!important}.bs-admin-menu-badge.bs-admin-menu-badge>.plugin-count{display:inline-block!important;line-height:inherit!important;font-weight:inherit!important;font-size:11px!important}:root{--publisher-system-font:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;--publisher-primary-color:#0080ce;--publisher-menu-height:calc(1px - 1px);--wp-adminbar-height:calc(1px - 1px)}body{font:14px/1.7 Lato,sans-serif;color:#5f6569;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;font-size-adjust:auto}::selection{color:#fff;text-shadow:none}::-moz-selection{color:#fff;text-shadow:none}.heading-typo,.site-header .site-branding .logo,h1,h2,h3,h4,h5,h6{color:#2d2d2d}h1,h2,h3,h4,h5,h6{line-height:1.3}h1{font-size:34px}h2{font-size:30px}h3{font-size:25px}h4{font-size:20px}h5{font-size:17px}h6{font-size:15px}.bs-injection>.vc_row,.bs-injection>.vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.bs-injection>.vc_vc_row,.container,.content-wrap,.footer-instagram.boxed,.page-layout-no-sidebar .bs-vc-content .vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.page-layout-no-sidebar .bs-vc-content>.vc_row,.page-layout-no-sidebar .bs-vc-content>.vc_row.vc_row-has-fill .upb-background-text.vc_row,.page-layout-no-sidebar .bs-vc-content>.vc_vc_row,.site-footer.boxed,body.boxed .main-wrap{max-width:var(--publisher-site-width);width:100%}@media only screen and (max-width:668px){.layout-1-col,.layout-2-col,.layout-3-col{margin-top:20px!important}}body.page-layout-1-col,body.page-layout-2-col{--publisher-site-width:var(--publisher-site-width-2-col);--publisher-site-width-content:var(--publisher-site-width-2-col-content-col);--publisher-site-width-primary:var(--publisher-site-width-2-col-primary-col);--publisher-site-width-secondary:0}@media (min-width:768px){.layout-2-col .content-column{width:var(--publisher-site-width-content)}.bf-2-main-column-size.bf-2-main-column-size{width:var(--publisher-site-width-2-col-content-col)}.layout-2-col .sidebar-column{width:var(--publisher-site-width-primary)}.bf-2-primary-column-size.bf-2-primary-column-size{width:var(--publisher-site-width-2-col-primary-col)}.layout-2-col.layout-2-col-2 .content-column{left:var(--publisher-site-width-primary)}.rtl .layout-2-col.layout-2-col-2 .content-column{left:inherit;right:var(--publisher-site-width-primary)}.layout-2-col.layout-2-col-2 .sidebar-column{right:var(--publisher-site-width-content)}.rtl .layout-2-col.layout-2-col-2 .sidebar-column{right:inherit;left:var(--publisher-site-width-content)}}body.page-layout-3-col{--publisher-site-width:var(--publisher-site-width-3-col);--publisher-site-width-content:var(--publisher-site-width-3-col-content-col);--publisher-site-width-primary:var(--publisher-site-width-3-col-primary-col);--publisher-site-width-secondary:var(--publisher-site-width-3-col-secondary-col);--publisher-site-width-content-col-sm:calc(var(--publisher-site-width-content) + (var(--publisher-site-width-secondary) / 2));--publisher-site-width-primary-col-sm:calc(100% - var(--publisher-site-width-content-col-sm));--publisher-site-width-primary-col-xs:calc(var(--publisher-site-width-primary) + (var(--publisher-site-width-content) / 2));--publisher-site-width-secondary-col-xs:calc(100% - var(--publisher-site-width-primary-col-xs))}@media (min-width:1000px){.layout-3-col .content-column{width:var(--publisher-site-width-content)}.bf-3-main-column-size.bf-3-main-column-size{width:var(--publisher-site-width-3-col-content-col)}.layout-3-col .sidebar-column-primary{width:var(--publisher-site-width-primary)}.bf-3-primary-column-size.bf-3-primary-column-size{width:var(--publisher-site-width-3-col-primary-col)}.layout-3-col .sidebar-column-secondary{width:var(--publisher-site-width-secondary)}.bf-3-secondary-column-size.bf-3-secondary-column-size{width:var(--publisher-site-width-3-col-secondary-col)}}@media (max-width:1000px) and (min-width:768px){.layout-3-col .content-column{width:var(--publisher-site-width-content-col-sm)}.layout-3-col .sidebar-column-primary{width:var(--publisher-site-width-primary-col-sm)}.layout-3-col .sidebar-column-secondary{display:none}}@media (max-width:767px) and (min-width:500px){.layout-3-col .sidebar-column-primary{width:var(--publisher-site-width-primary-col-xs);float:left}.layout-3-col .sidebar-column-secondary{width:var(--publisher-site-width-secondary-col-xs);float:left}}@media (max-width:500px){.layout-3-col .sidebar-column-secondary{display:none}}@media (min-width:1001px){.layout-3-col-2 .sidebar-column-primary{left:var(--publisher-site-width-secondary)}.rtl .layout-3-col-2 .sidebar-column-primary{left:inherit;right:var(--publisher-site-width-secondary)}.layout-3-col-2 .sidebar-column-secondary{right:var(--publisher-site-width-primary)}.rtl .layout-3-col-2 .sidebar-column-secondary{right:inherit;left:var(--publisher-site-width-primary)}.layout-3-col-3 .content-column{left:var(--publisher-site-width-primary)}.rtl .layout-3-col-3 .content-column{left:inherit;right:var(--publisher-site-width-primary)}.layout-3-col-3 .sidebar-column-primary{right:var(--publisher-site-width-content)}.rtl .layout-3-col-3 .sidebar-column-primary{right:inherit;left:var(--publisher-site-width-content)}.layout-3-col-4 .content-column{left:var(--publisher-site-width-secondary)}.rtl .layout-3-col-4 .content-column{left:inherit;right:var(--publisher-site-width-secondary)}.layout-3-col-4 .sidebar-column-primary{left:var(--publisher-site-width-secondary)}.rtl .layout-3-col-4 .sidebar-column-primary{left:inherit;right:var(--publisher-site-width-secondary)}.layout-3-col-4 .sidebar-column-secondary{right:calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary))}.rtl .layout-3-col-4 .sidebar-column-secondary{right:inherit;left:calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary))}.layout-3-col-5 .content-column{left:calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary))}.rtl .layout-3-col-5 .content-column{left:inherit;right:calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary))}.layout-3-col-5 .sidebar-column-primary{right:var(--publisher-site-width-content)}.rtl .layout-3-col-5 .sidebar-column-primary{right:inherit;left:var(--publisher-site-width-content)}.layout-3-col-5 .sidebar-column-secondary{right:var(--publisher-site-width-content)}.rtl .layout-3-col-5 .sidebar-column-secondary{right:inherit;left:var(--publisher-site-width-content)}.layout-3-col-6 .content-column{left:calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary))}.rtl .layout-3-col-6 .content-column{left:inherit;right:calc(var(--publisher-site-width-secondary) + var(--publisher-site-width-primary))}.layout-3-col-6 .sidebar-column-primary{right:calc(var(--publisher-site-width-content) - var(--publisher-site-width-secondary))}.rtl .layout-3-col-6 .sidebar-column-primary{right:inherit;left:calc(var(--publisher-site-width-content) - var(--publisher-site-width-secondary))}.layout-3-col-6 .sidebar-column-secondary{right:calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary))}.rtl .layout-3-col-6 .sidebar-column-secondary{right:inherit;left:calc(var(--publisher-site-width-content) + var(--publisher-site-width-primary))}}@media (max-width:1000px) and (min-width:768px){.layout-3-col-3 .content-column,.layout-3-col-5 .content-column,.layout-3-col-6 .content-column{left:var(--publisher-site-width-primary-col-sm)}.rtl .layout-3-col-3 .content-column,.rtl .layout-3-col-5 .content-column,.rtl .layout-3-col-6 .content-column{left:inherit;right:var(--publisher-site-width-primary-col-sm)}.layout-3-col-3 .sidebar-column-primary,.layout-3-col-5 .sidebar-column-primary,.layout-3-col-6 .sidebar-column-primary{right:var(--publisher-site-width-content-col-sm)}.rtl .layout-3-col-3 .sidebar-column-primary,.rtl .layout-3-col-5 .sidebar-column-primary,.rtl .layout-3-col-6 .sidebar-column-primary{right:inherit;left:var(--publisher-site-width-content-col-sm)}}code{padding:4px 6px;font-size:90%;color:inherit;background-color:#eaeaea;border-radius:0}pre{padding:15px;background-color:#f5f5f5;border:1px solid #dcdcdc;border-radius:0}a:focus{color:inherit}a,a:focus,a:hover{text-decoration:none;-webkit-transition:all .07s ease;-moz-transition:all .07s ease;-o-transition:all .07s ease;transition:all .07s ease}input[type=color],input[type=date],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{height:36px;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}textarea{display:block;width:100%;height:auto;background-color:#fff}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{outline:0}.btn,button,html input[type=button],input[type=button],input[type=reset],input[type=submit]{border:none;color:#fff;border-radius:0;outline:0;height:auto;line-height:1.4;padding:8px 12px;vertical-align:middle;text-transform:uppercase!important;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;max-width:100%;white-space:normal}.entry-content .btn,.entry-content .btn a,.entry-content button,.entry-content html input[type=button],.entry-content input[type=button],.entry-content input[type=reset],.entry-content input[type=submit]{color:#fff}.btn:focus,.btn:hover,button:focus,button:hover,html input[type=button]:focus,html input[type=button]:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{opacity:.85}.btn.btn-lg{height:57px;line-height:57px;padding:0 30px}.btn.btn-xs{height:47px;line-height:47px;padding:0 20px}.btn.btn-light{background:#fff;border:1px solid #d4d4d4;color:#5c5c5c;font-family:"Open Sans",Helvetica,sans-serif;font-size:12px;height:auto;padding:0 13px}.btn.btn-light.hover,.btn.btn-light:hover{border-color:#868686!important;color:#2b2b2b!important;background:#fff!important}.btn.btn-light[disabled]{border-color:#eaeaea;color:#eaeaea}ul.menu{padding:0;margin:0;list-style:none}ul.menu a{text-decoration:none}ul.menu ul{list-style:none;padding:0;margin:0}ul.menu>li{float:left}ul.menu>li.alignright{float:right}ul.menu li>a{position:relative}ul.menu>li .sub-menu{background-color:#eee;position:absolute;top:102%;top:calc(100% + 1px);z-index:100;width:200px}ul.menu li.bs-flip-children{direction:rtl}ul.menu li.bs-flip-children .sub-menu,ul.menu li.bs-flip-children a{direction:ltr}ul.menu>li .sub-menu .sub-menu{left:99.4%;top:0!important}ul.menu li.bs-flip-children .sub-menu .sub-menu{left:-99.4%}ul.menu li.bs-flip-children .mega-type-link .mega-links>li>a .better-custom-badge,ul.menu li.bs-flip-children .sub-menu.sub-menu .better-custom-badge{right:auto;left:10px}ul.menu li.bs-flip-children .sub-menu.sub-menu .menu-have-badge.menu-item-has-children>a>.better-custom-badge{right:auto;left:24px}ul.menu>li li:hover>.sub-menu{display:block}ul.menu li.menu-have-icon>a>.bf-icon{margin-right:6px;display:inline-block}ul.menu li.menu-title-hide>a>.bf-icon{margin-right:0}ul.menu li.menu-title-hide>a{padding:0 15px;display:inline-block}ul.menu li.menu-item-has-children.menu-title-hide>a:after{display:none}ul.menu li.menu-item-has-children>a:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:26px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f107';margin-left:6px;font-size:13px}ul.menu .sub-menu>li.menu-item-has-children>a:after{position:absolute;right:10px;top:5px;content:'\f105'}ul.menu li.bs-flip-children .sub-menu>li.menu-item-has-children>a:after{content:'\f104';left:10px;right:auto;margin-right:8px;margin-left:0}ul.menu.menu li.bs-flip-children .sub-menu a{text-align:right}ul.menu .sub-menu .sub-menu>li.menu-item-has-children>a:after{content:'\f0da'}ul.menu li.menu-have-icon .bf-icon{margin-right:10px}ul.menu li.menu-have-icon.menu-title-hide .bf-icon{margin-right:0}ul.menu .sub-menu>li>a{display:block;border-bottom:1px solid rgba(0,0,0,.04)}ul.menu .sub-menu>li:last-child a{border-bottom:none!important}ul.menu .mega-menu,ul.menu .sub-menu{z-index:-1;-webkit-transition:.3s cubic-bezier(.55,-.01,.19,.98) 0s;-moz-transition:.3s cubic-bezier(.55,-.01,.19,.98) 0s;-ms-transition:.3s cubic-bezier(.55,-.01,.19,.98) 0s;-o-transition:.3s cubic-bezier(.55,-.01,.19,.98) 0s;transition:.3s cubic-bezier(.55,-.01,.19,.98) 0s;display:none;visibility:hidden}ul.menu.bsm-initialized .mega-menu,ul.menu.bsm-initialized .sub-menu{display:block}ul.menu.bsm-pure li:hover>.mega-menu,ul.menu.bsm-pure li:hover>.sub-menu{visibility:visible!important;z-index:9999!important;opacity:1!important;display:block!important}ul.menu.bsm-initialized li.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.bsm-enter>.sub-menu{visibility:visible;z-index:9999}ul.menu.bsm-initialized li.bsm-leave>.mega-menu,ul.menu.bsm-initialized li.bsm-leave>.sub-menu{display:none}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none>.sub-menu{display:none}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter>.sub-menu{display:block}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade>.sub-menu{opacity:0}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter>.sub-menu{opacity:1}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade>.sub-menu{-webkit-transform:translate3d(0,-10px,0) scale3d(.95,.95,.95);transform:translate3d(0,-10px,0) scale3d(.95,.95,.95);opacity:0}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter>.sub-menu{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in>.sub-menu{-webkit-transform:translate3d(0,11px,0);transform:translate3d(0,11px,0);opacity:0}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter>.sub-menu{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in>.sub-menu{-webkit-transform:translate3d(0,11px,0);transform:translate3d(0,11px,0);-webkit-animation-duration:.5s;animation-duration:.5s;opacity:0}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter>.sub-menu{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-name:menu-slide-top-in;animation-name:menu-slide-top-in}@-webkit-keyframes menu-slide-top-in{0%{-webkit-transform:translate3d(0,-11px,0);transform:translate3d(0,-11px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes menu-slide-top-in{0%{-webkit-transform:translate3d(0,-11px,0);transform:translate3d(0,-11px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in>.sub-menu{-webkit-transform:translate3d(11px,0,0);transform:translate3d(11px,0,0);-webkit-animation-duration:.5s;animation-duration:.5s;opacity:0}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter>.sub-menu{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-name:menu-slide-left-in;animation-name:menu-slide-left-in}@-webkit-keyframes menu-slide-left-in{0%{-webkit-transform:translate3d(-11px,0,0);transform:translate3d(-11px,0,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes menu-slide-left-in{0%{-webkit-transform:translate3d(-11px,0,0);transform:translate3d(-11px,0,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in>.sub-menu{-webkit-transform:translate3d(-11px,0,0);transform:translate3d(-11px,0,0);-webkit-animation-duration:.5s;animation-duration:.5s;opacity:0}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter>.sub-menu{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-name:menu-slide-right-in;animation-name:menu-slide-right-in}@-webkit-keyframes menu-slide-right-in{0%{-webkit-transform:translate3d(11px,0,0);transform:translate3d(11px,0,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes menu-slide-right-in{0%{-webkit-transform:translate3d(11px,0,0);transform:translate3d(11px,0,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada>.sub-menu{-webkit-animation-duration:1s;animation-duration:1s;opacity:0;-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter>.sub-menu{opacity:1;-webkit-animation-name:menu-tada;animation-name:menu-tada;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}@-webkit-keyframes menu-tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:0}10%,20%{-webkit-transform:scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg);transform:scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg);transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg)}40%,60%,80%{-webkit-transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg);transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}}@keyframes menu-tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg);transform:scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg);transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg)}40%,60%,80%{-webkit-transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg);transform:scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce>.sub-menu{-webkit-animation-duration:1s;animation-duration:1s;opacity:0;-webkit-transform:translate3d(0,-8px,0);transform:translate3d(0,-8px,0)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter>.sub-menu{opacity:1;-webkit-animation-name:menu-bounce;animation-name:menu-bounce;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes menu-bounce{0%,20%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);opacity:0}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%,53%,80%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}100%{opacity:1}}@keyframes menu-bounce{0%,20%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);opacity:0}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%,53%,80%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}100%{opacity:1}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake>.sub-menu{-webkit-animation-duration:1s;animation-duration:1s;opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter>.sub-menu{opacity:1;-webkit-animation-name:menu-shake;animation-name:menu-shake;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes menu-shake{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:0}20%,50%,60%,70%,90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes menu-shake{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:0}20%,50%,60%,70%,90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing>.sub-menu{-webkit-animation-duration:1s;animation-duration:1s;opacity:0;-webkit-transform:translate3d(0,-3px,0) scale3d(.95,.95,.95);transform:translate3d(0,-3px,0) scale3d(.95,.95,.95)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter>.sub-menu{opacity:1;-webkit-animation-name:menu-swing;animation-name:menu-swing;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes menu-swing{0%{opacity:0}20%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}40%{-webkit-transform:rotate3d(0,0,1,-4deg);transform:rotate3d(0,0,1,-4deg)}60%{-webkit-transform:rotate3d(0,0,1,2deg);transform:rotate3d(0,0,1,2deg)}80%{-webkit-transform:rotate3d(0,0,1,-2deg);transform:rotate3d(0,0,1,-2deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);opacity:1}}@keyframes menu-swing{0%{opacity:0}20%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}40%{-webkit-transform:rotate3d(0,0,1,-4deg);transform:rotate3d(0,0,1,-4deg)}60%{-webkit-transform:rotate3d(0,0,1,2deg);transform:rotate3d(0,0,1,2deg)}80%{-webkit-transform:rotate3d(0,0,1,-2deg);transform:rotate3d(0,0,1,-2deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);opacity:1}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble>.sub-menu{-webkit-animation-duration:1s;animation-duration:1s;opacity:0;-webkit-transform:translate3d(0,-3px,0) scale3d(.95,.95,.95);transform:translate3d(0,-3px,0) scale3d(.95,.95,.95)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter>.sub-menu{opacity:1;-webkit-animation-name:menu-wobble;animation-name:menu-wobble;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes menu-wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-9%,0,0) rotate3d(0,0,1,-2deg);transform:translate3d(-9%,0,0) rotate3d(0,0,1,-2deg)}30%{-webkit-transform:translate3d(7%,0,0) rotate3d(0,0,1,1.5deg);transform:translate3d(7%,0,0) rotate3d(0,0,1,1.5deg)}45%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg)}60%{-webkit-transform:translate3d(3%,0,0) rotate3d(0,0,1,.7deg);transform:translate3d(3%,0,0) rotate3d(0,0,1,.7deg)}75%{-webkit-transform:translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg);transform:translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg)}100%{-webkit-transform:none;transform:none}}@keyframes menu-wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-9%,0,0) rotate3d(0,0,1,-2deg);transform:translate3d(-9%,0,0) rotate3d(0,0,1,-2deg)}30%{-webkit-transform:translate3d(7%,0,0) rotate3d(0,0,1,1.5deg);transform:translate3d(7%,0,0) rotate3d(0,0,1,1.5deg)}45%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg)}60%{-webkit-transform:translate3d(3%,0,0) rotate3d(0,0,1,.7deg);transform:translate3d(3%,0,0) rotate3d(0,0,1,.7deg)}75%{-webkit-transform:translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg);transform:translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg)}100%{-webkit-transform:none;transform:none}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x>.sub-menu{-webkit-animation-duration:1s;animation-duration:1s;opacity:0;-webkit-transform:translate3d(0,-3px,0) scale3d(.95,.95,.95);transform:translate3d(0,-3px,0) scale3d(.95,.95,.95)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter>.sub-menu{opacity:1;-webkit-animation-name:menu-flipInX;animation-name:menu-flipInX;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes menu-flipInX{0%{-webkit-transform:perspective(200px) rotate3d(1,0,0,50deg);transform:perspective(200px) rotate3d(1,0,0,50deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(200px) rotate3d(1,0,0,-10deg);transform:perspective(200px) rotate3d(1,0,0,-10deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(200px) rotate3d(1,0,0,5deg);transform:perspective(200px) rotate3d(1,0,0,5deg);opacity:1}80%{-webkit-transform:perspective(200px) rotate3d(1,0,0,-2deg);transform:perspective(200px) rotate3d(1,0,0,-2deg)}100%{-webkit-transform:perspective(200px);transform:perspective(200px)}}@keyframes menu-flipInX{0%{-webkit-transform:perspective(200px) rotate3d(1,0,0,50deg);transform:perspective(200px) rotate3d(1,0,0,50deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(200px) rotate3d(1,0,0,-10deg);transform:perspective(200px) rotate3d(1,0,0,-10deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(200px) rotate3d(1,0,0,5deg);transform:perspective(200px) rotate3d(1,0,0,5deg);opacity:1}80%{-webkit-transform:perspective(200px) rotate3d(1,0,0,-2deg);transform:perspective(200px) rotate3d(1,0,0,-2deg)}100%{-webkit-transform:perspective(200px);transform:perspective(200px)}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y>.sub-menu{-webkit-animation-duration:.65s;animation-duration:.65s;opacity:0;-webkit-transform:translate3d(0,-3px,0) scale3d(.95,.95,.95);transform:translate3d(0,-3px,0) scale3d(.95,.95,.95)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter>.sub-menu{opacity:1;-webkit-animation-name:menu-flipInY;animation-name:menu-flipInY;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes menu-flipInY{0%{-webkit-transform:perspective(200px) rotate3d(0,1,0,20deg);transform:perspective(200px) rotate3d(0,1,0,20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(200px) rotate3d(0,1,0,-10deg);transform:perspective(200px) rotate3d(0,1,0,-10deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(200px) rotate3d(0,1,0,5deg);transform:perspective(200px) rotate3d(0,1,0,5deg);opacity:1}80%{-webkit-transform:perspective(200px) rotate3d(0,1,0,-1deg);transform:perspective(200px) rotate3d(0,1,0,-1deg)}100%{-webkit-transform:perspective(200px);transform:perspective(200px)}}@keyframes menu-flipInY{0%{-webkit-transform:perspective(200px) rotate3d(0,1,0,20deg);transform:perspective(200px) rotate3d(0,1,0,20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(200px) rotate3d(0,1,0,-10deg);transform:perspective(200px) rotate3d(0,1,0,-10deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(200px) rotate3d(0,1,0,5deg);transform:perspective(200px) rotate3d(0,1,0,5deg);opacity:1}80%{-webkit-transform:perspective(200px) rotate3d(0,1,0,-1deg);transform:perspective(200px) rotate3d(0,1,0,-1deg)}100%{-webkit-transform:perspective(200px);transform:perspective(200px)}}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz>.sub-menu{-webkit-animation-duration:.65s;animation-duration:.65s;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0)}ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter>.mega-menu,ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter>.sub-menu{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-name:menu-buzz;animation-name:menu-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes menu-buzz{50%{-webkit-transform:translateX(1px) rotate(.7deg);transform:translateX(1px) rotate(.7deg)}100%{-webkit-transform:translateX(-1px) rotate(-.7deg);transform:translateX(-1px) rotate(-.7deg)}}@keyframes menu-buzz{50%{-webkit-transform:translateX(1px) rotate(.7deg);transform:translateX(1px) rotate(.7deg)}100%{-webkit-transform:translateX(-1px) rotate(-.7deg);transform:translateX(-1px) rotate(-.7deg)}}.main-menu-wrapper.bs-pinning-block.pinned{box-shadow:none}.site-header .content-wrap{overflow:visible!important}.site-header>.header-inner>.content-wrap>.container{position:relative}.site-header .site-branding{margin:0}.site-header .site-branding .logo{margin:0;line-height:0;font-size:50px}.site-header .site-branding .logo.text-logo{font-size:30px;line-height:38px}.site-header .site-branding .logo img{max-width:100%}.site-header .site-branding .logo .site-title{display:none}.site-header>.header-inner>.container{position:relative}.site-header>.header-inner .row-height{display:table;table-layout:fixed;width:100%}.site-header>.header-inner .logo-col,.site-header>.header-inner .sidebar-col{display:table-cell;float:none;height:100%;vertical-align:middle}.site-header .header-inner .row{position:relative}.site-header.full-width.stretched .content-wrap,.site-header.full-width.stretched .content-wrap .container{max-width:100%!important}.site-header .sidebar-col .wpb_content_element{margin-bottom:0!important}.site-header .menu-action-buttons{position:absolute;top:0;bottom:0;right:0;width:35px;z-index:99}.header-style-1.site-header.boxed .menu-action-buttons,.header-style-2.site-header.boxed .menu-action-buttons{bottom:-3px}.site-header .menu-action-buttons.width-1{width:40px}.site-header .menu-action-buttons.width-2{width:80px}.site-header .menu-action-buttons.width-3{width:120px}.site-header .menu-action-buttons>div{min-width:37px;display:inline-block;float:right;height:100%;text-align:right;position:relative}.site-header .menu-action-buttons>div.close{opacity:1}.site-header .main-menu-container.search-open .menu-action-buttons,.site-header .search-container.open{width:100%}.site-header .menu-action-buttons .search-container{z-index:1}.site-header .main-menu-wrapper .main-menu-container.search-open .main-menu{opacity:0;pointer-events:none}.site-header .search-container.open{width:100%}.site-header .off-canvas-menu-icon-container+.search-container.open{position:absolute;left:0;top:0;right:0;padding:0}.site-header .main-menu-container.search-open .off-canvas-menu-icon-container+.search-container .search-handler{margin-right:38px}.site-header .search-container .search-handler,.site-header .shop-cart-container .cart-handler{position:absolute;right:3px;top:50%;margin-top:-15px;z-index:100;width:37px;height:26px;line-height:26px;text-align:center;display:inline-block;font-size:15px;color:#434343;cursor:pointer;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.site-header .search-container .search-box{display:none;position:absolute;right:0;top:0;padding:0 36px 0 0;z-index:99;height:100%;width:100%;text-align:center}.site-header .search-container .search-box .search-form .search-field{border:none;width:100%;height:45px;background:0 0;line-height:45px;font-size:14px;color:#434343}.site-header .search-container.open .search-box{display:block}.site-header .search-container .search-box .search-form input[type=submit]{display:none}.site-header .off-canvas-menu-icon-container{z-index:2}.site-header .shop-cart-container .cart-handler{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;font-size:17px;white-space:nowrap}.site-header .shop-cart-container .cart-handler *{white-space:inherit}.site-header .shop-cart-container .cart-box{width:260px;position:absolute;top:100%;right:0;background:#fff;padding:20px;display:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);text-align:left}.site-header .shop-cart-container .cart-box .buttons{margin-bottom:0}.site-header .shop-cart-container .cart-box .buttons .checkout{float:right}.site-header .shop-cart-container.open .cart-box{display:block}.site-header .main-menu-container.search-open .shop-cart-container{display:none}.site-header .shop-cart-container .cart-handler .cart-count{display:inline-block;line-height:18px;min-width:18px;padding:0 4px;font-size:12px;font-weight:bolder;color:#fff;margin-left:1px;vertical-align:middle;border-radius:33px;font-family:sans-serif;text-align:center}.site-header .shop-cart-container .cart-box:after{content:'';height:3px;position:absolute;right:0;left:0;top:-3px;display:inline-block}.site-header .shop-cart-container a.remove{display:inline-block;float:left;margin-right:4px;font-size:14px;margin-top:4px}.site-header .menu-action-buttons>.off-canvas-menu-icon-container{margin-right:6px}.off-canvas-menu-icon-container{line-height:42px}.off-canvas-menu-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;cursor:pointer;line-height:20px;text-align:center}.off-canvas-menu-icon .off-canvas-menu-icon-el{margin:9px 0 0;width:16px;cursor:pointer;height:2px;display:inline-block;vertical-align:top;position:relative;background:#313131;-webkit-transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s;-moz-transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s;-o-transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s;transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s}.off-canvas-menu-icon .off-canvas-menu-icon-el:after,.off-canvas-menu-icon .off-canvas-menu-icon-el:before{content:'';display:inline-block;background:#313131;width:20px;height:2px;position:absolute;top:-6px;-webkit-transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s;-moz-transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s;-o-transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s;transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s}.off-canvas-menu-icon .off-canvas-menu-icon-el:after{top:6px}.off-canvas-menu-icon:hover .off-canvas-menu-icon-el:before,.off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:before{top:-8px}.off-canvas-menu-icon:hover .off-canvas-menu-icon-el:after,.off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:after{top:8px}.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el{text-align:right}.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:after,.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:before{right:0}.off-canvas-menu-icon-container.off-icon-left .off-canvas-menu-icon-el{text-align:left}.off-canvas-container .canvas-close{position:absolute;width:18px;height:18px;top:23px;right:18px;cursor:pointer;z-index:1}.off-canvas-inner .canvas-close i,.off-canvas-inner .canvas-close:after,.off-canvas-inner .canvas-close:before{position:absolute;width:18px;height:2px;content:'';display:inline-block;background:#a8a8a8;left:0;top:7px;margin-top:0;border-radius:14px;transition:.38s cubic-bezier(.55,-.01,.19,.98) 0s}.off-canvas-inner .canvas-close:hover i,.off-canvas-inner .canvas-close:hover:after,.off-canvas-inner .canvas-close:hover:before{background:#111}.off-canvas-container.skin-dark .canvas-close i,.off-canvas-container.skin-dark .canvas-close:after,.off-canvas-container.skin-dark .canvas-close:before{background:#7e7e7e}.off-canvas-container.skin-dark .canvas-close:hover i,.off-canvas-container.skin-dark .canvas-close:hover:after,.off-canvas-container.skin-dark .canvas-close:hover:before{background:#fff}.off-canvas-inner .canvas-close:before{transform:rotate(45deg)}.off-canvas-inner .canvas-close:after{transform:rotate(-45deg)}.off-canvas-inner .canvas-close i{width:0;left:inherit;right:50%;margin-right:0}.off-canvas-container.left .canvas-close.open:before,.off-canvas-container.left .canvas-close:hover:before{width:10px;left:0;top:10px}.off-canvas-container.left .canvas-close.open:after,.off-canvas-container.left .canvas-close:hover:after{width:10px;left:0;top:4px}.off-canvas-container.left .canvas-close.open:hover i,.off-canvas-container.left .canvas-close:hover i{width:16px;visibility:visible;position:absolute;right:50%;margin-right:-8px}.off-canvas-container.right .canvas-close{left:18px;right:auto}.off-canvas-container.right .canvas-close i,.off-canvas-container.right .canvas-close:after,.off-canvas-container.right .canvas-close:before{right:0;left:auto}.off-canvas-container.right .canvas-close i{width:0;right:inherit;left:50%;margin-left:0;margin-right:auto}.off-canvas-container.right .canvas-close.open:before,.off-canvas-container.right .canvas-close:hover:before{width:10px;right:0;left:auto;top:4px}.off-canvas-container.right .canvas-close.open:after,.off-canvas-container.right .canvas-close:hover:after{width:10px;right:0;left:auto;top:10px}.off-canvas-container.right .canvas-close.open:hover i,.off-canvas-container.right .canvas-close:hover i{width:16px;visibility:visible;position:absolute;left:50%;margin-left:-8px;right:auto;margin-right:auto}.main-menu>li{margin-right:10px}.main-menu>li>a{line-height:48px;display:inline-block;padding:0 12px}.main-menu .sub-menu>li>a{padding:0 16px 0 10px;line-height:40px}.main-menu.menu>li .sub-menu{width:210px;background-color:#fff;-webkit-box-shadow:0 7px 7px rgba(0,0,0,.15);-moz-box-shadow:0 7px 7px rgba(0,0,0,.15);box-shadow:0 7px 7px rgba(0,0,0,.15)}.main-menu.menu .sub-menu li>a{line-height:1.7;padding:8px 16px}.main-menu.menu .sub-menu>li{position:relative}.main-menu.menu .sub-menu>li,.main-menu.menu .sub-menu>li>a{color:#434343}.main-menu.menu .sub-menu li.current-menu-item:hover>a,.main-menu.menu .sub-menu>li:hover>a{color:#fff}.main-menu.menu .sub-menu>li.menu-item-has-children>a:after{top:7px}.main-menu.menu .sub-menu>li>a{border-bottom:1px solid rgba(0,0,0,.04)}.main-menu.menu .sub-menu .sub-menu>li>a{border-bottom:1px solid rgba(0,0,0,.06)}.main-menu.menu>li>a:before{content:'';display:block;width:20%;height:3px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;visibility:hidden}.main-menu.menu>li.current-menu-item>a:before,.main-menu.menu>li.current-menu-parent>a:before,.main-menu.menu>li:hover>a:before{width:100%;visibility:visible}.top-menu>li{line-height:25px;margin-right:15px}.top-menu.menu li{position:relative}.top-menu.menu li>a{color:#707070}.top-menu .sub-menu>li>a{padding:0 12px;line-height:32px}.top-menu.menu>li .sub-menu{width:180px;background-color:#222}.top-menu.menu .sub-menu>li,.top-menu.menu .sub-menu>li>a{color:silver}.top-menu.menu .sub-menu>li.menu-item-has-children>a:after{top:7px}.top-menu.menu .sub-menu li>a{border-bottom:1px solid rgba(255,255,255,.02)}.top-menu.menu .bs-pretty-tabs-elements.sub-menu{opacity:0;transition:opacity .3s ease;padding:0!important;border:none!important;left:-15px;top:114%!important;display:block!important}.top-menu.menu .display-more-items .bs-pretty-tabs-elements{opacity:1;visibility:visible!important;padding:0!important;border:none!important}.bspw-header-style-3>.bs-pinning-block.pinned .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-3>.bs-pinning-block.unpinned-no-transition .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-4>.bs-pinning-block.pinned .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-4>.bs-pinning-block.unpinned-no-transition .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-7>.bs-pinning-block.pinned .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-7>.bs-pinning-block.unpinned-no-transition .main-menu>.menu-item>a>.better-custom-badge{display:block}.bspw-header-style-1>.bs-pinning-block.pinned .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-2>.bs-pinning-block.pinned .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-3>.bs-pinning-block .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-4>.bs-pinning-block .main-menu>.menu-item>a>.better-custom-badge,.bspw-header-style-7>.bs-pinning-block .main-menu>.menu-item>a>.better-custom-badge,.widget.widget_nav_menu .menu .better-custom-badge{display:none}.main-menu.menu .better-custom-badge,.off-canvas-menu .menu .better-custom-badge{position:absolute;left:11px;top:-16px;display:inline-block;height:16px;line-height:16px;color:#fff;font-family:"Arial Narrow",Arial,sans-serif;font-size:11px;padding:0 5px;font-weight:600;letter-spacing:1px;z-index:1;text-transform:uppercase;text-align:center;min-width:19px;white-space:nowrap;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.main-menu.menu .better-custom-badge:after,.off-canvas-menu .menu .better-custom-badge:after{border:solid 4px transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;bottom:-8px;left:5px}.main-menu.menu>.menu-item:hover>a>.better-custom-badge{top:-12px}.main-menu.menu .sub-menu.sub-menu .better-custom-badge,.mega-menu.mega-type-link .mega-links>li>a .better-custom-badge{left:auto;position:absolute;bottom:auto;right:10px;top:50%;margin-top:-8px}.mega-menu.mega-type-link .mega-links>li>a .better-custom-badge{margin-top:-13px}.main-menu.menu .sub-menu.sub-menu .menu-item.menu-badge-left>a>.better-custom-badge{position:inherit!important;margin-right:6px}.main-menu.menu .sub-menu.sub-menu .menu-have-badge.menu-item-has-children>a>.better-custom-badge{right:24px}.main-menu.menu .sub-menu.sub-menu .better-custom-badge:after,.mega-menu.mega-type-link .mega-links>li>a .better-custom-badge:after{display:none}.site-header.header-style-3 .main-menu.menu>.menu-item>a>.better-custom-badge,.site-header.header-style-4 .main-menu.menu>.menu-item>a>.better-custom-badge,.site-header.header-style-7 .main-menu.menu>.menu-item>a>.better-custom-badge{top:98%}.site-header.header-style-3 .main-menu.menu>.menu-item:hover>a>.better-custom-badge,.site-header.header-style-4 .main-menu.menu>.menu-item:hover>a>.better-custom-badge,.site-header.header-style-7 .main-menu.menu>.menu-item:hover>a>.better-custom-badge{top:98%;left:20px}.site-header.header-style-3 .main-menu.menu>.menu-item>a>.better-custom-badge:after,.site-header.header-style-4 .main-menu.menu>.menu-item>a>.better-custom-badge:after,.site-header.header-style-7 .main-menu.menu>.menu-item>a>.better-custom-badge:after{bottom:inherit;top:-8px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.site-header.header-style-5 .main-menu.menu>.menu-item>a>.better-custom-badge{top:3px}.site-header.header-style-6 .main-menu.menu>.menu-item:hover>a>.better-custom-badge,.site-header.header-style-6 .main-menu.menu>.menu-item>a>.better-custom-badge{top:0}.site-header.header-style-8 .main-menu.menu>.menu-item:hover>a>.better-custom-badge,.site-header.header-style-8 .main-menu.menu>.menu-item>a>.better-custom-badge{top:0}.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu>.menu-item>a>.better-custom-badge,.site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu>.menu-item>a>.better-custom-badge,.site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu>.menu-item>a>.better-custom-badge{display:none}.menu .mega-menu{width:100%;position:absolute;left:0;top:102%;top:calc(100% + 1px);z-index:100;background-color:#fff;-wbkit-box-shadow:0 8px 14px rgba(0,0,0,.2);-moz-box-shadow:0 8px 14px rgba(0,0,0,.2);box-shadow:0 8px 14px rgba(0,0,0,.2);text-align:left}.menu>li>.mega-menu .bsm-leave .sub-menu,.menu>li>.mega-menu .sub-menu,.menu>li>.mega-menu li.menu-item-has-children.better-anim-none>.sub-menu{display:block!important;visibility:visible!important;opacity:1!important;transform:none!important;transition:none!important;animation-name:none!important;position:relative;top:auto!important;left:auto!important;background:0 0!important;width:100%;box-shadow:none!important}.menu>li>.mega-menu .sub-menu .sub-menu{padding-left:15px}.menu .mega-menu li.menu-item-has-children>a:after{display:none}.menu>li>.mega-menu .mega-menu-links{background-color:#c8c8c8}.mega-menu.mega-type-link{list-style:none;padding:22px 25px}.mega-menu.mega-type-link .mega-links{list-style:none;padding:0;margin:0}.mega-menu.mega-type-link .mega-links>li{float:left}.mega-menu.mega-type-link .mega-links>li>a{color:#434343;font-size:105%;border-bottom:2px solid rgba(0,0,0,.07);width:100%;display:block;margin-bottom:5px;padding-bottom:10px}.mega-menu.mega-type-link .mega-links .sub-menu{border:none;background:0 0;box-shadow:none}.mega-menu.mega-type-link-list{list-style:none;padding:0}.mega-menu.mega-type-link-list .mega-links{list-style:none;padding:0;margin:0;text-align:left}.mega-menu.mega-type-link-list .mega-links>li{display:inline-block;padding:10px 12px}.mega-menu.mega-type-link-list .mega-links>li .sub-menu{display:none;position:absolute;top:100%!important;left:0!important;background-color:#fff!important;box-shadow:0 2px 6px 0 rgba(0,0,0,.37)!important;padding:0 12px}.mega-menu.mega-type-link-list .mega-links>li .sub-menu .sub-menu{background-color:#050505!important;padding-left:0}.mega-menu.mega-type-link-list .mega-links li:hover>.sub-menu{display:block}.mega-menu.mega-type-link-list .mega-links>li .sub-menu>li{position:inherit}.mega-menu.mega-type-link-list .mega-links>li .sub-menu>li>a{border-bottom:none}.mega-menu.mega-type-link-list .mega-links>li .sub-menu>li{display:inline-block}.mega-menu.mega-type-link-list .mega-links>.menu-item{margin-bottom:0}.mega-grid-posts{padding:20px}.mega-grid-posts .post:nth-child(5),.mega-grid-posts .postli:nth-child(1){clear:left;margin-left:-7px}.mega-grid-posts .bs-listing-listing-mix-2-1,.mega-grid-posts .listing-item-grid-1{margin-bottom:0}.mega-menu.tabbed-grid-posts .listing.listing-grid{display:inline-block;width:100%}.site-header .listing-item-grid-1 .title{line-height:22px;font-size:15px}.site-header .bs-pagination{margin:5px 0 0}.tabbed-grid-posts{position:relative}.tabbed-grid-posts:before{content:'';background-color:#fbfbfb;width:220px;position:absolute;top:0;left:0;bottom:0;display:inline-block;border-right:1px solid #dedede}.tabbed-grid-posts .tabs-section{list-style:none;width:220px;max-width:220px;text-align:left;position:relative;z-index:1;float:left;padding:23px 23px 0 23px;margin:0}.tabbed-grid-posts .tabs-section a,.tabbed-grid-posts .tabs-section a:hover{display:block;font-size:14px;font-weight:500;color:#333!important;padding:5px 17px;border:1px solid transparent;text-transform:capitalize;transition:none!important}.tabbed-grid-posts .tabs-section a .fa{margin-right:4px;color:#adadad;-webkit-transition:all .07s ease;-moz-transition:all .07s ease;-o-transition:all .07s ease;transition:all .07s ease}.tabbed-grid-posts .tabs-section .active a .fa{color:inherit}.tabbed-grid-posts .tab-content{display:block;padding:23px 23px 23px 245px}.tabbed-grid-posts .listing.listing-grid-1 .listing-item-grid-1{margin-bottom:5px}.tabbed-grid-posts .listing.listing-grid-1.columns-3[max-width~="450px"] .listing-item{width:33.3333%!important;float:left!important}.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(3n-2){padding-right:12px!important;clear:left!important}.tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(1){clear:none!important}.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n-1){padding:0 6px!important}.tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n+3){padding-left:12px!important}.mega-type-page-builder{padding:30px 25px}.mega-type-page-builder .bs-listing:last-child,.mega-type-page-builder .bs-shortcode:last-child,.mega-type-page-builder .entry-content .better-studio-shortcode:last-child .mega-type-page-builder .better-studio-shortcode:last-child,.mega-type-page-builder .widget:last-child{margin-bottom:0}.main-menu-wrapper{position:relative;margin-left:auto;margin-right:auto}.main-menu-wrapper .main-menu-container{position:relative}.site-header.boxed .main-menu-wrapper .main-menu-container,.site-header.full-width .main-menu-wrapper{border-top:1px solid #dedede;border-bottom:3px solid #dedede;background:#fff}body.boxed .site-header .main-menu-wrapper{margin-left:auto;margin-right:auto;width:100%}.menu .mega-menu,ul.menu>li .sub-menu{top:107%;top:calc(100% + 3px)}.site-header.header-style-5 .search-container .search-handler,.site-header.header-style-5 .shop-cart-container .cart-handler,.site-header.header-style-8 .search-container .search-handler,.site-header.header-style-8 .shop-cart-container .cart-handler{margin-top:-14px}.site-header.header-style-6 .search-container .search-handler,.site-header.header-style-6 .shop-cart-container .cart-handler{margin-top:-13px}.site-header.header-style-1 .header-inner{padding:40px 0}.site-header.header-style-1.h-a-ad .header-inner{padding:30px 0}.site-header.header-style-1 .site-branding{text-align:center}.site-header.header-style-1 .main-menu.menu{text-align:center;height:68px;overflow-y:hidden;margin-bottom:-3px;padding-top:20px;margin-top:-20px}.site-header.header-style-1.full-width .main-menu.menu .mega-menu,.site-header.header-style-1.full-width .main-menu.menu>li .sub-menu{top:100%}.site-header.header-style-1 .main-menu.menu>li{float:none;display:inline-block;margin:0 4px}.site-header.header-style-1 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-1 .search-container .search-box .search-form .search-field{text-align:center}.site-header.header-style-1.full-width .menu-action-buttons{top:20px}.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container{padding:0 40px}.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container{padding:0 80px}.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container{padding:0 120px}.site-header.header-style-2 .header-inner{padding:20px 0}.site-header.header-style-2 .main-menu.menu{height:68px;overflow-y:hidden;margin-bottom:-3px;padding-top:20px;margin-top:-20px}.site-header.header-style-2.full-width .main-menu.menu .mega-menu,.site-header.header-style-2.full-width .main-menu.menu>li .sub-menu{top:100%}.site-header.header-style-2 .main-menu.menu>li{float:left;display:inline-block;margin:0 5px 0 0}.site-header.header-style-2 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-2.full-width .menu-action-buttons{top:20px}.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container{padding-right:40px}.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container{padding-right:80px}.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container{padding-right:120px}.site-header.header-style-3 .header-inner{padding:25px 0}.site-header.header-style-3 .main-menu.menu>li{float:left;display:inline-block;margin:0 10px 0 0}.site-header.header-style-3 .main-menu.menu{height:63px;overflow-y:hidden;margin-bottom:-16px;padding-bottom:15px}.site-header.header-style-3 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-3.boxed .main-menu.menu .mega-menu,.site-header.header-style-3.boxed .main-menu.menu>li .sub-menu{top:103%;top:calc(100% + 1px)}.site-header.header-style-3.full-width .main-menu.menu .mega-menu,.site-header.header-style-3.full-width .main-menu.menu>li .sub-menu{top:76%;top:calc(100% - 15px)}.site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu,.site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu>li .sub-menu{top:100%}.site-header.boxed.header-style-3 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-3 .main-menu-wrapper{border-bottom-width:1px;border-top:none;border-bottom-color:#ececec}.site-header.header-style-3 .main-menu.menu>li.current-menu-item>a:before,.site-header.header-style-3 .main-menu.menu>li.current-menu-parent>a:before,.site-header.header-style-3 .main-menu.menu>li:hover>a:before{height:2px;bottom:0}.site-header.header-style-3 .ajax-search-results:after,.site-header.header-style-3 .shop-cart-container .cart-box:after{height:2px;top:-2px}.site-header.header-style-3.full-width .menu-action-buttons{bottom:15px}.site-header.header-style-3.full-width .bs-pinning-block.pinned .menu-action-buttons{bottom:0}.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container{padding-right:40px}.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container{padding-right:80px}.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container{padding-right:120px}.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu{height:48px;margin-bottom:0;padding-bottom:0}.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu{margin-bottom:-1px}@media only screen and (max-width:700px){body.bs-show-ha .site-header.header-style-3{border-bottom:none!important}}.site-header.header-style-4 .header-inner{padding:50px 0}.site-header.header-style-4.h-a-ad .header-inner{padding:30px 0}.site-header.header-style-4 .main-menu.menu{height:63px;overflow-y:hidden;margin-bottom:-16px;padding-bottom:15px}.site-header.header-style-4 .main-menu.menu .mega-menu,.site-header.header-style-4 .main-menu.menu>li .sub-menu{top:102%;top:calc(100% + 1px)}.site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu,.site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu>li .sub-menu{top:100%}.site-header.header-style-4 .main-menu.menu>li{float:left;display:inline-block;margin:0 10px 0 0}.site-header.header-style-4 .main-menu.menu .sub-menu{text-align:left}.site-header.boxed.header-style-4 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-4 .main-menu-wrapper{border-bottom-width:1px;border-top:none;border-bottom-color:#ececec}.site-header.header-style-4 .site-branding{text-align:center}.site-header.header-style-4 .main-menu.menu{text-align:center}.site-header.header-style-4 .main-menu.menu>li{float:none;display:inline-block}.site-header.header-style-4 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu,.site-header.header-style-4 .main-menu-wrapper .main-menu-container{height:48px;margin-bottom:-1px;padding-bottom:0}.active-top-line .site-header.header-style-4.boxed .bs-pinning-block.pinned .main-menu-container{height:50px}.site-header.header-style-4 .search-container .search-box .search-form .search-field{text-align:center}.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container{padding:0 40px}.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container{padding:0 80px}.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container{padding:0 120px}.site-header.header-style-4.boxed .menu-action-buttons{bottom:0}.site-header.header-style-5 .header-inner{padding:0;position:relative}.site-header.header-style-5.boxed .header-inner,.site-header.header-style-5.full-width{border-bottom:1px solid #eee}.site-header.header-style-5 .main-menu.menu{text-align:right;width:100%}.site-header.header-style-5 .main-menu.menu>li{float:left;display:inline-block;margin:0}.site-header.header-style-5 .main-menu.menu>li>a{padding:0 15px}.site-header.header-style-5 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-5 .site-branding{width:23.333%;float:left}.site-header.header-style-5 .main-menu-container{width:76.666%;float:right}.site-header.header-style-5 .main-menu>li>a{line-height:78px}.site-header.header-style-5 .site-branding .logo{line-height:78px;display:table;width:100%}.site-header.header-style-5 .site-branding .logo,.site-header.header-style-5 .site-branding .logo img{max-height:74px}.site-header.header-style-5 .site-branding .logo.img-logo a{display:table-cell;vertical-align:middle;line-height:74px;height:74px;padding:0 10px 0 0}.site-header.header-style-5 .site-branding .logo.text-logo a{vertical-align:middle;padding:5px 10px 5px 0}.site-header.header-style-5 .site-branding .logo img{vertical-align:middle;margin:0;max-height:100%;display:table-cell;max-width:100%;table-layout:fixed}.site-header.header-style-5 .ajax-search-results:after,.site-header.header-style-5 .main-menu.menu>li.current-menu-item>a:before,.site-header.header-style-5 .main-menu.menu>li.current-menu-parent>a:before,.site-header.header-style-5 .main-menu.menu>li:hover>a:before,.site-header.header-style-5 .shop-cart-container .cart-box:after{height:2px;bottom:-1px}.site-header.header-style-5 .main-menu.menu>li.current-menu-item>a,.site-header.header-style-5 .main-menu.menu>li.current-menu-parent>a,.site-header.header-style-5 .main-menu.menu>li:hover>a{background:rgba(0,0,0,.05)}.site-header.header-style-5 .main-menu.menu>li.menu-item-has-children>a:after{position:absolute;width:100%;left:0;margin:0;text-align:center;bottom:0;color:rgba(0,0,0,.21)}.site-header.header-style-5 .content-wrap>.bs-pinning-wrapper>.bs-pinning-block{box-shadow:none;background:#fff}.site-header.header-style-5.full-width .content-wrap.bs-pinning-block.pinned{max-width:100%!important}.site-header.header-style-5.full-width .content-wrap.pinned{background:#fff;box-shadow:none;border-bottom:1px solid #eee}.site-header.header-style-5 .main-menu.menu,.site-header.header-style-6 .main-menu.menu,.site-header.header-style-8 .main-menu.menu{height:79px;overflow-y:hidden;margin-bottom:-1px}.site-header.header-style-6 .main-menu.menu{height:91px}.site-header.header-style-8 .main-menu.menu{height:67px}.site-header.header-style-5 .main-menu.menu .mega-menu,.site-header.header-style-5 .main-menu.menu>li .sub-menu,.site-header.header-style-6 .main-menu.menu .mega-menu,.site-header.header-style-6 .main-menu.menu>li .sub-menu,.site-header.header-style-8 .main-menu.menu .mega-menu,.site-header.header-style-8 .main-menu.menu>li .sub-menu{top:101%;top:calc(100% + 1px)}.site-header.header-style-5 .main-menu.menu>li .sub-menu .sub-menu,.site-header.header-style-6 .main-menu.menu>li .sub-menu .sub-menu,.site-header.header-style-8 .main-menu.menu>li .sub-menu .sub-menu{top:0}.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-1,.site-header.header-style-6 .main-menu-container.menu-actions-btn-width-1,.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-1{padding-right:40px}.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-2,.site-header.header-style-6 .main-menu-container.menu-actions-btn-width-2,.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-2{padding-right:80px}.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-3,.site-header.header-style-6 .main-menu-container.menu-actions-btn-width-3,.site-header.header-style-8 .main-menu-container.menu-actions-btn-width-3{padding-right:120px}.site-header.header-style-5 .main-menu-container.search-open .search-container{width:66.66%;line-height:78px;right:0;left:auto}.site-header.header-style-6 .main-menu-container.search-open .search-container{width:66.66%;line-height:90px;right:0;left:auto}.site-header.header-style-8 .main-menu-container.search-open .search-container{width:75%;line-height:66px;right:0;left:auto}.site-header.header-style-5 .main-menu-container.search-open .main-menu.menu,.site-header.header-style-6 .main-menu-container.search-open .main-menu.menu,.site-header.header-style-8 .main-menu-container.search-open .main-menu.menu{opacity:0;pointer-events:none}.site-header.header-style-5 .menu-action-buttons>div{line-height:78px}.site-header.header-style-6 .menu-action-buttons>div{line-height:90px}.site-header.header-style-8 .menu-action-buttons>div{line-height:66px}.site-header.header-style-5 .shop-cart-container .cart-box,.site-header.header-style-6 .shop-cart-container .cart-box,.site-header.header-style-8 .shop-cart-container .cart-box{line-height:22px}.site-header.header-style-5 .menu-action-buttons .off-canvas-menu-icon,.site-header.header-style-8 .menu-action-buttons .off-canvas-menu-icon{margin-top:-2px}.site-header.header-style-5 .search-container .search-box .search-form .search-field{height:78px}.site-header.header-style-6 .search-container .search-box .search-form .search-field{height:90px}.site-header.header-style-8 .search-container .search-box .search-form .search-field{height:66px}.site-header.header-style-5 .shop-cart-container .cart-box:after,.site-header.header-style-6 .shop-cart-container .cart-box:after,.site-header.header-style-8 .shop-cart-container .cart-box:after{content:'';height:2px;position:absolute;right:0;left:0;top:-1px;opacity:1;visibility:visible}.site-header.header-style-6 .header-inner{padding:0;position:relative}.site-header.header-style-6.boxed .header-inner,.site-header.header-style-6.full-width{border-bottom:1px solid #eee}.site-header.header-style-6 .main-menu.menu{float:right}.site-header.header-style-6 .main-menu.menu>li{float:left;display:inline-block;margin:0}.site-header.header-style-6 .main-menu.menu>li>a{padding:0 15px}.site-header.header-style-6 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-6 .site-branding{width:23.333%;float:left;line-height:90px}.site-header.header-style-6 .main-menu-container{width:76.666%;float:right}.site-header.header-style-6 .main-menu>li>a{line-height:90px}.site-header.header-style-6 .site-branding .logo{display:table;width:100%;line-height:86px;height:86px}.site-header.header-style-6 .site-branding .logo.img-logo a{display:table-cell;vertical-align:middle;padding:0 10px 0 0}.site-header.header-style-6 .site-branding .logo.text-logo a{vertical-align:middle;padding:5px 10px 5px 0}.site-header.header-style-6 .site-branding .logo img{vertical-align:middle;margin:0;display:table-cell;max-width:100%;table-layout:fixed}.site-header.header-style-6 .site-branding .logo img{padding:0;line-height:88px;max-height:88px}.site-header.header-style-6 .main-menu.menu>li>a>.bf-icon{position:absolute;width:100%;top:24px;left:0;text-align:center;margin-right:0;font-size:16px}.site-header.header-style-6 .main-menu.menu>li>a>.bf-icon img{vertical-align:top}.site-header.header-style-6 .main-menu.menu>li>a>.bf-icon.bf-custom-icon{top:20px}.site-header.header-style-6 .main-menu.menu>li.menu-have-icon>a{padding-top:24px;line-height:66px}.site-header.header-style-6 .main-menu.menu>li.current-menu-item>a:before,.site-header.header-style-6 .main-menu.menu>li.current-menu-parent>a:before,.site-header.header-style-6 .main-menu.menu>li:hover>a:before{height:2px;bottom:-1px}.site-header.header-style-6 .main-menu.menu>li.current-menu-item>a,.site-header.header-style-6 .main-menu.menu>li.current-menu-parent>a,.site-header.header-style-6 .main-menu.menu>li:hover>a{background:rgba(0,0,0,.05)}.site-header.header-style-6 .main-menu.menu>li.menu-item-has-children>a:after{position:absolute;width:100%;left:0;margin:0;text-align:center;bottom:0;color:rgba(0,0,0,.21)}.site-header.header-style-6 .content-wrap>.bs-pinning-wrapper>.bs-pinning-block{box-shadow:none;background:#fff}.site-header.header-style-6.full-width .content-wrap{max-width:100%!important}.site-header.header-style-6.full-width .content-wrap.pinned{background:#fff;box-shadow:none;border-bottom:1px solid #eee}.site-header.header-style-7 .header-inner{padding:50px 0}.site-header.header-style-7.h-a-ad .header-inner{padding:30px 0}.site-header.header-style-7 .main-menu.menu>li{float:left;display:inline-block;margin:0 10px 0 0}.site-header.header-style-7 .main-menu.menu .sub-menu{text-align:left}.site-header.boxed.header-style-7 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-7 .main-menu-wrapper{border-bottom-width:1px;border-top:none;border-bottom-color:#ececec}.site-header.header-style-7 .site-branding{text-align:center}.site-header.header-style-7 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-7 .main-menu.menu{height:63px;overflow-y:hidden;margin-bottom:-16px;padding-bottom:15px}.site-header.header-style-7.boxed .main-menu.menu .mega-menu,.site-header.header-style-7.boxed .main-menu.menu>li .sub-menu{top:102%;top:calc(100% + 1px)}.site-header.header-style-7.full-width .main-menu.menu .mega-menu,.site-header.header-style-7.full-width .main-menu.menu>li .sub-menu{top:76%;top:calc(100% - 15px)}.site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu,.site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu>li .sub-menu{top:100%}.site-header.header-style-7.full-width .menu-action-buttons{bottom:15px}.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container{padding-right:40px}.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container{padding-right:80px}.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container{padding-right:120px}.site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu{height:48px;margin-bottom:-1px;padding-bottom:0}.site-header.header-style-7.full-width .bs-pinning-block.pinned .menu-action-buttons{bottom:0}.site-header.header-style-8 .header-inner{padding:0;position:relative}.site-header.header-style-8.boxed .header-inner,.site-header.header-style-8.full-width{border-bottom:1px solid #eee}.site-header.header-style-8 .main-menu.menu>li{float:left;display:inline-block;margin:0 10px 0 0}.site-header.header-style-8 .main-menu.menu>li>a{padding:0 7px}.site-header.header-style-8 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-8 .site-branding{width:20%;float:left;padding-right:20px}.site-header.header-style-8 .main-menu-container{width:80%;float:right}.site-header.header-style-8 .main-menu>li>a{line-height:66px}.site-header.header-style-8 .site-branding .logo{line-height:58px;display:table;width:100%}.site-header.header-style-8 .site-branding .logo.img-logo a{display:table-cell;vertical-align:middle;line-height:62px;height:62px;padding:0 10px 0 0;position:relative;z-index:100}.site-header.header-style-8 .site-branding .logo.text-logo a{vertical-align:middle;padding:5px 10px 5px 0}.site-header.header-style-8 .site-branding .logo img{vertical-align:middle;margin:0;max-height:100%;display:table-cell;max-width:100%;table-layout:fixed}.site-header.header-style-8 .site-branding .logo,.site-header.header-style-8 .site-branding .logo img{max-height:58px;padding:0}.site-header.header-style-8 .main-menu.menu>li.current-menu-item>a:before,.site-header.header-style-8 .main-menu.menu>li.current-menu-parent>a:before,.site-header.header-style-8 .main-menu.menu>li:hover>a:before{height:2px;bottom:-1px}.site-header.header-style-8 .main-menu.menu>li.menu-item-has-children>a:after{position:absolute;width:100%;left:0;margin:0;text-align:center;bottom:0;color:rgba(0,0,0,.21)}.site-header.header-style-8 .content-wrap>.bs-pinning-wrapper>.bs-pinning-block{box-shadow:none;background:#fff}.site-header.header-style-8.full-width .content-wrap{max-width:100%!important}.site-header.header-style-8.full-width .content-wrap.pinned{background:#fff;box-shadow:none;border-bottom:1px solid #eee}@media only screen and (max-width:992px){.main-menu>li{margin-right:10px}.site-header.header-style-1 .main-menu.menu>li{margin:0 4px}.site-header.header-style-3 .main-menu.menu>li,.site-header.header-style-4 .main-menu.menu>li,.site-header.header-style-8 .main-menu.menu>li{margin:0 7px 0 0}.site-header.header-style-5 .main-menu.menu>li>a,.site-header.header-style-6 .main-menu.menu>li>a,.site-header.header-style-8 .main-menu.menu>li>a{padding:0 7px}.main-menu>li>a{padding:0 4px}}.rh-header{display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:300px;position:relative}.rh-header .rh-container{background-color:#222;user-select:none}@media only screen and (max-width:700px){body .site-header,body.bs-hide-ha .site-header{display:none}body.bs-show-ha .site-header{display:block}body.bs-show-ha .site-header .bs-pinning-wrapper,body.bs-show-ha .site-header .header-inner .logo-col,body.bs-show-ha .site-header .main-menu-wrapper,body.bs-show-ha .site-header .topbar{display:none}body.bs-show-ha .site-header .header-inner .sidebar-col,body.bs-show-ha .site-header>.header-inner .row-height{display:block;height:auto;width:100%}body.bs-show-ha .site-header.header-style-2 .header-inner,body.bs-show-ha .site-header.header-style-3 .header-inner{padding:15px 0}body.bs-show-ha-a .main-wrap{display:flex;flex-direction:column}body.bs-show-ha-a .main-wrap .rh-header{order:1}body.bs-show-ha-a .main-wrap .site-header{order:2}body.bs-show-ha-a .main-wrap>*{order:3}body.bs-show-ha.bs-show-ha-a .site-header.header-style-2 .header-inner,body.bs-show-ha.bs-show-ha-a .site-header.header-style-3 .header-inner{padding:15px 0 0}.rh-header{display:block}}.rh-header .menu-container{position:absolute;top:0;right:0}.rh-header .menu-container .menu-handler{color:#fff;width:54px;height:54px;text-align:center;display:inline-block;font-size:18px;background-color:rgba(255,255,255,.05);cursor:pointer;position:relative;border-left:1px solid rgba(0,0,0,.07);float:right}.rh-header .menu-container .menu-handler .lines{display:inline-block;width:22px;height:2px;background:#ecf0f1;position:relative;margin-top:25.5px}.rh-header .menu-container .menu-handler .lines:after,.rh-header .menu-container .menu-handler .lines:before{display:inline-block;width:22px;height:2px;background:#ecf0f1;position:absolute;left:0;content:''}.rh-header .menu-container .menu-handler .lines:before{top:8px}.rh-header .menu-container .menu-handler .lines:after{top:-8px}.rh-cover .rh-c-m .resp-menu li{display:block;line-height:46px;float:none;position:relative}.rh-cover .rh-c-m .resp-menu .sub-menu a>.fa{min-width:12px}.rh-cover .rh-c-m .resp-menu li a>.bf-icon{display:inline-block;min-width:22px;margin:0}.rh-cover .rh-c-m .resp-menu li>a{padding:0 0 0 3px;color:#fff;display:block;position:relative;font-size:14px;border-bottom:none;transition:none}.rh-cover .rh-c-m .resp-menu>li>a{border-bottom:2px solid rgba(255,255,255,.05)}.rh-cover .rh-c-m .resp-menu li.menu-item-has-children.open-sub>a{border-bottom-color:transparent!important}.rh-cover .rh-c-m .resp-menu .children-button{position:absolute;right:0;top:11px;line-height:24px;width:24px;height:24px;text-align:center;color:silver;cursor:pointer;border-radius:50%;-webkit-transition:.55s cubic-bezier(.37,-.04,.2,.99);-moz-transition:.55s cubic-bezier(.37,-.04,.2,.99);transition:.55s cubic-bezier(.37,-.04,.2,.99);opacity:.5}.rh-cover .rh-c-m .resp-menu+.resp-menu .children-button{top:8px}.rh-cover .rh-c-m .resp-menu li.open-sub>.children-button{background:rgba(0,0,0,.13)}.rh-cover .rh-c-m .resp-menu li li .children-button{top:1px}.rh-cover .rh-c-m .resp-menu .children-button:after,.rh-cover .rh-c-m .resp-menu .children-button:before{content:'';position:absolute;top:11px;right:6px;width:11px;height:2px;display:inline-block;background:#fff;-webkit-transition:.55s cubic-bezier(.37,-.04,.2,.99);-moz-transition:.55s cubic-bezier(.37,-.04,.2,.99);transition:.55s cubic-bezier(.37,-.04,.2,.99)}.rh-cover .rh-c-m .resp-menu .children-button:after{transform:rotate(90deg)}.rh-cover .rh-c-m .resp-menu .open-sub>.children-button{opacity:.75}.rh-cover .rh-c-m .resp-menu .open-sub>.children-button:after{-webkit-transform:none;-moz-transform:none;transform:none}.rh-cover .rh-c-m .resp-menu li.menu-item-has-children>a:after{display:none}.rh-cover .rh-c-m .resp-menu li:hover>.mega-menu,.rh-cover .rh-c-m .resp-menu li:hover>.sub-menu{display:none}.rh-cover .rh-c-m .resp-menu .mega-menu,.rh-cover .rh-c-m .resp-menu .sub-menu{display:none;visibility:visible;opacity:1!important;transform:none!important;transition:none!important;animation-name:none!important;position:relative;top:inherit!important;left:inherit!important;right:auto!important;background-color:transparent;width:100%;margin-top:1px;z-index:1}.rh-cover .rh-c-m .resp-menu .sub-menu>li:last-child>a{border-bottom:2px solid rgba(255,255,255,.04)!important}.rh-cover .rh-c-m .resp-menu .sub-menu>li.open-sub:last-child>a{border-bottom-color:transparent!important}.rh-cover .rh-c-m .resp-menu .sub-menu .sub-menu{margin-top:2px}.rh-cover .rh-c-m .resp-menu .sub-menu>li>a{font-size:13px}.rh-cover .rh-c-m .resp-menu .mega-menu,.rh-cover .rh-c-m .resp-menu .sub-menu{padding-left:22px}.rh-cover .rh-c-m .resp-menu li li{line-height:28px}.rh-cover .rh-c-m .resp-menu .sub-menu>li:last-child>a{padding-bottom:8px;margin-bottom:5px}.rh-cover .rh-c-m .resp-menu .better-custom-badge{display:inline-block;height:16px;line-height:16px;color:#fff;font-family:"Arial Narrow",Arial,sans-serif;font-size:11px;padding:0 5px;font-weight:600;letter-spacing:1px;z-index:1;text-transform:uppercase;text-align:center;min-width:19px;white-space:nowrap;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;float:right;margin:6px 6px 0 0;background-color:transparent!important;opacity:.6}.rh-cover .rh-c-m .resp-menu li.menu-item-has-children>a>.better-custom-badge{margin-right:30px}.rh-cover .rh-c-m .resp-menu li li.menu-item-has-children>a>.better-custom-badge{margin-top:8px}.rh-cover .rh-c-m .resp-menu+.resp-menu li{line-height:40px}.rh-cover .rh-c-m .resp-menu+.resp-menu li>a{font-size:12px}.rh-cover .search-form{margin-top:35px;position:relative}.rh-cover .search-form input[type=search]{margin:0;background:rgba(255,255,255,.2);color:#fff;border:none;border-radius:3px;box-shadow:none;float:none;webkit-backface-visibility:hidden;backface-visibility:hidden}.rh-cover .search-form input[type=submit]{content:"\f002";position:absolute;right:0;top:0;display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:16px;background:0 0!important}.rh-cover .search-form ::-webkit-input-placeholder{color:#fff}.rh-cover .search-form ::-moz-placeholder{color:#fff}.rh-cover .search-form :-ms-input-placeholder{color:#fff}.rh-cover .search-form :-moz-placeholder{color:#fff}.rh-cover .better-social-counter{margin:20px 0 0!important}.rh-cover .better-social-counter.style-button .social-list{text-align:center}.rh-cover .better-social-counter.style-button .social-item{float:none;display:inline-block;margin:0 4px 4px}.rh-cover .better-social-counter.style-button .item-icon{width:42px;height:42px;line-height:38px;color:#fff;background-color:#a3a3a3;border-radius:50%;background:rgba(0,0,0,0)!important;border:3px solid rgba(255,255,255,.25);font-size:16px}.rh-cover .better-social-counter.style-button .social-item:hover .item-icon{border-color:rgba(255,255,255,.45)}.rh-cover.no-login-icon .better-social-counter.style-button .social-list{position:absolute;top:9px;max-width:80%;height:45px;overflow:hidden;text-align:left}.rh-cover .rh-c-m .resp-menu .mega-menu{display:none;visibility:visible;opacity:1;background-color:transparent;position:inherit;left:0;top:0;border:none;box-shadow:none}.rh-cover .rh-c-m .resp-menu .mega-menu .container{width:100%;max-width:100%;padding:0}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link{padding:0}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links>li{width:100%!important;margin:0!important;padding:0!important}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li a{padding-bottom:0;margin-bottom:0}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li .sub-menu{display:none!important}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li.open-sub>.sub-menu{display:block!important}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links li{padding:0;text-align:left}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links>li .sub-menu{position:relative;top:0!important;left:0!important;background-color:transparent!important;text-align:left!important;box-shadow:none!important;padding:6px 0 0 22px;display:none!important}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links>li .sub-menu>li{display:block}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post{width:100%;padding:0 20px;float:none}.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(2),.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(3),.rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(4){display:none}.rh-cover .mega-menu.mega-type-link-list .mega-links>li:hover>a{color:#fff!important}.rh-header .logo-container{padding:0 0 0 15px;line-height:54px;height:54px}.rh-header .logo-container.rh-img-logo{font-size:0}.rh-header .logo-container img{max-height:80%;max-width:80%}.rh-header .logo-container a{color:#fff}.rh-cover{position:fixed;top:0;left:-99%;z-index:9999;width:100%;-webkit-transition:.54s cubic-bezier(.65,.33,.35,.84);-moz-transition:.54s cubic-bezier(.65,.33,.35,.84);transition:.54s cubic-bezier(.65,.33,.35,.84);visibility:hidden;overflow:auto;background:#191919;height:101%;height:calc(100% + 1px)}body.open-rh .rh-cover{left:0;visibility:visible}body.admin-bar .rh-cover{top:46px}body.mce-content-body{background-color:#fff!important}.noscroll{overflow:hidden}@media (max-width:767px){body{background-color:#f3f3f3!important}.main-wrap{background-color:#fff;overflow:auto;margin:auto;width:100%}}.rh-cover.gr-1{background-image:-moz-linear-gradient(45deg,#001fd3 0,#2d9dfb 100%);background-image:-webkit-linear-gradient(45deg,#001fd3 0,#2d9dfb 100%);background-image:-ms-linear-gradient(45deg,#001fd3 0,#2d9dfb 100%)}.rh-cover.gr-2{background-image:-moz-linear-gradient(85deg,#b83917 0,#f7ae15 100%);background-image:-webkit-linear-gradient(85deg,#b83917 0,#f7ae15 100%);background-image:-ms-linear-gradient(85deg,#b83917 0,#f7ae15 100%)}.rh-cover.gr-3{background-image:-moz-linear-gradient(85deg,#9234ef 0,#22c1c3 100%);background-image:-webkit-linear-gradient(85deg,#9234ef 0,#22c1c3 100%);background-image:-ms-linear-gradient(85deg,#9234ef 0,#22c1c3 100%)}.rh-cover.gr-4{background-image:-moz-linear-gradient(85deg,#c23337 0,#d45f25 100%);background-image:-webkit-linear-gradient(85deg,#c23337 0,#d45f25 100%);background-image:-ms-linear-gradient(85deg,#c23337 0,#d45f25 100%)}.rh-cover.gr-5{background-image:-moz-linear-gradient(85deg,#0a58c0 0,#00ade1 100%);background-image:-webkit-linear-gradient(85deg,#0a58c0 0,#00ade1 100%);background-image:-ms-linear-gradient(85deg,#0a58c0 0,#00ade1 100%)}.rh-cover.gr-6{background-image:-moz-linear-gradient(85deg,#0b5c5e 0,#28ae92 100%);background-image:-webkit-linear-gradient(85deg,#0b5c5e 0,#28ae92 100%);background-image:-ms-linear-gradient(85deg,#0b5c5e 0,#28ae92 100%)}.rh-cover.gr-7{background-image:-moz-linear-gradient(85deg,#880d2c 0,#1d70bf 100%);background-image:-webkit-linear-gradient(85deg,#880d2c 0,#1d70bf 100%);background-image:-ms-linear-gradient(85deg,#880d2c 0,#1d70bf 100%)}.rh-cover.gr-8{background-image:-moz-linear-gradient(85deg,#191b1d 0,#525759 100%);background-image:-webkit-linear-gradient(85deg,#191b1d 0,#525759 100%);background-image:-ms-linear-gradient(85deg,#191b1d 0,#525759 100%)}.rh-cover.bg-img:before{opacity:.13}.rh-cover.bg-img:after{content:'';display:inline-block;position:fixed;top:0;left:-100%;width:100%;bottom:0;background:#000;opacity:.4;z-index:-2;-webkit-transition:.54s cubic-bezier(.65,.33,.35,.84);-moz-transition:.54s cubic-bezier(.65,.33,.35,.84);transition:.54s cubic-bezier(.65,.33,.35,.84)}.close-rh .rh-cover.bg-img:after{left:-100%}.open-rh .rh-cover.bg-img:after{left:0}.rh-cover:before{height:60px;content:'';width:100%;position:absolute;background-color:#fff;opacity:.08;box-shadow:0 0 32px 0 #000;z-index:-1}.rh-cover .rh-close{width:20px;height:20px;position:absolute;right:25px;display:inline-block;top:21px;cursor:pointer;z-index:10}.rh-cover .rh-close:after,.rh-cover .rh-close:before{content:'';width:2px;height:18px;position:absolute;left:50%;margin-left:-1px;top:50%;margin-top:-10px;opacity:.65;background:#fff;transform:rotate(45deg);border-radius:5px}.rh-cover .rh-close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.rh-cover .rh-panel{padding:27px;position:absolute;top:0;left:0;width:100%}.rh-cover .rh-panel.rh-p-u{display:none}.rh-cover .rh-p-h{line-height:60px;margin:-27px -27px 20px;padding:0 23px;font-size:14px;color:#fff;height:60px;position:relative}.rh-cover .rh-p-h a{color:#fff}.rh-cover .rh-p-h .user-login{padding-left:40px;position:relative;cursor:pointer}.rh-cover .rh-p-h .user-login .user-avatar{border:2px solid rgba(255,255,255,.16);border-radius:50%;overflow:hidden;width:30px;height:30px;line-height:30px;display:inline-block;vertical-align:middle;position:absolute;top:50%;margin-top:-15px;left:0;text-align:center}.rh-cover .rh-p-h .user-login .user-avatar img{vertical-align:top}.rh-cover .rh-p-h .user-login .user-avatar .fa{font-size:23px;position:absolute;top:0;left:0;line-height:26px;width:100%}.rh-cover .rh-back-menu{width:30px;height:30px;display:inline-block;position:absolute;top:50%;margin-top:-15px;opacity:.65;cursor:pointer}.rh-cover .rh-back-menu:focus,.rh-cover .rh-back-menu:hover{opacity:.8}.rh-cover .rh-back-menu:after,.rh-cover .rh-back-menu:before{content:'';display:inline-block;position:absolute;width:10px;height:2px;background:#fff;top:10px;left:6px;border-radius:10px;-webkit-transition:.55s cubic-bezier(.37,-.04,.2,.99);-moz-transition:.55s cubic-bezier(.37,-.04,.2,.99);transition:.55s cubic-bezier(.37,-.04,.2,.99)}.rh-cover .rh-back-menu:before{transform:rotate(-40deg)}.rh-cover .rh-back-menu.abtn:before,.rh-cover .rh-back-menu:hover:before{transform:rotate(0);width:17px;left:7px;top:7px}.rh-cover .rh-back-menu:after{transform:rotate(40deg);top:16px;left:6px}.rh-cover .rh-back-menu.abtn:after,.rh-cover .rh-back-menu:hover:after{transform:rotate(0);left:7px;width:17px;top:19px}.rh-cover .rh-back-menu i{width:17px;height:2px;display:inline-block;background:#fff;position:absolute;top:13px;left:7px;border-radius:15px}.rh-cover .bs-login-shortcode{background:0 0;padding:0!important;margin:25px 0 0!important;border:none!important;box-shadow:none}.rh-cover .bs-login .login-header,.rh-cover .bs-login .login-header .login-icon{color:#fff}.rh-cover .bs-login .social-login-buttons li .social-login-btn.btn{background:rgba(255,255,255,.2)!important;height:34px;line-height:34px;border-radius:3px;font-size:13px;padding:0;text-align:center}.rh-cover .bs-login .social-login-btn.btn .bf-icon{width:auto;height:auto;position:inherit;background:0 0;margin-right:5px}.rh-cover .bs-login .social-login-buttons{border-bottom:none;margin-bottom:26px}.rh-cover .bs-login .social-login-buttons .or-text:after,.rh-cover .bs-login .social-login-buttons .or-text:before{content:'';width:100px;height:1px;background:#fff;opacity:.1;display:inline-block;position:absolute;top:50%;margin-top:-.5px;right:-101px}.rh-cover .bs-login .social-login-buttons .or-text:after{left:-101px;right:inherit}.rh-cover .bs-login .social-login-buttons .or-text{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,.17);color:#fff;position:relative}.rh-cover .bs-login input[type=password],.rh-cover .bs-login input[type=text]{background:rgba(255,255,255,.2);border:none;color:#fff;box-shadow:none;-webkit-backface-visibility:hidden}.rh-cover .bs-login input[type=password]::-webkit-input-placeholder,.rh-cover .bs-login input[type=text]::-webkit-input-placeholder{color:rgba(255,255,255,.55)}.rh-cover .bs-login input[type=password]::-moz-placeholder,.rh-cover .bs-login input[type=text]::-moz-placeholder{color:rgba(255,255,255,.55)}.rh-cover .bs-login input[type=password]:-ms-input-placeholder,.rh-cover .bs-login input[type=text]:-ms-input-placeholder{color:rgba(255,255,255,.55)}.rh-cover .bs-login input[type=password]:-moz-placeholder,.rh-cover .bs-login input[type=text]:-moz-placeholder{color:rgba(255,255,255,.55)}.rh-cover .bs-login .remember-checkbox+.remember-label{color:rgba(255,255,255,.4)}.rh-cover .bs-login .remember-label{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAAXNSR0IArs4c6QAAAVlJREFUSA3tkzFLA0EQhXeVKzxSaSEWtmJ6wS4/w84fkdJKy/yFFFb+B8EqYC22gfRBG8FCT7Bw/d45d6zeafa8NgOPnZ197+0y7PgQwqZz7ggcgBykRAFpAe48BsckO+DWe//CujLQDCCNwJNjc2qFlcKYII20GxTz1JtjA9PkMugVawPn1j346kHx36/MDyzURE3VqIuJcTVMC01jr3HWNGZgApYgNcSVJpOBkmuwz5OSQlzTTGQgt2RxdYOZLGUQqmLXVdpOXxn+EFyCvfoyNkkvgCbxo/jEHKj5zRfooHa3hNqQdAZ2rfTK+lHmcrGi+nEC3sA4qsU3cxTuwbbOtambSL4F3lW0GLMegoeqwFqLGwZWOI/ISp+j/Tdxq4EVLyJRlTbEvxq0mLSK/zSwwzOuvwFlw1T7GXqemtjrK+snXoEpRsnzYNxpqWWjH6WJ1EtSQ1xpsk/Dn+01H7ZKAQAAAABJRU5ErkJggg==)}.rh-cover .bs-login .go-login-panel,.rh-cover .bs-login .go-reset-panel{color:rgba(255,255,255,.5)}.rh-cover .bs-login .go-login-panel:hover,.rh-cover .bs-login .go-reset-panel:hover{color:#fff}.rh-cover .bs-login .bs-login-reset-panel .login-header .login-icon,.rh-cover .bs-login .remember-checkbox:checked+.remember-label{color:#fff}.rh-cover .bs-login .bs-login-reset-panel .login-btn,.rh-cover .bs-login .login-btn{background:#fff!important;color:#000;-webkit-backface-visibility:hidden}.rh-cover .bs-login .login-signup{color:rgba(255,255,255,.66)}.rh-cover .bs-login .login-signup a{color:#fff;text-decoration:underline}.rh-cover .bs-login .user-links,.rh-cover .bs-login .user-links li{border-color:rgba(255,255,255,.4)}.rh-cover .bs-login .user-links a{color:#fff}.rh-header.light .rh-container{background:#fff;border-bottom:1px solid #e5e5e5}.rh-header.light .rh-container.bs-pinning-block.pinned{border-bottom-color:transparent;-moz-box-shadow:0 0 40px rgba(0,0,0,.17);-webkit-box-shadow:0 0 40px rgba(0,0,0,.17);box-shadow:0 0 40px rgba(0,0,0,.17)}.rh-header.light .logo-container a{color:#2c2c2c}.rh-header.light .menu-container .menu-handler .lines,.rh-header.light .menu-container .menu-handler .lines:after,.rh-header.light .menu-container .menu-handler .lines:before{background:#2c2c2c}body.bs-show-ha.bs-show-ha-b .site-header+.rh-header.light .rh-container{border-top:1px solid #e5e5e5}.main-menu .bs-pretty-tabs-container .bs-pretty-tabs-elements{padding:0;border:none;right:auto;left:auto}.main-menu .bs-pretty-tabs-container{position:inherit}ul.sub-menu.bs-pretty-tabs-elements .mega-menu,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu{position:absolute;box-shadow:none;padding:0;width:100%;left:100%;top:0!important;background-color:#fff;-webkit-box-shadow:0 7px 7px rgba(0,0,0,.15);-moz-box-shadow:0 7px 7px rgba(0,0,0,.15);box-shadow:0 7px 7px rgba(0,0,0,.15)}ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts>.mega-menu,ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts>a:after{display:none}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu .sub-menu.sub-menu,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu.sub-menu,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links>li .sub-menu{top:inherit!important;position:absolute;margin-top:-39px;left:100%!important}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts:before{display:none}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tab-content,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section li:first-child{display:none}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section{width:100%;max-width:inherit;padding:0;height:auto;float:none}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .content-wrap,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .content-wrap{max-width:100%;min-width:inherit}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links{list-style:none;padding:0;margin:0}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links>li>a{color:#434343;border-bottom:1px solid rgba(0,0,0,.04);width:auto;display:block;margin-bottom:0;padding:8px 16px}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links>li,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links>li .sub-menu>li{display:block;padding:0}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links>li>a{display:block;border-bottom:1px solid rgba(0,0,0,.04)}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links>li:last-child>a,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links>li:last-child>a{border-bottom:none}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-2-column>li,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-3-column>li,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-4-column>li{width:100%;float:none;padding:0!important;margin:0!important}ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links>li:hover>a{color:#fff!important}.off-canvas-overlay{display:none;background:rgba(0,0,0,.5);width:100%;height:100%;position:fixed;z-index:999999;overflow-y:hidden}.off-canvas-inner>div{padding:10px 20px 14px;line-height:1.6;color:#434343}.off-canvas-container{visibility:hidden;left:-300px;top:0;position:fixed;width:300px;height:100%;z-index:999999;-webkit-transition:.6s cubic-bezier(.55,-.01,.19,.98) 0s;-moz-transition:.6s cubic-bezier(.55,-.01,.19,.98) 0s;-o-transition:.6s cubic-bezier(.55,-.01,.19,.98) 0s;transition:.6s cubic-bezier(.55,-.01,.19,.98) 0s}body.off-canvas-scroll{overflow-y:hidden}body.off-canvas-scroll .off-canvas-container{overflow-y:scroll}.off-canvas-container.closing{overflow-y:hidden!important}.off-canvas-menu-open .off-canvas-container{width:100%;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAA/UlEQVQ4jZXUvy4EQRwH8N9xvMI1aCWUCo/gX0h0nkWj1SiuQ4EQyYmCh/AIrnOeQI8EH8WtZEz2duem2uz+5jPf/c3sRkQE1rGNTkwxsIp9zAfW8GM8rjFbiOzgo5rXD2z6P64w04JsJQgMAh2cZtjFJAwbeE9qR1hIC44z7A7dDNnDZ1IzRK9utRwb/PUMu0VIA3ZZnCSD6nr2nVy/YLERaUnWmKRpm58iQnbvOSLepklzgK+aRHCPuRIkPbHwipsMa/4CapIM0as2oF+UbBKSPG/H2pAiDMtZT0ZYanj9Ds4z7CiM/ydFSIadJfMeA12c4NYUJ7bCDvGAlV8ryZTBSS7cPQAAAABJRU5ErkJggg==),no-drop}.off-canvas-menu-open .off-canvas-container.left{left:0;display:block;visibility:visible}.off-canvas-container.right{left:inherit;right:-300px}.off-canvas-menu-open .off-canvas-container.right{right:0;display:block;visibility:visible}.off-canvas-container:before{content:'';position:absolute;left:0;top:0;bottom:0;width:290px;background:#fff;box-shadow:3px 0 10px 0 rgba(0,0,0,.1);cursor:default}.off-canvas-inner{color:#434343;width:290px;position:absolute;cursor:default;padding-top:4px;background:#fff}.off-canvas-inner:after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:0 0;z-index:1}body.admin-bar .off-canvas-container{top:32px}.off-canvas-header{text-align:center;line-height:1.5;padding-bottom:10px}.off-canvas-header img{max-width:100%;height:auto}.off-canvas-header .logo{margin-top:20px}.off-canvas-header .site-name{font-weight:bolder;font-size:18px;margin-top:15px}.off-canvas-header .site-name:first-child{margin-bottom:10px;font-size:22px}.off-canvas-header .site-name:first-child:last-child{margin-bottom:0}.off-canvas-header .logo+.site-description{margin-top:15px}.off-canvas-header .site-description:first-child:last-child{margin-bottom:10px;margin-top:15px}.off-canvas-menu>ul>li>a{text-transform:none!important}.off-canvas-inner>.off-canvas-menu{padding:20px 0 10px}.off-canvas-inner>.off-canvas-search+.off-canvas-menu{padding-top:0}.off-canvas-inner>.off-canvas-header+.off-canvas-menu{padding-top:8px}.off-canvas-inner .canvas-close+.off-canvas-search{margin-top:44px}.off-canvas-menu ul.menu li,.off-canvas-menu ul.menu>li{display:block;float:none}.off-canvas-menu ul.menu>li{padding:0 20px}.off-canvas-menu li>a{border-bottom:1px solid rgba(0,0,0,.06);padding:10px 0!important}.off-canvas-menu li:last-child>a{border-bottom:none!important}.off-canvas-menu li li{padding:0 18px!important}.off-canvas-menu li li>a{padding:8px 0!important;border-bottom:1px solid rgba(0,0,0,.07)!important}.off-canvas-menu a{color:#444}.off-canvas-menu ul.menu>li>a{display:block!important}.off-canvas-menu ul.menu>li .sub-menu{top:-5px;left:100%;background:#fff;border:1px solid #d7d7d7;padding:7px 0;border-radius:3px}.off-canvas-menu ul.menu>li .sub-menu .sub-menu{left:100%;top:-7px!important}.off-canvas-menu ul.menu>li .sub-menu:after,.off-canvas-menu ul.menu>li .sub-menu:before{border:solid 13px transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;top:13px;left:-27px;border-right-color:#d7d7d7}.off-canvas-menu ul.menu>li .sub-menu:after{border:solid 12px transparent;border-right-color:#fff;top:14px;left:-24px}.off-canvas-menu .fa{margin-right:5px}.off-canvas-menu ul{padding:0;margin-bottom:0;position:relative}.off-canvas-menu li{list-style:none;padding:0 20px;position:relative}.off-canvas-menu ul ul{display:none;box-shadow:3px 0 10px 0 rgba(0,0,0,.1);background:#fff;position:absolute;left:100%;width:100%;top:0;border:1px solid #f5eaea;padding:0 10px}.off-canvas-menu ul.menu li.menu-item-has-children>a:after{content:'\f105';-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;position:absolute;right:0;top:50%;margin-top:-13px}.off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter>a:after{opacity:0;right:-8px}.off-canvas-menu .menu .better-custom-badge{bottom:inherit;top:50%;right:0;left:inherit;display:inline-block;margin-top:-8px}.off-canvas-menu .menu .menu-item-has-children>a>.better-custom-badge{right:20px}.off-canvas-menu .menu .better-custom-badge:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg);bottom:4px;left:-8px}.off-canvas-inner>.off-canvas-search:first-child{padding-top:25px}.off-canvas-search form{position:relative}.off-canvas-search input[type=text]{padding-right:25px;padding-left:10px;box-shadow:none;border:1px solid #e3e3e3;background-color:#fff;font-size:12px}.off-canvas-search .fa{position:absolute;top:50%;transform:translateY(-50%);right:10px;color:#8f8f8f}.off-canvas-inner>.off_canvas_footer{padding-top:18px;margin-top:10px;border-top:1px solid rgba(0,0,0,.07)}.off-canvas-inner>.off_canvas_footer:first-child{padding-top:20px;margin-top:0;border-top:none}.off-canvas-inner>.off-canvas-search+.off_canvas_footer{margin-top:14px}.off-canvas-inner>.off_canvas_footer .better-social-counter.style-button:first-child .social-list{margin:0;padding:0;list-style:none;text-align:center}.off-canvas-inner>.off_canvas_footer .better-social-counter.style-button:first-child .social-item{float:none;margin:0 3px;display:inline}.off_canvas_footer .better-social-counter.style-button .item-icon{border-radius:50%}.off-canvas-container .social-share-list{padding:15px 0 0}.off-canvas-container .social-share-list li{list-style:none;display:inline-block;margin-right:3px}.off-canvas-container .social-share-list a{background:#424242;color:#fff;padding:4px 7px;border-radius:3px}.off-canvas-container.right{right:-300px;left:auto}.off-canvas-container.right .off-canvas-inner,.off-canvas-container.right:before{right:0;left:auto}.off-canvas-container.right .off-canvas-menu ul ul{left:auto;right:100%;box-shadow:-3px 0 10px 0 rgba(0,0,0,.1)}.off-canvas-container.right .off-canvas-menu ul{text-align:right}.off-canvas-container.right ul.menu li.menu-item-has-children>a:after{content:'\f104';right:inherit;left:0}.off-canvas-container.right ul.menu li.menu-item-has-children.bsm-enter>a:after{right:auto;left:-8px}.off-canvas-container.right .off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter>a:after{right:auto;left:-8px}.off-canvas-container.right .off-canvas-menu .menu .better-custom-badge{right:inherit;left:0}.off-canvas-container.right .off-canvas-menu .menu .menu-item-has-children>a>.better-custom-badge{right:inherit;left:20px}.off-canvas-container.right .off-canvas-menu .menu .better-custom-badge:after{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);transform:rotate(-90deg);left:auto;right:-8px!important}.off-canvas-container.right .off_canvas_footer{text-align:right}.off-canvas-container.right .better-social-counter.style-button .social-item{float:right;margin:0 0 6px 4px}.off-canvas-container.right ul.menu li.menu-have-icon>a>.bf-icon{float:right;margin:4px 0 0 6px}.off-canvas-container.right .off-canvas-menu ul.menu>li .sub-menu:after,.off-canvas-container.right .off-canvas-menu ul.menu>li .sub-menu:before{left:inherit;right:-27px;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:FlipH}.off-canvas-container.right .off-canvas-menu ul.menu>li .sub-menu:after{left:inherit;right:-24px}.off-canvas-container.right ul.menu>li .sub-menu .sub-menu{left:inherit;right:100%}.skin-dark.off-canvas-container .off-canvas-inner,.skin-dark.off-canvas-container:before{background:#151515}.skin-dark.off-canvas-container .off-canvas-search input[type=text]{border-color:#272727;background-color:#151515;color:#fff}.skin-dark.off-canvas-container .off-canvas-inner>div,.skin-dark.off-canvas-container .off-canvas-menu a{color:#fff}.skin-dark.off-canvas-container .off-canvas-menu ul.menu>li .sub-menu{background:#151515;border-color:#232323}.skin-dark.off-canvas-container .off-canvas-menu ul.menu>li .sub-menu:after,.skin-dark.off-canvas-container .off-canvas-menu ul.menu>li .sub-menu:before{border-right-color:#232323}.skin-dark.off-canvas-container .off-canvas-menu li>a{border-bottom-color:rgba(255,255,255,.05)!important}.skin-dark.off-canvas-container .off-canvas-inner>.off_canvas_footer{border-top-color:rgba(255,255,255,.07)}.search-header{margin:0 0 15px;padding-bottom:15px;border-bottom:1px solid #ebebeb}.search-header .search-form{margin-bottom:15px}.search-header .found-categories ul,.search-header .found-tags ul{display:inline-block;list-style:none;padding:0;margin:0}.search-header .found-categories li,.search-header .found-tags li{display:inline-block;margin:0 10px 0 0}.search-header .label{font-weight:700;font-size:14px;color:#383838;padding:0 10px 0 0}.search-header .clean-button{line-height:18px}.search-header .found-categories li .clean-button,.search-header .found-tags li .clean-button{margin:0}.search-header .found-categories+.found-tags{margin-top:15px}.search-header .found-tags .clean-button{line-height:22px;padding:0 6px}.topbar{height:35px;overflow:hidden}.topbar.use-pretty-tabs{z-index:9999;position:relative;height:auto;overflow:visible}.topbar ul.menu>li .sub-menu{top:100%}.topbar .topbar-inner{padding:4px 0}.topbar .section-links{float:right}.topbar.topbar-style-1 .section-menu{height:26px}.topbar.topbar-style-1 .section-menu{max-width:80%}.topbar.topbar-style-1 .section-menu:first-child:last-child{max-width:100%}.site-header.boxed .topbar .topbar-inner{border-bottom:1px solid #efefef;border-bottom:1px solid rgba(0,0,0,.07)}.site-header.full-width .topbar{border-bottom:1px solid #efefef;border-bottom:1px solid rgba(0,0,0,.07)}.topbar .better-studio-shortcode{display:inline-block;float:right;margin-bottom:0}.topbar .better-studio-shortcode .social-list{display:inline-block;float:right}.topbar .better-social-counter.style-button .social-item{margin:0 0 0 4px}.topbar .better-social-counter.style-button .social-item .item-icon{color:#444;background-color:transparent;font-size:12px;width:24px;height:24px;line-height:24px}.topbar .better-social-counter.style-button .social-item:hover .item-icon{color:#545454}.topbar .better-social-counter.style-button .social-item{float:left;font-size:13px}.topbar .better-social-counter.style-button a:hover{color:#fff}.topbar .topbar-date{color:#fff;display:inline-block;padding:3px 10px;line-height:18px;position:relative;top:-1px}.topbar .better-newsticker{margin-bottom:0}.topbar .better-newsticker.better-newsticker{margin-bottom:0!important}.topbar .section-links+.section-menu .better-newsticker .control-nav{right:30px}.topbar .topbar-sign-in{float:right;cursor:pointer;height:24px;line-height:24px}.topbar .topbar-sign-in .fa{margin-right:2px}.topbar .topbar-sign-in.behind-social{margin-right:8px;position:relative;padding-right:8px}.topbar .topbar-sign-in.behind-social:before{content:'';width:1px;top:50%;margin-top:-8px;height:18px;display:inline-block;background:#dadada;background:rgba(0,0,0,.15);position:absolute;right:-2px}@media only screen and (max-width:850px){.topbar .better-newsticker ul.news-list li{width:65%}}body{background:#fff;text-decoration-skip:ink}body.boxed{background-color:#eee}body.boxed .bs-vc-content>.vc_row>.bs-vc-wrapper,body.boxed .content-wrap{padding-left:5px;padding-right:5px}body.boxed .bf-breadcrumb>.bf-breadcrumb-container{margin-left:5px!important;margin-right:5px!important}body.boxed .mega-menu .content-wrap{padding-left:2.5px;padding-right:2.5px}body.boxed .slider-container .content-wrap{padding-left:0;padding-right:0}@media (max-width:980px){body.boxed .bs-vc-content>.vc_row>.bs-vc-wrapper,body.boxed .content-wrap,body.boxed .mega-menu .content-wrap{padding-left:0;padding-right:0}}.main-wrap{margin:0 auto}.content-wrap,.main-wrap,main.content-container{position:relative}body.active-top-line{border-top:3px solid transparent}.main-wrap .container{width:100%}body.full-width .main-wrap{width:100%}@media (min-width:768px){.boxed .main-wrap{width:100%!important}}@media only screen and (max-width:768px){.boxed .main-wrap{max-width:100%!important}}body.boxed .main-wrap{padding:0;background-color:#fff;-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;-webkit-box-shadow:0 0 2px rgba(0,0,0,.27);-moz-box-shadow:0 0 2px rgba(0,0,0,.27);box-shadow:0 0 2px rgba(0,0,0,.27)}@media only screen and (max-width:480px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.vc_row .bs-vc-wrapper>.bs-vc-column{padding-left:15px!important;padding-right:15px!important}}.content-wrap{margin:0 auto;padding:0;min-width:300px}.container{width:100%}.page-layout-3-col-0 .content-column{width:100%!important}.page-layout-3-col-0.page-layout-3-col-0 .main-section{margin-bottom:0!important}.listing .col-lg-1,.listing .col-lg-10,.listing .col-lg-11,.listing .col-lg-12,.listing .col-lg-2,.listing .col-lg-3,.listing .col-lg-4,.listing .col-lg-5,.listing .col-lg-6,.listing .col-lg-7,.listing .col-lg-8,.listing .col-lg-9,.listing .col-md-1,.listing .col-md-10,.listing .col-md-11,.listing .col-md-12,.listing .col-md-2,.listing .col-md-3,.listing .col-md-4,.listing .col-md-5,.listing .col-md-6,.listing .col-md-7,.listing .col-md-8,.listing .col-md-9,.listing .col-sm-1,.listing .col-sm-10,.listing .col-sm-11,.listing .col-sm-12,.listing .col-sm-2,.listing .col-sm-3,.listing .col-sm-4,.listing .col-sm-5,.listing .col-sm-6,.listing .col-sm-7,.listing .col-sm-8,.listing .col-sm-9,.listing .col-xs-1,.listing .col-xs-10,.listing .col-xs-11,.listing .col-xs-12,.listing .col-xs-2,.listing .col-xs-3,.listing .col-xs-4,.listing .col-xs-5,.listing .col-xs-6,.listing .col-xs-7,.listing .col-xs-8,.listing .col-xs-9{padding-left:15px;padding-right:15px}.listing .row{margin-left:-15px;margin-right:-15px}.term-badges .format-badge,.term-badges .term-badge{display:inline-block;line-height:0}.term-badges a{color:#8b8b8b;padding:0 0 4px}.term-badges .fa{margin-right:2px}.term-badges.floated a{padding:2px 7px;color:#fff;margin-right:3px;margin-bottom:3px;display:inline-block;line-height:1.7;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.term-badges.floated{position:absolute;top:0;left:0;z-index:1;line-height:0;font-size:0}.term-badges.text-badges,.term-badges.text-badges .term-badge{line-height:1.4}.term-badges.text-badges .term-badge{margin-right:10px}.term-badges.text-badges .term-badge:last-child{margin-right:0}.term-badges.text-badges a{background-color:transparent!important;font-weight:500;padding:0}.format-icon{position:absolute;right:20px;top:20px;pointer-events:none;width:32px;height:32px;border:2px solid #fff;line-height:28px;text-align:center;border-radius:50%;color:#fff;background:rgba(0,0,0,.3);font-size:14px;-webkit-transition:.43s cubic-bezier(.47,.13,.16,.72) 0s;-moz-transition:.43s cubic-bezier(.47,.13,.16,.72) 0s;-o-transition:.43s cubic-bezier(.47,.13,.16,.72) 0s;transition:.43s cubic-bezier(.47,.13,.16,.72) 0s}.format-icon .fa{line-height:28px;width:100%;text-align:center}.format-icon.format-audio{padding-right:2px}.format-icon.format-video{padding-left:2px}.post-summary p:last-child{margin-bottom:0}.entry-content a.read-more,a.read-more{font-size:12px;color:#fff;background:#434343;display:inline-block;padding:3px 11px;text-transform:uppercase!important;margin-top:13px}.entry-content a.read-more,a.read-more:hover{color:#fff}.img-holder{position:relative;width:80px;display:inline-block;float:left;margin-right:15px;transition:none}.bs-ll-a .img-cont:before,.bs-ll-a .img-holder:before,.bs-ll-a img[data-src]:not(.b-loaded){opacity:1;background-color:#e9ebee;background-image:linear-gradient(to left,#e9ebee 0,#f4f5f6 20%,#e9ebee 40%,#e9ebee 100%);background-repeat:no-repeat;background-size:1000px 900px;-webkit-animation:bs-lazy-anim 1s infinite linear forwards;-moz-animation:bs-lazy-anim 1s infinite linear forwards;animation:bs-lazy-anim 1.01s infinite linear forwards}.bs-ll-d .img-cont,.bs-ll-d .img-holder{background-color:#f5f5f5}.listing-mg-item .img-cont:before{content:'';display:inline-block;position:absolute;right:0;left:0;top:0;bottom:0}.img-cont.b-error:before,.img-cont.b-loaded:before,.img-holder.b-error:before,.img-holder.b-loaded:before{background:0 0;opacity:0;animation:none}.listing-item-blog-1 .featured .img-holder.b-error,.listing-item-blog-1 .featured .img-holder.b-loaded,.listing-item-blog-5 .featured .img-holder.b-error,.listing-item-blog-5 .featured .img-holder.b-loaded,.listing-item-tb-1 .img-holder.b-error,.listing-item-tb-1 .img-holder.b-loaded,.listing-item-tb-2 .img-holder.b-error,.listing-item-tb-2 .img-holder.b-loaded,.listing-item-tb-3 .img-holder.b-error,.listing-item-tb-3 .img-holder.b-loaded{-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:top center!important}@-webkit-keyframes bs-lazy-anim{from{background-position:-800px 0}to{background-position:400px 0}}@keyframes bs-lazy-anim{from{background-position:-800px 0}to{background-position:400px 0}}@-webkit-keyframes bs-lazy-anim-rtl{from{background-position:400px 0}to{background-position:-800px 0}}@keyframes bs-lazy-anim-rtl{from{background-position:400px 0}to{background-position:-800px 0}}.img-cont.img-cont.img-content-ni.img-content-ni,.img-holder.img-holder.img-content-ni.img-content-ni{background:0 0!important}.img-holder.b-load-ready{opacity:0}.img-holder.b-error,.img-holder.b-loaded,body.bs-ll-d .img-holder{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;animation:none;background-position:top center}.img-holder.b-loaded,body.bs-ll-d .img-holder{transition:opacity .2s ease-in-out;opacity:1}.bs-pagination-cached .img-holder.b-loaded{transition:none}.img-holder:before{display:block;content:" ";width:100%;padding-top:70%}.search-field::-ms-clear{display:none}.modal{z-index:99999}.margin-sm-left{margin-left:7px}.margin-sm-right{margin-right:7px}.margin-xsm-left{margin-left:3px}.margin-xsm-right{margin-right:3px}.limit-line{overflow:hidden;white-space:nowrap}.limit-dot-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.top-line{border-top:1px solid #f4f4f4}.bottom-line{border-bottom:1px solid #f4f4f4}li.bottom-line:last-child{border-bottom:none}.no-list-style{list-style:none!important}.no-list-style li{padding-right:0!important}.no-list-style li:before{display:none!important}.bs-padding-1-1{padding-left:5%;padding-right:5%}.bs-padding-0-1{padding-right:5%}.bs-padding-1-0{padding-left:5%}.bs-padding-2-2{padding-left:10%;padding-right:10%}.bs-padding-2-1{padding-left:10%;padding-right:5%}.bs-padding-1-2{padding-left:5%;padding-right:10%}.bs-padding-0-2{padding-right:10%}.bs-padding-2-0{padding-left:10%}.bs-padding-3-3{padding-left:15%;padding-right:15%}.bs-padding-0-3{padding-right:15%}.bs-padding-3-0{padding-left:15%}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;-webmit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);-moz-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.search-form input[type=search]{float:left;height:38px;line-height:38px;margin-right:8px;font-size:12px;box-shadow:none}.search-form input[type=submit]{height:38px}.post-meta{padding-top:2px;font-style:inherit}.post-meta .time{margin-right:10px}.post-meta .share,.post-meta .views{float:none;margin-right:10px;font-style:normal}.post-meta .comments,.post-meta .share,.post-meta .views{white-space:nowrap}.post-meta .views{font-weight:700}.post-meta .views.rank-0,.post-meta .views.rank-default{font-weight:400}.post-meta .comments{margin-left:10px;font-style:normal;float:right}.post-meta .comments:first-child:last-child,.post-meta .rating:first-child:last-child{float:none;margin-left:0;margin-right:0}.post-meta .rating+.comments{float:none;margin-left:0}.post-meta .comments .fa,.post-meta .share .bf-icon,.post-meta .views .bf-icon,.post-meta .views .fa{display:inline-block;margin-right:3px}.post-meta .post-author-avatar img{margin-right:5px;margin-top:-2px}.post-meta .post-author{font-weight:bolder;font-style:normal;margin-right:8px;max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top}.post-meta .post-author:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f111';margin-left:8px;font-size:5px;vertical-align:middle;color:#adb5bd}.post-meta .post-author-a:last-child .post-author{margin-right:0}.post-meta .post-author-a:last-child .post-author:after{display:none}.post-meta>a:last-child,.post-meta>span:last-child{margin-right:0!important}.slider-style-1-container,.slider-style-11-container,.slider-style-13-container,.slider-style-15-container,.slider-style-2-container.slider-container-1col,.slider-style-3-container,.slider-style-4-container.slider-container-1col,.slider-style-5-container,.slider-style-7-container,.slider-style-9-container{margin:0 0 -20px;padding:25px 0}.slider-style-5-container{padding-bottom:0}.slider-style-16-container,.slider-style-2-container,.slider-style-4-container,.slider-style-8-container{margin:0 0 25px}.slider-style-15-container{margin:0;padding-bottom:0}.slider-style-11-container .bs-slider,.slider-style-13-container .bs-slider,.slider-style-9-container .bs-slider{margin-bottom:0}.archive-title{border-bottom:1px solid #f0f0f0;padding-bottom:13px}.archive-title .pre-title{position:relative;margin-bottom:17px}.archive-title .pre-title span{background-color:#444;display:inline-block;line-height:26px;z-index:1;position:relative;padding:0 10px;color:#fff}.archive-title .pre-title:after{content:'';display:inline-block;position:absolute;left:0;top:100%;height:3px;width:100%;background-color:#444}.archive-title .page-heading{margin:0 0 12px;position:relative;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;padding:0}.archive-title.with-actions .page-heading{padding-right:30px}.archive-title .actions-container{width:30px;float:right}.archive-title.without-terms .actions-container{margin-top:8px}.archive-title .page-heading .count,.archive-title .rss-link{float:right;font-size:20px}.archive-title .rss-link{color:#f97410}.archive-title .desc{margin-top:12px}.archive-title .desc p:last-child{margin-bottom:0}.archive-title .term-badges{margin:10px 0 0;line-height:0}.archive-title .term-badges span.term-badge{margin-bottom:6px}.archive-title .term-badges span.term-badge a{background:#fff!important;border:1px solid #d4d4d4!important;border-color:#d4d4d4!important;padding:0 7px;display:inline-block;line-height:20px;margin-right:3px;font-size:10px;float:left;color:#8b8b8b!important}.archive-title .term-badges span.term-badge a:hover{color:#fff!important;border:1px solid transparent!important}.wpb_text_column img{max-width:100%;height:auto}.wpb_widgetised_column .wpb_wrapper>ul{margin:0;padding:0}.bs-injection.bs-injection-1-col>.vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.bs-injection.bs-injection-2-col>.vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.bs-injection.bs-injection-3-col>.vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.bs-injection.bs-vc-content,.bs-injection.bs-vc-content .vc_row,.bs-injection.bs-vc-content .vc_vc_row,.layout-1-col .bs-vc-content .vc_row,.layout-1-col .bs-vc-content .vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.layout-1-col .bs-vc-content .vc_vc_row,.layout-3-col-0 .bs-vc-content .vc_row,.layout-3-col-0 .bs-vc-content .vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.layout-3-col-0 .bs-vc-content .vc_vc_row{margin-left:auto;margin-right:auto}.container,.vc_column_container{margin-right:auto!important;margin-left:auto!important}.bs-vc-content>.vc_element>.vc_row[data-vc-full-width=true],.bs-vc-content>.vc_element>.vc_row[data-vc-stretch-content=true]>.bs-vc-wrapper,.bs-vc-content>.vc_row[data-vc-full-width=true],.bs-vc-content>.vc_row[data-vc-stretch-content=true]>.bs-vc-wrapper{width:100%}.bs-vc-content .vc_row[data-vc-full-width=true]{right:auto!important;left:auto!important;padding-left:0!important;padding-right:0!important}.full-width .bs-vc-content .vc_row[data-vc-full-width=true]{max-width:inherit!important}.bs-vc-content .vc_row[data-vc-stretch-content=true]{right:auto!important;left:auto!important;width:auto!important;max-width:inherit!important;padding-left:0!important;padding-right:0!important}.bs-injection.bs-vc-content .vc_row[data-vc-stretch-content=true]>.bs-vc-wrapper,.layout-3-col-0 .bs-vc-content .vc_row[data-vc-stretch-content=true]>.bs-vc-wrapper,.page-layout-1-col .bs-vc-content .vc_row[data-vc-stretch-content=true]>.bs-vc-wrapper{max-width:inherit!important}.wpb_flexslider.flexslider .slides img{height:auto}.bs-injection.bs-vc-content>.vc_row.vc_row-fluid.vc_row-has-fill:first-child{margin-top:0!important}.vc_row.vc_row-flex>.bs-vc-wrapper{box-sizing:border-box;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vc_row.vc_row-flex .bs-vc-wrapper{width:100%}.vc_row.vc_row-flex>.bs-vc-wrapper>.vc_column_container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.vc_row.vc_row-flex>.bs-vc-wrapper,.vc_row.vc_row-flex>.bs-vc-wrapper>.vc_column_container{display:flex}.vc_row.vc_row-flex>.bs-vc-wrapper>.vc_column_container>.vc_column-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.vc_row.vc_row-flex>.bs-vc-wrapper>.vc_column_container>.vc_column-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:1}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.vc_row.vc_row-flex>.bs-vc-wrapper>.vc_column_container>.vc_column-inner>*{min-height:1em}}.vc_row.vc_column-gap-1>.bs-vc-wrapper{margin-left:-.5px!important;margin-right:-.5px!important}.vc_row.vc_column-gap-1>.bs-vc-wrapper>.bs-vc-column{padding-left:.5px!important;padding-right:.5px!important}.vc_row.vc_column-gap-2>.bs-vc-wrapper{margin-left:-1px!important;margin-right:-1px!important}.vc_row.vc_column-gap-2>.bs-vc-wrapper>.bs-vc-column{padding-left:1px!important;padding-right:1px!important}.vc_row.vc_column-gap-3>.bs-vc-wrapper{margin-left:-1.5px!important;margin-right:-1.5px!important}.vc_row.vc_column-gap-3>.bs-vc-wrapper>.bs-vc-column{padding-left:1.5px!important;padding-right:1.5px!important}.vc_row.vc_column-gap-4>.bs-vc-wrapper{margin-left:-2px!important;margin-right:-2px!important}.vc_row.vc_column-gap-4>.bs-vc-wrapper>.bs-vc-column{padding-left:2px!important;padding-right:2px!important}.vc_row.vc_column-gap-5>.bs-vc-wrapper{margin-left:-2.5px!important;margin-right:-2.5px!important}.vc_row.vc_column-gap-5>.bs-vc-wrapper>.bs-vc-column{padding-left:2.5px!important;padding-right:2.5px!important}.vc_row.vc_column-gap-10>.bs-vc-wrapper{margin-left:-5px!important;margin-right:-5px!important}.vc_row.vc_column-gap-10>.bs-vc-wrapper>.bs-vc-column{padding-left:5px!important;padding-right:5px!important}.vc_row.vc_column-gap-15>.bs-vc-wrapper{margin-left:-7.5px!important;margin-right:-7.5px!important}.vc_row.vc_column-gap-15>.bs-vc-wrapper>.bs-vc-column{padding-left:7.5px!important;padding-right:7.5px!important}.vc_row.vc_column-gap-20>.bs-vc-wrapper{margin-left:-10px!important;margin-right:-10px!important}.vc_row.vc_column-gap-20>.bs-vc-wrapper>.bs-vc-column{padding-left:10px!important;padding-right:10px!important}.vc_row.vc_column-gap-25>.bs-vc-wrapper{margin-left:-12.5px!important;margin-right:-12.5px!important}.vc_row.vc_column-gap-25>.bs-vc-wrapper>.bs-vc-column{padding-left:12.5px!important;padding-right:12.5px!important}.vc_row.vc_column-gap-30>.bs-vc-wrapper{margin-left:-15px!important;margin-right:-15px!important}.vc_row.vc_column-gap-30>.bs-vc-wrapper>.bs-vc-column{padding-left:15px!important;padding-right:15px!important}.vc_row.vc_column-gap-35>.bs-vc-wrapper{margin-left:-17.5px!important;margin-right:-17.5px!important}.vc_row.vc_column-gap-35>.bs-vc-wrapper>.bs-vc-column{padding-left:17.5px!important;padding-right:17.5px!important}.listing-item a.vc_inline-link{display:none}.bs-pagination-wrapper .listing+.listing{margin-top:20px}.post.emphasize-first-p .entry-content>p:first-child{font-size:120%}.listing-item .post-edit-link{position:absolute;bottom:0;left:0;background:rgba(0,0,0,.58);color:#fff;padding:4px 11px;font-size:13px;display:none;line-height:20px}.listing-item:hover .post-edit-link{display:block}.infinity>.listing+.listing,.more_btn>.listing+.listing{margin-top:20px}.mega-links>.menu-item{margin-bottom:30px}.listing .listing-item,.mega-links>.menu-item{min-height:0}.listing.columns-1 .listing-item,.mega-links.columns-1>.menu-item{width:100%;float:none}.listing.columns-2 .listing-item,.mega-links.columns-2>.menu-item{width:50%;float:left}.listing.columns-2 .listing-item:nth-child(odd),.mega-links.columns-2>.menu-item:nth-child(odd){padding-right:18px;clear:left}.listing.columns-2 .listing-item:nth-child(even),.mega-links.columns-2>.menu-item:nth-child(even){padding-left:18px}.listing.columns-3 .listing-item,.mega-links.columns-3>.menu-item{width:33.3333%;float:left}.listing.columns-3 .listing-item:nth-child(3n-1),.mega-links.columns-3>.menu-item:nth-child(3n-1){padding-left:9px;padding-right:9px}.listing.columns-3 .listing-item:nth-child(3n-2),.mega-links.columns-3>.menu-item:nth-child(3n-2){padding-right:18px;clear:left}.listing.columns-3 .listing-item:nth-child(3n+3),.mega-links.columns-3>.menu-item:nth-child(3n+3){padding-left:18px}.listing.columns-4 .listing-item,.mega-links.columns-4>.menu-item{width:25%;float:left}.listing.columns-4 .listing-item:nth-child(4n-3),.mega-links.columns-4>.menu-item:nth-child(4n-3){padding-left:0;padding-right:16px;clear:left}.listing.columns-4 .listing-item:nth-child(4n+2),.mega-links.columns-4>.menu-item:nth-child(4n+2){padding-left:5px;padding-right:11px}.listing.columns-4 .listing-item:nth-child(4n+3),.mega-links.columns-4>.menu-item:nth-child(4n+3){padding-left:10px;padding-right:6px}.listing.columns-4 .listing-item:nth-child(4n+4),.mega-links.columns-4>.menu-item:nth-child(4n+4){padding-right:0;padding-left:16px}.listing.columns-5 .listing-item,.mega-links.columns-5>.menu-item{width:20%;float:left}.listing.columns-5 .listing-item:nth-child(5n+1),.mega-links.columns-5>.menu-item:nth-child(5n+1){padding-left:0;padding-right:12px;clear:left}.listing.columns-5 .listing-item:nth-child(5n+2),.mega-links.columns-5>.menu-item:nth-child(5n+2){padding-left:4px;padding-right:8px}.listing.columns-5 .listing-item:nth-child(5n+3),.mega-links.columns-5>.menu-item:nth-child(5n+3){padding-left:6px;padding-right:6px}.listing.columns-5 .listing-item:nth-child(5n+4),.mega-links.columns-5>.menu-item:nth-child(5n+4){padding-left:8px;padding-right:4px}.listing.columns-5 .listing-item:nth-child(5n+5),.mega-links.columns-5>.menu-item:nth-child(5n+5){padding-left:8px;padding-right:0}.listing.columns-5.listing-tall .listing-item:nth-child(5n+5),.mega-links.columns-5.listing-tall>.menu-item:nth-child(5n+5){padding-left:12px;padding-right:0}@media only screen and (max-width:1000px){.listing.columns-5 .listing-item,.mega-links.columns-5>.menu-item{width:25%}.listing.columns-5 .listing-item:nth-child(4n-3),.mega-links.columns-5>.menu-item:nth-child(4n-3){padding-left:0;padding-right:8px;clear:left}.listing.columns-5 .listing-item:nth-child(4n+2),.mega-links.columns-5>.menu-item:nth-child(4n+2){padding-left:3px;padding-right:5px;clear:none}.listing.columns-5 .listing-item:nth-child(4n+3),.mega-links.columns-5>.menu-item:nth-child(4n+3){padding-left:5px;padding-right:3px;clear:none}.listing.columns-5 .listing-item:nth-child(4n+4),.mega-links.columns-5>.menu-item:nth-child(4n+4){padding-right:0;padding-left:8px;clear:none}}@media only screen and (max-width:900px){.listing.columns-4 .listing-item,.listing.columns-5 .listing-item,.mega-links.columns-4>.menu-item,.mega-links.columns-5>.menu-item{width:33.3333%}.listing.columns-4 .listing-item:nth-child(3n-1),.listing.columns-5 .listing-item:nth-child(3n-1),.mega-links.columns-4>.menu-item:nth-child(3n-1),.mega-links.columns-5>.menu-item:nth-child(3n-1){padding-left:6px;padding-right:6px;clear:none}.listing.columns-4 .listing-item:nth-child(3n-2),.listing.columns-5 .listing-item:nth-child(3n-2),.mega-links.columns-4>.menu-item:nth-child(3n-2),.mega-links.columns-5>.menu-item:nth-child(3n-2){padding-left:0;padding-right:12px;clear:left}.listing.columns-4 .listing-item:nth-child(3n+3),.listing.columns-5 .listing-item:nth-child(3n+3),.mega-links.columns-4>.menu-item:nth-child(3n+3),.mega-links.columns-5>.menu-item:nth-child(3n+3){padding-left:12px;padding-right:0;clear:none}}@media only screen and (max-width:600px){.listing.columns-3 .listing-item,.listing.columns-4 .listing-item,.listing.columns-5 .listing-item,.mega-links.columns-3>.menu-item,.mega-links.columns-4>.menu-item,.mega-links.columns-5>.menu-item{width:50%}.listing.columns-3 .listing-item:nth-child(odd),.listing.columns-4 .listing-item:nth-child(odd),.listing.columns-5 .listing-item:nth-child(odd),.mega-links.columns-3>.menu-item:nth-child(odd),.mega-links.columns-4>.menu-item:nth-child(odd),.mega-links.columns-5>.menu-item:nth-child(odd){padding-left:0;padding-right:13px;clear:left}.listing.columns-3 .listing-item:nth-child(even),.listing.columns-4 .listing-item:nth-child(even),.listing.columns-5 .listing-item:nth-child(even),.mega-links.columns-3 .listing-item:nth-child(even),.mega-links.columns-4 .listing-item:nth-child(even),.mega-links.columns-5 .listing-item:nth-child(even){padding-left:13px;padding-right:0;clear:none}}@media only screen and (max-width:500px){.listing.columns-2 .listing-item,.listing.columns-3 .listing-item,.listing.columns-4 .listing-item,.listing.columns-5 .listing-item,.mega-links.columns-2>.menu-item,.mega-links.columns-3>.menu-item,.mega-links.columns-4>.menu-item,.mega-links.columns-5>.menu-item{width:100%!important;padding-left:0!important;padding-right:0!important;clear:none!important}}.archive-title img{max-width:100%}.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p{word-break:break-all;margin:0;line-height:24px;font-size:14px;font-family:var(--publisher-system-font)}.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p+.bsbt-shortcode-placeholder{margin-top:5px}.bsbt-shortcode-placeholder{text-align:center;background:#fff8d7;border:1px solid #e5d68d;margin:0 0 40px;padding:15px;line-height:24px;font-size:13px;font-family:var(--publisher-system-font)}.bsbt-shortcode-placeholder a,.bsbt-shortcode-placeholder a:hover{color:#e43c36!important;font-weight:bolder}.bsbt-shortcode-placeholder.type-small{padding:7px;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.bs-shortcode-row{margin-bottom:20px}.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col{width:100%!important;margin-bottom:15px}.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col:last-child{margin-bottom:0}.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col{width:50%!important;margin-bottom:15px}.bs-shortcode-row-3-column[max-width~="450px"] .bs-shortcode-col{width:100%!important}.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col:last-child{margin-bottom:0}.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col{width:33.3333%!important;margin-bottom:15px}.bs-shortcode-row-4-column[max-width~="600px"] .bs-shortcode-col{width:50%!important}.bs-shortcode-row-4-column[max-width~="450px"] .bs-shortcode-col{width:100%!important}.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col:last-child{margin-bottom:0}.bs-ll.a .fb-page,.bs-ll.a .google-plus-block{background-color:#e9ebee;background-image:linear-gradient(to left,#e9ebee 0,#f4f5f6 20%,#e9ebee 40%,#e9ebee 100%);background-repeat:no-repeat;background-size:1000px 900px;-webkit-animation:bs-lazy-anim 1s infinite linear forwards;-moz-animation:bs-lazy-anim 1s infinite linear forwards;animation:bs-lazy-anim 1.01s infinite linear forwards;width:100%!important;min-height:130px!important;text-align:center}.bs-ll.a .footer-widgets.light-text .fb-page,.bs-ll.a .footer-widgets.light-text .google-plus-block{background-color:#373737;background-image:linear-gradient(to left,#373737 0,#2b2b2b 20%,#373737 40%,#373737 100%)}.fb-page.fb_iframe_widget{background:0 0}.bs-text a:hover{text-decoration:underline}.bs-text .bs-text-content p:last-child{margin-bottom:0}.bs-text a.btn{color:#fff}.pagination{margin:20px 0 0;font-size:18px}.pagination:last-child{margin-bottom:0!important}.entry-content .bs-post-pagination .pages{border-color:#dadada!important;color:#333}.entry-content .bs-post-pagination span{line-height:28px;height:28px;min-width:28px}.entry-content>.bs-post-pagination:first-child{margin:0 0 20px}.pagination.bs-links-pagination .older{float:left;width:50%;text-align:left}.pagination.bs-links-pagination .newer{float:right;width:50%;text-align:right}.pagination.bs-links-pagination a{display:inline-block;margin-right:1px;line-height:26px;height:26px;min-width:30px;text-align:center;padding:0 9px;background-color:#fff;border:1px solid #dadada;color:#8a8f92;font-size:12px;text-transform:uppercase}.pagination.bs-links-pagination a:hover{color:#fff;border:1px solid transparent}.pagination.bs-numbered-pagination .page-numbers,.pagination.bs-numbered-pagination .page-numbers.dots:hover,.pagination.bs-numbered-pagination .wp-pagenavi a,.pagination.bs-numbered-pagination .wp-pagenavi span,.pagination.bs-numbered-pagination span{display:inline-block;margin-right:1px;line-height:30px;height:30px;min-width:30px;text-align:center;padding:0 10px;background-color:#fff;border:1px solid #dadada;color:#8a8f92;font-size:12px;text-transform:uppercase;list-style:none}.pagination.bs-numbered-pagination span{margin-right:0}.pagination.bs-numbered-pagination .current,.pagination.bs-numbered-pagination .page-numbers:hover,.pagination.bs-numbered-pagination .wp-pagenavi .current,.pagination.bs-numbered-pagination .wp-pagenavi a:hover,.pagination.bs-numbered-pagination>span{border:1px solid}.pagination.bs-numbered-pagination .next .fa{margin-left:4px;font-size:15px}.pagination.bs-numbered-pagination .prev .fa{margin-right:4px;font-size:15px}.pagination.bs-numbered-pagination.wc-pagination>.page-numbers{border:none;background:0 0;display:block;padding:0;margin:0;text-align:inherit}.pagination.bs-numbered-pagination.wc-pagination>.page-numbers>li{display:inline-block}.post-related .listing-item .title{font-size:15px;line-height:1.4}.post-related .include-last-mobile .listing-item:last-child{display:none}@media only screen and (max-width:600px){.post-related .include-last-mobile .listing-item:last-child{display:block}}.content-column .single-container:last-child{margin-bottom:0}.single-post-content .term-badges.floated a{max-width:auto}.post-subtitle{padding:0;margin:0;color:#717171}.single-post-content .post-embed iframe{max-width:100%}.entry-terms{margin-bottom:7px}.entry-terms:last-child{margin-bottom:-3px}.entry-terms ul{list-style:none;padding:0;margin:0;display:inline}.entry-terms li{display:inline}.entry-terms span.sep{margin:0 5px}.entry-terms .terms-label{padding:0 10px;display:inline-block;margin-right:4px}.entry-terms.post-tags .terms-label,.entry-terms.source .terms-label,.entry-terms.via .terms-label{line-height:20px;border:1px solid #444;background:#444;color:#fff;font-size:10px;float:left;border-radius:33px}.entry-terms.post-tags a,.entry-terms.source a,.entry-terms.via a{background:#fff;border:1px solid #d4d4d4;padding:0 9px;display:inline-block;line-height:20px;margin-right:3px;font-size:10px;float:left;margin-bottom:3px;color:#5f5f5f;border-radius:33px}.entry-terms.post-tags a:hover,.entry-terms.source a:hover,.entry-terms.via a:hover{color:#fff;border:1px solid transparent}.single-container>.post-author{padding:20px;margin:15px 0 0;position:relative;border:1px solid #e8e8e8}.single-container>.post-author .post-author-avatar img{float:left;margin-right:20px}.single-container>.post-author .author-title{margin:0 0 7px;font-size:18px;text-transform:capitalize;padding-right:50%}.single-container>.post-author .author-title .title-counts{color:#8a8a8a;font-size:12px;vertical-align:middle;font-weight:400}.single-container>.post-author .author-title .title-counts:before{content:'-';margin:0 8px;opacity:.4}.single-container>.post-author .author-links{width:50%;text-align:right;position:absolute;top:15px;right:15px}.single-container>.post-author .author-links ul{margin:0;padding:0;list-style:none}.single-container>.post-author .author-links li{margin-left:8px;display:inline-block}.single-container>.post-author .author-links a{color:#353535;font-size:15px;width:24px;display:inline-block;text-align:center}.single-container>.post-author .author-links li.facebook a:hover{color:#4a639f}.single-container>.post-author .author-links li.telegram a:hover{color:#2da4d9}.single-container>.post-author .author-links li.twitter a:hover{color:#59c8ff}.single-container>.post-author .author-links li.google-plus a:hover{color:#d73d32}.single-container>.post-author .author-links li.instagram a:hover{color:#517fa4}.single-container>.post-author .author-links li.flickr a:hover{color:#2f44db}.single-container>.post-author .author-links li.behance a:hover{color:#3b63fc}.single-container>.post-author .author-links li.soundcloud a:hover{color:#f50}.single-container>.post-author .author-links li.delicious a:hover{color:#4a79ff}.single-container>.post-author .author-links li.vimeo a:hover{color:#46a3e9}.single-container>.post-author .author-links li.dribbble a:hover{color:#ea4c89}.single-container>.post-author .author-links li.linkedin a:hover{color:#0266a0}.single-container>.post-author .author-links li.youtube a:hover{color:#cc181e}.single-container>.post-author .author-links li.pinterest a:hover{color:#cb2027}.single-container>.post-author .author-links li.github a:hover{color:#666}.single-container>.post-author .post-author-bio{margin-top:6px;font-size:13px;padding-left:100px}.single-container>.post-author .post-author-bio p:last-child{margin-bottom:0}.post-related{position:relative;padding:20px;border:1px solid #e8e8e8}.post-related .section-heading.sh-t2.sh-s1,.post-related .section-heading.sh-t2.sh-s2{margin:-21px -21px 27px;padding:4px 20px 0}.post-related .listing-item-grid-simple .heading-container{background:#f5f5f5}@media only screen and (max-width:520px){.single-container>.post-author .author-title{padding-right:0}.single-container>.post-author .author-links{width:100%;text-align:left;position:relative;top:inherit;right:inherit}.single-container>.post-author .author-links li{margin-left:0;margin-right:4px}.single-container>.post-author .post-author-bio{margin-top:5px}}@media only screen and (max-width:380px){.single-container>.post-author .post-author-avatar{display:block;text-align:center;margin-bottom:10px}.single-container>.post-author .post-author-avatar img{float:none;display:inline-block;margin-left:auto;margin-right:auto}.single-container>.post-author .author-links{text-align:center}.single-container>.post-author .author-links li{margin-left:7px;margin-right:7px}.single-container>.post-author .post-author-bio{margin-top:5px}.single-container>.post-author .author-title{text-align:center;margin:14px 0 10px;padding:0}.single-container>.post-author .post-author-bio{text-align:center;padding-left:0}}.single-page-content>.featured{text-align:center;display:block;margin:0 0 20px;line-height:0}.single-page-content>.featured img{max-width:100%;height:auto!important}.single-page-content>.featured iframe{max-width:100%}.single-attachment-content .return-to{margin-bottom:20px}.single-attachment-content .return-to .fa{border:1px solid #d4d4d4;border:1px solid rgba(138,138,138,.33);color:#9c9c9c;color:rgba(138,138,138,.83);font-size:12px;padding:0 9px;display:inline-block;line-height:24px;min-width:26px;text-align:center;cursor:pointer;margin-right:7px;text-decoration:none;-webkit-transition:all .07s ease;-moz-transition:all .07s ease;-o-transition:all .07s ease;transition:all .07s ease}.single-attachment-content .return-to:hover .fa{border-color:transparent;color:#fff}.single-attachment-content .parent-images ul{list-style:none;padding:0;margin:0}.single-attachment-content .parent-images .img-holder{width:100%;margin-bottom:12px}.single-attachment-content .parent-images .img-holder .fa{width:30px;height:30px;line-height:30px;text-align:center;position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;display:inline-block;font-size:30px;opacity:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;color:#fff;z-index:2}.single-attachment-content .parent-images .img-holder:hover .fa{opacity:1}.single-attachment-content .parent-images .img-holder:after{content:'';display:inline-block;position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.6);z-index:1;opacity:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.single-attachment-content .parent-images .img-holder:hover:after,.single-attachment-content .parent-images .listing-item-current>.img-holder .fa,.single-attachment-content .parent-images .listing-item-current>.img-holder:after{opacity:1}.single-attachment-content .attachment-title{font-size:22px}.single-attachment-content .pagination{margin-bottom:23px}.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item{width:25%!important;float:left!important}.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n-3){padding-left:0!important;padding-right:8px!important;clear:left!important}.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+2){padding-left:3px!important;padding-right:5px!important;clear:none!important}.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+3){padding-left:5px!important;padding-right:3px!important;clear:initial!important}.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+4){padding-right:0!important;padding-left:8px!important;clear:none!important}.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-1){padding:0 6px!important;clear:none!important}.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-2){padding-left:0!important;padding-right:12px!important;clear:left!important}.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n+3){padding-left:12px!important;padding-right:0!important;clear:none!important}.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item{width:33.3333%!important;float:left}.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item{float:left!important;width:50%!important;padding-left:0!important;padding-right:0!important}.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(odd){padding-right:13px!important;clear:left!important;padding-left:0!important}.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(even){padding-left:13px!important;padding-right:0!important;clear:none!important}.format-video.listing-item-grid .heading-container{margin-top:0}.format-gallery.listing-item-grid .heading-container{z-index:999}.single-post-content.format-aside .entry-content,.single-post-content.format-aside .post-summary{position:relative;padding:32px 50px 32px 50px;line-height:30px;color:#5a4f43;background-color:#f2f6c1;border:1px solid #e8e8e8;background-image:-webkit-radial-gradient(center,cover,rgba(255,255,255,.7) 0,rgba(255,255,255,.1) 90%),-webkit-repeating-linear-gradient(top,transparent 0,transparent 29px,rgba(239,207,173,.7) 29px,rgba(239,207,173,.7) 30px);background-image:-moz-radial-gradient(center,cover,rgba(255,255,255,.7) 0,rgba(255,255,255,.1) 90%),-moz-repeating-linear-gradient(top,transparent 0,transparent 29px,rgba(239,207,173,.7) 29px,rgba(239,207,173,.7) 30px);background-image:-o-radial-gradient(center,cover,rgba(255,255,255,.7) 0,rgba(255,255,255,.1) 90%),-o-repeating-linear-gradient(top,transparent 0,transparent 29px,rgba(239,207,173,.7) 29px,rgba(239,207,173,.7) 30px);background-size:100% 100%}.single-post-content.format-aside .entry-content{margin-bottom:20px}.single-post-content.format-aside .entry-content blockquote:before{background:0 0;top:26px}.single-post-content.format-quote .entry-content,.single-post-content.format-quote .post-summary{text-align:center;background-color:#f3f3f3;border:1px solid rgba(0,0,0,.11);padding:30px 20px;margin-bottom:30px}.single-post-content.format-quote .entry-content blockquote,.single-post-content.format-quote .post-summary blockquote{border-left:none;margin-bottom:0;padding:0;font-size:14px}.single-post-content.format-quote .entry-content blockquote:before,.single-post-content.format-quote .post-summary blockquote:before{top:-20px;background:0 0;line-height:80px}.single-post-content.format-quote .entry-content blockquote{background:0 0;padding:20px 0}.single-post-content.format-quote .entry-content blockquote cite,.single-post-content.format-quote .post-summary blockquote cite{font-weight:800;font-style:normal;display:block;margin-top:10px}.single-post-content.format-quote .entry-content blockquote cite:before,.single-post-content.format-quote .post-summary blockquote cite:before{content:"\2014 \2009"}.single-post-content.format-quote .heading-container .post-meta,.single-post-content.format-quote .heading-container .title{text-align:center}.single-post-content.format-status .entry-content,.single-post-content.format-status .post-summary{text-align:center;padding:20px;border:2px solid #eaeaea;font-size:14px}.single-post-content.format-status .post-summary{float:left}.single-post-content.format-status .entry-content{margin-bottom:19px}.post.format-status .post-summary p:last-child,.single-post-content.format-status .entry-content p:last-child{margin-bottom:0}.single-post-content.format-status .heading-container .post-meta,.single-post-content.format-status .heading-container .title{text-align:center}.better-chat{list-style:none;padding-left:0;margin-bottom:20px}.better-chat .chat-item{margin-bottom:10px}.better-chat .chat-item p:last-child{margin-bottom:0}.better-chat .chat-item .user-name{display:inline-block;position:absolute;top:100%;right:0;color:#9a9a9a;font-size:12px;font-weight:400;font-family:var(--publisher-system-font)}.better-chat .chat-item{margin:0 0 30px;border-radius:14px;padding:8px 16px;background:#e5e5ea;max-width:75%;clear:both;position:relative}.better-chat .chat-item.chat-no-author{margin-bottom:10px}.better-chat .chat-item.chat-next-author{margin-bottom:2px}.better-chat .chat-item.chat-next-author:after,.better-chat .chat-item.chat-next-author:before{display:none}.better-chat .chat-item{float:right;background-color:#dcdcdc;color:#373737;text-align:right}.better-chat .chat-item::after{content:"";position:absolute;right:-4px;bottom:0;width:12px;height:16px;border-left:8px solid #dcdcdc;border-bottom-left-radius:12px 6px}.better-chat .chat-item.chat-speaker-1,.better-chat .chat-item.chat-speaker-3,.better-chat .chat-item.chat-speaker-5,.better-chat .chat-item.chat-speaker-7,.better-chat .chat-item.chat-speaker-9{float:left;text-align:left}.better-chat .chat-item.chat-speaker-1:after,.better-chat .chat-item.chat-speaker-3:after,.better-chat .chat-item.chat-speaker-5:after,.better-chat .chat-item.chat-speaker-7:after,.better-chat .chat-item.chat-speaker-9:after{display:none}.better-chat .chat-item.chat-speaker-1 .user-name,.better-chat .chat-item.chat-speaker-3 .user-name,.better-chat .chat-item.chat-speaker-5 .user-name,.better-chat .chat-item.chat-speaker-7 .user-name,.better-chat .chat-item.chat-speaker-9 .user-name{left:0;right:auto}.better-chat .chat-item.chat-speaker-1:before,.better-chat .chat-item.chat-speaker-3:before,.better-chat .chat-item.chat-speaker-5:before,.better-chat .chat-item.chat-speaker-7:before,.better-chat .chat-item.chat-speaker-9:before{content:"";position:absolute;left:-4px;bottom:0;width:12px;height:16px;border-right:8px solid transparent;border-left:none;border-bottom-right-radius:12px 6px}.better-chat .chat-item a,.better-chat .chat-item a:hover{color:#fff!important}.better-chat .chat-item.chat-speaker-2 a,.better-chat .chat-item.chat-speaker-2 a:hover{color:#373737!important}.better-chat .chat-item.chat-speaker-1{background-color:#1289fe;color:#fff}.better-chat .chat-item.chat-speaker-1:before{border-right-color:#1289fe}.better-chat .chat-item.chat-speaker-3{background-color:#009e5d;color:#fff}.better-chat .chat-item.chat-speaker-3:before{border-right-color:#009e5d}.better-chat .chat-item.chat-speaker-4{background-color:#daa715;color:#fff}.better-chat .chat-item.chat-speaker-4:after{border-left-color:#daa715}.better-chat .chat-item.chat-speaker-5{background-color:#ce4309;color:#fff}.better-chat .chat-item.chat-speaker-5:before{border-right-color:#ce4309}.better-chat .chat-item.chat-speaker-6{background-color:#da3699;color:#fff}.better-chat .chat-item.chat-speaker-6:after{border-left-color:#da3699}.better-chat .chat-item.chat-speaker-7{background-color:#7655ce;color:#fff}.better-chat .chat-item.chat-speaker-7:before{border-right-color:#7655ce}.better-chat .chat-item.chat-speaker-8{background-color:#3b99da;color:#fff}.better-chat .chat-item.chat-speaker-8:after{border-left-color:#3b99da}.better-chat .chat-item.chat-speaker-9{background-color:#158a54;color:#fff}.better-chat .chat-item.chat-speaker-9:before{border-right-color:#158a54}.bs-intro,.entry-content .bs-intro{font-size:110%;font-weight:bolder;-webkit-font-smoothing:antialiased}.entry-content{font-size:14px;line-height:1.6;color:#4a4a4a;padding-bottom:20px}.post .entry-content.single-post-content:last-child{padding-bottom:0}.entry-content.single-post-content iframe,.single-page-simple-content .entry-content iframe{max-width:100%}.fluid-width-video-wrapper embed,.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object{height:100%!important}.entry-content .wp-block-media-text{margin-bottom:25px}.entry-content p{margin-bottom:17px}.entry-content p:last-child{margin-bottom:0}.entry-content ol,.entry-content ul{margin-bottom:17px}.entry-content table{border:1px solid #ddd;margin-bottom:30px;width:100%}.entry-content table>tbody>tr>td,.entry-content table>tbody>tr>th,.entry-content table>tfoot>tr>td,.entry-content table>tfoot>tr>th,.entry-content table>thead>tr>td,.entry-content table>thead>tr>th{border:1px solid #ddd;padding:7px 10px}.entry-content table>thead>tr>td,.entry-content table>thead>tr>th{border-bottom-width:2px}.entry-content dl dt{font-size:15px}.entry-content dl dd{margin-bottom:10px}.entry-content acronym[title]{border-bottom:1px dotted #999}.alignright,.entry-content .alignright{margin:5px 0 20px 20px;float:right}.alignleft,.entry-content .alignleft{margin:5px 20px 15px 0;float:left}.entry-content figure.alignleft .wp-caption-text{text-align:left}.entry-content figure.alignright .wp-caption-text{text-align:right}.entry-content figure,.entry-content img{max-width:100%;height:auto}.entry-content img.aligncenter{display:block;margin:15px auto 25px}.entry-content figure.aligncenter{margin:20px auto;text-align:center}.entry-content figure.aligncenter img{display:inline-block}.entry-content .gallery-caption,.entry-content .wp-caption-text,.entry-content figcaption{margin:5px 0 0;font-style:italic;font-size:13px;line-height:15px;color:#545454;padding:0;text-align:center}@media (min-width:750px){body.full-width .wp-block-image.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;max-width:1000%!important}body.full-width .wp-block-image.alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw);width:auto;max-width:1000%!important}body.boxed .wp-block-image.alignfull,body.boxed .wp-block-image.alignwide{margin-left:-30px;margin-right:-30px;width:auto;max-width:1000%!important}}.entry-content .g-post,.entry-content .instagram-media,.entry-content .reddit-card,.entry-content .tumblr-post,.entry-content .twitter-tweet{margin-left:auto!important;margin-right:auto!important}.entry-content .gallery{text-align:center}.entry-content .gallery:after{content:"";display:table;clear:both}.entry-content .gallery .gallery-item{position:relative}.entry-content .gallery .gallery-item img{max-width:100%!important;height:auto!important}.entry-content .gallery.gallery-columns-1,.entry-content .gallery.gallery-columns-2,.entry-content .gallery.gallery-columns-3,.entry-content .gallery.gallery-columns-4,.entry-content .gallery.gallery-columns-5,.entry-content .gallery.gallery-columns-6,.entry-content .gallery.gallery-columns-7,.entry-content .gallery.gallery-columns-8,.entry-content .gallery.gallery-columns-9{margin:-5px -5px 15px -5px}.entry-content .gallery.gallery-columns-1 .gallery-item,.entry-content .gallery.gallery-columns-2 .gallery-item,.entry-content .gallery.gallery-columns-3 .gallery-item,.entry-content .gallery.gallery-columns-4 .gallery-item,.entry-content .gallery.gallery-columns-5 .gallery-item,.entry-content .gallery.gallery-columns-6 .gallery-item,.entry-content .gallery.gallery-columns-7 .gallery-item,.entry-content .gallery.gallery-columns-8 .gallery-item,.entry-content .gallery.gallery-columns-9 .gallery-item{padding:5px}.entry-content .gallery.gallery-columns-2{clear:both}.entry-content .gallery.gallery-columns-2 .gallery-item{width:50%;float:left}.entry-content .gallery.gallery-columns-3 .gallery-item{width:33.33%;float:left}.entry-content .gallery.gallery-columns-4 .gallery-item{width:25%;float:left}.entry-content .gallery.gallery-columns-5 .gallery-item{width:20%;float:left}.entry-content .gallery.gallery-columns-6 .gallery-item{width:16.666%;float:left}.entry-content .gallery.gallery-columns-7 .gallery-item{width:14.28%;float:left}.entry-content .gallery.gallery-columns-8 .gallery-item{width:12.5%;float:left}.entry-content .gallery.gallery-columns-9 .gallery-item{width:11.111%;float:left}.entry-content .gallery.gallery-columns-2 .gallery-item:nth-child(2n+3),.entry-content .gallery.gallery-columns-3 .gallery-item:nth-child(3n+4),.entry-content .gallery.gallery-columns-4 .gallery-item:nth-child(4n+5),.entry-content .gallery.gallery-columns-5 .gallery-item:nth-child(5n+6),.entry-content .gallery.gallery-columns-6 .gallery-item:nth-child(6n+7),.entry-content .gallery.gallery-columns-7 .gallery-item:nth-child(7n+8),.entry-content .gallery.gallery-columns-8 .gallery-item:nth-child(8n+9),.entry-content .gallery.gallery-columns-9 .gallery-item:nth-child(9n+10){clear:left}.entry-content .terms-list{margin-bottom:10px}.entry-content .terms-list span.sep{margin:0 5px}.entry-content.single-post-content a:hover,.single-page-simple-content .entry-content a:hover{text-decoration:underline}.entry-content hr{margin:27px 0;border-top:2px solid #f0f0f0}.entry-content .wp-block-separator{border:none;border-bottom:2px solid #f0f0f0;margin:1.65em auto}.entry-content .wp-block-separator.is-style-default{border:none;border-bottom:2px solid #f0f0f0;margin:1.65em auto}.entry-content .wp-block-separator.is-style-wide{border-bottom-width:1px}.entry-content .wp-block-separator.is-style-dots{border-bottom:none}.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.entry-content>:last-child{margin-bottom:0}.entry-content>h1:first-child,.entry-content>h2:first-child,.entry-content>h3:first-child,.entry-content>h4:first-child,.entry-content>h5:first-child,.entry-content>h6:first-child{margin-top:0}blockquote{font-size:14px}blockquote p:last-child{margin-bottom:0}.entry-content.single-post-content blockquote,.single-page-simple-content .entry-content blockquote{font-size:110%;background-color:#efefef;border-left:none;padding:60px 35px 50px;margin:40px 0 30px 0;position:relative;text-align:center;clear:both}.entry-content.single-post-content blockquote:before,.single-page-simple-content .entry-content blockquote:before{content:'\f10e';position:absolute;top:0;left:50%;margin-top:-30px;margin-left:-40px;font-size:30px;font-family:FontAwesome;color:#444;display:block;width:80px;height:80px;background:#fff;line-height:91px;border-radius:50%;text-align:center}.entry-content.single-post-content blockquote blockquote:before,.single-page-simple-content .entry-content blockquote blockquote:before{display:none}.entry-content.single-post-content blockquote blockquote,.single-page-simple-content .entry-content blockquote blockquote{background-color:transparent;padding:0;margin:0 0 10px}.entry-content.single-post-content blockquote blockquote:last-child,.single-page-simple-content .entry-content blockquote blockquote:last-child{margin-bottom:0}.entry-content.single-post-content blockquote.bs-pullquote,.single-page-simple-content .entry-content blockquote.bs-pullquote{min-width:250px;max-width:333px;display:inline-block;padding:20px 20px 20px;margin:0 20px 20px 0;background-color:#f3f3f3;clear:none}.entry-content blockquote.bs-pullquote:before{display:none}.entry-content.single-post-content blockquote.bs-pullquote-right,.single-page-simple-content .entry-content blockquote.bs-pullquote-right{text-align:right;float:right;margin-left:25px;border-right:4px solid transparent}.entry-content.single-post-content blockquote.bs-pullquote-left,.single-page-simple-content .entry-content blockquote.bs-pullquote-left{text-align:left;float:left;margin-right:25px;border-left:4px solid transparent}@media only screen and (max-width:530px){.alignleft,.alignright,.entry-content .alignleft,.entry-content .alignright{text-align:center!important;float:none!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;display:block!important}.entry-content figure.alignright .wp-caption-text{text-align:center!important}}.continue-reading-container{display:none}@media only screen and (max-width:700px){.continue-reading-content.close{overflow:hidden;position:relative;margin-bottom:10px;max-height:170px;transition:max-height .75s ease;width:100%}.continue-reading-content.close:after{content:' ';position:absolute;width:100%;height:100%;bottom:0;left:0;background:linear-gradient(transparent 35%,#fff);z-index:99}.continue-reading-container{display:block;text-align:center;position:relative;z-index:300;bottom:25px;border-bottom:1px solid #e7e7e7;padding-bottom:20px;letter-spacing:1.4px}.continue-reading-container:last-child{border-bottom:none}.continue-reading-btn.btn{color:#fff;line-height:42px;height:auto;padding:0 42px;box-shadow:0 3px 12px 0 rgba(0,0,0,.37);border-radius:23px}}.comments-wrap{margin:0 auto;position:relative}.comments-template .comments-closed{text-align:center;padding:20px 15px;background-color:#f5f5f5}.comments-wrap ol.comment-list{list-style:none;margin:0;padding:0}.comments-wrap ol.comment-list .children{list-style:none;margin:0;padding-left:10%}@media only screen and (max-width:600px){.comments-wrap ol.comment-list .children{padding-left:7%}}.comments-wrap li.comment,.comments-wrap li.pingback{clear:both}.comments-wrap li>div{border-top:1px solid rgba(0,0,0,.08);padding:15px 0}.comments-wrap .comment-list>li:first-child>div{border-top:none}.comment-list .comment-avatar{float:left;margin:0 20px 10px 0}.comment-list .comment-avatar .avatar{width:60px;height:60px;border-radius:50%}.comment-list .comment-meta{margin:0 0 5px;color:#858585}.comment-list .comment-meta .comment-author{display:inline-block;padding:4px 0 0;font-size:15px;text-transform:capitalize!important;font-style:normal}.comments-wrap li.pingback .comment-meta .comment-author{padding-top:0}.comment-list .comment-meta .comment-author .says{color:#9a9a9a}.comment-list .comment-meta .comment-published{font-style:italic;display:inline-block;margin:0;padding:4px 0 0;float:right;font-size:11px;color:#c2c2c2}.comment-list .comment-content{margin:0 0 8px;font-size:13px;padding-left:80px}.comment-list .comment-content em.needs-approve{background:#f2f2f2;padding:2px 5px;border-radius:3px;margin-bottom:7px;display:inline-block}.comment-list .comment-footer{font-size:12px}.comment-list .comment-footer .comment-edit-link{margin-left:15px}.comment-list .comment-footer,.comment-list .comment-footer .comment-edit-link{color:#868686;float:right}.comment-list .comment-footer .comment-reply-link{display:inline-block;float:right;color:#909090;text-align:center}.comments-wrap .comments-nav{margin-top:10px;position:relative;border-top:1px solid #ebebeb;padding-top:10px;padding-bottom:5px}.comments-wrap .comments-nav .pagination{margin-top:0}.comments-wrap .comments-nav .page-numbers{font-size:12px;color:#b3b3b3;font-weight:400}.comment-respond{margin:0 auto;position:relative}.comments-wrap+.comment-respond{margin-top:20px}@media only screen and (max-width:780px){.comment-respond{margin-bottom:30px}}.comment-respond .comment-reply-title:empty{display:none}.comment-respond #cancel-comment-reply-link,.comment-respond .comment-reply-title .h-text{display:inline-block;padding:6px 12px;text-transform:uppercase}.comment-respond .log-in-out{text-align:center}.form-allowed-tags{margin-top:-1.5rem;font-size:.9375rem}.comment-respond #cancel-comment-reply-link{float:right;color:#fff!important}.comments-wrap .comment-respond .comment-reply-title{text-align:inherit}.comment-respond .wp-social-login-widget{text-align:center}.comment-respond .wp-social-login-connect-with{font-size:17px;font-weight:700;color:#414141}.comment-respond .note-after,.comment-respond .note-before{text-align:center;margin-bottom:15px}.comment-respond .note-after p:last-child,.comment-respond .note-before p:last-child{margin-bottom:0}.comment-respond .author-wrap{width:50%;float:left;padding-right:10px}.comment-respond .email-wrap{width:50%;float:left;padding-left:10px}.comment-respond .url-wrap{width:100%}.comment-respond .url-wrap .url{max-width:100%;width:100%}.comment-respond .author-wrap input,.comment-respond .email-wrap input{width:100%}.comment-respond .author-wrap,.comment-respond .comment-wrap,.comment-respond .email-wrap,.comment-respond .url-wrap{margin-bottom:15px}.comment-respond .author,.comment-respond .comment,.comment-respond .email,.comment-respond .url{border:1px solid #d8d8d8;padding:18px 12px}.comment-respond .author,.comment-respond .email,.comment-respond .url{padding:8px 12px;height:auto}.comment-respond .comment{height:160px}.comment-respond .comment-submit{background:#434343;font-size:12px;font-weight:400}.comment-respond .form-submit{margin:0}.ajaxified-comments-container{margin:20px 0;border:1px solid #e1e2e4;background:#f6f7f9;padding:20px 20px;text-align:center;color:#1d1d1d;border-radius:3px;font-size:13px;font-weight:bolder}.comment-ajaxified-placeholder{color:#696969;margin:0 5px}.comment-form input+label{margin-left:5px}.comments-template-multiple .nav-tabs{padding:0;border:1px solid #ddd;border-radius:4px}.comments-template-multiple .nav-tabs li{list-style:none;display:inline-block;margin:0!important;width:33.333%;line-height:56px}.comments-template-multiple.providers-2 .nav-tabs li{width:50%}@media only screen and (max-width:600px){.comments-template-multiple.providers-2 .nav-tabs li,.comments-template-multiple.providers-3 .nav-tabs li{width:100%!important}}.comments-template-multiple .nav-tabs a{font-size:14px;font-weight:700;padding:0 26px;display:block;line-height:56px;height:56px;border:none!important;border-radius:0;white-space:nowrap;position:relative;transition:all .3s ease;text-align:center;background:#eff0f1;margin:0!important}.comments-template-multiple .nav-tabs li:first-child a{border-radius:4px 0 0 4px}.comments-template-multiple .nav-tabs li:last-child a{border-radius:0 4px 4px 0}.comments-template-multiple .nav-tabs a:after{content:' ';display:inline-block;height:3px;width:0;background-color:transparent;position:absolute;bottom:-1px;left:0;right:0;margin:0 auto;transition:all .3s ease;border-radius:23px}.comments-template-multiple .nav-tabs .active a:after{width:80%}.comments-template-multiple .nav-tabs a:before{content:' ';display:inline-block;height:56px;width:1px;background-color:#ddd;position:absolute;bottom:0;top:0;right:0}.comments-template-multiple .nav-tabs li:last-child a:before{display:none}.comments-template-multiple .nav-tabs .active a{border:none!important}.comments-template-multiple .nav-tabs .fa{margin-right:6px;font-size:16px}.comments-template-multiple .comments-count,.comments-template-multiple .disqus-comment-count{background-color:#cacaca;color:#262626;border-radius:3px;padding:0 6px;font-size:12px;font-weight:700;vertical-align:middle;margin-left:10px;transition:all .3s ease}.comments-template-multiple .disqus-comment-count{width:30px;display:inline-block;white-space:normal;overflow:hidden;height:20px!important;line-height:20px}.comments-template-multiple .active .comments-count{color:#fff}.comments-template-multiple .comments-count:empty{display:none}.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child>.section-heading{display:none}.comments-template-multiple .tab-pane .comments-template,.comments-template-multiple .tab-pane .comments-template.comment-respond{margin-top:10px!important}.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child{margin-top:15px!important}.back-top{color:#fff;width:40px;height:40px;position:fixed;bottom:10px;right:10px;text-align:center;line-height:42px;z-index:9999;cursor:pointer;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;font-size:16px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.09);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.09);box-shadow:0 1px 2px 0 rgba(0,0,0,.09)}.back-top.fade-out:hover{opacity:1}.back-top.is-visible{visibility:visible;opacity:.6;bottom:8px}.back-top.fade-out1{opacity:.7}.back-top.fade-out2{opacity:.8}.back-top.fade-out3{opacity:.9}.back-top.fade-out4{opacity:1}.back-top.dark{background:#383838;color:#fff}.back-top:hover{opacity:1}.error404 .content-column{max-width:800px!important;margin:10px auto 50px}.error404 .content-column .second-row{margin-bottom:5px}.error404 .content-column .desc-section{text-align:center}.error404 .content-column .desc-section .title-404{margin:0 0 15px;color:#444;font-weight:bolder;text-align:center}.error404 .content-column .text-404{font-size:130px;line-height:175px;font-weight:700;color:#444;text-align:center;margin:0}.error404 .content-column .action-links{margin-bottom:10px;margin-top:20px}.error404 .content-column .action-links .fa{margin-right:5px}.error404 .content-column .top-line{margin-top:15px;padding-top:25px}.error404 .content-column .search-form{position:relative}.error404 .content-column .search-form label{width:100%}.error404 .content-column .search-form .search-field{width:100%;border:1px solid #cbcbcb;height:34px;line-height:20px;padding:0 30% 0 10px;outline:0;float:left;background:#fff}.error404 .content-column .search-form .search-submit{position:absolute;right:0;top:0;height:34px;padding:0 7%;line-height:28px;border:none;text-transform:uppercase;color:#fff;margin-top:0}.error404 .content-column .search-form.have-focus .search-field{border-color:#9e9e9e}.error404 .search-action-container{width:50%;float:left;margin:0}.error404 script+.search-action-container:last-child{width:100%;float:none}@media (max-width:768px){.error404 .content-column .search-form{margin-left:20px;margin-right:20px}}.author-profile{margin-bottom:29px}.author-profile .post-author-avatar{float:left;margin-right:15px}.author-profile .post-author-avatar img{border-radius:50%}.author-profile .author-title{font-size:22px;margin:20px 0 0;text-transform:uppercase}.author-profile .author-title .author-title{margin:0 0 7px;font-size:18px;text-transform:capitalize;padding-right:50%}.author-profile .author-title .title-counts{color:#8a8a8a;font-size:12px;vertical-align:middle;font-weight:400}.author-profile .author-title .title-counts:before{content:'-';margin:0 8px;opacity:.4}.author-profile .post-author-bio{margin:10px auto 0 auto;padding-left:115px}.author-profile .post-author-bio p:last-child{margin-bottom:0}.author-profile .author-links{margin-top:15px}.author-profile .author-links ul{list-style:none;margin:0;padding:0}.author-profile .author-links ul li{display:inline-block;background-color:#fff;padding:0;margin:0 10px 0 0;position:relative;z-index:1;text-align:center}.author-profile .author-links ul li a,.author-profile .author-links ul li>span{display:inline-block;line-height:26px;height:26px;width:26px;background-color:#eee;font-size:12px;color:#fff;vertical-align:middle}.author-profile .author-links ul li.posts-count>span{background-color:transparent;color:#2d2d2d;border:1px solid #d8d8d8;overflow:hidden;white-space:nowrap;width:auto;padding:0 8px;text-transform:uppercase;line-height:24px}.author-profile .author-links ul li.facebook a{background-color:#4a639f}.author-profile .author-links ul li.twitter a{background-color:#59c8ff}.author-profile .author-links ul li.google-plus a{background-color:#d73d32}.author-profile .author-links ul li.instagram a{background-color:#517fa4}.author-profile .author-links ul li.flickr a{background-color:#2f44db}.author-profile .author-links ul li.behance a{background-color:#3b63fc}.author-profile .author-links ul li.soundcloud a{background-color:#f50}.author-profile .author-links ul li.delicious a{background-color:#4a79ff}.author-profile .author-links ul li.vimeo a{background-color:#46a3e9}.author-profile .author-links ul li.dribbble a{background-color:#ea4c89}.author-profile .author-links ul li.linkedin a{background-color:#0266a0}.author-profile .author-links ul li.youtube a{background-color:#cc181e}.author-profile .author-links ul li.pinterest a{background-color:#cb2027}.author-profile .author-links ul li.github a{background-color:#666}.author-profile .author-links ul li.site a{background-color:#666}.better-gallery{margin:10px 0 25px}.better-gallery .gallery-title{color:#fff;padding:10px 0 0;text-align:center;user-select:none}.better-gallery p{margin:0}.better-gallery br{display:none}.better-gallery .gallery-title .next,.better-gallery .gallery-title .prev{cursor:pointer;color:#373737;vertical-align:middle;border:1px solid rgba(0,0,0,.17);font-family:'Open Sans';font-size:11px!important;padding:0 11px;display:inline-block;line-height:20px!important;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;text-transform:uppercase}.better-gallery .gallery-title .next:hover,.better-gallery .gallery-title .prev:hover{color:#fff}.better-gallery .gallery-title .next .fa{margin-left:3px}.better-gallery .gallery-title .prev .fa{margin-right:3px}.better-gallery .count{font-size:12px;margin-right:20px;margin-left:20px;font-style:normal;line-height:24px;display:inline-block;color:grey;vertical-align:middle;min-width:46px}.better-gallery .count i{font-style:normal}.better-gallery .main-title{width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#373737;font-weight:bolder;text-align:center;font-size:26px;margin-bottom:12px}.better-gallery .slide-title-wrap{display:block;color:#fff;position:absolute;bottom:0;width:100%}.better-gallery .slide-title-wrap .slide-copy,.better-gallery .slide-title-wrap .slide-title{padding:4px 11px;background-color:rgba(20,20,20,.55);display:inline-block;font-size:12px}.better-gallery .slide-title-wrap .slide-copy{margin:4px;font-style:italic}.better-gallery .fotorama__thumb:before{width:85px;height:62px;position:relative;display:block;content:'';border:2px solid rgba(255,255,255,.33);z-index:8}.better-gallery .fotorama__nav:before,.better-gallery .fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.6) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.7),transparent);background-position:0 0,0 0;opacity:.4}.better-gallery .fotorama__nav:after,.better-gallery .fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.6) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.7),transparent);background-position:100% 0,100% 0;opacity:.4}.better-gallery .fotorama__wrap{padding-top:15px}.better-gallery .count{font-size:12px;margin-right:20px;margin-left:20px;font-style:normal;line-height:24px;display:inline-block;color:grey;vertical-align:middle;text-transform:lowercase}.better-gallery .fotorama__nav-wrap{margin-top:8px;padding:0 10px}.better-gallery .fotorama__wrap .fotorama__html{height:100%;text-align:center}.better-gallery .fotorama__wrap .fotorama__html img{max-height:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;-webkit-box-shadow:0 0 22px rgba(0,0,0,.17);-moz-box-shadow:0 0 22px rgba(0,0,0,.17);box-shadow:0 0 22px rgba(0,0,0,.17)}.better-gallery .fotorama__wrap .fotorama__html>div{height:100%}.better-gallery.better-gallery-img-full .fotorama__nav__frame{text-align:center}.better-gallery.better-gallery-img-full .fotorama__nav__frame img{max-width:100%!important;max-height:100%!important;height:auto!important;width:auto!important;margin-left:auto!important;margin-right:auto!important;position:absolute!important;left:0!important;right:0!important;top:0!important;bottom:0}.no-results{text-align:center}.no-results>.title{text-align:center;font-size:28px;text-transform:uppercase;position:relative;margin:20px 0}.no-results>.title:after{content:'';display:inline-block;position:absolute;left:0;top:50%;height:2px;width:100%;background-color:#f0f0f0}.no-results>.title span{display:inline-block;padding:0 10px;background-color:#fff;position:relative;z-index:1}.no-results .search-form{margin:20px 0 30px}.no-results .search-form input[type=submit]{float:none}.no-results .search-form input[type=search]{float:none;width:240px}.widget>.bs-shortcode:last-child{margin-bottom:0}.bs-shortcode.bs-heading-shortcode{margin-bottom:21px}@-webkit-keyframes bs-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bs-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes bs-fadeInRight{from{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bs-fadeInRight{from{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes bs-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bs-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes bs-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bs-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes bs-spin{0%{-webkit-transform:rotate(0);tranform:rotate(0)}100%{-webkit-transform:rotate(360deg);tranform:rotate(360deg)}}@keyframes bs-spin{0%{-webkit-transform:rotate(0);tranform:rotate(0)}100%{-webkit-transform:rotate(360deg);tranform:rotate(360deg)}}.bs-animate{-webkit-animation-duration:.55s;animation-duration:.55s;-webkit-animation-timing-function:cubic-bezier(.55,-.01,.19,.98);animation-timing-function:cubic-bezier(.55,-.01,.19,.98);-webkit-animation-fill-mode:both;animation-fill-mode:both}.bs-fadeInLeft{-webkit-animation-name:bs-fadeInLeft;animation-name:bs-fadeInLeft}.bs-fadeInRight{-webkit-animation-name:bs-fadeInRight;animation-name:bs-fadeInRight}.bs-fadeInDown{-webkit-animation-name:bs-fadeInDown;animation-name:bs-fadeInDown}.bs-fadeInUp{-webkit-animation-name:bs-fadeInUp;animation-name:bs-fadeInUp}.bs-spin{-webkit-animation-name:bs-spin;animation-name:bs-spin}.pagination-animate>.bs-animate{-webkit-animation-duration:.55s;animation-duration:.55s;-webkit-animation-timing-function:cubic-bezier(.55,-.01,.19,.98);animation-timing-function:cubic-bezier(.55,-.01,.19,.98)}.bs-tab-anim.bs-tab-animated.active{-webkit-animation-duration:.55s;animation-duration:.55s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:bs-fadeInDown;animation-name:bs-fadeInDown;-webkit-animation-timing-function:cubic-bezier(.55,-.01,.19,.98);animation-timing-function:cubic-bezier(.55,-.01,.19,.98)}.bs-loading,.bs-loading>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-loading{display:block;font-size:0;color:#333}.bs-loading>div{display:inline-block;float:none}.bs-loading{width:54px;height:54px}.bs-loading>div{width:10px;height:10px;margin:4px;border-radius:100%;-webkit-animation-name:bs-loading-keyframe;-moz-animation-name:bs-loading-keyframe;-o-animation-name:bs-loading-keyframe;animation-name:bs-loading-keyframe;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.bs-loading>div:nth-child(1){-webkit-animation-duration:.65s;-moz-animation-duration:.65s;-o-animation-duration:.65s;animation-duration:.65s;-webkit-animation-delay:.03s;-moz-animation-delay:.03s;-o-animation-delay:.03s;animation-delay:.03s}.bs-loading>div:nth-child(2){-webkit-animation-duration:1.02s;-moz-animation-duration:1.02s;-o-animation-duration:1.02s;animation-duration:1.02s;-webkit-animation-delay:.09s;-moz-animation-delay:.09s;-o-animation-delay:.09s;animation-delay:.09s}.bs-loading>div:nth-child(3){-webkit-animation-duration:1.06s;-moz-animation-duration:1.06s;-o-animation-duration:1.06s;animation-duration:1.06s;-webkit-animation-delay:-.69s;-moz-animation-delay:-.69s;-o-animation-delay:-.69s;animation-delay:-.69s}.bs-loading>div:nth-child(4){-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:-.41s;-moz-animation-delay:-.41s;-o-animation-delay:-.41s;animation-delay:-.41s}.bs-loading>div:nth-child(5){-webkit-animation-duration:1.6s;-moz-animation-duration:1.6s;-o-animation-duration:1.6s;animation-duration:1.6s;-webkit-animation-delay:.04s;-moz-animation-delay:.04s;-o-animation-delay:.04s;animation-delay:.04s}.bs-loading>div:nth-child(6){-webkit-animation-duration:.84s;-moz-animation-duration:.84s;-o-animation-duration:.84s;animation-duration:.84s;-webkit-animation-delay:.07s;-moz-animation-delay:.07s;-o-animation-delay:.07s;animation-delay:.07s}.bs-loading>div:nth-child(7){-webkit-animation-duration:.68s;-moz-animation-duration:.68s;-o-animation-duration:.68s;animation-duration:.68s;-webkit-animation-delay:-.66s;-moz-animation-delay:-.66s;-o-animation-delay:-.66s;animation-delay:-.66s}.bs-loading>div:nth-child(8){-webkit-animation-duration:.93s;-moz-animation-duration:.93s;-o-animation-duration:.93s;animation-duration:.93s;-webkit-animation-delay:-.76s;-moz-animation-delay:-.76s;-o-animation-delay:-.76s;animation-delay:-.76s}.bs-loading>div:nth-child(9){-webkit-animation-duration:1.24s;-moz-animation-duration:1.24s;-o-animation-duration:1.24s;animation-duration:1.24s;-webkit-animation-delay:-.76s;-moz-animation-delay:-.76s;-o-animation-delay:-.76s;animation-delay:-.76s}@-webkit-keyframes bs-loading-keyframe{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.35;-webkit-transform:scale(.45);transform:scale(.45)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes bs-loading-keyframe{0%{opacity:1;-moz-transform:scale(1);transform:scale(1)}50%{opacity:.35;-moz-transform:scale(.45);transform:scale(.45)}100%{opacity:1;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes bs-loading-keyframe{0%{opacity:1;-o-transform:scale(1);transform:scale(1)}50%{opacity:.35;-o-transform:scale(.45);transform:scale(.45)}100%{opacity:1;-o-transform:scale(1);transform:scale(1)}}@keyframes bs-loading-keyframe{0%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{opacity:.35;-webkit-transform:scale(.45);-moz-transform:scale(.45);-o-transform:scale(.45);transform:scale(.45)}100%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.deferred-loading-container{position:relative}.bs-pagination-wrapper:focus{outline:0!important}.bs-pagin-loading-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.bs-pagin-loading-wrapper .bs-loading{position:absolute;top:50%;left:50%;margin-top:-27px;margin-left:-27px}.bs-pagination-wrapper .bs-pagination-in-loading{opacity:.15;pointer-events:none}.bs-pagination{margin:15px 0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.post-related .bs-pagination{margin-top:0}.bs-pagination-label{color:#9c9c9c;color:rgba(138,138,138,.83);font-size:11px;margin-left:4px}.btn-bs-pagination{border:1px solid #d4d4d4;border:1px solid rgba(138,138,138,.33);color:#9c9c9c!important;color:rgba(138,138,138,.83)!important;font-size:11px!important;padding:0 6px;display:inline-block;line-height:22px!important;min-width:26px;text-align:center!important;cursor:pointer;text-transform:uppercase!important}.btn-bs-pagination.bs-pagination-in-loading,.btn-bs-pagination.hover,.btn-bs-pagination:hover{color:#fff!important}body .bs-pagination a.btn-bs-pagination.disabled:hover{border:1px solid #d4d4d4!important;border:1px solid rgba(138,138,138,.33)!important;color:#9c9c9c!important;color:rgba(138,138,138,.83)!important;background-color:transparent!important;cursor:default}.btn-bs-pagination.disabled,.btn-bs-pagination.disabled:hover{opacity:.5}.btn-bs-pagination .fa{font-weight:700}.btn-bs-pagination.next .fa{margin-left:2px}.btn-bs-pagination.prev .fa{margin-right:2px}.bs-pagination-wrapper{position:relative}.btn-bs-pagination .loading .fa{margin-right:2px}.btn-bs-pagination .loaded .fa{margin-left:2px}.bs-pagination.bs-ajax-pagination.infinity,.bs-pagination.bs-ajax-pagination.more_btn,.bs-pagination.bs-ajax-pagination.more_btn_infinity{text-align:center}.bs-pagination.bs-ajax-pagination.infinity .btn-bs-pagination,.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination,.bs-pagination.bs-ajax-pagination.more_btn_infinity .btn-bs-pagination{line-height:26px!important;padding:0 7px}.bs-pagination.bs-simple-pagination .btn-bs-pagination.prev .fa{margin:0 0 0 2px}.bs-pagination.bs-simple-pagination .btn-bs-pagination.next .fa{margin:0 2px 0 0}.bs-listing-listing-classic-2 .bs-pagination,.bs-listing-listing-classic-2 .bs-pagination .pagination,.bs-listing-listing-classic-3 .bs-pagination,.bs-listing-listing-classic-3 .bs-pagination .pagination,.bs-listing-listing-grid-1 .bs-pagination,.bs-listing-listing-grid-1 .bs-pagination .pagination,.bs-listing-listing-grid-2 .bs-pagination,.bs-listing-listing-grid-2 .bs-pagination .pagination,.bs-listing-listing-mix-3-2 .bs-pagination,.bs-listing-listing-mix-3-2 .bs-pagination .pagination,.bs-listing-listing-mix-4-1 .bs-pagination,.bs-listing-listing-mix-4-1 .bs-pagination .pagination,.bs-listing-listing-mix-4-2 .bs-pagination,.bs-listing-listing-mix-4-2 .bs-pagination .pagination,.bs-listing-listing-mix-4-3 .bs-pagination,.bs-listing-listing-mix-4-3 .bs-pagination .pagination,.bs-listing-listing-mix-4-4 .bs-pagination,.bs-listing-listing-mix-4-4 .bs-pagination .pagination,.bs-listing-listing-mix-4-5 .bs-pagination,.bs-listing-listing-mix-4-5 .bs-pagination .pagination,.bs-listing-listing-mix-4-6 .bs-pagination,.bs-listing-listing-mix-4-6 .bs-pagination .pagination,.bs-listing-listing-tall-1 .bs-pagination,.bs-listing-listing-tall-1 .bs-pagination .pagination,.bs-listing-listing-tall-2 .bs-pagination,.bs-listing-listing-tall-2 .bs-pagination .pagination,.bs-listing-listing-text-1 .bs-pagination,.bs-listing-listing-text-1 .bs-pagination .pagination,.bs-listing-listing-thumbnail-1 .bs-pagination,.bs-listing-listing-thumbnail-1 .bs-pagination .pagination,.bs-listing-listing-thumbnail-2 .bs-pagination,.bs-listing-listing-thumbnail-2 .bs-pagination .pagination,.bs-listing-listing-thumbnail-3 .bs-pagination,.bs-listing-listing-thumbnail-3 .bs-pagination .pagination,.bs-listing-modern-grid-listing-3 .bs-pagination,.bs-listing-modern-grid-listing-3 .bs-pagination .pagination{margin-top:0}.bs-slider-controls .btn-bs-pagination.next{margin-left:5px}.bs-slider-items-container>.bs-slider-item{display:none}.bs-slider-items-container .bs-slider-item.bs-slider-first-item{display:block}.bs-slider-items-container .bs-control-nav-style-2 .btn-bs-pagination.next{float:right}.bs-slider-items-container .bs-control-nav-style-3{text-align:center}.bs-listing.bs-listing-single-tab .bs-slider-items-container .bs-control-nav-style-4 .btn-bs-pagination{line-height:22px;min-width:24px;padding:0 6px;border-radius:50%}.bs-slider-dots{list-style:none;padding:0!important;margin:0!important}.bs-slider-dots li{display:inline-block}.bs-slider-dots .bts-bs-dots-btn{cursor:pointer}.bs-slider-dots-style-1,.bs-slider-dots-style-2,.bs-slider-dots-style-3,.bs-slider-dots-style-4{text-align:center;line-height:27px;pointer-events:none;position:absolute;left:0;right:0}.bs-control-nav+.bs-slider-dots-style-1,.bs-control-nav+.bs-slider-dots-style-2,.bs-control-nav+.bs-slider-dots-style-3,.bs-control-nav+.bs-slider-dots-style-4{bottom:0}.bs-control-nav-style-4+.bs-slider-dots-style-1,.bs-control-nav-style-4+.bs-slider-dots-style-2,.bs-control-nav-style-4+.bs-slider-dots-style-3,.bs-control-nav-style-4+.bs-slider-dots-style-4{position:relative;top:auto;left:auto;right:auto;bottom:auto}.bs-slider-dots-style-1 .bts-bs-dots-btn,.bs-slider-dots-style-2 .bts-bs-dots-btn,.bs-slider-dots-style-3 .bts-bs-dots-btn,.bs-slider-dots-style-4 .bts-bs-dots-btn{display:inline-block;height:8px;width:8px;text-indent:-9999px;overflow:hidden;background:#eee;background:rgba(0,0,0,.2);margin:0 3px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;pointer-events:all}.bs-slider-dots-style-1 .bts-bs-dots-btn{border-radius:50%}.bs-slider-dots-style-3 .bts-bs-dots-btn{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bs-slider-dots-style-4 .bts-bs-dots-btn{width:12px;height:4px}.bs-simple-pagination.simple_next_prev .btn-bs-pagination.prev{float:right}.bs-listing-listing-blog-1 .bs-slider-controls,.bs-listing-listing-blog-2 .bs-slider-controls,.bs-listing-listing-blog-3 .bs-slider-controls,.bs-listing-listing-blog-4 .bs-slider-controls,.bs-listing-listing-classic-1 .bs-slider-controls,.bs-listing-listing-classic-3 .bs-slider-controls,.bs-listing-listing-mix-1-1 .bs-slider-controls,.bs-listing-listing-mix-1-3 .bs-slider-controls,.bs-listing-listing-mix-1-4 .bs-slider-controls,.bs-listing-listing-mix-3-1 .bs-slider-controls,.bs-listing-listing-mix-3-3 .bs-slider-controls,.bs-listing-listing-mix-4-7 .bs-slider-controls,.bs-listing-listing-mix-4-8 .bs-slider-controls,.bs-listing-listing-text-1 .bs-slider-controls,.bs-listing-listing-text-2 .bs-slider-controls,.bs-listing-listing-text-3 .bs-slider-controls,.bs-listing-listing-text-4 .bs-slider-controls,.bs-listing-modern-grid-listing-1 .bs-slider-controls,.bs-listing-modern-grid-listing-2 .bs-slider-controls,.bs-listing-modern-grid-listing-5 .bs-slider-controls{height:27px;margin-top:20px;position:relative;z-index:1}.bs-listing-listing-mix-1-4 .bs-slider-controls,.bs-listing-modern-grid-listing-5 .bs-slider-controls{margin-top:0}.bs-listing-listing-text-1 .bs-slider-controls,.bs-listing-listing-text-3 .bs-slider-controls,.bs-listing-listing-text-4 .bs-slider-controls{margin-top:0}.bs-listing-modern-grid-listing-1 .bs-slider-controls,.bs-listing-modern-grid-listing-2 .bs-slider-controls{margin-top:10px}.bs-listing-modern-grid-listing-6 .bs-slider-controls{height:27px;margin-bottom:-10px;margin-top:5px;position:relative;z-index:1}.bs-listing-listing-mix-2-2 .bs-slider-controls{height:27px;margin-top:15px;position:relative;z-index:1}.bs-listing-listing-thumbnail-1 .bs-slider-controls{height:27px;margin-top:-5px;position:relative;z-index:1}.bs-listing-listing-thumbnail-2 .bs-slider-controls{height:27px;margin-top:0;position:relative;z-index:1}.bs-listing-listing-classic-2 .bs-slider-controls{height:27px;margin-top:-5px;position:relative;z-index:1}.bs-listing-modern-grid-listing-4 .bs-slider-controls{height:27px}.bs-listing-listing-tall-1 .bs-slider-controls,.bs-listing-listing-tall-2 .bs-slider-controls{height:27px;margin-top:5px;position:relative;z-index:1}.bs-listing-modern-grid-listing-3 .bs-slider-controls{height:27px;margin-top:-10px;position:relative;z-index:1}.bs-listing-listing-grid-1 .bs-slider-controls,.bs-listing-listing-grid-2 .bs-slider-controls{height:27px;margin-top:-7px;position:relative;z-index:1}.listing-mix-4-7+.bs-pagination-response,.listing-mix-4-7+.bs-pagination-response~.bs-pagination-response,.listing-mix-4-8+.bs-pagination-response,.listing-mix-4-8+.bs-pagination-response~.bs-pagination-response{margin-top:20px}.dropcap.dropcap{display:inline-block;float:left;margin:0 8px -10px 0;font-size:74px;line-height:74px;height:74px;text-transform:uppercase}.dropcap.dropcap-square{color:#fff;padding:0 11px}.dropcap.dropcap-square-outline{border:2px solid transparent;padding:0 11px;line-height:70px}.dropcap.dropcap-circle{color:#fff;padding:0 11px;border-radius:50%;min-width:74px;font-size:52px;text-align:center}.dropcap.dropcap-circle-outline{border:2px solid transparent;padding:0 11px;border-radius:50%;min-width:74px;font-size:52px;text-align:center;line-height:72px}.bs-highlight{background-color:#ff9;padding:0 3px}.bs-highlight.bs-highlight-red{background-color:#ffb6b6}.bs-tab-shortcode{margin-bottom:20px}.bs-tab-shortcode .nav.nav-tabs{border:none;padding:0;margin:0}.bs-tab-shortcode .nav-tabs>li>a{background-color:#f3f4f6;border:1px solid #d6d6d6!important;padding:9px 22px;margin-right:-1px;border-radius:0;color:#4a4a4a!important;font-weight:bolder;position:relative}.bs-tab-shortcode .nav-tabs>li>a:after{display:inline-block;content:'';height:1px;left:0;right:0;bottom:-1px;background:0 0;position:absolute}.bs-tab-shortcode .nav-tabs>li.active>a,.bs-tab-shortcode .nav-tabs>li>a:focus,.bs-tab-shortcode .nav-tabs>li>a:hover{text-decoration:none!important;background-color:#fff}.bs-tab-shortcode .nav-tabs>li.active>a:after{background-color:#fff}.bs-tab-shortcode .tab-content .tab-pane{padding:20px;border:1px solid #d6d6d6}.bs-row-shortcode{margin-bottom:20px}.bs-accordion-shortcode .panel{box-shadow:none;border:1px solid #d6d6d6;-webkit-transition:all .07s ease;-moz-transition:all .07s ease;-o-transition:all .07s ease;transition:all .07s ease;border-radius:0!important}.bs-accordion-shortcode .panel-heading{padding:0 0 0 60px;position:relative}.bs-accordion-shortcode .panel-heading a{color:#585858}.bs-accordion-shortcode .panel-heading a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f067';margin:0 10px 0 0;font-size:14px;position:absolute;left:0;width:44px;line-height:44px;top:0;bottom:0;text-align:center;border-right:1px solid #d6d6d6}.bs-accordion-shortcode .panel-heading.active a:before{content:'\f068'}.bs-accordion-shortcode .panel-heading *,.bs-accordion-shortcode .panel-heading .panel-title br{display:none}.bs-accordion-shortcode .panel-heading .panel-title,.bs-accordion-shortcode .panel-heading .panel-title a{display:block}.bs-accordion-shortcode .panel+.panel{margin-top:12px!important}.bs-accordion-shortcode .panel-heading .panel-title a{padding:12px 0;font-size:14px}.bs-accordion-shortcode .panel-heading+.panel-collapse>.panel-body{-webkit-transition:all .07s ease;-moz-transition:all .07s ease;-o-transition:all .07s ease;transition:all .07s ease}.bs-accordion-shortcode .panel .panel-heading a{color:#444!important}.bs-accordion-shortcode .panel .panel-heading a,.bs-accordion-shortcode .panel .panel-heading a:hover{text-decoration:none}ul.bs-shortcode-list,ul.bs-shortcode-list ul{list-style:none!important;padding-left:20px;overflow:hidden}ul.bs-shortcode-list ul{padding-left:13px}ul.bs-shortcode-list li{position:relative;margin-bottom:7px;padding-left:25px}ul.bs-shortcode-list li:before{width:25px;content:"\f00c";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0;top:6px}ul.bs-shortcode-list li:empty{display:none}ul.bs-shortcode-list.list-style-check li:before{content:"\f00c"}ul.bs-shortcode-list.list-style-star li:before{content:"\f005"}ul.bs-shortcode-list.list-style-edit li:before{content:"\f044"}ul.bs-shortcode-list.list-style-folder li:before{content:"\f07b"}ul.bs-shortcode-list.list-style-file li:before{content:"\f15b"}ul.bs-shortcode-list.list-style-heart li:before{content:"\f004"}ul.bs-shortcode-list.list-style-asterisk li:before{content:"\f069"}hr.bs-divider{height:2px;border-width:2px;border-style:solid;border-color:#dbdbdb;border-top-width:0;border-right-width:0;border-left-width:0;margin:30px auto 28px;position:relative;width:90%}hr.bs-divider.dashed-line{border-style:dashed;border-width:1px}hr.bs-divider.full{width:100%}hr.bs-divider.large{width:90%}hr.bs-divider.small{width:70%}hr.bs-divider.tiny{width:50%}hr.bs-divider+h1,hr.bs-divider+h2,hr.bs-divider+h3{margin-top:-10px}hr.bs-divider+h5{margin-top:-5px}h1+hr.bs-divider,h2+hr.bs-divider,h3+hr.bs-divider,h4+hr.bs-divider,h5+hr.bs-divider{margin-top:28px}.bs-shortcode-alert.alert{border-radius:0}.bs-shortcode-alert.alert-simple{background-color:#f3f3f3;border-color:#e6e6e6}.listing-item-blog.sticky,.listing-item-blog.sticky:first-child{background-color:#fffbdf;padding:18px;border:1px solid rgba(0,0,0,.07)}.vc_images_carousel:hover .vc_carousel-control .icon-next,.vc_images_carousel:hover .vc_carousel-control .icon-prev{background:#fff}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{height:0}.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before,.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before{top:-11px;line-height:30px;color:#333;text-shadow:none}.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before{right:-1px}.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before{left:-1px}.wpb_gallery>.wpb_wrapper>.wpb_flexslider{padding:0;margin:0 0 30px;background:0 0;border-radius:0;box-shadow:none;zoom:1;height:auto!important}.wpb_flexslider .flex-direction-nav a{width:30px;height:30px}.wpb_flexslider .flex-direction-nav a:before{font-family:flexslider-icon;font-size:14px;display:inline-block;content:'\f001';text-shadow:none;line-height:30px;height:30px}.wpb_gallery .wpb_flexslider .flex-direction-nav a{border:none;background:#fff;text-align:center;line-height:30px}.wpb_gmaps_widget .wpb_wrapper{padding:0!important}.vc_btn3{height:auto!important}.wpcf7-form p{margin-bottom:0;margin-top:17px}.wpcf7-form p:first-child{margin-top:0}.wpcf7-form label{display:block}.archive-title.search-title.search-bgcs-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.better-gcs-wrapper{border-top:none;padding-top:30px!important;margin-top:-30px}.better-gcs-wrapper{padding-top:30px!important}.bs-pretty-tabs-container{position:relative;display:inline-block;float:right;text-align:center;z-index:2}.bs-pretty-tabs-container .bs-pretty-tabs-more{z-index:3;position:relative;cursor:pointer}.bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link{display:block;float:none;width:100%}.bs-pretty-tabs-container .bs-pretty-tabs-elements .h-text{border:none;display:block;width:100%;margin:0;padding:3px 10px;text-align:right}.bs-pretty-tabs-container .bs-pretty-tabs-elements{position:absolute;top:100%;right:0;background:#fff;z-index:2;white-space:nowrap;border:1px solid #d8d8d8;display:none;padding:5px;min-width:160px}.bs-pretty-tabs .bs-pretty-tabs-more.other-link{pointer-events:none}.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{position:relative;cursor:pointer;padding:3px 10px;border:1px solid transparent}.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text{transition:none}.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text .fa{margin-left:3px}.bs-pretty-tabs.bs-pretty-tabs-initialized .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text:after{display:block}.bs-pretty-tabs-container.display-more-items .bs-pretty-tabs-elements{display:block}.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text{background:0 0!important;color:currentColor!important;border-color:rgba(0,0,0,.13)!important}.section-heading.multi-tab .other-link{opacity:0;-webkit-transition:color .7s ease,background .7s ease;-moz-transition:color .7s ease,background .7s ease;-o-transition:color .7s ease,background .7s ease;transition:color .7s ease,background .7s ease;position:absolute}.section-heading.multi-tab .bs-pretty-tabs-container{padding-left:10px}.bs-pretty-tabs.bs-pretty-tabs-initialized .other-link{opacity:1;position:relative}.bs-slider-1-item .rating-stars,.listing-mg-1-item .rating-stars,.listing-mg-2-item .rating-stars,.listing-mg-3-item .rating-stars,.listing-mg-4-item .rating-stars,.listing-mg-6-item .rating-stars{color:#fff}.bs-slider-1-item .post-meta .rating-bar,.listing-mg-1-item .post-meta .rating-bar,.listing-mg-2-item .post-meta .rating-bar,.listing-mg-3-item .post-meta .rating-bar,.listing-mg-4-item .post-meta .rating-bar,.listing-mg-6-item .post-meta .rating-bar{background-color:#fff}.bs-slider-item .post-meta .rating,.listing-item-tall-2 .post-meta .rating,.listing-item-text-1 .post-meta .rating,.listing-mg-3-item .post-meta .rating,.listing-mg-4-item .post-meta .rating,.listing-mg-5-item-big .post-meta .rating{float:none;vertical-align:middle;margin-top:0;margin-right:10px}.listing-item-tall-2 .post-meta .comments,.listing-item-text-1 .post-meta .comments{float:none;margin-left:0}.search-container{position:relative}.search-container.open.result-results-exist .search-preview{display:block}.search-preview{display:none;border:1px solid #dedede;position:absolute;top:100%;width:100%;background:#fff;-webkit-box-shadow:0 7px 7px 0 rgba(0,0,0,.1);-moz-box-shadow:0 7px 7px 0 rgba(0,0,0,.1);box-shadow:0 7px 7px 0 rgba(0,0,0,.1);font-weight:400;color:#383838;line-height:1;z-index:99;text-align:left}.search-preview [data-section-name]{max-height:310px}.search-preview .clean-title{font-size:16px;margin-bottom:15px}.search-preview .listing-item-thumbnail:last-child,.search-preview ul.products{margin-bottom:0}.ajax-search-results{background:inherit}.ajax-search-results .search-404{text-align:center;font-weight:500;font-size:16px}.ajax-search-results .clean-button{margin-left:0!important;margin-bottom:0!important;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-results-exist .search-preview{border-top:0}.ajax-search-no-product .ajax-ajax-posts-list,.two-column-results-list{padding:21px;position:relative}.two-column-results-list>div{width:50%;float:left;background:inherit;padding-right:3%}.two-column-results-list>div:last-child{padding-right:0}.two-column-results-list>.ajax-posts-columns{width:45%}.two-column-results-list>.ajax-products-columns{width:55%}.ajax-search-loading{display:block;text-align:center;color:#a6a6a6}.ajax-ajax-posts-list{overflow:hidden;background:inherit;display:table-cell}.ajax-ajax-posts-list .ajax-search-loading,.ajax-ajax-posts-list .align-vertical-center{position:absolute;top:50%;left:0;right:0;margin-top:0;height:18px;line-height:18px;font-size:14px;color:#afafaf}.ajax-taxonomy-list .ajax-search-loading,.ajax-taxonomy-list .align-vertical-center{position:absolute;top:50%;left:0;right:0;margin-top:0;height:18px;line-height:18px;font-size:14px;color:#afafaf}.ajax-ajax-posts-list .ajax-taxonomy-list{margin-top:30px}.ajax-ajax-posts-list .listing-thumbnail{margin-bottom:20px;-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:bs-fadeInDown;animation-name:bs-fadeInDown}.search-preview .bs-listing-products{margin-bottom:28px}.ajax-taxonomy-list{background:#fbfbfb;border-left:1px solid #e2e2e2;display:table-cell;overflow:hidden;width:30%;padding:25px}.ajax-products-columns .add_to_cart_button{display:none!important}.ajax-products-columns .price{margin-top:19px}.ajax-products-columns .star-rating+.price{margin-top:0}.ajax-products-columns ul.products li.product{margin-bottom:1px}.search-preview .post-categories{margin:13px 0 0;padding:0;list-style:none;-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:bs-fadeInDown;animation-name:bs-fadeInDown}.search-preview .post-categories li{display:inline-block;margin:0 0 0 5px}.ajax-search-results{display:table-row}.ajax-search-results-wrapper{display:table;background:inherit;width:100%;height:350px}.ajax-search-results:after{content:' ';display:block;position:absolute;top:-1px;left:-1px;right:-1px;height:3px}.ajax-categories-columns{background:inherit;margin-bottom:30px}.ajax-tags-columns{background:inherit}.ajax-search-no-product .ajax-taxonomy-list>div{width:100%;float:none;background:inherit;height:152px;margin-bottom:0;position:relative}.ajax-search-no-product .ajax-taxonomy-list{width:100%}.ajax-search-no-product .ajax-ajax-posts-list{width:53%}.ajax-search-no-product.ajax-search-fullwidth .ajax-ajax-posts-list{width:69%;position:relative}.ajax-search-no-product.ajax-search-fullwidth .two-column-results-list{padding:5px}.ajax-search-no-product.ajax-search-fullwidth .listing-thumbnail{margin-bottom:0}.ajax-posts-column{background:inherit}.search-preview .woocommerce ul.products li.product,.search-preview .woocommerce-page ul.products li.product{font-size:14px}.search-preview .woocommerce ul.products li.product h3{font-size:1em}.ajax-posts-columns{background:inherit}.clean-title{position:relative;background:inherit;margin-bottom:8px}.clean-title>span{position:relative;z-index:30;background:inherit;display:inline-block;padding:0 15px;margin-left:-10px}.clean-title::after{position:absolute;z-index:20;width:100%;top:50%;height:1px;background:#e5e5e5;display:block;content:' '}.clean-button{border-radius:0;border:1px solid #e2e2e2;background:#f9f9f9;color:#383838;font-size:13px;font-weight:600;padding:6px 9px;margin:0 1px 5px;display:inline-block}.clean-button-light{background:#fff}.clean-button .fa{margin-right:6px}@media only screen and (max-width:1000px){.container{width:100%}.content-wrap{padding:0}}@media only screen and (max-width:768px){.slider-container .content-wrap{padding-bottom:0}}@media only screen and (max-width:420px){.widget{margin-bottom:15px}}@media only screen and (max-width:668px){body{padding:0}}@media (min-width:992px) and (max-width:1199px){.bs-visible-md{display:block!important}}@media (max-width:991px){.bs-visible-sm{display:block!important}}@media (min-width:1200px){.bs-visible-lg{display:block!important}}@media (max-width:991px){.bs-hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bs-hidden-md{display:none!important}}@media (max-width:768px){.bs-hidden-sm,.bs-hidden-xs{display:none!important}}@media (min-width:1200px){.bs-hidden-lg{display:none!important}}.ajax-post-content{margin-top:30px}.ajax-post-content .post-header-inner .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto}.ajax-post-content .single-post-title{margin:10px 0 5px}.ajax-post-content .single-featured.single-featured{margin-left:0;margin-right:0}.ajax-post-content .post-meta{margin:0 0 10px}.ajax-post-content .comments-template.comments-template,.ajax-post-content .post-related.post-related,.ajax-post-content .single-container.single-container{padding-right:0;padding-left:0}.ajax-post-content{max-width:856px;margin-left:auto;margin-right:auto}.ajax-post-content .post-header-inner .single-post-excerpt{margin-top:-5px;padding-bottom:10px}.ajax-post-content .post-header-inner .single-post-excerpt:last-child{margin-bottom:0!important;padding-bottom:0!important}.ajax-post-content .post-header-inner .post-subtitle+.single-post-excerpt{padding:0 0 10px;margin:-5px 0 0}.ajax-post-content .post-header-inner .single-post-excerpt+.post-meta-wrap{margin-top:2px}.modal.sign-in-modal{text-align:center;padding:0!important}.modal.sign-in-modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.sign-in-modal .modal-content{border:none;border-radius:0;box-shadow:0 0 30px rgba(0,0,0,.31)}.sign-in-modal .modal-header{padding:0;border-bottom:1px solid #efefef;line-height:48px;text-align:center}.sign-in-modal .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;max-width:440px;position:relative;-webkit-transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important;-moz-transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important;-o-transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important;transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important}.sign-in-modal .close-modal{position:absolute;top:32px;right:37px;font-size:15px;color:#bdbdbd;line-height:15px;z-index:1;cursor:pointer;-webkit-transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important;-moz-transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important;-o-transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important;transition:.6s cubic-bezier(.58,.99,.63,1.06) 0s!important}.sign-in-modal .close-modal:hover{color:#333}.sign-in-modal .modal-body{padding:25px 15px}.bs-login{max-width:290px;position:relative;margin-left:auto;margin-right:auto}.bs-login .bs-login-panel{display:block;width:100%;-webkit-transition:all .44s cubic-bezier(.8,.2,.24,.88);-moz-transition:all .44s cubic-bezier(.8,.2,.24,.88);-ms-transition:all .44s cubic-bezier(.8,.2,.24,.88);transition:all .44s cubic-bezier(.8,.2,.24,.88)}.bs-login.inmove .bs-login-panel{position:absolute;top:0}.bs-login .bs-login-panel.bs-current-login-panel.bs-login-sign-panel{left:0;opacity:1;visibility:visible}.bs-login .bs-login-panel.bs-login-sign-panel{left:-44px;opacity:0}.bs-login .bs-login-panel.bs-login-reset-panel{right:-44px;visibility:hidden;position:absolute;top:0;opacity:0}.bs-login .bs-login-panel.bs-current-login-panel.bs-login-reset-panel{right:0;opacity:1;visibility:visible}.bs-login .login-header{text-align:center;color:#7a7a7a;font-size:14px;margin-bottom:15px}.bs-login .login-header:last-child{margin-bottom:0}.bs-login .login-header .login-icon{display:block;margin-bottom:10px;font-size:64px;line-height:80px}.bs-login .bs-login-reset-panel .login-header{margin-bottom:27px}.bs-login .bs-login-reset-panel .login-header .login-icon{color:#494949}.bs-login .bs-login-reset-panel .login-header p{margin-bottom:4px}.bs-login .login-field{margin-bottom:15px}.bs-login .login-field:last-child{margin-bottom:0}.bs-login input[type=password],.bs-login input[type=text]{width:100%;height:36px;line-height:36px;border-radius:3px}.bs-login .remember-checkbox{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.bs-login .remember-checkbox+.remember-label{padding-left:21px;height:16px;display:inline-block;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:14px;vertical-align:middle;cursor:pointer;color:#a0a0a0;font-weight:lighter}.bs-login .remember-checkbox:checked+.remember-label{background-position:0 -16px;color:#424242}.bs-login .remember-label{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABGdBTUEAALGPC/xhBQAAAVZJREFUSA3tlTFug0AQRQcwMgoFEg2uXbnlCJyF0kdIAU1a38A14hb0Ri6ho0UUpDOFEdrMR4EQgyIIRYp4pZVgdt6fgd2ZleI4ViVJeuPpNk1j0oyhKMq7EOLM83UDWNf1436/f1FVdQZOVNe1mWXZ8Xa7EV2v1/J+v7PYsgEGrIy050YepgcGrDw0/ub5KUD0/Af8D1AYfLYXnyEwYGWugDMXRrVEBL5gwEpry3n1Nv63fpCmKbmuS3mef2375XKZ1cuSJBGWZQkmxeFwEGhpYEe7MHUeENlxHCqKoo3MTZhk+RMdZhCGodA0TZxOpz6rYWREt21blGXZroOlTqCqKsGNsk0RjhDhyGK32/W2IQyFbwIw+L7fO0PEMIz+/RGeFIDR87wegshj2vDpxiiDbmEoMhW584PAhiOMBn8KbbdbiqKIgiAg0/zhylx9tXE6f9sPPgDpK2Td6sBUpAAAAABJRU5ErkJggg==);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bs-login .go-reset-panel{float:right;color:#595959}.bs-login .login-submit{margin-bottom:10px}.bs-login .login-btn{border-radius:3px;height:38px;text-align:center;width:100%}.bs-login .bs-login-reset-panel .login-btn{background:#575757!important}.bs-login .login-signup{font-size:14px;color:#a7a7a7;text-align:center}.bs-login .go-login-panel{cursor:pointer;position:absolute;left:0;top:0;color:#adadad;transition:all .5s ease}.sign-in-modal .bs-login .go-login-panel{left:-30px}.bs-login .go-login-panel:hover{cursor:pointer;position:absolute;color:#3f3f3f}.bs-login.bs-type-profile{max-width:290px;height:240px}.bs-login .bs-login-panel.bs-current-login-panel.bs-login-user-panel{opacity:1;visibility:visible;top:0}.bs-login .bs-login-user-panel .login-header img{border-radius:50%;width:80px;height:80px}.bs-login .user-links{padding:0;list-style:none;margin:0;border-radius:3px;border:1px solid #dcdcdc}.bs-login .user-links li{border-bottom:1px solid #dcdcdc;height:38px;line-height:38px;margin:0;padding:0;text-align:center;font-size:14px}.bs-login .user-links li:last-child{border-bottom:none}.bs-login .user-links .fa{margin-right:5px}.bs-login .social-login-buttons{text-align:center;padding:0 0 17px;border-bottom:1px solid #eaeaea;position:relative;margin-bottom:25px}.bs-login .social-login-buttons .or-wrapper{position:absolute;left:0;right:0;bottom:-13px;text-align:center}.bs-login .social-login-buttons .or-text{padding:0 10px;background-color:#fff;border:1px solid #e4e3e3;border-radius:26px;font-size:12px;min-width:28px;height:24px;line-height:24px;display:inline-block;vertical-align:middle;font-weight:bolder;color:#9e9e9e;text-transform:uppercase}.bs-login .social-login-buttons ul{list-style:none;padding:0;margin:0 -4px;font-size:0}.bs-login .social-login-buttons li{display:inline-block;width:50%;padding:0 4px 8px;margin:0}.bs-login .social-login-buttons li .social-login-btn.btn{width:100%;margin:0}.bs-login .social-login-buttons ul li:first-child,.bs-login .social-login-buttons ul.items-count-2 li{width:100%}.bs-login .social-login-buttons ul li:first-child .social-login-btn,.bs-login .social-login-buttons ul.items-count-2 li .social-login-btn{text-align:center}.social-login-btn.social-login-btn-facebook,.social-login-btn.social-login-btn-facebook:focus,.social-login-btn.social-login-btn-facebook:hover{background-color:#49639f!important;color:#fff!important}.social-login-btn.social-login-btn-google,.social-login-btn.social-login-btn-google:focus,.social-login-btn.social-login-btn-google:hover{background-color:#d73d32!important;color:#fff!important}.social-login-btn.social-login-btn-twitter,.social-login-btn.social-login-btn-twitter:focus,.social-login-btn.social-login-btn-twitter:hover{background-color:#59c8ff!important;color:#fff!important}.social-login-btn.social-login-btn-instagram,.social-login-btn.social-login-btn-instagram:focus,.social-login-btn.social-login-btn-instagram:hover{background-color:#517fa4!important;color:#fff!important}.social-login-btn.social-login-btn-wordpress,.social-login-btn.social-login-btn-wordpress:focus,.social-login-btn.social-login-btn-wordpress:hover{background-color:#1a638d!important;color:#fff!important}.social-login-btn.social-login-btn-yahoo,.social-login-btn.social-login-btn-yahoo:focus,.social-login-btn.social-login-btn-yahoo:hover{background-color:#723e98!important;color:#fff!important}.social-login-btn.social-login-btn-linkedin,.social-login-btn.social-login-btn-linkedin:focus,.social-login-btn.social-login-btn-linkedin:hover{background-color:#0c5d98!important;color:#fff!important}.social-login-btn.social-login-btn-disqus,.social-login-btn.social-login-btn-disqus:focus,.social-login-btn.social-login-btn-disqus:hover{background-color:#2e9fff!important;color:#fff!important}.social-login-btn.social-login-btn-reddit,.social-login-btn.social-login-btn-reddit:focus,.social-login-btn.social-login-btn-reddit:hover{background-color:#7ba3bc!important;color:#fff!important}.social-login-btn.social-login-btn-foursquare,.social-login-btn.social-login-btn-foursquare:focus,.social-login-btn.social-login-btn-foursquare:hover{background-color:#3492ce!important;color:#fff!important}.social-login-btn.social-login-btn-lastfm,.social-login-btn.social-login-btn-lastfm:focus,.social-login-btn.social-login-btn-lastfm:hover{background-color:#e02529!important;color:#fff!important}.social-login-btn.social-login-btn-tumblr,.social-login-btn.social-login-btn-tumblr:focus,.social-login-btn.social-login-btn-tumblr:hover{background-color:#354a60!important;color:#fff!important}.social-login-btn.social-login-btn-goodreads,.social-login-btn.social-login-btn-goodreads:focus,.social-login-btn.social-login-btn-goodreads:hover{background-color:#7c460f!important;color:#fff!important}.social-login-btn.social-login-btn-stackoverflow,.social-login-btn.social-login-btn-stackoverflow:focus,.social-login-btn.social-login-btn-stackoverflow:hover{background-color:#f36f21!important;color:#fff!important}.social-login-btn.social-login-btn-github,.social-login-btn.social-login-btn-github:focus,.social-login-btn.social-login-btn-github:hover{background-color:#1b1919!important;color:#fff!important}.social-login-btn.social-login-btn-dribbble,.social-login-btn.social-login-btn-dribbble:focus,.social-login-btn.social-login-btn-dribbble:hover{background-color:#ea4c89!important;color:#fff!important}.social-login-btn.social-login-btn-500px,.social-login-btn.social-login-btn-500px:focus,.social-login-btn.social-login-btn-500px:hover{background-color:#231f20!important;color:#fff!important}.social-login-btn.social-login-btn-skyrock,.social-login-btn.social-login-btn-skyrock:focus,.social-login-btn.social-login-btn-skyrock:hover{background-color:#5597cd!important;color:#fff!important}.social-login-btn.social-login-btn-mixi,.social-login-btn.social-login-btn-mixi:focus,.social-login-btn.social-login-btn-mixi:hover{background-color:#e49100!important;color:#fff!important}.social-login-btn.social-login-btn-steam,.social-login-btn.social-login-btn-steam:focus,.social-login-btn.social-login-btn-steam:hover{background-color:#303030!important;color:#fff!important}.social-login-btn.social-login-btn-twitchtv,.social-login-btn.social-login-btn-twitchtv:focus,.social-login-btn.social-login-btn-twitchtv:hover{background-color:#5a399c!important;color:#fff!important}.social-login-btn.social-login-btn-vkontakte,.social-login-btn.social-login-btn-vkontakte:focus,.social-login-btn.social-login-btn-vkontakte:hover{background-color:#31537d!important;color:#fff!important}.social-login-btn.social-login-btn-mailru,.social-login-btn.social-login-btn-mailru:focus,.social-login-btn.social-login-btn-mailru:hover{background-color:#3881c2!important;color:#fff!important}.social-login-btn.social-login-btn-yandex,.social-login-btn.social-login-btn-yandex:focus,.social-login-btn.social-login-btn-yandex:hover{background-color:#ed1c24!important;color:#fff!important}.social-login-btn.social-login-btn-odnoklassniki,.social-login-btn.social-login-btn-odnoklassniki:focus,.social-login-btn.social-login-btn-odnoklassniki:hover{background-color:#e87502!important;color:#fff!important}.social-login-btn.social-login-btn-aol,.social-login-btn.social-login-btn-aol:focus,.social-login-btn.social-login-btn-aol:hover{background-color:#e69827!important;color:#fff!important}.social-login-btn.social-login-btn-live,.social-login-btn.social-login-btn-live:focus,.social-login-btn.social-login-btn-live:hover{background-color:#7fb0cc!important;color:#fff!important}.social-login-btn.social-login-btn-pixelpin,.social-login-btn.social-login-btn-pixelpin:focus,.social-login-btn.social-login-btn-pixelpin:hover{background-color:#000!important;color:#fff!important}.social-login-btn.btn{height:34px;line-height:34px;border-radius:3px;text-transform:capitalize!important;padding:0 14px 0 43px;width:auto;font-size:14px;position:relative;text-align:left;overflow:hidden;margin:0 4px 7px 0}.social-login-btn.btn .bf-icon{vertical-align:top;line-height:34px;margin-right:10px;position:absolute;height:34px;width:34px;left:0;top:0;background:rgba(0,0,0,.1);text-align:center}.social-login-btn.btn:hover{color:#fff}.wp-social-login-provider-list{text-align:center}.bs-login .g-recaptcha{margin-bottom:10px;max-width:100%}.listing-item.better-ads-listitemad.listing-item-classic-1{padding-bottom:20px;border-bottom:1px solid #f1f1f1;border-bottom-color:rgba(0,0,0,.07)}.better-ads-listitemad.listing-item-text-1{padding-bottom:15px}.bf-breadcrumb .bf-breadcrumb-items{padding:0;margin:0;list-style:none;font-size:0}.bf-breadcrumb .bf-breadcrumb-item{display:inline-block;font-size:12px;line-height:22px}.bf-breadcrumb .bf-breadcrumb-item:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f105';margin-left:9px;margin-right:9px;color:#929292;vertical-align:top}.bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end:after,.bf-breadcrumb .bf-breadcrumb-item:last-child:after{display:none}.bf-breadcrumb.hide_current .bf-breadcrumb-item.bf-breadcrumb-end{opacity:0;visibility:hidden}.bf-breadcrumb .bf-breadcrumb-item span{vertical-align:top;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.bf-breadcrumb .bf-breadcrumb-item a,.bf-breadcrumb .bf-breadcrumb-item span{color:#9e9e9e;display:inline-block}.bf-breadcrumb.bc-align-center{text-align:center}.bf-breadcrumb.bc-light-color .bf-breadcrumb-item a,.bf-breadcrumb.bc-light-color .bf-breadcrumb-item span,.bf-breadcrumb.bc-light-color .bf-breadcrumb-item:after{color:#fff}.bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end{opacity:.8}.bf-breadcrumb.bc-hide-last .bf-breadcrumb-item.bf-breadcrumb-end{display:none}.bf-breadcrumb.bc-top-style{padding:7px 0 0}@media only screen and (max-width:680px){body.single .bf-breadcrumb .bf-breadcrumb-item:last-child{display:none}}body.single .content-column>.bs-newsletter-pack:last-child{margin-bottom:0!important}.bsnp-empty-note{margin-bottom:30px}.bs-light-scheme,.bs-light-scheme .listing-item-blog-1>.item-inner>.title,.bs-light-scheme .listing-item-blog-2>.item-inner>.title,.bs-light-scheme .listing-item-blog-3>.item-inner>.title,.bs-light-scheme .listing-item-blog-5>.item-inner>.title,.bs-light-scheme .listing-item-classic-1 .title,.bs-light-scheme .listing-item-classic-2 .title,.bs-light-scheme .listing-item-grid-1 .title,.bs-light-scheme .listing-item-grid-2 .title,.bs-light-scheme .listing-item-tb-1 .title,.bs-light-scheme .listing-item-tb-2 .title,.bs-light-scheme .listing-item-tb-3 .title,.bs-light-scheme .listing-item-text-1 .title,.bs-light-scheme .listing-item-text-2 .title,.bs-light-scheme .listing-item-text-3 .title,.bs-light-scheme .listing-item-text-4 .title,.bs-light-scheme .post-meta,.bs-light-scheme .post-meta a,.bs-light-scheme .post-summary,.bs-light-scheme .section-heading .other-link .h-text,.bs-light-scheme .title,.bs-light-scheme a{color:#fff}.bs-light-scheme .post-meta>a,.bs-light-scheme .post-meta>span{opacity:.6}.bs-light-scheme .post-summary{opacity:.9}.bs-light-scheme .listing-blog-4 .listing-item-blog.has-post-thumbnail,.bs-light-scheme .listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner,.bs-light-scheme .listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner,.bs-light-scheme .listing-item-classic-1 .listing-inner,.bs-light-scheme .listing-item-grid-2 .post-summary{border-bottom-color:rgba(255,255,255,.129)}.bs-light-scheme .listing-item-classic-2 .listing-inner{border-color:rgba(255,255,255,.129)}.bs-light-scheme .pagination.bs-numbered-pagination .page-numbers,.bs-light-scheme .pagination.bs-numbered-pagination .page-numbers.dots:hover,.bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi a,.bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi span,.bs-light-scheme .pagination.bs-numbered-pagination span{background-color:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}.bs-light-scheme.better-social-counter.style-clean .social-item,.bs-light-scheme.better-social-counter.style-modern .social-item,.bs-light-scheme.better-social-counter.style-style-10 .social-item,.bs-light-scheme.better-social-counter.style-style-6 .social-item,.bs-light-scheme.better-social-counter.style-style-7 .social-item,.bs-light-scheme.better-social-counter.style-style-8 .social-item,.bs-light-scheme.better-social-counter.style-style-9 .social-item{border-color:rgba(255,255,255,.0705882)}.bs-light-scheme.better-social-counter.style-style-10 .item-count:before,.bs-light-scheme.better-social-counter.style-style-10 .item-join:before,.bs-light-scheme.better-social-counter.style-style-9 .item-count:before,.bs-light-scheme.better-social-counter.style-style-9 .item-join:before{background-color:rgba(255,255,255,.0705882)}.bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count,.bs-light-scheme.bs-popular-categories .bs-popular-term-item a{color:#fff}.bs-light-scheme .section-heading.sh-t2.sh-s2 .h-text,.bs-light-scheme .section-heading.sh-t2.sh-s3 .h-text,.bs-light-scheme .section-heading.sh-t2.sh-s4 .h-text{color:#fff}.bs-light-scheme .section-heading.sh-t1.sh-s1:after{background-color:rgba(255,255,255,.25)!important}.bs-light-scheme .section-heading.sh-t1.sh-s2:after{opacity:.15}.bs-light-scheme .section-heading.sh-t1.sh-s3:after,.bs-light-scheme .section-heading.sh-t1.sh-s6:after,.bs-light-scheme .section-heading.sh-t1.sh-s7:after,.bs-light-scheme .section-heading.sh-t4.sh-s3:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjEGBQYHBgaAAAAlgA8X2AAy8AAAAASUVORK5CYII=) repeat;opacity:.3}.bs-light-scheme .section-heading.sh-t1>.h-text:last-child:first-child,.bs-light-scheme .section-heading.sh-t1>.main-link>.h-text,.bs-light-scheme .section-heading.sh-t1>a:last-child:first-child>.h-text{color:#fff!important}.bs-light-scheme .section-heading.sh-t1.sh-s5:after,.bs-light-scheme .section-heading.sh-t3.sh-s1:after{opacity:.15}.section-heading.sh-t1.sh-s8 .h-text{padding:4px 17px 4px 21px}.section-heading.sh-t1.sh-s8 .other-link .h-text{padding:4px 4px 4px 17px!important}.section-heading.sh-t1.sh-s8:first-child:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=) repeat;opacity:1;height:10px;margin-top:-6px;background-color:transparent!important}.section-heading.sh-t1.sh-s8 .main-link .h-text:before,.section-heading.sh-t1.sh-s8 .main-link.h-text:before,.section-heading.sh-t1.sh-s8>.h-text:first-child:last-child:before{content:'';position:absolute;left:0;width:0;height:0;border-top:15px solid transparent;border-bottom:0 solid transparent;border-right:14px solid rgba(0,0,0,.06);top:50%;margin-top:-9px}.bs-light-scheme .section-heading.sh-t2.sh-s2{background:rgba(255,255,255,.06)}.bs-light-scheme .section-heading.sh-t3.sh-s3:before{background-color:rgba(255,255,255,.1)!important}.bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link.active .h-text,.bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link:hover .h-text,.bs-light-scheme .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s4>.h-text.h-text.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s4>a.active>.h-text.h-text.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s4>a>.h-text.h-text.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s7>.h-text.h-text.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s7>a.active>.h-text.h-text.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s7>a>.h-text.h-text.h-text,.bs-light-scheme .section-heading.sh-t4 .main-link.active .h-text,.bs-light-scheme .section-heading.sh-t4 .main-link:first-child:last-child .h-text,.bs-light-scheme .section-heading.sh-t4 a.active .h-text,.bs-light-scheme .section-heading.sh-t4 a:hover .h-text,.bs-light-scheme .section-heading.sh-t4>.h-text,.bs-light-scheme .section-heading.sh-t6>.h-text:last-child:first-child,.bs-light-scheme .section-heading.sh-t6>.main-link>.h-text,.bs-light-scheme .section-heading.sh-t6>a:last-child:first-child>.h-text{color:#fff!important}.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:before{background-color:rgba(255,255,255,.1)!important}.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:after{background-color:rgba(255,255,255,.1)!important}.bs-light-scheme .section-heading.sh-t3.sh-s5{border:1px solid rgba(255,255,255,.1)}.bs-light-scheme .section-heading.sh-t3.sh-s8>.h-text:last-child:first-child,.bs-light-scheme .section-heading.sh-t3.sh-s8>.main-link>.h-text,.bs-light-scheme .section-heading.sh-t3.sh-s8>a:last-child:first-child>.h-text{border-color:rgba(255,255,255,.15)!important}.bs-light-scheme .section-heading.sh-t3.sh-s8:after{opacity:.15;background:#fff}.bs-light-scheme .section-heading.sh-t4.sh-s1:after,.bs-light-scheme .section-heading.sh-t4.sh-s3:after,.bs-light-scheme .section-heading.sh-t6.sh-s6:before,.bs-light-scheme .section-heading.sh-t6.sh-s7:before{background:rgba(255,255,255,.1)!important}.bs-light-scheme .section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bs-light-scheme .section-heading.multi-tab.sh-t4 .h-text,.bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link .h-text,.bs-light-scheme .section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text{border-color:rgba(255,255,255,.15)}.bs-light-scheme .section-heading.sh-t5:before{background:rgba(255,255,255,.1)}.bs-light-scheme .section-heading.sh-t6.sh-s9:before{background:rgba(255,255,255,.1)!important}.bs-light-scheme .section-heading.sh-t6.sh-s13.section-heading.sh-t6.sh-s13 .h-text{color:#000!important}.bs-light-scheme .section-heading.sh-t7.sh-s1 .h-text{color:#fff!important}.bs-light-scheme .section-heading.sh-t7:before{background:rgba(255,255,255,.1)!important}.bs-light-scheme .listing-item-user .user-display-name{color:#fff}.bs-light-scheme.bs-about .about-icons-list .about-icon-item a{color:#fff;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.bs-light-scheme.bs-popular-categories .bs-popular-term-item{border-bottom-color:rgba(226,226,226,.15)}.bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count{background:rgba(255,255,255,.08)}.bs-light-scheme.bs-subscribe-newsletter .powered-by{color:#fff}@media print{body{background:#fff none!important;color:#000}.back-top,.bs-irp,.bs-pinning-wrapper,.comment-list .comment-footer,.comment-respond,.footer-instagram,.main-menu-wrapper,.more-stories,.next-prev-post,.post-related,.post-tp-4-header .move-to-content,.post-tp-6-header.wfi,.post-tp-8-header,.sidebar-column.sidebar-column-primary,.sidebar-column.sidebar-column-secoundary,.single-container>.post-author .author-links ul,.single-post-share,.single-post-share .share-handler-wrap,.site-footer .footer-social-icons,.site-footer .footer-widgets,body.single .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end,body.single .bf-breadcrumb .bf-breadcrumb-item:last-child{display:none!important}.single-post-share .post-share-btn.post-share-btn-comments,.single-post-share .post-share-btn.post-share-btn-views{float:none}a[href]:after{content:none!important}.term-badges a{max-width:inherit}.bs-sks{display:none}body.active-top-line{border-top:none}.comment-list .comment-meta .comment-published{float:none;margin:0 15px}.post-template-6.wfi .post-header-inner,.post-template-7.wfi .post-header-inner,.post-tp-11-header.wfi .post-header-inner,.post-tp-2-header.wfi .post-header-inner,.post-tp-3-header.wfi .post-header-inner,.post-tp-4-header.wfi .post-header-inner,.post-tp-5-header.wfi .post-header-inner,.post-tp-7-header.wfi .post-header-inner{height:auto;padding:0}.post-template-6.wfi .post-header-inner,.post-tp-11-header.wfi .post-header-title,.post-tp-2-header.wfi .post-header-title,.post-tp-3-header.wfi .post-header-title,.post-tp-4-header .term-badges.floated,.post-tp-4-header.wfi .post-header-title,.post-tp-5-header .term-badges.floated,.post-tp-5-header.wfi .post-header-title,.post-tp-7-header.wfi .post-header-title{position:relative!important;top:inherit!important;left:inherit!important;right:inherit!important;bottom:inherit!important;margin-top:20px!important;opacity:1!important;transform:none!important}.post-template-6.wfi .post-header-inner,.post-template-7.wfi .post-header-inner,.post-tp-4-header .term-badges.floated{margin-bottom:15px}.post-tp-7-header.wfi .post-header-title{padding:0}}.bs-wrap-gdpr-law{display:block;color:#212121;font-size:14px}.bs-gdpr-law{padding:8px 15px;color:inherit;font-size:inherit;display:block;text-align:center;transition:all .3s;-webkit-transition:all .3s;background:#f5f5f5}.bs-gdpr-law p{font-size:inherit;color:inherit;margin:0;display:inline-block}.bs-gdpr-law .bs-gdpr-accept,.bs-gdpr-law .bs-gdpr-more{display:inline-block;padding:0;line-height:1;font-size:inherit;color:inherit;margin-left:10px;transition:opacity .3s;-webkit-transition:opacity .3s}.bs-gdpr-law .bs-gdpr-accept{background:#212121;color:#fff;padding:6px 15px}.bs-gdpr-law .bs-gdpr-accept:hover,.bs-gdpr-law .bs-gdpr-more:hover{opacity:.8}.bs-gdpr-law,.bs-wrap-gdpr-law .bs-gdpr-show{position:fixed;z-index:19999;left:0;bottom:0;right:0;width:100%}.bs-wrap-gdpr-law .bs-gdpr-show{display:inline-block;width:auto;right:100px;left:auto;padding:6px 15px;font-size:inherit;color:inherit;background:#f5f5f5;line-height:1;transition:all .3s;-webkit-transition:all .3s;transition-delay:.2s;-webkit-transition-delay:.2s}.bs-wrap-gdpr-law-close{z-index:0}.bs-wrap-gdpr-law .bs-gdpr-show,.bs-wrap-gdpr-law-close .bs-gdpr-law{transform:translateY(100%);-webkit-transform:translateY(100%)}.bs-wrap-gdpr-law-close .bs-gdpr-show{transform:translateY(0);-webkit-transform:translateY(0)}@media screen and (max-width:768px){.bs-wrap-gdpr-law .bs-gdpr-show{display:none!important}}.sidebar-column-primary{z-index:1000}.bs-sks{position:absolute;left:0;right:0;top:0;z-index:99999;pointer-events:none}.bs-sks.bs-sks-type-1{bottom:0}.bs-sks.bs-sks-type-2{left:calc(((100vw - var(--publisher-site-width))/ 2) * -1);max-width:initial!important;display:inline-table;width:calc(100vw - 9px)!important;height:100%}.bs-sksin1,.bs-sksin3{display:inline-table;height:100%;width:100%}.bs-sks.bs-sks-s1 .bs-sksin2{--sks-top:calc(1px - 1px);--sks-top-gap:var(--wp-adminbar-height);position:sticky;top:calc(var(--sks-top) + var(--sks-top-gap));transition:top .2s ease}body.menu-pined .bs-sks.bs-sks-s1 .bs-sksin2{--sks-top-gap:calc(var(--publisher-menu-height) + var(--wp-adminbar-height))}.bs-sks .bs-sks-path{overflow:hidden}.bs-sks .bs-sks-path-boxed{max-width:var(--publisher-site-width);margin-left:auto;margin-right:auto}.bs-sks .bs-sksitem>*{pointer-events:all}.bs-sks .bs-sksiteml{float:left;transform:translateX(-100%)}.bs-sks.bs-sks-type-2 .bs-sksiteml{transform:translateX(calc(-100% + 5px))}.bs-sks .bs-sksitemr{float:right;transform:translateX(100%)}.bs-sks.bs-sks-type-2 .bs-sksitemr{transform:translateX(calc(100% + 5px))}.bs-sks.bs-sks-sticky .bs-sksin2{--sks-top:0;--sks-top-gap:0;position:sticky;top:calc(var(--sks-top) + var(--sks-top-gap));transition:top .2s ease}body.admin-bar .bs-sks.bs-sks-sticky .bs-sksin2,body.full-width .bs-sks.bs-sks-sticky.bs-sks-pafter-header .bs-sksin2{--sks-top:30px}body.full-width.admin-bar .bs-sks.bs-sks-sticky.bs-sks-pafter-header .bs-sksin2{--sks-top:60px}body.full-menu-pined .bs-sks.bs-sks-sticky .bs-sksin2{--sks-top-gap:30px}.listing.scolumns-1 .listing-item{width:100%;float:none}.listing.scolumns-2 .listing-item{width:50%;float:left}.listing.scolumns-2 .listing-item:nth-child(odd){padding-right:12px;clear:left}.listing.scolumns-2 .listing-item:nth-child(even){padding-left:12px}.listing.scolumns-3 .listing-item{width:33.3333%;float:left}.listing.scolumns-3 .listing-item:nth-child(3n-1){padding:0 6px}.listing.scolumns-3 .listing-item:nth-child(3n-2){padding-right:12px;clear:left}.listing.scolumns-3 .listing-item:nth-child(3n+3){padding-left:12px}.listing.scolumns-4 .listing-item{width:25%;float:left}.listing.scolumns-4 .listing-item:nth-child(4n-3){padding-left:0;padding-right:14px;clear:left}.listing.scolumns-4 .listing-item:nth-child(4n+2){padding-left:5px;padding-right:9px}.listing.scolumns-4 .listing-item:nth-child(4n+3){padding-left:9px;padding-right:5px}.listing.scolumns-4 .listing-item:nth-child(4n+4){padding-right:0;padding-left:14px;clear:none}.listing.scolumns-5 .listing-item{width:20%;float:left}.listing.scolumns-5 .listing-item:nth-child(5n+1){padding-left:0;padding-right:12px;clear:left}.listing.scolumns-5 .listing-item:nth-child(5n+2){padding-left:4px;padding-right:8px}.listing.scolumns-5 .listing-item:nth-child(5n+3){padding-left:6px;padding-right:6px}.listing.scolumns-5 .listing-item:nth-child(5n+4){padding-left:8px;padding-right:4px}.listing.scolumns-5 .listing-item:nth-child(5n+5){padding-left:12px;padding-right:0}@media only screen and (max-width:1000px){.listing.scolumns-5 .listing-item{width:25%;float:left}.listing.scolumns-5 .listing-item:nth-child(4n-3){padding-left:0;padding-right:14px;clear:left}.listing.scolumns-5 .listing-item:nth-child(4n+2){padding-left:5px;padding-right:9px;clear:none}.listing.scolumns-5 .listing-item:nth-child(4n+3){padding-left:9px;padding-right:5px}.listing.scolumns-5 .listing-item:nth-child(4n+4){padding-right:0;padding-left:14px;clear:none!important}}@media only screen and (max-width:900px){.listing.scolumns-4 .listing-item,.listing.scolumns-5 .listing-item{width:33.3333%;float:left}.listing.scolumns-4 .listing-item:nth-child(3n-1),.listing.scolumns-5 .listing-item:nth-child(3n-1){padding:0 6px;clear:none}.listing.scolumns-4 .listing-item:nth-child(3n-2),.listing.scolumns-5 .listing-item:nth-child(3n-2){padding-right:12px;padding-left:0;clear:left}.listing.scolumns-4 .listing-item:nth-child(3n+3),.listing.scolumns-5 .listing-item:nth-child(3n+3){padding-left:12px;padding-right:0;clear:none}}@media only screen and (max-width:600px){.listing.scolumns-3 .listing-item,.listing.scolumns-4 .listing-item,.listing.scolumns-5 .listing-item{width:50%;float:left}.listing.scolumns-3 .listing-item:nth-child(odd),.listing.scolumns-4 .listing-item:nth-child(odd),.listing.scolumns-5 .listing-item:nth-child(odd){padding-left:0;padding-right:12px;clear:left}.listing.scolumns-3 .listing-item:nth-child(even),.listing.scolumns-4 .listing-item:nth-child(even),.listing.scolumns-5 .listing-item:nth-child(even){padding-right:0;padding-left:12px;clear:none}}@media only screen and (max-width:320px){.listing.scolumns-2 .listing-item,.listing.scolumns-3 .listing-item,.listing.scolumns-4 .listing-item,.listing.scolumns-5 .listing-item{width:100%!important;padding-left:0!important;padding-right:0!important;clear:none!important}}.post-count-badge{pointer-events:none;display:inline-block}.post-count-badge.pcb-t1{width:25px;height:25px;border-radius:50%;line-height:25px;font-size:12px;text-align:center;font-weight:bolder;box-shadow:0 0 0 2px #fff}.post-count-badge.pcb-t1.pcb-s1{color:#fff;background:#2a2a2a}.post-count-badge.pcb-t1.pcb-s2{color:#000;background:rgba(0,0,0,.06);box-shadow:none}.post-count-badge.pcb-t2{line-height:1;font-size:90px;font-weight:700;color:rgba(0,0,0,.045);font-family:arial}.post-count-badge.pcb-t2.pcb-s2{font-size:42px}.listing-item-classic .post-subtitle{margin-bottom:7px}.listing-item-classic-1{margin-bottom:22px}.listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner,.listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner,.listing-item-classic-1 .listing-inner{padding-bottom:22px;border-bottom:1px solid #f1f1f1}.listing-item-classic-1.has-not-post-thumbnail .listing-inner{padding-bottom:28px}.listing-item-classic-1:last-child{margin-bottom:0}.listing-item-classic-1:last-child .listing-inner{padding-bottom:0;border-bottom:none}.listing-item-classic-1 .featured{position:relative;line-height:0;margin-bottom:17px}.listing-item-classic-1 .featured iframe{max-width:100%;height:auto;display:inline-block}.listing-item-classic-1 .featured .img-holder{width:100%;margin:0;float:none}.listing-item-classic-1 .featured .img-holder:before{padding-top:50%}.listing-item-classic-1 .title{margin:0 0 6px}.listing-item-classic-1 .title a{color:inherit}.listing-item-classic-1 .post-meta{margin:0 0 9px}.listing-item-classic.bsw-1 .title,.listing-item-classic.bsw-2 .title,.listing-item-classic.bsw-3 .title,.listing-item-classic.bsw-4 .title{line-height:1.3}.listing-item-classic.bsw-1 .title .post-title,.listing-item-classic.bsw-2 .title .post-title,.listing-item-classic.bsw-3 .title .post-title,.listing-item-classic.bsw-4 .title .post-title{font-size:88%}@media only screen and (max-width:400px){.listing-item-classic .title{line-height:1.3!important}.listing-item-classic .title .post-title{font-size:88%!important}}.listing.columns-1>.listing-item-classic-2:last-child,.listing.columns-3>.listing-item-classic-2:last-child{margin-bottom:25px}.listing-item-classic-2,.listing.columns-2>.listing-item-classic-2:last-child{margin-bottom:30px}.listing .listing-classic-2>.listing-item-classic-2:last-child,.listing-item-classic-2:last-child{margin-bottom:0}.listing-item-classic-2 .listing-inner{padding:0 20px 20px 20px;border:1px solid #e6e6e6}.listing-item-classic-2.has-not-post-thumbnail .listing-inner{padding-top:20px}.listing-item-classic-2 .featured{position:relative;line-height:0;margin:-1px -21px 17px}.listing-item-classic-2 .featured iframe{max-width:100%;height:auto;display:inline-block}.listing-item-classic-2 .featured .img-holder{width:100%;margin:0;float:none}.listing-item-classic-2 .featured .img-holder:before{padding-top:56%}.listing-item-classic-2 .title{margin:0 0 6px}.listing-item-classic-2 .title a{color:inherit}.listing-item-classic-2 .post-meta{margin:0 0 9px}.listing-classic-3.columns-2 .listing-item-classic-3:last-child,.listing-classic-3.columns-3 .listing-item-classic-3:last-child,.listing-item-classic-3{margin-bottom:25px}.listing-item-classic-3 .listing-inner{padding:0 25px 25px;border-bottom:1px solid #f1f1f1;border-bottom:1px solid rgba(0,0,0,.06);margin-left:4%;margin-right:4%;position:relative;z-index:1;margin-top:-15px}.listing-item-classic-3:last-child,.listing-item-classic-3:last-child .listing-inner{margin-bottom:0;border-bottom:none}.listing-classic-3.columns-2 .listing-item-classic-3:last-child .listing-inner,.listing-classic-3.columns-3 .listing-item-classic-3:last-child .listing-inner{border-bottom:1px solid #f1f1f1;border-bottom:1px solid rgba(0,0,0,.06)}.listing-item-classic-3 .featured{position:relative;line-height:0}.listing-item-classic-3 .featured iframe{max-width:100%;height:auto;display:inline-block}.listing-item-classic-3 .featured .img-holder{width:100%;margin:0;float:none}.listing-item-classic-3 .featured .img-holder:before{padding-top:55%}.listing-item-classic-3 .title{margin:40px 0 6px}.listing-item-classic-3 .featured .title{margin:0 4%;background:#fff;position:absolute;bottom:-2px;padding:26px 25px 25px;width:92%}.listing-item-classic-3 .title a{color:inherit}.listing-item-classic-3 .title h2{margin:0}.listing-item-classic-3 .post-meta{margin:0 0 9px}.listing-item-classic-3.has-not-post-thumbnail .listing-inner{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.listing-item-classic-3.has-not-post-thumbnail .title{margin-top:20px}.listing-item-classic-3.bsw-1 .featured .img-holder:before,.listing-item-classic-3.bsw-2 .featured .img-holder:before,.listing-item-classic-3.bsw-3 .featured .img-holder:before,.listing-item-classic-3.bsw-4 .featured .img-holder:before{padding-top:65%}.listing-item-classic-3.bsw-1 .featured .title,.listing-item-classic-3.bsw-2 .featured .title,.listing-item-classic-3.bsw-3 .featured .title{margin:15px 0 10px;padding:0;background:#fff;position:relative}.listing-item-classic-3.bsw-1 .listing-inner,.listing-item-classic-3.bsw-2 .listing-inner,.listing-item-classic-3.bsw-3 .listing-inner{padding:0 0 15px;margin:0}@media only screen and (max-width:380px){.listing-item-classic-3 .featured .img-holder:before{padding-top:65%!important}.listing-item-classic-3 .featured .title{margin:15px 0 10px!important;padding:0!important;background:#fff!important;position:relative!important;bottom:inherit!important}.listing-item-classic-3 .listing-inner{padding:0 0 15px!important;margin:0!important}}.listing-item-grid-1{margin-bottom:22px}.listing-item-grid-1 .featured{position:relative;line-height:0;margin-bottom:13px}.listing-item-grid-1 .featured iframe{max-width:100%;height:auto;display:inline-block}.listing-item-grid-1 .featured .img-holder{width:100%;margin:0;float:none;display:block}.listing-item-grid-1 .featured .img-holder:before{padding-top:58%}.listing-item-grid-1:hover .format-icon{right:50%;top:50%;margin-top:-16px;margin-right:-16px;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4)}.listing-item-grid-1 .title{margin:0 0 6px}.listing-item-grid-1 .title a{color:inherit;text-transform:inherit}.listing-item-grid-1 .post-meta{margin:0 0 7px}.listing-item-grid-1 .post-summary{padding-bottom:22px;border-bottom:1px solid #f1f1f1;border-bottom-color:rgba(0,0,0,.07)}.listing-item-grid-1 .post-subtitle{margin-bottom:6px}.listing-grid.columns-1 .listing-item-grid-1:last-child .post-summary{padding-bottom:0;border-bottom:none}.listing-item-grid.simple-grid .featured{margin-bottom:7px}.listing-item-grid.simple-grid .featured .img-holder:before{padding-top:66%}.listing-item-grid-2{margin-bottom:22px}.listing-item-grid-2 .featured{position:relative;line-height:0;margin-bottom:13px}.listing-item-grid-2 .featured iframe{max-width:100%;height:auto;display:inline-block}.listing-item-grid-2 .featured .img-holder{width:100%;margin:0;float:none;display:block}.listing-item-grid-2 .featured .img-holder:before{padding-top:58%}.listing-item-grid-2:hover .format-icon{right:50%;top:50%;margin-top:-16px;margin-right:-16px;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4)}.listing-item-grid-2 .title{margin:0 0 6px}.listing-item-grid-2 .title a{color:inherit;text-transform:inherit}.listing-item-grid-2 .post-meta{margin:0 0 15px}.listing-item-grid-2 .post-summary{padding-bottom:22px;border-bottom:1px solid #f1f1f1}.listing-item-grid-2 .post-subtitle{margin-bottom:6px}.listing-item-blog .format-icon{right:15px;top:15px;width:28px;height:28px;line-height:25px;font-size:13px}.listing-item-blog .format-icon.format-audio{padding-right:3px}.listing-item-blog .format-icon.format-video{padding-left:3px}.listing-item-blog .format-icon .fa{line-height:25px}.listing-item-blog .featured:hover .format-icon{right:50%;top:50%;margin-top:-16px;margin-right:-16px;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4)}.listing-item-blog-1,.listing-item-blog-5{margin-bottom:25px}.listing-item-blog-1:last-child,.listing-item-blog-5:last-child{margin-bottom:0}.listing-item-blog-1 .featured,.listing-item-blog-5 .featured{position:relative;float:left;margin-right:26px;line-height:0}.listing-item-blog-1 .featured .img-holder,.listing-item-blog-5 .featured .img-holder{width:210px;margin:0}.listing-item-blog-1 .featured .img-holder.img-holder:before,.listing-item-blog-5 .featured .img-holder.img-holder:before{padding-top:64%}.listing-item-blog-1>.item-inner>.title,.listing-item-blog-5>.item-inner>.title{margin:0 0 6px}.listing-item-blog-1>.item-inner>.title a,.listing-item-blog-5>.item-inner>.title a{color:inherit}.listing-item-blog-1 .post-summary,.listing-item-blog-5 .post-summary{margin-top:6px}.listing-item-blog-1.has-post-thumbnail .post-summary{padding-left:237px}.listing-item-blog-5.has-post-thumbnail .post-summary{padding-left:326px}.listing-item-blog-5 .post-summary p+.read-more{margin-top:0}.listing-item-blog-5 .featured .img-holder{width:300px;margin:0}.listing-item-blog.has-not-post-thumbnail:first-child{padding-top:0;border-top:none}.listing-item-blog+.listing-item-blog.has-not-post-thumbnail,.listing-item-blog.has-not-post-thumbnail+.listing-item-blog{padding-top:18px;border-top:1px solid #f1f3f5}.listing-item-blog>.item-inner>.post-subtitle{margin-bottom:5px}.listing-item-blog>.item-inner>.post-meta+.post-subtitle{margin-top:5px}.listing-item-blog-5.bsw-1 .img-holder,.listing-item-blog-5.bsw-2 .img-holder,.listing-item-blog-5.bsw-3 .img-holder,.listing-item-blog-5.bsw-4 .img-holder,.listing-item-blog-5.bsw-5 .img-holder{width:220px}.listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-5 .post-summary{padding-left:243px}.listing-item-blog-1.bsw-1 .featured,.listing-item-blog-1.bsw-2 .featured,.listing-item-blog-1.bsw-3 .featured,.listing-item-blog-1.bsw-4 .featured,.listing-item-blog-2.bsw-1 .featured,.listing-item-blog-2.bsw-2 .featured,.listing-item-blog-2.bsw-3 .featured,.listing-item-blog-2.bsw-4 .featured,.listing-item-blog-5.bsw-1 .featured,.listing-item-blog-5.bsw-2 .featured,.listing-item-blog-5.bsw-3 .featured,.listing-item-blog-5.bsw-4 .featured{float:none;text-align:center;margin:0 0 10px 0;display:inline-block}.listing-item-blog-5.bsw-1 .featured,.listing-item-blog-5.bsw-1 .img-holder,.listing-item-blog-5.bsw-2 .featured,.listing-item-blog-5.bsw-2 .img-holder,.listing-item-blog-5.bsw-3 .featured,.listing-item-blog-5.bsw-3 .img-holder,.listing-item-blog-5.bsw-4 .featured,.listing-item-blog-5.bsw-4 .img-holder{width:100%}.listing-item-blog-2.has-post-thumbnail.bsw-1 .post-summary,.listing-item-blog-2.has-post-thumbnail.bsw-2 .post-summary,.listing-item-blog-2.has-post-thumbnail.bsw-3 .post-summary,.listing-item-blog-2.has-post-thumbnail.bsw-4 .post-summary{padding-right:0}.listing-item-blog-1.has-post-thumbnail.bsw-1 .post-summary,.listing-item-blog-1.has-post-thumbnail.bsw-2 .post-summary,.listing-item-blog-1.has-post-thumbnail.bsw-3 .post-summary,.listing-item-blog-1.has-post-thumbnail.bsw-4 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary,.listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary{padding-left:0}@media only screen and (max-width:830px){.listing-item-blog-1.has-post-thumbnail .post-summary,.listing-item-blog-5.has-post-thumbnail .post-summary{padding-left:0!important}.listing-item-blog-1 .featured,.listing-item-blog-2 .featured,.listing-item-blog-5 .featured{float:none!important;text-align:center!important;margin:0 0 10px 0!important;display:inline-block!important}.listing-item-blog-5 .featured,.listing-item-blog-5 .img-holder{width:100%!important}}.listing-item-blog-2{margin-bottom:25px}.listing-item-blog-2:last-child{margin-bottom:0}.listing-item-blog-2 .featured{position:relative;float:right;margin-left:23px;line-height:0}.listing-item-blog-2 .featured .img-holder{width:210px;margin:0}.listing-item-blog-2 .featured .img-holder.img-holder:before{padding-top:64%}.listing-item-blog-2>.item-inner>.title{margin:0 0 6px}.listing-item-blog-2>.item-inner>.title a{color:inherit}.listing-item-blog-2 .post-summary{margin-top:6px}.listing-item-blog-2.has-post-thumbnail .post-summary{padding-right:233px}@media only screen and (max-width:420px){.listing-item-blog-2.has-post-thumbnail .post-summary{padding-right:0!important}.listing-item-blog-2 .featured{float:none;margin-right:0!important;margin-left:0!important}}.listing-item-blog-3{margin-bottom:25px}.listing-item-blog-3:last-child{margin-bottom:0}.listing-item-blog-3 .featured{position:relative;float:left;margin-right:23px;line-height:0}.listing-item-blog-3 .featured .img-holder{width:210px;margin:0}.listing-item-blog-3.has-post-thumbnail .post-summary{padding-left:233px}.listing-item-blog-3 .featured .img-holder.img-holder:before{padding-top:64%}.listing-item-blog-3>.item-inner>.title{margin:7px 0 3px}.listing-item-blog-3>.item-inner>.post-meta{margin-bottom:10px}.listing-item-blog-3>.item-inner>.title a{color:inherit}.listing-item-blog-3.bsw-1 .featured,.listing-item-blog-3.bsw-2 .featured,.listing-item-blog-3.bsw-3 .featured,.listing-item-blog-3.bsw-4 .featured{float:none;text-align:center;margin:0 0 10px 0}.listing-item-blog-3.bsw-1 .featured,.listing-item-blog-3.bsw-2 .featured,.listing-item-blog-3.bsw-3 .featured,.listing-item-blog-3.bsw-4 .featured{float:none;text-align:center;margin:0 0 10px 0;display:inline-block}.listing-item-blog-3.has-post-thumbnail.bsw-1 .post-summary,.listing-item-blog-3.has-post-thumbnail.bsw-2 .post-summary,.listing-item-blog-3.has-post-thumbnail.bsw-3 .post-summary,.listing-item-blog-3.has-post-thumbnail.bsw-4 .post-summary{padding-left:0}@media only screen and (max-width:420px){.listing-item-blog-3 .featured{float:none!important;text-align:center!important;margin:0 0 10px 0!important}.listing-item-blog-3 .featured{float:none!important;text-align:center!important;margin:0 0 10px 0!important;display:inline-block!important}.listing-item-blog-3.has-post-thumbnail .post-summary{padding-left:0!important}}.listing-blog-4 .listing-item-blog.has-post-thumbnail{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f1f1f1}.listing-blog-4 .listing-item-blog.has-post-thumbnail:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.listing-item-blog-5 .post-subtitle{margin-bottom:7px}.listing-item-tall .format-icon{right:15px;top:15px;width:28px;height:28px;line-height:25px;font-size:12px}.listing-item-tall .format-icon .fa{line-height:25px}.listing-item-tall:hover .format-icon{right:50%;top:50%;margin-top:-16px;margin-right:-16px;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4)}.listing-item-tall .post-subtitle{margin-bottom:5px}.listing-item-tall .featured+.post-subtitle{margin:8px 0 -8px}.listing-item-tall .post-meta+.post-subtitle{margin-top:8px}.listing-item-tall-1{margin-bottom:23px}.listing-item-tall-1:last-child{margin-bottom:0}.listing-item-tall-1 .featured{position:relative}.bs-ll-a .listing-item-tall-1 .featured .img-holder.b-loaded,.bs-ll-d .listing-item-tall-1 .featured .img-holder,.listing-item-tall-1 .featured .img-holder{width:100%;margin:0;background-position:top center}.bs-ll-a .listing-item-tall-1 .featured .img-holder{background-position:center center}.listing-item-tall-1 .featured .img-holder.img-holder:before{padding-top:134%}.listing-item-tall-1>.title{margin:15px 0 9px}.listing-item-tall-1>.title a{color:inherit}.listing-item-tall-1 .post-summary{margin-top:10px}.listing-item-tall-2{margin-bottom:23px}.bs-slider-item .listing-item-tall-2{margin-bottom:0!important}.listing-item-tall-2:last-child{margin-bottom:0}.listing-item-tall-2 .featured{position:relative}.bs-ll-a .listing-item-tall-2 .featured .img-holder.b-loaded,.bs-ll-d .listing-item-tall-2 .featured .img-holder,.listing-item-tall-2 .featured .img-holder{width:100%;margin:0;background-position:top center}.bs-ll-a .listing-item-tall-2 .featured .img-holder{background-position:center center}.listing-item-tall-2 .featured .img-holder.img-holder:before{padding-top:134%}.listing-item-tall-2 .term-badges.floated{left:0;right:0;text-align:center;pointer-events:none}.listing-item-tall-2 .term-badges.floated a{pointer-events:all}.listing-item-tall-2>.title{margin:15px 0 9px}.listing-item-tall-2>.title a{color:inherit}.listing-item-tall-2 .post-meta{text-align:center}.listing-item-tall-2 .post-summary{text-align:center;margin-top:10px}.listing-item-tall-2 .post-subtitle{text-align:center!important}.listing-item-tb-1{margin-bottom:22px;position:relative}.listing-item-tb-1:last-child,.listing-mix-3-1 .listing-tb-1>.listing-item-tb-1:last-child{margin-bottom:0}.listing-item-tb-1 .title{margin:0}.listing-item-tb-1 .title a{color:inherit}.listing-item-tb-1 .featured{margin-right:13px;float:left;position:relative;line-height:0}.listing-item-tb-1 .img-holder{width:86px;margin-right:0;float:none}.listing-item-tb-1 .img-holder:before{padding-top:74%}.listing-item-tb-1 .featured.featured-type-author-avatar .img-holder:before{padding-top:100%}.listing-item-tb-1 .post-subtitle{margin-top:4px}.listing-item-tb-1 .featured+.post-subtitle{margin:0}.bs-listing.bs-listing-listing-thumbnail-1 .bs-pagination{margin-top:15px}.listing-item-tb-1.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1{position:absolute;top:-10px;left:-10px;z-index:1}.listing-item-tb-1.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1{margin-bottom:5px}.listing-item-tb-2{margin-bottom:20px;position:relative}.listing-item-tb-2 .term-badges.floated{left:0}.listing-item-tb-2 .item-inner{position:relative}.listing-item-tb-2 .title{margin:0}.listing-item-tb-2 .title a{color:inherit}.listing-item-tb-2 .post-meta{margin-top:5px}.listing-item-tb-2 .post-summary{margin-top:5px}.listing-item-tb-2 .featured{margin-bottom:10px;line-height:0;position:relative}.listing-item-tb-2 .format-icon{right:15px;top:15px;width:28px;height:28px;line-height:24px;font-size:12px}.listing-item-tb-2 .format-icon .fa{line-height:24px}.listing-item-tb-2:hover .format-icon{right:50%;top:50%;margin-top:-16px;margin-right:-16px;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);transform:scale(1.5)}.listing-item-tb-2 .img-holder{width:100%;margin-right:0;float:none;display:block}.listing-item-tb-2 .img-holder:before{padding-top:70%}.listing-item-tb-2 .featured.featured-type-author-avatar .img-holder:before{padding-top:100%}.listing-item-tb-2 .post-subtitle{margin-bottom:5px}.listing-item-tb-2 .title+.post-subtitle{margin:5px 0 0}.listing-item-tb-2.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1{position:absolute;bottom:-14px;left:6px;z-index:1}.listing-item-tb-2.has-post-thumbnail.has-counter-badge .featured{margin-bottom:22px}.listing-item-tb-2.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1{margin-bottom:10px}.listing-item-tb-3{margin-bottom:20px;position:relative}.listing-item-tb-3:last-child{margin-bottom:0}.listing-tb-3>.listing-item-tb-3:last-child{margin-bottom:20px}.listing-item-tb-3 .title{margin:0}.listing-item-tb-3 .title a{color:inherit}.listing-item-tb-3 .featured{margin-left:15px;float:right;position:relative;line-height:0}.listing-item-tb-3 .img-holder{width:86px;margin-right:0;float:none}.listing-item-tb-3 .img-holder:before{padding-top:74%}.listing-item-tb-3 .featured.featured-type-author-avatar .img-holder:before{padding-top:100%}.listing-item-tb-3 .post-subtitle{margin-top:4px}.listing-item-tb-3 .featured+.post-subtitle{margin:0}.listing-item-tb-3.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1{position:absolute;top:-10px;right:-10px;z-index:1}.listing-item-tb-3.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1{margin-bottom:5px}.listing-item-text-1{position:relative;margin-bottom:15px}.listing-item-text-1:last-child{margin-bottom:0}.listing-item-text-1 .item-inner{padding-bottom:15px;border-bottom:1px dashed #eaeaea;border-bottom-color:rgba(0,0,0,.08)}.listing-item-text-1 .term-badges.floated{position:relative;left:auto;right:auto;top:auto;bottom:auto;text-align:center;margin-bottom:12px}.listing-item-text-1 .term-badges.floated .term-badge a{color:#fff!important;margin:0 2px}.listing-item-text-1 .title{margin:0}.listing-item-text-1.no-meta .title{margin-bottom:10px}.listing-item-text-1 .title a{color:inherit}.listing-item-text-1 .post-meta{padding-top:6px;text-align:center}.listing-item-text-1 .post-summary{padding-top:4px;text-align:center}.listing-text-1.listing.columns-1 .listing-item:last-child{margin-bottom:0}.listing-text-1.listing.columns-1 .listing-item:last-child .item-inner{border-bottom:none}.listing-item-text-1 .post-subtitle{text-align:center!important;margin:5px 0 0}.listing-item-text-1 .post-subtitle+.post-meta{padding-top:5px}.listing-item-text-1 .post-subtitle+.title{margin-top:6px}.listing-item-text-1 .post-subtitle:first-child{margin-top:0}.listing-item-text-1 .post-count-badge.pcb-t2.pcb-s1{position:absolute;top:0;left:0}.listing-item-text-2{position:relative;margin-bottom:15px}.listing-item-text-2:last-child{margin-bottom:0}.listing-item-text-2 .item-inner{border-left:3px solid rgba(0,0,0,.11);-webkit-transition:.7s cubic-bezier(.55,-.01,.19,.98) 0s;-moz-transition:.7s cubic-bezier(.55,-.01,.19,.98) 0s;-o-transition:.7s cubic-bezier(.55,-.01,.19,.98) 0s;transition:.3s cubic-bezier(.55,-.01,.19,.98) 0s;padding:6px 0 6px 14px}.listing-item-text-2 .term-badges.floated{position:relative;left:auto;right:auto;top:auto;bottom:auto;text-align:center;margin-bottom:10px}.listing-item-text-2 .term-badges.floated .term-badge a{background:#434343!important;color:#fff!important;margin:0}.listing-item-text-2 .title{margin:0}.listing-item-text-2 .title a{color:inherit}.listing-item-text-2 .post-meta,.listing-item-text-2 .post-meta .comments,.listing-item-text-2 .post-meta .post-author{font-size:11px}.listing-text-2.listing.columns-1 .listing-item:last-child{margin-bottom:0}.listing-text-2.listing.columns-1 .listing-item:last-child .item-inner{border-bottom:none}.listing-item-text-2 .post-subtitle{margin-top:4px}.listing-item-text-2 .post-subtitle:first-child{margin-top:0}.listing-item-text-2 .post-subtitle+.title{margin-top:4px}.listing-item-text-2 .post-summary{padding-top:6px}.listing-item-text-2 .post-count-badge.pcb-t2.pcb-s2{position:absolute;bottom:0;right:0}.listing-item-text-3{margin-bottom:13px}.listing-item-text-3 .item-inner{padding-bottom:13px!important;border-bottom:1px solid #f0f0f0;border-bottom-color:rgba(0,0,0,.06);position:relative}.listing-item-text-3:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.listing-item-text-3 .title{margin:0}.listing-item-text-3 .title a{color:inherit}.listing-item-text-3 .post-meta{margin-top:2px}.listing-item-text-3 .post-summary{margin-top:4px}.content-column>.listing-text-3 .listing-item-text-3{margin-bottom:17px;padding-bottom:17px!important}.listing-item-text-3 .post-subtitle{margin-top:4px}.listing-item-text-3 .post-subtitle:first-child{margin-top:0}.listing-item-text-3 .post-subtitle+.title{margin-top:4px}.listing-item-text-3.has-counter-badge .item-inner{padding-left:43px}.listing-item-text-3.has-counter-badge .post-count-badge.pcb-t1.pcb-s2{position:absolute;top:3px;left:0;width:30px;height:30px;line-height:30px;font-size:13px}.listing-item-text-4{margin-bottom:13px}.listing-item-text-4 .item-inner{padding-bottom:13px!important;border-bottom:1px solid #f0f0f0;border-bottom-color:rgba(0,0,0,.06);position:relative}.listing-item-text-4:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.listing-text-4.columns-1 .listing-item-text-4:last-child{margin-bottom:0}.listing-text-4.columns-1 .listing-item-text-4:last-child .item-inner{border-bottom:none;padding-bottom:0}.listing-item-text-4 .title{margin:0}.listing-item-text-4 .title a{color:inherit}.listing-item-text-4 .post-meta{margin-top:2px}.listing-item-text-4 .post-summary{margin-top:4px}.listing-item-text-4 .term-badges.text-badges{margin-bottom:6px}.content-column>.listing-text-4 .listing-item-text-4{margin-bottom:17px;padding-bottom:17px!important}.listing-item-text-4 .post-subtitle{margin-top:4px}.listing-item-text-4 .post-subtitle:first-child{margin-top:0}.listing-item-text-4 .post-subtitle+.title{margin-top:4px}.listing-item-text-4.has-counter-badge .item-inner{padding-left:43px}.listing-item-text-4.has-counter-badge .post-count-badge.pcb-t1.pcb-s2{position:absolute;top:5px;left:0;width:30px;height:30px;line-height:30px;font-size:13px}.bs-listing p:empty{display:none}.listing-mix-1-1 .listing-item-grid-1{margin-bottom:0}.listing-mix-1-1 .listing-item-grid-1 .post-summary{padding-bottom:0;border-bottom:none}.listing-mix-1-1 .listing-item-tb-1{margin-bottom:27px}.listing-mix-1-1 .listing-item-tb-1:last-child{margin-bottom:0}.listing-mix-1-1 .column-1{width:50%;float:left;padding-right:18px}.listing-mix-1-1 .column-2{width:50%;float:left;padding-left:18px}.listing.listing-mix-1-1.l-1-col .column-1,.listing.listing-mix-1-1.l-1-col .column-2{width:100%;padding:0;float:none}.listing.listing-mix-1-1.l-1-col .column-1{margin-bottom:24px}@media only screen and (max-width:450px){.listing.listing-mix-1-1 .column-1,.listing.listing-mix-1-1 .column-2{width:100%;padding:0;float:none}.listing.listing-mix-1-1 .column-1{margin-bottom:24px}}.listing.listing-mix-1-2 .listing-item-grid-1{margin-bottom:30px}.listing.listing-mix-1-2 .listing-item-grid-1 .post-summary{padding-bottom:0;border-bottom:none}.listing.listing-mix-1-2 .listing-item-tb-1{margin-bottom:7px}.listing.listing-mix-1-2 .column-1{width:50%;float:left;padding-right:18px}.listing.listing-mix-1-2 .column-2{width:50%;float:left;padding-left:18px}.bs-listing-listing-mix-1-2 .bs-pagination-wrapper .listing+.listing{margin-top:0}.listing.listing-mix-1-2.l-1-col .column-1,.listing.listing-mix-1-2.l-1-col .column-2{width:100%;padding:0;float:none}.listing.listing-mix-1-2.l-1-col .column-1{margin-bottom:20px}@media only screen and (max-width:450px){.listing.listing-mix-1-2 .column-1,.listing.listing-mix-1-2 .column-2{width:100%!important;padding:0!important;float:none!important}.listing.listing-mix-1-2 .column-1{margin-bottom:20px}}.listing.listing-mix-1-4 .listing-item-grid-1{margin-bottom:0}.listing.listing-mix-1-4 .listing-item-grid-1 .post-summary{padding-bottom:0;border-bottom:none}.listing.listing-mix-1-4 .column-1{width:70%;float:left;padding-right:18px}.listing.listing-mix-1-4 .column-2{width:30%;float:left;padding-left:18px}.listing.listing-mix-1-4.l-1-col .column-1,.listing.listing-mix-1-4.l-1-col .column-2{width:100%;padding:0;float:none}.listing.listing-mix-1-4.l-1-col .listing-item-grid-1{margin-bottom:20px}.listing.listing-mix-1-4.l-1-col .listing-item-tb-2{width:50%;float:left}.listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(odd){padding-right:13px;clear:left}.listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(even){padding-left:13px}@media only screen and (max-width:450px){.listing.listing-mix-1-4 .column-1,.listing.listing-mix-1-4 .column-2{width:100%!important;padding:0!important;float:none!important}.listing.listing-mix-1-4 .listing-item-grid-1{margin-bottom:20px}.listing.listing-mix-1-4 .listing-item-tb-2{width:50%;float:left}.listing.listing-mix-1-4 .listing-item-tb-2:nth-child(odd){padding-right:13px;clear:left}.listing.listing-mix-1-4 .listing-item-tb-2:nth-child(even){padding-left:13px}}.listing-mix-2-1 .listing-item-grid-1 .post-summary{padding-bottom:0;border-bottom:none}.bs-listing-listing-mix-2-1 .bs-pagination-wrapper .listing+.listing{margin-top:0}.listing-mix-2-1.l-1-col .listing.columns-2 .listing-item{width:100%;float:none;padding:0!important}@media only screen and (max-width:450px){.listing-mix-2-1 .listing.columns-2 .listing-item{width:100%;float:none;padding:0!important}}.listing-mix-2-2 .listing-item-grid-1 .post-summary{padding-bottom:0;border-bottom:none}.listing-mix-2-2.l-1-col .listing.columns-2 .listing-item{width:100%;float:none;padding:0!important}@media only screen and (max-width:450px){.listing-mix-2-2 .listing.columns-2 .listing-item{width:100%;float:none;padding:0!important}}.listing.listing-mix-3-1 .row-1+.row-2{margin-top:23px}.listing.listing-mix-3-1 .listing-item-grid-1{margin-bottom:0}.listing.listing-mix-3-2 .row-1:last-child{margin-bottom:20px}.listing.listing-mix-3-2 .row-1+.row-2{margin-top:23px}.listing.listing-mix-3-2 .listing-item-grid-1{margin-bottom:0}.listing.listing-mix-3-2 .listing-item-tb-2{margin-bottom:25px}.infinity>.listing-mix-3-2+.listing-mix-3-2,.more_btn>.listing-mix-3-2+.listing-mix-3-2{margin-top:0}.listing.listing-mix-3-3 .row-1+.row-2{margin-top:23px}.listing.listing-mix-3-3 .listing-item-grid-1{margin-bottom:0}.listing.listing-mix-3-3 .listing-item-text-2{margin-bottom:25px}.listing-mix-3-3.l-1-col .listing.columns-2 .listing-item{width:100%;float:none;padding:0!important}@media only screen and (max-width:450px){.listing-mix-3-3 .listing.columns-2 .listing-item{width:100%;float:none;padding:0!important}}.listing.listing-mix-3-4 .row-1+.row-2{margin-top:23px}.listing.listing-mix-3-4 .listing-item-tb-1:last-child,.listing.listing-mix-3-4 .listing-mg-3-item{margin-bottom:0}.listing.listing-mix-3-4 .listing-item-tb-1{margin-bottom:25px}.listing-mix-6 .listing-item-grid-1{margin-bottom:0}.listing-mix-6 .listing-item-grid-1 .post-summary{padding-bottom:0;border-bottom:none}.listing-mix-6 .listing-item-text:last-child{margin-bottom:0}.listing-mix-6 .column-1{width:50%;float:left;padding-right:18px}.listing-mix-6 .column-2{width:50%;float:left;padding-left:18px}.listing.listing-mix-6.l-1-col .column-1,.listing.listing-mix-6.l-1-col .column-2{width:100%;padding:0;float:none}.listing.listing-mix-6.l-1-col .column-1{margin-bottom:20px}@media only screen and (max-width:450px){.listing.listing-mix-6 .column-1,.listing.listing-mix-6 .column-2{width:100%;padding:0;float:none}.listing.listing-mix-6 .column-1{margin-bottom:20px}}.listing-mix-4-1 .listing-classic-3{margin-bottom:15px}.bs-pagination-wrapper .listing-mix-4-1+.listing-mix-4-1{margin-top:0}.listing.listing-mix-4-1.l-1-col .listing.columns-2 .listing-item{width:100%;padding:0;float:none}@media only screen and (max-width:500px){.listing.listing-mix-4-1 .listing.columns-2 .listing-item{width:100%;padding:0;float:none}}.listing-mix-4-2 .listing-classic-3{margin-bottom:15px}.bs-listing-listing-mix-4-2 .bs-pagination-wrapper .listing+.listing{margin-top:0}.listing.listing-mix-4-2.l-1-col .listing.columns-2 .listing-item{width:100%;padding:0;float:none}@media only screen and (max-width:500px){.listing.listing-mix-4-2 .listing.columns-2 .listing-item{width:100%;padding:0;float:none}}.listing-mix-4-3 .listing-classic-2{margin-bottom:25px}.bs-pagination-wrapper .listing-mix-4-3+.listing-mix-4-3{margin-top:0}.listing.listing-mix-4-3.l-1-col .listing.columns-2 .listing-item{width:100%;padding:0;float:none}@media only screen and (max-width:500px){.listing.listing-mix-4-3 .listing.columns-2 .listing-item{width:100%;padding:0;float:none}}.listing-mix-4-4 .listing-classic-2{margin-bottom:25px;margin-top:0!important}.bs-pagination-wrapper .listing-mix-4-4+.listing-mix-4-4{margin-top:0}.listing.listing-mix-4-4.l-1-col .listing.columns-2 .listing-item{width:100%;padding:0;float:none}@media only screen and (max-width:500px){.listing.listing-mix-4-4 .listing.columns-2 .listing-item{width:100%;padding:0;float:none}}.listing-mix-4-5 .listing-classic-2.columns-2 .listing-item-classic-2{margin-bottom:30px!important}.listing-mix-4-5 .listing-classic-2{margin-bottom:30px}.listing-mix-4-5 .listing-classic-2:last-child{margin-bottom:0}.bs-listing-listing-mix-4-5 .bs-pagination-wrapper .listing+.listing{margin-top:0}.listing.listing-mix-4-5.l-1-col .listing.columns-2 .listing-item{width:100%;padding:0;float:none}@media only screen and (max-width:500px){.listing.listing-mix-4-5 .listing.columns-2 .listing-item{width:100%;padding:0;float:none}}.listing-mix-4-6 .listing-classic-2.columns-2 .listing-item-classic-2{margin-bottom:30px!important}.listing-mix-4-6 .listing-classic-2{margin-bottom:30px}.listing-mix-4-6 .listing-classic-2.columns-2{margin-bottom:0}.bs-listing-listing-mix-4-6 .bs-pagination-wrapper .listing+.listing{margin-top:0}.listing.listing-mix-4-6.l-1-col .listing.columns-2 .listing-item{width:100%;padding:0;float:none}@media only screen and (max-width:500px){.listing.listing-mix-4-6 .listing.columns-2 .listing-item{width:100%;padding:0;float:none}}.listing-mix-4-7 .listing-classic-3{margin-bottom:0}.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing+.listing{margin-top:0}.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing-mix-4-7+.listing-mix-4-7.listing-mix-4-7{margin-top:20px}.listing-mix-4-8 .listing-classic-2{margin-bottom:25px}.listing-mg-item{position:relative;overflow:hidden}.listing-mg-item.has-not-post-thumbnail .img-cont{background-color:#e4e4e4}.listing-mg-1-item .item-content,.listing-mg-item .content-container,.listing-mg-item .term-badges.floated,.listing-modern-grid .bs-slider-item .item-content{transform:translate3d(0,0,0);-webkit-backface-visibility:hidden}.listing-mg-1-item .img-cont{-webkit-backface-visibility:hidden}.listing-mg-item .post-meta .views.views.views{color:#fff!important}.listing-mg-item.listing-mg-5-item .post-meta.post-meta .views.views.views{padding:0;background:0 0}.listing-mg-item .post-meta .views{background:rgba(0,0,0,.2);border-radius:3px;padding:1px 6px;vertical-align:middle}.listing-modern-grid.slider-overlay-simple .listing-mg-item .content-container{padding:22px 20px 20px;background:rgba(0,0,0,.42);left:0!important;right:0!important;bottom:0!important}.listing-modern-grid.slider-overlay-simple-gr .listing-mg-item .img-cont:after{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);top:auto;height:75%}.listing-modern-grid.slider-overlay-colored .listing-item-1 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-17 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-9 .img-cont:after{background:#dc4225;background:-moz-linear-gradient(45deg,#292484 0,#dc4225 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#292484),color-stop(100%,#dc4225));background:-webkit-linear-gradient(45deg,#292484 0,#dc4225 100%);background:-o-linear-gradient(45deg,#292484 0,#dc4225 100%);background:-ms-linear-gradient(45deg,#292484 0,#dc4225 100%);background:linear-gradient(45deg,#292484 0,#dc4225 100%)}.listing-modern-grid.slider-overlay-colored .listing-item-10 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-18 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-2 .img-cont:after{background:#26d0ce;background:-moz-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#1a2980),color-stop(100%,#26d0ce));background:-webkit-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);background:-o-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);background:-ms-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);background:linear-gradient(45deg,#1a2980 0,#26d0ce 100%)}.listing-modern-grid.slider-overlay-colored .listing-item-11 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-19 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-3 .img-cont:after{background:#1d976c;background:-moz-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#1d976c),color-stop(100%,#3cf93d));background:-webkit-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);background:-o-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);background:-ms-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);background:linear-gradient(45deg,#1d976c 0,#3cf93d 100%)}.listing-modern-grid.slider-overlay-colored .listing-item-12 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-20 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-4 .img-cont:after{background:#dc4225;background:-moz-linear-gradient(45deg,#e0be00 0,#dc4225 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#e0be00),color-stop(100%,#dc4225));background:-webkit-linear-gradient(45deg,#e0be00 0,#dc4225 100%);background:-o-linear-gradient(45deg,#e0be00 0,#dc4225 100%);background:-ms-linear-gradient(45deg,#e0be00 0,#dc4225 100%);background:linear-gradient(45deg,#e0be00 0,#dc4225 100%)}.listing-modern-grid.slider-overlay-colored .listing-item-13 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-21 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-5 .img-cont:after{background:#ff4f39;background:-moz-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#ff4f39),color-stop(100%,#dd0098));background:-webkit-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);background:-o-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);background:-ms-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);background:linear-gradient(45deg,#ff4f39 0,#dd0098 100%)}.listing-modern-grid.slider-overlay-colored .listing-item-14 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-22 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-6 .img-cont:after{background:#3895ff;background:-moz-linear-gradient(45deg,#3895ff 0,#2add28 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#3895ff),color-stop(100%,#2add28));background:-webkit-linear-gradient(45deg,#3895ff 0,#2add28 100%);background:-o-linear-gradient(45deg,#3895ff 0,#2add28 100%);background:-ms-linear-gradient(45deg,#3895ff 0,#2add28 100%);background:linear-gradient(45deg,#3895ff 0,#2add28 100%)}.listing-modern-grid.slider-overlay-colored .listing-item-15 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-23 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-7 .img-cont:after{background:#7741d5;background:-moz-linear-gradient(45deg,#7741d5 0,#c56200 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#7741d5),color-stop(100%,#c56200));background:-webkit-linear-gradient(45deg,#7741d5 0,#c56200 100%);background:-o-linear-gradient(45deg,#7741d5 0,#c56200 100%);background:-ms-linear-gradient(45deg,#7741d5 0,#c56200 100%);background:linear-gradient(45deg,#7741d5 0,#c56200 100%)}.listing-modern-grid.slider-overlay-colored .listing-item-16 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-24 .img-cont:after,.listing-modern-grid.slider-overlay-colored .listing-item-8 .img-cont:after{background:#06c67b;background:-moz-linear-gradient(45deg,#06c67b 0,#076fc5 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,#06c67b),color-stop(100%,#076fc5));background:-webkit-linear-gradient(45deg,#06c67b 0,#076fc5 100%);background:-o-linear-gradient(45deg,#06c67b 0,#076fc5 100%);background:-ms-linear-gradient(45deg,#06c67b 0,#076fc5 100%);background:linear-gradient(45deg,#06c67b 0,#076fc5 100%)}.listing-modern-grid.slider-overlay-colored .listing-mg-item .img-cont:after{opacity:.7}.listing-modern-grid.slider-overlay-colored .listing-mg-item:hover .img-cont:after{opacity:.53}.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item .img-cont:after{background-size:300% 300%;-webkit-animation:mg-gr-anim 5.5s ease-in infinite;-moz-animation:mg-gr-anim 5.5s ease-in infinite;-o-animation:mg-gr-anim 5.5s ease-in infinite;animation:mg-gr-anim 5.5s ease-in infinite;opacity:.5}.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item:hover .img-cont:after{opacity:.7}.listing-modern-grid.slider-overlay-colored-anim .listing-item-1 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-17 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-9 .img-cont:after{background:linear-gradient(135deg,#292484,#dc4225);background-size:500% 500%}.listing-modern-grid.slider-overlay-colored-anim .listing-item-10 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-18 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-2 .img-cont:after{background:linear-gradient(135deg,#1a2980,#26d0ce);background-size:500% 500%}.listing-modern-grid.slider-overlay-colored-anim .listing-item-11 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-19 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-3 .img-cont:after{background:linear-gradient(135deg,#1d976c,#3cf93d);background-size:500% 500%}.listing-modern-grid.slider-overlay-colored-anim .listing-item-12 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-20 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-4 .img-cont:after{background:linear-gradient(135deg,#e0be00,#dc4225);background-size:500% 500%}.listing-modern-grid.slider-overlay-colored-anim .listing-item-13 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-21 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-5 .img-cont:after{background:linear-gradient(135deg,#ff4f39,#dd0098);background-size:1000% 1000%}.listing-modern-grid.slider-overlay-colored-anim .listing-item-14 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-22 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-6 .img-cont:after{background:linear-gradient(135deg,#06c67b,#076fc5);background-size:1000% 1000%}.listing-modern-grid.slider-overlay-colored-anim .listing-item-15 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-23 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-7 .img-cont:after{background:linear-gradient(135deg,#7741d5,#c56200);background-size:1000% 1000%}.listing-modern-grid.slider-overlay-colored-anim .listing-item-16 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-24 .img-cont:after,.listing-modern-grid.slider-overlay-colored-anim .listing-item-8 .img-cont:after{background:linear-gradient(135deg,#3895ff,#2add28);background-size:1000% 1000%}@-webkit-keyframes mg-gr-anim{0%{background-position:0 0}50%{background-position:100% 100%}100%{background-position:0 0}}@-moz-keyframes mg-gr-anim{0%{background-position:0 0}50%{background-position:100% 100%}100%{background-position:0 0}}@-o-keyframes mg-gr-anim{0%{background-position:0 0}50%{background-position:100% 100%}100%{background-position:0 0}}@keyframes mg-gr-anim{0%{background-position:0 0}50%{background-position:100% 100%}100%{background-position:0 0}}.listing-mg-item.listing-mg-1-item.listing-mg-1-item:hover .title a,.listing-mg-item.listing-mg-2-item.listing-mg-2-item:hover .title a,.listing-mg-item.listing-mg-3-item.listing-mg-3-item:hover .title a,.listing-mg-item.listing-mg-4-item.listing-mg-4-item:hover .title a,.listing-mg-item.listing-mg-6-item.listing-mg-6-item:hover .title a{color:#fff!important}.listing-modern-grid-1.l-2 .listing-mg-item:hover .format-icon,.listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon,.listing-modern-grid-2.l-2 .listing-mg-item:hover .format-icon,.listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon,.listing-modern-grid-3.l-2 .listing-mg-item:hover .format-icon,.listing-modern-grid-3.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-3.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-3.l-5 .listing-mg-item:hover .format-icon,.listing-modern-grid-4.l-2 .listing-mg-item:hover .format-icon,.listing-modern-grid-4.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-4.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-4.l-5 .listing-mg-item:hover .format-icon,.listing-modern-grid-6.l-2 .listing-mg-item:hover .format-icon,.listing-modern-grid-6.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-6.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-6.l-5 .listing-mg-item:hover .format-icon{right:20px;top:20px;margin-top:0;margin-right:0;transform:none}.listing-mg-item:hover .format-icon{right:50%;top:50%;margin-top:-16px;margin-right:-16px;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4)}.listing-item-3.listing-mg-1-item:hover .format-icon,.listing-item-4.listing-mg-1-item:hover .format-icon{margin-top:-30px}.listing-item-2.listing-mg-2-item:hover .format-icon,.listing-item-3.listing-mg-2-item:hover .format-icon,.listing-item-4.listing-mg-2-item:hover .format-icon,.listing-item-5.listing-mg-2-item:hover .format-icon{margin-top:-25px}.listing-mg-3-item:hover .format-icon{top:27px;margin-top:0}.infinity>.listing-modern-grid-3+.listing-modern-grid-3,.more_btn>.listing-modern-grid-3+.listing-modern-grid-3{margin-top:0}body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont{background-size:inherit!important;transition:none;transition:all .35s}body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-error,body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-loaded,body.bs-ll-d .listing-mg-type-1 .img-cont.img-cont{background-size:cover!important;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-animation:none;animation:none}.listing-mg-item .post-subtitle{-webkit-text-shadow:1px 1px 3px rgba(0,0,0,.2);-moz-text-shadow:1px 1px 3px rgba(0,0,0,.2);text-shadow:1px 1px 3px rgba(0,0,0,.2)}.listing-mg-item .post-subtitle,.listing-mg-item .post-subtitle a{color:#fff!important}.listing-mg-item .post-subtitle{margin-top:10px}.listing-mg-item .post-subtitle+.post-meta{margin-top:5px}.listing-mg-item .post-subtitle:first-child{margin:0 0 7px}@media only screen and (max-width:480px){.listing-modern-grid-1 .listing-mg-item .format-icon,.listing-modern-grid-1 .listing-mg-item:hover .format-icon,.listing-modern-grid-2 .listing-mg-item .format-icon,.listing-modern-grid-2 .listing-mg-item:hover .format-icon,.listing-modern-grid-3 .listing-mg-item .format-icon,.listing-modern-grid-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-4 .listing-mg-item .format-icon,.listing-modern-grid-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-6 .listing-mg-item .format-icon,.listing-modern-grid-6 .listing-mg-item:hover .format-icon{right:20px;top:20px;margin-top:0;margin-right:0;transform:none}}.listing-mg-type-1:before{display:block;content:" ";width:100%;padding-top:68.17%}.listing-mg-type-1 .item-content,.listing-modern-grid .bs-slider-item .listing-mg-type-1 .item-content{position:absolute!important;top:0;left:0;right:0;bottom:0;overflow:hidden}.listing-mg-type-1 .img-cont{background-repeat:no-repeat!important;background-position:center center!important;position:absolute;top:-1px;left:-2px;right:-2px;bottom:-1px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:optimizeQuality;-moz-transform-origin:0 0}.listing-mg-type-1 .img-cont.b-error,.listing-mg-type-1 .img-cont.b-loaded,body.bs-ll-d .listing-mg-type-1 .img-cont{background-size:cover!important}.listing-mg-type-1 .img-cont:after{-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;content:'';position:absolute;top:0;left:0;right:0;bottom:0}.listing-mg-type-1:hover .img-cont{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1)}.listing-mg-type-1 .content-container{position:absolute;bottom:15px;left:20px;right:20px;padding:0;max-height:75%;overflow:hidden;pointer-events:none}.listing-mg-type-1 .content-container a{pointer-events:all}.listing-mg-type-1 .title{margin:0;-webkit-text-shadow:1px 1px 3px rgba(0,0,0,.2);-moz-text-shadow:1px 1px 3px rgba(0,0,0,.2);text-shadow:1px 1px 3px rgba(0,0,0,.2);line-height:1.4}.listing-item.listing-mg-type-1 .title.title a.post-url.post-url,.listing-item.listing-mg-type-1 .title.title a.post-url.post-url:hover{color:inherit!important}.listing-mg-type-1 .post-meta{margin-top:3px}.listing-mg-type-1 .post-meta .post-author{color:#fff}.listing-mg-type-1 .post-meta .comments{color:#fff;float:right;margin-right:0;margin-left:15px}.listing-mg-type-1 .post-meta .rating+.comments{float:none;margin-left:0;vertical-align:middle}.listing-mg-type-1 .post-meta .post-author:after,.listing-mg-type-1 .post-meta .time{color:rgba(255,255,255,.57)}.listing-mg-1-item.listing-item-2 .title,.listing-mg-1-item.listing-item-3 .title,.listing-mg-1-item.listing-item-4 .title,.listing-mg-1-item.listing-item-5 .title{font-size:72%}.listing-mg-1-item.listing-item-2 .title{font-size:80%}.listing-modern-grid-1 .mg-col-1{width:56%;float:left;padding-right:1px;overflow:hidden}.listing-modern-grid-1 .mg-col-2{width:44%;float:left;padding-left:1px;overflow:hidden}.listing-modern-grid-1 .mg-row-1{margin:0 0 2px;overflow:hidden}.listing-mg-1-item.listing-item-2:before{padding-top:47.29%}.listing-modern-grid-1 .item-3-cont,.listing-modern-grid-1 .item-4-cont{width:50%;float:left;overflow:hidden}.listing-modern-grid-1 .item-3-cont{padding-right:1px}.listing-modern-grid-1 .item-4-cont{padding-left:1px}.listing-mg-1-item.listing-item-3:before,.listing-mg-1-item.listing-item-4:before{padding-top:78.54%}.listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-3:before,.listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-4:before{padding-top:78.43%}.listing-modern-grid-1.l-2 .listing-mg-1-item:before{padding-top:89%}.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-2:before{padding-top:63.74%}.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-3:before,.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-4:before{padding-top:98.58%}.listing-modern-grid-1.l-2 .listing-item-1 .title,.listing-modern-grid-1.l-3 .listing-item-1 .title,.listing-modern-grid-1.l-4 .listing-item-1 .title,.listing-modern-grid-1.l-5 .listing-item-1 .title{font-size:80%}.listing-modern-grid-1.l-2 .listing-item-2 .title{font-size:72%}.listing-modern-grid-1.l-2 .listing-item-3 .title,.listing-modern-grid-1.l-2 .listing-item-4 .title,.listing-modern-grid-1.l-3 .listing-item-3 .title,.listing-modern-grid-1.l-3 .listing-item-4 .title,.listing-modern-grid-1.l-4 .listing-item-3 .title,.listing-modern-grid-1.l-4 .listing-item-4 .title,.listing-modern-grid-1.l-5 .listing-item-3 .title,.listing-modern-grid-1.l-5 .listing-item-4 .title{font-size:62%}.listing-modern-grid-1.l-2 .listing-item-3 .term-badges,.listing-modern-grid-1.l-2 .listing-item-4 .term-badges,.listing-modern-grid-1.l-3 .listing-item-4 .term-badges,.listing-modern-grid-1.l-4 .listing-item-4 .term-badges,.listing-modern-grid-1.l-5 .listing-item-4 .term-badges{display:none}.listing-modern-grid-1.l-2 .listing-mg-item .content-container,.listing-modern-grid-1.l-3 .listing-mg-item .content-container,.listing-modern-grid-1.l-4 .listing-mg-item .content-container,.listing-modern-grid-1.l-5 .listing-mg-item .content-container{left:15px;right:15px;bottom:10px;max-height:50%}.listing-modern-grid-1.l-3 .listing-mg-item .format-icon,.listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-1.l-4 .listing-mg-item .format-icon,.listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-1.l-5 .listing-mg-item .format-icon,.listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon{right:12px;top:12px}.listing-modern-grid-1.l-3 .mg-col-1,.listing-modern-grid-1.l-5 .mg-col-1{width:100%;padding:0}.listing-modern-grid-1.l-3 .mg-col-2,.listing-modern-grid-1.l-5 .mg-col-2{width:100%;padding:2px 0 0 0}.listing-modern-grid-1.l-3 .mg-row-1,.listing-modern-grid-1.l-5 .mg-row-1{width:100%;padding:0;float:none}.listing-modern-grid-1.l-3 .mg-row-2,.listing-modern-grid-1.l-5 .mg-row-2{width:100%;padding:0;float:none}.listing-modern-grid-1.l-3 .listing-item-1:before,.listing-modern-grid-1.l-3 .listing-mg-1-item.listing-item-2:before,.listing-modern-grid-1.l-4 .listing-item-1:before,.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before,.listing-modern-grid-1.l-5 .listing-item-1:before,.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before{padding-top:46%}.listing-modern-grid-1.l-3 .listing-item-2 .title,.listing-modern-grid-1.l-4 .listing-item-2 .title,.listing-modern-grid-1.l-5 .listing-item-2 .title{font-size:72%}.listing-modern-grid-1.l-3 .listing-item-2 .post-meta,.listing-modern-grid-1.l-3 .listing-item-3 .term-badges.floated,.listing-modern-grid-1.l-3 .listing-item-4 .term-badges.floated{display:none}.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-1:before{padding-top:50%}.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2 .term-badges.floated{display:none}.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before{padding-top:38%}.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1:before{padding-top:57%}.listing-modern-grid-1.l-5 .listing-item-2 .post-meta,.listing-modern-grid-1.l-5 .listing-item-3 .term-badges.floated,.listing-modern-grid-1.l-5 .listing-item-4 .term-badges.floated,.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1 .post-meta,.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2 .term-badges.floated{display:none}.listing-modern-grid-1.l-5 .listing-item-2 .title{font-size:64%}.listing-modern-grid-1.l-5 .listing-mg-item .content-container{left:12px;right:12px;bottom:12px}.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container{max-height:40%}.slider-overlay-simple.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container{max-height:60%;padding:12px 12px 10px}.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-3:before,.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-4:before{padding-top:88%}.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before{padding-top:50.5%}@media only screen and (max-width:980px){.listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before,.listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before{padding-top:78.43%}}@media only screen and (max-width:780px){.listing-modern-grid-1 .listing-mg-1-item:before{padding-top:89%}.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before{padding-top:63.74%}.listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before,.listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before{padding-top:98.58%}.listing-modern-grid-1 .listing-item-1 .title{font-size:80%}.listing-modern-grid-1 .listing-item-2 .title{font-size:72%}.listing-modern-grid-1 .listing-item-3 .title,.listing-modern-grid-1 .listing-item-4 .title{font-size:62%}.listing-modern-grid-1 .listing-item-3 .term-badges,.listing-modern-grid-1 .listing-item-4 .term-badges{display:none}.listing-modern-grid-1 .listing-mg-item .content-container{left:15px;right:15px;bottom:10px;max-height:50%}}@media only screen and (max-width:620px){.listing-modern-grid-1 .listing-mg-item .format-icon,.listing-modern-grid-1 .listing-mg-item:hover .format-icon{right:12px;top:12px}.listing-modern-grid-1 .mg-col-1{width:100%;padding:0}.listing-modern-grid-1 .mg-col-2{width:100%;padding:2px 0 0 0}.listing-modern-grid-1 .mg-row-1{width:100%;padding:0;float:none}.listing-modern-grid-1 .mg-row-2{width:100%;padding:0;float:none}.listing-modern-grid-1 .listing-item-1:before,.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before{padding-top:46%}.listing-modern-grid-1 .listing-item-2 .title{font-size:72%}.listing-modern-grid-1 .listing-item-2 .post-meta,.listing-modern-grid-1 .listing-item-3 .term-badges.floated,.listing-modern-grid-1 .listing-item-4 .term-badges.floated{display:none}}@media only screen and (max-width:560px){.listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before{padding-top:50%}.listing-modern-grid-1 .listing-mg-1-item.listing-item-2 .term-badges.floated{display:none}.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before{padding-top:38%}}@media only screen and (max-width:480px){.listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before{padding-top:50.5%}.listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before{padding-top:57%}.listing-modern-grid-1 .listing-mg-1-item.listing-item-1 .post-meta{display:none}.listing-modern-grid-1 .listing-item-2 .title{font-size:64%}.listing-modern-grid-1 .listing-mg-item .content-container{left:12px;right:12px;bottom:12px}.listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container{max-height:40%}.slider-overlay-simple.listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container{max-height:60%;padding:12px 12px 10px}.listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before,.listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before{padding-top:88%}}.listing-mg-2-item.listing-item-2 .title,.listing-mg-2-item.listing-item-3 .title,.listing-mg-2-item.listing-item-4 .title,.listing-mg-2-item.listing-item-5 .title{font-size:72%}.listing-mg-2-item:before{padding-top:77.8%}.listing-mg-2-item.listing-item-1:before{padding-top:69.05%}.listing-modern-grid-2 .mg-col-1{width:53%;float:left;padding-right:1px}.listing-modern-grid-2 .mg-col-2{width:47%;float:left;padding-left:1px}.listing-modern-grid-2 .item-2-cont,.listing-modern-grid-2 .item-3-cont,.listing-modern-grid-2 .item-4-cont,.listing-modern-grid-2 .item-5-cont{width:50%;float:left}.listing-modern-grid-2 .item-2-cont,.listing-modern-grid-2 .item-4-cont{padding-right:1px}.listing-modern-grid-2 .item-3-cont,.listing-modern-grid-2 .item-5-cont{padding-left:1px}.listing-modern-grid-2 .mg-row-1{margin-bottom:2px}.listing-modern-grid-2.l-1 .listing-mg-item .content-container,.listing-modern-grid-2.l-2 .listing-mg-item .content-container,.listing-modern-grid-2.l-3 .listing-mg-item .content-container,.listing-modern-grid-2.l-4 .listing-mg-item .content-container,.listing-modern-grid-2.l-5 .listing-mg-item .content-container{left:15px;right:15px;bottom:12px;max-height:50%}.listing-modern-grid-2.l-2 .mg-col-1,.listing-modern-grid-2.l-2 .mg-col-2,.listing-modern-grid-2.l-3 .mg-col-1,.listing-modern-grid-2.l-3 .mg-col-2,.listing-modern-grid-2.l-4 .mg-col-1,.listing-modern-grid-2.l-4 .mg-col-2,.listing-modern-grid-2.l-5 .mg-col-1,.listing-modern-grid-2.l-5 .mg-col-2{width:50%}.listing-modern-grid-2.l-2 .listing-mg-item:before,.listing-modern-grid-2.l-3 .listing-mg-item:before,.listing-modern-grid-2.l-4 .listing-mg-item:before,.listing-modern-grid-2.l-5 .listing-mg-item:before{padding-top:92.97%}.listing-modern-grid-2.l-2 .listing-item-1:before,.listing-modern-grid-2.l-3 .listing-item-1:before,.listing-modern-grid-2.l-4 .listing-item-1:before,.listing-modern-grid-2.l-5 .listing-item-1:before{padding-top:93%}.listing-modern-grid-2.l-2 .listing-mg-item .title,.listing-modern-grid-2.l-3 .listing-mg-item .title,.listing-modern-grid-2.l-4 .listing-mg-item .title,.listing-modern-grid-2.l-5 .listing-mg-item .title{font-size:64%}.listing-modern-grid-2.l-2 .listing-item-1 .title,.listing-modern-grid-2.l-3 .listing-item-1 .title,.listing-modern-grid-2.l-4 .listing-item-1 .title,.listing-modern-grid-2.l-5 .listing-item-1 .title{font-size:86%}.listing-modern-grid-2.l-2 .listing-item-2 .term-badges,.listing-modern-grid-2.l-2 .listing-item-3 .term-badges,.listing-modern-grid-2.l-2 .listing-item-4 .term-badges,.listing-modern-grid-2.l-2 .listing-item-5 .term-badges,.listing-modern-grid-2.l-3 .listing-item-2 .term-badges,.listing-modern-grid-2.l-3 .listing-item-3 .term-badges,.listing-modern-grid-2.l-3 .listing-item-4 .term-badges,.listing-modern-grid-2.l-3 .listing-item-5 .term-badges,.listing-modern-grid-2.l-4 .listing-item-2 .term-badges,.listing-modern-grid-2.l-4 .listing-item-3 .term-badges,.listing-modern-grid-2.l-4 .listing-item-4 .term-badges,.listing-modern-grid-2.l-4 .listing-item-5 .term-badges,.listing-modern-grid-2.l-5 .listing-item-2 .term-badges,.listing-modern-grid-2.l-5 .listing-item-3 .term-badges,.listing-modern-grid-2.l-5 .listing-item-4 .term-badges,.listing-modern-grid-2.l-5 .listing-item-5 .term-badges{display:none}.listing-modern-grid-2.l-3 .listing-mg-item .post-meta,.listing-modern-grid-2.l-4 .listing-mg-item .post-meta,.listing-modern-grid-2.l-5 .listing-mg-item .post-meta{display:none!important}.listing-modern-grid-2.l-3 .listing-mg-item.listing-item-1 .post-meta,.listing-modern-grid-2.l-4 .listing-mg-item.listing-item-1 .post-meta,.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-1 .post-meta{display:block}.listing-modern-grid-2.l-3 .listing-mg-item .format-icon,.listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-2.l-4 .listing-mg-item .format-icon,.listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-2.l-5 .listing-mg-item .format-icon,.listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon{right:12px;top:12px}.listing-modern-grid-2.l-3 .listing-mg-item:before,.listing-modern-grid-2.l-4 .listing-mg-item:before,.listing-modern-grid-2.l-5 .listing-mg-item:before{padding-top:60%}.listing-modern-grid-2.l-3 .listing-item-1:before,.listing-modern-grid-2.l-4 .listing-item-1:before,.listing-modern-grid-2.l-5 .listing-item-1:before{padding-top:45%}.listing-modern-grid-2.l-3 .mg-col-1,.listing-modern-grid-2.l-4 .mg-col-1,.listing-modern-grid-2.l-5 .mg-col-1{width:100%;padding:0;margin-bottom:2px}.listing-modern-grid-2.l-3 .mg-col-2,.listing-modern-grid-2.l-4 .mg-col-2,.listing-modern-grid-2.l-5 .mg-col-2{width:100%;padding:0}.listing-modern-grid-2.l-4 .listing-mg-item .format-icon,.listing-modern-grid-2.l-5 .listing-mg-item .format-icon{display:none}.listing-modern-grid-2.l-4 .listing-mg-item-1 .format-icon,.listing-modern-grid-2.l-5 .listing-mg-item-1 .format-icon{display:block}.listing-modern-grid-2.l-4 .listing-mg-item:before,.listing-modern-grid-2.l-5 .listing-mg-item:before{padding-top:80%}.listing-modern-grid-2.l-4 .listing-item-1:before,.listing-modern-grid-2.l-5 .listing-item-1:before{padding-top:60%}.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-2 .content-container,.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-3 .content-container,.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-4 .content-container,.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-5 .content-container{max-height:64%;padding:12px}@media only screen and (max-width:900px){.listing-modern-grid-2 .listing-mg-item .content-container{left:15px;right:15px;bottom:12px;max-height:50%}}@media only screen and (max-width:620px){.listing-modern-grid-2 .mg-col-1,.listing-modern-grid-2 .mg-col-2{width:50%}.listing-modern-grid-2 .listing-mg-item:before{padding-top:92.97%}.listing-modern-grid-2 .listing-item-1:before{padding-top:93%}.listing-modern-grid-2 .listing-mg-item .title{font-size:66%}.listing-modern-grid-2 .listing-item-1 .title{font-size:86%}.listing-modern-grid-2 .listing-item-2 .term-badges,.listing-modern-grid-2 .listing-item-3 .term-badges,.listing-modern-grid-2 .listing-item-4 .term-badges,.listing-modern-grid-2 .listing-item-5 .term-badges{display:none}}@media only screen and (max-width:620px){.listing-modern-grid-2 .listing-mg-item .post-meta{display:none}.listing-modern-grid-2 .listing-mg-item.listing-item-1 .post-meta{display:block}.listing-modern-grid-2 .listing-mg-item .format-icon,.listing-modern-grid-2 .listing-mg-item:hover .format-icon{right:12px;top:12px}.listing-modern-grid-2 .listing-mg-item:before{padding-top:60%}.listing-modern-grid-2 .listing-item-1:before{padding-top:45%}.listing-modern-grid-2 .mg-col-1{width:100%;padding:0;margin-bottom:2px}.listing-modern-grid-2 .mg-col-2{width:100%;padding:0}}@media only screen and (max-width:560px){.listing-modern-grid-2 .listing-mg-item:before{padding-top:80%}.listing-modern-grid-2 .listing-item-1:before{padding-top:60%}}@media only screen and (max-width:480px){.slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-2 .content-container,.slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-3 .content-container,.slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-4 .content-container,.slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-5 .content-container{max-height:64%;padding:12px}}.bs-shortcode.bs-modern-grid-listing-3{margin-bottom:10px}.listing-mg-3-item{position:relative;overflow:hidden;margin-bottom:20px}.listing-mg-3-item .item-content{position:relative;overflow:hidden}.listing-mg-3-item .item-content:before{display:block;content:" ";width:100%;padding-top:65%}.listing-mg-3-item .img-cont{background-repeat:no-repeat!important;background-position:center center!important;position:absolute;top:-1px;left:-2px;right:-2px;bottom:-1px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:optimizeQuality;-moz-transform-origin:0 0}.listing-mg-3-item .img-cont.b-error,.listing-mg-3-item .img-cont.b-loaded,body.bs-ll-d .listing-mg-3-item .img-cont{background-size:cover!important;animation:none}.listing-mg-3-item .img-cont:after{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;content:'';position:absolute;top:0;left:0;right:0;bottom:0}.listing-mg-3-item:hover .img-cont{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1)}.listing-mg-3-item .content-container{position:absolute!important;bottom:20px;left:20px;right:20px;padding:0;overflow:hidden;pointer-events:none}.listing-mg-3-item .content-container a{pointer-events:all}.listing-mg-3-item .title{margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.2);line-height:1.4;text-align:center!important}.listing-mg-3-item .title a{color:#fff}.listing-mg-3-item .post-meta{margin-top:12px;text-align:center!important;font-size:11px}.listing-mg-3-item .post-meta .comments,.listing-mg-3-item .post-meta .post-author{color:#fff;font-size:11px}.listing-mg-3-item .post-meta .comments{float:none;margin-left:0}.listing-mg-3-item .post-meta .post-author:after,.listing-mg-3-item .post-meta .time{color:rgba(255,255,255,.57)}.listing-mg-3-item .term-badges.floated{position:relative;right:auto;left:auto;top:auto;bottom:auto;text-align:center;margin-bottom:15px}.listing-mg-3-item .term-badges.floated .term-badge a{margin:0 2px}.listing-mg-3-item.bsw-1 .title,.listing-mg-3-item.bsw-2 .title{font-size:82%}.listing-mg-3-item.bsw-1 .post-meta,.listing-mg-3-item.bsw-2 .post-meta{display:none}.listing-mg-3-item.bsw-1 .item-content:before,.listing-mg-3-item.bsw-2 .item-content:before{padding-top:65%!important}.listing-mg-3-item.bsw-1 .format-icon,.listing-mg-3-item.bsw-2 .format-icon{display:none!important}.listing-mg-3-item.bsw-1 .title a,.listing-mg-3-item.bsw-2 .title a{display:inline-block}.listing-mg-3-item.bsw-100 .title,.listing-mg-3-item.bsw-150 .title,.listing-mg-3-item.bsw-200 .title,.listing-mg-3-item.bsw-250 .title,.listing-mg-3-item.bsw-300 .title{font-size:82%}.listing-mg-3-item.bsw-100 .post-meta,.listing-mg-3-item.bsw-150 .post-meta,.listing-mg-3-item.bsw-200 .post-meta,.listing-mg-3-item.bsw-250 .post-meta,.listing-mg-3-item.bsw-300 .post-meta{display:none}.listing-mg-3-item.bsw-400 .item-content:before{padding-top:88%!important}.listing-mg-3-item.bsw-100 .item-content:before,.listing-mg-3-item.bsw-150 .item-content:before,.listing-mg-3-item.bsw-200 .item-content:before,.listing-mg-3-item.bsw-250 .item-content:before,.listing-mg-3-item.bsw-300 .item-content:before{padding-top:68%!important}.listing-mg-3-item.bsw-100 .format-icon,.listing-mg-3-item.bsw-150 .format-icon,.listing-mg-3-item.bsw-200 .format-icon,.listing-mg-3-item.bsw-250 .format-icon{display:none!important}.listing-mg-3-item.bsw-100 .title a,.listing-mg-3-item.bsw-150 .title a,.listing-mg-3-item.bsw-200 .title a,.listing-mg-3-item.bsw-250 .title a,.listing-mg-3-item.bsw-300 .title a{display:inline-block}@media only screen and (max-width:480px){.listing-mg-3-item .title{font-size:82%}.listing-mg-3-item .post-meta{display:none}.listing-mg-3-item .item-content:before{padding-top:65%!important}.listing-mg-3-item .format-icon{display:none!important}.listing-mg-3-item .title a{display:inline-block}}.bs-shortcode.bs-modern-grid-listing-4{margin-bottom:10px}.listing-mg-4-item{position:relative;overflow:hidden;margin-bottom:6px}.listing-mg-4-item .item-content{position:relative;overflow:hidden}.listing-mg-4-item .item-content:before{display:block;content:" ";width:100%;padding-top:135%}.listing-mg-4-item .img-cont{background-repeat:no-repeat!important;background-position:center center!important;position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:optimizeQuality;-moz-transform-origin:0 0}.listing-mg-4-item .img-cont.b-error,.listing-mg-4-item .img-cont.b-loaded,body.bs-ll-d .listing-mg-4-item .img-cont{background-size:cover!important;animation:none}.listing-mg-4-item .img-cont:after{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;content:'';position:absolute;top:0;left:0;right:0;bottom:0}.listing-mg-4-item:hover .img-cont{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1)}.listing-mg-4-item .content-container{position:absolute;bottom:0;left:0;right:0;padding:0 20px 20px;overflow:hidden;pointer-events:none}.listing-mg-4-item .content-container a{pointer-events:all}.listing-mg-4-item .title{margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.2);line-height:1.4;text-align:center!important}.listing-mg-4-item .title a{color:#fff}.listing-mg-4-item .post-subtitle{text-align:center!important}.listing-mg-4-item .post-meta{margin-top:12px;text-align:center!important;font-size:11px}.listing-mg-4-item .post-meta .comments,.listing-mg-4-item .post-meta .post-author{color:#fff}.listing-mg-4-item .post-meta .comments{float:none;margin-left:0}.listing-mg-4-item .post-meta .post-author:after,.listing-mg-4-item .post-meta .time{color:rgba(255,255,255,.57)}.listing-mg-4-item .term-badges.floated{position:absolute;right:auto;left:0;top:26px;bottom:auto;text-align:center;margin-bottom:0;width:100%;pointer-events:none}.listing-mg-4-item .term-badges.floated .term-badge a{margin:0 2px;pointer-events:all}.listing-modern-grid-4.listing.columns-2 .listing-item{width:50%}.listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(odd){padding-left:0;padding-right:4px;clear:left}.listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(even){padding-left:4px;padding-right:0;clear:none}.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-1){padding:0 2px}.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-2){padding-right:4px;clear:left}.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n+3){padding-left:4px}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n-3){padding-left:0;padding-right:3px;clear:left}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+2){padding-left:1px;padding-right:2px}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+3){padding-left:2px;padding-right:1px}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+4){padding-right:0;padding-left:3px}.listing-modern-grid-4.bsw-6 .listing-mg-4-item .item-content:before{padding-top:115%}.listing-mg-4-item.bsw-100 .post-meta,.listing-mg-4-item.bsw-150 .post-meta,.listing-mg-4-item.bsw-200 .post-meta,.listing-mg-4-item.bsw-250 .post-meta{display:none}.listing-mg-4-item.bsw-100 .item-content:before,.listing-mg-4-item.bsw-150 .item-content:before,.listing-mg-4-item.bsw-200 .item-content:before,.listing-mg-4-item.bsw-250 .item-content:before{padding-top:125%!important}.listing-mg-4-item.bsw-100 .format-icon,.listing-mg-4-item.bsw-150 .format-icon,.listing-mg-4-item.bsw-200 .format-icon,.listing-mg-4-item.bsw-250 .format-icon{display:none!important}.listing-mg-4-item.bsw-100 .title a,.listing-mg-4-item.bsw-150 .title a,.listing-mg-4-item.bsw-200 .title a,.listing-mg-4-item.bsw-250 .title a{font-size:82%;display:inline-block}@media only screen and (max-width:900px){.listing-modern-grid-4.listing.columns-4 .listing-item{width:33.3333%}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1){padding:0 2px;clear:none!important}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2){padding-left:0;padding-right:4px;clear:left!important}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3){padding-left:4px;padding-right:0;clear:none!important}}@media only screen and (max-width:680px){.listing-modern-grid-4.listing.columns-4 .listing-item{width:33.333%}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1){padding:0 2px;clear:none!important}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2){padding-right:4px;padding-left:0;clear:left!important}.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3){padding-left:4px;padding-right:0;clear:none!important}}@media only screen and (max-width:620px){.listing-modern-grid-4.listing.columns-3 .listing-item,.listing-modern-grid-4.listing.columns-4 .listing-item{width:50%}.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(odd),.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(odd){padding-left:0;padding-right:4px;clear:left!important}.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(even),.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(even){padding-left:4px;padding-right:0;clear:none!important}}@media only screen and (max-width:300px){.listing-modern-grid-4 .listing-mg-4-item .post-meta{display:none}}@media only screen and (max-width:380px){.listing-mg-4-item .item-content:before{padding-top:115%!important}.listing-mg-4-item .format-icon{display:none!important}.listing-mg-4-item .title a{font-size:82%;display:inline-block}}.listing-modern-grid-5 .mg-col{position:relative;float:left}.listing-modern-grid-5 .mg-col-1{width:55%;left:22.5%;padding:0 10px}.listing-modern-grid-5 .mg-col-2{width:22.5%;left:-55%;padding:0 20px 0 0}.listing-modern-grid-5 .mg-col-3{width:22.5%;padding:0 0 0 20px}.listing-modern-grid-5.l-2 .mg-col-1{width:100%;left:auto;margin:0 0 20px;padding:0}.listing-modern-grid-5.l-2 .mg-col-2,.listing-modern-grid-5.l-2 .mg-col-3{width:50%;left:auto;padding:0 40px}.listing-modern-grid-5.bsw-2 .mg-col-1,.listing-modern-grid-5.bsw-3 .mg-col-1,.listing-modern-grid-5.bsw-4 .mg-col-1,.listing-modern-grid-5.bsw-5 .mg-col-1,.listing-modern-grid-5.bsw-6 .mg-col-1{margin-bottom:10px}.listing-modern-grid-5.bsw-2 .mg-col-2,.listing-modern-grid-5.bsw-2 .mg-col-3,.listing-modern-grid-5.bsw-3 .mg-col-2,.listing-modern-grid-5.bsw-3 .mg-col-3,.listing-modern-grid-5.bsw-4 .mg-col-2,.listing-modern-grid-5.bsw-4 .mg-col-3,.listing-modern-grid-5.bsw-5 .mg-col-2,.listing-modern-grid-5.bsw-5 .mg-col-3,.listing-modern-grid-5.bsw-6 .mg-col-2,.listing-modern-grid-5.bsw-6 .mg-col-3{padding:0 20px}.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title{padding:0;line-height:1.3}.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title a,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title a,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title a,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title a,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title a{font-size:90%}.listing-modern-grid-5.bsw-1 .mg-col-3,.listing-modern-grid-5.bsw-2 .mg-col-3,.listing-modern-grid-5.bsw-3 .mg-col-3,.listing-modern-grid-5.bsw-4 .mg-col-3,.listing-modern-grid-5.bsw-5 .mg-col-3{padding:0 0 0 10px}.listing-modern-grid-5.bsw-1 .mg-col-2,.listing-modern-grid-5.bsw-2 .mg-col-2,.listing-modern-grid-5.bsw-3 .mg-col-2,.listing-modern-grid-5.bsw-4 .mg-col-2,.listing-modern-grid-5.bsw-5 .mg-col-2{padding:0 10px 0 0}.listing-modern-grid-5 .term-badges.floated{position:absolute;top:0;left:0;right:0;bottom:auto;pointer-events:none;z-index:1;line-height:0;text-align:center}.listing-modern-grid-5 .term-badges.floated a{pointer-events:all}.listing-mg-5-item .item-content{position:relative;overflow:hidden;z-index:1}.listing-mg-5-item .item-content:before{display:block;content:" ";width:100%;padding-top:70.29%}.listing-mg-5-item .img-cont{background-repeat:no-repeat!important;background-position:center center!important;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:optimizeQuality;-moz-transform-origin:0 0}.listing-mg-5-item .img-cont.b-error,.listing-mg-5-item .img-cont.b-loaded,body.bs-ll-d .listing-mg-5-item .img-cont{background-size:cover!important;animation:none}.listing-mg-5-item .title a{color:inherit}.listing-mg-5-item .title{line-height:1.4}.listing-mg-5-item .content-container{padding:0!important;background:0 0!important}.listing-mg-5-item-big .img-cont{top:-1px;left:-2px;right:-2px;bottom:-1px}.listing-mg-5-item-big .item-content:before{padding-top:66.29%}.listing-mg-5-item-big:hover .img-cont{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1) rotate(.02deg)}.listing-mg-5-item-big .content-container{position:relative;padding:20px!important;overflow:hidden;pointer-events:none;margin:-80px 35px 0;z-index:1;background:#fff!important;min-height:100px}.listing-mg-5-item-big .title{margin:0 0 6px}.listing-mg-5-item-big .post-subtitle{color:#2d2d2d!important;text-shadow:none}.listing-mg-5-item-big .post-meta{text-align:center}.listing-mg-5-item-big .post-meta .comments{float:none;margin-left:0}.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .content-container,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .content-container,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .content-container,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .content-container,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .content-container{padding:20px 15px!important;overflow:hidden;pointer-events:none;margin:-80px 18px 0}.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title,.listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title,.listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title{line-height:1}.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title a,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title a,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title a,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title a,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title a,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title a,.listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title a,.listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title a{font-size:71%}.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .item-content:before{padding-top:54%}.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before{padding-top:62%}.listing-mg-5-item-small .item-content:before{padding-top:68%}.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .format-icon,.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .term-badges.floated,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .format-icon,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .term-badges.floated,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .format-icon,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .term-badges.floated,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .format-icon,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .term-badges.floated,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .format-icon,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .term-badges.floated,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .format-icon,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .term-badges.floated{display:none}.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .item-content:before,.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .item-content:before,.listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .item-content:before,.listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .item-content:before,.listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .item-content:before,.listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .item-content:before{padding-top:70%}.listing-mg-5-item-small{margin-bottom:16px}.mg-col .listing-mg-5-item-small:last-child{margin-bottom:0}.listing-mg-5-item-small .title{padding:0 13px;margin:10px 0 0;min-height:38px}@media only screen and (max-width:780px){.listing-modern-grid-5 .mg-col-1{width:100%;left:auto;margin:0 0 20px;padding:0}.listing-modern-grid-5 .mg-col-2,.listing-modern-grid-5 .mg-col-3{width:50%;left:auto;padding:0 40px}.listing-modern-grid-5 .listing-mg-5-item-big .title{line-height:1}.listing-modern-grid-5 .listing-mg-5-item-big .title a{font-size:71%}.listing-modern-grid-5 .listing-mg-5-item-big .item-content:before{padding-top:54%}}@media only screen and (max-width:620px){.listing-modern-grid-5 .listing-mg-5-item-small .format-icon{display:none}.listing-modern-grid-5 .mg-col-1{margin-bottom:10px}.listing-modern-grid-5 .mg-col-2,.listing-modern-grid-5 .mg-col-3{padding:0 20px}.listing-modern-grid-5 .listing-mg-5-item-small .title{padding:0;line-height:1.3}.listing-modern-grid-5 .listing-mg-5-item-small .title a{font-size:90%}}@media only screen and (max-width:560px){.listing-modern-grid-5 .listing-mg-5-item-big .item-content:before{padding-top:62%}.listing-modern-grid-5 .listing-mg-5-item-small .term-badges.floated{display:none}.listing-modern-grid-5 .listing-mg-5-item-small .item-content:before{padding-top:70%}}@media only screen and (max-width:480px){.listing-modern-grid-5 .mg-col-3{padding:0 0 0 10px!important}.listing-modern-grid-5 .mg-col-2{padding:0 10px 0 0!important}}@media only screen and (max-width:450px){.listing-modern-grid-5 .listing-mg-5-item-big .content-container{padding:20px 15px!important;overflow:hidden;pointer-events:none;margin:-80px 18px 0}}.listing-mg-6-item{position:relative;overflow:hidden}.listing-mg-6-item+.listing-mg-6-item{margin-top:2px}.listing-mg-6-item:before{display:block;content:" ";width:100%;padding-top:64%}.listing-mg-6-item .item-content,.listing-modern-grid .bs-slider-item .item-content{position:absolute!important;top:0;left:0;right:0;bottom:0}.listing-mg-6-item .img-cont{background-repeat:no-repeat!important;background-position:center center!important;position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:optimizeQuality;-moz-transform-origin:0 0}.listing-mg-6-item .img-cont.b-error,.listing-mg-6-item .img-cont.b-loaded,body.bs-ll-d .listing-mg-6-item .img-cont{background-size:cover!important}.listing-mg-6-item .img-cont:after{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;content:'';position:absolute;top:0;left:0;right:0;bottom:0}.listing-mg-6-item:hover .img-cont{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1)}.listing-mg-6-item .content-container{position:absolute;bottom:15px;left:20px;right:20px;padding:0;max-height:75%;overflow:hidden;pointer-events:none}.listing-mg-6-item .content-container a{pointer-events:all}.listing-mg-6-item .title{margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.2);line-height:1.4}.listing-mg-6-item .title a{color:inherit}.listing-mg-6-item .post-meta{margin-top:3px}.listing-mg-6-item .post-meta .post-author{color:#fff}.listing-mg-6-item .post-meta .comments{color:#fff;float:right;margin-right:0;margin-left:15px}.listing-mg-6-item .post-meta .rating+.comments{float:none;margin-left:0}.listing-mg-6-item .post-meta .post-author:after,.listing-mg-6-item .post-meta .time{color:rgba(255,255,255,.57)}.listing-modern-grid-6 .mg-col-1{width:50%;float:left;padding-right:1px}.listing-modern-grid-6 .mg-col-2{width:50%;float:left;padding-left:1px}.infinity>.listing-modern-grid-6+.listing-modern-grid-6,.more_btn>.listing-modern-grid-6+.listing-modern-grid-6{margin-top:4px}.listing-modern-grid-6.bsw-1 .content-container,.listing-modern-grid-6.bsw-2 .content-container,.listing-modern-grid-6.bsw-3 .content-container,.listing-modern-grid-6.bsw-4 .content-container,.listing-modern-grid-6.bsw-5 .content-container,.listing-modern-grid-6.bsw-6 .content-container,.listing-modern-grid-6.bsw-7 .content-container,.listing-modern-grid-6.bsw-8 .content-container{max-height:50%}.listing-modern-grid-6.bsw-1 .listing-item .title,.listing-modern-grid-6.bsw-2 .listing-item .title,.listing-modern-grid-6.bsw-3 .listing-item .title,.listing-modern-grid-6.bsw-4 .listing-item .title,.listing-modern-grid-6.bsw-5 .listing-item .title,.listing-modern-grid-6.bsw-6 .listing-item .title,.listing-modern-grid-6.bsw-7 .listing-item .title,.listing-modern-grid-6.bsw-8 .listing-item .title{line-height:1}.listing-modern-grid-6.bsw-1 .listing-item .title a,.listing-modern-grid-6.bsw-2 .listing-item .title a,.listing-modern-grid-6.bsw-3 .listing-item .title a,.listing-modern-grid-6.bsw-4 .listing-item .title a,.listing-modern-grid-6.bsw-5 .listing-item .title a,.listing-modern-grid-6.bsw-6 .listing-item .title a,.listing-modern-grid-6.bsw-7 .listing-item .title a,.listing-modern-grid-6.bsw-8 .listing-item .title a{font-size:80%}.listing-modern-grid-6.bsw-1 .mg-col-1,.listing-modern-grid-6.bsw-2 .mg-col-1,.listing-modern-grid-6.bsw-3 .mg-col-1,.listing-modern-grid-6.bsw-4 .mg-col-1,.listing-modern-grid-6.bsw-5 .mg-col-1{width:100%;padding:0}.listing-modern-grid-6.bsw-1 .mg-col-2,.listing-modern-grid-6.bsw-2 .mg-col-2,.listing-modern-grid-6.bsw-3 .mg-col-2,.listing-modern-grid-6.bsw-4 .mg-col-2,.listing-modern-grid-6.bsw-5 .mg-col-2{width:100%;padding:4px 0 0 0}.listing-modern-grid-6.bsw-1 .format-icon,.listing-modern-grid-6.bsw-2 .format-icon,.listing-modern-grid-6.bsw-3 .format-icon,.listing-modern-grid-6.bsw-4 .format-icon,.listing-modern-grid-6.bsw-5 .format-icon{display:none}.listing-modern-grid-6.bsw-1 .listing-mg-6-item:before,.listing-modern-grid-6.bsw-2 .listing-mg-6-item:before,.listing-modern-grid-6.bsw-3 .listing-mg-6-item:before,.listing-modern-grid-6.bsw-4 .listing-mg-6-item:before,.listing-modern-grid-6.bsw-5 .listing-mg-6-item:before{padding-top:60%}.slider-overlay-simple.listing-modern-grid-6.bsw-1 .listing-mg-item .content-container,.slider-overlay-simple.listing-modern-grid-6.bsw-2 .listing-mg-item .content-container,.slider-overlay-simple.listing-modern-grid-6.bsw-3 .listing-mg-item .content-container,.slider-overlay-simple.listing-modern-grid-6.bsw-4 .listing-mg-item .content-container,.slider-overlay-simple.listing-modern-grid-6.bsw-5 .listing-mg-item .content-container{max-height:60%;padding:18px 15px 18px}@media only screen and (max-width:780px){.listing-modern-grid-6 .content-container{max-height:50%}.listing-modern-grid-6 .listing-item .title{line-height:1}.listing-modern-grid-6 .listing-item .title a{font-size:80%}}@media only screen and (max-width:620px){.listing-modern-grid-6 .listing-mg-6-item .post-meta{display:none}}@media only screen and (max-width:480px){.listing-modern-grid-6 .format-icon{display:none}.listing-modern-grid-6 .mg-col-1{width:100%;padding:0}.listing-modern-grid-6 .mg-col-2{width:100%;padding:4px 0 0 0}.listing-modern-grid-6 .listing-mg-6-item:before{padding-top:60%}.slider-overlay-simple.listing-modern-grid-6 .listing-mg-item .content-container{max-height:60%;padding:18px 15px 18px}}.listing-mg-7-item:before{padding-top:60%}.listing-modern-grid-7 .mg-row-1{padding-bottom:2px}.listing-modern-grid-7 .mg-row-1 .mg-col-1{width:50%;float:left;padding-right:1px}.listing-modern-grid-7 .mg-row-1 .mg-col-2{width:50%;float:left;padding-left:1px}.listing-modern-grid-7 .mg-row-2 .mg-col{width:33.333%;float:left}.listing-modern-grid-7 .mg-row-2 .mg-col-1{padding-right:1.5px}.listing-modern-grid-7 .mg-row-2 .mg-col-2{padding-left:.75px;padding-right:.75px}.listing-modern-grid-7 .mg-row-2 .mg-col-3{padding-left:1.5px}.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item{width:100%}.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item:before{padding-top:60%}.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle,.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title{font-size:79%}.listing-modern-grid-7.bsw-10 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-2 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-3 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-4 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-5 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-6 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-7 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-8 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-9 .mg-row-1 .listing-mg-7-item .title{font-size:92%}.listing-modern-grid-7.bsw-10 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-2 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-3 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-4 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-5 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-6 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-7 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-8 .mg-row-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-9 .mg-row-2 .listing-mg-7-item .title{font-size:72%}.listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item .format-icon,.listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item:hover .format-icon,.listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item .format-icon,.listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item:hover .format-icon,.listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item .format-icon,.listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item:hover .format-icon,.listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item .format-icon,.listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item:hover .format-icon,.listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item .format-icon,.listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item:hover .format-icon,.listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item .format-icon,.listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-modern-grid-7.bsw-1 .mg-col,.listing-modern-grid-7.bsw-1 .mg-row,.listing-modern-grid-7.bsw-2 .mg-col,.listing-modern-grid-7.bsw-2 .mg-row,.listing-modern-grid-7.bsw-3 .mg-col,.listing-modern-grid-7.bsw-3 .mg-row,.listing-modern-grid-7.bsw-4 .mg-col,.listing-modern-grid-7.bsw-4 .mg-row,.listing-modern-grid-7.bsw-5 .mg-col,.listing-modern-grid-7.bsw-5 .mg-row,.listing-modern-grid-7.bsw-6 .mg-col,.listing-modern-grid-7.bsw-6 .mg-row,.listing-modern-grid-7.bsw-7 .mg-col,.listing-modern-grid-7.bsw-7 .mg-row{width:100%!important;padding:0!important;margin:0!important;float:none!important}.listing-modern-grid-7.bsw-1 .listing-item,.listing-modern-grid-7.bsw-2 .listing-item,.listing-modern-grid-7.bsw-3 .listing-item,.listing-modern-grid-7.bsw-4 .listing-item,.listing-modern-grid-7.bsw-5 .listing-item,.listing-modern-grid-7.bsw-6 .listing-item,.listing-modern-grid-7.bsw-7 .listing-item{margin-bottom:2px}.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-5 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-6 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-7 .listing-mg-7-item:before{padding-top:50%!important}.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-2 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-3 .listing-mg-7-item:before{padding-top:72%!important}.listing-modern-grid-7.bsw-1 .listing-mg-7-item .format-icon,.listing-modern-grid-7.bsw-2 .listing-mg-7-item .format-icon,.listing-modern-grid-7.bsw-3 .listing-mg-7-item .format-icon{display:none}.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-2 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-3 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-5 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-6 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-7 .listing-mg-7-item:before{padding-top:24%!important}.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-2 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-3 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before,.listing-modern-grid-7.bsw-5 .listing-mg-7-item:before{padding-top:40%!important}.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-meta,.listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-meta,.listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-meta,.listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-meta{display:none}.listing-modern-grid-7.bsw-2 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-3 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-4 .listing-mg-7-item .title,.listing-modern-grid-7.bsw-5 .listing-mg-7-item .title{font-size:62%!important}.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-subtitle,.listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-subtitle,.listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-subtitle,.listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-subtitle{font-size:60%!important}.listing-modern-grid-7.bsw-2 .listing-mg-7-item .content-container,.listing-modern-grid-7.bsw-3 .listing-mg-7-item .content-container,.listing-modern-grid-7.bsw-4 .listing-mg-7-item .content-container,.listing-modern-grid-7.bsw-5 .listing-mg-7-item .content-container{max-height:43%!important}@media only screen and (max-width:980px){.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title{font-size:92%}.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title{font-size:72%}}@media only screen and (max-width:780px){.listing-modern-grid-7 .listing-mg-7-item.listing-mg-item .format-icon,.listing-modern-grid-7 .listing-mg-7-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before{padding-top:70%!important}.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title{font-size:78%!important}}@media only screen and (max-width:620px){.listing-modern-grid-7 .listing-item{margin-bottom:2px}.listing-modern-grid-7 .mg-col{width:100%!important;float:none!important;padding:0!important}.listing-modern-grid-7 .mg-row{margin:0!important;padding:0!important}.listing-modern-grid-7 .post-meta{display:none}.listing-modern-grid-7 .term-badges.floated{display:block}.listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before{padding-top:40%!important}}@media only screen and (max-width:480px){.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title{font-size:82%}.listing-modern-grid-7 .mg-row-1 .listing-mg-7-item.listing-item-2 .title,.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title{font-size:62%}.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle{font-size:60%}.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .content-container{max-height:43%}}.listing-mg-8-item.listing-item-2 .title,.listing-mg-8-item.listing-item-3 .title,.listing-mg-8-item.listing-item-4 .title,.listing-mg-8-item.listing-item-5 .post-subtitle,.listing-mg-8-item.listing-item-5 .title{font-size:72%}.listing-mg-8-item.listing-item-2 .title{font-size:80%}.listing-modern-grid-8 .mg-col-1{width:46%;float:left;padding-right:1px;overflow:hidden}.listing-modern-grid-8 .mg-col-2{width:32%;float:left;padding-left:1px;padding-right:1px;overflow:hidden}.listing-modern-grid-8 .mg-col-3{width:22%;float:left;padding-left:1px;overflow:hidden}.listing-modern-grid-8 .mg-row-1{margin:0 0 2px;overflow:hidden}.listing-modern-grid-8 .item-3-cont,.listing-modern-grid-8 .item-4-cont{width:50%;float:left;overflow:hidden}.listing-modern-grid-8 .item-3-cont{padding-right:1px}.listing-modern-grid-8 .item-4-cont{padding-left:1px}.listing-mg-8-item.listing-item-1:before{padding-top:71.779%}.listing-mg-8-item.listing-item-2:before{padding-top:53.005%}.listing-mg-8-item.listing-item-3:before,.listing-mg-8-item.listing-item-4:before{padding-top:100.55%}.listing-mg-8-item.listing-item-5:before{padding-top:150.394%}.listing-mg-8-item.listing-mg-item .format-icon,.listing-mg-8-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-modern-grid-8.l-1 .mg-col-3,.listing-modern-grid-8.l-2 .mg-col-3,.listing-modern-grid-8.l-3 .mg-col-3,.listing-modern-grid-8.l-4 .mg-col-3{width:100%;padding:2px 0 0}.listing-modern-grid-8.l-1 .mg-col-1,.listing-modern-grid-8.l-2 .mg-col-1,.listing-modern-grid-8.l-3 .mg-col-1,.listing-modern-grid-8.l-4 .mg-col-1{width:56%}.listing-modern-grid-8.l-1 .mg-col-2,.listing-modern-grid-8.l-2 .mg-col-2,.listing-modern-grid-8.l-3 .mg-col-2,.listing-modern-grid-8.l-4 .mg-col-2{width:44%;padding:0 0 0 1px}.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before{padding-top:47.29%}.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-4:before,.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before{padding-top:87.68%}.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-5:before,.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before{padding-top:18%}.listing-modern-grid-8.l-2 .listing-mg-8-item:before,.listing-modern-grid-8.l-3 .listing-mg-8-item:before,.listing-modern-grid-8.l-4 .listing-mg-8-item:before{padding-top:89%}.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before{padding-top:18%}.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before{padding-top:65.5%}.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before{padding-top:95.055%}.listing-modern-grid-8.l-2 .listing-item-1 .title,.listing-modern-grid-8.l-3 .listing-item-1 .title,.listing-modern-grid-8.l-4 .listing-item-1 .title{font-size:80%}.listing-modern-grid-8.l-2 .listing-item-2 .title,.listing-modern-grid-8.l-2 .listing-item-3 .title,.listing-modern-grid-8.l-2 .listing-item-4 .title,.listing-modern-grid-8.l-3 .listing-item-2 .title,.listing-modern-grid-8.l-3 .listing-item-3 .title,.listing-modern-grid-8.l-3 .listing-item-4 .title,.listing-modern-grid-8.l-4 .listing-item-2 .title,.listing-modern-grid-8.l-4 .listing-item-3 .title,.listing-modern-grid-8.l-4 .listing-item-4 .title{font-size:62%}.listing-modern-grid-8.l-2 .listing-item-3 .term-badges,.listing-modern-grid-8.l-2 .listing-item-4 .term-badges,.listing-modern-grid-8.l-3 .listing-item-3 .term-badges,.listing-modern-grid-8.l-3 .listing-item-4 .term-badges,.listing-modern-grid-8.l-4 .listing-item-3 .term-badges,.listing-modern-grid-8.l-4 .listing-item-4 .term-badges{display:none}.listing-modern-grid-8.l-2 .listing-mg-item .content-container,.listing-modern-grid-8.l-3 .listing-mg-item .content-container,.listing-modern-grid-8.l-4 .listing-mg-item .content-container{left:15px;right:15px;bottom:10px;max-height:50%}.listing-modern-grid-8.l-3 .mg-col-1,.listing-modern-grid-8.l-4 .mg-col-1{width:100%;padding:0}.listing-modern-grid-8.l-3 .mg-col-2,.listing-modern-grid-8.l-4 .mg-col-2{width:100%;padding:2px 0 0 0}.listing-modern-grid-8.l-3 .mg-row-2,.listing-modern-grid-8.l-4 .mg-row-2{width:100%;padding:0;float:none}.listing-modern-grid-8.l-3 .listing-item-1:before,.listing-modern-grid-8.l-4 .listing-item-1:before{padding-top:46%}.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before{padding-top:65.5%}.listing-modern-grid-8.l-3 .listing-item-2 .title,.listing-modern-grid-8.l-4 .listing-item-2 .title{font-size:72%}.listing-modern-grid-8.l-3 .listing-item-2 .post-meta,.listing-modern-grid-8.l-3 .mg-col-2 .post-meta,.listing-modern-grid-8.l-3 .mg-col-2 .term-badges.floated,.listing-modern-grid-8.l-3 .mg-col-3 .post-meta,.listing-modern-grid-8.l-3 .mg-col-3 .term-badges.floated,.listing-modern-grid-8.l-4 .listing-item-2 .post-meta,.listing-modern-grid-8.l-4 .mg-col-2 .post-meta,.listing-modern-grid-8.l-4 .mg-col-2 .term-badges.floated,.listing-modern-grid-8.l-4 .mg-col-3 .post-meta,.listing-modern-grid-8.l-4 .mg-col-3 .term-badges.floated{display:none}.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-1:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before{padding-top:50%}.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2 .term-badges.floated,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2 .term-badges.floated{display:none}.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before{padding-top:36%}.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before{padding-top:79.5%}.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before{padding-top:50.5%}.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before{padding-top:55%}.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1 .post-meta{display:none}.listing-modern-grid-8.l-4 .listing-mg-item .content-container{left:12px;right:12px;bottom:12px}.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container,.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container{max-height:40%}.slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container,.slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container{max-height:60%;padding:12px 12px 10px}.listing-mg-8-item.listing-mg-item.l-4 .format-icon,.listing-mg-8-item.listing-mg-item.l-4:hover .format-icon{right:10px!important;top:10px!important}@media only screen and (max-width:980px){.listing-modern-grid-8 .mg-col-3{width:100%;padding:2px 0 0}.listing-modern-grid-8 .mg-col-1{width:56%}.listing-modern-grid-8 .mg-col-2{width:44%;padding:0 0 0 1px}.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before{padding-top:47.29%}.listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before{padding-top:87.68%}.listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before{padding-top:18%}}@media only screen and (max-width:780px){.listing-modern-grid-8 .listing-mg-8-item:before{padding-top:89%}.listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before{padding-top:18%}.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before{padding-top:65.5%}.listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before{padding-top:95.055%}.listing-modern-grid-8 .listing-item-1 .title{font-size:80%}.listing-modern-grid-8 .listing-item-2 .title,.listing-modern-grid-8 .listing-item-3 .title{font-size:72%}.listing-modern-grid-8 .listing-item-3 .term-badges,.listing-modern-grid-8 .listing-item-4 .term-badges{display:none}.listing-modern-grid-8 .listing-mg-item .content-container{left:15px;right:15px;bottom:10px;max-height:50%}}@media only screen and (max-width:620px){.listing-modern-grid-8 .mg-col-1{width:100%!important;padding:0!important}.listing-modern-grid-8 .mg-col-2{width:100%!important;padding:2px 0 0 0!important}.listing-modern-grid-8 .mg-row-2{width:100%!important;padding:0!important;float:none!important}.listing-modern-grid-8 .listing-item-1:before{padding-top:46%!important}.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before{padding-top:65.5%!important}.listing-modern-grid-8 .listing-item-2 .title,.listing-modern-grid-8 .listing-item-3 .title{font-size:72%!important}.listing-modern-grid-8 .listing-item-2 .post-meta,.listing-modern-grid-8 .mg-col-2 .post-meta,.listing-modern-grid-8 .mg-col-2 .term-badges.floated,.listing-modern-grid-8 .mg-col-3 .post-meta,.listing-modern-grid-8 .mg-col-3 .term-badges.floated{display:none!important}.listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before{padding-top:50%!important}.listing-modern-grid-8 .listing-mg-8-item.listing-item-2 .term-badges.floated{display:none!important}.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before,.listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before{padding-top:36%!important}.listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before,.listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before{padding-top:79.5%!important}}@media only screen and (max-width:480px){.listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before{padding-top:50.5%}.listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before{padding-top:55%}.listing-modern-grid-8 .listing-mg-8-item.listing-item-1 .post-meta{display:none}.listing-modern-grid-8 .listing-item-2 .title,.listing-modern-grid-8 .listing-item-3 .title{font-size:64%}.listing-modern-grid-8 .listing-mg-item .content-container{left:12px;right:12px;bottom:12px}.listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container,.listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container{max-height:40%}.slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container,.slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container{max-height:60%;padding:12px 12px 10px}.listing-mg-8-item.listing-mg-item .format-icon,.listing-mg-8-item.listing-mg-item:hover .format-icon{right:10px!important;top:10px!important}}.listing-mg-9-item.listing-item-2 .title,.listing-mg-9-item.listing-item-3 .title,.listing-mg-9-item.listing-item-4 .title,.listing-mg-9-item.listing-item-5 .title,.listing-mg-9-item.listing-item-6 .title,.listing-mg-9-item.listing-item-7 .title{font-size:72%}.listing-mg-9-item.listing-mg-item .format-icon,.listing-mg-9-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-mg-9-item:before{padding-top:93.76%}.listing-modern-grid-9 .mg-col-3 .listing-mg-9-item:before{padding-top:93.97%}.listing-mg-9-item.listing-item-1:before{padding-top:74.545%}.listing-modern-grid-9 .mg-col-1{width:45.6%;float:left;padding-right:1px}.listing-modern-grid-9 .mg-col-2{width:36.35%;float:left;padding-left:1px;padding-right:1px}.listing-modern-grid-9 .mg-col-3{width:18.05%;float:left;padding-left:1px}.listing-modern-grid-9 .item-2-cont,.listing-modern-grid-9 .item-3-cont,.listing-modern-grid-9 .item-4-cont,.listing-modern-grid-9 .item-5-cont{width:50%;float:left}.listing-modern-grid-9 .item-2-cont,.listing-modern-grid-9 .item-4-cont{padding-right:1px}.listing-modern-grid-9 .item-3-cont,.listing-modern-grid-9 .item-5-cont{padding-left:1px}.listing-modern-grid-9 .mg-row-1{margin-bottom:2px}.listing-modern-grid-9.l-1 .mg-col-1,.listing-modern-grid-9.l-2 .mg-col-1,.listing-modern-grid-9.l-3 .mg-col-1,.listing-modern-grid-9.l-4 .mg-col-1,.listing-modern-grid-9.l-5 .mg-col-1{width:53%}.listing-modern-grid-9.l-1 .mg-col-2,.listing-modern-grid-9.l-2 .mg-col-2,.listing-modern-grid-9.l-3 .mg-col-2,.listing-modern-grid-9.l-4 .mg-col-2,.listing-modern-grid-9.l-5 .mg-col-2{width:47%}.listing-modern-grid-9.l-1 .listing-mg-9-item:before,.listing-modern-grid-9.l-2 .listing-mg-9-item:before,.listing-modern-grid-9.l-3 .listing-mg-9-item:before,.listing-modern-grid-9.l-4 .listing-mg-9-item:before,.listing-modern-grid-9.l-5 .listing-mg-9-item:before{padding-top:86.97%}.listing-modern-grid-9.l-1 .listing-item-1:before,.listing-modern-grid-9.l-2 .listing-item-1:before,.listing-modern-grid-9.l-3 .listing-item-1:before,.listing-modern-grid-9.l-4 .listing-item-1:before,.listing-modern-grid-9.l-5 .listing-item-1:before{padding-top:77%}.listing-modern-grid-9.l-1 .listing-mg-item .content-container,.listing-modern-grid-9.l-2 .listing-mg-item .content-container,.listing-modern-grid-9.l-3 .listing-mg-item .content-container,.listing-modern-grid-9.l-4 .listing-mg-item .content-container,.listing-modern-grid-9.l-5 .listing-mg-item .content-container{left:15px;right:15px;bottom:12px;max-height:50%}.listing-modern-grid-9.l-1 .mg-col-3 .mg-row,.listing-modern-grid-9.l-2 .mg-col-3 .mg-row,.listing-modern-grid-9.l-3 .mg-col-3 .mg-row,.listing-modern-grid-9.l-4 .mg-col-3 .mg-row,.listing-modern-grid-9.l-5 .mg-col-3 .mg-row{width:50%;float:left}.listing-modern-grid-9.l-1 .mg-col-3,.listing-modern-grid-9.l-2 .mg-col-3,.listing-modern-grid-9.l-3 .mg-col-3,.listing-modern-grid-9.l-4 .mg-col-3,.listing-modern-grid-9.l-5 .mg-col-3{width:100%;padding:2px 0 0}.listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-1,.listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-1,.listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-1,.listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-1,.listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-1{padding-right:1px}.listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-2,.listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-2,.listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-2,.listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-2,.listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-2{padding-left:1px}.listing-modern-grid-9.l-2 .mg-col-1,.listing-modern-grid-9.l-2 .mg-col-2,.listing-modern-grid-9.l-3 .mg-col-1,.listing-modern-grid-9.l-3 .mg-col-2,.listing-modern-grid-9.l-4 .mg-col-1,.listing-modern-grid-9.l-4 .mg-col-2,.listing-modern-grid-9.l-5 .mg-col-1,.listing-modern-grid-9.l-5 .mg-col-2{width:50%}.listing-modern-grid-9.l-2 .listing-mg-item:before,.listing-modern-grid-9.l-3 .listing-mg-item:before,.listing-modern-grid-9.l-4 .listing-mg-item:before,.listing-modern-grid-9.l-5 .listing-mg-item:before{padding-top:93%}.listing-modern-grid-9.l-2 .listing-item-1:before,.listing-modern-grid-9.l-3 .listing-item-1:before,.listing-modern-grid-9.l-4 .listing-item-1:before,.listing-modern-grid-9.l-5 .listing-item-1:before{padding-top:92.876%}.listing-modern-grid-9.l-2 .mg-col-3 .listing-item:before{padding-top:37%}.listing-modern-grid-9.l-2 .listing-mg-item .title,.listing-modern-grid-9.l-3 .listing-mg-item .title,.listing-modern-grid-9.l-4 .listing-mg-item .title,.listing-modern-grid-9.l-5 .listing-mg-item .title{font-size:66%}.listing-modern-grid-9.l-2 .listing-item-1 .title,.listing-modern-grid-9.l-3 .listing-item-1 .title,.listing-modern-grid-9.l-4 .listing-item-1 .title,.listing-modern-grid-9.l-5 .listing-item-1 .title{font-size:86%}.listing-modern-grid-9.l-2 .mg-col-2 .term-badges,.listing-modern-grid-9.l-2 .mg-col-3 .term-badges,.listing-modern-grid-9.l-3 .mg-col-2 .term-badges,.listing-modern-grid-9.l-3 .mg-col-3 .term-badges,.listing-modern-grid-9.l-4 .mg-col-2 .term-badges,.listing-modern-grid-9.l-4 .mg-col-3 .term-badges,.listing-modern-grid-9.l-5 .mg-col-2 .term-badges,.listing-modern-grid-9.l-5 .mg-col-3 .term-badges{display:none}.listing-modern-grid-9.l-3 .listing-mg-item .post-meta,.listing-modern-grid-9.l-4 .listing-mg-item .post-meta,.listing-modern-grid-9.l-5 .listing-mg-item .post-meta{display:none!important}.listing-modern-grid-9.l-3 .listing-mg-item .format-icon,.listing-modern-grid-9.l-3 .listing-mg-item:hover .format-icon,.listing-modern-grid-9.l-4 .listing-mg-item .format-icon,.listing-modern-grid-9.l-4 .listing-mg-item:hover .format-icon,.listing-modern-grid-9.l-5 .listing-mg-item .format-icon,.listing-modern-grid-9.l-5 .listing-mg-item:hover .format-icon{right:12px!important;top:12px!important}.listing-modern-grid-9.l-3.l-3 .listing-mg-item:before,.listing-modern-grid-9.l-4 .listing-mg-item:before,.listing-modern-grid-9.l-5 .listing-mg-item:before{padding-top:60%}.listing-modern-grid-9.l-3 .listing-item-1:before,.listing-modern-grid-9.l-4 .listing-item-1:before,.listing-modern-grid-9.l-5 .listing-item-1:before{padding-top:45%}.listing-modern-grid-9.l-3 .mg-col-1,.listing-modern-grid-9.l-4 .mg-col-1,.listing-modern-grid-9.l-5 .mg-col-1{width:100%!important;padding:0!important;margin-bottom:2px!important}.listing-modern-grid-9.l-3 .mg-col-2,.listing-modern-grid-9.l-4 .mg-col-2,.listing-modern-grid-9.l-5 .mg-col-2{width:100%!important;padding:0!important}.listing-modern-grid-9.l-4 .listing-mg-item:before,.listing-modern-grid-9.l-4 .mg-col-3 .listing-item:before,.listing-modern-grid-9.l-5 .listing-mg-item:before,.listing-modern-grid-9.l-5 .mg-col-3 .listing-item:before{padding-top:80%}.listing-modern-grid-9.l-4 .listing-item-1:before,.listing-modern-grid-9.l-5 .listing-item-1:before{padding-top:55%}.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-2 .content-container,.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-3 .content-container,.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-4 .content-container,.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-5 .content-container{max-height:64%;padding:12px!important}@media only screen and (max-width:980px){.listing-modern-grid-9 .mg-col-1{width:53%}.listing-modern-grid-9 .mg-col-2{width:47%}.listing-modern-grid-9 .listing-mg-9-item:before{padding-top:86.97%}.listing-modern-grid-9 .listing-item-1:before{padding-top:77%}.listing-modern-grid-9 .listing-mg-item .content-container{left:15px;right:15px;bottom:12px;max-height:50%}.listing-modern-grid-9 .mg-col-3 .mg-row{width:50%!important;float:left!important}.listing-modern-grid-9 .mg-col-3{width:100%;padding:2px 0 0}.listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-1{padding-right:1px}.listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-2{padding-left:1px}.listing-modern-grid-9 .mg-col-3 .listing-item:before{padding-top:37%}}@media only screen and (max-width:780px){.listing-modern-grid-9 .mg-col-1,.listing-modern-grid-9 .mg-col-2{width:50%!important}.listing-modern-grid-9 .listing-mg-item:before{padding-top:93%}.listing-modern-grid-9 .listing-item-1:before{padding-top:92.876%}.listing-modern-grid-9 .listing-mg-item .title{font-size:66%}.listing-modern-grid-9 .listing-item-1 .title{font-size:86%}.listing-modern-grid-9 .mg-col-2 .term-badges,.listing-modern-grid-9 .mg-col-3 .term-badges{display:none}}@media only screen and (max-width:620px){.listing-modern-grid-9 .listing-mg-item .post-meta{display:none}.listing-modern-grid-9 .listing-mg-item .format-icon,.listing-modern-grid-9 .listing-mg-item:hover .format-icon{right:12px;top:12px}.listing-modern-grid-9 .listing-mg-item:before,.listing-modern-grid-9 .mg-col-3 .listing-item:before{padding-top:60%}.listing-modern-grid-9 .listing-item-1:before{padding-top:45%}.listing-modern-grid-9 .mg-col-1{width:100%!important;padding:0!important;margin-bottom:2px!important}.listing-modern-grid-9 .mg-col-2{width:100%!important;padding:0!important}}@media only screen and (max-width:560px){.listing-modern-grid-9 .listing-mg-item:before,.listing-modern-grid-9 .mg-col-3 .listing-item:before{padding-top:80%!important}.listing-modern-grid-9 .listing-item-1:before{padding-top:55%!important}}@media only screen and (max-width:480px){.slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-2 .content-container,.slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-3 .content-container,.slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-4 .content-container,.slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-5 .content-container{max-height:64%;padding:12px}}.listing-mg-10-item:before{padding-top:60%}.listing-modern-grid-10 .mg-row-1{padding-bottom:4px}.listing-modern-grid-10 .mg-row-1 .mg-col-1{width:50%;float:left;padding-right:2px}.listing-modern-grid-10 .mg-row-1 .mg-col-2{width:50%;float:left;padding-left:2px}.listing-modern-grid-10 .mg-row-2 .mg-col{width:25%;float:left}.listing-modern-grid-10 .mg-row-2 .mg-col-1{padding-right:3px}.listing-modern-grid-10 .mg-row-2 .mg-col-2{padding-left:1px;padding-right:2px}.listing-modern-grid-10 .mg-row-2 .mg-col-3{padding-left:2px;padding-right:1px}.listing-modern-grid-10 .mg-row-2 .mg-col-4{padding-left:3px}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item{width:100%}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before{padding-top:64%}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .post-subtitle,.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title{font-size:75%}.listing-modern-grid-10 .mg-row-2 .listing-mg-item:hover .format-icon{margin-top:-46px;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2)}.listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item .format-icon,.listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-modern-grid-10.l-1 .mg-row-2 .mg-col,.listing-modern-grid-10.l-2 .mg-row-2 .mg-col,.listing-modern-grid-10.l-3 .mg-row-2 .mg-col,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col{width:50%}.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-1,.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3,.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-1,.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3,.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1,.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3{padding-right:2px;padding-left:0}.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-2,.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4,.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-2,.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4,.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2,.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4{padding-left:2px;padding-right:0}.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3,.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4,.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3,.listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4,.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3,.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4{padding-top:4px}.listing-modern-grid-10.l-1 .mg-row-1 .listing-mg-10-item .title,.listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item .title,.listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item .title,.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title{font-size:92%}.listing-modern-grid-10.l-1 .mg-row-2 .listing-mg-10-item .title,.listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item .title,.listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .title,.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title{font-size:72%}.listing-modern-grid-10.l-2 .mg-row-1 .mg-col,.listing-modern-grid-10.l-3 .mg-row-1 .mg-col,.listing-modern-grid-10.l-4 .mg-row-1 .mg-col{width:100%;padding:0;float:none}.listing-modern-grid-10.l-2 .mg-row-1 .mg-col-1,.listing-modern-grid-10.l-3 .mg-row-1 .mg-col-1,.listing-modern-grid-10.l-4 .mg-row-1 .mg-col-1{padding-bottom:4px}.listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item .format-icon,.listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item:hover .format-icon,.listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item .format-icon,.listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item:hover .format-icon,.listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item .format-icon,.listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item:before,.listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item:before,.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before{padding-top:36%}.listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item:before,.listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item:before,.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before{padding-top:70%}.listing-modern-grid-10.l-3 .listing-item .post-meta,.listing-modern-grid-10.l-4 .listing-item .post-meta{display:none}.listing-modern-grid-10.l-3 .mg-row-2 .mg-col,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col{width:50%}.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1{padding-right:2px}.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2,.listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2{padding-left:2px;padding-right:0}.listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .format-icon,.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .format-icon{display:none}.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before{padding-top:52%}.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before{padding-top:76%}.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title{font-size:82%}.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title{font-size:62%}.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .content-container{max-height:43%}@media only screen and (max-width:980px){.listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon,.listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title{font-size:92%}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title{font-size:72%}}@media only screen and (max-width:780px){.listing-modern-grid-10 .mg-row-2 .mg-col{width:50%!important}.listing-modern-grid-10 .mg-row-2 .mg-col-1,.listing-modern-grid-10 .mg-row-2 .mg-col-3{padding-right:2px!important;padding-left:0!important}.listing-modern-grid-10 .mg-row-2 .mg-col-2,.listing-modern-grid-10 .mg-row-2 .mg-col-4{padding-left:2px!important;padding-right:0!important}.listing-modern-grid-10 .mg-row-2 .mg-col-3,.listing-modern-grid-10 .mg-row-2 .mg-col-4{padding-top:4px!important}.listing-modern-grid-10 .mg-row-1 .mg-col{width:100%!important;padding:0!important;float:none!important}.listing-modern-grid-10 .mg-row-1 .mg-col-1{padding-bottom:4px!important}.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before{padding-top:30%}.listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon,.listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon{right:20px!important;top:20px!important;transform:none;margin:0}.listing-modern-grid-10 .listing-mg-10-item:before{padding-top:70%}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before{padding-top:50%}}@media only screen and (max-width:620px){.listing-modern-grid-10 .listing-item .post-meta{display:none}.listing-modern-grid-10 .mg-row-2 .mg-col{width:50%!important}.listing-modern-grid-10 .mg-row-2 .mg-col-1{padding-right:2px!important}.listing-modern-grid-10 .mg-row-2 .mg-col-2{padding-left:2px!important;padding-right:0!important}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .format-icon{display:none}}@media only screen and (max-width:480px){.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before{padding-top:52%!important}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before{padding-top:76%!important}.listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title{font-size:82%}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title{font-size:62%}.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .content-container{max-height:43%}}.listing-item-user{position:relative}.listing-item-user .user-avatar img{border-radius:50%;display:inline-block}.listing-item-user .btn-light{background:#fff!important;border:1px solid rgba(0,0,0,.1);color:#3c3c3c!important;vertical-align:top;line-height:24px;font-size:10px;padding:0 8px;margin:0 10px 0 0}.listing-item-user .btn-light.btn-light:focus,.listing-item-user .btn-light.btn-light:hover{color:#3c3c3c!important;text-decoration:none!important;border-color:rgba(0,0,0,.2);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.listing-item-user .user-social-icons{display:inline;padding:0;margin:0;vertical-align:top}.listing-item-user .user-social-icons .social-item{display:inline-block;padding:0;margin:0 5px 7px 0}.listing-item-user .user-social-icons .social-item:last-child{margin-right:0}.listing-item-user .user-social-icons a{background-color:#fff;border:1px solid #e8e8e8;padding:0 4px;text-align:center;display:inline-block;min-width:27px;font-size:12px;line-height:24px;color:#444;vertical-align:top}.listing-item-user .user-social-icons .social-item a,.listing-item-user .user-social-icons .social-item a .fa{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.listing-item-user .user-social-icons .github:hover a:hover{color:#666}.listing-item-user .user-social-icons .pinterest a:hover{color:#cb2027}.listing-item-user .user-social-icons .youtube a:hover{color:#cc181e}.listing-item-user .user-social-icons .linkedin a:hover{color:#0266a0}.listing-item-user .user-social-icons .dribbble a:hover{color:#ea4c89}.listing-item-user .user-social-icons .vimeo a:hover{color:#46a3e9}.listing-item-user .user-social-icons .delicious a:hover{color:#4a79ff}.listing-item-user .user-social-icons .soundcloud a:hover{color:#f50}.listing-item-user .user-social-icons .behance a:hover{color:#3b63fc}.listing-item-user .user-social-icons .flickr a:hover{color:#2f44db}.listing-item-user .user-social-icons .instagram a:hover{color:#517fa4}.listing-item-user .user-social-icons .google-plus a:hover{color:#d73d32}.listing-item-user .user-social-icons .google-plus a:hover{color:#d73d32}.listing-item-user .user-social-icons .google-plus a:hover{color:#d73d32}.listing-item-user .user-social-icons .google-plus a:hover{color:#d73d32}.listing-item-user .user-social-icons .twitter a:hover{color:#59c8ff}.listing-item-user .user-social-icons .facebook a:hover{color:#4a639f}.listing-item-user .user-avatar{float:left;margin-right:15px;margin-bottom:5px;position:relative}.listing-item-user .user-display-name{padding:0;color:#444;font-size:18px;margin:0 0 8px}.listing-item-user .biography{font-size:13px;line-height:20px;margin-bottom:10px}.listing-item-user .biography p{margin:0 0 10px 0}.listing-item-user .user-badge{position:absolute;left:-11px;top:35px;background:#0077d5;color:#fff;border-radius:50%;width:29px;height:29px;line-height:23px;overflow:hidden;text-align:center;font-size:13px;font-weight:700;border:3px solid #fff}.listing-item-user .user-badge{left:-12px;top:50%;width:26px;height:26px;line-height:24px;font-size:12px;border-width:2px;margin-top:-13px}.listing-user.columns-1 .listing-item-user{padding-bottom:0!important}.listing-user .listing-item-user{padding-bottom:0!important}.bs-listing.bs-listing-user-listing-1 .bs-slider-dots:first-child:last-child,.bs-listing.bs-listing-user-listing-2 .bs-slider-dots:first-child:last-child,.bs-listing.bs-listing-user-listing-3 .bs-slider-dots:first-child:last-child,.bs-listing.bs-listing-user-listing-4 .bs-slider-dots:first-child:last-child{position:relative;left:auto;right:auto}.listing-item-user.type-1 .user-social-icons .social-item a:hover{background:currentColor;border-color:currentColor}.listing-item-user.type-1 .user-social-icons .social-item a:hover .fa{color:#fff}.listing-item-user.type-1{margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:13px;position:relative}.listing.columns-1 .listing-item-user.type-1:last-child{border-width:0}.listing-item-user.type-1.style-2 .user-avatar{float:left;margin:0}.listing-item-user.type-1.style-2 .user-meta{padding-left:120px}.listing-item-user.type-1.style-2 .user-avatar{margin-right:20px;margin-bottom:10px}.listing-item-user.type-1.style-2 .user-display-name{font-size:20px}.listing-item-user.type-2 .bs-user-item{padding:20px;border:1px solid rgba(0,0,0,.069);margin-right:25px;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in;position:relative;margin-bottom:16px}.listing-item-user.type-2 .bs-user-item:hover{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.05);-moz-box-shadow:0 3px 10px rgba(0,0,0,.05);box-shadow:0 3px 10px rgba(0,0,0,.05);border-color:rgba(0,0,0,.1)}.listing-item-user.type-2 .bs-user-item:last-child{margin-right:0}.listing-item-user.type-2 .user-avatar{float:none;margin:0}.listing-item-user.type-2 .user-social-icons{overflow:hidden;max-height:22px;display:block;margin:0 0 14px 0}.listing-item-user.type-2 .btn-light{border-color:rgba(0,0,0,.18);color:#7d7d80!important;line-height:22px;padding:0 12px;margin-bottom:0}.listing-item-user.type-2 .user-display-name{margin:12px 0 8px}.listing-item-user.type-2 .biography{font-size:12px;line-height:18px}.listing-item-user.type-2 .biography p:last-child{margin:0}.listing-item-user.type-2 .user-badge{top:8px;left:-5px}.listing-item-user.type-2{padding-bottom:20px}.listing-item-user.type-2 .user-social-icons a{border:transparent}.listing-item-user.type-2 .user-social-icons .social-item{margin:0 0 5px}.listing-item-user.type-2 .user-social-icons a{min-width:24px}.listing-item-user.type-2.style-1{text-align:center}.listing-item-user.type-2.style-1 .btn-light{border-radius:12px}.listing-item-user.type-2.style-2 .user-badge{left:-12px;top:8px}.more-stories{display:none;position:fixed;right:-330px;bottom:70px;z-index:9999;border:1px solid #ddd;-webkit-box-shadow:-2px 2px 8px 0 rgba(0,0,0,.1);-moz-box-shadow:-2px 2px 8px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 8px 0 rgba(0,0,0,.1);padding:10px 20px;background:#fff;width:325px;max-width:60%}.more-stories:before{content:'';display:inline-block;height:4px;position:absolute;left:-1px;right:-1px;top:-4px}.more-stories.right{border-right-width:0}.more-stories.left{-webkit-box-shadow:2px 2px 8px 0 rgba(0,0,0,.1);-moz-box-shadow:2px 2px 8px 0 rgba(0,0,0,.1);box-shadow:2px 2px 8px 0 rgba(0,0,0,.1);border-left-width:0;right:auto;left:-330px}.more-stories.more-stories-thumbnail-2{width:355px;right:-360px}.more-stories.more-stories-thumbnail-2.left{width:355px;right:auto;left:-360px}.more-stories-title{text-align:center;padding-bottom:10px;font-weight:700;font-size:16px;text-transform:uppercase;color:#313131;border-bottom:1px solid #f0f0f0}.more-stories .listing{padding-top:15px}.more-stories .bs-pagination:last-child{margin-bottom:10px}.more-stories-close{float:left;color:#cecece}.more-stories.left .more-stories-close{float:right}.more-stories .listing-item{margin-bottom:8px}.more-stories .listing-item:last-child{margin-bottom:0}@media only screen and (max-width:680px){.more-stories{display:none!important}}.bs-irp{position:relative;width:320px;margin:10px 0 15px 0;border-color:rgba(0,0,0,.06);border-style:solid;border-width:0;border-bottom-width:1px;padding-bottom:20px}.bs-irp .bs-irp-heading{font-size:15px;margin-bottom:16px;position:relative;padding:8px 0 0;text-transform:uppercase}.bs-irp .bs-irp-heading:before{content:'';display:inline-block;width:70px;height:3px;position:absolute;top:0;left:0;background:rgba(0,0,0,.1)}.bs-irp br{display:none}.bs-irp p:empty{display:none}.bs-irp p{margin-bottom:0!important}.bs-irp a:hover{text-decoration:none!important}.bs-irp.right{float:right;margin-left:30px}.bs-irp.left{float:left;margin-right:30px}.bs-irp.center{float:none;margin-right:auto;margin-left:auto}.bs-irp .listing-text .listing-item:last-child .item-inner{border-bottom-width:0;padding-bottom:0}.bs-irp .listing .listing-item:last-child{margin-bottom:0!important;padding-bottom:0!important}.bs-irp.bs-irp-thumbnail-2{padding-bottom:0}.bs-irp.bs-irp-text-1-full,.bs-irp.bs-irp-text-2-full,.bs-irp.bs-irp-text-3-full,.bs-irp.bs-irp-text-4-full,.bs-irp.bs-irp-thumbnail-1-full,.bs-irp.bs-irp-thumbnail-2-full,.bs-irp.bs-irp-thumbnail-3-full{width:100%;margin-left:0;margin-right:0;float:none;padding-bottom:0;clear:both;border-top-width:1px;padding-top:3px}.bs-irp.bs-irp-text-1-full .bs-irp-heading:before,.bs-irp.bs-irp-text-2-full .bs-irp-heading:before,.bs-irp.bs-irp-text-3-full .bs-irp-heading:before,.bs-irp.bs-irp-text-4-full .bs-irp-heading:before,.bs-irp.bs-irp-thumbnail-1-full .bs-irp-heading:before,.bs-irp.bs-irp-thumbnail-2-full .bs-irp-heading:before,.bs-irp.bs-irp-thumbnail-3-full .bs-irp-heading:before{display:none}.bs-irp.bs-irp-text-1-full .listing-item-text-1,.bs-irp.bs-irp-text-1-full .listing-item-text-1:last-child,.bs-irp.bs-irp-text-2-full .listing-item-text-2,.bs-irp.bs-irp-text-2-full .listing-item-text-2:last-child,.bs-irp.bs-irp-text-3-full .listing-item-text-3,.bs-irp.bs-irp-text-3-full .listing-item-text-3:last-child,.bs-irp.bs-irp-text-4-full .listing-item-text-4,.bs-irp.bs-irp-text-4-full .listing-item-text-4:last-child{border-bottom:0;margin-bottom:17px!important;padding-bottom:0!important}.bs-irp.bs-irp-text-1-full .listing-item-text-1 .item-inner{padding-bottom:0!important;border:none}.bs-irp.bs-irp-thumbnail-2 .bs-pagination{padding-bottom:18px}.bs-irp.bs-irp-text-1-full .bs-pagination,.bs-irp.bs-irp-text-2-full .bs-pagination,.bs-irp.bs-irp-text-3-full .bs-pagination,.bs-irp.bs-irp-text-4-full .bs-pagination,.bs-irp.bs-irp-thumbnail-1-full .bs-pagination,.bs-irp.bs-irp-thumbnail-2-full .bs-pagination,.bs-irp.bs-irp-thumbnail-3-full .bs-pagination{padding-bottom:18px;padding-top:0;margin-top:0}.bs-irp .post-meta p{display:inline}@media only screen and (max-width:530px){.bs-irp.left,.bs-irp.right{float:none;width:100%;max-width:100%;margin:21px 0 21px 0}}.bs-listing-slider-1>.bs-slider,.bs-listing-slider-2>.bs-slider,.bs-listing-slider-3>.bs-slider{margin-bottom:0}.bs-listing-slider-1,.bs-listing-slider-2,.bs-listing-slider-3{margin-bottom:22px}.bs-shortcode.bs-slider .better-direction-nav a{text-indent:-9999px}.bs-shortcode.bs-slider .better-direction-nav a:before{line-height:38px;font-size:14px;display:inline-block;content:'\f053';position:absolute;top:0;right:0;left:0;bottom:0;text-indent:0;width:auto;height:auto}.bs-shortcode.bs-slider .better-direction-nav a.better-next:before{content:'\f054';right:-3px}.bs-slider-item{position:relative;overflow:hidden;z-index:1}.bs-slider-item>.item-content{position:relative;overflow:hidden;z-index:1}.bs-slider-item>.item-content:before{display:block;content:" ";width:100%;padding-top:45%}.bs-slider-item .img-cont{background-repeat:no-repeat!important;background-position:center center!important;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.bs-slider-item .img-cont.b-error,.bs-slider-item .img-cont.b-loaded,body.bs-ll-d .bs-slider-item .img-cont{background-size:cover!important;animation:none}.bs-slider .bs-slider-item:nth-child(1){float:left;display:block;width:100%}.bs-slider-item.has-not-post-thumbnail .img-cont{background-color:#e2e2e2}.bs-slider-item .post-subtitle{text-align:center!important}.bs-slider-1-item>.item-content:before{padding-top:45%}.bs-slider-1-item .img-cont:after{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.55)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);content:'';position:absolute;left:0;right:0;bottom:0;height:160px}.bs-slider-1-item:hover .img-cont{transform:scale(1.04);-webkit-transform:scale(1.04);-moz-transform:scale(1.04)}.bs-slider-1-item .content-container{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;position:absolute;bottom:-80px;left:30px;right:30px;padding:0 30px 30px;overflow:hidden;pointer-events:none;z-index:2;opacity:0}.bs-slider-1-item.slider-content-shown .content-container{bottom:0;opacity:1}.bs-slider-1-item .content-container a{pointer-events:all}.bs-slider-1-item .title{text-shadow:1px 1px 3px rgba(0,0,0,.2);line-height:1.4;text-align:center!important;max-width:70%;margin:0 auto}.bs-slider-1-item .title a{color:#fff}.bs-slider-1-item .post-meta{margin-top:12px;text-align:center!important;font-size:11px}.bs-slider-1-item .post-meta .comments,.bs-slider-1-item .post-meta .post-author{color:#fff;font-size:11px}.bs-slider-1-item .post-meta .comments{float:none;margin-left:0}.bs-slider-1-item .post-meta .post-author:after,.bs-slider-1-item .post-meta .time{color:rgba(255,255,255,.57)}.bs-slider-1-item .term-badges.floated{position:absolute;right:auto;left:0;top:30px;bottom:auto;width:100%;text-align:center;pointer-events:none}.bs-slider-1 .better-direction-nav .better-next,.bs-slider-1 .better-direction-nav .better-prev{opacity:1;transform:none;border-radius:50%;width:40px;height:40px;background:0 0;border:2px solid #fff;text-align:center;line-height:40px;color:#fff;text-shadow:none;margin:-36px 0 0;-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s}.bs-slider-1 .better-direction-nav .better-prev{left:20px}.bs-slider-1 .better-direction-nav .better-next{right:20px}.bs-slider-1-item:hover .format-icon{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2)}.bs-slider-1-item .post-subtitle{margin-top:7px;color:#fff!important}.bs-slider-1-item .post-subtitle:first-child{margin:0 0 7px}.bs-slider-1.l-1 .bs-slider-1-item>.item-content:before,.bs-slider-1.l-2 .bs-slider-1-item>.item-content:before{padding-top:60%}.bs-slider-1.l-2 .bs-slider-1-item>.item-content:before{padding-top:110%}.bs-slider-1.l-2 .bs-slider-1-item .post-meta{display:none}.bs-slider-1.l-2 .bs-slider-1-item .title a{font-size:75%;line-height:170%;display:inline-block}.bs-slider-1.l-2 .bs-slider-1-item .content-container{left:0;right:0;padding:0 20px 20px}.bs-slider-1.l-2 .better-direction-nav .better-prev{left:-20px;opacity:0}.bs-slider-1.l-2:hover .better-direction-nav .better-prev{left:10px;opacity:1}.bs-slider-1.l-2 .better-direction-nav .better-next{right:-20px;opacity:0}.bs-slider-1.l-2:hover .better-direction-nav .better-next{right:10px;opacity:1}@media only screen and (max-width:780px){.bs-slider-1 .bs-slider-1-item>.item-content:before{padding-top:60%}}@media only screen and (max-width:370px){.bs-slider-1 .bs-slider-1-item .post-meta{display:none}.bs-slider-1 .bs-slider-1-item>.item-content:before{padding-top:110%!important}.bs-slider-1 .bs-slider-1-item .title a{font-size:75%;line-height:170%;display:inline-block}.bs-slider-1 .bs-slider-1-item .content-container{left:0;right:0;padding:0 20px 20px}.bs-slider-1 .better-direction-nav .better-prev{left:-20px;opacity:0}.bs-slider-1:hover .better-direction-nav .better-prev{left:10px;opacity:1}.bs-slider-1 .better-direction-nav .better-next{right:-20px;opacity:0}.bs-slider-1:hover .better-direction-nav .better-next{right:10px;opacity:1}}.bs-slider-2-item>.item-content:before{padding-top:45%}.bs-slider-2-item:hover .img-cont{transform:scale(1.04);-webkit-transform:scale(1.04);-moz-transform:scale(1.04)}.bs-slider-2-item .content-container{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;position:absolute;left:50%;bottom:10px;padding:30px;overflow:hidden;pointer-events:none;z-index:2;opacity:0;width:460px;margin:0 0 0 -230px;background:#fff;box-shadow:1px 1px 3px rgba(0,0,0,.2);text-align:center}.bs-slider-2-item.slider-content-shown .content-container{bottom:40px;opacity:1}.bs-slider-2-item .content-container a{pointer-events:all}.bs-slider-2-item .title{margin:10px 0 0;line-height:1.4;text-align:center!important}.bs-slider-2-item .title a{color:#212121}.bs-slider-2-item .post-meta{margin-top:8px;text-align:center!important;font-size:12px}.bs-slider-2-item .post-meta .comments,.bs-slider-2-item .post-meta .post-author{color:#212121;font-size:12px}.bs-slider-2-item .post-meta .comments{float:none;margin-left:0}.bs-slider-2-item .post-meta .post-author:after,.bs-slider-2-item .post-meta .time{color:#212121}.bs-slider-2-item .content-container a.read-more{border:1px solid transparent;background:0 0;color:#fff;font-size:12px;padding:6px 20px;-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;line-height:20px;margin-top:15px}.bs-slider-2-item .content-container a.read-more:hover{color:#fff}.bs-slider-2-item .term-badges.floated{position:relative;right:auto;left:auto;top:auto;bottom:auto;width:100%;text-align:center;margin-bottom:15px}.bs-slider-2-item .term-badges.floated .term-badge a{background:#212121!important;color:#fff!important;margin:0}.bs-slider-2-item:hover .format-icon{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2)}.bs-slider-2 .better-direction-nav .better-next,.bs-slider-2 .better-direction-nav .better-prev{transform:none;border-radius:50%;width:40px;height:40px;background:0 0;border:2px solid #fff;text-align:center;line-height:40px;color:#fff;text-shadow:none;margin:-36px 0 0;-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s}.bs-slider-2-item .post-subtitle{margin-top:7px}.bs-slider-2-item .post-subtitle:first-child,.bs-slider-2-item .term-badges+.post-subtitle{margin:0 0 -4px}.bs-slider-2.l-1 .bs-slider-2-item>.item-content:before,.bs-slider-2.l-2 .bs-slider-2-item>.item-content:before,.bs-slider-2.l-3 .bs-slider-2-item>.item-content:before{padding-top:70%}.bs-slider-2.l-1 .bs-slider-2-item .title a,.bs-slider-2.l-2 .bs-slider-2-item .title a,.bs-slider-2.l-3 .bs-slider-2-item .title a{font-size:85%}.bs-slider-2.l-2 .bs-slider-2-item>.item-content:before,.bs-slider-2.l-3 .bs-slider-2-item>.item-content:before{padding-top:120%}.bs-slider-2.l-2 .bs-slider-2-item .post-meta,.bs-slider-2.l-3 .bs-slider-2-item .post-meta{display:none}.bs-slider-2.l-2 .bs-slider-2-item .title a,.bs-slider-2.l-3 .bs-slider-2-item .title a{font-size:75%;line-height:170%;display:inline-block}.bs-slider-2.l-2 .bs-slider-2-item .content-container,.bs-slider-2.l-3 .bs-slider-2-item .content-container{left:7.5%;bottom:7.5%;right:7.5%;padding:20px;width:85%;transform:none;margin:0}.bs-slider-2.l-3 .better-direction-nav .better-next,.bs-slider-2.l-3 .better-direction-nav .better-prev{display:none}@media only screen and (max-width:780px){.bs-slider-2-item>.item-content:before{padding-top:70%}.bs-slider-2-item .title a{font-size:85%}}@media only screen and (max-width:520px){.bs-slider-2-item>.item-content:before{padding-top:120%!important}.bs-slider-2-item .post-meta{display:none}.bs-slider-2-item .title a{font-size:75%;line-height:170%;display:inline-block}.bs-slider-2-item .content-container{left:7.5%;bottom:7.5%;right:7.5%;padding:20px;width:85%;transform:none;margin:0}}@media only screen and (max-width:370px){.bs-slider-2 .better-direction-nav .better-next,.bs-slider-2 .better-direction-nav .better-prev{display:none}}.bs-slider-3-item>.item-content:before{padding-top:45%}.bs-slider-3-item:hover .img-cont{transform:scale(1.04);-webkit-transform:scale(1.04);-moz-transform:scale(1.04)}.bs-slider-3-item .content-container{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;position:absolute;left:50%;top:45%;padding:30px;overflow:hidden;pointer-events:none;z-index:2;opacity:0;width:460px;margin:-120px 0 0 -230px;background:#fff;box-shadow:1px 1px 3px rgba(0,0,0,.2);text-align:center}.bs-slider-3-item .content-container a.read-more{border:1px solid transparent;background:0 0;color:#fff;font-size:12px;padding:6px 20px;-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;line-height:20px;margin-top:15px}.bs-slider-3-item .content-container a.read-more:hover{color:#fff}.bs-slider-3-item.slider-content-shown .content-container{opacity:1;top:50%}.bs-slider-3-item .content-container a{pointer-events:all}.bs-slider-3-item .title{margin:10px 0 0;line-height:1.4;text-align:center!important}.bs-slider-3-item .title a{color:#212121}.bs-slider-3-item .post-meta{margin-top:8px;text-align:center!important;font-size:12px}.bs-slider-3-item .post-meta .comments,.bs-slider-3-item .post-meta .post-author{color:#212121;font-size:12px}.bs-slider-3-item .post-meta .comments{float:none;margin-left:0}.bs-slider-3-item .post-meta .post-author:after,.bs-slider-3-item .post-meta .time{color:#212121}.bs-slider-3-item .term-badges.floated{position:relative;right:auto;left:auto;top:auto;bottom:auto;width:100%;text-align:center;margin-bottom:15px}.bs-slider-3-item .term-badges.floated .term-badge a{background:#212121!important;color:#fff!important;margin:0}.bs-slider-3 .better-direction-nav .better-next,.bs-slider-3 .better-direction-nav .better-prev{transform:none;border-radius:50%;width:40px;height:40px;background:0 0;border:2px solid #fff;text-align:center;line-height:40px;color:#fff;text-shadow:none;margin:-36px 0 0;-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s}.bs-slider-3 .better-direction-nav .better-prev{left:20px}.bs-slider-3 .better-direction-nav .better-next{right:20px}.bs-slider-3-item:hover .format-icon{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2)}.bs-slider-3-item .post-subtitle{margin-top:7px}.bs-slider-3-item .post-subtitle:first-child,.bs-slider-3-item .term-badges+.post-subtitle{margin:0 0 -4px}.bs-slider-3.l-1 .bs-slider-3-item>.item-content:before,.bs-slider-3.l-2 .bs-slider-3-item>.item-content:before,.bs-slider-3.l-3 .bs-slider-3-item>.item-content:before{padding-top:60%}.bs-slider-3.l-1 .bs-slider-3-item .title a,.bs-slider-3.l-2 .bs-slider-3-item .title a,.bs-slider-3.l-3 .bs-slider-3-item .title a{font-size:90%}.bs-slider-3.l-1 .bs-slider-3-item>.item-content:before,.bs-slider-3.l-2 .bs-slider-3-item>.item-content:before,.bs-slider-3.l-3 .bs-slider-3-item>.item-content:before{padding-top:60%}.bs-slider-3.l-2 .bs-slider-3-item>.item-content:before,.bs-slider-3.l-3 .bs-slider-3-item>.item-content:before{padding-top:110%!important}.bs-slider-3.l-2 .bs-slider-3-item .post-meta,.bs-slider-3.l-3 .bs-slider-3-item .post-meta{display:none}.bs-slider-3.l-2 .bs-slider-3-item .title a,.bs-slider-3.l-3 .bs-slider-3-item .title a{font-size:75%;line-height:150%;display:inline-block}.bs-slider-3.l-3 .bs-slider-3-item .content-container{left:7.5%;bottom:7.5%;right:7.5%;top:auto;padding:20px;width:85%;transform:none;margin:0}.bs-slider-3.l-3 .bs-slider-3-item.slider-content-shown .content-container{bottom:25px}.bs-slider-3.l-3 .better-direction-nav .better-next,.bs-slider-3.l-3 .better-direction-nav .better-prev{display:none}@media only screen and (max-width:780px){.bs-slider-3 .bs-slider-3-item>.item-content:before{padding-top:60%}.bs-slider-3 .bs-slider-3-item .title a{font-size:90%}.bs-slider-3 .bs-slider-3-item>.item-content:before{padding-top:60%}}@media only screen and (max-width:520px){.bs-slider-3 .bs-slider-3-item>.item-content:before{padding-top:110%!important}.bs-slider-3 .bs-slider-3-item .post-meta{display:none}.bs-slider-3 .bs-slider-3-item .title a{font-size:75%;line-height:150%;display:inline-block}.bs-slider-3 .bs-slider-3-item .content-container{left:7.5%;bottom:7.5%;right:7.5%;top:auto;padding:20px;width:85%;transform:none;margin:0}}@media only screen and (max-width:380px){.bs-slider-3 .bs-slider-3-item.slider-content-shown .content-container{bottom:25px}.bs-slider-3 .better-direction-nav .better-next,.bs-slider-3 .better-direction-nav .better-prev{display:none}}.bs-push-noti{position:relative;padding:10px;font-weight:700;overflow:hidden;text-align:center}.bs-push-noti-bg{display:none}.bs-push-noti .bs-push-noti-button{text-transform:capitalize!important;line-height:30px;font-weight:bolder}.bs-push-noti .bs-push-noti-wrapper-icon{color:#fff}.bs-push-noti.bspn-t1.bspn-t1{text-align:left}.bs-push-noti.bspn-t1 .bs-push-noti-inner{padding:15px 10px 20px 124px;border:1px solid #e8e8e8;position:relative;overflow:hidden}.bs-push-noti.bspn-t1 p{font-size:15px;font-weight:400;margin:0 0 15px}.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon{padding:10px;background:#bbb;position:absolute;top:-1px;left:-1px;bottom:-1px;width:111px;text-align:center}.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:after{content:'';position:absolute;width:50px;height:37px;background-color:rgba(255,255,255,.25);border-radius:5px 5px 5px 0;top:50%;left:50%;margin-left:-26px;margin-top:-23px}.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:before{content:'';position:absolute;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:0 solid transparent;border-left:14px solid rgba(255,255,255,.25);z-index:2;left:50%;margin-left:-26px;bottom:50%;margin-bottom:-24px}.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon .notification-icon{position:absolute;top:50%;font-size:17px;margin-top:-13px;margin-left:-8.5px;color:#fff;z-index:1}.bs-push-noti.bspn-t1 .bs-push-noti-bg{display:block;position:absolute;top:-50%;right:-3%;font-size:7em;transform:rotate(30deg);opacity:.09}.bs-push-noti.post-bottom{margin-bottom:0!important}.widget .bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon{position:absolute;left:-16px;right:-16px;top:-1px;display:block;height:140px;width:auto}.widget .bs-push-noti.bspn-t1 .bs-push-noti-inner{padding-left:15px;padding-top:150px}.bs-push-noti.bspn-t2{padding:0}.bs-push-noti.bspn-t2 .bs-push-noti-inner{background:#fdfdfd;text-align:center;margin-top:35px;padding:10px 20px 20px;border:1px solid #e8e8e8}.bs-push-noti.bspn-t2 .bs-push-noti-wrapper-icon{background:#ccc;border-radius:50%;display:inline-block;font-size:20px;position:relative;top:-40px;line-height:60px;width:60px;height:60px;z-index:9}.bs-push-noti.bspn-t2 .notification-icon{line-height:60px}.bs-push-noti.bspn-t2 .bs-push-noti-message{margin-top:-25px;margin-bottom:20px}.bs-push-noti.bspn-t2 p{font-size:15px;font-weight:400;margin:0}.bs-push-noti.bspn-t2 .bs-push-noti-button:before{font:normal normal normal 14px/1 bs-icons;content:"\b061";margin-right:5px;vertical-align:middle}.bs-push-noti.bspn-t2 .bs-push-noti-button{text-transform:capitalize!important;line-height:20px;font-weight:bolder}.bs-box-inner{position:relative;overflow:hidden;z-index:1}.bs-box-inner:before{display:block;content:" ";width:100%;padding-top:70%}.bs-box .box-content{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.bs-box .box-image{background-repeat:no-repeat!important;background-position:top center!important;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bs-box-1 .bs-box-inner{background:#ccc}.bs-box-1 .box-text{position:absolute;background:#fff;color:#333;font-size:16px;text-align:center;padding:20px;bottom:30px;left:30px;right:30px;opacity:1;pointer-events:none}.bs-box-1 .box-image:before{border:1px solid #fff;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transform:scale(1,1);-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.bs-box-1:hover .box-image:before{bottom:15px;left:15px;opacity:1;right:15px;top:15px}.bs-box-1 .box-pre-title{font-size:13px;margin-bottom:5px;text-transform:capitalize}.bs-box-1 .box-title{font-size:22px;margin:0}.bs-box-2 .box-image:after{border:1px solid #fff;content:"";position:absolute;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;bottom:15px;left:15px;opacity:1;right:15px;top:15px}.bs-box-2 .box-text{position:absolute;top:50%;pointer-events:none;transform:translateY(-50%);left:0;right:0;-webkit-backface-visibility:hidden;text-align:center}.bs-box-2 .box-image:before{content:"";position:absolute;right:0;top:0;bottom:0;left:0;background:rgba(0,0,0,.2);-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.bs-box-2:hover .box-image:before{background:rgba(0,0,0,.3)}.bs-box-2 .box-title{font-size:14px;margin:0;text-transform:capitalize;padding:5px 10px;line-height:1.3;background:#fff;color:#353535;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);display:inline-block}.bs-box-3 .box-text{position:absolute;font-size:16px;padding:0;bottom:25px;left:25px;right:25px;opacity:1;pointer-events:none}.bs-box-3 .box-image:before{content:"";position:absolute;right:0;top:0;bottom:0;left:0;background:rgba(0,0,0,.25);-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.bs-box-3:hover .box-image:before{background:rgba(0,0,0,.35)}.bs-box-3 .box-sub-title{font-size:13px;margin-bottom:5px;color:#fff;text-shadow:0 1px rgba(0,0,0,.09)}.bs-box-3 .box-title{font-size:17px;margin:0 0 10px;color:#fff;text-transform:uppercase;text-shadow:0 1px rgba(0,0,0,.09)}.bs-box-3 .bf-icon{color:#fff;text-shadow:0 1px rgba(0,0,0,.09);font-size:24px;display:block;margin-bottom:15px}.bs-box-3.box-no-bg .bf-icon,.bs-box-3.box-no-bg .box-sub-title,.bs-box-3.box-no-bg .box-title{color:#333;text-shadow:none}.bs-box-3.box-no-bg{background:#eee}.bs-box-3.box-no-bg .box-image:before{display:none}.bs-box-3.box-text-left .bf-icon,.bs-box-3.box-text-left .box-sub-title,.bs-box-3.box-text-left .box-title{text-align:left!important}.bs-box-3.box-text-right .bf-icon,.bs-box-3.box-text-right .box-sub-title,.bs-box-3.box-text-right .box-title{text-align:right!important}.bs-box-3.box-text-center .bf-icon,.bs-box-3.box-text-center .box-sub-title,.bs-box-3.box-text-center .box-title{text-align:center!important}.bs-box-4 .bs-box-inner:before{padding-top:120%}.bs-box-4 .box-text{position:absolute;font-size:16px;padding:0;bottom:25px;left:25px;right:25px;opacity:1;pointer-events:none}.bs-box-4 .box-image:before{content:"";position:absolute;right:0;top:0;bottom:0;left:0;background:rgba(0,0,0,.25);-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.bs-box-4:hover .box-image:before{background:rgba(0,0,0,.35)}.bs-box-4 .box-sub-title{font-size:13px;margin-bottom:5px;color:#fff;text-shadow:0 1px rgba(0,0,0,.09)}.bs-box-4 .box-title{font-size:17px;margin:0 0 10px;color:#fff;text-transform:uppercase;text-shadow:0 1px rgba(0,0,0,.09)}.bs-box-4 .bf-icon{color:#fff;text-shadow:0 1px rgba(0,0,0,.09);font-size:24px;display:block;margin-bottom:15px}.bs-box-4.box-no-bg .bf-icon,.bs-box-4.box-no-bg .box-sub-title,.bs-box-4.box-no-bg .box-title{color:#333;text-shadow:none}.bs-box-4.box-no-bg{background:#eee}.bs-box-4.box-no-bg .box-image:before{display:none}.bs-box-4.box-text-left .bf-icon,.bs-box-4.box-text-left .box-sub-title,.bs-box-4.box-text-left .box-title{text-align:left!important}.bs-box-4.box-text-right .bf-icon,.bs-box-4.box-text-right .box-sub-title,.bs-box-4.box-text-right .box-title{text-align:right!important}.bs-box-4.box-text-center .bf-icon,.bs-box-4.box-text-center .box-sub-title,.bs-box-4.box-text-center .box-title{text-align:center!important}.listing-widget,.widget .listing-widget{padding:0;margin:0;list-style:none}.listing-widget .listing-item img.wp-post-image{max-width:80px;float:left;margin-right:15px}.listing-widget .listing-item{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(0,0,0,.05)}.listing-widget .listing-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.listing-widget .img-holder{width:80px}.listing-widget .img-holder:before{padding-top:70%}.listing-widget .listing-item .post-meta{margin-top:2px}@media only screen and (max-width:678px){.footer-widgets>.content-wrap>.container>.row>:last-child{margin-bottom:0!important}}.listing-widget.listing-widget-simple .listing-item .title{font-size:14px;margin:0}.listing-widget.listing-widget-simple .listing-item .title a{line-height:1.4}.listing-widget.listing-widget-simple .listing-item .post-meta{margin-top:5px;margin-bottom:8px}.listing-widget.listing-widget-thumbnail .listing-item .title{font-size:14px;margin:0;line-height:1.2}.separator-line{margin:15px auto;width:70%;overflow:hidden;text-align:center;position:relative;height:20px;color:#949494}.separator-line .sep-icon{padding:0 25px;font-size:14px;height:20px;line-height:20px;position:relative;z-index:1;color:rgba(0,0,0,.35)}.separator-line .sep-icon:after{content:'';height:2px;width:440%;top:50%;left:-440%;position:absolute;margin-top:-1px;background-color:#dadada;background-color:rgba(0,0,0,.15);display:inline-block}.separator-line .sep-icon:before{content:'';height:2px;width:440%;top:50%;right:-440%;position:absolute;margin-top:-1px;background-color:#dadada;background-color:rgba(0,0,0,.15);display:inline-block}.sidebar>.widget:last-child,.widget>.bs-listing{margin-bottom:0}.widget ol,.widget ul{padding-left:20px;margin-bottom:0}.widget li{margin-bottom:7px}.widget li:last-child{margin-bottom:0}.widget li>ul{margin-top:10px}.widget img{max-width:100%;height:auto}.widget.widget_text img{margin:10px 0 15px 0}.widget select{width:100%}.sidebar-column .widget>.bs-listing:last-child{margin-bottom:0}.widget>.better-weather{margin-bottom:0}.widget.widget_archive ul{list-style:none;padding-left:0;margin-bottom:0}.widget.widget_archive ul li a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f187';margin-right:10px}.widget.widget_archive ul li a{font-size:14px}.widget.widget_archive ul li{border-bottom:1px solid #f5f5f5;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:5px;padding-bottom:5px}.widget.widget_archive ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.widget.widget_archive .post-count{float:right;color:#444;min-width:24px;height:24px;line-height:24px;font-size:14px;background:#eee;text-align:center}.widget.widget_calendar{font-size:13px}.widget.widget_calendar table{width:100%;margin:0 auto;text-align:center}.widget.widget_calendar table td,.widget.widget_calendar table th{text-align:center;padding:5px 0}.widget.widget_calendar table td.active-day{background-color:#444;background-color:rgba(0,0,0,.71)}.widget.widget_calendar table td.active-day:hover{background-color:#444;background-color:rgba(0,0,0,.91)}.widget.widget_calendar table td,.widget.widget_calendar table td:hover{background-color:#dcdcdc;background-color:rgba(0,0,0,.08);color:#888;color:rgba(0,0,0,.51)}.widget.widget_calendar table td.pad,.widget.widget_calendar table td.pad:hover{background-color:#fff;background-color:rgba(0,0,0,.03)}.widget.widget_calendar table td a{color:#fff}.widget.widget_calendar table caption{padding:20px 5px;text-align:center;background-color:#444;background-color:rgba(0,0,0,.75);font-size:18px;color:#fff;margin-bottom:2px}.widget.widget_calendar table tfoot td,.widget.widget_calendar table th{background-color:#444;background-color:rgba(0,0,0,.71);color:#fff}.widget.widget_calendar table tfoot td:hover{background-color:#dedede}.widget.widget_categories ul{list-style:none;padding-left:0}.widget.widget_categories ul:last-child{margin-bottom:0}.widget.widget_categories ul li{border-bottom:1px solid #f5f5f5;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:5px;padding-bottom:5px}.widget.widget_categories ul li a{text-transform:capitalize;font-size:14px}.widget.widget_categories ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.widget.widget_categories ul li a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f07c';margin-right:10px}.widget.widget_categories .children a:before{content:'\f115'}.widget.widget_categories .post-count{float:right;color:#444;min-width:22px;height:22px;line-height:22px;font-size:12px;padding:0 4px;background:#eee;background:rgba(0,0,0,.08);text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.widget.widget_categories ul.children{border-top:1px solid #f5f5f5;border-top:1px solid rgba(0,0,0,.06);margin-top:5px;padding-top:5px;padding-left:25px}.widget.widget_categories ul.children li:last-child{margin-bottom:0;padding-bottom:0}.widget.widget_nav_menu .bf-icon{margin-left:5px;margin-right:7px}.widget.widget_nav_menu ul.menu li.menu-have-icon.menu-title-hide>a>.bf-icon{margin-right:5px}.widget.widget_nav_menu ul.menu{font-size:16px}.widget.widget_nav_menu ul,.widget.widget_nav_menu ul ul{list-style:none;margin-top:0;padding:0}.widget.widget_nav_menu ul.menu>li .sub-menu{position:relative;top:0;left:0;display:block;width:auto;height:auto;background:0 0}.widget.widget_nav_menu ul.menu>li .sub-menu .sub-menu{left:0}.widget.widget_nav_menu ul.menu li{display:block;float:none;margin-bottom:2px;padding:0}.widget.widget_nav_menu ul.menu li:before{content:'';display:none}.widget.widget_nav_menu ul.menu li.menu-title-hide span.hidden{display:inline!important;visibility:visible!important}.widget.widget_nav_menu ul.menu li a{line-height:24px;font-size:12px;padding:5px 10px;background-color:#fff;border:1px solid #dedede;display:block;position:relative;width:100%}.widget.widget_nav_menu ul.menu li a .description{display:none}.widget.widget_nav_menu ul.menu li>a:hover{color:#fff!important;border-color:transparent!important}.widget.widget_nav_menu ul.menu li a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f0da';margin-left:7px;margin-right:7px}.widget.widget_nav_menu ul.menu ul li a:before{content:'\f105'}.widget.widget_nav_menu ul.menu li .sub-menu li.menu-have-icon>a:before,.widget.widget_nav_menu ul.menu li.menu-have-icon a:before{display:none}.widget.widget_nav_menu ul.menu ul li:first-child{margin-top:2px}.widget.widget_nav_menu ul.menu ul li{margin-left:15px}.widget.widget_nav_menu ul.menu ul ul li{margin-left:15px}.widget.widget_nav_menu ul.menu .sub-menu>li:last-child a{border-bottom:1px solid #dedede!important}.widget.widget_nav_menu ul.menu .sub-menu>li:last-child a:hover{border-bottom-color:transparent!important}.widget.widget_nav_menu ul.menu li .sub-menu>li>a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f0da'}.widget.widget_nav_menu .menu .better-custom-badge{display:inline-block;height:16px;line-height:16px;color:#fff!important;font-family:"Open Sans";font-size:10px;padding:0 5px;margin-left:13px;font-weight:700;z-index:1;text-transform:uppercase;text-align:center;min-width:19px;position:absolute;top:50%;margin-top:-8px;right:8px}.widget.widget_nav_menu .menu .better-custom-badge:after{border:solid 4px transparent;border-top-color:transparent!important;border-bottom-color:transparent!important;content:" ";height:0;width:0;position:absolute;pointer-events:none;top:50%;left:-8px;margin-top:-4px}.ltr .widget.widget_nav_menu .menu .better-custom-badge:after{border-left-color:transparent!important}.widget.widget_nav_menu ul.menu li.current-menu-item>a{border-color:transparent;color:#fff}.widget.widget_nav_menu ul.menu>li>.mega-menu{display:none}.widget.widget_nav_menu ul.menu li.menu-item-has-children>a:after{display:none}.widget.widget_nav_menu ul.menu .mega-menu,.widget.widget_nav_menu ul.menu .sub-menu{display:block;visibility:visible;opacity:1!important;transform:none!important;transition:none!important;animation-name:none!important;position:relative;top:auto!important;left:auto!important;right:auto!important;background:0 0!important;width:100%}.widget.widget_pages ul{list-style:none;padding-left:0}.widget.widget_pages ul li{border-bottom:1px solid #f5f5f5;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:5px;padding-bottom:5px}.widget.widget_pages ul li a{font-size:13px}.widget.widget_pages ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.widget.widget_pages ul li a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f15b';margin-right:10px}.widget.widget_recent_comments a{border-bottom:1px solid #e7e7e7;border-bottom:1px solid rgba(0,0,0,.06)}.widget.widget_recent_comments ul{list-style:none;padding-left:0}.widget.widget_recent_comments ul li{margin-bottom:5px;padding-bottom:5px}.widget.widget_recent_comments ul li a{font-size:13px}.widget.widget_recent_comments ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.widget.widget_recent_comments ul li:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f075';margin-right:10px}.widget.widget_recent_entries ul{list-style:none;padding-left:0;margin-bottom:0}.widget.widget_recent_entries ul li{border-bottom:1px solid #f5f5f5;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:8px;padding-bottom:8px}.widget.widget_recent_entries ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.widget.widget_recent_entries li a{font-size:14px}.widget.widget_recent_entries li .post-date{font-style:italic;display:block;font-size:12px}.widget.widget_rss li .rsswidget{font-size:14px}.widget.widget_rss li .rss-date{display:block;font-style:italic}.widget.widget_rss li .rssSummary{font-size:13px}.search-header .search-form,.widget.widget_display_search form[role=search],.widget.widget_product_search .woocommerce-product-search,.widget.widget_search .search-form{position:relative}.search-header .search-form .search-field,.widget.widget_display_search form[role=search] input#bbp_search,.widget.widget_product_search .search-field,.widget.widget_search .search-form input[type=search]{width:100%;padding-right:20%;margin:0;line-height:36px;height:36px}.search-header .search-form .search-submit,.widget.widget_display_search form[role=search] input#bbp_search_submit,.widget.widget_product_search input[type=submit],.widget.widget_search .search-form .search-submit{position:absolute;right:0;top:0;line-height:36px;height:36px;padding:0 16px}.widget.widget_tag_cloud .tagcloud a{display:inline-block;line-height:16px;color:#444;background-color:#fff;border:1px solid #dedede;margin:0 6px 6px 0;padding:5px 7px;font-size:12px!important;font-weight:400}.widget.widget_tag_cloud .tagcloud a:hover{color:#fff;border-color:transparent}.bs-social-share .social-list{list-style:none;padding:0;margin:0}.bs-social-share span.social-item{float:left;margin-right:6px;padding:0}.bs-social-share span.social-item a{font-family:"Open Sans",sans-serif;border-radius:2px}.bs-social-share span.social-item.bbm,.bs-social-share span.social-item.line,.bs-social-share span.social-item.whatsapp{display:none}.widget_bs-theme-social-share .bs-social-share span.social-item{float:none;display:inline-block}@media only screen and (max-width:780px){.bs-social-share span.social-item.bbm,.bs-social-share span.social-item.line,.bs-social-share span.social-item.whatsapp{display:block}}.bs-social-share.style-button span.social-item a{height:30px;line-height:30px;font-size:13px;padding:0 13px;background-color:#8d8d8d;display:block;color:#fff!important;margin-bottom:7px}.bs-social-share.style-button span.social-item a:hover{background-color:#7c7c7c}.bs-social-share.style-button span.social-item a span{margin-left:7px}.bs-social-share.style-button span.social-item a span:last-child:first-child{margin-right:0;margin-left:0}.bs-social-share.style-button.no-title-style span.social-item a{width:40px;text-align:center;padding:0}.bs-social-share.style-button.no-title-style span.social-item a .fa{margin-right:0}.bs-social-share.style-button.colored span.social-item.facebook a{background-color:#4a639f}.bs-social-share.style-button.colored span.social-item.facebook a:hover{background-color:#5271b3}.bs-social-share.style-button.colored span.social-item.twitter a{background-color:#59c8ff}.bs-social-share.style-button.colored span.social-item.twitter a:hover{background-color:#58d1ff}.bs-social-share.style-button.colored span.social-item.google_plus a{background-color:#d73d32}.bs-social-share.style-button.colored span.social-item.google_plus a:hover{background-color:#e64035}.bs-social-share.style-button.colored span.social-item.pinterest a{background-color:#cb2027}.bs-social-share.style-button.colored span.social-item.pinterest a:hover{background-color:#e32229}.bs-social-share.style-button.colored span.social-item.linkedin a{background-color:#0266a0}.bs-social-share.style-button.colored span.social-item.linkedin a:hover{background-color:#027ec1}.bs-social-share.style-button.colored span.social-item.tumblr a{background-color:#3e5a70}.bs-social-share.style-button.colored span.social-item.tumblr a:hover{background-color:#426283}.bs-social-share.style-button.colored span.social-item.email a{background-color:#0c151c}.bs-social-share.style-button.colored span.social-item.email a:hover{background-color:#1a2a39}.bs-social-share.style-button.colored span.social-item.telegram a{background-color:#179cde}.bs-social-share.style-button.colored span.social-item.telegram a:hover{background-color:#0f8dde}.bs-social-share.style-button.colored span.social-item.whatsapp a{background-color:#00e676}.bs-social-share.style-button.colored span.social-item.whatsapp a:hover{background-color:#00ca65}.bs-social-share.style-button.colored span.social-item.reddit a{background-color:#ff4500}.bs-social-share.style-button.colored span.social-item.reddit a:hover{background-color:#dc3c01}.bs-social-share.style-button.colored span.social-item.stumbleupon a{background-color:#ee4813}.bs-social-share.style-button.colored span.social-item.stumbleupon a:hover{background-color:#ce3d0f}.bs-social-share.style-button.colored span.social-item.vk a{background-color:#4c75a3}.bs-social-share.style-button.colored span.social-item.vk a:hover{background-color:#3e5f84}.bs-social-share.style-button.colored span.social-item.digg a{background-color:#000}.bs-social-share.style-button.colored span.social-item.digg a:hover{background-color:#2f2f2f}.bs-social-share.style-button.colored span.social-item.line a{background-color:#00b900}.bs-social-share.style-button.colored span.social-item.line a:hover{background-color:#00b900}.bs-social-share.style-button.colored span.social-item.line .fa.fa-line-it{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAxlBMVEX///8AuwAAtwAAvQD9//1O0kx23Xaa5Zly3HEryij7/vvw+/Ds+uzZ9tnR9NGM4YyK4IpJ0Ug6zDgdxhn3/ffl+OTX9te/77657bix67Gp6amk6KOC34Fr2mph1mBd1VxCzkBB0D8DwQD0/fTo+eff9t/K8srD8MO77rqu6q6d5ZyR45GH4IZ+331u2m1U1FI1yzIwyi0vyiwiyB4NxQMAvwDt+u3e9t7M8sy37LaT4pKP4Y963Xk+zTwmyCIYxBITwwsAtABqI5GFAAABAklEQVQY022RV5KDMBBEm5FENsE4kW3WOYf15nj/S60KKFym9v3paWY+uqH8S62poda1/Rbq+1uSn1j1gVJ2188osV4zRpUmtn1CAx+dpIe0Ee7ofJICUjSg5QMCiR7arOWRFXg8RC9aagPEQy3dd2B94acD09BhT/THSV/sg8vBATIcbZjHHSxfNVgq1LNQB0ACow+zq5pTX5fz1+QsPqRWcX0B7xa+J1JjsWG7i5E74D7IBZbudrSYh3YvdELXm8EpQMEMLXhGUOjw0NIaSa1QPr2zsQwLZYCr2wLXGNV5kzL2hn0Oia3L160GYkEEYD5uaqigXxeWVzSlNWxG9ajkD+0mEhtxMt1EAAAAAElFTkSuQmCC);display:inline-block;height:22px;width:22px;background-repeat:no-repeat;vertical-align:middle;margin-top:-6px;margin-left:-5px}.bs-social-share.style-button.colored span.social-item.bbm a{background-color:#1f1f1f}.bs-social-share.style-button.colored span.social-item.bbm a:hover{background-color:#3c3c3c}.bs-social-share.style-button.colored span.social-item.bbm .fa.fa-bbm{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMABezkG/XZhyYiCgOqO/Hb0sO+t7SejnluXVdAMh0SDuHe1UtHLSncyK6Zk4JyadjoMwwAAADLSURBVBjTtZBZrsIwDEVvmjRDWzrTuWXmjcD+d0cSWUjwicT5OfJV7MjGR0k45/kV6K2z34XSDb9ZZIz1zXGkeOWrGputc3qiuP+SMv/TOOdS7pMjWKeU6hEzxmLAm1mL0HVhEUJEACLr5TEUVRAE+wNwsd62DK1LQ6ROBVD6VxOGpmn+R/gqwexHBgaE7d2tNUZrXo+AnqZTBJy1Fu5HY8xsPe/CMP1e4YWBhhJtVdXKgE7QPV2mZFBFUf507OkyWQTamThwSzbgPe52ABZlYOfWsgAAAABJRU5ErkJggg==);display:inline-block;height:22px;width:22px;background-repeat:no-repeat;vertical-align:middle;margin-top:-6px;margin-left:-3px}.bs-social-share.style-button.colored span.social-item.viber a{background-color:#5d54a4}.bs-social-share.style-button.colored span.social-item.viber .fa.fa-viber{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAtFBMVEVmXaxlW6taTqVeVKhjWadcUKb///9iWKZhVqnu7fZWS6P8/P5pX65iWKphWKSQisR9dLlrYq9YTaO2sdhyabNTR6Hw7/fm5fKsp9Kjnc6gmsyclsqIgb+BeLt5cLZ1bLNuZLD5+fzq6fTAu927t9uoo9CWkMf39vvRzufOy+Wwq9SalMlwZrFcUaP08/nf3e7IxOHFweCxrNSNhsKEfb3i4fDLx+O4s9mzrtZOQp/W1OnV0+nSxjEiAAABXUlEQVQY0z2Qh5LjIAxABQoEAz737tiOW3rPtrv//6/D8e6+GTTMk0bSCGYEo5RR85DAL8i8Mvvs+2BwamQ/CRbuk/XZMpzX8e2J9mxXCX8f3bABr3oEscpf9cJ7U478kghuSCU97njJjKYFz78gW9EwS4sG/WbzTxAgeLWA9fzS4GPYp0dBO1Uh2JC8S6/l/C7LILvntn/gDgNxtAIfA74pmFd8pEMoS1VQwDpOKdabFgRq55C5crXOvzXQT+5EgJKYbV5ahNbeRNjGz+joaEpYqQ4UbJ10FIB5F/Wx5dvKpuM0kuDuzbYBsOm5YYey5y4C0Ny0JcazcqfWRaTjCzFlomkt17c1ERKfbqRvfGTzqSwVeEJorb3V3uLpdCoChFbX1o2GJGnPavP3gGKSBoZD9dh2t+4+VoIuCJn1ArOgq6OT7/un5WICXvE0Xmt/sZzV0gDLiT8mM3+++Q/56h8tpySg5AAAAABJRU5ErkJggg==);display:inline-block;height:22px;width:22px;background-repeat:no-repeat;vertical-align:middle;margin-top:-4px;margin-left:-5px}.bs-social-share.style-outline-button span.social-item a{height:32px;line-height:28px;font-size:13px;padding:0 13px;display:block;color:#5e5e5e;border:2px solid #a1a1a1;margin-bottom:7px}.bs-social-share.style-outline-button span.social-item a .fa{margin-right:5px}.bs-social-share.style-outline-button.no-title-style span.social-item a{width:40px;text-align:center}.bs-social-share.style-outline-button.no-title-style span.social-item a .fa{margin-right:0}.bs-social-share.style-outline-button.colored span.social-item.facebook a{border-color:#4a639f;color:#4a639f}.bs-social-share.style-outline-button.colored span.social-item.facebook a:hover{border-color:#5271b3;color:#5271b3}.bs-social-share.style-outline-button.colored span.social-item.twitter a{border-color:#59c8ff;color:#59c8ff}.bs-social-share.style-outline-button.colored span.social-item.twitter a:hover{border-color:#58d1ff;color:#58d1ff}.bs-social-share.style-outline-button.colored span.social-item.google_plus a{border-color:#d73d32;color:#d73d32}.bs-social-share.style-outline-button.colored span.social-item.google_plus a:hover{border-color:#e64035;color:#e64035}.bs-social-share.style-outline-button.colored span.social-item.pinterest a{border-color:#cb2027;color:#cb2027}.bs-social-share.style-outline-button.colored span.social-item.pinterest a:hover{border-color:#e32229;color:#e32229}.bs-social-share.style-outline-button.colored span.social-item.linkedin a{border-color:#0266a0;color:#0266a0}.bs-social-share.style-outline-button.colored span.social-item.linkedin a:hover{border-color:#027ec1;color:#027ec1}.bs-social-share.style-outline-button.colored span.social-item.tumblr a{border-color:#3e5a70;color:#3e5a70}.bs-social-share.style-outline-button.colored span.social-item.tumblr a:hover{border-color:#426283;color:#426283}.bs-social-share.style-outline-button.colored span.social-item.email a{border-color:#0c151c;color:#0c151c}.bs-social-share.style-outline-button.colored span.social-item.email a:hover{border-color:#1a2a39;color:#1a2a39}.bs-social-share.style-outline-button.colored span.social-item.telegram a{border-color:#179cde;color:#179cde}.bs-social-share.style-outline-button.colored span.social-item.telegram a:hover{border-color:#179cde;color:#179cde}.bs-social-share.style-outline-button.colored span.social-item.whatsapp a{border-color:#00e676;color:#00e676}.bs-social-share.style-outline-button.colored span.social-item.whatsapp a:hover{border-color:#00ca65;color:#00ca65}.bs-about .about-title{text-align:center;margin:0 0 15px}.bs-about .about-text{text-align:center}.bs-about .about-link{text-align:center;margin-top:10px}.bs-about .about-link a{font-weight:700;font-size:14px}.bs-about .about-icons-list{text-align:center;margin:17px 0 0;padding:0}.bs-about .about-icons-list .about-icon-item{display:inline-block;margin:0 5px 5px 0}.bs-about .about-icons-list .about-icon-item a{width:28px;height:28px;display:inline-block;color:#333;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.22);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,.22);box-shadow:inset 0 0 0 1px rgba(0,0,0,.22);text-align:center;line-height:28px;font-size:16px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.bs-about .about-icons-list .about-icon-item a:hover{color:#fff;box-shadow:none}.bs-about .about-icons-list .about-icon-item a .bsfi,.bs-about .about-icons-list .about-icon-item a .fa{vertical-align:top;line-height:28px}.bs-about .about-icons-list .about-icon-item.facebook a:hover{background-color:#4a639f}.bs-about .about-icons-list .about-icon-item.twitter a:hover{background-color:#59c8ff}.bs-about .about-icons-list .about-icon-item.google-plus a:hover{background-color:#d73d32}.bs-about .about-icons-list .about-icon-item.instagram a:hover{background:#f77638;background:-webkit-radial-gradient(circle farthest-corner at 35% 90%,#fec564,rgba(0,0,0,0) 50%),-webkit-radial-gradient(circle farthest-corner at 0 140%,#fec564,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(0,0,0,0)),-webkit-linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(0,0,0,0)),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)}.bs-about .about-icons-list .about-icon-item.youtube a:hover{background-color:#cc181e}.bs-about .about-icons-list .about-icon-item.youtube a:hover{background-color:#cc181e}.bs-about .about-icons-list .about-icon-item.dribbble a:hover{background-color:#ea4c89}.bs-about .about-icons-list .about-icon-item.vimeo a:hover{background-color:#46a3e9}.bs-about .about-icons-list .about-icon-item.behance a:hover{background-color:#3b63fc}.bs-about .about-icons-list .about-icon-item.pinterest a:hover{background-color:#cb2027}.bs-about .about-icons-list .about-icon-item.github a:hover{background-color:#4c4c4c}.bs-about .about-icons-list .about-icon-item.email a:hover{background-color:#333}.bs-about .about-icons-list .about-icon-item.telegram a:hover{background-color:#179cde}.bs-about .about-icons-list .about-icon-item.vk a:hover{background-color:#4e729a}.bs-popular-categories .bs-popular-terms-list{padding:0;margin:0;list-style:none}.sidebar-column-secondary .bs-popular-categories .bs-popular-terms-list,.vc_col-sm-2 .bs-popular-categories .bs-popular-terms-list{padding:0}.bs-popular-categories .bs-popular-term-item{padding-bottom:8px;margin-bottom:8px;border-bottom:1px dashed rgba(0,0,0,.1);font-size:13px;line-height:24px}.bs-popular-categories .bs-popular-term-item .term-count,.bs-popular-categories .bs-popular-term-item a{color:#333}.bs-popular-categories .bs-popular-term-item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.bs-popular-categories .bs-popular-term-item .term-count{float:right;display:inline-block;background:rgba(0,0,0,.08);min-width:24px;height:24px;line-height:24px;text-align:center;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;padding:0 6px}.bs-popular-categories .bs-popular-term-item:hover .term-count{color:#fff}.bs-popular-categories .bs-popular-term-item:hover a{color:inherit}.widget.widget_bs-subscribe-newsletter{background:#efefef;padding:27px 23px!important}.bs-subscribe-newsletter .subscribe-image{margin-bottom:15px;text-align:center;max-width:312px;margin-left:auto;margin-right:auto;padding-top:5px}.bs-subscribe-newsletter .subscribe-message{text-align:center;max-width:312px;margin-left:auto;margin-right:auto;margin-bottom:15px}.bs-subscribe-newsletter .subscribe-message p:last-child{margin-bottom:0}.bs-subscribe-newsletter form{width:100%;position:relative;max-width:312px;margin-left:auto;margin-right:auto}.bs-subscribe-newsletter .newsletter-email{color:#5f6569;width:100%;border-color:#cbd1d8;height:34px;line-height:34px;border-radius:33px;padding:0 12px;font-size:12px}.bs-subscribe-newsletter .newsletter-subscribe{margin-top:0;width:auto;position:absolute;top:0;right:0;height:34px;line-height:34px;border-radius:0 33px 33px 0;text-transform:capitalize!important;cursor:pointer;font-size:13px;padding:0 13px}.bs-subscribe-newsletter .newsletter-subscribe .fa{margin-right:3px}.bs-subscribe-newsletter .powered-by{font-size:12px;margin:5px auto 0;max-width:311px;color:#b7b7b7;text-align:center;opacity:.6;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;vertical-align:middle}.bs-subscribe-newsletter .powered-by:hover{opacity:1}.bs-flickr .bs-flickr-photo-list{padding:0;margin:0;list-style:none}.bs-flickr .bs-flickr-photo-list.columns-2{margin:0}.bs-flickr .bs-flickr-photo-list.columns-2 li{float:left;width:50%;margin-bottom:10px;text-align:center}.bs-flickr .bs-flickr-photo-list.columns-2 li img{width:100%}.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(odd){padding-right:5px}.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(even){padding-left:5px}.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(n+3){clear:right}.bs-flickr .bs-flickr-photo-list.columns-3 li{float:left;width:33.333%;margin-bottom:8px}.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1){width:66.66666%;padding-right:3px!important}.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) img{width:100%}.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(2){padding:0 0 0 6px!important;margin-bottom:10px}.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3){padding:0 0 0 6px!important}.bs-flickr .bs-flickr-photo-list.columns-3 li img{max-width:100%}.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-1){padding:0 3px}.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-2){padding-right:6px;clear:left}.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n+3){padding-left:6px}.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo{float:left;width:12.5%}.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo img{max-width:100%}.bs-flickr .bs-flickr-photo-list.list-photos{margin:0;padding:0}.bs-flickr-photo .img-holder{width:100%}.bs-flickr-photo .img-holder:before{padding-top:100%}.bs-dribbble .bs-dribbble-shot-list{padding:0;margin:0;list-style:none}.bs-dribbble .bs-dribbble-shot-list li:before{display:none}.bs-dribbble .bs-dribbble-shot-list li{padding:0;margin-bottom:10px;text-align:center}.bs-dribbble .bs-dribbble-shot-list.columns-2 li{float:left;width:50%;margin-bottom:10px}.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(odd){padding-right:5px}.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(even){padding-left:5px}.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(n+3){clear:right}.bs-dribbble .bs-dribbble-shot-list.columns-3 li{float:left;width:33.333%}.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-1){padding:0 3px}.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-2){padding-right:6px;clear:left}.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n+3){padding-left:6px}.dribbble-shot .img-holder{width:100%}.bs-google-plus>div{margin-right:auto!important;margin-left:auto!important;display:block!important}.bs-embed .bs-embed-item iframe{max-width:100%}.bs-embed .bs-embed-item{margin-bottom:15px}.bs-embed .bs-embed-item:last-child{margin-bottom:0}.bs-instagram .bs-instagram-photo-list{padding:0;margin:0;list-style:none}.bs-instagram-photo{position:relative;z-index:1;width:100%}.bs-instagram-photo a{position:relative;display:block;width:100%;height:100%;float:none;margin:0}.bs-instagram-photo a,.bs-instagram-photo a:hover{color:#fff}.bs-instagram-photo a:before{padding-top:100%}.bs-instagram-photo .img-holder{background-color:#e6e6e6}.bs-instagram-photo .img-holder.b-loaded,body.bs-ll-d .bs-instagram-photo .img-holder{background-size:cover;background-color:transparent}.bs-instagram-photo a .the-hover:before{position:absolute;content:'';top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.35);display:block;-webkit-transition:all .45s ease;-moz-transition:all .45s ease;-o-transition:all .45s ease;transition:all .45s ease;opacity:0}.bs-instagram-photo a .the-hover:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f16d";width:40px;height:40px;line-height:40px;text-align:center;position:absolute;top:50%;margin-top:-20px;left:50%;margin-left:-20px;font-size:30px;opacity:0;-webkit-transition:all .45s ease;-moz-transition:all .45s ease;-o-transition:all .45s ease;transition:all .45s ease}.bs-instagram-photo:hover a .the-hover:after,.bs-instagram-photo:hover a .the-hover:before{opacity:1}.bs-instagram .bs-instagram-photo-list li:before{display:none}.bs-dribbble .bs-instagram-photo-list li{padding:0;margin-bottom:8px;text-align:center}.bs-dribbble .bs-instagram-photo-list li br{display:none}.bs-instagram .bs-instagram-photo-list .bs-instagram-photo img{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bs-instagram .bs-instagram-photo-list.columns-2 li{float:left;width:50%;margin-bottom:10px;max-height:155px;overflow:hidden}.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(odd){padding-right:5px}.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(even){padding-left:5px}.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(n+3){clear:right}.bs-instagram .bs-instagram-photo-list.columns-2-1 li{float:left;width:50%;margin-bottom:10px;max-height:155px;overflow:hidden}.bs-instagram .bs-instagram-photo-list.columns-2-1 li:first-child{width:100%;max-height:inherit;float:none;padding:0!important}.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(even){padding-right:5px}.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(odd){padding-left:5px}.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(n+3){clear:right}.bs-instagram .bs-instagram-photo-list.columns-3 li{float:left;width:33.333%;overflow:hidden;margin-bottom:10px}.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-1){padding:0 3px}.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-2){padding-right:6px;clear:left}.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n+3){padding-left:6px}.bs-instagram .bs-instagram-photo-list.columns-3-1 li{float:left;width:33.333%;margin-bottom:8px}.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1){width:66.66666%;padding-right:3px!important}.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) img{width:100%}.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(2){padding:0 0 0 6px!important;margin-bottom:10px}.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3){padding:0 0 0 6px!important}.bs-instagram .bs-instagram-photo-list.columns-3-1 li img{max-width:100%}.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-1){padding:0 3px}.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-2){padding-right:6px;clear:left}.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n+3){padding-left:6px}.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo{float:left;width:12.5%}.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo img{max-width:100%}.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo-list{margin:0;padding:0}.bs-instagram .better-direction-nav .better-next,.bs-instagram .better-direction-nav .better-prev{margin-top:-26px}.better-newsticker{min-height:24px;max-height:24px;overflow:hidden;position:relative;margin:0 0 20px 0}.better-newsticker .heading{display:inline-block;width:90px;height:24px;position:absolute;left:0;top:0;line-height:24px;font-size:12px;padding:0;text-transform:uppercase!important;margin:0;color:#fff;text-align:center;border-radius:3px}.better-newsticker .heading:after{content:'';display:inline-block;border-top:6px solid transparent;border-left:7px solid transparent;border-bottom:6px solid transparent;position:absolute;right:-7px;top:50%;margin-top:-6px}.better-newsticker ul.news-list{margin:0;padding:0;list-style:none}.better-newsticker ul.news-list li{margin:0;padding:0 15px 0 0;height:24px;line-height:24px;font-size:13px;width:65%;-webkit-transition:all .45s ease;-moz-transition:all .45s ease;-o-transition:all .45s ease;transition:all .45s ease;z-index:0;opacity:0;position:absolute;top:0;left:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.better-newsticker ul.news-list li.active{margin:0;z-index:1;opacity:1;left:110px}.better-newsticker ul.news-list li a{color:#696969}.better-newsticker ul.news-list li a:hover{color:#0080ce}.better-newsticker .control-nav{position:absolute;top:0;right:0;z-index:2;line-height:24px;direction:ltr}.better-newsticker .control-nav span{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;border:1px solid #eaeaea;color:#ccc;background:#fff;-webkit-transition:all .45s ease;-moz-transition:all .45s ease;-o-transition:all .45s ease;transition:all .45s ease;cursor:pointer;vertical-align:top;border-radius:3px}.better-newsticker .control-nav span:hover{border-color:transparent;color:#fff}.better-newsticker .control-nav span.prev{margin-right:6px}.newsticker-container{margin:0 0 20px}.layout-1-col .newsticker-container{padding-right:0;padding-left:0}.better-newsticker.header-ticker{margin:0}.wpb_wrapper .better-newsticker{margin-left:20px;margin-right:20px}.entry-content>.vc_row:first-child>.wpb_column>.vc_column-inner>.wpb_wrapper>.better-newsticker{margin-top:-5px}.better-newsticker .control-nav span .fa{line-height:22px;position:relative}.better-social-counter.style-big-button .social-item,.better-social-counter.style-box .item-icon,.better-social-counter.style-button .item-icon,.better-social-counter.style-clean .item-icon,.better-social-counter.style-modern .item-icon,.better-social-counter.style-style-6 .item-icon{background-color:#434343}.better-social-counter.style-big-button .item-icon,.better-social-counter.style-box .item-count,.better-social-counter.style-box .item-title{background-color:#313131}.widget_better-social-counter .better-social-counter.style-button .social-list{text-align:center}.widget_better-social-counter .better-social-counter.style-button .social-item{display:inline-block;float:none}.widget_better-social-counter .better-social-counter.style-style-6 .social-item{border-bottom:none}.site-footer .better-studio-shortcode,.widget .better-studio-shortcode{margin-bottom:0}.section-heading{margin:0 0 15px;font-size:16px;line-height:20px;position:relative}.section-heading p{margin-bottom:0!important;display:inline-block}.section-heading .h-text .bf-icon{margin-right:3px;vertical-align:top;line-height:inherit}.section-heading .h-text,.section-heading:after{display:inline-block;-webkit-transition:.35s cubic-bezier(.39,.58,.57,1) 0s;-moz-transition:.35s cubic-bezier(.39,.58,.57,1) 0s;-o-transition:.35s cubic-bezier(.39,.58,.57,1) 0s;transition:.35s cubic-bezier(.39,.58,.57,1) 0s}.section-heading:after{background:rgba(0,0,0,.08);content:'';height:4px;position:absolute;top:0;left:0;width:100%}.section-heading .h-text{position:relative;z-index:1}.section-heading .other-link{float:right;outline:0}.section-heading .other-link .h-text{margin-left:0;color:#484848;font-weight:400;text-transform:capitalize;font-size:82%;padding:4px 0 4px 14px}.section-heading.sh-t1:after{top:50%;left:0;height:5px;margin-top:-2.5px;width:100%;background:rgba(0,0,0,.05)}.section-heading.sh-t1 .h-text{display:inline-block;padding:4px 17px 4px 0;color:#444;background:#fff}.section-heading.sh-t1 .other-link .h-text{padding:4px 4px 4px 17px!important;background:#fff}.section-heading.sh-t1 .bs-pretty-tabs-container{background:#fff}.section-heading.multi-tab.sh-t1 .bs-pretty-tabs-container{padding-left:0}.section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text{border:1px solid #d8d8d8;border-bottom:none}.section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after{content:'';width:100%;height:1px;background:#fff;position:absolute;top:100%;right:0;z-index:2;display:none}.section-heading.sh-t1.sh-s2:after{opacity:.15}.section-heading.sh-t1.sh-s3:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;opacity:.2;height:8px;margin-top:-4px;background-color:transparent!important}.section-heading.sh-t1.sh-s4:after{display:none}.section-heading.sh-t1.sh-s5 .h-text{line-height:22px}.section-heading.sh-t1.sh-s5{padding-bottom:7px}.section-heading.sh-t1.sh-s5:after{top:inherit;left:0;height:1px;margin-top:-.5px;width:100%;background:rgba(0,0,0,.05);bottom:0}.section-heading.sh-t1.sh-s5>.h-text:last-child:first-child:after,.section-heading.sh-t1.sh-s5>.main-link>.h-text:after,.section-heading.sh-t1.sh-s5>a:last-child:first-child>.h-text:after{display:inline-block;margin-left:16px;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f105";font-weight:900}.section-heading.sh-t1.sh-s5>.h-text:last-child:first-child,.section-heading.sh-t1.sh-s5>.main-link:last-child:first-child>.h-text,.section-heading.sh-t1.sh-s5>a:last-child:first-child>.h-text{padding-right:15px;color:#444!important}.section-heading.sh-t1.sh-s6:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;opacity:.2;height:8px;background-color:transparent!important}.section-heading.sh-t1.sh-s6{text-align:center}.section-heading.sh-t1.sh-s6.multi-tab{text-align:inherit}.section-heading.sh-t1.sh-s6>.h-text:last-child:first-child,.section-heading.sh-t1.sh-s6>.main-link:last-child:first-child>.h-text,.section-heading.sh-t1.sh-s6>a:last-child:first-child>.h-text{padding:4px 17px}.section-heading.sh-t1.sh-s7:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;opacity:.2;height:8px;background-color:transparent!important;left:0;right:0;bottom:0;top:initial;margin-top:0}.section-heading.sh-t1.sh-s7{text-align:center;padding-bottom:26px}.section-heading.sh-t1.sh-s7.multi-tab{text-align:inherit}.section-heading.sh-t1.sh-s7>.h-text:last-child:first-child,.section-heading.sh-t1.sh-s7>.main-link:last-child:first-child>.h-text,.section-heading.sh-t1.sh-s7>a:last-child:first-child>.h-text{padding:4px 0}.section-heading.sh-t2{line-height:20px;padding:4px 0 0}.section-heading.sh-t2:after{top:0;height:4px}.section-heading.sh-t2:before{content:'';display:inline-block;height:1px;position:absolute;top:100%;left:0;width:100%;background:#ededed;background:rgba(0,0,0,.07)}.section-heading.sh-t2 .h-text{padding:4px 0;line-height:34px}.section-heading.sh-t2 .other-link .h-text{padding:4px 0 4px 12px;text-transform:capitalize}.section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements{border-color:#e6e6e6}.section-heading.sh-t2.sh-t2 .bs-pretty-tabs-elements .h-text{line-height:24px;padding:2px 3px}.section-heading.sh-t2.sh-s2{background:#f5f5f5;background:rgba(0,0,0,.04);padding:4px 15px 0}.section-heading.sh-t2.sh-s2 .bs-pretty-tabs-container{margin-right:-15px}.section-heading.sh-t2.sh-s2 .h-text{line-height:38px;color:#444}.section-heading.sh-t2.sh-s3{background:#f5f5f5;background:rgba(0,0,0,.04);padding:0 15px 0 20px}.section-heading.sh-t2.sh-s4{border:1px solid rgba(0,0,0,.06);padding:0 15px 0 20px}.section-heading.sh-t2.sh-s3 .bs-pretty-tabs-container,.section-heading.sh-t2.sh-s4 .bs-pretty-tabs-container{margin-right:-15px}.section-heading.sh-t2.sh-s3 .h-text,.section-heading.sh-t2.sh-s4 .h-text{line-height:34px;color:#444}.section-heading.sh-t2.sh-s4 .h-text{line-height:32px}.section-heading.sh-t2.sh-s3:after{top:0;width:5px;bottom:0;height:100%}.section-heading.sh-t2.sh-s4:after{top:-1px;bottom:-1px;left:-1px;height:auto;width:5px}.section-heading.sh-t2.sh-s3:before,.section-heading.sh-t2.sh-s4:before{display:none}.section-heading.sh-t3{line-height:20px;padding:0 0 4px}.section-heading.sh-t3:after{top:inherit;bottom:0;height:4px;background:#2d2d2d}.section-heading.sh-t3:before{display:none}.section-heading.sh-t3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t3>.h-text,.section-heading.sh-t3>a>.h-text{padding:4px 0;line-height:26px;border:none}.bs-light-scheme .section-heading.sh-t3>.h-text{color:#fff}.bs-light-scheme .section-heading.sh-t3:after{background-color:#fff!important}.section-heading.sh-t3>.other-link .h-text{padding:4px 0 4px 17px}.section-heading.sh-t3 .bs-pretty-tabs-container .bs-pretty-tabs-elements{border-color:rgba(0,0,0,.09)}.section-heading.sh-t3.sh-s2{padding:0 15px}.section-heading.sh-t3.sh-s2:after{height:100%;opacity:.08}.section-heading.sh-t3.sh-s2.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t3.sh-s2>.h-text,.section-heading.sh-t3.sh-s2>a>.h-text{line-height:36px}.section-heading.sh-t3.sh-s3{padding:0 15px}.section-heading.sh-t3.sh-s3:before{content:'';display:inline-block;position:absolute;top:0;left:0;height:100%;width:100%;background:#444}.section-heading.sh-t3.sh-s3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,.section-heading.sh-t3.sh-s3>.h-text.h-text,.section-heading.sh-t3.sh-s3>a.active>.h-text.h-text,.section-heading.sh-t3.sh-s3>a>.h-text.h-text{line-height:34px;color:#fff!important}.section-heading.sh-t3.sh-s3:after{height:3px;background:#444}.section-heading.sh-t3.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements{background:#444;right:-15px}.section-heading.sh-t3.sh-s3 .other-link .h-text{color:#fff}.section-heading.sh-t3.sh-s3>.h-text:last-child:first-child,.section-heading.sh-t3.sh-s3>.main-link>.h-text,.section-heading.sh-t3.sh-s3>a:last-child:first-child>.h-text{text-transform:uppercase}.section-heading.sh-t3.sh-s4{padding:0 15px}.section-heading.sh-t3.sh-s4:after{height:100%}.section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,.section-heading.sh-t3.sh-s4>.h-text.h-text.h-text,.section-heading.sh-t3.sh-s4>a.active>.h-text.h-text.h-text,.section-heading.sh-t3.sh-s4>a>.h-text.h-text.h-text{line-height:34px;border:none}.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .h-text,.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .main-link:first-child:last-child .main-term-1171.h-text,.section-heading.sh-t3.sh-s4.sh-t3.sh-s4 a.active,.section-heading.sh-t3.sh-s4.sh-t3.sh-s4>.other-link .h-text{color:#fff!important}.section-heading.sh-t3.sh-s4 .bs-pretty-tabs-container .bs-pretty-tabs-elements{right:-15px}.section-heading.sh-t3.sh-s5{border:1px solid rgba(0,0,1,.07);padding:2px 15px 0 15px}.section-heading.sh-t3.sh-s5:before{display:none}.section-heading.sh-t3.sh-s5:after{top:-1px;height:3px;left:-1px;right:-1px;width:auto}.section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text{padding-right:0}.section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t3.sh-s5>.h-text,.section-heading.sh-t3.sh-s5>a>.h-text{line-height:36px;border:none}.section-heading.sh-t3.sh-s6{padding:0 15px 0 15px}.section-heading.sh-t3.sh-s6:before{display:none}.section-heading.sh-t3.sh-s6:after{height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=)!important;opacity:.13}.section-heading.sh-t3.sh-s6.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t3.sh-s6>.h-text,.section-heading.sh-t3.sh-s6>a>.h-text{line-height:36px;border:none}.section-heading.sh-t3.sh-s7{padding:0 15px;text-align:center}.section-heading.sh-t3.sh-s7.multi-tab{text-align:inherit}.section-heading.sh-t3.sh-s7:before{content:'';display:inline-block;position:absolute;bottom:-10px;left:50%;height:0;width:0;margin-left:-10.5px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444}.section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text,.section-heading.sh-t3.sh-s7>.h-text.h-text.h-text,.section-heading.sh-t3.sh-s7>a.active>.h-text.h-text.h-text,.section-heading.sh-t3.sh-s7>a>.h-text.h-text.h-text{line-height:32px;color:#fff!important}.section-heading.sh-t3.sh-s7:after{height:100%;background:#444}.section-heading.sh-t3.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements{background:#444;right:-15px}.section-heading.sh-t3.sh-s7 .other-link .h-text{color:#fff}.section-heading.sh-t3.sh-s8{padding:0;text-align:center}.section-heading.sh-t3.sh-s8.multi-tab{text-align:inherit}.section-heading.sh-t3.sh-s8>.h-text:last-child:first-child,.section-heading.sh-t3.sh-s8>.main-link>.h-text,.section-heading.sh-t3.sh-s8>a:last-child:first-child>.h-text{text-transform:uppercase;border:2px solid #444;padding:0 15px}.section-heading.sh-t3.sh-s8>.h-text:last-child:first-child:after,.section-heading.sh-t3.sh-s8>.h-text:last-child:first-child:before,.section-heading.sh-t3.sh-s8>.main-link>.h-text:after,.section-heading.sh-t3.sh-s8>.main-link>.h-text:before,.section-heading.sh-t3.sh-s8>a:last-child:first-child>.h-text:after,.section-heading.sh-t3.sh-s8>a:last-child:first-child>.h-text:before{display:inline-block;content:'';height:100%;width:17px;position:absolute;left:-19px;top:0;background:#fff}.section-heading.sh-t3.sh-s8>.h-text:last-child:first-child:after,.section-heading.sh-t3.sh-s8>.main-link>.h-text:after,.section-heading.sh-t3.sh-s8>a:last-child:first-child>.h-text:after{left:inherit;right:-19px}.section-heading.sh-t3.sh-s8.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t3.sh-s8>.h-text,.section-heading.sh-t3.sh-s8>a>.h-text{line-height:34px;border:none;background:#fff}.section-heading.sh-t3.sh-s8:after{opacity:.13;height:2px;margin-top:-1px;top:50%;display:block}.section-heading.sh-t3.sh-s8.multi-tab .bs-pretty-tabs-container{background:#fff}.section-heading.sh-t3.sh-s9{text-align:center;padding:0 16px 4px}.section-heading.sh-t3.sh-s9:before{content:'';width:100%;height:100%;position:absolute;right:0;top:0;display:block}.section-heading.sh-t3.sh-s9:after{height:3px}.section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9 .h-text{color:#fff!important;padding:5px 0}.section-heading.sh-t3.sh-s9.bs-pretty-tabs{text-align:inherit!important}.section-heading.multi-tab.sh-t4 .main-link.active .h-text,.section-heading.sh-t4 .main-link:first-child:last-child .h-text,.section-heading.sh-t4>.h-text{color:#fff}.section-heading.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t4>.h-text,.section-heading.sh-t4>a>.h-text{line-height:32px}.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t4 .h-text{padding:0 12px}.section-heading.multi-tab.sh-t4 .h-text,.section-heading.multi-tab.sh-t4 .main-link .h-text{border:1px solid #e2e2e2;border-color:rgba(0,0,0,.15);margin-right:12px}.section-heading.multi-tab.sh-t4>.h-text,.section-heading.multi-tab.sh-t4>a>.h-text{background:#fff}.section-heading.multi-tab.sh-t4 .other-link .h-text{margin-right:0;margin-left:12px}.section-heading.multi-tab.sh-t4 .main-link:hover .h-text,.section-heading.sh-t4 .main-link.active .h-text,.section-heading.sh-t4 a.active .h-text,.section-heading.sh-t4 a:hover .h-text{border-color:transparent!important;color:#fff}.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text{border-color:#e2e2e2;border-color:rgba(0,0,0,.15);background:#fff}.section-heading.sh-t4 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after{height:50%;right:0;left:initial;top:90%;pointer-events:all}.section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text{margin:0 0 1px;border:none;padding:1px 10px}.section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text:after{display:none}.section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container{padding-left:0}.section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements{top:120%;border-color:#e2e2e2;border-color:rgba(0,0,0,.15)}.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:before{content:'';position:absolute;height:21%;display:inline-block;background:0 0;right:-1px;left:-1px;top:103%;top:calc(100% + 1px);pointer-events:visible}.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text{background:#fff!important}.section-heading.sh-t4.sh-s1:after,.section-heading.sh-t4.sh-s3:after{height:100%;top:0;margin-top:0;background:#f3f3f3;background:rgba(0,0,0,.04)}.section-heading.sh-t4.sh-s1 .h-text:after,.section-heading.sh-t4.sh-s3 .h-text:after{content:'';position:absolute;height:110%;width:12px;display:inline-block;background:#fff;right:-13px;top:-1px}.section-heading.sh-t4.sh-s1 .other-link .h-text:after,.section-heading.sh-t4.sh-s3 .other-link .h-text:after{right:initial;left:-13px}.section-heading.sh-t4.sh-s2:after{display:none}.section-heading.sh-t4.sh-s3:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=);opacity:.13}.section-heading.sh-t4.sh-s4:after{height:13px;top:9px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=) repeat;opacity:1}.section-heading.sh-t4.sh-s4 .h-text:before{content:'';position:absolute;display:inline-block;right:-11px;top:0;width:25px;height:35px;transform:skew(29deg);z-index:-1}.section-heading.sh-t4.sh-s4 .h-text:after{content:'';position:absolute;height:110%;display:inline-block;background:#fff;top:-1px;width:42px;right:-42px;z-index:-2}.site-footer .light-text .section-heading.sh-t4.sh-s4 .h-text:after,.site-footer .light-text .section-heading.sh-t4.sh-s4:after{display:none}.section-heading.sh-t4.sh-s4 .h-text{line-height:34px;height:35px;padding-top:2px}.section-heading.sh-t4.sh-s4 .main-link .h-text{border:none!important}.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text{background-color:#fff!important;border:none!important;margin-top:-3px;color:#000!important;margin-left:0}.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:after,.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:before{display:none}.section-heading.sh-t4.sh-s4 .main-link:hover .h-text,.section-heading.sh-t4.sh-s4.section-heading.sh-t4.sh-s4 .main-link .h-text{color:#fff!important}.section-heading.sh-t4.sh-s5:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkyNTA0MDQyNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkyNTA0MDQzNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTI1MDQwNDA0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTI1MDQwNDE0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6f3F9TAAAAhklEQVR42myPSw7DIAxEJyp36BoQWy7ASRAC5WAIDpVVJBb87kEbFhVtY8kL+4014y2lJDnn+K2cM7TW2MYY8g4aYxBCAC7B2m8olVLyPM85k/Wy1gprLWKMEELM3UfQWoNzbsI1E1nh5ckY+8pDeu/Y931CSunfN4/jOJ7e+1tYSsFLgAEAJ2RFZ6uSCs8AAAAASUVORK5CYII=) repeat;opacity:.7}.have_bg.bs-light-scheme .section-heading.sh-t4.sh-s5:after{filter:invert(100%) brightness(12.7);opacity:.6;background-color:transparent}.bs-light-scheme .section-heading.sh-t4.sh-s5>.h-text{color:#000!important}.section-heading.sh-t4.sh-s5:after{height:100%}.section-heading.sh-t4.sh-s5 .h-text:before{content:'';position:absolute;display:inline-block;left:0;top:0;z-index:-1;border-left:0 solid transparent;border-right:17px solid transparent;border-top:16px solid #fff}.section-heading.sh-t4.sh-s5 .h-text:after{content:'';position:absolute;height:100%;display:inline-block;background:#fff;top:0;width:14px;right:-14px;z-index:-2}.site-footer .light-text .section-heading.sh-t4.sh-s5 .h-text:after,.site-footer .light-text .section-heading.sh-t4.sh-s5:after{display:none}.section-heading.sh-t4.sh-s5 .h-text{line-height:40px;height:42px;padding-top:2px;padding-right:17px;padding-left:17px}.section-heading.sh-t4.sh-s5 .main-link .h-text{border:none!important}.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text{background-color:#fff!important;border:none!important;color:#000!important;margin-left:0}.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:after,.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:before{display:none}.section-heading.sh-t4.sh-s5 .main-link:hover .h-text,.section-heading.sh-t4.sh-s5.section-heading.sh-t4.sh-s5 .main-link .h-text{color:#fff!important}.section-heading.sh-t4.sh-s6{background-color:#2d2f38}.bs-light-scheme .section-heading.sh-t4.sh-s6{background-color:rgba(255,255,255,.07)}.section-heading.sh-t4.sh-s6 .h-text{line-height:38px;color:#fff!important;border:none!important}.section-heading.sh-t4.sh-s6 .h-text:before{content:'';position:absolute;right:-20px;top:0;z-index:-1;border-left:0 solid transparent;border-right:20px solid transparent;border-bottom:38px solid transparent}.section-heading.sh-t4.sh-s6 .other-link span{background-color:transparent!important;border:none;color:#fff;font-size:11px}.section-heading.sh-t4.sh-s6 .other-link span:before{display:none}.section-heading.sh-t4.sh-s6 .other-link.active .h-text{background-color:transparent!important;border:none;color:#fff}.section-heading.multi-tab.sh-t4.sh-s6 .main-link .h-text:hover{color:#fff!important}.section-heading.sh-t4.sh-s6 .h-text:after,.section-heading.sh-t4.sh-s6:after{display:none}.section-heading.sh-t5{padding:0 0 3px}.section-heading.sh-t5:after{display:none}.section-heading.sh-t5:before{content:'';display:inline-block;height:3px;position:absolute;top:inherit;bottom:0;left:0;width:100%;background:#ededed;background:rgba(0,0,0,.07)}.section-heading.sh-t5>.h-text:last-child:first-child,.section-heading.sh-t5>.main-link>.h-text,.section-heading.sh-t5>a:last-child:first-child>.h-text{position:relative}.section-heading.sh-t5>.h-text:last-child:first-child:before,.section-heading.sh-t5>.main-link>.h-text:before,.section-heading.sh-t5>a:last-child:first-child>.h-text:before{display:inline-block;content:'';position:absolute;left:0;right:0;height:3px;bottom:-3px;background:#000}.section-heading.sh-t5 .h-text{padding:0;line-height:36px}.section-heading.sh-t5 .other-link .h-text,.section-heading.sh-t5.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{padding:0 0 0 17px;text-transform:capitalize}.section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements{border-color:#e6e6e6;padding:8px 12px}.section-heading.sh-t5 .bs-pretty-tabs-elements .other-link .h-text{line-height:30px;padding:0}.section-heading.sh-t5.sh-s2{padding:3px 0 0}.section-heading.sh-t5.sh-s2>.h-text:last-child:first-child:before,.section-heading.sh-t5.sh-s2>.main-link>.h-text:before,.section-heading.sh-t5.sh-s2>a:last-child:first-child>.h-text:before{bottom:inherit;top:-3px}.section-heading.sh-t5.sh-s2:before{top:0;bottom:inherit}.section-heading.sh-t5.sh-2 .h-text{line-height:40px}.section-heading.sh-t6{padding:0}.section-heading.sh-t6:after{display:none}.section-heading.sh-t6:before{content:'';display:inline-block;height:3px;position:absolute;top:0;left:0;width:100%}.section-heading.sh-t6>.h-text:last-child:first-child,.section-heading.sh-t6>.main-link>.h-text,.section-heading.sh-t6>a:last-child:first-child>.h-text{position:relative;padding:0 11px;color:#fff}.section-heading.sh-t6.sh-s13:before{top:auto;bottom:0;background-color:rgba(0,0,0,.07)!important}.section-heading.sh-t6 .h-text{padding:0;line-height:32px}.section-heading.sh-t6 .other-link .h-text,.section-heading.sh-t6.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{padding:2px 0 0 17px;text-transform:capitalize}.section-heading.sh-t6 .bs-pretty-tabs-container .bs-pretty-tabs-elements{border-color:#e6e6e6;padding:8px 12px}.section-heading.sh-t6 .bs-pretty-tabs-elements .other-link .h-text{line-height:30px;padding:0}.section-heading.sh-t6>.other-link{margin-top:2px}.section-heading.sh-t6 .bs-pretty-tabs-elements .other-link{margin-top:0}.section-heading.multi-tab.sh-t6 .bs-pretty-tabs-container{padding-left:0}.section-heading.sh-t6.sh-s2:before{top:50%;height:3px;margin-top:-1.5px}.section-heading.sh-t6.sh-s2>.other-link{margin-top:0}.section-heading.sh-t6.sh-s2 .other-link .h-text,.section-heading.sh-t6.sh-s2.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{padding:0 0 0 17px;background:#fff}.section-heading.sh-t6.sh-s3:before{top:inherit;bottom:0;height:3px;margin-top:0}.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s3>.main-link>.h-text:after,.section-heading.sh-t6.sh-s3>.main-link>.h-text:before,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:before{content:'';display:inline-block;position:absolute;top:0;width:0;height:0;border-bottom:30px solid #000;border-right:20px solid transparent;z-index:1;right:-20px;background-color:transparent!important}.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s3>.main-link>.h-text:before,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:before{background:#fff}.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s3>.main-link>.h-text:after,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:after{border-bottom-color:rgba(255,255,255,.43);z-index:2;-webkir-box-shadow:-2px 2px 2px rgba(0,0,0,.1);-moz-box-shadow:-2px 2px 2px rgba(0,0,0,.1);box-shadow:-2px 2px 2px rgba(0,0,0,.1)}.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s3>.main-link>.h-text,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text{padding:0 15px}.section-heading.sh-t6.sh-s3>.other-link{margin-top:0}.section-heading.sh-t6.bs-pretty-tabs.sh-s3 .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t6.sh-s3 .other-link .h-text{padding:0 0 0 17px}.section-heading.sh-t6.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements{top:96%;border-top-color:transparent}.section-heading.sh-t6.sh-s4>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s4>.main-link>.h-text,.section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text{position:relative;padding:0 24px 0 12px}.section-heading.sh-t6.sh-s4:before{display:none}.section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.section-heading.sh-t6.sh-s4>.main-link>.h-text:before,.section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:before{content:'';display:inline-block;position:absolute;top:0;right:0;width:4px;height:100%;border-left:2px solid #fff;border-right:3px solid rgba(255,255,255,.7)}.section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after{right:5px;width:2px;border-left:3px solid #fff;border-right:5px solid rgba(255,255,255,.45)}.section-heading.sh-t6.sh-s5:before{display:none}.section-heading.sh-t6.sh-s5>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s5>.main-link>.h-text,.section-heading.sh-t6.sh-s5>a:last-child:first-child>.h-text{padding:0 22px 0 25px;border-radius:0 0 12px}.section-heading.sh-t6.sh-s5>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s5>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s5>.main-link>.h-text:after,.section-heading.sh-t6.sh-s5>.main-link>.h-text:before,.section-heading.sh-t6.sh-s5>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s5>a:last-child:first-child>.h-text:before{content:'';display:inline-block;position:absolute;top:0;left:0;width:0;height:0;z-index:1;border-top:20px solid #fff;border-right:15px solid transparent}.section-heading.sh-t6.sh-s5>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s5>.main-link>.h-text:after,.section-heading.sh-t6.sh-s5>a:last-child:first-child>.h-text:after{border-right:none;border-top:none;border-bottom:20px solid rgba(0,0,0,.3);border-left:15px solid transparent;box-shadow:2px 2px 2px rgba(0,0,0,.05)}.section-heading.sh-t6.sh-s6,.section-heading.sh-t6.sh-s7{padding:0 25px 0 0}.section-heading.sh-t6.sh-s6:before,.section-heading.sh-t6.sh-s7:before{height:100%;width:auto;left:5px;right:5px;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-o-transform:skew(-20deg);background:rgba(0,0,0,.05)!important}.section-heading.sh-t6.sh-s7:before{-webkit-transform:skew(20deg);-moz-transform:skew(20deg);-o-transform:skew(20deg)}.section-heading.sh-t6.sh-s6>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s6>.main-link>.h-text,.section-heading.sh-t6.sh-s6>a:last-child:first-child>.h-text,.section-heading.sh-t6.sh-s7>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s7>.main-link>.h-text,.section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text{padding:0 26px 0 10px}.section-heading.sh-t6.sh-s6 .h-text,.section-heading.sh-t6.sh-s7 .h-text{line-height:34px}.section-heading.sh-t6.bs-pretty-tabs.sh-s6 .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t6.bs-pretty-tabs.sh-s7 .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t6.sh-s6 .other-link .h-text,.section-heading.sh-t6.sh-s7 .other-link .h-text{padding:0 0 0 17px;border:none}.section-heading.sh-t6.sh-s6>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s6>.main-link>.h-text:after,.section-heading.sh-t6.sh-s6>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s7>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s7>.main-link>.h-text:after,.section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text:after{content:'';display:inline-block;position:absolute;top:0;right:-8px;width:16px;height:100%;z-index:1;background:#fff;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-o-transform:skew(-20deg)}.section-heading.sh-t6.sh-s7>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s7>.main-link>.h-text:after,.section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text:after{-webkit-transform:skew(20deg);-moz-transform:skew(20deg);-o-transform:skew(20deg)}.section-heading.sh-t6.sh-s7>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s7>.main-link>.h-text:before,.section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text:before{content:'';display:inline-block;position:absolute;top:0;left:0;width:0;height:0;z-index:1;border-top:44px solid #fff;border-right:16px solid transparent}.section-heading.sh-t6.sh-s6>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s6>.main-link>.h-text:before,.section-heading.sh-t6.sh-s6>a:last-child:first-child>.h-text:before{content:'';display:inline-block;position:absolute;top:0;left:-7px;width:15px;height:100%;z-index:1;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-o-transform:skew(-20deg);border:none}.section-heading.sh-t6.sh-s6>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s6>.main-link>.h-text,.section-heading.sh-t6.sh-s6>a:last-child:first-child>.h-text{margin-left:11px}.section-heading.sh-t6.sh-s7>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s7>.main-link>.h-text:before,.section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text:before{border-top:none;border-bottom:44px solid #fff}.section-heading.sh-t6.sh-s6>.other-link,.section-heading.sh-t6.sh-s7>.other-link{margin-top:0}.section-heading.sh-t6.sh-s6 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.section-heading.sh-t6.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements{right:-13px}.section-heading.sh-t6.sh-s8:before{display:none}.section-heading.sh-t6.sh-s8>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s8>.main-link>.h-text,.section-heading.sh-t6.sh-s8>a:last-child:first-child>.h-text{padding:0 25px 0 12px}.section-heading.sh-t6.sh-s8>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s8>.main-link>.h-text:after,.section-heading.sh-t6.sh-s8>a:last-child:first-child>.h-text:after{content:'';display:inline-block;position:absolute;top:0;right:0;width:0;height:0;z-index:1;border-top:16px solid transparent;border-right:16px solid #fff;border-bottom:16px solid transparent}.section-heading.sh-t6.sh-s8 .other-link .h-text,.section-heading.sh-t6.sh-s8.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{padding-top:0}.section-heading.sh-t6.sh-s8>.other-link{margin-top:0}.section-heading.sh-t6.sh-s10,.section-heading.sh-t6.sh-s12,.section-heading.sh-t6.sh-s9{padding:0 15px 7px 0}.section-heading.sh-t6.sh-s10 .h-text,.section-heading.sh-t6.sh-s12 .h-text,.section-heading.sh-t6.sh-s9 .h-text{line-height:34px}.section-heading.sh-t6.sh-s10:before,.section-heading.sh-t6.sh-s9:before{height:auto;top:7px;border-radius:3px;bottom:0}.section-heading.sh-t6.sh-s12:before{display:none}.section-heading.sh-t6.sh-s9:before{background:rgba(0,0,0,.05)!important}.section-heading.sh-t6.sh-s10:before{opacity:.13;background:#a2a2a2}.section-heading.sh-t6.sh-s10>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s10>.main-link>.h-text,.section-heading.sh-t6.sh-s10>a:last-child:first-child>.h-text,.section-heading.sh-t6.sh-s9>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s9>.main-link>.h-text,.section-heading.sh-t6.sh-s9>a:last-child:first-child>.h-text{border-radius:3px 3px 3px 0}.section-heading.sh-t6.sh-s10>.other-link,.section-heading.sh-t6.sh-s9>.other-link{margin-top:6px}.section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text,.section-heading.sh-t6.sh-s9.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{border:none;padding-top:0;line-height:33px;margin-top:8px}.section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{border:none;padding-top:0;line-height:33px}.section-heading.sh-t6.sh-s10>.other-link,.section-heading.sh-t6.sh-s9>.other-link{margin-top:6px}.section-heading.sh-t6.sh-s10>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s10>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s10>.main-link>.h-text:after,.section-heading.sh-t6.sh-s10>.main-link>.h-text:before,.section-heading.sh-t6.sh-s10>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s10>a:last-child:first-child>.h-text:before,.section-heading.sh-t6.sh-s12>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s12>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s12>.main-link>.h-text:after,.section-heading.sh-t6.sh-s12>.main-link>.h-text:before,.section-heading.sh-t6.sh-s12>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s12>a:last-child:first-child>.h-text:before,.section-heading.sh-t6.sh-s9>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s9>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s9>.main-link>.h-text:after,.section-heading.sh-t6.sh-s9>.main-link>.h-text:before,.section-heading.sh-t6.sh-s9>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s9>a:last-child:first-child>.h-text:before{content:'';display:inline-block;position:absolute;bottom:-10px;left:0;width:0;height:0;border-top:10px solid rgba(0,0,0,.18);border-right:10px solid transparent}.section-heading.sh-t6.sh-s10>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s10>.main-link>.h-text,.section-heading.sh-t6.sh-s10>a:last-child:first-child>.h-text,.section-heading.sh-t6.sh-s12>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s12>.main-link>.h-text,.section-heading.sh-t6.sh-s12>a:last-child:first-child>.h-text,.section-heading.sh-t6.sh-s9>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s9>.main-link>.h-text,.section-heading.sh-t6.sh-s9>a:last-child:first-child>.h-text{padding:0 19px}.section-heading.sh-t6.sh-s12 .other-link .h-text{padding-top:0}.section-heading.sh-t6.sh-s12>.other-link{margin-top:0}.section-heading.sh-t6.sh-s11{text-align:center}.section-heading.sh-t6.sh-s11.multi-tab{text-align:inherit}.section-heading.sh-t6.sh-s11:before{display:none}.section-heading.sh-t6.sh-s11>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s11>.main-link>.h-text,.section-heading.sh-t6.sh-s11>a:last-child:first-child>.h-text{background:0 0!important;padding:0 62px;text-align:center;line-height:31px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-transform:inherit}.section-heading.sh-t6.sh-s11>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s11>.main-link>.h-text:before,.section-heading.sh-t6.sh-s11>a:last-child:first-child>.h-text:before{left:47px;right:47px;height:100%;position:absolute;content:'';display:inline-block;z-index:-1;border-radius:10px}.section-heading.sh-t6.sh-s11 .sh-svg-l{position:absolute;left:0;z-index:-1;top:-1px}.section-heading.sh-t6.sh-s11 .sh-svg-r{position:absolute;right:0;top:-1px}.section-heading.sh-t6.sh-s12>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s12>.main-link>.h-text:before,.section-heading.sh-t6.sh-s12>a:last-child:first-child>.h-text:before{background-color:transparent!important}.section-heading.sh-t7{padding:0}.section-heading.sh-t7:after{display:none}.section-heading.sh-t7:before{content:'';display:inline-block;height:3px;position:absolute;top:50%;margin-top:-1.5px;bottom:0;left:0;width:100%;background:#ededed;background:rgba(0,0,0,.07)}.section-heading.sh-t7>.h-text:last-child:first-child,.section-heading.sh-t7>.main-link>.h-text,.section-heading.sh-t7>a:last-child:first-child>.h-text{position:relative;padding:0 15px 0 24px;background:#fff}.section-heading.sh-t7>.h-text:last-child:first-child:before,.section-heading.sh-t7>.main-link>.h-text:before,.section-heading.sh-t7>a:last-child:first-child>.h-text:before{display:inline-block;content:'';position:absolute;left:0;right:0;height:15px;width:15px;background:#000;top:50%;margin-top:-7.5px}.section-heading.sh-t7 .h-text{padding:0}.section-heading.sh-t7 .other-link .h-text,.section-heading.sh-t7.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text{padding:0 0 0 17px;text-transform:capitalize;background:#fff}.section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements{border-color:#e6e6e6;padding:8px 12px}.section-heading.sh-t7 .bs-pretty-tabs-elements .other-link .h-text{line-height:30px;padding:0}.footer-widgets.light-text .section-heading.sh-t1 .main-link:first-child:last-child .h-text,.footer-widgets.light-text .section-heading.sh-t1 a.active .h-text,.footer-widgets.light-text .section-heading.sh-t1 a:hover .h-text,.footer-widgets.light-text .section-heading.sh-t1>.h-text{color:#fff}.footer-widgets.light-text .section-heading.sh-t1:after{background:rgba(255,255,255,.1)}.footer-widgets.light-text .section-heading.sh-t1.sh-s2:after{opacity:.45}.footer-widgets.light-text .section-heading.sh-t1.sh-s5>.h-text:first-child:last-child:after,.footer-widgets.light-text .section-heading.sh-t1.sh-s5>.h-text:last-child:first-child,.footer-widgets.light-text .section-heading.sh-t1.sh-s5>.main-link>.h-text,.footer-widgets.light-text .section-heading.sh-t1.sh-s5>.main-link>.h-text:after,.footer-widgets.light-text .section-heading.sh-t1.sh-s5>a:first-child:last-child>.h-text:after,.footer-widgets.light-text .section-heading.sh-t1.sh-s5>a:last-child:first-child>.h-text{color:#fff!important}.footer-widgets.light-text .section-heading.sh-t2:before{background:rgba(255,255,255,.14)}.footer-widgets.light-text .section-heading.sh-t2:after{background-color:#f9f9f9}.footer-widgets.light-text .section-heading.sh-t2 .main-link:first-child:last-child .h-text,.footer-widgets.light-text .section-heading.sh-t2 a.active,.footer-widgets.light-text .section-heading.sh-t2>.h-text{color:#fff!important}.footer-widgets.light-text .listing-item-text-2 .item-inner{border-color:rgba(255,255,255,.11)}.footer-widgets.light-text .section-heading.sh-t2.sh-s2{background:rgba(255,255,255,.04)}.footer-widgets.light-text .section-heading.sh-t2.sh-s3{background:rgba(255,255,255,.04)}.footer-widgets.light-text .section-heading.sh-t2.sh-s4{border:1px solid rgba(255,255,255,.06)}.footer-widgets.light-text .section-heading.sh-t3:after{background:#fff}.footer-widgets.light-text .section-heading.sh-t3{color:#fff}.footer-widgets.light-text .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text,.footer-widgets.light-text .section-heading.sh-t3.sh-s4>.h-text.h-text.h-text,.footer-widgets.light-text .section-heading.sh-t3.sh-s4>a.active>.h-text.h-text.h-text,.footer-widgets.light-text .section-heading.sh-t3.sh-s4>a>.h-text.h-text.h-text{color:#000!important}.footer-widgets.light-text .section-heading.sh-t3.sh-s5{border:1px solid rgba(255,255,255,.07)}.footer-widgets.light-text .section-heading.sh-t3.sh-s6{border:1px solid rgba(255,255,255,.08)}.footer-widgets.light-text .section-heading.sh-t3.sh-s7:after{background:#444}.footer-widgets.light-text .section-heading.sh-t3.sh-s7:before{border-top:10px solid #444}.footer-widgets.light-text .section-heading.sh-t3.sh-s9:before{background-color:rgba(255,255,255,.07)!important}.footer-widgets.light-text .section-heading.sh-t3.sh-s9:after{background-color:rgba(255,255,255,.07)!important}.footer-widgets.light-text .section-heading.sh-t4.sh-s1:after,.footer-widgets.light-text .section-heading.sh-t4.sh-s3:after{background:rgba(255,255,255,.05)}.footer-widgets.light-text .section-heading.sh-t4.sh-s6{background-color:rgba(255,255,255,.07)}.footer-widgets.light-text .section-heading.sh-t4.sh-s5:after{display:block;filter:invert(100%) brightness(12.7);opacity:.6;background-color:transparent}.footer-widgets.light-text .section-heading.sh-t5:before{background:rgba(255,255,255,.06)}.footer-widgets.light-text .section-heading.sh-t5>.h-text:last-child:first-child:before,.footer-widgets.light-text .section-heading.sh-t5>.main-link>.h-text:before,.footer-widgets.light-text .section-heading.sh-t5>a:last-child:first-child>.h-text:before{background:#fff}.footer-widgets.light-text .section-heading.sh-t5{color:#fff}.footer-widgets .section-heading.sh-t4.sh-s5 .h-text:after{display:block!important}.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after{border-right-color:rgba(0,0,0,.2)}.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after{border-left-color:rgba(0,0,0,.2)}.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:before,.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.main-link>.h-text:before,.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after,.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:before{border-right-color:rgba(0,0,0,.3)}.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:before,.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>.main-link>.h-text:before,.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after,.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:before{border-left-color:rgba(0,0,0,.3)}.footer-widgets.light-text .section-heading.sh-t6.sh-s9:before{background:rgba(255,255,255,.05)!important}.site-footer .footer-widgets.light-text .section-heading.sh-t7.sh-s1 .h-text{color:#fff!important}.footer-widgets.light-text .section-heading.sh-t7:before{background:rgba(255,255,255,.1)}.single-featured-video{max-width:100%!important}.post-meta.single-post-meta,.post-meta.single-post-meta a{color:#3a3a3a}.post-meta.single-post-meta .comments,.post-meta.single-post-meta .post-author-avatar,.post-meta.single-post-meta .time,.post-meta.single-post-meta .views{float:none;margin:0 12px 0 0;white-space:nowrap;line-height:26px;display:inline-block}.post-meta.single-post-meta>a+span:before,.post-meta.single-post-meta>span+a:before,.post-meta.single-post-meta>span+span:before{content:' ';display:inline-block;width:9px;margin-right:12px;height:1px;background:rgba(0,0,0,.23);vertical-align:middle}.post-meta.single-post-meta b{color:#4d4d4d;margin-left:2px}.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{border-radius:50%;margin:0}.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar+.post-author-name{margin-left:7px}.post-meta.single-post-meta .post-author-name{text-transform:capitalize!important;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.post-meta.single-post-meta .post-author-a,.post-meta.single-post-meta .time{color:rgba(0,0,0,.44)}.post-meta.single-post-meta .post-author-a:hover{color:#b7b7b7!important}.single-post-title{line-height:1.3}.single-featured{text-align:center;display:block;margin:0 0 20px;line-height:0;position:relative}.single-featured img{max-width:100%;height:auto!important}.single-featured figure{line-height:2;text-align:center}.single-featured iframe{max-width:100%}.image-credit a,.image-credit a:hover{color:#fff!important}.single-featured .image-credit{position:absolute;right:0;font-size:10px;display:inline-block;padding:0 8px;bottom:-18px;color:#adadad;background:0 0;line-height:18px;overflow:hidden;white-space:nowrap}.post.format-standard .single-featured .image-credit{line-height:20px;background:rgba(0,0,0,.26);bottom:0;color:#fff}.single-post-excerpt{color:#6d6d6d}.single-post-excerpt p:last-child{margin-bottom:0}.single-post-excerpt.post-excerpt-bc{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #e2e2e2}.single-post-share{list-style:none;padding:0;font-size:0}.single-post-share.top-share{margin-bottom:10px}.single-post-share .number{font-size:13px;font-weight:700;margin:0;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;display:inline-block}.single-post-share .post-share-btn{background:#fff;border:1px solid #e2e2e2;line-height:30px;display:inline-block;padding:0 5px;border-radius:30px;font-size:12px;color:#4d4d4d;margin-right:8px;margin-bottom:9px;vertical-align:top}.single-post-share .post-share-btn .bf-icon,.single-post-share .post-share-btn .number,.single-post-share .post-share-btn .text{line-height:30px;vertical-align:top}.single-post-share .post-share-btn .text{font-size:12px}.single-post-share .post-share-btn .bf-icon{font-size:15px;margin:0 3px}.single-post-share .share-handler{float:left;position:relative}.single-post-share .post-share-btn.post-share-btn-comments,.single-post-share .post-share-btn.post-share-btn-views{float:right;border-radius:0}.single-post-share .post-share-btn.post-share-btn-views{font-weight:700;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}.single-post-share .post-share-btn.post-share-btn-views.rank-0,.single-post-share .post-share-btn.post-share-btn-views.rank-default{font-weight:400}.share-handler-wrap{overflow:hidden;height:33px}.post-share.style-2 .share-handler-wrap{height:38px}.post-share.style-5 .share-handler-wrap,.post-share.style-8 .share-handler-wrap{height:47px}.post-share.style-6 .share-handler-wrap,.post-share.style-7 .share-handler-wrap{height:70px}.share-handler-wrap.bs-pretty-tabs-initialized{height:auto!important}.post-share .post-share-btn-group{overflow:hidden;float:right;margin-bottom:10px}.post-share .post-share-btn-group .post-share-btn{border-radius:0;margin:0;padding:0 10px;border-left-width:0;border-right-width:0;position:relative}.post-share .post-share-btn-group .post-share-btn:before{display:inline-block;content:' ';width:1px;height:66%;background:#e2e2e2;position:absolute;left:0;top:17%}.post-share .post-share-btn-group .post-share-btn:first-child{border-radius:0 3px 3px 0;border-right-width:1px}.post-share .post-share-btn-group .post-share-btn:last-child{border-radius:3px 0 0 3px;border-left-width:1px}.post-share .post-share-btn-group .post-share-btn:last-child:before{display:none}.post-share .bs-pretty-tabs-container{float:left}.post-share .bs-pretty-tabs-elements{display:none!important}.single-post-share ul{list-style:none;margin:0;padding:0;display:inline-block}.single-post-share li{margin:0 6px 6px;display:inline-block;text-align:center;list-style:none}.single-post-share li li{display:none}.single-post-share .social-item{margin:0 6px 4px 0;float:left}.single-post-share .social-item a{line-height:30px;min-width:30px;display:inline-block;padding:0 0;border-radius:30px;font-size:14px;color:#fff;overflow:hidden;text-align:center}.single-post-share .social-item.has-count a{padding:0 10px}.single-post-share .social-item a .bf-icon,.single-post-share .social-item a .item-title,.single-post-share .social-item a .number{line-height:30px;vertical-align:top;color:#fff;display:inline-block}.single-post-share .social-item a .item-title,.single-post-share .social-item a .number{margin-left:6px}.single-post-share .social-item a .bf-icon{font-size:16px}.single-post-share .social-item.whatsapp .bf-icon{font-size:16px;font-weight:700}.single-post-share .number:empty{display:none}.single-post-share .social-item.facebook a{background-color:#2d5f9a;color:#133d6d}.single-post-share .social-item.facebook a:hover{background-color:#1b4a82}.single-post-share .social-item.twitter a{background-color:#53c7ff;color:#2e86b1}.single-post-share .social-item.twitter a:hover{background-color:#369ed0}.single-post-share .social-item.google_plus a{background-color:#d93b2b;color:#9a2317}.single-post-share .social-item.google_plus a:hover{background-color:#b7291a}.single-post-share .social-item.pinterest a{background-color:#a41719;color:#670d0e}.single-post-share .social-item.pinterest a:hover{background-color:#8c0a0c}.single-post-share .social-item.linkedin a{background-color:#005182;color:#013c61}.single-post-share .social-item.linkedin a:hover{background-color:#003b5f}.single-post-share .social-item.email a,.single-post-share .social-item.print a{background-color:#444;color:#313131}.single-post-share .social-item.email a:hover,.single-post-share .social-item.print a:hover{background-color:#2f2f2f}.single-post-share .social-item.tumblr a{background-color:#3e5a70;color:#24384a}.single-post-share .social-item.tumblr a:hover{background-color:#426283}.single-post-share .social-item.telegram a{background-color:#179cde;color:#0a629a}.single-post-share .social-item.telegram a:hover{background-color:#0f8dde}.single-post-share .social-item.reddit a{background-color:#ff4500;color:#bb3200}.single-post-share .social-item.reddit a:hover{background-color:#dc3c01}.single-post-share .social-item.stumbleupon a{background-color:#ee4813;color:#982d0b}.single-post-share .social-item.stumbleupon a:hover{background-color:#ce3d0f}.single-post-share .social-item.vk a{background-color:#4c75a3;color:#223448}.single-post-share .social-item.vk a:hover{background-color:#3e5f84}.single-post-share .social-item.digg a{background-color:#000;color:#525252}.single-post-share .social-item.digg a:hover{background-color:#2f2f2f}.single-post-share .social-item.bs-custom-link a{background-color:#000;color:#525252}.single-post-share .social-item.bs-custom-link a:hover{background-color:#2f2f2f}.single-post-share .social-item.ok-ru a{background-color:#ee8208;color:#cb6e04}.single-post-share .social-item.ok-ru a:hover{background-color:#d36c08}.single-post-share .social-item.whatsapp a{background-color:#00e676;color:#02a252}.single-post-share .social-item.whatsapp a:hover{background-color:#00c462}.single-post-share .social-item.line a{background-color:#00b900;color:#018c01}.single-post-share .social-item.line a:hover{background-color:#009a00}.single-post-share .social-item.line .bf-icon{font-size:20px}.single-post-share .social-item.bbm .bf-icon:before,.single-post-share .social-item.line .bf-icon:before,.single-post-share .social-item.viber .bf-icon:before{vertical-align:top}.single-post-share .social-item.viber a{background-color:#5d54a4;color:#1f1d3c}.single-post-share .social-item.viber:hover a{background-color:#494589}.single-post-share .social-item.viber .bf-icon{font-size:18px}.single-post-share .social-item.bbm a{background-color:#1f1f1f;color:#505050}.single-post-share .social-item.bbm a:hover{background-color:#3c3c3c}.single-post-share .social-item.facebook-messenger a{background-color:#448aff;color:#2464ff}.single-post-share .social-item.facebook-messenger a:hover{background-color:#448aff}.single-post-share .social-item.bbm .bf-icon{font-size:18px}.single-post-share .social-item.telegram .bf-icon{margin-left:-1px}.single-post-share .social-item.bbm .bsfi-bbm,.single-post-share .social-item.digg .bf-icon,.single-post-share .social-item.line .bsfi-line,.single-post-share .social-item.viber .bsfi-viber{font-size:18px}.single-post-share .social-item .bf-icon{vertical-align:middle}.single-post-share .social-item.bbm,.single-post-share .social-item.line,.single-post-share .social-item.viber,.single-post-share .social-item.whatsapp{display:none}@media only screen and (max-width:780px){.single-post-share .social-item.bbm,.single-post-share .social-item.line,.single-post-share .social-item.viber,.single-post-share .social-item.whatsapp{display:inline-block}}@media only screen and (max-width:540px){.post-share .post-share-btn-group{float:left}.share-handler-wrap{clear:both}}@media only screen and (max-width:420px){.single-post-share .social-share-list+.post-share-btn{float:left;clear:left;margin-left:0;margin-top:5px}.single-post-share .post-share-btn{margin-bottom:4px!important}}.post-share.style-3 .share-handler,.post-share.style-4 .share-handler,.post-share.style-5 .share-handler,.post-share.style-8 .share-handler{margin:0 12px 12px 0}.post-share .share-handler:after,.post-share .share-handler:before{border:solid 6px transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;top:50%;right:-12px;border-left-color:#d7d7d7;margin-top:-6px}.post-share .share-handler:after{border:solid 5px transparent;border-left-color:#fff;right:-10px;margin-top:-5px}.post-share.style-1 .share-handler:after,.post-share.style-1 .share-handler:before,.post-share.style-2 .share-handler:after,.post-share.style-2 .share-handler:before{display:none}.post-share .post-share-btn,.post-share .social-item a{border-radius:3px;padding:0 5px}.post-share.style-3 .social-item a,.post-share.style-6 .social-item a,.post-share.style-7 .social-item a{-moz-box-shadow:0 3px 0;-webkit-box-shadow:0 3px 0;box-shadow:0 3px 0}.post-share.style-6 .bf-icon,.post-share.style-6 .item-title,.post-share.style-6 .number,.post-share.style-6 .text,.post-share.style-7 .bf-icon,.post-share.style-7 .item-title,.post-share.style-7 .number,.post-share.style-7 .text{font-size:15px;display:block;font-weight:400}.post-share.style-5 .post-share-btn .bf-icon,.post-share.style-5 .post-share-btn .number,.post-share.style-5 .post-share-btn .text,.post-share.style-8 .post-share-btn .bf-icon,.post-share.style-8 .post-share-btn .number,.post-share.style-8 .post-share-btn .text{line-height:43px}.post-share.style-5 .bf-icon{font-size:22px!important}.post-share.style-5 .number{font-size:18px}.post-share.style-5 .social-item .item-title,.post-share.style-8 .social-item .item-title{font-size:16px}.post-share.style-5 .social-item a .bf-icon,.post-share.style-5 .social-item a .number,.post-share.style-8 .social-item a .bf-icon,.post-share.style-8 .social-item a .number{line-height:44px;font-weight:400}.post-share.style-5 .social-item,.post-share.style-8 .social-item{margin:0 6px 6px 0}.post-share.style-5 .bs-pretty-tabs-more,.post-share.style-8 .bs-pretty-tabs-more{padding:0 6px!important;transform:initial;top:6px;min-width:30px!important}.post-share.style-5 .bs-pretty-tabs-more .bf-icon{line-height:30px;font-size:18px!important}.post-share.style-10 .social-item,.post-share.style-9 .social-item{border:1px solid #e2e2e2;border-radius:3px}.post-share.style-10 .post-share-btn,.post-share.style-11 .post-share-btn,.post-share.style-9 .post-share-btn{line-height:31px}.post-share.style-10 .share-handler,.post-share.style-9 .share-handler{padding:0 10px;margin-right:15px}.post-share.style-10 .social-item a .item-title,.post-share.style-10 .social-item a .number{color:inherit}.post-share.style-10 .social-item.has-count.has-title .number{border-left:none;padding-left:0}.post-share.style-10 .social-item.has-count.has-title .item-title{border-right:none}.post-share.style-10 .post-share-btn,.post-share.style-11 .post-share-btn,.post-share.style-9 .post-share-btn{padding:0 6px;line-height:32px;border-radius:3px;min-width:32px;height:32px}.post-share.style-10 .post-share-btn-group .post-share-btn:first-child,.post-share.style-11 .post-share-btn-group .post-share-btn:first-child,.post-share.style-9 .post-share-btn-group .post-share-btn:first-child{border-radius:0 3px 3px 0}.post-share.style-10 .post-share-btn-group .post-share-btn:last-child,.post-share.style-11 .post-share-btn-group .post-share-btn:last-child,.post-share.style-9 .post-share-btn-group .post-share-btn:last-child{border-radius:3px 0 0 3px}.post-share.style-10 .social-item a,.post-share.style-9 .social-item a{background:#fff!important;color:#4d4d4d}.post-share.style-10 .social-item.facebook a,.post-share.style-11 .social-item.facebook a,.post-share.style-9 .social-item.facebook a{color:#2d5f9a}.post-share.style-10 .social-item.facebook .icon,.post-share.style-11 .social-item.facebook .icon{background-color:#2d5f9a;border-color:#2d5f9a}.post-share.style-10 .social-item.facebook a:hover,.post-share.style-11 .social-item.facebook a:hover,.post-share.style-9 .social-item.facebook a:hover{color:#1b4a82}.post-share.style-10 .social-item.facebook a:hover .icon,.post-share.style-11 .social-item.facebook a:hover .icon{background-color:#1b4a82;border-color:#1b4a82}.post-share.style-10 .social-item.twitter a,.post-share.style-11 .social-item.twitter a,.post-share.style-9 .social-item.twitter a{color:#53c7ff}.post-share.style-10 .social-item.twitter .icon,.post-share.style-11 .social-item.twitter .icon{background-color:#53c7ff;border-color:#53c7ff}.post-share.style-10 .social-item.twitter a:hover,.post-share.style-11 .social-item.twitter a:hover,.post-share.style-9 .social-item.twitter a:hover{color:#369ed0}.post-share.style-10 .social-item.google_plus a,.post-share.style-11 .social-item.google_plus a,.post-share.style-9 .social-item.google_plus a{color:#d93b2b}.post-share.style-10 .social-item.google_plus .icon,.post-share.style-11 .social-item.google_plus .icon{background-color:#d93b2b;border-color:#d93b2b}.post-share.style-10 .social-item.google_plus a:hover,.post-share.style-11 .social-item.google_plus a:hover,.post-share.style-9 .social-item.google_plus a:hover{color:#b7291a}.post-share.style-10 .social-item.pinterest a,.post-share.style-11 .social-item.pinterest a,.post-share.style-9 .social-item.pinterest a{color:#a41719}.post-share.style-10 .social-item.pinterest .icon,.post-share.style-11 .social-item.pinterest .icon{background-color:#a41719;border-color:#a41719}.post-share.style-10 .social-item.pinterest a:hover,.post-share.style-11 .social-item.pinterest a:hover,.post-share.style-9 .social-item.pinterest a:hover{color:#8c0a0c}.post-share.style-10 .social-item.linkedin a,.post-share.style-11 .social-item.linkedin a,.post-share.style-9 .social-item.linkedin a{color:#005182}.post-share.style-10 .social-item.linkedin .icon,.post-share.style-11 .social-item.linkedin .icon{background-color:#005182;border-color:#005182}.post-share.style-10 .social-item.linkedin a:hover,.post-share.style-11 .social-item.linkedin a:hover,.post-share.style-9 .social-item.linkedin a:hover{color:#003b5f}.post-share.style-10 .social-item.email a,.post-share.style-10 .social-item.print a,.post-share.style-11 .social-item.email a,.post-share.style-11 .social-item.print a,.post-share.style-9 .social-item.email a,.post-share.style-9 .social-item.print a{color:#444}.post-share.style-10 .social-item.email .icon,.post-share.style-10 .social-item.print .icon,.post-share.style-11 .social-item.email .icon,.post-share.style-11 .social-item.print .icon{background-color:#444;border-color:#444}.post-share.style-10 .social-item.email a:hover,.post-share.style-10 .social-item.print a:hover,.post-share.style-11 .social-item.email a:hover,.post-share.style-11 .social-item.print a:hover,.post-share.style-9 .social-item.email a:hover,.post-share.style-9 .social-item.print a:hover{color:#2f2f2f}.post-share.style-10 .social-item.tumblr a,.post-share.style-11 .social-item.tumblr a,.post-share.style-9 .social-item.tumblr a{color:#3e5a70}.post-share.style-10 .social-item.tumblr .icon,.post-share.style-11 .social-item.tumblr .icon{background-color:#3e5a70;border-color:#3e5a70}.post-share.style-10 .social-item.tumblr a:hover,.post-share.style-11 .social-item.tumblr a:hover,.post-share.style-9 .social-item.tumblr a:hover{color:#426283}.post-share.style-10 .social-item.telegram a,.post-share.style-11 .social-item.telegram a,.post-share.style-9 .social-item.telegram a{color:#179cde}.post-share.style-10 .social-item.telegram .icon,.post-share.style-11 .social-item.telegram .icon{background-color:#179cde;border-color:#179cde}.post-share.style-10 .social-item.telegram a:hover,.post-share.style-11 .social-item.telegram a:hover,.post-share.style-9 .social-item.telegram a:hover{color:#0f8dde}.post-share.style-10 .social-item.reddit a,.post-share.style-11 .social-item.reddit a,.post-share.style-9 .social-item.reddit a{color:#ff4500}.post-share.style-10 .social-item.reddit .icon,.post-share.style-11 .social-item.reddit .icon{background-color:#ff4500;border-color:#ff4500}.post-share.style-10 .social-item.reddit a:hover,.post-share.style-11 .social-item.reddit a:hover,.post-share.style-9 .social-item.reddit a:hover{color:#dc3c01}.post-share.style-10 .social-item.stumbleupon a,.post-share.style-11 .social-item.stumbleupon a,.post-share.style-9 .social-item.stumbleupon a{color:#ee4813}.post-share.style-10 .social-item.stumbleupon .icon,.post-share.style-11 .social-item.stumbleupon .icon{background-color:#ee4813;border-color:#ee4813}.post-share.style-10 .social-item.stumbleupon a:hover,.post-share.style-11 .social-item.stumbleupon a:hover,.post-share.style-9 .social-item.stumbleupon a:hover{color:#ce3d0f}.post-share.style-10 .social-item.vk a,.post-share.style-11 .social-item.vk a,.post-share.style-9 .social-item.vk a{color:#4c75a3}.post-share.style-10 .social-item.vk .icon,.post-share.style-11 .social-item.vk .icon{background-color:#4c75a3;border-color:#4c75a3}.post-share.style-10 .social-item.vk a:hover,.post-share.style-11 .social-item.vk a:hover,.post-share.style-9 .social-item.vk a:hover{color:#3e5f84}.post-share.style-10 .social-item.digg a,.post-share.style-11 .social-item.digg a,.post-share.style-9 .social-item.digg a{color:#000}.post-share.style-10 .social-item.digg .icon,.post-share.style-11 .social-item.digg .icon{background-color:#000;border-color:#000}.post-share.style-10 .social-item.bs-custom-link a,.post-share.style-11 .social-item.bs-custom-link a,.post-share.style-9 .social-item.bs-custom-link a{color:#000}.post-share.style-10 .social-item.bs-custom-link .icon,.post-share.style-11 .social-item.bs-custom-link .icon{background-color:#000;border-color:#000}.post-share.style-10 .social-item.ok-ru a,.post-share.style-11 .social-item.ok-ru a,.post-share.style-9 .social-item.ok-ru a{color:#ee8208}.post-share.style-10 .social-item.ok-ru .icon,.post-share.style-11 .social-item.ok-ru .icon{background-color:#ee8208;border-color:#ee8208}.post-share.style-10 .social-item.digg a:hover,.post-share.style-11 .social-item.digg a:hover,.post-share.style-9 .social-item.digg a:hover{color:#2f2f2f}.post-share.style-10 .social-item.bs-custom-link a:hover,.post-share.style-11 .social-item.bs-custom-link a:hover,.post-share.style-9 .social-item.bs-custom-link a:hover{color:#2f2f2f}.post-share.style-10 .social-item.whatsapp a,.post-share.style-11 .social-item.whatsapp a,.post-share.style-9 .social-item.whatsapp a{color:#00e676}.post-share.style-10 .social-item.whatsapp .icon,.post-share.style-11 .social-item.whatsapp .icon{background-color:#00e676;border-color:#00e676}.post-share.style-10 .social-item.whatsapp a:hover,.post-share.style-11 .social-item.whatsapp a:hover,.post-share.style-9 .social-item.whatsapp a:hover{color:#00c462}.post-share.style-10 .social-item.line a,.post-share.style-11 .social-item.line a,.post-share.style-9 .social-item.line a{color:#00b900}.post-share.style-10 .social-item.line .icon,.post-share.style-11 .social-item.line .icon{background-color:#00b900;border-color:#00b900}.post-share.style-10 .social-item.line a:hover,.post-share.style-11 .social-item.line a:hover,.post-share.style-9 .social-item.line a:hover{color:#009a00}.post-share.style-10 .social-item.print a,.post-share.style-11 .social-item.print a,.post-share.style-9 .social-item.print a{color:#444}.post-share.style-10 .social-item.viber a .icon,.post-share.style-11 .social-item.viber a .icon{background-color:#5d54a4!important;border-color:#5d54a4!important}.post-share.style-10 .social-item.viber:hover a .icon,.post-share.style-11 .social-item.viber:hover a .icon{background-color:#494589!important;border-color:#494589!important}.post-share.style-10 .social-item.viber .icon,.post-share.style-11 .social-item.viber .icon{font-size:18px}.post-share.style-10 .social-item.bbm a,.post-share.style-11 .social-item.bbm a,.post-share.style-9 .social-item.bbm a{color:#1f1f1f}.post-share.style-10 .social-item.bbm .icon,.post-share.style-11 .social-item.bbm .icon{background-color:#1f1f1f;border-color:#1f1f1f}.post-share.style-10 .social-item.bbm a:hover,.post-share.style-11 .social-item.bbm a:hover,.post-share.style-9 .social-item.bbm a:hover{color:#3c3c3c}.post-share.style-12 .post-share-btn,.post-share.style-12 a,.post-share.style-12 span,.post-share.style-13 .post-share-btn,.post-share.style-13 a,.post-share.style-13 span,.style-23.entry-terms .terms-label,.style-23.entry-terms a,.style-24.entry-terms .terms-label,.style-24.entry-terms a,.style-25.entry-terms .terms-label,.style-25.entry-terms a,.style-26.entry-terms .terms-label,.style-26.entry-terms a{border-radius:0!important}.post-share.style-13 .post-share-btn,.post-share.style-13 .social-item a{padding:0 10px;min-width:44px;min-height:44px;line-height:44px!important}.post-share.style-13 .post-share-btn>*,.post-share.style-13 .social-item .item-title,.post-share.style-13 .social-item i{line-height:44px!important}.post-share.style-13 .social-item .icon i{font-size:22px}.post-share.style-13 .social-item .item-title{font-size:19px}.post-share.style-13 .bs-pretty-tabs-more,.post-share.style-13 .post-share-btn{min-height:42px;line-height:42px!important}.post-share.style-13 .bs-pretty-tabs-more i,.post-share.style-13 .post-share-btn>*{line-height:42px!important}.post-share .item-title{font-weight:400;padding:0}.post-share .item-title,.post-share .number{font-size:12px}.post-share .post-share-btn-group .item-title,.post-share .post-share-btn-group .number{padding:0}.post-share.style-1 .social-item.has-title a{padding:0 11px}.post-share.style-1 .post-share-btn-group .post-share-btn:first-child,.post-share.style-2 .post-share-btn-group .post-share-btn:first-child{border-radius:0 30px 30px 0}.post-share.style-1 .post-share-btn-group .post-share-btn:last-child,.post-share.style-2 .post-share-btn-group .post-share-btn:last-child{border-radius:30px 0 0 30px}.post-share.style-1 .post-share-btn-group .post-share-btn:last-child:first-child,.post-share.style-2 .post-share-btn-group .post-share-btn:last-child:first-child{border-radius:30px}.post-share.style-1 .bs-pretty-tabs-more,.post-share.style-1 .share-handler,.post-share.style-1 .social-item a,.post-share.style-2 .bs-pretty-tabs-more,.post-share.style-2 .share-handler,.post-share.style-2 .social-item a{border-radius:30px}.post-share.style-1 .bs-pretty-tabs-more{min-width:30px;height:30px;line-height:30px}.post-share.style-2 .bs-pretty-tabs-more{min-width:38px;height:38px;line-height:38px}.post-share .bs-pretty-tabs-more{color:#afafaf}.post-share .bs-pretty-tabs-more:hover{color:#383838}.single-post-share.top-share.style-1{margin-bottom:7px}.single-post-share.bottom-share.style-1{margin-bottom:-8px}.single-post-share.top-share.style-2{margin-bottom:9px}.single-post-share.bottom-share.style-2{margin-bottom:-6px}.post-share.style-1 .share-handler,.post-share.style-2 .share-handler{padding:0 10px}.post-share.style-2 .post-share-btn .bf-icon{font-size:20px}.post-share.style-2 .item-title,.post-share.style-2 .number,.post-share.style-2 .text{font-size:14px}.post-share.style-2 .number{margin:0}.post-share.style-2 .bf-icon,.post-share.style-2 .item-title,.post-share.style-2 .number,.post-share.style-2 .text{line-height:38px!important;height:38px}.post-share.style-2 .item-title{margin-left:10px;margin-right:5px;font-weight:400}.post-share.style-2 .social-item a{padding:0 8px;min-width:38px;line-height:38px}.post-share.style-2 .social-item.has-count a,.post-share.style-2 .social-item.has-title a{padding:0 15px}.post-share.style-2 .social-item{margin:0 6px 6px 0}.post-share.style-2 .bs-pretty-tabs-more .bf-icon,.post-share.style-2 .post-share-btn-group .bf-icon{font-size:15px}.post-share.style-2 .social-item a .item-title+.number{margin-left:0}.single-post-share.top-share.style-3{margin-bottom:7px}.single-post-share.bottom-share.style-3{margin-bottom:-8px}.post-share.style-3 .bf-icon,.post-share.style-3 .item-title,.post-share.style-3 .number,.post-share.style-3 .text{line-height:32px!important}.post-share.style-3 .post-share-btn,.post-share.style-3 .social-item a{line-height:32px;height:32px;min-width:40px}.post-share.style-3 .post-share-btn{line-height:35px;height:35px;padding:0 8px}.post-share.style-3 .post-share-btn .bf-icon,.post-share.style-3 .post-share-btn .number,.post-share.style-3 .post-share-btn .text{line-height:34px!important}.post-share.style-3 .social-item a{padding:0 8px}.post-share.style-3 .social-item.has-count a,.post-share.style-3 .social-item.has-title a{padding:0 12px}.single-post-share.style-3 .social-item.line .bsfi-line{font-size:20px}.single-post-share.style-3 .social-item.viber .bsfi-viber{font-size:17px}.single-post-share .social-item{margin-bottom:8px}.single-post-share.top-share.style-4{margin-bottom:7px}.single-post-share.bottom-share.style-4{margin-bottom:-8px}.post-share.style-4 .share-handler.post-share-btn{padding:0 8px 0 5px}.post-share.style-4 .social-item a{padding:0}.post-share.style-4 .social-item .number{padding-right:10px;margin-left:10px}.post-share.style-4 .social-item .item-title{padding-right:9px;margin-left:8px}.post-share.style-4 .social-item .item-title+.number{margin-left:-2px}.post-share.style-4 .social-item .bf-icon{display:inline-block;height:100%;background:rgba(0,0,0,.25);padding:0 6px;min-width:30px}.post-share.style-4 .social-item .icon:last-child:first-child .bf-icon{background:0 0}.post-share.style-4 .share-handler .text{margin-left:2px;font-size:13px}.post-share.style-4 .bs-pretty-tabs-more.post-share-btn{height:30px}.single-post-share.top-share.style-5{margin-bottom:9px}.single-post-share.bottom-share.style-5{margin-bottom:-6px}.post-share.style-5 .post-share-btn,.post-share.style-5 .social-item a{padding:0 10px;min-width:44px}.post-share.style-5 .social-item.has-count a,.post-share.style-5 .social-item.has-title a{padding:0 12px}.post-share.style-5 .social-item a .item-title,.post-share.style-5 .social-item a .number{margin:0 5px 0 10px;line-height:44px}.post-share.style-5 .social-item a .item-title+.number{margin:0 0 0 2px}.post-share.style-5 .share-handler .text{font-size:16px}.post-share.style-5 .post-share-btn-group .bf-icon,.post-share.style-5 .post-share-btn-group .number{font-size:15px!important}.single-post-share.top-share.style-6,.single-post-share.top-share.style-7{margin-bottom:10px}.single-post-share.bottom-share.style-6,.single-post-share.bottom-share.style-7{margin-bottom:-5px}.post-share.style-6 .social-item,.post-share.style-7 .social-item{text-align:center;margin:0 10px 12px 0}.post-share.style-6 .social-item a,.post-share.style-7 .social-item a{padding:0 12px 0;line-height:32px;height:61px;min-width:76px}.post-share.style-6 .post-share-btn .bf-icon,.post-share.style-6 .post-share-btn .item-title,.post-share.style-6 .post-share-btn .number,.post-share.style-6 .social-item .item-title,.post-share.style-6 .social-item .number,.post-share.style-7 .post-share-btn .bf-icon,.post-share.style-7 .post-share-btn .item-title,.post-share.style-7 .post-share-btn .number,.post-share.style-7 .social-item .item-title,.post-share.style-7 .social-item .number{line-height:20px;margin:0 3px;font-size:13px}.post-share.style-6 .post-share-btn .bf-icon,.post-share.style-7 .post-share-btn .bf-icon{line-height:26px;margin-top:7px}.post-share.style-6 .post-share-btn.bs-pretty-tabs-more .bf-icon,.post-share.style-7 .post-share-btn.bs-pretty-tabs-more .bf-icon{margin:0}.post-share.style-6 .social-item .bf-icon,.post-share.style-7 .social-item .bf-icon{font-size:20px;display:block;line-height:32px;margin-top:6px}.post-share.style-6 .social-item .icon:first-child:last-child .bf-icon,.post-share.style-7 .social-item .icon:first-child:last-child .bf-icon{line-height:64px;margin:0}.post-share.style-6 .share-handler .bf-icon,.post-share.style-7 .share-handler .bf-icon{font-size:20px;line-height:28px;margin-top:6px}.post-share.style-6 .share-handler .number,.post-share.style-7 .share-handler .number{line-height:26px;font-size:15px}.post-share.style-6 .bs-pretty-tabs-more,.post-share.style-7 .bs-pretty-tabs-more{margin-top:18px;min-width:28px}.post-share.style-6 .share-handler,.post-share.style-7 .share-handler{text-align:center;padding:0 14px;margin:0 15px 11px 0;min-width:84px;height:64px}.post-share.style-6 .share-handler .text,.post-share.style-7 .share-handler .text{font-weight:700;line-height:20px}.post-share.style-6 .post-share-btn-group .post-share-btn,.post-share.style-7 .post-share-btn-group .post-share-btn{padding:0 16px;text-align:center;height:64px}.post-share.style-7 .social-item a{border-radius:0}.post-share.style-7 .social-item.first a{border-radius:3px 0 0 3px}.post-share.style-7 .social-item.last a,.post-share.style-7 .social-item:last-child a{border-radius:0 3px 3px 0}.post-share.style-7 .social-item{margin:0 0 12px 0}.post-share.style-7 .bs-pretty-tabs-container{margin-left:10px}.single-post-share.top-share.style-8{margin-bottom:9px}.single-post-share.bottom-share.style-8{margin-bottom:-6px}.post-share.style-8 .social-item .bf-icon{background:rgba(0,0,0,.25);border-radius:90px;margin-top:8px;line-height:30px!important;font-size:16px;width:30px;height:30px}.post-share.style-8 .social-item a{padding:0 10px;line-height:45px;min-width:56px}.post-share.style-8 .share-handler .text,.post-share.style-8 .social-item a .item-title,.post-share.style-8 .social-item a .number{margin:0 6px 0;font-size:14px;padding-right:0;line-height:45px}.post-share.style-8 .social-item .item-title+.number{margin:0 2px 0 -2px}.post-share.style-8 .share-handler .text{padding-left:3px;margin:0;line-height:44px;display:inline-block;vertical-align:top}.post-share.style-8 .social-item .number{text-indent:2px}.post-share.style-8 .post-share-btn{padding:0 10px}.post-share.style-8 .share-handler{padding-left:10px;padding-right:10px;margin-right:12px;height:45px}.post-share.style-8 .number{font-size:14px}.post-share.style-8 .bs-pretty-tabs-more .bf-icon{line-height:30px;font-size:16px!important}.post-share.style-9 .social-item.has-count a,.post-share.style-9 .social-item.has-title a{padding:0 10px}.post-share.style-9 .social-item a{padding:0 5px}.post-share.style-9 .social-item .number{margin-left:5px!important}.post-share.style-9 .share-handler{margin-right:12px;border-radius:3px}.post-share.style-9 .social-item a .bf-icon,.post-share.style-9 .social-item a .item-title,.post-share.style-9 .social-item a .number{color:inherit!important}.post-share.style-9 .bs-pretty-tabs-more.post-share-btn{padding:0 6px;width:32px;line-height:32px;height:32px;border-radius:3px}.post-share.style-9 .social-item a .item-title,.post-share.style-9 .social-item a .number{margin-left:8px}.single-post-share.top-share.style-10,.single-post-share.top-share.style-11{margin-bottom:7px}.single-post-share.bottom-share.style-10,.single-post-share.bottom-share.style-11{margin-bottom:-8px}.post-share.style-10 .social-item a,.post-share.style-11 .social-item a{padding:0!important;height:32px}.post-share.style-10 .social-item .icon,.post-share.style-10 .social-item a>span,.post-share.style-11 .social-item .icon,.post-share.style-11 .social-item a>span{display:inline-block;border:1px solid #e2e2e2;border-left-width:0;margin:0!important;padding:0 8px;text-align:center}.post-share.style-10 .social-item{border:none;padding:0!important}.post-share.style-10 .social-item .icon,.post-share.style-11 .social-item .icon{color:#fff;display:inline-block;border-color:transparent;position:relative;height:inherit;min-width:32px}.post-share.style-10 .social-item .icon:after,.post-share.style-10 .social-item .icon:before{width:0;height:50%;border:7px solid transparent;border-top-width:0;border-right:7px solid #fff;content:' ';position:absolute;top:0;right:-1px;box-shadow:7px -15px 0 #e2e2e2;display:none}.post-share.style-10 .social-item .icon:before{bottom:0;top:auto;border-top-width:7px;border-bottom-width:0;border-right:7px solid #fff;box-shadow:7px 15px 0 #e2e2e2}.post-share.style-10 .social-item.has-count .icon:after,.post-share.style-10 .social-item.has-count .icon:before,.post-share.style-10 .social-item.has-title .icon:after,.post-share.style-10 .social-item.has-title .icon:before{display:inline-block}.post-share.style-10 .social-item.has-count .icon,.post-share.style-10 .social-item.has-title .icon{padding:0 16px 0 11px;min-width:33px}.post-share.style-10 .social-item .item-title,.post-share.style-10 .social-item .number{height:32px}.post-share.style-11 .social-item .item-title,.post-share.style-11 .social-item .number{background:#fff;margin:1px!important;height:30px;border-radius:0 3px 3px 0;color:inherit;border:none;line-height:30px;min-width:30px}.post-share.style-11 .social-item a .bf-icon{line-height:30px}.post-share.style-11 .social-item .icon,.post-share.style-11 .social-item a>span{padding:0 8px}.post-share.style-11 .post-share-btn{padding:0 6px}.post-share.style-11 .share-handler.post-share-btn{margin-right:14px}.post-share.style-11 .social-item.has-count.has-title .item-title{margin:1px -1px 0 0!important;border-radius:0!important}.post-share.style-11 .social-item.has-count.has-title .number{padding-left:0;margin-left:-4px!important}.next-prev-post{padding:25px 0 0;margin:30px 0 0;position:relative;border-top:1px solid #e8e8e8}.bs-newsletter-pack+.next-prev-post,.post-author+.next-prev-post{border-top:none;padding:0 20px}.next-prev-post .prev-post{width:50%;float:left;padding-right:15px;text-align:left}.next-prev-post .prev-post .pre-title .fa{margin-right:10px}.next-prev-post .next-post{width:50%;float:right;padding-left:15px;text-align:right}.next-prev-post .next-post .pre-title .fa{margin-left:10px}.next-prev-post .pre-title{text-transform:uppercase;font-size:13px;color:#8a8a8a;margin-bottom:6px}.next-prev-post .title{font-size:15px;margin:0;line-height:1.4}.post-tp-1-header .post-meta-wrap{margin:15px 0 20px;padding:0}.post-tp-1-header .post-meta-wrap .post-meta{padding:0}.post-tp-1-header .post-meta-wrap .term-badges+.post-meta .post-author-a:last-child .post-author:after{display:none}.post-tp-1-header .term-badges{float:right;margin:0;display:inline;line-height:18px}.post-tp-1-header .term-badges:first-child:last-child{float:none}.post-tp-1-header .term-badges a{background:#444;padding:0 6px;display:inline-block;line-height:18px;font-size:10px;color:#fff;margin:0 0 0 4px}.post-tp-1-header .term-badges .term-badge:first-child a{margin:0}.post-tp-1-header .single-post-title{margin:0 0 15px}.post-tp-1-header .single-post-title+.post-subtitle{margin-top:-5px}.post-tp-1-header .single-post-excerpt{margin-top:-8px;padding-bottom:10px}.post-tp-1-header .post-subtitle+.single-post-excerpt{padding:10px 0;margin:0}.post-tp-1-header .single-post-excerpt+.post-meta-wrap{margin-top:2px}@media only screen and (max-width:420px){.post-tp-1-header .term-badges{float:none;margin-bottom:10px;display:block}.post-tp-1-header .post-meta-wrap{margin:10px 0 12px;padding:0}}.post-tp-2-header{position:relative;margin:0 0 25px}.post-tp-2-header.wfi{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#565656}.post-tp-2-header.wfi:before{background:rgba(0,0,0,.35);content:'';position:absolute;left:0;right:0;bottom:0;top:0}.post-tp-2-header .post-header-inner{padding:30px 0 0;position:relative}.post-tp-2-header.wfi .post-header-inner{padding:30px 30px;height:560px;overflow:hidden}.post-tp-2-header.wfi .post-header-title{position:absolute;bottom:30px;left:0;right:0}.post-tp-2-header.nfi .post-header-title{margin-top:20px}.post-tp-2-header.wfi .single-post-title{color:#fff}.post-tp-2-header.nfi .single-post-title{margin:10px 0}.post-tp-2-header .single-post-title+.post-subtitle{margin:0 0 15px}.post-tp-2-header.wfi .single-post-title+.post-subtitle{color:#fff}.post-tp-2-header .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:10px}.post-tp-2-header.wfi .post-meta,.post-tp-2-header.wfi .post-meta .post-author-a:hover,.post-tp-2-header.wfi .post-meta .views,.post-tp-2-header.wfi .post-meta a,.post-tp-2-header.wfi .post-meta a:hover,.post-tp-2-header.wfi .post-meta b{color:#fff!important}.post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a,.post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a:hover,.post-tp-2-header.wfi .post-meta.single-post-meta .time{color:rgba(255,255,255,.55)!important}.post-tp-2-header.wfi .post-meta.single-post-meta>a+span:before,.post-tp-2-header.wfi .post-meta.single-post-meta>span+a:before,.post-tp-2-header.wfi .post-meta.single-post-meta>span+span:before{background:rgba(255,255,255,.43)}.post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{box-shadow:0 2px 1px rgba(0,0,0,.13)}.post-tp-2-header .image-credit{position:absolute;right:10px;bottom:10px;font-size:9px}.post-tp-2-header.wfi .image-credit{color:rgba(255,255,255,.7)}.post-tp-2-header.wfi .image-credit:hover{color:#fff}.post-template-2 .post-embed{margin-bottom:20px}.post-tp-2-header .bf-breadcrumb{position:absolute;left:0;top:15px}.post-tp-2-header .single-post-excerpt{padding-bottom:12px}.post-tp-2-header.wfi .single-post-excerpt{color:#fff}.post-tp-2-header .post-subtitle+.single-post-excerpt{margin-top:-5px}.post-tp-2-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end{display:none}@media only screen and (max-width:1080px){.post-tp-2-header.wfi .post-header-inner{height:450px}}@media only screen and (max-width:680px){.post-tp-2-header.wfi .post-header-inner{height:420px}}.post-tp-3-header{position:relative;margin-bottom:25px}.post-tp-3-header.wfi{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#565656}.post-tp-3-header.wfi:before{background:rgba(0,0,0,.35);content:'';position:absolute;left:0;right:0;bottom:0;top:0}.post-tp-3-header.wfi .post-header-inner{padding:30px 30px;height:560px;position:relative;overflow:hidden}.post-tp-3-header.wfi .post-header-title{position:absolute;bottom:30px;left:30px;right:30px}.post-tp-3-header.wfi .single-post-title{color:#fff}.post-tp-3-header.nfi .single-post-title{margin:10px 0 12px}.post-tp-3-header .single-post-title+.post-subtitle{margin:0 0 15px}.post-tp-3-header.wfi .single-post-title+.post-subtitle{color:#fff}.post-tp-3-header .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:10px}.post-tp-3-header.wfi .post-meta,.post-tp-3-header.wfi .post-meta .post-author-a:hover,.post-tp-3-header.wfi .post-meta .views,.post-tp-3-header.wfi .post-meta a,.post-tp-3-header.wfi .post-meta a:hover,.post-tp-3-header.wfi .post-meta b{color:#fff!important}.post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a,.post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a:hover,.post-tp-3-header.wfi .post-meta.single-post-meta .time{color:rgba(255,255,255,.55)!important}.post-tp-3-header.wfi .post-meta.single-post-meta>a+span:before,.post-tp-3-header.wfi .post-meta.single-post-meta>span+a:before,.post-tp-3-header.wfi .post-meta.single-post-meta>span+span:before{background:rgba(255,255,255,.43)}.post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{box-shadow:0 2px 1px rgba(0,0,0,.13)}.post-tp-3-header .image-credit{position:absolute;right:10px;bottom:10px;font-size:9px}.post-tp-3-header.wfi .image-credit{color:rgba(255,255,255,.7)}.post-tp-3-header.wfi .image-credit:hover{color:#fff}.post-template-3 .post-embed{margin-bottom:20px}.post-tp-3-header .single-post-excerpt{color:#fff;padding-bottom:12px}.post-tp-3-header .post-subtitle+.single-post-excerpt{margin-top:-5px}.post-tp-3-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end{display:none}@media only screen and (max-width:1080px){.post-tp-3-header.wfi .post-header-inner{height:450px}}@media only screen and (max-width:780px){.post-tp-3-header.wfi .post-header-inner{padding:20px}.post-tp-3-header.wfi .post-header-title{bottom:20px;left:20px;right:20px}.post-tp-3-header .image-credit{bottom:5px}.post-tp-3-header .bf-breadcrumb{margin-top:0}}@media only screen and (max-width:680px){.post-tp-3-header.wfi .post-header-inner{height:420px}}.post-tp-4-header{position:relative;margin:0 0 25px}.post-tp-4-header.wfi{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#565656}.post-tp-4-header.wfi:before{background:rgba(0,0,0,.25);content:'';position:absolute;top:0;left:0;right:0;bottom:0}.post-tp-4-header.nfi .post-header-inner{padding:18px 10px 10px;position:relative}.post-tp-4-header.wfi .post-header-inner{padding:18px 30px 30px;height:580px;position:relative;overflow:hidden}.post-tp-4-header.wfi .post-header-title{position:absolute;bottom:30px;left:0;right:0;text-shadow:0 3px 3px rgba(0,0,0,.39)}.post-tp-4-header.nfi .post-header-title{margin-top:60px;position:relative;opacity:1!important}.post-tp-4-header .single-post-title{text-align:center}.post-tp-4-header.wfi .single-post-title{color:#fff}.post-tp-4-header .single-post-title+.post-subtitle{margin:0 0 15px;text-align:center}.post-tp-4-header.wfi .single-post-title+.post-subtitle{color:#fff}.post-tp-4-header .term-badges.floated{position:absolute;top:30px;left:0;right:0;bottom:auto;text-align:center}.post-tp-4-header.wfi .term-badges.floated .term-badge a,.post-tp-4-header.wfi .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-4-header .post-meta a,.post-tp-4-header.wfi .post-meta,.post-tp-4-header.wfi .post-meta .post-author-a:hover,.post-tp-4-header.wfi .post-meta .views,.post-tp-4-header.wfi .post-meta a:hover,.post-tp-4-header.wfi .post-meta b{color:#fff!important}.post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a,.post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a:hover,.post-tp-4-header.wfi .post-meta.single-post-meta .time{color:rgba(255,255,255,.55)!important}.post-tp-4-header.wfi .post-meta.single-post-meta>a+span:before,.post-tp-4-header.wfi .post-meta.single-post-meta>span+a:before,.post-tp-4-header.wfi .post-meta.single-post-meta>span+span:before{background:rgba(255,255,255,.43)}.post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{box-shadow:0 2px 1px rgba(0,0,0,.13)}.post-tp-4-header .post-meta{text-align:center}.post-tp-4-header .image-credit{position:absolute;right:0;bottom:0;color:#fff;font-size:10px;line-height:20px;background:rgba(0,0,0,.24);padding:0 8px}.post-tp-4-header .move-to-content{display:block;text-align:center;font-size:36px}.post-tp-4-header.wfi .move-to-content{color:#fff}.post-tp-4-header .move-to-content .fa{cursor:pointer}.post-template-4 .post-embed{margin-bottom:20px}.post-tp-4-header.show-cat-badges.show-breadcrumb .term-badges.floated{top:55px}.post-tp-4-header .single-post-excerpt{color:#fff;padding-bottom:12px;text-align:center;max-width:80%;margin-left:auto;margin-right:auto}.post-tp-4-header .post-subtitle+.single-post-excerpt{margin-top:-5px}.post-tp-4-header .bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end{display:none}@media only screen and (max-width:1080px){.post-tp-4-header.wfi .post-header-inner{height:500px}}@media only screen and (max-width:680px){.post-tp-4-header.wfi .post-header-inner{height:430px}}.post-tp-5-header{position:relative;margin-bottom:25px}.post-tp-5-header.wfi{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#565656}.post-tp-5-header.wfi:before{background:rgba(0,0,0,.25);content:'';position:absolute;top:0;left:0;right:0;bottom:0}.post-tp-5-header.nfi .post-header-inner{padding-top:30px;position:relative;opacity:1!important;margin-top:5px}.post-tp-5-header.wfi .post-header-inner{padding:20px 30px 30px;height:580px;position:relative;overflow:hidden}.post-tp-5-header.wfi .post-header-title{position:absolute;bottom:30px;left:0;right:0;text-shadow:0 3px 3px rgba(0,0,0,.39)}.post-tp-5-header.nfi .post-header-title{opacity:1!important;position:relative}.post-tp-5-header .single-post-title{text-align:center;padding:0 25px}.post-tp-5-header.nfi .single-post-title{margin:12px 0}.post-tp-5-header.wfi .single-post-title{color:#fff;text-align:center;text-shadow:0 3px 3px rgba(0,0,0,.39);padding:0 25px}.post-tp-5-header .single-post-title+.post-subtitle{margin:0 0 15px}.post-tp-5-header.wfi .single-post-title+.post-subtitle{color:#fff;text-align:center}.post-tp-5-header .term-badges.floated{position:absolute;top:30px;left:0;right:0;text-align:center}.post-tp-5-header.nfi .term-badges.floated{top:0}.post-tp-5-header.wfi .term-badges.floated .term-badge a,.post-tp-5-header.wfi .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-5-header.wfi .post-meta,.post-tp-5-header.wfi .post-meta .post-author-a:hover,.post-tp-5-header.wfi .post-meta .views,.post-tp-5-header.wfi .post-meta a,.post-tp-5-header.wfi .post-meta a:hover,.post-tp-5-header.wfi .post-meta b{color:#fff!important}.post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a,.post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a:hover,.post-tp-5-header.wfi .post-meta.single-post-meta .time{color:rgba(255,255,255,.55)!important}.post-tp-5-header.wfi .post-meta.single-post-meta>a+span:before,.post-tp-5-header.wfi .post-meta.single-post-meta>span+a:before,.post-tp-5-header.wfi .post-meta.single-post-meta>span+span:before{background:rgba(255,255,255,.43)}.post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{box-shadow:0 2px 1px rgba(0,0,0,.13)}.post-tp-5-header .post-meta{text-align:center}.post-tp-5-header .image-credit{position:absolute;right:0;bottom:0;color:#fff;font-size:10px;line-height:20px;background:rgba(0,0,0,.24);padding:0 8px}.post-tp-5-header .move-to-content{display:block;text-align:center;font-size:36px}.post-tp-5-header.wfi .move-to-content{color:#fff}.post-tp-5-header .move-to-content .fa{cursor:pointer}.post-template-5 .post-embed{margin-bottom:20px}.post-tp-5-header .single-post-excerpt{padding-bottom:12px;text-align:center;max-width:80%;margin-left:auto;margin-right:auto}.post-tp-5-header.wfi .single-post-excerpt{color:#fff}.post-tp-5-header .post-subtitle+.single-post-excerpt{margin-top:-5px}@media only screen and (max-width:1080px){.post-tp-5-header.wfi .post-header-inner{height:450px}}@media only screen and (max-width:780px){.post-tp-5-header.wfi .post-header-inner{padding:20px 20px}.post-tp-5-header.wfi .post-header-title{bottom:20px;left:20px;right:20px}}.post-tp-6-header{position:relative;margin-bottom:25px}.post-tp-6-header.wfi{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#565656;height:550px}.post-template-6 .post-header-inner{position:relative;overflow:hidden;padding:10px 0 20px}.post-template-6.wfi .post-header-inner{padding:20px 20px 20px 0;background:#fff;margin-top:-150px}.layout-2-col.layout-left-sidebar.post-template-6.wfi .post-header-inner,.layout-3-col.layout-3-col-3.post-template-6.wfi .post-header-inner,.layout-3-col.layout-3-col-4.post-template-6.wfi .post-header-inner,.layout-3-col.layout-3-col-5.post-template-6.wfi .post-header-inner,.layout-3-col.layout-3-col-6.post-template-6.wfi .post-header-inner{padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px}.post-template-6.post-template-6-no-term.wfi .post-header-inner{padding-top:33px;padding-bottom:30px}.post-template-6.post-template-6-no-meta.wfi .post-header-inner{padding-top:25px;padding-bottom:20px}.post-template-6.post-template-6-no-meta.post-template-6-no-term.wfi .post-header-inner{padding-top:35px;padding-bottom:20px;margin-top:-120px}.post-template-6 .single-post-title{margin:0 0 15px}.post-template-6 .single-post-title+.post-subtitle{margin:-5px 0 15px}.post-template-6 .post-header-inner .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:11px}.post-tp-6-header.wfi .term-badges.floated .term-badge a,.post-tp-6-header.wfi .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-6-header.wfi .post-meta,.post-tp-6-header.wfi .post-meta .post-author,.post-tp-6-header.wfi .post-meta a{color:#fff}.post-tp-6-header .post-meta{text-align:center}.post-tp-6-header .image-credit{position:absolute;right:0;bottom:0;color:#fff;font-size:10px;line-height:20px;background:rgba(0,0,0,.24);padding:0 8px}.post-tp-6-header.wfi .image-credit:hover{background:rgba(0,0,0,.35)}.post-template-6 .post-embed{margin-bottom:20px}.post-template-6 .post-header-inner .single-post-excerpt{margin-top:-8px;padding-bottom:10px}.post-template-6 .post-header-inner .post-subtitle+.single-post-excerpt{padding:0 0 10px;margin:-5px 0 0}.post-template-6 .post-header-inner .single-post-excerpt+.post-meta-wrap{margin-top:2px}@media only screen and (max-width:1080px){.post-tp-6-header.wfi{height:450px}}@media only screen and (max-width:780px){.post-tp-6-header.wfi{height:350px}.post-template-6.wfi .post-header-inner{margin-top:0;padding-top:0}.post-tp-6-header.wfi .post-header-inner{padding:20px 20px}.post-tp-6-header.wfi .post-header-title{bottom:20px;left:20px;right:20px}}.post-tp-7-header{position:relative;margin:0}.post-tp-7-header.wfi{background-color:#565656;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.post-tp-7-header.wfi:before{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.55)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);content:'';position:absolute;left:0;right:0;bottom:0;height:380px}.post-tp-7-header.wfi .post-header-inner{padding:30px 30px 0;height:580px;position:relative}.post-tp-7-header.nfi .post-header-inner{margin:5px 0 0;position:relative}.post-tp-7-header.wfi .post-header-title{position:absolute;bottom:0;left:-25px;right:-25px;background:#fff;padding:25px 25px 0}.post-tp-7-header .post-header-title .single-post-title{margin-top:0}.post-tp-7-header .single-post-title+.post-subtitle{margin:-2px 0 13px}.post-tp-7-header .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:15px}.post-tp-7-header .image-credit{position:absolute;right:0;top:-21px;line-height:20px;background:rgba(0,0,0,.24);padding:0 8px;overflow:hidden;white-space:nowrap}.post-tp-7-header.wfi .image-credit{color:#fff}.post-tp-7-header.nfi .image-credit{display:none}.post-template-7 .post-embed{margin-bottom:20px}.post-tp-7-header .bf-breadcrumb{margin-bottom:10px}.post-tp-7-header .single-post-excerpt{padding-bottom:10px}.post-tp-7-header .post-subtitle+.single-post-excerpt{padding:0 0 10px;margin:-5px 0 0}.post-tp-7-header .single-post-excerpt+.post-meta-wrap{margin-top:2px}@media only screen and (max-width:1366px){.post-tp-7-header.wfi .post-header-inner{height:500px}}@media only screen and (max-width:1080px){.post-tp-7-header.wfi .post-header-inner{height:400px}}@media only screen and (max-width:980px){.post-tp-7-header .post-header-title{left:0;right:0}}.post-tp-8-header{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;background-color:#565656;height:350px;float:left;width:40%;margin:0 30px 25px 0}.post-template-8 .post-header-inner{padding:0;margin-bottom:15px;position:relative;overflow:hidden}.post-template-8 .single-post-title{margin:0 0 13px}.post-template-8 .single-post-title+.post-subtitle{margin:-7px 0 15px}.post-template-8 .single-post-title:last-child{margin-bottom:0}.post-template-8 .post-header-inner .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:15px}.post-tp-8-header .term-badges.floated .term-badge a,.post-tp-8-header .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-8-header .post-meta,.post-tp-8-header .post-meta .post-author,.post-tp-8-header .post-meta a{color:#fff}.post-tp-8-header .post-meta{text-align:center}.post-tp-8-header .image-credit{position:absolute;bottom:0;left:0;padding:0 8px;line-height:20px;background:rgba(0,0,0,.24);font-size:10px;color:#fff}.post-template-8 .single-post-excerpt{margin-top:-5px;padding-bottom:10px}.post-template-8 .post-subtitle+.single-post-excerpt{padding:0 0 10px;margin:-5px 0 0}.post-template-8 .single-post-excerpt+.post-meta-wrap{margin-top:2px}@media only screen and (max-width:780px){.post-tp-8-header{width:100%;margin-right:0}.post-template-8 .post-header-inner{margin-top:0;padding-top:0}.post-tp-8-header .post-header-inner{padding:20px 20px}.post-tp-8-header .post-header-title{bottom:20px;left:20px;right:20px}}.post-template-9 .post-header-inner{padding:0;margin-bottom:20px;position:relative;overflow:hidden}.post-template-9 .single-post-title{margin:0 0 12px}.post-template-9 .single-post-title+.post-subtitle{margin:-7px 0 15px}.post-template-9 .single-post-title:last-child{margin-bottom:0}.post-template-9 .post-header-inner .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:15px}.post-tp-9-header .term-badges.floated .term-badge a,.post-tp-9-header .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-9-header .post-meta,.post-tp-9-header .post-meta .post-author,.post-tp-9-header .post-meta a{color:#fff}.post-template-9 .post-header-inner .single-post-excerpt{margin-top:-5px;padding-bottom:10px}.post-template-9 .post-header-inner .post-subtitle+.single-post-excerpt{padding:0 0 10px;margin:-5px 0 0}.post-template-9 .post-header-inner .single-post-excerpt+.post-meta-wrap{margin-top:2px}.post-tp-10-header{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;background-color:#565656;height:350px;float:left;width:40%;margin:0 30px 25px 0}.post-template-10 .post-header-inner{padding:0;margin-bottom:20px;position:relative;overflow:hidden}.post-template-10 .single-featured:empty{display:none}.post-template-10 .single-post-title{margin:0 0 13px}.post-template-10 .single-post-title+.post-subtitle{margin:-5px 0 13px}.post-template-10 .single-post-title:last-child{margin-bottom:0}.post-template-10 .post-header-inner .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:15px}.post-tp-10-header .term-badges.floated .term-badge a,.post-tp-10-header .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-10-header .post-meta,.post-tp-10-header .post-meta .post-author,.post-tp-10-header .post-meta a{color:#fff}.post-tp-10-header .post-meta{text-align:center}.post-template-10 .post-header-inner .single-post-excerpt{margin-top:-5px;padding-bottom:10px}.post-template-10 .post-header-inner .single-post-excerpt:last-child{margin-bottom:0!important;padding-bottom:0!important}.post-template-10 .post-header-inner .post-subtitle+.single-post-excerpt{padding:0 0 10px;margin:-5px 0 0}.post-template-10 .post-header-inner .single-post-excerpt+.post-meta-wrap{margin-top:2px}@media only screen and (max-width:780px){.post-tp-10-header{width:100%;margin-right:0}.post-template-10 .post-header-inner{margin-top:0;padding-top:0}.post-tp-10-header .post-header-inner{padding:20px}.post-tp-10-header .post-header-title{bottom:20px;left:20px;right:20px}.post-tp-10-header .image-credit{bottom:5px}}.post-tp-11-header{position:relative;margin-bottom:15px}.post-tp-11-header.wfi{margin-bottom:25px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#565656}.post-tp-11-header.wfi:before{-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;transition:all .35s;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.55)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);content:'';position:absolute;left:0;right:0;bottom:0;height:380px}.post-tp-11-header.wfi .post-header-inner{height:470px;position:relative;overflow:hidden}.post-tp-11-header.wfi .post-header-title{position:absolute;bottom:25px;left:25px;right:25px}.post-tp-11-header .single-post-title{margin:0 0 10px}.post-tp-11-header.wfi .single-post-title{color:#fff}.post-tp-11-header .single-post-title+.post-subtitle{margin:0 0 13px}.post-tp-11-header.wfi .single-post-title+.post-subtitle{color:#fff}.post-tp-11-header .single-post-title:last-child{margin-bottom:0}.post-tp-11-header .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:15px}.post-tp-11-header.wfi .post-meta,.post-tp-11-header.wfi .post-meta .post-author-a:hover,.post-tp-11-header.wfi .post-meta .views,.post-tp-11-header.wfi .post-meta a,.post-tp-11-header.wfi .post-meta a:hover,.post-tp-11-header.wfi .post-meta b{color:#fff!important}.post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a,.post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a:hover,.post-tp-11-header.wfi .post-meta.single-post-meta .time{color:rgba(255,255,255,.55)!important}.post-tp-11-header.wfi .post-meta.single-post-meta>a+span:before,.post-tp-11-header.wfi .post-meta.single-post-meta>span+a:before,.post-tp-11-header.wfi .post-meta.single-post-meta>span+span:before{background:rgba(255,255,255,.43)}.post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{box-shadow:0 2px 1px rgba(0,0,0,.13)}.post-tp-11-header .image-credit{position:absolute;right:10px;bottom:10px;font-size:9px;overflow:hidden;white-space:nowrap}.post-tp-11-header.wfi .image-credit{color:rgba(255,255,255,.7)}.post-tp-11-header.wfi .image-credit:hover{color:#fff}.post-template-11 .post-embed{margin-bottom:20px}.post-template-11 .bf-breadcrumb{margin:-7px 0 9px}.post-tp-11-header .single-post-excerpt{color:#fff;padding-bottom:12px}.post-tp-11-header .single-post-excerpt:last-child{padding-bottom:0!important}.post-tp-11-header .post-subtitle+.single-post-excerpt{margin-top:-5px}@media only screen and (max-width:1080px){.post-tp-11-header.wfi .post-header-inner{height:450px}}@media only screen and (max-width:780px){.post-tp-11-header.wfi .post-header-inner{height:380px}.post-tp-11-header.wfi .post-header-inner{padding:20px 20px}.post-tp-11-header.wfi .post-header-title{bottom:20px;left:20px;right:20px}.post-tp-11-header .image-credit{bottom:5px}}.post-tp-12-header{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;background-color:#3c3c3c;margin:0 0 25px}.post-tp-12-header .single-featured{margin:20px auto 0;max-width:900px;text-align:center}.post-tp-12-header .single-featured>*{margin-left:auto;margin-right:auto}.post-tp-12-header .post-header-inner{padding:40px 25px 60px;position:relative}.post-tp-12-header .single-post-title{color:#fff;text-align:center;margin:0 0 10px}.post-tp-12-header .single-post-title+.post-subtitle{margin:0 0 13px;color:#c7c7c7;text-align:center}.post-tp-12-header .single-post-title:last-child{margin-bottom:30px}.post-tp-12-header .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;text-align:center;margin-bottom:20px}.post-tp-12-header .term-badges.floated .term-badge a,.post-tp-12-header .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-12-header .post-meta,.post-tp-12-header .post-meta .post-author-a:hover,.post-tp-12-header .post-meta .views,.post-tp-12-header .post-meta a,.post-tp-12-header .post-meta a:hover,.post-tp-12-header .post-meta b{color:#fff!important}.post-tp-12-header .post-meta.single-post-meta .post-author-a,.post-tp-12-header .post-meta.single-post-meta .post-author-a:hover,.post-tp-12-header .post-meta.single-post-meta .time{color:rgba(255,255,255,.55)!important}.post-tp-12-header .post-meta.single-post-meta>a+span:before,.post-tp-12-header .post-meta.single-post-meta>span+a:before,.post-tp-12-header .post-meta.single-post-meta>span+span:before{background:rgba(255,255,255,.43)}.post-tp-12-header .single-post-share{margin:25px 0 -20px!important;text-align:center}.post-tp-12-header .single-post-share li{margin:0 3px}.post-tp-12-header .single-post-share .share-handler-wrap{max-width:260px;margin-left:auto!important;margin-right:auto!important}.post-tp-12-header .single-post-share .post-share-btn{background:#3c3c3c;border:1px solid #5d5d5d;color:#e8e8e8}.post-tp-12-header .single-post-share .social-item.email a{background-color:#6b6b6b}.post-tp-12-header .post-share .share-handler:after,.post-tp-12-header .post-share .share-handler:before{border-left-color:#5d5d5d}.post-tp-12-header .post-share .share-handler:after{border-left-color:#3c3c3c}.post-tp-12-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{box-shadow:0 2px 1px rgba(0,0,0,.13)}.post-tp-12-header .post-meta{text-align:center}.post-tp-12-header .image-credit{position:absolute;right:0;left:0;bottom:10px;color:rgba(255,255,255,.7);font-size:9px;text-align:center}.post-tp-12-header .image-credit:hover{color:#fff}.post-tp-12-header .bf-breadcrumb{position:absolute;right:0;left:0;bottom:10px;opacity:.6}.post-tp-12-header .bf-breadcrumb .bf-breadcrumb-item{font-size:11px}.post-tp-12-header .single-post-excerpt{color:#fff;text-align:center}@media only screen and (max-width:780px){.post-tp-12-header .post-header-inner{padding-left:0;padding-right:0}}.post-template-13 .single-container{padding-right:40px;padding-left:40px}.post-tp-13-header{padding:0}.post-tp-13-header .post-meta-wrap{margin:15px 0;padding:0;text-align:center}.post-tp-13-header .post-meta-wrap .post-meta{padding:0}.post-tp-13-header .single-featured{margin:0 -40px 20px}.post-tp-13-header .term-badges{position:relative;text-align:center;top:auto;left:auto;right:auto;margin-bottom:15px}.post-tp-13-header .single-post-title{margin:0 0 15px;text-align:center}.post-tp-13-header .single-post-title+.post-subtitle{margin:-1px 0 15px;text-align:center}.post-tp-13-header .single-post-title:first-child{margin-top:15px}.post-tp-13-header .single-post-title+.post-share,.post-tp-13-header .single-post-title+.single-featured{margin-top:25px}.post-tp-13-header .single-post-share{margin:15px 0 10px;text-align:center}.post-tp-13-header .single-post-share .share-handler-wrap{display:inline-block}.post-template-13 .comments-template,body.single .post-template-13 .content-column>.bs-newsletter-pack{margin-right:40px;margin-left:40px}.post-template-13 .ajax-post-content .comments-template.comments-template{margin-right:0;margin-left:0}.post-template-13 .post-related{margin-right:40px;margin-left:40px}.post-template-13 .post-embed{margin-bottom:20px}.post-tp-13-header .bf-breadcrumb{margin:-5px 0 12px}.post-tp-13-header .single-post-excerpt{text-align:center;padding:0 0 20px}.post-tp-13-header .post-subtitle+.single-post-excerpt{margin-top:-5px}.post-tp-13-header .single-post-excerpt+.post-meta-wrap{margin-top:-7px}@media only screen and (max-width:780px){.post-template-13 .single-container{padding-right:0;padding-left:0}.post-tp-13-header .single-featured{margin:0 0 20px}.post-template-13 .comments-template,.post-template-13 .post-related{margin-right:0;margin-left:0}}.post-tp-14-header{position:relative;margin-bottom:25px}.post-template-14 .post-header-inner{position:relative;overflow:hidden;padding:0;margin:0 0 25px}.post-template-14 .single-post-title{margin:0 0 15px}.post-template-14 .single-post-title+.post-subtitle{margin:-5px 0 15px}.post-template-14 .post-header-inner .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:11px}.post-tp-14-header .image-credit{position:absolute;right:0;bottom:0;color:#fff;font-size:10px;line-height:20px;background:rgba(0,0,0,.24);padding:0 8px}.post-tp-14-header.wfi .image-credit:hover{background:rgba(0,0,0,.35)}.post-template-14 .post-embed{margin-bottom:20px}.post-template-14 .post-header-inner .single-post-excerpt{margin-top:-8px;padding-bottom:10px}.post-template-14 .post-header-inner .post-subtitle+.single-post-excerpt{padding:0 0 10px;margin:-5px 0 0}.post-template-14 .post-header-inner .single-post-excerpt+.post-meta-wrap{margin-top:2px}.post-tp-15-header{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;background-color:#3c3c3c;margin:0 0 25px}.post-tp-15-header .single-post-share{margin:25px 0 -20px!important;text-align:center}.post-tp-15-header .single-post-share li{margin:0 3px;float:none;display:inline-block}.post-tp-15-header .single-featured{margin:20px auto 0;max-width:900px;text-align:center}.post-tp-15-header .single-featured>*{margin-left:auto;margin-right:auto}.post-tp-15-header .post-header-inner{padding:40px 25px 50px;position:relative}.post-tp-15-header .single-post-title{color:#fff;text-align:center;margin:0 0 10px}.post-tp-15-header .single-post-title+.post-subtitle{margin:0 0 13px;color:#c7c7c7;text-align:center}.post-tp-15-header .single-post-title:last-child{margin-bottom:30px}.post-tp-15-header .term-badges.floated{position:relative;top:auto;left:auto;right:auto;bottom:auto;text-align:center;margin-bottom:20px}.post-tp-15-header .term-badges.floated .term-badge a,.post-tp-15-header .term-badges.floated a{background:#fff!important;color:#444!important}.post-tp-15-header .post-meta,.post-tp-15-header .post-meta .post-author-a:hover,.post-tp-15-header .post-meta .views,.post-tp-15-header .post-meta a,.post-tp-15-header .post-meta a:hover,.post-tp-15-header .post-meta b{color:#fff!important}.post-tp-15-header .post-meta.single-post-meta .post-author-a,.post-tp-15-header .post-meta.single-post-meta .post-author-a:hover,.post-tp-15-header .post-meta.single-post-meta .time{color:rgba(255,255,255,.55)!important}.post-tp-15-header .post-meta.single-post-meta>a+span:before,.post-tp-15-header .post-meta.single-post-meta>span+a:before,.post-tp-15-header .post-meta.single-post-meta>span+span:before{background:rgba(255,255,255,.43)}.post-tp-15-header .single-post-share .share-handler-wrap{display:inline-block}.post-tp-15-header .single-post-share .post-share-btn{background:#3c3c3c;border:1px solid #5d5d5d;color:#e8e8e8}.post-tp-15-header .single-post-share .social-item.email a{background-color:#6b6b6b}.post-tp-15-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{box-shadow:0 2px 1px rgba(0,0,0,.13)}.post-tp-15-header .post-meta{text-align:center}.post-tp-15-header .image-credit{position:absolute;right:0;left:0;bottom:10px;color:rgba(255,255,255,.7);font-size:9px;text-align:center}.post-tp-15-header .image-credit:hover{color:#fff}.post-tp-15-header .bf-breadcrumb{margin:-15px 0 15px}.post-tp-15-header .single-post-excerpt{color:#fff;text-align:center}.post-tp-15-header .post-share .share-handler:after,.post-tp-15-header .post-share .share-handler:before{border-left-color:#5d5d5d}.post-tp-15-header .post-share .share-handler:after{border-left-color:#3c3c3c}.site-footer{background-color:#434343}.site-footer:before{content:'';position:absolute;width:100%;height:3px}.footer-instagram.boxed,.site-footer.boxed{margin-left:auto;margin-right:auto}.footer-instagram.full-width.stretched .content-wrap,.site-footer.full-width.stretched .container,.site-footer.full-width.stretched .content-wrap{max-width:100%!important}.footer-widgets{padding:45px 0 35px}.footer-widgets .widget .btn-bs-pagination:hover{color:#fff!important}.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a{background-color:rgba(0,0,0,.08)}.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item .term-count,.footer-widgets.light-text .widget.widget_archive .post-count,.footer-widgets.light-text .widget.widget_calendar table caption,.footer-widgets.light-text .widget.widget_calendar table td.active-day,.footer-widgets.light-text .widget.widget_calendar table tfoot td,.footer-widgets.light-text .widget.widget_calendar table th,.footer-widgets.light-text .widget.widget_categories .post-count,.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a{background:rgba(255,255,255,.26);color:#fff}.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item,.footer-widgets.light-text .widget.widget_categories ul li,.footer-widgets.light-text .widget.widget_categories ul.children,.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu>li:last-child a,.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a,.footer-widgets.light-text .widget.widget_pages ul li,.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a{border-color:rgba(255,255,255,.04)}.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu>li:last-child a{border-color:rgba(255,255,255,.06)!important}.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a:hover{color:rgba(255,255,255,.71)!important}.footer-widgets.light-text .widget,.footer-widgets.light-text .widget.widget_calendar table td,.footer-widgets.light-text .widget.widget_calendar table td:hover{color:rgba(255,255,255,.71)}.footer-widgets.light-text .post-meta .post-author,.footer-widgets.light-text .widget a,.footer-widgets.light-text .widget.widget_categories .post-count{color:#fff}.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a{-webkit-box-shadow:inset 0 0 0 1px rgba(228,228,228,.21);-moz-box-shadow:inset 0 0 0 1px rgba(228,228,228,.21);box-shadow:inset 0 0 0 1px rgba(228,228,228,.21);color:#fff}.footer-widgets.light-text .widget .better-social-counter.style-clean .item-count,.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a:hover{color:#fff!important}.footer-widgets.light-text .better-control-nav li a,.footer-widgets.light-text .widget.widget_bs-subscribe-newsletter{background:rgba(0,0,0,.15)}.footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a{background-color:rgba(0,0,0,.08)}.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item .term-count,.footer-widgets.dark-text .widget.widget_calendar table caption,.footer-widgets.dark-text .widget.widget_calendar table td.active-day,.footer-widgets.dark-text .widget.widget_calendar table tfoot td,.footer-widgets.dark-text .widget.widget_calendar table th,.footer-widgets.dark-text .widget.widget_categories .post-count{background:rgba(0,0,0,.15)}.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item,.footer-widgets.dark-text .widget.widget_categories ul li,.footer-widgets.dark-text .widget.widget_categories ul.children,.footer-widgets.dark-text .widget.widget_pages ul li{border-color:rgba(0,0,0,.11)}.footer-widgets.dark-text .widget,.footer-widgets.dark-text .widget.widget_calendar table td,.footer-widgets.dark-text .widget.widget_calendar table td:hover{color:rgba(0,0,0,.69)}.footer-widgets.dark-text .post-meta .post-author{color:rgba(0,0,0,.6)}.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.46);-moz-box-shadow:inset 0 0 1px rgba(0,0,0,.46);box-shadow:inset 0 0 1px rgba(0,0,0,.46);color:rgba(0,0,0,.41)}.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a:hover,.footer-widgets.dark-text .widget.widget_categories .post-count{color:#fff!important}.footer-widgets.dark-text .better-control-nav li a,.footer-widgets.dark-text .widget.widget_bs-subscribe-newsletter{background:rgba(0,0,0,.15)}.footer-widgets.dark-text .listing-item-text-1 .item-inner{border-bottom-color:rgba(0,0,0,.15)}.site-footer .footer-social-icons{padding:20px 0;background:#292929}.site-footer .footer-social-icons .social-item{margin-bottom:0}.footer-social-icons .better-social-counter.style-big-button .social-list{text-align:center;font-size:0}.footer-social-icons .better-social-counter.style-big-button .social-item{display:inline-block;float:none!important;text-align:left}.site-footer .copy-footer{padding:22px 0 22px;background:#353535}.site-footer .copy-footer .container{font-size:12px}.site-footer .copy-1,.site-footer .copy-2{color:#b6b6b6;color:rgba(255,255,255,.57)}.site-footer .copy-2{text-align:right}.site-footer .copy-1 a,.site-footer .copy-2 a{color:#f3f3f3}@media only screen and (max-width:780px){.site-footer .copy-1,.site-footer .copy-2{text-align:center!important}.site-footer .copy-1{margin-top:10px;margin-bottom:10px}.site-footer ul.menu.footer-menu{text-align:center}.site-footer ul.menu.footer-menu>li{float:none;margin:0 7px;display:inline-block}}.copy-footer .content-wrap{overflow-x:hidden}.footer-menu-container{border-bottom:2px solid #646464;border-bottom:2px solid rgba(0,0,0,.12);padding:10px 0;margin-bottom:10px;position:relative}ul.menu.footer-menu>li{margin-right:20px}ul.menu.footer-menu li>a{color:inherit;text-transform:inherit}ul.menu.footer-menu>li.menu-item-has-children>a:after{display:none}.site-footer .copy-footer .footer-menu-wrapper .footer-menu-container:before{content:'';position:absolute;width:200vw;height:100%;right:-100vw;padding-left:200px;box-sizing:unset;top:0}.site-footer.full-width .copy-footer{max-width:100%;overflow:hidden}.site-footer.full-width .copy-footer .content-wrap{overflow-x:visible}.site-footer.full-width.stretched .copy-footer .content-wrap{overflow-x:hidden;overflow-y:hidden}.main-wrap .site-footer.full-width .copy-footer .content-wrap{overflow-x:hidden;overflow-y:hidden}.footer-instagram .footer-instagram-label{margin:25px 0;text-align:center;font-size:18px}.footer-instagram .bs-instagram-photo img{max-width:100%}.footer-instagram-1{padding:0 2px 2px}.footer-instagram-1 .bs-instagram-col{float:left;width:16.666666667%;overflow:hidden}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(1){max-width:100%}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(2),.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(3){max-width:50%;float:left}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(3){max-width:100%;clear:left}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(1),.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(2){max-width:50%;float:left}.footer-instagram-1 .bs-instagram-col .bs-instagram-photo{border:1px solid transparent}@media only screen and (max-width:1280px){.footer-instagram-1 .bs-instagram-col{width:20%}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-6{display:none}}@media only screen and (max-width:980px){.footer-instagram-1 .bs-instagram-col{width:25%}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-5{display:none}}@media only screen and (max-width:780px){.footer-instagram-1 .bs-instagram-col{width:33.33333%}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-4{display:none}}@media only screen and (max-width:480px){.footer-instagram-1 .bs-instagram-col{width:50%}.footer-instagram-1 .bs-instagram-col.bs-instagram-col-3{display:none}}.footer-instagram-2{margin:0}.footer-instagram-2 .bs-instagram-photo{width:12.5%;float:left}@media only screen and (max-width:1280px){.footer-instagram-2 .bs-instagram-photo{width:14.285714286%}.footer-instagram-2 .bs-instagram-photo-7{display:none}}@media only screen and (max-width:1100px){.footer-instagram-2 .bs-instagram-photo{width:16.666666667%}.footer-instagram-2 .bs-instagram-photo-6{display:none}}@media only screen and (max-width:980px){.footer-instagram-2 .bs-instagram-photo{width:20%}.footer-instagram-2 .bs-instagram-photo-5{display:none}}@media only screen and (max-width:780px){.footer-instagram-2 .bs-instagram-photo{width:25%}.footer-instagram-2 .bs-instagram-photo-4{display:none}}@media only screen and (max-width:500px){.footer-instagram-2 .bs-instagram-photo{width:33.333%}.footer-instagram-2 .bs-instagram-photo-3{display:none}}.footer-instagram-3{margin:0 0 30px}.footer-instagram-3 .bs-instagram-photo{width:200px;margin:0 20px;float:left}.footer-instagram-3 .simply-scroll-container{position:relative}.footer-instagram-3 .simply-scroll-clip{position:relative;overflow:hidden}.footer-instagram-3 .simply-scroll-list{overflow:hidden;margin:0;padding:0;list-style:none}.footer-instagram-3 .simply-scroll-list li{padding:0;margin:0 15px;list-style:none}.footer-instagram-3 .custom .simply-scroll-clip{width:100%;height:210px}@media (min-width:768px){.active-sticky-sidebar .row.main-section,.active-sticky-sidebar .row>.bs-vc-wrapper{display:flex}}:root{--publisher-spacing:20;--publisher-spacing-half:calc(var(--publisher-spacing) / 2);--publisher-spacing-80-percent:calc(var(--publisher-spacing) * 0.83);--publisher-spacing-60-percent:calc(var(--publisher-spacing) * 0.66)}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.container,.vc_column_container.vc_column_container,.vc_row .vc_column_container>.vc_column-inner,.vc_row.vc_column-gap-1,.vc_row.vc_column-gap-10,.vc_row.vc_column-gap-15,.vc_row.vc_column-gap-2,.vc_row.vc_column-gap-20,.vc_row.vc_column-gap-25,.vc_row.vc_column-gap-3,.vc_row.vc_column-gap-30,.vc_row.vc_column-gap-35,.vc_row.vc_column-gap-4,.vc_row.vc_column-gap-5{padding-left:calc(var(--publisher-spacing-half) * 1px);padding-right:calc(var(--publisher-spacing-half) * 1px)}.bs-vc-content .vc_row.vc_row-no-padding[data-vc-stretch-content=true],.row,.vc_row.wpb_row{margin-left:calc(var(--publisher-spacing-half) * -1px);margin-right:calc(var(--publisher-spacing-half) * -1px)}.vc_row.vc_inner{margin-left:calc(var(--publisher-spacing-half) * -1px)!important;margin-right:calc(var(--publisher-spacing-half) * -1px)!important}.bs-vc-wrapper>:not(.bs-vc-column),.sidebar>*{margin-bottom:calc(var(--publisher-spacing) * 1px)}.better-studio-shortcode,.bs-listing,.bs-shortcode,.bsac,.bsp-wrapper,.content-column>div:last-child,.entry-content .better-studio-shortcode,.order-customer-detail,.order-detail-wrap,.single-container,.slider-style-16-container,.slider-style-18-container,.slider-style-2-container,.slider-style-23-container,.slider-style-4-container,.slider-style-8-container,.vc_row .vc_column-inner .wpb_content_element,.wc-account-content-wrap,.widget{margin-bottom:calc(var(--publisher-spacing) * 1px)}.archive-title{margin-bottom:calc(var(--publisher-spacing-60-percent) * 1px)}.layout-1-col,.layout-2-col,.layout-3-col{margin-top:calc(var(--publisher-spacing-80-percent) * 1px)}.layout-1-col.layout-bc-before,.layout-2-col.layout-bc-before,.layout-3-col.layout-bc-before{margin-top:calc(var(--publisher-spacing-half) * 1px)}.bs-listing.bs-listing-products .bs-pagination,.bs-listing.bs-listing-products .bs-slider-controls,.bs-vc-content>.vc_row.vc_row-fluid.vc_row-has-fill:first-child{margin-top:calc(var(--publisher-spacing-80-percent) * -1px)!important}.vc_col-has-fill>.bs-vc-wrapper,.vc_row-has-fill+.vc_row-full-width+.vc_row>.bs-vc-wrapper>.bs-vc-column>.bs-vc-wrapper,.vc_row-has-fill+.vc_row>.bs-vc-wrapper>.bs-vc-column>.bs-vc-wrapper,.vc_row-has-fill+.vc_row>.wpb_column>.bs-vc-wrapper,.vc_row-has-fill>.bs-vc-wrapper>.vc_column_container>.bs-vc-wrapper,.vc_row-has-fill>.wpb_column>.bs-vc-wrapper{padding-top:calc(var(--publisher-spacing-80-percent) * 1px)!important}#bbpress-forums #bbp-search-form,.main-section,.vc_col-has-fill .wpb_wrapper>.bs-listing:last-child,.vc_col-has-fill .wpb_wrapper>.bsp-wrapper:last-child,.vc_col-has-fill .wpb_wrapper>:last-child,.vc_row-has-fill .wpb_wrapper>.bs-listing:last-child,.vc_row-has-fill .wpb_wrapper>.bsp-wrapper:last-child,.vc_row-has-fill .wpb_wrapper>:last-child{margin-bottom:calc(var(--publisher-spacing-half) * 1px)}.bs-listing-modern-grid-listing-3.bs-listing{margin-bottom:calc(var(--publisher-spacing-half) * 1px)!important}.vc_row-has-fill .wpb_wrapper>.bs-listing-modern-grid-listing-3.bs-listing:last-child{margin-bottom:calc(var(--publisher-spacing-60-percent) * 1px)!important}.bsac.bsac-post-before-author,.comment-respond.comments-template,.comments-template,.post-related,.post-related+.ajax-post-content,.post-related+.comments-template,.post-related+.single-container,.single-container>.bs-newsletter-pack,.single-container>.post-author,.up-sells.products,.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce+.bs-shortcode,.woocommerce+.woocommerce,.woocommerce-checkout-review-order-wrap,.woocommerce-page div.product .related.products,.woocommerce-page div.product .woocommerce-tabs,body.single .content-column>.bs-newsletter-pack{margin-top:calc(var(--publisher-spacing) * 1px)}.better-gcs-wrapper{margin-top:calc(var(--publisher-spacing) * -1px)}.slider-container+.bs-sks,.slider-style-1-container,.slider-style-11-container,.slider-style-13-container,.slider-style-15-container,.slider-style-17-container,.slider-style-19-container,.slider-style-2-container.slider-container-1col,.slider-style-20-container,.slider-style-21-container,.slider-style-22-container,.slider-style-3-container,.slider-style-4-container.slider-container-1col,.slider-style-5-container,.slider-style-7-container,.slider-style-9-container{padding-top:calc(var(--publisher-spacing-80-percent) * 1px);padding-bottom:calc(var(--publisher-spacing) * 1px);margin-bottom:calc(var(--publisher-spacing-80-percent) * -1px)}.slider-container.slider-bc-before+.bs-sks,.slider-style-1-container.slider-bc-before,.slider-style-11-container.slider-bc-before,.slider-style-13-container.slider-bc-before,.slider-style-15-container.slider-bc-before,.slider-style-17-container.slider-bc-before,.slider-style-19-container.slider-bc-before,.slider-style-20-container.slider-bc-before,.slider-style-21-container.slider-bc-before,.slider-style-22-container.slider-bc-before,.slider-style-23-container.slider-bc-before,.slider-style-3-container.slider-bc-before,.slider-style-5-container.slider-bc-before,.slider-style-7-container.slider-bc-before,.slider-style-9-container.slider-bc-before{padding-top:calc(var(--publisher-spacing-half) * 1px);padding-bottom:calc(var(--publisher-spacing-half) * 1px);margin-bottom:calc(var(--publisher-spacing-half) * 1px)}.section-heading{margin-bottom:calc(var(--publisher-spacing-60-percent) * 1px)}@media only screen and (max-width:678px){.footer-widgets>.content-wrap>.container>.row>*{margin-bottom:calc(var(--publisher-spacing-80-percent) * 1px)}}.bs-injection.bs-injection-before_footer .bs-injection.bs-injection-after_footer{margin-top:calc(var(--publisher-spacing-80-percent) * 1px)}.bs-injection.bs-injection-before_header .bs-injection.bs-injection-after_header{padding-top:calc(var(--publisher-spacing-80-percent) * 1px)}.single-container>.bs-push-noti.post-bottom,.single-container>.bs-push-noti.post-bottom+.post-author{margin-top:calc(var(--publisher-spacing) * 1px)}.bs-push-noti.post-top{margin-bottom:calc(var(--publisher-spacing) * 1px)!important}.master-slider{position:relative;visibility:hidden;-moz-transform:translate3d(0,0,0)}.ms-ie img{border:none}.ms-ie8 *{opacity:inherit;-webkit-filter:inherit;filter:inherit}.ms-ie7{zoom:1}.ms-moz .ms-slide-bgcont>img{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.master-slider a,.master-slider a:hover{-webkit-transition:none;transition:none}.wpb_row .master-slider-parent *,.master-slider-parent *{box-sizing:content-box}.master-slider-parent{margin-left:auto;margin-right:auto}.ms-layout-partialview .ms-view{overflow:visible;background-color:transparent}.ms-layout-partialview .ms-container{overflow:hidden}.master-slider img,.ms-slide-bgvideocont video{max-width:none}.master-slider.ms-fullheight{height:100%}.ms-slide-auto-height{display:table}.ms-loading-container{position:absolute;width:100%;top:0}.ms-loading-container .ms-loading,.ms-slide .ms-slide-loading{width:36px;height:36px;background:url(../../../plugins/masterslider/public/assets/css/common/loading-2.gif) no-repeat center #fff;border-radius:60px;box-shadow:0 0 3px rgba(0,0,0,.2);position:absolute;left:50%;top:50%;margin:-18px;opacity:.9}.ms-def-cursor{cursor:auto!important}.ms-grab-cursor{cursor:url(../../../plugins/masterslider/public/assets/css/common/grab.png),move}.ms-grabbing-cursor{cursor:url(../../../plugins/masterslider/public/assets/css/common/grabbing.png),move}.ms-ie .ms-grab-cursor{cursor:move}.ms-ie .ms-grabbing-cursor{cursor:move}.ms-view{margin:0 auto;overflow:hidden;position:relative;-webkit-perspective:2000px;-ms-perspective:2000px;perspective:2000px}.ms-view .ms-slide-container{position:relative}.ms-slide{position:absolute;height:100%;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.ms-wk .ms-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ms-slide .ms-slide-bgcont,.ms-slide .ms-slide-bgvideocont{position:absolute;overflow:hidden;width:100%}.ms-slide .ms-slide-link{display:block;width:100%;height:100%;position:absolute;top:0;z-index:110}.ms-ie .ms-slide-link{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7) 0 0 repeat}.ms-slide .ms-slide-bgvideocont{z-index:105;height:100%}.ms-wk .ms-slide .ms-slide-bgvideocont,.ms-wk .ms-slide-bgvideocont>video{-webkit-transform:translateZ(.3px);transform:translateZ(.3px)}.ms-slide .ms-slide-bgvideo{position:absolute;top:0}.ms-inner-controls-cont,.ms-container{position:relative;margin:0 auto}.ms-slide .ms-slide-bgcont img,.ms-container,.ms-inner-controls-cont{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ms-slide .ms-layer,.ms-fixed-layers .ms-layer,.ms-overlay-layers .ms-layer{position:absolute;pointer-events:auto}.ms-layer-mask{position:absolute;overflow:hidden}.ms-layer-mask .ms-layer{position:relative}.ms-slide .ms-slide-layers,.ms-overlay-layers .ms-slide-layers,.ms-fixed-layers{position:absolute;overflow:hidden;width:100%;height:100%;z-index:109;top:0;pointer-events:none}.ms-overlay-layers{position:absolute;top:0;z-index:120;width:100%;height:100%;pointer-events:none}.ms-slide .ms-slide-video{position:absolute;top:0;z-index:111;background:#000;padding:0;margin:0;border:none}.ms-slide .ms-pattern{background-attachment:scroll;width:100%;height:100%;z-index:108;position:absolute;top:0}.ms-wk .ms-pattern{-webkit-transform:translateZ(.4px);transform:translateZ(.4px)}.ms-parallax-layer{width:100%;position:absolute;top:0}.ms-scroll-parallax-cont{position:absolute;top:0;width:100%;height:100%;z-index:109}.ms-wk .ms-scroll-parallax-cont{-webkit-transform:translateZ(.4px);transform:translateZ(.4px)}.ms-action-layer{cursor:pointer}.ms-btn-container{position:absolute}.ms-btn{text-decoration:none;display:inline-block;color:#000;position:relative;padding:8px 15px;cursor:pointer;white-space:nowrap}.ms-default-btn{background:#0074A2;border-radius:5px;color:#FFF}.ms-default-btn:hover{background-color:#0098D5}.ms-default-btn:active{top:1px}.ms-layer.video-box{background:#000}.ms-layer.video-box iframe{padding:0;margin:0;border:none;position:absolute;z-index:110}.ms-btn-s{padding:14px 17px;font-size:80%;line-height:0}.ms-btn-m{padding:12px 40px}.ms-btn-n{padding:8px 25px;font-size:95%}.ms-btn-l{padding:17px 50px;font-size:120%}.ms-btn-round{border-radius:5px}.ms-btn-circle{border-radius:100px}.ms-btn-outline-round{border-radius:5px}.ms-btn-outline-circle{border-radius:100px}.ms-slide .ms-slide-vpbtn,.ms-slide .ms-video-btn{position:absolute;cursor:pointer;z-index:110}.ms-slide .ms-slide-vcbtn{position:absolute;cursor:pointer;z-index:113}.ms-slide-vcbtn-mobile{position:relative;bottom:0;left:0;width:100%;height:28px;background-color:#000;color:#fff;text-align:center;cursor:pointer;z-index:113}.ms-slide-vcbtn-mobile .ms-vcbtn-txt{text-transform:uppercase;font-family:sans-serif;font-size:.75em;display:inline-block;background:url(../../../plugins/masterslider/public/assets/css/common/video-close-btn.png) no-repeat 0 3px;padding-left:15px;height:15px;color:#DBDBDB;margin-top:7px}.ms-wk .ms-slide .ms-slide-vcbtn,.ms-wk .ms-slide .ms-slide-layers,.ms-wk .ms-slide .ms-slide-vpbtn,.ms-wk .ms-slide .ms-slide-video,.ms-wk .ms-slide-link{-webkit-transform:translateZ(.44px);transform:translateZ(.44px)}.ms-video-img{position:absolute;width:100%;height:100%;top:0;left:0}.ms-mask-frame{overflow:hidden;position:absolute;float:left}.ms-thumb-list{overflow:hidden;position:absolute}.ms-thumb-list.ms-dir-h{width:100%}.ms-thumb-list.ms-dir-v{height:100%;top:0}.ms-thumbs-cont{position:relative}.ms-thumb-frame img{width:100%;height:auto}.ms-thumb-frame{cursor:pointer;float:left;overflow:hidden;opacity:.5;-webkit-transition:opacity 300ms;transition:opacity 300ms}.ms-thumb-frame-selected{opacity:1}.ms-tabs .ms-thumb-frame{background-color:#F6f6f6;text-shadow:0 1px 1px #fff;color:#222;border:solid 1px #fff;border-width:0 1px 1px 0;overflow:visible;position:relative;opacity:1;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}.ms-tabs.ms-has-thumb .ms-tab-thumb{width:auto}.ms-tabs.ms-dir-h .ms-thumb-frame{margin-top:12px}.ms-tabs.ms-dir-v .ms-thumb-frame{margin-left:12px}.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame{margin-left:0}.ms-tabs.ms-dir-h.ms-align-top{z-index:140}.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame{margin-top:-12px}.ms-tabs .ms-thumb{padding:20px 20px}.ms-tabs .ms-thumb-frame-selected{opacity:1;background:#EDEDED}.ms-tabs .ms-thumb-frame .ms-thumb-ol{position:absolute;opacity:0;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol{top:0;left:50%;margin-left:-12px;border-bottom:solid 12px #F6f6f6;border-left:solid 12px transparent;border-right:solid 12px transparent}.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;top:-12px;border-bottom-color:#EDEDED}.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol{bottom:0;top:auto;border-bottom:0;border-top:solid 12px #F6f6f6}.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;bottom:-12px;border-top-color:#EDEDED}.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol{top:50%;left:0;margin-top:-12px;border-right:solid 12px #EDEDED;border-top:solid 12px transparent;border-bottom:solid 12px transparent}.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;left:-12px;border-right-color:#EDEDED}.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol{left:auto;right:0;border-right:0;border-left:solid 12px #EDEDED}.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;right:-12px;border-left-color:#EDEDED}.ms-thumb-alt{text-align:center;margin:5px;font-size:14px;font-weight:600}.ms-thumb-list.ms-dir-h .ms-thumblist-fwd,.ms-thumb-list.ms-dir-h .ms-thumblist-bwd{height:100%;width:20px;position:absolute;left:0;cursor:pointer;background:rgba(128,128,128,.5);text-align:center;color:#fff}.ms-thumb-list.ms-dir-h .ms-thumblist-bwd{right:0;left:auto}.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after,.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{content:close-quote;top:43%;position:relative;border:solid rgba(0,0,0,0);border-width:5px 5px 5px 0;display:block;border-right-color:#FFF;width:6px;height:1px}.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{border-width:5px 0 5px 5px;border-left-color:#FFF;left:7px}.ms-thumb-list.ms-dir-v .ms-thumblist-fwd,.ms-thumb-list.ms-dir-v .ms-thumblist-bwd{width:100%;height:20px;position:absolute;top:0;cursor:pointer;background:rgba(128,128,128,.5);text-align:center;color:#fff}.ms-thumb-list.ms-dir-v .ms-thumblist-bwd{bottom:0;top:auto}.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after,.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after{content:close-quote;left:43%;position:relative;border:solid rgba(0,0,0,0);border-width:0 5px 5px 5px;display:block;border-bottom-color:#FFF;height:1px;top:5px;width:0}.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after{border-width:5px 5px 0 5px;border-top-color:#FFF;top:7px}.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont{top:0!important}.ms-tabs.ms-has-thumb .ms-thumb-frame{height:auto!important}.ms-tabs.ms-has-thumb .ms-thumb{padding:0}.ms-tabs.ms-has-thumb .ms-tab-context{padding:20px}.ms-tabs.ms-align-left .ms-tab-thumb{float:left;margin-right:20px}.ms-tabs.ms-align-right .ms-tab-thumb{float:right;margin-left:20px}.ms-bullet{cursor:pointer;float:left}.ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-bullets.ms-dir-v{position:absolute;top:50%}.ms-bullets.ms-dir-v .ms-bullet{float:none}.ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-sbar{position:absolute}.ms-sbar.ms-dir-h{left:10px;right:10px;top:5px}.ms-sbar.ms-dir-v{top:10px;bottom:10px;right:5px}.ms-sbar .ms-bar{height:4px;background:#333;border-radius:4px}.ms-sbar.ms-dir-v .ms-bar{width:4px}.ms-sbar .ms-bar{position:relative;-webkit-transition:opacity 300ms;transition:opacity 300ms}.ms-timerbar{width:100%;bottom:0;position:absolute}.ms-ctimer{position:absolute;top:30px;left:30px;cursor:pointer}.ms-time-bar{-webkit-transition:width 120ms linear;transition:width 120ms linear}.ms-ie7 .ms-tooltip-arrow{height:0}.ms-slide-info{position:absolute}.ms-slide-info.ms-dir-v{top:0}.ms-slide-info.ms-dir-h{width:100%}@-webkit-keyframes ms-point-anim{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes ms-point-anim{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.ms-android .ms-tooltip-point .ms-point-border{animation:none;-moz-animation:none;-webkit-animation:none;-o-animation:none}.ms-pattern.ms-patt-1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-10{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-11{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-12{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-13{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-14{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-15{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=)}.ms-pattern.ms-patt-16{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-17{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-18{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=)}.ms-pattern.ms-patt-19{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-20{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-21{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=)}.ms-pattern.ms-patt-22{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-23{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-24{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-25{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-26{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-27{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=)}.ms-pattern.ms-patt-28{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC)}.ms-pattern.ms-patt-29{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==)}.ms-pattern.ms-patt-30{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC)}.ms-skin-default .ms-slide .ms-slide-vpbtn,.ms-skin-default .ms-video-btn{width:50px;height:51px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -14px -150px;top:50%;left:50%;margin:-25px 0 0 -25px}.ms-skin-default .ms-slide .ms-slide-vcbtn{width:30px;height:30px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -24px -28px;top:18px;right:30px}.ms-skin-default .ms-nav-next,.ms-skin-default .ms-nav-prev{width:30px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png);background-position:-89px -26px;height:40px;cursor:pointer;top:50%;left:30px;margin-top:-20px;position:absolute;z-index:110}.ms-skin-default .ms-nav-next{right:30px;left:auto;background-position:-89px -103px}.ms-skin-default .ms-bullet{width:10px;height:10px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat;margin:4px;background-position:-34px -117px}.ms-skin-default .ms-bullet-selected{background-position:-34px -84px}.ms-skin-default .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-default .ms-tooltip-point{cursor:pointer}.ms-skin-default .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-default .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-default .ms-tooltip{max-width:200px}.ms-skin-default .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;margin-left:-1px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-default .ms-slide .ms-slide-vpbtn,.ms-skin-default .ms-video-btn,.ms-skin-default .ms-slide .ms-slide-vcbtn,.ms-skin-default .ms-nav-next,.ms-skin-default .ms-nav-prev,.ms-skin-default .ms-bullet{background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1-retina.png);background-size:152px 225px}}.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,.ms-skin-black-1 .ms-video-btn{width:54px;height:54px;background:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -14px -150px;top:50%;left:50%;margin:-27px 0 0 -27px}.ms-skin-black-1 .ms-slide .ms-slide-vcbtn{width:27px;height:26px;background:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -24px -29px;top:30px;right:30px}.ms-skin-black-1 .ms-nav-next,.ms-skin-black-1 .ms-nav-prev{width:53px;background:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png);background-position:-79px -19px;height:61px;cursor:pointer;top:50%;left:30px;margin-top:-26px;position:absolute;z-index:110}.ms-skin-black-1 .ms-nav-next{right:30px;left:auto;background-position:-79px -97px}.ms-skin-black-1 .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-black-1 .ms-bullet{width:9px;height:9px;background:#fff;margin:4px;border:solid 1px rgb(58,58,58)}.ms-skin-black-1 .ms-bullet-selected{background-color:#000}.ms-skin-black-1 .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:#fff;border-top-color:rgba(0,0,0,.8);bottom:-10px}.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:#fff;border-bottom-color:rgba(0,0,0,.8);top:-10px}.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:#fff;border-right-color:rgba(0,0,0,.8);left:-10px}.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:#000;border-left-color:rgba(0,0,0,.8);right:-10px}.ms-skin-black-1 .ms-tooltip-point{cursor:pointer}.ms-skin-black-1 .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #444;background:#000;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-black-1 .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#fff;background:rgba(255,255,255,.9);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-black-1 .ms-tooltip{max-width:200px}.ms-skin-black-1 .ms-tooltip-cont{padding:10px;background:#000;background:rgba(0,0,0,.8);text-shadow:0 1px 0 #000;color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,.ms-skin-black-1 .ms-video-btn,.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,.ms-skin-black-1 .ms-nav-next,.ms-skin-black-1 .ms-nav-prev{background-image:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1-retina.png);background-size:152px 225px}}.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,.ms-skin-black-2 .ms-video-btn{width:45px;height:45px;background:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2.png) #000 no-repeat -16px -103px;border:solid 3px rgb(255,255,255);border-color:rgba(255,255,255,.4);-webkit-background-clip:padding-box;top:50%;left:50%;margin:-23px 0 0 -23px}.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,.ms-skin-black-2 .ms-video-btn:hover{background-color:#3D3D3D}.ms-skin-black-2 .ms-slide .ms-slide-vcbtn{width:25px;height:25px;background:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2.png) #000 no-repeat -27px -36px;border:solid 2px #fff;border-color:rgba(255,255,255,.4);top:15px;right:15px}.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn{border-radius:50px}.ms-skin-black-2 .ms-nav-next,.ms-skin-black-2 .ms-nav-prev{position:absolute;cursor:pointer;z-index:110;width:45px;height:45px;background:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2.png) #000;background-clip:padding-box;background-position:-88px -26px;border:solid 3px rgb(255,255,255);border-color:rgba(255,255,255,.4);top:50%;left:30px;margin-top:-22px}.ms-skin-black-2.round-skin .ms-nav-next,.ms-skin-black-2.round-skin .ms-nav-prev,.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,.ms-skin-black-2.round-skin .ms-video-btn{border-radius:90px}.ms-skin-black-2 .ms-nav-next:hover,.ms-skin-black-2 .ms-nav-prev:hover{background-color:#3d3d3d}.ms-skin-black-2 .ms-nav-next{right:30px;left:auto;background-position:-86px -103px}.ms-skin-black-2 .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-black-2 .ms-bullet{width:8px;height:8px;background:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;-ms-background-clip:padding-box;border:solid 3px #fff;border-color:rgba(0,0,0,.44);margin:4px;background-position:-34px -117px}.ms-skin-black-2.round-skin .ms-bullet{border-radius:15px}.ms-skin-black-2 .ms-bullet-selected{background-color:#000;border-color:#fff;border-color:rgba(255,255,255,.44)}.ms-skin-black-2 .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-black-2 .ms-tooltip-point{cursor:pointer}.ms-skin-black-2 .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-black-2 .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border{display:none}.ms-skin-black-2 .ms-tooltip{max-width:200px}.ms-skin-black-2 .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,.ms-skin-black-2 .ms-video-btn,.ms-skin-black-2 .ms-slide .ms-slide-vcbtn,.ms-skin-black-2 .ms-nav-next,.ms-skin-black-2 .ms-nav-prev{background-image:url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2-retina.png);background-size:152px 225px}}.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,.ms-skin-light-2 .ms-video-btn{width:54px;height:54px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -14px -150px;top:50%;left:50%;margin:-27px 0 0 -27px}.ms-skin-light-2 .ms-slide .ms-slide-vcbtn{width:27px;height:26px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -24px -29px;top:30px;right:30px}.ms-skin-light-2 .ms-nav-next,.ms-skin-light-2 .ms-nav-prev{width:53px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2.png);background-position:-79px -19px;height:61px;cursor:pointer;top:50%;left:30px;margin-top:-26px;position:absolute;z-index:110}.ms-skin-light-2 .ms-nav-next{right:30px;left:auto;background-position:-79px -97px}.ms-skin-light-2 .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-light-2 .ms-bullet{width:9px;height:9px;background:#000;margin:4px;border:solid 1px rgb(58,58,58)}.ms-skin-light-2 .ms-bullet-selected{background-color:#fff}.ms-skin-light-2 .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-light-2 .ms-tooltip-point{cursor:pointer}.ms-skin-light-2 .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-light-2 .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-light-2 .ms-tooltip{max-width:200px}.ms-skin-light-2 .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,.ms-skin-light-2 .ms-video-btn,.ms-skin-light-2 .ms-slide .ms-slide-vcbtn,.ms-skin-light-2 .ms-nav-next,.ms-skin-light-2 .ms-nav-prev{background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2-retina.png);background-size:152px 225px}}.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,.ms-skin-light-3 .ms-video-btn{width:50px;height:50px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -15px -149px;top:50%;left:50%;margin:-25px 0 0 -25px}.ms-skin-light-3 .ms-slide .ms-slide-vcbtn{width:31px;height:29px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -26px -28px;top:30px;right:30px}.ms-skin-light-3 .ms-nav-next,.ms-skin-light-3 .ms-nav-prev{width:50px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png);background-position:-82px -22px;height:50px;cursor:pointer;top:50%;left:30px;margin-top:-25px;position:absolute;z-index:110}.ms-skin-light-3 .ms-nav-next{right:30px;left:auto;background-position:-81px -99px}.ms-skin-light-3 .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-light-3 .ms-bullet{width:16px;height:16px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat;background-position:-31px -114px;margin:4px}.ms-skin-light-3 .ms-bullet-selected{background-position:-31px -81px}.ms-skin-light-3 .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-light-3 .ms-tooltip-point{cursor:pointer}.ms-skin-light-3 .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-light-3 .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-light-3 .ms-tooltip{max-width:200px}.ms-skin-light-3 .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,.ms-skin-light-3 .ms-video-btn,.ms-skin-light-3 .ms-slide .ms-slide-vcbtn,.ms-skin-light-3 .ms-nav-next,.ms-skin-light-3 .ms-nav-prev,.ms-skin-light-3 .ms-bullet{background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3-retina.png);background-size:152px 225px}}.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,.ms-skin-light-4 .ms-video-btn{width:54px;height:54px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -14px -150px;top:50%;left:50%;margin:-27px 0 0 -27px}.ms-skin-light-4 .ms-slide .ms-slide-vcbtn{width:27px;height:26px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -24px -29px;top:30px;right:30px}.ms-skin-light-4 .ms-nav-next,.ms-skin-light-4 .ms-nav-prev{width:54px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png);background-position:-77px -5px;height:68px;cursor:pointer;top:50%;left:-27px;margin-top:-40px;position:absolute;z-index:110}.ms-skin-light-4 .ms-nav-next{right:-27px;left:auto;background-position:-79px -83px}.ms-skin-light-4 .ms-thumb-frame-selected{opacity:.6}.ms-skin-light-4 .ms-thumb-list.ms-dir-h{bottom:-60px;width:100%;height:60px}.ms-skin-light-4 .ms-thumb-list.ms-dir-v{height:100%;width:60px;right:-60px;top:0}.ms-skin-light-4 .ms-thumb-frame{cursor:pointer;float:left;width:60px;height:60px;margin:1px 0 0 1px;overflow:hidden}.ms-skin-light-4 .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-light-4 .ms-bullet{width:9px;height:9px;background:#b9b9b9;margin:4px;border:solid 1px rgb(163,163,163)}.ms-skin-light-4 .ms-bullet-selected{background-color:#fff}.ms-skin-light-4 .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:#fff;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-light-4 .ms-tooltip-point{cursor:pointer}.ms-skin-light-4 .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #E0E0E0;background:#4b8aac;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-light-4 .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#fff;margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-light-4 .ms-tooltip{max-width:200px}.ms-skin-light-4 .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,.ms-skin-light-4 .ms-video-btn,.ms-skin-light-4 .ms-slide .ms-slide-vcbtn,.ms-skin-light-4 .ms-nav-next,.ms-skin-light-4 .ms-nav-prev{background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4-retina.png);background-size:152px 225px}}.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,.ms-skin-light-5 .ms-video-btn{width:32px;height:32px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) #000 no-repeat -24px -160px;top:50%;left:50%;margin:-18px 0 0 -18px}.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,.ms-skin-light-5 .ms-video-btn:hover{background-color:#646464}.ms-skin-light-5 .ms-slide .ms-slide-vcbtn{width:30px;height:30px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) #fff no-repeat -24px -28px;top:18px;right:30px}.ms-skin-light-5 .ms-nav-next,.ms-skin-light-5 .ms-nav-prev{width:32px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) #fff;background-position:-94px -32px;height:32px;cursor:pointer;bottom:40px;left:40px;margin-top:-20px;position:absolute;z-index:110}.ms-skin-light-5 .ms-nav-next:hover,.ms-skin-light-5 .ms-nav-prev:hover{background-color:#E0E0E0}.ms-skin-light-5 .ms-nav-next{left:73px;background-position:-93px -110px}.ms-skin-light-5 .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-light-5 .ms-bullet{width:10px;height:10px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png) no-repeat;margin:4px;background-position:-34px -117px}.ms-skin-light-5 .ms-bullet-selected{background-position:-34px -84px}.ms-skin-light-5 .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-light-5 .ms-tooltip-point{cursor:pointer}.ms-skin-light-5 .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-light-5 .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border{animation:none;-moz-animation:none;-webkit-animation:none;-o-animation:none}.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border{display:none}.ms-skin-light-5 .ms-tooltip{max-width:200px}.ms-skin-light-5 .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,.ms-skin-light-5 .ms-video-btn,.ms-skin-light-5 .ms-slide .ms-slide-vcbtn,.ms-skin-light-5 .ms-nav-next,.ms-skin-light-5 .ms-nav-prev{background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5-retina.png);background-size:152px 225px}}.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,.ms-skin-light-6 .ms-video-btn{width:45px;height:45px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png) #fff no-repeat -16px -103px;border:solid 3px rgb(112,112,112);border-color:rgba(0,0,0,.27);-webkit-background-clip:padding-box;top:50%;left:50%;margin:-23px 0 0 -23px}.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,.ms-skin-light-6 .ms-video-btn:hover{background-color:#E0E0E0}.ms-skin-light-6 .ms-slide .ms-slide-vcbtn{width:25px;height:25px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png) #fff no-repeat -27px -36px;top:15px;right:15px}.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn{border-radius:30px}.ms-skin-light-6 .ms-nav-next,.ms-skin-light-6 .ms-nav-prev{position:absolute;cursor:pointer;z-index:110;width:45px;height:45px;background:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png) #fff;background-clip:padding-box;background-position:-88px -26px;border:solid 3px rgb(112,112,112);border-color:rgba(0,0,0,.27);top:50%;left:30px;margin-top:-22px}.ms-skin-light-6.round-skin .ms-nav-next,.ms-skin-light-6.round-skin .ms-nav-prev,.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,.ms-skin-light-6.round-skin .ms-video-btn{border-radius:90px}.ms-skin-light-6 .ms-nav-next:hover,.ms-skin-light-6 .ms-nav-prev:hover{background-color:#E0E0E0}.ms-skin-light-6 .ms-nav-next{right:30px;left:auto;background-position:-86px -103px}.ms-skin-light-6 .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-light-6 .ms-bullet{width:8px;height:8px;background:#000;-webkit-background-clip:padding-box;border:solid 3px #fff;border-color:rgba(255,255,255,.44);margin:4px;background-position:-34px -117px}.ms-skin-light-6.round-skin .ms-bullet{border-radius:15px}.ms-skin-light-6 .ms-bullet-selected{background-color:#fff;border-color:#000;border-color:rgba(0,0,0,.44)}.ms-skin-light-6 .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-light-6 .ms-tooltip-point{cursor:pointer}.ms-skin-light-6 .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-light-6 .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border{display:none}.ms-skin-light-6 .ms-tooltip{max-width:200px}.ms-skin-light-6 .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,.ms-skin-light-6 .ms-video-btn,.ms-skin-light-6 .ms-slide .ms-slide-vcbtn,.ms-skin-light-6 .ms-nav-next,.ms-skin-light-6 .ms-nav-prev{background-image:url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6-retina.png);background-size:152px 225px}}.ms-skin-metro .ms-slide .ms-slide-vpbtn,.ms-skin-metro .ms-video-btn{width:47px;height:46px;background:url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -152px;top:50%;left:50%;margin:-22px 0 0 -24px}.ms-skin-metro .ms-slide .ms-slide-vcbtn{width:47px;height:47px;background:url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -19px;top:15px;right:15px}.ms-skin-metro .ms-nav-next,.ms-skin-metro .ms-nav-prev{width:47px;background:url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png);background-position:-83px -23px;height:47px;cursor:pointer;top:50%;left:30px;margin-top:-24px;position:absolute;z-index:110}.ms-skin-metro .ms-nav-next{right:30px;left:auto;background-position:-81px -100px}.ms-skin-metro .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-metro .ms-bullet{width:16px;height:16px;background:url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat;background-position:-31px -114px;margin:4px}.ms-skin-metro .ms-bullet-selected{background-position:-31px -81px}.ms-skin-metro .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-metro .ms-tooltip-point{cursor:pointer}.ms-skin-metro .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-metro .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-metro .ms-tooltip{max-width:200px}.ms-skin-metro .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-metro .ms-slide .ms-slide-vpbtn,.ms-skin-metro .ms-video-btn,.ms-skin-metro .ms-slide .ms-slide-vcbtn,.ms-skin-metro .ms-nav-next,.ms-skin-metro .ms-nav-prev,.ms-skin-metro .ms-bullet{background-image:url(../../../plugins/masterslider/public/assets/css/skins/metro-skin-retina.png);background-size:152px 225px}}.ms-skin-minimal .ms-slide .ms-slide-vpbtn,.ms-skin-minimal .ms-video-btn{width:55px;height:55px;background:url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat 24px 18px #fff;border:solid 1px #3d3d3d;border-radius:50%;top:50%;left:50%;margin:-27px 0 0 -27px;-webkit-transition:background-color 300ms;transition:background-color 300ms}.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,.ms-skin-minimal .ms-video-btn:hover{background-color:#f1f1f1}.ms-skin-minimal .ms-slide .ms-slide-vcbtn{width:31px;height:31px;background:url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat -289px 6px #fff;border-radius:50%;border:solid 1px #3d3d3d;top:18px;right:30px;-webkit-transition:background-color 300ms;transition:background-color 300ms}.ms-skin-minimal .ms-nav-next,.ms-skin-minimal .ms-nav-prev{background:url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat #fff;background-position:-178px 17px;border:solid 1px #3d3d3d;border-radius:50%;height:55px;width:55px;cursor:pointer;top:50%;left:30px;margin-top:-27px;position:absolute;z-index:110;-webkit-transition:background-color 300ms;transition:background-color 300ms}.ms-skin-minimal .ms-nav-next:hover,.ms-skin-minimal .ms-nav-prev:hover{background-color:#f1f1f1}.ms-skin-minimal .ms-nav-next{right:30px;left:auto;background-position:-75px 17px}.ms-skin-minimal .ms-bullet{width:8px;height:8px;background:#fff;border:solid 1px #3d3d3d;border-radius:50%;margin:4px;background-position:-34px -117px}.ms-skin-minimal .ms-bullet-selected{background:#3d3d3d}.ms-skin-minimal .ms-time-bar{height:3px;background:#FFF;border-top:solid 1px rgba(0,0,0,.41)}.ms-skin-minimal .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,.88);bottom:-10px}.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,.88);top:-10px}.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,.88);left:-10px}.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,.88);right:-10px}.ms-skin-minimal .ms-tooltip-point{cursor:pointer}.ms-skin-minimal .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:#fff;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-minimal .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#000;background:rgba(0,0,0,.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-minimal .ms-tooltip{max-width:200px}.ms-skin-minimal .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;margin-left:-1px}.ms-skin-contrast .ms-slide .ms-slide-vpbtn,.ms-skin-contrast .ms-video-btn{width:60px;height:60px;background:url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -10px -144px;top:50%;left:50%;margin:-30px 0 0 -30px}.ms-skin-contrast .ms-slide .ms-slide-vcbtn{width:24px;height:24px;background:url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -27px -30px;top:30px;right:30px}.ms-skin-contrast .ms-nav-next,.ms-skin-contrast .ms-nav-prev{width:60px;background:url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png);background-position:-76px -17px;height:60px;cursor:pointer;top:50%;left:30px;margin-top:-30px;position:absolute;z-index:110}.ms-skin-contrast .ms-nav-next{right:30px;left:auto;background-position:-77px -91px}.ms-skin-contrast .ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px}.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-skin-contrast .ms-bullet{width:16px;height:16px;background:url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat;background-position:-31px -114px;margin:4px}.ms-skin-contrast .ms-bullet-selected{background-position:-31px -81px}.ms-skin-contrast .ms-tooltip{position:absolute;z-index:210;cursor:auto}.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px}.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:#fc3116;border-top-color:rgba(252,49,22,.8);bottom:-10px}.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:#fc3116;border-bottom-color:rgba(252,49,22,.8);top:-10px}.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px}.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:#fc3116;border-right-color:rgba(252,49,22,.8);left:-10px}.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:#fc3116;border-left-color:rgba(252,49,22,.8);right:-10px}.ms-skin-contrast .ms-tooltip-point{cursor:pointer}.ms-skin-contrast .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #636363;background:#000;margin:-8px 0 0 -8px;position:absolute;z-index:105}.ms-skin-contrast .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:#fff;background:rgba(255,255,255,.99);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:ms-point-anim 1.5s infinite;-moz-animation:ms-point-anim 1.5s infinite;-webkit-animation:ms-point-anim 1.5s infinite;-o-animation:ms-point-anim 1.5s infinite}.ms-skin-contrast .ms-tooltip{max-width:200px}.ms-skin-contrast .ms-tooltip-cont{padding:10px;background:#fc3116;background:rgba(252,49,22,.8);text-shadow:0 1px 0 rgba(0,0,0,.4);color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.04)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.ms-skin-contrast .ms-slide .ms-slide-vpbtn,.ms-skin-contrast .ms-video-btn,.ms-skin-contrast .ms-slide .ms-slide-vcbtn,.ms-skin-contrast .ms-nav-next,.ms-skin-contrast .ms-nav-prev,.ms-skin-contrast .ms-bullet{background-image:url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin-retina.png);background-size:152px 225px}}.ms-caro3d-template .ms-container{padding:10px 0 50px 0}.ms-caro3d-template .ms-slide{-webkit-box-reflect:below 1px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,transparent),to(rgba(255,255,255,.5)))}.ms-caro3d-template .ms-slide-bgcont{border-radius:8px}.ms-dis-slider-cont{position:relative;padding:3.2% 8.5% 24%;max-width:508px}.ms-display-cont .ms-view{background-color:#17171a}.ms-display-cont{max-width:614px;position:relative;margin:0 auto}.ms-display-bg{max-width:100%;position:absolute}.ms-display-template .ms-nav-prev,.ms-display-template .ms-nav-next{background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;width:35px;height:40px;left:-80px;margin-top:-17px;position:absolute;top:50%;cursor:pointer}.ms-display-template .ms-nav-next{background-position:-59px -9px;right:-80px;left:auto}.ms-display-template .ms-bullets.ms-dir-h{position:absolute;bottom:-50%;right:50%;width:100px}.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-display-template .ms-bullet{width:10px;height:10px;background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;margin:4px}.ms-display-template .ms-bullet-selected{background-position:-143px -25px}.ms-gallery-template .ms-gallery-botcont{height:55px;background:#000;color:#fff;font-weight:300;font-family:"Lato",sans-serif;font-size:18px;position:relative}.ms-gallery-template .ms-gal-playbtn{width:55px;height:100%;float:left;cursor:pointer;background:url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 6px 6px}.ms-gallery-template .ms-gal-playbtn.btn-pause{background:url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -55px 7px}.ms-gallery-template .ms-gal-thumbtoggle{position:absolute;right:0;z-index:110;width:55px;height:100%;cursor:pointer;background:url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -53px -41px}.ms-gallery-template .ms-gal-thumbtoggle.btn-hide{background:url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 4px -41px}.ms-gallery-template .ms-slide-num{float:left;padding:17px 9px;color:#727272}.ms-gallery-template .ms-slide-info{float:left;padding:18px 4px;position:relative;width:auto}.ms-gallery-template .ms-bullets.ms-dir-h{position:absolute;bottom:18px;right:105px;width:100px}.ms-gallery-template .ms-bullet{width:8px;height:8px;background:#1e1e1e;margin:4px;border-radius:15px}.ms-gallery-template .ms-bullet-selected{background-color:#fff}.ms-gallery-template .ms-timerbar{width:100%;top:-4px;height:4px;position:absolute;background:rgba(0,0,0,.32)}.ms-gallery-template .ms-time-bar{height:4px;background:rgba(255,255,255,.7)}.ms-gallery-template .ms-thumb-list.ms-dir-h{width:100%;background:#000;background:rgba(0,0,0,.95);padding-top:1px}.ms-gallery-template .ms-thumb-frame{cursor:pointer;float:left;width:175px;overflow:hidden;opacity:.5;-webkit-transition:opacity 400ms;transition:opacity 400ms}.ms-gallery-template .ms-thumb-frame-selected{opacity:1}.ms-gallery-template .ms-gal-thumbcont{overflow:hidden;width:100%;height:115px;position:absolute;top:-115px;left:0;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}.ms-gallery-template .ms-gal-thumbcont.hide-thumbs{height:0;top:0}@media (max-width:570px){.ms-gallery-template .ms-slide-info{display:none}}.ms-laptop-template .ms-laptop-cont .ms-view{background-color:#17171a}.ms-laptop-template .ms-laptop-cont{max-width:645px;position:relative;margin:0 auto}.ms-laptop-template .ms-lt-slider-cont{position:relative;padding:5% 11.9% 20%;max-width:492px}.ms-laptop-template .ms-laptop-bg{max-width:100%;position:absolute}.ms-laptop-template .ms-nav-prev,.ms-laptop-template .ms-nav-next{background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;width:35px;height:40px;left:-80px;margin-top:-17px;position:absolute;top:50%;cursor:pointer}.ms-laptop-template .ms-nav-next{background-position:-59px -9px;right:-80px;left:auto}.ms-laptop-template .ms-bullets.ms-dir-h{position:absolute;bottom:-40%;right:50%;width:100px}.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-laptop-template .ms-bullet{width:10px;height:10px;background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;margin:4px}.ms-laptop-template .ms-bullet-selected{background-position:-143px -25px}.ms-tablet-template .ms-tablet-cont .ms-view{background-color:#17171a}.ms-tablet-template .ms-tablet-cont{max-width:500px;position:relative;margin:0 auto}.ms-tablet-template.ms-tablet-land .ms-tablet-cont{max-width:842px}.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont{padding:4.1% 12.1% 10%;max-width:632px}.ms-tablet-template .ms-lt-slider-cont{position:relative;padding:11.1% 11% 22%;max-width:400px}.ms-tablet-template .ms-tablet-bg{max-width:100%;position:absolute}.ms-tablet-template .ms-nav-prev,.ms-tablet-template .ms-nav-next{background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;width:35px;height:40px;left:-120px;margin-top:-17px;position:absolute;top:50%;cursor:pointer}.ms-tablet-template .ms-nav-next{background-position:-59px -9px;right:-120px;left:auto}.ms-tablet-template .ms-bullets.ms-dir-h{position:absolute;bottom:-18%;right:50%;width:100px}.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-tablet-template .ms-bullet{width:10px;height:10px;background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;margin:4px}.ms-tablet-template .ms-bullet-selected{background-position:-143px -25px}.ms-phone-template .ms-phone-cont .ms-view{background-color:#17171a}.ms-phone-template .ms-phone-cont{max-width:386px;position:relative;margin:0 auto}.ms-phone-template.ms-phone-land .ms-phone-cont{max-width:666px}.ms-phone-template.ms-phone-land .ms-lt-slider-cont{position:relative;padding:4.6% 16.1% 10% 15.5%;max-width:455px}.ms-phone-template .ms-lt-slider-cont{position:relative;padding:26.2% 16.5% 33% 16.8%;max-width:258px}.ms-phone-template .ms-phone-bg{max-width:100%;position:absolute}.ms-phone-template .ms-nav-prev,.ms-phone-template .ms-nav-next{background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;width:35px;height:40px;left:-120px;margin-top:-17px;position:absolute;top:50%;cursor:pointer}.ms-phone-template .ms-nav-next{background-position:-59px -9px;right:-120px;left:auto}.ms-phone-template .ms-bullets.ms-dir-h{position:absolute;bottom:-30%;right:50%;width:100px}.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%}.ms-phone-template .ms-bullet{width:10px;height:10px;background:url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;margin:4px}.ms-phone-template .ms-bullet-selected{background-position:-143px -25px}.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h{bottom:-21%}.ms-phone-template.ms-phone-land .ms-nav-next{right:-150px}.ms-phone-template.ms-phone-land .ms-nav-prev{left:-150px}.ms-partialview-template .ms-slide-info{text-align:center;margin-top:20px;width:100%}.ms-partialview-template .ms-slide-info h3{margin:5px;font-weight:300;font-size:23pt;color:#222}.ms-partialview-template .ms-slide-info h4{margin:5px;font-weight:300;font-size:14pt;color:#7A7A7A}.ms-partialview-template .ms-slide-info p{font-size:10pt;margin:6px}.ms-showcase2-template .ms-view{background:transparent}.ms-staff-carousel{margin:25px auto;position:relative}.ms-staff-carousel .ms-view{overflow:visible;background-color:transparent}.ms-staff-carousel .ms-nav-prev,.ms-staff-carousel .ms-nav-next{background:url(../../../plugins/masterslider/public/assets/css/templates/staff-arrows.png) #fff no-repeat -7px -57px;width:35px;height:40px;left:-35px;margin-top:-17px;box-shadow:0 1px 0 0 rgb(190,190,190);position:absolute;top:50%;cursor:pointer}.ms-staff-carousel .ms-nav-next{background-position:-6px -7px;right:-35px;left:auto}.ms-staff-carousel .ms-staff-info{text-align:center;margin:0 auto;max-width:600px;margin-top:30px;min-height:300px;color:#222}.ms-staff-carousel .ms-staff-info h3{font-weight:300;font-size:22pt;margin:0}.ms-staff-carousel .ms-staff-info h4{font-weight:300;color:#787878;font-size:15pt;margin:3px}.ms-staff-carousel.ms-round .ms-slide-bgcont{border-radius:5000px;border:solid 8px rgb(230,230,230);margin:0 -8px}.ms-staff-carousel.ms-round .ms-view{padding-bottom:8%}.ms-staff-carousel.ms-round .ms-nav-prev,.ms-staff-carousel.ms-round .ms-nav-next{background-color:transparent;box-shadow:none;left:-45px}.ms-staff-carousel.ms-round .ms-nav-next{left:auto;right:-45px}.ms-tabs-template .ms-thumb-frame h3{font-weight:400;font-size:13pt;margin:0}.ms-tabs-template .ms-thumb-frame p{font-size:10pt;margin:4px 0}.ms-tabs-template .ms-thumb-frame-selected h3{color:#4b8aac}.ms-vertical-template .ms-nav-prev,.ms-vertical-template .ms-nav-next{top:10px;left:50%;background:url(../../../plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;background-position:-11px -6px;width:40px;height:30px;margin-left:-20px;margin-top:0}.ms-vertical-template .ms-nav-next{top:auto;bottom:10px;background-position:-11px -53px}.ms-vertical-template .ms-thumblist-fwd,.ms-vertical-template .ms-thumblist-bwd{width:100%;position:absolute;top:0;height:15px;cursor:pointer;background:url(../../../plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;background-position:50% -106px}.ms-vertical-template .ms-thumblist-bwd{top:auto;bottom:0;background-position:50% -145px}body.boxed .bs-vc-content>.vc_row>.bs-vc-wrapper,body.boxed .content-wrap{padding-left:10px;padding-right:10px}body.boxed .bf-breadcrumb>.bf-breadcrumb-container{margin-left:10px!important;margin-right:10px!important}body.boxed .mega-menu .content-wrap{padding-left:5px;padding-right:5px}body.boxed .slider-container .content-wrap{padding-left:0;padding-right:0}body.boxed .bs-sks .bs-sksitemr{padding-left:10px}body.boxed .bs-sks .bs-sksiteml{padding-right:10px}@media (max-width:980px){body.boxed .bs-vc-content>.vc_row>.bs-vc-wrapper,body.boxed .content-wrap,body.boxed .mega-menu .content-wrap{padding-left:0;padding-right:0}body.boxed .bf-breadcrumb>.bf-breadcrumb-container{margin-left:0!important;margin-right:0!important}}.archive-title,.bs-listing,.bs-shortcode,.bs-vc-block,.bs-vc-content .better-studio-shortcode,.widget,body.archive .content-column .listing,body.search .content-column .listing{background:#fff;padding:16px;border:solid 1px #ededed}body.archive .content-column .listing .listing,body.search .content-column .listing .listing{background:0 0;padding:0;border:none}.author-profile,.comment-respond,.comments-wrap,.post-related,.post-template-1 .single-container>.post,.post-template-10 .single-container>.post,.post-template-11 .single-container>.post,.post-template-12 .single-container>.post,.post-template-13 .single-container>.post,.post-template-2 .single-container>.post,.post-template-3 .single-container>.post,.post-template-4 .single-container>.post,.post-template-5 .single-container>.post,.post-template-6 .single-container>.post,.post-template-7 .single-container>.post,.post-template-8 .single-container>.post,.post-template-9 .single-container>.post,.single-container>.post-author,.single-page-simple-content{background:#fff;padding:16px;border:solid 1px #ededed}.better-social-counter.style-style-10,.bs-listing-slider-1 .bs-shortcode,.bs-listing-slider-2 .bs-shortcode,.bs-listing-slider-3 .bs-shortcode,.single-page-simple-content .bs-vc-block,.single-page-simple-content .wpb_images_carousel>.wpb_wrapper>.vc_images_carousel,.single-page-simple-content .wpb_single_image,.single-post-content .bs-vc-block,.single-post-content .wpb_images_carousel>.wpb_wrapper>.vc_images_carousel,.single-post-content .wpb_single_image,.widget .better-studio-shortcode,.widget_newsletter-pack .bs-newsletter-pack{background:0 0;padding:0;border:none}.post-template-1 .single-container>.post,.post-template-10 .single-container>.post{border:none;padding:0}.vc_row[data-vc-full-width=true] .bs-listing,.vc_row[data-vc-full-width=true] .bs-shortcode,.vc_row[data-vc-full-width=true] .bs-vc-block,.vc_row[data-vc-full-width=true] .entry-content .better-studio-shortcode{background:0 0;padding:0;border:none}.bs-popular-categories .bs-popular-terms-list{padding:0!important}.vc_row.vc_row-has-fill .bs-heading-shortcode,.widget>.bs-listing,.widget>.bs-shortcode,.widget_better-ads,.widget_newsletter-pack{background:0 0;padding:0;border:none}.footer-widgets .bs-listing,.footer-widgets .bs-shortcode,.footer-widgets .bs-vc-block,.footer-widgets .widget{background:0 0;padding:0;border:none}.listing-item .term-badges.floated{top:auto;bottom:0}.listing-item .term-badges.floated a{margin-bottom:0;margin-top:3px}.listing-item-classic-3 .term-badges.floated a,.listing-item-text-1 .term-badges.floated{margin-top:0;margin-bottom:3px}.listing-mg-item .term-badges.floated{top:0;bottom:auto}.listing-mg-item .term-badges.floated a{margin-top:0;margin-bottom:3px}.listing-item-text-1 .term-badges.floated{margin-bottom:13px}.listing-item .post-edit-link,.listing-item-classic-3 .term-badges.floated,.listing-mg-4-item .term-badges.floated{top:0;bottom:auto}.rtl .listing-item .post-edit-link{left:auto!important}.listing-item-classic-3 .post-edit-link{display:none!important}.listing-item .post-edit-link{bottom:auto;top:0}.rtl .listing-item .term-badges.floated{right:0}.site-header.site-header.header-style-2 .main-menu.menu>li.current-menu-item>a:before,.site-header.site-header.header-style-2 .main-menu.menu>li.current-menu-parent>a:before,.site-header.site-header.header-style-2 .main-menu.menu>li:hover>a:before,.site-header.site-header.header-style-2 .main-menu.menu>li>a:before{display:none}.site-header.site-header.header-style-2 .main-menu.menu>li.current-menu-item>a,.site-header.site-header.header-style-2 .main-menu.menu>li.current-menu-parent>a,.site-header.site-header.header-style-2 .main-menu.menu>li:hover>a{background-color:#013c81!important}.site-header.site-header.header-style-2 .main-menu>li>a{padding:0 16px;z-index:0}.site-header.site-header.header-style-2 .main-menu.menu>li:hover>a,body .site-header.site-header .main-menu.menu>li.current-menu-parent>a,body .site-header.site-header.site-header.site-header.header-style-2 .main-menu.menu>li.current-menu-parent:hover>a,body .site-header.site-header.site-header.site-header.header-style-2 .main-menu.menu>li.current-menu-parent>a{color:#fff!important}.site-header.header-style-2 .main-menu-wrapper .main-menu-inner{height:44px!important}.site-header.header-style-2.header-style-2 .main-menu>li>a{line-height:44px}.site-header.header-style-2 .search-container .search-box .search-form .search-field{height:44px}.site-header.header-style-2 .main-menu.menu{height:67px}.site-header.header-style-2 .off-canvas-menu-icon-container{line-height:44px}.site-header.header-style-2.site-header .shop-cart-container .cart-handler .site-header.header-style-2 .search-container .search-handler{line-height:24px}.site-header.header-style-2.header-style-2 .main-menu>li>a{line-height:44px}.site-header.boxed .main-menu-wrapper .main-menu-container,.site-header.full-width .main-menu-wrapper{border-width:0!important}.site-header.header-style-2 .off-canvas-menu-icon-container{line-height:41px}.ltr .bs-shortcode.bs-about>*{text-align:left}.rtl .bs-shortcode.bs-about>*{text-align:right}.better-newsticker ul.news-list li,.better-social-counter.style-style-8,.bs-about,.bs-listing .title,.bs-numbered-pagination,.bs-subscribe-newsletter .subscribe-message,.entry-content p,.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a,.listing-item .title a,.off-canvas-menu>ul>li>a,.post-meta,.post-summary,.post-title,.section-heading a>.h-text,.section-heading.sh-t3 .main-link:first-child:last-child .h-text,.section-heading>.h-text,.site-footer .copy-1,.site-footer .copy-2,.site-header .main-menu>li>a,.site-header .topbar .topbar-inner,.term-badges .term-badge:first-child a,a.read-more,ul.menu.footer-menu li>a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,a:focus,a:hover{text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.site-header .topbar .better-social-counter.style-button .social-item .item-icon{font-size:14px}.site-header .topbar .topbar-date.topbar-date{padding-left:0}.site-header .topbar .topbar-date.topbar-date:before{content:"\f017";display:inline-block;font:normal normal normal 14px/1 FontAwesome;margin-right:4px;position:relative;top:1px}.site-header .topbar .topbar-date.topbar-date:after{content:'';position:absolute;width:1px;height:11px;background-color:#d9d9d9;right:-3px;top:6px}.site-header .menu-action-buttons{right:10px}.site-header.full-width.stretched .menu.main-menu-wrapper .main-menu-container ul>li{margin-right:0;margin-left:0}.site-header.full-width.stretched .menu.main-menu-wrapper .container,.site-header.full-width.stretched .menu.main-menu-wrapper .content-wrap{padding:0}.site-header.site-header.full-width .main-menu-wrapper{border-top-width:3px!important;border-bottom-width:1px!important}.site-header .search-box .search-form .search-field{padding-left:30px}.site-header .main-menu-inner .content-wrap{padding:0!important}.site-header .main-menu-inner .content-wrap>.container{padding:0!important}.site-header .search-container .search-handler .fa{color:#000}.bs-listing-listing-blog-1,.bs-listing-listing-classic-3,.bs-listing-modern-grid-listing-5{background:0 0;padding:0;border:none}.section-heading.sh-t3.sh-s9{margin:-17px -17px 20px}.bs-vc-sidebar-column .bs-ajax-pagination.more_btn .btn-bs-pagination{width:100%;border-color:#ebebeb;box-shadow:0 2px 2px -2px rgba(0,0,0,.07)}.bs-pagination.bs-ajax-pagination.infinity .btn-bs-pagination,.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination,.bs-pagination.bs-ajax-pagination.more_btn_infinity .btn-bs-pagination{line-height:31px!important}.listing-item-classic-3:hover .title h2{text-decoration:underline}.bs-listing-listing-blog-1 .section-heading.sh-t3.sh-s9{margin:0 0 20px}.bs-listing-listing-blog-1 .bs-ajax-pagination.more_btn .btn-bs-pagination{width:100%;border-color:#ebebeb}.bs-listing-listing-blog-1 .listing-item-blog.listing-item-blog-1{padding:16px 14px;background-color:#f8f8f8;border-width:1px;border-style:solid;border-top-width:2px;border-right-color:#ededed!important;border-bottom-color:#ededed!important;border-left-color:#ededed!important;box-shadow:0 2px 2px -1px rgba(0,0,0,.07)}.listing-item-classic-3 .featured .title{background-color:#f8f8f8;padding:26px 25px 27px!important;bottom:-60px;border:solid 1px #ededed;border-bottom:none;border-top:none}.listing-item-classic-3:last-child .listing-inner{background-color:#f8f8f8;padding:0 25px 17px;margin-top:45px;box-shadow:0 2px 2px -1px rgba(0,0,0,.07);border:solid 1px #ededed;border-top:none;margin-bottom:30px}.bs-listing-modern-grid-listing-5 .listing-mg-5-item:hover .title a{text-decoration:underline}.bs-listing-listing-mix-3-1 .bs-slider-controls{margin-top:10px}.listing-item-text-2{margin-bottom:20px}.listing-item-text-2 .item-inner{border-left-width:2px;border-right-width:2px;padding:0 0 0 14px}.listing-thumbnail.listing-tb-1 .listing-item-thumbnail{border-bottom:solid 1px #ededed!important;padding-bottom:10px!important;margin-bottom:10px!important}.listing-thumbnail.listing-tb-1 .listing-item-thumbnail:last-child{border:none!important;padding-bottom:0!important;margin-bottom:0!important}.vc_col-sm-12 .vc_col-sm-12 .better-studio-shortcode,.vc_col-sm-12 .vc_col-sm-12 .bs-listing,.vc_col-sm-12 .vc_col-sm-12 .bs-shortcode,.vc_col-sm-12 .vc_col-sm-12 .widget{border:none;padding:0}.site-footer .footer-widgets.light-text .widget a{color:rgba(255,255,255,.75)}.site-footer .footer-widgets.light-text .widget a:hover{color:#fff!important}.site-footer .footer-widgets.light-text .widget.widget_nav_menu ul.menu li{width:49%;display:inline-block}.site-footer .footer-widgets.light-text .widget.widget_nav_menu ul.menu li a:before{display:none}.site-footer .footer-widgets.light-text .widget.widget_nav_menu ul.menu li a,.site-footer .footer-widgets.light-text .widget.widget_nav_menu ul.menu li a:hover,.site-footer .footer-widgets.light-text .widget.widget_nav_menu ul.menu li.current-menu-item>a{background-color:transparent!important;border:none;padding:0}.site-footer .footer-widgets.light-text .widget.widget_nav_menu ul.menu li a{color:rgba(255,255,255,.75)!important}.site-footer .footer-widgets.light-text .col-sm-1,.site-footer .footer-widgets.light-text .col-sm-2,.site-footer .footer-widgets.light-text .col-sm-3,.site-footer .footer-widgets.light-text .col-sm-4,.site-footer .footer-widgets.light-text .col-sm-5{padding:0 15px}.site-footer .footer-widgets.light-text .bs-about .about-text{font-size:15px;line-height:23px;color:rgba(255,255,255,.75)}.site-footer .footer-widgets.light-text .bs-about .about-icons-list .about-icon-item a{background-color:transparent!important;color:rgba(255,255,255,.75);box-shadow:none}.site-footer .footer-widgets.light-text .bs-about .about-icons-list .about-icon-item a:hover{background-color:#fff!important}.site-footer .footer-widgets.light-text .section-heading .h-text{font-size:118%}.site-footer .footer-widgets.light-text .listing-item-thumbnail:hover .title a{color:#fff}.site-footer .footer-widgets.light-text .listing-thumbnail.listing-tb-1 .listing-item-thumbnail{border-bottom:none!important;padding-bottom:0!important;margin-bottom:20px!important}.site-footer .footer-widgets.light-text .listing-thumbnail.listing-tb-1 .listing-item-thumbnail:last-child{margin-bottom:0!important}.site-footer .copy-footer{padding-top:0;text-align:center}.site-footer .copy-footer .footer-menu-container{padding:0;text-align:center;margin-bottom:25px}.site-footer .copy-footer .footer-menu-container ul.menu.footer-menu>li{float:none;display:inline-block;margin:0;padding:0 10px;position:relative}.site-footer .copy-footer .footer-menu-container ul.menu.footer-menu>li:after{content:'';position:absolute;width:100%;height:2px;bottom:-2px;background-color:#fff;left:0;transition:.2s}.site-footer .copy-footer .footer-menu-container ul.menu.footer-menu>li:hover:after{background-color:#fff;bottom:0}.site-footer .copy-footer .footer-menu-container .footer-menu{overflow:hidden}.site-footer .copy-footer .footer-copy-row .copy-1,.site-footer .copy-footer .footer-copy-row .copy-2{float:none;display:inline-block;width:auto;padding:0}.post-template-1 .single-post-title{line-height:47px}.rtl .site-header .menu-action-buttons{right:auto;left:10px}.rtl .site-header .topbar .topbar-date.topbar-date:before{margin-left:4px;margin-right:0}.rtl .site-header .topbar .topbar-date.topbar-date:after{left:-4px;right:auto}.rtl .site-header .topbar .topbar-date.topbar-date{padding-right:0;padding-left:6px}.rtl .widget.widget_nav_menu ul.menu li a{line-height:26px;font-size:14px}.rtl .site-footer .footer-widgets.light-text .bs-about .about-text{font-size:16px;line-height:27px}.rtl .listing-item-text-2 .item-inner{padding:0 14px 0 0}.rtl .post-related .listing-item .title{line-height:24px}.ijduefblts.ijduefblts-before-header,.ijduefblts.ijduefblts-before-header:before{background-color:#f8f8f8}.ijduefblts.ijduefblts-before-header{padding-top:30px!important;padding-bottom:30px!important}.ijduefblts.ijduefblts-after-footer,.ijduefblts.ijduefblts-after-footer:after{background-color:#f8f8f8}.ijduefblts.ijduefblts-after-footer{padding-top:30px!important;padding-bottom:30px!important}.better-social-counter .item-title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:12px;text-transform:initial}.better-social-counter .item-count{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:14px;text-transform:initial}.better-social-counter .item-name{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;text-transform:initial}.better-social-counter .item-title-join{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:13px;text-transform:initial}.better-social-banner .banner-item .item-count{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;font-size:22px;text-transform:uppercase}.better-social-banner .banner-item .item-title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;text-transform:uppercase}.better-social-banner .banner-item .item-button{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:13px;text-transform:uppercase}:root{--publisher-site-width-2-col:1300px;--publisher-site-width-1-col:1300px;--publisher-site-width-2-col-content-col:74%;--publisher-site-width-2-col-primary-col:26%}@media (max-width:1390px){.page-layout-1-col .bs-sks,.page-layout-2-col .bs-sks{display:none!important}}:root{--publisher-site-width-3-col:1300px;--publisher-site-width-3-col-content-col:58%;--publisher-site-width-3-col-primary-col:25%;--publisher-site-width-3-col-secondary-col:17%}@media (max-width:1390px){.page-layout-3-col .bs-sks{display:none!important}}:root{--publisher-spacing:20}.site-header.header-style-1 .header-inner,.site-header.header-style-2 .header-inner,.site-header.header-style-3 .header-inner,.site-header.header-style-4 .header-inner,.site-header.header-style-7 .header-inner,.site-header.header-style-1.h-a-ad .header-inner,.site-header.header-style-4.h-a-ad .header-inner,.site-header.header-style-7.h-a-ad .header-inner{padding-top:6px}.site-header.header-style-1 .header-inner,.site-header.header-style-2 .header-inner,.site-header.header-style-3 .header-inner,.site-header.header-style-4 .header-inner,.site-header.header-style-7 .header-inner,.site-header.header-style-1.h-a-ad .header-inner,.site-header.header-style-4.h-a-ad .header-inner,.site-header.header-style-7.h-a-ad .header-inner{padding-bottom:20px}:root{--publisher-primary-color:#007a04}.main-bg-color,.main-menu.menu .sub-menu li.current-menu-item:hover>a:hover,.main-menu.menu .better-custom-badge,.off-canvas-menu .menu .better-custom-badge,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links>li:hover>a,.widget.widget_nav_menu .menu .better-custom-badge,.widget.widget_nav_menu ul.menu li>a:hover,.widget.widget_nav_menu ul.menu li.current-menu-item>a,.rh-header .menu-container .resp-menu .better-custom-badge,.bs-popular-categories .bs-popular-term-item:hover .term-count,.widget.widget_tag_cloud .tagcloud a:hover,span.dropcap.dropcap-square,span.dropcap.dropcap-circle,.better-control-nav li a.better-active,.better-control-nav li:hover a,.main-menu.menu>li:hover>a:before,.main-menu.menu>li.current-menu-parent>a:before,.main-menu.menu>li.current-menu-item>a:before,.main-slider .better-control-nav li a.better-active,.main-slider .better-control-nav li:hover a,.site-footer.color-scheme-dark .footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,.site-footer.color-scheme-dark .footer-widgets .widget.widget_nav_menu ul.menu li a:hover,.entry-terms.via a:hover,.entry-terms.source a:hover,.entry-terms.post-tags a:hover,.comment-respond #cancel-comment-reply-link,.better-newsticker .heading,.better-newsticker .control-nav span:hover,.listing-item-text-1:hover .term-badges.floated .term-badge a,.term-badges.floated a,.archive-title .term-badges span.term-badge a:hover,.post-tp-1-header .term-badges a:hover,.archive-title .term-badges a:hover,.listing-item-tb-2:hover .term-badges.floated .term-badge a,.btn-bs-pagination:hover,.btn-bs-pagination.hover,.btn-bs-pagination.bs-pagination-in-loading,.bs-slider-dots .bs-slider-active>.bts-bs-dots-btn,.listing-item-classic:hover a.read-more,.bs-loading>div,.pagination.bs-links-pagination a:hover,.footer-widgets .bs-popular-categories .bs-popular-term-item:hover .term-count,.footer-widgets .widget .better-control-nav li a:hover,.footer-widgets .widget .better-control-nav li a.better-active,.bs-slider-2-item .content-container a.read-more:hover,.bs-slider-3-item .content-container a.read-more:hover,.main-menu.menu .sub-menu li.current-menu-item:hover>a,.main-menu.menu .sub-menu>li:hover>a,.bs-slider-2-item .term-badges.floated .term-badge a,.bs-slider-3-item .term-badges.floated .term-badge a,.listing-item-blog:hover a.read-more,.back-top,.site-header .shop-cart-container .cart-handler .cart-count,.site-header .shop-cart-container .cart-box:after,.single-attachment-content .return-to:hover .fa,.topbar .topbar-date,.ajax-search-results:after,.better-gallery .gallery-title .prev:hover,.better-gallery .gallery-title .next:hover,.comments-template-multiple .nav-tabs .active a:after,.comments-template-multiple .active .comments-count,.off-canvas-inner:after,.more-stories:before,.bs-push-noti .bs-push-noti-wrapper-icon,.post-count-badge.pcb-t1.pcb-s1,.bs-fpe.bs-fpe-t2 thead,.post-tp-1-header .term-badges a{background-color:#007a04!important}.bs-theme button,.bs-theme .btn,.bs-theme html input[type="button"],.bs-theme input[type="reset"],.bs-theme input[type="submit"],.bs-theme input[type="button"],.bs-theme .btn:focus,.bs-theme .btn:hover,.bs-theme button:focus,.bs-theme button:hover,.bs-theme html input[type="button"]:focus,.bs-theme html input[type="button"]:hover,.bs-theme input[type="reset"]:focus,.bs-theme input[type="reset"]:hover,.bs-theme input[type="submit"]:focus,.bs-theme input[type="submit"]:hover,.bs-theme input[type="button"]:focus,.bs-theme input[type="button"]:hover{background-color:#007a04}.main-color,.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus,.widget.widget_nav_menu .menu .better-custom-badge,.widget.widget_recent_comments a:hover,.bs-popular-categories .bs-popular-term-item,.main-menu.menu .sub-menu li.current-menu-item>a,.bs-about .about-link a,.comment-list .comment-footer .comment-reply-link:hover,.comment-list li.bypostauthor>article>.comment-meta .comment-author a,.comment-list li.bypostauthor>article>.comment-meta .comment-author,.comment-list .comment-footer .comment-edit-link:hover,.comment-respond #cancel-comment-reply-link,span.dropcap.dropcap-square-outline,span.dropcap.dropcap-circle-outline,ul.bs-shortcode-list li:before,a:hover,.post-meta a:hover,.site-header .top-menu.menu>li:hover>a,.site-header .top-menu.menu .sub-menu>li:hover>a,.mega-menu.mega-type-link-list .mega-links>li>a:hover,.mega-menu.mega-type-link-list .mega-links>li:hover>a,.listing-item .post-footer .post-share:hover .share-handler,.listing-item-classic .title a:hover,.single-post-content>.post-author .pre-head a:hover,.single-post-content a,.single-page-simple-content a,.site-header .search-container.open .search-handler,.site-header .search-container:hover .search-handler,.site-header .shop-cart-container.open .cart-handler,.site-header .shop-cart-container.open:hover .cart-handler,.site-footer .copy-2 a:hover,.site-footer .copy-1 a:hover,ul.menu.footer-menu li>a:hover,.rh-header .menu-container .resp-menu li:hover>a,.listing-item-thumbnail:hover .title a,.listing-item-grid:hover .title a,.listing-item-blog:hover .title a,.listing-item-classic:hover .title a,.post-meta a:hover,.pagination.bs-numbered-pagination>span,.pagination.bs-numbered-pagination .wp-pagenavi a:hover,.pagination.bs-numbered-pagination .page-numbers:hover,.pagination.bs-numbered-pagination .wp-pagenavi .current,.pagination.bs-numbered-pagination .current,.listing-item-text-1:hover .title a,.listing-item-text-2:hover .title a,.listing-item-text-3:hover .title a,.listing-item-text-4:hover .title a,.bs-popular-categories .bs-popular-term-item:hover,.main-menu.menu>li:hover>a,.listing-mg-5-item:hover .title,.listing-item-tall:hover>.title,.bs-text a,.wpb_text_column a,.bf-breadcrumb .bf-breadcrumb-item a:hover span,.off-canvas-menu li.current-menu-item>a,.entry-content.off_canvas_footer-info a,.comment-list .comment-content em.needs-approve,.better-newsticker ul.news-list li a:hover,.archive-title .rss-link,.about-icons-list .about-icon-item a:hover{color:#007a04}.footer-widgets .widget a:hover,.bs-listing-modern-grid-listing-5 .listing-mg-5-item:hover .title a:hover,.bs-listing-modern-grid-listing-5 .listing-mg-5-item:hover .title a,.tabbed-grid-posts .tabs-section .active a{color:#007a04!important}.bs-theme textarea:focus,.bs-theme input[type="url"]:focus,.bs-theme input[type="search"]:focus,.bs-theme input[type="password"]:focus,.bs-theme input[type="email"]:focus,.bs-theme input[type="number"]:focus,.bs-theme input[type="week"]:focus,.bs-theme input[type="month"]:focus,.bs-theme input[type="time"]:focus,.bs-theme input[type="datetime-local"]:focus,.bs-theme input[type="date"]:focus,.bs-theme input[type="color"]:focus,.bs-theme input[type="text"]:focus,.widget.widget_nav_menu .menu .better-custom-badge:after,.better-gallery .fotorama__thumb-border,span.dropcap.dropcap-square-outline,span.dropcap.dropcap-circle-outline,.comment-respond textarea:focus,.archive-title .term-badges a:hover,.listing-item-text-2:hover .item-inner,.btn-bs-pagination:hover,.btn-bs-pagination.hover,.btn-bs-pagination.bs-pagination-in-loading,.bs-slider-2-item .content-container a.read-more,.bs-slider-3-item .content-container a.read-more,.pagination.bs-links-pagination a:hover,body.active-top-line,.bs-listing-listing-blog-1 .listing-item-blog.listing-item-blog-1{border-color:#007a04}.main-menu.menu .better-custom-badge:after,.off-canvas-menu .menu .better-custom-badge:after{border-top-color:#007a04}.better-newsticker .heading:after{border-left-color:#007a04}::selection{background:#007a04}::-moz-selection{background:#007a04}.term-badges.text-badges .term-badge a{color:#007a04!important;background-color:transparent!important}.active-top-line .header-style-1.full-width .bs-pinning-block.pinned.main-menu-wrapper,.active-top-line .header-style-1.boxed .bs-pinning-block.pinned .main-menu-container,.active-top-line .header-style-2.full-width .bs-pinning-block.pinned.main-menu-wrapper,.active-top-line .header-style-2.boxed .bs-pinning-block.pinned .main-menu-container,.active-top-line .header-style-3.full-width .bs-pinning-block.pinned.main-menu-wrapper,.active-top-line .header-style-3.boxed .bs-pinning-block.pinned .main-menu-container,.active-top-line .header-style-4.full-width .bs-pinning-block.pinned.main-menu-wrapper,.active-top-line .header-style-4.boxed .bs-pinning-block.pinned .main-menu-container,.active-top-line .header-style-5.full-width .bspw-header-style-5 .bs-pinning-block.pinned,.active-top-line .header-style-5.boxed .bspw-header-style-5 .bs-pinning-block.pinned .header-inner,.active-top-line .header-style-6.full-width .bspw-header-style-6 .bs-pinning-block.pinned,.active-top-line .header-style-6.boxed .bspw-header-style-6 .bs-pinning-block.pinned .header-inner,.active-top-line .header-style-7.full-width .bs-pinning-block.pinned.main-menu-wrapper,.active-top-line .header-style-7.boxed .bs-pinning-block.pinned .main-menu-container,.active-top-line .header-style-8.full-width .bspw-header-style-8 .bs-pinning-block.pinned,.active-top-line .header-style-8.boxed .bspw-header-style-8 .bs-pinning-block.pinned .header-inner{border-top:3px solid #007a04}#bbpress-forums li.bbp-forum-info.single-forum-info .bbp-forum-title:before,#bbpress-forums .bbp-forums-list li:before,#bbpress-forums p.bbp-topic-meta .freshness_link a,#bbpress-forums .bbp-forums-list li a,.bbp-reply-content a{color:#007a04}#bbpress-forums #bbp-search-form #bbp_search_submit,#bbpress-forums li.bbp-header:before,#bbpress-forums button.user-submit,.bbp-submit-wrapper button,#bbpress-forums li.bbp-header:before{background-color:#007a04}.better-gcs-wrapper .gsc-result .gs-title *,.better-gcs-wrapper .gsc-result .gs-title:hover *,.better-gcs-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page,.better-gcs-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page:hover{color:#007a04!important}.better-gcs-wrapper button.gsc-search-button-v2{background-color:#007a04!important}.betterstudio-review .verdict .overall,.rating-bar span{background-color:#007a04}.rating-stars span:before,.betterstudio-review .verdict .page-heading{color:#007a04}.topbar .topbar-date.topbar-date{background-color:rgba(10,10,10,0)!important}.topbar .topbar-date.topbar-date{color:#000000!important}.site-header .top-menu.menu>li>a,.topbar .topbar-sign-in{color:#707070}.site-header.full-width .topbar,.site-header.boxed .topbar .topbar-inner{border-color:rgba(10,10,10,0)}.topbar .better-social-counter.style-button .social-item .item-icon{color:#007a04}.topbar .better-social-counter.style-button .social-item:hover .item-icon{color:rgba(1,122,29,.82)}.site-header.boxed .main-menu-wrapper .main-menu-container,.site-header.full-width .main-menu-wrapper{border-top-color:#007a04}.site-header.header-style-1.boxed .main-menu-wrapper .main-menu-container,.site-header.header-style-1.full-width .main-menu-wrapper,.site-header.header-style-1 .better-pinning-block.pinned.main-menu-wrapper .main-menu-container{border-bottom-color:#dedede!important}.site-header.header-style-2.boxed .main-menu-wrapper .main-menu-container,.site-header.header-style-2.full-width .main-menu-wrapper,.site-header.header-style-2 .better-pinning-block.pinned.main-menu-wrapper .main-menu-container{border-bottom-color:#e8e8e8!important}.site-header.header-style-3.boxed .main-menu-container,.site-header.full-width.header-style-3 .main-menu-wrapper{border-bottom-color:#dedede!important}.site-header.header-style-4.boxed .main-menu-container,.site-header.full-width.header-style-4 .main-menu-wrapper{border-bottom-color:#dedede!important}.site-header.header-style-5.boxed .header-inner,.site-header.header-style-5.full-width,.site-header.header-style-5.full-width>.bs-pinning-wrapper>.content-wrap.pinned{border-bottom-color:#dedede}.site-header.header-style-6.boxed .header-inner,.site-header.header-style-6.full-width,.site-header.header-style-6.full-width>.bs-pinning-wrapper>.content-wrap.pinned{border-bottom-color:#dedede}.site-header.header-style-7.boxed .main-menu-container,.site-header.full-width.header-style-7 .main-menu-wrapper{border-bottom-color:#dedede!important}.site-header.header-style-8.boxed .header-inner,.site-header.header-style-8.full-width,.site-header.header-style-8.full-width>.bs-pinning-wrapper>.content-wrap.pinned{border-bottom-color:#dedede}.site-header .shop-cart-container .cart-handler,.site-header .search-container .search-handler,.site-header .main-menu>li>a,.site-header .search-container .search-box .search-form .search-field{color:#000}.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el,.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el:after,.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el:before{background-color:#000}.site-header .search-container .search-box .search-form .search-field::-webkit-input-placeholder{color:#000}.site-header .search-container .search-box .search-form .search-field::-moz-placeholder{color:#000}.site-header .search-container .search-box .search-form .search-field:-ms-input-placeholder{color:#000}.site-header .search-container .search-box .search-form .search-field:-moz-placeholder{color:#000}.site-header .shop-cart-container:hover .cart-handler,.site-header .search-container:hover .search-handler,.site-header .main-menu>li:hover>a,.site-header .main-menu>li>a:hover,.site-header .main-menu>li.current-menu-item>a{color:#fff}.main-menu.menu>li:hover>a:before,.main-menu.menu .sub-menu li.current-menu-item:hover>a,.main-menu.menu .sub-menu>li:hover>a{background-color:#fff}.site-header.site-header.site-header .main-menu.menu>li.current-menu-item>a,.site-header.site-header.site-header .main-menu.menu>li.current-menu-parent>a,.site-header.site-header.site-header .main-menu.menu>li:hover>a{background-color:#007a04!important}.site-header.boxed.header-style-1 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-1 .main-menu-wrapper,.bspw-header-style-1.boxed>.bs-pinning-block.pinned.main-menu-wrapper .main-menu-container,.site-header.boxed.header-style-2 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-2 .main-menu-wrapper,.bspw-header-style-2.boxed>.bs-pinning-block.pinned.main-menu-wrapper .main-menu-container,.site-header.boxed.header-style-3 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-3 .main-menu-wrapper,.bspw-header-style-3.boxed>.bs-pinning-block.pinned.main-menu-wrapper .main-menu-container,.site-header.boxed.header-style-4 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-4 .main-menu-wrapper,.bspw-header-style-4.boxed>.bs-pinning-block.pinned.main-menu-wrapper .main-menu-container,.site-header.header-style-5 .content-wrap>.bs-pinning-wrapper>.bs-pinning-block,.site-header.header-style-5.full-width .content-wrap.pinned,.site-header.boxed.header-style-7 .main-menu-wrapper .main-menu-container,.site-header.full-width.header-style-7 .main-menu-wrapper,.bspw-header-style-7.boxed>.bs-pinning-block.pinned.main-menu-wrapper .main-menu-container{background-color:#f8f8f8}.site-header.header-style-5 .header-inner,.site-header.header-style-5.full-width.stretched>.bspw-header-style-5>.content-wrap,.site-header.header-style-5.full-width.stretched>.content-wrap,.site-header.header-style-6 .header-inner,.site-header.header-style-6.full-width.stretched>.bspw-header-style-6>.content-wrap,.site-header.header-style-6.full-width.stretched>.content-wrap,.site-header.header-style-8 .header-inner,.site-header.header-style-8.full-width.stretched>.bspw-header-style-8>.content-wrap,.site-header.header-style-8.full-width.stretched>.content-wrap{background-color:#f8f8f8}ul.menu.footer-menu li>a:hover,.site-footer .copy-2 a:hover,.site-footer .copy-1 a:hover{color:#fff}.site-footer:before{display:none}.copy-footer .content-wrap{overflow-x:auto}.site-footer .copy-footer .footer-menu-wrapper .footer-menu-container:before{display:none}.site-footer .copy-footer{background-color:#00720d}.site-footer .footer-social-icons{background-color:#007a04}.site-footer,.footer-widgets .section-heading.sh-t4.sh-s5 .h-text:after{background-color:#087f00}.site-footer .section-heading.sh-t4.sh-s5 .h-text:before{border-top-color:#087f00}.site-footer .footer-widgets .section-heading.sh-t1 .h-text,.footer-widgets .section-heading.sh-t4.sh-s3 .h-text:after,.footer-widgets .section-heading.sh-t4.sh-s1 .h-text:after,.footer-widgets .section-heading.sh-t3.sh-s8>.h-text:last-child:first-child:after,.footer-widgets .section-heading.sh-t3.sh-s8>a:last-child:first-child>.h-text:after,.footer-widgets .section-heading.sh-t3.sh-s8>.main-link>.h-text:after,.footer-widgets .section-heading.sh-t3.sh-s8>.h-text:last-child:first-child:before,.footer-widgets .section-heading.sh-t3.sh-s8>a:last-child:first-child>.h-text:before,.footer-widgets .section-heading.sh-t3.sh-s8>.main-link>.h-text:before,.footer-widgets .section-heading.sh-t3.sh-s8.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text,.footer-widgets .section-heading.sh-t3.sh-s8>a>.h-text,.footer-widgets .section-heading.sh-t3.sh-s8>.h-text,.footer-widgets .section-heading.sh-t6.sh-s7>.main-link>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s7>.h-text:last-child:first-child:after,.footer-widgets .section-heading.sh-t6.sh-s6>.main-link>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s6>a:last-child:first-child>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s6>.h-text:last-child:first-child:after,.footer-widgets .section-heading.sh-t7.sh-s1>.main-link>.h-text,.footer-widgets .section-heading.sh-t7.sh-s1>a:last-child:first-child>.h-text,.footer-widgets .section-heading.sh-t7.sh-s1 .h-text{background-color:#087f00}.footer-widgets .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.footer-widgets .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.footer-widgets .section-heading.sh-t6.sh-s4>.main-link>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:before{border-left-color:#087f00}.footer-widgets .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.footer-widgets .section-heading.sh-t6.sh-s4>.main-link>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:after,.footer-widgets .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:after,.footer-widgets .section-heading.sh-t6.sh-s4>.main-link>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s4>a:last-child:first-child>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s4>.h-text:last-child:first-child:before{border-left-color:#087f00}.footer-widgets .section-heading.sh-t6.sh-s7>.main-link>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s7>.h-text:last-child:first-child:before,.footer-widgets .section-heading.sh-t6.sh-s6>.main-link>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s6>a:last-child:first-child>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s6>.h-text:last-child:first-child:before,.footer-widgets .section-heading.sh-t6.sh-s5>.main-link>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s5>a:last-child:first-child>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s5>.h-text:last-child:first-child:before{border-top-color:#087f00}.footer-widgets .section-heading.sh-t6.sh-s7>.main-link>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s7>a:last-child:first-child>.h-text:before,.footer-widgets .section-heading.sh-t6.sh-s7>.h-text:last-child:first-child:before{border-bottom-color:#087f00}.ltr .footer-widgets .section-heading.sh-t6.sh-s8>.main-link>.h-text:after,.ltr .footer-widgets .section-heading.sh-t6.sh-s8>a:last-child:first-child>.h-text:after,.ltr .footer-widgets .section-heading.sh-t6.sh-s8>.h-text:last-child:first-child:after{border-right-color:#087f00}.rtl .footer-widgets .section-heading.sh-t6.sh-s8>.main-link>.h-text:after,.rtl .footer-widgets .section-heading.sh-t6.sh-s8>a:last-child:first-child>.h-text:after,.rtl .footer-widgets .section-heading.sh-t6.sh-s8>.h-text:last-child:first-child:after{border-left-color:#087f00}.site-footer{background-image:url(http://nia.eco/wp-content/uploads/2020/03/news-insider-footer-bg.png);background-repeat:no-repeat;background-position:right center}.section-heading.sh-t3:after,.bsb-have-heading-color .section-heading.sh-t3.sh-s9:after,.section-heading.sh-t3.sh-s9:after{background-color:#007a04!important}.section-heading.sh-t3.sh-s9:before{background-color:#007a04!important}.section-heading.sh-t3.sh-s9:after{background-color:#f4e049!important}.section-heading.sh-t3 a.active,.section-heading.sh-t3 .main-link:first-child:last-child .h-text,.section-heading.sh-t3>.h-text{color:#f4e049}.section-heading.sh-t3 a:hover .h-text,.section-heading.sh-t3 a.active .h-text{color:#f4e049!important}.entry-content a.read-more,a.read-more,.listing-item-classic:hover a.read-more,.listing-item-blog:hover a.read-more{background-color:#434343!important}.bs-slider-2-item .content-container a.read-more,.bs-slider-3-item .content-container a.read-more{border-color:#434343}body.bs-theme,body.bs-theme .btn-bs-pagination,body.bs-theme .body-typo{font-family:'Roboto';font-weight:400;font-size:13px;text-align:inherit;text-transform:inherit;color:#7b7b7b}.post-meta,.post-meta a{font-family:'Roboto';font-weight:400;font-size:12px;text-transform:none;color:#9a9a9a}.listing-mg-item.listing-mg-5-item .post-meta.post-meta .views.views.views{font-family:'Roboto';font-weight:400!important;font-size:12px;text-transform:none;color:#9a9a9a!important}.post-meta .post-author{font-family:'Roboto';font-weight:400;font-size:12px;text-transform:none}.term-badges .format-badge,.term-badges .term-badge,.main-menu .term-badges a{font-family:'Roboto';font-weight:700;font-size:10px;text-transform:uppercase}.heading-typo,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6,.header .site-branding .logo,.search-form input[type="submit"],.widget.widget_categories ul li,.widget.widget_archive ul li,.widget.widget_nav_menu ul.menu,.widget.widget_pages ul li,.widget.widget_recent_entries li a,.widget .tagcloud a,.widget.widget_calendar table caption,.widget.widget_rss li .rsswidget,.listing-widget .listing-item .title,button,html input[type="button"],input[type="reset"],input[type="submit"],input[type="button"],.pagination,.site-footer .footer-social-icons .better-social-counter.style-name .social-item,.section-heading .h-text,.entry-terms a,.single-container .post-share a,.comment-list .comment-meta .comment-author,.comments-wrap .comments-nav,.main-slider .content-container .read-more,a.read-more,.single-page-content>.post-share li,.single-container>.post-share li,.better-newsticker .heading,.better-newsticker ul.news-list li{font-family:'Roboto';font-weight:500;text-transform:inherit}.better-gcs-wrapper .gsc-result .gs-title{font-family:'Roboto';font-weight:500;text-transform:inherit}h1,.h1,.heading-1{font-size:34px}h2,.h2,.heading-2{font-size:30px}h3,.h3,.heading-3{font-size:25px}h4,.h4,.heading-4{font-size:20px}h5,.h5,.heading-5{font-size:17px}h6,.h6,.heading-6{font-size:15px}.single-post-title{font-family:'Roboto';font-weight:500;text-transform:none}.post-template-1 .single-post-title{font-size:42px}.post-tp-2-header .single-post-title{font-size:42px}.post-tp-3-header .single-post-title{font-size:42px}.post-tp-4-header .single-post-title{font-size:42px}.post-tp-5-header .single-post-title{font-size:42px}.post-template-6 .single-post-title{font-size:42px}.post-tp-7-header .single-post-title{font-size:42px}.post-template-8 .single-post-title{font-size:42px}.post-template-9 .single-post-title{font-size:42px}.post-template-10 .single-post-title,.ajax-post-content .single-post-title.single-post-title{font-size:42px}.post-tp-11-header .single-post-title{font-size:40px}.post-tp-12-header .single-post-title{font-size:40px}.post-template-13 .single-post-title{font-size:38px}.post-template-14 .single-post-title{font-size:40px}.post-subtitle{font-family:'Roboto';font-weight:400;font-size:18px;text-transform:inherit}.entry-content{font-family:'Roboto';font-weight:400;line-height:31px;font-size:19px;text-align:inherit;text-transform:initial;color:#343434}.post-summary{font-family:'Roboto';font-weight:400;line-height:19px;font-size:13px;text-align:inherit;text-transform:initial;color:#656565}.single-post-excerpt{font-family:'Roboto';font-weight:400;line-height:22px;font-size:16px;text-align:inherit;text-transform:initial}.main-menu li>a,.main-menu li,.off-canvas-menu>ul>li>a{font-family:'Roboto';font-weight:500;font-size:16px;text-align:inherit;text-transform:none}.main-menu.menu .sub-menu>li>a,.main-menu.menu .sub-menu>li,.rh-header .menu-container .resp-menu li>a,.rh-header .menu-container .resp-menu li,.mega-menu.mega-type-link-list .mega-links li>a,ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links>li>a,.off-canvas-menu li>a{font-family:'Roboto';font-weight:400;font-size:14px;text-align:inherit;text-transform:none}.top-menu.menu>li>a,.top-menu.menu>li>a:hover,.top-menu.menu>li,.topbar .topbar-sign-in{font-family:'Roboto';font-weight:400;font-size:13px;text-align:inherit;text-transform:none}.top-menu.menu .sub-menu>li>a,.top-menu.menu .sub-menu>li{font-family:'Roboto';font-weight:400;font-size:13px;text-align:inherit;text-transform:none}.topbar .topbar-date{font-family:'Roboto';font-weight:500;font-size:12px;text-transform:uppercase}.archive-title .pre-title{font-family:'Roboto';font-weight:400;font-size:14px;text-align:inherit;text-transform:none}.archive-title .page-heading{font-family:'Roboto';font-weight:500;font-size:28px;text-align:inherit;text-transform:none;color:#383838}.listing-item .post-subtitle{font-family:'Roboto';font-weight:400;font-style:italic;line-height:18px;text-align:inherit;text-transform:inherit;color:#565656}.listing-item-classic-1 .title{font-family:'Roboto';font-weight:700;line-height:32px;font-size:29px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-classic-1 .post-subtitle{font-size:17px}.listing-item-classic-2 .title{font-family:'Roboto';font-weight:700;line-height:32px;font-size:29px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-classic-2 .post-subtitle{font-size:17px}.listing-item-classic-3 .title{font-family:'Roboto';font-weight:700;line-height:32px;font-size:29px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-classic-3 .post-subtitle{font-size:17px}.listing-mg-1-item .content-container,.listing-mg-1-item .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-1-item .post-subtitle{font-size:16px}.listing-mg-2-item .content-container,.listing-mg-2-item .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-2-item .post-subtitle{font-size:16px}.listing-mg-3-item .content-container,.listing-mg-3-item .title{font-family:'Roboto';font-weight:700;font-size:19px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-4-item .content-container,.listing-mg-4-item .title{font-family:'Roboto';font-weight:700;font-size:18px;text-align:inherit;text-transform:none}.listing-mg-4-item .post-subtitle{font-size:15px}.listing-mg-5-item-big .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:center;text-transform:none}.listing-mg-5-item-small .title{font-family:'Roboto';font-weight:700;font-size:16px;text-align:center;text-transform:none}.listing-mg-5-item .post-subtitle{font-size:16px}.listing-mg-6-item .content-container,.listing-mg-6-item .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-6-item .post-subtitle{font-size:16px}.listing-mg-7-item .content-container,.listing-mg-7-item .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-7-item .post-subtitle{font-size:16px}.listing-mg-8-item .content-container,.listing-mg-8-item .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-8-item .post-subtitle{font-size:16px}.listing-mg-9-item .content-container,.listing-mg-9-item .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-9-item .post-subtitle{font-size:15px}.listing-mg-10-item .content-container,.listing-mg-10-item .title{font-family:'Roboto';font-weight:700;font-size:25px;text-align:inherit;text-transform:none;color:#fff}.listing-mg-10-item .post-subtitle{font-size:16px}.listing-item-grid-1 .title{font-family:'Roboto';font-weight:700;line-height:22px;font-size:17px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-grid-1 .post-subtitle{font-size:15px}.listing-item-grid-2 .title{font-family:'Roboto';font-weight:700;line-height:22px;font-size:17px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-grid-2 .post-subtitle{font-size:15px}.listing-item-tall-1 .title{font-family:'Roboto';font-weight:700;line-height:22px;font-size:16px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-tall-1 .post-subtitle{font-size:14px}.listing-item-tall-2 .title,.listing-item-tall-2 .title a{font-family:'Roboto';font-weight:700;line-height:22px;font-size:16px;text-align:center;text-transform:none;color:#1a1a1a}.listing-item-tall-2 .post-subtitle{font-size:14px}.bs-slider-1-item .title{font-family:'Roboto';font-weight:500;line-height:30px;font-size:22px;text-align:inherit;text-transform:none}.bs-slider-1-item .post-subtitle{font-size:15px}.bs-slider-2-item .title{font-family:'Roboto';font-weight:500;line-height:30px;font-size:20px;text-align:inherit;text-transform:none;color:#383838}.bs-slider-2-item .post-subtitle{font-size:15px}.bs-slider-3-item .title{font-family:'Roboto';font-weight:500;line-height:30px;font-size:20px;text-align:inherit;text-transform:none;color:#383838}.bs-slider-3-item .post-subtitle{font-size:15px}.bs-box-1 .box-title{font-family:'Roboto';font-weight:500;line-height:28px;font-size:20px;text-align:inherit;text-transform:uppercase}.bs-box-2 .box-title{font-family:'Roboto';font-weight:500;line-height:16px;font-size:14px;text-align:inherit;text-transform:uppercase}.bs-box-3 .box-title{font-family:'Roboto';font-weight:500;line-height:28px;font-size:18px;text-align:inherit;text-transform:none}.bs-box-4 .box-title{font-family:'Roboto';font-weight:500;line-height:28px;font-size:18px;text-align:inherit;text-transform:none}.listing-item-blog-1>.item-inner>.title,.listing-item-blog-2>.item-inner>.title,.listing-item-blog-3>.item-inner>.title{font-family:'Roboto';font-weight:700;line-height:25px;font-size:19px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-blog-1>.item-inner>.post-subtitle,.listing-item-blog-2>.item-inner>.post-subtitle,.listing-item-blog-3>.item-inner>.post-subtitle{font-size:15px}.listing-item-blog-5>.item-inner>.title{font-family:'Roboto';font-weight:700;line-height:25px;font-size:19px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-blog-5 .post-subtitle{font-size:17px}.listing-item-tb-3 .title,.listing-item-tb-1 .title{font-family:'Roboto';font-weight:500;line-height:18px;font-size:14px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-tb-3 .post-subtitle,.listing-item-tb-1 .post-subtitle{font-size:13px}.listing-item-tb-2 .title{font-family:'Roboto';font-weight:500;line-height:19px;font-size:16px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-tb-2 .post-subtitle{font-size:13px}.listing-item-text-1 .title{font-family:'Roboto';font-weight:500;line-height:20px;font-size:14px;text-align:center;text-transform:none;color:#1a1a1a}.listing-item-text-1 .post-subtitle{font-size:14px}.listing-item-text-2 .title{font-family:'Roboto';font-weight:500;line-height:20px;font-size:14px;text-align:inherit;text-transform:none;color:#1a1a1a}.listing-item-text-2 .post-subtitle{font-size:14px}.listing-item-text-3 .title,.listing-item-text-4 .title{font-family:'Roboto';font-weight:500;line-height:20px;font-size:14px;text-align:inherit;text-transform:inherit;color:#1a1a1a}.section-heading .h-text{font-family:'Roboto';font-weight:700;line-height:15px;font-size:15px;text-transform:none}.site-footer .copy-footer .menu{font-family:'Roboto';font-weight:500;line-height:67px;font-size:15px;text-transform:none;color:#fff}.site-footer .copy-footer .container{font-family:'Roboto';font-weight:400;line-height:18px;font-size:13px}.post-meta .views.rank-default,.single-post-share .post-share-btn.post-share-btn-views.rank-default{color:!important}.post-meta .views.rank-500,.single-post-share .post-share-btn.post-share-btn-views.rank-500{color:#edaa02!important}.post-meta .views.rank-1000,.single-post-share .post-share-btn.post-share-btn-views.rank-1000{color:#d88531!important}.post-meta .views.rank-2000,.single-post-share .post-share-btn.post-share-btn-views.rank-2000{color:#c44b2d!important}.post-meta .views.rank-3500,.single-post-share .post-share-btn.post-share-btn-views.rank-3500{color:#d40808!important}.post-meta .share.rank-50,.single-post-share .post-share-btn.rank-50{color:#edaa02!important}.post-meta .share.rank-100,.single-post-share .post-share-btn.rank-100{color:#d88531!important}.post-meta .share.rank-200,.single-post-share .post-share-btn.rank-200{color:#c44b2d!important}.post-meta .share.rank-300,.single-post-share .post-share-btn.rank-300{color:#d40808!important}#calendar-2 .section-heading.sh-t3 a.active,#calendar-2#calendar-2 .section-heading.sh-t3 .main-link:first-child:last-child .h-text,#calendar-2 .section-heading.sh-t3>.h-text{color:#007a04}#calendar-2 .section-heading.sh-t3 a:hover .h-text,#calendar-2 .section-heading.sh-t3 a.active .h-text{color:#007a04!important}#calendar-2#calendar-2 .section-heading.sh-t3:after,.bsb-have-heading-color#calendar-2#calendar-2 .section-heading.sh-t3.sh-s9:after,#calendar-2#calendar-2 .section-heading.sh-t3.sh-s9:after{background-color:#007a04!important}#calendar-2#calendar-2 .section-heading.sh-t3.sh-s9:before{background-color:#007a04!important}#calendar-2#calendar-2 .section-heading.sh-t3.sh-s9:after{background-color:#f4e049!important}#calendar-2#calendar-2 .listing-item:hover .title a,#calendar-2#calendar-2 .listing-item-text-1 .post-meta a:hover,#calendar-2#calendar-2 .listing-item-grid .post-meta a:hover,#calendar-2#calendar-2 .listing-item .rating-stars span:before{color:#007a04!important}#calendar-2#calendar-2 .listing-item .rating-bar span,#calendar-2#calendar-2 .listing-item .post-count-badge.pcb-t1.pcb-s1,#calendar-2#calendar-2.better-newsticker .heading{background-color:#007a04!important}#calendar-2#calendar-2.better-newsticker .heading:after{border-left-color:#007a04!important}#calendar-2 .bs-pagination .btn-bs-pagination:hover,#calendar-2 .btn-bs-pagination.bs-pagination-in-loading{background-color:#007a04!important;border-color:#007a04!important;color:#fff!important}#calendar-2 .listing-item-text-2:hover .item-inner{border-color:#007a04!important}#calendar-2#calendar-2#calendar-2#calendar-2 .term-badges.floated .term-badge a,#calendar-2#calendar-2 .bs-pagination-wrapper .bs-loading>div{background-color:#007a04!important;color:#fff!important}.ijduefblts img{display:inline-block}.ijduefblts.location-bssl_after{margin-bottom:30px}.ijduefblts.location-bssl_before{margin-top:38px;margin-bottom:0}.bs-smart-list+.location-bssl_after{margin-top:25px}.bs-smart-list.bssl-t1.bssl-s1 .ijduefblts.location-bssl_after,.bs-smart-list.bssl-t1.bssl-s3 .ijduefblts.location-bssl_after,.bs-smart-list.bssl-t1.bssl-s4 .ijduefblts.location-bssl_after{margin-top:30px}.bs-smart-list.bssl-t1.bssl-s6 .ijduefblts.location-bssl_style_6{margin-top:45px;margin-bottom:45px}.bs-smart-list.bssl-t1.bssl-s7 .ijduefblts.location-bssl_style_7{margin-top:25px;padding-top:25px;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2}.bs-smart-list.bssl-t1.bssl-s8 .ijduefblts.location-bssl_style_8{margin-top:30px;padding-top:30px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2}.bs-smart-list.bssl-t1.bssl-s10 .ijduefblts.location-bssl_style_10,.bs-smart-list.bssl-t1.bssl-s11 .ijduefblts.location-bssl_style_11,.bs-smart-list.bssl-t1.bssl-s12 .ijduefblts.location-bssl_style_12,.bs-smart-list.bssl-t1.bssl-s9 .ijduefblts.location-bssl_style_9{margin-top:35px;margin-bottom:35px}.bs-smart-list.bssl-t1.bssl-s13 .ijduefblts.location-bssl_style_13{margin-top:5px;margin-bottom:12px}.bs-smart-list.bssl-t1.bssl-s14 .ijduefblts.location-bssl_style_14{margin-top:8px;margin-bottom:12px}.bs-smart-list.bssl-t1.bssl-s15 .ijduefblts.location-bssl_style_15,.bs-smart-list.bssl-t1.bssl-s16 .ijduefblts.location-bssl_style_16,.bs-smart-list.bssl-t1.bssl-s17 .ijduefblts.location-bssl_style_17{margin-top:5px;margin-bottom:12px}.rtl .ijduefblts .ijduefblts-container{direction:ltr}.ijduefblts-clearfix:after,.ijduefblts-clearfix:before{content:"";display:table}.ijduefblts-clearfix:after{clear:both}.ijduefblts-clearfix{zoom:1}.ijduefblts-caption{display:block;color:#bbb;font-size:12px;line-height:24px;margin:0!important;padding:0;text-align:center}.ijduefblts-type-code br,.ijduefblts:empty,.widget_ijduefblts:empty{display:none}.ijduefblts-container a{text-decoration:none!important}.ijduefblts-type-dfp>div{display:inline-block}.mce-content-body .ijduefblts{margin-bottom:0!important}.mce-content-body .ijduefblts-hide-on-desktop,.mce-content-body .ijduefblts-hide-on-phone,.mce-content-body .ijduefblts-hide-on-tablet-landscape,.mce-content-body .ijduefblts-hide-on-tablet-portrait{display:block!important}@media (min-width:992px) and (max-width:1199px){.bs-visible-md{display:block!important}}@media (max-width:991px){.bs-visible-sm{display:block!important}}@media (min-width:1200px){.bs-visible-lg{display:block!important}.bs-hidden-lg{display:none!important}}@media (max-width:991px){.bs-hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bs-hidden-md{display:none!important}}@media (max-width:768px){.bs-hidden-sm,.bs-hidden-xs{display:none!important}}.ijduefblts-post-top{margin-bottom:20px}.ijduefblts-post-bottom{margin-top:20px;margin-bottom:0}.ijduefblts-empty-note{background:#f7f7f7;padding:25px 20px;border:2px dashed #d2d2d2}.ijduefblts-empty-note a{text-decoration:none;color:#888;font-size:16px}.ijduefblts-empty-note a:hover{color:#0080ce;text-decoration:underline}.ijduefblts.ijduefblts-align-center{text-align:center}.ijduefblts.ijduefblts-align-right{text-align:right}.ijduefblts.ijduefblts-align-left{text-align:left}@media (min-width:1140px){.ijduefblts-hide-on-desktop{display:none}}@media (min-width:1019px) and (max-width:1140px){.ijduefblts-hide-on-tablet-landscape{display:none}}@media (min-width:768px) and (max-width:1018px){.ijduefblts-hide-on-tablet-portrait{display:none}}.ijduefblts.ijduefblts-float-left{float:left;margin-right:30px}.ijduefblts.ijduefblts-float-center .ijduefblts{text-align:center}.ijduefblts.ijduefblts-float-right{float:right;margin-left:30px}@media (max-width:767px){.ijduefblts-hide-on-phone{display:none}.ijduefblts.ijduefblts-float-left,.ijduefblts.ijduefblts-float-right{float:none;margin-left:auto;margin-right:auto;text-align:center}}.ijduefblts .ijduefblts-container{box-sizing:border-box;margin-bottom:10px}.ijduefblts .ijduefblts-container:last-child{margin-bottom:0}.ijduefblts .ijduefblts-container embed,.ijduefblts .ijduefblts-container img,.ijduefblts .ijduefblts-container object{max-width:100%}.ijduefblts .ijduefblts-container.ijduefblts-type-image .ad-caption{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:100%;font-size:12px}.ijduefblts.ijduefblts-column-2,.ijduefblts.ijduefblts-column-3{display:grid;column-gap:15px;grid-template-columns:1fr 1fr 1fr}.ijduefblts.ijduefblts-column-2{grid-template-columns:1fr 1fr}@media only screen and (max-width:780px){.ijduefblts.ijduefblts-column-3{grid-template-columns:1fr 1fr}}@media only screen and (max-width:600px){.ijduefblts.ijduefblts-column-2,.ijduefblts.ijduefblts-column-3{grid-template-columns:1fr}}.ijduefblts-ll>ins{display:flex!important;align-items:center;justify-content:center;background:#f3f3f3;text-decoration:none!important}.ijduefblts-ll>ins>span{max-width:50%}.ijduefblts.ijduefblts-align-center .ijduefblts-ll>ins{float:none;margin-right:auto;margin-left:auto}.ijduefblts.ijduefblts-align-right .ijduefblts-ll>ins{float:right}.ijduefblts.ijduefblts-align-left .ijduefblts-ll>ins{float:left}.site-header .sidebar .ijduefblts{padding:0 0 5px;margin:0}.site-header .sidebar .ijduefblts:last-child{padding-bottom:0}.site-header .sidebar .ijduefblts .ijduefblts-container{margin-bottom:0}.site-header .sidebar .ijduefblts .ijduefblts-caption,.site-header .sidebar .ijduefblts .ijduefblts-empty-note{display:none}.site-header .ijduefblts{margin-bottom:0}.site-header .ijduefblts .ijduefblts-caption{display:none!important}.mega-type-page-builder .ijduefblts:last-child{margin-bottom:0}.site-header.header-stype-2 .sidebar .ijduefblts{text-align:right}.site-header.header-stype-3 .sidebar .ijduefblts{text-align:right}.widget .ijduefblts{margin-bottom:0}.single-post-content .ijduefblts{margin-bottom:12px}.ijduefblts.ijduefblts-after-related{margin-bottom:0;margin-top:35px}.ijduefblts.ijduefblts-after-header{margin-bottom:0}.ijduefblts.ijduefblts-after-header .ijduefblts-caption{display:none}.ijduefblts.ijduefblts-after-header .ijduefblts-container:first-child,.ijduefblts.ijduefblts-after-header.ijduefblts-column-2 .ijduefblts-container:nth-child(2),.ijduefblts.ijduefblts-after-header.ijduefblts-column-3 .ijduefblts-container:nth-child(2),.ijduefblts.ijduefblts-after-header.ijduefblts-column-3 .ijduefblts-container:nth-child(3){margin-top:20px}.bf-breadcrumb.bc-top-style+.adcontainer .ijduefblts.ijduefblts-after-header .ijduefblts-container:first-child,.bf-breadcrumb.bc-top-style+.adcontainer .ijduefblts.ijduefblts-after-header.ijduefblts-column-2 .ijduefblts-container:nth-child(2),.bf-breadcrumb.bc-top-style+.adcontainer .ijduefblts.ijduefblts-after-header.ijduefblts-column-3 .ijduefblts-container:nth-child(2),.bf-breadcrumb.bc-top-style+.adcontainer .ijduefblts.ijduefblts-after-header.ijduefblts-column-3 .ijduefblts-container:nth-child(3){margin-top:10px}.ijduefblts.ijduefblts-after-header .ijduefblts-container:last-child,.ijduefblts.ijduefblts-after-header.ijduefblts-column-2 .ijduefblts-container:nth-last-child(2),.ijduefblts.ijduefblts-after-header.ijduefblts-column-3 .ijduefblts-container:nth-last-child(2),.ijduefblts.ijduefblts-after-header.ijduefblts-column-3 .ijduefblts-container:nth-last-child(3){margin-bottom:-4px}.ijduefblts.ijduefblts-above-post-box{margin-bottom:15px}.ijduefblts.ijduefblts-above-post-box.ijduefblts-above-post-box-tmargine{margin-top:20px}.ijduefblts.ijduefblts-above-post-box.ijduefblts-above-post-box-tmargine2{margin-top:-15px;margin-bottom:27px}.ijduefblts.ijduefblts-above-post-box.ijduefblts-above-post-box-tmargine2{margin-top:0}.ijduefblts.ijduefblts-between-thumbnail-title.ijduefblts-between-thumbnail-title{margin-bottom:20px}.post-tp-12-header .ijduefblts.ijduefblts-between-thumbnail-title.ijduefblts-between-thumbnail-title{margin-top:25px}.post-tp-15-header .ijduefblts.ijduefblts-between-thumbnail-title.ijduefblts-between-thumbnail-title{margin-top:25px}.main-wrap>.container.adcontainer+.content-container{margin-top:20px}@media (min-width:1140px){.ijduefblts.ijduefblts-after-header.ijduefblts-show-desktop+.content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child{margin-top:0!important}.ijduefblts.ijduefblts-after-header.ijduefblts-show-desktop~.post-header.post-tp-12-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-desktop~.post-header.post-tp-2-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-desktop~.post-header.post-tp-4-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-desktop~.post-header.post-tp-7-header{margin-top:25px}}@media (min-width:1019px) and (max-width:1140px){.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-landscape+.content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child{margin-top:0!important}.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-landscape~.post-header.post-tp-12-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-landscape~.post-header.post-tp-2-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-landscape~.post-header.post-tp-4-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-landscape~.post-header.post-tp-7-header{margin-top:25px}}@media (min-width:768px) and (max-width:1018px){.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-portrait+.content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child{margin-top:0!important}.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-portrait~.post-header.post-tp-12-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-portrait~.post-header.post-tp-2-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-portrait~.post-header.post-tp-4-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-tablet-portrait~.post-header.post-tp-7-header{margin-top:25px}}@media (max-width:767px){.ijduefblts.ijduefblts-after-header.ijduefblts-show-phone+.content-wrap .entry-content>.vc_row.vc_row-has-fill:first-child{margin-top:0!important}.ijduefblts.ijduefblts-after-header.ijduefblts-show-phone~.post-header.post-tp-12-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-phone~.post-header.post-tp-2-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-phone~.post-header.post-tp-4-header,.ijduefblts.ijduefblts-after-header.ijduefblts-show-phone~.post-header.post-tp-7-header{margin-top:25px}.ijduefblts.ijduefblts-above-post-box.ijduefblts-above-post-box-tmargine{margin-top:20px}}.ijduefblts.ijduefblts-before-footer{margin-bottom:0}.ijduefblts.ijduefblts-before-footer .ijduefblts-caption{display:none}.ijduefblts.ijduefblts-before-footer .ijduefblts-container:first-child,.ijduefblts.ijduefblts-before-footer.ijduefblts-column-2 .ijduefblts-container:nth-child(2),.ijduefblts.ijduefblts-before-footer.ijduefblts-column-3 .ijduefblts-container:nth-child(2),.ijduefblts.ijduefblts-before-footer.ijduefblts-column-3 .ijduefblts-container:nth-child(3){margin-top:20px}.ijduefblts.ijduefblts-before-footer .ijduefblts-container:last-child,.ijduefblts.ijduefblts-before-footer.ijduefblts-column-2 .ijduefblts-container:nth-last-child(2),.ijduefblts.ijduefblts-before-footer.ijduefblts-column-3 .ijduefblts-container:nth-last-child(2),.ijduefblts.ijduefblts-before-footer.ijduefblts-column-3 .ijduefblts-container:nth-last-child(3){margin-bottom:20px}.ijduefblts.ijduefblts-before-footer.ijduefblts-column-1 .ijduefblts-container.ijduefblts-type-code:last-child,.ijduefblts.ijduefblts-before-footer.ijduefblts-column-2 .ijduefblts-container.ijduefblts-type-code:nth-last-child(2),.ijduefblts.ijduefblts-before-footer.ijduefblts-column-3 .ijduefblts-container.ijduefblts-type-code:nth-last-child(2),.ijduefblts.ijduefblts-before-footer.ijduefblts-column-3 .ijduefblts-container.ijduefblts-type-code:nth-last-child(3){margin-bottom:14px}.ijduefblts.ijduefblts-ajaxed-related{padding:20px 0;margin-bottom:-15px}.ijduefblts.ijduefblts-post-before-author{margin-bottom:0}.ijduefblts.ijduefblts-before-header{margin-bottom:0!important;padding:20px 0;position:relative}.ijduefblts.ijduefblts-before-header:before{content:'';display:inline-block;position:fixed;height:400px;top:-400px;left:0;right:0;width:100%}.ijduefblts.ijduefblts-after-footer{margin-bottom:0!important;padding:20px 0;position:relative}.ijduefblts.ijduefblts-after-footer:after{content:'';display:inline-block;position:fixed;height:400px;bottom:-400px;left:0;right:0;width:100%}.ltr .bs-sks .bs-sksiteml .ijduefblts,.rtl .bs-sks .bs-sksitemr .ijduefblts{float:right}.ltr .bs-sks .bs-sksitemr .ijduefblts,.rtl .bs-sks .bs-sksiteml .ijduefblts{float:left}.bs-sks .ijduefblts:last-child{margin-bottom:0}.listing-item>.ijduefblts{margin-bottom:0}@media print{.ijduefblts{display:none!important}}