﻿/* Main.css #ed1c24
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - 01) Resets */
/* - - 02) Elements */
/* - - 03) Global */
/* - - 04) Header / Navigation */
/* - - 05) Home Page */
/* - - 06) Powertrain */
/* - - 07) Media Center */
/* - - 08) Model */
/* - - 09) Dealers */
/* - - 10) Sitemap */
/* - - 11) Dealer Detail */
/* - - 12) Owners Gallery */
/* - - 13) Responsive */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Resets
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* Icomoon (Icons)
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
	font-family: 'IcoMoon';
	src: url('icons/IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: 'IcoMoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

    color: #fff;
	font-family: "IcoMoon";
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
    .icon.black {
        color: #000;
    }


/* Elements
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, html a {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html, body {
	height: 100%;
	width: 100%
}
body {
	background: #e1e1e1;
	color: #2d2d2d;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400
}
a, a:link, 
p a, p a:link {
    color: #ed1c24;
    text-decoration: none;
	font-weight: normal;
}
    a:hover, 
    p a:hover {
    	font-weight: normal;
        color: #ed1c24;
        text-decoration: underline;
    }
p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 1em 0;
	white-space: normal
}
ul {
    list-style: none;
	list-style-position: inside;
	font-size: 1em;
	margin-right: 2em;
	padding: 0 0 1em 0;
}
ul li {
	margin-bottom: .2em	
}
label {
	color: #555;
	font-family: "Open Sans",Arial,Verdana,sans-serif;
	font-size: 1em;
	font-weight: 400
}
h1 {
    color: #3b3b3c;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-weight: 500;
}
h2 {
    color: #ed1c24;
    font-size: 2.2em;
    margin: 0px 0px 0.5em;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Cabin';
    font-weight: 900;
}
h3 {
    font-size: 1.1em;
    margin: 1em 0px 1em;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Cabin';
    font-weight: 900;
}
    h3.tight {
        margin: 1em 0px .1em !important;
    }
fieldset {
    border: 0;
    padding: 0px;
    margin: 0px;
}
    fieldset h5 {
        color: #ed1c24;
        font-style: normal;
        font-weight: bold;
        margin: 1em 0px 0px;
    }
    fieldset a, 
    fieldset a:link {
        color: #2D2D2D;
    }
        fieldset a:hover {
            color: #2D2D2D;
        }
legend {
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0px;
    color: #ed1c24;
    margin: 0;
}
br.lg,
br.md,
br.sm,
br.xs {
    display: none;
}
br.xl {
    display: block !important;
}

/* Global
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#toTop {
    font-size: 48px;
    line-height: 45px;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    position: fixed;
    height: 50px;
    width: 60px;
    right: 6px;
    bottom: 6px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none;
    display: none;
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
    #toTop::after {
        font-family: "fontawesome";
        content: "\f102";
    }
    #toTop:hover {
        background-color: rgba(0,0,0,0.7);
    }
.text-red {
    color: #ed1c24 !important;
}
.text-white {
    color: #fff !important;
}
#wrapper {
	background: #000;
	height: auto;
	margin: 0 auto;
	/*max-width: 1600px;*/
	/*min-height: 100%;*/
	overflow-x: hidden;
	position: relative;
	width: 100%;
    z-index: 1;
}
.main {
    margin-top: 114px; 
    min-height: initial;
}
.set-width {
    position: relative;
    background-color: #FFFFFF;
    /*max-width: 960px;
    margin: 0 auto;*/
}
.img-responsive{width:100%;}    /* Fix for displaying responsive images in a table */
.clearfix {
	*zoom: 1
}
.clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both;
	content: "";
	display: table
}
.clear {
	clear: both
}
#top-social {
    /*position: fixed;
    top: 74px;
    right: 0px;
    width: 340px;*/
    position: absolute;
    top: 0px;
    right: 6px;
    /*width: 340px;
    background-color: #333;*/
    z-index: 10;
    /*color: #FFF;
    font-size: 14px;
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
    -khtml-border-radius: 0px 0px 0px 5px; */
    height: 36px;
}
    #top-social span {
        /*margin: 5px 10px 0px;
        display: inline-block;
        width: 120px;*/
        display: inline;
        line-height: 36px;
        vertical-align: top;
        font-size: 14px;
        color: #FFF;
        margin-right: 5px;
    }
    #top-social a {
        /*width: 50px;
        height: 40px;*/
        width: 26px;
        height: 24px;
        padding:0;
        margin: 5px 0px 0px 5px;
        position: relative;
        display: inline-block !important;
        -moz-border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important;
        -khtml-border-radius: 5px !important;
        letter-spacing: 0px !important;
        font-size: 1em !important;
    }
    #top-social a:focus,
    #top-social a:active {
        outline: none;
    }
        #top-social a i {
            /*position: absolute;
            top: 0;
            left:0;
            width: 100%;
            margin: 0 auto;
            height: 20px;
            margin-top: 12px;
            line-height: 1em;
            font-size: 12px;*/
        }
#side_icons {
    display: none;
	background: #000;
    width: 40px;
	right: -40px;
	position: fixed;
	top: 20%;
	z-index: 100;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s;
	/*-webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s*/
}
    #side_icons div {
        padding: 5px 0px;
        width: 40px;
        text-align: center;
        white-space: nowrap;
        border-bottom: solid 1px #888;
    }
        #side_icons div span {
            display: none;
            font-size: 0.8em;
            vertical-align: top;
            line-height: 1.6em;
        }
        #side_icons div img {
            vertical-align: top;
        }
        #side_icons div section {
            display: none;
        }
        #side_icons div:last-child {
            border-bottom: none;
        }
        #side_icons div.active {
            background-color: #000;
            color: #FFF;
            text-align: left;
            transition: width 0.5s, margin-left 0.5s;
            -webkit-transition: width 0.5s, margin-left 0.5s;
            -moz-transition: width 0.5s, margin-left 0.5s;
            border-top: solid 1px #888;
            border-bottom: solid 1px #888;
            border-left: solid 1px #888;
            margin-top: -1px;
        }
            #side_icons div.active.larger {
                width: 210px;
                margin-left: -150px;
            }
                #side_icons div.active.larger.share {
                    height: 180px;
                }
                    #side_icons div.active.larger.share section {
                        display: block;
                        margin-left: 5px;
                        font-size: 0.8em;
                    }
                    #side_icons div.active.larger.share ul li {
                        padding: 3px;
                    }
                        #side_icons div.active.larger.share ul li a {
                            -moz-border-radius: 5px;
                            -webkit-border-radius: 5px;
                            border-radius: 5px; /* future proofing */
                            -khtml-border-radius: 5px; /* for old Konqueror browsers */
                            padding: 3px 12px;
                            font-size: 0.9em;
                            width: 140px;
                        }
            #side_icons div.active.smaller {
                width: 150px;
                margin-left: -110px;
            }
            #side_icons div.active img {
                margin: 0px 5px 0px 10px;
            }
            #side_icons div.active a,
            #side_icons div.active a:link {
                color: #FFF;
                display: inline-block;
                width: 100%;
            }
            #side_icons div.active a:hover {
                text-decoration: none;
            }
                #side_icons div.active a.social {
                    margin-left: 3px;
                    display: inline;
                    width: initial;
                }
                    #side_icons div.active a.social img {
                        vertical-align: baseline;
                    }
    #side_icons .btn-twitter,
    #top-social .btn-twitter {
        background: #00acee;
        border-radius: 0;
        color: #fff
    }
    #side_icons .btn-twitter:link, 
    #side_icons .btn-twitter:visited,
    #top-social .btn-twitter:link, 
    #top-social .btn-twitter:visited {
        color: #fff
    }
    #side_icons .btn-twitter:active, 
    #side_icons .btn-twitter:hover,
    #top-social .btn-twitter:active, 
    #top-social .btn-twitter:hover {
        background: #1da1f2;
        color: #fff
    }
    #side_icons .btn-facebook,
    #top-social .btn-facebook {
        background: #3b5998;
        border-radius: 0;
        color: #fff
    }
    #side_icons .btn-facebook:link, 
    #side_icons .btn-facebook:visited,
    #top-social .btn-facebook:link, 
    #top-social .btn-facebook:visited {
        color: #fff
    }
    #side_icons .btn-facebook:active, 
    #side_icons .btn-facebook:hover,
    #top-social .btn-facebook:active, 
    #top-social .btn-facebook:hover {
        background: #3b5998;
        color: #fff
    }
    #side_icons .btn-googleplus,
    #top-social .btn-googleplus {
        background: #d34836;
        border-radius: 0;
        color: #fff
    }
    #side_icons .btn-googleplus:link, 
    #side_icons .btn-googleplus:visited,
    #top-social .btn-googleplus:link, 
    #top-social .btn-googleplus:visited {
        color: #fff
    }
    #side_icons .btn-googleplus:active, 
    #side_icons .btn-googleplus:hover,
    #top-social .btn-googleplus:active, 
    #top-social .btn-googleplus:hover {
        background: #ba3225;
        color: #fff
    }
    #side_icons .btn-stumbleupon {
        background: #f74425;
        border-radius: 0;
        color: #fff
    }
    #side_icons .btn-stumbleupon:link, 
    #side_icons .btn-stumbleupon:visited {
        color: #fff
    }
    #side_icons .btn-stumbleupon:active, 
    #side_icons .btn-stumbleupon:hover {
        background: #c7371e;
        color: #fff
    }
    #side_icons .btn-linkedin,
    #top-social .btn-linkedin {
        background: #007bb5;
        border-radius: 0;
        color: #fff
    }
    #side_icons .btn-linkedin:link, 
    #side_icons .btn-linkedin:visited,
    #top-social .btn-linkedin:link, 
    #top-social .btn-linkedin:visited {
        color: #fff
    }
    #side_icons .btn-linkedin:active, 
    #side_icons .btn-linkedin:hover,
    #top-social .btn-linkedin:active, 
    #top-social .btn-linkedin:hover {
        background: #0b6087;
        color: #fff
    }
    #side_icons .btn-instagram,
    #top-social .btn-instagram {
        background: #0e76a8;
        border-radius: 0;
        color: #fff
    }
    #side_icons .btn-instagram:link, 
    #side_icons .btn-instagram:visited,
    #top-social .btn-instagram:link, 
    #top-social .btn-instagram:visited {
        color: #fff
    }
    #side_icons .btn-instagram:active, 
    #side_icons .btn-instagram:hover,
    #top-social .btn-instagram:active, 
    #top-social .btn-instagram:hover {
        background: #c32aa3;
        color: #fff
    }
    #side_icons .btn-youtube,
    #top-social .btn-youtube {
        background: #0e76a8;
        border-radius: 0;
        color: #fff
    }
    #side_icons .btn-youtube:link, 
    #side_icons .btn-youtube:visited,
    #top-social .btn-youtube:link, 
    #top-social .btn-youtube:visited {
        color: #fff
    }
    #side_icons .btn-youtube:active, 
    #side_icons .btn-youtube:hover,
    #top-social .btn-youtube:active, 
    #top-social .btn-youtube:hover {
        background: #ff0000;
        color: #fff
    }
