@import url("font-awesome.min.css");
/* @import url("https://fonts.googleapis.com/css?family=Lato:300,400,900"); */

    .csstagmobile { display: none; color: #cccccc;}
    .csstagnarrow { display: none; color: #cccccc; }
    .csstagnarrower { display: none; color: #cccccc; }
    .csstagnormal { display: none; color: #cccccc; }
    .csstagwide { display: none; color: #cccccc; }
    .csstagnoscript { display: none; color: #cccccc; }
    
    /* Basic */

body {
    max-width: 1000px;
}

#wrapall {
}

body, #skel-layers-wrapper {
    background: #ffffff;
}

    body.is-loading * {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

body, select, textarea {
    color: #272525;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.5em;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    color: #2775B1;
    text-decoration: none;
    border-bottom: dotted 1px;
}

.highlight-me {
    background-color: orange;
}

.up-a-bit {
    margin-top: -1.5em;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
    height: 100%;
}


    a:hover {
        border-bottom-color: transparent;
    }

strong, b {
    font-weight: 400;
}

p, ul, ol, dl, table, blockquote {
    /*margin: 0 0 2em 0;*/
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1em;
    /*text-transform: capitalize;*/
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
        border: 0;
    }

h1 {
    font-size: 2em;
    /*letter-spacing: 0.1em; */
}

h2 {
    font-size: 1.5em;
    /*letter-spacing: 0.1em;*/
    color: #2775B1;
}

h3 {
    font-size: 1.15em;
    /*letter-spacing: 0.025em;*/
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border-top: solid 1px rgba(124, 128, 129, 0.2);
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em rgba(124, 128, 129, 0.2);
    font-style: italic;
    padding: 1em 0 1em 2em;
}

/* Section/Article */

section.special, article.special {
}

header.major {
    padding-bottom: 2em;
}

header.special {
    margin-bottom: 5em;
    padding-top: 7em;
    position: relative;
    text-align: center;
}

    header.special:before, header.special:after {
        /*border-bottom: solid 1.5px;
			border-top: solid 1.5px;*/
        content: '';
        height: 7px;
        opacity: 0.1;
        position: absolute;
        top: 1.75em;
        width: 43%;
    }

    header.special:before {
        left: 0;
    }

    header.special:after {
        right: 0;
    }

    header.special h2 {
        margin-bottom: 0;
    }

        header.special h2 + p {
            margin-bottom: 0;
            padding-top: 1.5em;
        }

    header.special .icon {
        cursor: default;
        height: 7em;
        left: 0;
        position: absolute;
        text-align: center;
        top: 1em;
        width: 100%;
    }

        header.special .icon:before {
            font-size: 3.5em;
            opacity: 0.35;
        }

footer > :last-child {
    margin-bottom: 0;
}

footer.major {
    padding-top: 3em;
}

/* Form */

input[type="password"] {
    background-color: #5f5f5f !important;
    padding: 1em;
    width: 14em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: inherit;
    /*display: block;*/
    padding: 1.1em;
    text-decoration: none;
    outline: 0;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        border-color: #82C0A0;
    }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    line-height: 1em;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    position: relative;
    top: 3px;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.formerize-placeholder {
    color: rgba(124, 128, 129, 0.5) !important;
}


/* Image */

.image {
    border: 0;
    position: relative;
}

    .image:before {
        /*		background: url("cdimages/overlay.png"); */
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .image.fit {
        display: block;
    }

        .image.fit img {
            display: block;
            width: 100%;
        }

    .image.featured {
        display: block;
        margin: 0 0 2em 0;
    }

        .image.featured img {
            display: block;
            width: 100%;
        }

/* Icon */

.icon {
    position: relative;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon.circle {
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border: 0;
        border-radius: 100%;
        display: inline-block;
        font-size: 1.25em;
        height: 2.25em;
        left: 0;
        line-height: 2.25em;
        text-align: center;
        text-decoration: none;
        top: 0;
        width: 2.25em;
    }

        .icon.circle:hover {
            top: -0.2em;
        }

        .icon.circle.fa-twitter {
            background: #70aecd;
            color: white;
        }

            .icon.circle.fa-twitter:hover {
                background: #7fb7d2;
            }

        .icon.circle.fa-facebook {
            background: #7490c3;
            color: white;
        }

            .icon.circle.fa-facebook:hover {
                background: #829bc9;
            }

        .icon.circle.fa-google-plus {
            background: #db6b67;
            color: white;
        }

            .icon.circle.fa-google-plus:hover {
                background: #df7b77;
            }

        .icon.circle.fa-github {
            background: #dcad8b;
            color: white;
        }

            .icon.circle.fa-github:hover {
                background: #e1b89b;
            }

        .icon.circle.fa-dribbble {
            background: #da83ae;
            color: white;
        }

            .icon.circle.fa-dribbble:hover {
                background: #df93b8;
            }

    .icon.featured {
        cursor: default;
        display: block;
        margin: 0 0 1.5em 0;
        opacity: 0.35;
        text-align: center;
    }

        .icon.featured:before {
            font-size: 5em;
            line-height: 1em;
        }

    .icon > .label {
        display: none;
    }

/* List */

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

    ol.default li {
        padding-left: 0.25em;
    }

ul.default {
    list-style: disc;
    padding-left: 1em;
}

    ul.default li {
        padding-left: 0.5em;
    }

ul.icons {
    cursor: default;
}

    ul.icons li {
        display: inline-block;
        line-height: 1em;
        padding-left: 0.5em;
    }

        ul.icons li:first-child {
            padding-left: 0;
        }

ul.featured-icons {
    cursor: default;
    margin: -0.75em 0 0 0;
    opacity: 0.35;
    overflow: hidden;
    position: relative;
}

    ul.featured-icons li {
        display: block;
        float: left;
        text-align: center;
        width: 50%;
    }

        ul.featured-icons li .icon {
            display: inline-block;
            font-size: 6.25em;
            height: 1.25em;
            line-height: 1.25em;
            width: 1em;
        }

ul.buttons {
    cursor: default;
}

    ul.buttons:last-child {
        margin-bottom: 0;
    }

    ul.buttons li {
        display: inline-block;
        padding: 0 0 0 1.5em;
    }

        ul.buttons li:first-child {
            padding: 0;
            text-align: center;
        }

    ul.buttons.vertical li {
        display: block;
        padding: 1.5em 0 0 0;
    }

        ul.buttons.vertical li:first-child {
            padding: 0;
        }

/* Table */

table {
    width: 100%;
}

    table.default {
        width: 100%;
    }

        table.default tbody tr {
            border-bottom: solid 1px rgba(124, 128, 129, 0.2);
        }

        table.default td {
            padding: 0.5em 1em 0.5em 1em;
        }

        table.default th {
            font-weight: 400;
            padding: 0.5em 1em 0.5em 1em;
            text-align: left;
        }

        table.default thead {
            background: #7c8081;
            color: #fff;
        }

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: #2775B1;
    border: solid 1px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 2px;
    min-width: 12em;
    padding: 0 0.5em;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    margin: 0 auto;
    font-size: 1em;
}

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    .button:hover {
        background: rgba(39, 117, 177, 0.55);
        border-color: inherit;
    }

    input[type="button"].special,
    input[type="submit"].special,
    input[type="reset"].special,
    .button.special {
        background: #83d3c9;
        border-color: #83d3c9;
        color: white !important;
    }

        input[type="button"].special:hover,
        input[type="submit"].special:hover,
        input[type="reset"].special:hover,
        .button.special:hover {
            background: #96dad1 !important;
            border-color: #96dad1 !important;
        }

    input[type="button"].fit,
    input[type="submit"].fit,
    input[type="reset"].fit,
    .button.fit {
        width: 100%;
    }

    input[type="button"].small,
    input[type="submit"].small,
    input[type="reset"].small,
    .button.small {
        font-size: 0.7em;
        min-width: 14em;
        padding: 0.5em 0;
    }

/* Wrapper */

.row > * {
    padding: 30px 0 0 30px !important;
}

.wrapper {
    /*margin-bottom: 3em;*/
    padding: 3em 5em 1em 5em;
}

    .wrapper.style1 {
        padding: 0;
    }

    .wrapper.style2 {
        padding: 2.5em 5em 0em 6.68em;
        margin-left: auto;
        margin-right: auto;
    }

        .wrapper.style2 .button:hover {
            background: rgba(255, 255, 255, 0.15) !important;
        }

        .wrapper.style2 .button.special {
            background: white;
            border-color: white;
            color: #83d3c9 !important;
        }

            .wrapper.style2 .button.special:hover {
                border-color: inherit !important;
                color: white !important;
            }

    .wrapper.style3 {
        background: white;
        color: inherit;
    }

    .wrapper.style4 {
        background: white;
        color: inherit;
        padding: 4em;
    }

.wrapper-home {
    margin-bottom: 3em;
    padding: 1em 5em 5em 5em;
}

/* Header */
@-moz-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}


#header {
    background: #3C3B3C;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
    color: inherit;
    cursor: default;
    font-size: 0.8em;
    left: 0;
    /*padding: 0.8em 0;*/
    /*position: fixed;
		top: 0;*/
    width: 100%;
    z-index: 10000;
}

    #header .header-inner {
        min-height: 60px;
        max-height: 60px;
        vertical-align: bottom;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #header h1 {
        font-weight: 900;
        margin: 0;
    }

        #header h1 span {
            font-weight: 300;
        }



    #header nav {
        letter-spacing: 0.075em;
        display: inline;
        text-align: right;
        font-size: 1.1em;
        border: none;
        margin: none;
        padding: none;
        width: 100%;
        /*position: absolute; 
			right: 1.5em;
			top: 0.75em; */
        line-height: 1.5em;
    }


#header nav ul li {
    display: inline-table;
    border-left: solid 1px #ffffff;
    border-bottom: 0;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
}

