@import "lesshat";

/* - body
- Backgrounds
- Gutters
- Horyzontal Line + Title
- Links
- Module Margin
- Product Page
- Product Icons
- Page Footer
- Mosaic Feature Icon
- Moods
- Requirements
- Font Styles
- Font Awesome
- Caroussel
- Watch video Button
- Image Video Button
- Circle Buttons
- Compare Slider
- Navbar
- Modal Video
- Cards
- Social Bar */
/* -------------- */
/* ---- BODY ---- */
/* -------------- */
body {
    //background-color: hsl(210, 0%, 12%);
    background-color: rgb(28,28,30);
    font-family: "Questrial", sans-serif;
}

.nodes-background {
    background-color: rgb(20,20,21);
}

/* --------------------- */
/* ---- BACKGROUNDS ---- */
/* --------------------- */
.bg-color-black {
    background-color: black;
    margin-top: 0px;
}

.bg-color-grey-x-variant-dark {
    background-color: hsl(0, 0%, 3%);
}

.bg-color-grey-x {
    background-color: hsl(0, 0%, 5%);
}

.bg-color-grey-x-variant {
    background-color: hsl(0, 0%, 8%);
}

.bg-color-grey-13 {
    background-color: hsl(0, 0%, 13%);
}

.bg-color-grey-20 {
    background-color: hsl(0, 0%, 20%);
}

.bg-color-grey-30 {
    background-color: hsl(0, 0%, 30%);
}

.bg-color-grey-40 {
    background-color: hsl(0, 0%, 40%);
}

.bg-color-grey-50 {
    background-color: hsl(0, 0%, 50%);
}

.bg-color-grey-90 {
    background-color: hsl(0, 0%, 90%);
}

.bg-color-white {
    background-color: hsl(0, 0%, 100%);
}

/* ----------------- */
/* ---- Motype ---- */
/* ----------------- */
/* ----------------- */
/* ---- GUTTERS ---- */
/* ----------------- */
.row.gutter-4 {
    margin-left: -4px;
    margin-right: -4px;
}

[class^='col'].gutter-4,
[class*=' col'].gutter-4 {
    padding-left: 4px;
    padding-right: 4px;
}

p.gutter-4 {
    margin-top: 6px;
    margin-bottom: 6px;
}

/* ------------------------- */
/* ---- HORYZONTAL LINE ---- */
/* ------------------------- */
.horyzontal-line {
    display: block;
    border-style: solid;
    border-width: 1.0px;
    border-color: hsl(0, 0%, 25%);
}

/* --------------- */
/* ---- LINKS ---- */
/* --------------- */
.general-link {
    color: rgb(248,54,56);
}

.general-link:hover {
    color: white;
}

/* ------------------------ */
/* ---- MODULES MARGIN ---- */
/* ------------------------ */
.mod-card-t-m {
    padding-top: 60px;
}

.mod-card-b-m {
    padding-bottom: 60px;
}

.mod-header-b-m {
    padding-bottom: 60px;
}

.mod-product-card-t-m {
    padding-top: 200px;
}

/* ------------------------ */
/* ---- BUNDLE PAGE ---- */
/* ------------------------ */
.jumbotron {
    background: url("../../Bundle/images/Yanobox_Bundle_Banner_Wide Website.jpg") center ;
    background-size: cover;
    margin-bottom: 0px;
}

.bundle_video {
    margin: 0px;
    padding: 0px;
}

.bundle_icons {
    width: 50%;
    margin-top: 10px;
    margin-bottom: -30px;
}

/* xs - Extra-Small devices */
@media (min-width: 0px)  {
    .bundle_icons {
        width: 90%;
    }
}

/* md - Medium devices */
@media (min-width: 768px) {
    .bundle_icons {
        width: 50%;
    }
}

.bundle_title {
    font-size: 2.0rem;
    color: white;
}

.btn-primary {
    margin-top: 20px;
    background-color: ##0076ed;
    border-color: ##0076ed;
}

@media (min-width: 0px) {
    .btn-primary {
        font-size: 14px;
        padding: 6px 10px;
    }
}

@media (min-width: 768px) {
    .btn-primary {
        font-size: 20px;
        padding: 8px 18px;
    }
}

/* ----------------------------- */
/* ---- PRODUCT PAGE ---- */
/* ----------------------------- */
/* xs - Extra-Small devices */
@media (min-width: 0px)  {
    .product-page-header {
        margin-top: 60px;
    }
}

/* md - Medium devices */
@media (min-width: 768px) {
    .product-page-header {
        margin-top: 100px;
    }
}

/* .product-page-header {
    margin-top: 100px;
} */
.product-page-title {
    letter-spacing: 0px;
    color: hsl(0, 0%, 95%);
}