#top-social .btn-twitter,
#top-social .btn-facebook,
#top-social .btn-googleplus,
#top-social .btn-stumbleupon,
#top-social .btn-linkedin,
#top-social .btn-instagram,
#top-social .btn-youtube {
        background: none;
}
#wrapper.fixed #side_icons {
	right: 0;
}
.first-scroll {
    /* Parallex */
	/*margin-top: 500px;*/
	position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.scroll {
    background: #fff;
	position: relative;
}
.bottom {
	bottom: 0;
	position: absolute	
}
.text-center {
	text-align: center	
}
.form-control:focus {
	border-color: #E39A9C;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(227, 154, 156, 0.6);
}
.dark {
    background-image: url(images/dark.jpg);
    background-repeat: repeat;
}
/*#main {
	background: #000;
	padding: 0;
	min-height: 600px;
	position: relative;
	z-index: 11
}
.lt-ie10 #main {
	margin-top: 0	
}
#main img {
	margin: 0 0 1.5em 0
}*/
.container-fluid {
	margin-top: 0;
	width: 100%
}
.row {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
    margin-left: 0px;
    margin-right: 0px;
}
.row.on {
	opacity: 1;
	filter: alpha(opacity=100)
}
#footer {
    font-family: Cabin,Arial,Verdana,sans-serif;
    color: #FFF;
    text-transform: uppercase;
    padding: 1em 2em 2em;
	background: #33353A;
}
    #footer > div {
        max-width: 960px;
        margin: 0 auto;
    }
    #footer hr { 
        border: 0; 
        height: 1px; 
        background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0)); 
        margin: 50px 0px 75px 0px;
    }
    #footer #footer-menu div {
        width: 75px;
        /*height: 55px;*/
        height: 49px;
        display: inline-block;
        background-color: #000;
        vertical-align: middle;
        text-align: center;
    }
    #footer #footer-menu b {
        font-size: 1em;
        margin-left: 10px;
        font-weight: normal;
    }
        #footer #footer-menu b a,
        #footer #footer-menu b a:link {
            color: #FFF;
        }
    #footer #footer-menu li {
        padding: 0;
        margin: 0;
        border-top: 1px solid #777;
        white-space: nowrap;
        width: 250px;
        /*height: 56px;*/
        height: 50px;
    }
        #footer #footer-menu li a {
            color: #FFF;
        }
        #footer #footer-menu li .social {
            padding: 10px 20px;
            font-size: 1.5em;
        }
    #footer .links {
    }
        #footer .links ul {
            padding: 0;
            margin: 0;
        }
            #footer .links ul li {
                padding: 5px 0px 0px 10px;
                margin: 0;
            }
                #footer .links ul li a,
                .boiler p a {
                    color: #BBB;
                }
        #footer .links header {
            border-bottom: 1px solid #777;
            padding-left: 10px;
            font-weight: bold;
        }
    #footer .serious {
        height: 100px;
        margin: 0px auto;
        background: url(../images/serious.png) no-repeat top right;
        text-align: right;
        z-index: 99;
    }
.tagline {
    position: relative;
    z-index: 1;
    background-color: #FFF;
}
    .tagline.image {
        background-size: cover;
        width: 100%;
        min-height:800px;
        background-position: center center;
    }
    .tagline.alt,
    .tagline .alt {
        background-color: #e4e8e8;
    }
    .tagline.alt2 {
        background-color: #bbb;
    }
        .tagline.alt2 section h2 {
            font-size: 1.8em;
            color: #2d2d2d;
        }
    .tagline section.large-panel {
        padding: 40px 0px 40px;
    }
        .tagline section.large-panel h1 {
            margin: .5em 0px 0px;
        }
        .tagline section.large-panel h2 {
            margin: 0px 0px 0.5em;
        }
        .tagline section.large-panel h1 + h2 {
            margin: 0px 0px 0.5em;
        }
    .tagline header {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.6em;
        letter-spacing: 4px;
        padding: 30px 0px 0px;
        position: relative;
    }
    .tagline.engine header {
        font-size: 2.6em;
        font-family: 'Cabin';
        letter-spacing: 0px;
        text-transform: none;
    }
    .tagline hr {
        border-width: 1px 0px 0px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        margin: 10px 0px 20px;
    }
    .tagline.dark hr,
    .padder.dark hr {
        border-top: 1px solid #222;
        border-bottom: 1px solid #666;
    }
    .tagline.alt hr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #eee;
    }
    .tagline.alt2 hr {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #ccc;
    }
    .tagline section {
        position: relative;
        padding: 0px 0px 40px;
        max-width: 960px;
        margin: 0 auto;
    }
        .tagline.reverse section {
            padding-top: 40px;
        }
    .tagline.overflow section {
        overflow: hidden;
    }
    .tagline.huge section {
        padding-bottom: 80px;
    }
    .tagline.huge header {
        padding-top: 70px;
    }
    .tagline.huge hr {
        margin-bottom: 80px;
    }
    .tagline.tight section {
        padding: 0px 0px 20px;
    }
        .tagline.tight.reverse section {
            padding-top: 20px;
        }
    .tagline.tight hr {
        margin: 0px 0px 20px;
    }
    .tagline.none section {
        padding: 0px 0px 1px;
    }
    .tagline.dark div,
    .tagline.dark span,
    .tagline.dark header,
    .tagline.dark a,
    .tagline.dark a:link,
    .tagline.dark h1,
    .tagline.dark h2,
    .tagline.dark h3,
    .tagline.dark p {
        color: #FFF;
    }
        /*.tagline.dark a {
            text-decoration: underline;
        }*/
            /*.tagline.dark a:hover {
                text-decoration: underline;
                color: #E00;
            }*/
        .tagline.dark a.btn {
            text-decoration: none;
        }
            .tagline.dark a:hover {
                text-decoration: underline;
                color: inherit;
            }
    .tagline h1,
    .tagline h2,
    .tagline h3 {
        text-align: left;
        letter-spacing: 0px;
    }
    .tagline .tagline-banner {
        margin: 0 auto;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .tagline .btn-engine {
        color: #fff;
        background-color: #1c1c1c;
        border-color: #5e5e5e;
        text-transform: uppercase;
        font-size: 1.4em;
        font-family: 'Cabin';
        font-weight: 300;
    }
        .tagline .btn-engine:hover,
        .tagline .btn-engine:focus,
        .tagline .btn-engine:active,
        .tagline .btn-engine.active {
            color: #fff;
            background-color: #0c0c0c;
            border-color: #7e7e7e;
        }
        .tagline .btn-engine:active,
        .tagline .btn-engine.active {
            background-image: none;
        }
        .tagline .btn-engine.disabled,
        .tagline .btn-engine[disabled],
        .tagline .btn-engine.disabled:hover,
        .tagline .btn-engine[disabled]:hover,
        .tagline .btn-engine.disabled:focus,
        .tagline .btn-engine[disabled]:focus,
        .tagline .btn-engine.disabled:active,
        .tagline .btn-engine[disabled]:active,
        .tagline .btn-engine.disabled.active,
        .tagline .btn-engine[disabled].active {
            background-color: #1c1c1c;
            border-color: #5e5e5e;
        }|
    .tagline fieldset hr,
    fieldset hr {
        margin: 0px 0px 10px;
    }
    /* Youtube responsive */
#integrated {
    height: 220px;
}
#integrated .video-container {
    height: 240px;
    /*position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;*/
}
    .video-container iframe, 
    .video-container object, 
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        float: right;
    }
.five-cols.col-md-1, .five-cols.col-sm-1, .five-cols.col-lg-1 {
    width: 20%;
    *width: 20%;
}
.seven-cols.col-md-1, .seven-cols.col-sm-1, .seven-cols.col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
}
.eight-cols.col-md-1, .eight-cols.col-sm-1, .eight-cols.col-lg-1 {
    width: 12.5%;
    *width: 12.5%;
}
.nine-cols.col-md-1, .nine-cols.col-sm-1, .nine-cols.col-lg-1 {
    width: 11.11111111111111%;
    *width: 11.11111111111111%;
}
.ten-cols.col-md-1, .ten-cols.col-sm-1, .ten-cols.col-lg-1 {
    width: 10%;
    *width: 10%;
}
.eleven-cols.col-md-1, .eleven-cols.col-sm-1, .eleven-cols.col-lg-1 {
    width: 9.090909090909091%;
    *width: 9.090909090909091%;
}
.boiler {
    font-size: 0.8em;
    text-transform: none;
    color: #666;
    padding-right: 100px;
}
    .boiler hr {
        border-top: 1px solid #CCC !important;
        background: none !important;
        margin-top: 0px !important;
        margin-right: 50px !important;
    }
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.form-horizontal span.text-danger {
    font-size: 0.9em;
}
.padder {
    padding: 20px 40px;
    position: relative;
}
    .padder h1 {
        font-size: 4em;
        color: #a5a3a3;
        text-transform: uppercase;
    }
.search_div-txt,
.search_div-txt:focus {
    outline: none;
}
.white-block {
    background-color: #FFF;
}
.img-invisible {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);/* This works in IE 5, 6, 7 */
	-moz-opacity:0;/* Older than Firefox 0.9 */
	-khtml-opacity: 0;/* Safari 1.x (pre WebKit!) */
	opacity: 0;/* Firefox 0.9+, Safari 2, Chrome, Opera 9+, IE 9+ */
}
ul.text-list li {
    padding-bottom: 0.4em;
}
img.shadow {
    box-shadow: 2px 2px 7px #000000;
    -moz-box-shadow: 2px 2px 7px #000000;
    -webkit-box-shadow: 2px 2px 7px #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');
}
a.anchor-button,
a.anchor-button:hover {
    text-decoration: none !important;
}