#header nav ul li:first-of-type {
    border-left: none;
    padding-left: none;
    margin-left: none;
}

    #header nav ul li > ul {
        display: none;
    }

    #header nav ul li a {
        border-bottom: 0;
        color: #ffffff;
        display: inline-block;
        line-height: auto;
        padding: 0.0em 0.75em;
        text-decoration: none;
        font-weight: 600;
        width: 100%;
    }

    #header nav ul li input[type="button"],
    #header nav ul li input[type="submit"],
    #header nav ul li input[type="reset"],
    #header nav ul li .button {
        font-size: 1em;
        min-width: 0;
        width: auto;
    }

    #header nav ul li.submenu {
        padding-top: 0.6em;
    }

        #header nav ul li.submenu > a:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        #header nav ul li.submenu > a:before {
            content: '\f107';
            margin-right: 0.65em;
        }

    #header nav ul li.active > a, #header nav ul li:hover > a {
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: #60a4d8;
    }

    #header nav ul li.current > a {
        font-weight: 900;
    }

#header.reveal {
    -moz-animation: reveal-header 0.5s;
    -webkit-animation: reveal-header 0.5s;
    -o-animation: reveal-header 0.5s;
    -ms-animation: reveal-header 0.5s;
    animation: reveal-header 0.5s;
}

#header.alt {
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    background: #2775b1;
    box-shadow: none;
    color: #b0adac;
    /*padding: 0.8em 0em 0.8em 0em;*/
    /*position: absolute;*/
}

    #header.alt nav {
        /*right: 2.5em;
				top: 1.75em;*/
    }

        #header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
            /* border: solid 1px;*/
        }

.trans-header {
    background-color: rgba(60, 59, 60, 0.70) !important;
    position: fixed;
    top: 0;
}
/* Dropotron */

.dropotron {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
    line-height: 2.25em;
    min-width: 13em;
    padding: 1em 0;
    text-transform: uppercase;
    margin-top: calc(-1em + 1px);
}

    .dropotron.level-0 {
        font-size: 0.7em;
        font-weight: 400;
        margin-top: 1.5em;
    }

        .dropotron.level-0:before {
            border-bottom: solid 0.5em #fff;
            border-left: solid 0.5em transparent;
            border-right: solid 0.5em transparent;
            content: '';
            left: 0.75em;
            position: absolute;
            top: -0.45em;
        }

    .dropotron > li {
        border-top: solid 1px rgba(124, 128, 129, 0.2);
    }

        .dropotron > li > a {
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none;
            color: inherit;
            text-decoration: none;
            padding: 0 1em;
            border: 0;
        }

        .dropotron > li:hover > a {
            background: #82c0a1;
            color: white;
        }

        .dropotron > li:first-child {
            border-top: 0;
        }

/* Banner */

/*HIDE VIDEO ON SMALL SCREENS
@media screen and (max-width: 800px) {
#bgvid {   display: none !important; }
#banner .inner{   display: none !important; }
#banner{   display: none !important; }
}
*/
.home-img {
    height: 617px;
}

#banner {
    max-height: 200px;
}


