/***************************************************************************************** */
/* Universal styles                                                                        */
/* *************************************************************************************** */
body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
}

* {
    box-sizing: border-box
}

.mySlides {
    display: none
}
img {
    vertical-align: middle;
}

p{
    line-height: 190%;
}

a{
    text-decoration: none;
    color: teal;
}

/***************************************************************************************** */
/* MENU                                                                                    */
/* *************************************************************************************** */

#menu{
    background-color: #4d94ff;
    height: 100px;

}

#menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#menu li{
    display: inline-block;
}

#menu a{
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 100px;
    color: #ffffff;

    padding: 0 40px;
    border: none;
    display: block;
}

#menu a:hover{
    background-color: #333333;
}

/***************************************************************************************** */
/* HEADER                                                                                  */
/* *************************************************************************************** */

#header{
    padding: 60px 0px 40px 0;
    background-color: #333333;
    text-align: center;
}

#header h1{
    letter-spacing: 0.1em;
    font-size: 44px;
    color: #ffffff;
}

#header p{
    letter-spacing: 0.1em;
    color: #ffffff;
}

/***************************************************************************************** */
/* slideshow-container                                                                     */
/* *************************************************************************************** */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .active {
    background-color: #717171;
  }
  
  .mySlides fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }

/***************************************************************************************** */
/* PAGE                                                                                    */
/* *************************************************************************************** */

#page{
    min-height: 400px;
    padding: 20px;
}

#page h2{
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #16a085;

}

#content{
    float: left;
    width: 70%;
}



#sidebar{
    float: right;
    width: 25%;
}



ul.styled{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.styled li{
    border-top: solid 1px #e5e5e5;
    padding: 14px 0px;
}

/***************************************************************************************** */
/* FOOTER                                                                                  */
/* *************************************************************************************** */

#footer{
    width: 100%;
    height: 450px;
    background-color: #1e1b1a;
    padding-top: 25px;
    padding-left: 22px;
    clear: both;
}

#footer h2{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

#footer p{
    color: #adadad;

}

#footer a{
    color: #adadad;
}

#box1{
    float: left;
    width: 30%;
    padding-right: 30px;
}

#box2{
    float: left;
    width: 30%;
    padding-right: 30px;
}

#box3{
   float: right;
   width: 30%;
   padding-left: 30px; 
}

/***************************************************************************************** */
/* COPYRIGHT                                                                               */
/* *************************************************************************************** */

#copyright{
    width: 100%;
    height: 130px;
    text-align: center;
    background-color: #4d94ff;
    padding-top: 55px;
    clear: both;
}

#copyright p{
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

/***************************************************************************************** */
/* GALLERY                                                                                 */
/* *************************************************************************************** */

#gallery img{
	width: 120px;
	margin: 12px; 
	-moz-transition: -moz-transform 0.5s ease-in;
	-webkit-transition: -webkit-transform 0.5s ease-in;
	-o-transition: -o-transform 0.5s ease-in;
}

#gallery img:hover{
	-moz-transform :scale(3);
	-webkit-transform: scale(3);
	-o-transform: scale(3);
}

/***************************************************************************************** */
/* CARS FOR SALE                                                                           */
/* *************************************************************************************** */

.inventory-m1 .vehicle-section {
    color: white;
    margin-left: 0;
}

/***************************************************************************************** */
/* FINANCE                                                                                 */
/* *************************************************************************************** */

.h3, h3 {
    font-size: 24px;
}

#panel {
    background-color: #f5f5f5;
}

.panel-heading {
    border-radius: 0;
    background-color: #ddd;
}

.panel-title {
    padding: 5px 0;

}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}