@media (min-width: 0px)  {
    .product-page-title {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .product-page-title {
        font-size: 64px;
    }
}

.product-baseline {
    font-size: 21px;
    letter-spacing: 0px;
}

.product-video-text-launch {
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: "Questrial", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: red;
}

.product-description {
    font-size: 1.0rem;
    font-style: italic;
    color: hsl(0, 0%, 64%);
    padding-left: 20px;
    letter-spacing: 0.04rem;
}

.product-description-vertical-line {
    border-left: 1px solid;
    color: hsl(0, 0%, 64%);
}

.product-description-link {
    padding-left: 20px;
    font-size: 1.04rem;
    letter-spacing: 0.02rem;
    color: rgb(248,54,56);
}

.hosts-description {
    font-size: 1.0rem;
    color: hsl(0, 0%, 64%);
    letter-spacing: 0.04rem;
}

/* ----------------------- */
/* ---- PRODUCT ICONS ---- */
/* ----------------------- */
.producSmallIcon {
    width: 60px;
    height: 60px;
    border-radius: 0px;
}

.homeIcon-mb {
    margin-bottom: 20px;
}

/* --------------------- */
/* ---- PAGE FOOTER ---- */
/* --------------------- */
.dimmed-footer {
    font-size: 0.7rem;
    color: hsl(0, 0%, 40%);
}

/* ----------------------------- */
/* ---- MOSAIC FEATURE ICON ---- */
/* ----------------------------- */
.mosaic-feature-icon {
    width: 145px;
    height: 145px;
}

/* -------------- */
/* ---- MOODS---- */
/* -------------- */
.circle-number {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.three-circle-numbers {
    width: 91px;
    height: 28px;
    margin-bottom: 10px;
}

.color-wheels {
    //width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* ---------------------- */
/* ---- REQUIREMENTS ---- */
/* ---------------------- */
.compatible-hosts-row {
    margin-top: 20px;
}

.requirement-host-title {
    font-weight: 500;
    font-size: 1.0rem;
    letter-spacing: 0.006rem;
    color: hsl(0, 0%, 80%);
    padding: 0px;
    margin: 0px;
}

/* ---------------------- */
/* ---- FONTS STYLES ---- */
/* ---------------------- */
/* 1rem = size defined from the root element of the page : <htlm> (generally font-size: 16px) */
/* 2rem = 16 X 2 = 32px */
p {
    font-weight: 100;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    font-size: 0.875rem;

    /* 0.875rem = 14px */
    color: hsl(0, 0%, 60%);
}

.p-stick {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: hsl(0, 0%, 70%);
}

.feature-title {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 300;
    color: hsl(0, 0%, 90%);
}

.section-header {
    font-size: 2.1rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: hsl(0, 0%, 80%);
}

.section-subheader {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: hsl(0, 0%, 80%);
}

.section-title {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: hsl(0, 0%, 90%);
}

.section-description {
    font-weight: 100;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    font-size: 1.0rem;
    color: hsl(0, 0%, 68%);
}

.section-motype-description {
    font-weight: 100;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    font-size: 1.1rem;
    color: hsl(0, 0%, 68%);
}

.product-font {
    font-family: yanobox_productsregular, YanoboxProductsRegular, sans-serif;
}

/* xs - Extra-Small devices */
@media (min-width: 0px)  {
    .product-font-size-device {
        font-size: 50px;
        letter-spacing: -1px;
    }
}

/* sm - Small devices */
@media (min-width: 576px) {
    .product-font-size-device {
        font-size: 70px;
        letter-spacing: -1px;
    }
}

/* md - Medium devices */
@media (min-width: 768px) {
    .product-font-size-device {
        font-size: 90px;
        letter-spacing: -1px;
    }
}

/* lg - Large devices */
@@media (min-width: 992px) {
    .product-font-size-device {
        font-size: 100px;
        letter-spacing: -1px;
    }
}

.product-font-size-big {
    font-size: 50px;
    letter-spacing: 0px;
}

.product-font-size-medium {
    font-size: 38px;
    letter-spacing: 0px;
}

.product-font-size-small {
    font-size: 22px;
    letter-spacing: 0px;
}

.product-name-home {
    font-size: 38px;
    letter-spacing: 0px;
    font-family: yanoboxproductsregular,YanoboxProductsRegular;
    color: rgb(220,220,240);
}

.product-name-home:hover {
    color: rgb(256,256,256);
}

.product-link:hover {
    text-decoration: none;
}

.product-baseline-home {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: hsl(0, 0%, 80%);
}

.section-header-title {
    font-size: 2.1rem;
    font-weight: 200;
}

.section-header-subtitle {
    font-weight: 100;
    font-size: 1.2rem;
}

/* --------------------- */
/* ---- FONT AWESOME---- */
/* --------------------- */
.feature-icon {
    font-size: 1.6rem;
    color: hsl(0, 0%, 70%);
}

/* ----------------- */
/* ---- CARROUSEL--- */
/* ----------------- */
ol.carousel-indicators {
    position: absolute;
    bottom: 10px;
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: .3rem;
    margin-right: .3rem;
    border-radius: 50%;
    border: 0px;
    background: transparent;
}

ol.carousel-indicators li {
    background: rgba(255,255,255,0.3);
    margin-left: .3rem;
    margin-right: .3rem;
}

ol.carousel-indicators li.active {
    background: rgb(251, 41, 11);
}

/* ----------------------------- */
/* ---- WATCH VIDEO BUTTON---- */
/* ----------------------------- */
.watch-video-button-margin {
    margin-top: 30px;
    margin-bottom: 40px;
}

.watch-video-button {
    font-weight: 500;
    font-size: 1.2rem;
    color: rgb(251, 41, 11);
    border: none;
    background-color: rgba(0,0,0,0);
    padding: 0px;
}

.watch-video-button:hover {
    color: white;
    text-decoration: none;
}

.watch-video-button:visited {
    color: white;
    background-color: #e84d0e;
    text-decoration: none;
}

/* ----------------------------- */
/* ---- IMAGE VIDEO BUTTON---- */
/* ----------------------------- */
.image-video-button {
    position: relative;
    width: 100%;
}

.image-video-button img {
    width: 100%;
    height: auto;
}

.image-video-button .btn-special {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0);
    color: rgba(251,251,251,0.9);
    border: none;
    cursor: pointer;
    text-align: center;
}

.container .btn-special:hover {
    background-color: rgba(0,0,0,0);
    color: rgba(256,256,256,1);
}

@media (min-width: 0px)  {
    .image-video-button .btn-special {
        font-size: 35px;
    }
}

/* sm - Small devices */
@media (min-width: 576px) {
    .image-video-button .btn-special {
        font-size: 50px;
    }
}

/* md - Medium devices */
@media (min-width: 768px) {
    .image-video-button .btn-special {
        font-size: 58px;
    }
}

/* lg - Large devices */
@@media (min-width: 992px) {
    .image-video-button .btn-special {
        font-size: 80px;
    }
}

/* ----------------------------- */
/* ---- CIRCLE BUTTONS TRIAL---- */
/* ----------------------------- */
.trial-circle-button {
    border: 2px solid hsl(0, 0%, 80%);
    font-size: 16px;
    color: hsl(0, 0%, 80%);
    line-height: 94px;
    background-color: rgba(0,0,0,0);
    margin: auto;
    margin-right: 17px;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    position: relative;
}

.trial-circle-button:hover {
    color: white;
    background-color: rgb(56, 32, 249);
    text-decoration: none;
    border-color: rgba(256,256,256,256);
}

/* ----------------------------- */
/* ---- CIRCLE BUTTONS BUY---- */
/* ----------------------------- */
.buy-circle-button {
    border: 2px solid rgba(256,256,256,256);
    font-size: 1.rem;
    font-weight: 500;
    color: rgb(251, 41, 11);
    line-height: 94px;
    background-color: rgba(0,0,0,0);
    margin: auto;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    position: relative;
}

.buy-circle-button:hover {
    color: white;
    background-color: rgb(56, 32, 249);
    text-decoration: none;
    border-color: rgba(256,256,256,256);
}

/* ------------------------ */
/* ---- COMPARE SLIDER ---- */
/* ------------------------ */
.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.handle {
    /* line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background: rgba(0,0,0,.5);
    cursor: ew-resize;
}

.handle:after {
    /* knob */
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;

    /* content: '\21d4'; */
    content: '\2194';
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    background: #e84d0e;

    /* @orange */
    border: 1px solid #e84d0e;
    border-radius: 50%;
}

/* ---------------- */
/* ---- NAVBAR ---- */
/* ---------------- */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .navbar-hover  .nav-link {
    color: rgb(255,255,255);
}

.yanoboxNavBar {
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.020rem;
}

.custom-toggler.navbar-toggler {
    border: none;
    padding-right: 0px;
}

/* --------------------- */
/* ---- MODAL VIDEO ---- */
/* --------------------- */
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

/* .modal-backdrop
{
    opacity:0.8 !important;
    background:none;
} */
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

/* --------------- */
/* ---- CARDS ---- */
/* --------------- */
.card-deck,
.card,
.card-header {
    border: none;
    background: none;
    margin-top: 0px;
    padding-top: 0px;
}

.card {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.card-header {
    padding: 0px;
}

.card-body {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.card-body.product {
    padding-top: 5px;
    padding-right: 0px;
}

/* -------------------- */
/* ---- SOCIAL BAR ---- */
/* -------------------- */
.socialBar {
    margin-left: 0px;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin-left: 0px;
    margin-right: 5px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoYoutube:hover {
    background-color: #ff0000;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoYoutube:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 34px;
    height: 34px;
    font-size: 16px;
    background-color: hsl(0, 0%, 20%);
}

.social-circle li i {
    margin: 0;
    line-height: 34px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.social-circle i {
    color: hsl(0, 0%, 80%);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

}

}

  }