video#bgvid {
    background-attachment: scroll;
    min-width: 100%;
    height: auto;
    cursor: default;
    text-align: center;
    position: relative;
    margin-top: -100px; /*** CW ***/
    top: -350px;
}

@-moz-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



#banner {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #5F5F5F;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /*padding: 8em 6em 6em 6em;*/
    text-align: center;
    height: 350px;
    overflow: hidden;
}

#banner-used {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #5F5F5F;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /*padding: 8em 6em 6em 6em;*/
    text-align: center;
    height: 250px;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
}

    #banner-used .inner {
        -moz-animation: reveal-banner 1s 0.25s ease-in-out;
        -webkit-animation: reveal-banner 1s 0.25s ease-in-out;
        -o-animation: reveal-banner 1s 0.25s ease-in-out;
        -ms-animation: reveal-banner 1s 0.25s ease-in-out;
        animation: reveal-banner 1s 0.25s ease-in-out;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background: rgba(59, 59, 59, 0.6);
        color: white;
        display: inline-block;
        opacity: 0;
        padding: 0;
        text-align: center;
        cursor: pointer;
        position: absolute;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #banner-used .trans {
        background: rgba(0,0,0,0.6);
    }

    #banner-used .inner h2 {
        color: #ffffff;
        font-weight: 400;
        font-size: 3em;
        /*text-shadow: 2px 2px 2px #000000;*/
        margin: 0;
    }

#banner .inner {
    -moz-animation: reveal-banner 1s 0.25s ease-in-out;
    -webkit-animation: reveal-banner 1s 0.25s ease-in-out;
    -o-animation: reveal-banner 1s 0.25s ease-in-out;
    -ms-animation: reveal-banner 1s 0.25s ease-in-out;
    animation: reveal-banner 1s 0.25s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: rgba(59, 59, 59, 0.6);
    color: white;
    display: inline-block;
    opacity: 0;
    padding: 1.5em;
    text-align: center;
    cursor: pointer;
    margin: 6.5em 6em 6em 6em;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

    #banner .inner:hover {
        background: rgba(59, 59, 59, 0.8);
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }

#banner .trans {
    background: none !important;
}

#banner .inner header {
    display: inline-block;
    border-bottom: solid 2px;
    border-top: solid 2px;
    margin: 0 0 2em 0;
    padding: 3px 0 3px 0;
}

    #banner .inner header h2 {
        border-bottom: solid 2px;
        border-top: solid 2px;
        font-size: 2.5em;
        font-weight: 900;
        letter-spacing: 0.2em;
        margin: 0;
        padding-left: 0.05em;
        position: relative;
        text-transform: uppercase;
    }

#banner .inner p {
    letter-spacing: 0.1em;
    margin: 0;
    text-transform: uppercase;
}

    #banner .inner p a {
        font-weight: 400;
        text-decoration: none;
    }

#banner .inner footer {
    margin: 2em 0 0 0;
}

#banner .inner a {
    color: #ffffff;
}

#banner .inner h2 {
    margin-bottom: 0.3em;
}



.banner-block-title {
    background: none repeat scroll 0 0 rgba(59, 59, 59, 0.6);
    padding: 0.4em;
    z-index: 1;
    position: relative;
    margin-left: -15px;
}

.banner-block-image {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

#banner {
    max-height: 200px;
}

#bgvid {
    margin-top: -90px;
     vertical-align: middle; 
    display:block;
    object-position: center center;
}
.video_responsive {
position: relative;
padding-bottom: 56.25%;
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
height: 0;
overflow: hidden;
border: solid 2px #bcbdbc;
}
.video_responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

/* Main */

#main {
    /*background-image: url("cdimages/dark-tl.svg"), url("cdimages/dark-tr.svg"), url("cdimages/dark-bl.svg"), url("cdimages/dark-br.svg");
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat; */
    background-size: 25em;
    /* padding: 7em 0; */
}

    #main > :last-child {
        margin-bottom: 0;
    }

    #main .sidebar section {
        border-top: solid 1px rgba(124, 128, 129, 0.2);
        margin: 3em 0 0 0;
        padding: 3em 0 0 0;
    }

        #main .sidebar section:first-child {
            border-top: 0;
            padding-top: 0;
            margin-top: 0;
        }

body.index #main {
    /*padding-top: 5em;*/
}

/* CTA */

#cta {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #403f40;
    /*background-image:  url("../cdimages/car-driving-password-fade.png");*/
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    color: white;
    padding: 1em;
    text-align: center;
}

    #cta header {
        margin-bottom: 1em;
    }

#cta-title-black {
    background-color: #000000;
    color: white;
    padding: 0.2em;
    text-align: left;
}

    #cta-title-black h2 {
        color: #ffffff;
        font-weight: 600;
        line-height: 100px;
    }

#cta-title-red {
    background-color: #2775B1;
    color: white;
    padding: 0.2em;
    text-align: left;
}

    #cta-title-red h2 {
        color: #ffffff;
        font-weight: 600;
    }

#cta-title {
    background-color: #808183;
    color: #ffffff;
    padding: 0.2em;
    text-align: left;
}

    #cta-title h1, #cta-title h2 {
        color: #ffffff;
        text-align: center;
    }

    #cta-title header {
        margin-bottom: 1em;
    }

    #cta-title h2 {
        margin-bottom: 0.3em;
        margin-top: 0.3em;
        text-transform: capitalize;
        font-weight: 400;
    }

/* CTA */

#ctacleint {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #7c7b7b;
    /*background-image:  url("../cdimages/car-driving-password-fade.png");
		background-position: 100px 0 ;
		background-repeat: no-repeat ;
		background-size: auto;*/
    color: white;
    padding: 0 1em 0 1em;
    text-align: center;
}

    #ctacleint header {
        margin-bottom: 1em;
    }


#ctacleint-title {
    background-color: #4c4c4c;
    color: white;
    padding: 1em;
    text-align: center;
}

    #ctacleint-title header {
        margin-bottom: 1em;
    }


/* Breadcrumbs */

#breadcrumbs {
    background-color: #ffffff;
    color: #7c8081;
    padding: 0 1em 0 1em;
    text-align: left;
    margin-bottom: -50px;
}

    #breadcrumbs header {
        margin-bottom: 1em;
    }


#breadcrumbs-title {
    background-color: #4c4c4c;
    color: white;
    padding: 1em;
    text-align: center;
}

.breadcrumbs-container {
    height: 75px;
    clear: both;
}

#breadcrumbs a {
    line-height: 75px;
}



/* Footer */

@media screen and (max-width: 800px) {
    #footer li {
        text-align: center !important;
    }
}