/* Header / Navigation
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon-menu:before {
	content: "\e9bd";
}
.icon-search:before {
	content: "\e986";
}
.icon-close:before {
	content: "\ea0f";
	font-size: .9em;
	padding-top: 8px;
}
.icon-truck.t4700:before {
	content: "\e937";
}
.icon-plus:after {
	content: "\ea0a";
	font-size: .8em;
}
.menu-icon #menu-icon, .menu-icon #close-icon {
	display: block;
	position: absolute;
}
.menu-icon #menu-icon.off, .menu-icon #close-icon.off {
	display: none;
}
.menu-icon, .search-icon {
	color: #fff;
	line-height: 40px;
	padding: 0 25px;
	position: fixed;
	top: -30px;
	z-index: 1002;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
	font-size: 20px;
}
.search-icon {
	right: 0;
    z-index: 5;
	/*padding: 0 1%;
	top: 45px;*/
}
a#close-icon:hover {
	color: #ed1c24;
}
a#menu-icon:hover {
    text-decoration: none;
}
a.span.menu-icon:hover, 
a.span.search-icon:hover {
	color: #ed1c24;
}
.close {
	color: #fff;
	font-size: 1em;
	padding-top: 10px;
	opacity: 1;
}
#header {
	background: #001620;
    height: 114px;
    margin: 0 auto;
	overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 13;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
    #header a {
        background: none;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: Cabin, Arial, Verdana, sans-serif;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 7px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }
    #header #h_nav {
        border-top: 1px solid #888;
        left: 100px;
        height: 70px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 35px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
        #header #h_nav ul {
            background: #001620;
            height: 50px;
            list-style-type: none;
            margin: 0;
            padding: 0;
            position: relative;
            white-space: nowrap;
        }
            #header #h_nav ul li {
                border-right: 1px solid #888;
                color: #fff;
                display: inline-block;
                position: relative;
                line-height: 44px;
                height: 44px;
                margin: 0;
                text-align: center;
                width: 15.75%;
            }
                #header #h_nav ul li.active a {
                    font-size: 1.3em;
                    font-weight: 900;
                    color: #E00;
                    letter-spacing: 4px;
                }
                #header #h_nav ul li.active div.diamond {
                    position: absolute;
                    bottom: -12px;
                    left: 50%;
                    margin-left: -8px;
                    width: 16px;
                    height: 16px;
                    background: #888;
                    border: solid 1px #777;
                    /* Rotate */
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    /* Rotate Origin */
                    -webkit-transform-origin: 0 100%;
                    -moz-transform-origin: 0 100%;
                    -ms-transform-origin: 0 100%;
                    -o-transform-origin: 0 100%;
                    transform-origin: 0 100%;
                }
                #header #h_nav ul li.search {
                    border-left: 1px solid #888;
                    background-color: #444;
                    border-right: 0;
                    width: 4%;
                }
    #header a:hover, 
    .icon:hover {
        color: #ed1c24;
    }
    #header #logo,
    #header #logo-sm {
        border-right: 1px solid #888;
        height: 100%;
        margin: 0;
        overflow: hidden;
        position: absolute;
        text-align: center;
        width: 100px;
        -webkit-transition: top .75s;
        -moz-transition: top .75s;
        -ms-transition: top .75s;
        transition: top .75s;
    }
    #header #logo-sm {
        border-right: 0;
    }
    #header #logo-sm a {
        font-size: 16px;
    }
    #header .logo {
        width: 84px;
        top: 12px;
        /*max-width: 100px;
        min-width: 70px;
        top: 10px;
        width: 90%;*/
        position: relative;
        -webkit-transition: all .7s;
        -moz-transition: all .7s;
        -ms-transition: all .7s;
        transition: all .7s;
    }
    #header .logo-sm {
        max-width: 40px;
        min-width: 20px;
        position: relative;
        top: -43px;
        width: 60%;
        -webkit-transition: all .7s;
        -moz-transition: all .7s;
        -ms-transition: all .7s;
        transition: all .7s;
    }
    #header #h_nav2 {
        height: 100%;
        overflow: hidden;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
        #header #h_nav2 .near {
            background: url(../images/header-diagonal-search-new.png);
            font-size: 0.9em;
            color: #fff;
            display: inline-block;
            height: 100%;
            padding: 3px 10px 3px 35px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            transition: all .5s;
        }
            #header #h_nav2 .near img {
                max-height: 30px;
                max-width: 30px;
            }
            #header #h_nav2 .near a {
                letter-spacing: 0px;
                text-transform: none;
            	font-family: Open Sans, Arial, Helvetica, sans-serif;
            }
        #header #h_nav2 ul {
            display: inline-block;
            margin: 0;
            padding: 0;
            position: relative;
        }
            #header #h_nav2 ul.di_search {
                background: url(../images/header-diagonal-search-new.png);
                text-transform: uppercase;
                font-size: 1.3em;
                color: #fff;
                display: inline-block;
                height: 100%;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -ms-transition: all .5s;
                transition: all .5s;
            }
                #header #h_nav2 ul.di_search span {
                    width: 200px;
                    text-align: right;
                    color: #FFF;
                    padding: 2px 10px;
                    letter-spacing: 2px;
                }
                #header #h_nav2 ul.di_search input {
                    height: 22px;
                    color: #ed1c24;
                    font-weight: 500;
                    font-size: 0.8em;
                }
                #header #h_nav2 ul.di_search li a img {
                    margin-bottom: 2px;
                }
            #header #h_nav2 ul li {
                color: #e00;
                display: inline-block;
                font-size: .8em;
                margin: 0 10px;
                padding-top: 5px;
            }
                #header #h_nav2 ul li a {
                    display: inline-block;
                    letter-spacing: 2px;
                    color: #FFF;
                }
            #header #h_nav2 ul.di_search li a {
                color: #fff;
                font-size: .9em;
                padding: 2px 0px;
            }
                #header #h_nav2 ul.di_search li a:hover {
                    color: #fff;
                }
    #header #search_div,
    #header #di_search_div {
        background: #fff;
        height: 100%;
        overflow: hidden;
        position: absolute;
        right: -300px;
        top: -100px;
        width: 300px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        z-index: 6;
    }
        #header #search_div.on,
        #header #di_search_div.on {
            right: 0;
            top: 0;
        }
        #header #search_div span,
        #header #di_search_div span {
            content: "\ea0f";
            cursor: pointer;
            height: 20px;
            margin: 5px;
            position: absolute;
            right: 0;
            top: 0;
            width: 20px;
        }
    #header #search_div {
        right: -300px;
    }
    #header #di_search_div {
        top: -100px;
    }
/* Header Fixed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper.fixed {
}
    #wrapper.fixed #header {
        height: 74px !important;
    }
        #wrapper.fixed #header .logo {
            top: 40px;
            /*width: 20%*/
        }
        #wrapper.fixed #header #h_nav {
            border-top: 1px solid #3e3e3e;
            left: 100px;
            position: absolute;
            right: 0;
            top: 0;
        }
            #wrapper.fixed #header #h_nav ul li {
                line-height: 40px;
            }
        #wrapper.fixed #header #h_nav2 {
            top: -50px;
        }
            #wrapper.fixed #header #h_nav2 ul.di_search {
                background: #000;
            }
        #wrapper.fixed #header #lower_nav {
            top: 40px;
        }
    #wrapper.fixed #logo {
        top: 0;
        -webkit-transition-delay: .25s;
        -moz-transition-delay: .25s;
        -ms-transition-delay: .25s;
        transition-delay: .25s;
    }
    #wrapper.fixed .logo-sm {
        top: 6px;
    }
    #wrapper.fixed #header #h_nav ul li.active div.diamond {
        bottom: -10px;
    }
/* Mobile Nav
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.nav {
    background: #000;
    bottom: 0;
    left: -22em;
	overflow-x: hidden;
    overflow-y: auto;
    padding-top: 4em;
    position: fixed;
    text-align: left;
    top: 0;
    width: 20em;
    z-index: 1000;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s
}
    .nav.on {
        left: 0;
    }
    .nav ul {
        display: block;
        margin-right: 0;
        max-height: 1000px;
        padding: 0 12px;
        position: relative;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
        .nav ul.off {
            max-height: 0;
            overflow: hidden;
        }
        .nav ul ul {
            padding: 0;
        }
        .nav ul li {
            margin-bottom: 0;
        }
    .nav > ul > li {
        border-bottom: 1px solid #1d1d1d;
        margin: .5em 0 0 0;
    }
        .nav > ul > li.sub-page {
            border-bottom: 1px solid #a3a3a3;
            margin-bottom: 1em;
        }
    .nav li a {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: .9em 12px;
        text-decoration: none;
        width: 90%;
    }
        .nav li a:hover {
            color: #ed1c24;
        }
    .nav li > a {
        font-family: Cabin,Arial,Verdana,sans-serif;
        font-size: 1.1em;
        font-weight: 600;
        padding: .9em 12px;
        position: relative;
        text-transform: uppercase;
    }
    .nav li > ul > li > a {
        color: #555;
    }
    .nav li > ul > li {
        margin: .5em 0 0 1em;
    }
    .nav li.sub > a {
        width: 100%;
    }
        .nav li.sub > a:after {
            bottom: 2px;
            content: "\ea0a";
            display: inline-block;
            font-family: "IcoMoon";
            font-size: 9px;
            left: auto;
            right: 10px;
            top: 4px;
            position: absolute;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            transition: all .3s;
        }
    .nav li.sub.on > a:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav > ul > li.sub-page > a {
        font-size: 1.1em;
        font-style: italic;
        padding: 0 12px;
    }
    .nav > ul > li.sub-page > ul > li {
        margin: 0 0 0 0.5em;
    }
    .nav > ul > li.sub-page > ul > li > a {
        font-size: 1em;
        font-style: italic;
        padding: .5em 12px;
    }
    .nav a.active {
        color: purple;
    }
/* Gray background under main navigation
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#lower_nav {
    width: 100%;
    position: absolute;
    top: 80px;
    min-height: 5px;
    height: 34px;       /* #header.height = this.top + THIS.HEIGHT */
    background-color: #FFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background-color: #888;
}
    #header.large #lower_nav {
        height: 44px;
    }
