﻿@font-face {
    font-family: Avenir Light;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/avenirltstd-light.otf") format("opentype");
}

body {
    font-family: 'Avenir Light';
}

p {
    font-family: 'Avenir Light';
}

.image-container {
    margin-top: 70px;
    float: left;
    width: 100%;
}

.image-container {
    margin-top: 70px;
    float: left;
    width: 100%;
}

body {
    background: #ffffff;
    font-family: 'Avenir Light';
    font-size: 15px;
    color: #2F2E2E;
}

.no-padding {
    padding: 0;
}

.input-field {
    position: relative;
    min-height: 1px;
    width: calc(40% - 30px);
    padding-right: 30px;
    box-sizing: inherit;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

a.btn-3:focus {
    text-decoration: none;
}

#spaMenu {
    position: fixed;
    background: #2f2e2e;
    overflow-y: scroll;
    top: 56px;
    bottom: 0;
    right: -300px;
    width: 300px;
    z-index: 1;
    transition: .3s;
}

    #spaMenu.active {
        right: 0;
        z-index: 2;
    }

    #spaMenu ul {
        list-style-type: none;
        padding: 0;
    }

        #spaMenu ul li {
            width: 100%;
        }

            #spaMenu ul li:hover {
                background-color: #fff;
                cursor: pointer;
            }

            #spaMenu ul li a, #spaMenu ul li div {
                color: white;
                padding: 20px 20px;
                width: 100%;
                display: inline-block;
            }

                #spaMenu ul li a:focus, #spaMenu ul li a:visited {
                    text-decoration: none;
                }

                #spaMenu ul li a:hover, #spaMenu ul li div:hover {
                    text-decoration: none;
                    color: #2f2e2e;
                    background: #ededed;
                }










#keyfunctions {
    background: #2f2f2f;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: -5px;
    font-family: 'Avenir Light';
    padding-top: 10px;
    padding-bottom: 40px;
}

    #keyfunctions h2 {
        font-size: 20px;
        font-family: Lulo Clean One Bold,sans-serif;
        line-height: 1.4em;
        font-weight: 800;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }

#clear-cookies {
    border: none;
    z-index: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 2;
}

.navbar-toggle {
    display: block;
    float: right;
    background: transparent;
    border: none;
    margin-top: -5px;
    margin-left: 10px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border: 1px solid #fff;
    margin-bottom: 9px;
    border-radius: 0px;
}

.navbar-toggle .middle-bar {
    width: 20px;
    margin-left: 10px;
}

.btn-1, .btn-1:focus {
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 2.2em;
    font-family: 'Avenir Light';
    padding: 1px 13px;
    padding-top: 2px;
    float: right;
    text-decoration: none;
}

    .btn-1:hover {
        cursor: pointer;
        background-color: #fff;
        color: #44dbbd;
        text-decoration: none;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    }

.btn-2, .btn-2:focus {
    margin-top: 5px;
    border: 2px solid #421d65;
    background-color: #421d65;
    color: #fff;
    font-size: 12px;
    line-height: 2.4;
    font-family: 'Avenir Light';
    padding: 6px 21px;
    padding-top: 8px;
    display: inline-block;
    text-decoration: none;
}

    .btn-2:hover {
        cursor: pointer;
        border: 2px solid #44dbbd;
        background-color: transparent;
        color: #44dbbd;
        text-decoration: none;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    }

.btn-2-gray, .btn-2-gray:focus {
    margin-top: 5px;
    border: 1px solid #000;
    background-color: #cccccc;
    color: #000;
    font-size: 11px;
    line-height: 2.4;
    font-family: 'Avenir Light';
    padding: 6px 21px;
    padding-top: 8px;
    display: inline-block;
    text-decoration: none;
}

    .btn-2-gray:hover {
        cursor: pointer;
        background-color: #ececec;
    }


.btn-3, .btn-3:focus {
    text-decoration: none;
    border: 2px solid #421d65;
    background-color: #421d65;
    color: #fff;
    font-size: 12px;
    line-height: 2.4;
    font-family: 'Avenir Light';
    padding: 4px 37px;
    width: 250px;
    left: calc(50% - 125px);
    bottom: 45px;
    position: absolute;
}

    .btn-3:hover {
        cursor: pointer;
        border: 2px solid #44dbbd;
        background-color: #2f2e2e;
        color: #44dbbd !important;
        text-decoration: none;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    }

