html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #b3d4fd; color:#fff; text-shadow: none; }
::selection { background:#b3d4fd; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #b3d4fd; } 


html { overflow-y: auto; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


 /* Primary Styles
    Author: 
 */











/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

}

/** 

Standard column elements for DevHub themes 

<div class="columns">
    <div class="columns-inner clearfix">
        <div class="col_2_1 col">
            <div class="col-padding">
                <div class="col-inner">
                    FIRST COLUMN
                </div>
            </div>
        </div>
        <div class="col_2_2 col">
            <div class="col-padding">
                <div class="col-inner">
                    SECOND COLUMN
                </div>
            </div>
        </div>
    </div>
</div>

**/

.columns-inner { width:100%; }
.col { 
    float:left;
    overflow:hidden;
}
.col-inner { overflow:hidden; }
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    _display:block;
    zoom:1;
}
.col_1_1 .col-padding,
.col_2_2 .col-padding,
.col_3_3 .col-padding {
    padding-right:0 !important;
}

/* Make sure images don't expand outside the columns */
.article img,
.imgwrap img {
    max-width:100%;
    overflow:hidden;
}

/* New multi column code */
.sb-row {
    position: relative;     /* for a defined height */
    display: inline-block;  /* for a defined height */
    width: 100%;            /* expand to parent's width */
}
.sb-col {
    float: left;
}
.modal-open .popover {
  z-index: 2060;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  width: 280px;
  text-align: left;
  padding: 3px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  display: none;
  visibility: hidden;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}
.popover-content .form {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

#sitelogo #logotext { font-family: DroidSansRegular,Helvetica,Arial,serif; }

.col-padding { padding-right: 0; }
.box,
.image-wrap {
    margin-bottom: 0px;
}
.box {
    /*padding: 9px 0;*/
    margin: 9px;
}
.col-inner {
    /*border-right: 1px solid #ccc;*/
    padding-right: 18px;
}
.col_2_2,
.col_3_3 {
    margin-right: -1px !important; /* Fix for ie7 @ 850px width */
}
.col_1_1 .col-inner,
.col_2_2 .col-inner,
.col_3_3 .col-inner {
    border: 0;
}
.image-wrap {
    padding: 7px 14px;
}
.image-wrap img {
    display: block;
}
.box-inner {
}

#hero {
    margin-top: -25px;
}

body {
    text-align: center;
    background: #ffffff;
}


/* Navigation */
#nav {
    background: #245a9c;
    max-height: 55px;
    overflow: hidden;
}
.nav-inner {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    display: block;
    margin-right: 28px;
    float: left;
    padding: 20px 0 0;
    font-size: 16px;
}
#nav li a {
    color: #bfbfbf;
    text-decoration: none;
}
#nav li a:hover,
#nav li.selected a {
    color: #ffffff;
}
#nav li.selected a {
    font-weight: bold;
}
#nav li .arrow-wrapper {
    visibility: hidden;
}
#nav li.selected .arrow-wrapper {
    visibility: visible;
}

.mobile-nav {
    background-color: #333;
    text-align: left;
    font-size: 15px;
    display: none;
}
.mobile-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-bottom: 1px solid #999;
}
.mobile-nav li:last-child a {
    border-bottom: 0;
}
.mobile-nav ul {
    display: none;
    margin: 0;
    padding: 0;
}
#mobile-nav-menu {
    display: block;
    text-align: center;
    font-weight: bold;
}
#mobile-nav-menu i {
    margin-right: 4px;
}


/* Header */
#header {
    border-bottom: 1px solid #cfcbaa;
    padding: 20px 0 50px;
}
@media only screen and (max-width: 960px) {
    #header {
        display: inline-block;
    }
}
.header-inner {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}
.logo-wrapper {
    float: left;
}
.tagline {
    font-size: 15px;
    color: #000000;
    margin-top: 7px;
}
#sitelogo a {
    color: #000;
    text-decoration: none;
}
#logotext {
    font-size: 42px;
}

/* Body */
#body {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}


/* Footer */
#footer {
}
.footer-inner {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0 45px;
}
.footer-nav {
    float: left;
}
.company-info {
    float: right;
    text-align: right;
}
#footer a {
    color: #000000;
}
#footer p {
    color: #000000;
    font-size: .9em;
}


/* Content */
.content a {
    color: #000000;
}
.content a:hover {
    color: #245a9c;
}
.content address,
.content p,
.content ul,
.content ol,
.content h2,
.content h3,
.content h4,
.content h5 {
}
.content h2,
.content h3 {
    color: #245a9c;
    margin: 7px 0;
}
.content h1 {
    font-size: 28px;
}
.content h2 {
    font-size: 18px;
}
.content h3 {
    font-size: 16px;
}
.content address,
.content p,
.content ul {
    font-size: 14px;
    line-height: 1.3em;
    color: #000000;
}
.content address,
.content p,
.content ol,
.content ul {
    margin-top: 7px;
    margin-bottom: 7px;
}
.content ol,
.content ul {
    margin-left: 35px;
    list-style-position: inside;
}


