﻿  *{
    margin:0;
  }
  body{
	background: url('images/background_fade.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
  h1, h2, h3, p{
    font-family: open sans,sans-serif;
    font-weight: normal;
  }
  p{
    font-size: 16px;
  }
  main{
  	width:980px;
  	margin:0 auto;
  	background-color: #000;
  }
  header{
  	height:90px;
    border-bottom: solid 10px #d70023;
  }
  header img{
    float:left;
    width:181px;
    height: 62px;
    margin: 10px 10px 10px 10px;
  }
  #address{
  	margin: 10px 0 10px 0px;
	float: left;
  }
  
  #address p{
	color: #ffffff;
	font-size:12px;  
  }
  header ul{
    padding: 30px 10px;
  }
  header ul li{
    /*display: block;
    float:left;
    color:#fff;*/
    display: inline-block;
    padding: 0 20px;
    color: #A0A09F;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.4s ease 0s;
  }
  header ul li a{
    text-decoration: none;
    color:#A0A09F;
  }
  header ul li a:hover{
    color:red;
  }
  header ul li a.active{
    background-color:#d70023;
  }

  #banner{
  background-image: url("images/carBg.jpg");
  width: 980px;
  height:334px;
  object-fit: cover;
  }

  #banner h1{
    font-size: 96px;
    font-family: open sans,sans-serif;
    font-weight: normal;
    text-align: right;
    color:white;
    padding: 120px 30px;
    letter-spacing: -0.02em;
    line-height: 0.5em;
  }
  #banner h1 span{
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 0.5em;
  }
  
 
  
  #content {
    /*height: 300px;*/
    padding: 15px auto;
    background-color: white;
    /*text-align: center;*/
    overflow: auto;
  }
  #content .img{
    width: 786px;
    height: 76px;
    padding: 15px auto;
    object-fit:cover;
  }

  #leftCol{
    width:500px;
    float:left;
    box-sizing:border-box;
    padding: 20px;
  }

  #rightCol{
    width:433px;
    float:right;
    box-sizing:border-box;
    padding: 20px;

  }
  
  #combineCol{
	width:933px;
	box-sizing:border-box;
	padding: 20px;
  }

  footer{
    height:60px;
    padding:10px;
  }
  footer img{
    width: 52px;
    height: 52px;
    object-fit: cover;
    float:left;
  }
  footer #yelp{
    color: #525559;
    float: left;
    width:200px;
  }
  footer p{
    color:#525559;
    font-size: 12px;
    font-weight: bold;
    padding-top:22px;
  }
  footer #yelp a{
    display:block;
    vertical-align: middle;
    color:#525559;
    text-decoration: none;
    
  }
   .my-slider{
    width:445px;
    /*width:560px;*/
    height: 130px;
    margin:20px auto;
    /*background-image: url('images/fade_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;*/
  }
  .my-slider li{

    background-image: url('images/quoteBg.png');
    background-repeat: no-repeat;
  }
  .my-slider p{
    font-family: open sans,sans-serif;
    font-size:14px;
    display: block;
    width:330px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 40px auto 0 auto;
    font-style:italic;
    text-align: center;
    color:#525559;
  }
  .animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#scrollSlider {
  width: 900px;
  margin: 0 auto;
}

#scrollSlider .scroll-slider-wrapper,
#scrollSlider .thumbnails,
#scrollSlider .scroll-bar {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 600px;
  max-height: 600px;
}

#scrollSlider .scroll-slider-wrapper { width: 70%; }

#scrollSlider .slide {
  width: 600px;
  height: 600px;
  text-align: center;
}
 
#scrollSlider .thumbnails {
  width: 16%;
  height: 455px;
  margin-top: 70px;
}

#scrollSlider .thumbnails .thumb-image-wrapper {
  margin: 5px;
  overflow: hidden;
  height: 128px;
}

#scrollSlider .thumbnails .thumb {
  position: relative;
  height: 138px;
  width: 138px;
  overflow: hidden;
  border: 1px solid black;
  margin: 10px 0 10px 0;
}

#scrollSlider .thumb .thumb-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131313;
  opacity: 0;
}
 
#scrollSlider .thumb .thumb-shadow span {
  width: 32px;
  height: 32px;
  background: url("../img/zoom.png") no-repeat 0 0;
  position: absolute;
  bottom: 10px;
  left: 40%;
}

#scrollSlider .thumb .thumb-shadow:hover { opacity: 0.5; }

#scrollSlider .scroll-bar {
  width: 10px;
  border-right: 1px solid red;
  border-left: 1px solid red;
  margin: 0 20px;
  padding: 10px 0;
  position: relative;
}
 
#scrollSlider .scroll-bar .scroll-button {
  width: 8px;
  height: 80px;
  background-color: red;
  margin: 0 auto;
}
 
#scrollSlider .slides img {
  display: inline-block;
  max-width: 600px;
  max-height: 600px;
  vertical-align: middle;
}
 
#scrollSlider .img-middle-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
