﻿.container {
    width: 100% !important;
}

.s-back-to-top {
    background: #0d466e !important;
}

body {
    font-family: 'Dosis', sans-serif;
    'Tangerine', serif;
}

h4 {
    font-family: 'Gruppo', cursive;
    font-size: 30px;
}

ul {
    margin: 0;
}

    ul.dashed {
        list-style-type: none;
    }

        ul.dashed > li {
            text-indent: -5px;
        }

            ul.dashed > li:before {
                content: "-  ";
                text-indent: -5px;
            }

    ul li {
        font-family: 'Gruppo', cursive;
        font-size: 20px;
        line-height: 30px;
    }

.container .one-half.left {
    right: 0;
    /*        background: url(https://automob.ca/en/LandingPage/img/mycarcontrols-bg.jpg) no-repeat center center fixed!important;*/
    background: #005984 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container .one-half.right {
    right: 0;
    /*        background: url(https://automob.ca/en/LandingPage/img/mycar2BG.jpg) no-repeat center center fixed!important; */
    background: #3e78bf !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container .top {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.container .bot {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.container .top:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #005984 !important;
    position: absolute;
}

.container .bot:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #3e78bf !important;
    position: absolute;
}

.container .one-half.left:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
}

.container .one-half.right:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
}

.mcta {
    margin: 0px auto;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 120px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    left: 50%;
    bottom: 20%;
    border: 2px solid #fff;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a.cta:hover {
    color: white !important;
}
