/****  HELPERS¨****/


/**** *GENERAL  ***/
body, html{
	font-size: 18px;
	line-height: 23px;
	font-family: 'Lato', sans-serif;
	color:#333;
	padding:0px;
	margin:0;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
    opacity: 0.5;
}

.home-head{
	font-size:25px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-style: italic;
}


ul.sidebar-nav{
	list-style: none;
	margin-top:130px;
}

ul.sidebar-nav.no-header{
	margin-top:0px;
}

ul.sidebar-nav.no-header .logo{
	max-width: 75%;
	margin-bottom:40px;
}

ul.sidebar-nav .glyphicon{
	top: -15px;
    left: -10px;
}

.sidebar-nav .btn-default:focus, .sidebar-nav .btn-default:hover {
    background-color: #000;
    color: #fff;
}

.sidebar-nav .btn-default, .sidebar-nav .btn-default{
    background-color: #000;
    color: #fff;
    width: 150px;
    text-shadow: none;
     background-image: none;
    border-color: #dbdbdb;
  }


/**** HEADER ****/
header{
	height:80px;
	position: absolute;
	width: 100%;
	background-color: #333;
	z-index: 9999;
	border-bottom: 1px solid #9cd4d8;
	padding: 0 ;
}


header img{
	max-height:78px;
	width: auto;
	margin-left:-18px;
}

header .btn-default{
	background-color: #9cd4d8;
	right:0;
	position:absolute;
	top:23px;
	color:#333;
	background-image: none;
}

header .btn-default a{
	color:#333;
}

/***HOME**/

#main{
	margin-top:-10px;
	font-size: 1.2rem;
	
}

#main h2{
	margin-top: 65px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom:10px;
	text-align: center
}

.sale-buy{
	font-size:2.1rem;
	font-weight: 700;
}

#buy a{
	color:#9cd4d8;
	text-decoration: none;
}

#buy a:hover{
	text-decoration: none;
	opacity: 0.5
}

#main li{
	padding-bottom:10px;
}

#main ul ul li{
	padding-bottom:0px;
}

#sale{
	background-color: #9cd4d8;
	padding:60px 60px 40px 60px;
}

#buy{
	padding:100px 40px 40px 40px;
	background-color: #333;
	min-height: calc(100vh - 60px);
	color:#fff;

}

#home-img{
	max-width: 500px;
	position:absolute;
	top:10px;
	text-align:center;
	left:50%;
	transform: translateX(-50%);
	z-index:9999;

}

/**EXPO LIST**/

#theexpopage{
	position:relative ;
	padding-bottom: 0px;
	padding-top:0px;
	min-height: 100vh;
    background-color:  #9cd4d8;
}

#expo-list{
	padding-top:10px;
	background-color:  #9cd4d8;
}



#expo-list  .glyphicon-plus {
	border-radius: 50px;
	height:50px;
	width:50px;
	background-color:  #333;
	float:right;
	color: #9cd4d8;
	text-align: center;
	line-height: 50px;
}

.tab-pane{
	padding: 0px 5%;
}

#tab-content {
	
	padding-top:;
}

#outlet{
	positon:relative;
}

#outlet #menu-toggle {
    color: #333;
    position: absolute;
    right: 25px;
    top: -5px;
    z-index: 999;
}

#outlet .nav-tabs li, #item .nav-tabs li{
	padding:0;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: normal;
	clear:both;
		
}


#outertabs{
	padding:0!important;
}

#outlet .nav-tabs li.active{
	opacity: 1;
}

#outlet .nav-tabs li>a {
    background-color: transparent;
    padding:0 0 20px 15px;
    text-align: left;
    color:#9cd4d8;
    font-size: 18px;
}



#outlet .nav-tabs>li.active>a, 
#outlet .nav-tabs>li.active>a:focus,
#outlet .nav-tabs>li.active>a:hover {
    color:#fff;
    border: none;
    border-bottom-color: transparent;
}

.tab-content h2{

}


.tab-pane h2{
	padding-bottom:10px;
	margin: 10px 15px 30px 10px;
	border-bottom: 1px solid #fff;

}


#outlet .nav-tabs {
    border-bottom:none;
}


.vehicle-box{
	
	background-color: #fff;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	padding: 15px 0 15px 0;
	border-radius: 4px;
	-webkit-box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
		-moz-box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
			box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
}

.text{
	top:15px;
	position:relative;
	margin-left: 10px;
	margin-right:15px;
	
}

#expo-list .text p{
	margin:0;
}

.text .price{
	font-size: 1.2em;
	margin-top:0px;
	
}

.ref{
	font-size: 0.8rem;
}

.img-box, .text{
	display: inline-block;
}

