﻿body {
    padding-top: 50px;
    background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
    background-image: none;
    background: #63a2c5;
    background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 100%);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.row {
    margin: auto;
    width: 90%;
}

.container {
    padding: 0;
    max-width: 100% !important;
}

.image-holder {
    margin: auto;
    /*max-width:1100px;*/
    /*margin-bottom: 70px;*/
    background: url("../images/cardeal.jpg");
    /*background: url("../images/car-finance-deals.jpg");*/
    background-size: cover;
    /*height: 700px;*/
    height: 85vh;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.outline-text-holder {
    float: right;
    width: 40%;
    margin-right: 2%;
    vertical-align: middle;
    position: relative;
    top: 50%;
    color: #fff;
    margin-top: -100px;
    margin-top: 75px;
    text-shadow: 0 0 4px #000;
}

.contact-details {
    font-size: 1.7rem;
    margin-top: 20px;
    float: left;
    background: rgba(21, 101, 192, 0.33);
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 3px;
    margin: 13px;
}

.contact-details a {
    color: #ff8300;
    /* text-decoration: underline; */
    font-weight: bold;
}

.media, .testimonials {
        text-align: center;
        margin-top: 95px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0 0 5px 1px #000;
        margin-bottom: 95px;
    }

.testimonials h3 {
    /*color: #1565c0;*/
    color: #1274a9;
    text-align: center;
    margin-bottom: 30px;
}

    .media .quote {
        width: 66%;
        margin-left: 16.5%;
        text-align: right;
    }

    .media .quote a {
        /*color: #fff;*/
        font-size: 34px;
        text-align: center;
        font-family: Georgia, serif;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
    }

    .media .quote a.quotetext {
        color: #4a4a4a;
    }

    .media .quote a.quotetext:hover {
        text-decoration: none;
        color: #000;                     
    }
    
    
    .media .quote a.quotetext:before {
        font-family: Georgia, serif;
        /*position: absolute;*/
        font-size: 1.3em;
        line-height: 1;
        top: 0;
        left: 0;
        content: "\201C";
    }

    .media .quote a.quotetext:after {
        font-family: Georgia, serif;
        /*position: absolute;*/
       /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
        float:right;
        font-size:1.3em;
        line-height: 1;
        right:0;
        bottom:-0.5em;
        content: "\201D";
    }

    .media .quote a.source {
        font-size: 20px;
        float: right;
        margin-right: 10px;
        color: #1274a9;
    }

    .testimonial {
        display: inline-block;
        width: 25%;
        margin-left: 2%;
        margin-right: 2%;
        vertical-align: top;
        border: 1px solid #757575;
        border-radius: 15px;
        box-shadow: 0px 0px 4px #000;
    }

    .testimonial .testimonial-text {
        text-align: left;
        /*font-style: italic;*/
        color: #2d2d2d;
        padding: 10px;
        min-height: 150px;
    }

    .testimonial .testimonial-text:before {
        font-family: Georgia, serif;
        /*position: absolute;*/
        font-size: 1.3em;
        line-height: 1;
        content: "\201C";
    }

    .testimonial .testimonial-text:after {
        font-family: Georgia, serif;
        font-size:1.3em;
        line-height: 1;
        content: "\201D";
    }

    .testimonial .testimonial-author {
        text-align: right;
        color: #fff;
        font-size: 15px;
        margin-bottom: 10px;
        background: #1274a9;
        background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 100%);
        height: 55px;
        line-height: 25px;
        text-align: center;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .testimonial .testimonial-author .bold {
        font-weight: bold;
    }
.buttons-holder {
    width: 100%;
    margin-left: 13px;
}

.buttons-holder .button {
    display: inline-block;
    width: 44.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border: 1px solid #fff;
    /* box-sizing: border-box; */
    padding: 4px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .2s linear;
    color: #fff;
    text-decoration: none;
}

.buttons-holder .button.watch-video {
    background-color: rgba(236, 115, 15, 0.56);
}

.buttons-holder .button.request-demo {
    background-color: rgba(21, 192, 66, 0.68);
}

.buttons-holder .button.watch-video:hover {
    background-color: rgba(236, 115, 15, 1);
}

.buttons-holder .button.request-demo:hover {
    background-color: rgba(21, 192, 66, 1);
}

.overview-video-holder {
    float: left;
    width: 50%;
    margin-left: 2%;
    vertical-align: middle;
    position: relative;
    top: 50%;
    /*margin-top: -200px;*/
    margin-top: 100px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.large-video-button {
    display: none;
}
#slideshow > div {
    width: 100%;
}

#slideshow > div:not(:first-child) {
    margin-left: 1000px;
    display: none;
}