.btn-4, .btn-4:focus {
    border: 2px solid #dcdae8;
    background-color: #dcdae8;
    color: #000;
    font-size: 12px;
    line-height: 2.6;
    font-family: 'Avenir Light';
    padding: 4px 37px;
    padding-top: 6px;
    display: inline-block;
    text-decoration: none;
}

    .btn-4:hover {
        cursor: pointer;
        border: 2px solid #44dbbd;
        background-color: transparent;
        color: #44dbbd;
        text-decoration: none;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    }

.btn-5, .btn-5:focus {
    width: 100%;
    margin-top: 5px !important;
    border: 2px solid #421d65;
    background-color: #421d65;
    color: #fff;
    font-size: 12px;
    line-height: 2.2;
    font-family: 'Avenir Light';
    padding: 0px 37px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .btn-5:hover {
        cursor: pointer;
        border: 2px solid #44dbbd;
        background-color: transparent;
        color: #44dbbd;
        text-decoration: none;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    }


.row {
    margin-right: 0px;
    margin-left: 0px;
}


/*FRONTPAGE*/

#coffee-background {
    position: absolute;
    top: 50px;
    left: 0px;
    bottom: 0px;
}

.frontpage {
    width: 100%;
    margin: 0 auto;
    padding-top: 170px;
    padding-bottom: 120px;
    float: left;
    background: #fff;
    height: 569px;
}

    /*.frontpage .video-coffee {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        top: 55px;
        z-index: -1;
    }*/

    .frontpage .headline {
        font-size: 46px;
        font-family: Lulo Clean One Bold,sans-serif;
        color: #2f2f2f;
        line-height: 1.2em;
        font-weight: 800;
        letter-spacing: 4px;
    }

    .frontpage p {
        margin-top: 10px;
        margin-bottom: 15px;
        letter-spacing: 0.06em;
        color: #2f2f2f;
        font-size: 30px;
        text-shadow: none;
    }

.read-more {
    text-decoration: underline;
    color: #2F2E2E;
}

.frontpage p .read-more {
    color: #5b5b5b;
}

/*PRODUCTS*/
#products {
    margin-top: -5px;
}

    #products h2 {
        font-size: 25px;
        font-family: Lulo Clean One Bold,sans-serif;
        line-height: 1.2em;
        font-weight: 800;
        letter-spacing: 5px;
        padding: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #products .read-more {
        position: absolute;
        bottom: 95px;
        width: calc(100% - 30px);
        float: left;
        padding: 15px;
    }

#customer-control, #enterprise, #pro, #webservice {
    min-height: 520px;
    text-align: center;
}

    #customer-control p, #enterprise p, #pro p, #webservice p {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 15px;
        min-height: 42px;
    }

    #customer-control .read-more, #enterprise .read-more, #pro .read-more, #webservice .read-more {
        text-decoration: underline;
        font-size: 15px;
        cursor: pointer;
    }



    #enterprise, #enterprise .read-more {
        background-color: #cccccc;
        color: #2f2e2e;
    }

    #pro, #pro .read-more {
        background-color: #2f2e2e;
        color: #fff;
    }

    #customer-control, #customer-control .read-more {
        background-color: #ededed;
        color: #2f2e2e;
    }

    #webservice, #webservice .read-more {
        background-color: #a0a09f;
        color: #fff;
    }


#read-more .customer-control h4 {
    margin-top: 25px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}

#read-more .customer-control p {
    margin-top: 0px !important;
}


.center {
    float: none;
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

/*REFERENCES*/
#references {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 476px;
    background: #fff;
}

.mySlides h2 {
    font-family: 'Avenir Light';
    font-size: 32px;
    letter-spacing: 0.3em;
    color: #5b5b5b;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.mySlides p {
    line-height: 28.6px;
    font-family: 'Avenir Light';
    font-size: 22px;
    color: #5b5b5b;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.mySlides img {
    margin-top: 20px;
    height: 95px;
}

.mySlides .logo_sb1 {
    height: 75px;
}

.mySlides .logo_okland {
    height: 40px;
    margin-top: 30px;
}

img.video-popup {
    margin-top: 20px;
    height: auto;
}

#video1, #video2 {
    display: none;
}

    #video1:hover, #video2:hover {
        cursor: pointer;
    }

.badges {
    text-align: center;
    max-height: 30px;
}

#refVideo {
    /* height: 388px;*/
    /*box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.8), -12px 0 8px -4px rgba(0, 0, 0, 0.8);*/
    border: 1px solid #2f2f2f;
    width: 72%;
}

    #refVideo:hover {
        cursor: pointer;
    }

