body {
    font-family: 'Roboto', sans-serif;
}
/*Start Page*/
.start-page {
    height: 100%;
    background-image: url(../img/startpage-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.start-page .content {
    width: 46.88%;
    height: 50.99%;
    background-color: rgba(223, 6, 19, 0.7);
    border-radius: 10px;
    text-align: center;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.start-page .logo {
    width:65.44%;
    margin-bottom: 50px;
}
.start-page h1.logo-init {
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 50px;
}
.start-page h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}
.start-page p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #df0613;
    font-weight: 400;
    width: 200px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #707070;
    margin: 0 auto;
    line-height: 2.5;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    cursor: pointer;

}
.btn-select {
    width: 280px;
    height: 100px;
    border-radius: 10px;
    background: #DCE6F0;
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-left: 100px;
    color: #878786;
    transition: all 60ms ease-in-out;
}
.btn-select-1 {
    background-image: url("../img/icon_groundsp_inactive.svg");
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: 90px;
}
.btn-select-1.active, .btn-select-1:hover {
    background-image: url("../img/icon_groundsp.svg");
}
.btn-select-2 {
    background-image: url("../img/soil_compactor.svg");
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: 90px;
}
.btn-select-2.active, .btn-select-2:hover {
    background-image: url("../img/soil_compactor_active.svg");
}
.btn-select-3 {
    background-image: url("../img/icon_rhauler-nh.svg");
    background-repeat: no-repeat;
    background-position: 15px 35px;
    background-size: 90px;
}
.btn-select-3.active, .btn-select-3:hover {
    background-image: url("../img/icon_rhauler.svg");
}
.btn-select-4 {
    background-image: url("../img/icon_feeder-nh.svg");
    background-repeat: no-repeat;
    background-position: 15px 35px;
    background-size: 90px;
}
.btn-select-4.active, .btn-select-4:hover {
    background-image: url("../img/icon_feeder.svg");
}
.btn-select-5 {
    background-image: url("../img/icon_wineyard-nh.svg");
    background-repeat: no-repeat;
    background-position: 15px 35px;
    background-size: 90px;
}
.btn-select-.active, .btn-select-5:hover {
    background-image: url("../img/icon_wineyard.svg");
}
.btn-select.active, .btn-select:hover {
    background-color: #fff;
    border: 1px solid #b6000f;
}

/*Welcome Page*/
.welcome-page {
    height: 100%;
    background-image: url(../img/welcome-page-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.welcome-page .content {
    width: 46.88%;
    min-height: 50.99%;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding:10px 40px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.welcome-page h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #878786;
    font-weight: 700;
    margin-bottom:16px;
}
.welcome-page p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #878786;
    font-weight: 400;
    margin-bottom: 20px;
}
.welcome-page .icons h2 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #878786;
}
.welcome-page .icons p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #878786;
}
.welcome-page .btn-welcome, .welcome-page .btn-welcome2 {
     width: 190px;
     height: 40px;
     border-radius: 20px;
     background: #dce6f0;
    transition: all ease-in-out 120ms;
 }
.welcome-page .btn-welcome:hover, .welcome-page .btn-welcome2:hover {
    background: #e00512;
    color: #FFFFFF;
 }
