<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------- */
/* SOCIAL MEDIA MARKETING (smm)
/* ------------------------------------------------------------------- */

.smm-wrapper {
  margin-top: -83px;
}


/* ------------------ */
/* Blocs
/* ------------------ */

.block {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  */
  box-shadow: 0 1px 0 0 #ccc;
}


/* Bloc Dark Theme
/* ------------------ */

.block-dark {
  background-color: #4e5861;
  color: rgba(255,255,255,.7);
}
.block-dark[data-parallax] {
  background-color: transparent !important;
}
.smm-facebook .block-dark {
  background-color: #3a5795;
}
.smm-twitter .block-dark {
  background-color: #55acee;
}
.smm-instagram .block-dark {
  background-color: #3f729b;
}
.smm-linkedin .block-dark {
  background-color: #0077b5;
}
.smm-seo .block-dark {
  background-color: #548b54;
}
.smm-responsive .block-dark {
  background-color: #4785f4;
}

.block-dark h1,
.block-dark h2,
.block-dark h3,
.block-dark h4,
.block-dark h5,
.block-dark h6 {
  color: rgba(255,255,255,.9);
}
.block-dark .icon-round {
  border-color: rgba(255,255,255,.9);
}
.block-dark .btn-wire,
.block-dark .btn-wire:hover {
  border-color: rgba(255,255,255,1);
  color: rgba(255,255,255,1);
}
.block-dark button:hover {
  color: rgba(255,255,255,.9);
}
.block-dark .divider-h span {
  border-color: rgba(255,255,255,.2);
}
.block-dark a {
  color: rgba(255,255,255,.6);
}
.block-dark a:hover {
  color: rgba(255,255,255,1);
}




/* Bloc Sizes
/* ------------------ */

.block-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.block-md {
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Vertical Offset
/* ------------------ */

.voffset {
  margin-top: 30px;
}
.voffset-md {
  margin-top: 60px;
}
.voffset-lg {
  margin-top: 80px;
}


/* Bloc image backgrounds */
.bg-fixed {
  background-attachment: fixed;
}
.bg-computer {
  background-image: url('../images/computer-01.jpg');
}
.bg-facebook {
  background-image: url('../images/computer-facebook.jpg');
}
.bg-facebook-2 {
  background-image: url('//pixabay.com/static/uploads/photo/2015/06/01/09/05/facebook-793048_960_720.jpg');
}
.bg-glassy {
  background-image: url('../images/glassy.jpg');
}
.bg-glympse {
  background-image: url('../images/glympse.jpg');
}
.bg-highway {
  background-image: url('../images/highway.jpg');
}
.bg-citysky {
  background-image: url('../images/citysky.jpg');
}
.bg-citysky-overlay {
  background-image: url('../images/citysky-overlay.png');
}
.bg-phone {
  background-image: url('../images/phone.png');
}
.bg-phone-2 {
  background-image: url('../images/phone-02.png');
}


/* Margins */

.mg-sm {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mg-lg {
  margin-top: 10px;
  margin-bottom: 40px;
}


/* Icons */
.icon-sm {
  font-size: 18px !important;
}
.icon-md {
  font-size: 30px !important;
}
.icon-round {
  min-width: 80px;
  margin: 0 auto;
  padding: 32px 30px 26px 30px;
  border: 2px solid;
  border-radius: 50%;
}
.icon-round.icon-md {
  min-width: 92px;
}
.icon-round.icon-lg {
  min-width: 122px;
}
.icon-round.icon-xl {
  min-width: 162px;
}

.iwithtext {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}

.iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 130%;
    line-height: 1;
}

.accent-color {
  color: #cc0c00;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* just ensures the sibling div is on top */
.video-wrapper ~ div {
  z-index: 1;
}
video {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


/* Mobile adjustments */

@media (max-width: 767px) {
  .block {
    -webkit-background-size: auto 200%;
       -moz-background-size: auto 200%;
         -o-background-size: auto 200%;
            background-size: auto 200%;
    text-align: center;
  }
  .block-xl,
  .block-lg {
    padding: 40px 0;
  }

  .ad-benefits {
    background-image: none !important;
  }
}</pre></body></html>