#lower_nav_bar {
    position: absolute;
    top: 0px;
    min-height: 5px;
    width: 100%;
    /*background-color: #888;*/
}
    #lower_nav_bar ul li:first-child {
        /*padding: 10px 15px 0px 125px;*/
    }
    #lower_nav_bar ul li {
        display: inline-block;
        padding: 10px 5px 0px 25px;
        font-family: 'Cabin';
        font-size: 0.9em;
        vertical-align: top;
        text-transform: uppercase;
    }
    #lower_nav_bar ul li strong {
        font-size: 1.1em;
    }
    #lower_nav_bar ul li.model {
        /*padding: 0px 25px;*/
        line-height: 0.7em;
        font-size: 1.8em;
        font-family: sans-serif;
        font-weight: 900;
    }
    #lower_nav_bar ul li.model strong {
        font-size: 1.8em;
        display: inline-block;
        vertical-align: top;
        padding-right: 5px;
    }
    #lower_nav_bar ul li a {
        letter-spacing: 0px;
        color: #2D2D2D;
        font-weight: bold;
    }
        #lower_nav_bar ul li a.white {
            color: #FFF;
            font-size: 1em;
            font-weight: normal;
        }
        #lower_nav_bar ul li a:hover {
            color: #900;
        }
ul.check li:before
{
    content: '✔';   
    margin-left: -1em;
    margin-right: .100em;
    font-size: 0.9em;
    vertical-align: middle;
    padding-right: 5px;
}
ul.check
{
   padding-left: 25px;
   text-indent: 5px;
   list-style: none;
   list-style-position: outside;
   margin-right: 0;
}
    ul.check li {
        margin-left: 30px;
    }
#divLocationPanel {
    position: absolute;
    display: none;
    top: 36px;
    left: 100%;
    margin-left: -410px;
    width: 410px;
    background-color: #FFF;
    z-index: 999;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    border-top: 1px dotted #444;
}
#divLocationPanelHelperText {
	display:inline;
	width:140px;
	height:30px;
	margin:0px;
	text-align:right;
	z-index:1104;
	font-style:italic;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#divLocPanelDealers {
	position:relative;
	width:410px;
}
#divLocPanelSearch {
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	height:42px;
	padding:8px 15px 0px 15px;
}
#divNearestDealer {
	position:relative;
	top:0px;
	left:0px;
	width:390px;
	overflow:hidden;
	padding:10px 10px 20px;
	color:#444444;
    font-size: .8em;
}
    #divNearestDealer i {
        display: block;
    }
.locPanelDealer {
	color: #444444;
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 0px;
	left:0px;
	display: inline-block;
	background-color:#ffffff;
}
.locPanelCounter {
	color: #444444;
	font-size:12pt;
	font-weight:normal;
    display: none;
}
.locPanelDealerName {
    font-weight: bold;
}
.locPanelDealerCity {
	color: #666666;
}
.locPanelDealerPhone {
	color: #666666;
}
.locPanelDealerText {
	color: #999999;
}
.locPanelDealerDist {
	color: #ed1c24;
	font-style: italic;
}
.iconLocPanel {
	position:relative;
	margin:0px 4px 0px 0px;
	height:22px;
    vertical-align: baseline;
}
#wrapper.fixed #divLocationPanel {
    display: none !important;
}
.locPanelClose {
    position: absolute;
    bottom: -5px;
    right: 5px;
    border-bottom: medium none;
    color: #666;
    padding: 0px 10px 10px 20px;
    cursor: pointer;
    opacity: 0.5;
    font-size: 11px;
}



/* Home Page
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.covervid-wrapper {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}
#overlay {
    background: rgba(0, 0, 0, .65);
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
	filter: alpha(opacity=0);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -ms-transition: all .75s;
    transition: all .75s
}
#overlay.on {
	cursor: pointer;
    opacity: 1;
	filter: alpha(opacity=100);
    z-index: 999
}

.wrapper-with-margin{
  margin: 0 50px;
}

#owl-home div.owl-item .small-button {
    display: none;
}
 
a.drop-more {
    background-color: #ed1c24;
    padding: 0px 5px;
    transition: background-color 0.3s ease;
}
a.drop-more:hover {
    text-decoration: none;
    background-color: #600;
}
.drop-more i {
    color: #fff;
}
.drop-more span {
    color: #fff;
    padding: 0px 20px;
    font-weight: 900;
}
.drop-more-hide div.col-md-3 {
    padding: 0px 40px;
}
.drop-more-hide div.col-md-3 p {
    margin: 0;
}
.drop-more-hide .row {
    display: table;
}
    .drop-more-hide .row > div {
        display: table-cell;
        float: none;
        padding-bottom: 50px;
    }
        /*.drop-more-hide .row > div a {*/
        /*.drop-more-hide #owl-featured > div a {
            text-align: center;
            color: #2D2D2D;
            border: solid 1px #888888;
            width: 120px;

            position: absolute;
            bottom: 2px;
            right: 40px;
            float: none;
        }
        .drop-more-hide #owl-featured > div a:hover {
            color: #ed1c24;
            border: solid 1px #ed1c24;
            text-decoration: none;
        }*/
#media section {
    padding: 0px 0px 0px 0px;
}
#media .video-container {
    height: 380px;
}
#story section {
    padding: 40px 0px 10px;
}

.find {
}
    .find img {
        margin: 40px 15px;
        max-width: 360px;
        min-width: 200px;
    }
.find-sm {
    padding: 0px 50px;
    background:#000000 url(images/FindBGsmall.png) no-repeat left;
    background-size: cover;
}
    .find-sm img {
        padding: 20px 5px;
    }
.contact {
}
    .contact a {
        border: solid 1px #FFF; 
        display: inline-block;
        margin: 40px 0px 25px;
        background-color: rgba(0,0,0,0.5);
        text-decoration: none;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    transition: all 0.3s;
    }
        .contact a:hover {
            background-color: rgba(156, 20, 24, 0.5);
            color: #fff;
            text-decoration: none;
        }
        .contact a img {
            border-right: solid 1px #FFFFFF;
            padding: 10px 15px;
            max-height: 70px;
        }
        .contact a h1 {
            display: inline;
            padding: 10px 15px;
            font-size: 1.5em;
        }

.skinny-bold2 {
    padding: 20px 0px;
}
    .skinny-bold2 h1 {
        font-size: 1.8em;
        font-weight: 300;

    }
    .skinny-bold2 h2 {
        color: #2D2D2D;
        font-size: 1.8em; 
        font-family: sans-serif; 
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px 0px 0.5em;
    }
    .skinny-bold2 h3 {
        font-size: 2em;
        font-family: sans-serif; 
        font-weight: 500;
        /*background-color: #222;
        color: #FFF;*/
        color: #ed1c24;
        /*padding: 5px 10px;*/
        margin: 0px 0px 0.6em;
        /*border: solid 1px #222;
	    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.7);
	    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.7);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.7);*/
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px; /* future proofing */
        -khtml-border-radius: 2px; /* for old Konqueror browsers */
    }
input {
	text-align: left;
}
.button input, 
.button a {
	border: 1px #fff solid;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: Cabin,Arial,Verdana,sans-serif;
	font-size: 1.1em;
	font-weight: 300;
    left: 0;
	letter-spacing: 2px;
	line-height: 1;
	margin:.2em 0 .5em 0;
	padding: .8em 1.1em;
	position: absolute;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-appearance: none;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s
}

.button.dark input, 
.button.dark a {
	background: #888;
	border: 1px #888 solid;
    color: #fff;
}
.button.red input, 
.button.red a {
	background: #9c1418;
	border: 1px #9c1418 solid;
    color: #fff;
}
.active .button a {
    z-index: 1000;
}
    .active .button a:hover {
        background: #fff;
        color: #000;
    }
.active .button.dark a:hover {
    background: none;
    color: #888;
}
.active .button.red a:hover {
    background: none;
    color: #fff;
}
/*.active .overlay.right .button a {
    left: auto;
    right: 0;
}*/
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.left-side h1,
.right-side h1 {
    position: absolute; 
    top: 15px;
    color: #FFF !important;
}
.left-side h1 {
    right: 30px;
}
.right-side h1 {
    left: 30px; 
}
#bugs .bug {
    width: 320px;
    height: 86px;
    overflow: hidden;
    margin: 8px auto;
}
    #bugs .bug img {
        width: 475px;
        height: 300px;
    }



/* Powertrain
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.blue-streak {
    border-top: solid 1px #0fa6e0; 
    border-bottom: solid 1px #0fa6e0; 
    text-transform: uppercase; 
    padding: 10px 0px;
    white-space: nowrap;
}
    a.blue-streak,
    a.blue-streak:link {
        color: #2D2D2D;
    }
.black-border {
    z-index: 11;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: solid 1px #5e5e5e;
    opacity: 0.8;
}
.dark .black-border {
    opacity: 0.5;
}
.btn-jumbo {
    font-size: 1.2em !important;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px;
    color: #333 !important;
}
.three-fifths {
    display: table;
}
    /*.three-fifths .col-md-1 {
        width: 20%;
        *width: 20%;
    }
    .three-fifths .col-md-3 {
        width: 40%;
        *width: 40%;
    }*/
    .three-fifths > div {
        border-right: solid 1px rgba(94, 94, 94, .5);
        display: table-cell;
        float: none;
    }
    /*.three-fifths p {
        margin: 0;
    }
    .three-fifths > div > div {
        padding: 0px 10px 10px;
        display: block;
        clear: both;
    }*/