@media screen and (min-width: 800px) {
    #footer li {
        text-align: left !important;
    }
}

#footer {
    background: #808183;
    color: #ffffff;
    padding: 2em;
    text-align: center;
    font-weight: 900;
}

    #footer .copyright {
        font-size: 0.8em;
        line-height: 1em;
    }

        #footer .copyright a {
            color: inherit;
        }

        #footer .copyright li {
            display: inline-block;
            /*	margin-left: 1em;
				padding-left: 1em;
				border-left: dotted 1px; */
        }

            #footer .copyright li:first-child {
                margin: 0;
                padding: 0;
                border: 0;
            }

    #footer p {
        margin-bottom: 10px;
    }

    #footer .footercontact {
        font-size: 30px;
        line-height: 30px;
    }

    #footer .footeraddress {
        font-size: 20px;
        line-height: 20px;
    }

    #footer .footercopy {
        font-size: 18px;
        line-height: 18px;
    }


    #footer .social-icon {
        float: left;
        margin-left: 20px !important;
    }

        #footer .social-icon img {
            height: 64px;
            width: 64px;
        }

    #footer .footer-logo {
        float: left;
    }

/* Layer */

#topButton .toggle {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    #topButton .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #topButton .toggle:before {
        color: white;
        content: '\f039';
        font-size: 0.75em;
        height: 30px;
        left: 0;
        line-height: 30px;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    #topButton .toggle:after {
        background: rgba(163, 169, 170, 0.75);
        border-radius: 0 0 4px 4px;
        content: '';
        height: 30px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        top: 0;
        width: 80px;
    }

#sideButton .toggle {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    #sideButton .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #sideButton .toggle:before {
        color: white;
        content: '\f039';
        font-size: 1em;
        height: 40px;
        left: 10px;
        line-height: 40px;
        opacity: 0.5;
        position: absolute;
        top: 11px;
        width: 60px;
        z-index: 1;
    }

    #sideButton .toggle:after {
        background: rgba(163, 169, 170, 0.75);
        border-radius: 2px;
        content: '';
        height: 40px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 60px;
    }

#topPanel,
#sidePanel {
    background: #1c2021;
    color: white;
    font-size: 0.8em;
    font-weight: 100;
    font-family: 'Arial', sans-serif;
    text-transform: none;
}

    #topPanel nav,
    #sidePanel nav {
        padding: 0.25em 0.5em 1em 0.5em;
    }

    #topPanel .link,
    #sidePanel .link {
        border: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        color: inherit;
        display: block;
        height: 3em;
        line-height: 3em;
        opacity: 0.75;
        text-decoration: none;
    }

        #topPanel .link.depth-0,
        #sidePanel .link.depth-0 {
            font-weight: 900;
        }

        #topPanel .link:first-child,
        #sidePanel .link:first-child {
            border-top: 0;
        }

    #topPanel .indent-1,
    #sidePanel .indent-1 {
        display: inline-block;
        width: 1em;
    }

    #topPanel .indent-2,
    #sidePanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #topPanel .indent-3,
    #sidePanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #topPanel .indent-4,
    #sidePanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #topPanel .indent-5,
    #sidePanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

.header-inner {
    max-width: 1220px;
}

#logo {
    float: left;
}

    #logo img {
    }

#logo {
    display: inline;
        padding-top: 10px;
}

    #logo a {
        font-family: 'Titillium Web', sans-serif;
        color: #ffffff;
        font-weight: 700;
        font-size: 36px;
        line-height: 46px;
        text-transform: capitalize;
    }

#nav {
    clear: both;
    vertical-align: bottom;
    border: none;
}