/* Headlines */
.contact-form h2,
.headline h1,
.headline h2,
.headline h3 {
    color: #245a9c;
    padding: 7px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3px;
    font-weight: normal;
}
.headline h1 {
    font-size: 2em;
}
.headline h2 {
    font-size: 1.7em;
}
.headline h3 {
    font-size: 1.4em;
}


/* Forms */
.form {
    padding: 5px 0;
    background-color: #245a9c;
}
.form.padded {
    padding: 14px;
}
.form-headline h2 {
    color: #ffffff;
    padding: 7px 0;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 20px;
}
.form label {
    display: block;
    float: left;
    width: 30%;
    font-weight: bold;
    font-size: 15px;
    padding: 7px 7px 7px 0;
    color: #ffffff;
}
.form input[type=email],
.form input[type=text],
.form textarea {
    float: right;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 1.2em;
    width: 60%;
    color: #222;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow: inset 0 0 10px #ddd;
}
.form input[type=email]:hover,
.form input[type=text]:hover,
.form textarea:hover {
    border-color: #245a9c;
}
.form p {
    clear: both;
    padding: 6px 0 0;
}
.form .submit {
    text-align: right;
}
.form .submit input {
    padding: 5px 10px;
    font-size: 14px;
    background: #eee; /* old browsers */
    background: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#CCCCCC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC',GradientType=0 ); /* ie */
    color: #245a9c;
    border: 1px solid #bbb;
    text-shadow: 0 1px 0 white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    display: inline-block;
}
.form .submit input:hover {
    border-color: #245a9c;
}


.item {
    padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
    margin-right: 9px;
    margin-left: 9px;
}
.item.last {
	padding-bottom:0;
	border:0;
}
.item .title {
	margin:0;
	padding:0 0 6px;
}
.item h3 {
	font-size:.9em;
}
.item p {
	font-size:.9em;
	margin:0;
	padding-bottom:6px;
}
.item .graphic {
	float:left;
	margin-right:15px;
	margin-bottom:6px;
	position:relative;
}
.item .graphic img {
	width:60px;
	height:60px;
	border:3px solid #fff;
}
.item .meta {
	color:#555;
}
.item .meta a,
.item .meta span,
.item .social a {
	margin-right:5px;
	text-decoration: none;
}

.item .meta a:hover,
.item .social a:hover {
	text-decoration: underline;
}

.item .rating {
	position:absolute;
	top:10px;
	right:0;
}


/* Gallery */
.gallery-item {
    float: left;
    display: block;
    width: 175px;
    height: 175px;
    text-align: center;
    line-height: 175px;
    font-size: 175px;
    margin: 10px;
}
* > .gallery-item {
    font-size: 1em;
}
.gallery-item img {
    max-height: 175px;
    max-width: 175px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid transparent !important;
    cursor: hand;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}
.gallery-item:hover img {
    border-color: #222 !important;

    -moz-box-shadow: 2px 2px 5px #777;
    -webkit-box-shadow: 2px 2px 5px #777;
    box-shadow: 2px 2px 5px #777;
}


/* Misc */
.clear {
    clear: both;
    display: block;
}
.site-messages ul {
    margin: 0;
    padding: 0;
}

/* Arrows */
.arrow-wrapper {
    display: block;
    text-align: center;
}
.arrow-n {
    border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 15px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}
.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  bottom: 0.25em;
}

/* Coupon printing */
.coupon_print_mode {
    height: 0;
    overflow: hidden;
}
.coupon_print_mode .sb-row {
    position: static;
}
.coupon_print_mode .to_print {
    position: absolute;
    top: 0;
    left: 0;
}

@media print {

body {
    background: #fff;
}
#nav {
    display: none;
    visibility: hidden;
}
#header {
    border-width: 3px;
    padding-bottom: 15px;
}
#body {
    width: 100%;
    margin: 0;
}
.logo-wrapper {
    float: none;
}

}


@media only screen and (max-width: 700px) {
    body {
        /*padding: 10px;*/
    }
    
    #header {
        display: block;
    }

    #header,
    #body,
    .container-inner,
    .footer-inner,
    .header-inner,
    .nav-inner {
        width: auto;
    }
    .box {
        margin-bottom: 30px;
    }

    .nav-inner {
        text-align: center;
    }

    #nav {
       width:auto;
       max-height: none !important;
       display: none;
    }

    #nav li {
        font-size: 14px;
        margin-right: 0px !important;
        display: inline-block;
        float: none; 
    }

    #nav li a {
        margin: 0 12px;
        line-height: 35px;
    }
   
    #nav li.selected .arrow-wrapper{
        display: none;
    }
    #nav li .arrow-wrapper{
        display: none;
    }
    
    .mobile-nav {
        display: block;
    }

    .logo-wrapper {
        float: none;
    }

    .logo-wrapper {
        display: block;
        text-align: center;
        max-width: 100%;
    }

    .logo-wrapper img {
        max-width: 100% !important;
    }

    .sb-col {
        float: none;
        margin-bottom: 15px;
        width: auto !important;
        overflow: hidden;
    }
    .content h1 {
        font-size: 20px;
    }
    .content img {
        max-width: 100%;
    }

    /* footer */
    .footer-nav,
    .company-info {
        float: none;
        display: block;
        width: auto;
        text-align: center;
    }
}