/*Select page puck*/
.select-page-puck {
    height: 100%;
    background-image: url(../img/bg-selectpage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

/*App Page*/
.app-page {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.video-app{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}
#videos-player {
    height: auto;
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}
.logobox {
    width: 11.21%;
    height: 13.89%;
    position: absolute;
    top: 1.76%;
    left: 0.83%;
}
.logobox .logo-app {
    width: 76.87%;
}
.logobox .menu-icon {
    width: 23.13%;
}
.logobox .menu-icon .btn-logobox {
    padding: 0;
    margin-right: 8px;
}
.logobox .menu-icon img {
    max-height: 56px;
    width: 80%;
}
.logobox .logo-app img {
    max-height: 130px;
    width: 100%;  vvv
}
.bottom-widget {
    width: 10%;
    height: auto;
    position: absolute;
    left: 1.2%;
    bottom: 2.87%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
/*.bottom-widget img {*/
/*    width: 240px;*/
/*}*/
.bottom-widget p {
    font-family: Roboto;
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    color: #fff;
    margin-top: 10px;

}
.menu-list {
    position: absolute;
    left: 13.30%;
    bottom: 3.88%;
    width: 63.83%;
    height: 16.20%;
    font-size: 2em;
}
.line-menu {
    background: rgba(255, 255, 255, 0.2);
    height: 10px;
    width: 99%;
    border-radius: 32px;
    margin-top: 32px;
}
.line-menu .line-menu-item{
    background: #e00512;
    height: 10px;
    width: 12.5%;
    border-radius: 32px;
    transition: width 300ms ease-in-out;
}
.icon-menu {
    width: 100%;
}
.icon-menu-item {
    width: 11.31%;
    height: 0;
    padding-bottom: 11.31%;
    margin-right: 1.36%;
    border: solid #ffffff 2px;
    border-radius: 12px;
    position: relative;
}
.icon-menu-item.active {
    border: solid #DF0613 2px;
    outline: solid #DF0613 5px;
}
.icon-menu .icon-menu-info {
    background-color: rgba(220, 230, 240, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius:12px;
    border: 0;
    color: #ffffff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 0.75vw;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 300ms ease-in-out;
}
.icon-menu-info.active{
    background-color: rgba(255, 255, 255, 0.8);
    color: #DF0613;
}
.icon-menu-info.active > span{
    display: none;
}
.icon-menu-info span {
    position: absolute;
    font-family: Roboto;
    font-weight: 900;
    font-size: 0.75vw;
    text-align: center;
    color: #fff;
    top: 5%;
    left: 0;
    padding: 8px;
    cursor: pointer;
}
.menu-list .col{
    font-size: 2em;
    cursor: pointer;
}
.infobox-sidebar {
    background-color: rgba(50, 50, 50, 0.5);;
    position: absolute;
    right: 1.09%;
    bottom: -78.6%;
    width: 15.80%;
    height: 97.13%;
    transition: bottom ease-in-out 300ms;
    border-radius: 10px 10px 0px 0px;
}
.infobox-sidebar.active {
    bottom: 0;
}
.infobox-top {
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    width: 100%;
    height: 19.07%;
}
.img-close {
    max-height: 20px;
}
.infobox-top .img-icon {
    width: auto;
    height: 55px;
    margin-bottom: 10px ;
}
.infobox-top h1 {
    font-size: 18px;
}
.infobox-content {
    font-size: 14px;
    color: #FFFFFF;
    height: 80%;
    overflow: auto;
}
div#content-button > div:first-child > a > span {
    display: none;
}
body.rotate {
    transform: rotate(180deg);
}
section.activepage {
    opacity: 1;
    height: 100%;
    min-height: 100vh;
}
section {
    transition: opacity 300ms ease-in-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    min-height: 0;
}
body {
    background-image: url(../img/bg-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#videoended .modal-dialog {
    max-width: 600px;
}
#videoended .modal-content {
    height: 400px;
    background-color: rgba(223, 6, 19, 0.7);
}
#videoended p {
    color: #ffffff;
    font-size: 22px;
    font-family: Roboto;
}
#videoended a {
    color: white;

}
#videoended .boxicons {
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}
#videoended .icons h2 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #878786;
}
#videoended .icons p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #878786;
}
.modal-backdrop.show {
    opacity: 0;
}
.start-page .content .logo-mob {
    display: none;
}
.btn-infobox, .btn-open-infobox, .divreturn  {
    display: none;
}
#landscape img {
    max-width: 130px;
}
.select-buttons .order-xl-2 {
    margin-left: 16px;

}

@media screen and (max-width: 1365px) {
    .select-buttons .order-xl-2{
        margin-left: auto !important;

    }
}