.car-driving-img-hover {
    text-align: left;
    height: 100px;
}

    .car-driving-img-hover img {
        padding: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .car-driving-img-hover img:hover {
            -webkit-filter: brightness(1.2) !important;
            -moz-filter: brightness(1.2) !important;
            -o-filter: brightness(1.2) !important;
            -ms-filter: brightness(1.2) !important;
            filter: brightness(1.2) !important;
            -webkit-transition: all .5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.car-driving-img-hover-small img {
    width: 19%;
}

.car-driving-img-hover-large img {
    width: 24%;
}






.car-driving-img-hover-home {
    text-align: left;
}

    .car-driving-img-hover-home img {
        padding: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .car-driving-img-hover-home img:hover {
            -webkit-filter: brightness(1.2) !important;
            -moz-filter: brightness(1.2) !important;
            -o-filter: brightness(1.2) !important;
            -ms-filter: brightness(1.2) !important;
            filter: brightness(1.2) !important;
            -webkit-transition: all .5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.car-driving-img-hover-small-home img {
    width: 19%;
}

.car-driving-img-hover-large-home img {
    width: 24%;
}




.carousel {
    padding: 0.5em 2em 0.5em 2em;
    margin: 0 auto;
    vertical-align: middle;
}

@media screen and (max-width: 400px) {
    .carousel {
        padding: 0.5em 0em 1.5em 0.6em !important;
        vertical-align: middle;
    }
}

.carouselitem {
    margin-right: 1em;
}

    .carouselitem a span {
        color: #000000;
    }

@media screen and (max-width: 400px) {
    .carouselitem img {
        float: center;
        width: 100%;
        vertical-align: middle;
    }
}

@media screen and (min-width: 400px) {
    .carouselitem img {
        float: right;
        vertical-align: middle;
    }
}

.carouselitem .holder {
    vertical-align: middle;
}

.carousel-library {
    padding-top: 0.5em;
    vertical-align: middle;
}

.carouselitem-library {
    color: #ffffff;
    height: 84px;
    margin-right: 1em;
    vertical-align: middle;
}



@media screen and (max-width: 400px) {
    .carouselitem-library img {
        float: center;
        width: 100%;
    }
}

@media screen and (min-width: 400px) {
    .carouselitem-library img {
        float: right;
    }
}


#logo-overlap-white {
    repeat: no-repeat;
    height: 100px;
    width: 96px;
    position: absolute;
    top: 0px;
}

#logo-overlap {
    background-image: url('../cdimages/car-driving-logo.png');
    repeat: no-repeat;
    height: 100px;
    width: 96px;
    position: absolute;
    top: 0px;
}


.fade-text {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .fade-text:after {
        content: "";
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
/* Client Login CTA */
.clientpassword .clientpasswordfeild {
    width: 12em;
    line-height: 1em;
    margin-top: 0.45em;
    font-size: 1em;
    padding: 0.6em;
}

.clientpassword .clientlogin {
    float: left;
    line-height: 2.8em;
    margin-top: 0.6em;
}

.cpimage {
    float: left;
    padding-right: 10px;
}

.cptext {
    float: left;
    padding-right: 10px;
}

    .cptext h2 {
        font-weight: 900;
        text-align: right;
        font-size: 1.1em;
        line-height: 75px;
    }

.cppass {
    float: left;
    padding-top: 7px;
    padding-right: 10px;
}

.cpbutton {
    float: left;
    padding-top: 7px;
    padding-right: 10px;
}

    .cpbutton input[type="submit"] {
        line-height: 40px;
    }

.ctacleintcontain {
    height: 75px;
    padding: 0 5em 0 5em;
}


/* Start Accordion */

.accordion {
    width: 80%;
}

.aparent {
    background-color: #dadbdc;
    font-weight: 400;
    padding: 0.5em 1em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
    height: 60px;
}

    .aparent:hover {
        background-color: #a6a7a9;
    }

.achild {
    background-color: #dadbdc;
    font-weight: 400;
    padding: 0.5em 1em 0.5em 3em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

    .achild:hover {
        background-color: #a6a7a9;
    }

.accordionLink {
}

/*end*/

.RVholder {
    font-size: 0.8em;
}

    .RVholder h4 {
        margin-bottom: 0.2em;
        margin-top: 0.5em;
    }

    .RVholder p {
        line-height: 1.2em;
    }

.Vskip {
    padding-top: 0.3em;
}

.Vskipblock {
    background-color: #515154;
    padding: 0.5em;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    float: left;
    width: 13.6%;
    min-height: 80px;
    text-align: center;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 1.3em;
    text-decoration: none !important;
}

    .Vskipblock:hover {
        background-color: #949598;
    }

    .Vskipblock a {
        min-height: 80px;
        display: inline-block;
        color: #ffffff;
        text-decoration: none !important;
        border-bottom: none !important;
    }

.lastVV {
    margin-right: 0px !important;
}

.SmallCTA {
    background-color: #a4a5a7;
    color: #272525;
    text-align: center;
    padding: 2em 1em 1em 1em;
}

    .SmallCTA h2 {
        font-weight: 400;
        font-size: 1.2em;
        margin-bottom: 0.1em;
    }

    .SmallCTA h3 {
        font-weight: 900;
        font-size: 1.6em;
    }

.sliderTitle {
    margin-bottom: 0.3em;
    font-size: 3em;
    line-height: 2em;
}

.Blocktitle {
    background-color: #a4a5a7;
    color: #272525;
    text-align: left;
    padding: 0.5em;
}

    .Blocktitle h2 {
        font-weight: 900;
        font-size: 2em;
        text-transform: uppercase;
        margin-bottom: 0;
    }


/*Blog */
.blogTitle {
    color: #111446;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1.2em;
}

.blogMeta {
    float: right;
    font-size: 0.8em;
}

.blogAticle p {
    text-align: left;
    line-height: 1.3em;
    font-size: 0.9em;
    padding-top: 8px;
}

.blogAticle img {
    width: 100%;
}

.BlocktitleBespoke {
    background-color: #5c97dc;
    color: #ffffff;
    text-align: left;
    padding: 0.2em 0.5em;
}

    .BlocktitleBespoke h2 {
        font-weight: 300;
        font-size: 2em;
        margin-bottom: 0;
        font-style: italic;
    }

.bespokeblogAticle {
    text-align: left;
}

    .bespokeblogAticle p {
        margin-bottom: 15px;
    }

.bespokeblogTitle {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.bespokeblogsubtitle {
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
}

.Blocktitlestories {
    background-color: #6ea86b;
    color: #ffffff;
    text-align: left;
    padding: 0.2em 0.5em;
}

    .Blocktitlestories h2 {
        font-weight: 300;
        font-size: 2em;
        margin-bottom: 0;
    }


/* Stories Accordion */
.storiesaccordion {
    width: 100%;
}

.storiesaparent {
    font-weight: 900;
    padding: 0.5em 1em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

.storiesachild {
    font-weight: 400;
    padding: 0.5em 1em 0.5em 3em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

.Greenarrow {
    background-image: url('../cdimages/green-arrow-right.png');
    background-repeat: no-repeat;
    height: 28px;
    width: 25px;
    float: left;
}

.Greenarrow-down {
    background-image: url('../cdimages/green-arrow-down.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 28px;
    float: left;
}


/* Features Accordion */
.featuresaccordion {
    width: 100%;
}

.featuresaparent {
    font-weight: 500;
    padding: 0.3em 0.7em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

.featuresachild {
    font-weight: 300;
    padding: 0.2em 0.5em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
    margin-left: 20px;
}

    .featuresachild a {
        color: #272525;
        border-bottom: 0;
    }

.Blocktitlesfeatures {
    background-color: #ce7249;
    color: #ffffff;
    text-align: left;
    padding: 0.2em 0.5em;
}

    .Blocktitlesfeatures h2 {
        font-weight: 900;
        font-size: 2em;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.Wordcount {
    font-weight: 400;
    color: #acadb0;
    font-size: 0.9em;
    margin-left: 10px;
}

.Editorialh3 {
    margin-top: 1em;
    margin-bottom: 0.1em;
}

.Editorialh2 {
    margin-top: 1em;
}

#Editorialstats {
    font-size: 0.8em;
    line-height: 1.2em;
}

    #Editorialstats td {
        padding: 5px;
        border: 2px solid #ffffff;
    }

    #Editorialstats .dark {
        background-color: #b9babc;
    }

    #Editorialstats .light {
        background-color: #e3e4e5;
    }

#Editorialscoring {
    background-color: #e3e4e5;
    padding: 0.5em;
}

    #Editorialscoring td {
        border-bottom: 2px solid #e3e4e5;
    }

    #Editorialscoring .bar {
        display: block;
        position: relative;
        background: #bcbcbc;
        text-align: left;
        padding: 0px 0px 0px 3px;
        color: #333;
        height: 2em;
        line-height: 2em;
    }

    #Editorialscoring .bar-total {
        display: block;
        position: relative;
        background: #2775B1;
        text-align: left;
        padding: 0px 0px 0px 3px;
        color: #333;
        height: 2em;
        line-height: 2em;
    }

    #Editorialscoring .graph {
        width: 100%;
    }

.Editorialholder {
    background-color: #e3e4e5;
    padding: 0.5em;
}

small {
    font-size: 0.7em;
    margin-left: 0.3em;
}

.dealer-leasing {
    background-color: #bcbdbc;
    padding: 1em;
    color: #000000;
    text-align: left;
}

    .dealer-leasing h2 {
        margin-bottom: 0.2em;
    }

    .dealer-leasing p {
        margin-bottom: 1em;
        line-height: 1.2em;
    }

    .dealer-leasing img {
        width: 100%;
    }


/*Publisher Page and supplement */

.PublisherCTA {
    background-color: #58585b;
    color: #ffffff;
    text-align: left;
    padding: 1em 1em 1em 1em;
}

    .PublisherCTA h2 {
        margin-bottom: 0.1em;
        font-weight: 900;
        font-size: 1.6em;
    }

    .PublisherCTA h3 {
        font-weight: 400;
        font-size: 1.2em;
        margin-bottom: 0.1em;
    }

.Publishersupplement {
    text-align: left;
}

    .Publishersupplement p {
        margin-bottom: 0.5em;
    }

.Publisherpageno {
    background-color: #6fa86a;
    color: #272525;
    width: 28%;
    padding: 0.5em;
    font-weight: 900;
}

.Publisherpage {
    background-color: #aaabad;
    color: #272525;
    padding: 1em;
    text-align: left;
}

.Publishercontent {
    width: 50%;
    float: left;
    line-height: 1.2em;
}

    .Publishercontent h3 {
        font-size: 1em;
        margin-bottom: 0.3em;
    }

.Publisherimage {
    width: 50%;
    float: left;
}

    .Publisherimage img {
        width: 100%;
    }

/*Motor Manufactures */
.MMblock {
    background-color: #ffffff;
    color: #272525;
}

.MMimg {
}

    .MMimg img {
        width: 100%;
        height: 146px !important;
    }

.MMcontent {
    margin-top: 20px;
}

.MMCTA {
    padding: 1em;
    text-align: center;
    background-color: #58585b;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    height: 150px;
    border-bottom: 0;
}

    .MMCTA:hover {
        background-color: #272525;
    }

    .MMCTA a {
        min-height: 175px;
        display: inline-block;
        border-bottom: 0;
        font-weight: 900;
        color: #ffffff;
    }

/* TV Monitor */
#TV-monitor {
    background-image: url('../cdimages/tv-mointor.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 800px;
}

    #TV-monitor .TVinner {
        padding: 3em 1em 1em 1em;
    }

        #TV-monitor .TVinner iframe {
            width: 100%;
            height: 68%;
        }



