/*------------------------------------------------------------------
Project:	Vectus Car Dealership & Business HTML Template 
Version:	1.1
Last change:	02/08/15 [fixed Float bug, vf]
Author:	Janxcode
/*------------------------------------------------------------------
# [Color codes]
# Main Theme (Yellow): #ffcc00
# Main Theme (Black): #000
# Body Text: #666  
[Table of contents]
1.0 Reset
2.0 General
3.0 Body
4.0 Header
5.0 Navigation
6.0 Slider
7.0 Blog
8.0 Contact
9.0 Page
10.0 Footer
11.0 Inventory Page
12.0 Sidebar
-------------------------------------------------------------------*/
/*---------------------------------------------------------------
  

  /* Fontawesome Icon ========================================*/
  .jx-fontawesome-icon-list i {
    color: #000000;
    font-size: 14px;
    width: 30px;
    text-align: center;
  }
  /* Fontawesome Icon Listing Page */
  .jx-fontawesome-icon-list li{
    border:1px solid #eee;
    padding:10px;
  }
  .jx-fontawesome-icon-list li:hover{
    background:#f9f9f9;
  }
  .jx-fontawesome-icon-list li i{
    font-size: 20px;
    color:#666
  }
  .jx-icon-listing-1 li{
    float:left
  }
  .jx-icon-listing-1 .line-icon{
    color:#000 !important;
  }
  .jx-dark .line-icon{
    color:#000;
  }
  .jx-light .line-icon{
    color:#fff;
  }
  .jx-icon-listing-1.jx-light .line-icon{
    color:#fff !important;
  }
  

  /*--Tint Grey--*/
  .jx-darkgrey-bg{	
      background-color:#3a3a3b !important;
  }
  
  /*---------------------------------------------------------------
  [3.0 Body ]
  */
  .boxed{
    
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  .jx-padding-tiny{
    position: relative;
    padding-top: 21px !important;
    padding-bottom: 11px !important;
  }
  .jx-padding-small {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .jx-padding-big {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .jx-padding-top{
      padding-top:155px;
  }
  .no-bottom-padding{
      padding-bottom:0 !important
  }
  .no-top-padding {
    padding-top: 0px !important;
  }
  .jx-body-content {
    min-height: 100px;
  }
  .jx-container.jx-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .columns.jx-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
  .jx-container.jx-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .jx-container.jx-padding-top {
    padding-top: 80px;
    position: relative;
  }
  .jx-container.jx-padding-bottom {
    padding-bottom: 80px;
    position: relative;
  }
  .jx-container {
    min-height: 100px;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 9;
  }
  .parallax {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 600px;
    left: 0;
    top: 0;
    -webkit-background-size: 2000px 1175px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  .parallax-no {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 600px;
    left: 0;
    top: 0;
    -webkit-background-size: 2000px 1175px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  .container.container-margin .parallax{
    z-index: 0 !important;
  }

  /*---------------------------------------------------------------
  [9.0 Page ]
  ----------------------------------------------------------------*/
  
  /* Title Style#1 =============*/
  .jx-title{
      color:#ffffff;
  }
  .jx-section-title-1{
    text-align: center;
    margin-bottom: 30px;
  }
  .jx-section-title-1{
    text-align: center
  }
  .jx-title-top-line{
    border-top:3px solid #000;
    max-width:400px;
    margin:0 auto;
    margin-bottom:20px;  
  }
  .jx-section-title-1 .jx-subtitle {
      color: #333;
      font-size: 16px;
      max-width: 600px;
      margin: 0px auto;
      padding-top:40px;
  }
  
  
  
 
  
  
  
  
  
  