#contact_form .form-container .col-md-12 {
    padding: 0;
}
/*FLOW*/
#flow {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    padding: 30px;
    background: #fff;
}

    #flow .headline {
        font-size: 40px;
        font-family: Lulo Clean One Bold,sans-serif;
        color: #2f2f2f;
        line-height: 1.2em;
        font-weight: 800;
        letter-spacing: 8px;
        width: 100%;
        margin-bottom: 20px;
    }

    #flow .flow-video {
        width: 90%;
        margin-top: 0px !important;
        opacity: 1;
        border-radius: 4px;
        border: solid 1px #2f2f2f;
    }

        #flow .flow-video:focus {
            outline: none;
        }

        #flow .flow-video:hover {
            cursor: pointer;
            opacity: 0.9;
        }

    #flow .inner-container {
        margin: 0 auto;
        max-width: 1100px;
    }

        #flow .inner-container div {
            padding: 0;
        }

        #flow .inner-container h1 {
            font-family: Lulo Clean One Bold,sans-serif;
            font-size: 45px;
            letter-spacing: 10px;
            font-weight: 800;
        }

        #flow .inner-container h2 {
            font-family: 'Avenir Light';
            font-size: 42px;
        }

        #flow .inner-container h5 {
            font-family: 'Avenir Light';
            font-size: 15px;
            font-weight: 700;
            color: #605E5E;
            line-height: 1.4em;
            letter-spacing: 0.75px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        #flow .inner-container p {
            font-family: 'Avenir Light';
            font-size: 15px;
            margin-top: 15px;
            letter-spacing: 0.75px;
            color: #605E5E;
            margin-bottom: 25px;
        }

        #flow .inner-container .tabbed {
            margin-top: 15px;
            margin-left: 25px;
            line-height: 2em;
        }

/*IMAGE CONTAINER */
.image-container {
    float: left;
    margin-top: 0px;
    width: 100%;
}

    .image-container .inner-container {
        margin: 0 auto;
        max-width: 900px;
    }

        .image-container .inner-container h2 {
            font-family: 'Avenir Light';
            font-size: 42px;
            margin-top: 24%;
        }

        .image-container .inner-container p {
            font-family: 'Avenir Light';
            font-size: 15px;
            margin-top: 15px;
            letter-spacing: 0.05em;
            color: #605E5E;
            margin-bottom: 25px;
        }

/*FOOTER*/
#footer {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
    min-height: 200px;
    border-top: 1px solid #ccc;
}

    #footer .inner-container {
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 10px;
    }

        #footer .inner-container a {
            color: #605E5E;
        }

        #footer .inner-container h6 {
            font-family: 'Avenir Light';
            font-size: 15px;
            letter-spacing: 3px;
            line-height: 20px;
            color: #605E5E;
        }

        #footer .inner-container p {
            font-family: 'Avenir Light';
            font-size: 15px;
            margin-top: 15px;
            letter-spacing: 0.75px;
            color: #605E5E;
            margin-bottom: 25px;
        }

        #footer .inner-container #input-field-finished, #contact .inner-container #contact-us-finished {
            display: none;
        }

#contact .inner-container #contact-us-finished {
    min-height: 100px;
    text-align: center;
    padding-top: 40px;
}

.container-size-1 {
    width: 20%;
}

.container-size-2 {
    width: 20%;
}

.container-size-3 {
    width: 35%;
}

.container-size-4 {
    width: 25%;
    margin-top: 0px;
    padding-right: 0;
}

    .container-size-4 .input-field {
        padding-right: 0;
        margin-top: 10px;
    }

.container-size-100 {
    width: 100%;
    margin-top: 5px;
}

.footer-logo {
    margin-top: -60px;
    margin-bottom: 40px;
    width: 20%;
    float: left;
}

    .footer-logo img {
        max-width: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-logo .eideasy {
        margin-top: 32px;
    }

    .footer-logo .mitid {
        margin-top: 13px;
    }


video {
    max-width: 100%;
    border: 1px solid #2f2e2e;
}

.container-size-4 .input-field {
    width: 100% !important;
}


.container-size-1, .container-size-2, .container-size-3, .container-size-4, .container-size-100 {
    float: left;
    padding-top: 30px;
}

.social-media-icons {
    padding-top: 5px;
}

.bottom-text {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    width: 100%;
    float: left;
    color: #A0A09F;
    font-size: 11px;
    font-family: 'Avenir Light';
}

#clear-cookies {
    position: fixed;
    left: 100000px;
}

