/* CUSTOM CSS */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body{
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6, strong{
	font-family: 'Montserrat', sans-serif;
}

p {
	color:#333333;
}

table{
	font-family: 'Montserrat', sans-serif;
	color:#333333;
}

table thead{
	background-color: #CCC;
	font-size:14px !important;
	margin-bottom:15px;
	font-weight: bold;

}

table > thead:first-child > tr:first-child > td {
	padding: 10px 15px;
}

table tbody{
	background-color: #e4e2e2;
	color:#333333;
	font-size:16px !important;
	margin-bottom:15px;
}

table tbody tr td{
	color:#333333;
	font-size:12px !important;
	margin-bottom:15px;
}

table tbody tr td li{
	list-style-image: url('../img/arrow-listas-edit.png');
}


@media (min-width: 1200px){
	.container {
	    width: 1230px;
	}
}

.location{
		padding-left:50px;
	}
/* HEADER */
@media (max-width: 1200px) {

	.location{
		padding: 20px 0px;
	}

	.phone{
			padding: 20px 0px;
		}

	@media (min-width: 768px) {
		.phone{
			padding: 20px 0px;
			width: 50%;
		}
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
        margin-top: 10%;
    }

    @media (max-width: 500px) {
		.navbar-nav {
	        margin-top: 35%;
	    }

	}

    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-default .navbar-brand  {
   		padding: 15px 15px 15px 25px;
	}

}

.header-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: white;
}

.header-text > strong{
	font-size: 14px;
}

.nav > li > a {
    padding: 12px 18px;
}

.vcenter {
    padding-top: 50px;
}

.navbar {
	min-height: 135px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
}

.navbar-default .navbar-brand  {
	color: #fff;
    font-size: 33px;
    padding: 8px;
    font-weight: bold;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #c5c5c5;
    background-color: transparent;
}

.navbar-default {
    background-color: #000;
    color: white;
    border-width: 0 0 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e5bc03;
    background-color: inherit;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #cccccc;
}

.icon-header{
	margin-right:12px;
	padding-top: 5px;
}

#banner-home {
	height:560px;
    background-repeat: no-repeat;

}


#banner-home h4{
	font-size: 19px;
	line-height: 1.5;
}

#banner-home .banner-title{
	padding: 10% 0%;
	padding-bottom: 0px;
    color: #FFF;
}

#banner-home .header-car{
	min-width: 350px;
	padding-top: 10%;
}


#banner-section {
	height:260px;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner-section .banner-title{
	padding: 4% 0%;
	padding-bottom: 0px;
    color: #FFF;
}

#banner-section .header-car{
	min-width: 350px;
	padding-top: 4%;
}

@media (max-width: 998px) {
	#banner-section .header-car{
		padding-top: 15%;
	}

	#banner-home .header-car{
		padding-top: 50%;
	}
}

/* END HEADER */


/* CAROUSEL */



.slide-container{
	padding-top: 60px;
}

.slide-container .carousel-control.left{
	background: none;
}

.slide-container .carousel-control.right{
	background: none;
}