/*Radio Button and Box */

#Radiobox {
    background-color: #4c4c4c;
    color: #ffffff;
    margin: 2em;
    text-align: center;
    padding: 1em;
}

#Radiobutton {
    background-image: url('../cdimages/radio_button.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 215px;
    height: 218px;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 auto;
}

    #Radiobutton:hover {
        -webkit-filter: brightness(1.5) !important;
        -moz-filter: brightness(1.5) !important;
        -o-filter: brightness(1.5) !important;
        -ms-filter: brightness(1.5) !important;
        filter: brightness(1.5) !important;
    }

    #Radiobutton a span {
        height: 218px;
        display: inline-block;
        width: 215px;
        border-bottom: 0;
    }

    #Radiobutton a {
        border-bottom: 0;
    }


.W300 {
    font-weight: 300;
}

/* Car Type */

.search-again {
    background-color: #2775B1;
    padding: 2em 1.5em;
    color: #ffffff;
    text-align: center;
    margin-top: 1em;
    border-radius: 10px;
}

    .search-again a {
        color: #ffffff;
        font-size: 1.6em;
        font-weight: 900;
        text-decoration: none !important;
        border: 0;
    }

.big-number {
    background-color: #2775B1;
    color: #ffffff;
    font-size: 2em;
    font-weight: 900;
    display: inline-block;
    float: left;
    height: 75px;
    margin-right: 15px;
    line-height: 75px;
    width: 60px;
    text-align: center;
}




.SelectBlock-large {
    background-color: #58585b;
    padding: 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

    .SelectBlock-large h4 {
        padding-top: 0.8em;
    }

    .SelectBlock-large img {
        width: 100%;
    }

    .SelectBlock-large label {
        font-weight: 400;
        padding-left: 20px;
    }



.SelectBlock {
    background-color: #58585b;
    padding: 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

    .SelectBlock h4 {
        padding-top: 0.8em;
    }

    .SelectBlock img {
        width: 26%;
        float: left;
    }

    .SelectBlock label {
        font-weight: 400;
        padding-left: 20px;
    }

.Scheckbox {
    background-color: #87ba88;
    display: inline-block;
}

.car-type-select {
    margin-top: 4px;
    width: 70%;
}

.Preferencestitle {
    background-color: #87ba88;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 0.6em 0;
    font-size: 1.2em;
}

.Scheckboxc {
    width: 100%;
    text-align: left;
    padding-left: 2em;
}

.Preferencestitle-small {
    background-color: #87ba88;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 0.2em 0;
    font-size: 1.2em;
}

.SelectBlock-small {
    background-color: #58585b;
    padding: 0.5em 0;
    color: white;
    text-align: center;
}

    .SelectBlock-small img {
        width: 100%;
        margin-bottom: 5px;
    }

    .SelectBlock-small h4 {
        font-size: 0.8em;
    }

.Scheckboxc-small {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.2em;
}

.faded-green {
    background-color: #f6f6f6;
}

    .faded-green h2 {
        font-size: 25px;
        height: 75px;
        margin-bottom: 0;
        line-height: 75px;
    }

.car-type-submit {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 1.1em !important;
    font-weight: 900 !important;
    line-height: 1.2em !important;
    border: 0 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
    padding: 20px 0 !important;
    width: 100% !important;
    min-width: 100% !important;
}

    .car-type-submit:hover {
        background-color: gray !important;
    }

.faded-green input[type="submit"] {
    width: auto !important;
}

.clear {
    clear: both;
}


.cosumer-toggle {
    background-color: #272525;
    color: #ffffff;
    text-align: center;
    padding: 1em 1em 1em 1em;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .cosumer-toggle:hover {
        -webkit-filter: brightness(2.5) !important;
        -moz-filter: brightness(2.5) !important;
        -o-filter: brightness(2.5) !important;
        -ms-filter: brightness(2.5) !important;
        filter: brightness(2.5) !important;
    }

    .cosumer-toggle h2 {
        margin-bottom: 0.1em;
        font-weight: 900;
        font-size: 1.6em;
    }

#Results-cosumer {
    display: none;
}


.arrow-right-cosumer-results {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2775B1;
    float: left;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    margin-right: 1em;
}

.Toggle-Tab {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#VideoCrucial {
    background-color: transparent;
    padding: 0 1em 1em 1em;
    text-align: center;
}

    #VideoCrucial h2 {
        margin-top: 0em;
        display: inline-block;
        margin-bottom: 0em;
        line-height: 76px;
        color: ffffff;
    }

    #VideoCrucial img {
        margin: 0;
        float: right;
    }

    #VideoCrucial .VC-inner {
        line-height: 76px;
        display: inline-block;
    }

