@charset "UTF-8";
/*  -------------------------------------------------------------------------*/
/*  1997 - 2020 COPYRIGHT SUPERLATIVE INC. ALL RIGHTS RESERVED */
/*  -------------------------------------------------------------------------*/
/* WEBSITE: SUPERLATIVE.COM */
/* ADDRESS: 30 CORPORATE PARK # 205, IRVINE, CA 92606 */
/* PHONE: (714) 693-9555 */
/* TEMPLATE NAME: V11 */
/* FILENAME: TEMPLATE.CSS */
/* WRITTEN BY ARWEN LOBO */
/* DATE: 2/4/2021 */
/*  -------------------------------------------------------------------------*/
/*  TEMPLATE CORE */
/*  -------------------------------------------------------------------------*/
/*  TEMPLATE CORE BEGIN  */
@import "../../../1.10.22/css/jquery.dataTables.min.css";
@import "../../../ajax/libs/font-awesome/5.8.2/css/all.css";
body {
  overflow-x: hidden; }

footer select.ListBox {
  width: 100%;
  max-width: 100%; }

html[smooth-scroll="true"] {
  scroll-behavior: smooth; }

/*  -------------------------------------------------------------------------*/
/*  CONTAINER LIMIT */
/*  -------------------------------------------------------------------------*/
.layout-contained .container-fluid {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  float: none; }

.layout-full-width .container-fluid {
  width: 100%;
  max-width: 100%;
  margin: auto;
  float: none; }

.layout-full-width .content-blocks .container-fluid {
  width: 100%; }

.header-full-width header .container, .header-full-width header .container-fluid {
  width: 100%; }

.header-contained header .container, .header-contained header .container-fluid {
  width: 1170px;
  max-width: 100%; }

.footer-full-width footer .container, .footer-full-width footer .container-fluid {
  width: 100%; }

.footer-contained footer .container, .footer-contained footer .container-fluid {
  width: 1170px;
  max-width: 100%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%; } }
/*  -------------------------------------------------------------------------*/
/*  BLOCK OPTIONS */
/*  -------------------------------------------------------------------------*/
.block-full-width .container {
  width: 100% !important;
  max-width: 100% !important; }
.block-full-width .container-fluid {
  width: 100% !important;
  max-width: 100% !important; }

.block-contained .container {
  width: 1170px !important;
  max-width: 100% !important; }
.block-contained .container-fluid {
  width: 1170px !important;
  max-width: 100% !important; }

/*  -------------------------------------------------------------------------*/
/*  BLOCK BACKGROUND OPTIONS */
/*  -------------------------------------------------------------------------*/
.scrolling-filled {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }
  @media (-webkit-max-device-pixel-ratio: 1.999) {
    .scrolling-filled {
      background-attachment: fixed; } }
  @media (-webkit-min-device-pixel-ratio: 2) {
    .scrolling-filled {
      background-attachment: initial; } }

.scrolling-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }
  @media (-webkit-max-device-pixel-ratio: 1.999) {
    .scrolling-contain {
      background-attachment: fixed; } }
  @media (-webkit-min-device-pixel-ratio: 2) {
    .scrolling-contain {
      background-attachment: initial; } }

.scrolling-tile {
  background-repeat: repeat;
  background-size: initial;
  background-position: 50%; }
  @media (-webkit-max-device-pixel-ratio: 1.999) {
    .scrolling-tile {
      background-attachment: fixed; } }
  @media (-webkit-min-device-pixel-ratio: 2) {
    .scrolling-tile {
      background-attachment: initial; } }

.static-filled {
  background-attachment: initial;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }

.static-contained {
  background-attachment: initial;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }

.static-tile {
  background-attachment: initial;
  background-repeat: repeat;
  background-size: initial;
  background-position: 50%; }

/*  -------------------------------------------------------------------------*/
/*  GLOBAL DEFAULT COLOR DETECTION */
/*  -------------------------------------------------------------------------*/
.dark-text,
.dark-text a,
.dark-text svg path {
  color: #333;
  fill: #333; }

.light-text,
.light-text a,
.light-text svg path {
  color: white;
  fill: white; }

.uppercase {
  text-transform: uppercase; }

.break-word {
  word-wrap: break-word; }

/*  -------------------------------------------------------------------------*/
/*  TEXT LINE HEIGHT CLASSES */
/*  -------------------------------------------------------------------------*/
.lh-100 {
  line-height: 100%; }

.lh-125 {
  line-height: 125%; }

.lh-150 {
  line-height: 155%; }

.lh-175 {
  line-height: 175%; }

.lh-200 {
  line-height: 200%; }

.lh-225 {
  line-height: 200%; }

/*  -------------------------------------------------------------------------*/
/*  GLOBAL TEXT ALIGNMENT CLASSES */
/*  -------------------------------------------------------------------------*/
.text-xs-left {
  text-align: left; }

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

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

  .text-sm-center {
    text-align: center; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

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

  .text-md-center {
    text-align: center; } }
@media (min-width: 1170px) {
  .text-lg-left {
    text-align: left; }

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

  .text-lg-center {
    text-align: center; } }
/*  -------------------------------------------------------------------------*/
/*  GLOBAL MARGIN CLASSES */
/*  -------------------------------------------------------------------------*/
.margin-auto {
  margin: auto; }

.tb-margin-auto {
  margin-top: auto;
  margin-bottom: auto; }

.margin-0 {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important; }

.tb-margin-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.tb-margin-2 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important; }

.tb-margin-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.tb-margin-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.tb-margin-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.tb-margin-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.tb-margin-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.tb-margin-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.tb-margin-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

/* LEFT & RIGHT MARGIN */
.lr-margin-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.lr-margin-2 {
  margin-left: 2.5px !important;
  margin-right: 2.5px !important; }

.lr-margin-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.lr-margin-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.lr-margin-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.lr-margin-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.lr-margin-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.lr-margin-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.lr-margin-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

/*  -------------------------------------------------------------------------*/
/*  GLOBAL PADDING CLASSES */
/*  -------------------------------------------------------------------------*/
.padding-0 {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important; }

.tb-padding-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.tb-padding-2 {
  padding-top: 2.5px !important;
  padding-bottom: 2.5px !important; }

.tb-padding-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.tb-padding-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.tb-padding-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.tb-padding-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.tb-padding-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.tb-padding-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.tb-padding-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.tb-padding-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.tb-padding-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

/* LEFT & RIGHT PADDING */
.lr-padding-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.lr-padding-2 {
  padding-right: 2.5px !important;
  padding-left: 2.5px !important; }

.lr-padding-5 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.lr-padding-7 {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important; }

.lr-padding-10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.lr-padding-15 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.lr-padding-30 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

/*  -------------------------------------------------------------------------*/
/*  GLOBAL ALIGNMENT CLASSES */
/*  -------------------------------------------------------------------------*/
.middle {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex-direction: row !important;
  -moz-box-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.middle > * {
  margin: auto; }

@media (max-width: 991px) {
  .valign-devices {
    text-align: center !important; }
    .valign-devices > * {
      display: inline-block !important;
      float: none !important;
      margin-left: -4px;
      vertical-align: middle !important; }
    .valign-devices > .hidden-xs, .valign-devices .hidden-sm {
      display: none !important; } }
@media (min-width: 992px) {
  .valign {
    text-align: center !important; }
    .valign > * {
      display: inline-block !important;
      float: none !important;
      margin-left: -4px;
      vertical-align: middle !important; }

  .valign-top {
    text-align: center !important; }
    .valign-top > * {
      display: inline-block !important;
      float: none !important;
      margin-left: -4px;
      vertical-align: top !important; }

  .valign-bottom {
    text-align: center !important; }
    .valign-bottom > * {
      display: inline-block !important;
      float: none !important;
      margin-left: -4px;
      vertical-align: bottom !important; }

  .valign-right {
    text-align: right !important; }
    .valign-right > * {
      display: inline-block !important;
      float: none !important;
      margin-left: -4px;
      vertical-align: middle !important; }

  .valign-left {
    text-align: left !important; }
    .valign-left > * {
      display: inline-block !important;
      float: none !important;
      margin-left: -4px;
      vertical-align: middle !important; } }
@media (max-width: 1199px) {
  .center-devices, .center-devices > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block;
    width: 100%; } }
@media (max-width: 991px) {
  .center-mobile, .center-mobile > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block;
    width: 100%; } }
.center {
  text-align: center; }
  .center * {
    margin-left: auto !important;
    margin-right: auto !important; }
  .center img {
    float: none !important; }

/*  -------------------------------------------------------------------------*/
/*  VERTICAL HEIGHT CLASSES */
/*  -------------------------------------------------------------------------*/
.vh-15 {
  min-height: 25vh; }

.vh-25 {
  min-height: 25vh; }

.vh-30 {
  min-height: 30vh; }

.vh-50 {
  min-height: 50vh; }

.vh-75 {
  min-height: 75vh; }

.vh-80 {
  min-height: 80vh; }

.vh-85 {
  min-height: 85vh; }

.vh-100 {
  min-height: 100vh; }

/*  -------------------------------------------------------------------------*/
/*  COLUMN COUNT CLASSES */
/*  -------------------------------------------------------------------------*/
@media (min-width: 767px) {
  .column-count-2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
    .column-count-2 li, .column-count-2 tr {
      margin: 0 !important;
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari */
      page-break-inside: avoid;
      /* Theoretically FF 20+ */
      break-inside: avoid-column;
      /* IE 11 */
      display: table;
      /* Actually FF 20+ */
      padding: 0 0 10px 0; }

  .column-count-3 {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }
    .column-count-3 li, .column-count-3 tr {
      margin: 0 !important;
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari */
      page-break-inside: avoid;
      /* Theoretically FF 20+ */
      break-inside: avoid-column;
      /* IE 11 */
      display: table;
      /* Actually FF 20+ */
      padding: 0 0 10px 0; }

  .column-count-4 {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; }
    .column-count-4 li, .column-count-4 tr {
      margin: 0 !important;
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari */
      page-break-inside: avoid;
      /* Theoretically FF 20+ */
      break-inside: avoid-column;
      /* IE 11 */
      display: table;
      /* Actually FF 20+ */
      padding: 0 0 10px 0; }

  .column-count-5 {
    column-count: 5;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5; }

  .column-count-6 {
    column-count: 6;
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6; } }
@media (max-width: 768px) {
  .column-count-5 {
    column-count: 1; }

  .column-count-6 {
    column-count: 1; } }
@media (max-width: 991px) {
  .column-count-5 {
    column-count: 2; }

  .column-count-6 {
    column-count: 3; } }
/*  -------------------------------------------------------------------------*/
/*  OPACITY CLASSES */
/*  -------------------------------------------------------------------------*/
.opacity-0 {
  opacity: 0; }

.opacity-25 {
  opacity: .25; }

.opacity-50 {
  opacity: .5; }

.opacity-75 {
  opacity: .75; }

.opacity-80 {
  opacity: .75; }

.opacity-100 {
  opacity: 1; }

/*  -------------------------------------------------------------------------*/
/*  IMAGE EFFECTS */
/*  -------------------------------------------------------------------------*/
.cover {
  background-size: cover;
  background-position: 50%; }

.tile {
  background-repeat: repeat; }

.big-blur {
  -webkit-filter: blur(50px);
  transition: ease 1s; }

.hover-saturation img {
  -webkit-filter: saturate(0);
  transition: ease .25s;
  opacity: .6; }

.hover-saturation img:hover {
  -webkit-filter: saturate(1);
  transition: ease .25s;
  opacity: 1; }

.border-0 {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important; }

/*  -------------------------------------------------------------------------*/
/*  IMAGE WRAPPER CLASSES */
/*  -------------------------------------------------------------------------*/
.image-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 60%;
  display: block; }
  .image-wrapper img {
    position: absolute;
    margin: auto;
    top: -25%;
    right: -25%;
    left: -25%;
    bottom: -25%;
    margin: auto;
    float: none;
    min-width: 100%;
    min-height: 100%; }

.ratio-1x1 {
  padding-bottom: 100%; }

.ratio-2x1 {
  padding-bottom: 50%; }

.ratio-5x3 {
  padding-bottom: 60%; }

.ratio-4x6 {
  padding-bottom: 125% !important;
  width: 100%; }

/*  -------------------------------------------------------------------------*/
/*  RESPONSIVE VIDEO */
/*  -------------------------------------------------------------------------*/
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*  -------------------------------------------------------------------------*/
/*  MAP WRAPPER */
/*  -------------------------------------------------------------------------*/
.map-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  text-align: center; }
  .map-wrapper iframe {
    margin: auto;
    width: 100%; }

/*  -------------------------------------------------------------------------*/
/*  THUMBNAIL IMAGE WRAP */
/*  -------------------------------------------------------------------------*/
.thumbnail-image-wrap .thumbnail > a {
  display: block;
  overflow: hidden;
  padding-bottom: 60%;
  text-align: center;
  position: relative; }

.thumbnail-image-wrap .thumbnail > a > img {
  position: absolute;
  margin: auto;
  left: -25%;
  right: -25%;
  top: -25%;
  bottom: -25%; }

.thumbnail-padded-image .thumbnail > a:hover {
  border: 1px solid white !important;
  background: white !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
  transition: ease .5s;
  transform: scale(1.25);
  z-index: 5; }
.thumbnail-padded-image .thumbnail > a {
  display: block;
  overflow: hidden;
  padding-bottom: 60%;
  text-align: center;
  position: relative;
  transition: ease .5s; }
  .thumbnail-padded-image .thumbnail > a .thumbnail-padded-image-wrapper {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 90%;
    height: 85%;
    left: 5%;
    top: 7.5%; }

/*  -------------------------------------------------------------------------*/
/*  REALTOR LOGOS */
/*  -------------------------------------------------------------------------*/
.realtor_logos svg {
  width: 45px;
  max-width: 100%;
  padding: 5px;
  display: inline-block;
  vertical-align: middle; }

/*  -------------------------------------------------------------------------*/
/*  GLOBAL ELEMENTS */
/*  -------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.modal-open {
  padding-right: initial !important; }

header a:hover {
  text-decoration: none; }
header .dropdown a {
  transition: ease .25s; }

p {
  line-height: 200%;
  margin: 0 0 20px 0; }

/*GLOBAL BUTTON*/
.btn01 {
  -webkit-appearance: none;
  display: inline-block;
  max-width: 100%;
  min-width: 100px;
  min-height: 40px;
  padding: 10px;
  border-radius: 3px;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center !important; }
  .btn01:hover {
    text-decoration: none; }

.thumbnail {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  background: transparent; }

img {
  max-width: 100%; }

.row {
  clear: both; }

/*  -------------------------------------------------------------------------*/
/*  CUSTOM ELEMENTS */
/*  -------------------------------------------------------------------------*/
.login-area li {
  list-style: none; }

ul#ui-id-1 {
  z-index: 99999999999 !important; }

header div#realtor-logo img,
footer a#footer-logo img {
  max-width: 100%; }

.backpage span.limit-horizonal {
  height: inherit;
  white-space: normal; }
.backpage section#backpage-header {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }
.backpage section#backpage-subnav {
  padding: 30px 15px; }
  @media (max-width: 1199px) {
    .backpage section#backpage-subnav {
      padding: 15px; } }
  .backpage section#backpage-subnav .panel-collapse {
    border-top: 1px solid #e4e4e4; }
  .backpage section#backpage-subnav .panel-collapse:first-child {
    border-top: 0; }
  .backpage section#backpage-subnav .panel-body a {
    padding: 15px;
    display: block;
    text-decoration: none;
    transition: ease .5s; }
  .backpage section#backpage-subnav .panel-body {
    padding: 0; }
  .backpage section#backpage-subnav .panel-body {
    padding: 0; }
  .backpage section#backpage-subnav .panel-body a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    visibility: hidden;
    width: 0; }
  .backpage section#backpage-subnav .panel-body:hover a:before {
    width: auto;
    margin-left: -5px;
    margin-right: 5px;
    transition: ease .2s;
    visibility: visible; }
  .backpage section#backpage-subnav .light-text .panel-body a:hover {
    background: rgba(0, 0, 0, 0.25);
    transition: ease .5s;
    text-indent: 10px; }
  .backpage section#backpage-subnav .dark-text .panel-body a:hover {
    background: rgba(255, 255, 255, 0.25);
    transition: ease .5s;
    text-indent: 10px; }

div#broker-logo img {
  margin: auto; }

.devices-logo img {
  margin: 20px auto; }

.modal-open {
  left: 0;
  right: 0; }

.modal .modal-body form label {
  margin-bottom: 25px;
  width: 100%; }
.modal .modal-content {
  border-radius: 0; }
.modal .modal-dialog {
  border-radius: 0; }

.ui-datepicker-header.ui-widget-header {
  background-image: none; }

/*  -------------------------------------------------------------------------*/
/*  MOBILE AND TABLET VIEWS */
/*  -------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  section#home-banner {
    padding: 0; }
    section#home-banner .form-container > * {
      text-align: center; }
    section#home-banner .well {
      margin: 0; }
    section#home-banner .btn {
      margin: 0; }
    section#home-banner .devices-logo img {
      margin: auto;
      float: none;
      display: inline-block;
      max-width: 90%;
      width: 300px; }
    section#home-banner .q-search {
      padding: 0; }
    section#home-banner section#search {
      padding: 0; }
    section#home-banner .alt-searches a {
      display: block;
      text-align: center;
      padding: 15px; } }
/*  -------------------------------------------------------------------------*/
/*  MOBILE: LESS THAN 768px; */
/*  -------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .btn {
    white-space: normal; }

  .slideshow,
  .slideshow:after {
    min-height: 200vh; }

  h1 {
    word-wrap: break-word;
    font-size: 25px; } }
div#dialogContainer {
  z-index: 999999999999999; }

/*  -------------------------------------------------------------------------*/
/*  AMIR: CUSTOM CLASSES */
/*  -------------------------------------------------------------------------*/
.CompName {
  display: none; }

/*  TEMPLATE CORE END  */
*[full-width] {
  width: 100%; }

navigation.navigation-full-width {
  width: 100%; }
  navigation.navigation-full-width nav {
    width: 100%; }
    navigation.navigation-full-width nav ul.nav.navbar-nav {
      display: flex;
      align-items: center;
      width: 100%;
      float: none; }
      navigation.navigation-full-width nav ul.nav.navbar-nav li.dropdown > a {
        white-space: nowrap; }
navigation.navigation-right nav ul.nav {
  justify-content: flex-end; }
navigation.navigation-left nav ul.nav {
  justify-content: flex-start; }
navigation.navigation-center nav ul.nav {
  justify-content: center; }
navigation.navigation-space-around nav ul.nav {
  justify-content: space-around; }
navigation.navigation-space-between nav ul.nav {
  justify-content: space-between; }
  navigation.navigation-space-between nav ul.nav li.dropdown {
    margin-left: auto;
    margin-right: auto; }
  navigation.navigation-space-between nav ul.nav li.dropdown:first-child {
    margin-left: 0; }
  navigation.navigation-space-between nav ul.nav li.dropdown:last-child {
    margin-right: 0; }

/*  -------------------------------------------------------------------------*/
/*  SOCIAL MEDIA */
/*  -------------------------------------------------------------------------*/
socialMedia {
  display: flex; }
  socialMedia .social_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    socialMedia .social_media a {
      margin: 2.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none; }
      socialMedia .social_media a i {
        margin: auto;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      socialMedia .social_media a svg {
        margin: auto;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
  socialMedia[shape][shape="square"] a {
    border-radius: 0%; }
  socialMedia[shape][shape="circle"] a {
    border-radius: 50%; }
  socialMedia[size][size="inherit"] a {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px; }
  socialMedia[size][size="xsmall"] a {
    width: 2.5rem;
    height: 2.5rem; }
    socialMedia[size][size="xsmall"] a i, socialMedia[size][size="xsmall"] a svg {
      font-size: 1.25rem; }
  socialMedia[size][size="small"] a {
    width: 3rem;
    height: 3rem; }
    socialMedia[size][size="small"] a i, socialMedia[size][size="small"] a svg {
      font-size: 1.5rem; }
  socialMedia[size][size="medium"] a {
    width: 4rem;
    height: 4rem; }
    socialMedia[size][size="medium"] a i, socialMedia[size][size="medium"] a svg {
      font-size: 2rem; }
  socialMedia[size][size="large"] a {
    width: 5rem;
    height: 5rem; }
    socialMedia[size][size="large"] a i, socialMedia[size][size="large"] a svg {
      font-size: 2.5rem; }
  socialMedia[size][size="xlarge"] a {
    width: 6rem;
    height: 6rem; }
    socialMedia[size][size="xlarge"] a i, socialMedia[size][size="xlarge"] a svg {
      font-size: 3rem; }

presentedby:before {
  content: "Presented By \A"; }

showcaseShare[icons-inline] {
  display: flex;
  align-items: center; }
  showcaseShare[icons-inline] > * {
    display: flex;
    cursor: pointer; }
    showcaseShare[icons-inline] > *:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 5px;
      display: inline-flex; }
showcaseShare[show-icons] > *:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
showcaseShare[show-icons] shareProperty:before {
  content: "\f1e0"; }
showcaseShare[show-icons] emailProperty:before {
  content: "\f2b6"; }
showcaseShare[show-icons] requestProperty:before {
  content: "\f0f3"; }
showcaseShare[show-icons] contactAgent:before {
  content: "\f27a"; }

.share-property-modal-links {
  display: flex;
  flex-wrap: wrap; }
  .share-property-modal-links a {
    padding: 15px 10px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    position: relative; }
    .share-property-modal-links a[platform="email"] {
      background-color: #00b488;
      color: white; }
    .share-property-modal-links a[platform="facebook"] {
      background-color: #3b5998;
      color: white; }
    .share-property-modal-links a[platform="twitter"] {
      background-color: #2AC3FD;
      color: white; }
    .share-property-modal-links a[platform="linkedin"] {
      background-color: #0077b5;
      color: white; }
    .share-property-modal-links a[platform="instagram"] {
      background-color: #3f729b;
      color: white; }
    .share-property-modal-links a[platform="google+"] {
      background-color: #dc4e41;
      color: white; }
    .share-property-modal-links a[platform="pinterest"] {
      background-color: #bd081c;
      color: white; }
    .share-property-modal-links a[platform="tumblr"] {
      background-color: #00405d;
      color: white; }
    .share-property-modal-links a[platform="digg"] {
      background-color: #000000;
      color: white; }
    .share-property-modal-links a[platform="stumbleupon"] {
      background-color: #eb4924;
      color: white; }
    .share-property-modal-links a[platform="reddit"] {
      background-color: #ff4500;
      color: white; }
    .share-property-modal-links a[platform="snapchat"] {
      background-color: #fffa37;
      color: black; }
    .share-property-modal-links a:hover:before {
      content: "\f1e0";
      font-family: "Font Awesome";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 50%;
      z-index: 1;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      background: rgba(0, 0, 0, 0.9);
      font-weight: bold;
      color: white; }
    .share-property-modal-links a:hover:after {
      content: "SHARE";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      background: rgba(0, 0, 0, 0.9);
      font-weight: bold;
      color: white; }
    @media (max-width: 599px) {
      .share-property-modal-links a {
        width: 100%;
        margin: 5px 0; } }
    @media (min-width: 600px) {
      .share-property-modal-links a {
        width: calc(100% / 3);
        margin: 5px;
        width: calc((100% / 3) - 10px); } }
    .share-property-modal-links a i {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      margin: 0 auto 5px auto; }

showcaseslider div#showcase-carousel .carousel-inner .item.active {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }
showcaseslider div#showcase-carousel .carousel-indicators {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 130px;
  padding: 15px 0;
  background-color: black; }
  showcaseslider div#showcase-carousel .carousel-indicators .indicator {
    width: 125px;
    height: 100px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5); }
    showcaseslider div#showcase-carousel .carousel-indicators .indicator.active {
      width: 125px;
      height: 100px;
      border: 1px solid white; }

.default-modal-style {
  padding: 0 !important; }
  .default-modal-style#showcaseShareModal .modal-dialog {
    width: 330px;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .default-modal-style#showcaseShareModal .modal-dialog .share-title {
      line-height: 1;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: auto;
      width: 300px;
      max-width: 100%; }
      .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-direction: column;
        width: calc((100% - 45px) / 4);
        padding-bottom: calc((100% - 45px) / 4);
        border-radius: 10px; }
        .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 15px;
          text-decoration: none;
          font-weight: bold;
          transition: ease-in-out .25s;
          text-transform: uppercase;
          font-family: "Open Sans";
          background-color: #ffffff;
          font-size: 1.5rem;
          border-radius: 15px; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a:hover[data-platform] i {
            color: white; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="Twitter"] i {
            color: #1D9DEC; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="Twitter"]:hover {
            background-color: #1D9DEC; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="Facebook"] i {
            color: #1774EB; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="Facebook"]:hover {
            background-color: #1774EB; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="Pinterest"] i {
            color: #E71A21; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="Pinterest"]:hover {
            background-color: #E71A21; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="LinkedIn"] i {
            color: #0077B5; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a[data-platform="LinkedIn"]:hover {
            background-color: #0077B5;
            color: white; }
          .default-modal-style#showcaseShareModal .modal-dialog #social-media-share-navigation li a i {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3.5rem; }

#agentgallerymodal {
  width: 100%;
  padding: 0 !important;
  height: 100vh; }
  #agentgallerymodal .modal-dialog.modal-lg {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100vh; }
  #agentgallerymodal .modal-content {
    height: 100vh; }
  #agentgallerymodal .swiper.mySwiper.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal {
    height: 100vh; }
  #agentgallerymodal .swiper-slide.swiper-slide-active {
    width: 100% !important; }
  #agentgallerymodal .swiper-slide:not(.swiper-slide-active) {
    opacity: 0; }

section.agent-detail-v11 .gallery-tab.agent-tab .btn01 {
  width: 100%;
  margin-bottom: 10px; }
section.agent-detail-v11 .gallery-tab.agent-tab .gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }
  section.agent-detail-v11 .gallery-tab.agent-tab .gallery-wrap > a {
    width: calc((100%/3) - 6px);
    padding-bottom: calc((100%/3) - 6px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  section.agent-detail-v11 .gallery-tab.agent-tab .gallery-wrap > a {
    margin-right: 6px;
    margin-bottom: 7.5px;
    border: 1px solid #e4e4e4; }
  section.agent-detail-v11 .gallery-tab.agent-tab .gallery-wrap > a:hover {
    border: 1px solid #959595;
    cursor: pointer; }
section.agent-detail-v11 .agent-areas.agent-tab div:before {
  content: "•";
  margin-right: 7.5px; }
section.agent-detail-v11[agent-layout="1"] {
  padding: 0;
  background-color: #e4e4e4; }
  section.agent-detail-v11[agent-layout="1"] a.sm-utl-btn {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    background: #e4e4e4;
    line-height: 1;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 5px;
    text-decoration: none; }
    section.agent-detail-v11[agent-layout="1"] a.sm-utl-btn:hover {
      background-color: #dadada; }
  section.agent-detail-v11[agent-layout="1"] *[data-label]:before {
    content: attr(data-label);
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-bottom: 15px;
    background: #e4e4e4;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    font-weight: bold; }
  section.agent-detail-v11[agent-layout="1"] *[data-sub-label]:before {
    content: attr(data-sub-label) ": ";
    font-weight: bold; }
  section.agent-detail-v11[agent-layout="1"] .agent-tab {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left; }
    section.agent-detail-v11[agent-layout="1"] .agent-tab:empty:before {
      content: attr(class); }
    section.agent-detail-v11[agent-layout="1"] .agent-tab[data-label] {
      padding: 0 15px 15px 15px; }
    section.agent-detail-v11[agent-layout="1"] .agent-tab:not([data-label]) {
      padding: 5px 15px; }
  @media (max-width: 991px) {
    section.agent-detail-v11[agent-layout="1"] .agent-main {
      flex-direction: column; }
    section.agent-detail-v11[agent-layout="1"] .agent-content,
    section.agent-detail-v11[agent-layout="1"] .agent-sidebar {
      width: 100%; } }
  @media (min-width: 992px) {
    section.agent-detail-v11[agent-layout="1"] .agent-main {
      flex-direction: row; }
    section.agent-detail-v11[agent-layout="1"] .agent-content {
      width: calc(100% - 350px - 15px); }
    section.agent-detail-v11[agent-layout="1"] .agent-sidebar {
      margin-right: 15px;
      width: 350px; } }
  section.agent-detail-v11[agent-layout="1"] .agent-main {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    background-color: white;
    padding: 15px 30px 15px 30px; }
    section.agent-detail-v11[agent-layout="1"] .agent-main .agent-navigation {
      width: 100%;
      background-color: #e4e4e4;
      margin-bottom: 15px;
      line-height: 1.5;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      justify-content: space-between; }
      section.agent-detail-v11[agent-layout="1"] .agent-main .agent-navigation > *:not(.agent-contact) {
        cursor: pointer;
        font-weight: bold;
        white-space: nowrap;
        padding: 10px 15px; }
      section.agent-detail-v11[agent-layout="1"] .agent-main .agent-navigation .agent-contact {
        margin-left: auto;
        border: 1px solid #777777;
        border-radius: 5px;
        margin-right: 15px;
        padding: 5px 15px;
        margin-top: auto;
        margin-bottom: auto;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none; }
      section.agent-detail-v11[agent-layout="1"] .agent-main .agent-navigation .active {
        background: rgba(0, 0, 0, 0.1); }
    section.agent-detail-v11[agent-layout="1"] .agent-main .agent-sidebar {
      text-align: left;
      max-width: 100%; }
    section.agent-detail-v11[agent-layout="1"] .agent-main .agent-content {
      text-align: left; }
  section.agent-detail-v11[agent-layout="1"] .agent-header {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    background-color: white; }
    section.agent-detail-v11[agent-layout="1"] .agent-header .agent-cover {
      width: 100%;
      padding-bottom: 315px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1; }
      section.agent-detail-v11[agent-layout="1"] .agent-header .agent-cover:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.7), transparent);
        display: block;
        z-index: 2; }
    section.agent-detail-v11[agent-layout="1"] .agent-header .agent-photo {
      position: relative;
      z-index: 2;
      position: relative;
      width: 200px;
      height: 200px;
      overflow: hidden;
      border: 10px solid white;
      min-height: 200px;
      max-height: calc(200px * 1.25);
      margin-top: -150px;
      margin-bottom: -0;
      margin-left: auto;
      margin-right: auto;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    section.agent-detail-v11[agent-layout="1"] .agent-header .agent-header-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 1.5;
      padding: 5px 15px 15px; }
    section.agent-detail-v11[agent-layout="1"] .agent-header .agent-name {
      margin-bottom: 10px;
      line-height: 1.1; }
    section.agent-detail-v11[agent-layout="1"] .agent-header .agent-title {
      font-weight: bold; }
    section.agent-detail-v11[agent-layout="1"] .agent-header .agent-designations {
      opacity: .9; }
  section.agent-detail-v11[agent-layout="1"] .agent-social {
    display: flex;
    flex-direction: column; }
    section.agent-detail-v11[agent-layout="1"] .agent-social a {
      text-decoration: none; }
  section.agent-detail-v11[agent-layout="1"] .agent-phones {
    display: flex;
    flex-direction: column; }
section.agent-detail-v11[agent-layout="2"] {
  padding: 0;
  background-color: #e4e4e4; }
  section.agent-detail-v11[agent-layout="2"] a.sm-utl-btn {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    background: #e4e4e4;
    line-height: 1;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 5px;
    text-decoration: none; }
    section.agent-detail-v11[agent-layout="2"] a.sm-utl-btn:hover {
      background-color: #dadada; }
  section.agent-detail-v11[agent-layout="2"] *[data-label]:before {
    content: attr(data-label);
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-bottom: 15px;
    background: #e4e4e4;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    font-weight: bold; }
  section.agent-detail-v11[agent-layout="2"] *[data-sub-label]:before {
    content: attr(data-sub-label) ": ";
    font-weight: bold; }
  section.agent-detail-v11[agent-layout="2"] .agent-tab {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left; }
    section.agent-detail-v11[agent-layout="2"] .agent-tab:empty:before {
      content: attr(class); }
    section.agent-detail-v11[agent-layout="2"] .agent-tab[data-label] {
      padding: 0 15px 15px 15px; }
    section.agent-detail-v11[agent-layout="2"] .agent-tab:not([data-label]) {
      padding: 5px 15px; }
  @media (max-width: 991px) {
    section.agent-detail-v11[agent-layout="2"] .agent-main {
      flex-direction: column; }
    section.agent-detail-v11[agent-layout="2"] .agent-content,
    section.agent-detail-v11[agent-layout="2"] .agent-sidebar {
      width: 100%; } }
  @media (min-width: 992px) {
    section.agent-detail-v11[agent-layout="2"] .agent-main {
      flex-direction: row; }
    section.agent-detail-v11[agent-layout="2"] .agent-content {
      margin-right: 15px;
      width: calc(100% - 350px - 15px); }
    section.agent-detail-v11[agent-layout="2"] .agent-sidebar {
      width: 350px; } }
  section.agent-detail-v11[agent-layout="2"] .agent-main {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    background-color: white;
    padding: 15px 30px 15px 30px; }
    section.agent-detail-v11[agent-layout="2"] .agent-main .agent-navigation {
      width: 100%;
      background-color: #e4e4e4;
      margin-bottom: 15px;
      line-height: 1.5;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      justify-content: space-between; }
      section.agent-detail-v11[agent-layout="2"] .agent-main .agent-navigation > *:not(.agent-contact) {
        cursor: pointer;
        font-weight: bold;
        white-space: nowrap;
        padding: 10px 15px; }
      section.agent-detail-v11[agent-layout="2"] .agent-main .agent-navigation .agent-contact {
        margin-left: auto;
        border: 1px solid #777777;
        border-radius: 5px;
        margin-right: 15px;
        padding: 5px 15px;
        margin-top: auto;
        margin-bottom: auto;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none; }
      section.agent-detail-v11[agent-layout="2"] .agent-main .agent-navigation .active {
        background: rgba(0, 0, 0, 0.1); }
    section.agent-detail-v11[agent-layout="2"] .agent-main .agent-sidebar {
      text-align: left;
      max-width: 100%; }
    section.agent-detail-v11[agent-layout="2"] .agent-main .agent-content {
      text-align: left; }
  section.agent-detail-v11[agent-layout="2"] .agent-header {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    background-color: white; }
    section.agent-detail-v11[agent-layout="2"] .agent-header .agent-cover {
      width: 100%;
      padding-bottom: 315px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1; }
      section.agent-detail-v11[agent-layout="2"] .agent-header .agent-cover:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.7), transparent);
        display: block;
        z-index: 2; }
    section.agent-detail-v11[agent-layout="2"] .agent-header .agent-header-wrap {
      display: flex;
      padding: 0 30px;
      align-items: flex-end;
      position: relative;
      top: -60px;
      margin-bottom: -60px; }
    section.agent-detail-v11[agent-layout="2"] .agent-header .agent-photo {
      z-index: 2;
      position: relative;
      width: 200px;
      height: 200px;
      overflow: hidden;
      border: 1px solid white;
      margin-left: 0;
      margin-right: 15px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    section.agent-detail-v11[agent-layout="2"] .agent-header .agent-header-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      line-height: 1.5;
      padding: 0 15px 15px 15px; }
    section.agent-detail-v11[agent-layout="2"] .agent-header .agent-name {
      margin-bottom: 10px;
      line-height: 1.1; }
    section.agent-detail-v11[agent-layout="2"] .agent-header .agent-title {
      font-weight: bold; }
    section.agent-detail-v11[agent-layout="2"] .agent-header .agent-designations {
      opacity: .9; }
  section.agent-detail-v11[agent-layout="2"] .agent-social {
    display: flex;
    flex-direction: column; }
    section.agent-detail-v11[agent-layout="2"] .agent-social a {
      text-decoration: none; }
  section.agent-detail-v11[agent-layout="2"] .agent-phones {
    display: flex;
    flex-direction: column; }

body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
body.agent-detail-02 section.search-results-grid a.search-result-image.image-wrapper:before {
  content: "Image Could Not Be Downloaded";
  white-space: pre-wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex;
  width: 100%;
  background: #e4e4e4;
  position: absolute;
  color: #9e9e9e; }
body.agent-detail-02 section.agent-detail-block {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media (max-width: 767px) {
    body.agent-detail-02 section.agent-detail-block {
      margin: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    body.agent-detail-02 section.agent-detail-block {
      margin: 0 -15px; } }
  @media (min-width: 1200px) {
    body.agent-detail-02 section.agent-detail-block {
      margin: 0 -30px; } }
  body.agent-detail-02 section.agent-detail-block section#agent-detail-contact {
    padding: 15px; }
    body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid {
      width: 1200px;
      max-width: 100%;
      display: flex;
      align-items: normal;
      align-content: center;
      justify-content: space-between;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.34);
      background-color: #FFFFFF;
      flex-direction: row; }
      @media (max-width: 767px) {
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid {
          margin: 0 auto; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid {
          margin: 30px auto; } }
      @media (min-width: 1200px) {
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid {
          margin: 30px auto; } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-info-image-column {
        display: flex;
        padding: 15px 0; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-info-image-column .agent-contact-info-image {
          background-size: cover;
          background-position: 50%;
          align-self: flex-start;
          display: inline-block;
          margin-right: 0; }
          @media (max-width: 600px) {
            body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-info-image-column .agent-contact-info-image {
              width: 100%;
              height: calc((100vw - 60px) * 1.25); } }
          @media (min-width: 601px) and (max-width: 767px) {
            body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-info-image-column .agent-contact-info-image {
              width: 100px;
              height: calc(100px * 1.25); } }
          @media (min-width: 768px) {
            body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-info-image-column .agent-contact-info-image {
              width: 250px;
              height: calc(250px * 1.25); } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        @media (max-width: 600px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-column {
            padding: 0 0 45px 0;
            font-size: 12.5px !important;
            margin-bottom: 30px; } }
        @media (min-width: 601px) and (max-width: 767px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-column {
            padding: 15px 0;
            font-size: 12.5px !important; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-column {
            padding: 15px;
            padding-right: 0;
            font-size: 13px; } }
        @media (min-width: 1200px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-contact-column {
            padding: 30px 15px;
            font-size: 15px; } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-column {
        margin-left: 0;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        @media (min-width: 601px) and (max-width: 767px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-column {
            padding: 15px; } }
        @media (max-width: 600px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-column {
            padding: 0px; } }
        @media (max-width: 767px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-column {
            font-size: 12.5px !important; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-column {
            padding: 15px;
            font-size: 13px !important; } }
        @media (min-width: 1200px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-column {
            padding: 30px 30px;
            font-size: 15px !important; } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav:before,
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-address-group:before,
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-languages-group:before,
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid .agent-license-number:before {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        text-transform: uppercase;
        opacity: .5;
        font-weight: 900;
        text-align: left;
        margin-top: 20px; }
        @media (min-width: 601px) and (max-width: 767px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav:before,
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-address-group:before,
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-languages-group:before,
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid .agent-license-number:before {
            font-size: 11px;
            margin-top: 10px; } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-social-media {
        display: flex;
        width: auto;
        justify-content: right;
        align-content: right;
        align-items: right;
        margin: 0 0 0 auto; }
        @media (max-width: 600px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-social-media {
            position: absolute;
            margin: auto;
            bottom: -15px; } }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-social-media div.social_media {
          margin: 0 0 0 auto;
          display: flex;
          flex-direction: row;
          justify-content: left;
          height: fit-content; }
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-social-media div.social_media a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            margin-right: 5px;
            border-radius: 50%;
            color: white;
            background-color: rgba(0, 41, 89, 0.4); }
            body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-social-media div.social_media a i {
              font-size: 18px;
              text-align: center; }
            @media (max-width: 767px) {
              body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-social-media div.social_media a {
                width: 30px;
                height: 30px; }
                body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-social-media div.social_media a i {
                  font-size: 15px; } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-group {
        text-align: left; }
        @media (max-width: 600px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-group * {
            font-size: 2.5rem; } }
        @media (min-width: 601px) and (max-width: 767px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-group * {
            font-size: 2rem; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-group * {
            font-size: 2.25rem; } }
        @media (min-width: 1200px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-name-group * {
            font-size: 4.25rem; } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-profession-group {
        display: flex;
        flex-direction: column; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-profession-group .agent-profession-title {
          text-align: left;
          display: block;
          width: 100%; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-profession-group .agent-license-number:before {
          content: 'License Number'; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-profession-group .agent-license-number {
          text-align: left;
          display: block;
          width: 100%; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-address-group:before {
        content: 'Address'; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-address-group * {
        display: block;
        float: left; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-address-group .agent-city {
        clear: left; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav li {
        list-style: none; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav li a:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          padding-right: 5px;
          display: inline; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav.agent-phone-nav {
        align-self: flex-start;
        margin-bottom: 0;
        margin-top: auto; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav.agent-phone-nav li a:before {
          content: '\f095'; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav.agent-phone-nav:before {
        content: 'Phone Number'; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav.agent-email-nav {
        align-self: flex-start; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav.agent-email-nav li a:before {
          content: '\f0e0'; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid nav.agent-email-nav:before {
        content: 'Email Address'; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-languages-group:before {
        content: 'Languages Spoken'; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-languages-group:before {
        content: 'Languages Spoken'; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-languages-group {
        text-align: left; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-languages-group .agent-language {
          text-align: left;
          display: inline; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid div.agent-languages-group .agent-language:not(:last-child):after {
          content: ', '; }
      @media (max-width: 600px) {
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid {
          flex-direction: column; } }
      @media (min-width: 601px) and (max-width: 767px) {
        body.agent-detail-02 section.agent-detail-block section#agent-detail-contact div.container-fluid {
          flex-direction: row; } }
  body.agent-detail-02 section.agent-detail-block section#agent-detail-bio {
    background-color: #ffffff;
    padding-top: 0; }
    body.agent-detail-02 section.agent-detail-block section#agent-detail-bio div.agent-detail-bio-content {
      text-align: left; }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-bio div.agent-detail-bio-content h4.agent-detail-bio-title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        margin: 0 0 15px 0;
        line-height: 1.25; }
        body.agent-detail-02 section.agent-detail-block section#agent-detail-bio div.agent-detail-bio-content h4.agent-detail-bio-title > span {
          width: 1200px;
          max-width: 100%;
          margin: auto;
          display: block;
          padding: 0 15px; }
        @media (max-width: 767px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-bio div.agent-detail-bio-content h4.agent-detail-bio-title {
            padding: 15px 0;
            font-size: 2.5rem; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-bio div.agent-detail-bio-content h4.agent-detail-bio-title {
            padding: 15px 0;
            font-size: 2.75rem; } }
        @media (min-width: 1200px) {
          body.agent-detail-02 section.agent-detail-block section#agent-detail-bio div.agent-detail-bio-content h4.agent-detail-bio-title {
            font-size: 4.25rem;
            padding: 30px 30px; } }
      body.agent-detail-02 section.agent-detail-block section#agent-detail-bio div.agent-detail-bio-content p {
        width: 1200px;
        max-width: 100%;
        margin: auto;
        padding: 30px 15px 15px 15px; }
  body.agent-detail-02 section.agent-detail-block section#agent-detail-idx {
    background-color: #ffffff; }

section.content-blocks > form#form1 section.agent-detail-page > .container-fluid > .row {
  margin: 0; }
section.content-blocks > form#form1 section.agent-detail-page .col-sm-12.col-md-9.lr-padding-0 {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 15px 0;
  width: 100%; }
@media (max-width: 767px) {
  section.content-blocks > form#form1 section.agent-detail-page div#agent-profile * {
    text-align: left; } }
section.content-blocks > form#form1 section.agent-detail-page div#agent-profile .tab-pane {
  text-align: left; }
section.content-blocks > form#form1 section.agent-detail-page section#my_listings {
  border: 1px solid #ddd;
  padding: 0 0 15px 0 !important; }
  section.content-blocks > form#form1 section.agent-detail-page section#my_listings .row {
    margin: 0; }
section.content-blocks > form#form1 section.agent-detail-page div#search-results-filter br {
  display: none; }
section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings {
  width: 100%;
  padding: 0 !important; }
  section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings h2.tb-margin-0.title-1 {
    padding: 25px 5.5px 0 5.5px; }
  section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings .col-md-12.col-lg-12.text-left {
    padding: 0; }
  section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings hr {
    display: none; }
  section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings .search-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings .search-results .search-result {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings .search-results .search-result {
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings .search-results .search-result {
          width: calc(100% / 2); } }
      @media (min-width: 992px) {
        section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings .search-results .search-result {
          width: calc(100% / 3); } }
      section.content-blocks > form#form1 section.agent-detail-page div#ctl00_wraps_listings .search-results .search-result .thumbnail {
        height: 100%; }

section#agent-roster {
  padding-top: 30px;
  padding-bottom: 30px; }
  section#agent-roster nav#footer-navigation {
    width: 100%; }
  section#agent-roster .container-fluid {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  section#agent-roster div#agent-search-form .agent-search-form-color {
    background: #e4e4e4; }
  section#agent-roster div#agent-search-form form {
    padding: 30px 15px !important; }
  section#agent-roster div#agent-search-form h4 {
    margin-bottom: 15px !important; }
  section#agent-roster div#agent-search-form div#roster-input-fields {
    display: flex; }
    @media (max-width: 767px) {
      section#agent-roster div#agent-search-form div#roster-input-fields {
        flex-direction: column; }
        section#agent-roster div#agent-search-form div#roster-input-fields label {
          width: 100%;
          margin-bottom: 10px; }
        section#agent-roster div#agent-search-form div#roster-input-fields div#agent-filter-buttons {
          width: 100%; } }
    @media (min-width: 767px) and (max-width: 991px) {
      section#agent-roster div#agent-search-form div#roster-input-fields label {
        width: calc((100% - 150px - (7.5px * 3)) / 3);
        margin-right: 7.5px;
        margin-bottom: 0; }
        section#agent-roster div#agent-search-form div#roster-input-fields label > * {
          height: 100%;
          font-size: 12px; }
      section#agent-roster div#agent-search-form div#roster-input-fields div#agent-filter-buttons {
        width: 150px; } }
    @media (min-width: 992px) {
      section#agent-roster div#agent-search-form div#roster-input-fields label {
        width: calc((100% - 200px - (15px * 3)) / 3);
        margin-right: 15px;
        margin-bottom: 0; }
        section#agent-roster div#agent-search-form div#roster-input-fields label > * {
          height: 100%; }
      section#agent-roster div#agent-search-form div#roster-input-fields div#agent-filter-buttons {
        width: 200px; } }
  section#agent-roster .agent-grid-results div#agent-grid {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section#agent-roster .agent-grid-results div#agent-grid:before {
      display: none; }
    section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item-color {
      background: #e4e4e4; }
    section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item {
      padding: 0;
      margin-bottom: 15px; }
      @media (max-width: 349px) {
        section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item {
          width: 100%; } }
      @media (min-width: 350px) and (max-width: 767px) {
        section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item {
          width: calc((100% / 2) - ((15px * 1) / 2)); }
          section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item:nth-child(odd) {
            margin-right: 15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item {
          width: calc((100% / 3) - ((15px * 2) / 3)); }
          section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item:nth-child(3n - 1) {
            margin-left: 15px;
            margin-right: 15px; } }
      @media (min-width: 992px) {
        section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item {
          width: calc((100% / 4) - ((15px * 3) / 4)); }
          section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item:nth-child(4n) {
            margin-right: 0px !important; }
          section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item:nth-child(n + 1) {
            margin-right: 15px; } }
      section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail {
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        height: 100% !important; }
        section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail > a {
          background-size: cover;
          background-position: 50%;
          background-repeat: no-repeat;
          padding-bottom: 0 !important; }
          @media (max-width: 349px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail > a {
              min-height: calc(((125vw - (2 * 15px)) / 1)); } }
          @media (min-width: 350px) and (max-width: 767px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail > a {
              min-height: calc(((125vw - (3 * 15px)) / 2)); } }
          @media (min-width: 768px) and (max-width: 991px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail > a {
              min-height: calc(((125vw - (4 * 15px)) / 3)); } }
          @media (min-width: 992px) and (max-width: 1199px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail > a {
              min-height: calc(((125vw - (5 * 15px)) / 4)); } }
          @media (min-width: 1200px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail > a {
              min-height: 342px; } }
        section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          flex: 1; }
          @media (max-width: 767px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption {
              padding: 15px 7.5px; } }
          @media (min-width: 768px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption {
              padding: 15px; } }
          @media (max-width: 767px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          @media (min-width: 1200px) {
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a {
            text-decoration: none;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
            display: flex;
            flex-direction: column; }
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h3.agent-grid-name {
              margin: 0 0 10px 0;
              font-weight: bold; }
              @media (max-width: 767px) {
                section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h3.agent-grid-name {
                  font-size: 1.5rem; } }
              @media (min-width: 768px) and (max-width: 991px) {
                section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h3.agent-grid-name {
                  font-size: 1.5rem; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h3.agent-grid-name {
                  font-size: 1.75rem; } }
              @media (min-width: 1200px) {
                section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h3.agent-grid-name {
                  font-size: 1.75rem; } }
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h3.agent-grid-name:empty {
              display: none; }
            @media (max-width: 767px) {
              section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a span[class*="agent-results-phone"] {
                font-size: 1.15rem; } }
            @media (min-width: 768px) and (max-width: 991px) {
              section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a span[class*="agent-results-phone"] {
                font-size: 1.15rem; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a span[class*="agent-results-phone"] {
                font-size: 1.15rem; } }
            @media (min-width: 1200px) {
              section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a span[class*="agent-results-phone"] {
                font-size: 1.25rem; } }
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h4 {
              margin: 0 0 10px 0;
              order: 3; }
              section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h4 + h4 {
                order: 2 !important; }
            section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption a > h4:empty {
              display: none; }
          section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption .btn01 {
            margin-top: 15px !important;
            margin-bottom: 0 !important;
            padding: 2.5px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1; }
            @media (max-width: 400px) {
              section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption .btn01 {
                width: 100%; } }
            @media (min-width: 401px) {
              section#agent-roster .agent-grid-results div#agent-grid .agent-grid-item > .thumbnail .caption .btn01 {
                width: 75%; } }

html[browser="ie"] body.agent-roster-page section#agent-roster .agent-grid-item .btn01 {
  text-align: center !important;
  display: table-cell !important;
  vertical-align: middle !important; }

html.agent-lite-site section.agent-bio-lite .container-fluid {
  width: 1170px;
  max-width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo=""] .abl-bio-photo {
      display: none; }
    html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo=""] .abl-bio-content {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo*="http"], html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo="[%AGENTLITEPHOTO%]"] {
      display: flex;
      align-items: flex-start; }
      html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo*="http"] .abl-bio-photo, html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo="[%AGENTLITEPHOTO%]"] .abl-bio-photo {
        width: 300px;
        max-width: 300px;
        margin-right: 30px; }
      html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo*="http"] .abl-bio-content, html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo="[%AGENTLITEPHOTO%]"] .abl-bio-content {
        width: calc(100% - 300px - 30px); } }
  @media (min-width: 992px) {
    html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo*="http"], html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo="[%AGENTLITEPHOTO%]"] {
      display: flex;
      align-items: flex-start; }
      html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo*="http"] .abl-bio-photo, html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo="[%AGENTLITEPHOTO%]"] .abl-bio-photo {
        width: 450px;
        max-width: 450px;
        margin-right: 30px; }
      html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo*="http"] .abl-bio-content, html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content[has-photo="[%AGENTLITEPHOTO%]"] .abl-bio-content {
        width: calc(100% - 450px - 30px); } }
  @media (max-width: 767px) {
    html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content .abl-bio-photo {
      width: 100%;
      margin-bottom: 30px; }
      html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content .abl-bio-photo img {
        max-width: 100%; }
    html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content .abl-bio-content {
      width: 100%; } }
  html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content .abl-bio-contact-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
  html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content .abl-bio-content {
    text-align: left; }
  html.agent-lite-site section.agent-bio-lite .container-fluid .agent-bio-lite-content .abl-bio-photo img {
    width: 100%;
    max-width: 100%; }

body.office-detail #office-detail {
  text-align: left;
  padding: 0; }
  body.office-detail #office-detail .container-fluid {
    width: 100% !important;
    max-width: 100% !important; }
  body.office-detail #office-detail #office-detail-map {
    position: relative;
    z-index: 0;
    text-align: center; }
    body.office-detail #office-detail #office-detail-map #office-title {
      width: 100%;
      z-index: 1;
      margin: auto;
      float: none;
      bottom: 5px;
      left: 0;
      right: 0;
      padding-right: 15px;
      text-align: left;
      color: white; }
      @media (min-width: 768px) {
        body.office-detail #office-detail #office-detail-map #office-title {
          position: absolute; } }
      @media (max-width: 991px) {
        body.office-detail #office-detail #office-detail-map #office-title #office-name-address {
          padding-left: 15px;
          padding-top: 30px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        body.office-detail #office-detail #office-detail-map #office-title #office-name-address {
          padding-left: 345px; } }
      @media (min-width: 1200px) {
        body.office-detail #office-detail #office-detail-map #office-title #office-name-address {
          padding-left: 415px; } }
      body.office-detail #office-detail #office-detail-map #office-title #office-name {
        font-size: 30px;
        padding: 10px 0; }
        @media (max-width: 767px) {
          body.office-detail #office-detail #office-detail-map #office-title #office-name {
            color: #333; } }
      body.office-detail #office-detail #office-detail-map #office-title #office-address .lead {
        text-decoration: none;
        margin: 0;
        color: white;
        letter-spacing: 0;
        font-size: 20px;
        text-transform: none;
        display: block; }
        @media (max-width: 767px) {
          body.office-detail #office-detail #office-detail-map #office-title #office-address .lead {
            color: #333; } }
      body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar {
        margin: 15px 0 0 0;
        background: #eeeeee;
        /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
        @media (min-width: 768px) {
          body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar {
            padding: 0 15px; } }
        body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li {
          float: right;
          display: block;
          padding: 0;
          margin: 0; }
          @media (max-width: 767px) {
            body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li {
              width: calc(100% / 3); } }
          body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li a {
            color: #333;
            text-decoration: none;
            padding: 15px;
            border-left: 1px solid rgba(0, 0, 0, 0.18);
            display: block;
            text-align: center; }
            @media (max-width: 767px) {
              body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li a span {
                display: none; }
              body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li a i {
                font-size: 20px; } }
          body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li a:hover {
            background-color: rgba(0, 0, 0, 0.25);
            color: white; }
          body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li #office-phone i {
            color: #009688; }
          body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li #send-message i {
            color: #3F51B5; }
          body.office-detail #office-detail #office-detail-map #office-title #office-detail-action-bar li #get-driving-directions i {
            color: #F44336; }
    @media (max-width: 768px) {
      body.office-detail #office-detail #office-detail-map iframe {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.office-detail #office-detail #office-detail-map iframe {
        position: relative;
        margin: auto;
        width: 100% !important;
        height: 400px;
        border: 0;
        left: 0px; } }
    @media (min-width: 992px) {
      body.office-detail #office-detail #office-detail-map iframe {
        position: relative;
        margin: auto;
        width: calc(100% + 1200px) !important;
        height: 400px;
        border: 0;
        left: -370px; } }
  @media (min-width: 768px) {
    body.office-detail #office-detail #office-detail-map:before {
      content: '';
      display: block;
      width: 100%;
      height: 400px;
      position: absolute;
      z-index: 1;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 91%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 91%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 91%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      opacity: .7; } }
body.office-detail #office-detail-content {
  margin: auto;
  z-index: 1;
  position: relative;
  background-color: #f6f6f6; }
  body.office-detail #office-detail-content #office-detail-left {
    box-shadow: 1px 1px 45px rgba(0, 0, 0, 0.34);
    position: relative;
    float: left; }
    @media (max-width: 767px) {
      body.office-detail #office-detail-content #office-detail-left {
        width: 100%;
        margin-top: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.office-detail #office-detail-content #office-detail-left {
        width: 250px;
        margin-top: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body.office-detail #office-detail-content #office-detail-left {
        top: -200px;
        margin-bottom: -140px;
        width: 300px; } }
    @media (min-width: 1200px) {
      body.office-detail #office-detail-content #office-detail-left {
        top: -200px;
        margin-bottom: -140px;
        width: 350px; } }
    body.office-detail #office-detail-content #office-detail-left a#office-video-link {
      position: absolute;
      color: white;
      left: 15px;
      border: 1px solid white;
      padding: 5px 10px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
      margin-top: 15px;
      text-decoration: none;
      top: 45px; }
      body.office-detail #office-detail-content #office-detail-left a#office-video-link span {
        width: 0;
        opacity: 0;
        display: block;
        float: right;
        line-height: 0;
        padding-left: 0px; }
    body.office-detail #office-detail-content #office-detail-left a#office-video-link:hover span {
      width: auto;
      line-height: inherit;
      opacity: 1;
      padding-left: 5px; }
    body.office-detail #office-detail-content #office-detail-left a#office-images-link {
      position: absolute;
      color: white;
      left: 15px;
      border: 1px solid white;
      padding: 5px 10px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
      margin-top: 15px;
      text-decoration: none; }
      body.office-detail #office-detail-content #office-detail-left a#office-images-link span {
        width: 0;
        opacity: 0;
        display: block;
        float: right;
        line-height: 0;
        padding-left: 0px; }
    body.office-detail #office-detail-content #office-detail-left a#office-images-link:hover span {
      width: auto;
      line-height: inherit;
      opacity: 1;
      padding-left: 5px; }
    body.office-detail #office-detail-content #office-detail-left #office-photo #office-detail-photo-link {
      display: block;
      position: relative;
      width: 100%; }
      body.office-detail #office-detail-content #office-detail-left #office-photo #office-detail-photo-link img {
        width: 100%; }
    body.office-detail #office-detail-content #office-detail-left #office-detail-profile {
      padding: 20px;
      background-color: white; }
      @media (max-width: 991px) {
        body.office-detail #office-detail-content #office-detail-left #office-detail-profile {
          padding: 15px; } }
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile > div {
        margin-bottom: 30px; }
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile div#office-manager img,
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile #ctl00_office_manager img,
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile #office_manager img {
        width: 70px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #c8c8c8; }
        @media (max-width: 767px) {
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile div#office-manager img,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #ctl00_office_manager img,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #office_manager img {
            width: 50px;
            vertical-align: top;
            margin-top: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile div#office-manager img,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #ctl00_office_manager img,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #office_manager img {
            width: 100%;
            margin-bottom: 15px; } }
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile div#office-manager ul#office-manager-data,
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile #ctl00_office_manager ul#office-manager-data,
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile #office_manager ul#office-manager-data {
        display: inline-block;
        width: calc(100% - 75px);
        vertical-align: middle; }
        @media (min-width: 992px) {
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile div#office-manager ul#office-manager-data,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #ctl00_office_manager ul#office-manager-data,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #office_manager ul#office-manager-data {
            padding-left: 15px; } }
        @media (max-width: 767px) {
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile div#office-manager ul#office-manager-data,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #ctl00_office_manager ul#office-manager-data,
          body.office-detail #office-detail-content #office-detail-left #office-detail-profile #office_manager ul#office-manager-data {
            padding-left: 10px;
            width: calc(100% - 55px); } }
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile .office-detail-widgets h4 {
        margin-bottom: 15px;
        letter-spacing: 0;
        margin-top: 0;
        font-size: 25px; }
      body.office-detail #office-detail-content #office-detail-left #office-detail-profile .office-detail-widgets ul li {
        font-size: 14px;
        line-height: 2; }
        body.office-detail #office-detail-content #office-detail-left #office-detail-profile .office-detail-widgets ul li b {
          opacity: .65; }
  body.office-detail #office-detail-content #office-detail-right {
    float: left; }
    @media (max-width: 767px) {
      body.office-detail #office-detail-content #office-detail-right {
        width: 100%;
        padding: 30px 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.office-detail #office-detail-content #office-detail-right {
        width: calc(100% - 250px);
        padding: 15px 15px 15px 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body.office-detail #office-detail-content #office-detail-right {
        width: calc(100% - 300px);
        padding: 15px 15px 15px 30px; } }
    @media (min-width: 1200px) {
      body.office-detail #office-detail-content #office-detail-right {
        width: calc(100% - 350px);
        padding: 30px 15px 30px 45px; } }
    body.office-detail #office-detail-content #office-detail-right > div {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    body.office-detail #office-detail-content #office-detail-right h4 {
      margin-bottom: 30px;
      letter-spacing: 0;
      margin-top: 0;
      font-size: 25px; }
    body.office-detail #office-detail-content #office-detail-right .nav-tabs > li > a {
      color: #555;
      text-align: center;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }
    body.office-detail #office-detail-content #office-detail-right .nav-tabs > li.active {
      margin-bottom: 0; }
      body.office-detail #office-detail-content #office-detail-right .nav-tabs > li.active a {
        background: #9e9e9e;
        border: 1px solid rgba(158, 158, 158, 0.42);
        color: white; }
    @media (max-width: 767px) {
      body.office-detail #office-detail-content #office-detail-right .nav-tabs > li {
        border: 0;
        width: 50%;
        margin: 0; }
        body.office-detail #office-detail-content #office-detail-right .nav-tabs > li > a {
          font-size: 12px;
          width: 100%;
          border-radius: 0 !important;
          background: white;
          border: 1px solid #e4e4e4; }
      body.office-detail #office-detail-content #office-detail-right .nav-tabs > li.active {
        border: 0;
        width: 50%;
        margin: 0; }
        body.office-detail #office-detail-content #office-detail-right .nav-tabs > li.active > a {
          font-size: 12px;
          border: 1px solid #e4e4e4;
          background: #9e9e9e;
          color: white; } }
    body.office-detail #office-detail-content #office-detail-right .tab-content {
      border: 1px solid #ddd;
      border-top: 0; }
      body.office-detail #office-detail-content #office-detail-right .tab-content .pagination {
        float: right; }
        @media (max-width: 767px) {
          body.office-detail #office-detail-content #office-detail-right .tab-content .pagination {
            float: none; } }
    body.office-detail #office-detail-content #office-detail-right div#office-bio p {
      margin: 0; }
    @media (max-width: 767px) {
      body.office-detail #office-detail-content #office-detail-right div#office-bio {
        padding-right: 0 15px;
        padding-left: 0 15px; } }
    @media (max-width: 767px) {
      body.office-detail #office-detail-content #office-detail-right .dataTables_length label {
        width: 100%; } }
    body.office-detail #office-detail-content #office-detail-right .dataTables_length label input {
      display: inline; }
    body.office-detail #office-detail-content #office-detail-right .dataTables_filter label {
      float: right; }
      body.office-detail #office-detail-content #office-detail-right .dataTables_filter label i {
        background: #9e9e9e;
        border: 1px solid rgba(56, 126, 59, 0.42);
        color: white;
        display: inline-block;
        height: 30px;
        width: 30px;
        text-align: center;
        padding-top: 5px;
        position: relative;
        top: -2px; }
        @media (max-width: 991px) {
          body.office-detail #office-detail-content #office-detail-right .dataTables_filter label i {
            padding-top: 8px;
            top: 0; } }
      @media (max-width: 991px) {
        body.office-detail #office-detail-content #office-detail-right .dataTables_filter label {
          width: 100%; } }
      body.office-detail #office-detail-content #office-detail-right .dataTables_filter label input {
        margin: 0 0 5px 0;
        border-radius: 0 2px 2px 0; }
        @media (max-width: 991px) {
          body.office-detail #office-detail-content #office-detail-right .dataTables_filter label input {
            margin: 0;
            width: calc(100% - 30px);
            display: inline-block; } }
    @media (max-width: 991px) {
      body.office-detail #office-detail-content #office-detail-right .dataTables_length,
      body.office-detail #office-detail-content #office-detail-right .dataTables_filter {
        font-size: 12px; } }
@media (max-width: 991px) and (max-width: 767px) {
  body.office-detail #office-detail-content #office-detail-right div#view-options {
    display: none; } }
    @media (max-width: 991px) {
      body.office-detail #office-detail-content #office-detail-right div#view-options button {
        margin-bottom: 15px;
        width: calc(100% / 3) !important;
        float: left;
        display: block; } }
    body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane {
      background: white;
      padding: 15px; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane div#view-options button.selected-view {
        background: #9e9e9e;
        border: 1px solid #9e9e9e;
        color: white; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane div#view-options button[data-view-setting] {
        width: 32px;
        height: 32px; }
      @media (min-width: 992px) {
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane div#view-options {
          position: absolute;
          border-right: 1px solid #e4e4e4;
          display: block;
          padding-right: 15px; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane #office-listings-table_wrapper > .row:first-child {
          padding-left: 135px; } }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table thead {
        background: rgba(225, 225, 225, 0.76); }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table thead th {
          border-bottom: 0 !important; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table tbody tr td[data-label="property-image"] .office-detail-property-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%; }
      @media (max-width: 1400px) {
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] thead th[data-label="type"] span {
          display: none; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] th[data-label="property-type"],
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] td[data-label="property-type"] {
          display: none; } }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] th[data-label="note"],
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] td[data-label="note"] {
        display: none; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody tr {
        z-index: 0; }
        @media (max-width: 1400px) {
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody tr td {
            font-size: 12px; } }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody tr td[data-label="property-image"] {
          position: relative; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody tr td[data-label="property-type"],
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody tr td[data-label="address"] {
          text-transform: capitalize; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody td[data-label="property-description"] {
        display: none; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody td[data-label="property-image"] .office-detail-property-image {
        display: none;
        position: absolute;
        transform: scale(0);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        z-index: 1;
        left: -25%;
        right: -25%;
        top: -25%;
        bottom: -25%;
        margin: auto;
        border: 1px solid #e4e4e4;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody td[data-label="property-image"]:hover .office-detail-property-image {
        display: block;
        width: 150px;
        height: 100px;
        transform: scale(1); }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="table"] tbody tr:hover {
        cursor: pointer;
        background-color: #b5b5b5;
        color: white; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] thead {
        display: none; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr {
        position: relative;
        cursor: pointer;
        display: table;
        width: 100%; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-image"] {
          width: 450px;
          padding: 0; }
          @media (max-width: 1199px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-image"] {
              width: 170px; } }
          @media (min-width: 1200px) and (max-width: 1350px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-image"] {
              width: 350px; } }
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-image"] i {
            display: none; }
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-image"] .office-detail-property-image {
            display: block !important;
            transform: scale(1) !important;
            position: static !important;
            padding-bottom: 60%;
            min-height: 150%;
            width: 100%; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="save-property"] {
          font-size: 12px;
          position: absolute;
          left: 5px;
          top: 7px;
          padding: 7.5px 15px;
          text-align: center;
          cursor: pointer;
          border: 1px solid rgba(0, 0, 0, 0.19);
          border-radius: 5px;
          background: #757575;
          color: #fff !important;
          border: 0; }
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="save-property"] i, body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="save-property"] span {
            color: #fff !important; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="save-property"]:hover i:after {
          content: 'Save Property';
          font-family: "Open Sans";
          padding-left: 6px; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]) {
          width: 50%;
          display: inline-block;
          border: 0;
          font-size: 15px;
          box-sizing: border-box;
          padding: 10px;
          border-top: 1px solid rgba(85, 85, 85, 0.32); }
          @media (max-width: 1199px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]) {
              font-size: 12px;
              padding: 2.5px; } }
          @media (min-width: 1200px) and (max-width: 1350px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]) {
              font-size: 12px; } }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):before {
          display: inline-block;
          font-weight: bold;
          padding-left: 15px;
          padding-right: 5px;
          content: attr(data-label) ": ";
          text-transform: capitalize; }
          @media (min-width: 1200px) and (max-width: 1350px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):before {
              font-size: 12px; } }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="address"] {
          width: 100%;
          padding: 45px 10px 10px 10px;
          font-size: 15px;
          text-transform: capitalize;
          display: inline-block;
          border: 0;
          box-sizing: border-box;
          border-top: 1px solid rgba(85, 85, 85, 0.32); }
          @media (min-width: 1200px) and (max-width: 1350px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="address"] {
              padding: 22px 10px 10px 10px;
              font-size: 12px; } }
          @media (max-width: 1199px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="address"] {
              font-size: 12px;
              padding: 6.5px 2.5px 2.5px 2.5px; } }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-type"] {
          text-transform: capitalize !important; }
          @media (min-width: 1200px) and (max-width: 1350px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-type"] {
              font-size: 12px; } }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="property-type"]:before {
          content: "Type: " !important; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="note"] {
          position: absolute;
          right: calc(100% - 440px);
          top: 10px;
          padding: 5px 15px !important;
          width: auto !important;
          background: #03A9F4;
          color: white;
          border-radius: 2.5px;
          text-transform: uppercase;
          font-size: 12px;
          text-align: right; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="note"]:before,
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-value-type="active"],
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="list"] tbody tr td[data-label="note"][data-value-type="default"] {
          display: none !important; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] thead {
        display: none; }
      body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr {
        border: 1px solid #ddd;
        display: block;
        float: left;
        position: relative;
        cursor: pointer; }
        @media (max-width: 991px) {
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr {
            width: 100%; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr {
            width: 100%; } }
        @media (min-width: 1200px) {
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr {
            width: calc(100% / 3); } }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]) {
          display: block;
          border: 0;
          margin: 0 !important;
          padding: 5px;
          text-align: right;
          box-sizing: border-box;
          float: left;
          padding-right: 10px;
          font-weight: bold; }
          @media (max-width: 991px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]) {
              width: 100%; } }
          @media (min-width: 992px) and (max-width: 1599px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]) {
              width: 100%; } }
          @media (min-width: 1600px) {
            body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]) {
              width: calc(50% - 0px); } }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td:not([data-label="property-image"]):not([data-label="save-property"]):not([data-label="address"]):before {
          display: inline-block;
          font-weight: normal;
          padding-left: 10px;
          padding-right: 5px;
          content: attr(data-label) ": ";
          text-transform: capitalize;
          float: left; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="address"] {
          width: 100%;
          display: block;
          text-indent: 10px;
          box-sizing: border-box;
          font-weight: bold;
          border-left: 0;
          border-right: 0;
          text-transform: capitalize; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="address"]:before {
          content: '\f3c5';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          padding-right: 5px;
          color: #F44336; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="property-image"] {
          width: 100%;
          padding: 0;
          display: block;
          padding: 5px;
          border: 0; }
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="property-image"] i {
            display: none; }
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="property-image"] .office-detail-property-image {
            display: block !important;
            transform: scale(1) !important;
            position: static !important;
            padding-bottom: 60%;
            min-height: 150%;
            width: 100%; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="save-property"] {
          position: absolute;
          right: 5px;
          top: 5px;
          padding: 15px;
          text-align: center;
          border-radius: 0 0 0 15px;
          background: #757575;
          color: #fff;
          border: 0;
          font-size: 20px;
          cursor: pointer; }
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="save-property"] i, body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="save-property"] span {
            color: #fff !important; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="property-type"],
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="status"],
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="note"][data-value-type="default"] {
          display: none !important; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="note"]:before {
          display: none !important; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="note"] {
          position: absolute;
          left: 10px;
          top: 10px;
          padding: 5px 15px !important;
          width: auto !important;
          background: #03A9F4;
          color: white;
          border-radius: 2.5px;
          text-transform: uppercase;
          font-size: 12px; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-value-type="active"] {
          display: none !important; }
        body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td[data-label="property-type"]:before {
          display: none !important; }
        @media (max-width: 767px) {
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td:not([data-label="save-property"]) {
            font-size: 12px; } }
        @media (min-width: 1200px) and (max-width: 1299px) {
          body.office-detail #office-detail-content #office-detail-right #office-listings .tab-pane table#office-listings-table[data-view-setting="image"] tbody tr td:not([data-label="save-property"]) {
            font-size: 12px; } }
    body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane {
      background: white;
      padding: 15px; }
      body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table thead {
        display: none; }
      body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody tr {
        display: block;
        float: left; }
        @media (max-width: 768px) {
          body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody tr {
            width: calc(100% / 2); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody tr {
            width: calc(100% / 2); } }
        @media (min-width: 992px) and (max-width: 1199px) {
          body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody tr {
            width: calc(100% / 3); } }
        @media (min-width: 1200px) {
          body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody tr {
            width: calc(100% / 5); } }
        @media (min-width: 1400px) {
          body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody tr {
            width: calc(100% / 8); } }
      body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent {
        padding-bottom: 15px;
        padding-top: 0; }
        body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent > td {
          display: block;
          text-align: center;
          border: 0;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0;
          padding-top: 0; }
        body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent .office-agent-photo {
          margin-bottom: 15px;
          display: block;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50%; }
        body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent td {
          font-size: 12px;
          letter-spacing: 0; }
        body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent td.agent-name {
          font-weight: bold; }
        body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent td.agent-title {
          font-size: 12px; }
        body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent td.agent-phone {
          font-size: 12px; }
        @media (max-width: 768px) {
          body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody > tr.office-agent > td {
            font-size: 10px !important; } }
      body.office-detail #office-detail-content #office-detail-right #office-agents .tab-pane table > tbody tr:hover {
        cursor: pointer;
        background-color: #b5b5b5;
        color: white; }
body.office-detail tr.office-agent a {
  color: black; }
body.office-detail .office-contact-form .modal-header .modal-title {
  letter-spacing: 0;
  font-size: 16px;
  text-align: left; }
body.office-detail .office-contact-form .modal-header .modal-body {
  font-size: 15px; }
body.office-detail .office-video .modal-header .modal-title {
  letter-spacing: 0;
  font-size: 16px;
  text-align: left; }
body.office-detail .office-video .modal-body {
  padding: 0 0 0 0; }
body.office-detail .office-slideshow .modal-header .modal-title {
  letter-spacing: 0;
  font-size: 16px;
  text-align: left; }
body.office-detail .office-slideshow .modal-body {
  padding: 0; }
  body.office-detail .office-slideshow .modal-body div#carousel-595959 .item {
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-position: 50%; }
  body.office-detail .office-slideshow .modal-body div#carousel-595959 .carousel-control i {
    position: absolute;
    top: calc(50% - 20px); }

/*STUPID VERSION*/
body.office-detail a.left.carousel-control {
  display: none; }
body.office-detail a.right.carousel-control {
  display: none; }
body.office-detail div#office-listings .search-results .search-result {
  display: block;
  float: left;
  position: relative;
  padding: 5px; }
  @media (max-width: 800px) {
    body.office-detail div#office-listings .search-results .search-result {
      width: calc(100% / 1); } }
  @media (min-width: 801px) and (max-width: 1300px) {
    body.office-detail div#office-listings .search-results .search-result {
      width: calc(100% / 2); } }
  @media (min-width: 1301px) {
    body.office-detail div#office-listings .search-results .search-result {
      width: calc(100% / 3); } }
  body.office-detail div#office-listings .search-results .search-result .search-result-image img {
    z-index: -2; }
  body.office-detail div#office-listings .search-results .search-result .thumbnail {
    position: relative;
    z-index: 0; }
    body.office-detail div#office-listings .search-results .search-result .thumbnail a.save-property {
      position: absolute;
      z-index: 9;
      right: 0px;
      top: 0px;
      font-size: 21px;
      background: rgba(0, 0, 0, 0.37);
      padding: 10px;
      transition: ease .5s;
      text-decoration: none;
      border-radius: 0 0 0 15px; }
      body.office-detail div#office-listings .search-results .search-result .thumbnail a.save-property * {
        color: white !important; }
      body.office-detail div#office-listings .search-results .search-result .thumbnail a.save-property span {
        color: white !important;
        font-size: 14px;
        font-weight: bold;
        line-height: 0;
        position: relative;
        top: -3px;
        padding-right: 7px;
        width: 0;
        display: block;
        text-indent: -90000px;
        transition: ease 1s;
        opacity: 0;
        width: 0;
        overflow: hidden; }
    body.office-detail div#office-listings .search-results .search-result .thumbnail a.save-property:hover {
      transition: ease .25s;
      text-decoration: none; }
      body.office-detail div#office-listings .search-results .search-result .thumbnail a.save-property:hover span {
        width: auto;
        display: inline;
        text-indent: 0;
        transition: ease 1s;
        opacity: 1; }
  body.office-detail div#office-listings .search-results .search-result .caption {
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0; }
    body.office-detail div#office-listings .search-results .search-result .caption * {
      text-align: left; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-address {
      position: absolute;
      bottom: 55px;
      color: white;
      left: 0;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-address > * {
      letter-spacing: 0px;
      color: white;
      font-weight: normal; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-city {
      padding: 0 10px;
      color: white;
      font-weight: normal;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-street {
      padding: 0 10px;
      color: white;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 15px !important; }
    body.office-detail div#office-listings .search-results .search-result .caption h5.search-result-street + h4 {
      font-size: 15px !important;
      margin-bottom: 15px !important; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-price {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 600;
      padding: 0 15px;
      display: block;
      color: white;
      font-weight: bold; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-amenities {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: left;
      background: black;
      left: 0;
      padding: 10px 15px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      opacity: 1;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 1px;
      margin-top: 5px;
      line-height: 1; }
      body.office-detail div#office-listings .search-results .search-result .caption .search-result-amenities br {
        display: none; }
      body.office-detail div#office-listings .search-results .search-result .caption .search-result-amenities * {
        opacity: 1;
        color: white; }
      body.office-detail div#office-listings .search-results .search-result .caption .search-result-amenities .search-result-amenities span {
        color: white; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-broker-agent-details {
      display: block;
      width: 100%;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      text-align: left !important; }
    body.office-detail div#office-listings .search-results .search-result .caption .search-result-broker-agent-details img {
      padding: 0 0 0 0;
      background-repeat: repeat;
      float: left !important;
      max-width: 80px; }
  @media (max-width: 991px) {
    body.office-detail div#office-listings .search-results .search-result .search-result-price,
    body.office-detail div#office-listings .search-results .search-result .search-result-street + h4 {
      font-size: calc(1vw + 1vh + 3px) !important;
      width: 100%;
      line-height: calc(1vw + 1vh); }
    body.office-detail div#office-listings .search-results .search-result h5.search-result-street {
      display: none; }
    body.office-detail div#office-listings .search-results .search-result .search-result-amenities {
      float: left;
      margin-top: 10px; }
    body.office-detail div#office-listings .search-results .search-result .search-result-amenities span {
      font-size: 0; }
    body.office-detail div#office-listings .search-results .search-result .search-result-amenities i, body.office-detail div#office-listings .search-results .search-result .search-result-amenities b {
      font-size: 11px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body.office-detail div#office-listings .search-results .search-result h2.search-result-price.accent-font-color.accent-color-text,
    body.office-detail div#office-listings .search-results .search-result h5.search-result-street + h4 {
      font-size: calc(.6vw + .6vh + .6vmin) !important;
      width: 100%;
      line-height: calc(.6vw + .6vh) !important; }
    body.office-detail div#office-listings .search-results .search-result .search-result-amenities.matchHeight {
      float: left;
      margin-top: 10px; }
    body.office-detail div#office-listings .search-results .search-result .search-result-amenities span {
      font-size: 0; }
    body.office-detail div#office-listings .search-results .search-result .search-result-amenities i, body.office-detail div#office-listings .search-results .search-result .search-result-amenities b {
      font-size: 11px; } }

section#office-roster {
  padding-top: 30px;
  padding-bottom: 30px; }
  section#office-roster nav#footer-navigation {
    width: 100%; }
  section#office-roster .container-fluid {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  section#office-roster div#office-search-form .agent-search-form-color {
    background: #e4e4e4; }
  section#office-roster div#office-search-form form {
    padding: 30px 15px !important; }
  section#office-roster div#office-search-form h4 {
    margin-bottom: 15px !important; }
  section#office-roster div#office-search-form div#roster-input-fields {
    display: flex; }
    @media (max-width: 767px) {
      section#office-roster div#office-search-form div#roster-input-fields {
        flex-direction: column; }
        section#office-roster div#office-search-form div#roster-input-fields label {
          width: 100%;
          margin-bottom: 10px; }
        section#office-roster div#office-search-form div#roster-input-fields div#office-filter-buttons {
          width: 100%; } }
    @media (min-width: 767px) and (max-width: 991px) {
      section#office-roster div#office-search-form div#roster-input-fields label {
        width: calc((100% - 150px - (7.5px * 3)) / 3);
        margin-right: 7.5px;
        margin-bottom: 0; }
        section#office-roster div#office-search-form div#roster-input-fields label > * {
          height: 100%;
          font-size: 12px; }
      section#office-roster div#office-search-form div#roster-input-fields div#office-filter-buttons {
        width: 150px; } }
    @media (min-width: 992px) {
      section#office-roster div#office-search-form div#roster-input-fields label {
        width: calc((100% - 200px - (15px * 3)) / 3);
        margin-right: 15px;
        margin-bottom: 0; }
        section#office-roster div#office-search-form div#roster-input-fields label > * {
          height: 100%; }
      section#office-roster div#office-search-form div#roster-input-fields div#office-filter-buttons {
        width: 200px; } }
  section#office-roster .office-grid-results div#office-grid {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section#office-roster .office-grid-results div#office-grid:before {
      display: none; }
    section#office-roster .office-grid-results div#office-grid .office-grid-item-color {
      background: #e4e4e4; }
    section#office-roster .office-grid-results div#office-grid .office-grid-item {
      padding: 0;
      margin-bottom: 15px; }
      @media (max-width: 349px) {
        section#office-roster .office-grid-results div#office-grid .office-grid-item {
          width: 100%; } }
      @media (min-width: 350px) and (max-width: 767px) {
        section#office-roster .office-grid-results div#office-grid .office-grid-item {
          width: calc((100% / 2) - ((15px * 1) / 2)); }
          section#office-roster .office-grid-results div#office-grid .office-grid-item:nth-child(odd) {
            margin-right: 15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section#office-roster .office-grid-results div#office-grid .office-grid-item {
          width: calc((100% / 3) - ((15px * 2) / 3)); }
          section#office-roster .office-grid-results div#office-grid .office-grid-item:nth-child(3n - 1) {
            margin-left: 15px;
            margin-right: 15px; } }
      @media (min-width: 992px) {
        section#office-roster .office-grid-results div#office-grid .office-grid-item {
          width: calc((100% / 4) - ((15px * 3) / 4)); }
          section#office-roster .office-grid-results div#office-grid .office-grid-item:nth-child(4n) {
            margin-right: 0px !important; }
          section#office-roster .office-grid-results div#office-grid .office-grid-item:nth-child(n + 1) {
            margin-right: 15px; } }
      section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail {
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        height: 100% !important; }
        section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail > a {
          background-size: cover;
          background-position: 50%;
          background-repeat: no-repeat;
          padding-bottom: 0 !important; }
          @media (max-width: 349px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail > a {
              min-height: calc(((60vw - (2 * 15px)) / 1)); } }
          @media (min-width: 350px) and (max-width: 767px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail > a {
              min-height: calc(((60vw - (3 * 15px)) / 2)); } }
          @media (min-width: 768px) and (max-width: 991px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail > a {
              min-height: calc(((60vw - (4 * 15px)) / 3)); } }
          @media (min-width: 992px) and (max-width: 1199px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail > a {
              min-height: calc(((60vw - (5 * 15px)) / 4)); } }
          @media (min-width: 1200px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail > a {
              min-height: calc((((1170px * .60) - (5 * 15px)) / 4)); } }
        section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          flex: 1; }
          @media (max-width: 767px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption {
              padding: 15px 7.5px; } }
          @media (min-width: 768px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption {
              padding: 15px; } }
          @media (max-width: 767px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          @media (min-width: 1200px) {
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption {
              min-height: 165px; } }
          section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a {
            text-decoration: none;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%; }
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h3.office-grid-name {
              margin: 0 0 10px 0; }
              @media (max-width: 767px) {
                section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h3.office-grid-name {
                  font-size: 1.5rem; } }
              @media (min-width: 768px) and (max-width: 991px) {
                section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h3.office-grid-name {
                  font-size: 1.5rem; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h3.office-grid-name {
                  font-size: 1.75rem; } }
              @media (min-width: 1200px) {
                section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h3.office-grid-name {
                  font-size: 1.75rem; } }
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h3.office-grid-name:empty {
              display: none; }
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h4 {
              margin: 0 0 10px 0; }
            section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption a > h4:empty {
              display: none; }
          section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption .btn01 {
            margin-top: 15px !important;
            margin-bottom: 0 !important;
            padding: 2.5px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1; }
            @media (max-width: 400px) {
              section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption .btn01 {
                width: 100%; } }
            @media (min-width: 401px) {
              section#office-roster .office-grid-results div#office-grid .office-grid-item > .thumbnail .caption .btn01 {
                width: 75%; } }

table#office-agents-table tbody {
  display: flex;
  flex-wrap: wrap; }

html[browser="ie"] body.office-roster-page section#office-roster .office-grid-item .btn01 {
  text-align: center !important;
  display: table-cell !important;
  vertical-align: middle !important; }

.affiliates-block {
  padding: 30px 0; }
  .affiliates-block .affiliates-grid {
    margin-top: 30px; }
  .affiliates-block .affiliate-item {
    padding: 5px; }
  .affiliates-block .affiliates-grid .btn01 {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0;
    font-size: 12.5px;
    height: auto;
    width: auto;
    min-width: initial;
    max-width: 100%; }
  .affiliates-block .affiliate-item {
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin-bottom: 10px; }
  .affiliates-block .flex-grid {
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;
    align-items: center; }
  .affiliates-block .flex-grid-1 a {
    width: calc((100% / 1) - (10px / 1)); }
  .affiliates-block .flex-grid-2 a {
    width: calc((100% / 2) - (10px / 2)); }
  .affiliates-block .flex-grid-3 a {
    width: calc((100% / 3) - (20px / 3)); }
  .affiliates-block .flex-grid-4 a {
    width: calc((100% / 4) - (30px / 4)); }
  .affiliates-block .flex-grid-5 a {
    width: calc((100% / 5) - (40px / 5)); }
  .affiliates-block .flex-grid-6 a {
    width: calc((100% / 6) - (50px / 6)); }
  @media (max-width: 450px) {
    .affiliates-block .flex-grid-1 a {
      width: calc((100% / 1) - (10px / 1)); }
    .affiliates-block .flex-grid-2 a {
      width: calc((100% / 2) - (10px / 2)); }
    .affiliates-block .flex-grid-3 a {
      width: calc((100% / 3) - (20px / 3)); }
    .affiliates-block .flex-grid-4 a {
      width: calc((100% / 2) - (30px / 2)); }
    .affiliates-block .flex-grid-5 a {
      width: calc((100% / 3) - (20px / 3)); }
    .affiliates-block .flex-grid-6 a {
      width: calc((100% / 3) - (20px / 3)); } }

audio.show {
  max-width: 100%;
  margin: auto; }

audio.hide {
  display: none; }

.button-block {
  padding: 30px 0; }
  .button-block .button-grid {
    margin-top: 30px; }
  .button-block .button-grid .btn01 {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0;
    font-size: 12.5px;
    height: auto;
    min-width: initial;
    max-width: 100%;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%; }
  .button-block .button-block-item {
    display: inline-block;
    vertical-align: middle;
    margin: auto; }
  .button-block .flex-grid {
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex; }
  .button-block .flex-grid-1 .button-block-item {
    width: calc((100% / 1) - (10px / 1)); }
  .button-block .flex-grid-2 .button-block-item {
    width: calc((100% / 2) - (10px / 2)); }
  .button-block .flex-grid-3 .button-block-item {
    width: calc((100% / 3) - (20px / 3)); }
  .button-block .flex-grid-4 .button-block-item {
    width: calc((100% / 4) - (30px / 4)); }
  .button-block .flex-grid-5 .button-block-item {
    width: calc((100% / 5) - (40px / 5)); }
  .button-block .flex-grid-6 .button-block-item {
    width: calc((100% / 6) - (50px / 6)); }
  @media (max-width: 600px) {
    .button-block .btn01 {
      word-wrap: break-word; }
    .button-block .flex-grid-1 .button-block-item {
      width: calc((100% / 1) - (10px / 1)); }
    .button-block .flex-grid-2 .button-block-item {
      width: calc((100% / 1) - (10px / 1)); }
    .button-block .flex-grid-3 .button-block-item {
      width: calc((100% / 1) - (10px / 1)); }
    .button-block .flex-grid-4 .button-block-item {
      width: calc((100% / 1) - (10px / 1)); }
    .button-block .flex-grid-5 .button-block-item {
      width: calc((100% / 1) - (10px / 1)); }
    .button-block .flex-grid-6 .button-block-item {
      width: calc((100% / 1) - (10px / 1)); } }

section.communities-service-block .community-event-item {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 7.5px; }
  @media (max-width: 767px) {
    section.communities-service-block .community-event-item {
      width: calc((100% / 1) - (15px)); } }
  @media (min-width: 768px) {
    section.communities-service-block .community-event-item {
      width: calc((100% / 2) - (15px)); } }
  @media (min-width: 1199px) {
    section.communities-service-block .community-event-item {
      width: calc((100% / 3) - (15px)); } }
  @media (min-width: 1200px) {
    section.communities-service-block .community-event-item {
      width: calc((100% / 3) - (15px)); } }
section.communities-service-block .community-events-items {
  display: flex;
  align-items: stretch;
  width: 1170px;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap;
  padding: 15px; }
section.communities-service-block .event-title {
  line-height: 1.1;
  margin-bottom: 5px;
  font-size: 20px; }
section.communities-service-block .event-location {
  word-break: break-word; }
  section.communities-service-block .event-location:before {
    content: "Event Location: ";
    font-weight: bold; }
section.communities-service-block .event-description {
  word-break: break-word; }
  section.communities-service-block .event-description:before {
    content: "About This Event: ";
    font-weight: bold; }
section.communities-service-block .event-group-name {
  word-break: break-word; }
  section.communities-service-block .event-group-name:before {
    content: "Hosted By: ";
    font-weight: bold; }
section.communities-service-block .event-categories {
  word-break: break-word;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  margin-top: 15px;
  align-items: center;
  justify-content: center; }
  section.communities-service-block .event-categories:before {
    content: "Categories: ";
    font-weight: bold;
    margin-right: 5px; }
  section.communities-service-block .event-categories span {
    width: auto;
    text-align: left;
    margin-right: 5px;
    font-size: 13px;
    display: inline-flex; }
    section.communities-service-block .event-categories span:not(:last-child):after {
      content: ", "; }
section.communities-service-block .event-date:before {
  content: "Event Date: ";
  font-weight: bold; }
section.communities-service-block .event-image {
  margin-bottom: 15px; }
  section.communities-service-block .event-image img {
    margin: auto;
    width: 100px;
    max-width: 100%; }
section.communities-service-block .event-d {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  left: 30px;
  top: 30px;
  background: white;
  border: 1px solid #e4e4e4;
  padding: 10px;
  line-height: 1; }
  section.communities-service-block .event-d:before {
    content: "\f133";
    margin-right: 5px;
    opacity: .5;
    font-family: "Font Awesome 5 Free"; }
section.communities-service-block .event-title {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center; }
section.communities-service-block .event-updated:before {
  content: "Last Updated: ";
  font-weight: bold; }
section.communities-service-block .event-location,
section.communities-service-block .event-group-name,
section.communities-service-block .event-date,
section.communities-service-block .event-description,
section.communities-service-block .event-updated,
section.communities-service-block .event-updated {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  line-height: 1.3; }

section.pro-text-blocks + section.community-block {
  padding-top: 0; }

section.community-block .cb.cb-comu + div + .cb.cb-comu h2 {
  padding-top: 15px; }
section.community-block .btn {
  margin-bottom: 15px; }

#noResultsCMA {
  opacity: 1; }

.pac-container {
  background-color: #FFF;
  z-index: 1051 !important;
  position: fixed;
  display: inline-block;
  float: left; }

.maplabel {
  color: #000;
  background-color: white;
  border: 1px solid #000;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 2px; }

.maplabel.brown {
  background-color: #BF5300;
  color: #fff; }

td.details-control {
  color: blue;
  cursor: pointer; }

tr.shown td.details-control {
  color: red;
  cursor: pointer; }

#home-valuation-map #sspmap {
  height: 100%;
  width: 100%; }

div#reportModal table td {
  text-align: left;
  line-height: 1.25; }

.home-value-report-options {
  padding: 0 15px; }

div#search-report i {
  font-size: 10px !important;
  margin-right: 2px; }

.home-value-report-options .btn01 {
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: bold; }
  .home-value-report-options .btn01 i {
    margin-right: 2.5px; }

section#home-valuation-map .idx-thumbnail-description {
  text-align: left;
  padding: 15px;
  font-size: 13px;
  font-family: "Arial"; }
section#home-valuation-map .map-floating-buttons {
  display: flex;
  width: 100%;
  position: relative; }
  section#home-valuation-map .map-floating-buttons .btn01 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9; }
@media (max-width: 991px) {
  section#home-valuation-map .search-results.srBlock {
    overflow-y: scroll; } }
section#home-valuation-map .home-value-report-options button {
  display: flex;
  padding: 10px 15px !important;
  white-space: nowrap;
  font-size: 13px !important;
  font-family: "Arial";
  font-weight: bold !important; }
section#home-valuation-map div#search-report {
  font-size: 13px;
  text-align: left;
  line-height: 1;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid;
  display: inline-flex;
  margin-right: auto;
  margin-left: 0;
  font-weight: bold; }
section#home-valuation-map .search-results.srBlock .thumbnail {
  position: relative;
  padding: 0; }
  section#home-valuation-map .search-results.srBlock .thumbnail button {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    font-family: "Arial";
    font-size: 13px;
    background: #4CAF50;
    color: white;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.5);
    transition: ease-in-out .15s; }
    section#home-valuation-map .search-results.srBlock .thumbnail button:hover {
      background: #8BC34A; }
section#home-valuation-map .home-value-report-options-title {
  text-align: left;
  padding: 15px 0 10px 0; }
  section#home-valuation-map .home-value-report-options-title > div {
    line-height: 1; }
  section#home-valuation-map .home-value-report-options-title .btn01 {
    padding: 5px 15px !important; }
section#home-valuation-map .search-result-street {
  margin-bottom: 0; }
  section#home-valuation-map .search-result-street + h4 {
    margin-top: 5px;
    margin-bottom: 0; }
section#home-valuation-map h2.search-result-price {
  margin-top: 5px;
  margin-bottom: 10px; }
section#home-valuation-map #search-query-string {
  font-size: 14px;
  display: flex;
  width: 200px;
  max-width: 100%;
  line-height: 1.25 !important;
  font-size: 12.5px !important;
  font-family: "Arial";
  font-weight: bold;
  padding: 10px 0 0 0 !important; }
  section#home-valuation-map #search-query-string:before {
    content: "\f3c5";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: .5;
    font-size: 14px; }
section#home-valuation-map .thumbnail {
  border: 0;
  margin: 0; }
  section#home-valuation-map .thumbnail .caption {
    padding: 15px;
    margin-bottom: -15px; }

.home-value-modal {
  background-color: #333; }
  .home-value-modal #generate-report-options {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .home-value-modal #generate-report-options div {
      text-decoration: underline;
      display: flex;
      white-space: nowrap;
      align-items: center;
      justify-content: center;
      padding: 10px;
      line-height: 1;
      font-size: 13px;
      font-family: Arial;
      cursor: pointer; }
  .home-value-modal label {
    margin-bottom: 5px !important; }
  .home-value-modal input#signUpButton {
    margin-bottom: 15px;
    margin-top: 10px; }
  .home-value-modal #home-value-modal-directions {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 7.5px 15px; }
  .home-value-modal #home-value-modal-description {
    line-height: 1.5;
    text-align: left;
    font-size: 13px;
    font-family: Arial;
    padding: 0 15px 7.5px 15px; }
    .home-value-modal #home-value-modal-description div {
      margin-top: 7.5px; }

#home-value-preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: white; }
  #home-value-preview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    opacity: .5; }
  #home-value-preview iframe {
    width: 100%;
    height: calc(100% + 80px + 150px);
    position: absolute;
    left: 0;
    right: auto;
    margin: auto;
    bottom: -80px; }

section.facebook-like-block {
  max-width: 100%;
  overflow: hidden;
  text-align: center; }
  section.facebook-like-block .facebook-like-wrapper {
    width: 250px;
    max-width: 100%;
    margin: auto;
    float: none; }

section.featured-block .block-title-description {
  width: 1170px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 15px; }
section.featured-block[view-mode="default"] .container-fluid {
  width: 1170px;
  max-width: 100%;
  margin: auto; }
section.featured-block[view-mode="default"] .featured-block-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  section.featured-block[view-mode="default"] .featured-block-grid .thumbnail {
    display: flex;
    flex-direction: column; }
  section.featured-block[view-mode="default"] .featured-block-grid .featured-item {
    padding: 0;
    border-radius: 0;
    margin: 7.5px; }
    @media (max-width: 767px) {
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item {
        width: calc((100% / 2) - 15px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item {
        width: calc((100% / 3) - 15px); } }
    @media (min-width: 1200px) {
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item {
        width: calc((100% / 3) - 30px); } }
    section.featured-block[view-mode="default"] .featured-block-grid .featured-item .featured-thumbnail {
      position: relative;
      padding-bottom: 65%;
      width: 100%;
      display: block; }
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item .featured-thumbnail .featured-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%; }
    section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption {
      display: flex;
      flex-direction: column;
      flex: 1 auto;
      justify-content: space-between;
      width: 100%;
      padding: 15px; }
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .author-thumbnail:empty {
        display: none; }
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .featured-item-title {
        text-align: left;
        width: 100%;
        margin-bottom: 5px; }
        section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .featured-item-title:empty {
          display: none; }
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .featured-item-meta {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        font-family: "Open Sans"; }
        section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .featured-item-meta > div {
          margin-right: 5px; }
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .featured-item-excerpt {
        text-align: left;
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
        font-family: "Open Sans"; }
        section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .featured-item-excerpt:empty {
          display: none; }
      section.featured-block[view-mode="default"] .featured-block-grid .featured-item .caption .featured-item-link {
        text-align: left;
        width: 100%;
        padding-top: 15px;
        margin-top: auto;
        margin-bottom: 0; }

featured .block-contained .container-fluid {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

*[class*="featured-grid"] {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block; }
  *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }
    *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
      width: 100%; }
      *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail > a {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        padding-bottom: 66.66666%; }
        *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail > a img {
          position: absolute;
          left: -25%;
          right: -25%;
          top: -25%;
          bottom: -25%;
          margin: auto; }
      *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        padding: 30px 15px;
        flex-grow: 1; }
        *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h3, *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h2 {
          margin-bottom: 15px;
          margin-top: 0; }
        *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h2:empty,
        *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h3:empty {
          display: none; }
        *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p:empty {
          display: none; }
        *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p {
          margin-top: auto;
          margin-bottom: 0; }
          *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p a.btn01[href=""] {
            display: none; }
          *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p a.btn01[href*="http"] {
            margin-top: 15px; }

html[browser="ie"] *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail,
html[browser="edge"] *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail {
  display: block !important;
  position: relative; }
  html[browser="ie"] *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p,
  html[browser="edge"] *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p {
    min-height: 60px; }
    html[browser="ie"] *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p a,
    html[browser="edge"] *[class*="featured-grid"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p a {
      position: absolute;
      left: 15px;
      bottom: 15px; }

@media (max-width: 767px) {
  .featured-grid-2 .container-fluid {
    display: block; } }
@media (min-width: 768px) {
  .featured-grid-2 .container-fluid {
    display: flex;
    flex-direction: row; } }
@media (max-width: 767px) {
  .featured-grid-2 div[class*="FeaturedSlot"] {
    width: 100%; } }
@media (min-width: 992px) {
  .featured-grid-2 div[class*="FeaturedSlot"] {
    width: calc((100% / 2) - (((2 - 1) * 30px) / 2) ); }
    .featured-grid-2 div[class*="FeaturedSlot"]:not(last-child) {
      margin-left: 0;
      margin-right: 30px; }
    .featured-grid-2 div[class*="FeaturedSlot"]:last-child {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 767px) {
  .featured-grid-3 .container-fluid {
    display: block; } }
@media (min-width: 768px) {
  .featured-grid-3 .container-fluid {
    display: flex;
    flex-direction: row; } }
@media (max-width: 767px) {
  .featured-grid-3 div[class*="FeaturedSlot"] {
    width: 100%; } }
@media (min-width: 992px) {
  .featured-grid-3 div[class*="FeaturedSlot"] {
    width: calc((100% / 3) - (((3 - 1) * 30px) / 3) ); }
    .featured-grid-3 div[class*="FeaturedSlot"]:not(last-child) {
      margin-left: 0;
      margin-right: 30px; }
    .featured-grid-3 div[class*="FeaturedSlot"]:last-child {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 767px) {
  .featured-grid-4 .container-fluid {
    display: block; } }
@media (min-width: 768px) {
  .featured-grid-4 .container-fluid {
    display: flex;
    flex-direction: row; } }
@media (max-width: 767px) {
  .featured-grid-4 div[class*="FeaturedSlot"] {
    width: 100%; } }
@media (min-width: 992px) {
  .featured-grid-4 div[class*="FeaturedSlot"] {
    width: calc((100% / 4) - (((4 - 1) * 30px) / 4) ); }
    .featured-grid-4 div[class*="FeaturedSlot"]:not(last-child) {
      margin-left: 0;
      margin-right: 30px; }
    .featured-grid-4 div[class*="FeaturedSlot"]:last-child {
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 992px) {
  .featured-grid-2 .container-fluid,
  .featured-grid-4 .container-fluid {
    flex-wrap: wrap; } }
@media (min-width: 768px) and (max-width: 991px) {
  .featured-grid-2 div[class*="FeaturedSlot"],
  .featured-grid-4 div[class*="FeaturedSlot"] {
    width: calc(50% - (30px / 2)); }
    .featured-grid-2 div[class*="FeaturedSlot"]:nth-child(odd),
    .featured-grid-4 div[class*="FeaturedSlot"]:nth-child(odd) {
      margin-left: 0;
      margin-right: 30px; }
    .featured-grid-2 div[class*="FeaturedSlot"]:nth-child(even),
    .featured-grid-4 div[class*="FeaturedSlot"]:nth-child(even) {
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .featured-grid-3 div[class*="FeaturedSlot"] {
    width: calc((100% / 3) - (((3 - 1) * 30px) / 3) ); }
    .featured-grid-3 div[class*="FeaturedSlot"]:not(last-child) {
      margin-left: 0;
      margin-right: 30px; }
    .featured-grid-3 div[class*="FeaturedSlot"]:last-child {
      margin-left: 0;
      margin-right: 0; } }

*[class*="checkered-1x1"] {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block; }
  *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] {
    display: flex; }
    @media (max-width: 767px) {
      *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail {
        flex-direction: column; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail > * {
          width: 100%; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail > a {
          padding-bottom: 100%; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption {
          padding: 15px; } }
    @media (min-width: 768px) {
      *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail {
        justify-content: space-between; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail > * {
          width: 50%; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption {
          min-height: 475px;
          padding: 30px; }
      *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"]:nth-child(even) .thumbnail {
        flex-direction: row-reverse; }
      *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"]:nth-child(odd) .thumbnail {
        flex-direction: row; } }
    *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail {
      display: flex;
      padding: 0;
      border-radius: 0;
      width: 100%;
      margin-bottom: 0; }
      *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail > a {
        display: flex;
        position: relative;
        overflow: hidden; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail > a img {
          display: none; }
      *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption > * {
          width: 100%;
          display: block; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h3, *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h2 {
          margin-bottom: 15px;
          margin-top: 0; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h2:empty,
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption h3:empty {
          display: none; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p:empty {
          display: none; }
        *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p {
          margin-top: 0;
          margin-bottom: 0; }
          *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p a.btn01[href=""] {
            display: none; }
          *[class*="checkered-1x1"] .container-fluid > div[class*="FeaturedSlot"] .thumbnail .caption p + p a.btn01[href*="http"] {
            margin-top: 15px; }

/*<section class="featured-listing-blocks fp00001 default">
    <div class="cb cb-fprp">
        <div class="cb01 fprp01">
            <div class="container-fluid">
                <div class="row">
                    <div class="col-lg-12">
                        <div class="bt01 text-left">
                            <h2>Pro Featured Properties</h2>
                        </div>
                        <div class="bd01 text-left"></div>
                    </div>
                </div>
            </div>
        </div>
        <div class="cb02 fprp02">
            <div class="container-fluid">
                <div id="row">
                    <div id="fl_div">
                        <div id="prop1" class="col-sm-6">
                            <a href="#" title="Scottsdale / $26,000,000">
                                <div class="thumbnail">
                                    <div class="caption post-content" style="background-image: url(#);">
                                        <div class="l-city-name ontopimgt01">
                                            <h3>Scottsdale</h3>
                                        </div>
                                        <div class="l-price ontopimgd01">
                                            <h4>$26,000,000</h4>
                                        </div>
                                    </div>
                                </div>
                            </a>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <a class="btn btn-primary btn01" href="/realestatehomes/">View All Listings</a>
                </div>
            </div>
        </div>
    </div>
</section>*/
section.featured-listing-blocks.default a.btn.btn-primary.btn01 {
  margin-top: 30px; }
section.featured-listing-blocks.default .cb01.fprp01 {
  margin-bottom: 30px; }
section.featured-listing-blocks.default .bd01 {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-bottom: 0; }
section.featured-listing-blocks.default .cb02.fprp02 div#fl_div {
  display: flex;
  flex-wrap: wrap; }
  section.featured-listing-blocks.default .cb02.fprp02 div#fl_div:after {
    content: "";
    display: block;
    clear: both;
    width: 100%; }
  @media (max-width: 767px) {
    section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div.col-sm-6 {
      width: 100%; }
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div.col-sm-6:not(:nth-child(1)) {
        margin-top: 15px; } }
  @media (min-width: 767px) {
    section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div.col-sm-6:not(:nth-child(1)):not(:nth-child(2)) {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div.col-sm-4 {
      width: 100%; }
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div.col-sm-4:not(:nth-child(1)) {
        margin-top: 15px; } }
  @media (min-width: 767px) {
    section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div.col-sm-4:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
      margin-top: 30px; } }
  section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail {
    padding: 0;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    border: 0; }
    section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail .caption.post-content {
      background: rgba(0, 0, 0, 0.25);
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
      right: 0;
      color: white;
      text-align: center;
      transition: ease .5s;
      align-items: center; }
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail .caption.post-content:hover {
        background: rgba(0, 0, 0, 0.5); }
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail .caption.post-content .l-city-name,
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail .caption.post-content .l-price {
        width: 100%; }
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail .caption.post-content .l-city-name h3,
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail .caption.post-content .l-price h4 {
        width: 100%;
        line-height: 1.1;
        margin: 0;
        padding: 0; }
      section.featured-listing-blocks.default .cb02.fprp02 div#fl_div > div .thumbnail .caption.post-content .l-city-name {
        margin-bottom: 10px; }

/*WIGITIZED VERSIONS*/
/* 50% - 50% */
section.fifty-fifty section.featured-listing-blocks .container-fluid {
  padding-left: 0;
  padding-right: 0; }
section.fifty-fifty section.featured-listing-blocks #fl_div > * {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
@media (max-width: 991px) {
  section.fifty-fifty section.featured-listing-blocks .container-fluid .row > .col-md-6 {
    padding-left: 0;
    padding-right: 0; }
  section.fifty-fifty section.featured-listing-blocks #fl_div > * {
    padding-bottom: 15px; } }

/* 66% - 33% */
section.sixy-thirty .featured-listing-blocks .container-fluid {
  padding-left: 0;
  padding-right: 0; }
section.sixy-thirty .col-md-4 section.featured-listing-blocks .container-fluid {
  padding-left: 0;
  padding-right: 0; }
section.sixy-thirty .col-md-4 section.featured-listing-blocks #fl_div > * {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
@media (min-width: 992px) {
  section.sixy-thirty .col-md-8 section.featured-listing-blocks #fl_div > * {
    width: 50% !important; } }
@media (min-width: 992px) {
  section.sixy-thirty .col-md-8 section.featured-listing-blocks #fl_div > div:nth-last-of-type(-n+2) {
    padding-bottom: 0 !important; } }
@media (min-width: 992px) {
  section.sixy-thirty .col-md-8 section.featured-listing-blocks #fl_div > *:nth-child(odd) {
    padding-right: 15px;
    padding-left: 0; } }
@media (min-width: 992px) {
  section.sixy-thirty .col-md-8 section.featured-listing-blocks #fl_div > *:nth-child(even) {
    padding-left: 15px;
    padding-right: 0; } }

/* 66% - 33% */
section.thirty-sixty .featured-listing-blocks .container-fluid,
section.thirty-thirty-thirty .featured-listing-blocks .container-fluid {
  padding-left: 0;
  padding-right: 0; }
section.thirty-sixty .col-md-4 section.featured-listing-blocks #fl_div > *,
section.thirty-thirty-thirty .col-md-4 section.featured-listing-blocks #fl_div > * {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
@media (min-width: 992px) {
  section.thirty-sixty .col-md-8 section.featured-listing-blocks #fl_div > *,
  section.thirty-thirty-thirty .col-md-8 section.featured-listing-blocks #fl_div > * {
    width: 50% !important; } }
@media (min-width: 992px) {
  section.thirty-sixty .col-md-8 section.featured-listing-blocks #fl_div > *:nth-child(odd),
  section.thirty-thirty-thirty .col-md-8 section.featured-listing-blocks #fl_div > *:nth-child(odd) {
    padding-right: 15px;
    padding-left: 0; } }
@media (min-width: 992px) {
  section.thirty-sixty .col-md-8 section.featured-listing-blocks #fl_div > *:nth-child(even),
  section.thirty-thirty-thirty .col-md-8 section.featured-listing-blocks #fl_div > *:nth-child(even) {
    padding-left: 15px;
    padding-right: 0; } }

section.content-blocks > section.featured-listing-blocks.featured-listings-carousel .featured-listings-carousel-content {
  width: 1170px;
  max-width: 100%;
  margin: auto; }

section.featured-listing-blocks.featured-listings-carousel .cb01.fprp01 {
  margin-bottom: 30px; }
section.featured-listing-blocks.featured-listings-carousel .featured-listings-carousel-button {
  z-index: 2;
  color: white;
  position: relative; }
  section.featured-listing-blocks.featured-listings-carousel .featured-listings-carousel-button a {
    color: white !important;
    padding: 0 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    line-height: 1;
    height: 40px;
    text-decoration: none; }
section.featured-listing-blocks.featured-listings-carousel .carousel-control.left.carousel-control, section.featured-listing-blocks.featured-listings-carousel .carousel-control.right.carousel-control {
  z-index: 2;
  background-image: none;
  background-color: black;
  opacity: 1;
  color: white;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none; }
  section.featured-listing-blocks.featured-listings-carousel .carousel-control.left.carousel-control:hover, section.featured-listing-blocks.featured-listings-carousel .carousel-control.right.carousel-control:hover {
    background-color: #333; }
section.featured-listing-blocks.featured-listings-carousel .carousel-control.left.carousel-control {
  right: 40px;
  left: auto;
  top: 0;
  font-size: 12px;
  border-right: 1px solid #333; }
section.featured-listing-blocks.featured-listings-carousel .carousel-control.right.carousel-control {
  right: 0px;
  left: auto;
  top: 0;
  font-size: 12px; }
section.featured-listing-blocks.featured-listings-carousel .carousel-inner {
  position: relative; }
  section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: block;
    transition: ease-in-out .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item.active {
      opacity: 1;
      z-index: 1; }
    section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item a.carousel-caption {
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      color: white;
      text-shadow: none;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 10px;
      text-decoration: none;
      background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); }
    section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item .carousel-title,
    section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item .carousel-description {
      color: white;
      text-align: left;
      width: 100%;
      line-height: 1.25;
      padding: 0; }
    @media (max-width: 767px) {
      section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item .carousel-title {
        font-size: 17px; }
      section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item .carousel-description {
        font-size: 14px; } }
    @media (min-width: 768px) {
      section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item .carousel-title {
        font-size: 3rem; }
      section.featured-listing-blocks.featured-listings-carousel .carousel-inner .item .carousel-description {
        font-size: 2rem; } }

section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .cb01.fprp01 {
  width: 1170px;
  max-width: 100%;
  margin: auto; }
section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px; }
  section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item {
    display: flex;
    margin-top: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    @media (max-width: 767px) {
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 300px; } }
    @media (min-width: 768px) {
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item:nth-child(4n), section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item:nth-child(4n + 1) {
        width: calc(100% *(2/3) - 7.5px); } }
    @media (min-width: 768px) {
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item:nth-child(4n - 2), section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item:nth-child(4n - 1) {
        width: calc(100% *(1/3) - 7.5px); } }
    @media (min-width: 768px) {
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item:nth-child(odd) {
        margin-right: 15px; }
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item:nth-child(4n + 1) {
        height: calc(1170px / 3); }
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item:nth-child(4n - 1) {
        height: calc(1170px / 2); } }
    section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item .mosaic-caption {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-items: center;
      position: relative;
      background: rgba(0, 0, 0, 0.2);
      text-decoration: none; }
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item .mosaic-caption:hover {
        filter: saturate(0.3);
        transition: ease-in-out .75s; }
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item .mosaic-caption .mosaic-title.content-title {
        line-height: 1.1;
        margin-bottom: 0;
        color: white;
        transition: ease-in-out .25s; }
        section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item .mosaic-caption .mosaic-title.content-title:empty {
          display: none; }
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item .mosaic-caption .mosaic-description {
        color: white;
        font-size: 2rem; }
      section.featured-listing-blocks.featured-listings-mosaic-pattern-1 .featured-listings-mosaic-content .featured-listing-item .mosaic-caption:hover {
        background: rgba(51, 51, 51, 0.8);
        transition: ease-in-out .75s; }

section.featured-listing-blocks[class*="swiper"] {
  display: flex;
  flex-direction: column; }
  section.featured-listing-blocks[class*="swiper"] .cb01.fprp01 {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  section.featured-listing-blocks[class*="swiper"] .featured-listings-button {
    margin-bottom: 30px; }
  section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container {
    width: 100%;
    padding-bottom: 40px; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-button-prev,
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-button-next {
      filter: saturate(0); }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-pagination.swiper-pagination-bullets {
      bottom: 0 !important; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide {
      background: white;
      background-position: center;
      background-size: cover;
      display: flex;
      flex-direction: column; }
      @media (max-width: 399px) {
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide {
          width: 100%; } }
      @media (min-width: 400px) {
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide {
          width: 300px; } }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide .swiper-image {
        width: 100%;
        padding-bottom: 75%;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide .swiper-slide-caption {
        display: flex;
        flex-direction: column;
        flex: 1 auto;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background-color: #333; }
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide .swiper-slide-caption .swiper-price {
          color: white;
          -webkit-font-smoothing: antialiased;
          font-size: 17px; }
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide .swiper-slide-caption .swiper-city {
          margin-bottom: auto;
          color: white;
          font-size: 15px;
          max-height: 100px;
          line-height: 1.25;
          -webkit-font-smoothing: antialiased; }
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide .swiper-slide-caption .swiper-link {
          display: flex;
          margin-top: 15px; }
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a {
            color: white;
            border: 1px solid white;
            padding: 10px 15px;
            line-height: 1;
            text-decoration: none;
            -webkit-font-smoothing: antialiased; }
            section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-coverflow .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a:hover {
              color: whitesmoke;
              border: 1px solid white; }
  section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-button-prev, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-button-next {
    filter: saturate(0) brightness(5); }
  section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-pagination.swiper-pagination-bullets {
    position: relative !important;
    bottom: 0 !important;
    top: 10px; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #333; }
  section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption {
    text-shadow: 1px 1px 5px black;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    transition: ease-in-out .25s; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-price {
      color: #fff;
      max-width: 100%;
      order: 0; }
      @media (max-width: 991px) {
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-price {
          font-size: 15px; } }
      @media (min-width: 992px) {
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-price {
          font-size: 18px; } }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city {
      order: -1;
      color: #fff;
      max-width: 100%;
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      transition: ease-in-out .25s;
      padding-right: 10px;
      overflow-y: auto; }
      @media (max-width: 991px) {
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city {
          font-size: 20px; } }
      @media (min-width: 992px) {
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city {
          font-size: 25px; } }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar {
        width: 10px; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-track {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.75);
        border-radius: 5px;
        overflow: hidden; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-track:hover {
        border: 1px solid #fff; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.75);
        border-radius: 5px; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-thumb:hover {
        background: #fff; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-link {
      order: 3; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-link a {
        background: transparent;
        display: block;
        padding: 10px 15px;
        line-height: 1;
        color: #fff !important;
        text-decoration: none;
        border: 1px solid white;
        margin-top: 15px;
        transition: ease-in-out .25s; }
        @media (max-width: 991px) {
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-link a {
            font-size: 14px; } }
        @media (min-width: 992px) {
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-link a {
            font-size: 15px; } }
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-slide .swiper-slide-caption .swiper-link a:hover {
          background: black;
          border: 1px solid black;
          transition: ease-in-out .25s; }
  @media (max-width: 949px) {
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-container {
      width: calc(100% - 30px);
      margin: 0 auto;
      height: calc((100vw) * .6); }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: calc((100vw - 30px) * .6); } }
  @media (min-width: 950px) {
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-container {
      width: 900px;
      height: calc((900px * (4/6)) + 30px); }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-flip .swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 900px;
        height: calc(900px * (4/6)); } }
  @media (max-width: 767px) {
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs .swiper-container, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs .swiper-container {
      width: 100%;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs .gallery-thumbs, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs .gallery-thumbs {
      height: 100px; } }
  @media (min-width: 768px) {
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs .swiper-container, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs .swiper-container {
      width: 100%;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs .gallery-thumbs, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs .gallery-thumbs {
      height: 150px; } }
  @media (max-width: 767px) {
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs-contained .swiper-container, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs-contained .swiper-container {
      width: 100%;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs-contained .gallery-thumbs, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs-contained .gallery-thumbs {
      height: 100px; } }
  @media (min-width: 768px) {
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs-contained .swiper-container, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs-contained .swiper-container {
      width: 1170px;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs.featured-listings-swiper-thumbs-contained .gallery-thumbs, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained.featured-listings-swiper-thumbs-contained .gallery-thumbs {
      height: 150px; } }
  section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .swiper-button-prev, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .swiper-button-next, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .swiper-button-prev, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .swiper-button-next {
    filter: saturate(0) brightness(5); }
  section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top {
    height: 65vw;
    max-height: 600px;
    width: 100%; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide {
      background-size: cover;
      background-position: center; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption {
        position: absolute;
        height: 100%;
        background-color: black;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
        padding-left: 45px;
        padding-bottom: 30px;
        text-align: left;
        width: 100%; }
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-price, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-price {
          color: #fff;
          max-width: 100%; }
          @media (max-width: 991px) {
            section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-price, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-price {
              font-size: 17px; } }
          @media (min-width: 992px) {
            section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-price, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-price {
              font-size: 20px; } }
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city {
          color: #fff;
          max-width: 100%;
          padding-right: 10px;
          overflow-y: auto; }
          @media (max-width: 991px) {
            section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city {
              font-size: 15px;
              max-height: 100px;
              width: calc(100% - 45px); } }
          @media (min-width: 992px) {
            section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city {
              max-height: 300px;
              font-size: 17px;
              width: 700px; } }
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar {
            width: 10px; }
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-track, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-track {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.75);
            border-radius: 5px;
            overflow: hidden; }
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-track:hover, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-track:hover {
            border: 1px solid #fff; }
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-thumb, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.75);
            border-radius: 5px; }
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-thumb:hover, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-city::-webkit-scrollbar-thumb:hover {
            background: #fff; }
        section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a {
          background: transparent;
          display: block;
          padding: 10px 15px;
          line-height: 1;
          color: #fff !important;
          text-decoration: none;
          border: 1px solid white;
          margin-top: 15px; }
          @media (max-width: 991px) {
            section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a {
              font-size: 15px; } }
          @media (min-width: 992px) {
            section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a {
              font-size: 17px; } }
          section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a:hover, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a:hover {
            background: black;
            border: 1px solid black; }
  section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-thumbs, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    filter: brightness(0.8);
    transition: ease-in-out .25s; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-thumbs:hover, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-thumbs:hover {
      filter: brightness(1);
      transition: ease-in-out .25s; }
    section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-thumbs .swiper-slide, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-thumbs .swiper-slide {
      background-size: cover;
      background-position: center;
      width: 20% !important;
      cursor: pointer;
      filter: brightness(0.7);
      transition: ease-in-out .25s; }
      section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-thumbs .swiper-slide:hover, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-thumbs .swiper-slide:hover, section.featured-listing-blocks[class*="swiper"].featured-listings-swiper-thumbs-contained .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        filter: brightness(1);
        transition: ease-in-out .25s; }
  section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar {
    padding-bottom: 0;
    border: 0; }
    section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container {
      width: 100%;
      background: #212121; }
      @media (min-width: 992px) {
        section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container {
          padding-top: 50px;
          padding-bottom: 50px; } }
      section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        opacity: .4;
        filter: saturate(0);
        transition: ease-in-out .5s; }
        section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide.swiper-slide-active {
          opacity: 1;
          filter: saturate(1);
          transition: ease-in-out .5s; }
        @media (max-width: 991px) {
          section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide {
            height: calc(((100vw * (4/6)) - 30px)) !important; } }
        @media (min-width: 992px) {
          section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide {
            height: calc(((100vw * (4/6)) - 60px) / 3) !important; } }
        section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption {
          background: rgba(0, 0, 0, 0.8);
          color: white;
          bottom: 0;
          top: auto;
          position: absolute;
          padding: 10px 15px;
          text-align: left;
          max-width: 100%;
          width: 100%;
          display: flex;
          justify-content: space-between; }
          @media (max-width: 991px) {
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-price,
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-city,
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-link > a {
              font-size: 15px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-price,
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-city,
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-link > a {
              font-size: 12px; } }
          @media (min-width: 1300px) {
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-price,
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-city,
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-link > a {
              font-size: 20px; } }
          section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-price,
          section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-city {
            display: inline-flex;
            align-items: center;
            line-height: 1; }
          section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-city {
            margin-left: 10px;
            opacity: .8; }
          section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-link {
            margin-left: auto;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%; }
            section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-link > a {
              color: white !important;
              border: 1px solid;
              padding: 10px 15px;
              display: inline-flex;
              line-height: 1;
              text-decoration: none;
              transition: ease-in-out .25s;
              margin: auto; }
              section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-container .swiper-slide .swiper-slide-caption .swiper-link > a:hover {
                box-shadow: 0 0 5px white; }
    section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-button-next,
    section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-button-prev {
      background-color: white;
      width: 80px;
      height: 80px;
      padding: 20px;
      transform: scale(0.5);
      border-radius: 50%; }
    section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-pagination.swiper-pagination-progressbar {
      background: rgba(255, 255, 255, 0.3); }
      section.featured-listing-blocks[class*="swiper"].fl-swiper-horizontal-shift-w-progress-bar .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #ffffff; }

.featured-text-over-photo {
  padding: 0; }
  .featured-text-over-photo .thumbnail {
    border: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0; }
    .featured-text-over-photo .thumbnail > a {
      background-color: black;
      display: block;
      width: 100%;
      height: 100vh;
      z-index: -2;
      position: absolute; }
    .featured-text-over-photo .thumbnail img {
      display: block;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      transition: ease .5s;
      width: auto;
      z-index: -1;
      opacity: 0.5;
      top: 0; }
    .featured-text-over-photo .thumbnail .caption {
      width: 1170px;
      margin: auto;
      padding: 50px 15px;
      display: block;
      max-width: 100%;
      position: relative;
      color: white; }

.layout-full-width .text_block {
  width: 1200px;
  margin: auto;
  max-width: 100%; }

.text_block {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px; }

section.headline-blocks + .text_block {
  padding-top: 0; }

section.form-block {
  max-width: 100% !important; }
  section.form-block .container-fluid {
    width: 1200px;
    margin: auto;
    max-width: 100%; }
  section.form-block h2.form-header {
    text-align: left;
    margin-top: 0;
    display: block; }
  section.form-block fieldset {
    padding-top: 0px;
    width: 100%; }
    section.form-block fieldset:not(:last-child) {
      padding-bottom: 15px; }
    section.form-block fieldset label {
      width: 100%;
      text-align: left;
      margin-bottom: 0; }
      section.form-block fieldset label select,
      section.form-block fieldset label input[type="email"],
      section.form-block fieldset label input[type="text"],
      section.form-block fieldset label input[type="tel"],
      section.form-block fieldset label textarea {
        margin-top: 5px;
        width: 100%; }
    section.form-block fieldset.checkbox {
      background: rgba(228, 228, 228, 0.42);
      padding: 15px; }
    section.form-block fieldset.submit input {
      float: left; }

section.general-layouts-td-links-grid .container-fluid .bt01,
section.general-layouts-td-links-grid-links-list .container-fluid .bt01 {
  margin-bottom: 15px; }
section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-grid,
section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-grid,
section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-grid,
section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-grid a,
  section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-grid a,
  section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-grid a,
  section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-grid a {
    margin-bottom: 10px;
    display: flex;
    flex: 25%; }
section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-list,
section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-list,
section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-list,
section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-list {
  display: flex;
  flex-direction: column; }
  section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-list a,
  section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-list a,
  section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-list a,
  section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-list a {
    width: 100%;
    text-align: left;
    display: block; }
    section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-list a:not(:last-child),
    section.general-layouts-td-links-grid .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-list a:not(:last-child),
    section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-content .general-layouts-td-links-list a:not(:last-child),
    section.general-layouts-td-links-grid-links-list .container-fluid div.general-layouts-td-links-grid-links-list-content .general-layouts-td-links-list a:not(:last-child) {
      margin-bottom: 10px; }

section.headline-blocks {
  padding-bottom: 0 !important; }

section.hr-blocks {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

section.link-blocks:not([class*="sidebar"]) .block-title-description {
  width: 1170px;
  max-width: 100%;
  margin: auto; }
section.link-blocks:not([class*="sidebar"]).links-block-2-columns-centered .links-content-default .links-block-item *, section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .links-content-default .links-block-item *, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item * {
  text-align: center !important; }
section.link-blocks:not([class*="sidebar"]).links-block-2-columns-centered .links-content-default .links-block-item a, section.link-blocks:not([class*="sidebar"]).links-block-2-columns-centered .links-content-default .links-block-item .links-block-description, section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .links-content-default .links-block-item a, section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .links-content-default .links-block-item .links-block-description, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item a, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item .links-block-description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
section.link-blocks:not([class*="sidebar"]).links-block-2-columns .container-fluid, section.link-blocks:not([class*="sidebar"]).links-block-3-columns .container-fluid, section.link-blocks:not([class*="sidebar"]).links-block-4-columns .container-fluid, section.link-blocks:not([class*="sidebar"]).links-block-2-columns-centered .container-fluid, section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .container-fluid, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .container-fluid {
  width: 1170px;
  max-width: 100%;
  margin: auto; }
section.link-blocks:not([class*="sidebar"]).links-block-2-columns .links-content-default, section.link-blocks:not([class*="sidebar"]).links-block-3-columns .links-content-default, section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default, section.link-blocks:not([class*="sidebar"]).links-block-2-columns-centered .links-content-default, section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .links-content-default, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
@media (max-width: 767px) {
  section.link-blocks:not([class*="sidebar"]).links-block-2-columns .links-content-default .links-block-item, section.link-blocks:not([class*="sidebar"]).links-block-2-columns-centered .links-content-default .links-block-item {
    width: 100%;
    text-align: left;
    margin-top: 15px; } }
@media (min-width: 768px) {
  section.link-blocks:not([class*="sidebar"]).links-block-2-columns .links-content-default .links-block-item, section.link-blocks:not([class*="sidebar"]).links-block-2-columns-centered .links-content-default .links-block-item {
    width: calc(50% - 7.5px);
    text-align: left;
    margin-top: 15px; } }
@media (max-width: 767px) {
  section.link-blocks:not([class*="sidebar"]).links-block-3-columns .links-content-default .links-block-item, section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .links-content-default .links-block-item {
    width: 100%;
    text-align: left;
    margin-top: 15px; } }
@media (min-width: 768px) {
  section.link-blocks:not([class*="sidebar"]).links-block-3-columns .links-content-default .links-block-item, section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .links-content-default .links-block-item {
    width: calc((100% / 3) - (30px / 3));
    text-align: left;
    margin-top: 15px; }
    section.link-blocks:not([class*="sidebar"]).links-block-3-columns .links-content-default .links-block-item:nth-child(3n - 1), section.link-blocks:not([class*="sidebar"]).links-block-3-columns-centered .links-content-default .links-block-item:nth-child(3n - 1) {
      margin-left: 15px;
      margin-right: 15px; } }
@media (max-width: 767px) {
  section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default .links-block-item, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item {
    width: 100%;
    text-align: left;
    margin-top: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default .links-block-item, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item {
    width: calc(50% - 7.5px);
    text-align: left;
    margin-top: 15px; }
    section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default .links-block-item:nth-child(odd), section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item:nth-child(odd) {
      margin-right: 15px; } }
@media (min-width: 992px) {
  section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default .links-block-item, section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item {
    width: calc((100% / 4) - ((15px * 3) / 4));
    text-align: left;
    margin-top: 15px; }
    section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default .links-block-item:nth-child(4n - 1), section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default .links-block-item:nth-child(4n - 2), section.link-blocks:not([class*="sidebar"]).links-block-4-columns .links-content-default .links-block-item:nth-child(4n - 3), section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item:nth-child(4n - 1), section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item:nth-child(4n - 2), section.link-blocks:not([class*="sidebar"]).links-block-4-columns-centered .links-content-default .links-block-item:nth-child(4n - 3) {
      margin-right: 15px; } }

section.link-blocks.default-links-block .block-title-description + .cb02 {
  margin-top: 15px; }
section.link-blocks.default-links-block .container-fluid {
  width: 1170px;
  margin: auto;
  max-width: 100%; }
  section.link-blocks.default-links-block .container-fluid .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }

section.market-stats-blocks .container-fluid {
  width: 1170px;
  max-width: 100%; }
section.market-stats-blocks .bd01 {
  margin-bottom: 30px; }

section.market-stats-blocks .cb02 .row {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  font-weight: 400;
  text-align: inherit;
  border: 1px solid #e4e4e4;
  margin: 0; }

section.market-stats-blocks .grph-numbers h5 {
  color: slategrey;
  font-size: 45px; }

section.market-stats-blocks .grph-tbar h3 {
  margin-bottom: 45px;
  margin-top: 30px; }

section.market-stats-blocks .grph-tbar h4 {
  margin-bottom: 45px;
  margin-top: 30px; }

@media (max-width: 767px) {
  section.market-stats-blocks .grph-numbers h5 {
    font-size: 25px; }

  section.market-stats-blocks .grph-tbar h3 {
    margin-bottom: 25px; } }
section.market-stats-blocks .col-lg-6 {
  text-align: center; }

section.thirty-thirty-thirty section.market-stats-blocks div[class^='col-'],
section.thirty-sixty section.market-stats-blocks div[class^='col-'],
section.sixy-thirty section.market-stats-blocks div[class^='col-'],
section.fifty-fifty section.market-stats-blocks div[class^='col-'] {
  width: 100%; }

section.masonry-block .bd01 {
  margin-bottom: 30px; }
section.masonry-block div#photo-container {
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  margin: auto;
  column-gap: 10px;
  padding: 10px;
  width: 100%;
  display: block; }
  section.masonry-block div#photo-container > .masonry-gallery-item {
    position: static;
    text-align: left;
    display: inline-block;
    break-inside: avoid-column;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27);
    border: 1px solid rgba(228, 228, 228, 0.59); }
    section.masonry-block div#photo-container > .masonry-gallery-item * {
      line-height: 200%;
      color: #424242;
      font-size: 16px; }
    section.masonry-block div#photo-container > .masonry-gallery-item img {
      cursor: -webkit-zoom-in !important;
      max-width: 100%;
      width: 100%; }
    section.masonry-block div#photo-container > .masonry-gallery-item .video-responsive + *,
    section.masonry-block div#photo-container > .masonry-gallery-item img + * {
      margin-top: 15px !important;
      display: block; }
    section.masonry-block div#photo-container > .masonry-gallery-item .masonry-zoom {
      background: #2196f3;
      color: white;
      cursor: pointer;
      display: block;
      height: 53px;
      opacity: 0;
      padding: 12.5px;
      position: absolute;
      text-align: center;
      width: 53px;
      z-index: 9; }
      section.masonry-block div#photo-container > .masonry-gallery-item .masonry-zoom i {
        color: white;
        font-size: 25px;
        margin: 0;
        line-height: 0; }
    section.masonry-block div#photo-container > .masonry-gallery-item .masonry-gallery-item-title {
      font-size: 23px;
      letter-spacing: 0; }
  section.masonry-block div#photo-container > .masonry-gallery-item[data-zoom="true"]:hover .masonry-zoom {
    opacity: 1; }
  @media (max-width: 800px) {
    section.masonry-block div#photo-container {
      column-count: 2; } }
  @media (max-width: 450px) {
    section.masonry-block div#photo-container {
      column-count: 1; } }

section.masonry-block div#photo-container:hover img {
  opacity: .8;
  transition: ease .5s; }
section.masonry-block div#photo-container:hover img:hover {
  opacity: 1;
  transition: ease .25s;
  cursor: zoom; }

/* ENLARGE MODAL */
.masonry-gallery-modal {
  text-align: center; }
  .masonry-gallery-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    .masonry-gallery-modal .modal-dialog .modal-content .modal-header {
      padding: 5px 5px 0 15px; }
      .masonry-gallery-modal .modal-dialog .modal-content .modal-header #masonry-magnified-image-title {
        margin: 8px 0;
        font-size: 18px;
        color: #424242; }
      .masonry-gallery-modal .modal-dialog .modal-content .modal-header button[data-dismiss="modal"] {
        margin-bottom: 5px; }
        .masonry-gallery-modal .modal-dialog .modal-content .modal-header button[data-dismiss="modal"] i {
          color: #424242; }
    .masonry-gallery-modal .modal-dialog .modal-content .modal-body {
      padding: 0;
      margin: auto;
      text-align: center; }
      .masonry-gallery-modal .modal-dialog .modal-content .modal-body img#masonry-magnified-image {
        max-width: 100%; }
    .masonry-gallery-modal .modal-dialog .modal-content .modal-footer {
      text-align: center;
      padding: 5px; }
      .masonry-gallery-modal .modal-dialog .modal-content .modal-footer > * {
        display: inline-block;
        float: none;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        float: none;
        line-height: 0; }
      .masonry-gallery-modal .modal-dialog .modal-content .modal-footer button#masonry-next {
        color: #424242; }
      .masonry-gallery-modal .modal-dialog .modal-content .modal-footer button#masonry-previous {
        color: #424242; }
      .masonry-gallery-modal .modal-dialog .modal-content .modal-footer div#masonry-magnified-summary {
        width: 100px;
        margin: auto;
        opacity: .5;
        color: #424242; }

@media screen and (min-width: 768px) {
  .masonry-gallery-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }
.montage-block .image-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  height: 200px;
  padding: 0 15px; }
.montage-block .image-row:hover {
  height: 350px; }
.montage-block .image-tile {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.montage-block .image-tile:hover {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }
.montage-block .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.montage-block .image-content:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.35)); }
.montage-block .image-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.montage-block .image-content:hover .image-title {
  top: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65); }
.montage-block .image-footer {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 0 2px #000;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0; }
.montage-block .image-content:hover .image-footer {
  bottom: 0;
  padding: 10px;
  opacity: 1; }
@media only screen and (max-width: 667px) {
  .montage-block .image-row,
  .montage-block .image-row:hover {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px 10px 0px; }
  .montage-block .image-tile {
    display: block;
    height: 250px; } }

/*MY LISTINGS BLOCK*/
@media (max-width: 1190px) {
  body.idx-mini-results div#search-results-filter,
  body.idx-mini-results .search-results,
  body.idx-mini-results nav#footer-navigation,
  body.idx-mini-results .IDX_required_logos {
    width: 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  body.idx-mini-results div#search-results-filter,
  body.idx-mini-results .search-results,
  body.idx-mini-results nav#footer-navigation,
  body.idx-mini-results .IDX_required_logos {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; } }
body.idx-mini-results div#search-results-filter > .container-fluid > .row {
  display: flex; }
  @media (max-width: 991px) {
    body.idx-mini-results div#search-results-filter > .container-fluid > .row {
      flex-direction: column; } }
  @media (min-width: 992px) {
    body.idx-mini-results div#search-results-filter > .container-fluid > .row {
      justify-content: space-between;
      flex-wrap: wrap; } }
  body.idx-mini-results div#search-results-filter > .container-fluid > .row:before {
    display: none !important; }
  body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6 {
    max-width: 100%; }
    @media (max-width: 991px) {
      body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6 {
        width: 100%; } }
    @media (min-width: 1200px) {
      body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6 {
        padding: 0; } }
    @media (max-width: 991px) {
      body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child * {
        text-align: center !important; } }
    @media (min-width: 992px) {
      body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child {
        min-width: 50%;
        min-width: fit-content; }
        body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child select {
          width: 300px;
          max-width: 100%; } }
    body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child h1 {
      margin-top: 0;
      margin-bottom: 0; }
    @media (min-width: 992px) {
      body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div {
        margin-left: auto; } }
    body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div div#search-option-buttons {
      display: flex;
      height: 100%;
      width: 100%;
      align-items: center; }
      @media (max-width: 991px) {
        body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div div#search-option-buttons {
          justify-content: center; }
          body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div div#search-option-buttons a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div div#search-option-buttons a i {
              margin-bottom: 7.5px; } }
      @media (min-width: 992px) {
        body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div div#search-option-buttons {
          justify-content: flex-end;
          margin-left: auto; }
          body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div div#search-option-buttons a {
            margin-left: 15px;
            padding: 0 10px !important;
            height: auto !important;
            line-height: 0 !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 12.5px; }
            body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-6:first-child + div div#search-option-buttons a i {
              margin-right: 7.5px; } }
  body.idx-mini-results div#search-results-filter > .container-fluid > .row > .col-md-12 {
    max-width: 100%; }
body.idx-mini-results .search-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    body.idx-mini-results .search-results {
      padding-left: 15px;
      padding-right: 15px; } }
  body.idx-mini-results .search-results .search-result {
    padding: 0;
    border: 1px solid #c9c9c9; }
    body.idx-mini-results .search-results .search-result.col-md-4 {
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        body.idx-mini-results .search-results .search-result.col-md-4 {
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.idx-mini-results .search-results .search-result.col-md-4 {
          width: calc(((100% - 15px * 1) / 2)); }
          body.idx-mini-results .search-results .search-result.col-md-4:nth-child(odd) {
            margin-right: 15px; } }
      @media (min-width: 992px) {
        body.idx-mini-results .search-results .search-result.col-md-4 {
          width: calc(((100% - 15px * 2) / 3)); }
          body.idx-mini-results .search-results .search-result.col-md-4:nth-child(3n - 1) {
            margin-left: 15px;
            margin-right: 15px; } }
    body.idx-mini-results .search-results .search-result .thumbnail {
      height: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      border: 0;
      position: relative; }
      body.idx-mini-results .search-results .search-result .thumbnail .save-property {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        right: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        transition: ease-in-out .25s;
        padding: 7.5px;
        text-decoration: none; }
        body.idx-mini-results .search-results .search-result .thumbnail .save-property:hover {
          transition: ease-in-out .25s;
          background: rgba(0, 0, 0, 0.75); }
        body.idx-mini-results .search-results .search-result .thumbnail .save-property i,
        body.idx-mini-results .search-results .search-result .thumbnail .save-property span {
          color: white; }
        body.idx-mini-results .search-results .search-result .thumbnail .save-property i {
          margin-right: 7.5px; }
      body.idx-mini-results .search-results .search-result .thumbnail .caption {
        flex: 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 0;
        padding: 0; }
        body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-address {
          margin-top: 0;
          margin-bottom: 0;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          order: 1; }
          body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-address h5.search-result-street:empty,
          body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-address span.search-result-city:empty {
            display: none !important; }
          body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-address h2, body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-address h3, body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-address h4, body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-address h5 {
            margin: 7.5px auto;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%; }
        body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-amenities {
          width: 100%;
          margin-top: auto;
          margin-bottom: 0;
          display: flex;
          height: auto !important;
          order: 9;
          padding: 15px; }
          body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-amenities > div {
            display: flex;
            width: 100%;
            align-items: flex-end;
            justify-content: space-evenly;
            min-height: 100%; }
            body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-amenities > div > span {
              text-align: center;
              font-size: 12.5px;
              margin: auto; }
              body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-amenities > div > span > b > i {
                font-size: 18px;
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: center;
                opacity: .75;
                margin-bottom: 5px; }
        body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-broker-agent-details {
          margin-bottom: 0;
          padding: 0 !important;
          width: 100%;
          margin: 10px auto;
          order: 2; }
          body.idx-mini-results .search-results .search-result .thumbnail .caption .search-result-broker-agent-details br {
            display: none; }
body.idx-mini-results .IDX_required_logos {
  margin-bottom: 15px; }

section.pro-gallery-blocks.default-as-img .container-fluid {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks.default-as-img .container-fluid:before {
    display: none !important; }
@media (max-width: 767px) {
  section.pro-gallery-blocks.default-as-img {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.pro-gallery-blocks.default-as-img {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  section.pro-gallery-blocks.default-as-img {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1200px) {
  section.pro-gallery-blocks.default-as-img {
    padding-top: 30px;
    padding-bottom: 30px; } }
section.pro-gallery-blocks.default-as-img .cb01.gall01 {
  margin-bottom: 30px; }
section.pro-gallery-blocks.default-as-img .container-fluid {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks.default-as-img .container-fluid:before {
    display: none !important; }
section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid:before, section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid:after {
    display: none; }
  section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4,
  section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item {
    margin-bottom: 0 !important;
    padding: 0; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item {
        padding: 0;
        margin-top: 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item {
        width: calc((100% - (15px * 1)) / 2); }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4:not(:nth-child(1)):not(:nth-child(2)),
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item:not(:nth-child(1)):not(:nth-child(2)) {
          margin-top: 15px; }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4:nth-child(2n),
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item:nth-child(2n) {
          margin-left: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item {
        width: calc((100% / 3) - 15px); }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
          margin-top: 15px; }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4:nth-child(3n - 1),
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item:nth-child(3n - 1) {
          margin-left: 15px;
          margin-right: 15px; } }
    @media (min-width: 1200px) {
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item {
        width: calc((100% - (15px * 2)) / 3); }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
          margin-top: 15px; }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4:nth-child(3n - 1),
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item:nth-child(3n - 1) {
          margin-left: 15px;
          margin-right: 15px; } }
    section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail,
    section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      border-radius: 0;
      height: 100%; }
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail a.thumbnail-photo,
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail a.thumbnail-photo {
        position: relative;
        display: block;
        text-align: center;
        overflow: hidden;
        padding-bottom: 60%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover; }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail a.thumbnail-photo img,
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail a.thumbnail-photo img {
          position: absolute;
          margin: auto;
          display: block; }
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption,
      section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 0;
        flex: 1 auto; }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption h3.thumbnail-title.gallit01,
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption h3.thumbnail-title.gallit01 {
          text-align: left;
          margin: 0;
          padding: 15px; }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption .thumbnail-description,
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption .thumbnail-description {
          margin: 0 0 auto 0;
          text-align: left;
          line-height: 2;
          padding: 0 15px 15px; }
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption .thumbnail-button,
        section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption .thumbnail-button {
          margin-bottom: 0;
          margin-top: auto;
          text-align: left;
          padding: 0 15px 15px; }
          section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption .thumbnail-button a.btn01,
          section.pro-gallery-blocks.default-as-img .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption .thumbnail-button a.btn01 {
            margin-top: 0;
            margin-bottom: 0; }

@media (min-width: 768px) {
  section.sixy-thirty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-sixty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.fifty-fifty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    width: calc(100% / 2); } }
@media (min-width: 992px) {
  section.sixy-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
  section.thirty-sixty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
  section.fifty-fifty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg {
    padding: 0; }
  section.sixy-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-sixty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.fifty-fifty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    width: calc(100% / 2); } }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
  width: 100%;
  padding: 0; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg {
  padding: 0; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15 {
  font-size: 2rem;
  margin-bottom: 2.5px; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead {
  font-size: 1.25rem; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 0; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail {
  width: 100%; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content {
  flex-direction: column !important; }
  section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image,
  section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image,
  section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img,
    section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img,
    section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img,
    section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img {
      width: 100%; }
  section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption,
  section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption,
  section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption {
    width: 100%; }

section.pro-gallery-blocks.default .container-fluid {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks.default .container-fluid:before {
    display: none !important; }
@media (max-width: 767px) {
  section.pro-gallery-blocks.default {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.pro-gallery-blocks.default {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  section.pro-gallery-blocks.default {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1200px) {
  section.pro-gallery-blocks.default {
    padding-top: 30px;
    padding-bottom: 30px; } }
section.pro-gallery-blocks.default .cb01.gall01 {
  margin-bottom: 30px; }
section.pro-gallery-blocks.default .container-fluid {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks.default .container-fluid:before {
    display: none !important; }
section.pro-gallery-blocks.default .cb02.gall02 .container-fluid {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  section.pro-gallery-blocks.default .cb02.gall02 .container-fluid:before, section.pro-gallery-blocks.default .cb02.gall02 .container-fluid:after {
    display: none; }
  section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4,
  section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item {
    margin-bottom: 0 !important;
    padding: 0; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item {
        padding: 0;
        margin-top: 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item {
        width: calc((100% - (15px * 1)) / 2); }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4:not(:nth-child(1)):not(:nth-child(2)),
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item:not(:nth-child(1)):not(:nth-child(2)) {
          margin-top: 15px; }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4:nth-child(2n),
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item:nth-child(2n) {
          margin-left: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item {
        width: calc((100% / 3) - 15px); }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
          margin-top: 15px; }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4:nth-child(3n - 1),
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item:nth-child(3n - 1) {
          margin-left: 15px;
          margin-right: 15px; } }
    @media (min-width: 1200px) {
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4,
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item {
        width: calc((100% - (15px * 2)) / 3); }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
          margin-top: 15px; }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4:nth-child(3n - 1),
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item:nth-child(3n - 1) {
          margin-left: 15px;
          margin-right: 15px; } }
    section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail,
    section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      border-radius: 0;
      height: 100%; }
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail a.thumbnail-photo,
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail a.thumbnail-photo {
        position: relative;
        display: block;
        text-align: center;
        overflow: hidden;
        padding-bottom: 60%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover; }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail a.thumbnail-photo img,
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail a.thumbnail-photo img {
          position: absolute;
          margin: auto;
          display: block; }
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption,
      section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 0;
        flex: 1 auto; }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption h3.thumbnail-title.gallit01,
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption h3.thumbnail-title.gallit01 {
          text-align: left;
          margin: 0;
          padding: 15px; }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption .thumbnail-description,
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption .thumbnail-description {
          margin: 0 0 auto 0;
          text-align: left;
          line-height: 2;
          padding: 0 15px 15px; }
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption .thumbnail-button,
        section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption .thumbnail-button {
          margin-bottom: 0;
          margin-top: auto;
          text-align: left;
          padding: 0 15px 15px; }
          section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .col-lg-4 .thumbnail .caption .thumbnail-button a.btn01,
          section.pro-gallery-blocks.default .cb02.gall02 .container-fluid .default-gallery-item .thumbnail .caption .thumbnail-button a.btn01 {
            margin-top: 0;
            margin-bottom: 0; }

@media (min-width: 768px) {
  section.sixy-thirty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-sixty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.fifty-fifty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-8 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    width: calc(100% / 2); } }
@media (min-width: 992px) {
  section.sixy-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
  section.thirty-sixty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
  section.fifty-fifty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg {
    padding: 0; }
  section.sixy-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-sixty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.fifty-fifty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-6 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    width: calc(100% / 2); } }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
  width: 100%;
  padding: 0; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.default .container-fluid.th_header_cover_bg {
  padding: 0; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-title,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-title.content-title.mb-15,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-title,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-title.content-title.mb-15,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-title,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-title.content-title.mb-15 {
  font-size: 2rem;
  margin-bottom: 2.5px; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .thumbnail-description,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks .carousel-description.lead,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .thumbnail-description,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .carousel-description.lead,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .thumbnail-description,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .carousel-description.lead {
  font-size: 1.25rem; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-beneath-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="caption-on-photo"] .pro-gallery-thumbnail.col-xs-12.col-sm-4.col-md-4.col-lg-4 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 0; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks[class*="team-grid-"] .pro-gallery-thumbnail {
  width: 100%; }
section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content,
section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content,
section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content,
section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content {
  flex-direction: column !important; }
  section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image,
  section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image,
  section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img,
    section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img,
    section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img,
    section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image > img {
      width: 100%; }
  section.sixy-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption,
  section.thirty-sixty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption,
  section.fifty-fifty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption,
  section.thirty-thirty-thirty > .container-fluid > .row > .col-md-4 section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption {
    width: 100%; }

section.pro-gallery-blocks.grid-tight[class*="caption-beneath"] .container-fluid {
  width: 1170px;
  max-width: 100%; }

section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"][has-title-description="true"] .pro-gallery-jumbotron {
  margin-top: 15px; }
section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"][has-title-description="false"] {
  padding-top: 0 !important; }
section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron {
  width: 100%; }
  section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron + .container-fluid {
    margin-top: 15px; }
  section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail {
    width: 100%;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 0 !important; }
    section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-caption {
      margin: auto;
      max-width: 100%;
      border: 1px solid;
      padding: 30px 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto !important;
      position: relative;
      z-index: 1;
      min-height: 50vh;
      height: auto !important;
      background-color: rgba(0, 0, 0, 0.5); }
    section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-thumbnail-jumbotron-content {
      position: relative; }
      section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-thumbnail-jumbotron-content .thumbnail-photo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 0; }
      section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-thumbnail-jumbotron-content .thumbnail-title {
        color: white; }
      section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-thumbnail-jumbotron-content .thumbnail-description {
        color: white; }
      section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-thumbnail-jumbotron-content .thumbnail-title,
      section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-thumbnail-jumbotron-content .thumbnail-description,
      section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron .pro-gallery-thumbnail .pro-gallery-thumbnail-jumbotron-content .thumbnail-button {
        width: 100%; }
  section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron[class="-fw-"] .pro-gallery-caption {
    width: 1140px; }
  section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron:not(section.pro-gallery-blocks[class*="jumbo"][class*="caption-beneath-photo"] .pro-gallery-jumbotron[class="-fw-"]) .pro-gallery-caption {
    width: 100%; }
section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"][class*="-fw"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"][class*="-fw"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"][class*="-fw"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"][class*="-fw"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-photo"][class*="-fw"] .cb02.gall02 .container-fluid {
  width: 100%;
  max-width: 100%; }
section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"]:not([class*="full-width"]) .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"]:not([class*="full-width"]) .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"]:not([class*="full-width"]) .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"]:not([class*="full-width"]) .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-photo"]:not([class*="full-width"]) .container-fluid {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"]:not([class*="full-width"]) .container-fluid:before, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"]:not([class*="full-width"]) .container-fluid:before, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"]:not([class*="full-width"]) .container-fluid:before, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"]:not([class*="full-width"]) .container-fluid:before, section.pro-gallery-blocks[class*="caption-beneath-photo"]:not([class*="full-width"]) .container-fluid:before {
    display: none !important; }
section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb01.gall01 .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb01.gall01 .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb01.gall01 .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb01.gall01 .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb01.gall01 .container-fluid {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb01.gall01 .container-fluid:before, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb01.gall01 .container-fluid:before, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb01.gall01 .container-fluid:before, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb01.gall01 .container-fluid:before, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb01.gall01 .container-fluid:before {
    display: none !important; }
  section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb01.gall01 .container-fluid .row, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb01.gall01 .container-fluid .row, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb01.gall01 .container-fluid .row, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb01.gall01 .container-fluid .row, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb01.gall01 .container-fluid .row {
    margin: 0; }
section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail {
    box-sizing: border-box;
    display: block; }
    section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo {
      position: relative;
      display: block;
      text-align: center;
      overflow: hidden;
      padding-bottom: 70%;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
      background: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      height: 100%;
      border: 1px solid #ddd; }
      section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px;
        height: auto !important;
        flex: 1 auto; }
        section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
          text-align: left;
          line-height: 1.25;
          margin-bottom: 15px; }
        section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
          margin: 0 0 auto 0;
          text-align: left;
          line-height: 2; }
        section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button, section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
          margin-bottom: 0;
          text-align: left; }
          section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01[href=""], section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01[href=""], section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01[href=""], section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01[href=""], section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01[href=""] {
            display: none !important; }
          section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01:not([href=""]), section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01:not([href=""]), section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01:not([href=""]), section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01:not([href=""]), section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button .btn01:not([href=""]) {
            margin-top: 15px; }
section.pro-gallery-blocks[class="caption-beneath-photo-2-pro-gallery-square"][class*="square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class="caption-beneath-photo-3-pro-gallery-square"][class*="square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class="caption-beneath-photo-4-pro-gallery-square"][class*="square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class*="caption-beneath-circle-photo"][class*="square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo, section.pro-gallery-blocks[class*="caption-beneath-photo"][class*="square"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo {
  padding-bottom: 100% !important; }
@media (max-width: 767px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-2-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery"] .pro-gallery-thumbnail {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    section.pro-gallery-blocks[class*="caption-beneath-circle-photo-2-pro-gallery"] .pro-gallery-thumbnail:not(:last-child), section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery-square"] .pro-gallery-thumbnail:not(:last-child), section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery"] .pro-gallery-thumbnail:not(:last-child) {
      padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-2-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery"] .pro-gallery-thumbnail {
    width: calc((100% / 2 - 1px));
    padding: 15px; } }
@media (min-width: 992px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-2-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-2-pro-gallery"] .pro-gallery-thumbnail {
    width: calc((100% / 2 - 1px));
    padding: 15px; } }
@media (max-width: 767px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-3-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery"] .pro-gallery-thumbnail {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    section.pro-gallery-blocks[class*="caption-beneath-circle-photo-3-pro-gallery"] .pro-gallery-thumbnail:not(:last-child), section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery-square"] .pro-gallery-thumbnail:not(:last-child), section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery"] .pro-gallery-thumbnail:not(:last-child) {
      padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-3-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery"] .pro-gallery-thumbnail {
    width: calc((100% / 3 - 1px));
    padding: 15px; } }
@media (min-width: 992px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-3-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-3-pro-gallery"] .pro-gallery-thumbnail {
    width: calc((100% / 3 - 1px));
    padding: 15px; } }
@media (max-width: 767px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-4-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery"] .pro-gallery-thumbnail {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    section.pro-gallery-blocks[class*="caption-beneath-circle-photo-4-pro-gallery"] .pro-gallery-thumbnail:not(:last-child), section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery-square"] .pro-gallery-thumbnail:not(:last-child), section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery"] .pro-gallery-thumbnail:not(:last-child) {
      padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-4-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery"] .pro-gallery-thumbnail {
    width: calc((100% / 4 - 1px));
    padding: 15px; } }
@media (min-width: 992px) {
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo-4-pro-gallery"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery-square"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-beneath-photo-4-pro-gallery"] .pro-gallery-thumbnail {
    width: calc((100% / 4 - 1px));
    padding: 15px; } }
section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail {
  border: 0; }
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail a.thumbnail-photo {
    border-radius: 50%;
    padding-bottom: 100%; }
  section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
    border: 0 !important;
    background: transparent; }
    section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title,
    section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description,
    section.pro-gallery-blocks[class*="caption-beneath-circle-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
      text-align: center; }

html:not([browser="chrome"]) section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail {
  display: block;
  position: relative; }
  html:not([browser="chrome"]) section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
    display: block;
    height: auto;
    position: relative;
    min-height: 100%; }
    html:not([browser="chrome"]) section.pro-gallery-blocks[class*="caption-beneath-photo"] .cb02.gall02 .container-fluid .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
      min-height: calc(100% - 70%); }

section.pro-gallery-blocks[class*="caption-on-photo-1-pro-gallery"][class="caption-on-photo-1-pro-gallery-contained"] .pro-gallery-thumbnail, section.pro-gallery-blocks[class*="caption-on-photo-1-pro-gallery"][class="caption-on-photo-1-pro-gallery-fw"] .pro-gallery-thumbnail {
  width: 100%;
  padding: 0; }
section.pro-gallery-blocks[class*="caption-on-photo-1-pro-gallery"][class="caption-on-photo-1-pro-gallery-contained"] .container-fluid.th_header_cover_bg {
  width: 1200px;
  max-width: 100%; }
section.pro-gallery-blocks[class*="caption-on-photo-1-pro-gallery"][class="caption-on-photo-1-pro-gallery-fw"] .container-fluid.th_header_cover_bg {
  width: 100%; }

section.pro-gallery-blocks[class*="caption-on-photo"] .cb01 .container-fluid {
  width: 1200px;
  margin: auto;
  max-width: 100%; }
section.pro-gallery-blocks[class*="caption-on-photo"] .cb01 + .cb02 {
  margin-top: 30px; }

section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .banner.col-md-12.th_header_cover_bg,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .banner.col-md-12.th_header_cover_bg,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .banner.col-md-12.th_header_cover_bg {
  display: block;
  clear: both;
  margin-bottom: 15px; }
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .banner.col-md-12.th_header_cover_bg .thumbnail-title,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .banner.col-md-12.th_header_cover_bg .thumbnail-title,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .banner.col-md-12.th_header_cover_bg .thumbnail-title {
    line-height: 1.1;
    margin-bottom: 15px; }
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .banner.col-md-12.th_header_cover_bg .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .banner.col-md-12.th_header_cover_bg .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .banner.col-md-12.th_header_cover_bg .pro-gallery-thumbnail-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%; }
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .banner.col-md-12.th_header_cover_bg a.pro-gallery-caption,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .banner.col-md-12.th_header_cover_bg a.pro-gallery-caption,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .banner.col-md-12.th_header_cover_bg a.pro-gallery-caption {
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .banner.col-md-12.th_header_cover_bg a.pro-gallery-caption *,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .banner.col-md-12.th_header_cover_bg a.pro-gallery-caption *,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .banner.col-md-12.th_header_cover_bg a.pro-gallery-caption * {
      color: white; }
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .cb01.gall01 .container-fluid,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .cb01.gall01 .container-fluid,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .cb01.gall01 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .col-lg-12,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .col-lg-12,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important; }
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail-content, section.pro-gallery-blocks.caption-on-photo-2-pro-gallery.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail-content {
  padding-bottom: 100% !important; }
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .cb02.gall02,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .cb02.gall02,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .cb02.gall02 {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 767px) {
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .cb02.gall02 .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .cb02.gall02 .container-fluid {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail,
section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail {
  content: "8";
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important; }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail {
      width: 50% !important; } }
  @media (max-width: 767px) {
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 60%;
    position: relative;
    display: block;
    width: 100%; }
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content *,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content *,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content * {
      text-decoration: none; }
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption,
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgba(0, 0, 0, 0.25);
      color: white;
      padding: 9px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: ease-in-out .25s; }
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
        color: white;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: block;
        border-bottom: 1px solid white; }
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
        width: 100%;
        display: block;
        transition: ease-in-out .25s;
        color: white;
        transform: scale(0);
        height: 0;
        opacity: 0;
        overflow: hidden;
        font-size: 12px; }
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover {
        background: rgba(0, 0, 0, 0.5); }
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description {
          transform: scale(1);
          height: 45%;
          overflow-y: auto;
          max-height: 45% !important;
          opacity: 1 !important; }
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button {
          display: none; }
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar {
          width: 5px; }
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb,
        section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb {
          background-color: white;
          outline: 1px solid slategrey; }
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button,
      section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
        color: white; }

section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .banner.col-md-12.th_header_cover_bg,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .banner.col-md-12.th_header_cover_bg,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .banner.col-md-12.th_header_cover_bg {
  display: block;
  clear: both;
  margin-bottom: 15px; }
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .cb01.gall01 .container-fluid,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .cb01.gall01 .container-fluid,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .cb01.gall01 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .col-lg-12,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .col-lg-12,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important; }
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail-content, section.pro-gallery-blocks.caption-on-photo-3-pro-gallery.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail-content {
  padding-bottom: 100% !important; }
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .cb02.gall02,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .cb02.gall02,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .cb02.gall02 {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 767px) {
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .cb02.gall02 .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .cb02.gall02 .container-fluid {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important; }
  @media (max-width: 767px) {
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 60%;
    position: relative;
    display: block;
    width: 100%; }
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content *,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content *,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content * {
      text-decoration: none; }
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgba(0, 0, 0, 0.25);
      color: white;
      padding: 9px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: ease-in-out .25s; }
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
        color: white;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: block;
        border-bottom: 1px solid white; }
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
        width: 100%;
        display: block;
        transition: ease-in-out .25s;
        color: white;
        transform: scale(0);
        height: 0;
        opacity: 0;
        overflow: hidden;
        font-size: 12px; }
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover {
        background: rgba(0, 0, 0, 0.5); }
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description {
          transform: scale(1);
          height: 45%;
          overflow-y: auto;
          max-height: 45% !important;
          opacity: 1 !important; }
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button {
          display: none; }
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar {
          width: 5px; }
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb,
        section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb {
          background-color: white;
          outline: 1px solid slategrey; }
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button,
      section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
        color: white; }

section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .banner.col-md-12.th_header_cover_bg,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .banner.col-md-12.th_header_cover_bg,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .banner.col-md-12.th_header_cover_bg {
  display: block;
  clear: both;
  margin-bottom: 15px; }
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .cb01.gall01 .container-fluid,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .cb01.gall01 .container-fluid,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .cb01.gall01 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .col-lg-12,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .col-lg-12,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important; }
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail-content, section.pro-gallery-blocks.caption-on-photo-4-pro-gallery.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail-content,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail-content {
  padding-bottom: 100% !important; }
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .cb02.gall02,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .cb02.gall02,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .cb02.gall02 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 767px) {
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .cb02.gall02 .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .cb02.gall02 .container-fluid {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important; }
  @media (max-width: 767px) {
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content,
  section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 60%;
    position: relative;
    display: block;
    width: 100%; }
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content *,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content *,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content * {
      text-decoration: none; }
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgba(0, 0, 0, 0.25);
      color: white;
      padding: 9px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: ease-in-out .25s; }
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
        color: white;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: block;
        border-bottom: 1px solid white;
        font-size: 2.25rem;
        line-height: 1.1; }
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
        width: 100%;
        display: block;
        transition: ease-in-out .25s;
        color: white;
        transform: scale(0);
        height: 0;
        opacity: 0;
        overflow: hidden;
        font-size: 12px; }
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover {
        background: rgba(0, 0, 0, 0.5); }
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description {
          transform: scale(1);
          height: 45%;
          overflow-y: auto;
          max-height: 45% !important;
          opacity: 1 !important; }
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:empty,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty) + .thumbnail-button {
          display: none; }
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar {
          width: 5px; }
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb,
        section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption:hover .thumbnail-description:not(:empty)::-webkit-scrollbar-thumb {
          background-color: white;
          outline: 1px solid slategrey; }
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button,
      section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
        color: white; }

section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw,
section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw,
section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw {
  padding: 0; }
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .cb02.gall02,
  section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .cb02.gall02,
  section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .cb02.gall02 {
    width: 100% !important;
    padding: 0; }
    section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .cb02.gall02 .container-fluid,
    section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .cb02.gall02 .container-fluid {
      width: 100%;
      padding: 0; }
  section.pro-gallery-blocks.caption-on-photo-2-pro-gallery-square-fw .pro-gallery-thumbnail,
  section.pro-gallery-blocks.caption-on-photo-3-pro-gallery-square-fw .pro-gallery-thumbnail,
  section.pro-gallery-blocks.caption-on-photo-4-pro-gallery-square-fw .pro-gallery-thumbnail {
    margin: 0 !important;
    padding: 0; }

section.pro-gallery-blocks[class*="team-grid"] .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25); }

section.pro-gallery-blocks.team-grid-1-across-pro-gallery {
  background: #c9cacb42; }
  section.pro-gallery-blocks.team-grid-1-across-pro-gallery .container-fluid {
    width: 1170px;
    max-width: 100%;
    display: flex;
    flex-direction: column; }
    section.pro-gallery-blocks.team-grid-1-across-pro-gallery .container-fluid:before {
      display: none !important; }
  section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px; }
    section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
      display: flex;
      width: 100%;
      background: white;
      border: 1px solid #e4e4e4; }
      @media (max-width: 767px) {
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
          flex-direction: column; }
          section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
            width: 100%;
            padding-bottom: calc(100% * 1.25); }
          section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
            width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
          width: 200px;
          height: calc(200px * 1.25);
          transform: scale(0.9); }
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
          width: calc(100% - 200px); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
          width: 200px;
          height: calc(200px * 1.25);
          transform: scale(0.9); }
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
          width: calc(100% - 200px); } }
      @media (min-width: 1200px) {
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
          width: 250px;
          height: calc(250px * 1.25);
          transform: scale(0.9); }
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
          width: calc(100% - 250px); } }
      section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 30px 15px;
        align-items: center;
        justify-content: flex-start; }
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption > * {
          width: 100%;
          text-align: left; }
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
          line-height: 1;
          margin-bottom: 15px; }
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button a[href=""] {
          display: none; }
        section.pro-gallery-blocks.team-grid-1-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button a[href*="http"] {
          margin-top: 30px; }

section.pro-gallery-blocks.team-grid-2-across-pro-gallery .container-fluid {
  width: calc((375px * 2) + 60px);
  max-width: 100%; }
section.pro-gallery-blocks.team-grid-2-across-pro-gallery .container-fluid.th_header_cover_bg {
  display: flex;
  flex-wrap: wrap; }
section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail {
  display: flex;
  margin-bottom: 15px;
  width: 375px;
  max-width: 100%;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail {
      flex-direction: column;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail:nth-child(odd) {
      margin-right: 15px;
      margin-left: auto; }
    section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail:nth-child(even) {
      margin-left: 15px;
      margin-right: auto; } }
  section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
    display: flex;
    width: 100%;
    flex-direction: column; }
    section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
      width: 100%;
      max-width: 100%;
      padding-bottom: calc(100% * 1.25); }
    section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
      display: flex;
      text-align: left;
      padding: 15px;
      width: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: start; }
      section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption > * {
        width: 100%;
        text-align: left; }
      section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
        line-height: 1; }
      section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
        margin-top: 15px; }
      section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button a[href=""] {
        display: none; }
      section.pro-gallery-blocks.team-grid-2-across-pro-gallery .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button a[href*="http"] {
        margin-top: 30px; }

section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7.5px !important; }
  section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid:before {
    display: none !important; }
  section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
    display: flex;
    flex-direction: column;
    border: 1px solid #0000000f;
    float: none; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 2) - 15px);
        margin: 7.5px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 3) - 15px);
        margin: 7.5px; } }
    @media (min-width: 1200px) {
      section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 3) - 15px);
        margin: 7.5px; } }
    section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
      display: flex;
      flex-direction: column;
      height: 100%; }
      section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
        width: 100%;
        padding-bottom: 125%; }
      section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        flex: 1 auto;
        background: white; }
        section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
          margin-bottom: 7.5px;
          font-size: 1.75rem; }
        section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
          margin-top: 0;
          margin-bottom: auto; }
        section.pro-gallery-blocks.team-grid-3-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
          margin-top: 15px;
          margin-bottom: 0; }

section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7.5px !important; }
  section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid:before {
    display: none !important; }
  section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
    display: flex;
    flex-direction: column;
    border: 1px solid #0000000f;
    float: none; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 2) - 15px);
        margin: 7.5px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 4) - 15px);
        margin: 7.5px; } }
    @media (min-width: 1200px) {
      section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 4) - 15px);
        margin: 7.5px; } }
    section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
      display: flex;
      flex-direction: column;
      height: 100%; }
      section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
        width: 100%;
        padding-bottom: 125%; }
      section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        flex: 1 auto;
        background: white; }
        section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
          margin-bottom: 7.5px;
          font-size: 1.75rem; }
        section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
          margin-top: 0;
          margin-bottom: auto; }
        section.pro-gallery-blocks.team-grid-4-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
          margin-top: 15px;
          margin-bottom: 0; }

section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7.5px !important; }
  section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid:before {
    display: none !important; }
  section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
    display: flex;
    flex-direction: column;
    border: 1px solid #0000000f;
    float: none; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 2) - 15px);
        margin: 7.5px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 5) - 15px);
        margin: 7.5px; } }
    @media (min-width: 1200px) {
      section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail {
        width: calc((100% / 5) - 15px);
        margin: 7.5px; } }
    section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
      display: flex;
      flex-direction: column;
      height: 100%; }
      section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content a.thumbnail-photo {
        width: 100%;
        padding-bottom: 125%; }
      section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        flex: 1 auto;
        background: white; }
        section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-title {
          margin-bottom: 7.5px;
          font-size: 1.75rem; }
        section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-description {
          margin-top: 0;
          margin-bottom: auto; }
        section.pro-gallery-blocks.team-grid-5-across-pro-gallery .cb02 .container-fluid > .pro-gallery-thumbnail .pro-gallery-thumbnail-content .pro-gallery-caption .thumbnail-button {
          margin-top: 15px;
          margin-bottom: 0; }

section.content-blocks > section.pro-gallery-blocks.slider-standard-pro-gallery {
  padding: 0;
  border: 0; }
  section.content-blocks > section.pro-gallery-blocks.slider-standard-pro-gallery .container-fluid {
    padding: 0;
    width: 100%; }

section.content-blocks > section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] {
  padding: 30px 0;
  border: 0; }
  section.content-blocks > section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .container-fluid {
    max-width: 100%; }
  section.content-blocks > section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-1200 .container-fluid {
    width: 1170px; }
  section.content-blocks > section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-800 .container-fluid {
    width: 800px; }
  section.content-blocks > section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-400 .container-fluid {
    width: 400px; }
  section.content-blocks > section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-sidebar .container-fluid {
    width: 100%; }

section.pro-gallery-blocks.slider-standard-pro-gallery .slider-section-header,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .slider-section-header,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .slider-section-header {
  padding: 0; }
@media (max-width: 991px) {
  section.pro-gallery-blocks.slider-standard-pro-gallery:not(.slider-standard-pro-gallery-mw-sidebar) .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"]:not(.slider-standard-pro-gallery-mw-sidebar) .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"]:not(.slider-standard-pro-gallery-mw-sidebar) .item {
    min-height: 400px; }
    section.pro-gallery-blocks.slider-standard-pro-gallery:not(.slider-standard-pro-gallery-mw-sidebar) .item .carousel-caption,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"]:not(.slider-standard-pro-gallery-mw-sidebar) .item .carousel-caption,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"]:not(.slider-standard-pro-gallery-mw-sidebar) .item .carousel-caption {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  section.pro-gallery-blocks.slider-standard-pro-gallery:not(.slider-standard-pro-gallery-mw-sidebar) .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"]:not(.slider-standard-pro-gallery-mw-sidebar) .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"]:not(.slider-standard-pro-gallery-mw-sidebar) .item {
    min-height: 450px; } }
@media (min-width: 1200px) {
  section.pro-gallery-blocks.slider-standard-pro-gallery:not(.slider-standard-pro-gallery-mw-sidebar) .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"]:not(.slider-standard-pro-gallery-mw-sidebar) .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"]:not(.slider-standard-pro-gallery-mw-sidebar) .item {
    min-height: 500px; } }
@media (max-width: 991px) {
  section.pro-gallery-blocks.slider-standard-pro-gallery.slider-standard-pro-gallery-mw-sidebar .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-sidebar .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"].slider-standard-pro-gallery-mw-sidebar .item {
    min-height: 275px; }
    section.pro-gallery-blocks.slider-standard-pro-gallery.slider-standard-pro-gallery-mw-sidebar .item .carousel-caption,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-sidebar .item .carousel-caption,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"].slider-standard-pro-gallery-mw-sidebar .item .carousel-caption {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  section.pro-gallery-blocks.slider-standard-pro-gallery.slider-standard-pro-gallery-mw-sidebar .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-sidebar .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"].slider-standard-pro-gallery-mw-sidebar .item {
    min-height: 280px; } }
@media (min-width: 1200px) {
  section.pro-gallery-blocks.slider-standard-pro-gallery.slider-standard-pro-gallery-mw-sidebar .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"].slider-standard-pro-gallery-mw-sidebar .item,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"].slider-standard-pro-gallery-mw-sidebar .item {
    min-height: 300px; } }
section.pro-gallery-blocks.slider-standard-pro-gallery .item:not(.no-caption):before,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item:not(.no-caption):before,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item:not(.no-caption):before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0; }
section.pro-gallery-blocks.slider-standard-pro-gallery .item,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item {
  opacity: 0;
  transition: ease-in-out .5s;
  background-size: cover;
  background-position: 50%; }
  section.pro-gallery-blocks.slider-standard-pro-gallery .item.active,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item.active,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item.active {
    opacity: 1;
    transition: ease-in-out 1s; }
  section.pro-gallery-blocks.slider-standard-pro-gallery .item *,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item *,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item * {
    text-shadow: none; }
  section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    height: calc(100% - 54px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption .carousel-title,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption .carousel-title,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption .carousel-title {
      line-height: 1.25; }
    section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption .carousel-description,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption .carousel-description,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption .carousel-description {
      line-height: 2; }
    section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption .carousel-title,
    section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption .carousel-description,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption .carousel-title,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption .carousel-description,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption .carousel-title,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption .carousel-description {
      width: 800px;
      max-width: 100%;
      text-align: center; }
    section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption .carousel-title:empty,
    section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption .carousel-description:empty,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption .carousel-title:empty,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption .carousel-description:empty,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption .carousel-title:empty,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption .carousel-description:empty {
      display: none !important; }
    section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption a.btn01,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption a.btn01,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption a.btn01 {
      background-color: transparent;
      color: white;
      border-color: white;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
      section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption a.btn01[href=""],
      section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption a.btn01[href=""],
      section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption a.btn01[href=""] {
        display: none !important; }
      section.pro-gallery-blocks.slider-standard-pro-gallery .item .carousel-caption a.btn01:hover,
      section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] .item .carousel-caption a.btn01:hover,
      section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] .item .carousel-caption a.btn01:hover {
        background-color: white;
        color: black;
        border-color: white; }
section.pro-gallery-blocks.slider-standard-pro-gallery ol.carousel-indicators,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] ol.carousel-indicators,
section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] ol.carousel-indicators {
  margin: 0 auto;
  left: 0;
  right: 0; }
  section.pro-gallery-blocks.slider-standard-pro-gallery ol.carousel-indicators li,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] ol.carousel-indicators li,
  section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] ol.carousel-indicators li {
    margin: 0 2.5px;
    width: 12px;
    height: 12px; }
    section.pro-gallery-blocks.slider-standard-pro-gallery ol.carousel-indicators li.active,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw"] ol.carousel-indicators li.active,
    section.pro-gallery-blocks[class*="slider-standard-pro-gallery-mw-sidebar"] ol.carousel-indicators li.active {
      border: 0; }

section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg:before {
    display: none; }
  section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item {
    width: 100%;
    display: flex; }
    section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item:not(:first-child) {
      margin-top: 30px; }
    @media (min-width: 650px) {
      section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item:nth-child(odd) .caption-next-to-photo-alternating-content {
        flex-direction: row; }
      section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item:nth-child(even) .caption-next-to-photo-alternating-content {
        flex-direction: row-reverse; } }
    section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      border: 1px solid #e4e4e4;
      width: 100%; }
      @media (max-width: 649px) {
        section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content {
          flex-direction: column; } }
      @media (min-width: 650px) {
        section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content {
          padding: 15px; }
          section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image {
            width: 40%; }
          section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption {
            width: 60%; } }
      section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image {
        padding: 15px; }
        section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image img {
          max-width: 100%;
          margin: auto;
          width: 100%; }
      section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        text-align: left;
        padding: 15px; }
        section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption .cntpa-title {
          margin-bottom: 15px;
          font-size: 2rem;
          line-height: 1.5;
          display: block;
          width: 100%; }
        section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption .cntpa-description {
          text-align: left;
          line-height: 2; }
          @media (min-width: 650px) and (max-width: 991px) {
            section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption .cntpa-description {
              max-height: 150px;
              overflow-y: auto; } }
          @media (min-width: 992px) {
            section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption .cntpa-description {
              overflow-y: auto;
              max-height: 200px;
              display: block;
              padding-right: 15px; } }
        section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption .cntpa-button {
          display: block;
          width: 100%; }
          section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption .cntpa-button a.btn01 {
            margin-top: 15px; }
            section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption .cntpa-button a.btn01[href=""] {
              margin-top: 15px;
              display: none !important; }

section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .caption-next-to-photo-alternating-item {
  padding: 15px; }
@media (min-width: 650px) {
  section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content {
    padding: 0; }
    section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-thumbnail-image {
      width: 40%; }
    section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-alternating .container-fluid.th_header_cover_bg .caption-next-to-photo-alternating-item .caption-next-to-photo-alternating-content .cntpa-caption {
      width: 60%; } }

section.pro-gallery-blocks.caption-next-to-photo-item .banner.col-md-12.th_header_cover_bg,
section.pro-gallery-blocks.caption-next-to-photo-item .banner.col-md-12.th_header_cover_bg > div {
  padding: 0; }
section.pro-gallery-blocks.caption-next-to-photo-item .cb01 + .cb02 {
  margin-top: 30px; }
section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg {
  width: 1170px;
  max-width: 100%; }
  section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg:before {
    display: none; }
  section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item {
    width: 100%;
    display: flex; }
    section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item:not(:first-child) {
      margin-top: 30px; }
    @media (min-width: 650px) {
      section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content {
        flex-direction: row; } }
    section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      background-color: white;
      border: 1px solid #e4e4e4; }
      @media (max-width: 649px) {
        section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content {
          flex-direction: column; } }
      @media (min-width: 650px) {
        section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content {
          padding: 15px; }
          section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-thumbnail-image {
            width: 40%; }
          section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption {
            width: 60%; } }
      section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-thumbnail-image {
        padding: 15px; }
        section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-thumbnail-image img {
          max-width: 100%;
          margin: auto;
          width: 100%; }
      section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        text-align: left;
        padding: 15px; }
        section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-title {
          font-size: 2rem;
          line-height: 1.5;
          display: block;
          width: 100%; }
          section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-title h2 {
            margin-top: 0;
            margin-bottom: 15px; }
        section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-description {
          text-align: left;
          line-height: 2; }
          @media (min-width: 992px) {
            section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-description {
              display: block; } }
        section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-button {
          display: block;
          width: 100%; }
          section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-button a.btn01 {
            margin-top: 15px; }
            section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-button a.btn01[href=""] {
              margin-top: 15px;
              display: none !important; }
        section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntp-caption .cntp-button {
          /*display: block;*/
          /*width: 100%;*/
          /*margin-top: 30px;*/ }

section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item {
  padding: 0; }
  @media (min-width: 650px) {
    section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content {
      padding: 0; }
      section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntpa-thumbnail-image {
        width: 40%; }
      section.fifty-fifty section.pro-gallery-blocks.caption-next-to-photo-item .container-fluid.th_header_cover_bg .caption-next-to-photo-item .caption-next-to-photo-content .cntpa-caption {
        width: 60%; } }

section.sidebar-gallery-image-over-photo .sidebar-gallery-image-over-photo-item {
  width: 100%; }
  section.sidebar-gallery-image-over-photo .sidebar-gallery-image-over-photo-item .sidebar-gallery-image-over-photo-content .sgiop-thumbnail-image img {
    width: 100%;
    margin-bottom: 15px; }
  section.sidebar-gallery-image-over-photo .sidebar-gallery-image-over-photo-item .sgiop-caption .sgiop-title {
    line-height: 1.25;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 15px; }
  section.sidebar-gallery-image-over-photo .sidebar-gallery-image-over-photo-item .sgiop-caption .sgiop-description {
    text-align: left; }
  section.sidebar-gallery-image-over-photo .sidebar-gallery-image-over-photo-item .sgiop-caption .sgiop-button {
    text-align: left; }

section.pro-gallery-blocks.accordion-gallery .cb02.gall02 {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

section.pro-gallery-blocks.accordion-gallery,
section.pro-gallery-blocks.accordion-gallery-panels-open {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  section.pro-gallery-blocks.accordion-gallery .panel-group,
  section.pro-gallery-blocks.accordion-gallery-panels-open .panel-group {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%; }
  section.pro-gallery-blocks.accordion-gallery .cb02.gall02,
  section.pro-gallery-blocks.accordion-gallery-panels-open .cb02.gall02 {
    display: block;
    clear: both; }
  section.pro-gallery-blocks.accordion-gallery .panel-title a.content-title,
  section.pro-gallery-blocks.accordion-gallery-panels-open .panel-title a.content-title {
    font-size: 2rem;
    text-decoration: none; }
  section.pro-gallery-blocks.accordion-gallery .panel-button a,
  section.pro-gallery-blocks.accordion-gallery-panels-open .panel-button a {
    margin-top: 15px; }
  section.pro-gallery-blocks.accordion-gallery .panel-image[img-url*="http"],
  section.pro-gallery-blocks.accordion-gallery-panels-open .panel-image[img-url*="http"] {
    margin-bottom: 30px; }
  section.pro-gallery-blocks.accordion-gallery .panel-image[img-url=""],
  section.pro-gallery-blocks.accordion-gallery-panels-open .panel-image[img-url=""] {
    display: none; }
  @media (max-width: 767px) {
    section.pro-gallery-blocks.accordion-gallery .panel-image[img-url*="http"],
    section.pro-gallery-blocks.accordion-gallery-panels-open .panel-image[img-url*="http"] {
      width: 100%; }
    section.pro-gallery-blocks.accordion-gallery .panel-image[img-url*="http"] + .panel-content,
    section.pro-gallery-blocks.accordion-gallery-panels-open .panel-image[img-url*="http"] + .panel-content {
      width: 100%; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks.accordion-gallery .panel-image[img-url*="http"],
    section.pro-gallery-blocks.accordion-gallery-panels-open .panel-image[img-url*="http"] {
      width: 150px; }
    section.pro-gallery-blocks.accordion-gallery .panel-image[img-url*="http"] + .panel-content,
    section.pro-gallery-blocks.accordion-gallery-panels-open .panel-image[img-url*="http"] + .panel-content {
      width: calc(100% - 150px); }
    section.pro-gallery-blocks.accordion-gallery .panel-body.text-left,
    section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body.text-left {
      display: flex;
      align-items: start; } }

section.thirty-thirty-thirty section.pro-gallery-blocks.accordion-gallery .panel-body,
section.thirty-thirty-thirty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body,
section.sixty-thirty section.pro-gallery-blocks.accordion-gallery .panel-body,
section.sixty-thirty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body,
section.thirty-sixty section.pro-gallery-blocks.accordion-gallery .panel-body,
section.thirty-sixty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body,
section.sixy-thirty section.pro-gallery-blocks.accordion-gallery .panel-body,
section.sixy-thirty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body,
section.thirty-sixy section.pro-gallery-blocks.accordion-gallery .panel-body,
section.thirty-sixy section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body,
section.fifty-fifty section.pro-gallery-blocks.accordion-gallery .panel-body,
section.fifty-fifty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body {
  flex-direction: column; }
  section.thirty-thirty-thirty section.pro-gallery-blocks.accordion-gallery .panel-body > *,
  section.thirty-thirty-thirty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body > *,
  section.sixty-thirty section.pro-gallery-blocks.accordion-gallery .panel-body > *,
  section.sixty-thirty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body > *,
  section.thirty-sixty section.pro-gallery-blocks.accordion-gallery .panel-body > *,
  section.thirty-sixty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body > *,
  section.sixy-thirty section.pro-gallery-blocks.accordion-gallery .panel-body > *,
  section.sixy-thirty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body > *,
  section.thirty-sixy section.pro-gallery-blocks.accordion-gallery .panel-body > *,
  section.thirty-sixy section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body > *,
  section.fifty-fifty section.pro-gallery-blocks.accordion-gallery .panel-body > *,
  section.fifty-fifty section.pro-gallery-blocks.accordion-gallery-panels-open .panel-body > * {
    width: 100% !important; }

section.thumbnail-photo-left-text-right .container-fluid.th_header_cover_bg {
  clear: both;
  width: 1170px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }
section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 767px) {
    section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item {
      width: calc(100% / 2); } }
  @media (min-width: 1200px) {
    section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item {
      width: calc(100% / 3); } }
  section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item .thumbnail-photo-left-text-right-content {
    display: flex;
    align-items: stretch;
    width: 100%; }
    section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item .thumbnail-photo-left-text-right-content > a {
      height: 100%;
      width: 100px; }
      section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item .thumbnail-photo-left-text-right-content > a img[src=""] {
        display: none; }
      section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item .thumbnail-photo-left-text-right-content > a img[src*="http"] {
        width: 100%;
        max-width: 100%; }
    section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item .thumbnail-photo-left-text-right-content .caption {
      width: calc(100% - 100px);
      text-align: left;
      padding: 0 15px;
      height: 100%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: space-between; }
      section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item .thumbnail-photo-left-text-right-content .caption .thumbnail-title:empty {
        display: none; }
      section.thumbnail-photo-left-text-right .thumbnail-photo-left-text-right-item .thumbnail-photo-left-text-right-content .caption .thumbnail-button {
        margin-top: auto;
        margin-bottom: 0;
        font-weight: bold; }

section.pro-gallery-blocks.mosaic-gallery-pattern-1 .container-fluid {
  clear: both;
  width: 1170px;
  margin: auto;
  max-width: 100%; }
section.pro-gallery-blocks.mosaic-gallery-pattern-1 .mosaic-item-content[has-link=""] .mosaic-button {
  display: none !important; }
section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid {
  display: flex;
  flex-wrap: wrap; }
  section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid:before {
    display: none !important; }
  section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item {
    display: flex;
    margin-top: 15px; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 300px; } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n), section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n + 1) {
        width: calc(100% *(2/3) - 7.5px); } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 2), section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 1) {
        width: calc(100% *(1/3) - 7.5px); } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(odd) {
        margin-right: 15px; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n + 1) {
        height: calc(1170px / 3); }
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 1) {
        height: calc(1170px / 2); } }
    section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-items: center;
      position: relative; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content .mosaic-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content:hover .mosaic-image {
        filter: saturate(0.3);
        transition: ease-in-out .75s; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link {
        z-index: 1;
        background: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
        text-decoration: none;
        transition: ease-in-out .75s; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-title.content-title {
          line-height: 1.1;
          margin-bottom: 0;
          color: white;
          transition: ease-in-out .25s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-title.content-title:empty {
            display: none; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-description,
        section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-button {
          display: none;
          transition: ease-in-out .5s; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover {
          background: rgba(51, 51, 51, 0.8);
          transition: ease-in-out .75s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-title.content-title {
            position: absolute;
            margin: auto;
            opacity: 0;
            margin-bottom: 15px;
            transition: ease-in-out .5s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-description {
            margin-bottom: 30px;
            color: white;
            display: block; }
            section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-description:empty {
              display: none; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button {
            display: block; }
            section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div {
              color: white;
              border-bottom: 1px solid white;
              padding-bottom: 15px;
              width: auto;
              line-height: 1; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:after {
                content: "\f101";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-left: 5px; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:empty {
                display: none; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-1 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:hover {
                color: white; }

section.pro-gallery-blocks.mosaic-gallery-pattern-2 .container-fluid {
  clear: both;
  width: 1170px;
  margin: auto;
  max-width: 100%; }
section.pro-gallery-blocks.mosaic-gallery-pattern-2 .mosaic-item-content[has-link=""] .mosaic-button {
  display: none !important; }
section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid {
  display: flex;
  flex-wrap: wrap; }
  section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid:before {
    display: none !important; }
  section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item {
    display: flex;
    margin-top: 15px; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 300px; } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(3n - 2) {
        margin-right: 15px; } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(3n - 2), section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(3n - 1) {
        width: calc(50% - 7.5px);
        min-height: calc(1170px / 3); } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(3n) {
        min-height: calc(1170px / 2);
        width: 100%; } }
    section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-items: center;
      position: relative; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content .mosaic-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content:hover .mosaic-image {
        filter: saturate(0.3);
        transition: ease-in-out .75s; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link {
        z-index: 1;
        background: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
        text-decoration: none;
        transition: ease-in-out .75s; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-title.content-title {
          line-height: 1.1;
          margin-bottom: 0;
          color: white;
          transition: ease-in-out .25s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-title.content-title:empty {
            display: none; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-description,
        section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-button {
          display: none;
          transition: ease-in-out .5s; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover {
          background: rgba(51, 51, 51, 0.8);
          transition: ease-in-out .75s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-title.content-title {
            position: absolute;
            margin: auto;
            opacity: 0;
            margin-bottom: 15px;
            transition: ease-in-out .5s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-description {
            margin-bottom: 30px;
            color: white;
            display: block; }
            section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-description:empty {
              display: none; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button {
            display: block; }
            section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div {
              color: white;
              border-bottom: 1px solid white;
              padding-bottom: 15px;
              width: auto;
              line-height: 1; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:after {
                content: "\f101";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-left: 5px; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:empty {
                display: none; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-2 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:hover {
                color: white; }

section.pro-gallery-blocks.mosaic-gallery-pattern-3 .container-fluid {
  clear: both;
  width: 1170px;
  margin: auto;
  max-width: 100%; }
section.pro-gallery-blocks.mosaic-gallery-pattern-3 .mosaic-item-content[has-link=""] .mosaic-button {
  display: none !important; }
section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid {
  display: flex;
  flex-wrap: wrap; }
  section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid:before {
    display: none !important; }
  section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item {
    display: flex;
    margin-top: 15px; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 300px; } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 1), section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 2), section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 3) {
        width: calc((100% / 3) - (30px / 3));
        min-height: calc(1170px / 3); }
        section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 1):nth-child(4n - 2), section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 2):nth-child(4n - 2), section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n - 3):nth-child(4n - 2) {
          margin-left: 15px;
          margin-right: 15px; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item:nth-child(4n) {
        width: 100%;
        min-height: calc(1170px / 2); } }
    section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-items: center;
      position: relative; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content .mosaic-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content:hover .mosaic-image {
        filter: saturate(0.3);
        transition: ease-in-out .75s; }
      section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link {
        z-index: 1;
        background: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
        text-decoration: none;
        transition: ease-in-out .75s; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-title.content-title {
          line-height: 1.1;
          margin-bottom: 0;
          color: white;
          transition: ease-in-out .25s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-title.content-title:empty {
            display: none; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-description,
        section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link .mosaic-button {
          display: none;
          transition: ease-in-out .5s; }
        section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover {
          background: rgba(51, 51, 51, 0.8);
          transition: ease-in-out .75s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-title.content-title {
            position: absolute;
            margin: auto;
            opacity: 0;
            margin-bottom: 15px;
            transition: ease-in-out .5s; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-description {
            margin-bottom: 30px;
            color: white;
            display: block; }
            section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-description:empty {
              display: none; }
          section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button {
            display: block; }
            section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div {
              color: white;
              border-bottom: 1px solid white;
              padding-bottom: 15px;
              width: auto;
              line-height: 1; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:after {
                content: "\f101";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-left: 5px; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:empty {
                display: none; }
              section.pro-gallery-blocks.mosaic-gallery-pattern-3 .cb02.gall02 .container-fluid .mosaic-gallery-item .mosaic-item-content a.mosaic-link:hover .mosaic-button div:hover {
                color: white; }

section.pro-gallery-blocks[class*="swiper"] {
  display: flex;
  flex-direction: column; }
  section.pro-gallery-blocks[class*="swiper"] .cb01.gall01 {
    margin-bottom: 30px; }
    section.pro-gallery-blocks[class*="swiper"] .cb01.gall01 .container-fluid {
      width: 1170px;
      max-width: 100%; }
  section.pro-gallery-blocks[class*="swiper"] .cb.cb-gall {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    section.pro-gallery-blocks[class*="swiper"] .cb.cb-gall .banner.col-md-12.th_header_cover_bg {
      width: 1170px;
      margin: auto;
      max-width: 100%; }
    section.pro-gallery-blocks[class*="swiper"] .cb.cb-gall .cb02.gall02 {
      display: none; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat.swiper-gallery-flat-light {
    background-color: white; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container {
    width: 100%;
    padding-bottom: 40px; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-button-prev,
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-button-next {
      filter: saturate(0); }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide-caption {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: ease-in-out .5s; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide-caption .swiper-description {
        margin-bottom: 0; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-pagination.swiper-pagination-bullets {
      bottom: 0 !important; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide {
      background: black;
      background-position: center;
      background-size: cover;
      display: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide:hover .swiper-slide-caption {
          opacity: 1; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide:not(:hover) .swiper-slide-caption {
          opacity: 0; } }
      @media (max-width: 399px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide {
          width: 100%; } }
      @media (min-width: 400px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide {
          width: 300px; } }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide .swiper-image {
        width: 100%;
        padding-bottom: 100%;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide .swiper-slide-caption {
        display: flex;
        flex-direction: column;
        flex: 1 auto;
        align-items: center;
        justify-content: center;
        padding: 15px;
        background-color: #000; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide .swiper-slide-caption .swiper-title {
          color: white;
          -webkit-font-smoothing: antialiased;
          font-size: 17px; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide .swiper-slide-caption .swiper-description {
          margin-bottom: 0;
          color: white;
          font-size: 15px;
          max-height: 100px;
          line-height: 1.25;
          overflow-y: auto;
          -webkit-font-smoothing: antialiased; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide .swiper-slide-caption .swiper-link {
          display: flex;
          margin-top: 15px; }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a {
            color: white;
            border: 1px solid white;
            padding: 10px 15px;
            line-height: 1;
            text-decoration: none;
            -webkit-font-smoothing: antialiased; }
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flat .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a:hover {
              color: whitesmoke;
              border: 1px solid white; }
  section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container {
      width: 100%;
      margin: 0; }
      section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper {
        width: 100%; }
        @media (max-width: 767px) {
          section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper {
            height: auto; } }
        @media (min-width: 768px) {
          section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper {
            height: 65vh;
            min-height: 500px; } }
        section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-pagination-bullets {
          width: 11px;
          top: 30px;
          left: 30px; }
        section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide {
          height: 100%; }
          section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
            opacity: 0; }
          section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
            width: 100% !important;
            justify-content: space-between;
            align-items: stretch; }
          section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-image {
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            right: 0;
            top: 0; }
          section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-caption {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-caption > * {
              width: 700px;
              max-width: 100%; }
            section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-caption .swiper-description {
              margin: 15px 0; }
          @media (max-width: 767px) {
            section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide {
              flex-direction: column; }
              section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-image {
                padding-bottom: 100%;
                width: 100vw; }
              section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-caption {
                width: 100%;
                padding: 25% 30px; } }
          @media (min-width: 768px) {
            section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide {
              flex-direction: row-reverse; }
              section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-image {
                position: absolute;
                width: 50%;
                height: 100%; }
              section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"] .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-caption {
                min-height: 100%;
                width: 50%; } }
    section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"].swiper-gallery-caption-left-photo-right-dark .swiper-slide {
      background-color: black; }
    section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"].swiper-gallery-caption-left-photo-right-dark .swiper-slide-caption .content-title,
    section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"].swiper-gallery-caption-left-photo-right-dark .swiper-slide-caption .swiper-description {
      color: white; }
    section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"].swiper-gallery-caption-left-photo-right-light .swiper-slide {
      background-color: white; }
    section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"].swiper-gallery-caption-left-photo-right-light .content-title,
    section.pro-gallery-blocks[class*="swiper"][class*="swiper-gallery-caption-left-photo-right"].swiper-gallery-caption-left-photo-right-light .swiper-description {
      color: black; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container {
    width: 100%;
    padding-bottom: 40px; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-button-prev,
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-button-next {
      filter: saturate(0); }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-pagination.swiper-pagination-bullets {
      bottom: 0 !important; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide {
      background: white;
      background-position: center;
      background-size: cover;
      display: flex;
      flex-direction: column; }
      @media (max-width: 399px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide {
          width: 100%; } }
      @media (min-width: 400px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide {
          width: 300px; } }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide .swiper-image {
        width: 100%;
        padding-bottom: 75%;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide .swiper-slide-caption {
        display: flex;
        flex-direction: column;
        flex: 1 auto;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background-color: #333; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide .swiper-slide-caption .swiper-title {
          color: white;
          -webkit-font-smoothing: antialiased;
          font-size: 17px; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide .swiper-slide-caption .swiper-description {
          margin-bottom: auto;
          color: white;
          font-size: 15px;
          max-height: 100px;
          line-height: 1.25;
          overflow-y: auto;
          -webkit-font-smoothing: antialiased; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide .swiper-slide-caption .swiper-link {
          display: flex;
          margin-top: 15px; }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a {
            color: white;
            border: 1px solid white;
            padding: 10px 15px;
            line-height: 1;
            text-decoration: none;
            -webkit-font-smoothing: antialiased; }
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a:hover {
              color: whitesmoke;
              border: 1px solid white; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-button-prev, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-button-next {
    filter: saturate(0) brightness(5); }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-pagination.swiper-pagination-bullets {
    position: relative !important;
    bottom: 0 !important;
    top: 10px; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #333; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption {
    text-shadow: 1px 1px 5px black;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    transition: ease-in-out .25s; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-title {
      color: #fff;
      max-width: 100%; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-title {
          font-size: 17px; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-title {
          font-size: 20px; } }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption:hover {
      background-color: rgba(0, 0, 0, 0.4); }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption:hover .swiper-description {
        opacity: 1;
        height: initial;
        transition: ease-in-out .25s; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description {
      color: #fff;
      max-width: 100%;
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      max-height: 150px;
      opacity: 0;
      height: 0;
      transition: ease-in-out .25s;
      padding-right: 10px;
      overflow-y: auto; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description {
          font-size: 14px; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description {
          font-size: 15px; } }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar {
        width: 10px; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.75);
        border-radius: 5px;
        overflow: hidden; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track:hover {
        border: 1px solid #fff; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.75);
        border-radius: 5px; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb:hover {
        background: #fff; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-link a {
      background: transparent;
      display: block;
      padding: 10px 15px;
      line-height: 1;
      color: #fff !important;
      text-decoration: none;
      border: 1px solid white;
      margin-top: 15px;
      transition: ease-in-out .25s; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-link a {
          font-size: 14px; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-link a {
          font-size: 15px; } }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-slide .swiper-slide-caption .swiper-link a:hover {
        background: black;
        border: 1px solid black;
        transition: ease-in-out .25s; }
  @media (max-width: 949px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-container {
      width: calc(100% - 30px);
      margin: 0 auto;
      height: calc((100vw) * .6); }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: calc((100vw - 30px) * .6); } }
  @media (min-width: 950px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-container {
      width: 100%;
      max-width: 100%;
      height: calc((900px * (4/6)) + 30px); }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-flip .swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100% !important;
        max-width: 100%;
        height: calc(900px * (4/6)); } }
  @media (max-width: 767px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs .swiper-container, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs .swiper-container {
      width: 100%;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs .gallery-thumbs, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs .gallery-thumbs {
      height: 100px; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs .swiper-container, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs .swiper-container {
      width: 100%;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs .gallery-thumbs, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs .gallery-thumbs {
      height: 150px; } }
  @media (max-width: 767px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs-contained .swiper-container, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs-contained .swiper-container {
      width: 100%;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs-contained .gallery-thumbs, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs-contained .gallery-thumbs {
      height: 100px; } }
  @media (min-width: 768px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs-contained .swiper-container, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs-contained .swiper-container {
      width: 1140px;
      max-width: 100%;
      height: 50vw;
      margin-left: auto;
      margin-right: auto; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs.swiper-gallery-thumbs-contained .gallery-thumbs, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained.swiper-gallery-thumbs-contained .gallery-thumbs {
      height: 150px; } }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .swiper-button-prev, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .swiper-button-next, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .swiper-button-prev, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .swiper-button-next {
    filter: saturate(0) brightness(5); }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top {
    height: 65vw;
    max-height: 600px;
    width: 100%; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide {
      background-size: cover;
      background-position: center; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption {
        position: absolute;
        height: 100%;
        background-color: black;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 100%);
        padding-left: 45px;
        padding-bottom: 30px;
        text-align: left;
        width: 100%; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-title, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-title {
          color: #fff;
          max-width: 100%; }
          @media (max-width: 991px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-title, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-title {
              font-size: 17px; } }
          @media (min-width: 992px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-title, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-title {
              font-size: 20px; } }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description {
          color: #fff;
          max-width: 100%;
          padding-right: 10px;
          overflow-y: auto; }
          @media (max-width: 991px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description {
              font-size: 15px;
              max-height: 100px;
              width: calc(100% - 45px); } }
          @media (min-width: 992px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description {
              max-height: 300px;
              font-size: 17px;
              width: 700px; } }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar {
            width: 10px; }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.75);
            border-radius: 5px;
            overflow: hidden; }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track:hover, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track:hover {
            border: 1px solid #fff; }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.75);
            border-radius: 5px; }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb:hover, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb:hover {
            background: #fff; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a {
          background: transparent;
          display: block;
          padding: 10px 15px;
          line-height: 1;
          color: #fff !important;
          text-decoration: none;
          border: 1px solid white;
          margin-top: 15px; }
          @media (max-width: 991px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a {
              font-size: 15px; } }
          @media (min-width: 992px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a {
              font-size: 17px; } }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a:hover, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-top .swiper-slide .swiper-slide-caption .swiper-link a:hover {
            background: black;
            border: 1px solid black; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-thumbs, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    filter: brightness(0.8);
    transition: ease-in-out .25s; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-thumbs:hover, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-thumbs:hover {
      filter: brightness(1);
      transition: ease-in-out .25s; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-thumbs .swiper-slide, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide {
      background-size: cover;
      background-position: center;
      width: 20% !important;
      cursor: pointer;
      filter: brightness(0.7);
      transition: ease-in-out .25s; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-thumbs .swiper-slide:hover, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide:hover, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        filter: brightness(1);
        transition: ease-in-out .25s; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-button-prev, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-button-next {
    filter: saturate(0) brightness(0); }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-pagination-bullet-active {
    background: #ffffff; }
  @media (max-width: 599px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-button-prev,
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-button-next {
      display: none; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-cube-wrap {
      min-height: calc(100vw - 60px); }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-cube-wrap .swiper-container {
        width: calc(100vw - 60px);
        height: calc(100vw - 60px);
        margin-left: calc((100vw - 60px) / -2);
        margin-top: calc((100vw - 60px) / -2); } }
  @media (min-width: 600px) {
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-button-prev {
      left: -100px !important; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-button-next {
      right: -100px !important; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-cube-wrap {
      min-height: 400px; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-cube-wrap .swiper-container {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px; } }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-cube-wrap {
    position: relative; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-cube-wrap .swiper-container {
      position: absolute;
      left: 50%;
      top: 50%; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide {
    background-position: center;
    background-size: cover; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption {
      text-shadow: 1px 1px 5px black;
      position: absolute;
      height: 100%;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      transition: ease-in-out .25s; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-title {
        color: #fff;
        max-width: 100%; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-title {
            font-size: 17px; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-title {
            font-size: 20px; } }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption:hover {
        background-color: rgba(0, 0, 0, 0.4); }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption:hover .swiper-description {
          opacity: 1;
          height: initial;
          transition: ease-in-out .25s; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description {
        color: #fff;
        max-width: 100%;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        max-height: 150px;
        opacity: 0;
        height: 0;
        transition: ease-in-out .25s;
        padding-right: 10px;
        overflow-y: auto; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description {
            font-size: 14px; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description {
            font-size: 15px; } }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar {
          width: 10px; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track {
          background: transparent;
          border: 1px solid rgba(255, 255, 255, 0.75);
          border-radius: 5px;
          overflow: hidden; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-track:hover {
          border: 1px solid #fff; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb {
          background: rgba(255, 255, 255, 0.75);
          border-radius: 5px; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-description::-webkit-scrollbar-thumb:hover {
          background: #fff; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-link a {
        background: transparent;
        display: block;
        padding: 10px 15px;
        line-height: 1;
        color: #fff !important;
        text-decoration: none;
        border: 1px solid white;
        margin-top: 15px;
        transition: ease-in-out .25s; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-link a {
            font-size: 14px; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-link a {
            font-size: 15px; } }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-cube .swiper-slide .swiper-slide-caption .swiper-link a:hover {
          background: black;
          border: 1px solid black;
          transition: ease-in-out .25s; }
  section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom {
    padding-bottom: 0; }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-button-prev, section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-button-next {
      filter: saturate(0) brightness(5); }
    section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container {
      width: 100%;
      height: 100%;
      background-color: #222222;
      cursor: zoom-in; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-pagination.swiper-pagination-bullets {
        position: static;
        margin-top: 15px;
        margin-bottom: 15px; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
          background: white; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: white; }
      section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide {
        overflow: hidden;
        padding: 30px 0 0 0; }
        section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption {
          color: white;
          padding: 15px; }
          @media (max-width: 991px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-title {
              font-size: 17px; } }
          @media (min-width: 992px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-title {
              font-size: 20px; } }
          @media (max-width: 991px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-description {
              font-size: 14px; } }
          @media (min-width: 992px) {
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-description {
              font-size: 15px; } }
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a {
            background: transparent;
            display: block;
            padding: 10px 15px;
            line-height: 1;
            color: #fff !important;
            text-decoration: none;
            border: 1px solid white;
            margin-top: 15px;
            transition: ease-in-out .25s; }
            @media (max-width: 991px) {
              section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a {
                font-size: 14px; } }
            @media (min-width: 992px) {
              section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a {
                font-size: 15px; } }
            section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a:hover {
              background: black;
              border: 1px solid black;
              transition: ease-in-out .25s; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide img {
            max-width: 100%;
            max-height: 400px; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks[class*="swiper"].swiper-gallery-zoom .swiper-container .swiper-slide img {
            max-width: 700px;
            max-height: 500px; } }

section.pro-gallery-blocks.image-description-link-inline {
  background-color: white; }
  section.pro-gallery-blocks.image-description-link-inline .cb02.gall02 {
    display: block;
    clear: both; }
  section.pro-gallery-blocks.image-description-link-inline .container-fluid {
    width: 1170px;
    max-width: 100%; }
    section.pro-gallery-blocks.image-description-link-inline .container-fluid:before {
      display: none !important; }
  @media (max-width: 767px) {
    section.pro-gallery-blocks.image-description-link-inline {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.pro-gallery-blocks.image-description-link-inline {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.pro-gallery-blocks.image-description-link-inline {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (min-width: 1200px) {
    section.pro-gallery-blocks.image-description-link-inline {
      padding-top: 30px;
      padding-bottom: 30px; } }
  section.pro-gallery-blocks.image-description-link-inline .idli-item {
    width: 100%; }
    @media (max-width: 991px) {
      section.pro-gallery-blocks.image-description-link-inline .idli-item .idli-item-content {
        display: flex;
        flex-direction: column; } }
    section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img*="http"][idli-href*="http"] {
      content: "HAS IMAGE AND LINK"; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img*="http"][idli-href*="http"] .idli-pro-gallery-caption {
          width: 100%; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img*="http"][idli-href*="http"] .idli-pro-gallery-caption {
          width: calc(100% - 400px - 45px); } }
    section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img*="http"][idli-href=""] {
      content: "HAS IMAGE NO LINK"; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img*="http"][idli-href=""] .idli-pro-gallery-caption {
          width: 100%; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img*="http"][idli-href=""] .idli-pro-gallery-caption {
          width: calc(100% - 150px - 15px); } }
    section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img=""][idli-href*="http"] {
      content: "HAS LINK NO IMAGE"; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img=""][idli-href*="http"] .idli-pro-gallery-caption {
          width: 100%; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img=""][idli-href*="http"] .idli-pro-gallery-caption {
          width: calc(100% - 200px - 15px); } }
    section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img][idli-img=""] .idli-thumbnail-photo {
      display: none !important; }
    section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img][idli-img*="http"] .idli-thumbnail-photo {
      align-self: flex-start;
      display: flex; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img][idli-img*="http"] .idli-thumbnail-photo {
          width: 100%;
          margin-bottom: 15px; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img][idli-img*="http"] .idli-thumbnail-photo {
          width: 200px;
          margin-right: 30px; } }
      section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-img][idli-img*="http"] .idli-thumbnail-photo img {
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #e4e4e4; }
    section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-href][idli-href=""] .idli-button {
      display: none !important; }
    section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-href][idli-href*="http"] .idli-button a {
      padding: 15px; }
    @media (max-width: 991px) {
      section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-href][idli-href*="http"] .idli-button {
        width: 100%;
        margin-top: 15px;
        display: flex; }
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-href][idli-href*="http"] .idli-button a {
          margin-right: auto; } }
    @media (min-width: 992px) {
      section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-href][idli-href*="http"] .idli-button {
        width: 200px;
        margin-left: auto;
        padding-left: 15px; }
        section.pro-gallery-blocks.image-description-link-inline .idli-item[idli-href][idli-href*="http"] .idli-button a {
          white-space: nowrap;
          width: 100%;
          padding: 15px; } }
    section.pro-gallery-blocks.image-description-link-inline .idli-item .idli-item-content .idli-pro-gallery-caption {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 991px) {
        section.pro-gallery-blocks.image-description-link-inline .idli-item .idli-item-content .idli-pro-gallery-caption {
          width: 100%; } }
      section.pro-gallery-blocks.image-description-link-inline .idli-item .idli-item-content .idli-pro-gallery-caption .idli-title.content-title {
        line-height: 1.1;
        width: 100%;
        text-align: left;
        margin-bottom: 5px; }
      section.pro-gallery-blocks.image-description-link-inline .idli-item .idli-item-content .idli-pro-gallery-caption .idli-description {
        width: 100%;
        text-align: left !important; }
        section.pro-gallery-blocks.image-description-link-inline .idli-item .idli-item-content .idli-pro-gallery-caption .idli-description * {
          text-align: left !important; }
    section.pro-gallery-blocks.image-description-link-inline .idli-item + .idli-item:before {
      content: "";
      display: block;
      width: 100%;
      border-top: 1px solid #e4e4e4;
      margin: 30px 0; }

section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] {
  padding-bottom: 0; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] {
    background-color: white !important; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] .featured-caption-on-photo-fw-item:before {
      background-color: #e4e4e4; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] .featured-caption-on-photo-fw-item-caption {
      background-color: white; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] .featured-caption-on-photo-fw-item-caption:before {
        color: black; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title,
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description,
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
        color: black; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="light"] .featured-caption-on-photo-fw-item-caption .btn01 {
        color: black; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] {
    background-color: #212121 !important; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .cb01.gall01 .container-fluid .bt01 {
      color: white; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .cb01.gall01 .container-fluid .bd01 {
      color: white; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .featured-caption-on-photo-fw-item:before {
      background-color: #0c0c0c; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .featured-caption-on-photo-fw-item-caption {
      background-color: #212121; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .featured-caption-on-photo-fw-item-caption:before {
        color: white; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title,
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description,
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
        color: white; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="dark"] .featured-caption-on-photo-fw-item-caption .btn01 {
        color: white; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"]:not([class*="alt"]) .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-photo {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 0; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"]:not([class*="alt"]) .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-caption-link {
    left: 0; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"]:not([class*="alt"]) .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title,
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"]:not([class*="alt"]) .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description,
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"]:not([class*="alt"]) .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
      text-align: left; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(odd) .featured-caption-on-photo-fw-item-photo {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: auto; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(odd) .featured-caption-on-photo-fw-item-caption-link {
    right: 0; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(odd) .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title,
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(odd) .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description,
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(odd) .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
      text-align: right; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(even) .featured-caption-on-photo-fw-item-photo {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 0; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(even) .featured-caption-on-photo-fw-item-caption-link {
    left: 0; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(even) .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title,
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(even) .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description,
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"][class*="alt"] .featured-caption-on-photo-fw-item:nth-child(even) .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
      text-align: left; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item {
    display: block;
    width: 100%;
    padding: 30px 15px;
    position: relative;
    overflow: hidden; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item:before {
      transform: translateX(100%);
      transition: ease-in-out .25s;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item:hover:before {
      transform: translateX(0); }
    @media (max-width: 1200px) {
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item {
        padding: 15px 30px; } }
    @media (min-width: 1200px) {
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item {
        padding: 30px 15px; } }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item[has-link=""] .featured-caption-on-photo-fw-item-button {
      display: none; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 1170px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      padding: 0 15px; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-photo {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-photo {
            width: 60%; } }
        @media (min-width: 768px) {
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-photo {
            width: 75%; } }
        section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-photo img {
          max-width: 100%; }
      section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link {
        display: flex;
        align-items: flex-start;
        overflow-y: auto;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
        text-decoration: none;
        margin-top: auto;
        margin-bottom: auto;
        height: 100%; }
        @media (max-width: 768px) {
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link {
            width: 275px;
            max-width: 100%; } }
        @media (min-width: 768px) {
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link {
            width: 40%; } }
        section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%; }
          @media (max-width: 768px) {
            section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption {
              padding: 15px; }
              section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption:before {
                right: 15px; } }
          @media (min-width: 768px) {
            section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption {
              padding: 60px 30px; }
              section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption:before {
                right: 30px; } }
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption:before {
            content: "→";
            opacity: .5;
            position: absolute;
            top: 0;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            font-size: 2.5rem; }
          @media (max-width: 767px) {
            section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title,
            section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description {
              width: calc(100% - 2.5rem - 30px); } }
          @media (min-width: 768px) {
            section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title,
            section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description {
              width: calc(100% - 2.5rem - 30px); } }
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-title {
            margin-right: auto;
            line-height: 1.1;
            margin-bottom: 15px; }
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description {
            margin-right: auto; }
            @media (max-width: 767px) {
              section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description {
                font-size: 12px; } }
            @media (max-width: 400px) {
              section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-description {
                display: none; } }
          section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
            margin-right: auto;
            margin: 15px auto 0 0;
            opacity: .85;
            font-size: 12px; }
            @media (max-width: 767px) {
              section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
                width: calc(100% - 2.5rem - 30px); } }
            @media (min-width: 768px) {
              section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button {
                width: calc(100% - 2.5rem - 30px); } }
            section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .featured-caption-on-photo-fw-item .featured-caption-on-photo-fw-item-content .featured-caption-on-photo-fw-item-caption-link .featured-caption-on-photo-fw-item-caption .featured-caption-on-photo-fw-item-button:not(:empty):after {
              content: "+";
              display: inline-flex;
              margin-left: 5px; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .cb01.gall01 .container-fluid {
    width: 1170px;
    max-width: 100%;
    margin: auto; }
  section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .cb02.gall02 {
    display: block;
    clear: both; }
    section.pro-gallery-blocks[class*="featured-caption-on-photo-fw"] .cb02.gall02 .container-fluid {
      padding: 0; }

section.content-blocks > section.pro-gallery-blocks[class*="testimonial-gallery"] {
  background-color: #f6f6f6; }

section.pro-gallery-blocks[class*="testimonial-gallery"] .cb01.gall01 {
  width: 1170px;
  max-width: 100%;
  margin: auto auto 30px auto; }
  @media (max-width: 1199px) {
    section.pro-gallery-blocks[class*="testimonial-gallery"] .cb01.gall01 .col-md-12,
    section.pro-gallery-blocks[class*="testimonial-gallery"] .cb01.gall01 .col-lg-12 {
      padding: 0; } }
  section.pro-gallery-blocks[class*="testimonial-gallery"] .cb01.gall01 .bd01 {
    padding-bottom: 0; }
section.pro-gallery-blocks[class*="testimonial-gallery"] .cb02.gall02 .container-fluid.th_header_cover_bg {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 15px; }
  @media (max-width: 1199px) {
    section.pro-gallery-blocks[class*="testimonial-gallery"] .cb02.gall02 .container-fluid.th_header_cover_bg .col-md-12,
    section.pro-gallery-blocks[class*="testimonial-gallery"] .cb02.gall02 .container-fluid.th_header_cover_bg .col-lg-12 {
      padding: 0; } }
  section.pro-gallery-blocks[class*="testimonial-gallery"] .cb02.gall02 .container-fluid.th_header_cover_bg:before {
    display: none !important; }
section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto; }
  section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item[has-link=""] .thumbnail-link {
    display: none; }
  section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content a.testimonial-gallery-photo {
      text-decoration: none; }
      section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content a.testimonial-gallery-photo:empty {
        display: none !important; }
      section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content a.testimonial-gallery-photo:not(:empty) {
        width: 100px;
        height: 100px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        border-radius: 50%;
        margin-bottom: 15px; }
    section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content .testimonial-gallery-title.content-title.thumbnail-title {
      line-height: 1.25;
      margin-bottom: 15px; }
    section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content a.testimonial-gallery-caption-link {
      text-decoration: none;
      height: calc(100% - 100px); }
      section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content a.testimonial-gallery-caption-link .testimonial-gallery-caption .testimonial-gallery-title.content-title.thumbnail-title {
        font-size: 2.5rem; }
      section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content a.testimonial-gallery-caption-link .testimonial-gallery-caption .testimonial-gallery-description.thumbnail-description {
        line-height: 1.75; }
      section.pro-gallery-blocks[class*="testimonial-gallery"] .testimonial-gallery-item .testimonial-gallery-content a.testimonial-gallery-caption-link .testimonial-gallery-caption .testimonial-gallery-button.thumbnail-link {
        margin-top: auto;
        margin-bottom: 0; }
section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns .cb02.gall02 .container-fluid.th_header_cover_bg, section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns .cb02.gall02 .container-fluid.th_header_cover_bg {
  width: 1170px;
  margin: auto;
  max-width: 100%; }
  @media (min-width: 1200px) {
    section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns .cb02.gall02 .container-fluid.th_header_cover_bg, section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns .cb02.gall02 .container-fluid.th_header_cover_bg {
      padding: 0; } }
section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns-full-width .cb02.gall02 .container-fluid.th_header_cover_bg, section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns-full-width .cb02.gall02 .container-fluid.th_header_cover_bg {
  width: 100%; }
@media (min-width: 767px) {
  section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns .testimonial-gallery-item, section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns-full-width .testimonial-gallery-item {
    width: 100%; }
    section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns .testimonial-gallery-item:not(:last-child), section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns-full-width .testimonial-gallery-item:not(:last-child) {
      margin-bottom: 30px; } }
@media (min-width: 768px) {
  section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns .testimonial-gallery-item, section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-2-columns-full-width .testimonial-gallery-item {
    width: calc((100% / 2) - (30px / 1));
    margin-bottom: 30px; } }
@media (min-width: 991px) {
  section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns .testimonial-gallery-item, section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns-full-width .testimonial-gallery-item {
    width: 100%; }
    section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns .testimonial-gallery-item:not(:last-child), section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns-full-width .testimonial-gallery-item:not(:last-child) {
      margin-bottom: 30px; } }
@media (min-width: 992px) {
  section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns .testimonial-gallery-item, section.pro-gallery-blocks[class*="testimonial-gallery"].testimonial-gallery-3-columns-full-width .testimonial-gallery-item {
    width: calc((100% / 3) - (60px / 2));
    margin-bottom: 30px; } }

section.pro-gallery-blocks.timeline-gallery-vertical .cb01.gall01 {
  width: 1170px;
  margin: auto auto 30px auto;
  max-width: 100%; }
section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 {
  display: flex;
  width: 100%; }
  section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg {
    width: 1170px;
    margin: auto auto 30px auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg:after {
      content: "";
      position: absolute;
      min-height: 100%;
      width: 3px;
      background: black;
      opacity: .5;
      top: 0;
      right: calc(50% - (3px / 2));
      z-index: 0;
      height: 100%;
      display: block; }
    section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail {
      width: 50%;
      position: relative; }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail[has-image=""] a.thumbnail-photo {
        width: 0 !important;
        height: 0 !important; }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail[has-image=""] .pro-gallery-thumbnail-content .pro-gallery-caption {
        width: calc(100% - 30px); }
      @media (min-width: 992px) {
        section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail[has-image*="http"] .pro-gallery-thumbnail-content .pro-gallery-caption {
          width: calc(100% - 150px - 30px); } }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:before {
        content: "";
        width: 15px;
        height: 15px;
        background: black;
        display: block;
        border-radius: 50%;
        position: absolute;
        margin: auto;
        z-index: 2; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:before {
            top: calc(50px - 7.5px); } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:before {
            top: calc(75px - 7.5px); } }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(odd) {
        margin-left: auto;
        margin-right: 0;
        text-align: left; }
        section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(odd):before {
          transform: translateX(-50%);
          left: 0; }
        section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(odd) a.thumbnail-photo:after {
          left: 0; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(odd) {
            padding-left: 30px; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(odd) {
            padding-left: 60px; } }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(even) {
        text-align: right;
        padding-right: 60px; }
        section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(even):before {
          transform: translateX(calc(50% + 1.5px));
          right: 0; }
        section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(even) a.thumbnail-photo:after {
          right: 0; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(even) {
            padding-right: 30px; }
            section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(even) a.thumbnail-photo {
              margin-left: auto; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(even) {
            padding-right: 60px; }
            section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail:nth-child(even) .pro-gallery-thumbnail-content {
              flex-direction: row-reverse; } }
      @media (min-width: 992px) {
        section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail .pro-gallery-thumbnail-content {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; } }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail a.thumbnail-photo {
        display: block;
        border-radius: 50%;
        background-size: cover;
        background-position: 50%; }
        @media (max-width: 991px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail a.thumbnail-photo {
            width: 100px;
            height: 100px; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail a.thumbnail-photo {
            width: 150px;
            height: 150px; } }
        @media (max-width: 991px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail a.thumbnail-photo {
            margin-bottom: 15px; } }
        @media (max-width: 991px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail a.thumbnail-photo:after {
            content: "";
            width: 30px;
            z-index: 0;
            height: 1px;
            display: block;
            position: absolute;
            top: 50px;
            border-top: 1px dashed black; } }
        @media (min-width: 992px) {
          section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail a.thumbnail-photo:after {
            content: "";
            width: 60px;
            z-index: 0;
            height: 1px;
            display: block;
            position: absolute;
            top: 75px;
            border-top: 1px dashed black; } }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail .thumbnail-title.content-title {
        line-height: 1.25;
        margin-bottom: 15px; }
      @media (max-width: 767px) {
        section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail .thumbnail-description {
          font-size: 13px;
          line-height: 1.5; } }
      section.pro-gallery-blocks.timeline-gallery-vertical .cb02.gall02 .container-fluid.th_header_cover_bg .pro-gallery-thumbnail .thumbnail-button {
        margin-top: 15px; }

html[scroll-end="true"] .anchor-gallery-navigation {
  display: none; }

section.anchor-presentation-gallery {
  padding: 0 !important; }
  section.anchor-presentation-gallery .container-fluid.th_header_cover_bg {
    padding: 0; }
  section.anchor-presentation-gallery[anchor-presentation="fixed"] .anchor-gallery-navigation {
    position: fixed;
    bottom: 0;
    left: 0; }
  section.anchor-presentation-gallery .anchor-gallery-thumbnail {
    position: relative; }
  section.anchor-presentation-gallery .anchor-gallery-content {
    position: relative;
    z-index: 1;
    color: white;
    max-width: 100%; }
  section.anchor-presentation-gallery .anchor-gallery-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66); }
  section.anchor-presentation-gallery .anchor-gallery-navigation {
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white; }
    section.anchor-presentation-gallery .anchor-gallery-navigation .anchor-gallery-navigation-window {
      display: flex;
      width: auto;
      overflow-x: auto; }
    section.anchor-presentation-gallery .anchor-gallery-navigation a {
      text-decoration: none;
      padding: 10px 15px;
      transition: ease-in-out .25s;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      section.anchor-presentation-gallery .anchor-gallery-navigation a.active:not(:hover) {
        background: black;
        color: white; }
      section.anchor-presentation-gallery .anchor-gallery-navigation a:hover {
        color: #000000;
        background-color: #e4e4e4; }
  section.anchor-presentation-gallery .anchor-gallery-thumbnail {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail[anchor-gallery-image=""] .anchor-gallery-title.bt01 h2 {
      color: white; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail[anchor-gallery-image=""] .anchor-gallery-caption {
      color: white; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail[anchor-gallery-image=""] .btn01 {
      border: 1px solid white;
      color: white;
      background-color: transparent; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail[anchor-gallery-image*="http"] .anchor-gallery-image {
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 0; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail[anchor-gallery-image*="http"] .anchor-gallery-title.bt01 h2 {
      color: white; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail[anchor-gallery-image*="http"] .anchor-gallery-caption {
      color: white; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail[anchor-gallery-image*="http"] .btn01 {
      border: 1px solid white;
      color: white;
      background-color: transparent; }
    section.anchor-presentation-gallery .anchor-gallery-thumbnail .anchor-gallery-caption {
      width: 600px;
      max-width: 100%;
      margin: auto; }
      @media (max-width: 660px) {
        section.anchor-presentation-gallery .anchor-gallery-thumbnail .anchor-gallery-caption {
          padding: 30px; } }
      section.anchor-presentation-gallery .anchor-gallery-thumbnail .anchor-gallery-caption .anchor-gallery-title.bt01 {
        margin-bottom: 15px;
        display: flex; }
      section.anchor-presentation-gallery .anchor-gallery-thumbnail .anchor-gallery-caption .anchor-gallery-description.pro-text-desc {
        display: flex; }
      section.anchor-presentation-gallery .anchor-gallery-thumbnail .anchor-gallery-caption .anchor-gallery-button {
        margin-top: 15px;
        width: 100%;
        display: flex; }

section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1 .cb01.gall01 .container-fluid,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw .cb01.gall01 .container-fluid {
  max-width: 100%;
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1 .cb02.gall02 .container-fluid,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw .cb02.gall02 .container-fluid {
  padding: 0; }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1 .default-gallery-item,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw .default-gallery-item {
  width: 100%;
  padding: 0; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%; }
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .thumbnail-description,
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .thumbnail-description {
      text-align: center; }
      @media (min-width: 768px) {
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .thumbnail-description,
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .thumbnail-description {
          line-height: 2;
          font-size: 150%; } }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw {
  padding-bottom: 0; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(odd) .thumbnail > a,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(odd) .thumbnail > a {
    order: 0; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(odd) .thumbnail .caption,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(odd) .thumbnail .caption {
    order: -1; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(even) .thumbnail > a,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(even) .thumbnail > a {
    order: -1; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(even) .thumbnail .caption,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item:nth-child(even) .thumbnail .caption {
    order: 0; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail > *,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail > * {
    top: 0; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail > a,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail > a {
    width: 50%;
    padding-bottom: 50%; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px; }
    @media (max-width: 767px) {
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-button,
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-description,
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-button,
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-description {
        margin-top: 15px; } }
    @media (min-width: 768px) {
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-button,
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-description,
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-button,
      section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-description {
        margin-top: 30px; } }
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .splash-block-v11-item-title,
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .splash-block-v11-item-title {
      margin: 0; }
      @media (max-width: 767px) {
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .splash-block-v11-item-title,
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .splash-block-v11-item-title {
          font-size: 15px; } }
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-title,
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-title {
      margin: 0; }
      @media (max-width: 767px) {
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-title,
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .default-gallery-item .thumbnail .caption .thumbnail-title {
          font-size: 15px; } }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .cb02.gall02 .container-fluid,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .cb02.gall02 .container-fluid {
  max-width: 100%;
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(odd) .thumbnail > a,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(odd) .thumbnail > a {
  right: 0; }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(odd) .thumbnail .caption,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(odd) .thumbnail .caption {
  left: 0; }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(even) .thumbnail > a,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(even) .thumbnail > a {
  left: 0; }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(even) .thumbnail .caption,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item:nth-child(even) .thumbnail .caption {
  right: 0; }
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail,
section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail {
  padding-bottom: 50%; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail > *,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail > * {
    position: absolute;
    top: 0;
    height: 100%; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail > a,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail > a {
    width: 50%; }
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption,
  section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px; }
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-button,
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-button {
      margin-top: 30px; }
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-description,
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-description {
      margin-top: 30px; }
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-title,
    section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-title {
      margin: 0; }
      @media (max-width: 767px) {
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-title,
        section.pro-gallery-blocks.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .default-gallery-item .thumbnail .caption .thumbnail-title {
          font-size: 15px; } }

section.pro-photo-block .container-fluid {
  width: 1170px;
  max-width: 100%;
  margin: auto; }
  section.pro-photo-block .container-fluid .bt01 {
    margin-bottom: 15px; }
section.pro-photo-block .pro-photo-item img {
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15); }

section.pro-text-blocks {
  text-align: left; }
  section.pro-text-blocks .newline {
    line-height: 1 !important; }
  section.pro-text-blocks .container-fluid {
    width: 1170px;
    max-width: 100%;
    margin: auto; }
  section.pro-text-blocks .pro-text-desc h2, section.pro-text-blocks .pro-text-desc h3, section.pro-text-blocks .pro-text-desc h4, section.pro-text-blocks .pro-text-desc h5, section.pro-text-blocks .pro-text-desc h6 {
    margin-bottom: 15px; }
  section.pro-text-blocks .pro-text-desc a:not(.btn):not(.btn01) {
    text-decoration: underline; }
  section.pro-text-blocks .pro-text-desc b, section.pro-text-blocks .pro-text-desc strong {
    font-weight: bold !important; }
  section.pro-text-blocks .pro-text-desc u, section.pro-text-blocks .pro-text-desc underline {
    text-decoration: underline !important; }
  section.pro-text-blocks .pro-text-desc em {
    font-style: italic !important; }
  section.pro-text-blocks[class="block-full-width"] .container-fluid, section.pro-text-blocks[class="block-fullwidth"] .container-fluid {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  section.pro-text-blocks[class="block-contained"] .container-fluid {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  section.pro-text-blocks .text-left {
    text-align: left !important; }
  section.pro-text-blocks .text-right {
    text-align: right !important; }
  section.pro-text-blocks .text-center {
    text-align: center !important; }
    section.pro-text-blocks .text-center > * {
      text-align: center !important; }
  section.pro-text-blocks .ptxt02 {
    line-height: 2.25rem; }
  section.pro-text-blocks .btn {
    margin-top: 30px; }
  section.pro-text-blocks .bt01 h2, section.pro-text-blocks .bt01 h3 {
    line-height: 125%; }
  section.pro-text-blocks p {
    padding-bottom: 0;
    margin-bottom: 0; }
  section.pro-text-blocks li, section.pro-text-blocks ol, section.pro-text-blocks ul {
    text-align: left; }
  section.pro-text-blocks vr {
    height: 100%;
    display: inline;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    margin: auto 20px; }
  section.pro-text-blocks[has-title="false"] .cb01.ptxt01 {
    display: none; }
  section.pro-text-blocks[has-title="false"][has-description="true"] .cb02, section.pro-text-blocks[has-title="false"][has-description="true"] .pro-text-desc {
    margin-top: 0;
    padding-top: 0; }
  section.pro-text-blocks[has-description="true"][has-link="false"] .cb02, section.pro-text-blocks[has-description="true"][has-link="false"] .pro-text-desc {
    margin-bottom: 0;
    padding-bottom: 0; }

section.text-and-photo-pro .bst01 {
  margin-top: 0;
  margin-bottom: 15px; }
section.text-and-photo-pro .bd01 {
  line-height: 150%; }
section.text-and-photo-pro .card {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e4e4e4;
  background: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 15px; }
section.text-and-photo-pro .ratio-1x1 {
  padding-bottom: 99%; }
section.text-and-photo-pro .ratio-2x1 {
  padding-bottom: 50%; }
section.text-and-photo-pro .ratio-3x5 {
  padding-bottom: 60%; }
section.text-and-photo-pro .ratio-5x6 {
  padding-bottom: 83.333333333%; }
section.text-and-photo-pro .ratio-4x6 {
  padding-bottom: 66%; }
section.text-and-photo-pro .portrait {
  padding-bottom: 150%; }
section.text-and-photo-pro .landscape,
section.text-and-photo-pro .ratio-9x16 {
  padding-bottom: 56.25%; }
@media (min-width: 768px) {
  section.text-and-photo-pro .col.col-md-6 {
    width: 50%; } }
@media (min-width: 768px) {
  section.text-and-photo-pro .col.col-md-6.pull-right {
    float: right !important; } }
@media (max-width: 767px) {
  section.text-and-photo-pro .col.col-md-6.pull-right {
    float: none !important; } }

.layout-contained section.properties-slider .carousel {
  width: 1170px;
  margin: auto;
  max-width: 100%; }

section.properties-slider {
  width: 100%;
  overflow: hidden;
  display: block; }
  section.properties-slider .bt01 {
    margin-bottom: 30px; }
  section.properties-slider .thumb-slide {
    padding: 5px; }
  @media (max-width: 991px) {
    section.properties-slider ol.carousel-indicators {
      display: none; } }
  section.properties-slider .carousel {
    padding-bottom: 20px; }
  section.properties-slider .carousel-inner {
    width: 85%;
    margin: auto; }
  section.properties-slider a.thumbnail-photo {
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    text-align: center; }
    section.properties-slider a.thumbnail-photo img {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
  section.properties-slider .thumbnail {
    padding: 0;
    border-radius: 0; }
  section.properties-slider h4 {
    font-size: 12px;
    margin: 3px;
    float: none;
    display: inline-block; }
  section.properties-slider h4.thumbnail-price {
    font-weight: bold;
    text-align: right; }
  section.properties-slider h4.thumbnail-city-state {
    font-style: italic; }
  section.properties-slider p.thumbnail-button {
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden; }
  section.properties-slider p.thumbnail-button a {
    color: black;
    font-weight: bold;
    width: 30px;
    height: 30px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center; }
    section.properties-slider p.thumbnail-button a:hover {
      background-color: #9E9E9E;
      color: white;
      text-decoration: none; }
  section.properties-slider .carousel-indicators {
    bottom: -30px; }
    @media (max-width: 767px) {
      section.properties-slider .carousel-indicators {
        width: 100%;
        margin-left: auto;
        left: 0;
        right: 0; } }
    section.properties-slider .carousel-indicators li {
      border-color: #555; }
      section.properties-slider .carousel-indicators li.active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #9E9E9E;
        border-color: transparent; }
  section.properties-slider .carousel-control {
    width: 7.5%; }
    section.properties-slider .carousel-control.left, section.properties-slider .carousel-control.right {
      background-image: none; }
      section.properties-slider .carousel-control.left i, section.properties-slider .carousel-control.right i {
        color: black;
        opacity: 1;
        text-shadow: none;
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        font-size: 5rem;
        margin-top: -5rem; }
    @media (min-width: 1199px) {
      section.properties-slider .carousel-control.left i {
        left: 0; }
      section.properties-slider .carousel-control.right i {
        right: 0; } }
    @media (max-width: 767px) {
      section.properties-slider .carousel-control.left {
        opacity: 1;
        left: 0px; }
        section.properties-slider .carousel-control.left i {
          background: black;
          color: white;
          left: 0;
          font-size: 25px;
          padding: 5px; }
      section.properties-slider .carousel-control.right {
        opacity: 1;
        right: 0px; }
        section.properties-slider .carousel-control.right i {
          background: black;
          color: white;
          right: 0;
          font-size: 25px;
          padding: 5px; } }

section.rss-blocks h3.thumbnail-title {
  margin-top: 0; }
section.rss-blocks .well {
  border-radius: 0;
  background: white;
  box-shadow: 1px 2px 2px rgba(158, 158, 158, 0.54); }
section.rss-blocks div#maincol-wide {
  text-align: left; }
section.rss-blocks div#maincol-wide br {
  display: none; }
section.rss-blocks h5.rss-title-link {
  text-align: left; }
section.rss-blocks .caption {
  text-align: left; }

section#advanced-search-block {
  /* The switch - the box around the slider */
  /* The slider */ }
  section#advanced-search-block label {
    width: 100%; }
  section#advanced-search-block #advanced-search-tabs {
    position: relative; }
  section#advanced-search-block .advanced-search-toggles {
    width: 150px;
    max-width: 100%; }
    @media (max-width: 991px) {
      section#advanced-search-block .advanced-search-toggles {
        margin-bottom: 15px; } }
    section#advanced-search-block .advanced-search-toggles a {
      border-radius: 0;
      margin-right: 10px;
      display: inline-flex;
      text-decoration: none;
      padding-bottom: 5px; }
      section#advanced-search-block .advanced-search-toggles a.active {
        border-bottom: 2px solid black; }
      section#advanced-search-block .advanced-search-toggles a:not(.active) {
        opacity: .7;
        border-bottom: 2px solid transparent; }
  @media (max-width: 299px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="1"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="1"] button {
      width: 100%; } }
  @media (min-width: 300px) and (max-width: 991px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="1"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="1"] button {
      width: 100%; } }
  @media (min-width: 992px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="1"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="1"] button {
      width: 100%; } }
  @media (max-width: 299px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="2"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="2"] button {
      width: 100%; } }
  @media (min-width: 300px) and (max-width: 991px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="2"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="2"] button {
      width: calc( (100% / 2) - ((5px * (2 - 1)) / 2) ); } }
  @media (min-width: 992px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="2"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="2"] button {
      width: calc( (100% / 2) - ((5px * (2 - 1)) / 2) ); } }
  @media (max-width: 299px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="3"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="3"] button {
      width: 100%; } }
  @media (min-width: 300px) and (max-width: 991px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="3"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="3"] button {
      width: calc( (100% / 3) - ((5px * (3 - 1)) / 3) ); } }
  @media (min-width: 992px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="3"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="3"] button {
      width: calc( (100% / 3) - ((5px * (3 - 1)) / 3) ); } }
  @media (max-width: 299px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="4"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="4"] button {
      width: 100%; } }
  @media (min-width: 300px) and (max-width: 991px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="4"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="4"] button {
      width: calc( (100% / 4) - ((5px * (4 - 1)) / 4) ); } }
  @media (min-width: 992px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="4"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="4"] button {
      width: calc( (100% / 4) - ((5px * (4 - 1)) / 4) ); } }
  @media (max-width: 299px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="5"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="5"] button {
      width: 100%; } }
  @media (min-width: 300px) and (max-width: 991px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="5"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="5"] button {
      width: calc( (100% / 5) - ((5px * (5 - 1)) / 5) ); } }
  @media (min-width: 992px) {
    section#advanced-search-block .btn-group-grid[btn-group-grid-qty="5"] button, section#advanced-search-block .btn-group-grid[btn-group-grid-qty-xs="5"] button {
      width: calc( (100% / 5) - ((5px * (5 - 1)) / 5) ); } }
  section#advanced-search-block .btn-group-grid button {
    width: 100%;
    margin-bottom: 5px; }
  section#advanced-search-block #advanced-search-content h2 {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 50px;
    display: flex;
    align-items: center; }
  section#advanced-search-block .as-inline {
    display: flex;
    align-items: stretch; }
    section#advanced-search-block .as-inline input[type="text"] {
      margin-bottom: 0;
      display: flex;
      border-radius: 0;
      align-self: stretch;
      height: auto;
      width: calc(100% - 5px);
      margin-right: 5px; }
    section#advanced-search-block .as-inline + .btn-group-grid {
      margin-top: 5px; }
  section#advanced-search-block input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s; }
    section#advanced-search-block input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 25px;
      height: 25px;
      background: #000000;
      cursor: pointer; }
    section#advanced-search-block input[type="range"]::-moz-range-thumb {
      width: 25px;
      height: 25px;
      background: #000000; }
  section#advanced-search-block .range-x-axis {
    display: flex;
    justify-content: space-between;
    opacity: .75; }
  section#advanced-search-block .as-section {
    border: 1px solid #e4e4e4;
    padding: 30px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap; }
    section#advanced-search-block .as-section .as-lg-label {
      font-size: 2.2rem;
      line-height: 1;
      margin-bottom: 10px; }
    section#advanced-search-block .as-section .as-section-title {
      margin-bottom: 10px; }
      section#advanced-search-block .as-section .as-section-title h3 {
        margin-top: 0;
        opacity: .75;
        line-height: 1; }
    section#advanced-search-block .as-section .as-label {
      margin-bottom: 5px;
      line-height: 1; }
    section#advanced-search-block .as-section .as-item,
    section#advanced-search-block .as-section .as-item-50 {
      margin-top: 20px; }
    section#advanced-search-block .as-section .as-item, section#advanced-search-block .as-section .as-item-row {
      width: 100%; }
    section#advanced-search-block .as-section .as-item-row {
      display: flex;
      flex-wrap: wrap; }
    @media (min-width: 992px) {
      section#advanced-search-block .as-section .as-item-50 {
        width: calc(50% - 7.5px);
        display: inline-flex;
        flex-direction: column; }
        section#advanced-search-block .as-section .as-item-50:nth-child(odd) {
          margin-right: 15px; } }
  section#advanced-search-block .btn-group.btn-group-justified > .btn-group:not(:last-child) {
    margin-right: 5px;
    border-right: 5px solid transparent; }
  section#advanced-search-block .btn-group > .btn-group > button {
    border-radius: 0 !important; }
  section#advanced-search-block .btn-group button, section#advanced-search-block .btn-group button.btn-lg {
    margin: 0; }
  section#advanced-search-block button {
    border-radius: 0; }
    section#advanced-search-block button:not(.btn-icon) i {
      opacity: .5;
      margin-right: .5rem; }
    section#advanced-search-block button.active {
      background-color: black;
      color: #ffffff;
      border: 1px solid black; }
    section#advanced-search-block button.btn.btn-icon {
      background-color: black;
      color: #ffffff;
      border: 1px solid black; }
      section#advanced-search-block button.btn.btn-icon i {
        opacity: 1; }
    section#advanced-search-block button:not(.active) {
      border: 1px solid rgba(77, 77, 77, 0.5);
      background: transparent; }
  section#advanced-search-block .input-on-off {
    position: relative;
    width: 60px; }
    section#advanced-search-block .input-on-off .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px; }
      section#advanced-search-block .input-on-off .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
  section#advanced-search-block .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    section#advanced-search-block .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      top: 50%;
      bottom: 50%;
      margin: auto; }
  section#advanced-search-block input:checked + .slider {
    background-color: #000000; }
  section#advanced-search-block input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  section#advanced-search-block input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }

section.advertorial.advertorial-layout-1 .advertorial-slider .swiper-slide {
  padding-bottom: 50%;
  background-size: cover;
  background-position: 50%; }
  section.advertorial.advertorial-layout-1 .advertorial-slider .swiper-slide .swiper-caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 15px 54px;
    transition: ease-in-out .25s; }
    section.advertorial.advertorial-layout-1 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-title {
      font-weight: bold; }
    section.advertorial.advertorial-layout-1 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-description {
      font-size: 13px; }
    section.advertorial.advertorial-layout-1 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-link a {
      font-size: 13px;
      color: white; }
section.advertorial.advertorial-layout-1 .advertorial-slider:not(:hover) .swiper-caption {
  opacity: 0; }
section.advertorial.advertorial-layout-1 .advertorial-slider:hover .swiper-caption {
  opacity: 1; }
@media (min-width: 768px) {
  section.advertorial.advertorial-layout-1 .advertorial-main-content {
    column-count: 2;
    column-gap: 30px;
    text-align: justify; } }
section.advertorial.advertorial-layout-1 .advertorial-image-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #E0E0E0;
  padding: 15px 30px;
  margin: 0 0 15px 0; }
  section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid-title-description {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px; }
    section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid-title-description .advertorial-ig-title {
      font-weight: bold; }
  section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
    section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item {
      margin-top: 15px; }
      @media (max-width: 767px) {
        section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item {
          width: 100%; } }
      @media (min-width: 768px) {
        section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item {
          width: calc(50% - 7.5px); }
          section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-image-grid-item:nth-child(2n-1) {
            margin-right: 15px; } }
      section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption {
        padding-top: 15px; }
        section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption .advertorial-igi-title {
          font-weight: bold; }
        section.advertorial.advertorial-layout-1 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption .advertorial-igi-caption {
          text-align: left; }
section.advertorial.advertorial-layout-1 .advertorial-video-section {
  background: #E0E0E0;
  padding: 15px 30px; }
  section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid-title-description {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px; }
    section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid-title-description .advertorial-vg-title {
      font-weight: bold; }
  section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%; }
    section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
      margin-top: 15px; }
      @media (max-width: 500px) {
        section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
          width: 100%; } }
      @media (min-width: 501px) and (max-width: 991px) {
        section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
          width: calc((100% / 2) - (30px / 2)); }
          section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item:nth-child(2n) {
            margin-left: 15px;
            margin-right: 15px; } }
      @media (min-width: 992px) {
        section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
          width: calc((100% / 3) - (30px / 3)); }
          section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item:nth-child(3n - 1) {
            margin-left: 15px;
            margin-right: 15px; } }
      section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption {
        padding-top: 15px; }
        section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption .advertorial-vgi-title {
          font-weight: bold; }
        section.advertorial.advertorial-layout-1 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption .advertorial-vgi-caption {
          text-align: left; }

section.advertorial.advertorial-layout-2 .advertorial-slider .swiper-slide {
  padding-bottom: 50%;
  background-size: cover;
  background-position: 50%; }
  section.advertorial.advertorial-layout-2 .advertorial-slider .swiper-slide .swiper-caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 15px 54px;
    transition: ease-in-out .25s; }
    section.advertorial.advertorial-layout-2 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-title {
      font-weight: bold; }
    section.advertorial.advertorial-layout-2 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-description {
      font-size: 13px; }
    section.advertorial.advertorial-layout-2 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-link a {
      font-size: 13px;
      color: white; }
  section.advertorial.advertorial-layout-2 .advertorial-slider .swiper-slide:not(:hover) .swiper-caption {
    opacity: 0; }
  section.advertorial.advertorial-layout-2 .advertorial-slider .swiper-slide:hover .swiper-caption {
    opacity: 1; }
@media (min-width: 768px) {
  section.advertorial.advertorial-layout-2 .advertorial-main-content {
    column-count: 2;
    column-gap: 30px;
    text-align: justify; } }
section.advertorial.advertorial-layout-2 .advertorial-image-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #E0E0E0;
  padding: 15px 30px; }
  @media (max-width: 991px) {
    section.advertorial.advertorial-layout-2 .advertorial-image-section {
      margin: 30px 0 15px 0; } }
  @media (min-width: 992px) {
    section.advertorial.advertorial-layout-2 .advertorial-image-section {
      margin: 0 0 15px 0; } }
  section.advertorial.advertorial-layout-2 .advertorial-image-section .advertorial-image-grid-title-description {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px; }
    section.advertorial.advertorial-layout-2 .advertorial-image-section .advertorial-image-grid-title-description .advertorial-ig-title {
      font-weight: bold; }
  section.advertorial.advertorial-layout-2 .advertorial-image-section .advertorial-image-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
    section.advertorial.advertorial-layout-2 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item {
      margin-top: 15px;
      width: 100%; }
      section.advertorial.advertorial-layout-2 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption {
        padding-top: 15px;
        text-align: left; }
        section.advertorial.advertorial-layout-2 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption .advertorial-igi-title {
          font-weight: bold;
          text-align: left; }
        section.advertorial.advertorial-layout-2 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption .advertorial-igi-caption {
          text-align: left; }
section.advertorial.advertorial-layout-2 .advertorial-video-section {
  background: #E0E0E0;
  padding: 15px 30px; }
  section.advertorial.advertorial-layout-2 .advertorial-video-section .advertorial-video-grid-title-description {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px; }
    section.advertorial.advertorial-layout-2 .advertorial-video-section .advertorial-video-grid-title-description .advertorial-vg-title {
      font-weight: bold; }
  section.advertorial.advertorial-layout-2 .advertorial-video-section .advertorial-video-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%; }
    section.advertorial.advertorial-layout-2 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
      margin-top: 15px;
      width: 100%; }
      section.advertorial.advertorial-layout-2 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption {
        padding-top: 15px;
        text-align: left; }
        section.advertorial.advertorial-layout-2 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption .advertorial-vgi-title {
          font-weight: bold;
          text-align: left; }
        section.advertorial.advertorial-layout-2 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption .advertorial-vgi-caption {
          text-align: left; }

section.advertorial.advertorial-layout-3 .advertorial-slider .swiper-slide {
  padding-bottom: 50%;
  background-size: cover;
  background-position: 50%; }
  section.advertorial.advertorial-layout-3 .advertorial-slider .swiper-slide .swiper-caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 15px 54px;
    transition: ease-in-out .25s; }
    section.advertorial.advertorial-layout-3 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-title {
      font-weight: bold; }
    section.advertorial.advertorial-layout-3 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-description {
      font-size: 13px; }
    section.advertorial.advertorial-layout-3 .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-link a {
      font-size: 13px;
      color: white; }
  section.advertorial.advertorial-layout-3 .advertorial-slider .swiper-slide:not(:hover) .swiper-caption {
    opacity: 0; }
  section.advertorial.advertorial-layout-3 .advertorial-slider .swiper-slide:hover .swiper-caption {
    opacity: 1; }
section.advertorial.advertorial-layout-3 .advertorial-main-content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    section.advertorial.advertorial-layout-3 .advertorial-main-content {
      column-count: 2;
      column-gap: 30px;
      text-align: justify; } }
section.advertorial.advertorial-layout-3 .advertorial-image-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #E0E0E0;
  padding: 15px 30px;
  margin: 0 0 15px 0; }
  section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid-title-description {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px; }
    section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid-title-description .advertorial-ig-title {
      font-weight: bold; }
  section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
    section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item {
      margin-top: 15px;
      width: calc(50% - 7.5px); }
      section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-image-grid-item:nth-child(2n-1) {
        margin-right: 15px; }
      section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption {
        padding-top: 15px;
        text-align: left; }
        section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption .advertorial-igi-title {
          font-weight: bold;
          text-align: left; }
        section.advertorial.advertorial-layout-3 .advertorial-image-section .advertorial-image-grid .advertorial-image-grid-item .advertorial-igi-caption .advertorial-igi-caption {
          text-align: left; }
section.advertorial.advertorial-layout-3 .advertorial-video-section {
  background: #e0e0e0;
  padding: 15px 30px;
  margin-bottom: 30px; }
  section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid-title-description {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px; }
    section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid-title-description .advertorial-vg-title {
      font-weight: bold; }
  section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
    section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
      margin-top: 15px; }
      @media (max-width: 500px) {
        section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
          width: 100%; } }
      @media (min-width: 501px) {
        section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item {
          width: calc((100% / 2) - 15px); }
          section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item:nth-child(2n) {
            margin-left: 30px; } }
      section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption {
        padding-top: 15px; }
        section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption .advertorial-vgi-title {
          font-weight: bold; }
        section.advertorial.advertorial-layout-3 .advertorial-video-section .advertorial-video-grid .advertorial-video-grid-item .advertorial-vgi-caption .advertorial-vgi-caption {
          text-align: left; }

body.advertorial-page div#fixed-social-media {
  display: none !important; }

html.advertorial-html {
  scroll-behavior: smooth; }

section.advertorial.advertorial-layout-4.inactive > .container-fluid {
  margin-left: auto !important;
  margin-right: auto !important;
  transition: ease-in-out .25s; }
@media (max-width: 991px) {
  section.advertorial.advertorial-layout-4 .advertorial-section-anchors {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  section.advertorial.advertorial-layout-4 > .container-fluid {
    width: calc(100% - 200px);
    margin-right: auto;
    margin-left: 0; }
  section.advertorial.advertorial-layout-4 .advertorial-section-anchors {
    width: 200px; } }
@media (min-width: 1200px) {
  section.advertorial.advertorial-layout-4 > .container-fluid {
    width: 85%;
    margin-right: auto;
    margin-left: 0;
    max-width: 1500px; }
  section.advertorial.advertorial-layout-4 .advertorial-section-anchors {
    width: 15%; } }
section.advertorial.advertorial-layout-4 .advertorial-section-anchors {
  position: fixed;
  right: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #424242;
  padding: 15px 0; }
  section.advertorial.advertorial-layout-4 .advertorial-section-anchors a {
    padding: 5px 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    opacity: .75;
    transition: ease-in-out .15s;
    transform: scale(0.75);
    font-weight: bold;
    color: white;
    line-height: 1.25; }
    section.advertorial.advertorial-layout-4 .advertorial-section-anchors a:hover {
      opacity: 1;
      transition: ease-in-out .15s;
      transform: scale(1);
      color: white; }
    section.advertorial.advertorial-layout-4 .advertorial-section-anchors a.active {
      transform: scale(1);
      opacity: 1; }
      section.advertorial.advertorial-layout-4 .advertorial-section-anchors a.active:before {
        opacity: .85;
        content: "\f0da";
        margin-right: 5px;
        font-family: "Font Awesome 5 Free"; }
section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: ease-in-out .15s; }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:first-child {
    padding-top: 30px; }
  @media (min-width: 1200px) {
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section {
      position: relative;
      width: calc(100% - 275px); }
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) {
        margin-left: auto; }
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) {
        margin-right: auto; }
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-sub-content .advertorial-sub-content-caption {
        opacity: 0;
        transition: ease-in-out .5s; }
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section.inactive .advertorial-sub-content {
        display: none; } }
  @media (min-width: 1200px) {
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section.active:nth-child(even) .advertorial-sub-content {
      left: 30px; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section.active:nth-child(odd) .advertorial-sub-content {
      left: calc(85% - 275px); }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section.active .advertorial-sub-content {
      position: fixed;
      top: 0;
      bottom: 0;
      height: 100vh;
      margin: 0;
      width: 230px; }
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section.active .advertorial-sub-content .advertorial-sub-content-caption:not(:empty) {
        height: auto !important;
        margin: auto;
        opacity: 1; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-main-section {
      margin-right: 30px !important;
      margin-left: 0px !important; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-sub-content {
      order: 1 !important; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-image-content {
      order: 3 !important;
      margin-left: 0;
      margin-right: 0; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-main-section {
      margin-right: 30px;
      order: 2 !important; } }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-main-section {
    order: 3; }
    @media (min-width: 1200px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-main-section {
        padding-left: 0;
        padding-right: 30px; } }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-sub-content {
    order: 2; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-sub-content .advertorial-sub-content-caption {
      text-align: left; }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(even) .advertorial-image-content {
    order: 4; }
  @media (min-width: 768px) and (max-width: 1199px) {
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-main-section {
      margin-right: 30px; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-sub-content {
      order: 1 !important; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-image-content {
      order: 2 !important;
      margin-left: 0;
      margin-right: 0; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-main-section {
      margin-left: 30px !important;
      margin-right: 0px !important;
      order: 3 !important; } }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-main-section {
    order: 3; }
    @media (min-width: 1200px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-main-section {
        padding-left: 30px;
        padding-right: 0; } }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-sub-content {
    order: 4; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-sub-content .advertorial-sub-content-caption {
      text-align: right; }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section:nth-child(odd) .advertorial-image-content {
    order: 2; }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-video-section {
    order: 1;
    margin-bottom: 30px;
    width: 100%; }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-main-section {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-main-section {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-main-section {
        width: calc(100% - 230px);
        order: 1 !important; } }
    @media (min-width: 1200px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-main-section {
        width: 75%; } }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-main-section .bt01 {
      margin-bottom: 0; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-main-section .advertorial-text-content {
      margin-top: 15px; }
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-main-section .advertorial-text-content > div + div {
        margin-top: 15px; }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-sub-content {
    display: flex;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-sub-content {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-sub-content {
        width: 100%; }
        section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-sub-content .advertorial-sub-content-caption {
          align-items: center !important;
          justify-content: center !important;
          text-align: center !important; } }
    @media (min-width: 1200px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-sub-content {
        width: 15%; } }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-sub-content .advertorial-sub-content-caption:not(:empty) {
      width: 100%;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 2.25rem;
      line-height: 1.5;
      margin: auto;
      background: #f1f1f1;
      padding: 30px; }
  section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-image-content {
    text-align: left; }
    @media (max-width: 767px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-image-content {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-image-content {
        width: 200px; } }
    @media (min-width: 1200px) {
      section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-image-content {
        width: 25%; } }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-image-content img {
      margin-bottom: 30px; }
    section.advertorial.advertorial-layout-4 .advertorial-sections .advertorial-section .advertorial-image-content .advertorial-image-content-caption:not(:empty) {
      position: relative;
      top: -15px;
      margin-bottom: 30px;
      line-height: 1.5;
      word-break: break-word; }

section.advertorial[class*="advertorial-layout"] .advertorial-meta {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-title {
    line-height: 1.1;
    width: 100%; }
  section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-author {
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px; }
    @media (max-width: 991px) {
      section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-author {
        width: 100%; } }
    section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-author .advertorial-author-image {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      margin-right: 15px; }
      section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-author .advertorial-author-image img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        width: 100%; }
  section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-date {
    display: inline-flex;
    line-height: 1.1;
    margin-top: 15px; }
    @media (max-width: 991px) {
      section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-date {
        width: 100%; } }
    @media (min-width: 992px) {
      section.advertorial[class*="advertorial-layout"] .advertorial-meta .advertorial-date {
        border-left: 1px solid #e4e4e4;
        margin-left: 15px;
        padding-left: 15px; } }
section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-slide {
  background-size: cover;
  background-position: 50%; }
  section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-slide .swiper-caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 15px 54px;
    transition: ease-in-out .25s; }
    section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-title {
      font-weight: bold; }
    section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-description {
      font-size: 13px; }
    section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-slide .swiper-caption .advertorial-slider-link a {
      font-size: 13px;
      color: white; }
section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-container-horizontal > .swiper-pagination-bullets,
section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-pagination-custom,
section.advertorial[class*="advertorial-layout"] .advertorial-slider .swiper-pagination-fraction {
  top: 10px;
  bottom: unset;
  right: 30px;
  left: unset;
  width: auto; }
section.advertorial[class*="advertorial-layout"] .advertorial-slider:not(:hover) .swiper-caption {
  opacity: 0; }
section.advertorial[class*="advertorial-layout"] .advertorial-slider:hover .swiper-caption {
  opacity: 1; }
section.advertorial .advertorial-igi-title,
section.advertorial .advertorial-vgi-title {
  line-height: 1.1; }

section.content-blocks > section.open-house-sign-in-block {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100vh; }
  @media (max-width: 991px) {
    section.content-blocks > section.open-house-sign-in-block {
      padding: 30px; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-content,
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-form {
        width: 100%; } }
  @media (min-width: 992px) {
    section.content-blocks > section.open-house-sign-in-block {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 60px;
      padding-bottom: 60px; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-content {
        width: calc(100% - 380px - 15px); }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-form {
        width: calc(380px - 15px); } }
  section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1170px;
    max-width: 100%;
    margin: auto; }
    section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-welcome {
      line-height: 1;
      font-style: italic;
      font-family: serif;
      opacity: .5;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #9E9E9E;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-welcome {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-welcome {
          font-size: 7.5rem; } }
    section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information {
      width: 100%;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 600px) {
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information {
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events {
            margin-bottom: 15px;
            text-align: center;
            align-items: center; }
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events * {
              justify-content: center !important; } }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-presented-by {
        text-align: right;
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-presented-by .oh-block-presented-by-agent-photo:empty {
          display: none; }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-presented-by .oh-block-presented-by-agent-photo:not(:empty) {
          order: 9;
          margin-left: 15px; }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-presented-by .oh-block-presented-by-info {
          line-height: 1.25; }
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-presented-by .oh-block-presented-by-info .oh-block-presented-by-displayname {
            font-weight: bold; }
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-presented-by .oh-block-presented-by-info .oh-block-presented-by-displayname:before {
              content: "Presented By";
              margin-right: 5px;
              opacity: .85;
              font-weight: normal;
              font-size: 16px;
              display: block;
              font-style: italic;
              font-family: serif; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        line-height: 1.25; }
        @media (max-width: 767px) {
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events {
            flex-direction: column; }
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date,
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-time {
              width: 100%;
              text-align: left;
              justify-content: flex-start; }
              section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date:before,
              section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-time:before {
                font-size: 16px; } }
        @media (min-width: 768px) {
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events {
            flex-direction: row; }
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date,
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-time {
              justify-content: center; }
              section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date:before,
              section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-time:before {
                font-size: 2.5rem; } }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date,
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-time {
          font-weight: bold;
          display: inline-flex;
          align-items: center; }
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date:before,
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-time:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
            opacity: .5;
            color: black; }
        @media (min-width: 768px) {
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date:after {
            content: "|";
            display: inline-flex;
            padding: 0 20px;
            opacity: .5; } }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-date:before {
          content: "\f073"; }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-event-information .open-house-sign-in-block-events .open-house-sign-in-block-time:before {
          content: "\f017"; }
    section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      flex-direction: column; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-image {
        margin: auto;
        width: 100%;
        padding-bottom: 60%;
        background-position: 50%;
        background-size: cover; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information {
        width: calc(100% - 60px);
        margin: auto;
        position: relative;
        z-index: 9;
        background: white;
        padding: 30px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-33%); }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-address {
          font-weight: bold;
          border-bottom: 1px solid #9E9E9E;
          padding-bottom: 15px;
          margin-bottom: 15px;
          line-height: 1.5; }
          @media (max-width: 767px) {
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-address {
              font-size: 18px; } }
          @media (min-width: 768px) {
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-address {
              font-size: 2rem; } }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-ammenities {
          display: flex;
          align-items: center;
          justify-content: space-around; }
          section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-ammenities .oh-block-ammenity {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap; }
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-ammenities .oh-block-ammenity i {
              font-size: 2rem;
              color: black;
              opacity: .5;
              width: 100%; }
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-ammenities .oh-block-ammenity span.ammenity-count {
              margin-right: 5px;
              font-weight: bold; }
            section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-content .open-house-sign-in-block-information .open-house-sign-in-block-ammenities .oh-block-ammenity span.ammenity-label {
              font-style: italic;
              font-family: serif; }
    section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-form {
      padding: 30px;
      background: #EFEFEF; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-form .bt01 {
        margin-bottom: 15px; }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-form .bt01 h2 {
          margin: 0; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-form .pro-text-desc {
        margin-top: 0;
        margin-bottom: 15px; }
      section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-form form {
        display: flex;
        flex-direction: column;
        text-align: left; }
        section.content-blocks > section.open-house-sign-in-block .open-house-sign-in-block-wrapper .open-house-sign-in-block-form form input[type="button"] {
          margin-right: auto;
          margin-left: 0;
          margin-top: 15px;
          margin-bottom: 15px; }

section.market-insights-block {
  background: #F5F5F5;
  padding: 30px;
  /* GRID TITLES */
  /* TILE */
  /*TITLES*/
  /*REGULAR GRID*/
  /* TAB */ }
  section.market-insights-block .market-insights-title h4,
  section.market-insights-block td.sparkline-title h4 {
    text-align: left;
    font-weight: bold; }
  section.market-insights-block td.sparkline-avg {
    text-align: left; }
  section.market-insights-block .container-fluid {
    width: 1200px;
    max-width: 100%; }
  @media (max-width: 991px) {
    section.market-insights-block {
      padding: 30px 15px !important; } }
  @media (min-width: 992px) {
    section.market-insights-block {
      padding: 30px !important; } }
  section.market-insights-block .table > tbody > tr:first-child > td {
    border-top: 0; }
  section.market-insights-block .table td.sparkline > * {
    margin: auto; }
  section.market-insights-block .table > thead > tr > th,
  section.market-insights-block .table > tbody > tr > th,
  section.market-insights-block .table > tfoot > tr > th,
  section.market-insights-block .table > thead > tr > td,
  section.market-insights-block .table > tbody > tr > td,
  section.market-insights-block .table > tfoot > tr > td {
    vertical-align: middle; }
    section.market-insights-block .table > thead > tr > th h1, section.market-insights-block .table > thead > tr > th h2, section.market-insights-block .table > thead > tr > th h3, section.market-insights-block .table > thead > tr > th h4, section.market-insights-block .table > thead > tr > th h5, section.market-insights-block .table > thead > tr > th h6,
    section.market-insights-block .table > tbody > tr > th h1,
    section.market-insights-block .table > tbody > tr > th h2,
    section.market-insights-block .table > tbody > tr > th h3,
    section.market-insights-block .table > tbody > tr > th h4,
    section.market-insights-block .table > tbody > tr > th h5,
    section.market-insights-block .table > tbody > tr > th h6,
    section.market-insights-block .table > tfoot > tr > th h1,
    section.market-insights-block .table > tfoot > tr > th h2,
    section.market-insights-block .table > tfoot > tr > th h3,
    section.market-insights-block .table > tfoot > tr > th h4,
    section.market-insights-block .table > tfoot > tr > th h5,
    section.market-insights-block .table > tfoot > tr > th h6,
    section.market-insights-block .table > thead > tr > td h1,
    section.market-insights-block .table > thead > tr > td h2,
    section.market-insights-block .table > thead > tr > td h3,
    section.market-insights-block .table > thead > tr > td h4,
    section.market-insights-block .table > thead > tr > td h5,
    section.market-insights-block .table > thead > tr > td h6,
    section.market-insights-block .table > tbody > tr > td h1,
    section.market-insights-block .table > tbody > tr > td h2,
    section.market-insights-block .table > tbody > tr > td h3,
    section.market-insights-block .table > tbody > tr > td h4,
    section.market-insights-block .table > tbody > tr > td h5,
    section.market-insights-block .table > tbody > tr > td h6,
    section.market-insights-block .table > tfoot > tr > td h1,
    section.market-insights-block .table > tfoot > tr > td h2,
    section.market-insights-block .table > tfoot > tr > td h3,
    section.market-insights-block .table > tfoot > tr > td h4,
    section.market-insights-block .table > tfoot > tr > td h5,
    section.market-insights-block .table > tfoot > tr > td h6 {
      margin-top: auto;
      margin-bottom: auto; }
  section.market-insights-block div#market-profile-report {
    margin: 0; }
  section.market-insights-block > div:not(:last-child) {
    margin-bottom: 15px; }
  section.market-insights-block .market-insights-grid-title {
    font-size: 2rem;
    margin-bottom: 15px;
    width: 100%; }
  section.market-insights-block .market-insights-title {
    width: 100%; }
    section.market-insights-block .market-insights-title h3 {
      margin-bottom: 0; }
  section.market-insights-block .market-insights-title-description {
    margin-top: 15px; }
  section.market-insights-block .mi-tile {
    border: 1px solid #cfcfcf;
    box-shadow: 2px 2px 2px rgba(122, 122, 122, 0.15);
    background: white;
    padding: 30px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 767px) {
      section.market-insights-block .mi-tile {
        padding: 15px; } }
    @media (min-width: 768px) {
      section.market-insights-block .mi-tile {
        padding: 30px; } }
  section.market-insights-block h1, section.market-insights-block h2, section.market-insights-block h3, section.market-insights-block h4, section.market-insights-block h5, section.market-insights-block h6 {
    margin-top: 0;
    margin-top: 0; }
  section.market-insights-block .market-insights-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left; }
  @media (max-width: 991px) {
    section.market-insights-block .market-insights-title-content {
      width: 100%;
      text-align: center; }
    section.market-insights-block a.market-insights-title-link {
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    section.market-insights-block a.market-insights-title-link {
      width: 300px;
      margin-left: auto;
      margin-right: 0; }
    section.market-insights-block .market-insights-title-content {
      width: calc(100% - 300px);
      padding-right: 15px; } }
  section.market-insights-block a.market-insights-title-link {
    cursor: pointer;
    padding: 15px;
    text-decoration: none;
    transition: ease-in-out .25s;
    text-align: center;
    max-width: 100%; }
    section.market-insights-block a.market-insights-title-link:not(:hover) {
      background: #000000;
      border: 1px solid #000000;
      color: white; }
    section.market-insights-block a.market-insights-title-link:hover {
      border: 1px solid #9E9E9E;
      color: #424242;
      background-color: transparent; }
    section.market-insights-block a.market-insights-title-link i:first-child {
      margin-right: 5px; }
  section.market-insights-block .change-badge {
    display: inline-flex;
    margin-left: 5px;
    position: relative;
    top: 0px;
    padding: 5px 10px;
    border-radius: 50px;
    line-height: 1;
    font-size: 12.5px;
    font-family: sans-serif;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif; }
    section.market-insights-block .change-badge[change-direction="down"] {
      background-color: #f32819;
      color: white; }
    section.market-insights-block .change-badge[change-direction="up"] {
      background-color: #4CAF50;
      color: white; }
    section.market-insights-block .change-badge i {
      margin-left: 5px; }
  section.market-insights-block .market-insights-chart-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; }
    section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item {
      margin-top: 30px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item {
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item.full {
          width: 100%; }
        section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item:not(.half):not(.full) {
          width: 100%; }
        section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item.half {
          width: 100%; } }
      @media (min-width: 992px) {
        section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item:not(.half):not(.full) {
          width: calc((100% / 3) - (30px / 2)); }
        section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item.half {
          width: calc((100% / 2) - (30px / 1)); }
        section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item.full {
          width: 100%; } }
      section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item .market-insights-title + .market-insights-chart-grid-item-table {
        margin-top: 15px; }
      section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item .market-insights-chart-grid-item-table {
        margin-bottom: 0; }
      section.market-insights-block .market-insights-chart-grid .market-insights-chart-grid-item .market-insights-title {
        text-align: center; }
  section.market-insights-block .market-insights-grid {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  section.market-insights-block .market-insights-grid-item {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center; }
    @media (max-width: 400px) {
      section.market-insights-block .market-insights-grid-item {
        width: 100%; } }
    @media (min-width: 401px) and (max-width: 767px) {
      section.market-insights-block .market-insights-grid-item {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.market-insights-block .market-insights-grid-item {
        width: calc(50% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px; } }
    @media (min-width: 992px) {
      section.market-insights-block .market-insights-grid-item {
        width: calc(20% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px; } }
  section.market-insights-block .market-insights-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 30px; }
  section.market-insights-block .market-insights-grid-value {
    display: inline-flex;
    font-size: 2.5rem;
    color: #757575; }
  section.market-insights-block .market-insights-grid-label {
    width: 100%;
    font-weight: bold; }
  section.market-insights-block .market-insights-grid-link a {
    padding: 5px 15px;
    margin-top: 15px;
    font-size: 1.5rem;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    background: #9E9E9E;
    border: 1px solid #9E9E9E; }
  section.market-insights-block .nav-tabs > li:not(.active) > a:not(:hover):not(active):not(focus) {
    color: black; }
  section.market-insights-block .nav-tabs > li.active > a {
    border-radius: 0; }
  section.market-insights-block .tab-content {
    background: white;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0; }

#confirmSubmit {
  background-color: rgba(0, 0, 0, 0.5); }
  #confirmSubmit .btn01 {
    width: 350px;
    max-width: 100%; }

#cancelSubmitExit {
  background-color: rgba(0, 0, 0, 0.5); }
  #cancelSubmitExit .btn01 {
    width: 350px;
    max-width: 100%; }

#questionnaireModal {
  background: white;
  padding-left: 0 !important; }
  #questionnaireModal .swiper-button-next:before,
  #questionnaireModal .swiper-button-prev:before {
    height: 100%;
    font-weight: bold;
    font-family: "Open Sans";
    display: flex;
    align-items: center;
    white-space: nowrap;
    opacity: 1;
    transition: ease-in-out .5s; }
  #questionnaireModal .swiper-button-next:not(:hover),
  #questionnaireModal .swiper-button-prev:not(:hover) {
    background-image: none; }
  #questionnaireModal .swiper-button-prev:before {
    justify-content: flex-start;
    margin-left: 30px;
    content: "Previous"; }
  #questionnaireModal .swiper-button-next:before {
    justify-content: flex-end;
    margin-right: 30px;
    content: "Next"; }
  #questionnaireModal .swiper-button-next:hover,
  #questionnaireModal .swiper-button-prev:hover {
    filter: saturate(0); }
  #questionnaireModal .swiper-button-next:hover:before,
  #questionnaireModal .swiper-button-prev:hover:before {
    opacity: 0; }
  #questionnaireModal label.checkbox-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #c8c8c8;
    padding: 15px; }
    #questionnaireModal label.checkbox-field input {
      margin-right: 10px; }
  @media (max-width: 1300px) {
    #questionnaireModal .swiper-button-next,
    #questionnaireModal .swiper-button-prev {
      bottom: 0;
      top: unset; }
    #questionnaireModal .swiper-button-prev:before {
      margin-left: 0;
      content: "Back"; }
    #questionnaireModal .swiper-button-next:not(:hover):before {
      margin-right: 0;
      content: "Next"; } }
  #questionnaireModal .modal-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  #questionnaireModal .modal-header {
    width: 100%;
    background: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 9;
    width: 100%; }
    #questionnaireModal .modal-header .modal-title {
      margin-right: auto;
      font-weight: bold; }
  #questionnaireModal .modal-body {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    padding: 0; }
    #questionnaireModal .modal-body form {
      display: flex;
      width: 100%; }
  #questionnaireModal .swiper {
    width: 100vw;
    height: 100vh; }
    #questionnaireModal .swiper span.swiper-pagination-bullet {
      color: white;
      background: gray;
      width: 20px;
      height: 20px;
      line-height: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      opacity: .8;
      font-size: 12px;
      font-family: "Open Sans"; }
      #questionnaireModal .swiper span.swiper-pagination-bullet:hover {
        opacity: 1; }
      #questionnaireModal .swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: black; }
    #questionnaireModal .swiper .swiper-slide.swiper-slide-active {
      max-width: 100vw; }
    #questionnaireModal .swiper .swiper-slide:not(.swiper-slide-active) {
      opacity: 0 !important;
      z-index: 0; }
    #questionnaireModal .swiper .swiper-slide .slide {
      width: 85vw;
      height: 100%;
      margin-left: auto;
      margin-right: auto; }
      #questionnaireModal .swiper .swiper-slide .slide .slide-content {
        padding: 30px; }
      #questionnaireModal .swiper .swiper-slide .slide .slide-title-description {
        margin-bottom: 30px; }
      #questionnaireModal .swiper .swiper-slide .slide .slide-description-image {
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 100%; }
      #questionnaireModal .swiper .swiper-slide .slide.slide-form-background {
        display: flex;
        align-items: stretch; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-description-image {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-size: cover !important;
          z-index: 0; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-description-image img {
            display: none; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-content {
          position: absolute;
          left: 0;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          align-self: stretch;
          background: rgba(255, 255, 255, 0.7);
          height: 100%; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-title-description {
          width: 800px;
          max-width: 100%;
          text-align: center; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-title-description *, #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-title-description .bt01 h2 {
            text-align: center !important; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-title-description .bt01 h2 {
            text-align: center !important; }
            #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-title-description .bt01 h2:after {
              margin-right: auto !important;
              margin-left: auto !important; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .slide-title-description .bt01:after {
            margin-right: auto !important;
            margin-left: auto !important; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .form-elements {
          width: 800px;
          max-width: 100%; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-background .form-elements .bt01 {
            transform: scale(0.8);
            transform-origin: left; }
      #questionnaireModal .swiper .swiper-slide .slide.slide-form-center {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .slide-description-image {
          display: flex;
          align-items: center;
          justify-content: center;
          background-position: center; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .slide-description-image img {
            max-height: 20vh;
            max-width: 100%; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-center > * {
          width: 100%; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .slide-content {
          width: 800px;
          max-width: 100%; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .slide-title-description {
          width: 800px;
          margin-left: auto;
          margin-right: auto;
          max-width: 100%; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .slide-title-description .bt01 h2 {
            text-align: center !important; }
            #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .slide-title-description .bt01 h2:after {
              margin-right: auto !important;
              margin-left: auto !important; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .slide-title-description .bt01:after {
            margin-right: auto !important;
            margin-left: auto !important; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .pro-text-desc {
          text-align: center; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .form-elements {
          max-width: 100%;
          width: 500px;
          margin-left: auto;
          margin-right: auto;
          display: flex;
          flex-wrap: wrap; }
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .form-elements label {
            width: 1005; }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-center .btn01.next-slide {
          margin-left: auto;
          margin-right: auto; }
      #questionnaireModal .swiper .swiper-slide .slide.slide-form-right {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 991px) {
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-right {
            flex-direction: column; }
            #questionnaireModal .swiper .swiper-slide .slide.slide-form-right > * {
              width: 100%;
              max-width: 100%; }
            #questionnaireModal .swiper .swiper-slide .slide.slide-form-right .slide-description-image {
              background-image: none !important;
              padding: 30px 30px 0 30px; } }
        @media (min-width: 992px) {
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-right > * {
            width: calc(1170px / 2);
            max-width: 50%; } }
      #questionnaireModal .swiper .swiper-slide .slide.slide-form-left {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 991px) {
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-left {
            flex-direction: column; }
            #questionnaireModal .swiper .swiper-slide .slide.slide-form-left > * {
              width: 100%;
              max-width: 100%; }
            #questionnaireModal .swiper .swiper-slide .slide.slide-form-left .slide-description-image {
              background-image: none !important;
              padding: 30px 30px 0 30px; } }
        @media (min-width: 992px) {
          #questionnaireModal .swiper .swiper-slide .slide.slide-form-left > * {
            width: calc(1170px / 2);
            max-width: 50%; } }
        #questionnaireModal .swiper .swiper-slide .slide.slide-form-left .slide-description-image {
          order: 9; }

.ivg-title {
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px; }

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

.ivg-filter {
  margin-left: 5px; }
  .ivg-filter select, .ivg-filter input {
    min-width: 120px;
    font-size: 13px; }

#trviModal {
  z-index: 999999999999;
  padding: 0 !important; }
  #trviModal .modal-body {
    width: 100%; }
  #trviModal[has-similar="true"] .modal-video-similar {
    opacity: 1;
    display: flex;
    flex-direction: column;
    margin: 15px; }
    @media (max-width: 991px) {
      #trviModal[has-similar="true"] .modal-video-similar {
        width: 100%; } }
    @media (min-width: 992px) {
      #trviModal[has-similar="true"] .modal-video-similar {
        width: 300px; }
        #trviModal[has-similar="true"] .modal-video-similar + .modal-body {
          width: calc(100% - 300px - 30px) !important; } }
    #trviModal[has-similar="true"] .modal-video-similar:before {
      content: "Similar Videos:";
      font-weight: bold;
      margin-bottom: 10px;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: flex-start;
      font-family: "Open Sans", san-serif; }
    #trviModal[has-similar="true"] .modal-video-similar .modal-video-similar-wrap {
      display: flex;
      flex-direction: column;
      padding: 0 0 15px 0; }
  #trviModal[has-similar="false"] .modal-video-similar {
    opacity: 0; }
  #trviModal[has-similar="false"] .modal-body {
    width: 100%;
    order: 2; }
  #trviModal .modal-video-similar {
    transition: ease-in-out .25s;
    order: 2; }
    #trviModal .modal-video-similar .similar-thumb {
      text-decoration: none;
      background-color: #e9ecef;
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      display: flex;
      color: black;
      align-items: center;
      justify-content: space-between; }
      #trviModal .modal-video-similar .similar-thumb .similar-thumb-image {
        width: 60px;
        height: calc(60px * (3/4));
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px; }
      #trviModal .modal-video-similar .similar-thumb .similar-thumb-caption {
        flex: 1; }
        #trviModal .modal-video-similar .similar-thumb .similar-thumb-caption .similar-thumb-title {
          font-size: 12px;
          line-height: 1.1;
          font-weight: bold;
          margin-bottom: 5px; }
        #trviModal .modal-video-similar .similar-thumb .similar-thumb-caption .similar-thumb-date {
          font-size: 12px;
          line-height: 1.1; }
  #trviModal .modal-dialog {
    background: #ffffff;
    min-height: 100vh; }
  #trviModal .modal-content {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1200px;
    max-width: 100%;
    box-shadow: none; }
  #trviModal .modal-title {
    margin-right: auto; }
  #trviModal .modal-header {
    width: 100%;
    margin: 0 auto 15px auto;
    max-width: 100%;
    order: 0;
    align-self: flex-start; }
  #trviModal .modal-body {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 1; }
    #trviModal .modal-body .modal-video-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      flex: 1 auto;
      background: #e9ecef;
      color: black;
      padding: 30px; }
      #trviModal .modal-body .modal-video-content .content-title h2 {
        margin-top: 0;
        margin-bottom: 0; }
      #trviModal .modal-body .modal-video-content .modal-video-date {
        font-family: "Open Sans", san-serif; }
        #trviModal .modal-body .modal-video-content .modal-video-date:before {
          content: "Uplodaed On: "; }
      #trviModal .modal-body .modal-video-content .modal-video-tags {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        #trviModal .modal-body .modal-video-content .modal-video-tags a {
          margin-right: 5px;
          background: transparent;
          padding: 5px 5px 5px 0;
          color: black;
          font-family: "Open Sans", san-serif; }
        #trviModal .modal-body .modal-video-content .modal-video-tags:before {
          content: "Tags:";
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: flex-start;
          font-family: "Open Sans", san-serif;
          font-weight: bold; }
    @media (max-width: 991px) {
      #trviModal .modal-body {
        flex-direction: column; } }
    #trviModal .modal-body .modal-video {
      width: 100%;
      margin: 0 0 15px 0; }
    #trviModal .modal-body .modal-video-content {
      margin-top: 15px;
      margin-bottom: 15px; }
    @media (min-width: 992px) {
      #trviModal .modal-body {
        flex-direction: row; } }
  #trviModal .modal-dialog {
    width: 100%;
    margin: 0; }
    #trviModal .modal-dialog .modal-header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #trviModal .modal-dialog .modal-header .close {
        margin: 0;
        background: rgba(158, 158, 158, 0.5);
        opacity: 1;
        text-shadow: none;
        padding: 10px 15px;
        line-height: 1;
        font-weight: normal;
        font-size: 15px;
        font-family: "Open Sans", san-serif; }
        #trviModal .modal-dialog .modal-header .close:hover {
          background: rgba(158, 158, 158, 0.65); }
    #trviModal .modal-dialog .modal-content {
      border: 0; }
  #trviModal .modal-video-description:empty {
    display: none; }
  #trviModal .modal-video-description:not(:empty):before {
    content: "Video Description:";
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-family: "Open Sans", san-serif;
    font-weight: bold; }
  #trviModal .video-responsive {
    border: 1px solid #e4e4e4;
    padding-bottom: 56.15%;
    position: relative !important; }
    #trviModal .video-responsive.loaded:before {
      opacity: 0;
      transform: scale(0); }
    #trviModal .video-responsive:not(.loaded):before {
      opacity: 1; }
    #trviModal .video-responsive iframe {
      border: 0; }
    #trviModal .video-responsive:before {
      transition: ease-in-out .25s;
      content: "Loading Video";
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99999999;
      height: 100%;
      width: 100%;
      background: #e9ecef;
      color: black;
      position: absolute;
      left: 0;
      top: 0;
      font-family: "Open Sans", san-serif; }

#intranet-video-gallery {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  padding-bottom: 30px; }
  #intranet-video-gallery *[videos-visible]:after {
    content: attr(videos-visible) " Videos Found"; }
  #intranet-video-gallery .video-count {
    font-weight: 500;
    font-family: "Open Sans", san-serif;
    font-size: 12px; }
  #intranet-video-gallery #intranet-video-reset-filters {
    font-size: 12px;
    margin-left: auto;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    background: #555555;
    color: white;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7.5px;
    margin-bottom: 15px; }
    #intranet-video-gallery #intranet-video-reset-filters i {
      margin-right: 5px;
      font-size: 9px; }
  #intranet-video-gallery .container-fluid {
    width: 100% !important;
    max-width: 100%; }
    #intranet-video-gallery .container-fluid #intranet-video-gallery-content {
      display: flex;
      flex-wrap: wrap; }
      #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-controls {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #e4e4e4;
        justify-content: space-between; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-controls > * {
          margin-bottom: 15px; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-controls .ivg-title-description {
          flex: 1 auto;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-controls .ivg-title {
          text-align: left; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-controls div .ivg-title {
          margin-bottom: 5px; }
      #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories {
        display: flex;
        flex-direction: column;
        background: #e9ecef;
        padding: 15px;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories {
            width: 100%; } }
        @media (min-width: 768px) {
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories {
            width: 235px;
            margin-right: 7.5px; } }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories .ivg-title {
          text-align: left;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          border-bottom: 1px solid #c7c9cc;
          padding-bottom: 10px; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories .video-count {
          margin-left: auto; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories label {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories label span {
            font-weight: normal; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-categories label input[type="checkbox"] {
            margin: auto 5px auto 0; }
      #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .video-grid-items {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          padding-left: 0;
          padding-right: 0; }
        @media (max-width: 767px) {
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid {
            width: 100%; } }
        @media (min-width: 768px) {
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid {
            width: calc(100% - 250px + 15px);
            margin-right: -15px; } }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid > .ivg-title {
          margin-bottom: 10px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 10px;
          line-height: 1.25; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid > .ivg-title .video-pagination {
            width: 100%;
            height: 15px;
            border: 1px solid #E91E63;
            margin-bottom: 15px; }
        #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item {
          padding-left: 7.5px;
          padding-right: 7.5px;
          cursor: pointer; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item:hover .ivg-thumbnail:before {
            opacity: 1;
            font-size: 80px; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-thumbnail {
            position: relative;
            margin-bottom: 15px; }
            #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-thumbnail:not(.loading):after {
              opacity: 0; }
            #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-thumbnail.loading {
              opacity: 1; }
            #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-thumbnail:after {
              font-family: "Open Sans", san-serif;
              content: "Loading Thumbnail";
              position: absolute;
              background: #e9ecef;
              color: black;
              width: 100%;
              height: 100%;
              z-index: 9999999999999;
              display: block;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: ease-in-out .25s; }
            #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-thumbnail:before {
              content: "\f144";
              position: absolute;
              right: 0;
              z-index: 1;
              background: rgba(0, 0, 0, 0.5);
              line-height: 1;
              color: white;
              padding: 15px;
              left: 0;
              top: 0;
              opacity: 0;
              transition: ease-in-out .25s;
              font-family: 'Font Awesome 5 Free';
              font-size: 0;
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-title {
            font-family: "Open Sans", san-serif;
            margin-bottom: 5px;
            line-height: 1.25;
            text-align: left; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-upload-date {
            font-family: "Open Sans", san-serif;
            font-size: 12px;
            line-height: 1.25;
            font-weight: 400;
            text-align: left; }
          #intranet-video-gallery .container-fluid #intranet-video-gallery-content #intranet-video-gallery-grid .ivg-item .ivg-description {
            font-family: "Open Sans", san-serif;
            display: none;
            font-size: 13px;
            line-height: 1.25;
            margin-top: 5px;
            text-align: left; }
  #intranet-video-gallery[videos-visible][videos-visible="0"] .no-video-results {
    display: block;
    width: 100%; }
    #intranet-video-gallery[videos-visible][videos-visible="0"] .no-video-results:before {
      content: "No Results Found.";
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: #f8f9fa;
      padding: 30px 15px;
      line-height: 1px;
      border: 1px solid #e9ecef;
      color: #adb5bd;
      font-weight: bold; }
  #intranet-video-gallery[videos-visible]:not([videos-visible="0"]) .no-video-results {
    display: none; }
  #intranet-video-gallery[sort-view-mode="grid"] .ivg-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    align-self: stretch; }
    #intranet-video-gallery[sort-view-mode="grid"] .ivg-item .ivg-thumbnail {
      padding-bottom: 75%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    @media (max-width: 767px) {
      #intranet-video-gallery[sort-view-mode="grid"] .ivg-item {
        ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      #intranet-video-gallery[sort-view-mode="grid"] .ivg-item {
        ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    #intranet-video-gallery[sort-view-mode="grid"] .ivg-item .ivg-item-content .ivg-caption .ivg-title,
    #intranet-video-gallery[sort-view-mode="grid"] .ivg-item .ivg-item-content .ivg-caption .ivg-description {
      text-align: left;
      width: 100%; }
  #intranet-video-gallery[sort-view-mode="list"] .ivg-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px; }
    #intranet-video-gallery[sort-view-mode="list"] .ivg-item + .ivg-item {
      border-top: 1px solid #e4e4e4;
      padding-top: 15px; }
    #intranet-video-gallery[sort-view-mode="list"] .ivg-item .ivg-item-content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      #intranet-video-gallery[sort-view-mode="list"] .ivg-item .ivg-item-content .ivg-thumbnail {
        width: 100px;
        margin-right: 15px;
        padding-bottom: calc(100px * .75);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      #intranet-video-gallery[sort-view-mode="list"] .ivg-item .ivg-item-content .ivg-caption {
        display: flex;
        flex-direction: column;
        flex: 1;
        text-align: left; }
        #intranet-video-gallery[sort-view-mode="list"] .ivg-item .ivg-item-content .ivg-caption .ivg-title,
        #intranet-video-gallery[sort-view-mode="list"] .ivg-item .ivg-item-content .ivg-caption .ivg-description {
          text-align: left;
          width: 100%; }

section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media (max-width: 991px) {
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top {
      height: calc(100vw * .5); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top {
      height: calc(100vw * .5); } }
  @media (min-width: 1200px) {
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top {
      height: calc(1200px * .5); } }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    background-size: cover; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-thumbs {
    margin-top: 10px; }
    @media (max-width: 1199px) {
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-thumbs {
        height: calc(((100vw / 4) - (10px * 3)) * .65); } }
    @media (min-width: 1200px) {
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-thumbs {
        height: calc(((1200px / 4) - (10px * 3)) * .65); } }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-thumbs .swiper-slide {
      cursor: pointer;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50%;
      background-color: #000;
      background-size: cover; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-images {
    display: none; }
@media (max-width: 991px) {
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact, section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details {
    width: 100%; } }
@media (min-width: 992px) {
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
    width: 300px; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details {
    width: calc(100% - 300px);
    padding-right: 30px; } }
@media (max-width: 767px) {
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content {
    flex-direction: column; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour {
      width: 100%; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour a + a {
        margin-top: 15px; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour .btn01 {
        width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content {
    flex-direction: row;
    flex-wrap: wrap; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding-bottom: 30px; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour a + a {
        margin-left: 15px; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour .btn01 {
        width: auto; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-agent {
      width: 300px;
      align-items: flex-start !important;
      border: 0 !important; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-form {
      width: calc(100% - 300px - 15px);
      margin-left: 15px;
      padding-top: 15px; } }
@media (min-width: 992px) {
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content {
    flex-direction: column; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour {
      width: 100%; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour a + a {
        margin-top: 15px; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-virtual-tour .btn01 {
        width: 100%; } }
section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details {
  padding-top: 15px; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-title {
    line-height: 1.1; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-price {
    opacity: .75; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-address {
    line-height: 1.5;
    margin-top: 15px; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity {
      display: flex;
      margin-right: 10px; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key]:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
        content: "\f236"; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
        content: "\f2cd"; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="sqft"]:before {
        content: "\f565"; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="home"]:before, section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Home"]:before {
        content: "\f015"; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="land"]:before, section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Land"]:before {
        content: "\f1bb"; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity:before {
        margin-right: 2.5px;
        opacity: .5; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity .ammen-key {
        text-transform: capitalize;
        font-weight: bold;
        margin-right: 5px; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity .ammen-key:after {
          content: ":"; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-description {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px; }
section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
  padding-top: 30px; }
  @media (max-width: 767px) {
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
      flex-direction: column; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour {
        width: 100%; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour a + a {
          margin-top: 15px; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
          width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
      flex-direction: row;
      flex-wrap: wrap; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-bottom: 30px; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour a + a {
          margin-left: 15px; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
          width: auto; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent {
        width: 300px;
        align-items: flex-start !important;
        border: 0 !important; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form {
        width: calc(100% - 300px - 15px);
        margin-left: 15px;
        padding-top: 15px; } }
  @media (min-width: 992px) {
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
      flex-direction: column; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour {
        width: 100%; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour a + a {
          margin-top: 15px; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
          width: 100%; } }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
    line-height: 1;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01:before {
      content: "\f21d";
      margin-right: 5px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      opacity: 0.5; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 15px 0;
    padding: 15px 0;
    align-items: center; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo {
      width: 80px;
      border: 1px solid #e4e4e4;
      margin-right: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: flex-start;
      height: 100px;
      overflow: hidden;
      position: relative; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url="[%SCAGENTPIC%]"], section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url=""] {
        background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/no-image.png);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat; }
        section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url="[%SCAGENTPIC%]"] img, section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url=""] img {
          display: none; }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url*="http"] img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        width: auto;
        max-width: none;
        margin: auto; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-data {
      line-height: 1.5;
      align-items: center;
      justify-content: center;
      width: calc(100% - 15px - 80px); }
      section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-data .sc-sp-presented .sc-sp-presented-line {
        opacity: .75; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-title {
    font-size: 2rem; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content label {
    width: 100%; }
    section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content label input, section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content label textarea {
      width: 100%; }
  section.showcase-single-property-block.default .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content input.btn01 {
    margin-top: 15px;
    width: 100%;
    line-height: 1;
    display: flex !important;
    align-items: center;
    justify-content: center; }

section.showcase-single-property-block {
  text-align: left; }
  @media (max-width: 991px) {
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top {
      height: calc((100vw - 30px) * .5); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top {
      height: calc((100vw - 300px - 60px) * .5); } }
  @media (min-width: 1200px) {
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top {
      height: calc(1200px * .5); } }
  section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-top .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    background-size: auto 80%; }
  section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-thumbs {
    height: 100px;
    margin-top: 10px; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-slider .gallery-thumbs .swiper-slide {
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50%;
      background-color: #000;
      background-size: cover; }
  section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .showcase-sp-swiper .showcase-sp-swiper-images {
    display: none; }
  @media (max-width: 991px) {
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact, section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details {
      width: 100%; } }
  @media (min-width: 992px) {
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
      width: 300px; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details {
      width: calc(100% - 300px);
      padding-right: 30px; } }
  section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details {
    padding-top: 15px; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-title {
      line-height: 1.1; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-price {
      opacity: .75; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-address {
      line-height: 1.5;
      margin-top: 15px; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities {
      display: flex;
      margin-top: 15px;
      margin-bottom: 15px;
      flex-wrap: wrap; }
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity {
        display: flex;
        margin-right: 10px; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key]:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
          content: "\f236"; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
          content: "\f2cd"; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="sqft"]:before {
          content: "\f565"; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="home"]:before, section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Home"]:before {
          content: "\f015"; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="land"]:before, section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Land"]:before {
          content: "\f1bb"; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity:before {
          margin-right: 2.5px;
          opacity: .5; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity .ammen-key {
          text-transform: capitalize;
          font-weight: bold;
          margin-right: 5px; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-ammenities .sc-sp-ammenity .ammen-key:after {
            content: ":"; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-details .sc-sp-description {
      margin-top: 15px;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      padding-top: 15px; }
  section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
    padding-top: 30px; }
    @media (max-width: 767px) {
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
        flex-direction: column; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour {
          width: 100%; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour a + a {
            margin-top: 15px; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
            width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
        flex-direction: row;
        flex-wrap: wrap; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid rgba(0, 0, 0, 0.15);
          padding-bottom: 30px; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour a + a {
            margin-left: 15px; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
            width: auto; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent {
          width: 300px;
          align-items: flex-start !important;
          border: 0 !important; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form {
          width: calc(100% - 300px - 15px);
          margin-left: 15px;
          padding-top: 15px; } }
    @media (min-width: 992px) {
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact {
        flex-direction: column; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour {
          width: 100%; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour a + a {
            margin-top: 15px; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
            width: 100%; } }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01 {
      line-height: 1;
      display: flex !important;
      align-items: center;
      justify-content: center; }
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-virtual-tour .btn01:before {
        content: "\f21d";
        margin-right: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        opacity: 0.5; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent {
      display: flex;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      margin: 15px 0;
      padding: 15px 0;
      align-items: center; }
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo {
        width: 80px;
        border: 1px solid #e4e4e4;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        height: 100px;
        overflow: hidden;
        position: relative; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url="[%SCAGENTPIC%]"], section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url=""] {
          background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/no-image.png);
          background-size: cover;
          background-position: 50%;
          background-repeat: no-repeat; }
          section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url="[%SCAGENTPIC%]"] img, section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url=""] img {
            display: none; }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-photo[sc-agent-photo-url*="http"] img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 0;
          height: 100%;
          width: auto;
          max-width: none;
          margin: auto; }
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-data {
        line-height: 1.5;
        align-items: center;
        justify-content: center;
        width: calc(100% - 15px - 80px); }
        section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-agent .sc-sp-agent-data .sc-sp-presented .sc-sp-presented-line {
          opacity: .75; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-title {
      font-size: 2rem; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content label {
      width: 100%; }
      section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content label input, section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content label textarea {
        width: 100%; }
    section.showcase-single-property-block.sc-sp-slide-contained .container-fluid .sc-sp-column-content .sc-sp-content .sc-sp-contact .sc-sp-form .sc-sp-form-content input.btn01 {
      margin-top: 15px;
      width: 100%;
      line-height: 1;
      display: flex !important;
      align-items: center;
      justify-content: center; }

section.showcase-virtual-tour-block {
  padding: 0 !important;
  height: 100vh;
  display: flex;
  background: #131313;
  height: 100vh;
  overflow: hidden; }
  section.showcase-virtual-tour-block .container-fluid {
    height: 100%;
    width: 100%;
    padding: 0; }
    section.showcase-virtual-tour-block .container-fluid .sc-vt-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background: white; }
      section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details {
        display: flex;
        flex-direction: column; }
        @media (max-width: 767px) {
          section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details {
            width: 100%;
            text-align: left; } }
        @media (min-width: 768px) {
          section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details {
            align-items: flex-end; } }
        @media (max-width: 767px) {
          section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-title-content .sc-vt-address-1 {
            font-size: 12px; } }
        section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-title {
          font-size: 2rem;
          line-height: 1; }
        section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-price {
          opacity: .75; }
          @media (max-width: 767px) {
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-price {
              font-size: 12px; } }
        section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-address {
          text-align: left;
          line-height: 1.25; }
        section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities-mobile {
          width: 100%;
          font-size: 11px; }
          section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities-mobile .sc-vt-ammenities {
            align-items: center; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities-mobile .sc-vt-ammenities .sc-vt-ammenity:first-child {
              margin-left: 0; }
        section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities {
          display: flex;
          flex-wrap: wrap; }
          section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity {
            display: flex;
            margin-left: 10px; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key]:before {
              font-family: "Font Awesome 5 Free";
              font-weight: 900; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key="beds"]:before {
              content: "\f236"; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key="beds"]:before {
              content: "\f2cd"; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key="sqft"]:before {
              content: "\f565"; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key="type"][data-ammen-value*="home"]:before, section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key="type"][data-ammen-value*="Home"]:before {
              content: "\f015"; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key="type"][data-ammen-value*="land"]:before, section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity[data-ammen-key="type"][data-ammen-value*="Land"]:before {
              content: "\f1bb"; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity:before {
              margin-right: 2.5px;
              opacity: .5; }
            section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity .ammen-key {
              text-transform: capitalize;
              font-weight: bold;
              margin-right: 5px; }
              section.showcase-virtual-tour-block .container-fluid .sc-vt-head .sc-vt-details .sc-vt-ammenities .sc-vt-ammenity .ammen-key:after {
                content: ":"; }
    section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper {
      position: relative; }
      section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper #progress {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #767676;
        height: 10px;
        z-index: 100;
        transition: ease-in-out .25s; }
      section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper {
        width: 100%;
        height: 100%; }
        section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper .swiper-slide {
          text-align: center;
          font-size: 18px;
          display: flex;
          justify-content: center;
          align-items: center; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper .swiper-slide:nth-child(4n) {
            transform-origin: 0 100%; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper .swiper-slide:nth-child(4n-1) {
            transform-origin: 100% 0; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper .swiper-slide:nth-child(4n-2) {
            transform-origin: 100% 100%; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper .swiper-slide:nth-child(4n-3) {
            transform-origin: 0 100%; }
        section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper .swiper-slide > .swiper-slide-cover {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: transparent no-repeat 50% 50% /cover;
          transition: 10s ease-out;
          transform: scale(1.2); }
        section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-cover {
          transform: scale(1); }
      section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs {
        margin-top: 10px;
        margin-bottom: 10px; }
        section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide {
          background-size: cover;
          background-position: 50%;
          cursor: pointer; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide .active-playing {
            position: absolute;
            font-size: 2rem;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: white;
            background-color: rgba(0, 0, 0, 0.15);
            opacity: 0;
            transition: ease-in-out .5s;
            top: 0;
            left: 0; }
            section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide .active-playing span {
              line-height: 1.1;
              display: block;
              margin-top: 5px; }
              @media (max-width: 991px) {
                section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide .active-playing span {
                  font-size: 12px; } }
              @media (min-width: 992px) {
                section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide .active-playing span {
                  font-size: 16px; } }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            background-color: rgba(0, 0, 0, 0.55);
            opacity: 1;
            transition: ease-in-out .25s; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide:hover:after {
            opacity: 0; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
            opacity: 1; }
            section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .active-playing {
              opacity: 1; }
            section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-slider.swiper-gallery-thumbs-contained .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
              opacity: 0; }
      section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper #sc-vt-toggles {
        position: absolute;
        font-size: 2rem;
        z-index: 9;
        text-align: center;
        display: flex;
        right: 0;
        transform: translateY(-100%); }
        section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper #sc-vt-toggles a {
          width: 50px;
          height: 50px;
          position: relative;
          color: #767676;
          transition: ease-in-out .25s;
          background-color: black;
          text-decoration: none; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper #sc-vt-toggles a:hover {
            color: #fff; }
          section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper #sc-vt-toggles a i {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            cursor: pointer;
            margin: auto; }
      section.showcase-virtual-tour-block .container-fluid .showcase-vt-swiper .showcase-vt-swiper-images {
        display: none; }
    section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom {
      position: absolute;
      z-index: 9999999;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      display: flex;
      top: 0;
      left: 0; }
      section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom a#toggle-sc-compress {
        z-index: 9999999999999;
        width: 50px;
        height: 50px;
        position: absolute;
        font-size: 25px;
        color: white;
        right: 0;
        top: 0;
        background: black;
        cursor: pointer;
        max-width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none; }
      section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center; }
        section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper {
          height: 100%;
          width: 100%; }
          section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide {
            transition: ease-in-out 1s;
            transform: none !important;
            height: 100%;
            width: 100%;
            overflow: hidden; }
            section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-zoomed {
              cursor: zoom-out; }
              section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-zoomed:active {
                cursor: grab; }
            section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-zoomed) {
              cursor: zoom-in; }
              section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-zoomed):active {
                cursor: grab; }
            section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide .swiper-zoom-container {
              width: 100%;
              height: 100%; }
              section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide .swiper-zoom-container img {
                max-width: 100%;
                max-height: 100%;
                -o-object-fit: contain;
                object-fit: contain; }
                @media (max-height: 650px) {
                  section.showcase-virtual-tour-block .container-fluid #showcase-vt-swiper-zoom .swiper-container .swiper-wrapper .swiper-slide .swiper-zoom-container img {
                    min-height: 100px;
                    max-height: calc(100vh - 50px - 75px); } }

body[data-mode="landscape"][data-device="tablet"] .showcase-vt-swiper-zoom img,
body[data-mode="landscape"][data-device="mobile"] .showcase-vt-swiper-zoom img {
  max-height: 75vh; }

body.showcase-template * {
  -webkit-print-color-adjust: exact; }

section.showcase-print-brochure-block {
  padding: 30px 0; }
  section.showcase-print-brochure-block #sc-pb-options {
    margin-bottom: 30px; }

@page {
  html.pb-layout,
  html.pb-layout body {
    margin: 0;
    overflow: hidden;
    height: 99% !important;
    overflow: hidden !important;
    page-break-after: avoid;
    page-break-before: avoid; }

  * {
    -webkit-print-color-adjust: exact; } }
@media print {
  * {
    -webkit-print-color-adjust: exact; }

  html.pb-layout,
  html.pb-layout body {
    height: 99% !important;
    overflow: hidden !important;
    page-break-after: avoid;
    page-break-before: avoid; }

  section.showcase-print-brochure-block {
    padding: 0 !important;
    max-height: 99%;
    page-break-after: avoid;
    page-break-before: avoid; }
    section.showcase-print-brochure-block #sc-pb-options {
      display: none !important; } }
@media screen and (max-width: 1199px) {
  section.showcase-print-brochure-block {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen, print {
  section.showcase-print-brochure-block {
    display: block;
    width: 100%;
    background-color: #c5c5c5; }

  section.showcase-print-brochure-block.default svg .pb-img-shadow {
    border: 2px solid white !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35) !important; }
  section.showcase-print-brochure-block.default svg .pb-img-bg,
  section.showcase-print-brochure-block.default svg .pb-img-frame {
    position: relative; }
    section.showcase-print-brochure-block.default svg .pb-img-bg img,
    section.showcase-print-brochure-block.default svg .pb-img-frame img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: -webkit-fill-available;
      height: -webkit-fill-available; }
  section.showcase-print-brochure-block.default svg #pb-logo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img[pbimg-src*="http"] {
      max-height: 100%;
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img[pbimg-src*="http"] img {
        width: auto;
        height: 56pt;
        height: -webkit-fill-available; }
      section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img[pbimg-src*="http"] + .pb-displayname {
        display: none; }
    section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img:not([pbimg-src*="http"]) {
      display: none; }
  section.showcase-print-brochure-block.default svg .pb-stripe {
    -webkit-print-color-adjust: exact; }
  section.showcase-print-brochure-block.default svg .dark-stripe {
    background-color: black !important; }
  section.showcase-print-brochure-block.default svg foreignObject#sc-pb-ammenities-group .sc-pb-ammenities {
    font-size: 5pt;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    border: 1px solid; }
    section.showcase-print-brochure-block.default svg foreignObject#sc-pb-ammenities-group .sc-pb-ammenities > div {
      border: 1px solid;
      display: flex; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-title-address {
    text-align: left;
    line-height: 1.25; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-title-address #pb-title {
      margin-bottom: 8pt;
      font-size: 11pt;
      display: block;
      width: 100%; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .pb-address {
      opacity: .75;
      font-size: 8pt; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities {
      margin-top: 7pt;
      font-size: 8pt;
      display: flex; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity {
        display: flex;
        margin-right: 5px;
        text-transform: capitalize; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key]:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
          content: "\f236"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
          content: "\f2cd"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="sqft"]:before {
          content: "\f565"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="home"]:before, section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Home"]:before {
          content: "\f015"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="land"]:before, section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Land"]:before {
          content: "\f1bb"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity:before {
          margin-right: 2pt;
          opacity: .4; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity .ammen-key {
          text-transform: capitalize;
          display: flex;
          white-space: nowrap;
          margin-right: 2px;
          font-weight: bold; }
          section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity .ammen-key:after {
            content: ":"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity .ammen-value {
          opacity: .75; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-price-mls #pb-price {
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10pt;
    padding: 5pt; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-price-mls .pb-mls {
    opacity: .75;
    font-size: 7.5pt;
    margin-top: 3.5pt;
    text-align: right; }
  section.showcase-print-brochure-block.default svg div#sc-pb-description {
    margin-top: 7pt;
    line-height: 1.75; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="very-short"] {
      font-size: 8pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="short"] {
      font-size: 7.75pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="medium"] {
      font-size: 7.5pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="long"] {
      font-size: 7.25pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="x-long"] {
      font-size: 7pt; }
  section.showcase-print-brochure-block.default svg foreignObject#sc-pb-description div {
    font-size: 5.5pt;
    text-align: left;
    margin: 0; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color {
    padding: 15pt 22pt;
    box-sizing: border-box; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-phone {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: white !important; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-phone i {
          color: white !important;
          margin-right: 3pt; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-phone * {
          font-size: 8pt;
          color: white !important; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content .pb-divider {
        height: 100%;
        border-right: 1px solid white !important;
        opacity: .5; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-company-contact-info {
        display: flex;
        align-items: center; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-company-contact-info div#pb-company-contact-content {
          display: flex;
          height: 100%;
          flex-direction: column;
          justify-content: center; }
          section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-company-contact-info div#pb-company-contact-content div {
            color: white !important;
            line-height: 1.25;
            font-size: 8pt;
            text-align: left; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-qr-code img {
        width: 33pt; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-company-contact-info #pb-company-contact-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-company-contact-info #pb-company-contact-content div {
      color: white;
      line-height: 1.25;
      font-size: 8pt;
      text-align: left; } }
@media screen, print {
  section.showcase-print-brochure-block {
    display: block;
    width: 100%;
    background-color: #c5c5c5; }

  section.showcase-print-brochure-block.default svg .pb-img-shadow {
    border: 2px solid white !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35) !important; }
  section.showcase-print-brochure-block.default svg .pb-img-bg,
  section.showcase-print-brochure-block.default svg .pb-img-frame {
    position: relative; }
    section.showcase-print-brochure-block.default svg .pb-img-bg img,
    section.showcase-print-brochure-block.default svg .pb-img-frame img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: -webkit-fill-available;
      height: -webkit-fill-available; }
  section.showcase-print-brochure-block.default svg #pb-logo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img[pbimg-src*="http"] {
      max-height: 100%;
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img[pbimg-src*="http"] img {
        width: auto;
        height: 56pt;
        height: -webkit-fill-available; }
      section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img[pbimg-src*="http"] + .pb-displayname {
        display: none; }
    section.showcase-print-brochure-block.default svg #pb-logo-content .pb-logo-img:not([pbimg-src*="http"]) {
      display: none; }
  section.showcase-print-brochure-block.default svg .pb-stripe {
    -webkit-print-color-adjust: exact; }
  section.showcase-print-brochure-block.default svg .dark-stripe {
    background-color: black !important; }
  section.showcase-print-brochure-block.default svg foreignObject#sc-pb-ammenities-group .sc-pb-ammenities {
    font-size: 5pt;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    border: 1px solid; }
    section.showcase-print-brochure-block.default svg foreignObject#sc-pb-ammenities-group .sc-pb-ammenities > div {
      border: 1px solid;
      display: flex; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-title-address {
    text-align: left;
    line-height: 1.25; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-title-address #pb-title {
      margin-bottom: 8pt;
      font-size: 11pt;
      display: block;
      width: 100%; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .pb-address {
      opacity: .75;
      font-size: 8pt; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities {
      margin-top: 7pt;
      font-size: 8pt;
      display: flex; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity {
        display: flex;
        margin-right: 5px;
        text-transform: capitalize; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key]:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
          content: "\f236"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
          content: "\f2cd"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="sqft"]:before {
          content: "\f565"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="home"]:before, section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Home"]:before {
          content: "\f015"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="land"]:before, section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Land"]:before {
          content: "\f1bb"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity:before {
          margin-right: 2pt;
          opacity: .4; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity .ammen-key {
          text-transform: capitalize;
          display: flex;
          white-space: nowrap;
          margin-right: 2px;
          font-weight: bold; }
          section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity .ammen-key:after {
            content: ":"; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-title-address .sc-pb-ammenities .sc-sp-ammenity .ammen-value {
          opacity: .75; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-price-mls #pb-price {
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10pt;
    padding: 5pt; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-price-mls .pb-mls {
    opacity: .75;
    font-size: 7.5pt;
    margin-top: 3.5pt;
    text-align: right; }
  section.showcase-print-brochure-block.default svg div#sc-pb-description {
    margin-top: 7pt;
    line-height: 1.75; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="very-short"] {
      font-size: 8pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="short"] {
      font-size: 7.75pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="medium"] {
      font-size: 7.5pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="long"] {
      font-size: 7.25pt; }
    section.showcase-print-brochure-block.default svg div#sc-pb-description[text-length-range="x-long"] {
      font-size: 7pt; }
  section.showcase-print-brochure-block.default svg foreignObject#sc-pb-description div {
    font-size: 5.5pt;
    text-align: left;
    margin: 0; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color {
    padding: 15pt 22pt;
    box-sizing: border-box; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-phone {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: white !important; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-phone i {
          color: white !important;
          margin-right: 3pt; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-phone * {
          font-size: 8pt;
          color: white !important; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content .pb-divider {
        height: 100%;
        border-right: 1px solid white !important;
        opacity: .5; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-company-contact-info {
        display: flex;
        align-items: center; }
        section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-company-contact-info div#pb-company-contact-content {
          display: flex;
          height: 100%;
          flex-direction: column;
          justify-content: center; }
          section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-company-contact-info div#pb-company-contact-content div {
            color: white !important;
            line-height: 1.25;
            font-size: 8pt;
            text-align: left; }
      section.showcase-print-brochure-block.default svg foreignObject#pb-footer-color .pb-footer-content #pb-qr-code img {
        width: 33pt; }
  section.showcase-print-brochure-block.default svg foreignObject#pb-company-contact-info #pb-company-contact-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    section.showcase-print-brochure-block.default svg foreignObject#pb-company-contact-info #pb-company-contact-content div {
      color: white;
      line-height: 1.25;
      font-size: 8pt;
      text-align: left; }

  section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 {
    border: 1px solid #555;
    background-color: white;
    fill: white; }
    section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 #pb-logo-content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 20pt;
      height: inherit;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 100%) !important;
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 100%) !important;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 100%) !important; }
    section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 .pb-logo-img {
      width: 100pt; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 .pb-logo-img[pbimg-src*="http"] + .pb-displayname {
        display: none; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 .pb-logo-img img {
        max-width: 100%; }
    section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 #pb-img-clip-1 {
      position: relative;
      width: 100%;
      height: 250pt; }
    section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 {
      display: flex;
      justify-content: flex-end; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content {
        height: 100%;
        display: flex;
        width: 100%; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg {
          width: 100%;
          margin-top: auto;
          display: flex;
          flex-direction: column;
          padding: 23px;
          text-align: left;
          background-color: black !important;
          color: white !important; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg #pb-detail-title {
            color: white !important;
            font-size: 1.5rem;
            line-height: 1.1;
            margin-bottom: 7pt; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg #pb-img-4 {
            width: 100%;
            position: relative;
            overflow: hidden;
            padding-bottom: 100pt;
            height: auto; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg #pb-img-4 img {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg .pb-mls {
            line-height: 1;
            margin-bottom: 10px;
            font-size: 6pt;
            color: white !important; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg div#pb-address-group .content-title {
            font-size: 1.5rem;
            line-height: 1.1;
            margin-bottom: 3px;
            color: white !important; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg div#pb-address-group .pb-address {
            color: white !important; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg div#pb-address-group #pb-address-1,
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-1 div#pb-column-1-content #pb-detail-bg div#pb-address-group #pb-address-2 {
            color: white !important;
            opacity: .8;
            font-size: 7pt;
            line-height: 1.5; }
    section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content div#image-circles {
        margin-bottom: auto;
        height: auto;
        position: relative;
        height: 250px;
        width: calc(100% - 23px); }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content div#image-circles > div {
          position: absolute;
          border: 2px solid white !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35) !important; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #pb-img-2 {
        width: 150px;
        height: 150px;
        left: 0;
        bottom: 0;
        z-index: 1; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #pb-img-3 {
        width: 180px;
        height: 180px;
        right: 0;
        top: 0; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #pb-img-2,
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #pb-img-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        overflow: hidden; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #pb-img-2 img,
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #pb-img-3 img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content {
        font-size: 6.5pt;
        line-height: 1.75;
        text-align: left;
        padding-right: 23px;
        padding-left: 23px;
        margin-top: auto;
        margin-bottom: auto; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .content-title {
          font-size: 12pt;
          line-height: 1.1;
          margin-bottom: 3.5pt;
          border-bottom: 1px solid rgba(0, 0, 0, 0.25);
          padding-bottom: 3.5pt; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities {
          font-size: 6.5pt;
          display: flex;
          flex-wrap: wrap; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity {
            display: flex;
            margin-right: 5px;
            text-transform: capitalize; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key]:before {
              font-family: "Font Awesome 5 Free";
              font-weight: 900; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
              content: "\f236"; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="beds"]:before {
              content: "\f2cd"; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="sqft"]:before {
              content: "\f565"; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="home"]:before, section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Home"]:before {
              content: "\f015"; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="land"]:before, section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity[data-ammen-key="type"][data-ammen-value*="Land"]:before {
              content: "\f1bb"; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity:before {
              margin-right: 2pt;
              opacity: .4; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity .ammen-key {
              margin-right: 2px;
              font-weight: bold; }
              section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity .ammen-key:after {
                content: ":"; }
            section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content .sc-pb-ammenities .sc-sp-ammenity .ammen-value {
              opacity: .75; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-column-2 div#pb-column-2-content #sc-pb-description-content div#sc-pb-description {
          margin-top: 3.5pt;
          border-top: 1px solid rgba(0, 0, 0, 0.25);
          padding-top: 3.5pt; }
    section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer {
      background-color: black !important;
      color: white !important;
      padding: 23px;
      height: 95px; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer .pb-divider {
        height: 50%;
        border-left: 1px solid white !important;
        margin: auto;
        opacity: .3; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content {
        display: flex;
        height: 100%; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content #pb-qr-code {
          height: 100%;
          position: relative; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content #pb-qr-code img {
            max-height: 100%;
            width: auto !important; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content #pb-phone {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10.5pt; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content #pb-phone * {
            color: white !important; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content #pb-phone i {
            color: white !important;
            margin-right: 5px; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content #pb-agent-data {
          line-height: 1.5;
          font-size: 6pt; }
          section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer div#pb-footer-content #pb-agent-data * {
            color: white !important; }
      section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer .pb-agent-photo {
        border: 1px solid #e4e4e4;
        width: 40px;
        padding-bottom: calc(40px * 1.25);
        background-color: #3b3b3b;
        position: relative;
        text-align: center;
        overflow: hidden; }
        section.showcase-print-brochure-block.circle-brochure svg#circle-brochure-1 foreignObject#pb-footer .pb-agent-photo img {
          position: absolute;
          left: -25%;
          right: -25%;
          bottom: -25%;
          top: -25%;
          margin: auto;
          height: 100%;
          width: auto;
          max-width: none; } }
.slideshow-container {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2; }
  .slideshow-container .slideshow {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
    background-size: cover;
    position: fixed;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    min-height: 100vh; }
  .slideshow-container .slideshow-fliter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: -1; }

section.splash-block:not(.custom-splash):not(.splash-block-v11) {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .container-fluid:before {
    display: none !important; }
  @media (max-width: 1199px) {
    section.splash-block:not(.custom-splash):not(.splash-block-v11) .container-fluid {
      width: 100%; } }
  @media (min-width: 1200px) {
    section.splash-block:not(.custom-splash):not(.splash-block-v11) .container-fluid {
      width: 1170px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .row {
    display: flex;
    flex-wrap: wrap; }
    section.splash-block:not(.custom-splash):not(.splash-block-v11) .row:before {
      display: none !important; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4 {
    height: auto; }
    @media (max-width: 991px) {
      section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4 {
        width: 100%; }
        section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4:not(:first-child) {
          margin-top: 30px; } }
    @media (min-width: 992px) {
      section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 30px; } }
    section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4 .splash-item-img[style*="background-image"] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      z-index: 1; }
    section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4 .thumbnail {
      height: 100%;
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      position: relative; }
      section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4 .thumbnail .caption {
        flex: 1 auto;
        justify-content: space-between;
        display: flex;
        flex-direction: column; }
        section.splash-block:not(.custom-splash):not(.splash-block-v11) .col-md-4 .thumbnail .caption .fade-down + p {
          margin-top: auto;
          margin-bottom: 0; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) div#photo-size img {
    transform: scale(1.25); }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .ratio-4x6 {
    height: 0;
    display: block;
    padding-bottom: 66% !important;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    height: 0;
    position: relative; }
    section.splash-block:not(.custom-splash):not(.splash-block-v11) .ratio-4x6:before {
      content: 'No Image Provided';
      color: black;
      padding: 24% 0;
      text-align: center;
      display: block; }
    section.splash-block:not(.custom-splash):not(.splash-block-v11) .ratio-4x6 img {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      margin: auto;
      min-width: 100%;
      min-height: 100%; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .btn-group {
    margin-bottom: 50px; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .btn-group,
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .btn-group button {
    width: 100%;
    text-align: left; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .btn-group button:first-child {
    border-radius: 5px 5px 0 0 !important; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .btn-group button:last-child {
    border-radius: 0 0 5px 5px !important; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .thumbnail {
    border: 1px solid #e4e4e4;
    margin-bottom: 30px; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .thumbnail .btn {
    width: 100%; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .fade-down {
    padding-bottom: 15px; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .limit-horizonal {
    display: block;
    width: 100%;
    overflow: hidden; }
  section.splash-block:not(.custom-splash):not(.splash-block-v11) .thumbnail h4 {
    display: block;
    width: 100%;
    position: relative;
    line-height: 1.7rem;
    font-size: 1.7rem; }

@media (min-width: 1200px) {
  section.splash-block .thumbnail p:last-child {
    margin: 0; } }
section.splash-block-v11 .splash-block-v11-items {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -7.5px;
  margin-bottom: -7.5px; }
  section.splash-block-v11 .splash-block-v11-items:before, section.splash-block-v11 .splash-block-v11-items:after {
    display: none !important; }
  @media (max-width: 767px) {
    section.splash-block-v11 .splash-block-v11-items {
      flex-direction: column;
      align-items: stretch; } }
  section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item {
    margin-top: 7.5px;
    margin-bottom: 7.5px; }
    section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title:empty {
      display: none; }
    section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title:not(:empty) {
      margin-bottom: 15px;
      line-height: 1.1; }
    section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description:empty {
      display: none; }
    section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description:not(:empty) {
      margin-bottom: 15px; }
    section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button a[class*="btn01"] {
      padding-left: 15px;
      padding-right: 15px; }
    section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button a[href*="http"] {
      margin-top: 15px; }
    section.splash-block-v11 .splash-block-v11-items .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button a[href=""] {
      display: none; }
section.splash-block-v11[class*="contained"] .splash-block-v11-items {
  width: 1170px;
  max-width: 100%; }
section.splash-block-v11[class*="caption-under-photo"] .thumbnail {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  min-height: 100%; }
  section.splash-block-v11[class*="caption-under-photo"] .thumbnail .splash-block-v11-item-image[img-url*="http"] {
    padding-bottom: 75%;
    display: flex;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
  section.splash-block-v11[class*="caption-under-photo"] .thumbnail .splash-block-v11-item-image[img-url=""] {
    display: none; }
  section.splash-block-v11[class*="caption-under-photo"] .thumbnail .caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px; }
    section.splash-block-v11[class*="caption-under-photo"] .thumbnail .caption .splash-block-v11-item-button {
      margin-top: auto;
      margin-bottom: 0; }
    section.splash-block-v11[class*="caption-under-photo"] .thumbnail .caption .btn01 {
      margin-top: auto;
      margin-bottom: 0; }
@media (max-width: 768px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="2col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="2col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 768px) and (max-width: 1199px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="2col"] .thumbnail .splash-block-v11-item-image {
    width: 100px;
    height: calc(100px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="2col"] .thumbnail .caption {
    width: calc(100% - 100px); } }
@media (min-width: 1200px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="2col"] .thumbnail .splash-block-v11-item-image {
    width: 150px;
    height: calc(150px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="2col"] .thumbnail .caption {
    width: calc(100% - 150px); } }
@media (max-width: 768px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="3col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="3col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 768px) and (max-width: 1199px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="3col"] .thumbnail .splash-block-v11-item-image {
    width: 80px;
    height: calc(80px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="3col"] .thumbnail .caption {
    width: calc(100% - 80px); } }
@media (min-width: 1200px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="3col"] .thumbnail .splash-block-v11-item-image {
    width: 100px;
    height: calc(100px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="3col"] .thumbnail .caption {
    width: calc(100% - 100px); } }
@media (max-width: 768px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="4col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="4col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 768px) and (max-width: 1199px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="4col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="4col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 1200px) {
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="4col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"][class*="contained"][class*="4col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (max-width: 768px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="2col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="2col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 768px) and (max-width: 1199px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="2col"] .thumbnail .splash-block-v11-item-image {
    width: 100px;
    height: calc(100px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="2col"] .thumbnail .caption {
    width: calc(100% - 100px); } }
@media (min-width: 1200px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="2col"] .thumbnail .splash-block-v11-item-image {
    width: 150px;
    height: calc(150px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="2col"] .thumbnail .caption {
    width: calc(100% - 150px); } }
@media (max-width: 768px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="3col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="3col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 768px) and (max-width: 1199px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="3col"] .thumbnail .splash-block-v11-item-image {
    width: 80px;
    height: calc(80px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="3col"] .thumbnail .caption {
    width: calc(100% - 80px); } }
@media (min-width: 1200px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="3col"] .thumbnail .splash-block-v11-item-image {
    width: 100px;
    height: calc(100px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="3col"] .thumbnail .caption {
    width: calc(100% - 100px); } }
@media (max-width: 768px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="4col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="4col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 768px) and (max-width: 1199px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="4col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="4col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
@media (min-width: 1200px) {
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="4col"] .thumbnail .splash-block-v11-item-image {
    width: 75px;
    height: calc(75px * .75); }
  section.splash-block-v11[class*="caption-next-to-photo"]:not([class*="contained"])[class*="4col"] .thumbnail .caption {
    width: calc(100% - 75px); } }
section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail {
  display: flex;
  flex-direction: row;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 100%; }
  section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .splash-block-v11-item-image[img-url*="http"] {
    display: flex;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
  section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .splash-block-v11-item-image[img-url=""] {
    display: none; }
  section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px; }
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-title {
      font-size: 24px; }
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-description,
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-button,
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-button a {
      font-size: 14px; }
      section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-description i,
      section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-button i,
      section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-button a i {
        font-size: 12px;
        margin-left: 10px; }
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-title,
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-description,
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-button {
      text-align: left; }
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .splash-block-v11-item-button {
      margin-top: auto;
      margin-bottom: 0; }
    section.splash-block-v11[class*="caption-next-to-photo"] .thumbnail .caption .btn01 {
      margin-top: auto;
      margin-bottom: 0;
      padding-left: 15px;
      padding-right: 15px; }
section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail {
  position: absolute;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  height: 100%;
  margin-bottom: 0;
  border-radius: 0; }
  section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail a.splash-block-v11-item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail .caption {
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 15px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail .caption .splash-block-v11-item-title.content-title {
      width: 100%; }
    section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail .caption .splash-block-v11-item-description {
      width: 100%; }
    section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail .caption .splash-block-v11-item-button {
      margin-top: 30px;
      text-align: center; }
      section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail .caption .splash-block-v11-item-button a {
        color: white !important;
        border: 1px solid white;
        padding: 10px 15px;
        text-decoration: none; }
        section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail .caption .splash-block-v11-item-button a i {
          font-size: 12px;
          margin-left: 5px; }
        section.splash-block-v11[class*="caption-on-top-photo"] .thumbnail .caption .splash-block-v11-item-button a:hover {
          text-decoration: none; }
section.splash-block-v11[class*="caption-on-top-photo"] .splash-block-v11-item {
  padding-bottom: calc(((100% / 2) - ((15px * (2 - 1))) / 2) * .75);
  display: flex;
  border: 1px solid;
  align-items: stretch;
  position: relative; }
section.splash-block-v11[class*="pro-gallery-jumbo"]:not([class*="fw-jumbo"]) .bt01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"]:not([class*="fw-jumbo"]) .bt01 {
  width: 1170px;
  max-width: 100%;
  margin-bottom: 30px; }
section.splash-block-v11[class*="pro-gallery-jumbo"]:not([class*="fw-jumbo"]) .splash-block-v11-items, section.splash-block-v11[class*="pro-gallery-fw-jumbo"]:not([class*="fw-jumbo"]) .splash-block-v11-items {
  width: 1170px;
  max-width: 100%; }
section.splash-block-v11[class*="pro-gallery-jumbo"] .splash-block-v11-items, section.splash-block-v11[class*="pro-gallery-fw-jumbo"] .splash-block-v11-items {
  justify-content: flex-start !important;
  border: 1px solid red; }
section.splash-block-v11[class*="pro-gallery-jumbo"] .splash-block-v11-item:first-child, section.splash-block-v11[class*="pro-gallery-fw-jumbo"] .splash-block-v11-item:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }
  section.splash-block-v11[class*="pro-gallery-jumbo"] .splash-block-v11-item:first-child .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"] .splash-block-v11-item:first-child .thumbnail {
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 0; }
    section.splash-block-v11[class*="pro-gallery-jumbo"] .splash-block-v11-item:first-child .thumbnail .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"] .splash-block-v11-item:first-child .thumbnail .splash-block-v11-item-description {
      line-height: 2; }
    section.splash-block-v11[class*="pro-gallery-jumbo"] .splash-block-v11-item:first-child .thumbnail a.splash-block-v11-item-image, section.splash-block-v11[class*="pro-gallery-fw-jumbo"] .splash-block-v11-item:first-child .thumbnail a.splash-block-v11-item-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    section.splash-block-v11[class*="pro-gallery-jumbo"] .splash-block-v11-item:first-child .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"] .splash-block-v11-item:first-child .thumbnail .caption {
      position: relative;
      z-index: 1;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      padding: 15%; }
section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    min-height: 100%; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"] {
      padding-bottom: 75%;
      display: flex;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""] {
      display: none; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 15px; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description {
        line-height: 2; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button {
        margin-top: auto;
        margin-bottom: 0; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01 {
        margin-top: auto;
        margin-bottom: 0; }
  @media (max-width: 767px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      width: 100%; } }
  @media (min-width: 992px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-1col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 1) - ((15px * (1 - 1))) / 1); } }
section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    min-height: 100%; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"] {
      padding-bottom: 75%;
      display: flex;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""] {
      display: none; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 15px; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description {
        line-height: 2; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button {
        margin-top: auto;
        margin-bottom: 0; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01 {
        margin-top: auto;
        margin-bottom: 0; }
  @media (max-width: 767px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 992px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-2col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    min-height: 100%; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"] {
      padding-bottom: 75%;
      display: flex;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""] {
      display: none; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 15px; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description {
        line-height: 2; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button {
        margin-top: auto;
        margin-bottom: 0; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01 {
        margin-top: auto;
        margin-bottom: 0; }
  @media (max-width: 767px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 992px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-3col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 3) - ((15px * (3 - 1))) / 3); } }
section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    min-height: 100%; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"] {
      padding-bottom: 75%;
      display: flex;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""] {
      display: none; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 15px; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description {
        line-height: 2; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button {
        margin-top: auto;
        margin-bottom: 0; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01 {
        margin-top: auto;
        margin-bottom: 0; }
  @media (max-width: 767px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 992px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-4col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 4) - ((15px * (4 - 1))) / 4); } }
section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    min-height: 100%; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url*="http"] {
      padding-bottom: 75%;
      display: flex;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""], section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .splash-block-v11-item-image[img-url=""] {
      display: none; }
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 15px; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-description {
        line-height: 2; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .splash-block-v11-item-button {
        margin-top: auto;
        margin-bottom: 0; }
      section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01, section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) .thumbnail .caption .btn01 {
        margin-top: auto;
        margin-bottom: 0; }
  @media (max-width: 767px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
  @media (min-width: 992px) {
    section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-jumbo"] .splash-block-v11-item:not(:first-child), section.splash-block-v11[class*="pro-gallery-fw-jumbo"][class*="grid-5col-pro-gallery-fw-jumbo"] .splash-block-v11-item:not(:first-child) {
      margin-right: 7.5px !important;
      margin-left: 7.5px !important;
      width: calc( (100% / 5) - ((15px * (5 - 1))) / 5); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 1) - ((15px * (1 - 1))) / 1); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 1) - ((15px * (1 - 1))) / 1); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-1col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 1) - ((15px * (1 - 1))) / 1); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-2col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 3) - ((15px * (3 - 1))) / 3); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 3) - ((15px * (3 - 1))) / 3); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-3col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 3) - ((15px * (3 - 1))) / 3); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 4) - ((15px * (4 - 1))) / 4); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 4) - ((15px * (4 - 1))) / 4); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-4col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 4) - ((15px * (4 - 1))) / 4); } }
section.splash-block-v11[class*="grid-4col"] .splash-block-v11-item .splash-block-v11-item-title {
  font-size: 20px; }
section.splash-block-v11[class*="grid-4col"] .splash-block-v11-item .splash-block-v11-item-description {
  font-size: 14px; }
section.splash-block-v11[class*="grid-4col"] .splash-block-v11-item .splash-block-v11-item-button a {
  font-size: 14px; }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-under-photo"] .splash-block-v11-item {
    width: calc( (100% / 5) - ((15px * (5 - 1))) / 5); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-next-to-photo"] .splash-block-v11-item {
    width: calc( (100% / 5) - ((15px * (5 - 1))) / 5); } }
@media (max-width: 767px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 768px) and (max-width: 991px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 2) - ((15px * (2 - 1))) / 2); } }
@media (min-width: 992px) {
  section.splash-block-v11[class*="grid-5col"][class*="caption-on-top-photo"] .splash-block-v11-item {
    width: calc( (100% / 5) - ((15px * (5 - 1))) / 5); } }
section.splash-block-v11[class*="grid-5col"] .splash-block-v11-item .splash-block-v11-item-title {
  font-size: 20px; }
section.splash-block-v11[class*="grid-5col"] .splash-block-v11-item .splash-block-v11-item-description {
  font-size: 14px; }
section.splash-block-v11[class*="grid-5col"] .splash-block-v11-item .splash-block-v11-item-button a {
  font-size: 14px; }

body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content {
  align-items: stretch; }
  body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
    min-height: 400px;
    display: flex;
    flex-direction: column; }
    body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
      background: #e4e4e4;
      position: relative;
      text-transform: uppercase;
      font-weight: bold;
      padding-top: calc(30% - (65px / 2));
      padding-bottom: calc(30% - (65px / 2));
      line-height: 0;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image i.fa.fa-image {
        font-size: 6rem;
        opacity: .5;
        display: flex;
        margin-bottom: 15px; }
    body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
      display: flex;
      flex-direction: column;
      flex: 1 auto;
      justify-content: space-between; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title {
        text-align: left;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1.1; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 30px; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
        margin-top: auto;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        position: relative; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link:before {
          content: "";
          width: 100%;
          border-top: 1px solid;
          opacity: .15;
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
    @media (max-width: 767px) {
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
        width: 100%; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)) {
          margin-top: 15px; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
          padding-top: 15px; }
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
            padding: 0 15px; }
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
            padding: 10px 15px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
        width: calc((100% / 2) - (30px / 2)); }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:nth-child(2n) {
          margin-left: 15px;
          margin-right: 15px; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)):not(:nth-child(2)) {
          margin-top: 15px; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
          padding-top: 15px; }
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
            padding: 0 15px; }
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
            padding: 10px 15px; } }
    @media (min-width: 1200px) {
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
        width: calc((100% / 3) - (60px / 3)); }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:nth-child(3n - 1) {
          margin-left: 30px;
          margin-right: 30px; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
          margin-top: 30px; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
          padding-top: 30px; }
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
            padding: 0 30px; }
          body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
            padding: 10px 30px; } }
body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash .container-fluid {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash .container-fluid div#splash-content {
    padding-left: 15px;
    padding-right: 15px; }
body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
  width: 100%; }
  body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:nth-child(1n) {
    margin-left: 0;
    margin-right: 0; }
  body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-description:empty {
    display: none; }
  @media (max-width: 767px) {
    body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
      flex-direction: column; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:first-child) {
        margin-top: 15px; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image,
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-caption {
        width: 100%; } }
  @media (min-width: 768px) {
    body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
      flex-direction: row; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:first-child) {
        margin-top: 30px; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image {
        padding: 0; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image,
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-caption {
        width: 50%; }
      body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
        width: 50%; }
        body:not(.backpage-with-subnav):not(.sidebar-page) section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title {
          margin-top: auto; } }

body.backpage-with-subnav section.splash-block.custom-splash div#splash-content,
body.sidebar-page section.splash-block.custom-splash div#splash-content {
  align-items: stretch; }
  body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail,
  body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
    min-height: 400px;
    display: flex;
    flex-direction: column; }
    body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image,
    body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
      background: #e4e4e4;
      position: relative;
      text-transform: uppercase;
      font-weight: bold;
      padding-top: calc(30% - (65px / 2));
      padding-bottom: calc(30% - (65px / 2));
      line-height: 0;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
      body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image i.fa.fa-image,
      body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-image i.fa.fa-image {
        font-size: 6rem;
        opacity: .5;
        display: flex;
        margin-bottom: 15px; }
    body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content,
    body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
      display: flex;
      flex-direction: column;
      flex: 1 auto;
      justify-content: space-between; }
      body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
      body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title {
        text-align: left;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1.1; }
      body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description,
      body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 30px; }
      body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link,
      body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
        margin-top: auto;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        position: relative; }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link:before,
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link:before {
          content: "";
          width: 100%;
          border-top: 1px solid;
          opacity: .15;
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
    @media (max-width: 767px) {
      body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail,
      body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
        width: 100%; }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)),
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)) {
          margin-top: 15px; }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content,
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
          padding-top: 15px; }
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
            padding: 0 15px; }
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
            padding: 10px 15px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail,
      body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
        width: calc((100% / 2) - (30px / 2)); }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:nth-child(2n),
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:nth-child(2n) {
          margin-left: 15px;
          margin-right: 15px; }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)):not(:nth-child(2)),
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)):not(:nth-child(2)) {
          margin-top: 15px; }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content,
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
          padding-top: 15px; }
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
            padding: 0 15px; }
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
            padding: 10px 15px; } }
    @media (min-width: 1200px) {
      body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail,
      body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail {
        width: calc((100% / 3) - (60px / 3)); }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:nth-child(3n - 1),
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:nth-child(3n - 1) {
          margin-left: 30px;
          margin-right: 30px; }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)),
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
          margin-top: 30px; }
        body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content,
        body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content {
          padding-top: 30px; }
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-title,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-description {
            padding: 0 30px; }
          body.backpage-with-subnav section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link,
          body.sidebar-page section.splash-block.custom-splash div#splash-content .custom-splash-block-thumbnail .custom-splash-block-content .custom-splash-block-link {
            padding: 10px 30px; } }

section.splash-block-v11.checkers-caption-next-to-photo-1x1 .row + .row.splash-block-v11-items,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw .row + .row.splash-block-v11-items {
  margin-top: 30px; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1 .splash-block-v11-item,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item {
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  section.splash-block-v11.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail,
  section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%; }
    section.splash-block-v11.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .splash-block-v11-item-description,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .splash-block-v11-item-description {
      text-align: center; }
      @media (min-width: 768px) {
        section.splash-block-v11.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .splash-block-v11-item-description,
        section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .splash-block-v11-item-description {
          line-height: 2;
          font-size: 150%; } }
    section.splash-block-v11.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .btn01,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .btn01 {
      margin-top: 0 !important; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw {
  padding-bottom: 0; }
  section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .container-fluid,
  section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .container-fluid {
    width: 100%; }
  section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item:nth-child(odd) .thumbnail > a,
  section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item:nth-child(odd) .thumbnail > a {
    order: 2; }
  section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail > a,
  section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail > a {
    width: 50%; }
  section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption,
  section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption {
    width: 50%;
    min-height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px; }
    section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button {
      margin-top: 30px; }
    section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description {
      margin-top: 30px; }
    section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title {
      margin: 0; }
      @media (max-width: 767px) {
        section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title,
        section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1-fw .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title {
          font-size: 15px; } }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .container-fluid,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .container-fluid {
  max-width: 100%;
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(odd) .thumbnail > a,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(odd) .thumbnail > a {
  order: 0; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(odd) .thumbnail .caption,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(odd) .thumbnail .caption {
  order: -1; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(even) .thumbnail > a,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(even) .thumbnail > a {
  order: -1; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(even) .thumbnail .caption,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item:nth-child(even) .thumbnail .caption {
  order: 0; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail > *,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail > * {
  top: 0; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail > a,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail > a {
  width: 50%;
  padding-bottom: 50%; }
section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption,
section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px; }
  @media (max-width: 767px) {
    section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description {
      margin-top: 15px; } }
  @media (min-width: 768px) {
    section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-button,
    section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-description {
      margin-top: 30px; } }
  section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title,
  section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title {
    margin: 0; }
    @media (max-width: 767px) {
      section.splash-block-v11.checkers-caption-next-to-photo-1x1.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title,
      section.splash-block-v11.checkers-caption-next-to-photo-1x1-fw.checkers-caption-next-to-photo-1x1 .splash-block-v11-item .thumbnail .caption .splash-block-v11-item-title {
        font-size: 15px; } }

section.splash-block-v11.splash-featured-alist {
  padding: 0;
  border: 0; }

section.splash-block-v11.splash-featured-alist .container-fluid {
  width: 100%;
  padding: 0; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-side {
  margin: 0;
  display: flex;
  padding: 60px;
  background-color: black; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-side .splash-subnav-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 30px; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-side .splash-subnav-wrap .bt01 h2 {
  color: white; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-side .splash-subnav-wrap a {
  color: white;
  font-family: Open-sans, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-slider {
  background: black;
  display: flex;
  align-self: stretch;
  flex: 1;
  position: relative; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-slider > * {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-wrap {
  display: flex !important; }

@media (max-width: 991px) {
  section.splash-block-v11.splash-featured-alist .splash-block-v11-wrap {
    flex-direction: column; }

  section.splash-block-v11.splash-featured-alist .splash-block-v11-wrap .splash-block-v11-items-slider {
    width: 100%; }

  section.splash-block-v11.splash-featured-alist .splash-block-v11-wrap .splash-block-v11-side {
    width: 100%; } }
@media (min-width: 992px) {
  section.splash-block-v11.splash-featured-alist .splash-block-v11-wrap {
    flex-direction: row;
    align-items: stretch !important; }

  section.splash-block-v11.splash-featured-alist .splash-block-v11-wrap .splash-block-v11-items-slider {
    width: calc(100vw - 65vw); }

  section.splash-block-v11.splash-featured-alist .splash-block-v11-wrap .splash-block-v11-side {
    width: 25vw; } }
section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper {
  flex: 1;
  overflow-x: auto; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  justify-content: flex-start; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-left: calc(65px + 30px);
  border-left: 1px solid #cac8c8;
  display: flex;
  align-items: stretch; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item.active {
  padding-left: calc(75px + 30px) !important;
  background: #e4e4e4;
  flex: 1; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item.active .splash-block-v11-item-image-large {
  opacity: 1;
  filter: saturate(1); }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item.active .thumbnail {
  opacity: 1;
  width: 30vw; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item:not(.active) {
  padding-left: 0;
  width: 75px; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item:not(.active) .splash-block-v11-item-image-large {
  opacity: 0;
  filter: saturate(0); }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item:not(.active) .thumbnail {
  opacity: 0;
  width: 0; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .splash-index {
  font-weight: bold;
  font-size: 9rem;
  line-height: 1;
  color: #555;
  margin: 30px 0;
  border-bottom: 1px solid #b3b3b3;
  font-family: Open-sans, sans-serif; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .splash-block-v11-item-image-large {
  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 1s -moz-filter linear;
  -moz-transition: 1s filter linear;
  -ms-transition: 1s -ms-filter linear;
  -o-transition: 1s -o-filter linear;
  transition: 1s filter linear, 1s -webkit-filter linear; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .splash-block-v11-item-main-title {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%);
  width: 100vw;
  text-align: right;
  padding-right: 30px;
  line-height: 1;
  border-bottom: 1px solid #cac8c8;
  height: 75px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  background: white;
  z-index: 2;
  cursor: pointer;
  font-family: Open-sans, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .splash-block-v11-item-main-title:hover {
  background-color: #cac8c8; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .splash-block-v11-item-image-large {
  transition: ease-in-out 1s;
  display: flex;
  flex: 1;
  align-self: stretch;
  background-repeat: no-repeat;
  background-size: cover; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .thumbnail {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  transition: ease-in-out 1s;
  width: 300px;
  display: inline-flex;
  align-items: center; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .thumbnail .caption {
  position: relative;
  z-index: 2;
  text-align: left;
  width: 300px;
  margin: auto 0; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .thumbnail .splash-block-v11-item-image {
  padding-bottom: 40%;
  width: 40%;
  border-radius: 50%;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 15px auto 15px 15px;
  transition: ease-in-out .5s;
  filter: saturate(0); }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .thumbnail .splash-block-v11-item-title {
  border-top: 1px solid #b3b3b3;
  padding-top: 15px; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .thumbnail .splash-block-v11-item-description {
  line-height: 2; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .thumbnail .btn01 {
  margin-top: 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center; }

section.splash-block-v11.splash-featured-alist .splash-block-v11-items-wrapper .splash-block-v11-items .splash-block-v11-item .thumbnail .btn01 i {
  margin-left: 15px; }

.layout-full-width section.testimonials-block .container-fluid {
  width: 1200px;
  max-width: 100%; }

.layout-full-width section.testimonials-block .container-fluid {
  width: 1200px;
  max-width: 100%; }

section.testimonials-block .container-fluid {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    section.testimonials-block .container-fluid h1 {
      margin-top: 30px; } }
  @media (min-width: 767px) and (max-width: 991px) {
    section.testimonials-block .container-fluid .row {
      display: flex; }
      section.testimonials-block .container-fluid .row .col-sm-3 {
        width: 150px; }
      section.testimonials-block .container-fluid .row .col-sm-9 {
        width: calc(100% - 150px); } }
  section.testimonials-block .container-fluid .row > * {
    vertical-align: top; }
    section.testimonials-block .container-fluid .row > * .bst02.tbst02 {
      opacity: .75; }

@media (max-width: 400px) {
  section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail a.post-thumbnail-link {
    width: 100%;
    display: block;
    margin-bottom: 15px; }
    section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail a.post-thumbnail-link img {
      width: 100%; } }
@media (min-width: 401px) {
  section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail {
    margin-right: 30px; }
    section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail a.post-thumbnail-link {
      width: 150px;
      display: flex;
      flex-direction: column; } }
section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail a.post-thumbnail-link img {
  max-width: 100%;
  width: 100%; }
section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content {
  width: 100%;
  text-align: left; }
  section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content .post-thumbnail-header .post-title.content-title {
    font-size: 2.25rem;
    line-height: 1.5;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px; }
  section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content a.post-link {
    background: white;
    border: 1px solid #ccc;
    padding: 5px 30px;
    margin: 10px 0;
    display: inline-block; }
  section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content ul.post-thumbnail-meta-content {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px; }
    section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content ul.post-thumbnail-meta-content .badge {
      font-weight: normal; }
    section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content ul.post-thumbnail-meta-content li.author span.meta-image {
      display: inline-block;
      background-size: cover;
      border-radius: 50%;
      margin-right: 5px;
      box-shadow: 3px 3px #1b1b1b36; }
      @media (max-width: 991px) {
        section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content ul.post-thumbnail-meta-content li.author span.meta-image {
          width: 30px;
          height: 30px;
          margin-bottom: calc((30px / 4) * -1); } }
      @media (min-width: 992px) {
        section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content ul.post-thumbnail-meta-content li.author span.meta-image {
          width: 35px;
          height: 35px;
          margin-bottom: calc((35px / 4) * -1); } }
@media (max-width: 400px) {
  section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item {
    display: block;
    padding: 15px; }
    section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item:not(:last-child) {
      margin-bottom: 15px; } }
@media (min-width: 401px) {
  section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item {
    display: flex;
    align-items: start;
    padding: 30px; }
    section.blog-block[blog-grid-columns="1"] .blog-posts-grid .blog-posts .post-item:not(:last-child) {
      margin-bottom: 30px; } }

section.blog-block[blog-grid-columns] .blog-posts-grid .blog-posts .post-item {
  background: white;
  box-shadow: 2px 2px #00000021;
  border: 1px solid #ccc; }

section.blog-block[show-agent-photo="n"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content ul.post-thumbnail-meta-content li.author span.meta-image {
  display: none !important; }

@media (max-width: 767px) {
  section.blog-block[sidebar="y"] .container-fluid {
    display: block; }
  section.blog-block[sidebar="y"] .blog-sidebar {
    width: 100%; }
  section.blog-block[sidebar="y"] .blog-posts-grid {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.blog-block[sidebar="y"] .container-fluid {
    display: flex; }
  section.blog-block[sidebar="y"] .blog-sidebar {
    width: 275px;
    float: left; }
  section.blog-block[sidebar="y"] .blog-posts-grid {
    width: calc(100% - 275px - 15px);
    float: left;
    margin-right: 15px; } }
@media (min-width: 992px) {
  section.blog-block[sidebar="y"] .container-fluid {
    display: flex; }
  section.blog-block[sidebar="y"] .blog-sidebar {
    width: 300px;
    float: left;
    border: 1px solid #ccc; }
  section.blog-block[sidebar="y"] .blog-posts-grid {
    width: calc(100% - 300px - 30px);
    float: left;
    margin-right: 30px; } }

@media (max-width: 767px) {
  section.single-post-block[sidebar="y"] .container-fluid {
    display: block; }
  section.single-post-block[sidebar="y"] .blog-sidebar {
    width: 100%;
    border: 1px solid #ccc; }
  section.single-post-block[sidebar="y"] .single-post-item-content {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.single-post-block[sidebar="y"] .container-fluid {
    display: flex; }
  section.single-post-block[sidebar="y"] .blog-sidebar {
    width: 275px;
    float: left;
    border: 1px solid #ccc; }
  section.single-post-block[sidebar="y"] .single-post-item-content {
    width: calc(100% - 275px - 15px);
    float: left;
    margin-right: 15px; } }
@media (min-width: 992px) {
  section.single-post-block[sidebar="y"] .container-fluid {
    display: flex; }
  section.single-post-block[sidebar="y"] .blog-sidebar {
    width: 300px;
    float: left;
    border: 1px solid #ccc; }
  section.single-post-block[sidebar="y"] .single-post-item-content {
    width: calc(100% - 300px - 30px);
    float: left;
    margin-right: 30px; } }
section.single-post-block[sidebar="y"] .container-fluid .blog-sidebar {
  background: white;
  box-shadow: 2px 2px #00000021;
  border: 1px solid #ccc; }

section.single-post-block[sidebar="y"] .blog-sidebar {
  background: white;
  box-shadow: 2px 2px #00000021;
  border: 1px solid #ccc; }
section.single-post-block[sidebar="y"] .single-post-share a {
  width: 30px !important;
  height: 30px !important; }
  section.single-post-block[sidebar="y"] .single-post-share a i {
    margin: 0 !important; }
  section.single-post-block[sidebar="y"] .single-post-share a span {
    display: none; }

.blog-sidebar {
  padding: 15px;
  text-align: left; }
  .blog-sidebar .blog-sidebar-widget {
    text-align: left;
    padding: 15px; }
    .blog-sidebar .blog-sidebar-widget .small-title {
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .blog-sidebar .blog-sidebar-widget form#sidebar-search-widget label {
      display: flex; }
      .blog-sidebar .blog-sidebar-widget form#sidebar-search-widget label * {
        display: flex; }
      .blog-sidebar .blog-sidebar-widget form#sidebar-search-widget label button {
        width: 40px;
        font-size: 12px;
        align-items: center;
        justify-content: center; }
    .blog-sidebar .blog-sidebar-widget li.sidebar-mini-post-thumbnail {
      display: flex;
      align-items: center;
      justify-content: start;
      border-bottom: 1px solid #e4e4e4;
      padding: 15px 0;
      line-height: 1.45;
      margin-bottom: 15px; }
      .blog-sidebar .blog-sidebar-widget li.sidebar-mini-post-thumbnail a.sidebar-mini-post-thumbnail-image {
        margin-right: 10px;
        width: 75px; }
      .blog-sidebar .blog-sidebar-widget li.sidebar-mini-post-thumbnail a.sidebar-mini-post-thumbnail-content {
        width: calc(100% - 85px); }

#single-post-back {
  margin-bottom: 15px; }
  #single-post-back i {
    font-size: 12px; }

.single-post-main {
  text-align: left;
  border: 1px solid #ccc; }
  @media (max-width: 767px) {
    .single-post-main {
      padding: 0 15px 15px 15px; } }
  @media (min-width: 768px) {
    .single-post-main {
      padding: 0 30px 30px 30px; } }

.single-post-item-content .single-post-featured-image a {
  width: 100%; }
  .single-post-item-content .single-post-featured-image a img {
    width: 100%; }
.single-post-item-content .single-post-header {
  margin: 30px 0;
  border-bottom: 1px solid #e4e4e4; }
  .single-post-item-content .single-post-header h1.single-post-title.content-title {
    margin: 0;
    line-height: 1.5; }
@media (max-width: 600px) {
  .single-post-item-content .single-post-meta-share {
    display: block; } }
@media (min-width: 601px) {
  .single-post-item-content .single-post-meta-share {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.single-post-item-content .single-post-meta-share .single-post-meta .single-post-meta-content {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }
  .single-post-item-content .single-post-meta-share .single-post-meta .single-post-meta-content li.author {
    width: 100%; }
    .single-post-item-content .single-post-meta-share .single-post-meta .single-post-meta-content li.author span.meta-image {
      display: inline-block;
      background-size: cover;
      border-radius: 50%;
      margin-right: 5px;
      box-shadow: 3px 3px #1b1b1b36; }
      @media (max-width: 991px) {
        .single-post-item-content .single-post-meta-share .single-post-meta .single-post-meta-content li.author span.meta-image {
          width: 30px;
          height: 30px;
          margin-bottom: calc((30px / 4) * -1); } }
      @media (min-width: 992px) {
        .single-post-item-content .single-post-meta-share .single-post-meta .single-post-meta-content li.author span.meta-image {
          width: 35px;
          height: 35px;
          margin-bottom: calc((35px / 4) * -1); } }
.single-post-item-content .single-post-meta-share .single-post-meta .author {
  font-weight: bold; }
@media (max-width: 600px) {
  .single-post-item-content .single-post-meta-share .single-post-share {
    margin: 5px 0;
    border-top: 1px solid #e4e4e4;
    padding-top: 15px; } }
.single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a#single-share-twitter {
  background: #00c3f3;
  color: white; }
.single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a#single-share-facebook {
  background: #3B5998;
  color: white; }
@media (max-width: 1199px) {
  .single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px; }
    .single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a i {
      margin-right: 0; }
    .single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a span {
      display: none; } }
@media (min-width: 1200px) {
  .single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    padding: 5px 10px; }
    .single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a i {
      margin-right: 5px; } }
.single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a:hover,
.single-post-item-content .single-post-meta-share .single-post-share ul.single-post-share-links li a:focus {
  text-decoration: none; }
.single-post-item-content .single-post-body {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e4e4e4; }
  .single-post-item-content .single-post-body .single-post-content p {
    margin: 0 0 2rem 0;
    display: block; }
.single-post-item-content .single-post-tags {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px; }
  .single-post-item-content .single-post-tags ul.single-post-category-tag-links {
    margin-bottom: 0; }
    .single-post-item-content .single-post-tags ul.single-post-category-tag-links li a.category-tag-link {
      background: white;
      box-shadow: 2px 2px #00000021;
      border: 1px solid #ccc;
      padding: 5px 10px;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }

.single-post-item-content .single-post-pagination {
  margin-top: 30px;
  border-top: 1px solid #e4e4e4; }
  .single-post-item-content .single-post-pagination ul.next-prev-links {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .single-post-item-content .single-post-pagination ul.next-prev-links li a {
      display: flex;
      align-items: center;
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 10px;
      transition: ease-in-out .25s;
      background: white;
      box-shadow: 2px 2px #00000021;
      border: 1px solid #ccc; }
      .single-post-item-content .single-post-pagination ul.next-prev-links li a.next-prev-link.next-article {
        flex-direction: row-reverse; }
      .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-thumb {
        width: 60px;
        border: 1px solid #ccc; }
        @media (max-width: 991px) {
          .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-thumb {
            display: none; } }
      .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-label {
        display: inline-block;
        line-height: 1.75; }
        .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-label > * {
          display: block; }
        @media (max-width: 600px) {
          .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-label {
            padding: 0;
            font-size: 10px; } }
        @media (min-width: 601px) {
          .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-label {
            padding: 0 15px; } }
        .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-label span.next-prev-direction i {
          font-size: 10px;
          border: 1px solid;
          width: 20px;
          height: 20px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          line-height: 0;
          margin-right: 8px;
          opacity: .5; }
        .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-label span.next-prev-post-title {
          font-style: italic; }
          @media (max-width: 991px) {
            .single-post-item-content .single-post-pagination ul.next-prev-links li a span.next-prev-label span.next-prev-post-title {
              display: none; } }
    .single-post-item-content .single-post-pagination ul.next-prev-links li a:hover {
      border: 1px solid rgba(0, 0, 0, 0.5);
      transition: ease-in-out .25s;
      opacity: 1;
      text-decoration: none; }

.single-post-comments {
  text-align: left;
  border: 1px solid #ccc;
  border-top: 0; }
  @media (max-width: 767px) {
    .single-post-comments {
      padding: 0 15px 15px 15px; } }
  @media (min-width: 768px) {
    .single-post-comments {
      padding: 0 30px 30px 30px; } }
  .single-post-comments .comment-title.content-title {
    padding-top: 30px; }
  .single-post-comments .single-post-comment-header form.comment-form label {
    width: 100%;
    text-align: left; }
    .single-post-comments .single-post-comment-header form.comment-form label input[type="text"],
    .single-post-comments .single-post-comment-header form.comment-form label textarea {
      width: 650px;
      max-width: 100%; }
  .single-post-comments .single-post-comment-header form.comment-form button.btn01 {
    width: 650px;
    max-width: 100%; }
  .single-post-comments .single-post-comment-grid .single-post-comment {
    background: white;
    box-shadow: 2px 2px #00000021;
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 15px;
    width: 650px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .single-post-comments .single-post-comment-grid .single-post-comment .post-comment-name {
      font-size: 1.75rem;
      font-weight: bold; }
      .single-post-comments .single-post-comment-grid .single-post-comment .post-comment-name:before {
        content: '\f4ad';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        width: 50px;
        height: 50px;
        color: #0000005e;
        border: 1px solid #ccc;
        background-color: #e4e4e496;
        margin-right: 15px; }
    .single-post-comments .single-post-comment-grid .single-post-comment .post-comment-date {
      opacity: .85;
      border: 1px solid #e4e4e4;
      background-color: #e4e4e4;
      display: block;
      padding: 5px 15px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .single-post-comments .single-post-comment-grid .single-post-comment .post-comment-date {
          width: 100%;
          margin-top: 15px;
          font-size: 12px; } }
    .single-post-comments .single-post-comment-grid .single-post-comment .post-comment-content {
      width: 100%;
      border-top: 1px solid #e4e4e4;
      padding-top: 15px; }
      @media (max-width: 767px) {
        .single-post-comments .single-post-comment-grid .single-post-comment .post-comment-content {
          font-size: 12px; } }

/*OLD BLOG BLOCK*/
section.blog-block span#dlBlogs {
  text-align: left;
  display: block;
  padding: 15px; }
  section.blog-block span#dlBlogs .blog-photo {
    margin-bottom: 30px; }
    section.blog-block span#dlBlogs .blog-photo img {
      margin: auto; }
  section.blog-block span#dlBlogs .blog-desc {
    text-align: left; }

section#v11-blog-block .post-title.content-title:empty:before {
  content: "No Title"; }
section#v11-blog-block[class="sb-2-col"] {
  padding: 30px 0; }
  section#v11-blog-block[class="sb-2-col"] .post-item .post-thumbnail {
    width: 100%;
    margin: 0 0 15px 0 !important; }
  section#v11-blog-block[class="sb-2-col"] .blog-posts-grid {
    width: 1170px;
    max-width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: wrap; }
    @media (min-width: 767px) {
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar {
        width: 100%; } }
    @media (min-width: 768px) {
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar {
        width: 300px;
        margin-left: 15px; } }
    section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-displyname {
      text-align: center;
      width: 100%;
      font-size: 2.75rem;
      line-height: 1.5; }
    section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-photo {
      width: 100%;
      padding-bottom: 100%;
      background-size: cover;
      background-position: 50%;
      border-radius: 50%;
      margin: 15px 0; }
    section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-welcome-text {
      padding: 15px 0;
      text-align: center !important;
      font-size: 14px;
      opacity: .85;
      line-height: 1.75;
      color: black; }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-welcome-text * {
        color: black;
        text-align: center !important; }
    section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-social-media .social_media {
      display: flex;
      align-items: center;
      justify-content: center; }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-social-media .social_media a {
        padding: 0 5px;
        width: 30px !important;
        height: 30px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        opacity: .85;
        transition: ease-in-out .25s; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-social-media .social_media a:hover {
          opacity: 1; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-sidebar .bs-social-media .social_media a svg {
          width: 19px !important; }
    section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts {
      position: relative; }
      @media (min-width: 767px) {
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts {
          width: 100%; } }
      @media (min-width: 768px) {
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts {
          padding-right: 30px;
          width: calc(100% - 30px - 300px);
          border-right: 1px solid #e4e4e4; } }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item:not(:last-child) {
        margin-bottom: 30px;
        border-bottom: 1px solid #e4e4e4; }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-thumbnail {
        width: 100%;
        padding-bottom: 60%;
        position: relative;
        margin-top: 15px; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-thumbnail:not([post-image*="http"]) {
          display: none; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-thumbnail[post-image*="http"] a.post-thumbnail-link {
          width: 100%;
          display: block;
          background-repeat: no-repeat;
          background-size: cover;
          border: 1px solid #e4e4e4;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          background-position: center; }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item a.post-thumbnail-header {
        text-decoration: none; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item a.post-thumbnail-header .post-title.content-title {
          text-align: center;
          width: 100%;
          font-size: 2.75rem;
          line-height: 1.5;
          margin-bottom: 0; }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-meta {
        font-size: 13px;
        opacity: .85;
        width: 100%;
        text-align: center; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-meta .post-thumbnail-meta-content {
          margin-bottom: 0;
          font-size: 13px; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-meta .comments span.meta-data[comment-count=""]:before {
          content: "No Comments"; }
        section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-meta .comments span.meta-data:not([comment-count=""]):before {
          content: attr(comment-count) !important; }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-excerpt {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        font-size: 14px; }
      section#v11-blog-block[class="sb-2-col"] .blog-posts-grid .blog-posts .post-item .post-thumbnail-content {
        padding: 15px 15px 30px 15px; }
section#v11-blog-block[class*="grid"] .post-item .post-thumbnail {
  width: 100%;
  margin: 0 0 15px 0 !important; }
section#v11-blog-block[class*="grid"][class*="beneath-latest-slider"] {
  padding-top: 0 !important; }
section#v11-blog-block[class*="grid"] .container-fluid {
  width: 100%;
  padding: 0; }
section#v11-blog-block[class*="grid"] .blog-posts {
  display: flex;
  flex-wrap: wrap;
  width: 1170px;
  max-width: 100%;
  margin: auto; }
  @media (max-width: 1199px) {
    section#v11-blog-block[class*="grid"] .blog-posts {
      padding: 7.5px; } }
  @media (min-width: 1200px) {
    section#v11-blog-block[class*="grid"] .blog-posts {
      padding-top: calc(30px - 7.5px);
      padding-bottom: calc(30px - 7.5px); } }
  section#v11-blog-block[class*="grid"] .blog-posts .post-item {
    margin: 7.5px;
    border: 1px solid #e4e4e4;
    display: flex;
    flex-direction: column; }
    section#v11-blog-block[class*="grid"] .blog-posts .post-item a.post-thumbnail-link {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      width: 100%;
      padding-bottom: 75%; }
      section#v11-blog-block[class*="grid"] .blog-posts .post-item a.post-thumbnail-link a.post-thumbnail-link img {
        max-width: 100%; }
    section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content {
      padding: 15px;
      flex: 1 auto;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content a.post-thumbnail-header {
        text-decoration: none;
        text-align: left;
        display: flex;
        width: 100%; }
        section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content a.post-thumbnail-header .post-title.content-title {
          width: 100%;
          line-height: 1.1;
          border-bottom: 1px solid #e4e4e4;
          margin-bottom: 7.5px;
          padding-bottom: 7.5px; }
      section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content .post-meta {
        text-align: left;
        font-size: 13px;
        opacity: .85;
        width: 100%; }
        section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content .post-meta .post-thumbnail-meta-content {
          margin-bottom: 0;
          font-size: 13px; }
      section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content .post-thumbnail-body {
        text-align: left;
        display: flex;
        flex-direction: column;
        padding-top: 15px;
        width: 100%;
        justify-content: space-between; }
        section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content .post-thumbnail-body .post-excerpt {
          width: 100%;
          font-size: 14px; }
        section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content .post-thumbnail-body .post-link {
          width: 100%;
          padding-top: 15px; }
          section#v11-blog-block[class*="grid"] .blog-posts .post-item .post-thumbnail-content .post-thumbnail-body .post-link .btn01 {
            padding-left: 15px;
            padding-right: 15px; }
section#v11-blog-block[class*="grid"]:not(.grid-4x4) .blog-posts .post-item .post-thumbnail-content a.post-thumbnail-header .post-title.content-title {
  font-size: 2.5rem; }
section#v11-blog-block[class*="grid"].grid-4x4 .blog-posts .post-item .post-thumbnail-content a.post-thumbnail-header .post-title.content-title {
  font-size: 2rem; }
section#v11-blog-block[class*="grid"]:not([class*="grid-1x1"]) .blog-posts .post-item .post-thumbnail-content .post-thumbnail-body {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 auto; }
@media (max-width: 767px) {
  section#v11-blog-block[class*="grid"][class*="grid-1x1"] .blog-posts .post-item {
    width: calc((100% / 1) - ((7.5px * (2 * 1)))); } }
@media (min-width: 768px) {
  section#v11-blog-block[class*="grid"][class*="grid-1x1"] .blog-posts .post-item {
    width: calc((100% / 1) - ((7.5px * (2 * 1))));
    display: flex;
    flex-direction: row; }
    section#v11-blog-block[class*="grid"][class*="grid-1x1"] .blog-posts .post-item .post-thumbnail {
      width: 50%; }
    section#v11-blog-block[class*="grid"][class*="grid-1x1"] .blog-posts .post-item .post-thumbnail-content {
      width: 50%;
      padding: 30px !important; } }
@media (max-width: 767px) {
  section#v11-blog-block[class*="grid"].grid-1x1-alternating .blog-posts .post-item {
    width: calc((100% / 1) - ((7.5px * (2 * 1)))); } }
@media (min-width: 768px) {
  section#v11-blog-block[class*="grid"].grid-1x1-alternating .blog-posts .post-item {
    width: calc((100% / 1) - ((7.5px * (2 * 1))));
    display: flex; }
    section#v11-blog-block[class*="grid"].grid-1x1-alternating .blog-posts .post-item:nth-child(odd) {
      flex-direction: row-reverse; }
    section#v11-blog-block[class*="grid"].grid-1x1-alternating .blog-posts .post-item:nth-child(even) {
      flex-direction: row; }
    section#v11-blog-block[class*="grid"].grid-1x1-alternating .blog-posts .post-item .post-thumbnail {
      width: 50%; }
    section#v11-blog-block[class*="grid"].grid-1x1-alternating .blog-posts .post-item .post-thumbnail-content {
      width: 50%;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 30px !important; } }
@media (max-width: 767px) {
  section#v11-blog-block[class*="grid"][class*="grid-2x2"] .blog-posts .post-item {
    width: calc((100% / 1) - ((7.5px * (2 * 1)))); } }
@media (min-width: 768px) {
  section#v11-blog-block[class*="grid"][class*="grid-2x2"] .blog-posts .post-item {
    width: calc((100% / 2) - (7.5px * 2)); } }
@media (max-width: 767px) {
  section#v11-blog-block[class*="grid"][class*="grid-3x3"] .blog-posts .post-item {
    width: calc((100% / 1) - ((7.5px * (2 * 1)))); } }
@media (min-width: 768px) {
  section#v11-blog-block[class*="grid"][class*="grid-3x3"] .blog-posts .post-item {
    width: calc((100% / 3) - (7.5px * 2)); } }
@media (max-width: 767px) {
  section#v11-blog-block[class*="grid"][class*="grid-4x4"] .blog-posts .post-item {
    width: calc((100% / 1) - ((7.5px * (2 * 1)))); } }
@media (min-width: 768px) and (max-width: 1199px) {
  section#v11-blog-block[class*="grid"][class*="grid-4x4"] .blog-posts .post-item {
    width: calc((100% / 2) - ((7.5px * (2 * 2)))); } }
@media (min-width: 1200px) {
  section#v11-blog-block[class*="grid"][class*="grid-4x4"] .blog-posts .post-item {
    width: calc((100% / 4) - ((7.5px * (2 * 4)))); } }
section#v11-blog-block[class*="grid"] .latest-post-slider {
  margin: auto;
  display: flex;
  position: relative;
  max-width: 100%;
  background-color: #f4f4f4; }
  section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-button-next,
  section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-button-prev {
    filter: saturate(0); }
  section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-pagination {
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    padding: 0 15px;
    transition: ease-in-out .25s; }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-pagination:hover {
      background: rgba(0, 0, 0, 0.1); }
  section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-wrapper {
    width: 1170px !important;
    max-width: 100%; }
    @media (max-width: 767px) {
      section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-wrapper .swiper-slide {
        flex-direction: column !important; } }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-wrapper .swiper-slide .slide-caption .slide-title.content-title {
      width: 100%;
      line-height: 1.1;
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 7.5px;
      padding-bottom: 7.5px;
      font-size: 2.75rem; }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-wrapper .swiper-slide .slide-caption .slide-post-meta {
      text-align: left;
      opacity: .85;
      width: 100%; }
      section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-wrapper .swiper-slide .slide-caption .slide-post-meta * {
        font-size: 13px; }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-wrapper .swiper-slide .slide-caption .slide-button {
      width: 100%;
      padding-top: 15px; }
      section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-wrapper .swiper-slide .slide-caption .slide-button .btn01 {
        padding-left: 15px;
        padding-right: 15px; }
  section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-pagination-bullets {
    bottom: 0;
    width: 100%; }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-pagination-bullets span.swiper-pagination-bullet {
      margin: 2px; }
  section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide {
    display: flex;
    align-items: center;
    width: 1170px;
    max-width: 100%; }
    @media (max-width: 767px) {
      section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide {
        flex-direction: column; }
        section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide .slide-thumbnail {
          width: calc(100% - 30px);
          padding-bottom: calc((100% - 30px) * 3/4);
          margin: 15px 0 0 0 !important; }
        section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide .slide-caption {
          width: 100%; } }
    @media (min-width: 768px) {
      section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide .slide-thumbnail {
        width: calc(50% - 7.5px);
        padding-bottom: calc((50% - 30px) * 3/4);
        margin: 30px 0 30px 7.5px; }
      section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide .slide-caption {
        width: 50%; } }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide .slide-thumbnail {
      background-repeat: no-repeat;
      border: 1px solid #e4e4e4;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide .slide-excerpt {
      width: 100%;
      font-size: 14px; }
    section#v11-blog-block[class*="grid"] .latest-post-slider .swiper-slide .slide-caption {
      text-align: left;
      padding: 30px; }

section#main-page-title-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  section#main-page-title-block h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      section#main-page-title-block h1 {
        font-size: 20px; } }
  section#main-page-title-block[style*="left"] h1 {
    text-align: left;
    align-items: center;
    justify-content: flex-start; }
  section#main-page-title-block[style*="right"] h1 {
    text-align: right;
    align-items: center;
    justify-content: flex-end; }
  section#main-page-title-block[style*="center"] h1 {
    text-align: center;
    align-items: center;
    justify-content: center; }

.idx-detail-page section#main-page-title-block {
  display: none; }

html[v11] section#main-page-title-block[style*="background-image"] > .container-fluid > .row > .col-md-12 > h1 {
  color: white; }

body[presentation-form-alignment="left"] #search-form-block-header * {
  text-align: left !important; }
body[presentation-form-alignment="right"] #search-form-block-header * {
  text-align: right !important; }
body[presentation-form-alignment="center"] #search-form-block-header * {
  text-align: center !important; }
body[presentation-form-position="center"] section#presentation-block[content-type="Search Form"] section#presentation-content section.search-form-block > .container-fluid {
  align-items: center !important; }
body[presentation-form-position="top"] section#presentation-block[content-type="Search Form"] section#presentation-content section.search-form-block > .container-fluid {
  align-items: flex-start !important; }
body[presentation-form-position="bottom"] section#presentation-block[content-type="Search Form"] section#presentation-content section.search-form-block > .container-fluid {
  align-items: flex-end !important; }

section#presentation-block[content-type="Search Form"] section#presentation-content section.search-form-block .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px; }

section#presentation-block {
  position: relative; }
  section#presentation-block section#presentation-graphic {
    background: #c8c8c8; }
  section#presentation-block .carousel .carousel-inner .item {
    z-index: 0; }
  section#presentation-block .carousel .carousel-inner .item.active {
    z-index: 1; }
  section#presentation-block .presentation-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 100%;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%; }
  section#presentation-block .carousel-overlay {
    width: 100%;
    height: 100%;
    background: black; }
  section#presentation-block .carousel .carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-image: none; }
    section#presentation-block .carousel .carousel-control span {
      font-size: 25px;
      margin: 0;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
  section#presentation-block .carousel .carousel-inner .item {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    image-rendering: pixelated; }
    @media (max-width: 767px) {
      section#presentation-block .carousel .carousel-inner .item .carousel-caption {
        padding: 30px 15px; } }
    @media (min-width: 768px) {
      section#presentation-block .carousel .carousel-inner .item .carousel-caption {
        padding: 60px; } }
    section#presentation-block .carousel .carousel-inner .item .carousel-caption * {
      text-shadow: none; }
    section#presentation-block .carousel .carousel-inner .item .carousel-caption h1 {
      margin-top: 0;
      padding-top: 0; }
      @media (max-width: 767px) {
        section#presentation-block .carousel .carousel-inner .item .carousel-caption h1 {
          font-size: 18px; } }
    @media (max-width: 767px) {
      section#presentation-block .carousel .carousel-inner .item .carousel-caption p.presentation-description {
        line-height: 1.25;
        font-size: 14px; } }
  section#presentation-block .carousel .slider-controls {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1200px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 15px 0; }
    section#presentation-block .carousel .slider-controls a[data-slide="prev"],
    section#presentation-block .carousel .slider-controls a[data-slide="next"] {
      color: white;
      padding: 0 15px;
      float: none; }
    section#presentation-block .carousel .slider-controls a[data-slide="prev"] {
      margin-left: 0;
      margin-right: auto; }
    section#presentation-block .carousel .slider-controls a[data-slide="next"] {
      margin-left: auto;
      margin-right: 0; }
    section#presentation-block .carousel .slider-controls ol.carousel-indicators {
      position: static;
      bottom: auto;
      top: auto;
      margin: auto;
      width: auto; }
  section#presentation-block .carousel .carousel-indicators li {
    margin-bottom: auto !important; }
  section#presentation-block .carousel .carousel-indicators.indicator-circle > li,
  section#presentation-block .carousel .carousel-indicators.indicator-circle > li.active {
    margin-top: 2px !important;
    margin-right: 2px !important;
    margin-bottom: 2px !important;
    margin-left: 2px !important; }

section#presentation-block[content-type="Text + Link"] .carousel .carousel-inner .item .carousel-caption {
  width: 100%;
  left: 0px; }

section#presentation-content {
  position: relative;
  z-index: 1; }
  section#presentation-content div#search-form-block-description {
    margin-bottom: 0; }
  section#presentation-content div#search-form-block-title:empty,
  section#presentation-content div#search-form-block-description:empty {
    display: none; }

section#presentation-block[block-scale="S"] section.search-results-block {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    section#presentation-block[block-scale="S"] section.search-results-block {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 768px) {
    section#presentation-block[block-scale="S"] section.search-results-block {
      padding-left: 60px;
      padding-right: 60px; } }

section#presentation-block[block-scale="M"] section.search-results-block {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    section#presentation-block[block-scale="M"] section.search-results-block {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 768px) {
    section#presentation-block[block-scale="M"] section.search-results-block {
      padding-left: 60px;
      padding-right: 60px; } }

section#presentation-block[block-scale="L"] section.search-results-block {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    section#presentation-block[block-scale="L"] section.search-results-block {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 768px) {
    section#presentation-block[block-scale="L"] section.search-results-block {
      padding-left: 60px;
      padding-right: 60px; } }

section#presentation-block[content-type="Search Form"] section#presentation-content section.search-form-block {
  display: flex; }
section#presentation-block[content-type="Search Form"] section#presentation-content div#search-form-block-header {
  padding-top: 0 !important; }
section#presentation-block[content-type="Search Form"] section#presentation-graphic {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%; }

/*
body[data-mode="landscape"][data-device="mobile"] 
section#presentation-block[content-type="Search Form"]  section.search-form-block ,
body[data-mode="landscape"][data-device="tablet"] 
section#presentation-block[content-type="Search Form"]  section.search-form-block {
    transform: scale(.7);
    transform-origin:bottom center;
    }*/
section#presentation-block[graphic-type="Video"] iframe {
  filter: none !important;
  height: 100%;
  width: 100%;
  background-color: black; }
@media (max-width: 767px) {
  section#presentation-block[graphic-type="Video"] form[name="fs_quicksearch"] {
    margin: 15px 0; }
  section#presentation-block[graphic-type="Video"] .presentation-video-wrapper {
    right: -50% !important;
    left: -50% !important; } }

section#presentation-block[content-type="Text + Link Slider"] .carousel .carousel-inner .item .carousel-caption {
  padding-top: 30px;
  padding-bottom: 30px; }

section#presentation-block .item .carousel-caption {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  left: 0; }
  section#presentation-block .item .carousel-caption h1, section#presentation-block .item .carousel-caption p {
    max-width: 100%; }
section#presentation-block .item .carousel-caption.right-caption {
  align-items: flex-end;
  text-align: right; }
  section#presentation-block .item .carousel-caption.right-caption * {
    text-align: right; }
section#presentation-block .item .carousel-caption.left-caption {
  align-items: flex-start;
  text-align: left; }
  section#presentation-block .item .carousel-caption.left-caption * {
    text-align: left; }
section#presentation-block .item .carousel-caption.center-caption {
  align-items: center;
  text-align: center; }
  section#presentation-block .item .carousel-caption.center-caption * {
    text-align: center; }

section#presentation-block .item .carousel-caption.top-caption {
  top: 0;
  bottom: auto; }
section#presentation-block .item .carousel-caption.middle-caption {
  top: 0;
  bottom: 0;
  margin: auto; }
section#presentation-block .item .carousel-caption.bottom-caption {
  top: auto;
  bottom: 0; }

section#presentation-block[graphic-type="Video"] div#presentation-video,
section#presentation-block[graphic-type="Video"] div#presentation-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

section#presentation-block[graphic-type="Video"][content-type="None"] {
  width: 100%;
  overflow: hidden !important; }

section#presentation-block.presentation-small[graphic-type="Video"][content-type="None"][block-scale="S"] {
  height: 25vh;
  min-height: 25vh; }

section#presentation-block.presentation-medium[graphic-type="Video"][content-type="None"][block-scale="M"] {
  height: 65vh;
  min-height: 65vh; }

section#presentation-block.presentation-large[graphic-type="Video"][content-type="None"][block-scale="L"] {
  height: 100vh;
  min-height: 100vh; }

@media (max-width: 767px) {
  section#presentation-block.presentation-small[graphic-type="Video"][content-type="None"][block-scale="S"],
  section#presentation-block.presentation-medium[graphic-type="Video"][content-type="None"][block-scale="M"],
  section#presentation-block.presentation-large[graphic-type="Video"][content-type="None"][block-scale="L"] {
    height: calc(100vw * (9/16));
    min-height: calc(100vw * (9/16)); }
    section#presentation-block.presentation-small[graphic-type="Video"][content-type="None"][block-scale="S"] iframe,
    section#presentation-block.presentation-medium[graphic-type="Video"][content-type="None"][block-scale="M"] iframe,
    section#presentation-block.presentation-large[graphic-type="Video"][content-type="None"][block-scale="L"] iframe {
      transform: scale(1); } }

@media (max-width: 767px) {
  section#presentation-block[graphic-type="Background Color"][content-type="Search Form"],
  section#presentation-block[graphic-type="Video"][content-type="Search Form"] {
    padding: 30px 0; } }
@media (min-width: 768px) {
  section#presentation-block[graphic-type="Background Color"][content-type="Search Form"],
  section#presentation-block[graphic-type="Video"][content-type="Search Form"] {
    padding: 60px 0; } }

section#presentation-block .carousel-indicators.indicator-thumbnails li {
  border-radius: 0;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    section#presentation-block .carousel-indicators.indicator-thumbnails li {
      width: 25px;
      height: 25px; } }
  @media (min-width: 992px) {
    section#presentation-block .carousel-indicators.indicator-thumbnails li {
      width: 30px;
      height: 30px; } }
  @media (min-width: 1200px) {
    section#presentation-block .carousel-indicators.indicator-thumbnails li {
      width: 50px;
      height: 50px; } }

section#presentation-block .carousel[data-transition-style="crossfade"] .carousel-inner > .item {
  transform: none !important;
  opacity: 0;
  transition: 1s ease-in; }
section#presentation-block .carousel[data-transition-style="crossfade"] .carousel-inner > .item.active {
  transform: none !important;
  opacity: 1;
  transition: 1s ease-out; }
section#presentation-block .carousel[data-transition-style="crossblur"] .carousel-inner > .item {
  transform: none !important;
  opacity: 0;
  transition: 1s ease-in;
  filter: blur(25px); }
section#presentation-block .carousel[data-transition-style="crossblur"] .carousel-inner > .item.active {
  transform: none !important;
  opacity: 1;
  transition: 1s ease-out;
  filter: blur(0px); }
section#presentation-block .carousel[data-transition-style="flipXY"] .carousel-inner > .item {
  transform: none !important;
  opacity: 0;
  transition: 1s ease-in; }
section#presentation-block .carousel[data-transition-style="flipXY"] .carousel-inner > .item.active {
  opacity: 1;
  transition: 1s ease-out; }
section#presentation-block .carousel[data-transition-style="flipXY"] .carousel-inner .item:nth-child(odd) {
  transform: skewX(15deg); }
section#presentation-block .carousel[data-transition-style="flipXY"] .carousel-inner .item:nth-child(even) {
  transform: skewY(15deg); }
section#presentation-block .carousel[data-transition-style="scaleUpDown"] .carousel-inner > .item {
  opacity: 0;
  transition: 1s ease-in; }
section#presentation-block .carousel[data-transition-style="scaleUpDown"] .carousel-inner .item:nth-child(odd) {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }
section#presentation-block .carousel[data-transition-style="scaleUpDown"] .carousel-inner > .item.active {
  opacity: 1;
  transition: 1s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

section#zillow-reviews #zillow-reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 800px) {
    section#zillow-reviews #zillow-reviews-header {
      padding-left: 15px;
      padding-right: 15px; } }
  section#zillow-reviews #zillow-reviews-header .bt01 {
    text-align: left;
    margin-left: 0 !important;
    margin-right: auto !important; }
    section#zillow-reviews #zillow-reviews-header .bt01 h2 {
      text-align: left;
      width: 100%; }
  section#zillow-reviews #zillow-reviews-header img {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: 150px;
    max-width: 100%; }
section#zillow-reviews .review {
  display: flex;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  border: 1px solid #e4e4e4;
  background-color: white;
  line-height: 2; }
  section#zillow-reviews .review a {
    color: #333;
    text-decoration: none; }
    section#zillow-reviews .review a .review-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(184, 174, 168, 0.3);
      border-bottom: 1px solid #e4e4e4;
      line-height: 2;
      padding: 15px; }
      @media (max-width: 767px) {
        section#zillow-reviews .review a .review-header {
          flex-direction: column; } }
      @media (min-width: 768px) {
        section#zillow-reviews .review a .review-header {
          flex-direction: row; } }
      section#zillow-reviews .review a .review-header overall {
        font-size: 2rem; }
      section#zillow-reviews .review a .review-header .review-by {
        opacity: .75; }
    section#zillow-reviews .review a miscratings {
      padding: 15px;
      display: block; }
      section#zillow-reviews .review a miscratings > div {
        display: flex; }
        section#zillow-reviews .review a miscratings > div > div:first-child {
          margin-right: 5px; }
    section#zillow-reviews .review a reviewdescription {
      padding: 15px;
      display: block;
      text-align: left; }
    section#zillow-reviews .review a reviewsummary {
      padding: 15px;
      text-align: left;
      opacity: .75;
      display: block; }
section#zillow-reviews *[rate-number]:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: rgba(0, 117, 228, 0.75);
  fill: rgba(0, 117, 228, 0.75); }
section#zillow-reviews *[rate-number="1.0"]:before,
section#zillow-reviews *[rate-number="1"]:before {
  content: "\f005"; }
section#zillow-reviews *[rate-number="2.0"]:before,
section#zillow-reviews *[rate-number="2"]:before {
  content: "\f005\f005"; }
section#zillow-reviews *[rate-number="3.0"]:before,
section#zillow-reviews *[rate-number="3"]:before {
  content: "\f005\f005\f005"; }
section#zillow-reviews *[rate-number="4.0"]:before,
section#zillow-reviews *[rate-number="4"]:before {
  content: "\f005\f005\f005\f005\f005"; }
section#zillow-reviews *[rate-number="5.0"]:before,
section#zillow-reviews *[rate-number="5"]:before {
  content: "\f005\f005\f005\f005\f005"; }

section.featured-agents-block[view-mode="default"] .featured-agents-content {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    section.featured-agents-block[view-mode="default"] .featured-agents-content {
      padding: 15px 7.5px; } }
  @media (min-width: 601px) and (max-width: 1199px) {
    section.featured-agents-block[view-mode="default"] .featured-agents-content {
      padding: 15px 7.5px; } }
  @media (min-width: 1200px) {
    section.featured-agents-block[view-mode="default"] .featured-agents-content {
      padding: 15px 0; } }
section.featured-agents-block[view-mode="default"] .featured-agent-grid-item {
  text-align: left;
  display: flex; }
  @media (max-width: 600px) {
    section.featured-agents-block[view-mode="default"] .featured-agent-grid-item {
      width: 100%; } }
  @media (min-width: 601px) and (max-width: 1199px) {
    section.featured-agents-block[view-mode="default"] .featured-agent-grid-item {
      width: 50%; } }
  @media (min-width: 1200px) {
    section.featured-agents-block[view-mode="default"] .featured-agent-grid-item {
      width: calc(100% / 3); } }
  section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content {
    padding: 15px 7.5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%; }
    section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-image {
      width: 100%;
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%; }
      @media (max-width: 600px) {
        section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-image {
          height: calc(((100vw / 1) - 15px) * 1.25); } }
      @media (min-width: 601px) and (max-width: 1199px) {
        section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-image {
          height: calc(((100vw / 2) - 15px) * 1.25); } }
      @media (min-width: 1200px) {
        section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-image {
          height: calc(((1170px / 3) - 15px) * 1.25); } }
    section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption {
      width: 100%;
      flex: 1 auto;
      display: flex;
      flex-direction: column; }
      section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption .agent-displayname {
        line-height: 1.5; }
      section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption .agent-re-number {
        font-weight: bold; }
      section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption .agent-profession {
        font-weight: bold; }
        section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption .agent-profession .agent-specialty:before {
          content: " - "; }
        section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption .agent-profession .agent-specialty:empty {
          display: none; }
      section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption .agent-bio {
        margin-bottom: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block; }
      section.featured-agents-block[view-mode="default"] .featured-agent-grid-item .agent-grid-item-content .agent-caption .agent-profile-link {
        margin-top: auto; }

section.featured-agents-block[view-mode="slider"] .carousel-control {
  background-image: none !important;
  z-index: 2; }
section.featured-agents-block[view-mode="slider"] .carousel-inner {
  position: relative; }
  section.featured-agents-block[view-mode="slider"] .carousel-inner .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: block;
    transition: ease-in-out .5s; }
    section.featured-agents-block[view-mode="slider"] .carousel-inner .item.active {
      opacity: 1;
      z-index: 1; }
    section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content {
      display: flex;
      width: 1170px;
      max-width: 100%;
      margin: auto;
      text-align: left;
      align-items: flex-start;
      height: 100%; }
      section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-image {
        height: 100%; }
        section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-image img {
          width: 100%; }
      section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left; }
        section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption .agent-displayname {
          line-height: 1.5; }
        section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption .agent-re-number {
          font-weight: bold; }
        section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption .agent-profession {
          font-weight: bold; }
          section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption .agent-profession .agent-specialty:before {
            content: " - "; }
          section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption .agent-profession .agent-specialty:empty {
            display: none; }
        section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption .agent-bio {
          margin: 15px 0; }
        section.featured-agents-block[view-mode="slider"] .carousel-inner .item .agent-slide-content .agent-caption .agent-profile-link {
          margin-top: auto;
          margin-bottom: 0; }
@media (max-width: 800px) {
  section.featured-agents-block[view-mode="slider"] .agent-slide-content {
    flex-direction: column;
    max-width: 100%; }
  section.featured-agents-block[view-mode="slider"] .agent-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }
  section.featured-agents-block[view-mode="slider"] .agent-caption {
    width: 100%;
    max-width: 100%; } }
@media (min-width: 801px) {
  section.featured-agents-block[view-mode="slider"] .agent-slide-content > * {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  section.featured-agents-block[view-mode="slider"] .agent-image {
    width: 35%;
    padding: 30px; }
  section.featured-agents-block[view-mode="slider"] .agent-caption {
    width: 65%;
    padding: 30px 0; } }

section.featured-agents-block[view-mode="thumbnail"] .featured-agents-content {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    section.featured-agents-block[view-mode="thumbnail"] .featured-agents-content {
      padding: 15px 7.5px; } }
  @media (min-width: 601px) and (max-width: 1199px) {
    section.featured-agents-block[view-mode="thumbnail"] .featured-agents-content {
      padding: 15px 7.5px; } }
  @media (min-width: 1200px) {
    section.featured-agents-block[view-mode="thumbnail"] .featured-agents-content {
      padding: 15px 0; } }
section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail,
section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc {
  text-align: left;
  display: flex; }
  @media (max-width: 600px) {
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail,
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc {
      width: 100%; } }
  @media (min-width: 601px) and (max-width: 1199px) {
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail,
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc {
      width: 50%; } }
  @media (min-width: 1200px) {
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail,
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc {
      width: calc(100% / 3); } }
  section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content,
  section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content {
    border: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 7.5px;
    padding: 15px; }
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-image,
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-image {
      width: calc(105px + 0px);
      padding: 7.5px;
      display: flex;
      align-items: flex-start;
      position: relative;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: 50%;
      margin-right: 15px; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-image img,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-image img {
        width: 100%;
        max-width: 100%; }
      @media (max-width: 600px) {
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-image,
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-image {
          height: 131.25px; } }
      @media (min-width: 601px) and (max-width: 1199px) {
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-image,
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-image {
          height: 131.25px; } }
      @media (min-width: 1200px) {
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-image,
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-image {
          height: 131.25px; } }
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption,
    section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption {
      width: calc(100% - 105px - 15px);
      flex: 1 auto;
      display: flex;
      flex-direction: column; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-displayname,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-displayname {
        line-height: 1.5;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        font-size: 17px; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-re-number,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-re-number {
        font-weight: bold;
        font-size: 13px;
        opacity: .85; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-profession span,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-profession span {
        font-weight: bold;
        font-size: 13px;
        opacity: .85; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-profession .agent-specialty:before,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-profession .agent-specialty:before {
        content: " - "; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-profession .agent-specialty:empty,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-profession .agent-specialty:empty {
        display: none; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-bio,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-bio {
        margin-bottom: auto;
        padding-top: 0;
        padding-bottom: 5px;
        display: block;
        font-size: 13px; }
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-profile-link,
      section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-profile-link {
        margin-top: auto; }
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail .agent-thumbnail-content .agent-caption .agent-profile-link a,
        section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-profile-link a {
          padding: 8px 10px;
          width: auto;
          line-height: 1;
          margin-top: 7.5px;
          font-size: 12px;
          margin-bottom: 7.5px; }
section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-profession {
  font-weight: bold;
  font-size: 13px;
  opacity: .85; }
section.featured-agents-block[view-mode="thumbnail"] .featured-agent-thumbnail-no-desc .agent-thumbnail-content .agent-caption .agent-specialty {
  font-style: italic;
  font-size: 13px;
  opacity: .85; }

section.featured-agents-block[view-mode="profile-roll"] .featured-agents-content {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column; }
  @media (max-width: 600px) {
    section.featured-agents-block[view-mode="profile-roll"] .featured-agents-content {
      padding: 15px 7.5px; } }
  @media (min-width: 601px) and (max-width: 1199px) {
    section.featured-agents-block[view-mode="profile-roll"] .featured-agents-content {
      padding: 15px 7.5px; } }
  @media (min-width: 1200px) {
    section.featured-agents-block[view-mode="profile-roll"] .featured-agents-content {
      padding: 15px 0; } }
section.featured-agents-block[view-mode="profile-roll"] .agent-full-profile-content {
  display: flex;
  flex-direction: row; }
  section.featured-agents-block[view-mode="profile-roll"] .agent-full-profile-content .agent-full-profile-sidebar {
    width: calc(300px + 0px);
    border: 1px solid red; }
    section.featured-agents-block[view-mode="profile-roll"] .agent-full-profile-content .agent-full-profile-sidebar .agent-image[img-url=""] {
      display: none; }
    section.featured-agents-block[view-mode="profile-roll"] .agent-full-profile-content .agent-full-profile-sidebar .agent-image[img-url*="http"] {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      section.featured-agents-block[view-mode="profile-roll"] .agent-full-profile-content .agent-full-profile-sidebar .agent-image[img-url*="http"] img {
        width: 100%;
        max-width: 100%; }
  section.featured-agents-block[view-mode="profile-roll"] .agent-full-profile-content .agent-full-profile {
    display: flex;
    flex-direction: column;
    width: calc(100% - 300px); }

section.featured-agents-block[view-mode="swiper-coverflow"] .block-title-description {
  margin-bottom: 30px; }
section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container {
  width: 100%;
  padding-bottom: 40px; }
  section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-button-prev,
  section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-button-next {
    filter: saturate(0); }
  section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 0 !important; }
  section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide {
    background: white;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    background-color: #333;
    height: auto;
    opacity: .9;
    filter: saturate(0); }
    section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide.swiper-slide-active {
      opacity: 1 !important;
      filter: saturate(1); }
      @media (min-width: 450px) {
        section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide.swiper-slide-active {
          width: 400px; }
          section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide.swiper-slide-active .swiper-image {
            width: 145px !important;
            height: 175px !important; } }
    @media (max-width: 399px) {
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide {
        width: calc(100% - 30px); } }
    @media (min-width: 400px) {
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide {
        width: 370px; } }
    section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-image {
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100px;
      padding-bottom: 120px;
      align-self: flex-start;
      margin: 10px 0 10px 10px; }
    section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption {
      display: flex;
      flex-direction: column;
      flex: 1 auto;
      align-items: center;
      justify-content: space-between;
      padding: 15px; }
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-displayname {
        color: white;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        width: 100%;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px; }
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-profession,
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-specialty,
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-renumber {
        color: white;
        font-size: 15px;
        line-height: 1.25;
        -webkit-font-smoothing: antialiased;
        width: 100%;
        text-align: left; }
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-specialty {
        font-style: italic; }
      section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-link {
        display: flex;
        margin-top: auto;
        padding-top: 15px;
        width: 100%; }
        section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a {
          color: white;
          border: 1px solid white;
          padding: 10px 15px;
          line-height: 1;
          text-decoration: none;
          -webkit-font-smoothing: antialiased;
          font-size: 12px; }
          section.featured-agents-block[view-mode="swiper-coverflow"] .featured-agents-content .swiper-container .swiper-slide .swiper-slide-caption .swiper-link a:hover {
            color: whitesmoke;
            border: 1px solid white; }

section.featured-agents-block .block-title-description {
  width: 1170px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 15px; }

section#v11-backpage-subnav:after {
  content: "";
  clear: both;
  display: block; }
@media (max-width: 991px) {
  section#v11-backpage-subnav {
    padding: 15px; } }
section#v11-backpage-subnav #v11-backpage-subnav-content {
  border: 1px solid #e4e4e4; }
  section#v11-backpage-subnav #v11-backpage-subnav-content a {
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px; }
    section#v11-backpage-subnav #v11-backpage-subnav-content a:hover {
      text-decoration: none; }
  section#v11-backpage-subnav #v11-backpage-subnav-content a:not(:last-child) {
    border-bottom: 1px solid #e4e4e4; }

section#backpage-subnav:after {
  clear: both;
  display: block;
  width: 100%; }

@media (max-width: 1199px) {
  section#backpage-subnav + .col-md-12.col-lg-9 {
    display: block;
    clear: both; } }
/* FONT SIZE VARIABLES */
span.form-screen:before {
  content: "" !important; }

/* SEARCH FORM BLOCK */
body:not(.search-results-page) section.search-form-block {
  background-color: transparent;
  /* LARGE TABLET TO DESKTOP - OVER 992px */
  /* SMALL TABLET DEVICES - BETWEEN 768px - 991px */
  /* EXCEPT PHONE - MIN WIDTH 767px */
  /* MOBILE VERSION */
  /* INLINE FORMS - REMOVE MARGINS FROM KEYWORD INPUT. ADD MARGIN TO SIBLINGS IF THEY EXIST*/
  /*ALL FORMS BEGIN COLLAPSING AT 1199. THIS ADDS MARGIN BENEATH IF FILTERS = TRUE */
  /*ALL FORMS BEGIN COLLAPSING AT 1199. THIS HIDES THE FILTER WRAPPER */
  /*IF FILTERS FALSE, SHOW BUTTON INLINE WITH KEYWORD SEARCH INPUT */
  /* FILTER COLUMN WIDTHS */
  /*2 FILTER COLUMNS - ADJUSTING FILTER WIDTH*/
  /*3 FILTER COLUMNS - ADJUSTING FILTER WIDTH, GIVE BUTTON AND KEYWORD WITH NEGATIVE MARGIN*/
  /*4 FILTER COLUMNS - ADJUSTING FILTER WIDTH*/ }
  body:not(.search-results-page) section.search-form-block > .container-fluid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 1200px;
    max-width: 100%; }
  body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] {
    max-width: 100%;
    width: 100% !important; }
    body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav {
      max-width: 100%; }
      body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-header #search-form-block-title h2 {
        margin-top: 0;
        text-align: center; }
      body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-header #search-form-block-description {
        text-align: center; }
      body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .navbar-header {
        background: white;
        padding: 0 5px; }
        @media (max-width: 767px) {
          body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .navbar-header {
            padding: 0 5px 5px; } }
        body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .navbar-header button#search-form-mobile-toggle {
          border-radius: 0; }
        @media (max-width: 767px) {
          body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .navbar-header div#search-form-block-mobile-search-bar #mobile-quick-search-input-container:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: '\f3c5';
            color: rgba(145, 145, 145, 0.55);
            font-size: 25px;
            position: absolute;
            left: 9px;
            top: 0;
            height: 100%;
            left: 9px;
            justify-content: center;
            align-items: center;
            align-content: center;
            display: flex; }
          body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .navbar-header div#search-form-block-mobile-search-bar #mobile-quick-search-input-container {
            position: relative; }
            body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .navbar-header div#search-form-block-mobile-search-bar #mobile-quick-search-input-container input {
              text-indent: 17px;
              font-size: 13px;
              letter-spacing: .25px;
              text-align: left; } }
      body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse {
        z-index: 98;
        background: white;
        padding: 15px;
        width: 100%;
        max-width: 100%; }
        body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav {
          max-width: 100%; }
          body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword {
            margin-top: 0;
            margin-left: 0; }
            body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword #desktop-quick-search-input-container {
              position: relative; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword #desktop-quick-search-input-container #sqs_lookahead, body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword #desktop-quick-search-input-container .sqs_lookahead {
                border-radius: 0;
                height: 52px;
                margin: 0 0 0 0;
                text-indent: 30px;
                font-size: 18px;
                letter-spacing: .25px; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword #desktop-quick-search-input-container:before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: '\f3c5';
                opacity: .5;
                font-size: 27px;
                position: absolute;
                width: 40px;
                left: 0;
                top: 0;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                align-content: center; }
          body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown {
            text-align: left;
            position: relative;
            background-color: white; }
            body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle {
              color: #333;
              padding: 0 15px !important;
              display: flex;
              flex-wrap: wrap;
              height: 100%;
              justify-content: flex-start;
              align-content: center; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle strong {
                position: absolute;
                top: 50%;
                right: 10px;
                bottom: 50%;
                line-height: 0;
                margin-top: -2px;
                background: #e4e4e4;
                display: block; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.toggle-label {
                width: 100%;
                line-height: 1;
                font-size: 16px;
                color: #333; }
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.toggle-label i.fa {
                  opacity: .4;
                  margin-right: 5px; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.selected-text {
                margin-top: 5px;
                font-size: 13px;
                display: block;
                line-height: 1; }
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.selected-text[data-selected-min], body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.selected-text[data-selected-max] {
                  display: inline !important;
                  width: auto;
                  float: none; }
            body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu {
              padding: 0;
              position: absolute;
              background: white;
              width: 100%; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li:first-child {
                border-top: 1px solid #e7e7e7; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu a {
                clear: both;
                font-weight: 400;
                line-height: 1.42857143;
                color: #333;
                white-space: nowrap;
                display: block;
                text-decoration: none;
                cursor: pointer;
                border-bottom: 1px solid #e7e7e7;
                padding: 10px 15px; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu a:hover,
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu a.active {
                color: #fff;
                background-color: #5cb85c; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled,
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled:hover {
                background: #9E9E9E !important;
                cursor: not-allowed !important; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled a,
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled:hover a,
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled a:hover,
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled:hover a:hover {
                background: #9E9E9E !important;
                color: #E0E0E0 !important;
                cursor: not-allowed !important;
                pointer-events: none; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled a {
                opacity: .25;
                pointer-events: not-allowed; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.active {
                background-color: #5cb85c; }
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.active a {
                  color: white !important; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container {
                background: #e7e7e7;
                border: 1px solid #ccc;
                margin-top: 0;
                margin-bottom: 0px;
                padding: 10px 15px; }
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container .min-max-option-list {
                  border: 1px solid #ccc;
                  border-top: 0; }
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:not(.form-screen) {
                  display: inline-block;
                  margin: -1.15px; }
                  body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:not(.form-screen):first-child:before {
                    content: 'MINIMUM';
                    display: block;
                    font-size: 10px;
                    font-weight: bold;
                    opacity: .5;
                    text-align: center; }
                  body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:not(.form-screen):last-child:before {
                    content: 'MAXIMUM';
                    display: block;
                    font-size: 10px;
                    font-weight: bold;
                    opacity: .5;
                    text-align: center; }
                  body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:not(.form-screen) input {
                    max-width: 100%;
                    padding: 5px;
                    width: 100%;
                    text-align: center;
                    border: 1px solid #cecece; }
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:nth-child(1),
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:nth-child(3) {
                  width: calc(50% - 10px); }
                body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:nth-child(2) {
                  width: 20px;
                  text-align: center; }
              body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .active-min-max {
                border: 1px solid #b1b1a5 !important;
                box-shadow: 0 0 5px beige;
                background-color: beige; }
          body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav .desktop-search-bar-button {
            display: inline-block;
            float: none;
            margin: auto; }
            body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav .desktop-search-bar-button button {
              height: 52px;
              margin: 0 0 0 0;
              border-radius: 0px;
              width: 100%; }
      body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .search-block-additional-options a:not(.search-block-reset) {
        margin-right: 15px; }
      body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .search-block-additional-options a {
        text-decoration: none; }
        body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .search-block-additional-options a i.fa.fa-map-marker {
          color: #F44336; }
        body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .search-block-additional-options a i.fa.fa-search {
          color: #2196F3; }
        body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .search-block-additional-options a i.fa.fa-refresh {
          color: #4CAF50; }
        body:not(.search-results-page) section.search-form-block .middle form[name="fs_quicksearch"] nav .search-block-additional-options a i {
          margin: 0 2.55px 0 0; }
  @media (min-width: 1200px) {
    body:not(.search-results-page) section.search-form-block ul.nav.navbar-nav {
      width: 100%; }
      body:not(.search-results-page) section.search-form-block ul.nav.navbar-nav li.dropdown span.min-max-option-list {
        display: block;
        width: 100%; }
    body:not(.search-results-page) section.search-form-block .navbar-form {
      width: 340px; }
      body:not(.search-results-page) section.search-form-block .navbar-form .form-group {
        width: 100%; }
      body:not(.search-results-page) section.search-form-block .navbar-form .form-group > * {
        width: 100%; }
    body:not(.search-results-page) section.search-form-block .desktop-search-bar-button {
      width: 62px; }
      body:not(.search-results-page) section.search-form-block .desktop-search-bar-button button {
        width: 100%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    body:not(.search-results-page) section.search-form-block ul.nav.navbar-nav {
      width: 100%; }
    body:not(.search-results-page) section.search-form-block nav.navbar.navbar-default {
      width: 100%; }
      body:not(.search-results-page) section.search-form-block nav.navbar.navbar-default .navbar-form input.form-control {
        margin-bottom: 5px; }
      body:not(.search-results-page) section.search-form-block nav.navbar.navbar-default li.dropdown i {
        position: static; }
      body:not(.search-results-page) section.search-form-block nav.navbar.navbar-default li.dropdown a.dropdown-toggle {
        font-size: 13px; }
    body:not(.search-results-page) section.search-form-block .navbar-form {
      width: 100%;
      margin-bottom: 5px; }
    body:not(.search-results-page) section.search-form-block .navbar-form .form-group,
    body:not(.search-results-page) section.search-form-block .navbar-form .form-group * {
      width: 100%; }
    body:not(.search-results-page) section.search-form-block .desktop-search-bar-button {
      width: 62px; }
      body:not(.search-results-page) section.search-form-block .desktop-search-bar-button button {
        width: 60px;
        margin-left: 2.5px; } }
  @media (min-width: 767px) {
    body:not(.search-results-page) section.search-form-block li.dropdown {
      border: 1px solid #ccc; } }
  @media (max-width: 767px) {
    body:not(.search-results-page) section.search-form-block .middle {
      height: auto;
      min-height: min-content; }
    body:not(.search-results-page) section.search-form-block #search-form-mobile-toggle {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0 !important;
      background: white;
      width: 100%;
      border-radius: 0;
      display: block;
      width: 100%;
      color: rgba(51, 51, 51, 0.68);
      font-size: 13px;
      padding: 9px 10px;
      text-decoration: none; }
    body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar {
      width: 100%;
      padding: 5px 0; }
      body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar input, body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar button {
        height: 40px; }
      body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar > * {
        display: block;
        float: left; }
      body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar input[type="text"] {
        width: 100; }
      body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar button {
        width: 40px; }
      body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar .form-group {
        width: calc(100% - 40px); }
        body:not(.search-results-page) section.search-form-block div#search-form-block-mobile-search-bar .form-group input {
          width: calc(100% - 5px); }
    body:not(.search-results-page) section.search-form-block nav #search-form-block-collapse {
      position: absolute;
      width: 100%;
      padding: 0px !important;
      height: inherit !important;
      overflow-y: inherit !important; }
      body:not(.search-results-page) section.search-form-block nav #search-form-block-collapse ul.nav.navbar-nav {
        margin: 0;
        width: 100%;
        padding: 0px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc; }
        body:not(.search-results-page) section.search-form-block nav #search-form-block-collapse ul.nav.navbar-nav li.dropdown {
          width: 100%;
          margin: 0 0 0 0;
          border-bottom: 1px solid #ccc; }
          body:not(.search-results-page) section.search-form-block nav #search-form-block-collapse ul.nav.navbar-nav li.dropdown .dropdown-menu {
            height: auto !important;
            overflow-y: auto !important; }
            body:not(.search-results-page) section.search-form-block nav #search-form-block-collapse ul.nav.navbar-nav li.dropdown .dropdown-menu li:last-child {
              border-bottom: 0px; }
        body:not(.search-results-page) section.search-form-block nav #search-form-block-collapse ul.nav.navbar-nav li.divider {
          display: none; } }
  body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters {
    width: calc(100% - 340px - 62px);
    margin: 0 0 0 0;
    padding: 0 2.5px 0 0; }
    body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters .quick-search-filters li.dropdown {
      margin: 0 0 0 2.5px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters {
        width: calc(100% - 62px);
        padding-right: 0px; }
        body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters .quick-search-filters li.dropdown {
          margin: 0 2.5px 0 0; } }
    @media (max-width: 767px) {
      body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters {
        width: calc(100%);
        padding-right: 0px; }
        body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters .quick-search-filters li.dropdown {
          margin: 0; } }
    body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters > * {
      width: 100%;
      column-count: initial; }
      body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters > * li.dropdown {
        float: left;
        display: block;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 52px; }
        body:not(.search-results-page) section.search-form-block[qs-filters="true"] #quicksearch-filters > * li.dropdown a {
          text-decoration: none;
          padding: 15px;
          display: block; }
  body:not(.search-results-page) section.search-form-block[qs-filters="false"] nav .navbar-header {
    padding: 0 5px 5px 5px; }
    body:not(.search-results-page) section.search-form-block[qs-filters="false"] nav .navbar-header div#mobile-quick-search-input-container {
      width: calc(100% - 40px); }
    body:not(.search-results-page) section.search-form-block[qs-filters="false"] nav .navbar-header button#search-form-mobile-toggle {
      display: none; }
    body:not(.search-results-page) section.search-form-block[qs-filters="false"] nav .navbar-header div#search-form-block-mobile-search-bar {
      width: calc(100%); }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword input {
    width: 100%; }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="4"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword {
    width: 100%;
    margin-bottom: 5px; }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="4"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters {
    padding: 0; }
    @media (max-width: 767px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="4"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters {
        width: 100%; } }
    @media (min-width: 768px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="4"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters {
        width: calc(100% - 62px); } }
    @media (max-width: 767px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="4"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
        width: 100%;
        margin: 0; } }
    @media (min-width: 768px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="4"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
        width: calc(25% - 5px);
        margin: 0 5px 0 0; } }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword {
    width: 100%;
    padding: 0;
    margin-bottom: 5px; }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters {
    width: 100%;
    padding: 0 0 0 0; }
    body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
      width: calc(50% - 2.5px);
      margin-bottom: 5px;
      margin-left: 0px; }
      @media (max-width: 767px) {
        body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
          width: 100%;
          margin: 0; } }
    body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown:nth-child(odd) {
      margin-right: 5px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
        width: calc(50% - 2.5px);
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0; }
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown:nth-child(odd) {
        margin-right: 5px; } }
    @media (max-width: 767px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
        width: 100%; } }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse .desktop-search-bar-button {
    margin-top: 5px;
    width: 100%; }
    @media (max-width: 1199px) and (min-width: 768px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="2"] nav #search-form-block-collapse .desktop-search-bar-button > * {
        width: 100%; } }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="1"] nav #search-form-block-collapse ul.nav.navbar-nav > * {
    width: 100%;
    margin: 0; }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="1"] nav #search-form-block-collapse ul.nav.navbar-nav div#quicksearch-keyword {
    margin-bottom: 5px; }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="1"] nav #search-form-block-collapse ul.nav.navbar-nav div#quicksearch-filters {
    width: calc(100% * 1);
    padding: 0 0 0 0; }
    @media (max-width: 767px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="1"] nav #search-form-block-collapse ul.nav.navbar-nav div#quicksearch-filters li.dropdown {
        width: 100%;
        margin: 0; } }
    @media (min-width: 768px) {
      body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="1"] nav #search-form-block-collapse ul.nav.navbar-nav div#quicksearch-filters li.dropdown {
        width: 100%;
        margin: 0 0 5px 0; } }
  body:not(.search-results-page) section.search-form-block[qs-alignment="stacked"][filter-columns="1"] nav #search-form-block-collapse ul.nav.navbar-nav .desktop-search-bar-button #submit {
    width: 100%; }
  body:not(.search-results-page) section.search-form-block[qs-alignment="inline"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
  @media (max-width: 767px) {
    body:not(.search-results-page) section.search-form-block[qs-alignment="inline"] nav #search-form-block-collapse #quicksearch-filters li.dropdown {
      width: 100%;
      margin: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    body:not(.search-results-page) section.search-form-block[qs-alignment="inline"] nav #search-form-block-collapse ul.nav.navbar-nav {
      /*HAS FILTERS*/ }
      body:not(.search-results-page) section.search-form-block[qs-alignment="inline"] nav #search-form-block-collapse ul.nav.navbar-nav div#quicksearch-keyword + #quicksearch-filters, body:not(.search-results-page) section.search-form-block[qs-alignment="inline"] nav #search-form-block-collapse ul.nav.navbar-nav div#quicksearch-keyword + #quicksearch-filters + div {
        margin-top: 2.5px !important; } }
  @media (max-width: 1199px) {
    body:not(.search-results-page) section.search-form-block[qs-filters="true"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword {
      margin-bottom: 2.5px; } }
  body:not(.search-results-page) section.search-form-block[qs-filters="false"] div#quicksearch-filters {
    display: none; }
  @media (min-width: 1200px) {
    body:not(.search-results-page) section.search-form-block[qs-filters="false"] div#quicksearch-keyword {
      width: calc(100% - 62px); }
      body:not(.search-results-page) section.search-form-block[qs-filters="false"] div#quicksearch-keyword input {
        width: calc(100% - 5px); } }
  @media (min-width: 767px) and (max-width: 1199px) {
    body:not(.search-results-page) section.search-form-block[qs-filters="false"] div#quicksearch-keyword {
      width: calc(100% - 62px); }
      body:not(.search-results-page) section.search-form-block[qs-filters="false"] div#quicksearch-keyword input {
        width: calc(100% - 2.5px); } }
  body:not(.search-results-page) section.search-form-block[filter-columns="0"] nav ul.nav #quicksearch-filters {
    display: none; }
  body:not(.search-results-page) section.search-form-block[filter-columns="2"] nav ul.nav #quicksearch-filters li.dropdown {
    width: calc(50% - 2.5px); }
    @media (max-width: 767px) {
      body:not(.search-results-page) section.search-form-block[filter-columns="2"] nav ul.nav #quicksearch-filters li.dropdown {
        width: 100%; } }
  body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav {
    position: relative; }
    body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-keyword {
      position: absolute;
      width: calc((100% / 3) - 2.5px); }
    body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters {
      padding: 0 0 0 0 !important;
      width: 100%;
      display: block; }
      @media (min-width: 768px) {
        body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
          width: calc((100% / 3) - 2.5px); }
        body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown:first-child {
          margin-left: calc(100% / 3) !important;
          margin-bottom: 2.5px !important; }
        body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown:nth-child(2) {
          margin-bottom: 2.5px !important; }
        body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown:nth-child(3) {
          margin-left: 0px !important; } }
@media (min-width: 768px) and (max-width: 767px) {
  body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters li.dropdown {
    width: 100%;
    margin: 0 !important; } }

    body:not(.search-results-page) section.search-form-block[filter-columns="3"] nav #search-form-block-collapse ul.nav.navbar-nav .desktop-search-bar-button {
      position: absolute;
      right: 3px;
      bottom: 0;
      width: calc((100% / 3) - 3px); }
  body:not(.search-results-page) section.search-form-block[filter-columns="4"] nav ul.nav #quicksearch-filters li.dropdown {
    width: calc(25% - 2.5px); }
    @media (max-width: 767px) {
      body:not(.search-results-page) section.search-form-block[filter-columns="4"] nav ul.nav #quicksearch-filters li.dropdown {
        width: 100%; } }

@media (min-width: 768px) {
  section#presentation-block section.search-form-block[filter-columns="4"][qs-alignment="inline"] .quick-search-filters {
    display: flex; } }

section.search-form-block #quicksearch-filters li#sqft-filter span.min-max-option-list {
  width: 100%; }
  section.search-form-block #quicksearch-filters li#sqft-filter span.min-max-option-list a {
    text-align: center; }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] li.divider,
section.search-form-block #quicksearch-filters li#price-filter li.divider {
  display: none; }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] .clear-min-max,
section.search-form-block #quicksearch-filters li#price-filter .clear-min-max {
  clear: both;
  display: block;
  font-size: 10px;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 3px;
  background: #e7e7e7;
  border-bottom: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.45); }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] .clear-min-max:hover,
section.search-form-block #quicksearch-filters li#price-filter .clear-min-max:hover {
  background: #4CAF50;
  color: white;
  cursor: pointer; }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] span.min-max-option-list,
section.search-form-block #quicksearch-filters li#price-filter span.min-max-option-list {
  width: 50% !important;
  float: left !important;
  overflow: hidden !important;
  height: auto !important;
  display: block !important; }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] span.min-max-option-list.min-options,
section.search-form-block #quicksearch-filters li#price-filter span.min-max-option-list.min-options {
  border-right: 1px solid #e7e7e7; }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] ul.dropdown-menu .min-max-container,
section.search-form-block #quicksearch-filters li#price-filter ul.dropdown-menu .min-max-container {
  padding: 10px 5px !important; }
@media (min-width: 768px) {
  section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] ul.dropdown-menu,
  section.search-form-block #quicksearch-filters li#price-filter ul.dropdown-menu {
    height: 250px;
    overflow-y: scroll; } }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="range"] ul.dropdown-menu li a,
section.search-form-block #quicksearch-filters li#price-filter ul.dropdown-menu li a {
  padding: 5px 10px !important;
  font-size: 13px; }
section.search-form-block #quicksearch-filters .dropdown[data-input-type="single"] span.min-max-option-list {
  padding: 0;
  border-top: 1px solid #dadada;
  display: block;
  height: auto;
  overflow: auto; }
  section.search-form-block #quicksearch-filters .dropdown[data-input-type="single"] span.min-max-option-list li {
    border-radius: 0; }
    section.search-form-block #quicksearch-filters .dropdown[data-input-type="single"] span.min-max-option-list li a {
      padding: 10px 0;
      text-align: left;
      border: 0;
      display: block;
      height: 40px;
      font-size: 13px; }
  section.search-form-block #quicksearch-filters .dropdown[data-input-type="single"] span.min-max-option-list li:first-child {
    border-radius: 5px 0 0 5px; }
section.search-form-block #quicksearch-filters #bedrooms-filter span.min-max-option-list,
section.search-form-block #quicksearch-filters #bathrooms-filter span.min-max-option-list {
  padding: 10px 5px 5px 5px;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #dadada;
  display: block; }
  section.search-form-block #quicksearch-filters #bedrooms-filter span.min-max-option-list li,
  section.search-form-block #quicksearch-filters #bathrooms-filter span.min-max-option-list li {
    display: block;
    float: left;
    width: calc(100% / 6);
    padding: 0 !important; }
    section.search-form-block #quicksearch-filters #bedrooms-filter span.min-max-option-list li a,
    section.search-form-block #quicksearch-filters #bathrooms-filter span.min-max-option-list li a {
      padding: 10px 0 !important;
      text-align: center;
      border-right: 1px solid #dadada;
      display: block;
      height: 40px;
      border-top: 1px solid #dadada;
      border-bottom: 1px solid #dadada;
      font-size: 13px; }
  section.search-form-block #quicksearch-filters #bedrooms-filter span.min-max-option-list li:first-child,
  section.search-form-block #quicksearch-filters #bathrooms-filter span.min-max-option-list li:first-child {
    border-radius: 5px 0 0 5px; }

@-moz-keyframes infinite-spinning {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes infinite-spinning {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes infinite-spinning {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
div#drive-time-form-title h3 + div {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

#searchListingByDistanceModal {
  background-color: rgba(0, 0, 0, 0.5); }
  #searchListingByDistanceModal .modal-body form label {
    margin-bottom: 0; }

.sr-map-view #preloader {
  display: none !important; }
.sr-map-view #search-title {
  display: none !important; }
.sr-map-view .map-nav-btn .ss {
  margin-bottom: 5px !important;
  padding: 0 !important;
  border: 0 !important;
  width: 35px;
  height: 30px;
  background-color: white;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
  font-size: 16px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .sr-map-view .map-nav-btn .ss > div {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .sr-map-view .map-nav-btn .ss i {
    color: black; }
.sr-map-view #rebuild-link,
.sr-map-view #qtColor,
.sr-map-view #fixed-social-media {
  display: none !important; }
.sr-map-view #drive-time-form {
  text-align: left; }
  .sr-map-view #drive-time-form label#destination-address span {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .sr-map-view #drive-time-form label#destination-address span i {
      margin-right: 5px !important; }
  .sr-map-view #drive-time-form #start-time-field {
    position: relative; }
    .sr-map-view #drive-time-form #start-time-field #start-time-trigger {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      display: block;
      cursor: pointer; }
    .sr-map-view #drive-time-form #start-time-field #start-time {
      position: relative;
      z-index: 1; }
  .sr-map-view #drive-time-form #transportationmode,
  .sr-map-view #drive-time-form #departure-arrival-toggle {
    color: currentColor;
    background-color: transparent;
    display: inline-block;
    font-family: "Open Sans" !important;
    color: currentColor;
    padding: 0;
    border: 0;
    margin: 0;
    text-indent: 0;
    background-color: transparent;
    display: inline-block; }
    .sr-map-view #drive-time-form #transportationmode:focus,
    .sr-map-view #drive-time-form #departure-arrival-toggle:focus {
      outline: none;
      box-shadow: none; }
    .sr-map-view #drive-time-form #transportationmode option,
    .sr-map-view #drive-time-form #departure-arrival-toggle option {
      background-color: white;
      color: black; }
  .sr-map-view #drive-time-form #drive-time-form-submit-options {
    padding: 5px 0 15px 0; }
    .sr-map-view #drive-time-form #drive-time-form-submit-options .btn01 {
      width: calc(50% - 10.5px);
      margin: auto 0; }
    .sr-map-view #drive-time-form #drive-time-form-submit-options .btn01 + .btn01 {
      margin-left: 15px; }
.sr-map-view #registration-modal label span,
.sr-map-view #registration-modal label span select {
  font-family: "Open Sans";
  font-size: 14px !important;
  text-transform: none; }
.sr-map-view #registration-modal label input[type="text"] {
  font-size: 16px;
  font-family: "Open Sans"; }

#drive-time-form-title {
  margin: 15px 0 0 0; }
  #drive-time-form-title h3 {
    margin: 0 auto 0 0; }

#travel-options {
  display: flex;
  align-items: flex-end;
  padding: 0 15px 15px 15px; }
  @media (max-width: 991px) {
    #travel-options {
      flex-direction: column;
      align-items: stretch;
      text-align: left; }
      #travel-options > * {
        width: 100% !important;
        max-width: 100% !important; }
      #travel-options #travel-time {
        margin-bottom: 15px; } }
  @media (min-width: 992px) {
    #travel-options > *:not(:first-child) {
      margin-left: 5px; } }
  #travel-options > div {
    display: flex;
    flex: 1;
    width: 100%;
    white-space: nowrap;
    margin: auto; }
  #travel-options > #travel-filter-submit {
    margin-top: auto;
    margin-bottom: 0; }
    #travel-options > #travel-filter-submit button {
      border: 1px solid currentColor;
      color: currentColor;
      background: transparent;
      padding: 0 15px;
      height: 33px;
      line-height: 1;
      margin-bottom: 2px;
      border-radius: 2.5px; }
  #travel-options #travel-type {
    white-space: nowrap; }
  #travel-options #travel-time {
    display: inline-flex;
    max-width: 150px;
    white-space: nowrap; }
  #travel-options #travel-mode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap; }
    #travel-options #travel-mode #travel-mode-options {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      white-space: nowrap; }
      #travel-options #travel-mode #travel-mode-options .travel-mode-option[travel-mode-value] {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center; }
      #travel-options #travel-mode #travel-mode-options .travel-mode-option[travel-mode-value]:not(:hover):not(.active) {
        opacity: .85; }
      #travel-options #travel-mode #travel-mode-options .travel-mode-option[travel-mode-value]:hover, #travel-options #travel-mode #travel-mode-options .travel-mode-option[travel-mode-value].active {
        cursor: pointer;
        opacity: 1; }
      #travel-options #travel-mode #travel-mode-options .travel-mode-option.active {
        background: rgba(204, 204, 204, 0.5); }

#map-total-properties {
  top: 10px !important;
  left: 10px !important; }
  #map-total-properties div {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
    width: auto !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    margin: 0 !important;
    padding: 0 5px !important; }
    #map-total-properties div b {
      margin-right: 5px;
      line-height: 1; }
      #map-total-properties div b:before {
        content: "\f3c5";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 5px;
        font-size: 12px;
        color: red; }

div#sspmap .controls {
  position: absolute;
  right: 10px !important;
  left: auto !important;
  display: flex;
  flex-direction: column; }
  div#sspmap .controls.zoom-control {
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center; }
    div#sspmap .controls.zoom-control button {
      margin-bottom: 5px !important;
      padding: 0 !important;
      border: 0 !important;
      width: 35px;
      height: 30px;
      background-color: white;
      cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
      font-size: 16px;
      margin-top: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      div#sspmap .controls.zoom-control button > div {
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
      div#sspmap .controls.zoom-control button i {
        color: black; }
  div#sspmap .controls.maptype-control {
    top: 80px !important; }
    div#sspmap .controls.maptype-control button {
      margin-bottom: 5px !important;
      padding: 0 !important;
      border: 0 !important;
      width: 35px;
      height: 30px;
      background-color: white;
      cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
      font-size: 16px;
      margin-top: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      div#sspmap .controls.maptype-control button > div {
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
      div#sspmap .controls.maptype-control button i {
        color: black; }
  div#sspmap .controls.maptype-control-is-map .maptype-control-map {
    display: none !important; }
  div#sspmap .controls.maptype-control-is-satellite .maptype-control-satellite {
    display: none !important; }
div#sspmap .gm-svpc {
  padding: 0 !important;
  width: 35px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  div#sspmap .gm-svpc img {
    display: none; }
  div#sspmap .gm-svpc:after {
    content: "\f21d";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px; }
  div#sspmap .gm-svpc:hover:after {
    transform: rotate(-15deg) scale(1.1); }
div#sspmap .gmnoprint.gm-bundled-control {
  right: 10px !important;
  width: 35px;
  height: 30px;
  margin: 0 !important;
  top: 115px !important; }
  div#sspmap .gmnoprint.gm-bundled-control img {
    width: 15px !important;
    height: 15px !important; }
div#sspmap div#drive-search {
  top: 150px !important;
  right: 10px !important; }
div#sspmap div#draw-polygon {
  top: 185px !important;
  right: 10px !important; }
div#sspmap div#draw-squre {
  position: absolute;
  top: 220px !important;
  right: 10px !important; }
div#sspmap #draw-circle {
  top: 255px !important;
  right: 10px !important; }
div#sspmap #sspmap button.gm-control-active.gm-fullscreen-control {
  top: 55px !important;
  position: absolute; }
div#sspmap div#done-drawing {
  position: absolute;
  right: 155px !important;
  top: 10px !important;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px !important;
  font-family: "Open Sans" !important; }
  div#sspmap div#done-drawing .ss div:before {
    content: '\f689'; }
  div#sspmap div#done-drawing.searching .ss div {
    font-size: 0 !important; }
    div#sspmap div#done-drawing.searching .ss div:before {
      content: '\f2f1';
      -webkit-animation: infinite-spinning 1s linear infinite;
      -moz-animation: infinite-spinning 1s linear infinite;
      -ms-animation: infinite-spinning 1s linear infinite;
      -o-animation: infinite-spinning 1s linear infinite;
      animation: infinite-spinning 1s linear infinite; }
    div#sspmap div#done-drawing.searching .ss div:after {
      content: "Searching";
      font-size: 15px; }
  div#sspmap div#done-drawing .ss {
    width: auto;
    font-size: 14px !important;
    font-family: "Open Sans" !important; }
    div#sspmap div#done-drawing .ss div {
      padding: 0 10px !important;
      font-size: 15px !important; }
      div#sspmap div#done-drawing .ss div:before {
        margin-right: 5px;
        color: #2fbe5f;
        font-family: 'Font Awesome 5 Pro';
        font-size: 13px; }
div#sspmap #cancel-btn {
  position: absolute;
  right: 60px !important;
  top: 10px !important;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px !important;
  font-family: "Open Sans" !important; }
  div#sspmap #cancel-btn .ss {
    width: auto;
    font-size: 14px !important;
    font-family: "Open Sans" !important; }
    div#sspmap #cancel-btn .ss div {
      padding: 0 10px !important;
      font-size: 15px !important; }
      div#sspmap #cancel-btn .ss div:before {
        content: '\f057';
        margin-right: 5px;
        color: red;
        font-family: 'Font Awesome 5 Pro';
        font-size: 13px; }
div#sspmap #clear-boundaries {
  position: absolute;
  right: 60px !important;
  top: 10px !important;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px !important;
  font-family: "Open Sans" !important; }
  div#sspmap #clear-boundaries .ss {
    width: auto;
    font-size: 14px !important;
    font-family: "Open Sans" !important; }
    div#sspmap #clear-boundaries .ss div {
      padding: 0 10px !important;
      font-size: 15px !important; }
      div#sspmap #clear-boundaries .ss div:before {
        content: '\f057';
        margin-right: 5px;
        color: red;
        font-family: 'Font Awesome 5 Pro';
        font-size: 13px; }
div#sspmap #revise-drivesearch {
  top: 10px !important;
  right: 220px !important;
  white-space: nowrap;
  display: flex; }
  div#sspmap #revise-drivesearch .ss {
    white-space: nowrap;
    display: flex;
    max-width: none;
    min-width: auto;
    width: auto;
    padding: 0 0 0 0 !important;
    font-size: 15px !important; }
    div#sspmap #revise-drivesearch .ss div {
      white-space: nowrap;
      display: flex;
      max-width: none;
      min-width: auto;
      width: auto;
      padding: 0 10px !important;
      font-size: 15px !important; }
      div#sspmap #revise-drivesearch .ss div:before {
        content: '\f1b9';
        font-weight: 900;
        margin-right: 5px;
        color: #9E9E9E;
        font-family: 'Font Awesome 5 Pro';
        font-size: 13px; }

/* DEFAULT SEARCH RESULT */
body.search-results-page[search-result-style="default-search-result"] span.status {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  background: #4caf50;
  color: white;
  padding: 5px 10px;
  font-weight: bold; }
body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results {
  display: flex;
  flex-wrap: wrap;
  padding: 7.5px; }
  body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result {
    display: flex;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding: 0;
    border: 1px solid #e4e4e4; }
    @media (max-width: 767px) {
      body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result {
        width: calc((100% / 1) - (15px / 1)); } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result {
        width: calc((100% / 2) - (15px / 1)); } }
    @media (min-width: 992px) {
      body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result.col-md-3 {
        width: calc((100% / 4) - (45px / 3)); } }
    @media (min-width: 992px) {
      body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result.col-md-4 {
        width: calc((100% / 3) - (30px / 2)); } }
    body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail {
      height: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      border: 0;
      position: relative; }
      body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .save-property {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        right: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        transition: ease-in-out .25s;
        font-size: 17px;
        padding: 7.5px 10px;
        text-decoration: none; }
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .save-property:hover {
          transition: ease-in-out .25s;
          background: rgba(0, 0, 0, 0.75); }
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .save-property i,
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .save-property span {
          color: white; }
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .save-property i {
          margin-right: 7.5px; }
      body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption {
        flex: 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 0; }
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption .search-result-address {
          padding: 9px;
          margin-top: 0;
          margin-bottom: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          flex: 1 auto;
          height: 100% !important;
          min-height: 100px; }
          body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption .search-result-address * {
            margin: 3.5px auto; }
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption .search-result-broker-agent-details {
          margin-bottom: 0;
          padding: 0 !important;
          width: 100%;
          margin: 10px auto;
          order: 2; }
          body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption .search-result-broker-agent-details br {
            display: none; }
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption .search-result-amenities > div span.status {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          color: white;
          background: rgba(0, 0, 0, 0.5);
          padding: 7.5px 10px;
          font-size: 17px; }
        body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption .search-result-amenities > div > span {
          text-align: center;
          font-size: 12.5px;
          margin: auto; }
          body.search-results-page[search-result-style="default-search-result"] section#search-results-search-bar + section.search-results-grid .search-results .search-result.default-search-result .thumbnail .caption .search-result-amenities > div > span > b > i {
            font-size: 18px;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            opacity: .75;
            margin-bottom: 5px; }

.search-results-grid-no-map .info-on-photo {
  padding: 5px !important; }

.info-on-photo {
  padding: 5px;
  position: relative; }
  .info-on-photo .search-result-color {
    position: relative; }
  .info-on-photo.search-result-color {
    background-color: black; }
  .info-on-photo .search-result-top-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px; }
    .info-on-photo .search-result-top-data .save-property {
      font-size: 25px;
      line-height: 1;
      margin-right: 0;
      margin-left: 10px; }
      .info-on-photo .search-result-top-data .save-property i {
        color: white; }
      .info-on-photo .search-result-top-data .save-property span {
        display: none; }
    .info-on-photo .search-result-top-data .search-result-mls-logo {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin-left: 0; }
      @media (max-width: 1400px) {
        .info-on-photo .search-result-top-data .search-result-mls-logo img {
          max-width: 75px; } }
      @media (min-width: 1401px) {
        .info-on-photo .search-result-top-data .search-result-mls-logo img {
          max-width: 90px; } }
  .info-on-photo openhouse + .search-result-mls-logo {
    margin-left: auto !important; }
    @media (max-width: 1400px) {
      .info-on-photo openhouse + .search-result-mls-logo img {
        max-width: 75px !important; } }
    @media (min-width: 1401px) {
      .info-on-photo openhouse + .search-result-mls-logo img {
        max-width: 90px !important; } }
  .info-on-photo .search-result-data {
    line-height: 1;
    padding: 10px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-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%);
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center; }
    .info-on-photo .search-result-data * {
      line-height: 1; }
    .info-on-photo .search-result-data status {
      display: flex;
      color: white;
      font-size: 20px;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      text-transform: uppercase; }
    .info-on-photo .search-result-data .search-result-address .sr-price {
      margin-top: 5px;
      margin-bottom: 5px; }
    .info-on-photo .search-result-data .search-result-address span.sr-amenities {
      margin-bottom: 5px; }
    .info-on-photo .search-result-data .search-result-address * {
      text-align: left;
      text-transform: capitalize; }
    .info-on-photo .search-result-data .search-result-address .sr-street,
    .info-on-photo .search-result-data .search-result-address .sr-city {
      opacity: .75;
      letter-spacing: 0; }
    .info-on-photo .search-result-data .search-result-address .sr-price {
      letter-spacing: 0; }
    .info-on-photo .search-result-data .search-result-address .sr-amenities {
      color: white;
      letter-spacing: 0; }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (max-width: 767px) {
  .info-on-photo .sr-price {
    font-size: 20px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 768px) and (max-width: 991px) {
  .info-on-photo .sr-price {
    font-size: 20px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 992px) and (max-width: 1199px) {
  .info-on-photo .sr-price {
    font-size: 23px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 1200px) and (max-width: 1400px) {
  .info-on-photo .sr-price {
    font-size: 20px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 1401px) {
  .info-on-photo .sr-price {
    font-size: 23px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (max-width: 767px) {
  .info-on-photo .sr-amenities {
    font-size: 11px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 768px) and (max-width: 991px) {
  .info-on-photo .sr-amenities {
    font-size: 15px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 992px) and (max-width: 1199px) {
  .info-on-photo .sr-amenities {
    font-size: 16px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 1200px) and (max-width: 1400px) {
  .info-on-photo .sr-amenities {
    font-size: 14px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 1401px) {
  .info-on-photo .sr-amenities {
    font-size: 16px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (max-width: 767px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse:before {
    font-size: 11px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 768px) and (max-width: 991px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse:before {
    font-size: 14px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 992px) and (max-width: 1199px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse:before {
    font-size: 15px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 1200px) and (max-width: 1400px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse:before {
    font-size: 13px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 1401px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse:before {
    font-size: 15px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (max-width: 767px) {
  .info-on-photo openhouse event {
    font-size: 11px; } }
@media only screen and (-webkit-max-device-pixel-ratio: 1.9999999) and (min-width: 768px) {
  .info-on-photo openhouse event {
    font-size: 12px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  .info-on-photo .sr-price {
    font-size: 20px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 991px) {
  .info-on-photo .sr-price {
    font-size: 23px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1199px) {
  .info-on-photo .sr-price {
    font-size: 23px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1400px) {
  .info-on-photo .sr-price {
    font-size: 23px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1401px) {
  .info-on-photo .sr-price {
    font-size: 23px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  .info-on-photo .sr-amenities {
    font-size: 15px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 991px) {
  .info-on-photo .sr-amenities {
    font-size: 15px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1199px) {
  .info-on-photo .sr-amenities {
    font-size: 16px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1400px) {
  .info-on-photo .sr-amenities {
    font-size: 14px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1401px) {
  .info-on-photo .sr-amenities {
    font-size: 16px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse,
  .info-on-photo openhouse:before {
    font-size: 13px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 991px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse,
  .info-on-photo openhouse:before {
    font-size: 14px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1199px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse,
  .info-on-photo openhouse:before {
    font-size: 15px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1400px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse,
  .info-on-photo openhouse:before {
    font-size: 13px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1401px) {
  .info-on-photo status,
  .info-on-photo .sr-street,
  .info-on-photo .sr-city,
  .info-on-photo openhouse,
  .info-on-photo openhouse:before {
    font-size: 15px; } }

html[browser="ie"] .info-on-photo,
html[browser="edge"] .info-on-photo,
html[browser="firefox"] .info-on-photo {
  padding: 5px; }
  html[browser="ie"] .info-on-photo .search-result-image,
  html[browser="edge"] .info-on-photo .search-result-image,
  html[browser="firefox"] .info-on-photo .search-result-image {
    min-height: 250px; }

body.search-results-page[search-result-style="default-search-result"] span.status {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  background: #4caf50;
  color: white;
  padding: 5px 10px;
  font-weight: bold; }

section.content-blocks > section#search-results-search-bar {
  padding: 0;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc; }

body.search-results-page select#lcSortV11 {
  font-size: 12px; }
body.search-results-page section.search-form-block {
  height: 100%;
  background-color: transparent; }
  body.search-results-page section.search-form-block > .container-fluid {
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 1200px;
    max-width: 100%;
    height: 100%; }
  body.search-results-page section.search-form-block .sqs_lookahead,
  body.search-results-page section.search-form-block .dropdown {
    border: 1px solid #cccccc; }
  body.search-results-page section.search-form-block .sqs_lookahead,
  body.search-results-page section.search-form-block .dropdown {
    border: 1px solid #cccccc; }
  @media only screen and (-webkit-max-device-pixel-ratio: 1.999) and (max-width: 767px) {
    body.search-results-page section.search-form-block .sqs_lookahead {
      font-size: 11px; } }
  body.search-results-page section.search-form-block form {
    width: 100%; }
    body.search-results-page section.search-form-block form nav.navbar.navbar-default {
      display: flex;
      padding: 5px 10px;
      height: calc(50px + 5px); }
  @media (max-width: 767px) {
    body.search-results-page section.search-form-block nav.navbar.navbar-default {
      height: calc(40px);
      border-top: 1px solid #cccccc; }
    body.search-results-page section.search-form-block #search-form-block-anchor {
      width: calc(100% - (40px * 2)); }
      body.search-results-page section.search-form-block #search-form-block-anchor input {
        font-size: 12px;
        width: 100%; }
    body.search-results-page section.search-form-block #search-form-block-collapse {
      width: 100%; }
      body.search-results-page section.search-form-block #search-form-block-collapse .dropdown-toggle {
        height: 50px; }
    body.search-results-page section.search-form-block #search-options {
      border-bottom: 1px solid #cccccc !important; }
    body.search-results-page section.search-form-block #search-bar-button,
    body.search-results-page section.search-form-block #filter-toggle {
      width: 40px; }
      body.search-results-page section.search-form-block #search-bar-button button,
      body.search-results-page section.search-form-block #filter-toggle button {
        height: 100%; }
    body.search-results-page section.search-form-block #filter-toggle button {
      border: 1px solid #cccccc;
      background-color: white; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.search-results-page section.search-form-block #search-form-block-anchor {
      width: 200px; }
      body.search-results-page section.search-form-block #search-form-block-anchor input {
        font-size: 12px; }
    body.search-results-page section.search-form-block #search-form-block-collapse {
      width: calc(100% - 200px - 50px); }
      body.search-results-page section.search-form-block #search-form-block-collapse .dropdown-toggle {
        height: 50px; }
    body.search-results-page section.search-form-block #search-bar-button,
    body.search-results-page section.search-form-block #filter-toggle {
      width: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body.search-results-page section.search-form-block #search-form-block-anchor {
      width: 300px; }
    body.search-results-page section.search-form-block #search-form-block-collapse {
      width: calc(100% - 300px - 50px); }
      body.search-results-page section.search-form-block #search-form-block-collapse .dropdown-toggle {
        height: 50px; }
    body.search-results-page section.search-form-block #search-bar-button,
    body.search-results-page section.search-form-block #filter-toggle {
      width: 50px; } }
  @media (min-width: 1200px) {
    body.search-results-page section.search-form-block #search-form-block-anchor {
      width: 300px; }
    body.search-results-page section.search-form-block #search-form-block-collapse {
      width: calc(100% - 300px - 50px); }
      body.search-results-page section.search-form-block #search-form-block-collapse .dropdown-toggle {
        height: 100%; }
    body.search-results-page section.search-form-block #search-bar-button,
    body.search-results-page section.search-form-block #filter-toggle {
      width: 50px; } }
  body.search-results-page section.search-form-block #search-form-block-anchor {
    max-width: 100%; }
    body.search-results-page section.search-form-block #search-form-block-anchor #mobile-quick-search-input-container {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: center;
      position: relative; }
      body.search-results-page section.search-form-block #search-form-block-anchor #mobile-quick-search-input-container i {
        position: absolute;
        left: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        opacity: .5;
        width: 30px; }
      body.search-results-page section.search-form-block #search-form-block-anchor #mobile-quick-search-input-container .sqs_lookahead {
        height: 100%;
        text-indent: 30px; }
        @media (min-width: 767px) {
          body.search-results-page section.search-form-block #search-form-block-anchor #mobile-quick-search-input-container .sqs_lookahead {
            width: calc(100% - 5px); } }
  body.search-results-page section.search-form-block #search-form-block-collapse[state="hide"] {
    display: none !important; }
  body.search-results-page section.search-form-block #search-form-block-collapse[state="show"] {
    display: block !important; }
  body.search-results-page section.search-form-block #search-form-block-collapse.srf-collapsed {
    position: absolute;
    z-index: 5;
    top: 100%;
    background: white;
    z-index: 10;
    padding: 0 !important;
    width: 350px;
    max-width: 100%;
    border: 0;
    left: 1px; }
    body.search-results-page section.search-form-block #search-form-block-collapse.srf-collapsed ul.nav.navbar-nav {
      height: 100%;
      width: 100%;
      margin: 0; }
      body.search-results-page section.search-form-block #search-form-block-collapse.srf-collapsed ul.nav.navbar-nav #quicksearch-filters {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%; }
        body.search-results-page section.search-form-block #search-form-block-collapse.srf-collapsed ul.nav.navbar-nav #quicksearch-filters .quick-search-filters {
          margin: 0;
          padding: 0;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: stretch; }
          body.search-results-page section.search-form-block #search-form-block-collapse.srf-collapsed ul.nav.navbar-nav #quicksearch-filters .quick-search-filters .dropdown {
            flex: 1;
            width: 100%; }
  body.search-results-page section.search-form-block #search-form-block-collapse:not(.srf-collapsed) {
    padding: 0 !important; }
    body.search-results-page section.search-form-block #search-form-block-collapse:not(.srf-collapsed) ul.nav.navbar-nav {
      height: 100%;
      width: 100%; }
      body.search-results-page section.search-form-block #search-form-block-collapse:not(.srf-collapsed) ul.nav.navbar-nav #quicksearch-filters {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%; }
        body.search-results-page section.search-form-block #search-form-block-collapse:not(.srf-collapsed) ul.nav.navbar-nav #quicksearch-filters .quick-search-filters {
          margin: 0;
          padding: 0;
          height: 100%;
          display: flex;
          flex-direction: row;
          align-items: stretch; }
          body.search-results-page section.search-form-block #search-form-block-collapse:not(.srf-collapsed) ul.nav.navbar-nav #quicksearch-filters .quick-search-filters .dropdown {
            flex: 1;
            width: calc(100% - 5px);
            margin-right: 5px; }
  body.search-results-page section.search-form-block #filter-toggle button {
    width: 100%; }
  body.search-results-page section.search-form-block #filter-toggle a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer; }
  body.search-results-page section.search-form-block #search-bar-button button {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 0; }
  body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse {
    z-index: 98;
    padding: 0;
    width: 100%;
    max-width: 100%; }
    body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav {
      max-width: 100%; }
      body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown {
        text-align: left;
        position: relative;
        background-color: white; }
        body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle {
          color: #333;
          padding: 0 15px !important;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-content: center;
          text-decoration: none;
          position: relative; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle strong {
            position: absolute;
            top: 50%;
            right: 10px;
            bottom: 50%;
            line-height: 0;
            margin-top: -2px;
            display: block; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.toggle-label {
            width: 100%;
            line-height: 1;
            font-size: 14px;
            color: #333; }
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.toggle-label i.fa {
              opacity: .4;
              margin-right: 5px; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.selected-text {
            margin-top: 5px;
            font-size: 12px;
            display: block;
            line-height: 1; }
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.selected-text[data-selected-min], body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown > .dropdown-toggle span.selected-text[data-selected-max] {
              display: inline !important;
              width: auto;
              float: none; }
        body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu {
          padding: 0;
          background: white;
          width: 100%; }
          @media (max-width: 1199px) {
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu {
              position: static; } }
          @media (min-width: 1200px) {
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu {
              position: absolute; } }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li:first-child {
            border-top: 1px solid #e7e7e7; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li a {
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
            display: block;
            text-decoration: none;
            cursor: pointer;
            border-bottom: 1px solid #e7e7e7;
            padding: 10px 15px; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu a:hover,
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu a.active {
            color: #fff;
            background-color: #5cb85c; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled,
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled:hover {
            background: #9E9E9E !important;
            cursor: not-allowed !important; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled a,
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled:hover a,
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled a:hover,
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled:hover a:hover {
            background: #9E9E9E !important;
            color: #E0E0E0 !important;
            cursor: not-allowed !important;
            pointer-events: none; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.disabled a {
            opacity: .25;
            pointer-events: not-allowed; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.active {
            background-color: #5cb85c; }
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu li.active a {
              color: white !important; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container {
            background: #e7e7e7;
            border: 1px solid #ccc;
            margin-top: 0;
            margin-bottom: 0px;
            padding: 10px 15px; }
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container .min-max-option-list {
              border: 1px solid #ccc;
              border-top: 0; }
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span {
              display: inline-block;
              margin: -1.15px; }
              body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:first-child:before {
                content: 'MINIMUM';
                display: block;
                font-size: 10px;
                font-weight: bold;
                opacity: .5;
                text-align: center; }
              body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:last-child:before {
                content: 'MAXIMUM';
                display: block;
                font-size: 10px;
                font-weight: bold;
                opacity: .5;
                text-align: center; }
              body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span input {
                max-width: 100%;
                padding: 5px;
                width: 100%;
                text-align: center;
                border: 1px solid #cecece; }
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:nth-child(1),
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:nth-child(3) {
              width: calc(50% - 10px); }
            body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .min-max-container span:nth-child(2) {
              width: 20px;
              text-align: center; }
          body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown .dropdown-menu .active-min-max {
            border: 1px solid #b1b1a5 !important;
            box-shadow: 0 0 5px beige;
            background-color: beige; }
      body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav #quicksearch-filters .quick-search-filters li.dropdown[data-input-type="single"] li {
        border-radius: 0; }
      body.search-results-page section.search-form-block form[name="fs_quicksearch"] nav #search-form-block-collapse ul.nav.navbar-nav .desktop-search-bar-button button {
        height: 52px;
        margin: 0 0 0 0;
        border-radius: 0px;
        width: 100%; }

/*ARWEN*/
#search-breadcrumb {
  width: 100%;
  min-height: 45px; }
  #search-breadcrumb a, #search-breadcrumb span {
    min-height: 45px;
    font-size: 17px;
    display: flex !important;
    line-height: 1;
    align-items: center;
    text-transform: capitalize; }
  #search-breadcrumb span:before {
    content: ' > ';
    opacity: .5;
    padding-left: 5px;
    padding-right: 5px; }
  @media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-width: 767px) {
    #search-breadcrumb a, #search-breadcrumb span {
      font-size: 11px; } }

.search-results-grid-with-map div#search-results-outer-container[map-view-mode="map"] #search-breadcrumb {
  width: 100%; }

.search-results-grid-no-map #search-breadcrumb {
  width: 100%; }

#search-options {
  align-items: center;
  justify-content: center;
  padding: 0 15px; }
  #search-options .search-options-container {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 767px) {
      #search-options .search-options-container {
        min-height: 60px; } }
    @media (min-width: 1200px) {
      #search-options .search-options-container #view-saved-properties {
        margin-right: 15px; } }
    #search-options .search-options-container #view-saved-properties i {
      font-size: 20px; }
    #search-options .search-options-container button {
      background-color: transparent;
      border: transparent;
      line-height: 1; }
      #search-options .search-options-container button i {
        display: block; }
    #search-options .search-options-container button:not(#view-saved-properties) i {
      margin-bottom: 5px;
      opacity: .5; }

div#content {
  height: 125px;
  width: 175px; }

.map-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 5px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-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%); }
  .map-thumbnail:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-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%);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0; }

.map-thumbnail-image {
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: 0;
  top: 0; }

.map-thumbnail-mlslogo {
  display: flex;
  padding: 5px;
  max-width: 65px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0; }
  .map-thumbnail-mlslogo img {
    max-width: 100%; }

.map-thumbnail-info {
  opacity: .8;
  text-align: left;
  font-size: 11px !important;
  color: white;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: 'Open-Sans', Arial, sans-serif;
  font-weight: normal; }

.map-thumbnail-address {
  text-align: left;
  font-size: 13px !important;
  color: white;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  font-family: 'Open-Sans', Arial, sans-serif;
  font-weight: normal; }

.map-thumbnail-price {
  margin-bottom: 2.5px;
  text-align: left;
  font-size: 15px !important;
  color: white;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: 'Open-Sans', Arial, sans-serif;
  font-weight: 600; }

@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-width: 767px) {
  #search-sorting {
    padding: 0 !important; }
    #search-sorting > * {
      width: 100%; }
    #search-sorting #search-results-found {
      padding: 5px;
      font-size: 12px; }
    #search-sorting #search-results-sort {
      border-top: 1px solid #cccccc;
      padding: 5px;
      font-size: 12px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  #search-sorting {
    padding: 5px !important; }
    #search-sorting > * {
      width: 50%; }
    #search-sorting #search-results-found {
      justify-content: flex-start !important; } }

body:not(.sr-map-view) #map-header {
  display: none !important; }

html[browser="ie"] body.sr-map-view #search-results-sort span,
html[browser="edge"] body.sr-map-view #search-results-sort span,
html[browser="firefox"] body.sr-map-view #search-results-sort span {
  min-width: 70px;
  font-size: 12px; }

body[sr-view-mode="map"] footer, body[sr-view-mode="map"] section#footer-links-option {
  display: none; }

div#idx-disclaimer-section {
  max-width: 100%;
  padding: 15px;
  font-size: 12px;
  width: 100%; }

body.sr-map-view {
  margin-top: 0 !important; }
  @media (min-width: 768px) {
    body.sr-map-view {
      margin-top: 0 !important;
      height: 100vh;
      height: -webkit-fill-available; } }
  body.sr-map-view header {
    position: static !important; }
  body.sr-map-view .hide-on-map {
    display: none; }
  body.sr-map-view section.content-blocks {
    border: 0 !important; }
  body.sr-map-view section.search-results-grid {
    padding-top: 0;
    padding-bottom: 0;
    border: 0 !important; }
  body.sr-map-view div#search-results-outer-container {
    position: relative; }
    body.sr-map-view div#search-results-outer-container #search-title {
      display: flex;
      border-bottom: 1px solid #cccccc;
      padding: 10px;
      width: 100%; }
      body.sr-map-view div#search-results-outer-container #search-title > h1 {
        font-size: 16px;
        letter-spacing: normal;
        text-transform: capitalize; }
      @media (max-width: 767px) {
        body.sr-map-view div#search-results-outer-container #search-title {
          justify-content: center;
          align-items: center;
          align-content: center; }
          body.sr-map-view div#search-results-outer-container #search-title > h1 {
            font-size: 14px;
            letter-spacing: normal; }
            body.sr-map-view div#search-results-outer-container #search-title > h1 i {
              display: none; } }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #search-breadcrumb {
      width: 100%; }
      @media (min-width: 992px) {
        body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #search-breadcrumb {
          min-height: 45px; }
          body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #search-breadcrumb a, body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #search-breadcrumb span {
            font-size: 17px;
            display: flex;
            line-height: 1;
            align-items: center; } }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #toggle-map-view {
      margin-bottom: 0; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .map-title-header {
      border-bottom: 1px solid #cccccc; }
      @media (max-width: 767px) {
        body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .map-title-header #toggle-map-view {
          display: none; } }
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .map-title-header #search-sorting #search-results-found {
        font-size: 12px; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .map-title-header #search-sorting #search-results-sort {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0; }
        body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .map-title-header #search-sorting #search-results-sort span {
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .search-results {
      flex-shrink: 0; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .search-results .search-result {
      padding: 5px !important; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header {
      justify-content: space-between;
      border-bottom: 1px solid #cccccc; }
      @media (min-width: 768px) {
        body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #search-title {
          order: 2; }
        body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #search-breadcrumb {
          order: 1; }
        body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #toggle-map-view {
          order: 4; }
        body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #search-sorting {
          order: 3; } }
      body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #search-breadcrumb {
        width: 100%; }
      @media (max-width: 767px) {
        body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #toggle-map-view {
          display: none; } }
      @media (min-width: 768px) {
        body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #toggle-map-view {
          min-height: 60px;
          margin-bottom: 0 !important; } }
      @media (min-width: 768px) {
        body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #search-sorting {
          min-height: 60px; } }
      body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .map-title-header #search-sorting #search-results-sort {
        margin-top: 0;
        margin-bottom: 0; }
  @media (max-width: 767px) {
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] {
      height: auto !important; } }
  body.sr-map-view div#search-results-outer-container[map-view-mode="map"] div#map-container {
    position: relative;
    z-index: 0; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] div#map-container #map-preloader {
      color: white;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] div#map-container #map-preloader i {
        display: flex;
        font-size: 20px; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] div#map-container #map-preloader span {
        display: flex;
        font-size: 1.5rem; }
  body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container {
    height: 100%;
    height: -webkit-fill-available; }
    @media (min-width: 767px) {
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container {
        overflow-y: scroll;
        border-left: 1px solid #cccccc; } }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #search-sorting #search-results-found {
      margin-left: 0; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #search-sorting #search-results-sort {
      margin-right: 0;
      margin-left: auto; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #search-sorting #search-results-sort span {
        min-width: max-content;
        margin-right: 5px; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #toggle-map-view {
      border-bottom: 1px solid #cccccc; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #toggle-map-view .btn-group {
        width: 100%; }
        body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #toggle-map-view .btn-group button {
          width: 50%; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container .search-result {
      width: 100% !important;
      padding: 0;
      margin-bottom: 1px; }
  body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #map-container {
    background: #e4e4e4; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #map-container #sspmap {
      min-height: 350px; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #map-container .alert {
      position: absolute;
      z-index: 1;
      left: 10px;
      top: 10px; }
    @media (max-width: 767px) {
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #map-container {
        width: 100%; } }
    @media (min-width: 767px) and (max-width: 991px) {
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #map-container {
        width: calc(100% - 450px); } }
    @media (min-width: 992px) {
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] #map-container {
        width: calc(100% - 500px); } }
  @media (max-width: 767px) {
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container {
      width: 100%; } }
  @media (min-width: 767px) and (max-width: 991px) {
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container {
      width: 450px; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #search-breadcrumb a, body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container #search-breadcrumb span {
        font-size: 12px;
        min-height: 45px; } }
  @media (min-width: 992px) {
    body.sr-map-view div#search-results-outer-container[map-view-mode="map"] .properties-container {
      width: 500px; } }
  body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] #map-container {
    display: none; }
  body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .properties-container {
    width: 100%; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .properties-container div#toggle-map-view {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .properties-container .map-title-header {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .properties-container #search-breadcrumb {
      width: 100%; }
    body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .properties-container div#search-sorting {
      line-height: 1;
      align-items: center;
      align-content: center; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .properties-container div#search-sorting > * {
        margin-right: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center; }
      body.sr-map-view div#search-results-outer-container[map-view-mode="grid"] .properties-container div#search-sorting span.r-padding-5 {
        min-width: max-content;
        margin-right: 5px; }

body.sr-grid-view section.search-results-grid {
  padding-top: 0;
  padding-bottom: 0; }
body.sr-grid-view div#search-results-outer-container #search-sorting {
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px; }
  @media (max-width: 700px) {
    body.sr-grid-view div#search-results-outer-container #search-sorting > * {
      width: 100%; }
    body.sr-grid-view div#search-results-outer-container #search-sorting #search-results-sort {
      margin: 15px auto 0 auto; } }
body.sr-grid-view div#search-results-outer-container .properties-container {
  width: 100%; }

/* search-results-page */
body.search-results .IDX_required_text,
body.search-results-page .IDX_required_text {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
@media (max-width: 767px) {
  body.search-results div[id*="search-results-title"],
  body.search-results-page div[id*="search-results-title"] {
    margin-top: 15px; }
  body.search-results div#search-results-sort,
  body.search-results-page div#search-results-sort {
    width: 100%; } }
body.search-results section.content-blocks,
body.search-results-page section.content-blocks {
  padding-left: 0 !important;
  padding-right: 0 !important; }
body.search-results a.results-found,
body.search-results-page a.results-found {
  font-size: 12px; }
body.search-results section#main-page-title-block,
body.search-results-page section#main-page-title-block {
  display: none; }
body.search-results section.search-form-block,
body.search-results-page section.search-form-block {
  padding: 0 !important;
  position: relative;
  z-index: 2; }
  body.search-results section.search-form-block > .container-fluid,
  body.search-results-page section.search-form-block > .container-fluid {
    padding: 0;
    width: 100%;
    background-color: #e4e4e4; }
    body.search-results section.search-form-block > .container-fluid .middle form[name="fs_quicksearch"] #search-form-block-collapse,
    body.search-results-page section.search-form-block > .container-fluid .middle form[name="fs_quicksearch"] #search-form-block-collapse {
      padding-top: 5px;
      padding-bottom: 5px; }
body.search-results section.search-results-grid,
body.search-results-page section.search-results-grid {
  padding-top: 0 !important; }

.search-results-page nav#footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .search-results-page nav#footer-navigation hr {
    width: 100%; }
  .search-results-page nav#footer-navigation ul.nav.navbar-nav:first-child {
    margin-left: 0;
    margin-right: auto; }
  .search-results-page nav#footer-navigation ul.nav.navbar-nav:last-child {
    margin-right: 0;
    margin-left: auto; }

/*search-results-grid*/
.search-result[has-openhouse="true"] span[data-label="active"] {
  display: none !important; }
.search-result[has-openhouse="true"] openhouse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column; }
  .search-result[has-openhouse="true"] openhouse:before {
    content: 'Upcoming Open House';
    background: rgba(0, 0, 0, 0.5);
    color: white;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    padding: 15px 10px;
    line-height: 1; }
  .search-result[has-openhouse="true"] openhouse event {
    flex-direction: column;
    text-align: left;
    line-height: 1.25;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    display: none;
    border-top: 1px solid #a9a9a91f; }
  .search-result[has-openhouse="true"] openhouse:hover event {
    display: flex; }
    .search-result[has-openhouse="true"] openhouse:hover event:hover {
      background: black; }

/*SEARCH RESULTS GRID BLOCK*/
body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid,
body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid {
  content: "Search Results Grid Block"; }
  body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results,
  body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results {
    display: flex;
    flex-wrap: wrap;
    padding: 7.5px; }
    body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result,
    body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result {
      display: flex;
      margin-top: 7.5px;
      margin-bottom: 7.5px;
      margin-left: 7.5px;
      margin-right: 7.5px;
      padding: 0;
      border: 1px solid #e4e4e4; }
      @media (max-width: 767px) {
        body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result,
        body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result {
          width: calc((100% / 1) - (15px / 1)); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result,
        body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result {
          width: calc((100% / 2) - (15px / 1)); } }
      @media (min-width: 992px) {
        body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result.col-md-3,
        body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result.col-md-3 {
          width: calc((100% / 4) - (45px / 3)); } }
      @media (min-width: 992px) {
        body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result.col-md-4,
        body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result.col-md-4 {
          width: calc((100% / 3) - (30px / 2)); } }
      body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail,
      body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail {
        padding: 0;
        position: relative;
        height: 100%;
        width: 100%;
        border: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column; }
        body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .save-property,
        body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .save-property {
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          background: rgba(0, 0, 0, 0.5);
          transition: ease-in-out .25s;
          padding: 7.5px;
          text-decoration: none; }
          body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .save-property *,
          body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .save-property * {
            color: white; }
          body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .save-property i,
          body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .save-property i {
            margin-right: 5px; }
        body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .caption,
        body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .caption {
          flex: 1 auto;
          padding: 0;
          display: flex;
          flex-direction: column; }
          body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-address,
          body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-address {
            padding: 9px;
            margin-top: 0;
            margin-bottom: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex: 1 auto;
            height: 100% !important;
            min-height: 100px;
            width: 100%; }
            body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-address *,
            body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-address * {
              margin: 3px auto; }
          body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-amenities,
          body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-amenities {
            margin-top: auto;
            margin-bottom: 0;
            height: auto !important;
            font-size: 14px;
            width: 100%;
            max-width: 100%;
            margin-top: auto;
            margin-bottom: 0;
            order: 9; }
            body[search-result-style="default-search-result"] section.content-blocks > section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-amenities > div,
            body[search-result-style="default-search-result"] form[action*="AgentDetail.aspx"] section.search-results-grid .search-results .search-result .thumbnail .caption .search-result-amenities > div {
              width: 100%;
              border-top: 1px solid #e4e4e4;
              max-width: 100%;
              padding: 5px 9px;
              display: flex;
              align-items: center;
              justify-content: center;
              flex: 1 auto;
              white-space: normal; }

/*body:not(.search-results-page){
	section.search-results-grid{
		.btn01 {
		    margin-top: 30px;
		}		
		.search-result{
			padding-left: 5px;
			padding-right: 5px;

			.thumbnail{
			    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
			    border-radius: 0;
			    position: relative;	
			    margin-bottom: 0px;
			    margin-top: 10px;
			    padding: 0!important;
			    	
				.save-property {
				    position: absolute;
				    top: 0;
				    right: 0;
				    z-index: 1;
				    color: #fff;
				    text-decoration: none;    
				    padding: 10px 15px;
				    opacity: .85;
				    i{
				    	margin-right: 5px;
				    }
				}
				.save-property:hover{
					opacity: 1;
				}
				.caption {
				    display: flex;
				    flex-direction: column;
				    justify-content: center;
				    align-items: center;
				    width: 100%;
				    padding-top: 0;
				    padding-left: 0;
				    padding-right: 0;
				    padding-bottom: 0;

				    > *{
				    	width: 100%;
				    }
					.search-result-address {
					    display: flex;
					    flex-direction: column;
					    justify-content: space-between;
					    margin-top: 15px;
					    margin-bottom: 15px;
					    padding-left: 15px;
					    padding-right: 15px;

						> * {
						    line-height: 1.5;
						    margin: auto;
						}

						h5.search-result-street {
						    margin-top: 0;
						}

						h2.search-result-price {
						    margin-bottom: 0;
						}
					}	
					.search-result-amenities {
					    margin-bottom: 0;
					    border-top: 1px solid #e4e4e4;
					    display: flex;
					    justify-content: center;
					    align-items: center;
					    padding: 10px 15px;

					    div{
						    display: flex;
						    justify-content: center;
						    align-items: center;
						    height: 100%;
					    }
					}				    
				}
			}
		}
	}	
}*/
/*  -------------------------------------------------------------------------*/
/*  SUPERLATIVE GLOBAL ELEMENTS 
WITHIN CONTENT BLOCK WRAPPER */
/*  -------------------------------------------------------------------------*/
.sp01 {
  display: none; }

/*MAKE ALL HEADERS AND DESCRIPTIONS ONE SINGLE SIZE*/
.hl01 > *,
.bt01 > * {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 30px; }

@media (max-width: 767px) {
  .hl01 > *,
  .bt01 > * {
    font-size: 25px; } }
.shl01 > * {
  font-size: 16px; }

.bst01 > * {
  margin: 0; }

.bst02.tbst02 > * {
  margin: 7.5px 0 0 0; }

.btn01 {
  text-decoration: none; }
  .btn01 :hover {
    text-decoration: none; }

section.content-blocks {
  background: white;
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  section.content-blocks section {
    position: relative;
    padding: 30px 0; }
  section.content-blocks .cb {
    text-align: center;
    margin: auto; }
  section.content-blocks ul.list-unordered {
    padding-left: 0;
    font-size: 13px;
    line-height: 200%;
    list-style-position: inside; }
    section.content-blocks ul.list-unordered li {
      margin-bottom: 10px; }

div#cbcb_gall .banner,
div#cbcb_gall .banner p {
  padding-bottom: 0;
  margin: 0; }

section.quick-search input[type="submit"] {
  width: 100%; }

section.sign-up label,
section.sign-up fieldset input {
  width: 100%;
  min-height: 43px; }
section.sign-up ul.nav.nav-tabs .active a {
  color: white;
  background-color: #9E9E9E;
  border-color: #9E9E9E; }
section.sign-up .tab-content {
  border: 1px solid #ddd;
  border-top: 0; }
section.sign-up .nav-tabs > li > a {
  border: 1px solid #ddd; }

div#panel-500001 h2 + hr + p {
  margin-bottom: 0; }

div#panel-500001 h2 + hr + p + br {
  display: none; }

@media (min-width: 992px) {
  div#panel-500001 .form-group {
    padding: 10px; }

  div#panel-500001 .form-group > div {
    padding: 5px; } }
.backpage-with-subnav section.thirty-thirty-thirty > .container-fluid > .row > *,
.backpage-with-subnav section.sixy-thirty > .container-fluid > .row > *,
.backpage-with-subnav section.thirty-sixty > .container-fluid > .row > *,
.backpage-with-subnav section.fifty-fifty > .container-fluid > .row > * {
  padding-left: 0;
  padding-right: 0; }

/*REDUCE PADDING BUILD UP FROM NESTED COLUMNS*/
@media (max-width: 991px) {
  section.thirty-sixty > .container-fluid > .row > div:first-child {
    padding-left: 0px;
    padding-right: 0px; }

  section.thirty-sixty > .container-fluid > .row > div:last-child {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 992px) {
  section.thirty-sixty > .container-fluid > .row > div:first-child {
    padding: 0;
    padding-right: 15px; }

  section.thirty-sixty > .container-fluid > .row > div:last-child {
    padding: 0;
    padding-left: 15px; } }
@media (min-width: 992px) {
  section.fifty-fifty .container-fluid > .row > div > section,
  section.sixy-thirty .container-fluid > .row > div > section,
  section.thirty-sixty .container-fluid > .row > div > section,
  section.thirty-thirty-thirty .container-fluid > .row > div > section {
    padding-top: 0; }

  section.fifty-fifty .container-fluid > .row > div > section:last-child,
  section.sixy-thirty .container-fluid > .row > div > section:last-child,
  section.thirty-sixty .container-fluid > .row > div > section:last-child,
  section.thirty-thirty-thirty .container-fluid > .row > div > ection:last-child {
    padding-bottom: 0; } }
.pro-photo-block .bt01 {
  text-align: center !important; }
  .pro-photo-block .bt01 .text-overlay {
    max-width: 100%; }
  .pro-photo-block .bt01 .bt01 {
    width: 100% !important;
    max-width: 100% !important; }
  .pro-photo-block .bt01 .full-width-image h2 {
    width: 100%; }

/*FOOTER LINKS & DROPDOWN*/
section#footer-links-option {
  text-align: center;
  background-color: #dadada;
  padding-top: 30px;
  padding-bottom: 30px;
  /*DISCLAIMER*/
  /*RELOGOS*/ }
  section#footer-links-option > * {
    display: inline-block;
    width: calc((100% / 2) - 5px);
    vertical-align: middle; }
  section#footer-links-option span#superlative-disclaimer {
    text-align: left;
    padding-left: 30px; }
    @media (max-width: 767px) {
      section#footer-links-option span#superlative-disclaimer {
        padding: 15px 0;
        width: 100%;
        text-align: center; } }
    section#footer-links-option span#superlative-disclaimer > * {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      @media (max-width: 767px) {
        section#footer-links-option span#superlative-disclaimer > * {
          text-align: center; } }
    @media (min-width: 767px) and (max-width: 1199px) {
      section#footer-links-option span#superlative-disclaimer span.lr-padding-15.hidden-xs {
        display: none !important; }
      section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links {
        padding: 10px 0 0 0; } }
    section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links {
      display: inline-block; }
      section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links a#ny-fair-housing,
      section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links a#terms-link,
      section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links a#privacy-policy-link,
      section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links a#dmca-link {
        padding: 0 5px 0 0;
        font-size: 12.5px; }
      section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links span#text-disclaimer {
        font-size: 12.5px;
        display: block; }
        @media (max-width: 767px) {
          section#footer-links-option span#superlative-disclaimer span#footer-disclaimer-links span#text-disclaimer {
            padding: 15px 15px 0 15px; } }
    section#footer-links-option span#superlative-disclaimer a#superlative-logo-link {
      padding: 0;
      text-align: left; }
      section#footer-links-option span#superlative-disclaimer a#superlative-logo-link img {
        width: 140px;
        filter: saturate(0);
        opacity: .75;
        transition: ease .5s; }
      section#footer-links-option span#superlative-disclaimer a#superlative-logo-link img:hover {
        filter: saturate(1);
        opacity: 1;
        transition: ease .5s; }
      @media (max-width: 1199px) {
        section#footer-links-option span#superlative-disclaimer a#superlative-logo-link {
          width: 100%; } }
    @media (max-width: 767px) {
      section#footer-links-option span#superlative-disclaimer {
        text-align: center; }
        section#footer-links-option span#superlative-disclaimer a#superlative-logo-link {
          display: block;
          width: 100%;
          text-align: center;
          margin-bottom: 10px; }
        section#footer-links-option span#superlative-disclaimer a#terms-link:after {
          content: '|';
          width: 15px;
          text-align: center;
          display: inline-block;
          padding-left: 2px; } }
  section#footer-links-option span#footer-links-option-realtor-logos {
    text-align: right;
    padding-right: 30px; }
    @media (max-width: 767px) {
      section#footer-links-option span#footer-links-option-realtor-logos {
        padding: 0;
        width: 100%;
        text-align: center; } }
    section#footer-links-option span#footer-links-option-realtor-logos .realtor_logos {
      filter: saturate(0);
      opacity: .75; }

section#footer-links-option[footer-link-type="select"] {
  /*SELECT*/
  /*COLLAPSE EARLIER*/ }
  section#footer-links-option[footer-link-type="select"] span#footer-links-option-content {
    position: absolute;
    z-index: 99;
    width: 250px;
    left: -25%;
    right: -25%;
    margin: auto; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    section#footer-links-option[footer-link-type="select"] span#footer-links-option-content {
      left: initial !important;
      right: 200px !important; } }
  @media (max-width: 1199px) {
    section#footer-links-option[footer-link-type="select"] span#footer-links-option-content {
      position: static;
      width: 100%;
      border-bottom: 1px solid rgba(51, 51, 51, 0.36);
      padding: 0 30px 30px 30px;
      margin-bottom: 30px; } }

section#footer-links-option[footer-link-type="links"] {
  /*SELECT*/ }
  section#footer-links-option[footer-link-type="links"] span#footer-links-option-content {
    border-bottom: 1px solid rgba(51, 51, 51, 0.36);
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
    display: block;
    width: 100%; }
    section#footer-links-option[footer-link-type="links"] span#footer-links-option-content a.footer_links {
      font-weight: normal; }
    @media (min-width: 992px) {
      section#footer-links-option[footer-link-type="links"] span#footer-links-option-content a.footer_links {
        padding: 5px !important;
        font-size: 12.5px;
        display: inline-block;
        text-align: center;
        float: none; } }
  @media (max-width: 991px) {
    section#footer-links-option[footer-link-type="links"] span#footer-links-option-content:before {
      content: 'Site Links';
      display: block;
      background: white !important;
      color: black !important;
      padding: 5px 15px;
      border-radius: 2.5px;
      text-align: left;
      cursor: pointer;
      line-height: 2;
      font-size: 15px; }
    section#footer-links-option[footer-link-type="links"] span#footer-links-option-content:after {
      content: '\f0d7';
      display: block;
      font-size: 15px;
      position: absolute;
      top: 20px;
      right: 45px;
      font-family: 'Font Awesome 5 Free';
      font-weight: bold; }
    section#footer-links-option[footer-link-type="links"] span#footer-links-option-content {
      position: relative;
      font-size: 0;
      line-height: 0; }
      section#footer-links-option[footer-link-type="links"] span#footer-links-option-content a.footer_links {
        display: none !important; }
    section#footer-links-option[footer-link-type="links"] span#footer-links-option-content:hover a {
      display: block !important;
      text-align: left !important;
      width: 100%;
      background: whitesmoke;
      color: black !important;
      border-top: 1px solid rgba(128, 128, 128, 0.56);
      text-decoration: none;
      font-size: 10px !important;
      line-height: 2;
      padding: 5px 15px !important;
      transition: ease .5s; }
    section#footer-links-option[footer-link-type="links"] span#footer-links-option-content:hover a.footer_links:hover {
      opacity: .85;
      transition: ease .5s; } }

section#footer-links-option[footer-link-type="neither"] span#footer-links-option-content {
  display: none; }

#sidebar {
  background-color: rgba(0, 0, 0, 0.1); }
  #sidebar .bt01 h2 {
    font-size: 2rem; }
  #sidebar .bd01,
  #sidebar .pro-text-desc,
  #sidebar .links-block-description,
  #sidebar .block-title-description,
  #sidebar section.link-blocks.sidebar-default-links.links-block-item a {
    font-size: 12px; }
  #sidebar .block-title-description {
    margin-bottom: 15px;
    padding-bottom: 0; }
    #sidebar .block-title-description .bt01 {
      margin-bottom: 15px; }
    #sidebar .block-title-description .bd01 {
      margin-bottom: 0;
      padding-bottom: 0; }
  #sidebar > section {
    background-color: transparent !important;
    background: transparent !important; }

/*
<section class="content-blocks color00">
    <section id="sidebar-container" class="container-fluid" sidebar-position="">
        <section id="sidebar">[%SUBNAV%]</section>
        <section id="sidebar-main-content">[%H1TAG%][%SEGMENTS%]</section>
    </section>
</section>
*/
section.content-blocks #sidebar-container {
  display: flex;
  align-items: flex-start;
  padding: 15px; }
  @media (min-width: 992px) {
    section.content-blocks #sidebar-container[sidebar-stretch] {
      align-items: stretch; } }
  @media (max-width: 991px) {
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="left"] #sidebar {
      order: -1; }
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="left"] #sidebar-main-content {
      order: -1; } }
  @media (min-width: 992px) {
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="left"] #sidebar {
      order: 1; }
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="left"] #sidebar-main-content {
      order: 2;
      padding-left: 15px; } }
  @media (max-width: 991px) {
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="right"] #sidebar {
      order: -1; }
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="right"] #sidebar-main-content {
      order: -1; } }
  @media (min-width: 992px) {
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="right"] #sidebar {
      order: 2; }
    section.content-blocks #sidebar-container[sidebar-position][sidebar-position="right"] #sidebar-main-content {
      order: 1;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    section.content-blocks #sidebar-container {
      flex-direction: column-reverse; }
      section.content-blocks #sidebar-container #sidebar {
        width: 100%; }
      section.content-blocks #sidebar-container #sidebar-main-content {
        width: 100%; } }
  @media (min-width: 992px) {
    section.content-blocks #sidebar-container {
      flex-direction: row; }
      section.content-blocks #sidebar-container #sidebar {
        width: 300px; }
      section.content-blocks #sidebar-container #sidebar-main-content {
        width: calc(100% - 300px); } }
  section.content-blocks #sidebar-container #sidebar {
    padding: 15px; }
    section.content-blocks #sidebar-container #sidebar > section {
      padding-top: 15px;
      padding-bottom: 0; }
      section.content-blocks #sidebar-container #sidebar > section:not(:first-child):before {
        content: "";
        display: block;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 15px; }
      section.content-blocks #sidebar-container #sidebar > section .container-fluid {
        padding-left: 0;
        padding-right: 0; }
  section.content-blocks #sidebar-container #sidebar-main-content {
    padding-top: 0;
    padding-right: 0; }
    section.content-blocks #sidebar-container #sidebar-main-content > section .container-fluid {
      width: 100%; }

#sidebar > section.pro-gallery-blocks.sidebar-default-gallery {
  padding-bottom: 0 !important; }
  #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item:not(:nth-child(1)) {
    border-top: 1px solid #e4e4e4; }
  #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: transparent;
    border: 0; }
    #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > a.thumbnail-photo {
      width: 50px;
      height: 50px; }
    #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > .caption {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: calc(100% - 50px);
      padding: 0 0 0 10px; }
      #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > .caption .thumbnail-title {
        text-align: left;
        width: 100%;
        font-size: 14px;
        margin: 0 0 10px 0; }
        #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > .caption .thumbnail-title:empty {
          display: none; }
      #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > .caption .thumbnail-description {
        text-align: left;
        width: 100%;
        font-size: 12px; }
      #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > .caption .thumbnail-button {
        text-align: left;
        width: 100%;
        font-size: 12px; }
        #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > .caption .thumbnail-button a {
          text-align: left;
          width: 100%;
          font-size: 12px;
          margin-top: 10px;
          display: flex; }
          #sidebar > section.pro-gallery-blocks.sidebar-default-gallery .sidebar-default-gallery-item > .thumbnail > .caption .thumbnail-button a:after {
            content: "\f101";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 5px; }

section.link-blocks[class*="sidebar"] {
  background-color: transparent !important;
  background: transparent !important; }
  section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item {
      width: 100%;
      padding: 15px 0;
      background-color: transparent !important;
      background: transparent !important; }
      section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item:not(:nth-child(1)) {
        border-top: 1px solid #e4e4e4; }
      section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item a {
        width: 100%;
        display: flex;
        line-height: 1.1;
        margin: 0; }
      section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item .links-block-description {
        text-align: left;
        width: 100%;
        margin-top: 10px;
        font-size: 12px; }
        section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item .links-block-description:empty {
          display: none; }

section.featured-listing-blocks.sidebar-default .sidebar-default-featured-listings .sidebar-default-featured-listings-item {
  margin-bottom: 15px; }
  section.featured-listing-blocks.sidebar-default .sidebar-default-featured-listings .sidebar-default-featured-listings-item .sidebar-default-featured-listings-link {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    text-decoration: none;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    section.featured-listing-blocks.sidebar-default .sidebar-default-featured-listings .sidebar-default-featured-listings-item .sidebar-default-featured-listings-link .sidebar-default-featured-listings-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25); }
      section.featured-listing-blocks.sidebar-default .sidebar-default-featured-listings .sidebar-default-featured-listings-item .sidebar-default-featured-listings-link .sidebar-default-featured-listings-content .sidebar-default-featured-listings-city {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        color: white;
        line-height: 1.1; }
      section.featured-listing-blocks.sidebar-default .sidebar-default-featured-listings .sidebar-default-featured-listings-item .sidebar-default-featured-listings-link .sidebar-default-featured-listings-content .sidebar-default-featured-listings-price {
        width: 100%;
        text-align: center;
        color: white;
        line-height: 1.1; }
    section.featured-listing-blocks.sidebar-default .sidebar-default-featured-listings .sidebar-default-featured-listings-item .sidebar-default-featured-listings-link:hover .sidebar-default-featured-listings-content {
      background-color: rgba(0, 0, 0, 0.5); }

section.featured-listing-blocks.sidebar-featured-listings-carousel .sidebar-featured-listings-carousel-button {
  z-index: 2;
  color: white;
  position: relative; }
  section.featured-listing-blocks.sidebar-featured-listings-carousel .sidebar-featured-listings-carousel-button a {
    color: white !important;
    padding: 0 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    line-height: 1;
    height: 40px;
    text-decoration: none; }
section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-control.left.carousel-control, section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-control.right.carousel-control {
  z-index: 2;
  background-image: none;
  background-color: black;
  opacity: 1;
  color: white;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none; }
  section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-control.left.carousel-control:hover, section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-control.right.carousel-control:hover {
    background-color: #333; }
section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-control.left.carousel-control {
  right: 40px;
  left: auto;
  top: 0;
  font-size: 12px;
  border-right: 1px solid #333; }
section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-control.right.carousel-control {
  right: 0px;
  left: auto;
  top: 0;
  font-size: 12px; }
section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner {
  position: relative; }
  section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: block;
    transition: ease-in-out .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner .item.active {
      opacity: 1;
      z-index: 1; }
    section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner .item a.carousel-caption {
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      color: white;
      text-shadow: none;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 10px;
      text-decoration: none;
      background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); }
    section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner .item .carousel-title,
    section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner .item .carousel-description {
      color: white;
      text-align: left;
      width: 100%;
      line-height: 1.25;
      padding: 0; }
    section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner .item .carousel-title {
      font-size: 17px; }
    section.featured-listing-blocks.sidebar-featured-listings-carousel .carousel-inner .item .carousel-description {
      font-size: 14px; }

section.link-blocks[class*="sidebar"] {
  background-color: transparent !important;
  background: transparent !important; }
  section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item {
      width: 100%;
      padding: 15px 0;
      background-color: transparent !important;
      background: transparent !important; }
      section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item:not(:nth-child(1)) {
        border-top: 1px solid #e4e4e4; }
      section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item a {
        width: 100%;
        display: flex;
        line-height: 1.1;
        margin: 0; }
      section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item .links-block-description {
        text-align: left;
        width: 100%;
        margin-top: 10px;
        font-size: 12px; }
        section.link-blocks[class*="sidebar"].sidebar-default-links .sidebar-default-links-content .links-block-item .links-block-description:empty {
          display: none; }

.block-title-description {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%; }
  .block-title-description .bt01 + .bd01 {
    padding-top: 0; }
  .block-title-description .bt01 {
    margin-bottom: 0;
    padding-bottom: 0; }
    .block-title-description .bt01 h2 {
      margin-top: 0;
      margin-bottom: 0; }
  .block-title-description .bd01 {
    margin-top: 15px;
    padding-top: 0; }
    .block-title-description .bd01:empty {
      display: none; }

section.form-block .block-title-description .bd01 {
  margin-bottom: 0;
  padding-bottom: 0; }

.bt01 + .bd01 {
  margin-top: 15px; }

/*--- SECTION TITLES ---*/
.bt01 {
  text-align: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/*BT01 - TITLE LEFT & DEFAULT*/
.bt01 > h2,
.bt01 > h2:before,
.bt01 > h2:after,
.bt01.text-left,
.bt01.text-left > h2,
.bt01.text-left > h2:before,
.bt01.text-left > h2:after {
  text-align: left !important; }

.bt01.text-left h2:before,
.bt01.text-left h2:after {
  margin-left: 0; }

/*BT01 - TITLE RIGHT*/
.bt01.text-right,
.bt01.text-right h2,
.bt01.text-right h2:before,
.bt01.text-right h2:after {
  text-align: right !important; }

.bt01.text-right h2:before,
.bt01.text-right h2:after {
  margin-right: 0; }

/*BT01 - TITLE CENTER*/
.bt01.text-center,
.bt01.text-center h2,
.bt01.text-center h2:before,
.bt01.text-center h2:after {
  text-align: center !important; }

.bt01.text-center h2:before,
.bt01.text-center h2:after {
  margin-left: auto;
  margin-right: auto; }

/* BD01 - DESCRIPTION LEFT & DEFAULT*/
.bd01,
.bd01.text-left {
  text-align: left; }

/* BD01 - DESCRIPTION RIGHT*/
.bd01.text-right {
  text-align: right; }

/* BD01 - DESCRIPTION CENTER*/
.bd01.text-center {
  text-align: center; }

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

/* BLOCK SIZE */
.block-small {
  padding: 3vh 0; }

.block-medium {
  padding: 6vh 0; }

.block-large {
  padding: 12vh 0; }

@media (max-width: 500px) {
  .hidden-xxs {
    display: none; } }
.d-flex, .d-flex, .flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.d-inline-flex {
  display: inline-flex; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.flex-shrink-0 {
  flex-shrink: 0; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.ml-0 {
  margin-left: 0; }

.ml-auto {
  margin-left: auto; }

.mr-0 {
  margin-right: 0; }

.mr-auto {
  margin-right: auto; }

.mt-0 {
  margin-top: 0; }

.mt-auto {
  margin-top: auto; }

.mb-0 {
  margin-bottom: 0; }

.mb-auto {
  margin-bottom: auto; }

@media (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0; }

  .mt-xs-auto {
    margin-top: auto; }

  .mb-xs-0 {
    margin-bottom: 0; }

  .mb-xs-auto {
    margin-bottom: auto; }

  .ml-xs-0 {
    margin-left: 0; }

  .ml-xs-auto {
    margin-left: auto; }

  .mr-xs-0 {
    margin-right: 0; }

  .mr-xs-auto {
    margin-right: auto; }

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

  .d-xs-inline-flex {
    display: inline-flex; }

  .flex-xs {
    display: flex !important; }

  .flex-xs-row {
    flex-direction: row !important; }

  .flex-xs-column {
    flex-direction: column !important; }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xs-wrap {
    flex-wrap: wrap !important; }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xs-fill {
    flex: 1 1 auto !important; }

  .justify-content-xs-start {
    justify-content: flex-start !important; }

  .justify-content-xs-end {
    justify-content: flex-end !important; }

  .justify-content-xs-center {
    justify-content: center !important; }

  .justify-content-xs-between {
    justify-content: space-between !important; }

  .justify-content-xs-around {
    justify-content: space-around !important; }

  .align-items-xs-start {
    align-items: flex-start !important; }

  .align-items-xs-end {
    align-items: flex-end !important; }

  .align-items-xs-center {
    align-items: center !important; }

  .align-items-xs-baseline {
    align-items: baseline !important; }

  .align-items-xs-stretch {
    align-items: stretch !important; }

  .align-content-xs-start {
    align-content: flex-start !important; }

  .align-content-xs-end {
    align-content: flex-end !important; }

  .align-content-xs-center {
    align-content: center !important; }

  .align-content-xs-between {
    align-content: space-between !important; }

  .align-content-xs-around {
    align-content: space-around !important; }

  .align-content-xs-stretch {
    align-content: stretch !important; }

  .align-self-xs-auto {
    align-self: auto !important; }

  .align-self-xs-start {
    align-self: flex-start !important; }

  .align-self-xs-end {
    align-self: flex-end !important; }

  .align-self-xs-center {
    align-self: center !important; }

  .align-self-xs-baseline {
    align-self: baseline !important; }

  .align-self-xs-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0; }

  .mt-sm-auto {
    margin-top: auto; }

  .mb-sm-0 {
    margin-bottom: 0; }

  .mb-sm-auto {
    margin-bottom: auto; }

  .ml-sm-0 {
    margin-left: 0; }

  .ml-sm-auto {
    margin-left: auto; }

  .mr-sm-0 {
    margin-right: 0; }

  .mr-sm-auto {
    margin-right: auto; }

  .d-sm-flex {
    display: flex; }

  .d-sm-inline-flex {
    display: inline-flex; }

  .flex-sm {
    display: flex !important; }

  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0; }

  .mt-md-auto {
    margin-top: auto; }

  .mb-md-0 {
    margin-bottom: 0; }

  .mb-md-auto {
    margin-bottom: auto; }

  .ml-md-0 {
    margin-left: 0; }

  .ml-md-auto {
    margin-left: auto; }

  .mr-md-0 {
    margin-right: 0; }

  .mr-md-auto {
    margin-right: auto; }

  .d-md-flex {
    display: flex; }

  .d-md-inline-flex {
    display: inline-flex; }

  .flex-md {
    display: flex !important; }

  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0; }

  .mt-lg-auto {
    margin-top: auto; }

  .mb-lg-0 {
    margin-bottom: 0; }

  .mb-lg-auto {
    margin-bottom: auto; }

  .ml-lg-0 {
    margin-left: 0; }

  .ml-lg-auto {
    margin-left: auto; }

  .mr-lg-0 {
    margin-right: 0; }

  .mr-lg-auto {
    margin-right: auto; }

  .d-lg-flex {
    display: flex; }

  .d-lg-inline-flex {
    display: inline-flex; }

  .flex-lg {
    display: flex !important; }

  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (max-width: 767px) {
  .order-xs-1 {
    order: 1; }

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

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

  .order-xs-4 {
    order: 4; }

  .order-xs-5 {
    order: 5; }

  .order-xs-6 {
    order: 6; }

  .order-xs-7 {
    order: 7; }

  .order-xs-8 {
    order: 8; }

  .order-xs-9 {
    order: 9; }

  .order-xs-10 {
    order: 10; }

  .order-xs-11 {
    order: 11; }

  .order-xs-12 {
    order: 12; } }
@media (min-width: 768px) {
  .order-sm-1 {
    order: 1; }

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

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

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; } }
@media (min-width: 992px) {
  .order-md-1 {
    order: 1; }

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

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

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; } }
@media (min-width: 1200px) {
  .order-lg-1 {
    order: 1; }

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

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

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; } }
.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.tb-margin {
  margin-top: 5px;
  margin-bottom: 5px; }

.mt-5,
.t-margin-5 {
  margin-top: 5px; }

.mb-5,
.b-margin-5 {
  margin-bottom: 5px; }

.lr-margin-5 {
  margin-right: 5px;
  margin-left: 5px; }

.mr-5,
.r-margin-5 {
  margin-right: 5px; }

.ml-5,
.l-margin-5 {
  margin-left: 5px; }

.tb-padding-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.t-padding-5 {
  padding-top: 5px; }

.b-padding-5 {
  padding-bottom: 5px; }

.lr-padding-5 {
  padding-right: 5px;
  padding-left: 5px; }

.r-padding-5 {
  padding-right: 5px; }

.l-padding-5 {
  padding-left: 5px; }

@media (max-width: 767px) {
  .tb-margin-xs-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .t-margin-xs-5 {
    margin-top: 5px; }

  .b-margin-xs-5 {
    margin-bottom: 5px; }

  .lr-margin-xs-5 {
    margin-right: 5px;
    margin-left: 5px; }

  .r-margin-xs-5 {
    margin-right: 5px; }

  .l-margin-xs-5 {
    margin-left: 5px; }

  .tb-padding-xs-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .t-padding-xs-5 {
    padding-top: 5px; }

  .b-padding-xs-5 {
    padding-bottom: 5px; }

  .lr-padding-xs-5 {
    padding-right: 5px;
    padding-left: 5px; }

  .r-padding-xs-5 {
    padding-right: 5px; }

  .l-padding-xs-5 {
    padding-left: 5px; } }
@media (min-width: 768px) {
  .tb-margin-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .t-margin-sm-5 {
    margin-top: 5px; }

  .b-margin-sm-5 {
    margin-bottom: 5px; }

  .lr-margin-sm-5 {
    margin-right: 5px;
    margin-left: 5px; }

  .r-margin-sm-5 {
    margin-right: 5px; }

  .l-margin-sm-5 {
    margin-left: 5px; }

  .tb-padding-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .t-padding-sm-5 {
    padding-top: 5px; }

  .b-padding-sm-5 {
    padding-bottom: 5px; }

  .lr-padding-sm-5 {
    padding-right: 5px;
    padding-left: 5px; }

  .r-padding-sm-5 {
    padding-right: 5px; }

  .l-padding-sm-5 {
    padding-left: 5px; } }
@media (min-width: 992px) {
  .tb-margin-md-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .t-margin-md-5 {
    margin-top: 5px; }

  .b-margin-md-5 {
    margin-bottom: 5px; }

  .lr-margin-md-5 {
    margin-right: 5px;
    margin-left: 5px; }

  .r-margin-md-5 {
    margin-right: 5px; }

  .l-margin-md-5 {
    margin-left: 5px; }

  .tb-padding-md-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .t-padding-md-5 {
    padding-top: 5px; }

  .b-padding-md-5 {
    padding-bottom: 5px; }

  .lr-padding-md-5 {
    padding-right: 5px;
    padding-left: 5px; }

  .r-padding-md-5 {
    padding-right: 5px; }

  .l-padding-md-5 {
    padding-left: 5px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .t-margin-lg-5 {
    margin-top: 5px; }

  .b-margin-lg-5 {
    margin-bottom: 5px; }

  .lr-margin-lg-5 {
    margin-right: 5px;
    margin-left: 5px; }

  .r-margin-lg-5 {
    margin-right: 5px; }

  .l-margin-lg-5 {
    margin-left: 5px; }

  .tb-padding-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .t-padding-lg-5 {
    padding-top: 5px; }

  .b-padding-lg-5 {
    padding-bottom: 5px; }

  .lr-padding-lg-5 {
    padding-right: 5px;
    padding-left: 5px; }

  .r-padding-lg-5 {
    padding-right: 5px; }

  .l-padding-lg-5 {
    padding-left: 5px; } }
.tb-margin {
  margin-top: 10px;
  margin-bottom: 10px; }

.mt-10,
.t-margin-10 {
  margin-top: 10px; }

.mb-10,
.b-margin-10 {
  margin-bottom: 10px; }

.lr-margin-10 {
  margin-right: 10px;
  margin-left: 10px; }

.mr-10,
.r-margin-10 {
  margin-right: 10px; }

.ml-10,
.l-margin-10 {
  margin-left: 10px; }

.tb-padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.t-padding-10 {
  padding-top: 10px; }

.b-padding-10 {
  padding-bottom: 10px; }

.lr-padding-10 {
  padding-right: 10px;
  padding-left: 10px; }

.r-padding-10 {
  padding-right: 10px; }

.l-padding-10 {
  padding-left: 10px; }

@media (max-width: 767px) {
  .tb-margin-xs-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .t-margin-xs-10 {
    margin-top: 10px; }

  .b-margin-xs-10 {
    margin-bottom: 10px; }

  .lr-margin-xs-10 {
    margin-right: 10px;
    margin-left: 10px; }

  .r-margin-xs-10 {
    margin-right: 10px; }

  .l-margin-xs-10 {
    margin-left: 10px; }

  .tb-padding-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .t-padding-xs-10 {
    padding-top: 10px; }

  .b-padding-xs-10 {
    padding-bottom: 10px; }

  .lr-padding-xs-10 {
    padding-right: 10px;
    padding-left: 10px; }

  .r-padding-xs-10 {
    padding-right: 10px; }

  .l-padding-xs-10 {
    padding-left: 10px; } }
@media (min-width: 768px) {
  .tb-margin-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .t-margin-sm-10 {
    margin-top: 10px; }

  .b-margin-sm-10 {
    margin-bottom: 10px; }

  .lr-margin-sm-10 {
    margin-right: 10px;
    margin-left: 10px; }

  .r-margin-sm-10 {
    margin-right: 10px; }

  .l-margin-sm-10 {
    margin-left: 10px; }

  .tb-padding-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .t-padding-sm-10 {
    padding-top: 10px; }

  .b-padding-sm-10 {
    padding-bottom: 10px; }

  .lr-padding-sm-10 {
    padding-right: 10px;
    padding-left: 10px; }

  .r-padding-sm-10 {
    padding-right: 10px; }

  .l-padding-sm-10 {
    padding-left: 10px; } }
@media (min-width: 992px) {
  .tb-margin-md-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .t-margin-md-10 {
    margin-top: 10px; }

  .b-margin-md-10 {
    margin-bottom: 10px; }

  .lr-margin-md-10 {
    margin-right: 10px;
    margin-left: 10px; }

  .r-margin-md-10 {
    margin-right: 10px; }

  .l-margin-md-10 {
    margin-left: 10px; }

  .tb-padding-md-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .t-padding-md-10 {
    padding-top: 10px; }

  .b-padding-md-10 {
    padding-bottom: 10px; }

  .lr-padding-md-10 {
    padding-right: 10px;
    padding-left: 10px; }

  .r-padding-md-10 {
    padding-right: 10px; }

  .l-padding-md-10 {
    padding-left: 10px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .t-margin-lg-10 {
    margin-top: 10px; }

  .b-margin-lg-10 {
    margin-bottom: 10px; }

  .lr-margin-lg-10 {
    margin-right: 10px;
    margin-left: 10px; }

  .r-margin-lg-10 {
    margin-right: 10px; }

  .l-margin-lg-10 {
    margin-left: 10px; }

  .tb-padding-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .t-padding-lg-10 {
    padding-top: 10px; }

  .b-padding-lg-10 {
    padding-bottom: 10px; }

  .lr-padding-lg-10 {
    padding-right: 10px;
    padding-left: 10px; }

  .r-padding-lg-10 {
    padding-right: 10px; }

  .l-padding-lg-10 {
    padding-left: 10px; } }
.tb-margin {
  margin-top: 15px;
  margin-bottom: 15px; }

.mt-15,
.t-margin-15 {
  margin-top: 15px; }

.mb-15,
.b-margin-15 {
  margin-bottom: 15px; }

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

.mr-15,
.r-margin-15 {
  margin-right: 15px; }

.ml-15,
.l-margin-15 {
  margin-left: 15px; }

.tb-padding-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.t-padding-15 {
  padding-top: 15px; }

.b-padding-15 {
  padding-bottom: 15px; }

.lr-padding-15 {
  padding-right: 15px;
  padding-left: 15px; }

.r-padding-15 {
  padding-right: 15px; }

.l-padding-15 {
  padding-left: 15px; }

@media (max-width: 767px) {
  .tb-margin-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .t-margin-xs-15 {
    margin-top: 15px; }

  .b-margin-xs-15 {
    margin-bottom: 15px; }

  .lr-margin-xs-15 {
    margin-right: 15px;
    margin-left: 15px; }

  .r-margin-xs-15 {
    margin-right: 15px; }

  .l-margin-xs-15 {
    margin-left: 15px; }

  .tb-padding-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .t-padding-xs-15 {
    padding-top: 15px; }

  .b-padding-xs-15 {
    padding-bottom: 15px; }

  .lr-padding-xs-15 {
    padding-right: 15px;
    padding-left: 15px; }

  .r-padding-xs-15 {
    padding-right: 15px; }

  .l-padding-xs-15 {
    padding-left: 15px; } }
@media (min-width: 768px) {
  .tb-margin-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .t-margin-sm-15 {
    margin-top: 15px; }

  .b-margin-sm-15 {
    margin-bottom: 15px; }

  .lr-margin-sm-15 {
    margin-right: 15px;
    margin-left: 15px; }

  .r-margin-sm-15 {
    margin-right: 15px; }

  .l-margin-sm-15 {
    margin-left: 15px; }

  .tb-padding-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .t-padding-sm-15 {
    padding-top: 15px; }

  .b-padding-sm-15 {
    padding-bottom: 15px; }

  .lr-padding-sm-15 {
    padding-right: 15px;
    padding-left: 15px; }

  .r-padding-sm-15 {
    padding-right: 15px; }

  .l-padding-sm-15 {
    padding-left: 15px; } }
@media (min-width: 992px) {
  .tb-margin-md-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .t-margin-md-15 {
    margin-top: 15px; }

  .b-margin-md-15 {
    margin-bottom: 15px; }

  .lr-margin-md-15 {
    margin-right: 15px;
    margin-left: 15px; }

  .r-margin-md-15 {
    margin-right: 15px; }

  .l-margin-md-15 {
    margin-left: 15px; }

  .tb-padding-md-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .t-padding-md-15 {
    padding-top: 15px; }

  .b-padding-md-15 {
    padding-bottom: 15px; }

  .lr-padding-md-15 {
    padding-right: 15px;
    padding-left: 15px; }

  .r-padding-md-15 {
    padding-right: 15px; }

  .l-padding-md-15 {
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .t-margin-lg-15 {
    margin-top: 15px; }

  .b-margin-lg-15 {
    margin-bottom: 15px; }

  .lr-margin-lg-15 {
    margin-right: 15px;
    margin-left: 15px; }

  .r-margin-lg-15 {
    margin-right: 15px; }

  .l-margin-lg-15 {
    margin-left: 15px; }

  .tb-padding-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .t-padding-lg-15 {
    padding-top: 15px; }

  .b-padding-lg-15 {
    padding-bottom: 15px; }

  .lr-padding-lg-15 {
    padding-right: 15px;
    padding-left: 15px; }

  .r-padding-lg-15 {
    padding-right: 15px; }

  .l-padding-lg-15 {
    padding-left: 15px; } }
.tb-margin {
  margin-top: 20px;
  margin-bottom: 20px; }

.mt-20,
.t-margin-20 {
  margin-top: 20px; }

.mb-20,
.b-margin-20 {
  margin-bottom: 20px; }

.lr-margin-20 {
  margin-right: 20px;
  margin-left: 20px; }

.mr-20,
.r-margin-20 {
  margin-right: 20px; }

.ml-20,
.l-margin-20 {
  margin-left: 20px; }

.tb-padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.t-padding-20 {
  padding-top: 20px; }

.b-padding-20 {
  padding-bottom: 20px; }

.lr-padding-20 {
  padding-right: 20px;
  padding-left: 20px; }

.r-padding-20 {
  padding-right: 20px; }

.l-padding-20 {
  padding-left: 20px; }

@media (max-width: 767px) {
  .tb-margin-xs-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .t-margin-xs-20 {
    margin-top: 20px; }

  .b-margin-xs-20 {
    margin-bottom: 20px; }

  .lr-margin-xs-20 {
    margin-right: 20px;
    margin-left: 20px; }

  .r-margin-xs-20 {
    margin-right: 20px; }

  .l-margin-xs-20 {
    margin-left: 20px; }

  .tb-padding-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .t-padding-xs-20 {
    padding-top: 20px; }

  .b-padding-xs-20 {
    padding-bottom: 20px; }

  .lr-padding-xs-20 {
    padding-right: 20px;
    padding-left: 20px; }

  .r-padding-xs-20 {
    padding-right: 20px; }

  .l-padding-xs-20 {
    padding-left: 20px; } }
@media (min-width: 768px) {
  .tb-margin-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .t-margin-sm-20 {
    margin-top: 20px; }

  .b-margin-sm-20 {
    margin-bottom: 20px; }

  .lr-margin-sm-20 {
    margin-right: 20px;
    margin-left: 20px; }

  .r-margin-sm-20 {
    margin-right: 20px; }

  .l-margin-sm-20 {
    margin-left: 20px; }

  .tb-padding-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .t-padding-sm-20 {
    padding-top: 20px; }

  .b-padding-sm-20 {
    padding-bottom: 20px; }

  .lr-padding-sm-20 {
    padding-right: 20px;
    padding-left: 20px; }

  .r-padding-sm-20 {
    padding-right: 20px; }

  .l-padding-sm-20 {
    padding-left: 20px; } }
@media (min-width: 992px) {
  .tb-margin-md-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .t-margin-md-20 {
    margin-top: 20px; }

  .b-margin-md-20 {
    margin-bottom: 20px; }

  .lr-margin-md-20 {
    margin-right: 20px;
    margin-left: 20px; }

  .r-margin-md-20 {
    margin-right: 20px; }

  .l-margin-md-20 {
    margin-left: 20px; }

  .tb-padding-md-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .t-padding-md-20 {
    padding-top: 20px; }

  .b-padding-md-20 {
    padding-bottom: 20px; }

  .lr-padding-md-20 {
    padding-right: 20px;
    padding-left: 20px; }

  .r-padding-md-20 {
    padding-right: 20px; }

  .l-padding-md-20 {
    padding-left: 20px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .t-margin-lg-20 {
    margin-top: 20px; }

  .b-margin-lg-20 {
    margin-bottom: 20px; }

  .lr-margin-lg-20 {
    margin-right: 20px;
    margin-left: 20px; }

  .r-margin-lg-20 {
    margin-right: 20px; }

  .l-margin-lg-20 {
    margin-left: 20px; }

  .tb-padding-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .t-padding-lg-20 {
    padding-top: 20px; }

  .b-padding-lg-20 {
    padding-bottom: 20px; }

  .lr-padding-lg-20 {
    padding-right: 20px;
    padding-left: 20px; }

  .r-padding-lg-20 {
    padding-right: 20px; }

  .l-padding-lg-20 {
    padding-left: 20px; } }
.tb-margin {
  margin-top: 25px;
  margin-bottom: 25px; }

.mt-25,
.t-margin-25 {
  margin-top: 25px; }

.mb-25,
.b-margin-25 {
  margin-bottom: 25px; }

.lr-margin-25 {
  margin-right: 25px;
  margin-left: 25px; }

.mr-25,
.r-margin-25 {
  margin-right: 25px; }

.ml-25,
.l-margin-25 {
  margin-left: 25px; }

.tb-padding-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.t-padding-25 {
  padding-top: 25px; }

.b-padding-25 {
  padding-bottom: 25px; }

.lr-padding-25 {
  padding-right: 25px;
  padding-left: 25px; }

.r-padding-25 {
  padding-right: 25px; }

.l-padding-25 {
  padding-left: 25px; }

@media (max-width: 767px) {
  .tb-margin-xs-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .t-margin-xs-25 {
    margin-top: 25px; }

  .b-margin-xs-25 {
    margin-bottom: 25px; }

  .lr-margin-xs-25 {
    margin-right: 25px;
    margin-left: 25px; }

  .r-margin-xs-25 {
    margin-right: 25px; }

  .l-margin-xs-25 {
    margin-left: 25px; }

  .tb-padding-xs-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .t-padding-xs-25 {
    padding-top: 25px; }

  .b-padding-xs-25 {
    padding-bottom: 25px; }

  .lr-padding-xs-25 {
    padding-right: 25px;
    padding-left: 25px; }

  .r-padding-xs-25 {
    padding-right: 25px; }

  .l-padding-xs-25 {
    padding-left: 25px; } }
@media (min-width: 768px) {
  .tb-margin-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .t-margin-sm-25 {
    margin-top: 25px; }

  .b-margin-sm-25 {
    margin-bottom: 25px; }

  .lr-margin-sm-25 {
    margin-right: 25px;
    margin-left: 25px; }

  .r-margin-sm-25 {
    margin-right: 25px; }

  .l-margin-sm-25 {
    margin-left: 25px; }

  .tb-padding-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .t-padding-sm-25 {
    padding-top: 25px; }

  .b-padding-sm-25 {
    padding-bottom: 25px; }

  .lr-padding-sm-25 {
    padding-right: 25px;
    padding-left: 25px; }

  .r-padding-sm-25 {
    padding-right: 25px; }

  .l-padding-sm-25 {
    padding-left: 25px; } }
@media (min-width: 992px) {
  .tb-margin-md-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .t-margin-md-25 {
    margin-top: 25px; }

  .b-margin-md-25 {
    margin-bottom: 25px; }

  .lr-margin-md-25 {
    margin-right: 25px;
    margin-left: 25px; }

  .r-margin-md-25 {
    margin-right: 25px; }

  .l-margin-md-25 {
    margin-left: 25px; }

  .tb-padding-md-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .t-padding-md-25 {
    padding-top: 25px; }

  .b-padding-md-25 {
    padding-bottom: 25px; }

  .lr-padding-md-25 {
    padding-right: 25px;
    padding-left: 25px; }

  .r-padding-md-25 {
    padding-right: 25px; }

  .l-padding-md-25 {
    padding-left: 25px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .t-margin-lg-25 {
    margin-top: 25px; }

  .b-margin-lg-25 {
    margin-bottom: 25px; }

  .lr-margin-lg-25 {
    margin-right: 25px;
    margin-left: 25px; }

  .r-margin-lg-25 {
    margin-right: 25px; }

  .l-margin-lg-25 {
    margin-left: 25px; }

  .tb-padding-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .t-padding-lg-25 {
    padding-top: 25px; }

  .b-padding-lg-25 {
    padding-bottom: 25px; }

  .lr-padding-lg-25 {
    padding-right: 25px;
    padding-left: 25px; }

  .r-padding-lg-25 {
    padding-right: 25px; }

  .l-padding-lg-25 {
    padding-left: 25px; } }
.tb-margin {
  margin-top: 30px;
  margin-bottom: 30px; }

.mt-30,
.t-margin-30 {
  margin-top: 30px; }

.mb-30,
.b-margin-30 {
  margin-bottom: 30px; }

.lr-margin-30 {
  margin-right: 30px;
  margin-left: 30px; }

.mr-30,
.r-margin-30 {
  margin-right: 30px; }

.ml-30,
.l-margin-30 {
  margin-left: 30px; }

.tb-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.t-padding-30 {
  padding-top: 30px; }

.b-padding-30 {
  padding-bottom: 30px; }

.lr-padding-30 {
  padding-right: 30px;
  padding-left: 30px; }

.r-padding-30 {
  padding-right: 30px; }

.l-padding-30 {
  padding-left: 30px; }

@media (max-width: 767px) {
  .tb-margin-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .t-margin-xs-30 {
    margin-top: 30px; }

  .b-margin-xs-30 {
    margin-bottom: 30px; }

  .lr-margin-xs-30 {
    margin-right: 30px;
    margin-left: 30px; }

  .r-margin-xs-30 {
    margin-right: 30px; }

  .l-margin-xs-30 {
    margin-left: 30px; }

  .tb-padding-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .t-padding-xs-30 {
    padding-top: 30px; }

  .b-padding-xs-30 {
    padding-bottom: 30px; }

  .lr-padding-xs-30 {
    padding-right: 30px;
    padding-left: 30px; }

  .r-padding-xs-30 {
    padding-right: 30px; }

  .l-padding-xs-30 {
    padding-left: 30px; } }
@media (min-width: 768px) {
  .tb-margin-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .t-margin-sm-30 {
    margin-top: 30px; }

  .b-margin-sm-30 {
    margin-bottom: 30px; }

  .lr-margin-sm-30 {
    margin-right: 30px;
    margin-left: 30px; }

  .r-margin-sm-30 {
    margin-right: 30px; }

  .l-margin-sm-30 {
    margin-left: 30px; }

  .tb-padding-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .t-padding-sm-30 {
    padding-top: 30px; }

  .b-padding-sm-30 {
    padding-bottom: 30px; }

  .lr-padding-sm-30 {
    padding-right: 30px;
    padding-left: 30px; }

  .r-padding-sm-30 {
    padding-right: 30px; }

  .l-padding-sm-30 {
    padding-left: 30px; } }
@media (min-width: 992px) {
  .tb-margin-md-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .t-margin-md-30 {
    margin-top: 30px; }

  .b-margin-md-30 {
    margin-bottom: 30px; }

  .lr-margin-md-30 {
    margin-right: 30px;
    margin-left: 30px; }

  .r-margin-md-30 {
    margin-right: 30px; }

  .l-margin-md-30 {
    margin-left: 30px; }

  .tb-padding-md-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .t-padding-md-30 {
    padding-top: 30px; }

  .b-padding-md-30 {
    padding-bottom: 30px; }

  .lr-padding-md-30 {
    padding-right: 30px;
    padding-left: 30px; }

  .r-padding-md-30 {
    padding-right: 30px; }

  .l-padding-md-30 {
    padding-left: 30px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .t-margin-lg-30 {
    margin-top: 30px; }

  .b-margin-lg-30 {
    margin-bottom: 30px; }

  .lr-margin-lg-30 {
    margin-right: 30px;
    margin-left: 30px; }

  .r-margin-lg-30 {
    margin-right: 30px; }

  .l-margin-lg-30 {
    margin-left: 30px; }

  .tb-padding-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .t-padding-lg-30 {
    padding-top: 30px; }

  .b-padding-lg-30 {
    padding-bottom: 30px; }

  .lr-padding-lg-30 {
    padding-right: 30px;
    padding-left: 30px; }

  .r-padding-lg-30 {
    padding-right: 30px; }

  .l-padding-lg-30 {
    padding-left: 30px; } }
.tb-margin {
  margin-top: 35px;
  margin-bottom: 35px; }

.mt-35,
.t-margin-35 {
  margin-top: 35px; }

.mb-35,
.b-margin-35 {
  margin-bottom: 35px; }

.lr-margin-35 {
  margin-right: 35px;
  margin-left: 35px; }

.mr-35,
.r-margin-35 {
  margin-right: 35px; }

.ml-35,
.l-margin-35 {
  margin-left: 35px; }

.tb-padding-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.t-padding-35 {
  padding-top: 35px; }

.b-padding-35 {
  padding-bottom: 35px; }

.lr-padding-35 {
  padding-right: 35px;
  padding-left: 35px; }

.r-padding-35 {
  padding-right: 35px; }

.l-padding-35 {
  padding-left: 35px; }

@media (max-width: 767px) {
  .tb-margin-xs-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .t-margin-xs-35 {
    margin-top: 35px; }

  .b-margin-xs-35 {
    margin-bottom: 35px; }

  .lr-margin-xs-35 {
    margin-right: 35px;
    margin-left: 35px; }

  .r-margin-xs-35 {
    margin-right: 35px; }

  .l-margin-xs-35 {
    margin-left: 35px; }

  .tb-padding-xs-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .t-padding-xs-35 {
    padding-top: 35px; }

  .b-padding-xs-35 {
    padding-bottom: 35px; }

  .lr-padding-xs-35 {
    padding-right: 35px;
    padding-left: 35px; }

  .r-padding-xs-35 {
    padding-right: 35px; }

  .l-padding-xs-35 {
    padding-left: 35px; } }
@media (min-width: 768px) {
  .tb-margin-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .t-margin-sm-35 {
    margin-top: 35px; }

  .b-margin-sm-35 {
    margin-bottom: 35px; }

  .lr-margin-sm-35 {
    margin-right: 35px;
    margin-left: 35px; }

  .r-margin-sm-35 {
    margin-right: 35px; }

  .l-margin-sm-35 {
    margin-left: 35px; }

  .tb-padding-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .t-padding-sm-35 {
    padding-top: 35px; }

  .b-padding-sm-35 {
    padding-bottom: 35px; }

  .lr-padding-sm-35 {
    padding-right: 35px;
    padding-left: 35px; }

  .r-padding-sm-35 {
    padding-right: 35px; }

  .l-padding-sm-35 {
    padding-left: 35px; } }
@media (min-width: 992px) {
  .tb-margin-md-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .t-margin-md-35 {
    margin-top: 35px; }

  .b-margin-md-35 {
    margin-bottom: 35px; }

  .lr-margin-md-35 {
    margin-right: 35px;
    margin-left: 35px; }

  .r-margin-md-35 {
    margin-right: 35px; }

  .l-margin-md-35 {
    margin-left: 35px; }

  .tb-padding-md-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .t-padding-md-35 {
    padding-top: 35px; }

  .b-padding-md-35 {
    padding-bottom: 35px; }

  .lr-padding-md-35 {
    padding-right: 35px;
    padding-left: 35px; }

  .r-padding-md-35 {
    padding-right: 35px; }

  .l-padding-md-35 {
    padding-left: 35px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .t-margin-lg-35 {
    margin-top: 35px; }

  .b-margin-lg-35 {
    margin-bottom: 35px; }

  .lr-margin-lg-35 {
    margin-right: 35px;
    margin-left: 35px; }

  .r-margin-lg-35 {
    margin-right: 35px; }

  .l-margin-lg-35 {
    margin-left: 35px; }

  .tb-padding-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .t-padding-lg-35 {
    padding-top: 35px; }

  .b-padding-lg-35 {
    padding-bottom: 35px; }

  .lr-padding-lg-35 {
    padding-right: 35px;
    padding-left: 35px; }

  .r-padding-lg-35 {
    padding-right: 35px; }

  .l-padding-lg-35 {
    padding-left: 35px; } }
.tb-margin {
  margin-top: 40px;
  margin-bottom: 40px; }

.mt-40,
.t-margin-40 {
  margin-top: 40px; }

.mb-40,
.b-margin-40 {
  margin-bottom: 40px; }

.lr-margin-40 {
  margin-right: 40px;
  margin-left: 40px; }

.mr-40,
.r-margin-40 {
  margin-right: 40px; }

.ml-40,
.l-margin-40 {
  margin-left: 40px; }

.tb-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.t-padding-40 {
  padding-top: 40px; }

.b-padding-40 {
  padding-bottom: 40px; }

.lr-padding-40 {
  padding-right: 40px;
  padding-left: 40px; }

.r-padding-40 {
  padding-right: 40px; }

.l-padding-40 {
  padding-left: 40px; }

@media (max-width: 767px) {
  .tb-margin-xs-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .t-margin-xs-40 {
    margin-top: 40px; }

  .b-margin-xs-40 {
    margin-bottom: 40px; }

  .lr-margin-xs-40 {
    margin-right: 40px;
    margin-left: 40px; }

  .r-margin-xs-40 {
    margin-right: 40px; }

  .l-margin-xs-40 {
    margin-left: 40px; }

  .tb-padding-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .t-padding-xs-40 {
    padding-top: 40px; }

  .b-padding-xs-40 {
    padding-bottom: 40px; }

  .lr-padding-xs-40 {
    padding-right: 40px;
    padding-left: 40px; }

  .r-padding-xs-40 {
    padding-right: 40px; }

  .l-padding-xs-40 {
    padding-left: 40px; } }
@media (min-width: 768px) {
  .tb-margin-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .t-margin-sm-40 {
    margin-top: 40px; }

  .b-margin-sm-40 {
    margin-bottom: 40px; }

  .lr-margin-sm-40 {
    margin-right: 40px;
    margin-left: 40px; }

  .r-margin-sm-40 {
    margin-right: 40px; }

  .l-margin-sm-40 {
    margin-left: 40px; }

  .tb-padding-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .t-padding-sm-40 {
    padding-top: 40px; }

  .b-padding-sm-40 {
    padding-bottom: 40px; }

  .lr-padding-sm-40 {
    padding-right: 40px;
    padding-left: 40px; }

  .r-padding-sm-40 {
    padding-right: 40px; }

  .l-padding-sm-40 {
    padding-left: 40px; } }
@media (min-width: 992px) {
  .tb-margin-md-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .t-margin-md-40 {
    margin-top: 40px; }

  .b-margin-md-40 {
    margin-bottom: 40px; }

  .lr-margin-md-40 {
    margin-right: 40px;
    margin-left: 40px; }

  .r-margin-md-40 {
    margin-right: 40px; }

  .l-margin-md-40 {
    margin-left: 40px; }

  .tb-padding-md-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .t-padding-md-40 {
    padding-top: 40px; }

  .b-padding-md-40 {
    padding-bottom: 40px; }

  .lr-padding-md-40 {
    padding-right: 40px;
    padding-left: 40px; }

  .r-padding-md-40 {
    padding-right: 40px; }

  .l-padding-md-40 {
    padding-left: 40px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .t-margin-lg-40 {
    margin-top: 40px; }

  .b-margin-lg-40 {
    margin-bottom: 40px; }

  .lr-margin-lg-40 {
    margin-right: 40px;
    margin-left: 40px; }

  .r-margin-lg-40 {
    margin-right: 40px; }

  .l-margin-lg-40 {
    margin-left: 40px; }

  .tb-padding-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .t-padding-lg-40 {
    padding-top: 40px; }

  .b-padding-lg-40 {
    padding-bottom: 40px; }

  .lr-padding-lg-40 {
    padding-right: 40px;
    padding-left: 40px; }

  .r-padding-lg-40 {
    padding-right: 40px; }

  .l-padding-lg-40 {
    padding-left: 40px; } }
.tb-margin {
  margin-top: 45px;
  margin-bottom: 45px; }

.mt-45,
.t-margin-45 {
  margin-top: 45px; }

.mb-45,
.b-margin-45 {
  margin-bottom: 45px; }

.lr-margin-45 {
  margin-right: 45px;
  margin-left: 45px; }

.mr-45,
.r-margin-45 {
  margin-right: 45px; }

.ml-45,
.l-margin-45 {
  margin-left: 45px; }

.tb-padding-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.t-padding-45 {
  padding-top: 45px; }

.b-padding-45 {
  padding-bottom: 45px; }

.lr-padding-45 {
  padding-right: 45px;
  padding-left: 45px; }

.r-padding-45 {
  padding-right: 45px; }

.l-padding-45 {
  padding-left: 45px; }

@media (max-width: 767px) {
  .tb-margin-xs-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .t-margin-xs-45 {
    margin-top: 45px; }

  .b-margin-xs-45 {
    margin-bottom: 45px; }

  .lr-margin-xs-45 {
    margin-right: 45px;
    margin-left: 45px; }

  .r-margin-xs-45 {
    margin-right: 45px; }

  .l-margin-xs-45 {
    margin-left: 45px; }

  .tb-padding-xs-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .t-padding-xs-45 {
    padding-top: 45px; }

  .b-padding-xs-45 {
    padding-bottom: 45px; }

  .lr-padding-xs-45 {
    padding-right: 45px;
    padding-left: 45px; }

  .r-padding-xs-45 {
    padding-right: 45px; }

  .l-padding-xs-45 {
    padding-left: 45px; } }
@media (min-width: 768px) {
  .tb-margin-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .t-margin-sm-45 {
    margin-top: 45px; }

  .b-margin-sm-45 {
    margin-bottom: 45px; }

  .lr-margin-sm-45 {
    margin-right: 45px;
    margin-left: 45px; }

  .r-margin-sm-45 {
    margin-right: 45px; }

  .l-margin-sm-45 {
    margin-left: 45px; }

  .tb-padding-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .t-padding-sm-45 {
    padding-top: 45px; }

  .b-padding-sm-45 {
    padding-bottom: 45px; }

  .lr-padding-sm-45 {
    padding-right: 45px;
    padding-left: 45px; }

  .r-padding-sm-45 {
    padding-right: 45px; }

  .l-padding-sm-45 {
    padding-left: 45px; } }
@media (min-width: 992px) {
  .tb-margin-md-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .t-margin-md-45 {
    margin-top: 45px; }

  .b-margin-md-45 {
    margin-bottom: 45px; }

  .lr-margin-md-45 {
    margin-right: 45px;
    margin-left: 45px; }

  .r-margin-md-45 {
    margin-right: 45px; }

  .l-margin-md-45 {
    margin-left: 45px; }

  .tb-padding-md-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .t-padding-md-45 {
    padding-top: 45px; }

  .b-padding-md-45 {
    padding-bottom: 45px; }

  .lr-padding-md-45 {
    padding-right: 45px;
    padding-left: 45px; }

  .r-padding-md-45 {
    padding-right: 45px; }

  .l-padding-md-45 {
    padding-left: 45px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .t-margin-lg-45 {
    margin-top: 45px; }

  .b-margin-lg-45 {
    margin-bottom: 45px; }

  .lr-margin-lg-45 {
    margin-right: 45px;
    margin-left: 45px; }

  .r-margin-lg-45 {
    margin-right: 45px; }

  .l-margin-lg-45 {
    margin-left: 45px; }

  .tb-padding-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .t-padding-lg-45 {
    padding-top: 45px; }

  .b-padding-lg-45 {
    padding-bottom: 45px; }

  .lr-padding-lg-45 {
    padding-right: 45px;
    padding-left: 45px; }

  .r-padding-lg-45 {
    padding-right: 45px; }

  .l-padding-lg-45 {
    padding-left: 45px; } }
.tb-margin {
  margin-top: 50px;
  margin-bottom: 50px; }

.mt-50,
.t-margin-50 {
  margin-top: 50px; }

.mb-50,
.b-margin-50 {
  margin-bottom: 50px; }

.lr-margin-50 {
  margin-right: 50px;
  margin-left: 50px; }

.mr-50,
.r-margin-50 {
  margin-right: 50px; }

.ml-50,
.l-margin-50 {
  margin-left: 50px; }

.tb-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.t-padding-50 {
  padding-top: 50px; }

.b-padding-50 {
  padding-bottom: 50px; }

.lr-padding-50 {
  padding-right: 50px;
  padding-left: 50px; }

.r-padding-50 {
  padding-right: 50px; }

.l-padding-50 {
  padding-left: 50px; }

@media (max-width: 767px) {
  .tb-margin-xs-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .t-margin-xs-50 {
    margin-top: 50px; }

  .b-margin-xs-50 {
    margin-bottom: 50px; }

  .lr-margin-xs-50 {
    margin-right: 50px;
    margin-left: 50px; }

  .r-margin-xs-50 {
    margin-right: 50px; }

  .l-margin-xs-50 {
    margin-left: 50px; }

  .tb-padding-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .t-padding-xs-50 {
    padding-top: 50px; }

  .b-padding-xs-50 {
    padding-bottom: 50px; }

  .lr-padding-xs-50 {
    padding-right: 50px;
    padding-left: 50px; }

  .r-padding-xs-50 {
    padding-right: 50px; }

  .l-padding-xs-50 {
    padding-left: 50px; } }
@media (min-width: 768px) {
  .tb-margin-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .t-margin-sm-50 {
    margin-top: 50px; }

  .b-margin-sm-50 {
    margin-bottom: 50px; }

  .lr-margin-sm-50 {
    margin-right: 50px;
    margin-left: 50px; }

  .r-margin-sm-50 {
    margin-right: 50px; }

  .l-margin-sm-50 {
    margin-left: 50px; }

  .tb-padding-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .t-padding-sm-50 {
    padding-top: 50px; }

  .b-padding-sm-50 {
    padding-bottom: 50px; }

  .lr-padding-sm-50 {
    padding-right: 50px;
    padding-left: 50px; }

  .r-padding-sm-50 {
    padding-right: 50px; }

  .l-padding-sm-50 {
    padding-left: 50px; } }
@media (min-width: 992px) {
  .tb-margin-md-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .t-margin-md-50 {
    margin-top: 50px; }

  .b-margin-md-50 {
    margin-bottom: 50px; }

  .lr-margin-md-50 {
    margin-right: 50px;
    margin-left: 50px; }

  .r-margin-md-50 {
    margin-right: 50px; }

  .l-margin-md-50 {
    margin-left: 50px; }

  .tb-padding-md-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .t-padding-md-50 {
    padding-top: 50px; }

  .b-padding-md-50 {
    padding-bottom: 50px; }

  .lr-padding-md-50 {
    padding-right: 50px;
    padding-left: 50px; }

  .r-padding-md-50 {
    padding-right: 50px; }

  .l-padding-md-50 {
    padding-left: 50px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .t-margin-lg-50 {
    margin-top: 50px; }

  .b-margin-lg-50 {
    margin-bottom: 50px; }

  .lr-margin-lg-50 {
    margin-right: 50px;
    margin-left: 50px; }

  .r-margin-lg-50 {
    margin-right: 50px; }

  .l-margin-lg-50 {
    margin-left: 50px; }

  .tb-padding-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .t-padding-lg-50 {
    padding-top: 50px; }

  .b-padding-lg-50 {
    padding-bottom: 50px; }

  .lr-padding-lg-50 {
    padding-right: 50px;
    padding-left: 50px; }

  .r-padding-lg-50 {
    padding-right: 50px; }

  .l-padding-lg-50 {
    padding-left: 50px; } }
.tb-margin {
  margin-top: 55px;
  margin-bottom: 55px; }

.mt-55,
.t-margin-55 {
  margin-top: 55px; }

.mb-55,
.b-margin-55 {
  margin-bottom: 55px; }

.lr-margin-55 {
  margin-right: 55px;
  margin-left: 55px; }

.mr-55,
.r-margin-55 {
  margin-right: 55px; }

.ml-55,
.l-margin-55 {
  margin-left: 55px; }

.tb-padding-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.t-padding-55 {
  padding-top: 55px; }

.b-padding-55 {
  padding-bottom: 55px; }

.lr-padding-55 {
  padding-right: 55px;
  padding-left: 55px; }

.r-padding-55 {
  padding-right: 55px; }

.l-padding-55 {
  padding-left: 55px; }

@media (max-width: 767px) {
  .tb-margin-xs-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .t-margin-xs-55 {
    margin-top: 55px; }

  .b-margin-xs-55 {
    margin-bottom: 55px; }

  .lr-margin-xs-55 {
    margin-right: 55px;
    margin-left: 55px; }

  .r-margin-xs-55 {
    margin-right: 55px; }

  .l-margin-xs-55 {
    margin-left: 55px; }

  .tb-padding-xs-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .t-padding-xs-55 {
    padding-top: 55px; }

  .b-padding-xs-55 {
    padding-bottom: 55px; }

  .lr-padding-xs-55 {
    padding-right: 55px;
    padding-left: 55px; }

  .r-padding-xs-55 {
    padding-right: 55px; }

  .l-padding-xs-55 {
    padding-left: 55px; } }
@media (min-width: 768px) {
  .tb-margin-sm-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .t-margin-sm-55 {
    margin-top: 55px; }

  .b-margin-sm-55 {
    margin-bottom: 55px; }

  .lr-margin-sm-55 {
    margin-right: 55px;
    margin-left: 55px; }

  .r-margin-sm-55 {
    margin-right: 55px; }

  .l-margin-sm-55 {
    margin-left: 55px; }

  .tb-padding-sm-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .t-padding-sm-55 {
    padding-top: 55px; }

  .b-padding-sm-55 {
    padding-bottom: 55px; }

  .lr-padding-sm-55 {
    padding-right: 55px;
    padding-left: 55px; }

  .r-padding-sm-55 {
    padding-right: 55px; }

  .l-padding-sm-55 {
    padding-left: 55px; } }
@media (min-width: 992px) {
  .tb-margin-md-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .t-margin-md-55 {
    margin-top: 55px; }

  .b-margin-md-55 {
    margin-bottom: 55px; }

  .lr-margin-md-55 {
    margin-right: 55px;
    margin-left: 55px; }

  .r-margin-md-55 {
    margin-right: 55px; }

  .l-margin-md-55 {
    margin-left: 55px; }

  .tb-padding-md-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .t-padding-md-55 {
    padding-top: 55px; }

  .b-padding-md-55 {
    padding-bottom: 55px; }

  .lr-padding-md-55 {
    padding-right: 55px;
    padding-left: 55px; }

  .r-padding-md-55 {
    padding-right: 55px; }

  .l-padding-md-55 {
    padding-left: 55px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .t-margin-lg-55 {
    margin-top: 55px; }

  .b-margin-lg-55 {
    margin-bottom: 55px; }

  .lr-margin-lg-55 {
    margin-right: 55px;
    margin-left: 55px; }

  .r-margin-lg-55 {
    margin-right: 55px; }

  .l-margin-lg-55 {
    margin-left: 55px; }

  .tb-padding-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .t-padding-lg-55 {
    padding-top: 55px; }

  .b-padding-lg-55 {
    padding-bottom: 55px; }

  .lr-padding-lg-55 {
    padding-right: 55px;
    padding-left: 55px; }

  .r-padding-lg-55 {
    padding-right: 55px; }

  .l-padding-lg-55 {
    padding-left: 55px; } }
.tb-margin {
  margin-top: 60px;
  margin-bottom: 60px; }

.mt-60,
.t-margin-60 {
  margin-top: 60px; }

.mb-60,
.b-margin-60 {
  margin-bottom: 60px; }

.lr-margin-60 {
  margin-right: 60px;
  margin-left: 60px; }

.mr-60,
.r-margin-60 {
  margin-right: 60px; }

.ml-60,
.l-margin-60 {
  margin-left: 60px; }

.tb-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.t-padding-60 {
  padding-top: 60px; }

.b-padding-60 {
  padding-bottom: 60px; }

.lr-padding-60 {
  padding-right: 60px;
  padding-left: 60px; }

.r-padding-60 {
  padding-right: 60px; }

.l-padding-60 {
  padding-left: 60px; }

@media (max-width: 767px) {
  .tb-margin-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .t-margin-xs-60 {
    margin-top: 60px; }

  .b-margin-xs-60 {
    margin-bottom: 60px; }

  .lr-margin-xs-60 {
    margin-right: 60px;
    margin-left: 60px; }

  .r-margin-xs-60 {
    margin-right: 60px; }

  .l-margin-xs-60 {
    margin-left: 60px; }

  .tb-padding-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .t-padding-xs-60 {
    padding-top: 60px; }

  .b-padding-xs-60 {
    padding-bottom: 60px; }

  .lr-padding-xs-60 {
    padding-right: 60px;
    padding-left: 60px; }

  .r-padding-xs-60 {
    padding-right: 60px; }

  .l-padding-xs-60 {
    padding-left: 60px; } }
@media (min-width: 768px) {
  .tb-margin-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .t-margin-sm-60 {
    margin-top: 60px; }

  .b-margin-sm-60 {
    margin-bottom: 60px; }

  .lr-margin-sm-60 {
    margin-right: 60px;
    margin-left: 60px; }

  .r-margin-sm-60 {
    margin-right: 60px; }

  .l-margin-sm-60 {
    margin-left: 60px; }

  .tb-padding-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .t-padding-sm-60 {
    padding-top: 60px; }

  .b-padding-sm-60 {
    padding-bottom: 60px; }

  .lr-padding-sm-60 {
    padding-right: 60px;
    padding-left: 60px; }

  .r-padding-sm-60 {
    padding-right: 60px; }

  .l-padding-sm-60 {
    padding-left: 60px; } }
@media (min-width: 992px) {
  .tb-margin-md-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .t-margin-md-60 {
    margin-top: 60px; }

  .b-margin-md-60 {
    margin-bottom: 60px; }

  .lr-margin-md-60 {
    margin-right: 60px;
    margin-left: 60px; }

  .r-margin-md-60 {
    margin-right: 60px; }

  .l-margin-md-60 {
    margin-left: 60px; }

  .tb-padding-md-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .t-padding-md-60 {
    padding-top: 60px; }

  .b-padding-md-60 {
    padding-bottom: 60px; }

  .lr-padding-md-60 {
    padding-right: 60px;
    padding-left: 60px; }

  .r-padding-md-60 {
    padding-right: 60px; }

  .l-padding-md-60 {
    padding-left: 60px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .t-margin-lg-60 {
    margin-top: 60px; }

  .b-margin-lg-60 {
    margin-bottom: 60px; }

  .lr-margin-lg-60 {
    margin-right: 60px;
    margin-left: 60px; }

  .r-margin-lg-60 {
    margin-right: 60px; }

  .l-margin-lg-60 {
    margin-left: 60px; }

  .tb-padding-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .t-padding-lg-60 {
    padding-top: 60px; }

  .b-padding-lg-60 {
    padding-bottom: 60px; }

  .lr-padding-lg-60 {
    padding-right: 60px;
    padding-left: 60px; }

  .r-padding-lg-60 {
    padding-right: 60px; }

  .l-padding-lg-60 {
    padding-left: 60px; } }
.tb-margin {
  margin-top: 65px;
  margin-bottom: 65px; }

.mt-65,
.t-margin-65 {
  margin-top: 65px; }

.mb-65,
.b-margin-65 {
  margin-bottom: 65px; }

.lr-margin-65 {
  margin-right: 65px;
  margin-left: 65px; }

.mr-65,
.r-margin-65 {
  margin-right: 65px; }

.ml-65,
.l-margin-65 {
  margin-left: 65px; }

.tb-padding-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.t-padding-65 {
  padding-top: 65px; }

.b-padding-65 {
  padding-bottom: 65px; }

.lr-padding-65 {
  padding-right: 65px;
  padding-left: 65px; }

.r-padding-65 {
  padding-right: 65px; }

.l-padding-65 {
  padding-left: 65px; }

@media (max-width: 767px) {
  .tb-margin-xs-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .t-margin-xs-65 {
    margin-top: 65px; }

  .b-margin-xs-65 {
    margin-bottom: 65px; }

  .lr-margin-xs-65 {
    margin-right: 65px;
    margin-left: 65px; }

  .r-margin-xs-65 {
    margin-right: 65px; }

  .l-margin-xs-65 {
    margin-left: 65px; }

  .tb-padding-xs-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .t-padding-xs-65 {
    padding-top: 65px; }

  .b-padding-xs-65 {
    padding-bottom: 65px; }

  .lr-padding-xs-65 {
    padding-right: 65px;
    padding-left: 65px; }

  .r-padding-xs-65 {
    padding-right: 65px; }

  .l-padding-xs-65 {
    padding-left: 65px; } }
@media (min-width: 768px) {
  .tb-margin-sm-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .t-margin-sm-65 {
    margin-top: 65px; }

  .b-margin-sm-65 {
    margin-bottom: 65px; }

  .lr-margin-sm-65 {
    margin-right: 65px;
    margin-left: 65px; }

  .r-margin-sm-65 {
    margin-right: 65px; }

  .l-margin-sm-65 {
    margin-left: 65px; }

  .tb-padding-sm-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .t-padding-sm-65 {
    padding-top: 65px; }

  .b-padding-sm-65 {
    padding-bottom: 65px; }

  .lr-padding-sm-65 {
    padding-right: 65px;
    padding-left: 65px; }

  .r-padding-sm-65 {
    padding-right: 65px; }

  .l-padding-sm-65 {
    padding-left: 65px; } }
@media (min-width: 992px) {
  .tb-margin-md-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .t-margin-md-65 {
    margin-top: 65px; }

  .b-margin-md-65 {
    margin-bottom: 65px; }

  .lr-margin-md-65 {
    margin-right: 65px;
    margin-left: 65px; }

  .r-margin-md-65 {
    margin-right: 65px; }

  .l-margin-md-65 {
    margin-left: 65px; }

  .tb-padding-md-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .t-padding-md-65 {
    padding-top: 65px; }

  .b-padding-md-65 {
    padding-bottom: 65px; }

  .lr-padding-md-65 {
    padding-right: 65px;
    padding-left: 65px; }

  .r-padding-md-65 {
    padding-right: 65px; }

  .l-padding-md-65 {
    padding-left: 65px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .t-margin-lg-65 {
    margin-top: 65px; }

  .b-margin-lg-65 {
    margin-bottom: 65px; }

  .lr-margin-lg-65 {
    margin-right: 65px;
    margin-left: 65px; }

  .r-margin-lg-65 {
    margin-right: 65px; }

  .l-margin-lg-65 {
    margin-left: 65px; }

  .tb-padding-lg-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .t-padding-lg-65 {
    padding-top: 65px; }

  .b-padding-lg-65 {
    padding-bottom: 65px; }

  .lr-padding-lg-65 {
    padding-right: 65px;
    padding-left: 65px; }

  .r-padding-lg-65 {
    padding-right: 65px; }

  .l-padding-lg-65 {
    padding-left: 65px; } }
.tb-margin {
  margin-top: 70px;
  margin-bottom: 70px; }

.mt-70,
.t-margin-70 {
  margin-top: 70px; }

.mb-70,
.b-margin-70 {
  margin-bottom: 70px; }

.lr-margin-70 {
  margin-right: 70px;
  margin-left: 70px; }

.mr-70,
.r-margin-70 {
  margin-right: 70px; }

.ml-70,
.l-margin-70 {
  margin-left: 70px; }

.tb-padding-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.t-padding-70 {
  padding-top: 70px; }

.b-padding-70 {
  padding-bottom: 70px; }

.lr-padding-70 {
  padding-right: 70px;
  padding-left: 70px; }

.r-padding-70 {
  padding-right: 70px; }

.l-padding-70 {
  padding-left: 70px; }

@media (max-width: 767px) {
  .tb-margin-xs-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .t-margin-xs-70 {
    margin-top: 70px; }

  .b-margin-xs-70 {
    margin-bottom: 70px; }

  .lr-margin-xs-70 {
    margin-right: 70px;
    margin-left: 70px; }

  .r-margin-xs-70 {
    margin-right: 70px; }

  .l-margin-xs-70 {
    margin-left: 70px; }

  .tb-padding-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .t-padding-xs-70 {
    padding-top: 70px; }

  .b-padding-xs-70 {
    padding-bottom: 70px; }

  .lr-padding-xs-70 {
    padding-right: 70px;
    padding-left: 70px; }

  .r-padding-xs-70 {
    padding-right: 70px; }

  .l-padding-xs-70 {
    padding-left: 70px; } }
@media (min-width: 768px) {
  .tb-margin-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .t-margin-sm-70 {
    margin-top: 70px; }

  .b-margin-sm-70 {
    margin-bottom: 70px; }

  .lr-margin-sm-70 {
    margin-right: 70px;
    margin-left: 70px; }

  .r-margin-sm-70 {
    margin-right: 70px; }

  .l-margin-sm-70 {
    margin-left: 70px; }

  .tb-padding-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .t-padding-sm-70 {
    padding-top: 70px; }

  .b-padding-sm-70 {
    padding-bottom: 70px; }

  .lr-padding-sm-70 {
    padding-right: 70px;
    padding-left: 70px; }

  .r-padding-sm-70 {
    padding-right: 70px; }

  .l-padding-sm-70 {
    padding-left: 70px; } }
@media (min-width: 992px) {
  .tb-margin-md-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .t-margin-md-70 {
    margin-top: 70px; }

  .b-margin-md-70 {
    margin-bottom: 70px; }

  .lr-margin-md-70 {
    margin-right: 70px;
    margin-left: 70px; }

  .r-margin-md-70 {
    margin-right: 70px; }

  .l-margin-md-70 {
    margin-left: 70px; }

  .tb-padding-md-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .t-padding-md-70 {
    padding-top: 70px; }

  .b-padding-md-70 {
    padding-bottom: 70px; }

  .lr-padding-md-70 {
    padding-right: 70px;
    padding-left: 70px; }

  .r-padding-md-70 {
    padding-right: 70px; }

  .l-padding-md-70 {
    padding-left: 70px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .t-margin-lg-70 {
    margin-top: 70px; }

  .b-margin-lg-70 {
    margin-bottom: 70px; }

  .lr-margin-lg-70 {
    margin-right: 70px;
    margin-left: 70px; }

  .r-margin-lg-70 {
    margin-right: 70px; }

  .l-margin-lg-70 {
    margin-left: 70px; }

  .tb-padding-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .t-padding-lg-70 {
    padding-top: 70px; }

  .b-padding-lg-70 {
    padding-bottom: 70px; }

  .lr-padding-lg-70 {
    padding-right: 70px;
    padding-left: 70px; }

  .r-padding-lg-70 {
    padding-right: 70px; }

  .l-padding-lg-70 {
    padding-left: 70px; } }
.tb-margin {
  margin-top: 75px;
  margin-bottom: 75px; }

.mt-75,
.t-margin-75 {
  margin-top: 75px; }

.mb-75,
.b-margin-75 {
  margin-bottom: 75px; }

.lr-margin-75 {
  margin-right: 75px;
  margin-left: 75px; }

.mr-75,
.r-margin-75 {
  margin-right: 75px; }

.ml-75,
.l-margin-75 {
  margin-left: 75px; }

.tb-padding-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.t-padding-75 {
  padding-top: 75px; }

.b-padding-75 {
  padding-bottom: 75px; }

.lr-padding-75 {
  padding-right: 75px;
  padding-left: 75px; }

.r-padding-75 {
  padding-right: 75px; }

.l-padding-75 {
  padding-left: 75px; }

@media (max-width: 767px) {
  .tb-margin-xs-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .t-margin-xs-75 {
    margin-top: 75px; }

  .b-margin-xs-75 {
    margin-bottom: 75px; }

  .lr-margin-xs-75 {
    margin-right: 75px;
    margin-left: 75px; }

  .r-margin-xs-75 {
    margin-right: 75px; }

  .l-margin-xs-75 {
    margin-left: 75px; }

  .tb-padding-xs-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .t-padding-xs-75 {
    padding-top: 75px; }

  .b-padding-xs-75 {
    padding-bottom: 75px; }

  .lr-padding-xs-75 {
    padding-right: 75px;
    padding-left: 75px; }

  .r-padding-xs-75 {
    padding-right: 75px; }

  .l-padding-xs-75 {
    padding-left: 75px; } }
@media (min-width: 768px) {
  .tb-margin-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .t-margin-sm-75 {
    margin-top: 75px; }

  .b-margin-sm-75 {
    margin-bottom: 75px; }

  .lr-margin-sm-75 {
    margin-right: 75px;
    margin-left: 75px; }

  .r-margin-sm-75 {
    margin-right: 75px; }

  .l-margin-sm-75 {
    margin-left: 75px; }

  .tb-padding-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .t-padding-sm-75 {
    padding-top: 75px; }

  .b-padding-sm-75 {
    padding-bottom: 75px; }

  .lr-padding-sm-75 {
    padding-right: 75px;
    padding-left: 75px; }

  .r-padding-sm-75 {
    padding-right: 75px; }

  .l-padding-sm-75 {
    padding-left: 75px; } }
@media (min-width: 992px) {
  .tb-margin-md-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .t-margin-md-75 {
    margin-top: 75px; }

  .b-margin-md-75 {
    margin-bottom: 75px; }

  .lr-margin-md-75 {
    margin-right: 75px;
    margin-left: 75px; }

  .r-margin-md-75 {
    margin-right: 75px; }

  .l-margin-md-75 {
    margin-left: 75px; }

  .tb-padding-md-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .t-padding-md-75 {
    padding-top: 75px; }

  .b-padding-md-75 {
    padding-bottom: 75px; }

  .lr-padding-md-75 {
    padding-right: 75px;
    padding-left: 75px; }

  .r-padding-md-75 {
    padding-right: 75px; }

  .l-padding-md-75 {
    padding-left: 75px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .t-margin-lg-75 {
    margin-top: 75px; }

  .b-margin-lg-75 {
    margin-bottom: 75px; }

  .lr-margin-lg-75 {
    margin-right: 75px;
    margin-left: 75px; }

  .r-margin-lg-75 {
    margin-right: 75px; }

  .l-margin-lg-75 {
    margin-left: 75px; }

  .tb-padding-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .t-padding-lg-75 {
    padding-top: 75px; }

  .b-padding-lg-75 {
    padding-bottom: 75px; }

  .lr-padding-lg-75 {
    padding-right: 75px;
    padding-left: 75px; }

  .r-padding-lg-75 {
    padding-right: 75px; }

  .l-padding-lg-75 {
    padding-left: 75px; } }
.tb-margin {
  margin-top: 80px;
  margin-bottom: 80px; }

.mt-80,
.t-margin-80 {
  margin-top: 80px; }

.mb-80,
.b-margin-80 {
  margin-bottom: 80px; }

.lr-margin-80 {
  margin-right: 80px;
  margin-left: 80px; }

.mr-80,
.r-margin-80 {
  margin-right: 80px; }

.ml-80,
.l-margin-80 {
  margin-left: 80px; }

.tb-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.t-padding-80 {
  padding-top: 80px; }

.b-padding-80 {
  padding-bottom: 80px; }

.lr-padding-80 {
  padding-right: 80px;
  padding-left: 80px; }

.r-padding-80 {
  padding-right: 80px; }

.l-padding-80 {
  padding-left: 80px; }

@media (max-width: 767px) {
  .tb-margin-xs-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .t-margin-xs-80 {
    margin-top: 80px; }

  .b-margin-xs-80 {
    margin-bottom: 80px; }

  .lr-margin-xs-80 {
    margin-right: 80px;
    margin-left: 80px; }

  .r-margin-xs-80 {
    margin-right: 80px; }

  .l-margin-xs-80 {
    margin-left: 80px; }

  .tb-padding-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .t-padding-xs-80 {
    padding-top: 80px; }

  .b-padding-xs-80 {
    padding-bottom: 80px; }

  .lr-padding-xs-80 {
    padding-right: 80px;
    padding-left: 80px; }

  .r-padding-xs-80 {
    padding-right: 80px; }

  .l-padding-xs-80 {
    padding-left: 80px; } }
@media (min-width: 768px) {
  .tb-margin-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .t-margin-sm-80 {
    margin-top: 80px; }

  .b-margin-sm-80 {
    margin-bottom: 80px; }

  .lr-margin-sm-80 {
    margin-right: 80px;
    margin-left: 80px; }

  .r-margin-sm-80 {
    margin-right: 80px; }

  .l-margin-sm-80 {
    margin-left: 80px; }

  .tb-padding-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .t-padding-sm-80 {
    padding-top: 80px; }

  .b-padding-sm-80 {
    padding-bottom: 80px; }

  .lr-padding-sm-80 {
    padding-right: 80px;
    padding-left: 80px; }

  .r-padding-sm-80 {
    padding-right: 80px; }

  .l-padding-sm-80 {
    padding-left: 80px; } }
@media (min-width: 992px) {
  .tb-margin-md-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .t-margin-md-80 {
    margin-top: 80px; }

  .b-margin-md-80 {
    margin-bottom: 80px; }

  .lr-margin-md-80 {
    margin-right: 80px;
    margin-left: 80px; }

  .r-margin-md-80 {
    margin-right: 80px; }

  .l-margin-md-80 {
    margin-left: 80px; }

  .tb-padding-md-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .t-padding-md-80 {
    padding-top: 80px; }

  .b-padding-md-80 {
    padding-bottom: 80px; }

  .lr-padding-md-80 {
    padding-right: 80px;
    padding-left: 80px; }

  .r-padding-md-80 {
    padding-right: 80px; }

  .l-padding-md-80 {
    padding-left: 80px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .t-margin-lg-80 {
    margin-top: 80px; }

  .b-margin-lg-80 {
    margin-bottom: 80px; }

  .lr-margin-lg-80 {
    margin-right: 80px;
    margin-left: 80px; }

  .r-margin-lg-80 {
    margin-right: 80px; }

  .l-margin-lg-80 {
    margin-left: 80px; }

  .tb-padding-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .t-padding-lg-80 {
    padding-top: 80px; }

  .b-padding-lg-80 {
    padding-bottom: 80px; }

  .lr-padding-lg-80 {
    padding-right: 80px;
    padding-left: 80px; }

  .r-padding-lg-80 {
    padding-right: 80px; }

  .l-padding-lg-80 {
    padding-left: 80px; } }
.tb-margin {
  margin-top: 85px;
  margin-bottom: 85px; }

.mt-85,
.t-margin-85 {
  margin-top: 85px; }

.mb-85,
.b-margin-85 {
  margin-bottom: 85px; }

.lr-margin-85 {
  margin-right: 85px;
  margin-left: 85px; }

.mr-85,
.r-margin-85 {
  margin-right: 85px; }

.ml-85,
.l-margin-85 {
  margin-left: 85px; }

.tb-padding-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.t-padding-85 {
  padding-top: 85px; }

.b-padding-85 {
  padding-bottom: 85px; }

.lr-padding-85 {
  padding-right: 85px;
  padding-left: 85px; }

.r-padding-85 {
  padding-right: 85px; }

.l-padding-85 {
  padding-left: 85px; }

@media (max-width: 767px) {
  .tb-margin-xs-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .t-margin-xs-85 {
    margin-top: 85px; }

  .b-margin-xs-85 {
    margin-bottom: 85px; }

  .lr-margin-xs-85 {
    margin-right: 85px;
    margin-left: 85px; }

  .r-margin-xs-85 {
    margin-right: 85px; }

  .l-margin-xs-85 {
    margin-left: 85px; }

  .tb-padding-xs-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .t-padding-xs-85 {
    padding-top: 85px; }

  .b-padding-xs-85 {
    padding-bottom: 85px; }

  .lr-padding-xs-85 {
    padding-right: 85px;
    padding-left: 85px; }

  .r-padding-xs-85 {
    padding-right: 85px; }

  .l-padding-xs-85 {
    padding-left: 85px; } }
@media (min-width: 768px) {
  .tb-margin-sm-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .t-margin-sm-85 {
    margin-top: 85px; }

  .b-margin-sm-85 {
    margin-bottom: 85px; }

  .lr-margin-sm-85 {
    margin-right: 85px;
    margin-left: 85px; }

  .r-margin-sm-85 {
    margin-right: 85px; }

  .l-margin-sm-85 {
    margin-left: 85px; }

  .tb-padding-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .t-padding-sm-85 {
    padding-top: 85px; }

  .b-padding-sm-85 {
    padding-bottom: 85px; }

  .lr-padding-sm-85 {
    padding-right: 85px;
    padding-left: 85px; }

  .r-padding-sm-85 {
    padding-right: 85px; }

  .l-padding-sm-85 {
    padding-left: 85px; } }
@media (min-width: 992px) {
  .tb-margin-md-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .t-margin-md-85 {
    margin-top: 85px; }

  .b-margin-md-85 {
    margin-bottom: 85px; }

  .lr-margin-md-85 {
    margin-right: 85px;
    margin-left: 85px; }

  .r-margin-md-85 {
    margin-right: 85px; }

  .l-margin-md-85 {
    margin-left: 85px; }

  .tb-padding-md-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .t-padding-md-85 {
    padding-top: 85px; }

  .b-padding-md-85 {
    padding-bottom: 85px; }

  .lr-padding-md-85 {
    padding-right: 85px;
    padding-left: 85px; }

  .r-padding-md-85 {
    padding-right: 85px; }

  .l-padding-md-85 {
    padding-left: 85px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .t-margin-lg-85 {
    margin-top: 85px; }

  .b-margin-lg-85 {
    margin-bottom: 85px; }

  .lr-margin-lg-85 {
    margin-right: 85px;
    margin-left: 85px; }

  .r-margin-lg-85 {
    margin-right: 85px; }

  .l-margin-lg-85 {
    margin-left: 85px; }

  .tb-padding-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .t-padding-lg-85 {
    padding-top: 85px; }

  .b-padding-lg-85 {
    padding-bottom: 85px; }

  .lr-padding-lg-85 {
    padding-right: 85px;
    padding-left: 85px; }

  .r-padding-lg-85 {
    padding-right: 85px; }

  .l-padding-lg-85 {
    padding-left: 85px; } }
.tb-margin {
  margin-top: 90px;
  margin-bottom: 90px; }

.mt-90,
.t-margin-90 {
  margin-top: 90px; }

.mb-90,
.b-margin-90 {
  margin-bottom: 90px; }

.lr-margin-90 {
  margin-right: 90px;
  margin-left: 90px; }

.mr-90,
.r-margin-90 {
  margin-right: 90px; }

.ml-90,
.l-margin-90 {
  margin-left: 90px; }

.tb-padding-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.t-padding-90 {
  padding-top: 90px; }

.b-padding-90 {
  padding-bottom: 90px; }

.lr-padding-90 {
  padding-right: 90px;
  padding-left: 90px; }

.r-padding-90 {
  padding-right: 90px; }

.l-padding-90 {
  padding-left: 90px; }

@media (max-width: 767px) {
  .tb-margin-xs-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .t-margin-xs-90 {
    margin-top: 90px; }

  .b-margin-xs-90 {
    margin-bottom: 90px; }

  .lr-margin-xs-90 {
    margin-right: 90px;
    margin-left: 90px; }

  .r-margin-xs-90 {
    margin-right: 90px; }

  .l-margin-xs-90 {
    margin-left: 90px; }

  .tb-padding-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .t-padding-xs-90 {
    padding-top: 90px; }

  .b-padding-xs-90 {
    padding-bottom: 90px; }

  .lr-padding-xs-90 {
    padding-right: 90px;
    padding-left: 90px; }

  .r-padding-xs-90 {
    padding-right: 90px; }

  .l-padding-xs-90 {
    padding-left: 90px; } }
@media (min-width: 768px) {
  .tb-margin-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .t-margin-sm-90 {
    margin-top: 90px; }

  .b-margin-sm-90 {
    margin-bottom: 90px; }

  .lr-margin-sm-90 {
    margin-right: 90px;
    margin-left: 90px; }

  .r-margin-sm-90 {
    margin-right: 90px; }

  .l-margin-sm-90 {
    margin-left: 90px; }

  .tb-padding-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .t-padding-sm-90 {
    padding-top: 90px; }

  .b-padding-sm-90 {
    padding-bottom: 90px; }

  .lr-padding-sm-90 {
    padding-right: 90px;
    padding-left: 90px; }

  .r-padding-sm-90 {
    padding-right: 90px; }

  .l-padding-sm-90 {
    padding-left: 90px; } }
@media (min-width: 992px) {
  .tb-margin-md-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .t-margin-md-90 {
    margin-top: 90px; }

  .b-margin-md-90 {
    margin-bottom: 90px; }

  .lr-margin-md-90 {
    margin-right: 90px;
    margin-left: 90px; }

  .r-margin-md-90 {
    margin-right: 90px; }

  .l-margin-md-90 {
    margin-left: 90px; }

  .tb-padding-md-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .t-padding-md-90 {
    padding-top: 90px; }

  .b-padding-md-90 {
    padding-bottom: 90px; }

  .lr-padding-md-90 {
    padding-right: 90px;
    padding-left: 90px; }

  .r-padding-md-90 {
    padding-right: 90px; }

  .l-padding-md-90 {
    padding-left: 90px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .t-margin-lg-90 {
    margin-top: 90px; }

  .b-margin-lg-90 {
    margin-bottom: 90px; }

  .lr-margin-lg-90 {
    margin-right: 90px;
    margin-left: 90px; }

  .r-margin-lg-90 {
    margin-right: 90px; }

  .l-margin-lg-90 {
    margin-left: 90px; }

  .tb-padding-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .t-padding-lg-90 {
    padding-top: 90px; }

  .b-padding-lg-90 {
    padding-bottom: 90px; }

  .lr-padding-lg-90 {
    padding-right: 90px;
    padding-left: 90px; }

  .r-padding-lg-90 {
    padding-right: 90px; }

  .l-padding-lg-90 {
    padding-left: 90px; } }
.tb-margin {
  margin-top: 95px;
  margin-bottom: 95px; }

.mt-95,
.t-margin-95 {
  margin-top: 95px; }

.mb-95,
.b-margin-95 {
  margin-bottom: 95px; }

.lr-margin-95 {
  margin-right: 95px;
  margin-left: 95px; }

.mr-95,
.r-margin-95 {
  margin-right: 95px; }

.ml-95,
.l-margin-95 {
  margin-left: 95px; }

.tb-padding-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.t-padding-95 {
  padding-top: 95px; }

.b-padding-95 {
  padding-bottom: 95px; }

.lr-padding-95 {
  padding-right: 95px;
  padding-left: 95px; }

.r-padding-95 {
  padding-right: 95px; }

.l-padding-95 {
  padding-left: 95px; }

@media (max-width: 767px) {
  .tb-margin-xs-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .t-margin-xs-95 {
    margin-top: 95px; }

  .b-margin-xs-95 {
    margin-bottom: 95px; }

  .lr-margin-xs-95 {
    margin-right: 95px;
    margin-left: 95px; }

  .r-margin-xs-95 {
    margin-right: 95px; }

  .l-margin-xs-95 {
    margin-left: 95px; }

  .tb-padding-xs-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .t-padding-xs-95 {
    padding-top: 95px; }

  .b-padding-xs-95 {
    padding-bottom: 95px; }

  .lr-padding-xs-95 {
    padding-right: 95px;
    padding-left: 95px; }

  .r-padding-xs-95 {
    padding-right: 95px; }

  .l-padding-xs-95 {
    padding-left: 95px; } }
@media (min-width: 768px) {
  .tb-margin-sm-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .t-margin-sm-95 {
    margin-top: 95px; }

  .b-margin-sm-95 {
    margin-bottom: 95px; }

  .lr-margin-sm-95 {
    margin-right: 95px;
    margin-left: 95px; }

  .r-margin-sm-95 {
    margin-right: 95px; }

  .l-margin-sm-95 {
    margin-left: 95px; }

  .tb-padding-sm-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .t-padding-sm-95 {
    padding-top: 95px; }

  .b-padding-sm-95 {
    padding-bottom: 95px; }

  .lr-padding-sm-95 {
    padding-right: 95px;
    padding-left: 95px; }

  .r-padding-sm-95 {
    padding-right: 95px; }

  .l-padding-sm-95 {
    padding-left: 95px; } }
@media (min-width: 992px) {
  .tb-margin-md-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .t-margin-md-95 {
    margin-top: 95px; }

  .b-margin-md-95 {
    margin-bottom: 95px; }

  .lr-margin-md-95 {
    margin-right: 95px;
    margin-left: 95px; }

  .r-margin-md-95 {
    margin-right: 95px; }

  .l-margin-md-95 {
    margin-left: 95px; }

  .tb-padding-md-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .t-padding-md-95 {
    padding-top: 95px; }

  .b-padding-md-95 {
    padding-bottom: 95px; }

  .lr-padding-md-95 {
    padding-right: 95px;
    padding-left: 95px; }

  .r-padding-md-95 {
    padding-right: 95px; }

  .l-padding-md-95 {
    padding-left: 95px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .t-margin-lg-95 {
    margin-top: 95px; }

  .b-margin-lg-95 {
    margin-bottom: 95px; }

  .lr-margin-lg-95 {
    margin-right: 95px;
    margin-left: 95px; }

  .r-margin-lg-95 {
    margin-right: 95px; }

  .l-margin-lg-95 {
    margin-left: 95px; }

  .tb-padding-lg-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .t-padding-lg-95 {
    padding-top: 95px; }

  .b-padding-lg-95 {
    padding-bottom: 95px; }

  .lr-padding-lg-95 {
    padding-right: 95px;
    padding-left: 95px; }

  .r-padding-lg-95 {
    padding-right: 95px; }

  .l-padding-lg-95 {
    padding-left: 95px; } }
.tb-margin {
  margin-top: 100px;
  margin-bottom: 100px; }

.mt-100,
.t-margin-100 {
  margin-top: 100px; }

.mb-100,
.b-margin-100 {
  margin-bottom: 100px; }

.lr-margin-100 {
  margin-right: 100px;
  margin-left: 100px; }

.mr-100,
.r-margin-100 {
  margin-right: 100px; }

.ml-100,
.l-margin-100 {
  margin-left: 100px; }

.tb-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.t-padding-100 {
  padding-top: 100px; }

.b-padding-100 {
  padding-bottom: 100px; }

.lr-padding-100 {
  padding-right: 100px;
  padding-left: 100px; }

.r-padding-100 {
  padding-right: 100px; }

.l-padding-100 {
  padding-left: 100px; }

@media (max-width: 767px) {
  .tb-margin-xs-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .t-margin-xs-100 {
    margin-top: 100px; }

  .b-margin-xs-100 {
    margin-bottom: 100px; }

  .lr-margin-xs-100 {
    margin-right: 100px;
    margin-left: 100px; }

  .r-margin-xs-100 {
    margin-right: 100px; }

  .l-margin-xs-100 {
    margin-left: 100px; }

  .tb-padding-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .t-padding-xs-100 {
    padding-top: 100px; }

  .b-padding-xs-100 {
    padding-bottom: 100px; }

  .lr-padding-xs-100 {
    padding-right: 100px;
    padding-left: 100px; }

  .r-padding-xs-100 {
    padding-right: 100px; }

  .l-padding-xs-100 {
    padding-left: 100px; } }
@media (min-width: 768px) {
  .tb-margin-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .t-margin-sm-100 {
    margin-top: 100px; }

  .b-margin-sm-100 {
    margin-bottom: 100px; }

  .lr-margin-sm-100 {
    margin-right: 100px;
    margin-left: 100px; }

  .r-margin-sm-100 {
    margin-right: 100px; }

  .l-margin-sm-100 {
    margin-left: 100px; }

  .tb-padding-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .t-padding-sm-100 {
    padding-top: 100px; }

  .b-padding-sm-100 {
    padding-bottom: 100px; }

  .lr-padding-sm-100 {
    padding-right: 100px;
    padding-left: 100px; }

  .r-padding-sm-100 {
    padding-right: 100px; }

  .l-padding-sm-100 {
    padding-left: 100px; } }
@media (min-width: 992px) {
  .tb-margin-md-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .t-margin-md-100 {
    margin-top: 100px; }

  .b-margin-md-100 {
    margin-bottom: 100px; }

  .lr-margin-md-100 {
    margin-right: 100px;
    margin-left: 100px; }

  .r-margin-md-100 {
    margin-right: 100px; }

  .l-margin-md-100 {
    margin-left: 100px; }

  .tb-padding-md-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .t-padding-md-100 {
    padding-top: 100px; }

  .b-padding-md-100 {
    padding-bottom: 100px; }

  .lr-padding-md-100 {
    padding-right: 100px;
    padding-left: 100px; }

  .r-padding-md-100 {
    padding-right: 100px; }

  .l-padding-md-100 {
    padding-left: 100px; } }
@media (min-width: 1200px) {
  .tb-margin-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .t-margin-lg-100 {
    margin-top: 100px; }

  .b-margin-lg-100 {
    margin-bottom: 100px; }

  .lr-margin-lg-100 {
    margin-right: 100px;
    margin-left: 100px; }

  .r-margin-lg-100 {
    margin-right: 100px; }

  .l-margin-lg-100 {
    margin-left: 100px; }

  .tb-padding-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .t-padding-lg-100 {
    padding-top: 100px; }

  .b-padding-lg-100 {
    padding-bottom: 100px; }

  .lr-padding-lg-100 {
    padding-right: 100px;
    padding-left: 100px; }

  .r-padding-lg-100 {
    padding-right: 100px; }

  .l-padding-lg-100 {
    padding-left: 100px; } }
/*  -------------------------------------------------------------------------*/
/*  PLUGINS */
/*  -------------------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]: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; }

  .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; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://www.buyandsellwithkimtyler.com/js/fonts/glyphicons-halflings-regular.eot);
  src: url(https://www.buyandsellwithkimtyler.com/js/fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(https://www.buyandsellwithkimtyler.com/js/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://www.buyandsellwithkimtyler.com/js/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://www.buyandsellwithkimtyler.com/js/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://www.buyandsellwithkimtyler.com/js/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "€"; }

.glyphicon-minus:before {
  content: "−"; }

.glyphicon-cloud:before {
  content: "☁"; }

.glyphicon-envelope:before {
  content: "✉"; }

.glyphicon-pencil:before {
  content: "✏"; }

.glyphicon-glass:before {
  content: ""; }

.glyphicon-music:before {
  content: ""; }

.glyphicon-search:before {
  content: ""; }

.glyphicon-heart:before {
  content: ""; }

.glyphicon-star:before {
  content: ""; }

.glyphicon-star-empty:before {
  content: ""; }

.glyphicon-user:before {
  content: ""; }

.glyphicon-film:before {
  content: ""; }

.glyphicon-th-large:before {
  content: ""; }

.glyphicon-th:before {
  content: ""; }

.glyphicon-th-list:before {
  content: ""; }

.glyphicon-ok:before {
  content: ""; }

.glyphicon-remove:before {
  content: ""; }

.glyphicon-zoom-in:before {
  content: ""; }

.glyphicon-zoom-out:before {
  content: ""; }

.glyphicon-off:before {
  content: ""; }

.glyphicon-signal:before {
  content: ""; }

.glyphicon-cog:before {
  content: ""; }

.glyphicon-trash:before {
  content: ""; }

.glyphicon-home:before {
  content: ""; }

.glyphicon-file:before {
  content: ""; }

.glyphicon-time:before {
  content: ""; }

.glyphicon-road:before {
  content: ""; }

.glyphicon-download-alt:before {
  content: ""; }

.glyphicon-download:before {
  content: ""; }

.glyphicon-upload:before {
  content: ""; }

.glyphicon-inbox:before {
  content: ""; }

.glyphicon-play-circle:before {
  content: ""; }

.glyphicon-repeat:before {
  content: ""; }

.glyphicon-refresh:before {
  content: ""; }

.glyphicon-list-alt:before {
  content: ""; }

.glyphicon-lock:before {
  content: ""; }

.glyphicon-flag:before {
  content: ""; }

.glyphicon-headphones:before {
  content: ""; }

.glyphicon-volume-off:before {
  content: ""; }

.glyphicon-volume-down:before {
  content: ""; }

.glyphicon-volume-up:before {
  content: ""; }

.glyphicon-qrcode:before {
  content: ""; }

.glyphicon-barcode:before {
  content: ""; }

.glyphicon-tag:before {
  content: ""; }

.glyphicon-tags:before {
  content: ""; }

.glyphicon-book:before {
  content: ""; }

.glyphicon-bookmark:before {
  content: ""; }

.glyphicon-print:before {
  content: ""; }

.glyphicon-camera:before {
  content: ""; }

.glyphicon-font:before {
  content: ""; }

.glyphicon-bold:before {
  content: ""; }

.glyphicon-italic:before {
  content: ""; }

.glyphicon-text-height:before {
  content: ""; }

.glyphicon-text-width:before {
  content: ""; }

.glyphicon-align-left:before {
  content: ""; }

.glyphicon-align-center:before {
  content: ""; }

.glyphicon-align-right:before {
  content: ""; }

.glyphicon-align-justify:before {
  content: ""; }

.glyphicon-list:before {
  content: ""; }

.glyphicon-indent-left:before {
  content: ""; }

.glyphicon-indent-right:before {
  content: ""; }

.glyphicon-facetime-video:before {
  content: ""; }

.glyphicon-picture:before {
  content: ""; }

.glyphicon-map-marker:before {
  content: ""; }

.glyphicon-adjust:before {
  content: ""; }

.glyphicon-tint:before {
  content: ""; }

.glyphicon-edit:before {
  content: ""; }

.glyphicon-share:before {
  content: ""; }

.glyphicon-check:before {
  content: ""; }

.glyphicon-move:before {
  content: ""; }

.glyphicon-step-backward:before {
  content: ""; }

.glyphicon-fast-backward:before {
  content: ""; }

.glyphicon-backward:before {
  content: ""; }

.glyphicon-play:before {
  content: ""; }

.glyphicon-pause:before {
  content: ""; }

.glyphicon-stop:before {
  content: ""; }

.glyphicon-forward:before {
  content: ""; }

.glyphicon-fast-forward:before {
  content: ""; }

.glyphicon-step-forward:before {
  content: ""; }

.glyphicon-eject:before {
  content: ""; }

.glyphicon-chevron-left:before {
  content: ""; }

.glyphicon-chevron-right:before {
  content: ""; }

.glyphicon-plus-sign:before {
  content: ""; }

.glyphicon-minus-sign:before {
  content: ""; }

.glyphicon-remove-sign:before {
  content: ""; }

.glyphicon-ok-sign:before {
  content: ""; }

.glyphicon-question-sign:before {
  content: ""; }

.glyphicon-info-sign:before {
  content: ""; }

.glyphicon-screenshot:before {
  content: ""; }

.glyphicon-remove-circle:before {
  content: ""; }

.glyphicon-ok-circle:before {
  content: ""; }

.glyphicon-ban-circle:before {
  content: ""; }

.glyphicon-arrow-left:before {
  content: ""; }

.glyphicon-arrow-right:before {
  content: ""; }

.glyphicon-arrow-up:before {
  content: ""; }

.glyphicon-arrow-down:before {
  content: ""; }

.glyphicon-share-alt:before {
  content: ""; }

.glyphicon-resize-full:before {
  content: ""; }

.glyphicon-resize-small:before {
  content: ""; }

.glyphicon-exclamation-sign:before {
  content: ""; }

.glyphicon-gift:before {
  content: ""; }

.glyphicon-leaf:before {
  content: ""; }

.glyphicon-fire:before {
  content: ""; }

.glyphicon-eye-open:before {
  content: ""; }

.glyphicon-eye-close:before {
  content: ""; }

.glyphicon-warning-sign:before {
  content: ""; }

.glyphicon-plane:before {
  content: ""; }

.glyphicon-calendar:before {
  content: ""; }

.glyphicon-random:before {
  content: ""; }

.glyphicon-comment:before {
  content: ""; }

.glyphicon-magnet:before {
  content: ""; }

.glyphicon-chevron-up:before {
  content: ""; }

.glyphicon-chevron-down:before {
  content: ""; }

.glyphicon-retweet:before {
  content: ""; }

.glyphicon-shopping-cart:before {
  content: ""; }

.glyphicon-folder-close:before {
  content: ""; }

.glyphicon-folder-open:before {
  content: ""; }

.glyphicon-resize-vertical:before {
  content: ""; }

.glyphicon-resize-horizontal:before {
  content: ""; }

.glyphicon-hdd:before {
  content: ""; }

.glyphicon-bullhorn:before {
  content: ""; }

.glyphicon-bell:before {
  content: ""; }

.glyphicon-certificate:before {
  content: ""; }

.glyphicon-thumbs-up:before {
  content: ""; }

.glyphicon-thumbs-down:before {
  content: ""; }

.glyphicon-hand-right:before {
  content: ""; }

.glyphicon-hand-left:before {
  content: ""; }

.glyphicon-hand-up:before {
  content: ""; }

.glyphicon-hand-down:before {
  content: ""; }

.glyphicon-circle-arrow-right:before {
  content: ""; }

.glyphicon-circle-arrow-left:before {
  content: ""; }

.glyphicon-circle-arrow-up:before {
  content: ""; }

.glyphicon-circle-arrow-down:before {
  content: ""; }

.glyphicon-globe:before {
  content: ""; }

.glyphicon-wrench:before {
  content: ""; }

.glyphicon-tasks:before {
  content: ""; }

.glyphicon-filter:before {
  content: ""; }

.glyphicon-briefcase:before {
  content: ""; }

.glyphicon-fullscreen:before {
  content: ""; }

.glyphicon-dashboard:before {
  content: ""; }

.glyphicon-paperclip:before {
  content: ""; }

.glyphicon-heart-empty:before {
  content: ""; }

.glyphicon-link:before {
  content: ""; }

.glyphicon-phone:before {
  content: ""; }

.glyphicon-pushpin:before {
  content: ""; }

.glyphicon-usd:before {
  content: ""; }

.glyphicon-gbp:before {
  content: ""; }

.glyphicon-sort:before {
  content: ""; }

.glyphicon-sort-by-alphabet:before {
  content: ""; }

.glyphicon-sort-by-alphabet-alt:before {
  content: ""; }

.glyphicon-sort-by-order:before {
  content: ""; }

.glyphicon-sort-by-order-alt:before {
  content: ""; }

.glyphicon-sort-by-attributes:before {
  content: ""; }

.glyphicon-sort-by-attributes-alt:before {
  content: ""; }

.glyphicon-unchecked:before {
  content: ""; }

.glyphicon-expand:before {
  content: ""; }

.glyphicon-collapse-down:before {
  content: ""; }

.glyphicon-collapse-up:before {
  content: ""; }

.glyphicon-log-in:before {
  content: ""; }

.glyphicon-flash:before {
  content: ""; }

.glyphicon-log-out:before {
  content: ""; }

.glyphicon-new-window:before {
  content: ""; }

.glyphicon-record:before {
  content: ""; }

.glyphicon-save:before {
  content: ""; }

.glyphicon-open:before {
  content: ""; }

.glyphicon-saved:before {
  content: ""; }

.glyphicon-import:before {
  content: ""; }

.glyphicon-export:before {
  content: ""; }

.glyphicon-send:before {
  content: ""; }

.glyphicon-floppy-disk:before {
  content: ""; }

.glyphicon-floppy-saved:before {
  content: ""; }

.glyphicon-floppy-remove:before {
  content: ""; }

.glyphicon-floppy-save:before {
  content: ""; }

.glyphicon-floppy-open:before {
  content: ""; }

.glyphicon-credit-card:before {
  content: ""; }

.glyphicon-transfer:before {
  content: ""; }

.glyphicon-cutlery:before {
  content: ""; }

.glyphicon-header:before {
  content: ""; }

.glyphicon-compressed:before {
  content: ""; }

.glyphicon-earphone:before {
  content: ""; }

.glyphicon-phone-alt:before {
  content: ""; }

.glyphicon-tower:before {
  content: ""; }

.glyphicon-stats:before {
  content: ""; }

.glyphicon-sd-video:before {
  content: ""; }

.glyphicon-hd-video:before {
  content: ""; }

.glyphicon-subtitles:before {
  content: ""; }

.glyphicon-sound-stereo:before {
  content: ""; }

.glyphicon-sound-dolby:before {
  content: ""; }

.glyphicon-sound-5-1:before {
  content: ""; }

.glyphicon-sound-6-1:before {
  content: ""; }

.glyphicon-sound-7-1:before {
  content: ""; }

.glyphicon-copyright-mark:before {
  content: ""; }

.glyphicon-registration-mark:before {
  content: ""; }

.glyphicon-cloud-download:before {
  content: ""; }

.glyphicon-cloud-upload:before {
  content: ""; }

.glyphicon-tree-conifer:before {
  content: ""; }

.glyphicon-tree-deciduous:before {
  content: ""; }

.glyphicon-cd:before {
  content: ""; }

.glyphicon-save-file:before {
  content: ""; }

.glyphicon-open-file:before {
  content: ""; }

.glyphicon-level-up:before {
  content: ""; }

.glyphicon-copy:before {
  content: ""; }

.glyphicon-paste:before {
  content: ""; }

.glyphicon-alert:before {
  content: ""; }

.glyphicon-equalizer:before {
  content: ""; }

.glyphicon-king:before {
  content: ""; }

.glyphicon-queen:before {
  content: ""; }

.glyphicon-pawn:before {
  content: ""; }

.glyphicon-bishop:before {
  content: ""; }

.glyphicon-knight:before {
  content: ""; }

.glyphicon-baby-formula:before {
  content: ""; }

.glyphicon-tent:before {
  content: "⛺"; }

.glyphicon-blackboard:before {
  content: ""; }

.glyphicon-bed:before {
  content: ""; }

.glyphicon-apple:before {
  content: ""; }

.glyphicon-erase:before {
  content: ""; }

.glyphicon-hourglass:before {
  content: "⌛"; }

.glyphicon-lamp:before {
  content: ""; }

.glyphicon-duplicate:before {
  content: ""; }

.glyphicon-piggy-bank:before {
  content: ""; }

.glyphicon-scissors:before {
  content: ""; }

.glyphicon-bitcoin:before {
  content: ""; }

.glyphicon-btc:before {
  content: ""; }

.glyphicon-xbt:before {
  content: ""; }

.glyphicon-yen:before {
  content: "¥"; }

.glyphicon-jpy:before {
  content: "¥"; }

.glyphicon-ruble:before {
  content: "₽"; }

.glyphicon-rub:before {
  content: "₽"; }

.glyphicon-scale:before {
  content: ""; }

.glyphicon-ice-lolly:before {
  content: ""; }

.glyphicon-ice-lolly-tasted:before {
  content: ""; }

.glyphicon-education:before {
  content: ""; }

.glyphicon-option-horizontal:before {
  content: ""; }

.glyphicon-option-vertical:before {
  content: ""; }

.glyphicon-menu-hamburger:before {
  content: ""; }

.glyphicon-modal-window:before {
  content: ""; }

.glyphicon-oil:before {
  content: ""; }

.glyphicon-grain:before {
  content: ""; }

.glyphicon-sunglasses:before {
  content: ""; }

.glyphicon-text-size:before {
  content: ""; }

.glyphicon-text-color:before {
  content: ""; }

.glyphicon-text-background:before {
  content: ""; }

.glyphicon-object-align-top:before {
  content: ""; }

.glyphicon-object-align-bottom:before {
  content: ""; }

.glyphicon-object-align-horizontal:before {
  content: ""; }

.glyphicon-object-align-left:before {
  content: ""; }

.glyphicon-object-align-vertical:before {
  content: ""; }

.glyphicon-object-align-right:before {
  content: ""; }

.glyphicon-triangle-right:before {
  content: ""; }

.glyphicon-triangle-left:before {
  content: ""; }

.glyphicon-triangle-bottom:before {
  content: ""; }

.glyphicon-triangle-top:before {
  content: ""; }

.glyphicon-console:before {
  content: ""; }

.glyphicon-superscript:before {
  content: ""; }

.glyphicon-subscript:before {
  content: ""; }

.glyphicon-menu-left:before {
  content: ""; }

.glyphicon-menu-right:before {
  content: ""; }

.glyphicon-menu-down:before {
  content: ""; }

.glyphicon-menu-up:before {
  content: ""; }

* {
  -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: rgba(0, 0, 0, 0); }

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 {
  text-decoration: none; }

a:focus,
a:hover {
  /* color:#23527c; */
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  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 0.2s ease-in-out; }

.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;
  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; }

[role=button] {
  cursor: pointer; }

.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 {
  padding: .2em;
  background-color: #fcf8e3; }

.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: #337ab7; }

a.text-primary:focus,
a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus,
a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus,
a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus,
a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus,
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;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 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;
    overflow: hidden;
    clear: left;
    text-align: right;
    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: "— "; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.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: " —"; }

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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.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 {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767.9999999999px) {
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px; }

  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px; } }
.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-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px; }

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm,
textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg,
textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.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; }

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  /* outline:5px auto -webkit-focus-ring-color; */
  /* outline-offset:-2px */ }

.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none; }

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
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:#337ab7; */
  /* border-color:#2e6da4 */ }

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  /* background-color:#286090; */
  /* border-color:#122b40; */ }

.btn-primary:hover {
  /* color:#fff; */
  /* background-color:#286090; */
  /* border-color:#204d74; */ }

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  /* background-color:#286090; */
  /* border-color:#204d74 */ }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  /* color:#fff; */
  /* background-color:#204d74; */
  /* border-color:#122b40; */ }

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
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.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
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.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
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.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
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 {
  font-weight: 400;
  color: #337ab7;
  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: #23527c;
  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-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn,
.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 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown,
.dropup {
  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: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* 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, 0.175);
  /* box-shadow:0 6px 12px rgba(0,0,0,.175) */ }

.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 {
  color: #262626;
  text-decoration: none;
  /* background-color:#f5f5f5 */ }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 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;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(238, 238, 238, 0.26);
  border-color: #337ab7; }

.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;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.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: #337ab7; }

.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 {
  margin-bottom: 5px;
  text-align: center; }

.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; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-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 {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !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-right: 0;
    padding-left: 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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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: 767.9999999999px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@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: 767.9999999999px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  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-right: 15px;
    margin-left: 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 {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767.9999999999px) {
  .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 {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767.9999999999px) {
  .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; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ "; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #b5b5b5;
  border-color: #b5b5b5; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.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: 0.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: #337ab7; }

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090; }

.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; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1,
.jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px; }

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.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; } }
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease; }

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  /* font-size:16px; */
  color: inherit; }

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > 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-left-radius: 3px;
  border-top-right-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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.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-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table: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,
.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-right-radius: 3px;
  border-bottom-left-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 {
  margin-bottom: 0;
  border: 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 + .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: #ddd; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: inherit;
  border-color: #ddd; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

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

.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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.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-bottom: 0;
  margin-left: 5px; }

.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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x; }

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: "‹"; }

.carousel-control .icon-next:before {
  content: "›"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.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,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

.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: 767.9999999999px) {
  .visible-xs {
    display: block !important; }

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

  tr.visible-xs {
    display: table-row !important; }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767.9999999999px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767.9999999999px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767.9999999999px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991.9999999999px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991.9999999999px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991.9999999999px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991.9999999999px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199.9999999999px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  td.visible-md,
  th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199.9999999999px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199.9999999999px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199.9999999999px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  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: 767.9999999999px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991.9999999999px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199.9999999999px) {
  .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 !important; }

  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; } }
/*!
 * Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.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-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite; }

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.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%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-conditioner:before {
  content: "\f8f4"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-alarm-exclamation:before {
  content: "\f843"; }

.fa-alarm-plus:before {
  content: "\f844"; }

.fa-alarm-snooze:before {
  content: "\f845"; }

.fa-album:before {
  content: "\f89f"; }

.fa-album-collection:before {
  content: "\f8a0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-alien:before {
  content: "\f8f5"; }

.fa-alien-monster:before {
  content: "\f8f6"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-slash:before {
  content: "\f846"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-amp-guitar:before {
  content: "\f8a1"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badge-sheriff:before {
  content: "\f8a2"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-bags-shopping:before {
  content: "\f847"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-banjo:before {
  content: "\f8a3"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-bed-alt:before {
  content: "\f8f7"; }

.fa-bed-bunk:before {
  content: "\f8f8"; }

.fa-bed-empty:before {
  content: "\f8f9"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-exclamation:before {
  content: "\f848"; }

.fa-bell-on:before {
  content: "\f8fa"; }

.fa-bell-plus:before {
  content: "\f849"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-betamax:before {
  content: "\f8a4"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-biking-mountain:before {
  content: "\f84b"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blinds:before {
  content: "\f8fb"; }

.fa-blinds-open:before {
  content: "\f8fc"; }

.fa-blinds-raised:before {
  content: "\f8fd"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boombox:before {
  content: "\f8a5"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-bottom:before {
  content: "\f84d"; }

.fa-border-center-h:before {
  content: "\f89c"; }

.fa-border-center-v:before {
  content: "\f89d"; }

.fa-border-inner:before {
  content: "\f84e"; }

.fa-border-left:before {
  content: "\f84f"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-outer:before {
  content: "\f851"; }

.fa-border-right:before {
  content: "\f852"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-border-style-alt:before {
  content: "\f854"; }

.fa-border-top:before {
  content: "\f855"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-bring-forward:before {
  content: "\f856"; }

.fa-bring-front:before {
  content: "\f857"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burger-soda:before {
  content: "\f858"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-cactus:before {
  content: "\f8a7"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camcorder:before {
  content: "\f8a8"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-home:before {
  content: "\f8fe"; }

.fa-camera-movie:before {
  content: "\f8a9"; }

.fa-camera-polaroid:before {
  content: "\f8aa"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-building:before {
  content: "\f859"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-bus:before {
  content: "\f85a"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caravan-alt:before {
  content: "\e000"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cars:before {
  content: "\f85b"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cassette-tape:before {
  content: "\f8ab"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cat-space:before {
  content: "\e001"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cctv:before {
  content: "\f8ac"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clarinet:before {
  content: "\f8ad"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-music:before {
  content: "\f8ae"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-pot:before {
  content: "\e002"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-coffin-cross:before {
  content: "\e051"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coin:before {
  content: "\f85c"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comet:before {
  content: "\e003"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-music:before {
  content: "\f8af"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-music:before {
  content: "\f8b0"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-computer-classic:before {
  content: "\f8b1"; }

.fa-computer-speaker:before {
  content: "\f8b2"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-construction:before {
  content: "\f85d"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cowbell:before {
  content: "\f8b3"; }

.fa-cowbell-more:before {
  content: "\f8b4"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digging:before {
  content: "\f85e"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disc-drive:before {
  content: "\f8b5"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-drone:before {
  content: "\f85f"; }

.fa-drone-alt:before {
  content: "\f860"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dryer:before {
  content: "\f861"; }

.fa-dryer-alt:before {
  content: "\f862"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fan-table:before {
  content: "\e004"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-farm:before {
  content: "\f864"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-faucet-drip:before {
  content: "\e006"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-music:before {
  content: "\f8b6"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-search:before {
  content: "\f865"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-film-canister:before {
  content: "\f8b7"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flashlight:before {
  content: "\f8b8"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-flute:before {
  content: "\f8b9"; }

.fa-flux-capacitor:before {
  content: "\f8ba"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-download:before {
  content: "\e053"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folder-upload:before {
  content: "\e054"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-font-case:before {
  content: "\f866"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-galaxy:before {
  content: "\e008"; }

.fa-game-board:before {
  content: "\f867"; }

.fa-game-board-alt:before {
  content: "\f868"; }

.fa-game-console-handheld:before {
  content: "\f8bb"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gamepad-alt:before {
  content: "\f8bc"; }

.fa-garage:before {
  content: "\e009"; }

.fa-garage-car:before {
  content: "\e00a"; }

.fa-garage-open:before {
  content: "\e00b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-citrus:before {
  content: "\f869"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gramophone:before {
  content: "\f8bd"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-guitar-electric:before {
  content: "\f8be"; }

.fa-guitars:before {
  content: "\f8bf"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-h4:before {
  content: "\f86a"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-chef:before {
  content: "\f86b"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-headphones:before {
  content: "\f8c2"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-heat:before {
  content: "\e00c"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-horizontal-rule:before {
  content: "\f86c"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-horse-saddle:before {
  content: "\f8c3"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house:before {
  content: "\e00d"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-day:before {
  content: "\e00e"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-house-leave:before {
  content: "\e00f"; }

.fa-house-night:before {
  content: "\e010"; }

.fa-house-return:before {
  content: "\e011"; }

.fa-house-signal:before {
  content: "\e012"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-icons-alt:before {
  content: "\f86e"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-image-polaroid:before {
  content: "\f8c4"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-joystick:before {
  content: "\f8c5"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-jug:before {
  content: "\f8c6"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-kazoo:before {
  content: "\f8c7"; }

.fa-kerning:before {
  content: "\f86f"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-lamp-desk:before {
  content: "\e014"; }

.fa-lamp-floor:before {
  content: "\e015"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lasso:before {
  content: "\f8c8"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-light-ceiling:before {
  content: "\e016"; }

.fa-light-switch:before {
  content: "\e017"; }

.fa-light-switch-off:before {
  content: "\e018"; }

.fa-light-switch-on:before {
  content: "\e019"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-line-columns:before {
  content: "\f870"; }

.fa-line-height:before {
  content: "\f871"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-music:before {
  content: "\f8c9"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microphone-stand:before {
  content: "\f8cb"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-microwave:before {
  content: "\e01b"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-money-check-edit:before {
  content: "\f872"; }

.fa-money-check-edit-alt:before {
  content: "\f873"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-alt:before {
  content: "\f8cd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mp3-player:before {
  content: "\f8ce"; }

.fa-mug:before {
  content: "\f874"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-mug-tea:before {
  content: "\f875"; }

.fa-music:before {
  content: "\f001"; }

.fa-music-alt:before {
  content: "\f8cf"; }

.fa-music-alt-slash:before {
  content: "\f8d0"; }

.fa-music-slash:before {
  content: "\f8d1"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-outlet:before {
  content: "\e01c"; }

.fa-oven:before {
  content: "\e01d"; }

.fa-overline:before {
  content: "\f876"; }

.fa-page-break:before {
  content: "\f877"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paragraph-rtl:before {
  content: "\f878"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-laptop:before {
  content: "\f87a"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-rotary:before {
  content: "\f8d3"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-piano:before {
  content: "\f8d4"; }

.fa-piano-keyboard:before {
  content: "\f8d5"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-planet-moon:before {
  content: "\e01f"; }

.fa-planet-ringed:before {
  content: "\e020"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-police-box:before {
  content: "\e021"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portal-enter:before {
  content: "\e022"; }

.fa-portal-exit:before {
  content: "\e023"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-projector:before {
  content: "\f8d6"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radar:before {
  content: "\e024"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-radio:before {
  content: "\f8d7"; }

.fa-radio-alt:before {
  content: "\f8d8"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-raygun:before {
  content: "\e025"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-refrigerator:before {
  content: "\e026"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocket-launch:before {
  content: "\e027"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-router:before {
  content: "\f8da"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-sax-hot:before {
  content: "\f8db"; }

.fa-saxophone:before {
  content: "\f8dc"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-image:before {
  content: "\f8f3"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-send-back:before {
  content: "\f87e"; }

.fa-send-backward:before {
  content: "\f87f"; }

.fa-sensor:before {
  content: "\e028"; }

.fa-sensor-alert:before {
  content: "\e029"; }

.fa-sensor-fire:before {
  content: "\e02a"; }

.fa-sensor-on:before {
  content: "\e02b"; }

.fa-sensor-smoke:before {
  content: "\e02c"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signal-stream:before {
  content: "\f8dd"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-siren:before {
  content: "\e02d"; }

.fa-siren-on:before {
  content: "\e02e"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-cow:before {
  content: "\f8de"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snooze:before {
  content: "\f880"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-solar-system:before {
  content: "\e02f"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-circle:before {
  content: "\e030"; }

.fa-sort-circle-down:before {
  content: "\e031"; }

.fa-sort-circle-up:before {
  content: "\e032"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-shapes-down:before {
  content: "\f888"; }

.fa-sort-shapes-down-alt:before {
  content: "\f889"; }

.fa-sort-shapes-up:before {
  content: "\f88a"; }

.fa-sort-shapes-up-alt:before {
  content: "\f88b"; }

.fa-sort-size-down:before {
  content: "\f88c"; }

.fa-sort-size-down-alt:before {
  content: "\f88d"; }

.fa-sort-size-up:before {
  content: "\f88e"; }

.fa-sort-size-up-alt:before {
  content: "\f88f"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-space-station-moon:before {
  content: "\e033"; }

.fa-space-station-moon-alt:before {
  content: "\e034"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-sparkles:before {
  content: "\f890"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker:before {
  content: "\f8df"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-speakers:before {
  content: "\f8e0"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-sprinkler:before {
  content: "\e035"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-star-shooting:before {
  content: "\e036"; }

.fa-starfighter:before {
  content: "\e037"; }

.fa-starfighter-alt:before {
  content: "\e038"; }

.fa-stars:before {
  content: "\f762"; }

.fa-starship:before {
  content: "\e039"; }

.fa-starship-freighter:before {
  content: "\e03a"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunglasses:before {
  content: "\f892"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-sword-laser:before {
  content: "\e03b"; }

.fa-sword-laser-alt:before {
  content: "\e03c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-swords-laser:before {
  content: "\e03d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-telescope:before {
  content: "\e03e"; }

.fa-temperature-down:before {
  content: "\e03f"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-temperature-up:before {
  content: "\e040"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text:before {
  content: "\f893"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-size:before {
  content: "\f894"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-transporter:before {
  content: "\e042"; }

.fa-transporter-1:before {
  content: "\e043"; }

.fa-transporter-2:before {
  content: "\e044"; }

.fa-transporter-3:before {
  content: "\e045"; }

.fa-transporter-empty:before {
  content: "\e046"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-trash-undo:before {
  content: "\f895"; }

.fa-trash-undo-alt:before {
  content: "\f896"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-triangle-music:before {
  content: "\f8e2"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-trumpet:before {
  content: "\f8e3"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turntable:before {
  content: "\f8e4"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-alt:before {
  content: "\f8e5"; }

.fa-tv-music:before {
  content: "\f8e6"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typewriter:before {
  content: "\f8e7"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-ufo:before {
  content: "\e047"; }

.fa-ufo-beam:before {
  content: "\e048"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usb-drive:before {
  content: "\f8e9"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alien:before {
  content: "\e04a"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-cowboy:before {
  content: "\f8ea"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-music:before {
  content: "\f8eb"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-robot:before {
  content: "\e04b"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-user-unlock:before {
  content: "\e058"; }

.fa-user-visor:before {
  content: "\e04c"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vacuum:before {
  content: "\e04d"; }

.fa-vacuum-robot:before {
  content: "\e04e"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-vhs:before {
  content: "\f8ec"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-violin:before {
  content: "\f8ed"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-wagon-covered:before {
  content: "\f8ee"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walkie-talkie:before {
  content: "\f8ef"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-washer:before {
  content: "\f898"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-calculator:before {
  content: "\f8f0"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-sine:before {
  content: "\f899"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-wave-triangle:before {
  content: "\f89a"; }

.fa-waveform:before {
  content: "\f8f1"; }

.fa-waveform-path:before {
  content: "\f8f2"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-turbine:before {
  content: "\f89b"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-frame:before {
  content: "\e04f"; }

.fa-window-frame-open:before {
  content: "\e050"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.0.svg) format("svg");
  unicode-range: U+f081, U+f08c, U+f092, U+f099, U+f09b, U+f0d2-f0d5, U+f113, U+f136, U+f13b-f13c, U+f15a, U+f167-f169, U+f16c-f16e, U+f170, U+f173-f174, U+f17a, U+f17c-f17e, U+f180, U+f184, U+f189-f18c, U+f194, U+f19a-f19b, U+f1a0-f1a4, U+f1a6-f1a7, U+f1a9-f1aa, U+f1b4, U+f1b6-f1b7, U+f1bc-f1be, U+f1ca-f1cc, U+f1d0-f1d1, U+f1d4-f1d6, U+f1e7, U+f1ed-f1ee, U+f1f0-f1f2, U+f1f4-f1f5, U+f202, U+f208-f209, U+f20d-f20e, U+f211-f213, U+f215, U+f231-f232, U+f237, U+f23a-f23b, U+f23d-f23e, U+f24b-f24c, U+f260-f261, U+f263-f266, U+f268, U+f26a-f26b, U+f26d-f26e, U+f270, U+f27d-f27e, U+f280-f281, U+f284-f285, U+f287-f28a, U+f293-f294, U+f297-f299, U+f2a5-f2a6, U+f2a9, U+f2ab-f2ad, U+f2b0, U+f2b2, U+f2b4, U+f2b8, U+f2c4, U+f2c6, U+f2d6-f2d8, U+f2da, U+f2dd-f2de, U+f2e0, U+f35c, U+f368-f374, U+f378-f37d, U+f37f-f380, U+f383-f385, U+f388, U+f38b-f38f, U+f392, U+f394-f397, U+f399-f39a, U+f3a1-f3a4, U+f3a6-f3b2, U+f3b4-f3b8, U+f3ba-f3bc, U+f3c0, U+f3c3-f3c4, U+f3c6-f3c8, U+f3ca, U+f3cc, U+f3d0, U+f3d2, U+f3d4, U+f3d6-f3d7, U+f3da-f3db, U+f3df, U+f3e1-f3e3, U+f3e6-f3e7, U+f3e9-f3ec, U+f3ee-f3ef, U+f3f5-f3f6, U+f3f8-f3f9, U+f3fe, U+f402-f405, U+f407-f408, U+f40a-f40d, U+f411-f417, U+f419, U+f41b-f41d, U+f41f, U+f421, U+f426; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.1.svg) format("svg");
  unicode-range: U+f16b, U+f425; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.2.svg) format("svg");
  unicode-range: U+f42d-f42f; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.3.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.3.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.3.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.3.svg) format("svg");
  unicode-range: U+f18d, U+f1b5, U+f1d7, U+f210, U+f216, U+f286, U+f2b1, U+f393, U+f3b9, U+f3cb, U+f3d3, U+f3d8-f3d9, U+f3dc, U+f409, U+f423, U+f429, U+f430-f431; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.5.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.5.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.5.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.5.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.5.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.5.svg) format("svg");
  unicode-range: U+f452, U+f457; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.9.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.9.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.9.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.9.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.9.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.9.svg) format("svg");
  unicode-range: U+f44d; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.10.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.10.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.10.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.10.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.10.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.10.svg) format("svg");
  unicode-range: U+f4d5, U+f4e5; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.11.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.11.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.11.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.11.svg) format("svg");
  unicode-range: U+f203, U+f4e6-f4f2, U+f4f8; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.12.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.12.eot) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.12.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.12.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.12.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.0.12.svg) format("svg");
  unicode-range: U+f4f7, U+f50a, U+f50c-f50d, U+f510, U+f512-f513; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.1.0.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.1.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.1.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.1.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.1.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.1.0.svg) format("svg");
  unicode-range: U+f25e, U+f375, U+f5a3, U+f5be, U+f5cc, U+f5cf; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.2.0.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.2.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.2.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.2.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.2.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.2.0.svg) format("svg");
  unicode-range: U+f5f1, U+f63f; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.3.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.3.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.3.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.3.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.3.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.3.0.svg) format("svg");
  unicode-range: U+f642; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.0.svg) format("svg");
  unicode-range: U+f4f3, U+f6ca, U+f6cc, U+f6dc, U+f704, U+f730; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.2.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.4.2.svg) format("svg");
  unicode-range: U+f3e4; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.6.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.6.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.6.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.6.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.6.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.6.0.svg) format("svg");
  unicode-range: U+f181, U+f77b, U+f78d, U+f790, U+f797, U+f7af-f7b1, U+f7b3, U+f7bb, U+f7df, U+f7e3; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.7.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.7.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.7.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.7.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.7.0.svg) format("svg");
  unicode-range: U+f198, U+f1a5, U+f1a8, U+f1f3, U+f214, U+f23c, U+f296, U+f2aa, U+f391, U+f39d, U+f3f7, U+f427, U+f4f4, U+f50e, U+f60f; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.0.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.0.svg) format("svg");
  unicode-range: U+f171, U+f179, U+f1e9, U+f27c, U+f3f3, U+f41a, U+f41e, U+f420, U+f428, U+f42a-f42c, U+f459, U+f4e4, U+f4f6, U+f4f9, U+f50b, U+f50f, U+f511, U+f514, U+f592, U+f5a8, U+f5b2, U+f5b5, U+f5c6, U+f5f7, U+f5fa, U+f612, U+f69d, U+f6af, U+f6c9, U+f731, U+f75d, U+f77a, U+f785, U+f789, U+f791, U+f798-f799, U+f7c6, U+f7d3, U+f7d6, U+f7e0-f7e1, U+f834-f83d, U+f83f-f840; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.1.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.1.svg) format("svg");
  unicode-range: U+f0e1; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.8.2.svg) format("svg");
  unicode-range: U+f082, U+f09a, U+f1d2-f1d3, U+f39e, U+f59e, U+f7bc, U+f841-f842; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.9.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.9.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.9.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.9.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.9.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.9.0.svg) format("svg");
  unicode-range: U+f39f; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.10.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.10.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.10.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.10.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.10.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.10.0.svg) format("svg");
  unicode-range: U+f89e; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.0.svg) format("svg");
  unicode-range: U+f4f5, U+f8a6, U+f8ca, U+f8d2, U+f8e1, U+f8e8; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.2.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.11.2.svg) format("svg");
  unicode-range: U+f3bd; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.0.svg) format("svg");
  unicode-range: U+f17b, U+f1e8, U+f267, U+f269, U+f2ae, U+f2c5; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.12.1.svg) format("svg");
  unicode-range: U+f282; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.13.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.13.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.13.1.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.13.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.13.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.13.1.svg) format("svg");
  unicode-range: U+f19e, U+f2b3, U+f2d5; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.14.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.14.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.14.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.14.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.14.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.14.0.svg) format("svg");
  unicode-range: U+e007, U+e013, U+e01a, U+e01e, U+e049, U+e052, U+e055-e057, U+e077-e07c, U+f262; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.0.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.0.svg) format("svg");
  unicode-range: U+e07d-e084, U+e087-e088, U+f3d5, U+f3e8; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-brands-400-5.15.1.svg) format("svg");
  unicode-range: U+f2d9; }
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.0.svg) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f258, U+f25a-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+10f002, U+10f008-10f009, U+10f00b-10f00c, U+10f00e, U+10f011, U+10f013, U+10f019, U+10f01c, U+10f022-10f025, U+10f02a-10f02b, U+10f02d, U+10f030, U+10f040-10f041, U+10f044, U+10f047, U+10f049-10f04a, U+10f04e, U+10f050, U+10f052-10f055, U+10f057-10f05b, U+10f05e, U+10f060-10f066, U+10f068-10f06a, U+10f074, U+10f077-10f07a, U+10f07c-10f07e, U+10f085, U+10f089, U+10f08b, U+10f090, U+10f093-10f094, U+10f098, U+10f09c-10f09e, U+10f0a4-10f0ab, U+10f0b2, U+10f0c1, U+10f0c3, U+10f0c6, U+10f0c9, U+10f0ce, U+10f0d7-10f0db, U+10f0e2-10f0e3, U+10f0e9-10f0ea, U+10f0ec, U+10f0f4, U+10f0f8, U+10f0fa-10f0fe, U+10f100-10f103, U+10f106-10f108, U+10f10a-10f10b, U+10f11c, U+10f120-10f122, U+10f124, U+10f126-10f128, U+10f12e, U+10f134, U+10f137-10f13a, U+10f13e, U+10f141-10f143, U+10f146, U+10f14a-10f14d, U+10f150-10f154, U+10f156-10f159, U+10f175-10f178, U+10f182-10f183, U+10f188, U+10f191-10f192, U+10f195, U+10f199, U+10f1ad-10f1ae, U+10f1b0, U+10f1b2-10f1b3, U+10f1b8, U+10f1bb, U+10f1c0, U+10f1cd, U+10f1d8, U+10f1da, U+10f1e0-10f1e2, U+10f1ea, U+10f1fa, U+10f1fd-10f1fe, U+10f204-10f206, U+10f20b, U+10f217-10f218, U+10f21c, U+10f222, U+10f224, U+10f226-10f229, U+10f233, U+10f238-10f239, U+10f240-10f244, U+10f246, U+10f255-10f258, U+10f25a-10f25c, U+10f28b, U+10f28d, U+10f290-10f292, U+10f295, U+10f2a1-10f2a4, U+10f2a8, U+10f2c7-10f2cb, U+10f2ce, U+10f2d0, U+10f2d2-10f2d3, U+10f2db, U+10f2e6-10f2e7, U+10f2ea, U+10f2f0-10f2f1, U+10f2f5-10f2f7, U+10f2f9, U+10f2fd, U+10f301, U+10f303, U+10f308-10f30f, U+10f31d, U+10f320-10f322, U+10f325-10f326, U+10f328-10f32e, U+10f330-10f332, U+10f336-10f337, U+10f339-10f33c, U+10f33e, U+10f340-10f34c, U+10f350-10f353, U+10f355, U+10f358-10f35b, U+10f360-10f367, U+10f376, U+10f37e, U+10f387, U+10f389-10f38a, U+10f390, U+10f39b-10f39c, U+10f3a0, U+10f3b3, U+10f3be-10f3bf, U+10f3c2, U+10f3c5, U+10f3cd-10f3cf, U+10f3de, U+10f3e5, U+10f3ed, U+10f3f0, U+10f3f2, U+10f3fa-10f3fc, U+10f400-10f401, U+10f40e-10f410; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.1.svg) format("svg");
  unicode-range: U+f3c1, U+10f3c1; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.3.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.3.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.3.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.3.svg) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0, U+10f245, U+10f2b9, U+10f2bb, U+10f2c1, U+10f3e0; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.5.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.5.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.5.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.5.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.5.svg) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d, U+10f1e3, U+10f432, U+10f437-10f438, U+10f449-10f44c, U+10f44f-10f451, U+10f453, U+10f455, U+10f458, U+10f45a-10f45b, U+10f45d; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.7.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.7.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.7.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.7.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.7.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.7.svg) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496, U+10f0d1, U+10f0f1, U+10f0f9, U+10f21e, U+10f461, U+10f463-10f46f, U+10f472-10f475, U+10f479-10f47a, U+10f47d-10f47e, U+10f481-10f487, U+10f489, U+10f48b-10f496; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.9.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.9.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.9.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.9.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.9.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.9.svg) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c2-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2, U+10f03d, U+10f06c, U+10f086, U+10f0f2, U+10f10d-10f10e, U+10f187, U+10f2b5, U+10f2e9, U+10f2fe, U+10f3dd, U+10f47b-10f47c, U+10f498, U+10f49a-10f49b, U+10f49d, U+10f49f-10f4b9, U+10f4bb-10f4bf, U+10f4c2-10f4c6, U+10f4c8, U+10f4cb-10f4d2, U+10f4d4, U+10f4d6, U+10f4d8-10f4d9, U+10f4db-10f4e2; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.10.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.10.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.10.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.10.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.10.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.10.svg) format("svg");
  unicode-range: U+f471, U+f4ca, U+10f471, U+10f4ca; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.11.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.11.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.11.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.11.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.11.svg) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509, U+10f007, U+10f0c0, U+10f0c2, U+10f0ed-10f0ee, U+10f0f0, U+10f1de, U+10f21b, U+10f234-10f235, U+10f381-10f382, U+10f3f1, U+10f406, U+10f4e6, U+10f4fa-10f501, U+10f503-10f509; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.13.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.13.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.13.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.13.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.13.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.0.13.svg) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555, U+10f010, U+10f067, U+10f072, U+10f0ad, U+10f0d6, U+10f0e8, U+10f130-10f131, U+10f24e, U+10f3c9, U+10f3d1, U+10f517, U+10f519-10f51e, U+10f520-10f52c, U+10f52e, U+10f530-10f533, U+10f535-10f543, U+10f545-10f54b, U+10f54d, U+10f54f-10f552, U+10f554-10f555; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.0.svg) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd, U+10f043, U+10f0c4, U+10f0d0, U+10f125, U+10f1ba, U+10f1fb-10f1fc, U+10f207, U+10f236, U+10f279, U+10f304-10f305, U+10f52d, U+10f557-10f558, U+10f55a-10f55f, U+10f562-10f566, U+10f568, U+10f56a-10f56b, U+10f575-10f577, U+10f57b, U+10f586, U+10f588, U+10f58d-10f590, U+10f593-10f595, U+10f59d, U+10f59f-10f5a2, U+10f5a6-10f5a7, U+10f5a9-10f5af, U+10f5b1, U+10f5b6, U+10f5b9-10f5bd, U+10f5c4-10f5c5, U+10f5c7, U+10f5c9-10f5cb, U+10f5cd; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.1.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.1.1.svg) format("svg");
  unicode-range: U+f386, U+10f386; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.2.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.2.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.2.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.2.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.2.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.2.0.svg) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5d1, U+f5d4-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f61e, U+f620-f621, U+f623-f62f, U+f633, U+f635-f63d, U+10f018, U+10f0e4, U+10f109, U+10f1b9, U+10f1e5, U+10f1f6, U+10f21d, U+10f276-10f277, U+10f3fd, U+10f4d7, U+10f518, U+10f5d0-10f5d1, U+10f5d4-10f5da, U+10f5dd, U+10f5df-10f5e5, U+10f5e8-10f5ea, U+10f5ed-10f5f0, U+10f5f2, U+10f5f4-10f5f5, U+10f5f8-10f5f9, U+10f5fb-10f600, U+10f603-10f60e, U+10f610, U+10f614, U+10f617-10f619, U+10f61c-10f61e, U+10f620-10f621, U+10f623-10f62f, U+10f633, U+10f635-10f63d; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.3.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.3.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.3.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.3.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.3.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.3.0.svg) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665, U+f667-f669, U+f66b-f671, U+f673-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac, U+10f027-10f028, U+10f080, U+10f0a1, U+10f0b1, U+10f0eb, U+10f200-10f201, U+10f2e2, U+10f61a, U+10f640, U+10f643-10f647, U+10f64a-10f64b, U+10f64d-10f653, U+10f655-10f656, U+10f65d, U+10f65f-10f663, U+10f665, U+10f667-10f669, U+10f66b-10f671, U+10f673-10f675, U+10f678-10f67b, U+10f67d-10f680, U+10f683-10f689, U+10f68b, U+10f694-10f695, U+10f697-10f699, U+10f69b-10f69c, U+10f69e-10f69f, U+10f6a1-10f6a9, U+10f6ac; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.0.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.0.svg) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6d2, U+f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f, U+10f499, U+10f676, U+10f6ae, U+10f6b0-10f6b3, U+10f6b5-10f6bc, U+10f6bf, U+10f6c2, U+10f6c5, U+10f6c7-10f6c8, U+10f6cb, U+10f6cd-10f6d2, U+10f6d5, U+10f6d8-10f6d9, U+10f6db, U+10f6de, U+10f6e2-10f6e3, U+10f6e5-10f6e7, U+10f6e9-10f6ec, U+10f6ee, U+10f6f1-10f6f3, U+10f6f5-10f6f8, U+10f6fc-10f6fd, U+10f6ff-10f703, U+10f707, U+10f70a-10f70b, U+10f711-10f713, U+10f715-10f71d, U+10f720-10f724, U+10f726-10f729, U+10f72b, U+10f72d, U+10f72f; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.4.1.svg) format("svg");
  unicode-range: U+f72a, U+10f72a; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.5.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.5.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.5.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.5.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.5.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.5.0.svg) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752, U+f754-f758, U+f75a, U+f75c, U+f75e-f761, U+f763-f76e, U+f771-f776, U+10f0e7, U+10f185, U+10f2dc, U+10f6c3-10f6c4, U+10f72e, U+10f732-10f735, U+10f737-10f750, U+10f752, U+10f754-10f758, U+10f75a, U+10f75c, U+10f75e-10f761, U+10f763-10f76e, U+10f771-10f776; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.0.svg) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c1-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2, U+10f06b, U+10f5b7, U+10f77d, U+10f77f, U+10f781-10f782, U+10f788, U+10f78a-10f78c, U+10f78e-10f78f, U+10f792-10f796, U+10f79a-10f7a1, U+10f7a3-10f7a4, U+10f7a7-10f7a8, U+10f7aa, U+10f7ac-10f7ae, U+10f7b4-10f7b6, U+10f7b8, U+10f7bd-10f7be, U+10f7c1-10f7c3, U+10f7c5, U+10f7c7-10f7d2, U+10f7d4, U+10f7d7-10f7d8, U+10f7da-10f7dc, U+10f7de, U+10f7e2; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071, U+10f071; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.3.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.3.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.6.3.svg) format("svg");
  unicode-range: U+f7e4, U+10f7e4; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.0.svg) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833, U+10f00a, U+10f015, U+10f06e, U+10f070, U+10f1e4, U+10f2a0, U+10f377, U+10f470, U+10f49c, U+10f49e, U+10f4c9, U+10f6d6-10f6d7, U+10f705, U+10f725, U+10f77e, U+10f780, U+10f7e5-10f7e7, U+10f7e9-10f7f0, U+10f7f2-10f7fc, U+10f7fe, U+10f800-10f802, U+10f804-10f805, U+10f807-10f80f, U+10f811-10f812, U+10f814-10f818, U+10f81b, U+10f81e-10f823, U+10f825-10f827, U+10f82c-10f82e, U+10f830-10f833; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.1.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.7.1.svg) format("svg");
  unicode-range: U+f7f1, U+10f7f1; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e, U+10f01e, U+10f021, U+10f026, U+10f076, U+10f12d, U+10f31e, U+10f356, U+10f45f, U+10f5b0, U+10f83e; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.2.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.8.2.svg) format("svg");
  unicode-range: U+f560, U+10f560; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.9.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.9.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.9.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.9.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.9.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.9.0.svg) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b, U+10f036-10f03c, U+10f0ae, U+10f0ca-10f0cd, U+10f15d-10f15e, U+10f160-10f163, U+10f1dd, U+10f313-10f315, U+10f34e, U+10f439-10f448, U+10f502, U+10f677, U+10f843-10f855, U+10f858-10f85e, U+10f860-10f862, U+10f864, U+10f866-10f878, U+10f87a, U+10f87c-10f87d, U+10f880-10f892, U+10f897-10f89b; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d, U+10f000, U+10f012, U+10f029, U+10f03e, U+10f06d, U+10f075, U+10f07b, U+10f083-10f084, U+10f0a0, U+10f11e, U+10f140, U+10f19d, U+10f20a, U+10f247-10f248, U+10f251-10f254, U+10f25d, U+10f275, U+10f27a, U+10f2c2, U+10f2d1, U+10f302, U+10f310-10f311, U+10f34d, U+10f3a5, U+10f435, U+10f454, U+10f456, U+10f476, U+10f47f-10f480, U+10f52f, U+10f534, U+10f561, U+10f578, U+10f591, U+10f5db, U+10f5e7, U+10f5f6, U+10f611, U+10f613, U+10f654, U+10f681-10f682, U+10f68c-10f693, U+10f6be, U+10f6da, U+10f6e4, U+10f6ed, U+10f6ef-10f6f0, U+10f6f4, U+10f6fa-10f6fb, U+10f6fe, U+10f72c, U+10f751, U+10f759, U+10f75b, U+10f779, U+10f77c, U+10f786-10f787, U+10f7ab, U+10f7b2, U+10f7b7, U+10f7e8, U+10f813, U+10f85f, U+10f863, U+10f87b, U+10f89c-10f89d; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.10.2.svg) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896, U+10f004-10f005, U+10f02c, U+10f02e, U+10f031-10f035, U+10f04b-10f04d, U+10f056, U+10f073, U+10f08d, U+10f095, U+10f0a3, U+10f0c5, U+10f0c7-10f0c8, U+10f0dc-10f0de, U+10f0e0, U+10f110-10f111, U+10f129-10f12c, U+10f132-10f133, U+10f144-10f145, U+10f15b-10f15c, U+10f164-10f165, U+10f193, U+10f197, U+10f1ab, U+10f1c1-10f1c9, U+10f1ce, U+10f1dc, U+10f1f8-10f1f9, U+10f219, U+10f249, U+10f271-10f274, U+10f29a, U+10f29e, U+10f2a7, U+10f2b6, U+10f2e1, U+10f2e3-10f2e5, U+10f2ec-10f2ed, U+10f2f2, U+10f2f4, U+10f2fa-10f2fc, U+10f306, U+10f312, U+10f316, U+10f31a, U+10f31c, U+10f327, U+10f333-10f335, U+10f3f4, U+10f3ff, U+10f45c, U+10f460, U+10f462, U+10f477-10f478, U+10f497, U+10f4ba, U+10f4d3, U+10f54c, U+10f553, U+10f559, U+10f56c-10f574, U+10f5bf, U+10f5c1, U+10f5f3, U+10f630-10f632, U+10f634, U+10f63e, U+10f641, U+10f659-10f65c, U+10f696, U+10f6a0, U+10f6b4, U+10f6bd, U+10f6dd, U+10f706, U+10f708-10f709, U+10f70d-10f710, U+10f714, U+10f71e-10f71f, U+10f736, U+10f76f-10f770, U+10f777, U+10f783-10f784, U+10f7a9, U+10f7c4, U+10f7d5, U+10f7d9, U+10f7dd, U+10f7fd, U+10f81c-10f81d, U+10f824, U+10f828-10f82a, U+10f856-10f857, U+10f865, U+10f879, U+10f87e, U+10f893-10f896; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.0.svg) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8c9, U+f8cb-f8d1, U+f8d3, U+f8d5-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2, U+10f001, U+10f02f, U+10f042, U+10f08e, U+10f091, U+10f0f3, U+10f104-10f105, U+10f11b, U+10f13d, U+10f149, U+10f1ac, U+10f1ec, U+10f223, U+10f225, U+10f22a-10f22c, U+10f24d, U+10f26c, U+10f29d, U+10f2eb, U+10f2ee, U+10f2f3, U+10f300, U+10f307, U+10f323-10f324, U+10f338, U+10f33d, U+10f35d, U+10f48a, U+10f4c0, U+10f569, U+10f5dc, U+10f5eb, U+10f601, U+10f61b, U+10f64c, U+10f664, U+10f66a, U+10f68a, U+10f6c0-10f6c1, U+10f6df-10f6e1, U+10f6e8, U+10f6f9, U+10f70c, U+10f7a6, U+10f81a, U+10f89f-10f8a5, U+10f8a7-10f8b6, U+10f8b8-10f8b9, U+10f8bb-10f8c9, U+10f8cb-10f8d1, U+10f8d3, U+10f8d5-10f8dd, U+10f8df-10f8e0, U+10f8e2-10f8e7, U+10f8e9-10f8ed, U+10f8ef-10f8f2; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.1.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.1.svg) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee, U+10f00d, U+10f048, U+10f051, U+10f0ac, U+10f0b0, U+10f118-10f11a, U+10f148, U+10f14e, U+10f155, U+10f186, U+10f19c, U+10f1eb, U+10f21a, U+10f221, U+10f22d, U+10f2bd, U+10f2e8, U+10f2f8, U+10f354, U+10f357, U+10f433-10f434, U+10f436, U+10f44e, U+10f45e, U+10f4c7, U+10f4da, U+10f4e3, U+10f51f, U+10f54e, U+10f556, U+10f567, U+10f579-10f57a, U+10f57c-10f585, U+10f587, U+10f589-10f58a, U+10f58c, U+10f596-10f59c, U+10f5a4-10f5a5, U+10f5b3-10f5b4, U+10f5b8, U+10f5c0, U+10f5c2-10f5c3, U+10f5c8, U+10f5ce, U+10f5de, U+10f5e6, U+10f5ec, U+10f602, U+10f615-10f616, U+10f622, U+10f648-10f649, U+10f67c, U+10f69a, U+10f6aa-10f6ab, U+10f6ad, U+10f7a2, U+10f7a5, U+10f7b9-10f7ba, U+10f7ff, U+10f803, U+10f806, U+10f810, U+10f819, U+10f82b, U+10f87f, U+10f8de, U+10f8ee; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.11.2.svg) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3, U+10f488, U+10f8b7, U+10f8f3; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.0.svg) format("svg");
  unicode-range: U+f135, U+f1e6, U+f259, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f58b, U+f5d2-f5d3, U+f61f, U+f657-f658, U+f666, U+f672, U+f6d3-f6d4, U+f753, U+f762, U+f7bf-f7c0, U+f82f, U+f8ba, U+f8d4, U+f8f4-f8ff, U+10f135, U+10f1e6, U+10f259, U+10f2cc-10f2cd, U+10f422, U+10f424, U+10f515-10f516, U+10f544, U+10f58b, U+10f5d2-10f5d3, U+10f61f, U+10f657-10f658, U+10f666, U+10f672, U+10f6d3-10f6d4, U+10f753, U+10f762, U+10f7bf-10f7c0, U+10f82f, U+10f8ba, U+10f8d4, U+10f8f4-10f8ff; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.12.1.svg) format("svg");
  unicode-range: U+f017, U+f317-f319, U+f65e, U+f6c6, U+10f017, U+10f317-10f319, U+10f65e, U+10f6c6; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.13.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.13.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.13.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.13.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.13.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.13.0.svg) format("svg");
  unicode-range: U+f4c1, U+10f4c1; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.14.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.14.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.14.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.14.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.14.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.14.0.svg) format("svg");
  unicode-range: U+e000-e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e048, U+e04a-e051, U+e053-e054, U+e058-e076, U+10e000-10e006, U+10e008-10e012, U+10e014-10e019, U+10e01b-10e01d, U+10e01f-10e048, U+10e04a-10e051, U+10e053-10e054, U+10e058-10e076; }
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.15.1.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-duotone-900-5.15.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.15.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.15.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.15.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-duotone-900-5.15.1.svg) format("svg");
  unicode-range: U+e085-e086, U+10e085-10e086; }
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900; }

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad:after {
  color: var(--fa-secondary-color, inherit); }

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad.fa-inverse {
  color: #fff; }

.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute; }

.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.fad.fa-abacus:after {
  content: "\10f640"; }

.fad.fa-acorn:after {
  content: "\10f6ae"; }

.fad.fa-ad:after {
  content: "\10f641"; }

.fad.fa-address-book:after {
  content: "\10f2b9"; }

.fad.fa-address-card:after {
  content: "\10f2bb"; }

.fad.fa-adjust:after {
  content: "\10f042"; }

.fad.fa-air-conditioner:after {
  content: "\10f8f4"; }

.fad.fa-air-freshener:after {
  content: "\10f5d0"; }

.fad.fa-alarm-clock:after {
  content: "\10f34e"; }

.fad.fa-alarm-exclamation:after {
  content: "\10f843"; }

.fad.fa-alarm-plus:after {
  content: "\10f844"; }

.fad.fa-alarm-snooze:after {
  content: "\10f845"; }

.fad.fa-album:after {
  content: "\10f89f"; }

.fad.fa-album-collection:after {
  content: "\10f8a0"; }

.fad.fa-alicorn:after {
  content: "\10f6b0"; }

.fad.fa-alien:after {
  content: "\10f8f5"; }

.fad.fa-alien-monster:after {
  content: "\10f8f6"; }

.fad.fa-align-center:after {
  content: "\10f037"; }

.fad.fa-align-justify:after {
  content: "\10f039"; }

.fad.fa-align-left:after {
  content: "\10f036"; }

.fad.fa-align-right:after {
  content: "\10f038"; }

.fad.fa-align-slash:after {
  content: "\10f846"; }

.fad.fa-allergies:after {
  content: "\10f461"; }

.fad.fa-ambulance:after {
  content: "\10f0f9"; }

.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3"; }

.fad.fa-amp-guitar:after {
  content: "\10f8a1"; }

.fad.fa-analytics:after {
  content: "\10f643"; }

.fad.fa-anchor:after {
  content: "\10f13d"; }

.fad.fa-angel:after {
  content: "\10f779"; }

.fad.fa-angle-double-down:after {
  content: "\10f103"; }

.fad.fa-angle-double-left:after {
  content: "\10f100"; }

.fad.fa-angle-double-right:after {
  content: "\10f101"; }

.fad.fa-angle-double-up:after {
  content: "\10f102"; }

.fad.fa-angle-down:after {
  content: "\10f107"; }

.fad.fa-angle-left:after {
  content: "\10f104"; }

.fad.fa-angle-right:after {
  content: "\10f105"; }

.fad.fa-angle-up:after {
  content: "\10f106"; }

.fad.fa-angry:after {
  content: "\10f556"; }

.fad.fa-ankh:after {
  content: "\10f644"; }

.fad.fa-apple-alt:after {
  content: "\10f5d1"; }

.fad.fa-apple-crate:after {
  content: "\10f6b1"; }

.fad.fa-archive:after {
  content: "\10f187"; }

.fad.fa-archway:after {
  content: "\10f557"; }

.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358"; }

.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359"; }

.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a"; }

.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b"; }

.fad.fa-arrow-alt-down:after {
  content: "\10f354"; }

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346"; }

.fad.fa-arrow-alt-from-left:after {
  content: "\10f347"; }

.fad.fa-arrow-alt-from-right:after {
  content: "\10f348"; }

.fad.fa-arrow-alt-from-top:after {
  content: "\10f349"; }

.fad.fa-arrow-alt-left:after {
  content: "\10f355"; }

.fad.fa-arrow-alt-right:after {
  content: "\10f356"; }

.fad.fa-arrow-alt-square-down:after {
  content: "\10f350"; }

.fad.fa-arrow-alt-square-left:after {
  content: "\10f351"; }

.fad.fa-arrow-alt-square-right:after {
  content: "\10f352"; }

.fad.fa-arrow-alt-square-up:after {
  content: "\10f353"; }

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a"; }

.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b"; }

.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c"; }

.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d"; }

.fad.fa-arrow-alt-up:after {
  content: "\10f357"; }

.fad.fa-arrow-circle-down:after {
  content: "\10f0ab"; }

.fad.fa-arrow-circle-left:after {
  content: "\10f0a8"; }

.fad.fa-arrow-circle-right:after {
  content: "\10f0a9"; }

.fad.fa-arrow-circle-up:after {
  content: "\10f0aa"; }

.fad.fa-arrow-down:after {
  content: "\10f063"; }

.fad.fa-arrow-from-bottom:after {
  content: "\10f342"; }

.fad.fa-arrow-from-left:after {
  content: "\10f343"; }

.fad.fa-arrow-from-right:after {
  content: "\10f344"; }

.fad.fa-arrow-from-top:after {
  content: "\10f345"; }

.fad.fa-arrow-left:after {
  content: "\10f060"; }

.fad.fa-arrow-right:after {
  content: "\10f061"; }

.fad.fa-arrow-square-down:after {
  content: "\10f339"; }

.fad.fa-arrow-square-left:after {
  content: "\10f33a"; }

.fad.fa-arrow-square-right:after {
  content: "\10f33b"; }

.fad.fa-arrow-square-up:after {
  content: "\10f33c"; }

.fad.fa-arrow-to-bottom:after {
  content: "\10f33d"; }

.fad.fa-arrow-to-left:after {
  content: "\10f33e"; }

.fad.fa-arrow-to-right:after {
  content: "\10f340"; }

.fad.fa-arrow-to-top:after {
  content: "\10f341"; }

.fad.fa-arrow-up:after {
  content: "\10f062"; }

.fad.fa-arrows:after {
  content: "\10f047"; }

.fad.fa-arrows-alt:after {
  content: "\10f0b2"; }

.fad.fa-arrows-alt-h:after {
  content: "\10f337"; }

.fad.fa-arrows-alt-v:after {
  content: "\10f338"; }

.fad.fa-arrows-h:after {
  content: "\10f07e"; }

.fad.fa-arrows-v:after {
  content: "\10f07d"; }

.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2"; }

.fad.fa-asterisk:after {
  content: "\10f069"; }

.fad.fa-at:after {
  content: "\10f1fa"; }

.fad.fa-atlas:after {
  content: "\10f558"; }

.fad.fa-atom:after {
  content: "\10f5d2"; }

.fad.fa-atom-alt:after {
  content: "\10f5d3"; }

.fad.fa-audio-description:after {
  content: "\10f29e"; }

.fad.fa-award:after {
  content: "\10f559"; }

.fad.fa-axe:after {
  content: "\10f6b2"; }

.fad.fa-axe-battle:after {
  content: "\10f6b3"; }

.fad.fa-baby:after {
  content: "\10f77c"; }

.fad.fa-baby-carriage:after {
  content: "\10f77d"; }

.fad.fa-backpack:after {
  content: "\10f5d4"; }

.fad.fa-backspace:after {
  content: "\10f55a"; }

.fad.fa-backward:after {
  content: "\10f04a"; }

.fad.fa-bacon:after {
  content: "\10f7e5"; }

.fad.fa-bacteria:after {
  content: "\10e059"; }

.fad.fa-bacterium:after {
  content: "\10e05a"; }

.fad.fa-badge:after {
  content: "\10f335"; }

.fad.fa-badge-check:after {
  content: "\10f336"; }

.fad.fa-badge-dollar:after {
  content: "\10f645"; }

.fad.fa-badge-percent:after {
  content: "\10f646"; }

.fad.fa-badge-sheriff:after {
  content: "\10f8a2"; }

.fad.fa-badger-honey:after {
  content: "\10f6b4"; }

.fad.fa-bags-shopping:after {
  content: "\10f847"; }

.fad.fa-bahai:after {
  content: "\10f666"; }

.fad.fa-balance-scale:after {
  content: "\10f24e"; }

.fad.fa-balance-scale-left:after {
  content: "\10f515"; }

.fad.fa-balance-scale-right:after {
  content: "\10f516"; }

.fad.fa-ball-pile:after {
  content: "\10f77e"; }

.fad.fa-ballot:after {
  content: "\10f732"; }

.fad.fa-ballot-check:after {
  content: "\10f733"; }

.fad.fa-ban:after {
  content: "\10f05e"; }

.fad.fa-band-aid:after {
  content: "\10f462"; }

.fad.fa-banjo:after {
  content: "\10f8a3"; }

.fad.fa-barcode:after {
  content: "\10f02a"; }

.fad.fa-barcode-alt:after {
  content: "\10f463"; }

.fad.fa-barcode-read:after {
  content: "\10f464"; }

.fad.fa-barcode-scan:after {
  content: "\10f465"; }

.fad.fa-bars:after {
  content: "\10f0c9"; }

.fad.fa-baseball:after {
  content: "\10f432"; }

.fad.fa-baseball-ball:after {
  content: "\10f433"; }

.fad.fa-basketball-ball:after {
  content: "\10f434"; }

.fad.fa-basketball-hoop:after {
  content: "\10f435"; }

.fad.fa-bat:after {
  content: "\10f6b5"; }

.fad.fa-bath:after {
  content: "\10f2cd"; }

.fad.fa-battery-bolt:after {
  content: "\10f376"; }

.fad.fa-battery-empty:after {
  content: "\10f244"; }

.fad.fa-battery-full:after {
  content: "\10f240"; }

.fad.fa-battery-half:after {
  content: "\10f242"; }

.fad.fa-battery-quarter:after {
  content: "\10f243"; }

.fad.fa-battery-slash:after {
  content: "\10f377"; }

.fad.fa-battery-three-quarters:after {
  content: "\10f241"; }

.fad.fa-bed:after {
  content: "\10f236"; }

.fad.fa-bed-alt:after {
  content: "\10f8f7"; }

.fad.fa-bed-bunk:after {
  content: "\10f8f8"; }

.fad.fa-bed-empty:after {
  content: "\10f8f9"; }

.fad.fa-beer:after {
  content: "\10f0fc"; }

.fad.fa-bell:after {
  content: "\10f0f3"; }

.fad.fa-bell-exclamation:after {
  content: "\10f848"; }

.fad.fa-bell-on:after {
  content: "\10f8fa"; }

.fad.fa-bell-plus:after {
  content: "\10f849"; }

.fad.fa-bell-school:after {
  content: "\10f5d5"; }

.fad.fa-bell-school-slash:after {
  content: "\10f5d6"; }

.fad.fa-bell-slash:after {
  content: "\10f1f6"; }

.fad.fa-bells:after {
  content: "\10f77f"; }

.fad.fa-betamax:after {
  content: "\10f8a4"; }

.fad.fa-bezier-curve:after {
  content: "\10f55b"; }

.fad.fa-bible:after {
  content: "\10f647"; }

.fad.fa-bicycle:after {
  content: "\10f206"; }

.fad.fa-biking:after {
  content: "\10f84a"; }

.fad.fa-biking-mountain:after {
  content: "\10f84b"; }

.fad.fa-binoculars:after {
  content: "\10f1e5"; }

.fad.fa-biohazard:after {
  content: "\10f780"; }

.fad.fa-birthday-cake:after {
  content: "\10f1fd"; }

.fad.fa-blanket:after {
  content: "\10f498"; }

.fad.fa-blender:after {
  content: "\10f517"; }

.fad.fa-blender-phone:after {
  content: "\10f6b6"; }

.fad.fa-blind:after {
  content: "\10f29d"; }

.fad.fa-blinds:after {
  content: "\10f8fb"; }

.fad.fa-blinds-open:after {
  content: "\10f8fc"; }

.fad.fa-blinds-raised:after {
  content: "\10f8fd"; }

.fad.fa-blog:after {
  content: "\10f781"; }

.fad.fa-bold:after {
  content: "\10f032"; }

.fad.fa-bolt:after {
  content: "\10f0e7"; }

.fad.fa-bomb:after {
  content: "\10f1e2"; }

.fad.fa-bone:after {
  content: "\10f5d7"; }

.fad.fa-bone-break:after {
  content: "\10f5d8"; }

.fad.fa-bong:after {
  content: "\10f55c"; }

.fad.fa-book:after {
  content: "\10f02d"; }

.fad.fa-book-alt:after {
  content: "\10f5d9"; }

.fad.fa-book-dead:after {
  content: "\10f6b7"; }

.fad.fa-book-heart:after {
  content: "\10f499"; }

.fad.fa-book-medical:after {
  content: "\10f7e6"; }

.fad.fa-book-open:after {
  content: "\10f518"; }

.fad.fa-book-reader:after {
  content: "\10f5da"; }

.fad.fa-book-spells:after {
  content: "\10f6b8"; }

.fad.fa-book-user:after {
  content: "\10f7e7"; }

.fad.fa-bookmark:after {
  content: "\10f02e"; }

.fad.fa-books:after {
  content: "\10f5db"; }

.fad.fa-books-medical:after {
  content: "\10f7e8"; }

.fad.fa-boombox:after {
  content: "\10f8a5"; }

.fad.fa-boot:after {
  content: "\10f782"; }

.fad.fa-booth-curtain:after {
  content: "\10f734"; }

.fad.fa-border-all:after {
  content: "\10f84c"; }

.fad.fa-border-bottom:after {
  content: "\10f84d"; }

.fad.fa-border-center-h:after {
  content: "\10f89c"; }

.fad.fa-border-center-v:after {
  content: "\10f89d"; }

.fad.fa-border-inner:after {
  content: "\10f84e"; }

.fad.fa-border-left:after {
  content: "\10f84f"; }

.fad.fa-border-none:after {
  content: "\10f850"; }

.fad.fa-border-outer:after {
  content: "\10f851"; }

.fad.fa-border-right:after {
  content: "\10f852"; }

.fad.fa-border-style:after {
  content: "\10f853"; }

.fad.fa-border-style-alt:after {
  content: "\10f854"; }

.fad.fa-border-top:after {
  content: "\10f855"; }

.fad.fa-bow-arrow:after {
  content: "\10f6b9"; }

.fad.fa-bowling-ball:after {
  content: "\10f436"; }

.fad.fa-bowling-pins:after {
  content: "\10f437"; }

.fad.fa-box:after {
  content: "\10f466"; }

.fad.fa-box-alt:after {
  content: "\10f49a"; }

.fad.fa-box-ballot:after {
  content: "\10f735"; }

.fad.fa-box-check:after {
  content: "\10f467"; }

.fad.fa-box-fragile:after {
  content: "\10f49b"; }

.fad.fa-box-full:after {
  content: "\10f49c"; }

.fad.fa-box-heart:after {
  content: "\10f49d"; }

.fad.fa-box-open:after {
  content: "\10f49e"; }

.fad.fa-box-tissue:after {
  content: "\10e05b"; }

.fad.fa-box-up:after {
  content: "\10f49f"; }

.fad.fa-box-usd:after {
  content: "\10f4a0"; }

.fad.fa-boxes:after {
  content: "\10f468"; }

.fad.fa-boxes-alt:after {
  content: "\10f4a1"; }

.fad.fa-boxing-glove:after {
  content: "\10f438"; }

.fad.fa-brackets:after {
  content: "\10f7e9"; }

.fad.fa-brackets-curly:after {
  content: "\10f7ea"; }

.fad.fa-braille:after {
  content: "\10f2a1"; }

.fad.fa-brain:after {
  content: "\10f5dc"; }

.fad.fa-bread-loaf:after {
  content: "\10f7eb"; }

.fad.fa-bread-slice:after {
  content: "\10f7ec"; }

.fad.fa-briefcase:after {
  content: "\10f0b1"; }

.fad.fa-briefcase-medical:after {
  content: "\10f469"; }

.fad.fa-bring-forward:after {
  content: "\10f856"; }

.fad.fa-bring-front:after {
  content: "\10f857"; }

.fad.fa-broadcast-tower:after {
  content: "\10f519"; }

.fad.fa-broom:after {
  content: "\10f51a"; }

.fad.fa-browser:after {
  content: "\10f37e"; }

.fad.fa-brush:after {
  content: "\10f55d"; }

.fad.fa-bug:after {
  content: "\10f188"; }

.fad.fa-building:after {
  content: "\10f1ad"; }

.fad.fa-bullhorn:after {
  content: "\10f0a1"; }

.fad.fa-bullseye:after {
  content: "\10f140"; }

.fad.fa-bullseye-arrow:after {
  content: "\10f648"; }

.fad.fa-bullseye-pointer:after {
  content: "\10f649"; }

.fad.fa-burger-soda:after {
  content: "\10f858"; }

.fad.fa-burn:after {
  content: "\10f46a"; }

.fad.fa-burrito:after {
  content: "\10f7ed"; }

.fad.fa-bus:after {
  content: "\10f207"; }

.fad.fa-bus-alt:after {
  content: "\10f55e"; }

.fad.fa-bus-school:after {
  content: "\10f5dd"; }

.fad.fa-business-time:after {
  content: "\10f64a"; }

.fad.fa-cabinet-filing:after {
  content: "\10f64b"; }

.fad.fa-cactus:after {
  content: "\10f8a7"; }

.fad.fa-calculator:after {
  content: "\10f1ec"; }

.fad.fa-calculator-alt:after {
  content: "\10f64c"; }

.fad.fa-calendar:after {
  content: "\10f133"; }

.fad.fa-calendar-alt:after {
  content: "\10f073"; }

.fad.fa-calendar-check:after {
  content: "\10f274"; }

.fad.fa-calendar-day:after {
  content: "\10f783"; }

.fad.fa-calendar-edit:after {
  content: "\10f333"; }

.fad.fa-calendar-exclamation:after {
  content: "\10f334"; }

.fad.fa-calendar-minus:after {
  content: "\10f272"; }

.fad.fa-calendar-plus:after {
  content: "\10f271"; }

.fad.fa-calendar-star:after {
  content: "\10f736"; }

.fad.fa-calendar-times:after {
  content: "\10f273"; }

.fad.fa-calendar-week:after {
  content: "\10f784"; }

.fad.fa-camcorder:after {
  content: "\10f8a8"; }

.fad.fa-camera:after {
  content: "\10f030"; }

.fad.fa-camera-alt:after {
  content: "\10f332"; }

.fad.fa-camera-home:after {
  content: "\10f8fe"; }

.fad.fa-camera-movie:after {
  content: "\10f8a9"; }

.fad.fa-camera-polaroid:after {
  content: "\10f8aa"; }

.fad.fa-camera-retro:after {
  content: "\10f083"; }

.fad.fa-campfire:after {
  content: "\10f6ba"; }

.fad.fa-campground:after {
  content: "\10f6bb"; }

.fad.fa-candle-holder:after {
  content: "\10f6bc"; }

.fad.fa-candy-cane:after {
  content: "\10f786"; }

.fad.fa-candy-corn:after {
  content: "\10f6bd"; }

.fad.fa-cannabis:after {
  content: "\10f55f"; }

.fad.fa-capsules:after {
  content: "\10f46b"; }

.fad.fa-car:after {
  content: "\10f1b9"; }

.fad.fa-car-alt:after {
  content: "\10f5de"; }

.fad.fa-car-battery:after {
  content: "\10f5df"; }

.fad.fa-car-building:after {
  content: "\10f859"; }

.fad.fa-car-bump:after {
  content: "\10f5e0"; }

.fad.fa-car-bus:after {
  content: "\10f85a"; }

.fad.fa-car-crash:after {
  content: "\10f5e1"; }

.fad.fa-car-garage:after {
  content: "\10f5e2"; }

.fad.fa-car-mechanic:after {
  content: "\10f5e3"; }

.fad.fa-car-side:after {
  content: "\10f5e4"; }

.fad.fa-car-tilt:after {
  content: "\10f5e5"; }

.fad.fa-car-wash:after {
  content: "\10f5e6"; }

.fad.fa-caravan:after {
  content: "\10f8ff"; }

.fad.fa-caravan-alt:after {
  content: "\10e000"; }

.fad.fa-caret-circle-down:after {
  content: "\10f32d"; }

.fad.fa-caret-circle-left:after {
  content: "\10f32e"; }

.fad.fa-caret-circle-right:after {
  content: "\10f330"; }

.fad.fa-caret-circle-up:after {
  content: "\10f331"; }

.fad.fa-caret-down:after {
  content: "\10f0d7"; }

.fad.fa-caret-left:after {
  content: "\10f0d9"; }

.fad.fa-caret-right:after {
  content: "\10f0da"; }

.fad.fa-caret-square-down:after {
  content: "\10f150"; }

.fad.fa-caret-square-left:after {
  content: "\10f191"; }

.fad.fa-caret-square-right:after {
  content: "\10f152"; }

.fad.fa-caret-square-up:after {
  content: "\10f151"; }

.fad.fa-caret-up:after {
  content: "\10f0d8"; }

.fad.fa-carrot:after {
  content: "\10f787"; }

.fad.fa-cars:after {
  content: "\10f85b"; }

.fad.fa-cart-arrow-down:after {
  content: "\10f218"; }

.fad.fa-cart-plus:after {
  content: "\10f217"; }

.fad.fa-cash-register:after {
  content: "\10f788"; }

.fad.fa-cassette-tape:after {
  content: "\10f8ab"; }

.fad.fa-cat:after {
  content: "\10f6be"; }

.fad.fa-cat-space:after {
  content: "\10e001"; }

.fad.fa-cauldron:after {
  content: "\10f6bf"; }

.fad.fa-cctv:after {
  content: "\10f8ac"; }

.fad.fa-certificate:after {
  content: "\10f0a3"; }

.fad.fa-chair:after {
  content: "\10f6c0"; }

.fad.fa-chair-office:after {
  content: "\10f6c1"; }

.fad.fa-chalkboard:after {
  content: "\10f51b"; }

.fad.fa-chalkboard-teacher:after {
  content: "\10f51c"; }

.fad.fa-charging-station:after {
  content: "\10f5e7"; }

.fad.fa-chart-area:after {
  content: "\10f1fe"; }

.fad.fa-chart-bar:after {
  content: "\10f080"; }

.fad.fa-chart-line:after {
  content: "\10f201"; }

.fad.fa-chart-line-down:after {
  content: "\10f64d"; }

.fad.fa-chart-network:after {
  content: "\10f78a"; }

.fad.fa-chart-pie:after {
  content: "\10f200"; }

.fad.fa-chart-pie-alt:after {
  content: "\10f64e"; }

.fad.fa-chart-scatter:after {
  content: "\10f7ee"; }

.fad.fa-check:after {
  content: "\10f00c"; }

.fad.fa-check-circle:after {
  content: "\10f058"; }

.fad.fa-check-double:after {
  content: "\10f560"; }

.fad.fa-check-square:after {
  content: "\10f14a"; }

.fad.fa-cheese:after {
  content: "\10f7ef"; }

.fad.fa-cheese-swiss:after {
  content: "\10f7f0"; }

.fad.fa-cheeseburger:after {
  content: "\10f7f1"; }

.fad.fa-chess:after {
  content: "\10f439"; }

.fad.fa-chess-bishop:after {
  content: "\10f43a"; }

.fad.fa-chess-bishop-alt:after {
  content: "\10f43b"; }

.fad.fa-chess-board:after {
  content: "\10f43c"; }

.fad.fa-chess-clock:after {
  content: "\10f43d"; }

.fad.fa-chess-clock-alt:after {
  content: "\10f43e"; }

.fad.fa-chess-king:after {
  content: "\10f43f"; }

.fad.fa-chess-king-alt:after {
  content: "\10f440"; }

.fad.fa-chess-knight:after {
  content: "\10f441"; }

.fad.fa-chess-knight-alt:after {
  content: "\10f442"; }

.fad.fa-chess-pawn:after {
  content: "\10f443"; }

.fad.fa-chess-pawn-alt:after {
  content: "\10f444"; }

.fad.fa-chess-queen:after {
  content: "\10f445"; }

.fad.fa-chess-queen-alt:after {
  content: "\10f446"; }

.fad.fa-chess-rook:after {
  content: "\10f447"; }

.fad.fa-chess-rook-alt:after {
  content: "\10f448"; }

.fad.fa-chevron-circle-down:after {
  content: "\10f13a"; }

.fad.fa-chevron-circle-left:after {
  content: "\10f137"; }

.fad.fa-chevron-circle-right:after {
  content: "\10f138"; }

.fad.fa-chevron-circle-up:after {
  content: "\10f139"; }

.fad.fa-chevron-double-down:after {
  content: "\10f322"; }

.fad.fa-chevron-double-left:after {
  content: "\10f323"; }

.fad.fa-chevron-double-right:after {
  content: "\10f324"; }

.fad.fa-chevron-double-up:after {
  content: "\10f325"; }

.fad.fa-chevron-down:after {
  content: "\10f078"; }

.fad.fa-chevron-left:after {
  content: "\10f053"; }

.fad.fa-chevron-right:after {
  content: "\10f054"; }

.fad.fa-chevron-square-down:after {
  content: "\10f329"; }

.fad.fa-chevron-square-left:after {
  content: "\10f32a"; }

.fad.fa-chevron-square-right:after {
  content: "\10f32b"; }

.fad.fa-chevron-square-up:after {
  content: "\10f32c"; }

.fad.fa-chevron-up:after {
  content: "\10f077"; }

.fad.fa-child:after {
  content: "\10f1ae"; }

.fad.fa-chimney:after {
  content: "\10f78b"; }

.fad.fa-church:after {
  content: "\10f51d"; }

.fad.fa-circle:after {
  content: "\10f111"; }

.fad.fa-circle-notch:after {
  content: "\10f1ce"; }

.fad.fa-city:after {
  content: "\10f64f"; }

.fad.fa-clarinet:after {
  content: "\10f8ad"; }

.fad.fa-claw-marks:after {
  content: "\10f6c2"; }

.fad.fa-clinic-medical:after {
  content: "\10f7f2"; }

.fad.fa-clipboard:after {
  content: "\10f328"; }

.fad.fa-clipboard-check:after {
  content: "\10f46c"; }

.fad.fa-clipboard-list:after {
  content: "\10f46d"; }

.fad.fa-clipboard-list-check:after {
  content: "\10f737"; }

.fad.fa-clipboard-prescription:after {
  content: "\10f5e8"; }

.fad.fa-clipboard-user:after {
  content: "\10f7f3"; }

.fad.fa-clock:after {
  content: "\10f017"; }

.fad.fa-clone:after {
  content: "\10f24d"; }

.fad.fa-closed-captioning:after {
  content: "\10f20a"; }

.fad.fa-cloud:after {
  content: "\10f0c2"; }

.fad.fa-cloud-download:after {
  content: "\10f0ed"; }

.fad.fa-cloud-download-alt:after {
  content: "\10f381"; }

.fad.fa-cloud-drizzle:after {
  content: "\10f738"; }

.fad.fa-cloud-hail:after {
  content: "\10f739"; }

.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a"; }

.fad.fa-cloud-meatball:after {
  content: "\10f73b"; }

.fad.fa-cloud-moon:after {
  content: "\10f6c3"; }

.fad.fa-cloud-moon-rain:after {
  content: "\10f73c"; }

.fad.fa-cloud-music:after {
  content: "\10f8ae"; }

.fad.fa-cloud-rain:after {
  content: "\10f73d"; }

.fad.fa-cloud-rainbow:after {
  content: "\10f73e"; }

.fad.fa-cloud-showers:after {
  content: "\10f73f"; }

.fad.fa-cloud-showers-heavy:after {
  content: "\10f740"; }

.fad.fa-cloud-sleet:after {
  content: "\10f741"; }

.fad.fa-cloud-snow:after {
  content: "\10f742"; }

.fad.fa-cloud-sun:after {
  content: "\10f6c4"; }

.fad.fa-cloud-sun-rain:after {
  content: "\10f743"; }

.fad.fa-cloud-upload:after {
  content: "\10f0ee"; }

.fad.fa-cloud-upload-alt:after {
  content: "\10f382"; }

.fad.fa-clouds:after {
  content: "\10f744"; }

.fad.fa-clouds-moon:after {
  content: "\10f745"; }

.fad.fa-clouds-sun:after {
  content: "\10f746"; }

.fad.fa-club:after {
  content: "\10f327"; }

.fad.fa-cocktail:after {
  content: "\10f561"; }

.fad.fa-code:after {
  content: "\10f121"; }

.fad.fa-code-branch:after {
  content: "\10f126"; }

.fad.fa-code-commit:after {
  content: "\10f386"; }

.fad.fa-code-merge:after {
  content: "\10f387"; }

.fad.fa-coffee:after {
  content: "\10f0f4"; }

.fad.fa-coffee-pot:after {
  content: "\10e002"; }

.fad.fa-coffee-togo:after {
  content: "\10f6c5"; }

.fad.fa-coffin:after {
  content: "\10f6c6"; }

.fad.fa-coffin-cross:after {
  content: "\10e051"; }

.fad.fa-cog:after {
  content: "\10f013"; }

.fad.fa-cogs:after {
  content: "\10f085"; }

.fad.fa-coin:after {
  content: "\10f85c"; }

.fad.fa-coins:after {
  content: "\10f51e"; }

.fad.fa-columns:after {
  content: "\10f0db"; }

.fad.fa-comet:after {
  content: "\10e003"; }

.fad.fa-comment:after {
  content: "\10f075"; }

.fad.fa-comment-alt:after {
  content: "\10f27a"; }

.fad.fa-comment-alt-check:after {
  content: "\10f4a2"; }

.fad.fa-comment-alt-dollar:after {
  content: "\10f650"; }

.fad.fa-comment-alt-dots:after {
  content: "\10f4a3"; }

.fad.fa-comment-alt-edit:after {
  content: "\10f4a4"; }

.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5"; }

.fad.fa-comment-alt-lines:after {
  content: "\10f4a6"; }

.fad.fa-comment-alt-medical:after {
  content: "\10f7f4"; }

.fad.fa-comment-alt-minus:after {
  content: "\10f4a7"; }

.fad.fa-comment-alt-music:after {
  content: "\10f8af"; }

.fad.fa-comment-alt-plus:after {
  content: "\10f4a8"; }

.fad.fa-comment-alt-slash:after {
  content: "\10f4a9"; }

.fad.fa-comment-alt-smile:after {
  content: "\10f4aa"; }

.fad.fa-comment-alt-times:after {
  content: "\10f4ab"; }

.fad.fa-comment-check:after {
  content: "\10f4ac"; }

.fad.fa-comment-dollar:after {
  content: "\10f651"; }

.fad.fa-comment-dots:after {
  content: "\10f4ad"; }

.fad.fa-comment-edit:after {
  content: "\10f4ae"; }

.fad.fa-comment-exclamation:after {
  content: "\10f4af"; }

.fad.fa-comment-lines:after {
  content: "\10f4b0"; }

.fad.fa-comment-medical:after {
  content: "\10f7f5"; }

.fad.fa-comment-minus:after {
  content: "\10f4b1"; }

.fad.fa-comment-music:after {
  content: "\10f8b0"; }

.fad.fa-comment-plus:after {
  content: "\10f4b2"; }

.fad.fa-comment-slash:after {
  content: "\10f4b3"; }

.fad.fa-comment-smile:after {
  content: "\10f4b4"; }

.fad.fa-comment-times:after {
  content: "\10f4b5"; }

.fad.fa-comments:after {
  content: "\10f086"; }

.fad.fa-comments-alt:after {
  content: "\10f4b6"; }

.fad.fa-comments-alt-dollar:after {
  content: "\10f652"; }

.fad.fa-comments-dollar:after {
  content: "\10f653"; }

.fad.fa-compact-disc:after {
  content: "\10f51f"; }

.fad.fa-compass:after {
  content: "\10f14e"; }

.fad.fa-compass-slash:after {
  content: "\10f5e9"; }

.fad.fa-compress:after {
  content: "\10f066"; }

.fad.fa-compress-alt:after {
  content: "\10f422"; }

.fad.fa-compress-arrows-alt:after {
  content: "\10f78c"; }

.fad.fa-compress-wide:after {
  content: "\10f326"; }

.fad.fa-computer-classic:after {
  content: "\10f8b1"; }

.fad.fa-computer-speaker:after {
  content: "\10f8b2"; }

.fad.fa-concierge-bell:after {
  content: "\10f562"; }

.fad.fa-construction:after {
  content: "\10f85d"; }

.fad.fa-container-storage:after {
  content: "\10f4b7"; }

.fad.fa-conveyor-belt:after {
  content: "\10f46e"; }

.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f"; }

.fad.fa-cookie:after {
  content: "\10f563"; }

.fad.fa-cookie-bite:after {
  content: "\10f564"; }

.fad.fa-copy:after {
  content: "\10f0c5"; }

.fad.fa-copyright:after {
  content: "\10f1f9"; }

.fad.fa-corn:after {
  content: "\10f6c7"; }

.fad.fa-couch:after {
  content: "\10f4b8"; }

.fad.fa-cow:after {
  content: "\10f6c8"; }

.fad.fa-cowbell:after {
  content: "\10f8b3"; }

.fad.fa-cowbell-more:after {
  content: "\10f8b4"; }

.fad.fa-credit-card:after {
  content: "\10f09d"; }

.fad.fa-credit-card-blank:after {
  content: "\10f389"; }

.fad.fa-credit-card-front:after {
  content: "\10f38a"; }

.fad.fa-cricket:after {
  content: "\10f449"; }

.fad.fa-croissant:after {
  content: "\10f7f6"; }

.fad.fa-crop:after {
  content: "\10f125"; }

.fad.fa-crop-alt:after {
  content: "\10f565"; }

.fad.fa-cross:after {
  content: "\10f654"; }

.fad.fa-crosshairs:after {
  content: "\10f05b"; }

.fad.fa-crow:after {
  content: "\10f520"; }

.fad.fa-crown:after {
  content: "\10f521"; }

.fad.fa-crutch:after {
  content: "\10f7f7"; }

.fad.fa-crutches:after {
  content: "\10f7f8"; }

.fad.fa-cube:after {
  content: "\10f1b2"; }

.fad.fa-cubes:after {
  content: "\10f1b3"; }

.fad.fa-curling:after {
  content: "\10f44a"; }

.fad.fa-cut:after {
  content: "\10f0c4"; }

.fad.fa-dagger:after {
  content: "\10f6cb"; }

.fad.fa-database:after {
  content: "\10f1c0"; }

.fad.fa-deaf:after {
  content: "\10f2a4"; }

.fad.fa-debug:after {
  content: "\10f7f9"; }

.fad.fa-deer:after {
  content: "\10f78e"; }

.fad.fa-deer-rudolph:after {
  content: "\10f78f"; }

.fad.fa-democrat:after {
  content: "\10f747"; }

.fad.fa-desktop:after {
  content: "\10f108"; }

.fad.fa-desktop-alt:after {
  content: "\10f390"; }

.fad.fa-dewpoint:after {
  content: "\10f748"; }

.fad.fa-dharmachakra:after {
  content: "\10f655"; }

.fad.fa-diagnoses:after {
  content: "\10f470"; }

.fad.fa-diamond:after {
  content: "\10f219"; }

.fad.fa-dice:after {
  content: "\10f522"; }

.fad.fa-dice-d10:after {
  content: "\10f6cd"; }

.fad.fa-dice-d12:after {
  content: "\10f6ce"; }

.fad.fa-dice-d20:after {
  content: "\10f6cf"; }

.fad.fa-dice-d4:after {
  content: "\10f6d0"; }

.fad.fa-dice-d6:after {
  content: "\10f6d1"; }

.fad.fa-dice-d8:after {
  content: "\10f6d2"; }

.fad.fa-dice-five:after {
  content: "\10f523"; }

.fad.fa-dice-four:after {
  content: "\10f524"; }

.fad.fa-dice-one:after {
  content: "\10f525"; }

.fad.fa-dice-six:after {
  content: "\10f526"; }

.fad.fa-dice-three:after {
  content: "\10f527"; }

.fad.fa-dice-two:after {
  content: "\10f528"; }

.fad.fa-digging:after {
  content: "\10f85e"; }

.fad.fa-digital-tachograph:after {
  content: "\10f566"; }

.fad.fa-diploma:after {
  content: "\10f5ea"; }

.fad.fa-directions:after {
  content: "\10f5eb"; }

.fad.fa-disc-drive:after {
  content: "\10f8b5"; }

.fad.fa-disease:after {
  content: "\10f7fa"; }

.fad.fa-divide:after {
  content: "\10f529"; }

.fad.fa-dizzy:after {
  content: "\10f567"; }

.fad.fa-dna:after {
  content: "\10f471"; }

.fad.fa-do-not-enter:after {
  content: "\10f5ec"; }

.fad.fa-dog:after {
  content: "\10f6d3"; }

.fad.fa-dog-leashed:after {
  content: "\10f6d4"; }

.fad.fa-dollar-sign:after {
  content: "\10f155"; }

.fad.fa-dolly:after {
  content: "\10f472"; }

.fad.fa-dolly-empty:after {
  content: "\10f473"; }

.fad.fa-dolly-flatbed:after {
  content: "\10f474"; }

.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475"; }

.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476"; }

.fad.fa-donate:after {
  content: "\10f4b9"; }

.fad.fa-door-closed:after {
  content: "\10f52a"; }

.fad.fa-door-open:after {
  content: "\10f52b"; }

.fad.fa-dot-circle:after {
  content: "\10f192"; }

.fad.fa-dove:after {
  content: "\10f4ba"; }

.fad.fa-download:after {
  content: "\10f019"; }

.fad.fa-drafting-compass:after {
  content: "\10f568"; }

.fad.fa-dragon:after {
  content: "\10f6d5"; }

.fad.fa-draw-circle:after {
  content: "\10f5ed"; }

.fad.fa-draw-polygon:after {
  content: "\10f5ee"; }

.fad.fa-draw-square:after {
  content: "\10f5ef"; }

.fad.fa-dreidel:after {
  content: "\10f792"; }

.fad.fa-drone:after {
  content: "\10f85f"; }

.fad.fa-drone-alt:after {
  content: "\10f860"; }

.fad.fa-drum:after {
  content: "\10f569"; }

.fad.fa-drum-steelpan:after {
  content: "\10f56a"; }

.fad.fa-drumstick:after {
  content: "\10f6d6"; }

.fad.fa-drumstick-bite:after {
  content: "\10f6d7"; }

.fad.fa-dryer:after {
  content: "\10f861"; }

.fad.fa-dryer-alt:after {
  content: "\10f862"; }

.fad.fa-duck:after {
  content: "\10f6d8"; }

.fad.fa-dumbbell:after {
  content: "\10f44b"; }

.fad.fa-dumpster:after {
  content: "\10f793"; }

.fad.fa-dumpster-fire:after {
  content: "\10f794"; }

.fad.fa-dungeon:after {
  content: "\10f6d9"; }

.fad.fa-ear:after {
  content: "\10f5f0"; }

.fad.fa-ear-muffs:after {
  content: "\10f795"; }

.fad.fa-eclipse:after {
  content: "\10f749"; }

.fad.fa-eclipse-alt:after {
  content: "\10f74a"; }

.fad.fa-edit:after {
  content: "\10f044"; }

.fad.fa-egg:after {
  content: "\10f7fb"; }

.fad.fa-egg-fried:after {
  content: "\10f7fc"; }

.fad.fa-eject:after {
  content: "\10f052"; }

.fad.fa-elephant:after {
  content: "\10f6da"; }

.fad.fa-ellipsis-h:after {
  content: "\10f141"; }

.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b"; }

.fad.fa-ellipsis-v:after {
  content: "\10f142"; }

.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c"; }

.fad.fa-empty-set:after {
  content: "\10f656"; }

.fad.fa-engine-warning:after {
  content: "\10f5f2"; }

.fad.fa-envelope:after {
  content: "\10f0e0"; }

.fad.fa-envelope-open:after {
  content: "\10f2b6"; }

.fad.fa-envelope-open-dollar:after {
  content: "\10f657"; }

.fad.fa-envelope-open-text:after {
  content: "\10f658"; }

.fad.fa-envelope-square:after {
  content: "\10f199"; }

.fad.fa-equals:after {
  content: "\10f52c"; }

.fad.fa-eraser:after {
  content: "\10f12d"; }

.fad.fa-ethernet:after {
  content: "\10f796"; }

.fad.fa-euro-sign:after {
  content: "\10f153"; }

.fad.fa-exchange:after {
  content: "\10f0ec"; }

.fad.fa-exchange-alt:after {
  content: "\10f362"; }

.fad.fa-exclamation:after {
  content: "\10f12a"; }

.fad.fa-exclamation-circle:after {
  content: "\10f06a"; }

.fad.fa-exclamation-square:after {
  content: "\10f321"; }

.fad.fa-exclamation-triangle:after {
  content: "\10f071"; }

.fad.fa-expand:after {
  content: "\10f065"; }

.fad.fa-expand-alt:after {
  content: "\10f424"; }

.fad.fa-expand-arrows:after {
  content: "\10f31d"; }

.fad.fa-expand-arrows-alt:after {
  content: "\10f31e"; }

.fad.fa-expand-wide:after {
  content: "\10f320"; }

.fad.fa-external-link:after {
  content: "\10f08e"; }

.fad.fa-external-link-alt:after {
  content: "\10f35d"; }

.fad.fa-external-link-square:after {
  content: "\10f14c"; }

.fad.fa-external-link-square-alt:after {
  content: "\10f360"; }

.fad.fa-eye:after {
  content: "\10f06e"; }

.fad.fa-eye-dropper:after {
  content: "\10f1fb"; }

.fad.fa-eye-evil:after {
  content: "\10f6db"; }

.fad.fa-eye-slash:after {
  content: "\10f070"; }

.fad.fa-fan:after {
  content: "\10f863"; }

.fad.fa-fan-table:after {
  content: "\10e004"; }

.fad.fa-farm:after {
  content: "\10f864"; }

.fad.fa-fast-backward:after {
  content: "\10f049"; }

.fad.fa-fast-forward:after {
  content: "\10f050"; }

.fad.fa-faucet:after {
  content: "\10e005"; }

.fad.fa-faucet-drip:after {
  content: "\10e006"; }

.fad.fa-fax:after {
  content: "\10f1ac"; }

.fad.fa-feather:after {
  content: "\10f52d"; }

.fad.fa-feather-alt:after {
  content: "\10f56b"; }

.fad.fa-female:after {
  content: "\10f182"; }

.fad.fa-field-hockey:after {
  content: "\10f44c"; }

.fad.fa-fighter-jet:after {
  content: "\10f0fb"; }

.fad.fa-file:after {
  content: "\10f15b"; }

.fad.fa-file-alt:after {
  content: "\10f15c"; }

.fad.fa-file-archive:after {
  content: "\10f1c6"; }

.fad.fa-file-audio:after {
  content: "\10f1c7"; }

.fad.fa-file-certificate:after {
  content: "\10f5f3"; }

.fad.fa-file-chart-line:after {
  content: "\10f659"; }

.fad.fa-file-chart-pie:after {
  content: "\10f65a"; }

.fad.fa-file-check:after {
  content: "\10f316"; }

.fad.fa-file-code:after {
  content: "\10f1c9"; }

.fad.fa-file-contract:after {
  content: "\10f56c"; }

.fad.fa-file-csv:after {
  content: "\10f6dd"; }

.fad.fa-file-download:after {
  content: "\10f56d"; }

.fad.fa-file-edit:after {
  content: "\10f31c"; }

.fad.fa-file-excel:after {
  content: "\10f1c3"; }

.fad.fa-file-exclamation:after {
  content: "\10f31a"; }

.fad.fa-file-export:after {
  content: "\10f56e"; }

.fad.fa-file-image:after {
  content: "\10f1c5"; }

.fad.fa-file-import:after {
  content: "\10f56f"; }

.fad.fa-file-invoice:after {
  content: "\10f570"; }

.fad.fa-file-invoice-dollar:after {
  content: "\10f571"; }

.fad.fa-file-medical:after {
  content: "\10f477"; }

.fad.fa-file-medical-alt:after {
  content: "\10f478"; }

.fad.fa-file-minus:after {
  content: "\10f318"; }

.fad.fa-file-music:after {
  content: "\10f8b6"; }

.fad.fa-file-pdf:after {
  content: "\10f1c1"; }

.fad.fa-file-plus:after {
  content: "\10f319"; }

.fad.fa-file-powerpoint:after {
  content: "\10f1c4"; }

.fad.fa-file-prescription:after {
  content: "\10f572"; }

.fad.fa-file-search:after {
  content: "\10f865"; }

.fad.fa-file-signature:after {
  content: "\10f573"; }

.fad.fa-file-spreadsheet:after {
  content: "\10f65b"; }

.fad.fa-file-times:after {
  content: "\10f317"; }

.fad.fa-file-upload:after {
  content: "\10f574"; }

.fad.fa-file-user:after {
  content: "\10f65c"; }

.fad.fa-file-video:after {
  content: "\10f1c8"; }

.fad.fa-file-word:after {
  content: "\10f1c2"; }

.fad.fa-files-medical:after {
  content: "\10f7fd"; }

.fad.fa-fill:after {
  content: "\10f575"; }

.fad.fa-fill-drip:after {
  content: "\10f576"; }

.fad.fa-film:after {
  content: "\10f008"; }

.fad.fa-film-alt:after {
  content: "\10f3a0"; }

.fad.fa-film-canister:after {
  content: "\10f8b7"; }

.fad.fa-filter:after {
  content: "\10f0b0"; }

.fad.fa-fingerprint:after {
  content: "\10f577"; }

.fad.fa-fire:after {
  content: "\10f06d"; }

.fad.fa-fire-alt:after {
  content: "\10f7e4"; }

.fad.fa-fire-extinguisher:after {
  content: "\10f134"; }

.fad.fa-fire-smoke:after {
  content: "\10f74b"; }

.fad.fa-fireplace:after {
  content: "\10f79a"; }

.fad.fa-first-aid:after {
  content: "\10f479"; }

.fad.fa-fish:after {
  content: "\10f578"; }

.fad.fa-fish-cooked:after {
  content: "\10f7fe"; }

.fad.fa-fist-raised:after {
  content: "\10f6de"; }

.fad.fa-flag:after {
  content: "\10f024"; }

.fad.fa-flag-alt:after {
  content: "\10f74c"; }

.fad.fa-flag-checkered:after {
  content: "\10f11e"; }

.fad.fa-flag-usa:after {
  content: "\10f74d"; }

.fad.fa-flame:after {
  content: "\10f6df"; }

.fad.fa-flashlight:after {
  content: "\10f8b8"; }

.fad.fa-flask:after {
  content: "\10f0c3"; }

.fad.fa-flask-poison:after {
  content: "\10f6e0"; }

.fad.fa-flask-potion:after {
  content: "\10f6e1"; }

.fad.fa-flower:after {
  content: "\10f7ff"; }

.fad.fa-flower-daffodil:after {
  content: "\10f800"; }

.fad.fa-flower-tulip:after {
  content: "\10f801"; }

.fad.fa-flushed:after {
  content: "\10f579"; }

.fad.fa-flute:after {
  content: "\10f8b9"; }

.fad.fa-flux-capacitor:after {
  content: "\10f8ba"; }

.fad.fa-fog:after {
  content: "\10f74e"; }

.fad.fa-folder:after {
  content: "\10f07b"; }

.fad.fa-folder-download:after {
  content: "\10e053"; }

.fad.fa-folder-minus:after {
  content: "\10f65d"; }

.fad.fa-folder-open:after {
  content: "\10f07c"; }

.fad.fa-folder-plus:after {
  content: "\10f65e"; }

.fad.fa-folder-times:after {
  content: "\10f65f"; }

.fad.fa-folder-tree:after {
  content: "\10f802"; }

.fad.fa-folder-upload:after {
  content: "\10e054"; }

.fad.fa-folders:after {
  content: "\10f660"; }

.fad.fa-font:after {
  content: "\10f031"; }

.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6"; }

.fad.fa-font-case:after {
  content: "\10f866"; }

.fad.fa-football-ball:after {
  content: "\10f44e"; }

.fad.fa-football-helmet:after {
  content: "\10f44f"; }

.fad.fa-forklift:after {
  content: "\10f47a"; }

.fad.fa-forward:after {
  content: "\10f04e"; }

.fad.fa-fragile:after {
  content: "\10f4bb"; }

.fad.fa-french-fries:after {
  content: "\10f803"; }

.fad.fa-frog:after {
  content: "\10f52e"; }

.fad.fa-frosty-head:after {
  content: "\10f79b"; }

.fad.fa-frown:after {
  content: "\10f119"; }

.fad.fa-frown-open:after {
  content: "\10f57a"; }

.fad.fa-function:after {
  content: "\10f661"; }

.fad.fa-funnel-dollar:after {
  content: "\10f662"; }

.fad.fa-futbol:after {
  content: "\10f1e3"; }

.fad.fa-galaxy:after {
  content: "\10e008"; }

.fad.fa-game-board:after {
  content: "\10f867"; }

.fad.fa-game-board-alt:after {
  content: "\10f868"; }

.fad.fa-game-console-handheld:after {
  content: "\10f8bb"; }

.fad.fa-gamepad:after {
  content: "\10f11b"; }

.fad.fa-gamepad-alt:after {
  content: "\10f8bc"; }

.fad.fa-garage:after {
  content: "\10e009"; }

.fad.fa-garage-car:after {
  content: "\10e00a"; }

.fad.fa-garage-open:after {
  content: "\10e00b"; }

.fad.fa-gas-pump:after {
  content: "\10f52f"; }

.fad.fa-gas-pump-slash:after {
  content: "\10f5f4"; }

.fad.fa-gavel:after {
  content: "\10f0e3"; }

.fad.fa-gem:after {
  content: "\10f3a5"; }

.fad.fa-genderless:after {
  content: "\10f22d"; }

.fad.fa-ghost:after {
  content: "\10f6e2"; }

.fad.fa-gift:after {
  content: "\10f06b"; }

.fad.fa-gift-card:after {
  content: "\10f663"; }

.fad.fa-gifts:after {
  content: "\10f79c"; }

.fad.fa-gingerbread-man:after {
  content: "\10f79d"; }

.fad.fa-glass:after {
  content: "\10f804"; }

.fad.fa-glass-champagne:after {
  content: "\10f79e"; }

.fad.fa-glass-cheers:after {
  content: "\10f79f"; }

.fad.fa-glass-citrus:after {
  content: "\10f869"; }

.fad.fa-glass-martini:after {
  content: "\10f000"; }

.fad.fa-glass-martini-alt:after {
  content: "\10f57b"; }

.fad.fa-glass-whiskey:after {
  content: "\10f7a0"; }

.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1"; }

.fad.fa-glasses:after {
  content: "\10f530"; }

.fad.fa-glasses-alt:after {
  content: "\10f5f5"; }

.fad.fa-globe:after {
  content: "\10f0ac"; }

.fad.fa-globe-africa:after {
  content: "\10f57c"; }

.fad.fa-globe-americas:after {
  content: "\10f57d"; }

.fad.fa-globe-asia:after {
  content: "\10f57e"; }

.fad.fa-globe-europe:after {
  content: "\10f7a2"; }

.fad.fa-globe-snow:after {
  content: "\10f7a3"; }

.fad.fa-globe-stand:after {
  content: "\10f5f6"; }

.fad.fa-golf-ball:after {
  content: "\10f450"; }

.fad.fa-golf-club:after {
  content: "\10f451"; }

.fad.fa-gopuram:after {
  content: "\10f664"; }

.fad.fa-graduation-cap:after {
  content: "\10f19d"; }

.fad.fa-gramophone:after {
  content: "\10f8bd"; }

.fad.fa-greater-than:after {
  content: "\10f531"; }

.fad.fa-greater-than-equal:after {
  content: "\10f532"; }

.fad.fa-grimace:after {
  content: "\10f57f"; }

.fad.fa-grin:after {
  content: "\10f580"; }

.fad.fa-grin-alt:after {
  content: "\10f581"; }

.fad.fa-grin-beam:after {
  content: "\10f582"; }

.fad.fa-grin-beam-sweat:after {
  content: "\10f583"; }

.fad.fa-grin-hearts:after {
  content: "\10f584"; }

.fad.fa-grin-squint:after {
  content: "\10f585"; }

.fad.fa-grin-squint-tears:after {
  content: "\10f586"; }

.fad.fa-grin-stars:after {
  content: "\10f587"; }

.fad.fa-grin-tears:after {
  content: "\10f588"; }

.fad.fa-grin-tongue:after {
  content: "\10f589"; }

.fad.fa-grin-tongue-squint:after {
  content: "\10f58a"; }

.fad.fa-grin-tongue-wink:after {
  content: "\10f58b"; }

.fad.fa-grin-wink:after {
  content: "\10f58c"; }

.fad.fa-grip-horizontal:after {
  content: "\10f58d"; }

.fad.fa-grip-lines:after {
  content: "\10f7a4"; }

.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5"; }

.fad.fa-grip-vertical:after {
  content: "\10f58e"; }

.fad.fa-guitar:after {
  content: "\10f7a6"; }

.fad.fa-guitar-electric:after {
  content: "\10f8be"; }

.fad.fa-guitars:after {
  content: "\10f8bf"; }

.fad.fa-h-square:after {
  content: "\10f0fd"; }

.fad.fa-h1:after {
  content: "\10f313"; }

.fad.fa-h2:after {
  content: "\10f314"; }

.fad.fa-h3:after {
  content: "\10f315"; }

.fad.fa-h4:after {
  content: "\10f86a"; }

.fad.fa-hamburger:after {
  content: "\10f805"; }

.fad.fa-hammer:after {
  content: "\10f6e3"; }

.fad.fa-hammer-war:after {
  content: "\10f6e4"; }

.fad.fa-hamsa:after {
  content: "\10f665"; }

.fad.fa-hand-heart:after {
  content: "\10f4bc"; }

.fad.fa-hand-holding:after {
  content: "\10f4bd"; }

.fad.fa-hand-holding-box:after {
  content: "\10f47b"; }

.fad.fa-hand-holding-heart:after {
  content: "\10f4be"; }

.fad.fa-hand-holding-magic:after {
  content: "\10f6e5"; }

.fad.fa-hand-holding-medical:after {
  content: "\10e05c"; }

.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf"; }

.fad.fa-hand-holding-usd:after {
  content: "\10f4c0"; }

.fad.fa-hand-holding-water:after {
  content: "\10f4c1"; }

.fad.fa-hand-lizard:after {
  content: "\10f258"; }

.fad.fa-hand-middle-finger:after {
  content: "\10f806"; }

.fad.fa-hand-paper:after {
  content: "\10f256"; }

.fad.fa-hand-peace:after {
  content: "\10f25b"; }

.fad.fa-hand-point-down:after {
  content: "\10f0a7"; }

.fad.fa-hand-point-left:after {
  content: "\10f0a5"; }

.fad.fa-hand-point-right:after {
  content: "\10f0a4"; }

.fad.fa-hand-point-up:after {
  content: "\10f0a6"; }

.fad.fa-hand-pointer:after {
  content: "\10f25a"; }

.fad.fa-hand-receiving:after {
  content: "\10f47c"; }

.fad.fa-hand-rock:after {
  content: "\10f255"; }

.fad.fa-hand-scissors:after {
  content: "\10f257"; }

.fad.fa-hand-sparkles:after {
  content: "\10e05d"; }

.fad.fa-hand-spock:after {
  content: "\10f259"; }

.fad.fa-hands:after {
  content: "\10f4c2"; }

.fad.fa-hands-heart:after {
  content: "\10f4c3"; }

.fad.fa-hands-helping:after {
  content: "\10f4c4"; }

.fad.fa-hands-usd:after {
  content: "\10f4c5"; }

.fad.fa-hands-wash:after {
  content: "\10e05e"; }

.fad.fa-handshake:after {
  content: "\10f2b5"; }

.fad.fa-handshake-alt:after {
  content: "\10f4c6"; }

.fad.fa-handshake-alt-slash:after {
  content: "\10e05f"; }

.fad.fa-handshake-slash:after {
  content: "\10e060"; }

.fad.fa-hanukiah:after {
  content: "\10f6e6"; }

.fad.fa-hard-hat:after {
  content: "\10f807"; }

.fad.fa-hashtag:after {
  content: "\10f292"; }

.fad.fa-hat-chef:after {
  content: "\10f86b"; }

.fad.fa-hat-cowboy:after {
  content: "\10f8c0"; }

.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1"; }

.fad.fa-hat-santa:after {
  content: "\10f7a7"; }

.fad.fa-hat-winter:after {
  content: "\10f7a8"; }

.fad.fa-hat-witch:after {
  content: "\10f6e7"; }

.fad.fa-hat-wizard:after {
  content: "\10f6e8"; }

.fad.fa-hdd:after {
  content: "\10f0a0"; }

.fad.fa-head-side:after {
  content: "\10f6e9"; }

.fad.fa-head-side-brain:after {
  content: "\10f808"; }

.fad.fa-head-side-cough:after {
  content: "\10e061"; }

.fad.fa-head-side-cough-slash:after {
  content: "\10e062"; }

.fad.fa-head-side-headphones:after {
  content: "\10f8c2"; }

.fad.fa-head-side-mask:after {
  content: "\10e063"; }

.fad.fa-head-side-medical:after {
  content: "\10f809"; }

.fad.fa-head-side-virus:after {
  content: "\10e064"; }

.fad.fa-head-vr:after {
  content: "\10f6ea"; }

.fad.fa-heading:after {
  content: "\10f1dc"; }

.fad.fa-headphones:after {
  content: "\10f025"; }

.fad.fa-headphones-alt:after {
  content: "\10f58f"; }

.fad.fa-headset:after {
  content: "\10f590"; }

.fad.fa-heart:after {
  content: "\10f004"; }

.fad.fa-heart-broken:after {
  content: "\10f7a9"; }

.fad.fa-heart-circle:after {
  content: "\10f4c7"; }

.fad.fa-heart-rate:after {
  content: "\10f5f8"; }

.fad.fa-heart-square:after {
  content: "\10f4c8"; }

.fad.fa-heartbeat:after {
  content: "\10f21e"; }

.fad.fa-heat:after {
  content: "\10e00c"; }

.fad.fa-helicopter:after {
  content: "\10f533"; }

.fad.fa-helmet-battle:after {
  content: "\10f6eb"; }

.fad.fa-hexagon:after {
  content: "\10f312"; }

.fad.fa-highlighter:after {
  content: "\10f591"; }

.fad.fa-hiking:after {
  content: "\10f6ec"; }

.fad.fa-hippo:after {
  content: "\10f6ed"; }

.fad.fa-history:after {
  content: "\10f1da"; }

.fad.fa-hockey-mask:after {
  content: "\10f6ee"; }

.fad.fa-hockey-puck:after {
  content: "\10f453"; }

.fad.fa-hockey-sticks:after {
  content: "\10f454"; }

.fad.fa-holly-berry:after {
  content: "\10f7aa"; }

.fad.fa-home:after {
  content: "\10f015"; }

.fad.fa-home-alt:after {
  content: "\10f80a"; }

.fad.fa-home-heart:after {
  content: "\10f4c9"; }

.fad.fa-home-lg:after {
  content: "\10f80b"; }

.fad.fa-home-lg-alt:after {
  content: "\10f80c"; }

.fad.fa-hood-cloak:after {
  content: "\10f6ef"; }

.fad.fa-horizontal-rule:after {
  content: "\10f86c"; }

.fad.fa-horse:after {
  content: "\10f6f0"; }

.fad.fa-horse-head:after {
  content: "\10f7ab"; }

.fad.fa-horse-saddle:after {
  content: "\10f8c3"; }

.fad.fa-hospital:after {
  content: "\10f0f8"; }

.fad.fa-hospital-alt:after {
  content: "\10f47d"; }

.fad.fa-hospital-symbol:after {
  content: "\10f47e"; }

.fad.fa-hospital-user:after {
  content: "\10f80d"; }

.fad.fa-hospitals:after {
  content: "\10f80e"; }

.fad.fa-hot-tub:after {
  content: "\10f593"; }

.fad.fa-hotdog:after {
  content: "\10f80f"; }

.fad.fa-hotel:after {
  content: "\10f594"; }

.fad.fa-hourglass:after {
  content: "\10f254"; }

.fad.fa-hourglass-end:after {
  content: "\10f253"; }

.fad.fa-hourglass-half:after {
  content: "\10f252"; }

.fad.fa-hourglass-start:after {
  content: "\10f251"; }

.fad.fa-house:after {
  content: "\10e00d"; }

.fad.fa-house-damage:after {
  content: "\10f6f1"; }

.fad.fa-house-day:after {
  content: "\10e00e"; }

.fad.fa-house-flood:after {
  content: "\10f74f"; }

.fad.fa-house-leave:after {
  content: "\10e00f"; }

.fad.fa-house-night:after {
  content: "\10e010"; }

.fad.fa-house-return:after {
  content: "\10e011"; }

.fad.fa-house-signal:after {
  content: "\10e012"; }

.fad.fa-house-user:after {
  content: "\10e065"; }

.fad.fa-hryvnia:after {
  content: "\10f6f2"; }

.fad.fa-humidity:after {
  content: "\10f750"; }

.fad.fa-hurricane:after {
  content: "\10f751"; }

.fad.fa-i-cursor:after {
  content: "\10f246"; }

.fad.fa-ice-cream:after {
  content: "\10f810"; }

.fad.fa-ice-skate:after {
  content: "\10f7ac"; }

.fad.fa-icicles:after {
  content: "\10f7ad"; }

.fad.fa-icons:after {
  content: "\10f86d"; }

.fad.fa-icons-alt:after {
  content: "\10f86e"; }

.fad.fa-id-badge:after {
  content: "\10f2c1"; }

.fad.fa-id-card:after {
  content: "\10f2c2"; }

.fad.fa-id-card-alt:after {
  content: "\10f47f"; }

.fad.fa-igloo:after {
  content: "\10f7ae"; }

.fad.fa-image:after {
  content: "\10f03e"; }

.fad.fa-image-polaroid:after {
  content: "\10f8c4"; }

.fad.fa-images:after {
  content: "\10f302"; }

.fad.fa-inbox:after {
  content: "\10f01c"; }

.fad.fa-inbox-in:after {
  content: "\10f310"; }

.fad.fa-inbox-out:after {
  content: "\10f311"; }

.fad.fa-indent:after {
  content: "\10f03c"; }

.fad.fa-industry:after {
  content: "\10f275"; }

.fad.fa-industry-alt:after {
  content: "\10f3b3"; }

.fad.fa-infinity:after {
  content: "\10f534"; }

.fad.fa-info:after {
  content: "\10f129"; }

.fad.fa-info-circle:after {
  content: "\10f05a"; }

.fad.fa-info-square:after {
  content: "\10f30f"; }

.fad.fa-inhaler:after {
  content: "\10f5f9"; }

.fad.fa-integral:after {
  content: "\10f667"; }

.fad.fa-intersection:after {
  content: "\10f668"; }

.fad.fa-inventory:after {
  content: "\10f480"; }

.fad.fa-island-tropical:after {
  content: "\10f811"; }

.fad.fa-italic:after {
  content: "\10f033"; }

.fad.fa-jack-o-lantern:after {
  content: "\10f30e"; }

.fad.fa-jedi:after {
  content: "\10f669"; }

.fad.fa-joint:after {
  content: "\10f595"; }

.fad.fa-journal-whills:after {
  content: "\10f66a"; }

.fad.fa-joystick:after {
  content: "\10f8c5"; }

.fad.fa-jug:after {
  content: "\10f8c6"; }

.fad.fa-kaaba:after {
  content: "\10f66b"; }

.fad.fa-kazoo:after {
  content: "\10f8c7"; }

.fad.fa-kerning:after {
  content: "\10f86f"; }

.fad.fa-key:after {
  content: "\10f084"; }

.fad.fa-key-skeleton:after {
  content: "\10f6f3"; }

.fad.fa-keyboard:after {
  content: "\10f11c"; }

.fad.fa-keynote:after {
  content: "\10f66c"; }

.fad.fa-khanda:after {
  content: "\10f66d"; }

.fad.fa-kidneys:after {
  content: "\10f5fb"; }

.fad.fa-kiss:after {
  content: "\10f596"; }

.fad.fa-kiss-beam:after {
  content: "\10f597"; }

.fad.fa-kiss-wink-heart:after {
  content: "\10f598"; }

.fad.fa-kite:after {
  content: "\10f6f4"; }

.fad.fa-kiwi-bird:after {
  content: "\10f535"; }

.fad.fa-knife-kitchen:after {
  content: "\10f6f5"; }

.fad.fa-lambda:after {
  content: "\10f66e"; }

.fad.fa-lamp:after {
  content: "\10f4ca"; }

.fad.fa-lamp-desk:after {
  content: "\10e014"; }

.fad.fa-lamp-floor:after {
  content: "\10e015"; }

.fad.fa-landmark:after {
  content: "\10f66f"; }

.fad.fa-landmark-alt:after {
  content: "\10f752"; }

.fad.fa-language:after {
  content: "\10f1ab"; }

.fad.fa-laptop:after {
  content: "\10f109"; }

.fad.fa-laptop-code:after {
  content: "\10f5fc"; }

.fad.fa-laptop-house:after {
  content: "\10e066"; }

.fad.fa-laptop-medical:after {
  content: "\10f812"; }

.fad.fa-lasso:after {
  content: "\10f8c8"; }

.fad.fa-laugh:after {
  content: "\10f599"; }

.fad.fa-laugh-beam:after {
  content: "\10f59a"; }

.fad.fa-laugh-squint:after {
  content: "\10f59b"; }

.fad.fa-laugh-wink:after {
  content: "\10f59c"; }

.fad.fa-layer-group:after {
  content: "\10f5fd"; }

.fad.fa-layer-minus:after {
  content: "\10f5fe"; }

.fad.fa-layer-plus:after {
  content: "\10f5ff"; }

.fad.fa-leaf:after {
  content: "\10f06c"; }

.fad.fa-leaf-heart:after {
  content: "\10f4cb"; }

.fad.fa-leaf-maple:after {
  content: "\10f6f6"; }

.fad.fa-leaf-oak:after {
  content: "\10f6f7"; }

.fad.fa-lemon:after {
  content: "\10f094"; }

.fad.fa-less-than:after {
  content: "\10f536"; }

.fad.fa-less-than-equal:after {
  content: "\10f537"; }

.fad.fa-level-down:after {
  content: "\10f149"; }

.fad.fa-level-down-alt:after {
  content: "\10f3be"; }

.fad.fa-level-up:after {
  content: "\10f148"; }

.fad.fa-level-up-alt:after {
  content: "\10f3bf"; }

.fad.fa-life-ring:after {
  content: "\10f1cd"; }

.fad.fa-light-ceiling:after {
  content: "\10e016"; }

.fad.fa-light-switch:after {
  content: "\10e017"; }

.fad.fa-light-switch-off:after {
  content: "\10e018"; }

.fad.fa-light-switch-on:after {
  content: "\10e019"; }

.fad.fa-lightbulb:after {
  content: "\10f0eb"; }

.fad.fa-lightbulb-dollar:after {
  content: "\10f670"; }

.fad.fa-lightbulb-exclamation:after {
  content: "\10f671"; }

.fad.fa-lightbulb-on:after {
  content: "\10f672"; }

.fad.fa-lightbulb-slash:after {
  content: "\10f673"; }

.fad.fa-lights-holiday:after {
  content: "\10f7b2"; }

.fad.fa-line-columns:after {
  content: "\10f870"; }

.fad.fa-line-height:after {
  content: "\10f871"; }

.fad.fa-link:after {
  content: "\10f0c1"; }

.fad.fa-lips:after {
  content: "\10f600"; }

.fad.fa-lira-sign:after {
  content: "\10f195"; }

.fad.fa-list:after {
  content: "\10f03a"; }

.fad.fa-list-alt:after {
  content: "\10f022"; }

.fad.fa-list-music:after {
  content: "\10f8c9"; }

.fad.fa-list-ol:after {
  content: "\10f0cb"; }

.fad.fa-list-ul:after {
  content: "\10f0ca"; }

.fad.fa-location:after {
  content: "\10f601"; }

.fad.fa-location-arrow:after {
  content: "\10f124"; }

.fad.fa-location-circle:after {
  content: "\10f602"; }

.fad.fa-location-slash:after {
  content: "\10f603"; }

.fad.fa-lock:after {
  content: "\10f023"; }

.fad.fa-lock-alt:after {
  content: "\10f30d"; }

.fad.fa-lock-open:after {
  content: "\10f3c1"; }

.fad.fa-lock-open-alt:after {
  content: "\10f3c2"; }

.fad.fa-long-arrow-alt-down:after {
  content: "\10f309"; }

.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a"; }

.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b"; }

.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c"; }

.fad.fa-long-arrow-down:after {
  content: "\10f175"; }

.fad.fa-long-arrow-left:after {
  content: "\10f177"; }

.fad.fa-long-arrow-right:after {
  content: "\10f178"; }

.fad.fa-long-arrow-up:after {
  content: "\10f176"; }

.fad.fa-loveseat:after {
  content: "\10f4cc"; }

.fad.fa-low-vision:after {
  content: "\10f2a8"; }

.fad.fa-luchador:after {
  content: "\10f455"; }

.fad.fa-luggage-cart:after {
  content: "\10f59d"; }

.fad.fa-lungs:after {
  content: "\10f604"; }

.fad.fa-lungs-virus:after {
  content: "\10e067"; }

.fad.fa-mace:after {
  content: "\10f6f8"; }

.fad.fa-magic:after {
  content: "\10f0d0"; }

.fad.fa-magnet:after {
  content: "\10f076"; }

.fad.fa-mail-bulk:after {
  content: "\10f674"; }

.fad.fa-mailbox:after {
  content: "\10f813"; }

.fad.fa-male:after {
  content: "\10f183"; }

.fad.fa-mandolin:after {
  content: "\10f6f9"; }

.fad.fa-map:after {
  content: "\10f279"; }

.fad.fa-map-marked:after {
  content: "\10f59f"; }

.fad.fa-map-marked-alt:after {
  content: "\10f5a0"; }

.fad.fa-map-marker:after {
  content: "\10f041"; }

.fad.fa-map-marker-alt:after {
  content: "\10f3c5"; }

.fad.fa-map-marker-alt-slash:after {
  content: "\10f605"; }

.fad.fa-map-marker-check:after {
  content: "\10f606"; }

.fad.fa-map-marker-edit:after {
  content: "\10f607"; }

.fad.fa-map-marker-exclamation:after {
  content: "\10f608"; }

.fad.fa-map-marker-minus:after {
  content: "\10f609"; }

.fad.fa-map-marker-plus:after {
  content: "\10f60a"; }

.fad.fa-map-marker-question:after {
  content: "\10f60b"; }

.fad.fa-map-marker-slash:after {
  content: "\10f60c"; }

.fad.fa-map-marker-smile:after {
  content: "\10f60d"; }

.fad.fa-map-marker-times:after {
  content: "\10f60e"; }

.fad.fa-map-pin:after {
  content: "\10f276"; }

.fad.fa-map-signs:after {
  content: "\10f277"; }

.fad.fa-marker:after {
  content: "\10f5a1"; }

.fad.fa-mars:after {
  content: "\10f222"; }

.fad.fa-mars-double:after {
  content: "\10f227"; }

.fad.fa-mars-stroke:after {
  content: "\10f229"; }

.fad.fa-mars-stroke-h:after {
  content: "\10f22b"; }

.fad.fa-mars-stroke-v:after {
  content: "\10f22a"; }

.fad.fa-mask:after {
  content: "\10f6fa"; }

.fad.fa-meat:after {
  content: "\10f814"; }

.fad.fa-medal:after {
  content: "\10f5a2"; }

.fad.fa-medkit:after {
  content: "\10f0fa"; }

.fad.fa-megaphone:after {
  content: "\10f675"; }

.fad.fa-meh:after {
  content: "\10f11a"; }

.fad.fa-meh-blank:after {
  content: "\10f5a4"; }

.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5"; }

.fad.fa-memory:after {
  content: "\10f538"; }

.fad.fa-menorah:after {
  content: "\10f676"; }

.fad.fa-mercury:after {
  content: "\10f223"; }

.fad.fa-meteor:after {
  content: "\10f753"; }

.fad.fa-microchip:after {
  content: "\10f2db"; }

.fad.fa-microphone:after {
  content: "\10f130"; }

.fad.fa-microphone-alt:after {
  content: "\10f3c9"; }

.fad.fa-microphone-alt-slash:after {
  content: "\10f539"; }

.fad.fa-microphone-slash:after {
  content: "\10f131"; }

.fad.fa-microphone-stand:after {
  content: "\10f8cb"; }

.fad.fa-microscope:after {
  content: "\10f610"; }

.fad.fa-microwave:after {
  content: "\10e01b"; }

.fad.fa-mind-share:after {
  content: "\10f677"; }

.fad.fa-minus:after {
  content: "\10f068"; }

.fad.fa-minus-circle:after {
  content: "\10f056"; }

.fad.fa-minus-hexagon:after {
  content: "\10f307"; }

.fad.fa-minus-octagon:after {
  content: "\10f308"; }

.fad.fa-minus-square:after {
  content: "\10f146"; }

.fad.fa-mistletoe:after {
  content: "\10f7b4"; }

.fad.fa-mitten:after {
  content: "\10f7b5"; }

.fad.fa-mobile:after {
  content: "\10f10b"; }

.fad.fa-mobile-alt:after {
  content: "\10f3cd"; }

.fad.fa-mobile-android:after {
  content: "\10f3ce"; }

.fad.fa-mobile-android-alt:after {
  content: "\10f3cf"; }

.fad.fa-money-bill:after {
  content: "\10f0d6"; }

.fad.fa-money-bill-alt:after {
  content: "\10f3d1"; }

.fad.fa-money-bill-wave:after {
  content: "\10f53a"; }

.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b"; }

.fad.fa-money-check:after {
  content: "\10f53c"; }

.fad.fa-money-check-alt:after {
  content: "\10f53d"; }

.fad.fa-money-check-edit:after {
  content: "\10f872"; }

.fad.fa-money-check-edit-alt:after {
  content: "\10f873"; }

.fad.fa-monitor-heart-rate:after {
  content: "\10f611"; }

.fad.fa-monkey:after {
  content: "\10f6fb"; }

.fad.fa-monument:after {
  content: "\10f5a6"; }

.fad.fa-moon:after {
  content: "\10f186"; }

.fad.fa-moon-cloud:after {
  content: "\10f754"; }

.fad.fa-moon-stars:after {
  content: "\10f755"; }

.fad.fa-mortar-pestle:after {
  content: "\10f5a7"; }

.fad.fa-mosque:after {
  content: "\10f678"; }

.fad.fa-motorcycle:after {
  content: "\10f21c"; }

.fad.fa-mountain:after {
  content: "\10f6fc"; }

.fad.fa-mountains:after {
  content: "\10f6fd"; }

.fad.fa-mouse:after {
  content: "\10f8cc"; }

.fad.fa-mouse-alt:after {
  content: "\10f8cd"; }

.fad.fa-mouse-pointer:after {
  content: "\10f245"; }

.fad.fa-mp3-player:after {
  content: "\10f8ce"; }

.fad.fa-mug:after {
  content: "\10f874"; }

.fad.fa-mug-hot:after {
  content: "\10f7b6"; }

.fad.fa-mug-marshmallows:after {
  content: "\10f7b7"; }

.fad.fa-mug-tea:after {
  content: "\10f875"; }

.fad.fa-music:after {
  content: "\10f001"; }

.fad.fa-music-alt:after {
  content: "\10f8cf"; }

.fad.fa-music-alt-slash:after {
  content: "\10f8d0"; }

.fad.fa-music-slash:after {
  content: "\10f8d1"; }

.fad.fa-narwhal:after {
  content: "\10f6fe"; }

.fad.fa-network-wired:after {
  content: "\10f6ff"; }

.fad.fa-neuter:after {
  content: "\10f22c"; }

.fad.fa-newspaper:after {
  content: "\10f1ea"; }

.fad.fa-not-equal:after {
  content: "\10f53e"; }

.fad.fa-notes-medical:after {
  content: "\10f481"; }

.fad.fa-object-group:after {
  content: "\10f247"; }

.fad.fa-object-ungroup:after {
  content: "\10f248"; }

.fad.fa-octagon:after {
  content: "\10f306"; }

.fad.fa-oil-can:after {
  content: "\10f613"; }

.fad.fa-oil-temp:after {
  content: "\10f614"; }

.fad.fa-om:after {
  content: "\10f679"; }

.fad.fa-omega:after {
  content: "\10f67a"; }

.fad.fa-ornament:after {
  content: "\10f7b8"; }

.fad.fa-otter:after {
  content: "\10f700"; }

.fad.fa-outdent:after {
  content: "\10f03b"; }

.fad.fa-outlet:after {
  content: "\10e01c"; }

.fad.fa-oven:after {
  content: "\10e01d"; }

.fad.fa-overline:after {
  content: "\10f876"; }

.fad.fa-page-break:after {
  content: "\10f877"; }

.fad.fa-pager:after {
  content: "\10f815"; }

.fad.fa-paint-brush:after {
  content: "\10f1fc"; }

.fad.fa-paint-brush-alt:after {
  content: "\10f5a9"; }

.fad.fa-paint-roller:after {
  content: "\10f5aa"; }

.fad.fa-palette:after {
  content: "\10f53f"; }

.fad.fa-pallet:after {
  content: "\10f482"; }

.fad.fa-pallet-alt:after {
  content: "\10f483"; }

.fad.fa-paper-plane:after {
  content: "\10f1d8"; }

.fad.fa-paperclip:after {
  content: "\10f0c6"; }

.fad.fa-parachute-box:after {
  content: "\10f4cd"; }

.fad.fa-paragraph:after {
  content: "\10f1dd"; }

.fad.fa-paragraph-rtl:after {
  content: "\10f878"; }

.fad.fa-parking:after {
  content: "\10f540"; }

.fad.fa-parking-circle:after {
  content: "\10f615"; }

.fad.fa-parking-circle-slash:after {
  content: "\10f616"; }

.fad.fa-parking-slash:after {
  content: "\10f617"; }

.fad.fa-passport:after {
  content: "\10f5ab"; }

.fad.fa-pastafarianism:after {
  content: "\10f67b"; }

.fad.fa-paste:after {
  content: "\10f0ea"; }

.fad.fa-pause:after {
  content: "\10f04c"; }

.fad.fa-pause-circle:after {
  content: "\10f28b"; }

.fad.fa-paw:after {
  content: "\10f1b0"; }

.fad.fa-paw-alt:after {
  content: "\10f701"; }

.fad.fa-paw-claws:after {
  content: "\10f702"; }

.fad.fa-peace:after {
  content: "\10f67c"; }

.fad.fa-pegasus:after {
  content: "\10f703"; }

.fad.fa-pen:after {
  content: "\10f304"; }

.fad.fa-pen-alt:after {
  content: "\10f305"; }

.fad.fa-pen-fancy:after {
  content: "\10f5ac"; }

.fad.fa-pen-nib:after {
  content: "\10f5ad"; }

.fad.fa-pen-square:after {
  content: "\10f14b"; }

.fad.fa-pencil:after {
  content: "\10f040"; }

.fad.fa-pencil-alt:after {
  content: "\10f303"; }

.fad.fa-pencil-paintbrush:after {
  content: "\10f618"; }

.fad.fa-pencil-ruler:after {
  content: "\10f5ae"; }

.fad.fa-pennant:after {
  content: "\10f456"; }

.fad.fa-people-arrows:after {
  content: "\10e068"; }

.fad.fa-people-carry:after {
  content: "\10f4ce"; }

.fad.fa-pepper-hot:after {
  content: "\10f816"; }

.fad.fa-percent:after {
  content: "\10f295"; }

.fad.fa-percentage:after {
  content: "\10f541"; }

.fad.fa-person-booth:after {
  content: "\10f756"; }

.fad.fa-person-carry:after {
  content: "\10f4cf"; }

.fad.fa-person-dolly:after {
  content: "\10f4d0"; }

.fad.fa-person-dolly-empty:after {
  content: "\10f4d1"; }

.fad.fa-person-sign:after {
  content: "\10f757"; }

.fad.fa-phone:after {
  content: "\10f095"; }

.fad.fa-phone-alt:after {
  content: "\10f879"; }

.fad.fa-phone-laptop:after {
  content: "\10f87a"; }

.fad.fa-phone-office:after {
  content: "\10f67d"; }

.fad.fa-phone-plus:after {
  content: "\10f4d2"; }

.fad.fa-phone-rotary:after {
  content: "\10f8d3"; }

.fad.fa-phone-slash:after {
  content: "\10f3dd"; }

.fad.fa-phone-square:after {
  content: "\10f098"; }

.fad.fa-phone-square-alt:after {
  content: "\10f87b"; }

.fad.fa-phone-volume:after {
  content: "\10f2a0"; }

.fad.fa-photo-video:after {
  content: "\10f87c"; }

.fad.fa-pi:after {
  content: "\10f67e"; }

.fad.fa-piano:after {
  content: "\10f8d4"; }

.fad.fa-piano-keyboard:after {
  content: "\10f8d5"; }

.fad.fa-pie:after {
  content: "\10f705"; }

.fad.fa-pig:after {
  content: "\10f706"; }

.fad.fa-piggy-bank:after {
  content: "\10f4d3"; }

.fad.fa-pills:after {
  content: "\10f484"; }

.fad.fa-pizza:after {
  content: "\10f817"; }

.fad.fa-pizza-slice:after {
  content: "\10f818"; }

.fad.fa-place-of-worship:after {
  content: "\10f67f"; }

.fad.fa-plane:after {
  content: "\10f072"; }

.fad.fa-plane-alt:after {
  content: "\10f3de"; }

.fad.fa-plane-arrival:after {
  content: "\10f5af"; }

.fad.fa-plane-departure:after {
  content: "\10f5b0"; }

.fad.fa-plane-slash:after {
  content: "\10e069"; }

.fad.fa-planet-moon:after {
  content: "\10e01f"; }

.fad.fa-planet-ringed:after {
  content: "\10e020"; }

.fad.fa-play:after {
  content: "\10f04b"; }

.fad.fa-play-circle:after {
  content: "\10f144"; }

.fad.fa-plug:after {
  content: "\10f1e6"; }

.fad.fa-plus:after {
  content: "\10f067"; }

.fad.fa-plus-circle:after {
  content: "\10f055"; }

.fad.fa-plus-hexagon:after {
  content: "\10f300"; }

.fad.fa-plus-octagon:after {
  content: "\10f301"; }

.fad.fa-plus-square:after {
  content: "\10f0fe"; }

.fad.fa-podcast:after {
  content: "\10f2ce"; }

.fad.fa-podium:after {
  content: "\10f680"; }

.fad.fa-podium-star:after {
  content: "\10f758"; }

.fad.fa-police-box:after {
  content: "\10e021"; }

.fad.fa-poll:after {
  content: "\10f681"; }

.fad.fa-poll-h:after {
  content: "\10f682"; }

.fad.fa-poll-people:after {
  content: "\10f759"; }

.fad.fa-poo:after {
  content: "\10f2fe"; }

.fad.fa-poo-storm:after {
  content: "\10f75a"; }

.fad.fa-poop:after {
  content: "\10f619"; }

.fad.fa-popcorn:after {
  content: "\10f819"; }

.fad.fa-portal-enter:after {
  content: "\10e022"; }

.fad.fa-portal-exit:after {
  content: "\10e023"; }

.fad.fa-portrait:after {
  content: "\10f3e0"; }

.fad.fa-pound-sign:after {
  content: "\10f154"; }

.fad.fa-power-off:after {
  content: "\10f011"; }

.fad.fa-pray:after {
  content: "\10f683"; }

.fad.fa-praying-hands:after {
  content: "\10f684"; }

.fad.fa-prescription:after {
  content: "\10f5b1"; }

.fad.fa-prescription-bottle:after {
  content: "\10f485"; }

.fad.fa-prescription-bottle-alt:after {
  content: "\10f486"; }

.fad.fa-presentation:after {
  content: "\10f685"; }

.fad.fa-print:after {
  content: "\10f02f"; }

.fad.fa-print-search:after {
  content: "\10f81a"; }

.fad.fa-print-slash:after {
  content: "\10f686"; }

.fad.fa-procedures:after {
  content: "\10f487"; }

.fad.fa-project-diagram:after {
  content: "\10f542"; }

.fad.fa-projector:after {
  content: "\10f8d6"; }

.fad.fa-pump-medical:after {
  content: "\10e06a"; }

.fad.fa-pump-soap:after {
  content: "\10e06b"; }

.fad.fa-pumpkin:after {
  content: "\10f707"; }

.fad.fa-puzzle-piece:after {
  content: "\10f12e"; }

.fad.fa-qrcode:after {
  content: "\10f029"; }

.fad.fa-question:after {
  content: "\10f128"; }

.fad.fa-question-circle:after {
  content: "\10f059"; }

.fad.fa-question-square:after {
  content: "\10f2fd"; }

.fad.fa-quidditch:after {
  content: "\10f458"; }

.fad.fa-quote-left:after {
  content: "\10f10d"; }

.fad.fa-quote-right:after {
  content: "\10f10e"; }

.fad.fa-quran:after {
  content: "\10f687"; }

.fad.fa-rabbit:after {
  content: "\10f708"; }

.fad.fa-rabbit-fast:after {
  content: "\10f709"; }

.fad.fa-racquet:after {
  content: "\10f45a"; }

.fad.fa-radar:after {
  content: "\10e024"; }

.fad.fa-radiation:after {
  content: "\10f7b9"; }

.fad.fa-radiation-alt:after {
  content: "\10f7ba"; }

.fad.fa-radio:after {
  content: "\10f8d7"; }

.fad.fa-radio-alt:after {
  content: "\10f8d8"; }

.fad.fa-rainbow:after {
  content: "\10f75b"; }

.fad.fa-raindrops:after {
  content: "\10f75c"; }

.fad.fa-ram:after {
  content: "\10f70a"; }

.fad.fa-ramp-loading:after {
  content: "\10f4d4"; }

.fad.fa-random:after {
  content: "\10f074"; }

.fad.fa-raygun:after {
  content: "\10e025"; }

.fad.fa-receipt:after {
  content: "\10f543"; }

.fad.fa-record-vinyl:after {
  content: "\10f8d9"; }

.fad.fa-rectangle-landscape:after {
  content: "\10f2fa"; }

.fad.fa-rectangle-portrait:after {
  content: "\10f2fb"; }

.fad.fa-rectangle-wide:after {
  content: "\10f2fc"; }

.fad.fa-recycle:after {
  content: "\10f1b8"; }

.fad.fa-redo:after {
  content: "\10f01e"; }

.fad.fa-redo-alt:after {
  content: "\10f2f9"; }

.fad.fa-refrigerator:after {
  content: "\10e026"; }

.fad.fa-registered:after {
  content: "\10f25d"; }

.fad.fa-remove-format:after {
  content: "\10f87d"; }

.fad.fa-repeat:after {
  content: "\10f363"; }

.fad.fa-repeat-1:after {
  content: "\10f365"; }

.fad.fa-repeat-1-alt:after {
  content: "\10f366"; }

.fad.fa-repeat-alt:after {
  content: "\10f364"; }

.fad.fa-reply:after {
  content: "\10f3e5"; }

.fad.fa-reply-all:after {
  content: "\10f122"; }

.fad.fa-republican:after {
  content: "\10f75e"; }

.fad.fa-restroom:after {
  content: "\10f7bd"; }

.fad.fa-retweet:after {
  content: "\10f079"; }

.fad.fa-retweet-alt:after {
  content: "\10f361"; }

.fad.fa-ribbon:after {
  content: "\10f4d6"; }

.fad.fa-ring:after {
  content: "\10f70b"; }

.fad.fa-rings-wedding:after {
  content: "\10f81b"; }

.fad.fa-road:after {
  content: "\10f018"; }

.fad.fa-robot:after {
  content: "\10f544"; }

.fad.fa-rocket:after {
  content: "\10f135"; }

.fad.fa-rocket-launch:after {
  content: "\10e027"; }

.fad.fa-route:after {
  content: "\10f4d7"; }

.fad.fa-route-highway:after {
  content: "\10f61a"; }

.fad.fa-route-interstate:after {
  content: "\10f61b"; }

.fad.fa-router:after {
  content: "\10f8da"; }

.fad.fa-rss:after {
  content: "\10f09e"; }

.fad.fa-rss-square:after {
  content: "\10f143"; }

.fad.fa-ruble-sign:after {
  content: "\10f158"; }

.fad.fa-ruler:after {
  content: "\10f545"; }

.fad.fa-ruler-combined:after {
  content: "\10f546"; }

.fad.fa-ruler-horizontal:after {
  content: "\10f547"; }

.fad.fa-ruler-triangle:after {
  content: "\10f61c"; }

.fad.fa-ruler-vertical:after {
  content: "\10f548"; }

.fad.fa-running:after {
  content: "\10f70c"; }

.fad.fa-rupee-sign:after {
  content: "\10f156"; }

.fad.fa-rv:after {
  content: "\10f7be"; }

.fad.fa-sack:after {
  content: "\10f81c"; }

.fad.fa-sack-dollar:after {
  content: "\10f81d"; }

.fad.fa-sad-cry:after {
  content: "\10f5b3"; }

.fad.fa-sad-tear:after {
  content: "\10f5b4"; }

.fad.fa-salad:after {
  content: "\10f81e"; }

.fad.fa-sandwich:after {
  content: "\10f81f"; }

.fad.fa-satellite:after {
  content: "\10f7bf"; }

.fad.fa-satellite-dish:after {
  content: "\10f7c0"; }

.fad.fa-sausage:after {
  content: "\10f820"; }

.fad.fa-save:after {
  content: "\10f0c7"; }

.fad.fa-sax-hot:after {
  content: "\10f8db"; }

.fad.fa-saxophone:after {
  content: "\10f8dc"; }

.fad.fa-scalpel:after {
  content: "\10f61d"; }

.fad.fa-scalpel-path:after {
  content: "\10f61e"; }

.fad.fa-scanner:after {
  content: "\10f488"; }

.fad.fa-scanner-image:after {
  content: "\10f8f3"; }

.fad.fa-scanner-keyboard:after {
  content: "\10f489"; }

.fad.fa-scanner-touchscreen:after {
  content: "\10f48a"; }

.fad.fa-scarecrow:after {
  content: "\10f70d"; }

.fad.fa-scarf:after {
  content: "\10f7c1"; }

.fad.fa-school:after {
  content: "\10f549"; }

.fad.fa-screwdriver:after {
  content: "\10f54a"; }

.fad.fa-scroll:after {
  content: "\10f70e"; }

.fad.fa-scroll-old:after {
  content: "\10f70f"; }

.fad.fa-scrubber:after {
  content: "\10f2f8"; }

.fad.fa-scythe:after {
  content: "\10f710"; }

.fad.fa-sd-card:after {
  content: "\10f7c2"; }

.fad.fa-search:after {
  content: "\10f002"; }

.fad.fa-search-dollar:after {
  content: "\10f688"; }

.fad.fa-search-location:after {
  content: "\10f689"; }

.fad.fa-search-minus:after {
  content: "\10f010"; }

.fad.fa-search-plus:after {
  content: "\10f00e"; }

.fad.fa-seedling:after {
  content: "\10f4d8"; }

.fad.fa-send-back:after {
  content: "\10f87e"; }

.fad.fa-send-backward:after {
  content: "\10f87f"; }

.fad.fa-sensor:after {
  content: "\10e028"; }

.fad.fa-sensor-alert:after {
  content: "\10e029"; }

.fad.fa-sensor-fire:after {
  content: "\10e02a"; }

.fad.fa-sensor-on:after {
  content: "\10e02b"; }

.fad.fa-sensor-smoke:after {
  content: "\10e02c"; }

.fad.fa-server:after {
  content: "\10f233"; }

.fad.fa-shapes:after {
  content: "\10f61f"; }

.fad.fa-share:after {
  content: "\10f064"; }

.fad.fa-share-all:after {
  content: "\10f367"; }

.fad.fa-share-alt:after {
  content: "\10f1e0"; }

.fad.fa-share-alt-square:after {
  content: "\10f1e1"; }

.fad.fa-share-square:after {
  content: "\10f14d"; }

.fad.fa-sheep:after {
  content: "\10f711"; }

.fad.fa-shekel-sign:after {
  content: "\10f20b"; }

.fad.fa-shield:after {
  content: "\10f132"; }

.fad.fa-shield-alt:after {
  content: "\10f3ed"; }

.fad.fa-shield-check:after {
  content: "\10f2f7"; }

.fad.fa-shield-cross:after {
  content: "\10f712"; }

.fad.fa-shield-virus:after {
  content: "\10e06c"; }

.fad.fa-ship:after {
  content: "\10f21a"; }

.fad.fa-shipping-fast:after {
  content: "\10f48b"; }

.fad.fa-shipping-timed:after {
  content: "\10f48c"; }

.fad.fa-shish-kebab:after {
  content: "\10f821"; }

.fad.fa-shoe-prints:after {
  content: "\10f54b"; }

.fad.fa-shopping-bag:after {
  content: "\10f290"; }

.fad.fa-shopping-basket:after {
  content: "\10f291"; }

.fad.fa-shopping-cart:after {
  content: "\10f07a"; }

.fad.fa-shovel:after {
  content: "\10f713"; }

.fad.fa-shovel-snow:after {
  content: "\10f7c3"; }

.fad.fa-shower:after {
  content: "\10f2cc"; }

.fad.fa-shredder:after {
  content: "\10f68a"; }

.fad.fa-shuttle-van:after {
  content: "\10f5b6"; }

.fad.fa-shuttlecock:after {
  content: "\10f45b"; }

.fad.fa-sickle:after {
  content: "\10f822"; }

.fad.fa-sigma:after {
  content: "\10f68b"; }

.fad.fa-sign:after {
  content: "\10f4d9"; }

.fad.fa-sign-in:after {
  content: "\10f090"; }

.fad.fa-sign-in-alt:after {
  content: "\10f2f6"; }

.fad.fa-sign-language:after {
  content: "\10f2a7"; }

.fad.fa-sign-out:after {
  content: "\10f08b"; }

.fad.fa-sign-out-alt:after {
  content: "\10f2f5"; }

.fad.fa-signal:after {
  content: "\10f012"; }

.fad.fa-signal-1:after {
  content: "\10f68c"; }

.fad.fa-signal-2:after {
  content: "\10f68d"; }

.fad.fa-signal-3:after {
  content: "\10f68e"; }

.fad.fa-signal-4:after {
  content: "\10f68f"; }

.fad.fa-signal-alt:after {
  content: "\10f690"; }

.fad.fa-signal-alt-1:after {
  content: "\10f691"; }

.fad.fa-signal-alt-2:after {
  content: "\10f692"; }

.fad.fa-signal-alt-3:after {
  content: "\10f693"; }

.fad.fa-signal-alt-slash:after {
  content: "\10f694"; }

.fad.fa-signal-slash:after {
  content: "\10f695"; }

.fad.fa-signal-stream:after {
  content: "\10f8dd"; }

.fad.fa-signature:after {
  content: "\10f5b7"; }

.fad.fa-sim-card:after {
  content: "\10f7c4"; }

.fad.fa-sink:after {
  content: "\10e06d"; }

.fad.fa-siren:after {
  content: "\10e02d"; }

.fad.fa-siren-on:after {
  content: "\10e02e"; }

.fad.fa-sitemap:after {
  content: "\10f0e8"; }

.fad.fa-skating:after {
  content: "\10f7c5"; }

.fad.fa-skeleton:after {
  content: "\10f620"; }

.fad.fa-ski-jump:after {
  content: "\10f7c7"; }

.fad.fa-ski-lift:after {
  content: "\10f7c8"; }

.fad.fa-skiing:after {
  content: "\10f7c9"; }

.fad.fa-skiing-nordic:after {
  content: "\10f7ca"; }

.fad.fa-skull:after {
  content: "\10f54c"; }

.fad.fa-skull-cow:after {
  content: "\10f8de"; }

.fad.fa-skull-crossbones:after {
  content: "\10f714"; }

.fad.fa-slash:after {
  content: "\10f715"; }

.fad.fa-sledding:after {
  content: "\10f7cb"; }

.fad.fa-sleigh:after {
  content: "\10f7cc"; }

.fad.fa-sliders-h:after {
  content: "\10f1de"; }

.fad.fa-sliders-h-square:after {
  content: "\10f3f0"; }

.fad.fa-sliders-v:after {
  content: "\10f3f1"; }

.fad.fa-sliders-v-square:after {
  content: "\10f3f2"; }

.fad.fa-smile:after {
  content: "\10f118"; }

.fad.fa-smile-beam:after {
  content: "\10f5b8"; }

.fad.fa-smile-plus:after {
  content: "\10f5b9"; }

.fad.fa-smile-wink:after {
  content: "\10f4da"; }

.fad.fa-smog:after {
  content: "\10f75f"; }

.fad.fa-smoke:after {
  content: "\10f760"; }

.fad.fa-smoking:after {
  content: "\10f48d"; }

.fad.fa-smoking-ban:after {
  content: "\10f54d"; }

.fad.fa-sms:after {
  content: "\10f7cd"; }

.fad.fa-snake:after {
  content: "\10f716"; }

.fad.fa-snooze:after {
  content: "\10f880"; }

.fad.fa-snow-blowing:after {
  content: "\10f761"; }

.fad.fa-snowboarding:after {
  content: "\10f7ce"; }

.fad.fa-snowflake:after {
  content: "\10f2dc"; }

.fad.fa-snowflakes:after {
  content: "\10f7cf"; }

.fad.fa-snowman:after {
  content: "\10f7d0"; }

.fad.fa-snowmobile:after {
  content: "\10f7d1"; }

.fad.fa-snowplow:after {
  content: "\10f7d2"; }

.fad.fa-soap:after {
  content: "\10e06e"; }

.fad.fa-socks:after {
  content: "\10f696"; }

.fad.fa-solar-panel:after {
  content: "\10f5ba"; }

.fad.fa-solar-system:after {
  content: "\10e02f"; }

.fad.fa-sort:after {
  content: "\10f0dc"; }

.fad.fa-sort-alpha-down:after {
  content: "\10f15d"; }

.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881"; }

.fad.fa-sort-alpha-up:after {
  content: "\10f15e"; }

.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882"; }

.fad.fa-sort-alt:after {
  content: "\10f883"; }

.fad.fa-sort-amount-down:after {
  content: "\10f160"; }

.fad.fa-sort-amount-down-alt:after {
  content: "\10f884"; }

.fad.fa-sort-amount-up:after {
  content: "\10f161"; }

.fad.fa-sort-amount-up-alt:after {
  content: "\10f885"; }

.fad.fa-sort-circle:after {
  content: "\10e030"; }

.fad.fa-sort-circle-down:after {
  content: "\10e031"; }

.fad.fa-sort-circle-up:after {
  content: "\10e032"; }

.fad.fa-sort-down:after {
  content: "\10f0dd"; }

.fad.fa-sort-numeric-down:after {
  content: "\10f162"; }

.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886"; }

.fad.fa-sort-numeric-up:after {
  content: "\10f163"; }

.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887"; }

.fad.fa-sort-shapes-down:after {
  content: "\10f888"; }

.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889"; }

.fad.fa-sort-shapes-up:after {
  content: "\10f88a"; }

.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b"; }

.fad.fa-sort-size-down:after {
  content: "\10f88c"; }

.fad.fa-sort-size-down-alt:after {
  content: "\10f88d"; }

.fad.fa-sort-size-up:after {
  content: "\10f88e"; }

.fad.fa-sort-size-up-alt:after {
  content: "\10f88f"; }

.fad.fa-sort-up:after {
  content: "\10f0de"; }

.fad.fa-soup:after {
  content: "\10f823"; }

.fad.fa-spa:after {
  content: "\10f5bb"; }

.fad.fa-space-shuttle:after {
  content: "\10f197"; }

.fad.fa-space-station-moon:after {
  content: "\10e033"; }

.fad.fa-space-station-moon-alt:after {
  content: "\10e034"; }

.fad.fa-spade:after {
  content: "\10f2f4"; }

.fad.fa-sparkles:after {
  content: "\10f890"; }

.fad.fa-speaker:after {
  content: "\10f8df"; }

.fad.fa-speakers:after {
  content: "\10f8e0"; }

.fad.fa-spell-check:after {
  content: "\10f891"; }

.fad.fa-spider:after {
  content: "\10f717"; }

.fad.fa-spider-black-widow:after {
  content: "\10f718"; }

.fad.fa-spider-web:after {
  content: "\10f719"; }

.fad.fa-spinner:after {
  content: "\10f110"; }

.fad.fa-spinner-third:after {
  content: "\10f3f4"; }

.fad.fa-splotch:after {
  content: "\10f5bc"; }

.fad.fa-spray-can:after {
  content: "\10f5bd"; }

.fad.fa-sprinkler:after {
  content: "\10e035"; }

.fad.fa-square:after {
  content: "\10f0c8"; }

.fad.fa-square-full:after {
  content: "\10f45c"; }

.fad.fa-square-root:after {
  content: "\10f697"; }

.fad.fa-square-root-alt:after {
  content: "\10f698"; }

.fad.fa-squirrel:after {
  content: "\10f71a"; }

.fad.fa-staff:after {
  content: "\10f71b"; }

.fad.fa-stamp:after {
  content: "\10f5bf"; }

.fad.fa-star:after {
  content: "\10f005"; }

.fad.fa-star-and-crescent:after {
  content: "\10f699"; }

.fad.fa-star-christmas:after {
  content: "\10f7d4"; }

.fad.fa-star-exclamation:after {
  content: "\10f2f3"; }

.fad.fa-star-half:after {
  content: "\10f089"; }

.fad.fa-star-half-alt:after {
  content: "\10f5c0"; }

.fad.fa-star-of-david:after {
  content: "\10f69a"; }

.fad.fa-star-of-life:after {
  content: "\10f621"; }

.fad.fa-star-shooting:after {
  content: "\10e036"; }

.fad.fa-starfighter:after {
  content: "\10e037"; }

.fad.fa-starfighter-alt:after {
  content: "\10e038"; }

.fad.fa-stars:after {
  content: "\10f762"; }

.fad.fa-starship:after {
  content: "\10e039"; }

.fad.fa-starship-freighter:after {
  content: "\10e03a"; }

.fad.fa-steak:after {
  content: "\10f824"; }

.fad.fa-steering-wheel:after {
  content: "\10f622"; }

.fad.fa-step-backward:after {
  content: "\10f048"; }

.fad.fa-step-forward:after {
  content: "\10f051"; }

.fad.fa-stethoscope:after {
  content: "\10f0f1"; }

.fad.fa-sticky-note:after {
  content: "\10f249"; }

.fad.fa-stocking:after {
  content: "\10f7d5"; }

.fad.fa-stomach:after {
  content: "\10f623"; }

.fad.fa-stop:after {
  content: "\10f04d"; }

.fad.fa-stop-circle:after {
  content: "\10f28d"; }

.fad.fa-stopwatch:after {
  content: "\10f2f2"; }

.fad.fa-stopwatch-20:after {
  content: "\10e06f"; }

.fad.fa-store:after {
  content: "\10f54e"; }

.fad.fa-store-alt:after {
  content: "\10f54f"; }

.fad.fa-store-alt-slash:after {
  content: "\10e070"; }

.fad.fa-store-slash:after {
  content: "\10e071"; }

.fad.fa-stream:after {
  content: "\10f550"; }

.fad.fa-street-view:after {
  content: "\10f21d"; }

.fad.fa-stretcher:after {
  content: "\10f825"; }

.fad.fa-strikethrough:after {
  content: "\10f0cc"; }

.fad.fa-stroopwafel:after {
  content: "\10f551"; }

.fad.fa-subscript:after {
  content: "\10f12c"; }

.fad.fa-subway:after {
  content: "\10f239"; }

.fad.fa-suitcase:after {
  content: "\10f0f2"; }

.fad.fa-suitcase-rolling:after {
  content: "\10f5c1"; }

.fad.fa-sun:after {
  content: "\10f185"; }

.fad.fa-sun-cloud:after {
  content: "\10f763"; }

.fad.fa-sun-dust:after {
  content: "\10f764"; }

.fad.fa-sun-haze:after {
  content: "\10f765"; }

.fad.fa-sunglasses:after {
  content: "\10f892"; }

.fad.fa-sunrise:after {
  content: "\10f766"; }

.fad.fa-sunset:after {
  content: "\10f767"; }

.fad.fa-superscript:after {
  content: "\10f12b"; }

.fad.fa-surprise:after {
  content: "\10f5c2"; }

.fad.fa-swatchbook:after {
  content: "\10f5c3"; }

.fad.fa-swimmer:after {
  content: "\10f5c4"; }

.fad.fa-swimming-pool:after {
  content: "\10f5c5"; }

.fad.fa-sword:after {
  content: "\10f71c"; }

.fad.fa-sword-laser:after {
  content: "\10e03b"; }

.fad.fa-sword-laser-alt:after {
  content: "\10e03c"; }

.fad.fa-swords:after {
  content: "\10f71d"; }

.fad.fa-swords-laser:after {
  content: "\10e03d"; }

.fad.fa-synagogue:after {
  content: "\10f69b"; }

.fad.fa-sync:after {
  content: "\10f021"; }

.fad.fa-sync-alt:after {
  content: "\10f2f1"; }

.fad.fa-syringe:after {
  content: "\10f48e"; }

.fad.fa-table:after {
  content: "\10f0ce"; }

.fad.fa-table-tennis:after {
  content: "\10f45d"; }

.fad.fa-tablet:after {
  content: "\10f10a"; }

.fad.fa-tablet-alt:after {
  content: "\10f3fa"; }

.fad.fa-tablet-android:after {
  content: "\10f3fb"; }

.fad.fa-tablet-android-alt:after {
  content: "\10f3fc"; }

.fad.fa-tablet-rugged:after {
  content: "\10f48f"; }

.fad.fa-tablets:after {
  content: "\10f490"; }

.fad.fa-tachometer:after {
  content: "\10f0e4"; }

.fad.fa-tachometer-alt:after {
  content: "\10f3fd"; }

.fad.fa-tachometer-alt-average:after {
  content: "\10f624"; }

.fad.fa-tachometer-alt-fast:after {
  content: "\10f625"; }

.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626"; }

.fad.fa-tachometer-alt-slow:after {
  content: "\10f627"; }

.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628"; }

.fad.fa-tachometer-average:after {
  content: "\10f629"; }

.fad.fa-tachometer-fast:after {
  content: "\10f62a"; }

.fad.fa-tachometer-fastest:after {
  content: "\10f62b"; }

.fad.fa-tachometer-slow:after {
  content: "\10f62c"; }

.fad.fa-tachometer-slowest:after {
  content: "\10f62d"; }

.fad.fa-taco:after {
  content: "\10f826"; }

.fad.fa-tag:after {
  content: "\10f02b"; }

.fad.fa-tags:after {
  content: "\10f02c"; }

.fad.fa-tally:after {
  content: "\10f69c"; }

.fad.fa-tanakh:after {
  content: "\10f827"; }

.fad.fa-tape:after {
  content: "\10f4db"; }

.fad.fa-tasks:after {
  content: "\10f0ae"; }

.fad.fa-tasks-alt:after {
  content: "\10f828"; }

.fad.fa-taxi:after {
  content: "\10f1ba"; }

.fad.fa-teeth:after {
  content: "\10f62e"; }

.fad.fa-teeth-open:after {
  content: "\10f62f"; }

.fad.fa-telescope:after {
  content: "\10e03e"; }

.fad.fa-temperature-down:after {
  content: "\10e03f"; }

.fad.fa-temperature-frigid:after {
  content: "\10f768"; }

.fad.fa-temperature-high:after {
  content: "\10f769"; }

.fad.fa-temperature-hot:after {
  content: "\10f76a"; }

.fad.fa-temperature-low:after {
  content: "\10f76b"; }

.fad.fa-temperature-up:after {
  content: "\10e040"; }

.fad.fa-tenge:after {
  content: "\10f7d7"; }

.fad.fa-tennis-ball:after {
  content: "\10f45e"; }

.fad.fa-terminal:after {
  content: "\10f120"; }

.fad.fa-text:after {
  content: "\10f893"; }

.fad.fa-text-height:after {
  content: "\10f034"; }

.fad.fa-text-size:after {
  content: "\10f894"; }

.fad.fa-text-width:after {
  content: "\10f035"; }

.fad.fa-th:after {
  content: "\10f00a"; }

.fad.fa-th-large:after {
  content: "\10f009"; }

.fad.fa-th-list:after {
  content: "\10f00b"; }

.fad.fa-theater-masks:after {
  content: "\10f630"; }

.fad.fa-thermometer:after {
  content: "\10f491"; }

.fad.fa-thermometer-empty:after {
  content: "\10f2cb"; }

.fad.fa-thermometer-full:after {
  content: "\10f2c7"; }

.fad.fa-thermometer-half:after {
  content: "\10f2c9"; }

.fad.fa-thermometer-quarter:after {
  content: "\10f2ca"; }

.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8"; }

.fad.fa-theta:after {
  content: "\10f69e"; }

.fad.fa-thumbs-down:after {
  content: "\10f165"; }

.fad.fa-thumbs-up:after {
  content: "\10f164"; }

.fad.fa-thumbtack:after {
  content: "\10f08d"; }

.fad.fa-thunderstorm:after {
  content: "\10f76c"; }

.fad.fa-thunderstorm-moon:after {
  content: "\10f76d"; }

.fad.fa-thunderstorm-sun:after {
  content: "\10f76e"; }

.fad.fa-ticket:after {
  content: "\10f145"; }

.fad.fa-ticket-alt:after {
  content: "\10f3ff"; }

.fad.fa-tilde:after {
  content: "\10f69f"; }

.fad.fa-times:after {
  content: "\10f00d"; }

.fad.fa-times-circle:after {
  content: "\10f057"; }

.fad.fa-times-hexagon:after {
  content: "\10f2ee"; }

.fad.fa-times-octagon:after {
  content: "\10f2f0"; }

.fad.fa-times-square:after {
  content: "\10f2d3"; }

.fad.fa-tint:after {
  content: "\10f043"; }

.fad.fa-tint-slash:after {
  content: "\10f5c7"; }

.fad.fa-tire:after {
  content: "\10f631"; }

.fad.fa-tire-flat:after {
  content: "\10f632"; }

.fad.fa-tire-pressure-warning:after {
  content: "\10f633"; }

.fad.fa-tire-rugged:after {
  content: "\10f634"; }

.fad.fa-tired:after {
  content: "\10f5c8"; }

.fad.fa-toggle-off:after {
  content: "\10f204"; }

.fad.fa-toggle-on:after {
  content: "\10f205"; }

.fad.fa-toilet:after {
  content: "\10f7d8"; }

.fad.fa-toilet-paper:after {
  content: "\10f71e"; }

.fad.fa-toilet-paper-alt:after {
  content: "\10f71f"; }

.fad.fa-toilet-paper-slash:after {
  content: "\10e072"; }

.fad.fa-tombstone:after {
  content: "\10f720"; }

.fad.fa-tombstone-alt:after {
  content: "\10f721"; }

.fad.fa-toolbox:after {
  content: "\10f552"; }

.fad.fa-tools:after {
  content: "\10f7d9"; }

.fad.fa-tooth:after {
  content: "\10f5c9"; }

.fad.fa-toothbrush:after {
  content: "\10f635"; }

.fad.fa-torah:after {
  content: "\10f6a0"; }

.fad.fa-torii-gate:after {
  content: "\10f6a1"; }

.fad.fa-tornado:after {
  content: "\10f76f"; }

.fad.fa-tractor:after {
  content: "\10f722"; }

.fad.fa-trademark:after {
  content: "\10f25c"; }

.fad.fa-traffic-cone:after {
  content: "\10f636"; }

.fad.fa-traffic-light:after {
  content: "\10f637"; }

.fad.fa-traffic-light-go:after {
  content: "\10f638"; }

.fad.fa-traffic-light-slow:after {
  content: "\10f639"; }

.fad.fa-traffic-light-stop:after {
  content: "\10f63a"; }

.fad.fa-trailer:after {
  content: "\10e041"; }

.fad.fa-train:after {
  content: "\10f238"; }

.fad.fa-tram:after {
  content: "\10f7da"; }

.fad.fa-transgender:after {
  content: "\10f224"; }

.fad.fa-transgender-alt:after {
  content: "\10f225"; }

.fad.fa-transporter:after {
  content: "\10e042"; }

.fad.fa-transporter-1:after {
  content: "\10e043"; }

.fad.fa-transporter-2:after {
  content: "\10e044"; }

.fad.fa-transporter-3:after {
  content: "\10e045"; }

.fad.fa-transporter-empty:after {
  content: "\10e046"; }

.fad.fa-trash:after {
  content: "\10f1f8"; }

.fad.fa-trash-alt:after {
  content: "\10f2ed"; }

.fad.fa-trash-restore:after {
  content: "\10f829"; }

.fad.fa-trash-restore-alt:after {
  content: "\10f82a"; }

.fad.fa-trash-undo:after {
  content: "\10f895"; }

.fad.fa-trash-undo-alt:after {
  content: "\10f896"; }

.fad.fa-treasure-chest:after {
  content: "\10f723"; }

.fad.fa-tree:after {
  content: "\10f1bb"; }

.fad.fa-tree-alt:after {
  content: "\10f400"; }

.fad.fa-tree-christmas:after {
  content: "\10f7db"; }

.fad.fa-tree-decorated:after {
  content: "\10f7dc"; }

.fad.fa-tree-large:after {
  content: "\10f7dd"; }

.fad.fa-tree-palm:after {
  content: "\10f82b"; }

.fad.fa-trees:after {
  content: "\10f724"; }

.fad.fa-triangle:after {
  content: "\10f2ec"; }

.fad.fa-triangle-music:after {
  content: "\10f8e2"; }

.fad.fa-trophy:after {
  content: "\10f091"; }

.fad.fa-trophy-alt:after {
  content: "\10f2eb"; }

.fad.fa-truck:after {
  content: "\10f0d1"; }

.fad.fa-truck-container:after {
  content: "\10f4dc"; }

.fad.fa-truck-couch:after {
  content: "\10f4dd"; }

.fad.fa-truck-loading:after {
  content: "\10f4de"; }

.fad.fa-truck-monster:after {
  content: "\10f63b"; }

.fad.fa-truck-moving:after {
  content: "\10f4df"; }

.fad.fa-truck-pickup:after {
  content: "\10f63c"; }

.fad.fa-truck-plow:after {
  content: "\10f7de"; }

.fad.fa-truck-ramp:after {
  content: "\10f4e0"; }

.fad.fa-trumpet:after {
  content: "\10f8e3"; }

.fad.fa-tshirt:after {
  content: "\10f553"; }

.fad.fa-tty:after {
  content: "\10f1e4"; }

.fad.fa-turkey:after {
  content: "\10f725"; }

.fad.fa-turntable:after {
  content: "\10f8e4"; }

.fad.fa-turtle:after {
  content: "\10f726"; }

.fad.fa-tv:after {
  content: "\10f26c"; }

.fad.fa-tv-alt:after {
  content: "\10f8e5"; }

.fad.fa-tv-music:after {
  content: "\10f8e6"; }

.fad.fa-tv-retro:after {
  content: "\10f401"; }

.fad.fa-typewriter:after {
  content: "\10f8e7"; }

.fad.fa-ufo:after {
  content: "\10e047"; }

.fad.fa-ufo-beam:after {
  content: "\10e048"; }

.fad.fa-umbrella:after {
  content: "\10f0e9"; }

.fad.fa-umbrella-beach:after {
  content: "\10f5ca"; }

.fad.fa-underline:after {
  content: "\10f0cd"; }

.fad.fa-undo:after {
  content: "\10f0e2"; }

.fad.fa-undo-alt:after {
  content: "\10f2ea"; }

.fad.fa-unicorn:after {
  content: "\10f727"; }

.fad.fa-union:after {
  content: "\10f6a2"; }

.fad.fa-universal-access:after {
  content: "\10f29a"; }

.fad.fa-university:after {
  content: "\10f19c"; }

.fad.fa-unlink:after {
  content: "\10f127"; }

.fad.fa-unlock:after {
  content: "\10f09c"; }

.fad.fa-unlock-alt:after {
  content: "\10f13e"; }

.fad.fa-upload:after {
  content: "\10f093"; }

.fad.fa-usb-drive:after {
  content: "\10f8e9"; }

.fad.fa-usd-circle:after {
  content: "\10f2e8"; }

.fad.fa-usd-square:after {
  content: "\10f2e9"; }

.fad.fa-user:after {
  content: "\10f007"; }

.fad.fa-user-alien:after {
  content: "\10e04a"; }

.fad.fa-user-alt:after {
  content: "\10f406"; }

.fad.fa-user-alt-slash:after {
  content: "\10f4fa"; }

.fad.fa-user-astronaut:after {
  content: "\10f4fb"; }

.fad.fa-user-chart:after {
  content: "\10f6a3"; }

.fad.fa-user-check:after {
  content: "\10f4fc"; }

.fad.fa-user-circle:after {
  content: "\10f2bd"; }

.fad.fa-user-clock:after {
  content: "\10f4fd"; }

.fad.fa-user-cog:after {
  content: "\10f4fe"; }

.fad.fa-user-cowboy:after {
  content: "\10f8ea"; }

.fad.fa-user-crown:after {
  content: "\10f6a4"; }

.fad.fa-user-edit:after {
  content: "\10f4ff"; }

.fad.fa-user-friends:after {
  content: "\10f500"; }

.fad.fa-user-graduate:after {
  content: "\10f501"; }

.fad.fa-user-hard-hat:after {
  content: "\10f82c"; }

.fad.fa-user-headset:after {
  content: "\10f82d"; }

.fad.fa-user-injured:after {
  content: "\10f728"; }

.fad.fa-user-lock:after {
  content: "\10f502"; }

.fad.fa-user-md:after {
  content: "\10f0f0"; }

.fad.fa-user-md-chat:after {
  content: "\10f82e"; }

.fad.fa-user-minus:after {
  content: "\10f503"; }

.fad.fa-user-music:after {
  content: "\10f8eb"; }

.fad.fa-user-ninja:after {
  content: "\10f504"; }

.fad.fa-user-nurse:after {
  content: "\10f82f"; }

.fad.fa-user-plus:after {
  content: "\10f234"; }

.fad.fa-user-robot:after {
  content: "\10e04b"; }

.fad.fa-user-secret:after {
  content: "\10f21b"; }

.fad.fa-user-shield:after {
  content: "\10f505"; }

.fad.fa-user-slash:after {
  content: "\10f506"; }

.fad.fa-user-tag:after {
  content: "\10f507"; }

.fad.fa-user-tie:after {
  content: "\10f508"; }

.fad.fa-user-times:after {
  content: "\10f235"; }

.fad.fa-user-unlock:after {
  content: "\10e058"; }

.fad.fa-user-visor:after {
  content: "\10e04c"; }

.fad.fa-users:after {
  content: "\10f0c0"; }

.fad.fa-users-class:after {
  content: "\10f63d"; }

.fad.fa-users-cog:after {
  content: "\10f509"; }

.fad.fa-users-crown:after {
  content: "\10f6a5"; }

.fad.fa-users-medical:after {
  content: "\10f830"; }

.fad.fa-users-slash:after {
  content: "\10e073"; }

.fad.fa-utensil-fork:after {
  content: "\10f2e3"; }

.fad.fa-utensil-knife:after {
  content: "\10f2e4"; }

.fad.fa-utensil-spoon:after {
  content: "\10f2e5"; }

.fad.fa-utensils:after {
  content: "\10f2e7"; }

.fad.fa-utensils-alt:after {
  content: "\10f2e6"; }

.fad.fa-vacuum:after {
  content: "\10e04d"; }

.fad.fa-vacuum-robot:after {
  content: "\10e04e"; }

.fad.fa-value-absolute:after {
  content: "\10f6a6"; }

.fad.fa-vector-square:after {
  content: "\10f5cb"; }

.fad.fa-venus:after {
  content: "\10f221"; }

.fad.fa-venus-double:after {
  content: "\10f226"; }

.fad.fa-venus-mars:after {
  content: "\10f228"; }

.fad.fa-vest:after {
  content: "\10e085"; }

.fad.fa-vest-patches:after {
  content: "\10e086"; }

.fad.fa-vhs:after {
  content: "\10f8ec"; }

.fad.fa-vial:after {
  content: "\10f492"; }

.fad.fa-vials:after {
  content: "\10f493"; }

.fad.fa-video:after {
  content: "\10f03d"; }

.fad.fa-video-plus:after {
  content: "\10f4e1"; }

.fad.fa-video-slash:after {
  content: "\10f4e2"; }

.fad.fa-vihara:after {
  content: "\10f6a7"; }

.fad.fa-violin:after {
  content: "\10f8ed"; }

.fad.fa-virus:after {
  content: "\10e074"; }

.fad.fa-virus-slash:after {
  content: "\10e075"; }

.fad.fa-viruses:after {
  content: "\10e076"; }

.fad.fa-voicemail:after {
  content: "\10f897"; }

.fad.fa-volcano:after {
  content: "\10f770"; }

.fad.fa-volleyball-ball:after {
  content: "\10f45f"; }

.fad.fa-volume:after {
  content: "\10f6a8"; }

.fad.fa-volume-down:after {
  content: "\10f027"; }

.fad.fa-volume-mute:after {
  content: "\10f6a9"; }

.fad.fa-volume-off:after {
  content: "\10f026"; }

.fad.fa-volume-slash:after {
  content: "\10f2e2"; }

.fad.fa-volume-up:after {
  content: "\10f028"; }

.fad.fa-vote-nay:after {
  content: "\10f771"; }

.fad.fa-vote-yea:after {
  content: "\10f772"; }

.fad.fa-vr-cardboard:after {
  content: "\10f729"; }

.fad.fa-wagon-covered:after {
  content: "\10f8ee"; }

.fad.fa-walker:after {
  content: "\10f831"; }

.fad.fa-walkie-talkie:after {
  content: "\10f8ef"; }

.fad.fa-walking:after {
  content: "\10f554"; }

.fad.fa-wallet:after {
  content: "\10f555"; }

.fad.fa-wand:after {
  content: "\10f72a"; }

.fad.fa-wand-magic:after {
  content: "\10f72b"; }

.fad.fa-warehouse:after {
  content: "\10f494"; }

.fad.fa-warehouse-alt:after {
  content: "\10f495"; }

.fad.fa-washer:after {
  content: "\10f898"; }

.fad.fa-watch:after {
  content: "\10f2e1"; }

.fad.fa-watch-calculator:after {
  content: "\10f8f0"; }

.fad.fa-watch-fitness:after {
  content: "\10f63e"; }

.fad.fa-water:after {
  content: "\10f773"; }

.fad.fa-water-lower:after {
  content: "\10f774"; }

.fad.fa-water-rise:after {
  content: "\10f775"; }

.fad.fa-wave-sine:after {
  content: "\10f899"; }

.fad.fa-wave-square:after {
  content: "\10f83e"; }

.fad.fa-wave-triangle:after {
  content: "\10f89a"; }

.fad.fa-waveform:after {
  content: "\10f8f1"; }

.fad.fa-waveform-path:after {
  content: "\10f8f2"; }

.fad.fa-webcam:after {
  content: "\10f832"; }

.fad.fa-webcam-slash:after {
  content: "\10f833"; }

.fad.fa-weight:after {
  content: "\10f496"; }

.fad.fa-weight-hanging:after {
  content: "\10f5cd"; }

.fad.fa-whale:after {
  content: "\10f72c"; }

.fad.fa-wheat:after {
  content: "\10f72d"; }

.fad.fa-wheelchair:after {
  content: "\10f193"; }

.fad.fa-whistle:after {
  content: "\10f460"; }

.fad.fa-wifi:after {
  content: "\10f1eb"; }

.fad.fa-wifi-1:after {
  content: "\10f6aa"; }

.fad.fa-wifi-2:after {
  content: "\10f6ab"; }

.fad.fa-wifi-slash:after {
  content: "\10f6ac"; }

.fad.fa-wind:after {
  content: "\10f72e"; }

.fad.fa-wind-turbine:after {
  content: "\10f89b"; }

.fad.fa-wind-warning:after {
  content: "\10f776"; }

.fad.fa-window:after {
  content: "\10f40e"; }

.fad.fa-window-alt:after {
  content: "\10f40f"; }

.fad.fa-window-close:after {
  content: "\10f410"; }

.fad.fa-window-frame:after {
  content: "\10e04f"; }

.fad.fa-window-frame-open:after {
  content: "\10e050"; }

.fad.fa-window-maximize:after {
  content: "\10f2d0"; }

.fad.fa-window-minimize:after {
  content: "\10f2d1"; }

.fad.fa-window-restore:after {
  content: "\10f2d2"; }

.fad.fa-windsock:after {
  content: "\10f777"; }

.fad.fa-wine-bottle:after {
  content: "\10f72f"; }

.fad.fa-wine-glass:after {
  content: "\10f4e3"; }

.fad.fa-wine-glass-alt:after {
  content: "\10f5ce"; }

.fad.fa-won-sign:after {
  content: "\10f159"; }

.fad.fa-wreath:after {
  content: "\10f7e2"; }

.fad.fa-wrench:after {
  content: "\10f0ad"; }

.fad.fa-x-ray:after {
  content: "\10f497"; }

.fad.fa-yen-sign:after {
  content: "\10f157"; }

.fad.fa-yin-yang:after {
  content: "\10f6ad"; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.0.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.0.svg) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f258, U+f25a-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.1.svg) format("svg");
  unicode-range: U+f3c1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.3.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.3.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.3.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.3.svg) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.0.5.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.5.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.5.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.5.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.5.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.5.svg) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.7.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.7.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.7.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.7.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.0.7.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.7.svg) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.9.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.9.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.9.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.9.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.9.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.9.svg) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c2-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.10.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.10.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.10.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.0.10.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.10.svg) format("svg");
  unicode-range: U+f471, U+f4ca; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.11.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.11.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.11.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.11.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.0.13.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.13.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.13.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.13.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.13.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.0.13.svg) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.0.svg) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.1.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.1.1.svg) format("svg");
  unicode-range: U+f386; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.2.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.2.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.2.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.2.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.2.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.2.0.svg) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5d1, U+f5d4-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f61e, U+f620-f621, U+f623-f62f, U+f633, U+f635-f63d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.3.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.3.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.3.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.3.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.3.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.3.0.svg) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665, U+f667-f669, U+f66b-f671, U+f673-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.4.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.0.svg) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6d2, U+f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.4.1.svg) format("svg");
  unicode-range: U+f72a; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.5.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.5.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.5.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.5.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.5.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752, U+f754-f758, U+f75a, U+f75c, U+f75e-f761, U+f763-f76e, U+f771-f776; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.6.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.0.svg) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c1-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.6.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.3.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.3.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.3.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.6.3.svg) format("svg");
  unicode-range: U+f7e4; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.0.svg) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.7.1.svg) format("svg");
  unicode-range: U+f7f1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.0.svg) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.8.2.svg) format("svg");
  unicode-range: U+f560; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.9.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.9.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.9.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.9.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.9.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.9.0.svg) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.10.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.1.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.1.svg) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.10.2.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.10.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.10.2.svg) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.11.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8c9, U+f8cb-f8d1, U+f8d3, U+f8d5-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.11.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.1.svg) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.11.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.2.eot) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.11.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.11.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.11.2.svg) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.12.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.0.eot) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.12.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.0.svg) format("svg");
  unicode-range: U+f135, U+f1e6, U+f259, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f58b, U+f5d2-f5d3, U+f61f, U+f657-f658, U+f666, U+f672, U+f6d3-f6d4, U+f753, U+f762, U+f7bf-f7c0, U+f82f, U+f8ba, U+f8d4, U+f8f4-f8ff; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.1.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.12.1.svg) format("svg");
  unicode-range: U+f017, U+f317-f319, U+f65e, U+f6c6; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-light-300-5.13.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.13.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.13.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.13.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.13.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.13.0.svg) format("svg");
  unicode-range: U+f4c1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.14.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.14.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.14.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.14.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.14.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.14.0.svg) format("svg");
  unicode-range: U+e000-e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e048, U+e04a-e051, U+e053-e054, U+e058-e076; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.15.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.15.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.15.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.15.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.15.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-light-300-5.15.1.svg) format("svg");
  unicode-range: U+e085-e086; }
.fal {
  font-weight: 300; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f022, U+f024, U+f044, U+f057-f059, U+f07c, U+f089, U+f094, U+f09d, U+f0a4-f0a7, U+f0f8, U+f0fe, U+f11c, U+f146, U+f14a, U+f14d, U+f150-f152, U+f191-f192, U+f1ad, U+f1cd, U+f1d8, U+f1ea, U+f255-f258, U+f25a-f25b, U+f28b, U+f28d, U+f2d0, U+f2d2, U+f328, U+f358-f35b, U+f410; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f023, U+f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f05a-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07d-f07e, U+f085, U+f08b, U+f090, U+f093, U+f098, U+f09c, U+f09e, U+f0a8-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0fa-f0fd, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f14b-f14c, U+f153-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f195, U+f199, U+f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1da, U+f1e0-f1e2, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f25c, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f40f; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.1.svg) format("svg");
  unicode-range: U+f3c1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.svg) format("svg");
  unicode-range: U+f2b9, U+f2bb, U+f2c1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.3.svg) format("svg");
  unicode-range: U+f245, U+f3e0; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.svg) format("svg");
  unicode-range: U+f1e3; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.5.svg) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.7.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.7.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.7.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.7.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.7.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.7.svg) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.svg) format("svg");
  unicode-range: U+f086, U+f2b5, U+f4ad; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.9.svg) format("svg");
  unicode-range: U+f03d, U+f06c, U+f0f2, U+f10d-f10e, U+f187, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b9, U+f4bb-f4bf, U+f4c2-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.10.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.10.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.10.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.10.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.10.svg) format("svg");
  unicode-range: U+f471, U+f4ca; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.eot) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.svg) format("svg");
  unicode-range: U+f007, U+f4e6; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.eot) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.11.svg) format("svg");
  unicode-range: U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4fa-f501, U+f503-f509; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f3d1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.svg) format("svg");
  unicode-range: U+f279, U+f586, U+f588; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.0.svg) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.1.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.1.1.svg) format("svg");
  unicode-range: U+f386; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.svg) format("svg");
  unicode-range: U+f1f6; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.2.0.svg) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5d1, U+f5d4-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f61e, U+f620-f621, U+f623-f62f, U+f633, U+f635-f63d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.svg) format("svg");
  unicode-range: U+f080, U+f0eb; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.3.0.svg) format("svg");
  unicode-range: U+f027-f028, U+f0a1, U+f0b1, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665, U+f667-f669, U+f66b-f671, U+f673-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.0.svg) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6d2, U+f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.4.1.svg) format("svg");
  unicode-range: U+f72a; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.svg) format("svg");
  unicode-range: U+f185, U+f2dc; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.5.0.svg) format("svg");
  unicode-range: U+f0e7, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752, U+f754-f758, U+f75a, U+f75c, U+f75e-f761, U+f763-f76e, U+f771-f776; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.0.svg) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c1-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.1.svg) format("svg");
  unicode-range: U+f071; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.3.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.3.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.3.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.6.3.svg) format("svg");
  unicode-range: U+f7e4; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.svg) format("svg");
  unicode-range: U+f06e, U+f070; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.0.svg) format("svg");
  unicode-range: U+f00a, U+f015, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.7.1.svg) format("svg");
  unicode-range: U+f7f1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.0.svg) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.8.2.svg) format("svg");
  unicode-range: U+f560; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.9.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.9.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.9.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.9.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.9.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.9.0.svg) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.svg) format("svg");
  unicode-range: U+f03e, U+f075, U+f07b, U+f0a0, U+f20a, U+f247-f248, U+f254, U+f25d, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.1.svg) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f06d, U+f083-f084, U+f11e, U+f140, U+f19d, U+f251-f253, U+f275, U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.svg) format("svg");
  unicode-range: U+f004-f005, U+f02e, U+f073, U+f0c5, U+f0c7-f0c8, U+f0e0, U+f111, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f1c1-f1c9, U+f1f9, U+f249, U+f271-f274, U+f2b6, U+f2ed; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.10.2.svg) format("svg");
  unicode-range: U+f02c, U+f031-f035, U+f04b-f04d, U+f056, U+f08d, U+f095, U+f0a3, U+f0dc-f0de, U+f110, U+f129-f12c, U+f132, U+f145, U+f193, U+f197, U+f1ab, U+f1ce, U+f1dc, U+f1f8, U+f219, U+f29a, U+f29e, U+f2a7, U+f2e1, U+f2e3-f2e5, U+f2ec, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.svg) format("svg");
  unicode-range: U+f0f3, U+f24d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.0.svg) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8c9, U+f8cb-f8d1, U+f8d3, U+f8d5-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f118-f11a, U+f14e, U+f186, U+f2bd, U+f4da, U+f556, U+f567, U+f579-f57a, U+f57f-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c2, U+f5c8; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f148, U+f155, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4e3, U+f51f, U+f54e, U+f57c-f57e, U+f5c0, U+f5c3, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.2.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.11.2.svg) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.svg) format("svg");
  unicode-range: U+f259, U+f58b; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.0.svg) format("svg");
  unicode-range: U+f135, U+f1e6, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f5d2-f5d3, U+f61f, U+f657-f658, U+f666, U+f672, U+f6d3-f6d4, U+f753, U+f762, U+f7bf-f7c0, U+f82f, U+f8ba, U+f8d4, U+f8f4-f8ff; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.svg) format("svg");
  unicode-range: U+f017; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.12.1.svg) format("svg");
  unicode-range: U+f317-f319, U+f65e, U+f6c6; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.13.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.13.0.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.13.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.13.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.13.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.13.0.svg) format("svg");
  unicode-range: U+f4c1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.14.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.14.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.14.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.14.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.14.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-regular-400-5.14.0.svg#fontawesome) format("svg");
  unicode-range: U+e000-e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e048, U+e04a-e051, U+e053-e054, U+e058-e076; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.15.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.15.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.15.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.15.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.15.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-regular-400-5.15.1.svg) format("svg");
  unicode-range: U+e085-e086; }
.fal,
.far {
  font-family: "Font Awesome 5 Pro"; }

.far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.svg) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f041, U+f044, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c, U+f085, U+f089, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14b, U+f14d, U+f150-f154, U+f156-f159, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f258, U+f25a-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d0, U+f2d2, U+f2db, U+f2e7, U+f2ea, U+f2f1, U+f2f5-f2f6, U+f2f9, U+f303, U+f309-f30c, U+f328, U+f337, U+f358-f35b, U+f360, U+f362, U+f3be-f3bf, U+f3c5, U+f3cd, U+f3e5, U+f3ed, U+f3fa, U+f410; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.0.svg) format("svg");
  unicode-range: U+f040, U+f047, U+f07d-f07e, U+f08b, U+f090, U+f0ec, U+f14c, U+f175-f178, U+f2d3, U+f2e6, U+f2f0, U+f2f7, U+f2fd, U+f301, U+f308, U+f30d-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f361, U+f363-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3c2, U+f3ce-f3cf, U+f3de, U+f3f0, U+f3f2, U+f3fb-f3fc, U+f400-f401, U+f40e-f40f; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.1.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.1.svg) format("svg");
  unicode-range: U+f3c1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.3.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.3.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.3.svg) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.svg) format("svg");
  unicode-range: U+f1e3, U+f44b, U+f450, U+f453, U+f458, U+f45d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.5.svg) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44a, U+f44c, U+f44f, U+f451, U+f455, U+f45a-f45b; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.svg) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f466, U+f468-f46d, U+f472, U+f474, U+f479, U+f47d-f47e, U+f481-f482, U+f484-f487, U+f48b, U+f48d-f48e, U+f490-f494, U+f496; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.7.svg) format("svg");
  unicode-range: U+f463-f465, U+f467, U+f46e-f46f, U+f473, U+f475, U+f47a, U+f483, U+f489, U+f48c, U+f48f, U+f495; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.svg) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2fe, U+f3dd, U+f4ad, U+f4b3, U+f4b8-f4b9, U+f4bd-f4be, U+f4c2, U+f4c4, U+f4cd-f4ce, U+f4d6, U+f4d8-f4d9, U+f4db, U+f4de-f4df, U+f4e2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.9.svg) format("svg");
  unicode-range: U+f2e9, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b2, U+f4b4-f4b7, U+f4bb-f4bc, U+f4bf, U+f4c3, U+f4c5-f4c6, U+f4c8, U+f4cb-f4cc, U+f4cf-f4d2, U+f4d4, U+f4dc-f4dd, U+f4e0-f4e1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.svg) format("svg");
  unicode-range: U+f471; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.10.svg) format("svg");
  unicode-range: U+f4ca; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.svg) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.11.svg) format("svg");
  unicode-range: U+f0ed-f0ee, U+f3f1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.13.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.13.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.13.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.13.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.13.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.0.13.svg) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.svg) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5aa-f5af, U+f5b1, U+f5b6, U+f5ba-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.0.svg) format("svg");
  unicode-range: U+f5a9, U+f5b9; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.1.1.svg) format("svg");
  unicode-range: U+f386; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5d1, U+f5d7, U+f5da, U+f5df, U+f5e1, U+f5e4, U+f5ee, U+f5fc-f5fd, U+f604, U+f610, U+f619, U+f621, U+f62e-f62f, U+f637, U+f63b-f63c; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e4, U+f5d4-f5d6, U+f5d8-f5d9, U+f5dd, U+f5e0, U+f5e2-f5e3, U+f5e5, U+f5e8-f5ea, U+f5ed, U+f5ef-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb, U+f5fe-f600, U+f603, U+f605-f60e, U+f614, U+f617-f618, U+f61c-f61e, U+f620, U+f623-f62d, U+f633, U+f635-f636, U+f638-f63a, U+f63d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.svg) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f644, U+f647, U+f64a, U+f64f, U+f651, U+f653, U+f655, U+f65d, U+f662, U+f665, U+f669, U+f66b, U+f66d, U+f66f, U+f674, U+f678-f679, U+f67b, U+f67f, U+f683-f684, U+f687-f689, U+f698-f699, U+f69b, U+f6a1, U+f6a7, U+f6a9; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.3.0.svg) format("svg");
  unicode-range: U+f2e2, U+f61a, U+f640, U+f643, U+f645-f646, U+f64b, U+f64d-f64e, U+f650, U+f652, U+f656, U+f65f-f661, U+f663, U+f667-f668, U+f66c, U+f66e, U+f670-f671, U+f673, U+f675, U+f67a, U+f67d-f67e, U+f680, U+f685-f686, U+f68b, U+f694-f695, U+f697, U+f69c, U+f69e-f69f, U+f6a2-f6a6, U+f6a8, U+f6ac; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.svg) format("svg");
  unicode-range: U+f676, U+f6b6-f6b7, U+f6bb, U+f6cf, U+f6d1, U+f6d5, U+f6d9, U+f6de, U+f6e2-f6e3, U+f6e6, U+f6ec, U+f6f1-f6f2, U+f6fc, U+f6ff-f700, U+f70b, U+f715, U+f717, U+f722, U+f728-f729, U+f72f; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.0.svg) format("svg");
  unicode-range: U+f499, U+f6ae, U+f6b0-f6b3, U+f6b5, U+f6b8-f6ba, U+f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6ce, U+f6d0, U+f6d2, U+f6d8, U+f6db, U+f6e5, U+f6e7, U+f6e9-f6eb, U+f6ee, U+f6f3, U+f6f5-f6f8, U+f6fd, U+f701-f703, U+f707, U+f70a, U+f711-f713, U+f716, U+f718-f71d, U+f720-f721, U+f723-f724, U+f726-f727, U+f72b, U+f72d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.4.1.svg) format("svg");
  unicode-range: U+f72a; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.svg) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f73b-f73d, U+f740, U+f743, U+f747, U+f74d, U+f756, U+f75a, U+f75e-f75f, U+f769, U+f76b, U+f772-f773; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.5.0.svg) format("svg");
  unicode-range: U+f732-f735, U+f737-f73a, U+f73e-f73f, U+f741-f742, U+f744-f746, U+f748-f74c, U+f74e-f750, U+f752, U+f754-f755, U+f757-f758, U+f75c, U+f760-f761, U+f763-f768, U+f76a, U+f76c-f76e, U+f771, U+f774-f776; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.svg) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f781, U+f788, U+f78c, U+f793-f794, U+f796, U+f79c, U+f79f-f7a0, U+f7a4, U+f7aa, U+f7ad-f7ae, U+f7b5-f7b6, U+f7bd, U+f7c2, U+f7c5, U+f7c9-f7ca, U+f7cc-f7ce, U+f7d0, U+f7d2, U+f7d7-f7d8, U+f7da; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.0.svg) format("svg");
  unicode-range: U+f77f, U+f782, U+f78a-f78b, U+f78e-f78f, U+f792, U+f795, U+f79a-f79b, U+f79d-f79e, U+f7a1, U+f7a3, U+f7a7-f7a8, U+f7ac, U+f7b4, U+f7b8, U+f7be, U+f7c1, U+f7c3, U+f7c7-f7c8, U+f7cb, U+f7cf, U+f7d1, U+f7d4, U+f7db-f7dc, U+f7de, U+f7e2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.1.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.1.svg) format("svg");
  unicode-range: U+f071; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.3.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.3.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.3.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.3.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.svg) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f1e4, U+f2a0, U+f470, U+f49e, U+f6d7, U+f780, U+f7e5-f7e6, U+f7ec, U+f7ef, U+f7f2, U+f7f5, U+f7f7, U+f7fa-f7fb, U+f805, U+f807, U+f80d, U+f80f, U+f812, U+f815-f816, U+f818; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.0.svg) format("svg");
  unicode-range: U+f377, U+f49c, U+f4c9, U+f6d6, U+f705, U+f725, U+f77e, U+f7e7, U+f7e9-f7eb, U+f7ed-f7ee, U+f7f0, U+f7f3-f7f4, U+f7f6, U+f7f8-f7f9, U+f7fc, U+f7fe, U+f800-f802, U+f804, U+f808-f80c, U+f80e, U+f811, U+f814, U+f817, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.1.eot#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.7.1.svg) format("svg");
  unicode-range: U+f7f1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.eot) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.svg) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f45f, U+f5b0, U+f83e; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.eot) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.0.svg) format("svg");
  unicode-range: U+f356; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.2.woff2) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.8.2.svg) format("svg");
  unicode-range: U+f560; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.svg) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f439-f43a, U+f43c, U+f43f, U+f441, U+f443, U+f445, U+f447, U+f502, U+f84a, U+f84c, U+f850, U+f853, U+f86d, U+f87c-f87d, U+f881-f882, U+f884-f887, U+f891, U+f897; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.9.0.svg) format("svg");
  unicode-range: U+f313-f315, U+f34e, U+f43b, U+f43d-f43e, U+f440, U+f442, U+f444, U+f446, U+f448, U+f677, U+f843-f849, U+f84b, U+f84d-f84f, U+f851-f852, U+f854-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f86c, U+f86e-f878, U+f87a, U+f880, U+f883, U+f888-f890, U+f892, U+f898-f89b; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.svg) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5, U+f47f, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5e7, U+f613, U+f654, U+f681-f682, U+f6be, U+f6ed, U+f6f0, U+f6fa, U+f75b, U+f77c, U+f786-f787, U+f7ab, U+f863, U+f87b; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.1.svg) format("svg");
  unicode-range: U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f480, U+f5db, U+f5f6, U+f611, U+f68c-f693, U+f6da, U+f6e4, U+f6ef, U+f6f4, U+f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f779, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f89c-f89d; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.svg) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e5, U+f2ed, U+f2f2, U+f3ff, U+f45c, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f630, U+f641, U+f696, U+f6a0, U+f6dd, U+f70e, U+f714, U+f71e, U+f783-f784, U+f7a9, U+f7c4, U+f7d9, U+f829-f82a, U+f879; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.10.2.svg) format("svg");
  unicode-range: U+f132, U+f145, U+f219, U+f2e1, U+f2e3-f2e4, U+f2ec, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f460, U+f5f3, U+f631-f632, U+f634, U+f63e, U+f659-f65c, U+f6b4, U+f6bd, U+f706, U+f708-f709, U+f70d, U+f70f-f710, U+f71f, U+f736, U+f76f-f770, U+f777, U+f7d5, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828, U+f856-f857, U+f865, U+f87e, U+f893-f896; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.svg) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f338, U+f35d, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f664, U+f66a, U+f6c0, U+f6e8, U+f70c, U+f7a6, U+f8c0-f8c1, U+f8cc, U+f8d9; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.0.svg) format("svg");
  unicode-range: U+f08e, U+f149, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f33d, U+f48a, U+f601, U+f61b, U+f64c, U+f68a, U+f6c1, U+f6df-f6e1, U+f6f9, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8bf, U+f8c2-f8c9, U+f8cb, U+f8cd-f8d1, U+f8d3, U+f8d5-f8d8, U+f8da-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.svg) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f433-f434, U+f436, U+f44e, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f67c, U+f69a, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f806, U+f810; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.1.svg) format("svg");
  unicode-range: U+f148, U+f2e8, U+f2f8, U+f354, U+f357, U+f45e, U+f4c7, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f6aa-f6ab, U+f7ff, U+f803, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.2.eot);
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.2.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.2.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.2.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.11.2.svg) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.svg#fontawesome) format("svg");
  unicode-range: U+f135, U+f1e6, U+f259, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f58b, U+f5d2, U+f61f, U+f658, U+f666, U+f6d3, U+f753, U+f7bf-f7c0, U+f82f, U+f8ff; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.0.svg#fontawesome) format("svg");
  unicode-range: U+f5d3, U+f657, U+f672, U+f6d4, U+f762, U+f8ba, U+f8d4, U+f8f4-f8fe; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.svg) format("svg");
  unicode-range: U+f017, U+f65e; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.12.1.svg) format("svg");
  unicode-range: U+f317-f319, U+f6c6; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.13.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.13.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.13.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.13.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.13.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.13.0.svg) format("svg");
  unicode-range: U+f4c1; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.svg) format("svg");
  unicode-range: U+e005, U+e041, U+e059-e076; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://kit-pro.fontawesome.com/releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.eot) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.14.0.svg) format("svg");
  unicode-range: U+e000-e004, U+e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e040, U+e042-e048, U+e04a-e051, U+e053-e054, U+e058; }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.15.1.eot);
  src: url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.15.1.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.15.1.woff) format("woff2"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.15.1.woff) format("woff"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.15.1.ttf) format("truetype"), url(../../../releases/v5.15.2/webfonts/pro-fa-solid-900-5.15.1.svg) format("svg");
  unicode-range: U+e085-e086; }
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-close:before, .fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-eye, .fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-facebook-square, .fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before, .fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard, .fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before, .fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-dollar:before, .fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-inr:before, .fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-krw:before, .fa.fa-won:before {
  content: "\f159"; }

.fa.fa-bitcoin, .fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr, .fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-try:before, .fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-bank:before, .fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-deviantart, .fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-life-bouy, .fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-ra, .fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire, .fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p, .fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-battery-4:before, .fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-clone, .fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz, .fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide, .fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-fa, .fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before, .fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize, .fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-spotify, .fa.fa-superpowers, .fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -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); }
  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, -30px, 0);
    transform: translate3d(0, -30px, 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); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -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); }
  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, -30px, 0);
    transform: translate3d(0, -30px, 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); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -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); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -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); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -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); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -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); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -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); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -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); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
/*
.jqmWindow {
    display: none;
		position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    padding: 0px;
}
.jqmOverlay { background-color: #000; }
*/
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
/*
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}*/
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/*
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("https://www.buyandsellwithkimtyler.com/js/includes/v11/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

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

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

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

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(https://www.buyandsellwithkimtyler.com/js/includes/v11/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 500px; }

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  line-height: 0; }

#jquery-lightbox a img {
  border: none; }

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#lightbox-container-image {
  padding: 10px; }

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

#lightbox-container-image-box > #lightbox-nav {
  left: 0; }

#lightbox-nav a {
  outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block; }

#lightbox-nav-btnPrev {
  left: 0;
  float: left; }

#lightbox-nav-btnNext {
  right: 0;
  float: right; }

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0; }

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666; }

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left; }

#lightbox-image-details-caption {
  font-weight: bold; }

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em; }

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* CSS Document */
/* --------------------------------------------------------------------------------------------------- */
/******************************************************************************************************** 
	Company: Superlative, Inc
	Product: IDX V6 - TY V1
	Authors: David Wheeler
	Date: 11/10/09
	
	Created @ Superlative, Inc. 2008 (Superlative IDX)
	Use of this content is by contractual agreement only.
	Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------- Thank You 01 - General Styles */
/* -------------------------------------------------------------------------------------------------- */
.TY_1 {
  background: #bababa url(../../../AppInterface/Default/Public/images/Compare_Properties/bg-main.jpg) repeat-x top;
  margin: 0px auto;
  width: 524px;
  height: auto;
  text-align: center;
  display: table;
  border: 1px #b6b6b6 solid;
  padding-bottom: 7px; }

.TY_1 .main_page_container {
  background: #FFFFFF;
  margin: 0px auto;
  width: 514px;
  height: auto;
  display: table; }

.TY_1 .main_title_container {
  margin: 0px auto;
  width: 514px;
  height: 32px;
  display: table; }

.TY_1 .main_title_dialog {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 8px;
  float: left; }

.TY_1 .close_window {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 2px;
  float: right; }

/* ----------------------- End */
/* ---------------------------------------------------------------------------------- */
/* -------------------------------------------------------------- Thank You 01 - Form */
/* ---------------------------------------------------------------------------------- */
.TY_1 .login_form_container {
  width: 514px;
  height: auto;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #414141;
  text-align: center;
  float: left; }

.TY_1 .thank_you_container {
  width: 489px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px; }

.TY_1 .thank_you_container a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0860a8;
  text-align: left;
  text-decoration: underline; }

.TY_1 .thank_you_container a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #83afd3;
  text-align: left;
  text-decoration: none; }

.TY_1 .login_button_container {
  width: 489px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left; }

.TY_1 .login_button {
  background: url(../../../AppInterface/Default/Public/images/submit_button1.jpg) no-repeat;
  width: 150px;
  height: 28px;
  padding-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 0px;
  cursor: pointer; }

.TY_1 .login_button:hover {
  background: url(../../../AppInterface/Default/Public/images/submit_button2.jpg) no-repeat;
  width: 150px;
  height: 28px;
  padding-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  display: inline-block;
  text-align: center; }

.TY_1 .dim_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #bcbcbc;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 514px; }

/* ----------------------- End */
/* ---------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- The End */
/* ---------------------------------------------------------------------------------- */
/*PRO PHOTO STYLES*/
.full-width-image {
  position: relative;
  overflow: hidden; }

.full-width-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; }

.full-width-image .text-overlay {
  width: 90%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  color: white;
  display: inline-table;
  background: transparent !important; }

.image-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  height: 200px; }

.image-row:hover {
  height: 350px; }

.image-tile {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 5px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.image-tile:hover {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.image-content:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.35)); }

.image-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.image-content:hover .image-title {
  top: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65); }

.image-footer {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 0 2px #000;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0; }

.image-content:hover .image-footer {
  bottom: 0;
  padding: 10px;
  opacity: 1; }

@media only screen and (max-width: 667px) {
  .image-row, .image-row:hover {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px 10px 0px; }

  .image-tile {
    display: block;
    height: 250px; } }
/* Graph Block by Superlative */
.grph-stat {
  width: 98%;
  margin: 0px auto 10px auto;
  min-height: 188px;
  display: block;
  vertical-align: middle; }

.canvas-holder {
  padding: 4px 0px;
  margin: 20px auto;
  position: relative;
  display: block;
  width: auto;
  max-width: 225px; }

.canvas-holder img {
  width: 100%;
  height: auto; }

.labeled-chart-container {
  min-height: 180px;
  position: relative;
  margin-top: -20px;
  padding: 0; }

.doughnut-legend {
  list-style: none;
  margin: -15px 0 0 0;
  padding: 0;
  width: 75%;
  margin-left: 20%;
  margin-right: 5%;
  text-align: center;
  /*position:absolute;
  right:8px;
  top:0*/ }

.doughnut-legend li {
  display: block;
  clear: both;
  margin: 0 0 3px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 4px;
  padding: 2px 8px 2px 32px;
  font-size: 14px;
  text-align: left;
  cursor: default;
  width: auto;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out; }

.doughnut-legend li:hover {
  background-color: #fafafa; }

.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%; }

/* Added */
.chart-block {
  display: block;
  text-align: center;
  color: #333;
  clear: both; }

.chart-block h1 {
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: .25em 0;
  font-size: 16px;
  display: block;
  margin: 0 10px 5px 0; }

.chart-block .column h1, .chart-stats h1 {
  font-weight: 400;
  color: #fff;
  border-bottom: none;
  padding: .25em 0;
  font-size: 16px;
  display: block;
  margin: 5px 5px 0;
  background: rgba(0, 0, 0, 0.5); }

.chart-block .ms-description p {
  font-weight: 400;
  color: #000;
  padding: .25em 0;
  font-size: 13px;
  display: block;
  margin: 0 10px 5px 0; }

.chart-block h2 {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin: 0 0 5px 0;
  font-weight: bold; }

.chart-block h3.numbers-lg {
  font-size: 70px;
  color: #5B90BF;
  font-weight: 400; }

.chart-block h3.numbers-sm {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px 0; }

.chart-block p {
  font-size: 12px;
  line-height: 150%;
  display: block;
  margin: 0 0 10px 0; }

.chart-block .content-wrap {
  clear: both;
  min-height: inherit !important; }

.chart-block .row {
  display: block;
  clear: both;
  margin: 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 10px 10px 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85); }

.chart-block .column {
  display: inline-block;
  vertical-align: top;
  float: left; }

.chart-block .column-2 {
  width: 50%; }

.chart-block .column-3 {
  width: 33.3%; }

.chart-block .content-wrap {
  display: block;
  padding: 1em;
  width: auto;
  margin-bottom: 5px; }

.chart-stats .content-wrap {
  background: #fff;
  padding: 10px 0;
  font-size: 22px;
  display: block;
  margin: -1px 0 0 0;
  clear: both;
  float: left;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

.chart-stats, .chart-graphic {
  width: 66%;
  display: inline-block;
  float: left; }

.chart-stats .column-3 {
  width: auto;
  display: block;
  clear: both;
  float: none;
  padding: 0 5px; }

.clear {
  clear: both; }

/* Title/Description Positioning */
.ms-description {
  margin-bottom: 15px; }

.ms-title-left, .ms-description-left {
  text-align: left; }

.ms-title-right, .ms-description-right {
  text-align: right; }

.ms-title-center, .ms-description-center {
  text-align: center; }

.chart-block .btn-view-all {
  background: #fff;
  color: #06C;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
  clear: both;
  margin-top: 10px;
  height: auto;
  width: auto; }

.chart-block .btn-view-all:hover {
  color: #fff;
  background: #06C;
  box-shadow: inset 0 0 0 1px #06C; }

@media only screen and (max-width: 600px) {
  .content-main {
    padding-top: 256px; }

  .labeled-chart-container {
    /*padding-right:130px;*/ } }
@media only screen and (max-width: 1000px) {
  .chart-block .column {
    display: block;
    vertical-align: top; }

  .chart-stats .column-3 {
    width: 49.7%; } }
@media only screen and (max-width: 600px) {
  .chart-block .column {
    display: block;
    vertical-align: top; }

  .chart-block .column-3, .chart-stats {
    width: 100% !important; } }
/* RSS feed classes */
/* -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- RSS Block */
/* -------------------------------------------------------------------------------------------------- */
.cb-rssf {
  width: 100%;
  height: auto;
  text-align: left;
  display: block; }

.rss-entry {
  display: inline-block;
  margin-bottom: 15px; }

.rss-entry p {
  padding-top: 5px;
  margin: 0px;
  text-align: left;
  width: 100%; }

.rss-entry img {
  margin: 0px 20px 0px 0px;
  width: auto;
  max-width: 100%;
  float: left;
  display: inline-block; }

.rss-img {
  width: 100%; }

.rss-title-link {
  display: inline-block;
  width: 100%; }

.rss-title-link a {
  clear: right; }

.rss-date {
  display: inline-block;
  width: 100%; }

.rss-description {
  display: inline-block;
  width: 100%; }

@media screen and (max-width: 767px) {
  .rss-entry img {
    margin: 0px 20px 15px 0px !important; } }
/*
@media screen and (max-width:767px) {
	.rss-entry  img {
	margin: 10px 20px 20px 0px;
	width: auto;
	max-width: 100% !important;
	float: none !important;
	display: inline-block;
}
/* OLD STYLES

.RSSWrap h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #035c9b;
	width: 96%;
	height: auto;
	text-align: left;
	padding: 0px 17px 0px 17px;
	display: inline-block;
	float: left;
	border: 0px #CCCCCC solid; 
	}

.RSS_Entry {
	text-align: left;
	width: 96%;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #000000;
	border-bottom: 0px #CCCCCC solid;
	float: left;
	}
	
		.RSS_Entry img {
			padding: 5px 10px 10px 0px;
			display: block;
			float: left;
			*float: none;
			}
		
		.RSS_Entry p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			padding-top: 5px;
			*padding-top: 0px;
			margin: 0px;
			text-align: left;
			width: 100%;
			float: left;
			*float: none;
			}
			
		.RSS_Entry h1 {
			margin: 0px;
			padding-left: 0px;
			}

		.RSS_Entry h1 a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #035c9b;
			text-decoration: underline;
			}
		
		.RSS_Entry h1 a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #000000;
			text-decoration: none;
			}

		.RSS_Entry h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #035c9b;
			margin: 0px;
			padding-top: 5px;
			float: left;
			*float: none;
			}
			
		.RSS_Entry a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #0860a8;
			text-decoration: underline;
			}
		
		.RSS_Entry a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #83afd3;
			text-decoration: none;
			}
			
		.RSS_Entry .ImageHolder {
			width: 700px;
			display: inline-block;
			border: 0px;			
			}
		
.blog_links {
	display: inline-block;
	float: left;	
	}			
			
.RSS_Subscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	*padding: 4px 4px 4px 20px;
	background: url(http://elements6.superlativestudio.com/templates51/1386/CSSImages/rss_icon.gif) no-repeat left;
	text-align: left;
	}
	
.RSS_Detail_Wrap {
	text-align: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom: 0px #FFFFFF solid;
	}
	
		.RSS_Detail_Wrap p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			text-align: left; 
			width: 100%;
			margin: 0px;
			}
			
		.RSS_Detail_Wrap h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #035c9b;
			}

		.RSS_Detail_Wrap h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #035c9b;
			margin: 0px;
			}
		
		.RSS_Detail_Wrap a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #0860a8;
			text-decoration: underline;
			}
		
		.RSS_Detail_Wrap a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #83afd3;
			text-decoration: none;
			}

.Add_Comment {
	text-align: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom: 0px #FFFFFF solid;
	}
	
*/
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*!
 * DataTables + Font Awesome integration
 * License: MIT - http://datatables.net/license
 */
/*
 * Sort styling
 */
table.dataTable thead th {
  position: relative;
  background-image: none !important;
  /* Remove the DataTables bootstrap integration styling */ }

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #ddd;
  font-size: 0.8em;
  padding-top: 0.12em; }

table.dataTable thead th.sorting_asc:after {
  content: "\f0de"; }

table.dataTable thead th.sorting_desc:after {
  content: "\f0dd"; }

div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
  content: ""; }

/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
  top: 8px; }

/*
 * DataTables style pagination controls
 */
div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate a.paginate_button.previous {
  position: relative;
  padding-left: 24px; }

div.dataTables_paginate a.paginate_button.next,
div.dataTables_paginate a.paginate_button.last {
  position: relative;
  padding-right: 24px; }

div.dataTables_paginate a.first:before,
div.dataTables_paginate a.previous:before {
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

div.dataTables_paginate a.next:after,
div.dataTables_paginate a.last:after {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

div.dataTables_paginate a.first:before {
  content: "\f100"; }

div.dataTables_paginate a.previous:before {
  content: "\f104"; }

div.dataTables_paginate a.next:after {
  content: "\f105"; }

div.dataTables_paginate a.last:after {
  content: "\f101"; }

/*
 * Bootstrap and foundation style pagination controls
 */
div.dataTables_paginate li.first > a,
div.dataTables_paginate li.previous > a {
  position: relative;
  padding-left: 24px; }

div.dataTables_paginate li.next > a,
div.dataTables_paginate li.last > a {
  position: relative;
  padding-right: 24px; }

div.dataTables_paginate li.first a:before,
div.dataTables_paginate li.previous a:before {
  position: absolute;
  top: 6px;
  left: 10px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

div.dataTables_paginate li.next a:after,
div.dataTables_paginate li.last a:after {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

div.dataTables_paginate li.first a:before {
  content: "\f100"; }

div.dataTables_paginate li.previous a:before {
  content: "\f104"; }

div.dataTables_paginate li.next a:after {
  content: "\f105"; }

div.dataTables_paginate li.last a:after {
  content: "\f101"; }

/* In Foundation we don't want the padding like in bootstrap */
div.columns div.dataTables_paginate li.first a:before,
div.columns div.dataTables_paginate li.previous a:before,
div.columns div.dataTables_paginate li.next a:after,
div.columns div.dataTables_paginate li.last a:after {
  top: 0; }

/*  -------------------------------------------------------------------------*/
/*  HEADERS & PRELOADERS */
/*  -------------------------------------------------------------------------*/
.preloader01 .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px; }
.preloader01 .wrap {
  position: absolute;
  width: 100px;
  height: 100px;
  float: left;
  -webkit-animation-name: rotateThis;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3); }
.preloader01 .wrap div {
  width: 10px;
  height: 30px;
  position: absolute;
  top: 35px;
  left: 45px;
  border-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px; }
@-webkit-keyframes rotateThis {
  from {
    -webkit-transform: scale(0.3) rotate(0deg); }
  to {
    -webkit-transform: scale(0.3) rotate(360deg); } }
.preloader01 .bar1 {
  -o-transform: rotate(0deg) translate(0, -40px);
  opacity: 0.1;
  -moz-transform: rotate(0deg) translate(0, -40px);
  opacity: 0.1;
  -webkit-transform: rotate(0deg) translate(0, -40px);
  opacity: 0.1; }
.preloader01 .bar2 {
  -o-transform: rotate(36deg) translate(0, -40px);
  opacity: 0.2;
  -moz-transform: rotate(36deg) translate(0, -40px);
  opacity: 0.2;
  -webkit-transform: rotate(36deg) translate(0, -40px);
  opacity: 0.2; }
.preloader01 .bar3 {
  -o-transform: rotate(72deg) translate(0, -40px);
  opacity: 0.3;
  -moz-transform: rotate(72deg) translate(0, -40px);
  opacity: 0.3;
  -webkit-transform: rotate(72deg) translate(0, -40px);
  opacity: 0.3; }
.preloader01 .bar4 {
  -o-transform: rotate(108deg) translate(0, -40px);
  opacity: 0.4;
  -moz-transform: rotate(108deg) translate(0, -40px);
  opacity: 0.4;
  -webkit-transform: rotate(108deg) translate(0, -40px);
  opacity: 0.4; }
.preloader01 .bar5 {
  -o-transform: rotate(144deg) translate(0, -40px);
  opacity: 0.5;
  -moz-transform: rotate(144deg) translate(0, -40px);
  opacity: 0.5;
  -webkit-transform: rotate(144deg) translate(0, -40px);
  opacity: 0.5; }
.preloader01 .bar6 {
  -o-transform: rotate(180deg) translate(0, -40px);
  opacity: 0.6;
  -moz-transform: rotate(180deg) translate(0, -40px);
  opacity: 0.6;
  -webkit-transform: rotate(180deg) translate(0, -40px);
  opacity: 0.6; }
.preloader01 .bar7 {
  -o-transform: rotate(216deg) translate(0, -40px);
  opacity: 0.7;
  -moz-transform: rotate(216deg) translate(0, -40px);
  opacity: 0.7;
  -webkit-transform: rotate(216deg) translate(0, -40px);
  opacity: 0.7; }
.preloader01 .bar8 {
  -o-transform: rotate(252deg) translate(0, -40px);
  opacity: 0.8;
  -moz-transform: rotate(252deg) translate(0, -40px);
  opacity: 0.8;
  -webkit-transform: rotate(252deg) translate(0, -40px);
  opacity: 0.8; }
.preloader01 .bar9 {
  -o-transform: rotate(288deg) translate(0, -40px);
  opacity: 0.9;
  -moz-transform: rotate(288deg) translate(0, -40px);
  opacity: 0.9;
  -webkit-transform: rotate(288deg) translate(0, -40px);
  opacity: 0.9; }
.preloader01 .bar10 {
  -o-transform: rotate(324deg) translate(0, -40px);
  opacity: 1;
  -moz-transform: rotate(324deg) translate(0, -40px);
  opacity: 1;
  -webkit-transform: rotate(324deg) translate(0, -40px);
  opacity: 1; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  width: 100%;
  height: 100vh;
  text-align: center;
  justify-content: center; }

/*  -------------------------------------------------------------------------*/
/*  HEADER MOBILE */
/*  -------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .header-fixed {
    padding-top: 62px;
    z-index: 999;
    position: relative; }

  header {
    display: none; } }
/*MOBILE NAVIGATION BAR*/
section#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  z-index: 99; }
  section#mobile-menu > * {
    padding: 0;
    float: left; }
  section#mobile-menu a#modal-494213 {
    border-radius: 0;
    padding: 5px; }
  section#mobile-menu a#mobile-home-link:hover {
    text-decoration: none; }
  section#mobile-menu a#mobile-home-link {
    padding: 10px 0 0 5px;
    display: inline-block; }
  @media (min-width: 768px) {
    section#mobile-menu a#mobile-home-link {
      font-size: 20px;
      padding: 5px 0 0 10px; }
    section#mobile-menu a#modal-494213 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    section#mobile-menu a#mobile-home-link,
    section#mobile-menu a#modal-494213 {
      font-size: 13px; } }

.mobile-menu-modal {
  padding: 0 !important;
  position: fixed;
  z-index: 99999999999999;
  padding-left: 0 !important;
  /* NAV TABS */
  /* BASIC */ }
  .mobile-menu-modal a[data-dismiss="modal"] {
    z-index: 99999999999 !important;
    position: relative; }
  .mobile-menu-modal .container-fluid {
    width: 100%; }
  .mobile-menu-modal a.close {
    opacity: 1;
    text-shadow: none; }
  .mobile-menu-modal a:hover {
    cursor: pointer;
    text-decoration: none; }
  .mobile-menu-modal .btn,
  .mobile-menu-modal .btn-primary {
    border-radius: 0;
    width: 250px;
    max-width: 100%; }
  .mobile-menu-modal .btn-primary:hover {
    text-decoration: none;
    background: #555;
    border-color: #555; }
  .mobile-menu-modal .btn.focus,
  .mobile-menu-modal .btn:focus,
  .mobile-menu-modal .btn:hover {
    color: #fff;
    opacity: .75; }
  .mobile-menu-modal .panel-group {
    padding: 0;
    margin: 0; }
    .mobile-menu-modal .panel-group .panel {
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      margin: 0; }
      .mobile-menu-modal .panel-group .panel .panel-heading {
        padding: 0;
        border-radius: 0; }
      .mobile-menu-modal .panel-group .panel .panel-collapse .panel-body {
        padding: 0 !important; }
  .mobile-menu-modal .panel:hover .panel-collapse {
    display: block; }
    .mobile-menu-modal .panel:hover .panel-collapse ul {
      list-style-type: none;
      padding-left: 0;
      width: 100%;
      padding: 0;
      margin: 0; }
      .mobile-menu-modal .panel:hover .panel-collapse ul li {
        padding: 0; }
        .mobile-menu-modal .panel:hover .panel-collapse ul li a {
          display: block;
          width: 100%;
          font-size: 11px;
          padding: 25px 15px;
          border-bottom: 1px solid #e4e4e4; }
      .mobile-menu-modal .panel:hover .panel-collapse ul li:last-child a {
        border-bottom: 0; }
  .mobile-menu-modal .panel-group .panel-heading a.panel-title {
    text-decoration: none;
    display: block;
    padding: 15px 15px; }
    .mobile-menu-modal .panel-group .panel-heading a.panel-title h4, .mobile-menu-modal .panel-group .panel-heading a.panel-title h5 {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 12px;
      margin: 10px 0; }
  .mobile-menu-modal .panel-group .panel + .panel {
    margin-top: 0;
    border-radius: 0; }
  .mobile-menu-modal .modal-footer {
    text-align: center;
    border-top: 0;
    padding: 0; }
    .mobile-menu-modal .modal-footer a {
      display: block;
      width: 25%;
      border-right: 1px solid rgba(255, 255, 255, 0.29);
      padding: 11px 0px;
      float: left; }
  .mobile-menu-modal .modal-dialog {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    min-width: 100%; }
  .mobile-menu-modal .modal-content {
    border-radius: 0;
    border: 0; }
  .mobile-menu-modal .modal-body {
    padding: 0; }
    .mobile-menu-modal .modal-body .btn {
      width: 100%;
      margin-bottom: 15px; }
    .mobile-menu-modal .modal-body .row > div {
      padding: 0; }
  .mobile-menu-modal .tab-pane h3 {
    margin: 0;
    padding: 15px; }
  .mobile-menu-modal .nav-tabs > li {
    border: 0;
    text-align: center;
    width: 100%;
    padding: 0; }
    .mobile-menu-modal .nav-tabs > li a {
      background: transparent;
      text-align: center;
      border: 0;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-top: 0;
      margin: 0; }
      .mobile-menu-modal .nav-tabs > li a > span {
        width: 100%;
        display: block; }
    .mobile-menu-modal .nav-tabs > li a:hover {
      border-color: transparent;
      text-align: center;
      border: 0;
      color: white;
      background-color: rgba(238, 238, 238, 0.41); }
    .mobile-menu-modal .nav-tabs > li a:focus {
      text-align: center;
      border: 0;
      color: white;
      background-color: rgba(238, 238, 238, 0.41); }
  .mobile-menu-modal .nav.tabs-left {
    min-height: 100vh; }
    .mobile-menu-modal .nav.tabs-left small {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 9px;
      display: block; }
    .mobile-menu-modal .nav.tabs-left li {
      border-bottom: 1px solid;
      min-height: 80px; }
      .mobile-menu-modal .nav.tabs-left li a {
        padding: 0;
        color: white;
        display: block;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: 80px;
        width: 100%;
        line-height: 2; }
  .mobile-menu-modal .modal-header {
    overflow: hidden;
    position: relative; }
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close {
      opacity: 0.3;
      cursor: pointer;
      display: block;
      position: relative;
      width: 33px;
      height: 33px;
      transition: ease .25s;
      transform-origin: right; }
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close:hover {
      opacity: 1; }
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close:hover:before {
      transition: ease .5s;
      transform: rotate(-45deg); }
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close:hover:after {
      transition: ease .5s;
      transform: rotate(45deg); }
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close:before,
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close:after {
      transition: ease .5s;
      position: absolute;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #fff;
      top: 0;
      right: 10px; }
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close:before {
      transform: rotate(45deg); }
    .mobile-menu-modal .modal-header i.fa.fa-2x.fa-close:after {
      transform: rotate(-45deg); }
  .mobile-menu-modal .modal-title {
    font-size: 18px; }
  .mobile-menu-modal .modal-footer > a > small {
    display: block;
    color: white;
    font-size: 9px;
    text-decoration: none; }
  .mobile-menu-modal .modal-footer > a:hover {
    text-decoration: none; }
  .mobile-menu-modal .panel-body.light-text ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .mobile-menu-modal .panel-body.dark-text ul li a:hover:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .mobile-menu-modal .light-text a.panel-title:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .mobile-menu-modal .dark-text a.panel-title:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .mobile-menu-modal ul.nav.tabs-left.light-text a:hover {
    background: rgba(0, 0, 0, 0.5); }
  .mobile-menu-modal ul.nav.tabs-left.dark-text a:hover {
    background: rgba(255, 255, 255, 0.5); }
  .mobile-menu-modal .text-center.col-sm-1.col-xs-3 {
    width: 65px; }
  .mobile-menu-modal .text-center.col-sm-1.col-xs-3 + div {
    width: calc(100% - 65px); }
  .mobile-menu-modal ul.nav.tabs-left i,
  .mobile-menu-modal i.fa.fa-2x.fa-close {
    font-size: 20px; }

.mobile-menu-modal .modal-header {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }

.mobile-menu-modal a[data-dismiss="modal"] {
  align-self: self-end;
  margin-right: 0;
  float: none;
  margin-left: auto; }

@media (min-width: 1199px) {
  .mobile-menu-modal .container-fluid {
    width: 100% !important; } }
/*  -------------------------------------------------------------------------*/
/*  HEADER GLOBALS */
/*  -------------------------------------------------------------------------*/
.header-static header,
.header-static-top header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

.header-fixed-top header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999; }

.header-fixed-bottom header {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999; }
.header-fixed-bottom header.scrolled {
  top: 0;
  bottom: initial; }
.header-fixed-bottom header.scroll-top .dropdown:hover ul.dropdown-menu {
  bottom: 50px;
  top: initial; }

header .dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
  margin-left: 0;
  display: none; }
  @media (min-width: 1200px) {
    header .dropdown .dropdown-menu {
      min-width: 300px; } }
  header .dropdown .dropdown-menu ul {
    padding: 0;
    list-style: none;
    margin-left: 0; }
  header .dropdown .dropdown-menu li a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #e4e4e4; }
  header .dropdown .dropdown-menu li a:hover {
    text-decoration: none; }
  header .dropdown .dropdown-menu li:last-child a {
    border-bottom: 0; }
header .dropdown-menu.light-text li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25); }
header .dropdown-menu.dark-text li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25); }
header .dropdown:hover > .dropdown-menu {
  display: block; }

/*-------------------------------------------------------------END HEADER-BASE--------------------------------------------------------*/
/*  -------------------------------------------------------------------------*/
/*  IDX */
/*  -------------------------------------------------------------------------*/
div#dialogContent {
  padding: 0; }

.skinny-modal {
  width: 350px !important;
  max-width: 100%; }

.registration a[data-toggle],
.registration a[data-toggle]:hover,
.registration a[data-toggle]:active,
.registration a[data-toggle]:focus {
  color: white;
  background: red; }
.registration .modal-content,
.registration .modal-dialog {
  border-radius: 0; }
.registration .modal input {
  font-size: 12px;
  font-weight: normal; }
.registration .form-control {
  font-weight: normal; }

.modal-with-features input#loginButton {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0;
  height: auto;
  flex-wrap: wrap;
  padding: 15px 5px;
  width: 100%; }
.modal-with-features button.close {
  float: right;
  padding: 0;
  margin: 0 -15px 0 0; }
.modal-with-features .center-devices p {
  margin-bottom: 0; }
@media (max-width: 1199px) {
  .modal-with-features button.close {
    position: fixed;
    top: 2.5%;
    right: -45%; }
  .modal-with-features .col-md-6.center-devices {
    position: relative; } }
.modal-with-features .form-content {
  background: #EEEEEE;
  padding: 15px 0;
  margin-bottom: 10px;
  text-align: left !important; }
  .modal-with-features .form-content a {
    font-size: 14px;
    padding: 10px 0 0 0;
    display: block; }
  .modal-with-features .form-content a[onclick="popUp.forgotPassword(true)"]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
    margin-right: 5px; }
  .modal-with-features .form-content input#signUpButton {
    margin-top: 10px; }
.modal-with-features form {
  margin: 0; }
.modal-with-features .modal-body form label {
  margin-bottom: 10px;
  width: 100%; }
.modal-with-features .btn {
  width: 100%; }
.modal-with-features .form-control {
  padding: 2px 5px;
  line-height: 100%;
  font-size: 12px; }
.modal-with-features label {
  width: 100%; }
  .modal-with-features label span {
    font-size: 12px; }
.modal-with-features h3 {
  margin: 0 0 10px 0;
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px; }
.modal-with-features input {
  font-weight: normal; }
.modal-with-features ul {
  padding-left: 15px;
  list-style-position: initial;
  line-height: 200%; }
@media (max-width: 767px) {
  .modal-with-features input[type="submit"] {
    font-size: 9px; } }

.modal-features-centered p {
  margin-bottom: 0; }
.modal-features-centered form {
  text-align: center; }
  .modal-features-centered form label {
    width: 100%;
    margin-bottom: 15px !important; }
    .modal-features-centered form label .form-control {
      margin-bottom: 0; }
.modal-features-centered input {
  margin-bottom: 15px; }
.modal-features-centered input[type="submit"] {
  margin: auto;
  float: none; }
.modal-features-centered .modal-dialog {
  width: 500px;
  max-width: 100%;
  text-align: center; }
@media (max-width: 767px) {
  .modal-features-centered input[type="submit"] {
    font-size: 9px; } }

.modal-stepped-option-1 form label {
  width: 100%;
  margin-bottom: 15px !important; }
.modal-stepped-option-1 .modal-footer,
.modal-stepped-option-1 input[type="submit"] {
  text-align: center;
  margin-top: 15px; }

.modal-stepped-option-2 .modal-header {
  padding-bottom: 0; }
  .modal-stepped-option-2 .modal-header p {
    padding-top: 5px; }
.modal-stepped-option-2 .modal-footer p {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .modal-stepped-option-2 label {
    margin-bottom: 10px !important; } }

section.sign-up .well p {
  font-size: 15px;
  line-height: 200%;
  margin-bottom: 0; }
section.sign-up .well li {
  font-size: 13px !important;
  line-height: 200%;
  margin-bottom: 0; }
section.sign-up .well ul {
  padding-left: 15px;
  padding-top: 15px; }
section.sign-up hr {
  margin: 15px 0 !important; }
section.sign-up .tab-pane br + br {
  display: none; }
section.sign-up fieldset {
  margin-bottom: 15px !important; }
  section.sign-up fieldset select#ctl00_lbCitiesOfInterest {
    text-transform: uppercase; }
section.sign-up .well ul + p {
  display: none; }

#ui-id-1,
#ui-id-2 {
  display: flex;
  flex-direction: column;
  padding: 0; }
  #ui-id-1 .ui-state-active,
  #ui-id-2 .ui-state-active {
    border: 0 !important;
    cursor: pointer; }
  #ui-id-1 li.ui-menu-item,
  #ui-id-2 li.ui-menu-item {
    line-height: 1;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #888;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer; }
    #ui-id-1 li.ui-menu-item .category,
    #ui-id-1 li.ui-menu-item .category:hover,
    #ui-id-2 li.ui-menu-item .category,
    #ui-id-2 li.ui-menu-item .category:hover {
      font-size: 18px;
      width: 100%;
      border-bottom: 1px solid #ccc !important;
      display: flex;
      justify-content: left;
      align-content: center;
      line-height: 1;
      padding: 10px;
      margin: 0 !important;
      background: white !important; }
    #ui-id-1 li.ui-menu-item a.lookahead,
    #ui-id-2 li.ui-menu-item a.lookahead {
      border: 0 !important;
      font-size: 13px;
      padding: 5px 0px 5px 10px;
      display: flex;
      margin: 0 !important; }
    #ui-id-1 li.ui-menu-item .lookahead.citystate,
    #ui-id-2 li.ui-menu-item .lookahead.citystate {
      border: 0 !important;
      font-size: 13px;
      opacity: .5;
      padding: 10px;
      margin: 0 !important; }
  #ui-id-1 li.ui-menu-item:hover,
  #ui-id-2 li.ui-menu-item:hover {
    cursor: pointer; }
    #ui-id-1 li.ui-menu-item:hover .ui-state-active:not(.category),
    #ui-id-1 li.ui-menu-item:hover .ui-state-focus:not(.category),
    #ui-id-2 li.ui-menu-item:hover .ui-state-active:not(.category),
    #ui-id-2 li.ui-menu-item:hover .ui-state-focus:not(.category) {
      border: 0 !important;
      color: white !important;
      background: transparent !important; }
  #ui-id-1 li.ui-menu-item:hover,
  #ui-id-2 li.ui-menu-item:hover {
    background-color: #555; }

/*  -------------------------------------------------------------------------*/
/*  IDX PRO SEARCH*/
/*  -------------------------------------------------------------------------*/
.property_search_form {
  padding: 20px 0 !important;
  text-align: left; }
  .property_search_form .row > * {
    padding: 0; }
  .property_search_form .row.bottom > div {
    padding: 0 7.5px; }
  @media (max-width: 767px) {
    .property_search_form .row.bottom > div {
      padding: 0px; } }
  @media (min-width: 1200px) {
    .property_search_form span.input-group-addon.accent-color.cd.light-text {
      width: 140px;
      text-align: left;
      max-width: 100%;
      font-weight: bold;
      letter-spacing: .25px; }
    .property_search_form h3.panel-title {
      font-weight: bold;
      letter-spacing: .5px; } }
  .property_search_form .btn01 {
    margin: 15px 0;
    max-width: 100%; }
  .property_search_form span.multiselect-native-select {
    position: relative !important; }
  .property_search_form span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50% !important;
    top: 30px !important;
    border-radius: 0 !important; }
  .property_search_form .multiselect-container {
    position: absolute !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important; }
  .property_search_form .multiselect-container .input-group {
    margin: 5px !important; }
  .property_search_form .multiselect-container > li {
    padding: 0 !important; }
  .property_search_form .multiselect-container > li > a.multiselect-all label {
    font-weight: 700 !important; }
  .property_search_form .multiselect-container > li.multiselect-group label {
    margin: 0 !important;
    padding: 3px 20px 3px 20px !important;
    height: 100% !important;
    font-weight: 700 !important; }
  .property_search_form .multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer !important; }
  .property_search_form .multiselect-container > li > a {
    padding: 0 !important; }
  .property_search_form .multiselect-container > li > a > label {
    margin: 0 !important;
    height: 100% !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    padding: 3px 20px 3px 40px !important; }
  .property_search_form .multiselect-container > li > a > label.radio,
  .property_search_form .multiselect-container > li > a > label.checkbox {
    margin: 0 !important; }
  .property_search_form .multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px !important; }
  .property_search_form .btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .property_search_form .form-inline .multiselect-container label.checkbox,
  .property_search_form .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px !important; }
  .property_search_form .form-inline .multiselect-container li a label.checkbox input[type=checkbox],
  .property_search_form .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px !important;
    margin-right: 0 !important; }
  .property_search_form .align-right {
    text-align: right !important; }
  .property_search_form .v-pad {
    padding: 10px 0px !important; }
  .property_search_form .margza {
    margin: 25px auto !important; }
  .property_search_form #hlSignUp {
    width: auto;
    display: inline;
    text-align: center;
    margin: auto; }
  .property_search_form #hlSignUp img {
    margin: 40px auto !important;
    background-color: #dadada !important;
    float: none; }
  .property_search_form .panel-heading {
    cursor: pointer !important;
    background-color: #eee;
    border-bottom: 1px solid #ccc; }
  .property_search_form .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .property_search_form .inner {
    margin: 2% !important; }
  .property_search_form .dropdown-menu .active a {
    background-color: darkgrey !important; }
  .property_search_form .dropdown-menu .active a:hover {
    background-color: grey !important; }
  .property_search_form .panel .row {
    margin: 20px 0px !important; }
  .property_search_form .panel .row.check {
    border: none !important; }
  .property_search_form .panel .panel-body {
    padding: 25px !important; }
  .property_search_form .panel .panel-body:nth-child(even) {
    background-color: #fafafa !important; }
  .property_search_form .panel .panel-default .panel-heading {
    background-color: #dadada !important; }
  .property_search_form .input-group-addon {
    border-radius: 0px !important; }
  .property_search_form .btn {
    border-radius: 0px !important;
    width: 100% !important; }
  .property_search_form .btn-group > .btn:first-child,
  .property_search_form .btn-group {
    width: 100% !important;
    text-align: left; }
  .property_search_form .checkbox-inline,
  .property_search_form .radio-inline {
    padding: 10px !important; }
  .property_search_form .input-group {
    width: 100% !important; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .property_search_form .col-sm-6 {
      min-height: 140px; }
    .property_search_form span.input-group-addon {
      text-align: left; } }
  @media screen and (max-width: 1199px) {
    .property_search_form .input-group {
      width: 100% !important; }
    .property_search_form .input-group .input-group-addon {
      display: block !important;
      width: 100% !important;
      border: 1px solid #ccc !important; } }
  .property_search_form .row.bottom div {
    text-align: center !important; }
  .property_search_form .IDX_updated {
    text-align: center !important; }
  .property_search_form ul.multiselect-container.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
    width: 100%; }
  @media (max-height: 767px) {
    .property_search_form ul.multiselect-container.dropdown-menu {
      max-height: auto;
      overflow-y: scroll;
      width: 100%; }
    .property_search_form ul.multiselect-container.dropdown-menu a {
      font-size: 13px; } }
  .property_search_form ul.multiselect-container.dropdown-menu .active a {
    background-color: #ffffc2 !important;
    color: #333; }
  .property_search_form ul.multiselect-container.dropdown-menu li {
    border-top: 1px solid #e4e4e4; }
  .property_search_form .collapse-arrow {
    margin-left: 10px !important;
    display: inline-block !important;
    position: relative !important;
    -moz-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    -moz-transition: trans0 0.5s !important;
    -o-transition: trans0 0.5s !important;
    -webkit-transition: trans0 0.5s !important;
    transition: trans0 0.5s !important; }
  .property_search_form .collapse-arrow.collapsed {
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -moz-transition: trans0 0.5s !important;
    -o-transition: trans0 0.5s !important;
    -webkit-transition: trans0 0.5s !important;
    transition: trans0 0.5s !important; }

/*# sourceMappingURL=style.css.map */
div#carousel-888889 {
  top: 0 !important; }

.property-details-layout .IDX_courtesy, .property-details-layout .IDX_required_text {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
.property-details-layout .modal-open {
  overflow-y: hidden !important; }

body[data-mode="landscape"][data-device="tablet"] .idx-detail-v11-modal div#idx-detail-v11-modal-swiper img, body[data-mode="landscape"][data-device="mobile"] .idx-detail-v11-modal div#idx-detail-v11-modal-swiper img {
  max-height: 75vh; }

div#modal-container-545454 {
  z-index: 99999999; }

.idx-detail-v11-modal {
  padding-right: 0 !important; }
  .idx-detail-v11-modal .modal-dialog.modal-lg {
    width: 100%;
    margin: 0;
    height: 100vh;
    background-color: black;
    display: flex;
    max-width: 100vw;
    overflow: hidden;
    max-height: 100vh;
    overflow-y: hidden !important; }
    .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content {
      width: 100vw;
      border: 0;
      background: transparent;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-body {
        padding: 0;
        display: flex;
        flex: 1 auto; }
      .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 0;
        line-height: 1.25;
        background-color: #373737;
        color: white;
        padding: 0;
        min-height: 50px; }
        .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-title {
          text-transform: capitalize;
          padding: 10px;
          text-align: left; }
          @media (max-width: 767px) {
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-title {
              display: none; } }
          @media (max-width: 991px) {
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-title {
              font-size: 12px; } }
          @media (min-width: 992px) {
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-title {
              font-size: 15px; } }
        .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons {
          margin-left: auto;
          display: flex; }
          @media (max-width: 767px) {
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons {
              width: 100%; } }
          .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons > * {
            white-space: nowrap;
            color: white; }
          .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a:not([data-dismiss]) {
            border: 1px solid;
            align-items: center;
            display: flex; }
            @media (min-width: 768px) {
              .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a:not([data-dismiss]) {
                margin-left: 15px; } }
            @media (max-width: 767px) {
              .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a:not([data-dismiss]) {
                margin-left: 10px; } }
            @media (max-width: 991px) {
              .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a:not([data-dismiss]) {
                padding: 5px 10px;
                font-size: 12px; } }
            @media (min-width: 992px) {
              .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a:not([data-dismiss]) {
                font-size: 15px;
                padding: 5px 15px; } }
          .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a[data-dismiss="modal"] {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            text-decoration: none;
            padding-left: 15px;
            padding-right: 15px; }
            @media (max-width: 767px) {
              .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a[data-dismiss="modal"] {
                margin-left: auto; } }
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content .modal-header div#idx-detail-v11-modal-buttons a[data-dismiss="modal"]:hover {
              opacity: .85; }
      .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper {
        max-width: 100vw;
        display: flex;
        align-items: center;
        position: relative; }
        .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-pagination-fractions {
          position: absolute;
          top: 2.5px;
          right: 0;
          left: 0;
          margin: auto;
          z-index: 1;
          width: 55px;
          padding: 5px;
          font-weight: bold;
          color: white;
          background: rgba(0, 0, 0, 0.75); }
        .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container {
          height: 100%;
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-pagination-bullets {
              width: calc(100% - 60px);
              left: 0;
              right: 0;
              margin: auto; } }
          .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-pagination-bullets span.swiper-pagination-bullet {
            background: white; }
          .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-button-next, .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-button-prev {
            filter: saturate(0) brightness(9999);
            cursor: pointer; }
          .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide {
            opacity: 0 !important;
            transition: ease-in-out 1s;
            transform: none !important; }
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide.swiper-slide-active {
              opacity: 1 !important; }
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-zoomed {
              cursor: zoom-out; }
              .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-zoomed:active {
                cursor: grab; }
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-zoomed) {
              cursor: zoom-in; }
              .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-zoomed):active {
                cursor: grab; }
            .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide img {
              max-width: 100%; }
              @media (max-height: 650px) {
                .idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container .swiper-wrapper .swiper-slide img {
                  min-height: 100px;
                  max-height: calc(100vh - 50px - 75px); } }

.modal-open {
  padding-right: 0 !important; }

.idx-detail-page #carousel-888888 .item[portrait-slide="true"], .idx-detail-page #carousel-888887 .item[portrait-slide="true"] {
  background-color: #000 !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: 50% !important; }

.idx-detail-v11-modal .modal-dialog.modal-lg .modal-content div#idx-detail-v11-modal-swiper .swiper-container {
  max-height: calc(100vh - 50px);
  align-items: flex-start; }
.idx-detail-v11-modal .swiper-container-autoheight,
.idx-detail-v11-modal .swiper-container-autoheight .swiper-slide {
  height: calc(100vh - 50px); }

.property-detail-slider .carousel-inner {
  background-color: black !important; }
  .property-detail-slider .carousel-inner .item.cover {
    background-size: contain !important;
    background-repeat: no-repeat !important; }

.idx-detail-page .mobile-property-detail-slider .slider-options .slider-links a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0; }
.idx-detail-page .mobile-property-detail-slider .slider-options .slider-links a.view-fullscreen.hidden-xs.hidden-sm {
  top: 0;
  bottom: unset;
  left: unset;
  right: 50px; }
.idx-detail-page .property-detail-slider .slider-options .slider-links a {
  display: flex;
  align-items: center;
  justify-content: center; }
  .idx-detail-page .property-detail-slider .slider-options .slider-links a span.glyphicon, .idx-detail-page .property-detail-slider .slider-options .slider-links a i.fa.fa-expand, .idx-detail-page .property-detail-slider .slider-options .slider-links a i.fa.fa-heart-o {
    margin-right: 5px; }

div#property-detail-pagination .row > div {
  display: flex;
  justify-content: space-between; }

body[data-device="mobile"] #property-detail-pagination .dropdown ul, body[data-device="tablet"] #property-detail-pagination .dropdown ul {
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  height: 100vh; }

#detail-page-01 #preloader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important; }
#detail-page-01 .carousel-fade .carousel-inner .item {
  width: 100% !important; }

.idx-detail-page {
  overflow-x: hidden; }
  .idx-detail-page ul.property-btn-list li:last-child a {
    border-bottom: 0 !important; }
  .idx-detail-page #property-detail-pagination .dropup .dropdown-menu {
    top: auto;
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    margin-bottom: 0; }
  .idx-detail-page .content-blocks .panel-footer {
    background: transparent;
    border: 0; }
  .idx-detail-page .content-blocks .panel-footer .btn {
    width: 100%; }
  .idx-detail-page div#property-detail-pagination .row {
    margin: 0; }
  .idx-detail-page #backpage-header {
    display: none !important; }
  .idx-detail-page .content-blocks > .container > .row, .idx-detail-page .content-blocks > .container-fluid > .row, .idx-detail-page .content-blocks > .container > .row > .col-md-12, .idx-detail-page .content-blocks > .container-fluid > .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .idx-detail-page .IDX_courtesy_top, .idx-detail-page .IDX_required_logos, .idx-detail-page .IDX_courtesy, .idx-detail-page .IDX_required_text {
    padding: 15px 0 0 0; }
  .idx-detail-page .IDX_required_text {
    padding: 30px 0; }
  .idx-detail-page section#detail-page-01 {
    padding: 0; }
  .idx-detail-page .idx-accent-color {
    background-color: #424242; }
  .idx-detail-page .caret {
    border: 5px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 0.5;
    vertical-align: middle; }
  .idx-detail-page .caret.up {
    border-bottom: 5px solid; }
  .idx-detail-page .caret.right {
    border-left: 5px solid; }
  .idx-detail-page .caret.down {
    border-top: 5px solid; }
  .idx-detail-page .caret.left {
    border-right: 5px solid; }
  @media (max-width: 991px) {
    .idx-detail-page i.fa.fa-plus-circle {
      font-size: 30px; }
    .idx-detail-page div#property-detail-pagination ul.nav, .idx-detail-page div#property-detail-pagination ul.nav .dropdown, .idx-detail-page div#property-detail-pagination ul.nav .dropdown > a, .idx-detail-page div#property-detail-pagination ul.property-btn-list {
      width: 100%; }
    .idx-detail-page div#property-detail-pagination .col-xs-4 {
      padding: 0; } }
  .idx-detail-page a.btn.btn-primary.btn01 span.glyphicon.glyphicon-info-sign {
    padding: 0 5px; }
  .idx-detail-page .tab-pane {
    border: 1px solid #ddd;
    border-top: 0; }
  .idx-detail-page #property-features li {
    margin-bottom: 10px; }
  .idx-detail-page #property-features li b {
    display: block; }
  .idx-detail-page #property-detail-slider img {
    width: 100%; }
  .idx-detail-page div#property-detail-thumbnails a:hover {
    background: black; }
  .idx-detail-page div#property-detail-thumbnails a:hover img {
    opacity: .5; }
  .idx-detail-page div#property-detail-thumbnails br:last-child {
    display: none; }
  .idx-detail-page ul.property-btn-list li a {
    padding: 15px;
    display: block;
    border-top: 1px solid #e4e4e4; }
  .idx-detail-page ul.property-btn-list li:last-child a {
    border-bottom: 0; }
  .idx-detail-page ul.property-btn-list li a span {
    margin-right: 7.5px; }
  .idx-detail-page ul.property-btn-list {
    margin-top: 0;
    padding: 0; }
  .idx-detail-page .carousel-property-details {
    overflow: hidden;
    padding: 0; }
  .idx-detail-page ol.carousel-indicators {
    display: none; }
  .idx-detail-page span.glyphicon-chevron-left:before, .idx-detail-page span.glyphicon-chevron-right:before {
    display: none; }
  .idx-detail-page .slide .item a {
    position: absolute;
    top: 0;
    width: 100%;
    color: white;
    z-index: 9999999;
    padding: 15px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .25px;
    text-decoration: none; }
  .idx-detail-page .slider-options {
    position: absolute;
    width: 100%;
    z-index: 8;
    color: white;
    height: 100%; }
  .idx-detail-page .slider-options a {
    position: absolute;
    color: white;
    display: block;
    padding: 15px;
    z-index: 9;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold; }
  .idx-detail-page .slider-options a:hover {
    background-color: rgba(0, 0, 0, 0.45); }
  .idx-detail-page a.save-property {
    top: 0px;
    right: 0; }
  .idx-detail-page a.view-fullscreen {
    bottom: 0;
    left: -25%;
    right: -25%;
    text-align: center;
    transition: ease .5s;
    cursor: pointer;
    float: none;
    margin: auto;
    width: 180px; }
  .idx-detail-page .slide a.left.carousel-control, .idx-detail-page .slide a.right.carousel-control {
    height: 50px;
    width: 50px;
    bottom: 0;
    top: initial;
    background-image: none;
    opacity: 1; }
    .idx-detail-page .slide a.left.carousel-control i, .idx-detail-page .slide a.right.carousel-control i {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
  .idx-detail-page .slide a.left.carousel-control > *, .idx-detail-page .slide a.right.carousel-control > * {
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    position: static; }
  .idx-detail-page section.property-detail-ctas {
    padding: 0 !important; }
  .idx-detail-page div#property-details-main {
    border: 1px solid #ddd; }
    @media (max-width: 991px) {
      .idx-detail-page div#property-details-main .btn01 {
        width: 100%; } }
    .idx-detail-page div#property-details-main li {
      margin-bottom: 10px; }
      .idx-detail-page div#property-details-main li strong {
        display: block; }
      .idx-detail-page div#property-details-main li * {
        max-width: 100%; }
  .idx-detail-page h5.search-result-street {
    color: rgba(85, 85, 85, 0.75); }
  .idx-detail-page .search-result-amenities {
    padding-top: 0;
    padding-bottom: 0; }
    .idx-detail-page .search-result-amenities div > span {
      border: 1px solid rgba(85, 85, 85, 0.41);
      padding: 20% 2.5px;
      min-height: 100px;
      display: block; }
      .idx-detail-page .search-result-amenities div > span i {
        display: block;
        padding: 6px;
        font-size: 18px;
        color: rgba(85, 85, 85, 0.75); }
  .idx-detail-page div#property-detail-thumbnails .item span, .idx-detail-page div#property-detail-thumbnails .image-wrapper span {
    content: "VIEW IMAGE";
    color: white;
    font-size: 35px;
    position: absolute;
    text-align: center;
    padding: 20% 0;
    display: block;
    width: 100%;
    font-weight: bold;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: ease .5s;
    transform: scale(0);
    left: 0; }
  .idx-detail-page div#property-detail-thumbnails .item a:hover span, .idx-detail-page div#property-detail-thumbnails .image-wrapper:hover span {
    opacity: 1;
    transition: ease .5s;
    transform: scale(1); }
  .idx-detail-page div#property-detail-thumbnails.overflow-vertical {
    max-height: 75vh;
    overflow-y: auto; }
  @media (min-width: 992px) {
    .idx-detail-page div#carousel-888889 {
      width: 100%;
      z-index: 9;
      position: absolute;
      left: 0;
      height: 100vh; } }
  @media (max-width: 767px) {
    .idx-detail-page .modal-title {
      font-size: 13px; }
    .idx-detail-page .modal .search-result-street {
      display: block;
      margin: 0 !important; }
    .idx-detail-page .modal-footer {
      padding: 5px;
      text-align: center; }
    .idx-detail-page .modal-footer .btn {
      display: inline-block;
      margin: 5px 0 5px 0 !important;
      width: 100%;
      float: none;
      position: static; } }
  .idx-detail-page #property-detail-thumbnail-column .panel-body {
    padding: 0; }
  .idx-detail-page #property-detail-thumbnail-column .col-md-6 {
    margin: 0 !important;
    padding: 1px !important; }
  .idx-detail-page #property-detail-options {
    width: 100%; }
    .idx-detail-page #property-detail-options a {
      display: inline-block;
      padding: 5px 10px;
      background-color: #8f8f8f;
      color: white;
      margin-left: -3px;
      text-decoration: none;
      border-left: 1px solid whitesmoke;
      border-right: 1px solid whitesmoke;
      font-size: 12px;
      text-align: center; }
    .idx-detail-page #property-detail-options a:first-child {
      border-radius: 3px 0 0 3px;
      border: 0; }
    .idx-detail-page #property-detail-options a:last-child {
      border-radius: 0 3px 3px 0;
      border: 0; }
    .idx-detail-page #property-detail-options a > * {
      padding-right: 5px; }
    @media (max-width: 1455px) {
      .idx-detail-page #property-detail-options a, .idx-detail-page #property-detail-options a:first-child, .idx-detail-page #property-detail-options a:last-child {
        width: 100%;
        border-radius: 3px 3px 3px 3px;
        display: block;
        margin: 5px auto 5px auto;
        font-size: 15px;
        border: 0; } }
  .idx-detail-page .property-detail-pagination-snap {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9; }

.label-full-width {
  display: block;
  float: left;
  width: 100%;
  padding: 5px; }

@media (max-width: 991px) {
  label.label-half-width {
    width: 100% !important; } }
@media (min-width: 992px) {
  label.label-half-width {
    display: block;
    float: left;
    width: 50%;
    padding: 5px; } }

#property-detail-thumbnails.overflow-horizontal {
  background-color: rgba(85, 85, 85, 0.55); }
  #property-detail-thumbnails.overflow-horizontal a.left.carousel-control, #property-detail-thumbnails.overflow-horizontal a.right.carousel-control {
    width: 50px;
    opacity: 1; }
  #property-detail-thumbnails.overflow-horizontal a.left.carousel-control span {
    top: 30px;
    margin-left: -15px; }
  #property-detail-thumbnails.overflow-horizontal a.right.carousel-control span {
    top: 30px;
    margin-left: 15px; }
  #property-detail-thumbnails.overflow-horizontal .item {
    padding-bottom: 80px; }
    #property-detail-thumbnails.overflow-horizontal .item span {
      top: -8px;
      cursor: pointer; }

div#property-detail-thumbnails.overflow-horizontal .item > *, div#property-detail-thumbnails.overflow-horizontal .item > *:hover {
  padding-bottom: 80px;
  background-size: cover;
  background-position: 50%; }

.idx-detail-page .slide a.left.carousel-control, .idx-detail-page .slide a.right.carousel-control {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .idx-detail-page .slide a.left.carousel-control span, .idx-detail-page .slide a.right.carousel-control span {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; }

#detail-page-01 .content-blocks .container, #detail-page-01 .content-blocks .container-fluid, #detail-page-02 .content-blocks .container, #detail-page-02 .content-blocks .container-fluid {
  width: 100% !important;
  max-width: 100% !important; }
#detail-page-01 .content-blocks section:not(#footer-links-option), #detail-page-02 .content-blocks section:not(#footer-links-option) {
  padding-top: 0 !important; }
#detail-page-01 main .slider-options a:hover, #detail-page-02 main .slider-options a:hover {
  color: white; }

body#detail-page-01 .featured-amenities {
  flex: 1;
  height: unset;
  display: flex; }
body#detail-page-01 .search-result-amenities div > span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  flex-direction: column; }
body#detail-page-01 .search-result-amenities div i {
  width: 100%;
  display: block; }
body#detail-page-01 .agent-request-info-btn-detail-page .btn01 {
  width: 100% !important; }
@media (min-width: 1200px) and (max-width: 1500px) {
  body#detail-page-01 #property-detail-thumbnail-column .slider-thumbnail.col-md-6.lr-padding-7 {
    width: 100% !important; }
  body#detail-page-01 #property-detail-thumbnail-column div#property-detail-thumbnails {
    max-height: inherit; }
  body#detail-page-01 div#property-details-main .col-md-12.col-lg-5.valign-left {
    width: 100%; }
  body#detail-page-01 div#property-details-main #property-detail-options a {
    width: calc((100% / 4) - 5px) !important;
    display: block;
    float: left;
    margin-left: 2.5px !important;
    margin-right: 2.5px !important; }
  body#detail-page-01 div#property-details-main #property-detail-options[data-btn-count="2"] a {
    width: calc((100% / 2) - 5px) !important; }
  body#detail-page-01 div#property-details-main #property-detail-options[data-btn-count="3"] a {
    width: calc((100% / 3) - 5px) !important; }
  body#detail-page-01 div#property-details-main #property-detail-options[data-btn-count="4"] a {
    width: calc((100% / 4) - 5px) !important; }
  body#detail-page-01 div#property-details-main .col-sm-12.col-md-12.col-lg-7.valign-right {
    width: 100%; }
  body#detail-page-01 div#property-details-main .col-lg-3, body#detail-page-01 div#property-details-main .col-lg-9, body#detail-page-01 div#property-details-main .col-md-12.col-md-9 {
    display: block;
    width: 100%; }
  body#detail-page-01 .detail-page-01-left-column {
    padding-right: 0; }
    body#detail-page-01 .detail-page-01-left-column .row.lr-padding-7 {
      margin: 0; }
    body#detail-page-01 .detail-page-01-left-column label.label-half-width {
      width: 100% !important; }
    body#detail-page-01 .detail-page-01-left-column .search-result-address {
      width: 100%;
      margin-bottom: 15px; }
    body#detail-page-01 .detail-page-01-left-column section.property-detail-ctas > * {
      width: 100%;
      margin-bottom: 15px; }
    body#detail-page-01 .detail-page-01-left-column .agent-request-info-btn-detail-page {
      width: 100%;
      text-align: center;
      display: block; }
    body#detail-page-01 .detail-page-01-left-column .agent-request-info-btn-detail-page .btn01 {
      width: 100% !important;
      max-width: inherit !important;
      margin: auto; }
    body#detail-page-01 .detail-page-01-left-column .agent-address-detail-page {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
    body#detail-page-01 .detail-page-01-left-column .search-result-amenities {
      width: 100%; }
    body#detail-page-01 .detail-page-01-left-column .btn {
      font-size: 12px;
      font-weight: 500; } }

@media (min-width: 992px) {
  .idx-detail-page section.property-detail-ctas .caption > * {
    margin-left: -4px !important; }

  #detail-page-01 .search-result-amenities.col-md-6.lr-padding-7 .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important; } }
#detail-page-03 .property-btn-list .btn01 {
  width: 100%;
  margin-bottom: 5px;
  display: block; }
  #detail-page-03 .property-btn-list .btn01 i, #detail-page-03 .property-btn-list .btn01 span.glyphicon {
    margin-right: 10px; }
#detail-page-03 a.slider-thumbnail.horizontal-thumbnail.col-md-2 span {
  display: none; }
#detail-page-03 .agent-request-info-btn-detail-page {
  width: 100%;
  margin-top: 15px; }

.idx-detail-page .slider-thumbnail {
  display: inline-block; }
  .idx-detail-page .slider-thumbnail a {
    display: flex;
    height: 100%;
    width: 100%; }
    .idx-detail-page .slider-thumbnail a span {
      top: 0 !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      align-content: center;
      padding: 0 !important; }
.idx-detail-page div#property-detail-thumbnails.overflow-horizontal .item > * {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .idx-detail-page div#property-detail-thumbnails.overflow-horizontal .item > * span {
    top: 0 !important;
    background: #00000036;
    height: 100% !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center; }
.idx-detail-page section.property-detail-ctas .btn01, .idx-detail-page .agent-request-info-btn-detail-page .btn01 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  font-size: 13px; }

.property-details-v3 #property-detail-options {
  display: flex;
  flex-direction: column; }
  .property-details-v3 #property-detail-options .btn01 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1; }
.property-details-v3 .featured-amenities b {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 5px; }
.property-details-v3 .featured-amenities i {
  display: none !important; }
.property-details-v3 .featured-amenities span.qty-Beds:before,
.property-details-v3 .featured-amenities span.qty-Baths:before,
.property-details-v3 .featured-amenities span.qty-SqFt:before {
  font-family: 'Font Awesome 5 Pro';
  line-height: 1; }
.property-details-v3 .featured-amenities span.qty-Beds.qty-Beds:before,
.property-details-v3 .featured-amenities span.qty-Baths.qty-Beds:before,
.property-details-v3 .featured-amenities span.qty-SqFt.qty-Beds:before {
  content: "\f8f7"; }
.property-details-v3 .featured-amenities span.qty-Beds.qty-Baths:before,
.property-details-v3 .featured-amenities span.qty-Baths.qty-Baths:before,
.property-details-v3 .featured-amenities span.qty-SqFt.qty-Baths:before {
  content: "\f2cc"; }
.property-details-v3 .featured-amenities span.qty-Beds.qty-SqFt:before,
.property-details-v3 .featured-amenities span.qty-Baths.qty-SqFt:before,
.property-details-v3 .featured-amenities span.qty-SqFt.qty-SqFt:before {
  content: "\f565"; }
.property-details-v3 .search-result-amenities .row {
  display: flex;
  align-items: stretch; }
  .property-details-v3 .search-result-amenities .row > div {
    line-height: 1.5; }
    .property-details-v3 .search-result-amenities .row > div > span {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
.property-details-v3 #fixed-social-media {
  display: none; }
.property-details-v3 #property-detail-pagination {
  display: none; }
.property-details-v3 #property-details-v3-ctas {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .property-details-v3 #property-details-v3-ctas a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    font-size: 13px; }
    .property-details-v3 #property-details-v3-ctas a i, .property-details-v3 #property-details-v3-ctas a .glyphicon {
      margin-right: 5px; }