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

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

::-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 {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Landing page
   ========================================================================== */
body {
    font-size: 18px;
    font-family: "adelle-sans", sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
}

a {
    text-decoration: none;
    color: #1a1a1a;
    -webkit-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-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: 1170px;
    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;
}


/**
 * Header 
 */
.main-head {
    position: relative;
    background: #0025dc;
    color: #fff;
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: center center;
}

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

.main-head .small-label {
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

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

.hline-primary {
    margin-top: 0;
    margin-bottom: 38px;
	font-size: 37px;
	font-weight: 700;
    text-align: center;
    line-height: 1.42;
}

.hline-primary em {
	font-family: ff-more-web-pro, georgia, serif;
	font-size: 49px;
    font-weight: 300;
}

.hline-primary strong {
    color: #00dddd;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0.015em;
}

.hline-primary p {
    margin: 0;
}

.hline-secondary {
	margin: 0 auto;
    margin-bottom: 0;
    font-weight: 600;
	font-size: 18px;
	max-width: 650px;
	line-height: 1.667;
}

.hline-secondary strong {
	font-weight: bold;
	color: #00FF00;
}

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

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

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

.cta-button {
    display: inline-block;
    padding: 13px 32px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1;
    color: #000;
    background: #00FF00;
    -webkit-box-shadow: 0 2px 10px rgba(8, 26, 34, 0.2);
            box-shadow: 0 2px 10px rgba(8, 26, 34, 0.2);

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

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

.cta-button:hover {
	background: #fff;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}

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

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

.logo {

}

.navigation {
    color: #fff;
}

.navigation .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: initial;
    max-width: 1500px;
}

.navigation.sticky {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    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.sticky .logo {
	max-height: 37px;
}

.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: 600;
    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 {
	margin-left: 22px;
    padding: 12px 32px;
    border-radius: 1px;
	color: #000;
}

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

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

.section.alt {
    background: #f1f1f1;
}

.section-heading {
	margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.2;
    text-transform: none;
}


.section-heading strong {
    display: inline-block;
    line-height: 0.9;
    font-weight: inherit;
    -webkit-box-shadow: inset 0px -9px 0 0px #00dddd;
            box-shadow: inset 0px -9px 0 0px #00dddd;
}

.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: #828282;
}

.center .section-desc {
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 585px;
}

.section-button {
	display: inline-block;
	padding: 0 25px;
	background: #2D53FE;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s ease-in;
}

.section-button:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.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); 
}

/* 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 -44px;
    margin-top: 78px;
    margin-bottom: 15px;
}

.demos .col-6 {
    padding: 0 44px;
    position: relative;
}

.demos .col-6:nth-child(2n+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: 680px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);

}

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

.demo-img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-filter: blur(0);
}

.demo-img:hover {
    -webkit-transform: translate3d(0, -38%, 0);
            transform: translate3d(0, -38%, 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;
    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: 21px;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 65px;
    text-align: center;
}

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


.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;
}

/**
 * Section: Post Styles
 */

.section.posts {
    padding-top: 0;
}

.posts .ts-row {
	margin: 0 -15px;
	margin-bottom: -50px;
	margin-top: 80px;
}

.posts .col-4 {
	padding: 0 15px;
	position: relative;
}

.label-guten {
	position: absolute;
    z-index: 2;
    top: -5px;
    right: 15px;

    background: #2448ff;
    color: #fff;
    line-height: 34px;
    padding: 0 13px;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.posts .thumb {
	margin-bottom: 55px;
	max-height: 460px;
}

.posts img:hover {
	transform: translate3d(0, -25%, 0);
}

/**
 * Section: Gutenberg
 */
.section.gutenberg {
	padding-top: 45px;
}

.gutenberg .info {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.gutenberg .section-desc {
	margin-bottom: 35px;
}

/**
 * Section: Social
 */

.social {
    padding-bottom: 80px;
}

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


/**
 * Section: Sliders
 */

.section.sliders {
	background: #fafafa;
}

.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;
    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 {

}

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

.headers .info ul {
    padding: 0;
    list-style: none;
}

.headers .info li {
    padding-bottom: 25px;
    font-size: 16px;
    color: #2d2d2d;
}

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

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

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

/**
 * Section: Features 
 */

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

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

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

.features .features-list {
    margin: 0 -15px;
    margin-top: 85px;
    margin-bottom: 15px;
}

.features .col-4 {
    margin: 15px;
    padding: 32px 30px;
    border: 1px solid #e4e4e4;
    width: calc(33.33333% - 30px);
    /*text-align: left;*/
}

.features h4 {
    font-family: futura-pt, futura, sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.features .col-4 p {
    font-weight: 400;
    font-size: 17px;
    color: #888;
    line-height: 1.6;
}

.features i {
    font-size: 80px;
    color: #333;
}

.features .col-4:nth-child(2n+1) {
    background: #fbfbfb;
}

.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: AMP
 */

.amp-example .section-desc {
    margin-bottom: 60px;
}

/**
 * Section: Call to Action
 */
.call-to-action {
	padding: 70px 0;
	padding-top: 85px;
    background: #0025dc;
    color: #fff;
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.call-to-action .section-heading {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 37px;
	color: #fff;
}

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

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

.call-to-action .section-desc {
    color: #909698;
    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;
    }

    .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%;
    }

}

@media (max-width: 767px) {
    .navigation ul  > li:not(:last-child) {
        display: none;
	}
	
	
	.hline-primary {
		font-size: 30px;
	}

	.hline-primary em {
		font-size: 33px;
	}

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

@media (max-width: 500px) {


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

    .demos .thumb {
        border: 0;
	}

}


/* ==========================================================================
   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;
}