/*CONTACT*/
#contact-us .contact-container {
    padding: 30px;
    margin-top: 60px;
    width: calc(100% - 666px);
}

#contact-us .col-md-3 {
    padding: 0;
    background: #2f2f2f;
    height: 500px !important;
    width: 333px !important;
    box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.8), -12px 0 8px -4px rgba(0, 0, 0, 0.8);
}

    #contact-us .col-md-3 img {
        height: 500px !important;
        width: 333px !important;
        padding: 0;
        position: absolute;
        right: 0;
    }

#contact-us .inner-container {
    max-width: none;
}

#contact-us .contact-container h1 {
    color: #fff;
    font-family: Lulo Clean One Bold,sans-serif;
    font-size: 38px;
    letter-spacing: 10px;
    font-weight: 800;
    text-align: center;
}

#contact-us .contact-container .contact-underline {
    width: 135px;
    height: 8px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
}

#contact-us .contact-container p {
    color: #fff;
    font-size: 17px;
    font-family: 'Avenir Light';
    text-align: center;
    margin-top: 40px;
}

#contact-us .contact-container .btn-2 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 170px;
    margin-top: 110px;
}

#contact, #video-popup {
    display: none;
    padding: 20px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.7);
    -webkit-animation: fade 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    z-index: 1;
}

    #video-popup .inner-container {
        width: 90%;
        max-width: 1100px;
        font-size: 15px;
        margin: 0 auto;
        position: relative;
        margin-top: 70px;
    }

    #contact .col-md-6 {
        width: calc(100% - 666px);
    }

    #contact .inner-container {
        width: 90%;
        max-width: 1100px;
        padding: 30px;
        font-size: 15px;
        background-color: #fff;
        margin: 0 auto;
        margin-top: 120px;
        margin-bottom: 150px;
        border: 2px solid #000;
        position: relative;
    }

        #contact .inner-container h1 {
            color: #2F2E2E;
            font-weight: 700;
            margin-bottom: 20px;
            font-family: Lulo Clean One Bold,sans-serif;
            font-size: 38px;
        }

        #contact .inner-container .input-field {
            width: 100%;
            padding: 0;
            display: inline-block;
        }

            #contact .inner-container .input-field .btn-5 {
                position: relative;
                float: right;
                width: 100px;
                padding-left: 10px;
                padding-right: 10px;
            }

            #contact .inner-container .input-field .input-row {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 10px;
            }

@media (min-width: 1921px) {
    #coffee-background {
        width: 1920px;
        margin: 0 auto;
        float: left;
        height: 569px;
        background-position: left bottom;
        background-repeat: no-repeat;
        -webkit-mask-image: -webkit-gradient(linear, left top, right center, color-stop(0, transparent), color-stop(.10, rgba(0,0,0,.5)), color-stop(.25, black), color-stop(.75, black), color-stop(.90, rgba(0,0,0,.2)), color-stop(1, transparent));
    }
}

@media (max-width: 1405px) {
    #products h2 {
        padding: 20px 3px;
        font-size: 20px;
    }

    #customer-control p, #enterprise p, #pro p, #webservice p {
        width: 90%;
    }

    /*   #customer-control, #enterprise, #pro, #webservice {
        min-height: 550px;
        text-align: center;
    }*/
}

@media (max-width: 1275px) {
    /*    #customer-control, #enterprise, #pro, #webservice {
        min-height: 430px;
        text-align: center;
    }
*/
    #customer-control, #enterprise, #pro, #webservice {
        min-height: 560px;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    #products .col-md-3 {
        width: 50%;
        float: left;
    }

    .team-photos {
        display: none;
    }

    #contact-us .contact-container {
        padding: 30px;
        margin-top: 60px;
        width: 100%;
    }

    /*.btn-3, .btn-3:focus {
        text-decoration: none;
        border: 2px solid #421d65;
        background-color: #421d65;
        color: #fff;
        font-size: 12px;
        line-height: 2.4;
        font-family: 'Avenir Light';
        padding: 4px 37px;
        width: 250px;
        left: calc(50% - 125px);
        bottom: 45px;
        position: absolute;
    }*/
}