/* Bespoke Writing */
.news-container {
    background-color: #898888;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .news-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #272525;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.news-footer {
    background-color: #898888;
    color: #ffffff;
    padding: 1em 0;
}

    .news-footer a {
        color: #272525;
        font-weight: 900;
    }


.bespoke-container {
    background-color: #009ee0;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .bespoke-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.bespoke-footer {
    background-color: #009ee0;
    color: #ffffff;
    padding: 1em 0;
}

    .bespoke-footer a {
        color: #272525;
        font-weight: 900;
    }



.stories-container {
    background-color: #47ad68;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .stories-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.stories-footer a {
    color: #272525;
    font-weight: 900;
}

.stories-footer {
    background-color: #47ad68;
    color: #ffffff;
    padding: 1em 0;
}



.features-container {
    background-color: #ea6645;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .features-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.features-footer {
    background-color: #ea6645;
    color: #ffffff;
    padding: 1em 0;
}

    .features-footer a {
        color: #272525;
        font-weight: 900;
    }


/*Image Libary Road Test, menu with images */
.car-model-brand-selector {
    background-color: #dadbdc;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 66px;
}

    .car-model-brand-selector:hover {
        background-color: #a6a7a9;
    }

    .car-model-brand-selector h3 {
        line-height: 66px;
    }

    .car-model-brand-selector img {
        float: left;
        margin-right: 10px;
    }

    .car-model-brand-selector a {
        color: #7C8081;
    }

/*Contact */

.map-button {
    background: #2775B1;
    border-radius: 10px;
    padding: 2.5em;
    text-align: center -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -20px;
}

    .map-button h2 {
        color: #000000;
        font-size: 1.5em;
        letter-spacing: normal !important;
    }

    .map-button:hover {
        -webkit-filter: brightness(0.8) !important;
        -moz-filter: brightness(0.8) !important;
        -o-filter: brightness(0.8) !important;
        -ms-filter: brightness(0.8) !important;
        filter: brightness(0.8) !important;
    }

.contact-form-input {
    background-color: #e5e6e6 !important;
    color: #000000 !important;
    width: 100%;
}

.contact-form-textarea {
    background-color: #e5e6e6 !important;
    color: #000000 !important;
    width: 100%;
    margin-top: 1em;
    height: 200px;
    margin-top: -20px;
}

.contact-form-send {
    margin-top: 1em;
}

.video-clips-textarea {
    background-color: #e5e6e6 !important;
    color: #000000 !important;
    width: 100%;
    height: 195px;
    float: left;
}

.video-clips-send {
    margin-top: 1em;
    float: left;
}

