@charset "utf-8";

html {

}
body {
    font-family: 'Lato', sans-serif;
    font-size:1em;
    color: #000;
/*    padding-top: 41px;*/
}    

body,html{

}

a:link {	
    color: #064791;
/*    text-shadow: 1px 1px #C9C9C9;*/
	text-decoration: none;
	font-weight: normal;
	font-style: normal;   
}

a:visited {
    color: #064791;
/*    text-shadow: 1px 1px #C9C9C9;*/
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover {
    color: #064791;
/*    text-shadow: 1px 1px #C9C9C9;*/
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/*.navbar-nav > li > .dropdown-menu { background-color: #494949; }
.navbar-nav > li > .dropdown-menu a:link {   color: #fff;  }
.navbar-nav > li > .dropdown-menu a:visited { color: #fff; }
.navbar-nav > li > .dropdown-menu a:hover { color: #000; }*/
p {
    font-size:1.2em;
    line-height:1.2em;
    margin:0.1em 0;
    padding:0;
    color:#333333;
    font-family: 'Lato', sans-serif;
}

.border {
    border: 1px solid #000 !important;
}

.req_box {
    margin: .1em .1em .1em .1em;
    padding: .9em .9em .9em .9em;
    border: 2px solid #FF0000;
    color:#ff0000;
}
.top_horizontal_menu {
    min-height: 8px;
    float:none; 
    padding:2px 0 2px 0;
    background-color: #016EAD;
}

.top_horizontal_menu_text {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
.head-bar {
    background-color:#016EAD !important;
    border-bottom:0;
    min-height:50px;
}

.headerBg {
    min-height:40px;    
    max-height:131px;    
}

.headerLogo {
    width:100%;
    min-width:80px;
    max-width:123px;  
}

.logo {  
    width: 100%;
    height: auto !important;
    min-width:80px;
    max-width:123px;
    max-height:131px;
    width: auto\9; 
}

.header_main {
    margin: auto auto .4em auto;
    padding:0;
    font-size: 2em;
    font-weight: bold;
}

.footer1 {
    background-color: #fff; 
}
.footer2 {
    background-color: #fff;
    min-height:51px;
}
.footer_top {
    padding-top:1em;
    min-height:11px;  
    background-color: #fff;   
}
.footerLogo {
    display:inline-block; 
    border:#999 dotted 0px;
    vertical-align:top;
}
.logo-footer {  
    width: 100%;
    height: auto !important;
    min-width:80px;
    max-width:123px;
    max-height:131px;
    width: auto\9; 
}
.footer_logo {  
    width: 100%;
    height: auto !important;
    max-height:131px;
    width: auto\9; /* ie8 */
    background-color: #fff !important;
}
.footertxt {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.footerlnk:link {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: 16px
}

.footerlnk:visited {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: 16px;
}

.footerlnk:hover {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: 16px;
}

.footerlnk2:link {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;		
    font-size: 16px;
}

.footerlnk2:visited {
    color: #919191;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;		
    font-size: 16px;
}

.footerlnk2:hover {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;		
    font-size: 16px;
}
.footerlnk3:link {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: 16px;
}

.footerlnk3:visited {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: 16px;
}

.footerlnk3:hover {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: 16px;
}
INPUT.submitBtn {
    background: #016EAD; 
    background-image: linear-gradient(to right, #0281cb 10%, #016EAD 90%);
    color:#fff;
    font-size: 14px !important; 
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;  
    box-shadow: 0 5px 4px 0 rgba(0,0,0,0.15);
    letter-spacing: 4px;      
}
INPUT.submitBtn:hover {
    background: #0281cb; 
    cursor: pointer;
}
.buttonMenuLnk {
    background: #028fe5;  
    color:#fff;
    margin-bottom:0;
    font-size: 18px; 
    font-weight: 600;
}

.buttonMenuLnk:link {
    background: #028fe5; 
    color:#fff;
    margin-bottom:0;
    font-size: 18px; 
    font-weight: 600;
}

.buttonMenuLnk:visited {
    background: #028fe5; 
    color:#fff;
    margin-bottom:0;  
    font-size: 18px; 
    font-weight: 600;  
}

.buttonMenuLnk:hover {
    background: #028fe5; 
    color:#fff;
    margin-bottom:0;
    font-size: 18px; 
    font-weight: 600;  
}

.buttonMenuLnk2 {
    background: #fff;  
    font-size: 12px; 
    font-weight: 400;
    font-family: "Lato",sans-serif; 
    border: 1px solid #000;
    text-transform: uppercase;        
}
.buttonMenuLnk2:link {
    color:#000;    
    box-shadow: 0 5px 4px 0 rgba(0,0,0,0.15);
    letter-spacing: 1px;   
}

.buttonMenuLnk2:visited {
    color:#000;    
    letter-spacing: 1px;        
}

.buttonMenuLnk2:hover {
    color:#FFF;    
    background: #000;
    text-decoration: none;
    letter-spacing: 1px;
}

/*.topMenuItem1:link {
	color: #fff !important;
	text-decoration: none;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

.topMenuItem1:visited {
	color: #fff !important;
	text-decoration: none;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

.topMenuItem1:hover {
	color: #fff !important;
	text-decoration: none;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;        
}    */

.accordion-head {
    color: #000;
    background-color: #f1f1f1;
    font-size: 1.3em;    	
    cursor: pointer;  
}

.accordion-content {
}

.menuboxhead {
    color: #000;
    background-color: #f1f1f1;      
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;    
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    border-left: 1px solid #ccc;	
    padding-top: .2em;
    padding-left: .6em;
    padding-bottom: .2em;      
}

.menuBoxCnt {
	border: 1px solid #ccc;
        padding-right: 1em;
        padding-left: 1em;
}
.bg-content-1 {
    background-color:#f5f5f5;    
}
.img_border {
    border: 1px solid #ccc;
}

.veh_title_base {
     
}
.veh_title {
    font-size:1.5em; 
    color: #000;
    margin:auto auto auto auto;
    padding:0;
    font-weight:400;     
  
}
.veh_topline {
    font-size:12px;
    line-height: 18px;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 5px 2px rgba(0,0,0,0.25);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1em;
/*    
    border: 1px solid #03346c;
    background-color: #fffdfb;
    padding-top: 1em;
    padding-bottom:1em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;       
*/
}
.veh_box {

}
.veh_edge {
    background-color:#fff;
    border: 1px solid #fff;
/*    
    min-height:500px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;       
*/
}
.veh_edge:hover {  
    border: 1px solid #dddddd;
    box-shadow: 0 3px 5px 2px rgba(0,0,0,0.25);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;       
}
.veh_img {
    border: 1px solid #bebebe;
/*    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;     
    width:800px;
*/
}

.vehiclePhotoBox {

}
.veh-price {
    color: #41b61c;
    font-weight:bold;    
    font-size: 2em;
}
.search1-input {
    font-size: 1em !important;
    padding: 1.75em !important;
    border: 1px solid #309a0d !important; 
    color: #000;
    
}
.search1-input::placeholder {
  color: #777777;
  font-size: 1em;
  font-style: normal;
}
.search1-text {
    font-weight:bold;
    font-size:1em;
    line-height:1em;
    margin-top:.6em;    
    color: #777777
}

table {
    width:100%;
    border:0;
}
td { 
    display:block !important;
    clear:both;
    width: 100% !important;
}  
td img {
    max-width:100% !important;
    height:auto;
    display:block;
    padding:.2em;
} 

#videobanner #videooverlay {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;  
}

.req_box {
    margin: .1em .1em .1em .1em;
    padding: .9em .9em .9em .9em;
    border: 2px solid #FF0000;
    color:#ff0000;
}
.reqvalue {
    color:#ff0000;
    font-size:1.2em;
    line-height:.8em;    
}
.req_box_field {
    border: 2px solid #FF0000;
    color:#ff0000;
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
.buttonMenuLnk2:link {
    letter-spacing: 3px;   
}

.buttonMenuLnk2:visited {
    letter-spacing: 3px;        
}

.buttonMenuLnk2:hover {
    letter-spacing: 3px;
}
#videobanner #videooverlay {
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;  
}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {   

#videobanner #videooverlay {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;  
}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
.containerL { width: 100%; max-width: 1000px; margin: 0 auto; }
.containerL2 { width: 100%; max-width: 1280px; margin: 0 auto; }
.containerL3 { width: 100%; max-width: 1620px; margin: 0 auto; } 

body { 
    padding-top: 0; 
}
/*
.dropdown-menu {
  margin-top: 0;
}    
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
*/
    /*Without this, clicking will make it sticky*/
    /*pointer-events: none;*/
/*}*/
.headerBg {
    min-height:90px; 
}
.headerLogo {
    width:100%;
    min-width:80px;
    max-width:123px;      
    margin:0 auto 0 auto;   
}
.logo {  
    min-width:80px;
    max-width:123px;
}
.buttonMenuLnk2 {
    background: #fff;  
    font-size: 14px; 
    font-weight: 400;
    font-family: "Lato",sans-serif; 
    border: 1px solid #000;
    text-transform: uppercase;   
    padding:.8em 2.2em .8em 2.2em !important;  
    margin-right:9em;    
}
.buttonMenuLnk2:link {
    color:#000;    
    box-shadow: 0 5px 4px 0 rgba(0,0,0,0.15);
    letter-spacing: 3px;   
}

.buttonMenuLnk2:visited {
    color:#000;    
    letter-spacing: 3px;        
}

.buttonMenuLnk2:hover {
    color:#FFF;    
    background: #000;
    text-decoration: none;
    letter-spacing: 3px;
}

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}



