* {
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
}

.btn-default {
    width: 180px;
    padding: 10px 0 !important;
    border-radius: 50px;
    border: none;
}

    .btn-default:hover {
        background-color: #125575 !important;
        color: white !important;
        box-shadow: none !important;
    }

.btn-darkred {
    background: darkred !important;
    color: white !important;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px !important;
}

.btn-white-blue {
    background: white !important;
    color: #125575 !important;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px !important;
}

.btn-shadow {
    box-shadow: 0px 0px 14px 1px rgba(137, 144, 170, 0.41);
    -webkit-backface-visibility: hidden;
}

.line {
    margin: 0 auto;
    width: 50px;
    height: 5px;
    background-color: #8990aa;
}

.line-subheading {
    margin: 60px auto 0;
    width: 30px;
    height: 5px;
    background-color: #8990aa;
}

h2 {
    margin: 10px 0 20px 0;
    color: #125575;
}

p {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

/*
    MAIN LAYOUT
*/
.row-skew {
    overflow: hidden;
    position: relative;
}

    .row-skew.height-section-one {
        height: 860px;
        overflow: visible;
    }

    .row-skew.promo-height-section-one {
        height: 460px;
        overflow: visible;
    }

    .row-skew.height-section-two {
        height: auto;
        padding: 100px 0 180px 0;
    }

    .row-skew.height-section-three {
        height: auto;
        padding: 0 0 180px 0;
    }

    .row-skew.height-section-four {
        height: auto;
        padding-bottom: 80px;
    }

    .row-skew.height-section-five {
        margin-bottom: 50px;
    }

    .row-skew.height-section-footer {
        height: 860px;
    }

.bg-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    overflow: hidden;
}

    .bg-wrapper.bottom-right-high {
        transform: skewY(-10deg);
        top: -170px;
        bottom: 170px;
    }

    .bg-wrapper.bottom-left-low {
        transform: skewY(5deg);
        top: -100px;
        bottom: 100px;
    }

    .bg-wrapper.bottom-right-low {
        transform: skewY(-5deg);
        top: -100px;
        bottom: 100px;
    }

    .bg-wrapper.top-left-high {
        transform: skewY(10deg);
        top: 170px;
        bottom: -170px;
    }

    .bg-wrapper.box-shadow-bottom-inside {
        box-shadow: inset 0px -3px 20px -5px rgba(137, 144, 170, 0.82);
        -webkit-backface-visibility: hidden;
    }

    .bg-wrapper.box-shadow-bottom-outside {
        box-shadow: 0px 3px 20px -5px rgba(137, 144, 170, 0.82);
        -webkit-backface-visibility: hidden;
    }

.bg-img {
    background-size: cover;
    position: absolute;
    right: 0;
    left: 0;
}

    .bg-img.bg-image-header {
        top: 170px;
        bottom: -170px;
        transform: skewY(10deg);
        background: url("../images/background-homepage-header.jpg");
        background-position: center top;
    }

    .bg-img.bg-image-login {
        top: 170px;
        bottom: -170px;
        transform: skewY(10deg);
        background: url("../images/background-login.jpg");
        background-position: center top;
    }

    .bg-img.bg-image-footer {
        top: -170px;
        bottom: 170px;
        transform: skewY(-10deg);
        background: url("../images/background-homepage-footer.jpg");
        background-position: center bottom;
    }

.row-skew-content {
    position: relative;
    margin-top: -100px;
}

/*
    Navigation
*/
.container-navbar {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 20px;
    z-index: 999;
    transition: all ease-in .5s;
}

    .container-navbar.navbar-sticky {
        position: fixed;
        background: white;
        box-shadow: 0px 0px 14px 1px rgba(137, 144, 170, 0.41);
        -webkit-backface-visibility: hidden;
    }

        .container-navbar.navbar-sticky .nav li a {
            color: #125575 !important;
        }

        .container-navbar.navbar-sticky .nav li.li-items {
            padding-bottom: 0;
        }

        .container-navbar.navbar-sticky .nav li.active {
            border-bottom: none !important;
        }

        .container-navbar.navbar-sticky .navbar {
            border: none !important;
        }

            .container-navbar.navbar-sticky .navbar .btn.btn-darkred {
                color: white !important;
            }
/*
        .container-navbar.navbar-sticky .rigpro-logo {
            position: relative;
            top: -2px;
            width: 120px;
            background-image: url("../images/logo-rigpro-blue.svg");
        }
     */