/* Media Center
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.brochure,
.gallery {
    margin: 10px 0px;
    display: inline-block;
    vertical-align: bottom;
    padding: 20px 0px !important;
}
section .brochure {
    padding: 10px;
}
.brochure img {
    float: left;
    max-width: 150px;
    /*max-height: 112px;*/
    -webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.50);
    box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.50);
}
.brochure.large img {
    max-width: 137px;
    max-height: 169px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.brochure.small img {
    max-width: 86px;
    max-height: 112px;
}
.brochure.video img {
    max-width: 150px;
}
.gallery img {
    float: left;
    max-width: 126px;
    max-height: 112px;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.50);
    box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.50);
}
section .brochure img,
section .gallery img,
.headline .brochure img {
    float: none;
}
.brochure div,
.gallery div {
    display: inline-block;
    padding: 0px 15px;
}
section .brochure div,
section .gallery div,
.headline .brochure div {
    display: block;
    padding: 10px 0px 0px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brochure.large div {
    padding: 0px;
}
.brochure span,
.gallery span {
    color: #0881b0;
}
.headline .brochure span {
    color: #fff;
}
.brochure i,
.gallery i {
    padding: 0px 3px;
    font-style: normal;
    font-size: 0.7em;
}
.brochure,
.gallery,
.brochure i,
.gallery i,
.brochure a,
.gallery a,
.brochure a:link,
.gallery a:link {
    color: #898787 !important;
}
.brochure a,
.gallery a,
.brochure a:link,
.gallery a:link {
    font-size: 0.8em;
    text-transform: uppercase;
}
.brochure a:hover,
.gallery a:hover {
    text-decoration: underline;
}
#filter {
    float: left;
    width: 188px;
    left: auto !important;
}
#MediaWrapper {
    padding-left: 190px;
}
#BlackOut {
	position:fixed;
	top:0px;
	left:0px;
	background:#000000 url(images/loader.gif) no-repeat center;
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	width:100%;
	z-index:98;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);/* This works in IE 5, 6, 7 */
	-moz-opacity:0.50;/* Older than Firefox 0.9 */
	-khtml-opacity: 0.50;/* Safari 1.x (pre WebKit!) */
	opacity: 0.50;/* Firefox 0.9+, Safari 2, Chrome, Opera 9+, IE 9+ */
	display:none;
	text-align:center;
}
a.btn-primary,
.btn-primary {
    color:#fff;
    background-color:#ed1c24;
    border-color:#E6E6E6
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color:#C02031;
    border-color:#E6E6E6
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active{
    background-color:#E63143;
    border-color:#E6E6E6;
}
/* GREY BUTTON (SECONDARY) */
.btn-secondary{
    color:#fff;
    background-color:#888888;
    border-color:#AAA;
    text-transform: uppercase;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary{
    color:#fff;
    background-color:#777777;
    border-color:#CCC
}
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary{
    background-image:none
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active{
    background-color:#888888;
    border-color:#AAA;
}
.btn-secondary .badge{
    color:#888888;
    background-color:#fff;
}
.btn {
    font-size: 12px;
}
.btn-large {
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 10px 18px;
    margin-top: 10px;
}
.brochures {
    vertical-align: middle;
}
    .brochures .brochure,
    .brochure.large {
        padding: 5px 0px !important;
        margin: 0px;
        text-align: center;
    }
        .brochures .brochure span,
        .brochure.large span {
            white-space: initial;
            font-size: 0.9em;
        }
        .brochures .brochure img,
        .brochure.large img {
            margin: 0 auto;
        }
/* Dropdown Button */
.share-dropbtn {
    border: none;
    cursor: pointer;
    color: #A3A3A3;
    padding: 3px 5px;
}
.tagline.alt .share-dropbtn {
    color: #898787;
}

/* The container <div> - needed to position the dropdown content */
.share-dropdown {
    margin-left: 2px;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.share-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.share-dropdown-content a {
    /*color: black;
    padding: 12px 16px;*/
    text-decoration: none;
    display: block;
    font-size: 90% !important;
    text-transform: inherit !important;
    text-align: left;
}
        .share-dropdown-content a.btn-email {
            color: #d34836 !important;
            background-color: #FFF !important;
        }
        .share-dropdown-content a.btn-email:hover {
            color: #FFF !important;
            background-color: #d34836 !important;
        }
        .share-dropdown-content a.btn-twitter {
            color: #00acee !important;
            background-color: #FFF !important;
        }
        .share-dropdown-content a.btn-twitter:hover {
            color: #FFF !important;
            background-color: #00acee !important;
        }
        .share-dropdown-content a.btn-facebook {
            color: #3b5998 !important;
            background-color: #FFF !important;
        }
        .share-dropdown-content a.btn-facebook:hover {
            color: #FFF !important;
            background-color: #3b5998 !important;
        }
        .share-dropdown-content a.btn-linkedin {
            color: #0e76a8 !important;
            background-color: #FFF !important;
        }
        .share-dropdown-content a.btn-linkedin:hover {
            color: #FFF !important;
            background-color: #0e76a8 !important;
        }

/* Change color of dropdown links on hover */
.share-dropdown-content a:hover {
    text-decoration: none;
    /*background-color: #f1f1f1;*/
}

.share-dropdown-content a i {
    font-size: inherit !important;
    color: inherit !important;
}

/* Show the dropdown menu on hover */
.share-dropdown.opened .share-dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.share-dropdown:hover .share-dropbtn {
    background-color: #ddd;
}
.tagline.alt .share-dropdown:hover .share-dropbtn {
    background-color: #ccc;
}
.share-dropdown.opened .share-dropbtn {
    background-color: #666;
    color: white;
}



/* Model
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
table.white-grid {
    margin: 0px auto;
}
    table.white-grid th {
        padding: 5px 0px;
    }
    table.white-grid th,
    table.white-grid td {
        border: solid 1px #5e5e5e;
        /*padding: 3px 10px;*/
        text-align: center;
    }
    table.white-grid td img {
        padding: 5px 15px 0px;
        max-width: 250px;
        margin: 0 auto;
    }
.choose-your-weapon {
    margin-left: -300px; 
    margin-top: -50px;  
}
#family-photo {
    height: 300px;
}
    #family-photo img {
        width: 1240px;
    }
#family {
    width: 100%;
    background-color: #FFF;
}
#family table {
    width: 960px; 
    margin: 0 auto; /* or margin: 0 auto 0 auto */
    border-collapse: collapse;
}
    #family table.kick-left {
        width: 1090px; 
        margin-left: -130px;
    }
    #family table th {
        font-weight: normal;
        text-align: center;
        vertical-align: top;
        padding: 10px;
        font-family: 'Tahoma';
    }
        #family table th strong{
            font-size: 1.8em;
            font-family: sans-serif;
            font-weight: 900;
        }
        #family table th a,
        #family table th a:link {
            color: #2D2D2D;
        }
        #family table th span {
            font-size: 1.2em;
        }
        #family table th.line div {
            font-size: 0.65em;
	        font-family: Arial,sans-serif;
            font-stretch: normal;
        }
    #family table td.spacer {
        width: 1%;
    }
    #family table td h3 {
        font-family: sans-serif;
        font-weight: 900;
        padding-left: 130px;
    }
    #family table th.application,
    #family table td.application {
        width: 11.5%;
    }
    #family table th.line,
    #family table td.line {
        width: 17.5%;
        padding: 1px;
    }
    #family table th.line {
        padding: 0px 2px;
    }
        #family table th.line img {
            display: none;
        }
    #family table td.application {
        text-align: right;
        font-family: 'Cabin';
    }
    #family table td.line {
        background: url(images/dots.png) repeat-x left center;
        text-align: center;
    }
#testimonials blockquote {
    color: #FFF;
    padding: 20px 150px;
    text-align: center;
    border: medium none;
}
    #testimonials blockquote:after {
        font-family: "FontAwesome";
        content: "\f10e";
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #FFF;
        font-size: 2.4em;
    }
    #testimonials footer {
        color: #FFF;
        font-size: 0.9em;
    }
.tabs {
    text-align: center;
}
    .tabs label {
        padding-right: 10px;
        font-size: 1.1em;
        text-transform: uppercase;
    }
h1.trucks {
    font-family: sans-serif;
    font-weight: 900;
    font-size: 3em;
    color: #a5a3a3;
    text-transform: uppercase;
}
        .powertrain-text {
            margin-top: 150px;
        }
    #divSpecTabRow table tr td {
    }
    #divSpecTabRow table tr td:first-child {
            border-right: solid 1px #BBB;
        }
        .divSpecTab {
            position: relative;
            font-family: helvetica,arial,sans-serif;
            color: #222;
            min-width: 120px;
            font-size: 1.8em;
            font-weight: bold;
            cursor: pointer;
            border-left: solid 1px #E6E6E6;
            border-top: solid 1px #BBB;
            border-right: solid 1px #BBB;
            border-bottom: solid 1px #BBB;
            background-color: #E6E6E6;
        }
            .divSpecTab .down-arrow {
                display: block;
                position: absolute;
                bottom: -10px;
                left: 50%;
                z-index: 5;
                width: 0; 
	            height: 0; 
	            border-left: 10px solid transparent;
	            border-right: 10px solid transparent;
	            border-top: 10px solid #BBB;
            }
            .divSpecTab.active {
                color: #FFF;
                border-left: solid 1px #900;
                border-top: solid 2px #900;
                border-right: solid 1px #900;
                background-color: #900;
            }
                .divSpecTab.active .down-arrow {
                    display: block;
                    position: absolute;
                    bottom: -10px;
                    left: 50%;
                    z-index: 5;
                    width: 0; 
	                height: 0; 
	                border-left: 10px solid transparent;
	                border-right: 10px solid transparent;
	                border-top: 10px solid #900;
                }
            .divSpecTab span {
                font-size: 10pt;
                top: -5px;
                display: block;
                position: relative;
                font-weight: normal;
            }
            .divSpecTab img {
                max-height: 40px;
                padding: 0px 2px 0px 10px;
                vertical-align: baseline;
            }
            .divSpecTab section {
                /*min-width: 150px;*/
                display: inline-block;
                padding: 0px 0px 0px 10px;
            }

h1.model-locator {
    color: #FFF;
    text-transform: none;
    text-align: center;
    margin: 25px 0px 0px;
    font-size: 2em;
    font-family: sans-serif;
    text-transform: uppercase;
}
.model-badge {
    /*font-family: 'Architects Daughter', cursive;
    transform: rotate(340deg);
    -webkit-transform: rotate(340deg);
    -moz-transform: rotate(340deg);
    -o-transform: rotate(340deg);
    writing-mode: lr-tb;
    position: absolute;
    margin-left: -40px;
    margin-top: -10px;
    font-size: 0.8em;*/
    letter-spacing: 1px;
    margin-right: 7px;
    font-weight: 900;
}
#interiors em {
    font-size: 0.9em;
}
#interiors .padded {
    margin: 0px 0px 5px;
    padding: 4px 0px;
}
    #interiors .padded div {
        padding: 5px;
    }
#interiors .color {
    border: 2px solid #DDD;
    cursor: pointer;
}
    #interiors .color:hover,
    #interiors .color.active {
        border: 2px solid #a92426;
    }
    #interiors .color a,
    #interiors .color a:link {
        color: #2d2d2d;
        text-decoration: none;
    }
    #interiors .color a:hover {
        text-decoration: none;
    }
    #interiors .color img {
        cursor: pointer;
        float: right;
        padding-left: 8px;
        max-width: 110px;
    }
    #interiors .color h5 {
        font-weight: 700; 
        color: #333;
        margin: 0;
        font-size: 12px;
    }