@media screen and (max-device-width: 1000px) and (orientation: landscape) {
    .start-page .content {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .start-page .content .logo {
       display: none;
    }
    .start-page .content .logo-mob {
       display: block;
        width: 240px;
        margin: 0 auto;
    }
    .start-page .logobox {
        width: 11.21%;
        height: 13.89%;
        position: absolute;
        top: 1.76%;
        left: auto;
        z-index: 1;
    }
    .start-page h1 {
        font-size: 18px;
        margin-top: 20px;
    }
    .start-page p {
        font-weight: 500;
    }
    .welcome-page .logobox {
        display: none !important;
    }
    .welcome-page .content {
        width: 90%;
        max-width: 90%;
        min-height: 50.99%;
        max-height: 100vh;
        margin-top: 20px !important;
        padding-top: 20px !important;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .icons, .welcome-page .icons h2, .welcome-page .icons p {
        text-align: left;
        font-size: 14px;
    }
    .welcome-page .icons h2 {
    margin-bottom: 0;
    }
    .welcome-page .icons p {
        line-height: 1;
    }
    .icons br, .welcome-page h1 br {
        display: contents;
    }
    .row.icons {
        background-color: #CED2D5;
        border-radius: 6px;
        padding: 8px;
    }
    .welcome-page h1 {
        margin-bottom: 25px !important;
    }
    .welcome-page .btn-welcome, .welcome-page .btn-welcome2 {
        margin-top: 10px !important;
    }
    .btn-select-1 {
        background-size: 70px;
    }
    .btn-select {
        height: 80px;
    }
    .logobox {
        left: 18.50%;
    }
    .logobox .menu-icon {
        display: none;
    }
    .bottom-widget {
        display: none;
    }
    .menu-list {
        width: 17.95%;
        min-height: 100vh;
        left: 0;
        top: 0;
        background: #FFF;
    }
    .video-app {
        left: 17.95%;
        max-width: 85%;
        min-width: 85%;
    }
    .line-menu {
        display: none !important;
    }
    .icon-menu {
        width: 100%;
        height: auto;
        max-height: 100%;
        display: block !important;
        background: #ffffff;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .icon-menu-item {
        width: 100%;
        height: auto;
        padding: 3px 0px;
        border: none;
        border-radius: 0;
        margin-bottom: 0;
        display: block !important;
    }
    .icon-menu-item.active {
        border: none;
        outline: none;
    }
    .icon-menu .icon-menu-info {
        padding: 10px 8px 16px 8px;
        font-weight: 400;
        font-size: 16px;
        border-radius: 0;
        position: relative;
        justify-content: start;
        color: #878786;
        text-align: left;
        align-items: flex-start;
        line-height: 1.2;
        background-color: #FFFFFF;
        border-bottom: #878786 solid 1px;
    }
    .icon-menu-info.active {
        background-color: transparent;
        color: #DF0613;
    }
    .icon-menu-info span {
        position: relative;
        font-weight: 500;
        font-size: 16px;
        color: #878786;
        padding: 0px 6px 0px 0px;
    }
    .divreturn {
        display: flex;
        height: 80px;
        justify-content: center;
        align-items: center;
        border-bottom: #ddd solid 1px;
    }
    .btn-return {
        width: 126px;
        height: 40px;
        border-radius: 20px;
        background: #dce6f0;
        transition: all ease-in-out 120ms;
    }
    .btn-return:hover, .btn-return-ci:hover {
        background: #e00512;
        color: #FFFFFF;
    }
    .infobox-sidebar {
        bottom: 0;
        right: -26%;
        height: 100%;
        border-radius: 0;
        width: 25%;
        transition: right ease-in-out 300ms;
    }
    .infobox-sidebar.active {
        right: 0%;
    }
    .infobox-top {
        border-radius: 0;
        height: 29%;
        display: block !important;
    }
    .infobox-top .img-icon {
        display: none;
    }
    .img-close {
        display: none;
    }
    .btn-infobox {
        width: 90%;
        position: relative;
        margin: 0 auto 20px;
        text-align: center;
        padding-top: 8px;
        display: block;
    }
    .btn-return-ci {
        width: 90%;
        height: 40px;
        border-radius: 20px;
        background: #dce6f0;
        transition: all ease-in-out 120ms;
        text-align: left;
        position: relative;
        color: #878786;
    }
    img.img-close-mov {
        height: 60%;
        position: absolute;
        right: 15px;
    }
    .infobox-content {
        height: 68%;
    }
    .btn-open-infobox {
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .btn-open-ci {
        width: 90px;
        height: 40px;
        border-radius: 20px;
        background: #dce6f0;
        transition: all ease-in-out 120ms;
        text-align: left;
        position: relative;
        color: #e00512;
        font-size: 24px;
        line-height: 1;
    }
    .btn-open-ci:hover {
        background: #FFFFFF;
    }
}
@media (max-width: 575.98px) {
    .start-page .content {
        width: 90%;
        height: 39.99%;
    }
    .start-page h1 {
        font-size: 1.6em;
    }
    .welcome-page .content {
        width: 90%;
        height: auto;
        min-height: 70%;
        padding: 16px;
        max-height: 100%;
        overflow: auto;
        display: inline-table;
    }
    .welcome-page .icons h2 {
        font-size: 16px;
    }
    .welcome-page .icons p {
        font-size: 13px;
    }
    .logobox {
        width: 40%;
        height: 6.89%;
    }
    .menu-list {
        left: 2%;
        width: 35%;
        height: auto;
        bottom: 5px;
    }
    .icon-menu {
        width: 100%;
        height: auto;
        max-height: 100%;
        display: block !important;
    }
    .icon-menu-item {
        width: 100%;
        height: auto;
        padding: 3px 0px;
        border: solid #ffffff 1px;
        border-radius: 5px;
        margin-bottom: 3px;
    }
    .icon-menu-item.active {
        border: solid #DF0613 1px;
        outline: solid #DF0613 2px;
    }
    .bottom-widget {
        width: 30%;
        bottom: 240px;
    }
    .icon-menu .icon-menu-info {
        width: 90%;
        height: 90%;
    }
    .icon-menu .icon-menu-info {
        border-radius: 5px;
        font-weight: 400;
        font-size: 11px;
        line-height: 1;
        width: 95%;
        height: 90%;
        position: relative;
        padding: 2px 0px;
    }
    .icon-menu-info span {
        font-size: 9px;
        top: 0%;
        padding: 4px;
    }
    .line-menu {
        margin-top: 5px;
    }
    .infobox-sidebar {
        width: 60%;
    }
    #videos-player {
        height: 100%;
        min-height: 100%;
        width: 100%;
    }
}