.navbar-brand {
    height: auto !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.navbar {
    background: transparent;
    border: none;
    border-bottom: 1px solid #37728b;
    border-radius: 0 !important;
    margin-bottom: 0;
}

    .navbar .btn {
        position: relative;
        top: -5px;
    }

        .navbar .btn.btn-darkred {
            margin-right: 35px;
        }

    .navbar .container-fluid {
        padding: 0 !important;
    }

.nav-items {
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0 0 !important;
}

.nav li.li-items {
    padding-bottom: 35px;
    margin-right: 35px;
}

.nav li.active {
    position: relative;
    top: 1px;
    margin-top: -1px !important;
    border-bottom: 1px solid #8cadbc;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent !important;
}

.rigpro-logo {
    width: 70px;
    height: 40px;
    background-image: url("../images/logo-rigpro-white.svg");
    background-repeat: no-repeat;
    margin-right:10%;
margin-top:-3px;
}

/*
    Header content
*/
.row-skew-content-header {
    /*position: relative;
    left: -60px;*/
    margin-top: 150px;
    margin-left: 25%;
    margin-right: 25%;
}

    .row-skew-content-header h2 {
        font-size: 36px;
        font-weight: 200;
        color: white;
        margin-bottom: 35px;
    }

    .row-skew-content-header p {
        font-size: 20px;
        font-weight: 200;
        margin-bottom: 40px;
        color: white;
    }

    .row-skew-content-header .btn {
        margin-bottom: 15px;
    }

.image-mobile {
    position: absolute;
    height: 400px;
    top: 460px;
    right: 280px;
}

/*
    CONTACT FORM
*/
.container-icon-arrow {
    width: 100%;
    text-align: center;
    margin: 60px 0 !important;
}

    .container-icon-arrow .icon-arrow {
        width: 100px;
        height: 60px;
    }

.contact-us {
    width: 40%;
    background: white !important;
    position: absolute;
    padding-bottom: 30px;
    margin-top: 40px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 14px 1px rgba(137, 144, 170, 0.41);
    -webkit-backface-visibility: hidden;
}

.contact-us {
    padding: 30px 70px 50px;
}

    .contact-us h2 {
        font-size: 52px;
        color: #125575;
        font-weight: 200;
        text-align: center;
        margin-bottom: 50px;
    }

    .contact-us .form-group {
        position: relative;
        height: 30px;
        display: inline-block;
        width: calc(50% - 10px);
        margin: 0 10px 60px 0 !important;
    }

        .contact-us .form-group:nth-of-type(even) {
            margin-right: 0 !important;
        }

        .contact-us .form-group input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #8990aa;
            color: #8990aa;
            font-size: 18px;
        }

            .contact-us .form-group input::placeholder {
                color: #8990aa;
                font-size: 18px;
            }

            .contact-us .form-group input:focus {
                outline: none;
            }

        .contact-us .form-group.message {
            width: 100% !important;
            margin: 40px 0 50px !important;
        }

        .contact-us .form-group label.error {
            color: red;
            position: absolute;
            top: 30px;
            left: 0px;
        }

        .contact-us .form-group .tooltip .tooltip-inner {
            background-color: #125575;
        }

        .contact-us .form-group .tooltip .tooltip-arrow {
            border-top-color: #125575;
        }

.contact-form-response-message {
    margin-top: 20px;
    height: 20px;
    text-align: center;
}

    .contact-form-response-message p {
        color: #125575;
    }

        .contact-form-response-message p .glyphicon {
            margin-right: 10px;
        }

/*
    FOOTER
*/
body {
    position: relative;
}

footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

    footer .row {
        padding: 30px 0;
    }

        footer .row:nth-of-type(1) {
            border-bottom: 1px solid #37728b;
        }

        footer .row:nth-of-type(2) {
            margin-bottom: 10px !important;
        }

    footer .link-park {
        margin-bottom: 15px;
        color: white;
    }

        footer .link-park:hover {
            text-decoration: none;
        }

/*
    Homepage Content
*/
.row-skew-content-section-two h2 {
    font-size: 36px;
    color: #125575;
    font-weight: 200;
    text-align: center;
    margin-bottom: 50px;
}

.row-skew-content-section-two p {
    font-size: 17px;
    ;
    color: #8990aa;
    margin-bottom: 40px;
}

.row-skew-content-section-three h2 {
    font-size: 36px;
    color: #125575;
    font-weight: 200;
    text-align: center;
    margin-bottom: -90px;
    margin-top: 100px;
}

.row-skew-content-section-three h3 {
    font-size: 24px;
    color: #125575;
    font-weight: 200;
}

    .row-skew-content-section-three h3:before {
        content: '\2022';
        color: #cacaca;
        position: absolute;
        left: -10px;
    }

.row-skew-content-section-three p {
    font-size: 17px;
    color: #8990aa;
    text-align: justify;
}

.row-skew-content-section-three .block-content-one {
    margin-bottom: 100px;
}

.row-skew-content-section-three .block-content-four {
    /*margin-bottom: 150px;*/
    margin-bottom: 22px;
}

.row-skew-content-section-three .image-desktop {
    width: 100%;
    margin-bottom: 60px;
}

.row-skew-content-section-four h2 {
    font-size: 52px;
    color: #125575;
    font-weight: 200;
    text-align: center;
    margin-bottom: 60px;
}

.row-skew-content-section-four p {
    color: #8990aa;
    font-size: 18px;
    text-align: center;
}