@media (min-width: 992px) {
    .mobile {
        display: none;
    }

    .toggleMobileMenu {
        display: none;
    }

    /*HEADER*/
    .header_container {
        background: #2f2e2e;
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 120px;
        padding-right: 120px;
        height: 56px;
    }

    .logo_header {
        width: 105px;
    }

    .mySlides .ss {
        width: 100%;
    }

    #contact-us {
        background-color: #2f2e2e;
        height: 500px;
    }

    #c2.image-container {
        background: url("https://static.wixstatic.com/media/beda37_608c1d9ad1ca4f529cdc58aec319ece0~mv2.jpg/v1/fill/w_1903,h_569,al_c,q_85,usm_0.66_1.00_0.01/beda37_608c1d9ad1ca4f529cdc58aec319ece0~mv2.webp");
        height: 569px;
    }
}

@media (max-height: 960px) and (min-width: 992px) {
    #spaMenu {
        font-size: 13px;
    }

        #spaMenu ul li a, #spaMenu ul li div {
            padding: 14px 20px;
        }
}

@media (max-height: 660px) and (min-width: 992px) {
    #spaMenu ul li a, #spaMenu ul li div {
        padding: 10px 20px;
    }
}

@media (max-height: 600px) and (min-width: 992px) {
    #spaMenu ul li a, #spaMenu ul li div {
        padding: 9px 20px;
    }
}

@media (max-height: 525px) and (min-width: 992px) {
    #spaMenu {
        font-size: 12px;
    }
}

@media (max-height: 525px) and (min-width: 992px) {
    #spaMenu {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .desktop {
        display: none;
    }

    .mySlides {
        width: 80% !important;
    }

    #spaMenu {
        right: -100%;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
    }

        #spaMenu .glyphicon-remove {
            color: #fff;
        }

    .header_container {
        background: #2f2e2e;
        padding-top: 17px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        height: 62px;
    }

    .logo_header {
        width: 90px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        float: right;
        background: transparent;
        border: none;
        margin-top: -37px;
        margin-right: -10px;
    }

        .navbar-toggle .icon-bar {
            display: block;
            width: 30px;
            height: 3px;
            border: 1px solid #fff;
            margin-bottom: 7px;
            border-radius: 0px;
        }

        .navbar-toggle .middle-bar {
            width: 30px;
            margin-left: 0px;
        }

    #pro, #pro .read-more {
        background-color: #707070;
        color: #fff;
    }


    .btn-1 {
        /*border: 2px solid #fff;
        color: #fff;
        font-size: 14px;
        line-height: 1.4em;
        font-family: 'Avenir Light';
        padding: 9px 44px;
        margin-top: 15px;
        float: left;*/
        display: none;
    }

    #mobileMenu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 3;
    }

        #mobileMenu ul {
            list-style-type: none;
        }

            #mobileMenu ul li {
                padding: 12px 30px;
            }

                #mobileMenu ul li a {
                    color: #2f2e2e;
                    font-size: 15px;
                }

    .frontpage {
        width: 100%;
        padding-top: 50px;
        margin-top: 10px;
        max-height: 300px;
        width: 100%; /* or whatever is required */
        text-align: center; /* ensures the image is always in the h-middle */
        overflow: hidden; /* hide the cropped portion */
    }

        /*.frontpage .video-coffee {
            position: absolute;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            top: 55px;
            display: none;*/
        /*background: yellow;*/
        /*}*/

        .frontpage #coffee-background {
            top: -300px;
            position: relative;
            left: -20px;
            /*     margin-left: -200%;*/
        }

        .frontpage .headline {
            font-size: 25px;
            font-family: Lulo Clean One Bold,sans-serif;
            color: #2F2E2E;
            line-height: 1.2em;
            font-weight: 800;
            letter-spacing: 6px;
            text-shadow: none;
        }

        .frontpage p {
            margin-top: 10px;
            margin-bottom: 10px;
            letter-spacing: 0.06em;
            font-size: 25px;
            color: #2F2E2E;
            text-shadow: none;
        }

        .frontpage .col-md-9, .frontpage .col-md-10 {
            padding: 0 20px;
            width: 100% !important;
            padding-bottom: 40px;
            position: absolute;
            top: 100px;
            text-align: left;
        }

    #products {
        float: left;
    }

        #products h2 {
            margin-top: 5px;
        }

    #customer-control, #enterprise, #pro, #webservice {
        /*   padding-bottom: 200px;*/
    }

    #flow {
        padding: 10px 40px 10px 40px;
    }

        #flow .flow-video {
            margin-bottom: 30px;
        }

        #flow .headline {
            font-size: 30px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

    .image-container {
        background: none;
        position: relative;
    }

        .image-container .inner-container {
            background: #2f2e2e;
        }

    #contact-us .contact-container h1 {
        font-size: 20px;
    }

    #contact-us .contact-container p {
        font-size: 15px;
    }

    #contact-us .contact-container .contact-underline {
        display: none;
    }

    #contact-us .contact-container .btn-2 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #collaborators {
        display: none;
    }
}

