html, body {
    height: 100%;
    font-family: 'Lato', sans-serif !important;
}

html p, body p {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif !important;
    font-weight: normal;
}

/*.mje-body #notifybar, .mje-body #nbar_downArr {
    display: none;
}*/

/***** HEADER BANNER *****/

.banner-landing-page-wrap {
    background: #fff;
    width: 100%;
    height: 100%;
}

.banner-landing-page-wrap .banner-landing-page {
    background: url("../img/microjob/barner-bg.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

.mje-nav {
    margin-top: 10%;
}

.nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin-right: 40px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}

.product-overview {
    position: relative;
}

.overview-left {
    position: relative;
    margin-top: 10%;
    z-index: 9;
}

.overview-left h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 0.5;
}

.overview-left h3 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 5px;
}

.overview-left p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.btn-group-sale-page {
    margin-top: 80px;
    margin-bottom: 30px;
}

.btn-group-sale-page a {
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 0;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 34px;
}

.btn-group-sale-page a:last-child {
    margin-right: 0;
}

.btn-group-sale-page a.live-demo-btn:hover {
    background: #fff;
    color: #10a2ef;
}

a.get-premium-btn {
    background: #fff;
    color: #10a2ef;
}

a.get-premium-btn:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.view-docs {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 27px;
}

.view-docs a {
    color: #fff;
    text-decoration: underline;
}

.overview-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
}

/**** MJE BLOCK *****/

.mje-block {
    padding: 100px 0;
}

.mje-block .mje-title {
    font-size: 48px;
    font-weight: 300;
    color: #0f7dff;
}

.mje-block .title-line {
    height: 3px;
    width: 85px;
    border-top: 3px solid #1079ff;
    display: inline-block;
    margin: 35px 0;
}

.mje-block .mje-desc {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px;
    line-height: 30px;
}

/**** Benefit *****/

.benifit-content {
    position: relative;
    color: #666;
}

.benifit-left {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
}

.benifit-right {
    position: absolute !important;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
}

/**** Experience ****/

.block-title {
    font-size: 25px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 30px;
}

.block-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

p.sub-title {
    font-weight: 900;
}

.experience-block {
    margin-bottom: 50px;
}

/****** Core functions ******/

.core-functions-wrap {
    position: relative;
    margin: 50px 0;
}

.function-content h2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;

}

.function-content p {
    font-size: 14px;
    color: #a1b1bc;
}

.function-block-top .function-block-line {
    width: 20px;
    position: absolute;
    border-top: 1px solid #98a6b0;
    border-right: 1px solid #98a6b0;
    top: 50%;
    right: -25px;
}

.function-block-top .function-block-line:after {
    font-family: FontAwesome;
    content: '\f10c';
    position: absolute;
    color: #23b6f4;
    font-size: 16px;
    font-weight: 900;
    bottom: -20px;
    right: -7px;
}

.function-block-1, .function-block-2, .function-block-3 {
    text-align: right;
    position: absolute;
    border-right: 5px solid #3781fa;
    padding-right: 10px;
}

.function-block-1 {
    top: 140px;
    left: 80px;
}

.function-block-1 .function-block-line {
    height: 285px;
}

.function-block-2 {
    top: -10px;
    left: 400px;
}

.function-block-2 .function-block-line {
    height: 235px;
}

.function-block-3 {
    top: -65px;
    right: 275px;
}

.function-block-3 .function-block-line {
    height: 175px;
}

.function-block-4, .function-block-5, .function-block-6 {
    text-align: left;
    position: absolute;
    border-left: 5px solid #3781fa;
    padding-left: 10px;
}

.function-block-bottom .function-block-line {
    width: 20px;
    position: absolute;
    border-left: 1px solid #98a6b0;
    border-bottom: 1px solid #98a6b0;
    bottom: 50%;
    left: -25px;
}

.function-block-bottom .function-block-line:before {
    font-family: FontAwesome;
    content: '\f10c';
    position: absolute;
    color: #23b6f4;
    font-size: 16px;
    font-weight: 900;
    top: -20px;
    left: -7px;
}

.function-block-4 {
    bottom: -120px;
    left: 115px;
}

.function-block-4 .function-block-line {
    height: 260px;
}

.function-block-5 {
    bottom: 30px;
    right: 400px;
}

