@font-face {
    font-family: "Futura Bk";
    src: url(../font/futura-book.ttf) format("truetype"), url(../font/futura-book.otf) format("otf");
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none; /* mac ff fix */
    -webkit-font-smoothing: antialiased; /* safari mac nicer */
    -moz-osx-font-smoothing: grayscale; /* fix fatty ff on mac */
    text-rendering: geometricPrecision;
}

body {
    height: 100vh;
    color: #000;
    background-color: #171717 !important;
    font-family: "Futura Bk", Fallback, sans-serif !important;
}

@media screen and (min-device-width : 375px) and (max-device-width : 812px) {
    /* iPhone */
}

a:link {
}

a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:visited {
}

a:active {
}

.mj-user-scroll-disabled {
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.mj-font-size-bold {
    font-size: 1em;
    font-weight: bold;
}

.mj-text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

.mj-content-view {
    font-size: 19px;
    font-weight: 700;
}

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

.mj-align-left {
    text-align: left !important;
}

.mj-align-right {
    text-align: right !important;
}

/* -------------------- COLORS -------------------- */
.mj-color-primary {
    color: #c9c9c9;
}

.mj-color-light {
    color: #666;
}

.mj-color-white {
    color: #fff;
}

.mj-color-green {
    color: #8ad936 !important;
    font-weight: 700;
}

.mj-color-bg {
    color: #171717;
}

.mj-color-td {
    color: #999;
    font-weight: bold;
    font-size: 11px;
}

.mj-color-td-comment {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.mj-table {
    color: #999 !important;
    font-weight: bold !important;
    font-size: 11px;
}

.mj-color-tel {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.mj-color-info {
    color: #8ad936;
    font-size: 14px;
    font-weight: bold;
}

.mj-color-address {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/* -------------------- NAVIGATION BAR -------------------- */
.nav-bar {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 0;
    position: fixed;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.nav-bar-item {
    display: table;
    text-align: center;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    color: #fff;
    padding: 10px 10px 4px 10px;
    margin: 0 10px 16px 10px;
    float: left;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    -ms-transition-delay: .05s;
    transition-delay: .05s;
}

.nav-bar-item:hover {

    color: rgba(138, 217, 54, 1);
    border-bottom: 2px solid rgba(138, 217, 54, 1);
}

.nav-bar-item-content {
    display: table-cell;
    vertical-align: middle;
}

/* -------------------- VIEWS -------------------- */
.mj-article-small {
    width: 15%;
}

.mj-article-medium {
    width: 21%;
}

.div-cover-about {
    display: table;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view {
    background-color: #171717;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.view-start {
    z-index: 2;
    background: url(../image/svg/logo_1.svg), url(../image/svg/head.svg), #fff;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-start article {
    bottom: 0;
    font-size: 35px;
    line-height: 1.25;
    padding: 5% 5% 5% 5%;
    position: absolute;
}

.view-new {
    display: table;
    background: url(../image/views/gpp.png) no-repeat bottom center, url(../image/views/woman-orange-hair.png) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-new article {
    padding: 5% 5% 5% 5%;
    display: table-cell;
    vertical-align: middle;
}

.view-about {
    background: url(../image/svg/dark_bg.svg), url(../image/views/about_.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-about article {
    padding: 5% 5% 5% 5%;
    display: table-cell;
    vertical-align: middle;
}

.view-team {
    display: table;
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-team article {
    padding: 5% 5% 5% 5%;
    display: table-cell;
    vertical-align: middle;
}

.view-products {
    display: table;
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-products article {
    padding: 5% 5% 5% 5%;
    display: table-cell;
    vertical-align: middle;
}

.view-gallery {
    display: table;
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-gallery article {
    padding: 5% 5% 5% 5%;
    display: table-cell;
    vertical-align: middle;
}

.view-prices {
    display: table;
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-prices article {
    padding: 2% 5% 5% 5%;
    display: table-cell;
    vertical-align: middle;
}

.view-career {
    display: table;
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-career article {
    padding: 5% 5% 5% 5%;
    display: table-cell;
    vertical-align: middle;
}

/* -------------------- TEAM & PRODUCTS & GALLERY -------------------- */
.img-circle {
    width: 200px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .75);
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.img-circle-content {
    padding: 30px 30px 30px 30px;
    display: table-cell;
    vertical-align: middle;
}

.img-circle-content h3 {
    font-weight: bold;
    font-size: 28px;
    color: #8ad936;
}

.img-circle-content h4 {
    margin-top: 10px !important;
    font-weight: bold;
    font-size: 18px;
    color: #c9c9c9;
}

.img-circle-content h5 {
    margin-top: 5px !important;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}

.img-circle-content-caption {
    padding: 0 0 30px 0;
    display: table-cell;
    vertical-align: middle;
}

.img-circle-content-caption h3 {
    font-weight: bold;
    font-size: 19px;
    color: #969696;
}

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

/* PHONE */
.img-circle-mp {
    width: 130px;
    height: 130px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .75);
    border-radius: 50%;
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.img-circle-content-mp {
    min-height: 100px;
    padding: 15% 5% 10% 0;
}

.img-circle-content-mp h3 {
    font-weight: bold;
    font-size: 22px;
    color: #8ad936;
}

.img-circle-content-mp h4 {
    margin-top: 3px !important;
    font-weight: bold;
    font-size: 12px;
    color: #c9c9c9;
}

.img-circle-content-mp h5 {
    margin-top: 0 !important;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}

.img-circle-content-mp h6 {
    font-weight: bold;
    font-size: 18px;
    color: #969696;
}

/* -------------------- CAREER -------------------- */
.career-content {
    font-size: 14px;
    font-weight: bold;
}

.career-content h3 {
    font-weight: bold;
    font-size: 17px;
    color: #8ad936;
}

.career-content h4 {
    margin-top: 10px !important;
    font-weight: bold;
    font-size: 14px;
    color: #c9c9c9;
}

.career-content h5 {
    margin-top: 5px !important;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

/* -------------------- BUTTONS -------------------- */
.mj-button {
    display: table;
    width: 200px;
    height: 55px;
    margin: 20px 20px 0 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    float: left;
    cursor: pointer;
    color: rgba(138, 217, 54, .5);
    border: 2px solid;
    border-color: rgba(138, 217, 54, .5);
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    -ms-transition-delay: .05s;
    transition-delay: .05s;
}

.mj-button:hover {
    color: rgba(138, 217, 54, 1);
    border: 2px solid;
    border-color: rgba(138, 217, 54, 1);
}

.mj-button-text-align {
    display: table-cell;
    vertical-align: middle;
}

.sm-body {
    display: table;
    width: 55px;
    height: 55px;
    margin: 20px 20px 0 0;
    font-size: 26px;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    -ms-transition-delay: .05s;
    transition-delay: .05s;
}

.sm-facebook {
    color: rgba(59, 89, 152, .5);
    border: 2px solid;
    border-color: rgba(59, 89, 152, .5);
}

.sm-facebook:hover {
    color: rgba(59, 89, 152, 1);
    border: 2px solid;
    border-color: rgba(59, 89, 152, 1);
}

.sm-instagram {
    color: rgba(184, 46, 115, .5);
    border: 2px solid;
    border-color: rgba(184, 46, 115, .5);
}

.sm-instagram:hover {
    color: rgba(184, 46, 115, 1);
    border: 2px solid;
    border-color: rgba(184, 46, 115, 1);
}

.sm-text-align {
    display: table-cell;
    vertical-align: middle;
}

/* -------------------- PHONE -------------------- */
.mj-accordion-title {
    display: table;
    width: 100%;
    height: 45px;
    margin: 20px 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: rgba(102, 102, 102, .5);
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: rgba(102, 102, 102, .5);
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    -ms-transition-delay: .05s;
    transition-delay: .05s;
}

.mj-accordion-title:hover {
    color: rgba(138, 217, 54, 1);
    border-color: rgba(138, 217, 54, 1);
}

.mj-accordion-title-align {
    display: table-cell;
    vertical-align: middle;
}

.sm-body-mp {
    display: table;
    width: 50%;
    height: 150px;
    font-size: 36px;
    text-align: center;
    float: left;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    -ms-transition-delay: .05s;
    transition-delay: .05s;
}

.sm-facebook-mp {
    background-color: rgba(59, 89, 152, .5);
    color: rgba(59, 89, 152, 1);
    border-color: rgba(59, 89, 152, .5);
}

.sm-facebook-mp:hover {
    background-color: rgba(59, 89, 152, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(59, 89, 152, 1);
}

.sm-instagram-mp {
    background-color: rgba(184, 46, 115, .5);
    color: rgba(184, 46, 115, 1);
    border-color: rgba(184, 46, 115, .5);
}

.sm-instagram-mp:hover {
    background-color: rgba(184, 46, 115, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(184, 46, 115, 1);
}

/* -------------------- MOBILE PHONE -------------------- */
.view-mp {
    background-color: #171717;
    width: 100%;
}

.view-start-phone {
    height: 100vh;
    background: url(../image/svg/head_phone.svg), #fff;
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, right bottom;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.div-logo-phone {
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
}

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

.view-new-img {
    display: table;
    height: 50vh;
    background: url(../image/views/gpp.png) no-repeat bottom right, url(../image/views/woman-orange-hair.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-new-img article {
    padding: 10% 10% 10% 10%;
}

.view-new-phone {
    display: table;
}

.view-new-phone article {
    padding: 10% 10% 15% 10%;
    display: table-cell;
    vertical-align: middle;
}

.div-cover-dark-mp {
    display: table;
    background: rgba(20, 20, 20, .6) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-about-phone {
    background-image: url(../image/views/about.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-about-phone article {
    padding: 20% 10% 20% 10%;
    display: table-cell;
    vertical-align: middle;
}

.view-team-phone {
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-team-phone article {
    padding: 20% 10% 20% 10%;
}

.view-products-img {
    height: 78vh;
    background: url(../image/views/products.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-products-phone {
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-products-phone article {
    padding: 20% 10% 20% 10%;
}

.view-gallery-img {
    height: 50vh;
    background: url(../image/views/gallery.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-gallery-phone {
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-gallery-phone article {
    padding: 20% 10% 20% 10%;
}

.view-prices-img {
    height: 50vh;
    background: url(../image/views/prices.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-prices-phone {
    background: #171717 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-prices-phone article {
    padding: 20% 5% 20% 5%;
}

.view-info-phone {
    background: #242424 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-info-phone article {
    padding: 10% 10% 10% 10%;
}

.view-social-media-phone {
    display: table;
    background: #050505 no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.view-social-media-phone article {
    display: table-cell;
    vertical-align: middle;
}