.slide-container .carousel-control-img-left{
	margin-left: -115%;
    margin-top: -10px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.slide-container .carousel-control-img-right{
	margin-right: -115%;
    margin-top: -10px;
    right: 50%;
    top: 50%;
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.slide-container .carousel-control{
	opacity: 1;
	width: 0%;
	margin: -10px;
}

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

.slide-container .carousel-indicators .active {
	background-color: #e5bc03;
	margin: 0px 5px -1px 5px;
	width: 11px;
    height: 11px;
}


.slide-container .carousel-indicators{
	padding-top: 20px;
	position: inherit;
    bottom: inherit;
    left: inherit;
    z-index: inherit;
    width: inherit;
    padding-left: inherit;
    margin-left: inherit;
    text-align: center;
    list-style: none;
}

.slide-container .carousel-indicators li {
	background-color: #7A7F85;
	width: 8px;
    height: 8px;
    margin: 0px 5px;
}

.item .jumbotron{
	padding: 0px 40px 0px 35px;
}

.item .heading{
	color:#e5bc03;
	font-weight: bold;
	margin: 0px;
}

.item .price{
	font-weight: bold;
	color: #474747;
}

.item p{
	font-size: 16px;
	line-height: 2;
}

.item h5{
	margin-bottom: 20px;
}

.gray-text{
    color: #868686 !important;
}

.btn-magenta {
	background-color:#e5bc03;
	color: #000;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 12px 45px;
    border-radius: 25px;
}

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

/* END CAROUSEL */



/* ADVANCED SEARCH ROW */
.btn-adv {
	background-color:#000000;
	color: #fff;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 12px 45px;
    border-radius: 25px 25px 0px 0px;
}

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

.hide-adv{
	text-align:center;
	margin-top: 40px;
}

.advanced-search{
	background-color: #e5bc03;
	padding-top: 10px;
	padding-bottom: 10px;
}

.advanced-search .container {
	background-color: #000000;
	padding: 75px 0px;
}

.advanced-search .container li {
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 0px;
}

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



/* END ADVANCED SEARCH ROW */


/* CAR PRODUCT SHOW */

.car-show{
	background-color: #F3F3F3;
}

.car-show .container {
	background-color: transparent;
	/*padding: 50px 0px;*/
}

.car-product{
	/*max-width: 369px;*/

}

.car-product .img-responsive{
	/*min-width: 100%;*/
	width:500px;
	height:315px;
}

.car-product h3{
	margin-top: 0px;
	margin-bottom: 25px;
	color: #000;
	font-weight: bold;

}

.car-product h5{
	color:#CA0C38; 
	margin-top: 15px;
    margin-bottom: 20px;
}

.car-product .jumbotron{
	background-color: #FFF;
	border-radius: 0px;
	/*padding:35px 60px;*/
	padding: 20px;
}

.car-product .car-desc{
	padding: 0px;
	text-align: center
}

.car-product .car-desc .new-tag{
	position: absolute;
    top: 20px;
    left: 20px;
}

.car-product .price{
	font-weight: bold;
	color: #474747;
}

/* END CAR PRODUCT SHOW */

/* ABOUT PAGE */

/* ABOUT SECTION */

#about-us{
	background-color: #f3f3f3;
}

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

#about-us .jumbotron {

	background-color: #f3f3f3;
	border-radius: 0px;
	padding:25px 0px;
}

#about-us h2{
	margin-top: 0px;
	color: #292929;
	font-weight: bold;

}

#about-us h4{
	margin-top: 10px;
	color: #F01F56;
	line-height: 1.4;
}


#about-us .img-responsive{
	min-width: 100%;
}

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

#about-us p{

	font-size:14px !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:15px;

}

/* END ABOUT SECTION */

/* ABOUT-SERVICE SECTION */

#about-service{
	background-image: url(../img/gray-stripe-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#about-service .container{
	padding: 50px 0px;
}

#about-service .img-responsive{
    margin: auto;
    margin-bottom: 10px;
}

#about-service p{
	font-size:14px !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:15px;
	font-weight: bold;
}




/* END ABOUT-SERVICE SECTION */

/* END ABOUT PAGE */

/* SERVICES PAGE */


/* SERVICES SECTION */

#services{
	background-color: #f3f3f3;
}

#services .container{
	padding: 50px 0px;
}

#services h2{
	margin-top: 0px;
	color: #292929;
	font-weight: bold;

}

#services h4{
	margin: 20px 0px;
	color: #F01F56;
}


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

#services p{

	font-size:14px !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:25px;
	line-height: 2.2;

}

#services ul{
	padding-left:20px;
	margin-bottom: 40px;
	list-style-image: url('../img/arrow-listas.png');
}

#services ul li{
	color:#333333;
	font-size:16px !important;
	margin-bottom:15px;

}
/* END SERVICES SECTION */

/* SALES RESP SECTION */


#sales{
	background-color: #f3f3f3;
}

#sales .container{
	padding-bottom: 40px;
}

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

#sales h4{
	margin: 15px 0px;
	color: #F01F56;
	font-weight: bold;
}

#sales h5{
	margin: 10px 0px;
	font-weight: bold
}

#sales p{
	font-size:14px !important;
	font-family: 'Montserrat', sans-serif;
    line-height: 2;
}

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

.btn-green {
	background-color:#70a83b;
	color: white;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 7px 5px;
    border-radius: 25px;
    font-size: 12px;
    margin: 15px 0px;
}

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

/* END SALES RESP SECTION */

/* END SERVICES PAGE */

/* LISTADO PAGE */

#adv-search-listado{
	background-color: #f3f3f3;
}

#adv-search-listado .container{
	background-color: #161f2e;

}

#adv-search-listado h4{
	color: white;
	font-weight: bold;
	margin-bottom: 35px;
	touch-action: manipulation;
    cursor: pointer;
}

/* END LISTADO PAGE */

/* DETALLE PAGE */

/* BREADCRUMB */

#breadcrumb{
	background-color: #f3f3f3;
}

#breadcrumb .container{
	padding: 0px;
}

.breadcrumb{
	font-family: 'Montserrat', sans-serif;
	border-radius: 0px;
	background-color: transparent;
}

.breadcrumb a{
	color: #2C2C2C;
	text-decoration: none;
}

