*,
*:before,
*:after {
    -webkit-font-smoothing: antialiased;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Landing page
   ========================================================================== */
body {
    font-size: 18px;
    font-family: "aktiv-grotesk", system-ui, sans-serif;
    line-height: 1.66;
    color: #1a1a1a;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    color: #1a1a1a;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

p {
    margin: 0;
    margin-bottom: 28px;
}

h2 {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: aktiv-grotesk, system-ui, sans-serif;
    font-weight: 700;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.ts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.col-12, .column { width: 100%; }
.col-11 { width: 91.66666666666667%; }
.col-10 { width: 83.33333333333334%; }
.col-9, .column.three-fourth { width: 75%; }
.col-8, .column.two-third { width: 66.66666666666667%; }
.col-7 { width: 58.333333333333336%; }

.col-6, .column.half { width: 50%; }

.col-5 { width: 41.66666666666667%; }
.col-4, .column.one-third { width: 33.333333333333336%; }
.col-3, .column.one-fourth { width: 25%; }
.col-2 { width: 16.666666666666668%; }
.col-1 { width: 8.333333333333334%; }

[class*="col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
    width: 1298px;
    margin: 0 auto;
}


.fade-in {
    -webkit-animation: 0.5s fade-in ease-out;
            animation: 0.5s fade-in ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-up-lg {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
                transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@keyframes fade-in-up-lg {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
                transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@-webkit-keyframes fade-in-down-lg {
    from {
        opacity: 0.9;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}

@keyframes fade-in-down-lg {
    from {
        opacity: 0.9;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}


.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading .intro {
    visibility: hidden;
}

.main-color {
    color: #622fd9;
}


/**
 * Header 
 */
.main-head {
    position: relative;
    background: rgb(89,39,215);
    background-image: url('../img/hero-bg.jpg?v=6'), -webkit-linear-gradient( 74deg, rgb(151,39,215) 0%, rgb(89,39,215) 100%);
    background-image: url('../img/hero-bg.jpg?v=6'), -o-linear-gradient( 74deg, rgb(151,39,215) 0%, rgb(89,39,215) 100%);
    background-image: url('../img/hero-bg.jpg?v=6'), linear-gradient( 16deg, rgb(151,39,215) 0%, rgb(89,39,215) 100%);
    color: #fff;
    background-size: cover;
    background-position: center center;
}

.main-head .intro {
    position: relative;
    z-index: 2;
    text-align: center;
}

.main-head .small-label {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.small-label:before,
.small-label:after {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    content: "";
    width: 13px;
    height: 1px;
    background: #5794ad;
    background: rgba(255,255,255,0.5);
}

.small-label:before {
    margin-right: 11px;
}
.small-label:after {
    margin-left: 11px;
}

.hline-primary {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    line-height: 0.98;
}

.hline-primary strong {
}

.hline-primary p {
    margin: 0;
}

.hline-secondary {
    max-width: 575px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.01em;
}

.main-head .slogan {
    margin-top: -5px;
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 0.15em;
}

.main-head .intro-button {
    margin-bottom: 75px;
}

.buy-now {
    display: inline-block;
    font-weight: 600;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.cta-button {
    display: inline-block;
    padding: 18px 45px;
    margin-top: 36px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1;
    color: #7727d7;
    background: #fff;

    -webkit-transition: .3s all ease-in-out;

    -o-transition: .3s all ease-in-out;

    transition: .3s all ease-in-out; 
}

.cta-button:hover {
    -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
        transform: translateY(-2px);

    -webkit-box-shadow: 0 6px 27px rgba(43, 11, 103, 0.29);

            box-shadow: 0 6px 27px rgba(43, 11, 103, 0.29);
}

.cta-button strong {
    font-weight: 900;
    font-size: 1.1em;
}

/**
 * Navigation
 */
.nav-wrap {
    height: 56px;
    line-height: 56px;
    padding-top: 32px;
    padding-bottom: 12px;
}

.logo {

}

.navigation {
    color: #fff;
}

.navigation .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: initial;
    margin: 0 8%;
}

.navigation.sticky {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    background: #0c1f29;

    -webkit-animation: 0.3s fade-in-down-lg ease-out;

            animation: 0.3s fade-in-down-lg ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.navigation ul {
    padding: 0;
    margin: 0;
    margin-left: auto;
    list-style: none;
    text-align: center;
}

.navigation li {
    display: inline-block;
}

.navigation li a {
    margin: 0 10px;
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.navigation a:hover {
    opacity: 0.8;
}

.navigation a.active {
    color: #a9c3c3;
}

.navigation .sticky-only {
    display: none;
}

.navigation.sticky .sticky-only {
    display: inline-block;
}

.navigation li .buy-now {
    text-transform: uppercase;
    letter-spacing: 0.045em;
    border-radius: 1px;
    background: #00dddd;
    background: #fff;
    line-height: 32px;
    font-size: 14px;
    padding: 0 18px;
    margin-left: 20px;
    color: #000;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
}

.navigation .buy-now:hover {
    opacity: 1;
    background: #00dddd;
}

/**
 * Sections
 */
.section {
    padding: 110px 0;
}

.section.alt {
    background: #f1f1f1;
}

.section-heading {
    padding-bottom: 34px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.167;
    text-transform: none;
}

.section-heading:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 29px;
    width: 34px;
    height: 1px;
    background: #000;
}

.section-heading.left:after {
    margin-left: 0;
    margin-right: 0;
}

.section-heading strong {
    color: #622fd9;
}

.section-heading-info {
    display: block;
    margin-bottom: 28px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #555555;
}

.section-desc {
    margin-bottom: 50px;
    color: #3a3a3a;
}

.the-feature {
    padding-top: 140px;
}

.the-feature-right {
    padding-top: 140px;
    padding-left: 105px;
}

.the-feature .section-desc {
    max-width: 520px;
}

.section-desc.limit {
    max-width: 700px;
}

.center .section-desc.limit {
    margin: 0 auto;
}

.img-shadow {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.16); 
}

/**
 * Section: AMP
 */
.amp-example {
    padding-top: 88px;
}

.amp-example .section-desc {
    font-size: 16px;
    margin-bottom: 70px !important;
}

/* Demos */

.demos {

}

.demos .sub-desc {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #797979;
}

.demos .wrap {
    max-width: 95%;
}

.demos .ts-row {
    margin: 0 -37px;
    margin-top: 90px;
    margin-bottom: 15px;
}

.demos .col-4 {
    width: 33.3333333%;
    padding: 0 37px;
    position: relative;
}

.demos .col-4:nth-child(3n+1) {
    clear: both;
}

.demos .column.in-view {
    visibility: visible;
    -webkit-animation: 0.4s fade-in-up-lg ease-in;
            animation: 0.4s fade-in-up-lg ease-in;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.demos .thumb {
    position: relative;
    display: inline-block;
    max-height: 450px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 37px rgba(12, 31, 41, 0.21);
            box-shadow: 0 1px 37px rgba(12, 31, 41, 0.21);

}

.demos img.frame {
    display: none;
    opacity: .9;
    z-index: 1;
    position: relative;
}

.demo-img {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    /*-webkit-transform: translate3d(0,0,0);*/
}

.demo-img:hover {
    -webkit-transform: translate3d(0, -36%, 0);
            transform: translate3d(0, -36%, 0);
}

.demos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.demos .thumb:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.overlay > span {
    background: #000;
    color: #fff;
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase;
}

.label-new {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    top: -14px;
    right: 23px;
    height: 44px;
    width: 44px;

    background: #e8474e;
    color: #fff;
    line-height: 44px;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.demos h3 { 
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 80px;
    text-align: center;
}

.demos .col-4:nth-child(-n+13) h3 a:after {
    margin-left: 10px;
    content: "demo";
    color: #a0a0a0;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-family: adelle;
}


.demos .message:before {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -21px;
    content: "";
    background: #318892;
    width: 42px;
    height: 1px;
}

.demos .message {
    position: relative;
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 21px;
    color: #1a1a1a;
}

/* Variations */
.demos .sep-heading {
    position: relative;
    margin-top: 80px;
    padding-bottom: 95px;
}

.demos .sep-heading:before {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -21px;
    content: "";
    background: #622fd9;
    width: 42px;
    height: 1px;
}

.demos .variations {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 72px;
    margin: 0 -30px;
    margin-bottom: 15px;
}


.demos .variations .col-4 {
    padding: 0;
    width: initial;
}

.demos .variations .thumb {
    max-height: 360px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.11);
            box-shadow: 0 0 20px rgba(0,0,0,0.11);
    border-radius: 1px;
}


.demos .variations h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

.demos .variations h3 a {
    color: inherit;
}

.demos .variations h3 span {
    margin-left: 10px;
    font-weight: 400;
    color: #9c9c9c;
    font-family: adelle;
}


.demos .variations h3 a:after {
    display: none;
}

/**
 * Section: Post Styles
 */

.section.posts {
    padding-top: 130px;
    padding-bottom: 130px;
}

.posts .section-heading {
    margin-top: 50px;
}

.posts .post-style-img {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.16); 
}

.posts .frame {
    display: block;
    position: relative;
    margin-left: auto;
}

.posts-styles {
    margin-top: 90px;
}

.posts-styles > a {
    display: block;
    margin-right: 50px;
    margin-bottom: 44px;
    text-align: center;
}

.posts-styles > .active img {
    -webkit-box-shadow: 0 0 1px #00dddd;
            box-shadow: 0 0 1px #00dddd;
}

.posts-styles a > span {
    display: block;
    margin-top: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #989898;
}

/**
 * Section: Featured Buyer
 */
.section.feat-buyer {
    padding: 100px 0;
    background: #622fd9 url('../img/feat-buyer-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.feat-buyer .section-desc {
    margin-bottom: 80px;
}


.buyer-boxes {
    margin-top: 90px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 50px;
}

.buyer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 55px;
    background: #fff;
    -webkit-box-shadow: 3px 4px 0px 0px rgba(86, 45, 180, 0.6);
            box-shadow: 3px 4px 0px 0px rgba(86, 45, 180, 0.6);
}

.buyer-box .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.buyer-box .image {
    border-radius: 50%;
    max-height: 65px;
}

.buyer-box .name {
    margin-top: 12px;
    margin-bottom: 2px;
    font-size: 17px;
}

.buyer-box .website {
    font-size: 12px;
    color: rgb(175, 175, 190);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.buyer-box .info {
    max-width: 470px;
    margin-top: 15px;
    margin-bottom: 42px;
    font-size: 15px;
    color: #6a6770;

}

.buyer-box .social-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 20px;
}

.buyer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
}

.buyer-social span {
    font-family: adelle, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #afafbe;
}

.buyer-social .fab {
    margin-bottom: 13px;
    font-size: 30px;
}

.buyer-social .fa-youtube {
    color: #ff0000;
}

.buyer-social .fa-facebook-square {
    color: #5a00ff;
}

.buyer-social .fa-instagram {
    color: #ffa800;
}



.section.dark .section-heading {
        color: #fff;
}

.section.dark .section-heading:after {
    background: #fff;
}

.section.dark .section-desc {
    color: #fff;
}

/**
 * Section: Social
 */

.social {
    padding-bottom: 80px;
}

.section.social .section-desc {
    margin-bottom: 26px;
}


/**
 * Section: Sliders
 */

.sliders .slick-slider {
    margin-top: 65px;
}

.sliders .item {
    display: block;
    margin: 30px 60px;
    -webkit-box-shadow: 0 0 38px rgba(0,0,0,0.14);
            box-shadow: 0 0 38px rgba(0,0,0,0.14);
}

.slick-arrow {
    display: none;
    position: absolute;
    outline: none !important;
    z-index: 100;
    top: 50%;
    left: 0;
    margin-top: -16px; 
    
    background: #fff;
    border: 1px solid #b2b2b2;
    color: #444;
    font-size: 18px;
    height: 32px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
    
}

.slick-arrow i {
    line-height: inherit;
}
    
.slick-arrow:hover {
    background: #fff;
    color: #161616;
}
    
.prev-arrow {
    left: 25px;
}

.next-arrow {
    left: auto;
    right: 25px;
}

/**
 * Section: Headers
 */

.section.headers {
    padding-bottom: 0;
}

.headers .section-heading {
    max-width: 450px;
}

.feat-points {
    padding: 0;
    list-style: none;
}

.feat-points li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 25px;
    font-size: 15px;
    color: #1d1d1d;
}

.feat-points .heading {
    margin: 0;
    margin-bottom: 6px;
    font-size: 18px;
}

.feat-points .icon {
    display: inline-block;
    width: 70px;
    font-size: 39px;
    vertical-align: middle;
}

.headers .feat-points li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.headers .icon {
    color: #622fd9;
}

.headers .icon-layers {
    font-size: 34px;
}

.headers .icon-show-hide {
    font-size: 45px;
}

/**
 * Section: SEO And AMP
 */
.amp-seo {
    background: #eae8ed;
    padding-bottom: 50px;
}

.amp-seo .the-feature {
    padding-top: 40px;
}

.amp-seo .section-heading {
    padding-bottom: 55px;
}

.amp-seo .icon {
    width: 64px;
    margin-top: -2px;
    margin-right: 36px;
}

.amp-seo .icon svg {
    width: 65px;
}

.amp-seo .feat-points li {
    padding-bottom: 65px;
}

/**
 * Section: Features 
 */

.main-features .feature {
    margin-bottom: 120px;
}

.main-features .features {
    margin-top: 170px;
}

.multi-styles {
    border-top: 1px solid #eee;
}

.features .features-list {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 23px;
    grid-row-gap: 30px;
    margin-top: 85px;
    margin-bottom: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .features .features-list {
        grid-row-gap: 80px;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1400px) {
    .features .features-list {
        margin-left: -50px;
        margin-right: -50px;
        grid-column-gap: 32px;
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
    }
}
.features .col-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 125px auto;
        grid-template-columns: 125px auto;
    -ms-grid-rows: auto 1fr auto;
        grid-template-rows: auto 1fr auto;
    grid-column-gap: 29px;
    width: initial;
}

.features h4 {
    text-transform: none;
    font-weight: 700;
    color: #000;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 17px;
}

.features .col-4 .icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    min-height: 125px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09);

    display: -ms-grid;

    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
}

.features .icon svg {
    max-width: 77px;
}

.features .col-4 p {
    -ms-grid-column: 2;
    grid-column: 2/2;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    color: #5a5761;
    line-height: 1.6;
}


.features .sub-heading {
    letter-spacing: 0.06em;
}


.features .features-small {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    color: #555;
    max-width: 1150px;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 35px 10px;
    text-align: left;
    list-style: none;
}

.features-small li {
    padding: 0 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
}

.features-small li:nth-child(2n+1) {
    clear: both;
}

.features-small li p:before {
    content: "\e903";
    color: #318a92;
    font-size: 21px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    margin-top: 3px;

    font-size: 19px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.features-small p {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

/**
 * Section: Support
 */
.support h3 {
    position: relative;
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 24px;
}

.support .desc {
    display: inline-block;
    max-width: 500px;
    font-size: 17px;
    color: #8b8b8b;
}

/**
 * Section: Call to Action
 */
.call-to-action {
    padding: 120px 0;
    background: #0a191e;
    color: #fff;
    background-image: url('../img/footer-bg.jpg?v=6');
    background-size: cover;
    background-position: center center;
}

.call-to-action .section-heading {
    color: #fff;
    padding-bottom: 22px;
}

.call-to-action .section-heading:after {
    display: none;
}

.call-to-action .cta-button {
    margin-top: 50px;
}

.call-to-action .section-desc {
    color: rgba(255,255,255,0.95);
    margin-bottom: 0;
}


h2 a {
    color: inherit;
}

.main-footer {
    padding: 40px 0;
}

.main-footer p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #999;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1400px) {    
    .wrap {
        width: 100% !important;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .navigation .wrap {
        margin: 0;
    }

    .support .ts-row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .support .col-6 {
        padding: 0 30px;
    }

}

@media (max-height: 805px) {

}

@media (max-width: 800px) {
    [class*="col-"] {
        width: 100%;
        float: none;
    }

    .demos .col-4 {
        width: 100%;
        padding: 0;
    }

    .demos .variations {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
    }

    .main-head {
        text-align: center;
    }

    .main-head img {
        display: inline-block;
        text-align: center;
        float: none;
        margin: 0 auto;

    }

    .intro-button {

    }

    .hline-primary {
        font-size: 35px;
    }

    .hline-primary strong {
        font-size: 47px;
    }

    .hline-secondary {
        font-size: 24px;
    }

    .navigation li a {
        margin: 0 3px;
    }

    .features-small li {
        width: 100%;
    }

    .buyer-boxes {
        -ms-grid-columns: initial;
        grid-template-columns: initial;
    }

}

@media (max-width: 767px) {
    .navigation.sticky ul  > li:not(:last-child) {
        display: none;
    }
}

@media (max-width: 500px) {


    .navigation:not(.sticky) ul > li:nth-child(n+3) {
        display: none;
    }

    .demos .thumb {
        border: 0;
    }

    .demos .variations {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/**
 * Slick slider
 */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus, 
.slick-slide:focus, 
.slick-slide a {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}