.function-block-5 .function-block-line {
    height: 210px;
}

.function-block-6 {
    bottom: -100px;
    right: 65px;
}

.function-block-6 .function-block-line {
    height: 230px;
}

.modal-and-more-features .view-modal-features {
    position: absolute;
    right: 30px;
    top: 100px;
    width: 140px;
    height: 330px;
    background: transparent;
}

.modal-and-more-features .view-modal-features, .modal-and-more-features .view-modal-features:hover,
.modal-and-more-features .view-modal-features:visited, .modal-and-more-features .view-modal-features:active,
.modal-and-more-features .view-modal-features:focus {
    outline: none;
}

/**** Layout *****/

.mje-layout img:hover {
    -webkit-box-shadow: 0 0 45px #e9e9e9;
    box-shadow: 0 0 45px #e9e9e9;
}

.create-market-demo {
    margin-top: 60px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}

.create-market-demo a {
    padding: 15px 30px;
    background: #3781fa;
    color: #fff;
    text-transform: uppercase;
    margin-left: 30px;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
}

/****** Testimonial ******/

.mje-testimonial {
    background: #f3f7ff;
}

.test-item-head {
    font-size: 18px;
}

.test-item-head img {
    width: 56px;
    height: 56px;
    border: 1px solid #fff;
    margin-right: 25px;
    display: inline-block;
}

.test-item-head p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.test-item-head p.author-name {
    display: inline-block;
    font-weight: bold;
    color: #3586fc;
}

#mje-testi-slide ol li {
    border: 1px solid #0e82ff;
}

#mje-testi-slide ol li.active {
    background: #0e82ff;
}

.carousel-indicators {
    bottom: -30px;
}

/***** Package *****/

.ribbon {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    overflow: hidden;
    width: 130px;
    height: 130px;
    text-align: right;
}

.ribbon span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); /* Needed for Safari */
    width: 170px;
    display: block;
    background: #e4354a;
    box-shadow: 0 3px 10px 0 rgba(53, 58, 49, 1);
    position: absolute;
    top: 25px;
    right: -40px;
}

.package-item {
    text-align: center;
    height: 520px;
    padding: 50px;
    color: #fff;
}

.package-item h1 {
    font-size: 24px;
    font-weight: 300;
    line-height: 0;
    color: #fff;
}

.package-name {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
}

.pricing-number {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
}

h3.pricing-coming {
    font-size: 45px;
    line-height: 108px;
    white-space: nowrap;
}

.pricing-number sup {
    font-size: 24px;
    top: -40px;
}

span.pricing-regular {
    font-size: 45px;
    position: relative;
    margin-right: 30px;
    color: #197b45;
}