@media (max-width: 650px) {
    .frontpage .headline {
        font-size: 26px;
        font-family: Lulo Clean One Bold,sans-serif;
        color: #2F2E2E;
        line-height: 1.2em;
        font-weight: 800;
        letter-spacing: 6px;
    }

    #products .col-md-3 {
        width: 100%
    }

    #customer-control, #enterprise, #pro, #webservice {
        padding-bottom: 20px;
    }

    #enterprise, #pro, #webservice {
        min-height: 330px;
    }

    #customer-control, #webservice {
        min-height: 390px;
    }

    #products .btn-3, .btn-3:focus {
        bottom: 30px;
    }

    .mySlides h2 {
        font-size: 18px;
    }

    .mySlides p {
        font-size: 16px;
    }

    .badges {
        margin-top: 15px;
    }

    #footer .inner-container {
        margin-top: 10px;
    }

    #footer .input-field {
        width: 100%;
        padding: 0px;
        margin: 15px;
        margin-top: 20px;
        margin: 0 auto;
    }

    #footer .container-size-1, #footer .container-size-2, #footer .container-size-3, .container-size-4 {
        width: 100%;
        padding: 10px;
    }

    #contact .inner-container h1 {
        font-size: 28px;
    }

    #spaMenu ul {
        font-size: 13px;
        padding-top: 10px;
    }

        #spaMenu ul li a, #spaMenu ul li div {
            font-size: 13px;
            padding: 13px 20px;
        }

    #contact-us .contact-container {
        padding: 30px;
        margin-top: 0px;
        width: 100%;
    }
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 10s;
    animation-name: fade;
    animation-duration: 10s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



@media only screen and (max-width: 500px) {
    #refVideo {
        margin-top: 35%;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}














.prices, .specs {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Avenir Light';
    float: left;
}





#read-more, #faq {
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.7);
    -webkit-animation: fade 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

    #read-more .inner-container, #faq .inner-container {
        width: 90%;
        max-width: 1100px;
        padding: 30px;
        font-size: 15px;
        background-color: #fff;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 150px;
        border: 2px solid #000;
        position: relative;
        /*font-size: 15px;*/
        font-family: 'Avenir Light' !important;
    }

.inner-container .glyphicon-remove {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .inner-container .glyphicon-remove:hover {
        cursor: pointer;
    }

#read-more .inner-container h1 {
    font-size: 28px;
    font-family: 'Avenir Light';
    font-weight: 700;
    margin-top: 0;
}

#read-more .inner-container p {
    font-size: 15px;
    font-family: 'Avenir Light';
    margin-top: 15px;
}

#read-more .inner-container .tab {
    font-size: 15px;
    font-family: 'Avenir Light';
    padding-left: 15px;
}

#faq .inner-container .faq-list {
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    color: #605E5E;
    cursor: pointer;
    font-family: 'Avenir Light';
}

    #faq .inner-container .faq-list h6 {
        color: #605E5E;
        font-family: 'Avenir Light';
        font-size: 15px;
        font-weight: 700;
    }

#faq .inner-container h3 {
    color: #605E5E;
    font-family: 'Avenir Light';
    font-size: 34px;
}

#faq .inner-container .faq-list p {
    display: none;
    margin-top: 30px;
}

#faq .inner-container .faq-list .glyphicon {
    margin-top: -25px;
}

#faq .inner-container .faq-list .glyphicon-menu-up {
    display: none;
}


.width-100 {
    width: 100%;
    display: inline-block;
}

.links {
    cursor: pointer;
}

.blue-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#ref1, #ref2, #ref3, #customercontrol {
    display: none;
}

#news {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
}

    #news #img-seminar {
        width: 500px;
        float: left;
        margin-left: 60px;
        margin-top: 33px;
    }

    #news .seminar {
        overflow: hidden;
        float: left;
        width: 100%
    }

    #news #breakfest-seminar .btn-4 {
        margin-top: 10px;
    }

@media (max-width: 1420px) {
    #news #img-seminar {
        width: 400px;
    }
}

@media (max-width: 1300px) {
    #news #img-seminar {
        display: none;
    }
}

@media (min-width: 1170px) {
    #news .seminar {
        width: 1170px;
        margin: 0 auto;
        float: none;
    }
}


@media (max-width: 991px) {
    #news {
        width: 100%;
        padding: 35px;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
