body {
    /*background:  url("img/junes-car.jpg") no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

  /* Background color  */ 
.panel { max-width: 72.5em; margin: 0 auto;  background-color:#fff; }

.top-bar,
.top-bar ul {
	background-color: #000; }  /*large version of top bar*/
.top-bar a {
	color: #fff; }
.title-bar {
  background: #000; }  /* mobile version of top bar*/
  
  .top-bar ul {        /*button text size*/
    background-color: 000; 
	font-size: .9em;
	font-weight:bold;}
	
.dropdown.menu .submenu {   /*background of menu dropdown*/
  background: #000;
  border: 1px solid #cacaca; }

.menu-text {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }
   
.title
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight:600;
   }

.details
{
   font-size: .9rem;
}    
.pdescription
{
   font-size: .98rem;
   color:#c3512f;
}  
.lowinventory
{
   font-size: .96rem;
   color:#cc0000;
   padding-left: 15px;
   line-height:1.3em;
   
}   
  .left
{
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
}

.container
{
    float: right;
    width: 250px;
    height: 200px;
    overflow: hidden;
    padding: 0px 10px 20px 10px;
}

.container img
{
    width: 100%;
	
}
  /*Date Box*/
.event-date {
  width: 6rem;
  margin: 0 auto 1rem;
  display: table-cell;
  width: auto;
  padding-right: 2rem;
  padding-top: 2rem;
   }
  .event-date .event-month {
    margin: 0;
    background: #eee;
    padding: 0.5rem 1rem; /*width of calendar*/
    text-align: center; }
  .event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 1.3rem;
    text-align: center;
    font-size: 1.8rem; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {	
	.event-date .event-month {
    margin: 0;
    background: #eee;
    padding: 0.5rem .5rem;
    text-align: center;
	font-size: .9rem; }
	
  .event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 .2rem;
    text-align: center;
    font-size: 1.1rem; }
	}
	
 /*Photo fit for portrait and landscape*/
.photofit
{
    position: relative;
	margin-right: 1rem;
    width: 250px;
    height: 190px;
    overflow: hidden;
    float: left;
	}
.photofit img
{
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-right: 1px;
	}
.photofit img.portrait
{
    width: 100%;
    height: auto;
}
.button
{
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 3em;
    margin: 0 1rem 1rem 0;
    font-size: 0.9rem;
    background: #2199e8;
    color: #fff;
}
.full-width {

  max-width: 1400px;

}

.row {

  max-width: 1200px; }



.footer {

  background-color: #292c2f;
  text-align: center;
  font-size: 1.2rem;
  padding: 4rem; }

.footer .inline-list a {

	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-color: #33383b;
	border-radius: 2px;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin: 0 3px 0 0; }

.footer .contact {

	list-style-type: none;
	margin: 0;
	text-align: left;
	color: #fff; }

.footer .contact li {

    margin-bottom: 2rem; }

.footer .contact li p {

        padding-left: 3rem; }   /*moves icon over to left*/

.footer .contact i {

	position: absolute;
	background-color: #33383b;
	color: #fff;
	font-size: 2rem;
	border-radius: 50%;
	line-height: 1;
	margin: 0 0 0 -4rem;
	vertical-align: middle;
	padding: .25em .45em; }

.footer .copywrite {

    color: #8f9296;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }

.footer .about {

    color: #92999f;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }

.footer .footer-links a {

    list-style: none;
    font-weight: normal;
    color: #fff;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem; }

.footer .footer-links a::after {

	content: "•";
	padding: 0 0.2rem 0 0.4rem; }

.footer .footer-links a:last-child::after {

	content: "";
	padding: 0 0.4rem 0 0.8rem; }

  @media only screen and (min-width: 40.063em) {

    .footer p {

      text-align: left; }

    .footer .social {

      text-align: left;
      margin: 0; }

    .footer .contact {

      text-align: left;
	  margin: 0; }

     .footer .contact > i {

        margin-right: 1rem; } }

.logo {

  color: #fff;
  font-size: 1.5rem; }

.logo i {

    margin-right: 0.5rem; }