.overview-video-holder #slideshow {
    width: 100%;
}

.overview-video-holder #slideshow img {
    width: 100%;
    box-shadow: 0 0 10px 1px #000;
}
    .outline-text-holder .outline-text-content {
        line-height: 44px;
    }
    .outline-text-holder .outline-text-content {
        line-height: 34px;
    }

    .outline-text-content .tagline-percentage {
        text-decoration: underline;
        font-weight: bold;
        /*color: #7cd0ff;*/
        color: #ff8300;
        display: inline-block;

        animation-delay: 0.5s;
        opacity: 0;
        animation-name: bounceIn;
        animation-duration: 450ms;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    @keyframes bounceIn{
        0%{
        opacity: 0;
        transform: scale(0.3) translate3d(0,0,0);
        }
        50%{
        opacity: 0.9;
        transform: scale(1.3);
        }
        80%{
        opacity: 1;
        transform: scale(0.89);
        }
        100%{
        opacity: 1;
        transform: scale(1) translate3d(0,0,0);
        }
    }
    .get-the-most {
        border: 1px solid #949393;
        border-radius: 10px;
        padding: 5px;
        background: rgba(12, 76, 148, 0.78);
        color: #e4e4e4;
        padding-bottom: 15px;
    }

    .get-the-most ol {
        width: 95%;
        margin: auto;
    }

    .get-the-most ol li {
        margin-top: 12px;
    }

    .screenshots {
        width: 70%;
        margin: auto;
        margin-top: 100px;
        max-width: 900px;
        /*min-height: 600px;*/
    }

    .screenshots-scroller {
        width: 100%;
        margin: auto;
    }

    .screenshots-scroller .slideshow-title {
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        font-size: 20px;
    }
    /***** Modal *****/
 
.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

/*.how-it-works-row {
            margin-top: 30px;
            width: 100%;
            background: #f7f7f7;
            padding-bottom: 50px;
            box-shadow: 0px 0px 4px 1px #000;
        }*/

@media (max-width: 1000px) {
    .overview-video-holder {
        float: none;
        width: 100%;
        margin-left: 0;
        vertical-align: middle;
        position: relative;
        top: 50%;
        margin-top: 0 !important;
        overflow-y: hidden;
        overflow-x: hidden;
        height: auto !important;
        margin-bottom: 30px;
    }

    .outline-text-holder {
        width: 80%;
        margin-left: 10%;
        margin-top: 0 !important;
        float: none;
    }

    .outline-text-holder h1 {
        font-size: 1.75em;
    }

    .outline-text-holder h3 {
        font-size: 1.25em;
    }

    .outline-text-holder h3:last-child {
        display: none;
    }

    .image-holder {
        height: auto;
        width: 100%;
        float: left;
    }

    #slideshow { 
        padding: 0 !important; 
            
    }

    #slideshow > div {  
        left: 0 !important; 
        right: 0 !important;
        top: 0 !important;
    }

    .overview-video-holder iframe {
        display: none;
    }

    .large-video-button {
        display: block;
        text-align: center;
        margin-top: 45px;
        height: auto !important;
        opacity: 0.7;
        cursor: pointer;
    }

    .buttons-holder {
        margin-bottom: 30px;    
    }

    .aspect-row {
        float: left;
    }

    .aspects-outer-holder {
        width: 100%;
        margin-left: 0;
    }

    .aspects-outer-holder .row {
        width: 100%;
    }

    .aspect {
        float: left;
        background: #ececec;
        width: 100%;
    }

    .navbar-header button {
        background: #1565c0;
        margin-right: 30px;
    }

    .screenshots {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .testimonial {
        display: block;
        float: none;
        margin: auto;
        margin-top: 20px;
        width: 90%;
    }

    .demo-request-row {
        display: none;
    }
}

@media (max-width: 520px) {
    .buttons-holder .button {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        padding: 10px;
    }

    .screenshots {
        min-height: 300px;
    }
}

@media (max-width: 450px) {
    body {
        background: #efefef !important;
    }
    .header {
        width: 115%;
    }

    .control-label {
        float: left;
    }

    .dialing-code {
        margin-top: 25px;
    }
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
