/* Add here all your CSS customizations */

/* HOME PAGE */
a {
	color: #313131;
	font-family: 'Raleway';
	font-weight: bold;
}

.header-logo a{
	color: #999999;
    font-size: 30pt;
    padding: 8px;
    font-weight: bold;
    text-decoration: none;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top: 0px; 
}

@media (max-width: 992px){
	#header .header-logo{
		margin-top:40px;
	}
}

ul.nav-pills > li.active > a{
	background-color: #b50000;
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
	background: #b50000;
}

#home-intro{
	margin-bottom: 0px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b50000+0,7e0909+100 */
	background: #b50000; /* Old browsers */
	background: -moz-linear-gradient(top,  #b50000 0%, #7e0909 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b50000 0%,#7e0909 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b50000 0%,#7e0909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#7e0909',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF !important;
}

#home-intro p{
	padding-top: 15px;
}

#home-intro a , #home-intro span{
	color: #FFFFFF;
	text-decoration: none;
}

#home-intro .btn-primary{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+0,000000+100 */
	background: #3c3c3c; /* Old browsers */
	background: -moz-linear-gradient(top,  #3c3c3c 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3c3c3c 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3c3c3c 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border:0px;
}

#featured-car{
	margin:0px !important;
}

#featured-car h3{

	margin: 15px 0px;
	color: #b50000;
	text-align: left;
}

#featured-car .brands{

	border-radius: 6px;
	background-color: #000000;
	opacity: 0.9;
	text-align: left;
	padding: 30px;

}

#featured-car .brands ul , #footer ul{
	list-style: none;
	padding-left: 0px;
}

#featured-car .brands li , #footer li{
    padding: 3px 0px;
}

#featured-car .brands li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
	background-color: #FFFFFF;
}



.testimonial-author p{
	margin-bottom: 15px !important;
}

.testimonial-author h4 > strong, .testimonial-author p{
	text-align: left !important;
}

.testimonial-author .btn-save-car{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b50000+0,e53520+100 */
background: #b50000; /* Old browsers */
background: -moz-linear-gradient(top,  #b50000 0%, #e53520 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b50000 0%,#e53520 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b50000 0%,#e53520 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#e53520',GradientType=0 ); /* IE6-9 */

	color: #fff;
	float: left;
}

.btn-save-car:hover, .btn-save-car:focus{
	color: #ccc;
}

.social-icons li a {
	background-color: #b50000;
}


#footer {
	margin-top: 0px;
	color:#CCC !important;
	background-image: url('../img/footer.jpg');
	background-size: cover;
    padding-bottom: 40px;
}

#footer a{
	color:#CCC;
}

#footer hr{
	background-color: #b50000 !important;
	background-image: inherit!important;
	margin-top: 0px;
	margin-left: -10px;
}

#footer h5{
	font-size: 1.2em;
	margin-bottom: 5px;
}

#footer p{
	color:#FFFFFF !important;
}

#footer .contact i {
	color: #b50000;
}

#footer .footer-ribbon {
	background: #b50000;

}

#footer .footer-ribbon:before{
	border-right-color: #770000;
	border-left-color: #770000;
}

#footer .container .row > div {
	margin-bottom: 0px;
}

.social-icons i{
	color: #FFFFFF;
}

.footer-logo a{
	color: #ffffff !important;
    font-size: 30pt;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Raleway';
}

.sticky-header-active .header-logo{
	margin-top: 60px;
}

#new-cars{
	
}

#new-cars .container{
	padding: 40px 15px;
}

#new-cars img{
	text-align: center;
}

#new-cars h3{
	padding-left: 15px;
	font-weight: bold;
}

#new-cars h4{
	margin: 15px 0px 5px;
	color: #b50000;
	font-weight: bold;
}

#new-cars p{
	font-size:12pt !important;
    margin: 0 0 5px;

}

#new-cars hr{
	margin-top: 10px;
    margin-bottom: 0px;
    border-top: 2px solid #d5d5d5;
}

#new-cars .item-border{
	border: 5px solid #f3f3f3;
	border-radius: 4px;
	background-color: #f3f3f3;
	padding: 2px 2px;
	margin: 10px 10px;
}

@media (min-width: 992px){
	#new-cars .col-md-3 {
		width: 23%;
	}
}

#new-cars .text-padding{
	padding: 0px 10px;
}

#new-cars img{
	max-width: 248px;
	width: 100%;
	max-height: 248px;
}


.btn-new-car {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+0,000000+100 */
	background: #3c3c3c; /* Old browsers */
	background: -moz-linear-gradient(top,  #3c3c3c 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3c3c3c 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3c3c3c 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color: white;
	font-weight: bold;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 12px;
    margin: 10px;
}

.btn-new-car:hover, .btn-new-car:focus {
	color: #eee;
}

/* END HOME PAGE */

/* BREADCRUMBS */

.page-header{
	min-height: 250px;
	padding-top: 100px;
}

.page-header a{
	color: #b50000;
}

section.page-header h1 {
    border-bottom-color: #b50000;
}

/* END BREADCRUMBS */

/* ABOUT-US PAGE */

#about-us{
	padding:0px 0px 50px;
}