.container-row-icons .btn-darkred {
    margin: 130px 0 15px 0;
}

.container-row-icons .col-custom {
    display: inline-block;
    float: left;
    position: relative;
    min-height: 1px;
}

.container-row-icons .col-size-one {
    width: calc((100% - 350px)/2);
}

.container-row-icons .col-size-two {
    width: 350px;
}

.container-row-icons .icon-container {
    width: 248px;
    height: 200px;
    background: url("../images/icon-background.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
}

    .container-row-icons .icon-container.flipped {
        transform: scaleX(-1);
        right: unset !important;
        left: 0px;
    }

    .container-row-icons .icon-container .icon-mac {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: auto;
    }

    .container-row-icons .icon-container .icon-phone {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: auto;
    }

.row-skew-content-section-five {
    text-align: center;
}

    .row-skew-content-section-five h2 {
        font-size: 52px;
        color: #125575;
        font-weight: 200;
        text-align: center;
        margin-bottom: 40px;
    }

    .row-skew-content-section-five p {
        color: #8990aa;
        font-size: 18px;
        text-align: center;
    }

* {
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
}

.btn-default {
    width: 180px;
    padding: 10px 0 !important;
    border-radius: 50px;
    border: none;
}

    .btn-default:hover {
        background-color: #125575 !important;
        color: white !important;
        box-shadow: none !important;
    }

.btn-darkred {
    background: darkred !important;
    color: white !important;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px !important;
}

.btn-white-blue {
    background: white !important;
    color: #125575 !important;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px !important;
}

.btn-shadow {
    box-shadow: 0px 0px 14px 1px rgba(137, 144, 170, 0.41);
    -webkit-backface-visibility: hidden;
}

.line {
    margin: 0 auto;
    width: 50px;
    height: 5px;
    background-color: #8990aa;
}

.line-subheading {
    margin: 60px auto 0;
    width: 30px;
    height: 2px;
    background-color: #8990aa;
}

h2 {
    margin: 10px 0 20px 0;
    color: #125575;
}

p {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.pages-header {
    height: 330px;
    background: url("../images/background-pages-header.jpg");
    background-position: center top;
    position: relative;
}

    .pages-header .logo {
        width: 25%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.pages-navigation {
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: #114e6b;
    width: 100%;
    height: 100px;
}

    .pages-navigation a {
        position: absolute;
        width: 100%;
        height: 100px;
        top: 0;
        left: 0%;
    }

        .pages-navigation a.link-why {
            background-color: #0a2f40;
        }

        .pages-navigation a.link-about {
            background-color: #0c374b;
        }

        .pages-navigation a.link-whobenefits {
            background-color: #0e3e56;
        }

        .pages-navigation a h3 {
            color: white;
            font-weight: 200;
            font-size: 25px;
            margin-top: 15px 0 23px 0 !important;
        }

        .pages-navigation a .pages-navigation-icon {
            width: 30px;
            margin-top: 15px;
        }

        .pages-navigation a .selected {
            display: none;
            width: 100%;
            height: 9px;
            position: absolute;
            bottom: -9px;
            background-color: #8990aa !important;
        }

            .pages-navigation a .selected.active {
                display: block !important;
            }

        .pages-navigation a:hover, .pages-navigation a:focus, .pages-navigation a:active {
            text-decoration: none !important;
        }

            .pages-navigation a:hover .selected, .pages-navigation a:focus .selected, .pages-navigation a:active .selected {
                display: block !important;
            }

.pages-content {
    margin-top: 60px;
    text-align: center;
}

    .pages-content h2 {
        font-size: 36px;
        color: #125575;
        font-weight: 200;
        text-align: center;
    }

    .pages-content h3 {
        font-size: 52px;
        color: #125575;
        font-weight: 200;
        text-align: center;
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .pages-content p {
        color: #8990aa;
        font-size: 18px;
        text-align:justify;
    }

        .pages-content p:last-of-type {
            margin-bottom: 0;
           
        }

        .pages-content p.text-width-smaller {
            width: 83.33333333%;
            margin-left: 8.33333333%;
        }

/*
    SUBPAGE - Rigpro / Sales and Marketing Information
*/
.link-subpage-who-benefits-left .container-link-sales-subpages {
    left: -15px;
}

.link-subpage-who-benefits-right .container-link-sales-subpages {
    right: -15px;
}

.link-subpage-who-benefits.active .container-link-sales-subpages .image {
    box-shadow: inset 0px 0px 0px 5px #48c2c5;
}

.container-link-sales-subpages {
    position: relative;
    height: 95px;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 0px 14px 1px rgba(137, 144, 170, 0.41);
    -webkit-backface-visibility: hidden;
    border-radius: 0 100px 100px 0;
}

    .container-link-sales-subpages.flipped {
        border-radius: 100px 0 0 100px;
    }

        .container-link-sales-subpages.flipped h4 {
            right: unset !important;
            left: 100px;
        }

        .container-link-sales-subpages.flipped .image {
            float: left !important;
            left: 7px;
        }

    .container-link-sales-subpages h4 {
        font-size: 18px;
        font-weight: 200;
        color: #8990aa;
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .container-link-sales-subpages .image {
        float: right;
        position: relative;
        top: 7px;
        left: -7px;
        width: 83px;
        height: 83px;
        border-radius: 50%;
        position: relative;
        cursor: default;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

        .container-link-sales-subpages .image.image1 {
            background: url("../images/WhoBenefits/1_1.png");
        }

        .container-link-sales-subpages .image.image2 {
            background: url("../images/WhoBenefits/2_2.png");
        }

        .container-link-sales-subpages .image.image3 {
            background: url("../images/WhoBenefits/3_3.png");
        }

        .container-link-sales-subpages .image.image4 {
            background: url("../images/WhoBenefits/4_4.png");
        }

        .container-link-sales-subpages .image.image5 {
            background: url("../images/WhoBenefits/5_5.png");
        }

        .container-link-sales-subpages .image.image6 {
            background: url("../images/WhoBenefits/6_6.png");
        }

        .container-link-sales-subpages .image.image7 {
            background: url("../images/WhoBenefits/7_7.png");
        }

        .container-link-sales-subpages .image.image8 {
            background: url("../images/WhoBenefits/8_8.png");
        }

#insert-content-who-benefits {
    text-align: center;
    padding: 0 50px;
}

    #insert-content-who-benefits h4 {
        color: #8990aa;
        font-weight: 200;
        font-size: 30px;
        margin-bottom: 35px;
    }

    #insert-content-who-benefits p {
        color: #8990aa;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 35px;
        line-height: 20px;
    }

/*
    PAGE ABOUT RIGPRO
*/
@media all and (min-width: 992px) {
    .pages-about-rigpro .img1 {
        margin-top: 100px;
    }

    .pages-about-rigpro .img2, .pages-about-rigpro .img3, .pages-about-rigpro .img4 {
        margin: 40px 0;
    }
}

.pages-content.pages-about-rigpro div {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pages-content.pages-about-rigpro h3 {
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
}

.pages-content.pages-about-rigpro .line-subheading {
    height: 5px;
    width: 50px;
}

.pages-content.pages-about-rigpro .block-left h3 {
    text-align: left !important;
}

.pages-content.pages-about-rigpro .block-left .line-subheading {
    position: relative;
    left: -50%;
    transform: translateX(50%);
}

.pages-content.pages-about-rigpro .block-left p {
    text-align: justify;
}

.pages-content.pages-about-rigpro .block-right h3 {
    text-align: right !important;
}

.pages-content.pages-about-rigpro .block-right .line-subheading {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pages-content.pages-about-rigpro .block-right p {
    text-align: justify;
}

.showcase-real-life {
    padding: 20px;
}

    .showcase-real-life p {
        color: #8c8c8c;
    }

.showcase-rigpro {
    padding: 20px;
}

    .showcase-rigpro p {
        color: #8990aa;
    }

/*
    DOWNLOAD page
*/
.table-download {
    margin: 50px 0;
}

    .table-download thead tr th {
        vertical-align: middle;
        font-size: 20px;
        text-align: center;
        width: 17%;
        border-right: 1px solid #d0dde3 !important;
        color: #125575;
        font-size: 16px;
        line-height: 1 !important;
    }

        .table-download thead tr th:nth-of-type(1) {
            width: 32%;
            font-size: 30px;
            text-align: left;
            box-shadow: none;
            border: none !important;
            font-size: 45px;
        }

        .table-download thead tr th:nth-of-type(2) {
            box-shadow: -2px 0px 14px 2px rgba(137, 144, 170, 0.41);
        }

        .table-download thead tr th:nth-of-type(3), .table-download thead tr th:nth-of-type(4) {
            box-shadow: 0px 6px 14px -3px rgba(137, 144, 170, 0.41), 0px -6px 14px -3px rgba(137, 144, 170, 0.41);
        }

        .table-download thead tr th:nth-of-type(5) {
            box-shadow: 2px 0px 14px 2px rgba(137, 144, 170, 0.41);
            border-right: none !important;
        }

    .table-download tbody tr:nth-of-type(even) {
        background-color: #f5f5f5;
    }

    .table-download tbody tr td {
        height: 50px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        border: none;
        color: #8990aa;
        font-weight: 200;
        width: 17%;
    }

        .table-download tbody tr td:nth-of-type(1) {
            text-align: left;
            width: 32%;
        }

        .table-download tbody tr td .true, .table-download tbody tr td .false {
            display: inline-block;
            width: 12px;
            height: 12px;
            border: 2px solid #8990aa;
            border-radius: 10px;
        }

        .table-download tbody tr td .true {
            background-color: #125575;
        }

        .table-download tbody tr td .false {
            background-color: transparent;
        }

        .table-download tbody tr td span {
            position: absolute;
            top: calc(50% - 3px);
            left: calc(50% + 12px);
            transform: translateY(-50%);
            line-height: 1.1 !important;
            font-size: 11px;
        }

            .table-download tbody tr td span.note {
                font-size: 20px;
            }

        .table-download tbody tr td a.btn {
            width: 90%;
            margin-left: 5%;
        }

            .table-download tbody tr td a.btn.btn-white-blue {
                font-size: 13px;
            }

        .table-download tbody tr td p.pull-down {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            font-size: 16px;
            margin-top: 10px;
            color: #8990aa;
            font-weight: 600;
        }

.legend {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #8990aa;
}

    .legend p {
        margin: 15px 0 0 0;
        font-weight: 200;
    }

#content-form-login {
    text-align: center;
}

    #content-form-login .line-subheading {
        height: 5px;
        width: 50px;
    }

    #content-form-login h3 {
        color: white;
        font-size: 30px;
        font-weight: 200;
        text-align: center;
        margin-bottom: 10px;
    }

    #content-form-login h4 {
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    #content-form-login .form-group {
        position: relative;
        height: 30px;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

        #content-form-login .form-group input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #8990aa;
            color: #8990aa;
            font-size: 18px;
            background-color: transparent;
        }

            #content-form-login .form-group input::placeholder {
                color: #8990aa;
                font-size: 18px;
            }

            #content-form-login .form-group input:focus {
                outline: none;
            }

    #content-form-login .link-forgot-password {
        color: #8990aa;
        margin-bottom: 100px;
        font-size: 1.3em;
    }

    #content-form-login .btn-login {
        margin-top: 30px;
    }