/* Multilistings */
@media only screen and (max-width: 700px) {

    .multilistings-list,
    .multilistings-map {
        float: none;
        min-height: 0;
        width: auto;
    }

    .multilistings-phone {
        float: none;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .multilistings-phone a {
        color: #fff;
        text-decoration: none;
    }

    .multilistings-address {
        font-size: 13px;
        display: block;
    }
}

@media only screen and (max-width: 320px) {
    .multilistings-map {
        display: none;
    }
}

.cta {
  float: right;
  text-align: right;
  max-width: 400px;
}
.cta-inner {
  color: #000000;
  padding-left: 45px;
  padding-bottom: 10px;
  
  background: url(https://dl.dropbox.com/u/1711421/theming-assets/autodealer/phone-icon.png) 0 7px no-repeat;
  
}
.cta-inner a {
  color: #000000;
  text-decoration: none;
}
.cta-phone {
  font-size: 38px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 3px;
}
.cta-label {
  padding-top: 4px;
  font-size: 20px;
}
.cta-service-area {
  color: #000000;
  font-size: 14px;
}
.cta-social {
  padding-top: 8px;
}
.cta-website-link {
  font-size: 16px;
  padding-top: 4px;
}
.cta-website-link a {
  color: #000000;
}

@media print {
  .cta-social,
  .cta-website-link {
    display: none;
  }
  .cta {
    float: none;
    text-align: left;
  }
  .cta-inner {
    padding-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .cta {
    float: none;
    display: block;
    text-align: center;
    max-width: none;
  }
  .cta-inner {
    margin: 20px 0;
    display: inline-block;
    padding-left: 0;
    background-image: none;
  }
  .cta-social {
    display: none;
  }
}
/* Hero */
#hero {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  text-align: left;
  position: relative;
  display: inline-block;
}
.hero-inner {
  height: px;
  margin-bottom: 25px;
}
.full-width-hero-image,
.left-hero-image,
.top-right-hero-image,
.bottom-right-hero-image {
  background-size: cover;
  background-position: center;
}
.full-width-hero-image {
  width: 960px;
  position: relative;
}
.left-hero-image {
  overflow: hidden;
  height: 384px;
  
      border-right: 3px solid #000000;
  
  width: 640px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left-hero-image img {
  display: none;
}
.top-right-hero-image {
  width: 320px;
  
      border-bottom: 2px solid #000000;
  
  height: 192px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-right-hero-image {
  width: 320px;
  
      border-top: 1px solid #000000;
  
  height: 192px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hero-side-images {
  width: 320px;
  height: 384px;
  float: right;
}
.hero-contact-form {
  width: 320px;
  height: 384px;
  float: right;
  background: #245a9c;
}
.hero-headline {
  background: url('/img/upload/transparent-black-60.png') top left repeat;
  position: absolute;
  z-index: 1;
  
      bottom: 0;
  
  left: 0;
  color: #ffffff;
  font-size: 26px;
  width: 100%;
  
      text-align: left;
  
}
.hero-headline a {
  color: #fff;
}
.hero-headline.with-contact-form {
  width: 640px;
}
.hero-headline-inner {
  padding: 10px 12px;
}  

/* Media queries */
@media print {
  #hero {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 700px) {
  #hero {
    width: 100%;
  }
  .full-width-hero-image {
    height: 100%;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
  }
  .full-width-hero-image img {
    height: auto;
    width: 100%;
  }
  .top-right-hero-image,
  .bottom-right-hero-image {
    background-size: cover;
  }
  .hero-side-images {
    height: auto;
  }
  .left-hero-image {
    height: 196px;
    width: 67%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left-hero-image img {
    height: 100%;
    display: none;
  }
  .left-hero-image.with-contact-form img,
  .left-hero-image.with-contact-form {
    width: 100%;
    height: auto;
  }
  .left-hero-image.with-contact-form img {
    display: block;
  }
  .hero-side-images {
    width: 33%;
  }
  .top-right-hero-image,
  .bottom-right-hero-image {
    height: 98px;
    width: 100%;
  }
  .hero-headline.with-contact-form,
  .hero-headline {
    width: 100%;
  }
  .hero-contact-form {
    display: block;
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .full-width-hero-image img {
    max-width: 100%;
    height: auto;
  }
  .hero-side-images {
    width: 32%;
  }
  .top-right-hero-image,
  .bottom-right-hero-image {
    height: 59px;
  }
}