#interiors .col-sm-3._5700 img {
    max-width: 85px;
}
#interiors #divColorOptions img {
    margin-top: 12px;
    margin-right: 5px;
    max-width: 95px;
    margin-left: -4px;
}
#dimensions img {
    max-width: 150px;
    margin: 0 auto;
}
/*.model-brochures {
    position: absolute;
    right: -200px;
    top: 0px;
}
.model-brochures .brochure {
    margin-top: 12px;
    padding: 0px !important;
    margin-bottom: 0px;
    float: right;
    clear: right;
}*/
.model-brochures {
    position: relative;
    right: 0px;
    top: 0px;
    text-align: center;
}
    .model-brochures .brochure {
        margin: 10px 0px;
        padding: 10px 20px !important;
        float: none;
        clear: none;
    }
        .model-brochures .brochure, .model-brochures .brochure i, .model-brochures .brochure a, .model-brochures .brochure a:link {
            color: #666 !important;
        }
.black-button {
    max-height: 70px;
}
.btn-black {
    color: #FFF !important;
    background-color: #222;
    border: 1px solid #DDD;
}
    .btn-black:hover,
    .btn-black:active,
    .btn-black:focus {
        background-color: #000;
    }
#financing .black-button {
    max-height: 60px;
}




/* Dealers
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#global .grid-row-1 {
    color: #2D2D2D;
}
#global {
    border-spacing: 0px !important;
    border-collapse: separate !important;
    width: 100%;
}
	#global td {
        padding: 10px;
	}
	#global tr:nth-child(even) td:not(.grid-heading) {
        background-color: #E4E8E8;
	}
#headline section h2,
#headline section p,
#financing section h2,
#financing section p {
    text-align: center;
}
#dealer.tagline section hr {
    margin: 0 0 40px;
}
#dealer.tagline section p {
    text-align: center;
}

/* Sitemap
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sitemap {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

#sitemap ul {
    margin: 0px !important;
    padding: 0 !important;
}
    #sitemap ul li {
        margin: 10px 0px 0px 0px !important;
    }
        #sitemap ul li.has-child {
            border: solid 1px #F2D5D6;
            padding: 10px;
            webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }
    #sitemap ul li ul li {
        margin: 10px 0px 0px 20px !important;
    }



/* Dealer Detail
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#DealerIcons {
    width: 960px;
    margin: 0px auto;
}
    #DealerIcons img {
        float: right;
        margin: -20px 2px 0px;
    }
#DealerLogo img {
    max-height: 85px;
    max-width: 185px;
}
#DealerMap {
    width: 100%;
    height: 230px;
}
#table-hours,
#table-trucks {
    margin: 30px auto 0;
}
#table-hours > tbody > tr > th,
#table-hours > tbody > tr > td,
#table-trucks > tbody > tr > th,
#table-trucks > tbody > tr > td {
    padding: 5px;
}
#table-hours > tbody > tr > th,
#table-trucks > tbody > tr > th {
    color: #900;
    font-size: 1.2em;
}
    #table-hours > tbody > tr:nth-child(even) {
        background-color: #FFFFFF;
    }
#table-trucks > tbody > tr.listing:hover {
    background-color: #c6c8c8;
    cursor: pointer;
}
.day {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.check {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
    .check li {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }
.check-line {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
    .check-line li {
        -webkit-column-break-inside: auto; /* Chrome, Safari, Opera */
        page-break-inside: auto; /* Firefox */
        break-inside: auto; /* IE 10+ */
    }



/* Owners Gallery
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.owners-gallery h1,
.owners-gallery h2,
.owners-gallery h3,
.owners-gallery h4 {
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
}
.owners-gallery h1 {
    font-size: 1.1em;
    font-weight: 900;
}
.owners-gallery h2 {
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 20px;
}
.owners-gallery h3 {
    font-size: 1.0em;
    font-weight: 500;
    padding-left: 20px;
}
.owners-gallery h4 {
    font-size: 1.0em;
    font-weight: 500;
    padding-left: 20px;
}
    .owners-gallery h4 b {
        font-weight: 500;
    }
.lb-dataContainer {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    padding: 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    font-weight: 500;
}
/*.lb-caption a {
    display: inline-block;
    width: 130px;
}
    .lb-caption a em {
        float: left;
        padding-right: 3px;
    }
.lb-caption b {
    font-size: 1.3em;
    vertical-align: top;
    padding-right: 20px;
}*/
.lb-caption em {
    padding-left: 20px;
}
.lb-caption b {
    font-size: 1.3em;
}
.awesomeness {
    max-width: 990px;
    margin: 0 auto;
}
.awesomeness img {
    max-width: 300px; 
    width: 100%;
    margin-bottom: 30px;
}






.locations {
}
    .locations h1 {
        font-weight: 900;
    }
    .locations span {
        font-size: 0.9em;
        margin-top: 10px;
        display: inline-block;
    }


#xd-offroad-home {
    display: block;
    background-color: #cfcfcf;
    cursor: pointer;
}
    #xd-offroad-home:hover {
        background-color: rgba(0,0,0,0.15);
        text-decoration: none;
    }
    #xd-offroad-home hr {
        top: 71px;
        left: 15px;
        width: 930px;
        position: absolute;
        border-width: 1px 0px 0px;
        border-top: 1px solid #222;
        border-bottom: 1px solid #000;
        z-index: 99;
    }
    #xd-offroad-home .xd-introducing {
        position: absolute;
        top: 15px;
        right: 30px;
        font-size: 2.4em;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 0px;
    }
    #xd-offroad-home img {
        max-width: 100%;
    }
    #xd-offroad-home h2 {
        font-size: 1.9em; 
        margin: 0;
        line-height: 1;
    }
    #xd-offroad-home h1 {
        margin: 0.5em 0;
        font-size: 1.5em;
        font-weight: 700;
    }
    #xd-offroad-home p {
        margin: 0;
        color: #2d2d2d;
    }
    #xd-offroad-home .btn-primary {
        margin: 0.8em 0 0em;
        font-size: 1em;
    }
#xd-feature {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 40%; 
    padding: 15px 75px 50px 15px;
}
.xd-logo {
    position: absolute; 
    top: 30px; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    z-index: 100; 
    max-width: 300px;
}
.xd-benefits {
    margin-bottom: 680px !important;
}
    .xd-benefits .row {
        position: relative;
    }
    .xd-benefits h1 {
        background-color: #febd1b; 
        padding: 20px;
        font-weight: 700;
        margin: 5px 0px;
        display: inline-block;
    }
    .xd-benefits .xd-benefit-1 {
        position: absolute;
        left: 100px;
        padding-right: 100px;
    }
    .xd-benefits .xd-benefit-2 {
        position: absolute;
        top: 200px;
        left: 50px;
        padding-right: 60px;
    }
        .xd-benefits .xd-benefit-2 img {
            position: absolute;
            max-width: 300px;
            margin-left: -250px;
            margin-top: -150px;
        }
    .xd-benefits .xd-benefit-3 {
        position: absolute;
        top: 170px;
        left: 420px;
    }
        .xd-benefits .xd-benefit-3 img {
            float: right;
            max-width: 300px;
            margin-right: -90px;
            margin-top: -20px;
        }
    .xd-benefits .xd-benefit-4 {
        position: absolute;
        top: 505px;
    }
    .xd-benefits .xd-benefit-5 {
        position: absolute;
        top: 480px;
        left: 480px;
    }
.xd-specs {
    background-color: #febd1b; 
    padding: 20px; 
    width: 440px; 
    margin-top: 20px;
    margin-left: -80px; 
    margin-bottom: 40px; 
}
    .xd-specs,
    .xd-specs div,
    .xd-specs small {
        color: #222; 
    }
    .xd-specs .xd-engine {
        max-width: 200px; 
        position: absolute; 
        top: 10px; 
        right: 30px;
    }
#xd-offroad-home .xd-specs {
    width: 545px;
    margin: 20px 0 20px -80px;
    padding: 15px 20px; 
}
    #xd-offroad-home .xd-logo {
        position: relative; 
        top: auto; 
        left: auto; 
        right: auto; 
        margin: -20px -25px -10px;
        max-width: 250px;
    }
    #xd-offroad-home .xd-specs .xd-engine {
        max-width: 150px;
        top: auto;
        bottom: -10px;
        right: 50px;
    }
    #xd-offroad-home .xd-specs div {
        padding-left: 60px;
    }
    #owl-home div.owl-item .overlay.top {
    }
        #owl-home div.owl-item .overlay.top img {
            width: auto;
            margin: 0 auto;
        }
    #owl-home div.owl-item .overlay.left {
        height: 100%;
        margin: auto 0;
        text-align: left;
        top: 20px;
        left: 0;
        bottom: auto;
        right: auto;
    }
        #owl-home div.owl-item .overlay.left img {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            /*float: left;*/
        }
    #owl-home div.owl-item .overlay.right {
        height: 100%;
        margin: auto 0;
        text-align: right;
        top: 20px;
        left: auto;
        bottom: auto;
        right: 0px;
    }
        /* The ghost, nudged to maintain perfect centering */
        #owl-home div.owl-item .overlay.right:before,
        #owl-home div.owl-item .overlay.left:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em; /* Adjusts for spacing */
        }
        #owl-home div.owl-item .overlay.right img {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            /*float: right;*/
        }
        /*#owl-home div.owl-item .overlay.right.lower {
            top: auto;
            bottom: 134px;
        }*/







/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #side_icons {
        width: 58px;
	    right: -58px;
    }
    .model-badge {
        position: relative;
    }
    #top-social {
        right: 16px;
    }
}