.breadcrumb a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#0a0a0a; }

.breadcrumb > .active {
	color: #000;
	font-weight: bold;
}

.breadcrumb > li + li:before {
	color: #000;
}

/* END BREADCRUMB */

/* CAR-SHOW */
	
#car-view{
	background-color: #f3f3f3;
	font-family: 'Montserrat', sans-serif;
}

#car-view .jumbotron{
    padding: 10px 20px;
    background-color: #f3f3f3;
}

#car-view .social-share{
    color: #000;
    margin: 20px 0px;
    font-weight: bold;
}

#car-view h3{
    color: #333;
    font-weight: bold;
}

#car-view h4{
    color: #000;
    font-weight: bold;
}

#car-view h5{
    color: #F01F56;
    margin: 15px 0px;
}

#car-view .jumbotron strong , #car-view .jumbotron p{
    font-size:12px;
    line-height: 0.7;
}

.btn-yellow {
	background-color:#F3BE00;
	color: #000;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 7px 25px;
    border-radius: 25px;
    font-size: 12px;
}

#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;
	font-family: 'Montserrat', sans-serif;
}

#car-view .carousel-overlay h4 , #car-view .carousel-overlay h5 {
	color: white;
	font-weight: bold;
	margin: 5px 0px;
}

.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;
}

#car-view .social-logo{
	max-width: 30px;
}

/* END CAR-SHOW */

/* END DETALLE PAGE */

/* CONTACT PAGE */

/* MAP SECTION */

#map{
	background-color: #f3f3f3;
}

#map .container{
	padding: 15px;
}
/* END MAP SECTION */

/* CONTACT FORM SECTION */

#contact-form{
	background-color: #f3f3f3;
}

#contact-form .container{
	padding: 30px 0px;
}

#contact-form .contact-input{
	font-size: 14px;
    color: #333;
    /*background-color: transparent;*/
    border: 1px solid #333;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    width: 100%;

}

#contact-form input{
	/*padding: 6%;*/
}

#contact-form textarea{
	padding: 20px;
}

::-webkit-input-placeholder { 
    color: #333 !important;
}
:-moz-placeholder { 
    color: #333 !important;
   opacity:  1;
}
::-moz-placeholder {
    color: #333 !important;
   opacity:  1;
}

#contact-form .form-group{
	width: 100%;
}

#contact-form .input-margin{
	margin: 20px 0px;
	padding-left: 0px; 
}

#contact-form .form-control:focus {
	border-color: #333;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(111, 117, 121, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(111, 117, 121, 0.6);
}

#contact-form .btn-green{
    padding: 20px 5px;
    font-size: 18px;
    border-radius: 40px;
}

#contact-form h2{
	margin: 10px 0px 45px 0px;
}

#contact-form h4 , #contact-form h5{
	margin: 20px 0px;
}

/* CONTACT FORM SECTION */

/* END CONTACT PAGE */


/* FOOTER CSS */
footer { background-color:#fff; min-height:350px; font-family: 'Montserrat', sans-serif; }
.footerleft { padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#2C2C2C; font-weight:700;}

.footerleft p { color:#2C2C2C; font-size:13px !important; font-family: 'Montserrat', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { text-decoration: none; color:#2C2C2C; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#0a0a0a; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }

 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright {padding: 20px 0px; min-height:40px;  background-color:#fff; border-top: 1px solid #ccc; }
 .copyright p { font-size: 12px;  font-family: 'Montserrat', sans-serif; text-align:center; color: #868686; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:14px; font-weight:700; color:#0a0a0a; margin-bottom:20px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

 /* END FOOTER CSS */

/* END CUSTOM CSS */
.pagination{
	float: right;
}
.pagination ul{
	overflow: hidden;
}
.pagination ul li{
	float: left;
	color: #607586;
	text-shadow:1px 0 0 #607586;
	letter-spacing: 1px;
	border:0;
	background: none;
	padding: 0 0 0 2px;
	display: inline;
}
.pagination ul li.space{
	padding: 5px 8px 0 11px;
}
.pagination ul li.next{
	padding: 0 0 0 15px;
}
.pagination ul li a{
	display: block;
	width: 29px;
	height: 29px;
	/*background: url(../images/pagination.png) no-repeat 0 0;*/
	color: #607586;
	font-size: 13px;
	line-height: 28px;
	text-shadow:0 1px 0 #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.pagination ul li a:hover,
.pagination ul li.active a{
	background-position: 0 -29px;
	color: #000000;
	text-shadow:none;
}
.pagination ul li.next a{
	background: none;
	width: 6px;
	padding: 9px 0 0;
	height: 20px;
}