span.pricing-regular:before {
    position: absolute;
    content: "";
    width: 120%;
    left: -10px;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: inherit;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.package-desc {
    font-size: 18px;
    font-weight: 300;
}

.package-item a {
    margin-top: 45px;
    padding: 15px 30px;
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}

.package-basic a {
    background: #2d6cc4;
}

.package-basic a:hover {
    background: #fff;
    color: #2d6cc4;
}

.package-plus a {
    background: #197b45;
}

.package-plus a:hover {
    background: #fff;
    color: #197b45;
}

.package-pro a {
    background: #ff7000;
}

.package-pro a:hover {
    background: #fff;
    color: #ff7000;
}

.package-basic {
    background: #3781fa;
}

.package-plus {
    background: #239e5a;
}

.package-pro {
    background: #fc991c;
}

.package-includes {
    padding: 50px;
}

.package-includes p {
    font-size: 20px;
    font-weight: 300;
}

.package-includes ul {
    list-style: none;
    padding: 0;
}

.package-includes ul li {
    font-size: 16px;
    line-height: 1.8;
}

.package-includes ul li.text-blue {
    color: #3586fc;
}

.package-includes ul li.text-orange {
    color: #ff7200;
}

.package-includes ul li.more-include a {
    color: #ff7200;
    font-style: italic;
    text-decoration: underline;
}

.package-basic-item-wrap {
    border: 2px solid #2d6cc4;
}

.package-plus-item-wrap {
    border: 2px solid #197b45;
}

.package-pro-item-wrap {
    border: 2px solid #ff7000;
}

/***** Stats counter *****/
.mje-stats {
    background: #f3f7ff;
    padding: 50px 0;
}

.counter-stat {
    font-size: 72px;
    font-weight: 300;
    color: #3586fc;
    line-height: 1;
    text-align: center;
}

.stats-text {
    text-align: center;
    font-size: 15px;
    color: #3586fc;
}

/****** Extensions ******/

.extensions-item-wrap {
    border: 1px solid #d2d9da;
}

.item-content-wrap {
    padding: 30px;
}

.item-content-wrap h3 {
    font-size: 18px;
    font-weight: bold;
    color: #05152d;
}

.item-meta {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
}

.rating-star {
    color: #0f7dff;
    display: inline-block;
    float: left;
}

.item-pricing {
    float: right;
    font-size: 30px;
    font-weight: 900;
    color: #0e82ff;
}

.item-desc {
    font-size: 15px;
    color: #828891;
}

.item-btn-group {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.item-btn-group a {
    padding: 5px 10px;
    font-size: 13px;
}

.item-btn-group a.buy-now {
    background: #0f7dff;
    border: 1px solid #0f7dff;
    color: #fff;
    float: left;
}

.item-btn-group a.read-more {
    border: 1px solid #d2d9da;
    float: right;
    color: #8c929a;
}

.owl-dot span {
    background: transparent !important;
    border: 1px solid #0f7dff !important;
}

.owl-dot.active span {
    background: #0f7dff !important;
    border: 1px solid #0f7dff !important;
}

.view-all-ext {
    font-size: 24px;
    font-weight: 300;
    margin-top: 50px;
}

.view-all-ext p {
    margin-bottom: 0;
    text-align: left;
    font-size: 20px;
    line-height: 64px;
    font-weight: 500;
}

.view-all-ext a {
    font-size: 24px;
    padding: 15px 25px;
    background: #3781fa;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}

/***** Footer ******/

.widgettitle {
    color: #3586fc !important;
}

.newsletters-form .input-form-newsletters input {
    border: 1px solid #3781fa;
}

.newsletters-form .input-form-newsletters .icon-email-newsletters {
    color: #3781fa;
}

.copyright-engine-footer {
    background: #0e7ae8;
}

/**** Modal ****/

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#more-features .modal-content {
    width: 750px;
}

.modal-content {
    position: relative;
}

.modal-header {
    padding: 0;
}

.modal-header button.close {
    position: absolute;
    right: -5px;
    top: -40px;
    font-size: 50px;
    color: #fff;
    opacity: 1;
    outline: none;
}

.functions-list h2 {
    font-size: 24px;
    color: #0d87ff;
    text-align: center;
}

.functions-list ul {
    width: 50%;
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 30px;
}

.functions-list ul:first-child {
    float: left;
}

.functions-list ul:last-child {
    float: right;
}

.functions-list ul li {
    width: 100%;
    color: #828891;
    line-height: 2.5;
    font-size: 18px;
    font-weight: 300;
}

.functions-list ul li.coming-soon {
    color: #e5e5e5;
}

.functions-list ul li.coming-soon span {
    color: #0d87ff;
    font-style: italic;
}

/*.functions-list ul li:hover {
    color: #0d87ff;
}*/

.functions-list ul li.coming-soon:hover {
    color: #e5e5e5;
}

/*.functions-list ul li:after {
    font-family: FontAwesome;
    content: '\f0c1';
    font-size: 18px;
    float: right;
    color: #0d87ff;
}*/

.opacity-text {
    opacity: 0.5;
}

.coming-btn-group {
    opacity: 0.5;
    text-align: center;
    pointer-events: none;
    cursor: default;
}

.coming-btn-group a {
    width: 100%;
}

/* ------------------------------------------------------- */
/* BACK TO TOP STYLE
/* ------------------------------------------------------- */

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #f9f9f9;
    color: #3781fa;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.1s ease-out;
    opacity: 0;
    font-size: 30px;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

.standard-security {
    text-align: center;
    margin-top: 30px;
}

.standard-security a {
    text-decoration: underline;
    font-size: 20px;
    color: #3586fc;
}

/****** RESPONSIVE *******/

@media screen and (max-height: 769px) {
    .overview-right {
        width: 60%;
    }
}