/* Responsive
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (max-width: 1500px) {
    .tagline.image {
        min-height:600px;
    }
	.row.home div.col_ h3.one {
		font-size: 1.1em	
	}
    a.drop-more {
        /*margin-left: 11%;*/
    }
    body {
        font-size: 14px;
    }
    #family-photo {
        height: 300px;
    }
    #side_icons div.active.larger.share ul li a {
        width: 120px;
    }
    #filter {
        float: left;
        width: 138px;
    }
    #MediaWrapper {
        padding-left: 150px;
    }
    .choose-your-weapon {
        margin-left: -175px; 
    }
    #xd-offroad-home hr {
        top: 75px;
    }
    #xd-offroad-home .xd-introducing {
        top: 20px;
    }
    #xd-offroad-home h2:first-of-type {
        margin-top: 0.5em;
    }
    #xd-offroad-home .btn-primary {
        margin: 2em 0 1em;
    }
    #xd-offroad-home .xd-specs {
        padding: 20px 30px; 
    }
    #xd-offroad-home .xd-specs div {
        padding-left: 50px;
    }
    #owl-home div.owl-item .overlay.top img,
    #owl-home div.owl-item .overlay.right img,
    #owl-home div.owl-item .overlay.left img {
        margin-left: -1px;
        width: 100%;
    }
    #owl-home div.owl-item .overlay.right img,
    #owl-home div.owl-item .overlay.left img {
        vertical-align: top;
    }
    /*.model-brochures {
        right: -150px;
    }*/
}
@media (max-width: 1300px) {
	p, h2, h4 li {
		margin: 10px 0;
	}
	/*p {
		margin: 10px 50px;
		margin: 10px 0px;
	}
	td p {
		margin: 0;
	}*/
	#main {
		/*padding: 2em*/
	}
	.menu {
		padding: 0 12px
	}
	#wrapper.home #header #logo {
		margin: 0 0 0 4em;	
	}
	#header #title1 {
		left: 75px
	}
	#header a {
		font-size: .8em;
		letter-spacing: 4px;
	}
    #header #h_nav ul li.active a {
		font-size: 1.2em;
    }
	#footer {
		padding: 2em
	}
	.row.home div.col_ h3.one {
		font-size: 1.2em	
	}
	.row.home div.col_ .box {
		background-size: 700px	
	}
    a.drop-more {
        /*margin-left: 13%;*/
    }
    #header #h_nav2 .near {
        font-size: 1em;
    }
    .choose-your-weapon {
        margin-left: -100px; 
        font-size: 70%;
    }
    /*.model-brochures {
        right: -100px;
    }*/
}
@media (max-width: 1200px) {
    #header a {
        font-size: 0.8em;
        letter-spacing: 3px;
    }
    #header #h_nav2 ul li {
        margin: 0 2px;
    }
    #header #h_nav ul li.active a {
        font-size: 0.9em;
    }
    /*#owl-home div.owl-item .overlay {
        top: 1em;
        margin-top: 0;
    }
    #owl-home div.owl-item .overlay img,
    #owl-home div.owl-item .flag-left img,
    #owl-home div.owl-item .flag-right img {
	    width: 80%;
	    height: 80%;
    }*/
    #owl-home div.owl-item .overlay .button a {
        width: 150px;
        padding: 10px;
    }
    #owl-home div.owl-item .overlay.right {
        right: 1em;
        /*top: 1em;
        margin-top: 0 !important;*/
    }
    #owl-home div.owl-item .overlay.middle {
        margin-top: 5% !important;
	    left: 2em;
    }
    /*#owl-home div.owl-item .overlay.bottom {
        bottom: 10%;   
    }*/
    #family-photo {
        height: 250px;
    }
    #family table th.line {
        padding: 0px 3px;
    }
    #testimonials blockquote {
        padding: 20px 75px;
    }
    #xd-feature {
        position: relative; 
        width: auto; 
        padding: 0px;
    }
    .xd-logo {
        top: 20px; 
        max-width: 200px;
    }
    .xd-benefits {
        margin-bottom: 0px !important;
    }
        .xd-benefits .xd-benefit-1,
        .xd-benefits .xd-benefit-2,
        .xd-benefits .xd-benefit-3,
        .xd-benefits .xd-benefit-4,
        .xd-benefits .xd-benefit-5 {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            padding: 0;
            margin: 0;
        }
            .xd-benefits .xd-benefit-1 img,
            .xd-benefits .xd-benefit-2 img,
            .xd-benefits .xd-benefit-3 img,
            .xd-benefits .xd-benefit-4 img,
            .xd-benefits .xd-benefit-5 img {
                position: relative;
                float: left;
                margin: 0;
            }
    #lower_nav_bar ul li {
        padding-left: 15px;
    }
    #top-social a {
        width: 24px;
    }
    #top-social span {
    }
    br.xl {
        display: none !important;
    }
    br.lg {
        display: block !important;
    }
}
@media (max-width: 1050px) {
	#header #logo, #header  #logo-sm {
		width: 100px;
	}
	#header .logo {
		top: 10px;
	}
	#header #h_nav, 
    #wrapper.fixed #header #h_nav  {
		left: 100px;
	}
	.search-icon {
	}
    a.drop-more {
        /*margin-left: 14%;*/
    }
    .model-locator {
        font-size: 1.1em;
    }
    .tagline section {
        max-width: 800px;
    }
    .choose-your-weapon {
        display: none;
    }
    #family-photo img {
        width: 1100px;
    }
    #family table {
        width: 700px; 
    }
        #family table th.line {
            padding: 0px 6px;
        }
        #family table.kick-left {
            width: 800px; 
            margin-left: -50px;
        }
    #xd-offroad-home hr {
        top: 71px;
        width: 770px;
    }
    #xd-offroad-home .xd-introducing {
        top: 15px;
    }
    #xd-offroad-home h2:first-of-type {
        margin-top: 0em;
    }
    #xd-offroad-home .btn-primary {
        margin: 0.8em 0 0em;
    }
    #xd-offroad-home .xd-specs {
        padding: 15px 20px; 
    }
    #xd-offroad-home .xd-specs {
        width: 465px;
    }
    #xd-spec-image img {
        position: absolute;
        top: 200px;
    }
}
@media all and (max-width: 991.98px) {
    /* Anything larger than 992px is considered desktop and will show these items */
    .desktop-only {
        display: none !important;
    }
    /* Youtube responsive */
    .video-container {
        margin-top: 20px;
        margin-right: 40px;
    }
    .video-container iframe, 
    .video-container object, 
    .video-container embed {
        float: none;
    }
    #footer .links:nth-child(4) {
        clear: left;
        margin-top: 36px;
    }
    .tagline.image {
        min-height:500px;
    }
    .skinny-bold2 {
        padding: 20px 0px;
    }
    .tagline .btn-engine {
        font-size: 0.7em;
        font-family: 'Cabin';
        padding: 5px 2px;
        overflow: hidden;
    }
    #divStartPanel {
        top: 40px !important;
    }
    #family table th.line {
        border-left: solid 1px #999;
    }
        #family table th.line div {
            display: none;
        }
        #family table th.line img {
            display: inline;
        }
    #testimonials blockquote {
        padding: 20px;
    }
    .divSpecTab {
        min-width: inherit;
    }
        .divSpecTab span {
            display: none;
        }
        .divSpecTab img {
            display: none;
        }
    .powertrain-text {
        margin-top: 0;
    }
    .xd-logo {
        top: 0px; 
        max-width: 150px;
    }
    #xd-offroad-home {
        padding-bottom: 15px;
    }
    #xd-offroad-home h2:first-of-type {
        margin-top: 0.5em;
    }
    #xd-offroad-home .btn-primary {
        margin: 1.5em 0 .75em;
    }
    #xd-offroad-home .xd-specs {
        padding: 20px 30px; 
        width: 100%;
        margin: 30px 0;
    }
    #xd-spec-image img {
        position: relative;
        top: 0px;
    }
    br.lg {
        display: none !important;
    }
    br.md {
        display: block !important;
    }
    #integrated {
        height: auto;
    }
    #interiors .color img {
        padding-left: 0px;
        max-width: 100%;
        float: none;
        display: block;
    }
}
@media (max-width: 900px) {
	#header,
    #wrapper.fixed #header {
        height: 41px !important;
	}
        #header #h_nav {
            border-top: none;
        }
        #header #h_nav,
        #wrapper.fixed #header #h_nav {
            left: 1000px;
            position: relative;
        }
        #header #h_nav2,
        #wrapper.fixed #header #h_nav2 {
            position: absolute;
            top: -50px;
        }
        #header #logo,
        #header #logo-sm {
            border-right: 0px none;
            margin: 0px auto;
        }
        #header #logo {
            top: 40px;
        }
        #header #logo-sm {
            width: 100%;
        }
        #header .logo-sm {
            top: 6px;
        }
	.menu-icon, .search-icon {
		top: 0	
	}
	.row.home div.col_ .box {
		background-size: 750px	
	}
    /*#owl-home div.owl-item .flag-right,
    #owl-home div.owl-item .flag-left {
	    display: none;
    }*/
    #owl-home div.owl-item .overlay .button {
	    display: none;
    }
    #owl-home div.owl-item.active .small-button {
        display: inline;
        position: absolute;
        z-index: 101;
        padding: 5px;
        right: 0px;
        left: 0px;
        margin-left: 0px;
        margin-right: 0px;
        bottom: 5px;
	    opacity: 0;
	    filter: alpha(opacity=0);
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -ms-transition: all 1.5s;
        transition: all 1.5s;
    }
        #owl-home div.owl-item.active .small-button a {
            width: 100%;
            display: inline-block;
            position: relative;
            color: #FFF;
	        background-color: #9c1418;
            background-repeat: no-repeat;
	        border: 1px #9c1418 solid;
            padding: 4px 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
            #owl-home div.owl-item.active .small-button a:hover {
                background: none;
                color: #fff;
                text-decoration: none;
            }
    #owl-home div.owl-item .overlay img {
	    display: none !important;
    }
    #owl-home div.owl-item .overlay .button {
	    margin-top: 120px;
    }
    .main {
        margin-top: 40px !important;
    }
    #footer hr { 
        display: none;
    }
        #footer .boiler hr { 
            display: inherit;
        }
    #footer .links header,
    #footer-menu {
        padding-top: 20px;
    }
    #filter {
        display: none;
    }
    #MediaWrapper {
        padding-left: 0px;
    }
    #family table {
        width: 100%;
    }
    .drop-more-hide .row {
        display: normal;
    }
        .drop-more-hide .row > div {
            display: inherit;
            float: inherit;
            padding-bottom: 20px;
        }
            .drop-more-hide .row > div a {
                position: inherit;
                bottom: inherit;
                right: inherit;
                float: right;
            }
    #story section {
        padding: 20px 40px 20px;
    }
    .three-fifths {
        display: normal;
    }
        .three-fifths .col-md-3,
        .three-fifths .col-md-1 {
            width: 100%;
            *width: 100%;
        }
        .three-fifths > div {
            border-right: inherit;
            display: inherit;
            float: inherit;
        }
    /*.promo img {
        max-height: 240px; 
        max-width: 300px; 
        display: block; 
        margin: auto;
    }*/
    .model-locator {
        font-size: 1em;
        margin: 35px;
    }
    .find {
        padding: 0px 50px;
    }
        .find img {
             margin: 0px;
             padding: 10px 0px;
        }
        #financing .black-button {
            max-height: 40px;
        }
    .find-sm {
        padding: 0px 25px;
    }
        .find-sm img {
             padding: 35px 5px;
        }
    .tagline section {
        max-width: 650px;
    }
    #family table {
        width: 600px; 
    }
        #family table.kick-left {
            width: 650px; 
            margin-left: -40px;
        }
    .xd-specs {
        width: auto;
        margin-left: 0px;
    }
    #xd-spec-image {
        display: none;
    }
    .check {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
.divSpecTabContent table {
	width:100%;
	border:0px;
	font-family: helvetica,Arial,sans-serif;
	color:#000000;
	font-size: 9pt;
	border-spacing: 0px;
	padding-bottom:20px;
	padding-right:20px;
}
	.divSpecTabContent table tr td {
        text-align: left;
	}
    #divSpecTabRow table tr td:first-child,
	.divSpecTabContent table tr td:first-child {
        width: 140px;
	}
	.divSpecTabContent table tbody tr:nth-child(odd) td:not(:first-of-type) {
        background-color: #E4E8E8;
	}
	.divSpecTabContent table tr:nth-of-type(1) td:nth-of-type(1) {
		font-style:italic;
		padding:6px;
		border-bottom:none;
		border-top:none;
	}
	.divSpecTabContent table tr td:nth-of-type(1) {
		padding:6px;
		min-width:100px;
		vertical-align:top;
		min-width:125px;
		text-align:right;
		border-right:1px solid #BBB;
		font-style:italic;
		font-size:10pt;
	}
	.divSpecTabContent table tr td:not(:first-of-type) {
		padding:6px;
		width:auto;
		border-right:1px solid #BBB;
		vertical-align:top;
		min-width:130px;
	}
    .divSpecTabContent table tr:nth-of-type(1) td:nth-of-type(1) {
		border-right:none;
    }
	.divSpecTabContent table thead tr:nth-of-type(1) td:not(:first-of-type) {
		font-weight: 700;
		padding:6px;
		border-bottom:1px solid #BBB;
		border-right:none;
		/*border-top:1px solid #222222;*/
		font-size:10pt;
	}
	.divSpecTabContent table tr:last-of-type td:not(:first-of-type) {
		padding:6px;
		width:auto;
		border-right:1px solid #BBB;
		border-bottom:1px solid #BBB;
		vertical-align:top;
		min-width:130px;
	}
}
@media (max-width: 767.98px) {
    /* Anything larger than 768px is considered desktop or tablet and will show these items */
    .desktop-tablet {
        display: none !important;
    }
    .tagline.image {
        min-height:400px;
    }
	#side_icons, 
    #wrapper.fixed #side_icons {
        right: -40px;
	}
	#wrapper.home #header #logo {
		margin: 0 auto
	}
	.row.home div.col_ .box {
		background-size: 750px	
	}
    .five-cols.col-md-1, .five-cols.col-sm-1, .five-cols.col-lg-1,
    .seven-cols.col-md-1, .seven-cols.col-sm-1, .seven-cols.col-lg-1,
    .eight-cols.col-md-1, .eight-cols.col-sm-1, .eight-cols.col-lg-1,
    .nine-cols.col-md-1, .nine-cols.col-sm-1, .nine-cols.col-lg-1,
    .ten-cols.col-md-1, .ten-cols.col-sm-1, .ten-cols.col-lg-1,
    .eleven-cols.col-md-1, .eleven-cols.col-sm-1, .eleven-cols.col-lg-1 {
        width: 100%;
        *width: 100%;
    }
    #family table th strong{
        font-size: 1.2em;
    }
    #family table th span {
        font-size: 0.8em;
    }
    #family table th,
    #family table td {
        font-size: 0.9em;
    }
    #footer .links ul li {
        padding: 5px 0px 5px 0px;
        border-top: none;
        border-bottom: 1px solid #777;
    }
    .dealerIcon {
        text-align: center;
        padding: 5px;
    }
    .tagline header {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    .tagline section {
        padding: 0px 15px 15px;
    }
    .tagline.tight section {
        padding: 0px 15px 5px;
    }
    .tagline.none section {
        padding: 0px 15px 1px;
    }
    .tagline section.large-panel {
        padding: 30px 15px 30px;
    }
    #family table {
        width: 100%; 
    }
        #family table.kick-left {
            width: 110%; 
            margin-left: -40px;
        }
    #owl-home div.owl-item .overlay .button {
	    margin: 25px auto 0;
    }
	/* Responsive Specifications */
	/* Force table to not be like tables anymore */
	.divSpecTabContent table, 
    .divSpecTabContent thead, 
    .divSpecTabContent tbody, 
    .divSpecTabContent th, 
    .divSpecTabContent td, 
    .divSpecTabContent tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.divSpecTabContent thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.divSpecTabContent tr { border: 1px solid #ccc; }

	.divSpecTabContent tr td:first-child { 
        font-weight: 600; 
		border: none;
		position: relative;
        text-align: center;
        background-color: #CCC;
	}

	.divSpecTabContent tr td:not(:first-child) {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30%;
		padding-bottom: 3px;
	}
	.divSpecTabContent tr td:last-child {
		border: none;
	}
	.divSpecTabContent td.blank {
		display:none;
	}

	.divSpecTabContent td:before {
		position: absolute;
		top: 2px;
		left: 6px;
		width: 25%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.divSpecTabContent > table > tbody > tr > td:nth-child(2):before { content: "STD"; }
	.divSpecTabContent > table > tbody > tr > td:nth-child(3):before { content: "OPT"; }

    #divSpecTabRow {
        padding-bottom: 16px;
    }
        #divSpecTabRow > table > tbody > tr > td:first-child {
            display: none;
        }
    .covervid-wrapper {
        display: none;
    }
    #interiors .color {
        display: inline-block;
        width: 120px;
        height: 140px;
        float: left;
        margin-right: 8px;
    }
    #footer {
        background-color: #000;
        padding-bottom: 100px;
    }
        #footer #footer-menu {
            margin: 0 auto;
            width: 250px;
            padding-left: 0px;
        }
            #footer #footer-menu div {
                width: 60px;
            }
            #footer #footer-menu b {
                margin-left: 5px;
            }
    #footer .boiler {
        padding-right: 0px;
    }
        #footer .boiler p {
            margin-right: 0px;
            color: #FFF;
            font-size: 1.1em;
        }
        #footer .boiler hr {
            display: none;
        }
    br.md {
        display: none !important;
    }
    br.sm {
        display: block !important;
    }
    #dealerDetails > div {
        border: solid 1px #ed1c24;
        padding: 0;
        margin: 15px;
    }
        #dealerDetails > div a {
            padding: 0;
            margin: 0;
        }
        #dealerDetails > div h3 {
            text-align: center;
        }
    #dealerDetails #dealer_path {
        text-align: center;
    }
    /*p {
		margin: 10px 15px;
    }
    .row p {
		margin: 10px 0px;
    }*/
    .find {
        padding: 0px 15px;
    }
    /*#MediaWrapper {
        margin-left: 15px;
        margin-right: 0px;
    }*/
    /*.tagline h1,
    .tagline h2 {
        margin-left: 15px;
        margin-right: 15px;
    }*/
    .tagline .row h1,
    .tagline .row h2 {
        margin-left: 0;
        margin-right: 0;
    }
    /*.Video.Tagline.Thumbs {
        margin-left: 15px;
        margin-right: 15px;
    }*/
    .tagline .row div[class^="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#side_icons, 
    #wrapper.fixed #side_icons {
	    right: -58px;
    }
}
@media (max-width: 480px) {
	#header .logo {
		width: 40%
	}	
    .tagline.image {
        min-height:250px;
    }
	h1 {
		font-size: 1.1em
	}
	h2 {
		font-size: 1.5em
	}
	h2.page {
		font-size: 3em;
		margin-top: .5em;
		text-align: center
	}
	h4 {
		font-size: 1.1em;
		margin-bottom: 1em
	}
	p {
		font-size: 1.1em;
		margin-bottom: 1em
	}
	ul {
		font-size: 1.1em;
        padding-left: 30px;
        margin-right: 15px;
	}
	#main {
		padding: 65px 0 0 0;
		/*padding: 1em*/
	}
	#main img, .grad-p {
		/*min-width: 250px;
		width: 100%	*/
	}
	#main img.icon {
		min-width: 30px;
		width: 30px
	}
	
	/*#header #menu {
		left: auto;
		right: 75px
	}*/
	#header #title1 {
		bottom: 100px;
		left: 1em
	}
	/*#wrapper #header #logo {
		margin: 0 auto;
		top: 2px	
	}*/
	.row {
		/*margin-bottom: 2em;*/
	}
	.row div.col_ .module {
		padding: 10px 0 15px 0
	}
	.row.home div.col_ {
		height: 100px
	}
	.row div.col_.evenMorePadding {
		padding: 2em !important;
	}
	#logo_tbl_wrapper, #drive_tbl_wrapper {
		width: 98% !important
	}
	.row.home div.col_ .box h3 {
		margin-top: 1em;
		margin-left:	 1em;
		text-align:	left
	}
	.row.home div.col_ .box:hover h3 {
		margin-top: 1em;
		margin-left:	 2em;
	}
	.nav {
		width: 18em	
	}
	.nav .mark {
		display: none	
	}
	.nav ul {
		font-size: 1em	
	}
	#footer {
		padding: 1em
	}
    #owl-home div.owl-item.active .small-button {
        position: fixed;
        top: 150px;
    }
    br.sm {
        display: none !important;
    }
    br.xs {
        display: block !important;
    }
    .find img {
        max-width: 100%;
        min-width: 100px;
    }
    #family table th.line img {
        display: none;
    }
    .contact a img {
        display: none;
    }
    .contact a h1 {
        display: block;
        padding: 15px;
    }
    .xd-benefits .xd-benefit-1, .xd-benefits .xd-benefit-2, .xd-benefits .xd-benefit-3, .xd-benefits .xd-benefit-4, .xd-benefits .xd-benefit-5 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 480px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #owl-home div.owl-item.active .small-button {
        top: 190px;
    }
}