.img-box{
	width:100px;
	margin-left:15px;

}


.img-box img{
   height: auto;
   width: 100px
}

.box-heading{
	font-weight: bold;
}

.box-heading a{
	color:#333;
}


.box-heading a:hover, .box-heading a:focus {
	color:#9cd4d8;
}


#vehicle-features .price, #vehicle-features .model{
	font-size: 1.3rem
}

/***ITEM PAGE**/
#vehicle {
    padding: 70px 20px 20px 20px;

    position: fixed;
    top: 0;
    overflow: hidden;
    background: #9cd4d8;
    height: 100vh;
}

#theitempage{
	background-color:  #9cd4d8; 
    position:relative;
    display:none;
    width:100%;
    min-height: calc(100vh - 60px);
    z-index:99999;
    

}

#vehicle-features{
	background-color: #fff;
	width:95%;
	margin: 0 2.5% 10px 2.5%;
	border: 1px solid #ccc;
	padding:5px 10px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
		-moz-box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
			box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
}

#vehicle-pics{
	background-color: #fff;
	margin: 30px 2.5% 30px 2.5%;
	width:95%;
	border: 1px solid #ccc;
	padding:4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
		-moz-box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
			box-shadow: 2px 3px 11px 2px rgba(102,102,102,1);
}



/***SLIDER ***/
.selected img {
	opacity:0.5;
}

.carousel-control.left, .carousel-control.right  {
    background-image:none;
}

#myCarousel .item.active{
	display: block!important;

}

#slider img{
	max-height: 70vh;
	width:auto;
}

#slider-thumbs .list-inline li{
	width:24.3% ;
}

.list-inline{
	padding-left:5px;
	margin-bottom:-5px;

}
.list-inline>li {
    padding: 3px 0 0 0; 
}


/*** CONTACT***/


#map{
	height: 270px;
   
    
}

#contact{  
    position:relative;
    display:none;
    width:100%;
  
    
}

#contact #form{  
   z-index:99999;
   background: #333;
}

#contact-content{
    background-color: #333;
    padding-top: 60px;
    padding-bottom: 20px
}


#contact .glyphicon {
     font-size: 25px;    
     color:#fff;
}

#contact a {
    color: #fff;
    text-decoration: none;  
    font-size: 35px; 
}

#contact a:hover {  
    text-decoration: underline;
}

#contact #map a{
	font-size:10px;
}

#contact .phone{
	 margin-left:15px;
}

#contact .phone a, #contact .phone span {
    color: #9cd4d8;
    text-decoration: none;  
    font-size: 25px; 
   
}

.contact-data{
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    margin-top: 20px;
}

.contact-data a{
    color: #fff;    
}

.contact-data a:hover{
    color: #fff; 
    text-decoration: underline   
}

.robotest{
    display: none;
}

.form-group{
    position:relative;
    width: 100%;    
}

.form-control {    
    width: 100%;    
}

input{
    margin: 0 0 5px 0;
}


.form-control {
    border:none;
    height: 40px;
    padding:6px 50px;
    font-size: 16px;
}

textarea.form-control{
     padding:1px 40px;
     height: 150px;
}

.checkbox{
    padding-left:12px;
    margin-top:-10px; 
  
}

#contact .checkbox.legal a, .checkbox.legal{
	font-size: 0.8rem;
	color: #ccc;
}

#contact .checkbox.legal a{
	text-decoration: underline;
}

#contact .checkbox.legal a{
	color:#fff;
}

/*#contact-content{
	padding-right:5%;
}*/

#contact-content .btn-default{
	background-color: #9cd4d8;
	background-image:none;
	color:#333;
	width:100%;
    height: 42px;
    border: 1px solid #111; 
    border-radius: 2px;
    margin-top:0px;
    margin-bottom:20px;   
    font-size: 16px;
}

#contact-content .btn-default:hover{
	opacity:0.7;
}

.message-success, .message-error, .message-error-fatal{
    padding-top: 20px;
    font-size: 22px;
    display:none;
    text-align: center;
}

.message-success{
    color:#fff ;
}

.message-error, .message-error-fatal{
     color:#fff;
}

.legal p{
    font-size: 14px;
}

.legal h1{
    font-size: 18px;
}

.legal a{
    color: #333;
    text-decoration: underline
}

.legal a:hover{
    color: #333;
    text-decoration: none;
}


/***FOOTER***/

footer{
	background-color: #333;	
	border-top:1px solid #9cd4d8;
	z-index: 9999;
	color:#fff;
    width:100%;
    padding:0 5%;
    text-align: center;
    position:absolute;

}

#copy p{
	line-height: 60px;
	margin:0;
	font-size: 1rem
}