#about-us h1,h2,h3,h4,h5,h6{
	color: #b50000;
}

#about-us .feature-box-icon .fa , #about-us .feature-box-info h4{
	color: #b50000 !important;
}

#about-us .list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons, #about-us .zoom{
	background-color: #b50000;
}

/* END ABOUT-US PAGE */

/* DETAILS PAGE */

#details .summary h1, .shop .star-rating span{
	color: #b50000;
}

#details .btn-primary{
	background-color: #b50000;
	border: 1px solid #b50000;
}

#details .tabs .nav-tabs li.active a, #details .tabs .nav-tabs li.active a{
	border-top-color: #b50000;
    color: #b50000;
}

#details .tabs .nav-tabs a, #details .tabs .nav-tabs a, #details .tabs .nav-tabs a:hover, #details .tabs .nav-tabs a:hover{
	color: #b50000;
}

#details .tabs .nav-tabs a:hover, #details .tabs .nav-tabs a:hover, #details .tabs .nav-tabs a:focus, #details .tabs .nav-tabs a:focus{
	border-top-color: #b50000;
}

.shop ul.products li.product .onsale{
	background-color: #b50000;
    border-bottom-color: #b50000;
}

.shop ul.products .product .price ins, .shop ul.products .product .price{
	color: #b50000;
}
#new-cars #container_vehicles .onsale{
	background-color: #b50000;
    border-bottom-color: #b50000;
}
#new-cars #container_vehicles .onsale {
	position: absolute;
	background-image: none;
	border-radius: 100%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
}

/* CAROUSEL */

#car-view .img-responsive{
	min-width: 100%;
}

#car-view .carousel-search{
	position: absolute;
    right: 5%;
    bottom: 10%;
}

#car-view .carousel-search a{
	color: white;
	touch-action: manipulation;
    cursor: pointer;
}

#car-view .carousel-thumbnail {
    position: absolute;
    top: 20%;
    left: 5%;

}

#car-view .carousel-thumbnail a {

    touch-action: manipulation;
    cursor: pointer;


}

#car-view .carousel-thumbnail .img-responsive{
	border: 1px solid white;
	margin: 10px 0px;
	min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
}

#car-view .modal-body{
	padding: 0px;
}

#car-view .close-detail{
	position: absolute;
	color: #fff;
	opacity: 1;
	font-size: 12px;
	font-weight: normal;
	top: 8%;
    right: 5%;
}

#car-view .carousel-overlay{

	position: absolute;
	top: 0px;
	left:0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	min-height: 100px;
	max-height: 100px;
	padding: 20px;
}

#car-view .carousel-overlay h4 {
	color: white;
	font-weight: bold;
	margin: 5px 0px;
	font-family: 'Open Sans';
}

.modal-backdrop{
    opacity:0.9 !important;
}

#car-view .carousel-control.left{
	background: none;
}

#car-view .carousel-control.right{
	background: none;
}

#car-view .carousel-control-img-left{

    margin-top: 10px;
   }

#car-view .carousel-control-img-right{

    margin-top: 10px;
}

#car-view .carousel-control{
	opacity: 1;
	width: 0%;
	margin: 10px;
}

.carousel-control:hover, .carousel-control:focus {
	opacity: 0.6;
}

#car-view .modal{
	    top: 8%;
}

@media (min-width: 768px){
	#car-view .modal-dialog {
		width: 768px;
	}
	
}

#car-view .control-bg-left{
	width: 50px;
    height: 50px;
    margin-left: 0px;
    margin-top: -10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    left:50%;
    top: 50%;
    position: absolute;
    z-index: 5;
    display: inline-block;
}

#car-view .control-bg-right{
	width: 50px;
    height: 50px;
    margin-left: 0px;
    margin-top: -10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    right:50%;
    top: 50%;
    position: absolute;
    z-index: 5;
    display: inline-block;
}

/* END CAROUSEL */
/* END DETAILS PAGE */

/* BRANDS PAGE */

#search-section .search-list{
	border-radius: 20px;
	background-image: url('../img/listado-carros.png');
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 15px;
}

@media (max-width: 992px){
	#search-section .search-list{
	    background-size: cover;
	}

}

#search-section .container ul {
	margin-bottom: 0px;
}

#search-section .container li {
	list-style: none;
	padding: 5px 0px;
}

#search-section .container li > a {
	text-decoration: none;
	color: white;
}

#search-section img {
	max-width: 450px;
	width: 100%;

}







/* END BRANDS PAGE */

/* CONTACT US PAGE */

html .heading-primary, html .lnk-primary, html .text-color-primary{
	color: #b50000 !important;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons{
	background-color: #b50000;
}

.btn-red{
	background-color: #b50000 !important;
	border: 1px solid #880000 !important;
}
/* END CONTACT US PAGE */

