.xinox-noclouds {
    max-height: 440px;
}
.xinox-gantt {
    background-color:#6d9eeb !important;
}
.gantt {
    z-index: 4;
    height: 277px;
    width: 574px;
    background-repeat: no-repeat;
    background-size: 442px 255px;
    background-image: url('img/gantt.png');
    position: absolute;
    right: 100px;
    top: 80px;
    /* opacity: 0.95; */
}
.googlecloud {
    z-index: 0;
    height: 346px;
    width: 696px;
    background-repeat: no-repeat;
    background-size: 696px 346px;
    background-image: url('img/googlecloud.png');
    position: absolute;
    right: 95px;
    top: 80px !important;
}
.googlecloud5 {
    z-index: 0;
    height: 346px;
    width: 696px;
    background-repeat: no-repeat;
    background-size: 696px 346px;
    background-image: url('img/googlecloud5.png');
    position: absolute;
    right: 95px;
    top: 80px !important;
}

.googlecloud6 {
    z-index: 0;
    height: 396px;
    width: 900px;
    background-repeat: no-repeat;
    background-size: 900px 396px;
    background-image: url('img/googlecloud6.png');
    position: absolute;
    right: -35px;
    top: 68px !important;
}

@media (max-width: 768px) {
    .mobile-image {
        height: 265px !important;
        width: 462px !important;
        background-position: -115px 0px !important;
        background-size: 462px 265px !important;
        right: initial !important;;
        top: 152px !important;
    }
}


.people {
  z-index: 4;
  height: 277px;
  width: 557px;
  background-repeat: no-repeat;
  background-size: 435px 218px;
  background-image: url('img/people.png');
  position: absolute;
  right: 100px;
  top: 132px;
  opacity: 0.95;
}
.support {
  z-index: 4;
  height: 340px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: 230px 340px;
  background-image: url('img/support.png');
  position: absolute;
    right: 312px;
    top: 100px;
  opacity: 0.95;
}
.hrform {
    z-index: 4;
    height: 275px;
    width: 275px;
    background-repeat: no-repeat;
    background-size: 275px 275px;
    background-image: url('img/hrform.png');
    position: absolute;
    left: 400px;
    top: 64px;
    opacity: 0.95;
}
.docs {
    z-index: 4;
    height: 277px;
    width: 557px;
    background-repeat: no-repeat;
    background-size: 489px 260px;
    background-image: url('img/docs.png');
    position: absolute;
    right: 121px;
    top: 118px;
    opacity: 0.95;
}

.product_button {
    margin-top: 10px;
    width: 80px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    cursor:pointer;
}
.product_button_a:link {
    text-decoration: none;
}
.block-icon {
     width:50%;
     background-color: transparent;
     margin: 0px !important;
    padding: 10px 10px 0px 10px !important;
 }

.block-icon-inner {
    width:100%;
    height:100%;

    min-height:174px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    background-position: 20px 20px;
}
.block-icon-inner div {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 165px;
}
.block-icon-inner p {
    font-weight: bold;
}
.navbar-mobile-menubt {
    display: none;
}
@media (max-width: 980px) {
    .docs { display:none}
    .people {display:none}
}
@media (max-width: 768px) {
    .navbar-mobile-menubt {
        display: block;
    }
    .xinox-noclouds {
        max-height: 340px !important;
    }
    .block-icon {
        width:100% !important;
        /*height:265px !important;*/
        background-color: transparent;
        margin: 0px !important;
        padding: 10px 10px 0px 10px !important;
    }

    .block-icon:last-child {
        padding: 10px 10px 10px 10px !important;
    }

    .block-icon-inner {
        width:100% !important;
        height:100% !important;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 120px 120px;
        background-position: 20px 20px;
    }
    .block-icon-inner div {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-right: 20px !important;
        padding-left: 165px !important;
    }
    .block-large {
        height: 100% !important;
    }
    .block-text-center {
        text-align: center;
        padding-top: 50px !important;
        line-height: 50px;
    }
}

.block-icon-docs {
    background-image: url('img/icon_docs.png');
}
.block-icon-workflow {
    background-image: url('img/icon_workflow.png');
}
.block-icon-security {
    background-image: url('img/icon_security.png');
}
.block-icon-config {
    background-image: url('img/icon_config.png');
}
.block-icon-reports {
    background-image: url('img/icon_reports.png');
}
.block-icon-archive {
    background-image: url('img/icon_archive.png');
}
.block-medium {
    height:320px;
}
.block-large {
    min-height: 564px;
}
.block-text-center {
    text-align: center;
    padding-top: 60px;
    line-height: 50px;
}

.block-text-intro {
    text-align: center;
    padding-top: 40px;
}

.block-text-intro p:first-child { 
    font-weight:bold;
    text-align: center;
}

.block-text-happy {
    color: #ffffff;
}

.block-price {
    background-color: #ffc34d;
    border-radius: 4px;
    width:320px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d9a642;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    padding: 10px;
    font-weight: bold;
    margin-top:8px;
}
.block-price input {
    width: 192px;
    height: 22px;
}