/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Noto+Sans:300,400,700&subset=latin-ext');

/* BODY */
* {
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    background: #edebe3;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

html {
    height: 100%;
}

/* LINKS */
a {
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

/* CUSTOMIZED HTML */
img {
    max-width: 100%;
}

b {
    font-weight: 700;
}

p {
    margin-bottom: 15px;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

/* VER MIDDLE */
.ver-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.ver-middle .inner {
    display: table-cell;
    vertical-align: middle;
}

/* PRELOADER */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(/public/images/home/preloader.gif) center no-repeat #fff;
    background-size: 100px 100px;
    z-index: 99;
}

.preloader {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}

.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.page-loaded .header {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.page-loaded .navbar-default {
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

/* NAVBAR DEFAULT */
.navbar-default {
    width: 100%;
    float: left;
    background: rgba(23, 31, 33, 0.90);
    border: none;
    z-index: 9;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.navbar-default {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.navbar-default * {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.navbar-default .navbar-brand {
    height: auto;
    padding: 10px 0;
}

.navbar-default .navbar-brand img {
    height: 60px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.navbar-default .navbar-nav {
    float: right;
}

.navbar-default .navbar-nav>li {
    float: left;
}

.navbar-default .navbar-nav>li a {
    float: left;
    color: #fff;
    padding: 29px 15px;
    font-weight: 700;
    font-size: 14px;
    opacity: 0.8;
}

.navbar-default .navbar-nav>li a:hover {
    background: none;
    color: #fff;
    opacity: 1;
}

.navbar-default .navbar-nav>li a:focus {
    background: none;
    color: #fff;
}

.navbar-default .navbar-nav>li span {
    width: 0;
    height: 2px;
    float: left;
}

.navbar-default .navbar-nav>li.active a {
    color: #fff;
    background: none;
    opacity: 1;
}

.navbar-default .navbar-nav>li.active a:hover {
    background: none;
    color: #fff;
}

.navbar-default .navbar-nav>li.active a:focus {
    background: none;
    color: #fff;
}

.navbar-default .navbar-nav>li.active span {
    width: 100%;
    background: #a1bec5;
}

.navbar-default .download-btn {
    height: 40px;
    line-height: 36px;
    float: right;
    border: 2px solid #774543;
    background: #774543;
    color: #fff;
    margin: 17.5px 20px;
    padding: 0 20px;
    font-weight: 700;
}

.navbar-default .download-btn:hover {
    text-decoration: none;
}

.navbar-default .social-media {
    float: right;
}

.navbar-default .social-media>li a {
    padding: 29px 7px;
    opacity: 1;
}

.navbar-default.top-nav-collapse {
    background: #fff;
}

.navbar-default.top-nav-collapse .navbar-nav>li a {
    color: #171f21;
}

.navbar-default.top-nav-collapse .navbar-nav>li.active a {
    color: #a1bec5;
}

.navbar-default.top-nav-collapse .navbar-brand img {
    -webkit-filter: inherit;
    filter: inherit;
}

.navbar-default.top-nav-collapse .social-media>li a:hover {
    color: #a1bec5;
}

/* REV SLIDER */
.revslider {
    width: 100%;
    float: left;
    position: relative;
    background: #774543;
}

.revslider {
    background: #7abcff;
    background: -moz-linear-gradient(-45deg, #774543 0%, #15cfff 0%, #0079fe 100%);
    background: -webkit-linear-gradient(-45deg, #774543 0%, #15cfff 0%, #0079fe 100%);
    background: linear-gradient(135deg, #774543 0%, #15cfff 0%, #0079fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#774543', endColorstr='#0079fe', GradientType=1);
}

.revslider .slide-title {
    font-weight: 700;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
}

.revslider .slide-text {
    color: #fff;
}

.revslider .slide-btn {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    color: #0fb5ff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3) !important;
}

.revslider .slide-btn:hover {
    color: #0fb5ff !important;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.6) !important;
}

/* MAIN TITLES */
.section-title {
    font-size: 45px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    color: #774543;
}

.section-subtitle {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    /* padding:0 calc(25vw - 200px); */
    position: relative;
    margin-top: 0;
    margin-bottom: 100px;
    line-height: 40px;
    color: #171f21;
    font-weight: 400;
    letter-spacing: 0.01px;
}

.section-subtitle:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.section-subtitle span {
    color: #774543;
    text-decoration: underline;
}

/* MYCONSTRUCT */
.myconstruct {
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
}

.myconstruct .icon-img {
    height: 100px;
    display: inline-block;
    margin-bottom: 20px;
}

.myconstruct .content-heading {
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 30px;
}

.myconstruct .content-heading:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-radius: 50%;
}

.myconstruct .content-description {
    color: #171f21;
    font-size: 17px;
    line-height: 26px;
    padding: 0 6%;
}

.myconstruct .content-btn {
    display: inline-block;
    color: #774543;
    font-size: 24px;
}

/* MYCONSTRUCT BODY */
.myconstruct-body {
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
}

.myconstruct-body a {
    color: #774543;
    text-decoration: underline;
}

.myconstruct-body .icon-img {
    height: 100px;
    display: inline-block;
    margin-bottom: 5px;
}

.myconstruct-body .content-heading {
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 5px;
}

.myconstruct-body .content-heading:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-radius: 50%;
}

.myconstruct-body .content-description {
    color: #171f21;
    font-size: 17px;
    line-height: 26px;
    padding: 0 6%;
}

.myconstruct-body .content-btn {
    display: inline-block;
    color: #774543;
    font-size: 24px;
}

.myconstruct-body .section-title {
    font-size: 80px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #774543;
}

.myconstruct-body .section-subtitle {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    /* padding:0 calc(25vw - 200px); */
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 40px;
    color: #171f21;
    font-weight: 400;
    letter-spacing: 0.01px;
}

.myconstruct-body .section-subtitle:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.myconstruct-body .text-only {
    text-align: left;
}

.myconstruct-body .text-only a {
    color: #774543;
    text-decoration: underline;
}

/* ERROR PAGES */
.errors {
    width: 100%;
    float: left;
    padding-top: 100px;
    text-align: center;
    background: #774543;
}

.errors .section-title {
    color: #fff;
    margin-bottom: 10px;
}

.errors .section-subtitle {
    color: #fff;
    margin-bottom: 20px;
}

.errors .section-subtitle:after {
    background: #fff;
}

.errors .section-subtitle a {
    display: inline-block;
    margin: 0 10px;
    color: #9cb8c9;
    text-decoration: underline;
}

.errors-body {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
}

.errors-body .text-only {
    text-align: left;
}

.errors-body .text-only a {
    color: #774543;
    text-decoration: underline;
}

/* HERO TEXT ROTATE */
.hero-text-rotate {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.hero-text-rotate {
    background: #7abcff;
    background: -moz-linear-gradient(-45deg, #0079fc 0%, #15cfff 0%, #0079fe 100%);
    background: -webkit-linear-gradient(-45deg, #0079fc 0%, #15cfff 0%, #0079fe 100%);
    background: linear-gradient(135deg, #0079fc 0%, #15cfff 0%, #0079fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079fc', endColorstr='#0079fe', GradientType=1);
}

.hero-text-rotate .hero-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    text-align: center;
    padding-top: 120px;
}

.hero-text-rotate .hero-wrapper .content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-text-rotate .hero-wrapper .content .hero-text {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0 15%;
}

.hero-text-rotate .hero-btn {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    color: #0fb5ff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.hero-text-rotate .hero-btn:hover {
    color: #0fb5ff;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.6);
}

.hero-text-rotate .text-rotator {
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 100px;
    margin-bottom: 10px;
}

.hero-text-rotate .slogan {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 82px;
    font-weight: bold;
    letter-spacing: -2px;
    word-spacing: -2px;
    overflow: hidden
}

.hero-text-rotate .slogan ul {
    position: relative;
    display: inline-block;
    overflow: visible !important;
    vertical-align: text-top;
    list-style: none;
    transform: translateY(-7px);
}

.hero-text-rotate .slogan ul li {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    opacity: 0.7;
}

.hero-text-rotate .slogan ul li:nth-child(2) {
    top: 112px;
}

.hero-text-rotate .slogan ul li:nth-child(3) {
    top: 224px;
}

.hero-text-rotate .slogan ul li:nth-child(4) {
    top: 335px;
}

.hero-text-rotate .slogan ul li:nth-child(5) {
    top: 446px;
}

/* HERO MOCKUP */
.hero-mockup {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.hero-mockup {
    background: #7abcff;
    background: -moz-linear-gradient(-45deg, #0079fc 0%, #15cfff 0%, #0079fe 100%);
    background: -webkit-linear-gradient(-45deg, #0079fc 0%, #15cfff 0%, #0079fe 100%);
    background: linear-gradient(135deg, #0079fc 0%, #15cfff 0%, #0079fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079fc', endColorstr='#0079fe', GradientType=1);
}

.hero-mockup .reporting {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/public/images/home/features/feature-reporting.png) right bottom no-repeat;
    background-size: auto 100%;
    display: table;
}

.hero-mockup .invoicing {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/public/images/home/features/feature-invoicing.png) right bottom no-repeat;
    background-size: auto 100%;
    display: table;
}

.hero-mockup .hero-wrapper .content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-mockup .hero-wrapper .content .hero-title {
    font-weight: 700;
    font-size: 100px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    margin-left: -3px;
    margin-bottom: 25px;
    margin-top: 100px;
}

.hero-mockup .hero-wrapper .content .hero-text {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 40px;
}

.hero-mockup .hero-wrapper .content .hero-btn {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    color: #0fb5ff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
}

.hero-mockup .hero-wrapper .content .hero-btn:hover {
    color: #0fb5ff;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.6);
}

/* HERO IMAGE */
.hero-image {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #6ac4fe;
    overflow: hidden;
}

.hero-image .cover-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) contrast(0.8);
}

.hero-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1d3162;
    mix-blend-mode: lighten;
}

.hero-image .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.hero-image .hero-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
}

.hero-image .hero-wrapper .content {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.hero-image .hero-wrapper .content img {
    width: 380px;
    margin-top: 20%;
}

.hero-image .hero-wrapper .content .hero-title {
    font-weight: 700;
    font-size: 100px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    margin-left: -3px;
    margin-bottom: 25px;
    margin-top: 100px;
}

.hero-image .hero-wrapper .content .hero-text {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 40px;
}

.hero-image .hero-wrapper .content .hero-btn {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    color: #0fb5ff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
}

.hero-image .hero-wrapper .content .hero-btn:hover {
    color: #0fb5ff;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.6);
}

/* HERO YOUTUBE */
.hero-youtube {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.hero-youtube.container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.hero-youtube .hero-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    padding: 15px;
}

.hero-youtube .hero-wrapper .content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hero-youtube .hero-wrapper .content .hero-title {
    font-weight: 700;
    font-size: 100px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    margin-left: -3px;
    margin-bottom: 25px;
    margin-top: 100px;
}

.hero-youtube .hero-wrapper .content .hero-text {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 40px;
    padding: 0 15%;
}

.hero-youtube .hero-wrapper .content .hero-btn {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    color: #0fb5ff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
}

.hero-youtube .hero-wrapper .content .hero-btn:hover {
    color: #0fb5ff;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.6);
}

.mbYTP_wrapper {
    background: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    opacity: 1 !important;
}

/* FEATURES */
.features {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #edebe3;
}

.features .features-box {
    width: 100%;
    float: left;
}

.features .features-box img {
    height: 80px;
}

.features .features-box .content-heading {
    font-size: 19px;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
}

.features .features-box .content-description {
    color: #171f21;
}

.features .features-box:hover .content-heading {
    color: #774543;
}

.features .iphone-left {
    margin-right: -40%;
    width: 320px;
}

.features .iphone-center {
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

.features .iphone-right {
    margin-left: -40%;
    width: 320px;
}

.features .large {
    font-size: 65px;
    padding: 5px;
    color: #774543;
    text-decoration: none;
}

.features-box a {
    text-decoration: none;
}

.content-heading a:hover {
    text-decoration: underline;
}

/* XERO */
.xero-addon {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
    background: #171f21;
}

.xero-addon h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}

.xero-addon h6 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    /* padding:0 calc(25vw - 200px); */
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.01px;
}

.xero-addon h6:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.xero-addon a {
    display: inline-block;
    color: #171f21;
}

.xero-addon a {
    padding: 10px;
    border: none;
    background: #a1bec5;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.xero-addon a img {
    width: 200px;
    border-radius: 8px;
}

/* BANNER BLUE */
.banner-blue {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
    background: #774543;
}

.banner-blue h2 {
    font-size: 80px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}

.banner-blue h6 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    /* padding:0 calc(25vw - 200px); */
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.01px;
}

.banner-blue h6:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.banner-blue a {
    display: inline-block;
    margin: 0 10px;
    color: #9cb8c9;
    text-decoration: underline;
}

.banner-blue a img {
    width: 200px;
    border-radius: 8px;
}

/* BANNER WHITE */
.banner-white {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
    background: #fff;
}

.banner-white h2 {
    font-size: 80px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #774543;
}

.banner-white h6 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    /* padding:0 calc(25vw - 200px); */
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.01px;
}

.banner-white h6:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.banner-white a {
    display: inline-block;
    margin: 0 10px;
    color: #774543;
    text-decoration: underline;
}

.banner-white a img {
    width: 200px;
    border-radius: 8px;
}

/* POWERED CTA (light section, matches other blocks) */
.powered-cta {
    width: 100%;
    float: left;
    padding: 45px 0;
    text-align: center;
    background: #fff;
}

.powered-cta .powered-cta__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.powered-cta .section-title {
    margin-bottom: 12px;
}

.powered-cta .section-subtitle {
    max-width: 860px;
    margin: 0 auto 18px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #171f21;
    font-weight: 400;
}

.powered-cta .section-subtitle:after {
    display: none;
}

.powered-cta .powered-cta__btn {
    margin: 0 auto 18px;
}

.powered-cta .powered-cta__logo {
    display: block;
    margin: 25px auto 0;
    max-width: 420px;
    width: 100%;
    height: auto;
}

/* NEWS */
.news {
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
}

.news .news-box {
    width: 100%;
    display: table;
}

.news .news-box .left-image {
    width: 50%;
    display: table-cell;
}

.news .news-box .left-image img {
    width: 100%;
}

.news .news-box .right-content {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    padding: 20px;
}

.news .news-box .right-content h4 {
    display: block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    line-height: 32px;
}

.news .news-box .right-content h4 a {
    color: #774543;
}

.news .news-box .right-content small {
    display: block;
    color: #999;
    font-size: 11px;
    font-weight: 700;
}

/* PLANS */
.plans {
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
    background: #774543;
}

.plans .section-title {
    color: #fff;
}

.plans .section-subtitle {
    color: #fff;
}

.plans .section-subtitle a {
    display: inline-block;
    margin: 0 10px;
    color: #9cb8c9;
    text-decoration: underline;
}

.plans .price-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
}

.plans .price-box img {
    height: 80px;
    margin-bottom: 40px;
}


.plans .price-box-trade h5 {
    font-weight: 700;
    font-size: 30px;
    color: #171f21;
    font-family: 'Fjalla One', sans-serif;
}

.plans .price-box-standard h5 {
    font-weight: 700;
    font-size: 30px;
    color: #93aeb5;
    font-family: 'Fjalla One', sans-serif;
}

.plans .price-box-pro h5 {
    font-weight: 700;
    font-size: 30px;
    color: #774543;
    font-family: 'Fjalla One', sans-serif;
}

.plans .price-box-trade span {
    color: #171f21;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.plans .price-box-standard span {
    color: #93aeb5;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.plans .price-box-pro span {
    color: #774543;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.plans .price-box span:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.plans .price-box strong {
    font-size: 30px;
}

.plans .price-box ul {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.plans .price-box ul li {
    list-style: none;
    margin: 10px 0;
    color: #171f21;
    font-size: 12px;
    text-align: left;
    padding-left: 60px;
    font-size: 15px;
}

.plans .price-box a {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #774543;
    color: #fff;
    font-weight: 700;
}

.plans .price-box-trade a {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #171f21;
    color: #fff;
    font-weight: 700;
}

.plans .price-box-standard a {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #93aeb5;
    color: #fff;
    font-weight: 700;
}

.plans .price-box-pro a {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    background: #774543;
    color: #fff;
    font-weight: 700;
}

.plans .price-box a:hover {
    text-decoration: none;
}

.plans .price-details {
    color: #fff;
}

/* CONTACT */
.contact {
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
}

.contact .contact-box {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.contact .contact-box i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    background: #774543;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 50%;
}

.contact .contact-box .title {
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 30px;
}

.contact .contact-box .title:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-radius: 50%;
}

.contact .contact-box .content {
    color: #999;
    font-size: 17px;
    line-height: 26px;
    padding: 0 6%;
}

.contact .contact-box .content a {
    color: #774543;
    text-decoration: underline;
}

.contact #map {
    width: 80%;
    height: 400px;
    float: left;
    margin: 0 10%;
    background: #774543;
    margin-top: 40px;
    border: 10px solid #fff;
}

/* FOOTER */
.footer {
    width: 100%;
    padding-top: 50px;
    background: #171f21;
    text-align: center;
    margin-top: auto;
}

.footer .footjoin {
    width: 100%;
    float: left;
    padding: 0 25%;
}

.footer .footjoin h4 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 20px;
}

.footer .footjoin button[type="submit"] {
    display: inline-block;
    margin-bottom: 20px;
    color: #774543;
}

.footer .footjoin small {
    display: block;
    color: #fff;
}

.footer .sub-footer {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .sub-footer span {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
}

.footer .sub-footer span a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.footer .sub-footer span img {
    padding-bottom: 5px;
}

.footer .sub-footer .social-media {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.footer .sub-footer .social-media li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
}

.footer .sub-footer .social-media li a {
    width: 34px;
    height: 34px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
}

.footer .sub-footer .social-media li a:hover {
    background: #fff;
    color: #a1bec5;
}

.footer .footjoin a {
    display: inline-block;
    margin-bottom: 20px;
    color: #171f21;
}

.footer .footjoin a {
    padding: 15px 25px 15px 25px;
    border: none;
    background: #a1bec5;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

/* SCROLL UP */
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #774543;
    border-radius: 50px;
}

.scrollup:hover {
    color: #fff;
}

/* MENU BUTTON */
.navbar-toggle {
    float: right;
    position: relative;
    width: 23px;
    height: 23px;
    margin: 15px;
    padding: 0;
}

.navbar-toggle span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin: 9px 0 0;
    background: #fff;
    -ms-transition: background 0s .2s;
    -webkit-transition: background 0s .2s;
    transition: background 0s .2s;
}

.navbar-toggle span:before,
.navbar-toggle span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    -ms-transition-duration: .2s, .2s;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -ms-transition-delay: .2s, 0s;
    -webkit-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s;
}

.navbar-toggle span:before {
    top: -7px;
    -ms-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    transition-property: top, transform;
}

.navbar-toggle span:after {
    bottom: -7px;
    -ms-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.navbar-toggle.is-active span {
    background: none
}

.navbar-toggle.is-active span:before {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.is-active span:after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle.is-active span:before,
.navbar-toggle.is-active span:after {
    -ms-transition-delay: 0s, .2s;
    -webkit-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}

.top-nav-collapse .navbar-toggle span {
    background: #774543;
}

.top-nav-collapse .navbar-toggle span:before {
    background: #774543;
}

.top-nav-collapse .navbar-toggle span:after {
    background: #774543;
}

.top-nav-collapse .navbar-toggle.is-active span {
    background: none
}

/* MEDIUM FIXES */
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
    .features .iphone-left {
        width: 220px;
    }

    .features .iphone-center {
        width: 350px;
    }

    .features .iphone-right {
        width: 220px;
    }
}

/* TABLET FIXES */
@media only screen and (max-width: 989px),
only screen and (max-device-width: 989px) {
    .navbar-default .navbar-brand {
        padding-left: 15px;
    }

    .revslider .slide-title br {
        display: none;
    }

    .revslider .slide-text {
        text-align: center;
    }

    .hero-mockup .hero-wrapper {
        background-size: auto 80%;
    }

    .hero-mockup .hero-wrapper .content .hero-title {
        font-size: 70px;
    }

    .hero-mockup .hero-wrapper .content {
        vertical-align: top;
        padding-top: 60px;
    }

    .hero-image .hero-wrapper .content .hero-title {
        font-size: 86px;
    }

    .hero-text-rotate .slogan {
        font-size: 60px;
    }

    .hero-text-rotate .slogan ul {
        transform: translateY(-4px);
    }

    .hero-video .hero-wrapper {
        background-size: auto 80%;
    }

    .hero-video .hero-wrapper .content .hero-title {
        font-size: 70px;
    }

    .hero-video .hero-wrapper .content {
        vertical-align: top;
        padding-top: 60px;
    }

    .hero-video .video-container video {
        width: auto;
    }

    .hero-youtube .hero-wrapper .content .hero-title {
        font-size: 86px;
    }

    .xero-addon {
        background-size: auto 150%;
    }

    .banner-white {
        background-size: auto 150%;
    }

    .banner-blue {
        background-size: auto 150%;
    }

    .news .news-box .left-image {
        width: 100%;
        float: left;
    }

    .news .news-box .right-content {
        width: 100%;
        float: left;
    }

    .footer .footjoin {
        width: 100%;
        float: left;
        padding: 0 10%;
    }
}

/* MOBILE FIXES */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .section-title {
        font-size: 40px !important;
    }

    .hero-mockup .hero-wrapper {
        background-size: auto 60%;
    }

    .hero-mockup .hero-wrapper .content .hero-title {
        font-size: 33px;
    }

    .hero-mockup .hero-wrapper .content {
        padding-top: 0;
    }

    .hero-image .hero-wrapper {
        left: 15px;
    }

    .hero-image .hero-wrapper .content {
        width: 100%;
        float: left;
        text-align: center;
    }

    .hero-image .hero-wrapper .content img {
        width: 160px;
        margin-top: 90px;
    }

    .hero-image .hero-wrapper .content .hero-title {
        font-size: 40px;
        margin-top: 10px;
    }

    .hero-static-text .hero-wrapper .content .hero-title {
        font-size: 40px;
    }

    .hero-text-rotate .hero-wrapper .content .hero-text {
        padding: 0;
    }

    .hero-text-rotate .slogan {
        font-size: 30px;
    }

    .hero-text-rotate .slogan ul {
        transform: translateY(-1px);
    }

    .hero-video .hero-wrapper {
        background-size: auto 60%;
    }

    .hero-video .hero-wrapper .content .hero-title {
        font-size: 33px;
    }

    .hero-video .hero-wrapper .content {
        padding-top: 0;
    }

    .hero-youtube .hero-wrapper .content .hero-title {
        font-size: 50px;
    }

    .hero-youtube .hero-wrapper .content .hero-text {
        padding: 0;
    }

    .navbar-default .download-btn {
        width: 90%;
        margin: 0 5%;
        margin-bottom: 20px;
        border: 2px solid #fff;
        box-shadow: none;
        text-align: center;
        background: none;
    }

    .navbar-default .navbar-toggle {
        border: none;
        margin-top: 23px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .navbar-default .navbar-nav>li {
        width: 100%;
    }

    .navbar-default .navbar-nav>li>a {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        color: #fff !important;
    }

    .navbar-default .navbar-nav>li.active span {
        display: none !important;
    }

    .navbar-default .social-media {
        width: 100%;
        text-align: center;
    }

    .navbar-default .social-media li {
        width: auto;
        float: none;
        display: inline-block;
    }

    .navbar-default .social-media li a {
        color: #fff !important;
        padding: 20px 10px;
    }

    .features .features-box {
        text-align: center;
    }

    .features .iphone-left {
        display: none;
    }

    .features .iphone-center {
        width: 300px;
        margin: 40px 0;
        float: none;
        display: inline-block;
    }

    .features .iphone-right {
        display: none;
    }

    .xero-addon h2 {
        font-size: 40px !important;
    }

    .xero-addon a {
        margin: 10px 0;
    }

    .banner-white h2 {
        font-size: 40px !important;
    }

    .banner-white a {
        margin: 10px 0;
    }

    .banner-blue h2 {
        font-size: 40px !important;
    }

    .banner-blue a {
        margin: 10px 0;
    }

    .news .news-box {
        padding: 0 10%;
        float: left;
        margin-bottom: 30px;
    }

    .plans .price-box {
        width: 80%;
        margin: 0 10%;
        margin-bottom: 30px;
    }

    .footer .footjoin {
        width: 100%;
        float: left;
        padding: 0 5%;
    }

    .footer .sub-footer span {
        width: 100%;
        float: left;
        text-align: center;
    }

    .footer .sub-footer .social-media {
        margin: 10px 0;
    }

    .scrollup {
        width: 100%;
        height: 30px;
        line-height: 30px;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }
}

/* FORMS */
.input-group-addon {
    background: #eeeeee !important;
    padding: 6px;
    width: 70px;
    color: #171f21;
}

.join.summary {
    padding: 20px 0 50px 0;
}

.join.summary p {
    margin: 0 auto 15px;
    font-size: 40px;
    line-height: normal;
}

.frmnote {
    text-align: left;
}

.frmjoin .input-group,
.frmlog .input-group {
    margin-bottom: 10px;
    width: 100%;
}

.frmjoin .input-group-addon,
.frmlog .input-group-addon {
    text-align: left;
    width: 140px;
}

.pwstrength_viewport_progress {
    margin: 0px;
}

.progress {
    background-color: none;
    box-shadow: none;
}

button[type="submit"] {
    height: 50px;
    padding: 0 25px;
    border: none;
    background: #774543;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.info {
    color: #4a84bc;
    border-color: #c6e3ff;
    background-color: #e6f3ff;
}

.error {
    color: #bd6767;
    border-color: #f1bdbd;
    background-color: #ffdddd;
}

.notice {
    color: #a79a30;
    border-color: #d7d099;
    background-color: #f6f2d2;
}

.success {
    color: #1ea133;
    border-color: #a9ecb4;
    background-color: #dffbe4;
}

.hero-mockup .invoicing {
    background-position: center bottom;
}

@media (min-width:768px) {
    .hero-mockup .invoicing {
        background-position: center bottom;
        background-size: auto 60%;
    }
}

@media (min-width:992px) {
    .hero-mockup .invoicing {
        background-position: right bottom;
        background-size: auto 50%;
    }
}

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

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

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

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

    .hero-mockup .invoicing {
        background-size: auto 65%;
    }
}

@media (min-width:1600px) {
    .hero-mockup .invoicing {
        background-size: auto 100%;
    }
}

.hero-mockup .reporting {
    background-position: center bottom;
}

@media (min-width:768px) {
    .hero-mockup .reporting {
        background-position: center bottom;
        background-size: auto 60%;
    }
}

@media (min-width:992px) {
    .hero-mockup .reporting {
        background-position: right bottom;
        background-size: auto 50%;
    }
}

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

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

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

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

    .hero-mockup .reporting {
        background-size: auto 65%;
    }
}

@media (min-width:1600px) {
    .hero-mockup .reporting {
        background-size: auto 100%;
    }
}

.img-right {
    padding-bottom: 30px;
}

/*NEW BUTTONS */
.full-btn {
    height: 80px;
    line-height: 36px;
    border: 2px solid #774543;
    color: #fff;
    background: #774543;
    margin: 20px;
    padding: 20px;
    border-radius: 45px;
    box-shadow: 0px 5px 20px rgba(0, 121, 252, 0.3);
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

a.full-btn {
    color: #fff;
    text-decoration: none;
}

.empty-btn {
    height: 80px;
    line-height: 36px;
    border: 5px solid #774543;
    color: #fff;
    background: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 45px;
    box-shadow: 0px 5px 20px rgba(0, 121, 252, 0.3);
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

a.empty-btn {
    color: #774543;
    text-decoration: none;
}

#join-result {
    padding-top: 10px;
}

a.featmore {
    color: #93aeb5;
}

a.featmore:hover {
    text-decoration: underline;
}

.mfa-foot {
    text-align: center;
}

.scrape-checker {
    display: none !important;
}

.btn {
    border-radius: 0px !important;
}