/* Buttons and container */

#car_toiles a.carousel-control { font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    float: left;
    width: 41px;
    height: 67px;
    padding-top: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 61px;
}

#car_toiles a.next {
    float: right;
}

#car_toiles a:hover {
    color: #000;
}

#car_toiles{
    margin-top: 5px;
}
/* B&C ends*/

.owl-page {
	display: none !important;
}

#toiles-carousel{
	width: 700px;
	float: left;
}

.carHelp{
	margin-bottom: -5px;
}

span[data-tip]{
  cursor: help;
}

[data-tip]{
  display: inline;
  position: relative;
  
}

[data-tip]:hover:before{
    content: attr(data-tip);
    position: absolute;
    padding: 0 8px;
    /*height: 28px;*/
    width: auto;
    max-width: 250px;
    min-width: 200px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.8);
    left: 30px;
    top: 0px;
    z-index: 20000;
    font-size: 14px;
    border-radius: 3px;    
    color: #fff;
    font-size: 11px;    
    
}


[data-tip]:hover:after {
  content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.8);
    border-bottom: 8px solid transparent;
    left: 20px;
    top: 5px;
}

#carousel_search form {
	margin-bottom: 6px;
}

.owl-wrapper-outer{
  padding-top: 5px;
}