#contact-button p {
    text-align: center;
    color: #9cd4d8;
    font-size: 1rem;
    /* line-height: 60px; */
    padding: 10px 0 0 0;
    margin: 0;
    cursor: pointer;
}



.glyphicon-send{
	padding-right:10px;
}

#outlet-footer{
	position: relative;
    bottom: -2px;
   /* overflow: hidden;*/
  
}

/*** NEW LAYOUT /SIDEBAR**/
#wrapper {
  padding-left: 340px;
  transition: all 0.4s ease 0s;
  background: #333;
  margin-right:-15px;
  margin-left: -15px;
  position: relative;
}

#item #wrapper{
	margin-right: 0px;
}

.close-button{
	font-size: 40px;
	position: absolute;
	top:20px;
	right:30px;
	z-index:9999999;
	cursor: pointer;
	
}

#close-menu {
   position: absolute;
    right: 20px;
    top: 30px;
    font-size: 40px;
    z-index: 99999;
}

#sidebar-wrapper {
  margin-left: -340px;
  left: 340px;
  width: 340px;
  background: #9cd4d8;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

.bring-to-front{
	z-index:99999;
}

#outlet #sidebar-wrapper, #item #sidebar-wrapper{
    background-color: #333;
    color:#9cd4d8;
}

#wrapper.active {
  padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
  left: 0;
}

#page-content-wrapper {
  width: 100%;
}



.sidebar-nav {
  position: absolute;
  top: 0;
  width: 340px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #000;
  display: block;
  text-decoration: none;
  padding-left: 20px;
  font-size: 23px;
}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #fff;
  background: transparent;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
    background: transparent;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 32px;
  color: #000;
}

.sidebar-nav > .sidebar-brand a {
  color: #000;
   font-size: 32px;
   font-weight: bold;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}



.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
    text-decoration: none;
    float: right;
    color: #9cd4d8;
    padding-top: 25px;
    font-size:30px;
}

.btn-menu {
  color: #000;
} 

.inset {
  padding: 20px;
}

@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  /*left: 400px;*/
}

#wrapper.active #sidebar-wrapper {
  left: 340px;
  width: 100%;
  transition: all 0.4s ease 0s;
}




/*#outlet #wrapper.active #sidebar-wrapper {
 top:60px;
}*/



}


#menu-toggle {
  display: inline-block;
}

/****MEDIA QUERIES***/
@media screen and (min-width: 500px) {
	header{
		padding: 0 ;
	}
	
	header img{
		margin-left:0;
	}

	#main{
		height: 100vh;
		padding-bottom:60px;	
	}

	#sale{
		height: 100vh;
	}

	#contact{
		position: fixed;
	    top: 0;
	    left: 0;
	    height: calc(100vh - 61px);
	    padding-top: 40px;
	    background: #333;
	    z-index: 99999;
	}

	/*#contact{  
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    height: 100vh;
	    padding-top: 40px;
	    background: #333;
	    z-index:99999;
	}*/


   #contact-button p {
		text-align: right;
		
		line-height: 60px;
		padding:0;
		
	}

   #close-menu {
	   display: none;
	}

	#theitempage{
		position: fixed;
	    top: 0;
	    left: 0px;
	    min-height: calc(100vh - 60px);
	    padding-top: 100px;

	}

	
	#vehicle-features{
		width:92.5%;
		margin: 40px 5% 10px 5%;
	}

	#vehicle-pics{
		margin: 40px 2.5% 10px 5%;
		width:92.5%;
	}

   #buy{
		padding:100px 60px 60px 60px;
		
	}
	#sale{
		padding-top:100px ;

	}

	



}

@media screen and (min-width: 700px) {



}

@media screen and (min-width: 1000px) {

	#menu-toggle {
	    display: none;
	}

	#buy{
			
		height: 100vh;
	}

	footer{
		bottom: 1px;
	    height: 60px;
	    text-align: inherit;
	    left: 0px;
	}

	#outlet-footer{
		position: relative;
	    bottom: -2px;
	    margin-left: -340px;
	    width: calc(100% + 340px);
	}

 .close-button{
	
	top:30px;
	
}

    
	#contact{  
	    position: absolute;
	    z-index:1;
	    
	}

	#contact-button p {
		font-size: 1.2rem;
		
	}

	#contact-content{
		padding-right:5%;
	}


	#map{
		
	    border: 1px solid #444;
	    left:15px;
	}

	#theitempage{
	    z-index:1;
	    height: 100vh;
	}

	#theitempage #vehicle{
		margin-left:350px;
	}

	#vehicle {
	    padding: 40px ;
	}

	.outer-item{
		margin-top:80px;
	}



}

@media screen and (min-width: 1900px) {



}