.grey-container-height-fix {
    background-color: #cfd0d2;
    min-height: 14em;
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.dealspanel {
    text-align: center;
}
.dealspanel h2{
    font-size: 1em;
}
.dealspanel img {
    width: 70%;
    float: none;
    text-align: center;
}
.no-left-padding-please {
    margin-left: -2em;
    border-left: solid 2em #cfd0d2;
}

    .grey-container-height-fix p {
        text-align: center;
        padding: 5px 0;
        font-size: 0.9em;
        margin: 0;
    }

    .grey-container-height-fix select {
        text-align: center;
        font-size: 0.9em;
        margin: 0;
    }

    .grey-container-height-fix input {
        text-align: center;
        font-size: 0.9em;
        padding-bottom: 2px;
        margin: 0;
    }

 .darkgrey-container {
    background-color: #4d4d4f;
    min-height: 150px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15pt;
    color: #ffffff;
    line-height: 1.1em;
    font-size: 2em;
    padding: 1em;
    margin-top: -1em;
}

.darkgrey-text {
     vertical-align: middle;
 }

    .darkgrey-container img {
        width: 5em;
        float: left;
        margin-right: 1em;
    }


.grey-container {
    background-color: #cfd0d2;
    min-height: 150px;
    padding: 10px;
}

    .grey-container p {
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }

.homepage-block-checkbox {
    text-align: center;
}

.homepage-block-button {
    text-align: center;
    padding: 20px 0;
}

.homepage-block-dropdown {
    color: #000000;
    padding: 6px;
    font-weight: 600;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    background: transparent;
}

    .homepage-block-dropdown select {
        background-color: #ebebec;
        width: 100%;
        font-weight: 700;
        height: 26px;
        overflow: hidden;
 /*       background: url(../cdimages/drop-down-arrow.png) no-repeat right #ddd;*/
        border: 1px solid #ccc;
    }

    .homepage-block-dropdown .nice-button {
        background-color: #ffffff !important;
        border-radius: 5px;
        border: 0;
        /*padding:5px 10px;*/
        color: #7c8081;
        font-family: "Lato",sans-serif;
        font-size: 15pt;
        font-weight: 300;
        letter-spacing: 0.025em;
        line-height: 1.5em;
    }

.homepage-logo-dropdown {
    background-color: #ffffff;
    color: #ffffff;
    padding: 6px;
    height: 60px;
    line-height: 1em;
    font-weight: 600;
    font-size: 0.8em;
    margin-top: -10px;
    text-align: center;
}

    .homepage-logo-dropdown .nice-button {
        background-color: #ffffff !important;
        border-radius: 5px;
        border: 0;
        padding: 5px 15px;
        color: #7c8081;
        font-family: "Lato",sans-serif;
        font-size: 15pt;
        font-weight: 300;
        letter-spacing: 0.025em;
        line-height: 1.5em;
    }

.videoclip-block {
    background-color: #8d8e90;
    color: #ffffff;
    padding: 6px;
    height: 75px;
    margin-bottom: 15px;
}

.pink-block {
    background-color: #b290b1;
    color: #ffffff;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
}

.pink-block-thin {
    background-color: #b290b1;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.blue-block {
    background-color: #01b2ca;
    color: #ffffff;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
}

.blue-block-thin {
    background-color: #01b2ca;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.red-block {
    background-color: #1d4e89;
    color: #ffffff;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
}

.red-block-thin {
    background-color: #1d4e89;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.yellow-block {
    background-color: #f79255;
    color: #000000;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    font-weight: 600;
    text-align: center;
}

.yellow-block-thin {
    background-color: #f79255;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.editorial-holder {
    width: 45%;
    margin: 20px 20px 20px 0px;
    float: left;
}

    .editorial-holder img {
        width: 100%;
    }

.editorial-block {
    background-color: #8d8e90;
    color: #ffffff;
    padding: 6px;
    height: 40px;
    font-weight: 600;
    text-align: center;
}

.editorial-selector p {
    float: left;
    margin: 2px 0 2px 5px;
    display: inline;
    vertical-align: middle;
    text-align: center;
}

.editorial-selector a {
    background-color: #717174;
    border: 1px dotted #999999;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    overflow: hidden;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}

    .editorial-selector a:hover {
        background-color: #49494b;
        webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.editorial-title {
    background-color: #808183;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.editorial-child-holder {
    width: 44%;
    float: left;
}

    .editorial-child-holder img {
        width: 100%;
        height: 150px;
    }

.editorial-child-holder-right {
    float: left;
    background-color: #8d8e90;
    color: #ffffff;
    width: 55%;
    height: 100%;
    padding: 10px 0 0 10px;
    font-weight: 600;
    font-size: 0.8em;
}

.editorial-block-child {
    background-color: #6d6d70;
    color: #ffffff;
    padding: 6px;
    height: 40px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.editorial-child-wrapper {
    height: 190px;
    margin-bottom: 15px;
}

.homepage-wrapper img, .homepage-wrapper a {
    border: none;
}

.float-right-img {
    float: right;
    margin: 0 0 10px 10px;
    width: 50%;
}

.image-text-top {
    background-image: url('/images/audi_image_gallery_no_text.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

    .image-text-top a {
        color: #ffffff;
        border: 0;
        font-weight: 900;
        font-size: 30px;
        line-height: 30px;
        padding: 40px 20px 20px 20px;
        display: block;
    }

.Publisherpoints ul li {
    font-size: 1.6em;
    font-weight: 900;
    margin-bottom: 0.5em;
    color: 000000;
    list-style-type: disc;
    padding-left: 0.2em;
}

.Publisherpoints ul {
    margin-left: 2em;
}

.accordion-h3-thumb {
    float: left;
    margin-right: 5px;
    background-color: #ffffff;
    margin-bottom: 0px;
    padding: 0 5px 0 0;
    line-height: 1.5em;
    height: 60px;
}

    .accordion-h3-thumb img {
        height: 100%;
    }

.toggle-pointer {
    cursor: pointer;
}

.about-us {
    display: none;
}

.meet-the-team {
    display: none;
}

.deals {
    display: none;
}

.deals-week-red {
    background-color: #2775B1;
    color: #ffffff;
    padding: 10px;
    min-height: 120px;
}

.deals-week img {
    width: 100%;
}

.black-left-header {
    color: #000000;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
}

.filter-image-block {
    float: left;
    width: 50%;
    height: 200px;
}

    .filter-image-block img {
        width: 100%;
        height: 200px;
    }


.filter-gray-block {
    float: left;
    width: 50%;
    background-color: #c7c8ca;
    height: 200px;
    color: #000000;
    padding: 10px;
}

    .filter-gray-block h4 {
        margin-bottom: 5px;
    }

    .filter-gray-block .selling-points {
        height: 90px;
    }

    .filter-gray-block .selling-point {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .filter-gray-block .price {
        font-weight: 600;
        float: left;
    }

    .filter-gray-block .more-details-button {
        float: right;
        background-color: #58585b;
        color: #ffffff;
        font-weight: 600;
        height: 60px;
        width: 150px;
        text-align: center;
    }

        .filter-gray-block .more-details-button:hover {
            background-color: #2775B1;
        }

    .filter-gray-block .save-banner {
        float: right;
        background-color: #2775B1;
        color: #ffffff;
        font-weight: 600;
        height: 60px;
        width: 150px;
        text-align: center;
    }

.ford-filterit, .skoda-filterit, .toyota-filterit, .mazda-filterit {
    cursor: pointer;
}

.all-filterit {
    color: #ffffff;
    background-color: #2775B1;
    padding: 10px;
    font-weight: 900;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

.car-page-red {
    background-color: #2775B1;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    display: block;
    width: 100%;
}

.car-page-black {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    display: block;
    width: 100%;
}

.car-page-selling-points li {
    float: left;
    width: 50%;
}

ul.tick-list {
    list-style-type: none;
}

.tick-list li {
    background: url("../cdimages/tick.png") no-repeat 0 50%;
    padding-left: 20px;
    margin-bottom: 10px;
}

/*Homepage boxes leasing */
.blue-header {
    background-color: #2775B1;
    padding: 10px 10px 10px 10px;
    min-height: 100px;
}

.blue-header h2 {
    font-size: 1.3em;
}

.grey-header-2-3 {
    background-color: #4d4d4f;
    width: 67%;
    float: left;
    padding: 10px;
    min-height: 100px;
}

.grey-header-2-3 {
    color: #ffffff;
    font-weight: 400;
}

.blue-header-1-3 {
    background-color: #2775B1;
    width: 33%;
    float: left;
    padding: 10px;
    min-height: 100px;
    color: #ffffff;
}
.blue-header-1-3 h2 {
        font-size: 1.3em;
}
    .blue-header h2, .blue-header h3, .grey-header-2-3 h2, .grey-header-2-3 h3, .blue-header-1-3 h2,.blue-header-1-3 h3 {
        margin-bottom: 0;
        color: #ffffff;
    }

.fix-img-height {
    overflow: hidden;
}

    .fix-img-height img {
    }

.fix-img-height-345 {
    height: 245px;
    overflow: hidden;
    position: relative;
}

    .fix-img-height-345 img {
        height: 100%;
    }

.clear-title {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
}

.clear-title-white {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000000;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
}

.toggle1div, .toggle2div, .toggle3div, .toggle4div, .toggle5div, .toggle5div, .toggle6div {
    display: none;
}

.fixed-image {
    width: 100%;
    height: 200px;
}

.blue-header-fixed-height {
    background-color: #2775b1;
    min-height: 95px;
    padding: 10px;
}

    .blue-header-fixed-height h2,.blue-header-fixed-height h3 {
        margin-bottom: 0;
        color: #ffffff;
    }

.video_responsive {
    position: relative;
    padding-bottom: 56%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 0;
}

    .video_responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.clear-title-white{

}