.pages-login-logo {
    position: absolute;
    bottom: 100px;
    width: 300px;
    height: auto;
    right: 100px;
    bottom: 60px;
}

.page-system-requirements p {
    text-align: left;
}

    .page-system-requirements p.m-b-10 {
        margin-bottom: 10px;
    }

.page-system-requirements ul {
    text-align: left;
    margin-bottom: 30px;
}

    .page-system-requirements ul li {
        margin-bottom: 20px;
        color: #8990aa;
        font-size: 18px;
    }

@media all and (max-width: 991px) {
    /*
    NAVIGATION
*/
    .navbar-default {
        border: none !important;
    }

        .navbar-default .navbar-toggle {
            border: none;
            margin-right: 0 !important;
        }

            .navbar-default .navbar-toggle span.icon-bar {
                background-color: white !important;
                width: 50px;
                height: 1px;
                margin-bottom: 10px;
            }

            .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
                background-color: transparent !important;
            }

        .navbar-default .nav.navbar-nav a.btn {
            margin: 0 auto;
        }

    .rigpro-logo {
        position: relative;
        top: 10px;
    }

    .navbar-collapse {
        background: rgba(18, 85, 117, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        text-align: center !important;
    }

        .navbar-collapse ul.nav {
            margin-top: 50px;
        }

            .navbar-collapse ul.nav li.li-items {
                margin: 20px 0;
                padding-bottom: 0 !important;
                border: none !important;
            }

                .navbar-collapse ul.nav li.li-items a {
                    font-size: 25px;
                }

            .navbar-collapse ul.nav .close-mobile-menu {
                width: 100%;
                position: fixed;
                bottom: 0;
            }

                .navbar-collapse ul.nav .close-mobile-menu img {
                    width: 50px;
                    height: 50px;
                }
    /*
        HOMEPAGE / LAYOUT
    */
    .row-skew.height-section-one {
        height: 820px;
    }

    .row-skew.promo-height-section-one {
        height: 460px;
    }

    .row-skew.height-section-two {
        padding: 100px 0 180px 0;
    }

    .row-skew.height-section-three {
        padding: 0 0 180px 0;
    }

    .row-skew.height-section-four {
        padding-bottom: 80px;
    }

    .row-skew.height-section-five {
        margin-bottom: 50px;
    }

    .row-skew.height-section-footer {
        height: 1000px;
    }

    .bg-wrapper.bottom-right-high {
        transform: skewY(-10deg);
        top: -130px;
        bottom: 130px;
    }

    .bg-wrapper.bottom-left-low {
        transform: skewY(5deg);
        top: -100px;
        bottom: 100px;
    }

    .bg-wrapper.bottom-right-low {
        transform: skewY(-5deg);
        top: -100px;
        bottom: 100px;
    }

    .bg-wrapper.top-left-high {
        transform: skewY(10deg);
        top: 130px;
        bottom: -130px;
    }

    .bg-img.bg-image-header {
        top: 130px;
        bottom: -130px;
        transform: skewY(10deg);
    }

    .bg-img.bg-image-footer {
        top: -130px;
        bottom: 130px;
        transform: skewY(-10deg);
    }

    .row-skew-content-header {
        margin-top: 150px;
        text-align: center;
    }

        .row-skew-content-header .btn-block {
            display: inline-block !important;
            margin: 0 20px;
        }

    .image-mobile {
        width: 100%;
        height: auto !important;
        bottom: 150px !important;
        top: unset !important;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .row-skew-content-section-three h2 {
        margin-bottom: 50px;
    }

    .row-skew-content-section-three .block-content-one, .row-skew-content-section-three .block-content-four {
        margin-bottom: 0;
    }

    .container-row-icons .col-xs-5 {
        height: 220px !important;
    }

    .container-row-icons .btn-darkred {
        margin-top: 0 !important;
    }

    .height-section-five {
        margin-bottom: 0 !important;
    }

    .container-icon-arrow {
        margin: 20px 0 !important;
    }
    /*
    PAGES 
*/
    .pages-content h2 {
        font-size: 35px;
    }

    .pages-header {
        height: 330px;
    }

        .pages-header .logo {
            width: 70% !important;
        }

    .pages-navigation {
        height: 90px;
    }

        .pages-navigation .container {
            padding: 0 !important;
        }

        .pages-navigation a {
            height: 90px;
        }

    .link-inner-content .pages-navigation-icon {
        width: 70px;
        margin-top: 30px;
    }

    .link-inner-content h3 {
        display: none;
    }

    .pages-technical-information-menu {
        text-align: left;
    }

        .pages-technical-information-menu .col-md-4 {
            margin-bottom: 20px;
        }

        .pages-technical-information-menu .modules-and-utilities:hover {
            text-decoration: underline !important;
            cursor: pointer !important;
        }

        .pages-technical-information-menu ul {
            margin-left: 0;
            padding-left: 25px;
        }

            .pages-technical-information-menu ul li {
                margin-bottom: 10px;
            }
    /*
    FOOTER - CONTACT FORM
*/
    .contact-us {
        width: 90% !important;
    }

        .contact-us .form-group {
            width: 100% !important;
        }

            .contact-us .form-group.message {
                margin-top: 0px !important;
            }
}

@media all and (min-width: 400px) and (max-width: 991px) {
    .link-inner-content .pages-navigation-icon {
        width: 50px !important;
        margin-top: 20px !important;
    }
}

@media all and (min-width: 767px) and (max-width: 991px) {
    .navbar-default .navbar-collapse {
        background: none !important;
    }

    .navbar-default .nav.navbar-nav li.li-items {
        margin-top: 15px !important;
    }
}

@media all and (min-width: 767px) and (max-width: 991px) {

    .row-skew-content-header {
        /*position: relative;
    left: -60px;*/
        margin-top: 150px;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.step-circle-empty {
    background: #fff;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    color: #125575;
    display: inline-block;
    font-weight: bold;
    line-height: 4em;
    margin-right: 5px;
    text-align: center;
    width: 4em;
}


.step-circle-fill {
    background: #125575;
    border-radius: 2em;
    border: 1px solid white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 3em;
    margin-right: 5px;
    text-align: center;
    width: 3em;
}

.nav-promo {
    padding: 10px 16px;
    background: #125575;
    color: white;
    height: 60px;
    border: 1px solid #125575;
    display: block;
    margin: auto;
}

.nav-promo h2 {
    font-size: 13px;
    color: white;
    font-family: sans-serif;
    margin-top: 14%;
}

.promo-nav-fix {
    z-index: 1000;
    position: relative;
}


.row-skew-promo-header {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 70px;
    position: relative;
}

    .row-skew-promo-header p {
        font-size: 20px;
        font-weight: 200;
        margin-bottom: 40px;
        color: white;
        text-align: center;
    }

.promo-button {
    width:15%;
    display:block;
    margin:auto;
}

.logo-bottom {
    width: 25%;
    margin: auto;
}

.col-md-7-right {
    width: 58.3333%;
    float: right;
}

.col-md-7-left {
    width: 58.3333%;
    float: left;
}

    .col-md-7-left.header-paragraph2 {
        margin-top: -10% !important;
    }

.header-paragraph3 {
    margin-top: -27% !important;
}

.header-paragraph4 {
    margin-top: -15% !important;
}

.header-paragraph5 {
    margin-top: 2% !important;
}

.header-paragraph6 {
    margin-top: -17% !important;
}

.header-paragraph7 {
    margin-top: 1% !important;
}

.header-paragraph8 {
    margin-top: 0% !important;
}

 /*
     Promotion-Footer navbar
 */

.promo-video {
    margin:auto;
    margin-top:30px;
    margin-bottom:50px; 
    display:block;
    width:80%; 
    height:415px;
}

.footer-navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
    border: 1px solid #125575;
}

.footer-eu-navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 50%;
    margin-left: 25%;
    border: 1px solid #125575;
}

.inline-block {
    display: inline;
}

.apple-logo {
    float: left;
    width: 48%;
    height: 41px;
    margin-right: 4%;
}

.google-logo {
    display: inline-block;
    width: 48%;
    height: 40px;
}

.test-image-shema
{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: -150%;
}

.test-image-2 {
    display: block;
    max-width: 70%;
    height: auto;
    margin-left: 10%;
    margin-top: 2%;
}

.test-image {
    display: block;
    max-width: 70%;
    height: auto;
    margin-left: 20%;
    margin-top: 60px;
}

.under-scenario-index {
    font-weight:bold;
    margin-left:25%;
}

.index-button {
    display:block;
    margin-top: 10%;
    width: 60%;
    margin-left:-15%;
}

.test-image-server {
    display: block;
    max-width: 70%;
    height: 300px;
    margin-left: 20%;
}

.index-line {
    margin: 0 auto;
    width: 50px;
    height: 5px;
    background-color: #8990aa;
}

.index-line-subheading {
    margin: 60px auto 0;
    width: 30px;
    height: 5px;
    background-color: #8990aa;
}

.my-offset {
    margin-top: 7%;
}

.p-tags {
    color: #8990aa;
    font-size: 18px;
    text-align: justify;
}

.ops-header {
    font-size: 36px;
    color: #125575;
    font-weight: 200;
    text-align: left;
}

.resize-modal {
    width: 70%;
}

.hp-left {
    text-align: left;
    font-size: 12px;
    color: #8990aa;
    display: block;
}

.hp-right {
    text-align: right;
    font-size: 12px;
    color: #8990aa;
    display: block;
}

.ht-left {
    text-align: left;
    display: block;
}

.ht-right {
    text-align: right;
    display: block;
}

.about-us-info {
    width: 50%;
    display: block;
    float: left;
}

.google-map {
    width: 50%;
    display: inline-block;
}

.about-us-header {
    position: relative;
    margin-top: 150px;
    margin-left: -60px;
}

.google-map-frame {
    width: 80%;
    height: 450px;
    margin-left: -20%;
}

.about-us-content {
    position: relative;
    margin-top: 5%;
    width: 100%;
}




.about-us-info span {
    font-size: 15px;
    font-weight: 100;
    color: white;
    margin-bottom: 10px;
    display: block;
}


.tpz-logo {
    margin: auto;
    display: block;
    width: 20%;    
}

.about-us-header h2 {
    color: #fff;
}

.col-white {
    color:#fff;
}

.col-darkblue {
    color: #125575;
}

.download-page h4 {
    color:#125575;
    margin-bottom:30px:
}

.download-page ul {
   color:#125575;
   margin-bottom:30px;
}

.system-requirements {
        margin:auto; 
        margin-bottom:30px;
        margin-top:30px;
}

.sys-req-space {
     margin-bottom:50px;
}

/*
    Terms and conditions
*/
.reg-circle {
   margin-bottom:30px;
}

.reg-first-title {
    font-size:14px;
}

.agreement {
    margin-top: 50px;
    margin-bottom: 10px;
}

.btn-proceed {
    margin:auto;
}

.eula-link {
    color: #125575;
    font-size: 15px;
}

.step-circle-empty1 {
    background: #fff;
    border-radius: 2em;
    border: 1px solid #125575;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    color: #125575;
    display: inline-block;
    font-weight: bold;
    line-height: 4em;
    margin-right: 5px;
    text-align: center;
    width: 4em;
}


.step-circle-fill1 {
    background: #125575;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 3em;
    margin-right: 5px;
    text-align: center;
    width: 3em;
}

.mg-top {
    margin-top: 15px;
}

.ops-geo-img {
    width: 35%;
    height: 40%;
    margin-top: 30px;
}

.ops-slide-show {
    width: 90%;
    height: 80%;
    margin-top: 30px;
}

.promo-navbar {
    width: 100%;
    height: 50px;
    background-color: #125575;
}

.promo-rigpro-logo {
    width: 148px;
    height: 40px;
    margin-left: 45%;
    margin-top: 5px;
}

.promo-tags {
    font-size: 1.0em;
}

.row {
    display: flex;
}

/* Create three equal columns that sits next to each other */
.column {
    flex: 33.33%;
    padding: 5px;
}

.reg-notify {
    margin-top:-30px;
}

.form-registration {
    width:77%;
    color:#8990aa;
    font-size:1.1em;
}

.btn-reg {
    margin-top: -20px;
}

.form-reg {
    width:77%;
}

.doc-icon {
    width:50px;
    height:50px;
}

.video-text {
    font-family: OpenSans;
    color: #8990aa;
    font-size: 12px;
    line-height: 24px;
    vertical-align: top;
    width: 274px;
    height: 160px;
    text-align: justify;
    float: right;
    padding-left: 10px;
    padding-right: 20px;
    float: left;
    margin-top: 6px;
}

.video-underline {
    width: 100%;
    height: 2px;
    display: block;
    margin: auto;
    background-color: #8990aa;
    margin-bottom: 20px;
}

.video-size {
    width: 248px;
    height: 160px;
    display: block;
    float: left;
    padding-top: 10px;
    float: left;
}

.element-below {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
}

.margin-auto {
    margin: 0 auto;
}

.footer-logo-left {
    width: 64px;
    height: 50px;
    margin-top: 1.5%;
}

.footer-logo-middle {
    width: 20%;
    height: 30px;
    margin-top: -2.5%;
    margin-right: 10px;
}

.footer-logo-right {
    width: 25%;
    height: 30px;
}

.nav-footer-logo-side {
    width: 50%;
    float: left;
    height: 3vw;
}

.nav-footer-eu-side {
    width: 50%;
    height: 2.2vw;
    text-align: center;
    background: #fff;
    float: right;
}

    .nav-footer-eu-side p {
        color: #125575;
        margin-top: 3.5%;
        font-size: 0.7em;
    }

.nav-footer-logo-side::after {
    content: "";
    width: 50%;
    display: table;
}

.btn-header-download {
    width: 80%;
    margin: auto;
    z-index: 10000;
    position: relative;
}

.reg-row {
    margin-left:-15px;
    margin-right: -15px;
}





@media only screen and (max-width: 900px) {
    .index-line {
        display: none;
    }

    .index-line-subheading {
        display: none;
    }
    .row-skew-promo-header {
        margin-top: 70px;
        position: relative;
        left: 0px;
        margin-left: 0%;
        margin-right: 0%;
    }

    .row-skew.promo-height-section-one {
        height: 550px;
    }

    .promo-button {
        width: 100%;
    }

    /*
        Header page
    */
    .row-skew-content-header {
        margin-left:0%;
        margin-right:0%;
    }

    .row-skew.height-section-one {
        height: 1000px;
    }

    .footer-navbar {
        overflow: hidden;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 50%;
        border: 1px solid #125575;
    }

    .logo-bottom {
        width: 50%;
        margin:auto;
    }

    .col-md-7-right {
        width: 100%;
        float: right;
    }

    .col-md-7-left {
        width: 100%;
        float: left;
    }

    .col-md-7-right p {
        text-align:"justify"
    }

    .col-md-7-left p{
        text-align:justify;
    }

    .footer-eu-navbar {
        overflow: hidden;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        margin-left: 0%;
        height:11%;
        border: 1px solid #125575;
    }

    /*
        Header_Index
    */
    .col-md-7-left .header-paragraph1 {
        margin-top: -22%;
    }

    .test-image-shema {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: -3%;
        margin-left: 0%;
    }

    .test-image-server {
        display: block;
        max-width: 70%;
        height: 300px;
        margin-left: 10%;
        margin-top: -30px;
    }

    .header-paragraph5 {
        margin-top:7%;
    }

    /*
        Promo-Footer-Scale
    */
    .footer-navbar {
        overflow: hidden;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 50%;
        margin-left: 25%;
        border: 1px solid #125575;
    }

    .promo-video {
        margin: auto;
        margin-top: 30px;
        margin-bottom: 50px;
        display: block;
        width: 100%;
        height: 380px;
    }

    .pages-content.pages-about-rigpro div {

    }

    .header-paragraph1 {
        margin-top: -22%  !important;
    }

    .header-paragraph2 {
        margin-top: -1% !important;
    }

    .header-paragraph3 {
        margin-top: -15% !important;
    }

    .header-paragraph4 {
        margin-top: -6% !important;
    }

    .header-paragraph6 {
        margin-top: -5% !important;
    }

    .header-paragraph7 {
        margin-top: -10% !important;
    }

    .header-paragraph8 {
        margin-top: -7% !important;
    }

    .test-image-2 {
        display: block;
        max-width: 70%;
        height: auto;
        margin-left: 20%;
        margin-top: 20%;
    }

    .under-scenario-index {
        margin-left: 0%;
    }

    .index-button {
        display: block;
        margin: auto;
        margin-top: 15%;
        width: 100%;
    }

    .rigpro-logo {
        width: 148px;
        height: 40px;
        background-image: url("../images/logo-rigpro-white.svg");
        background-repeat: no-repeat;
        margin-right: 0%;
    }

    .col-md-10 {
        padding-left:0%;
        padding-right: 0%;
    }

    .my-offset {
        margin-top: 25%;
    }

    .ops-header {
        text-align: center;
    }

    .resize-modal {
        width:100%;
    }

    .ht-left {
        text-align: center;
        display:block;
    }

    .ht-right {
        text-align: center;
        display: block;
    }

    .hp-left {
        text-align: justify;
    }

    .hp-right {
        text-align:justify;
    }

    .about-us-info {
        width: 100%;
    }

    .google-map {
        width: 100%;
        display: block;
        margin:auto;
    }

    .about-us-header {
        margin-left: 0%;
    }

    .google-map-frame {
        width: 90%;
        height: 350px;
        margin-left: 0%;
        margin-top:5%;
    }

    .container-navbar.navbar-sticky {
        display: none;
    }

}