footer {
    margin-top: 0px;
}
.tp-bannershadow.tp-shadow3{
   z-index:-1;
}
body{
  background-color: rgba(225,225,225,1);
}
p, a {
  color: rgba(119,119,119,1);
}
form label {
  color: rgba(119,119,119,1);
}
h1{
  color:#2e2925;
}
h4{
  color:rgba(119,119,119,1);
}
h3{
  border-bottom: 1px solid rgba(119,119,119,1);
}
h1, h2 {
  border-left: 0px double rgba(177,0,1,1);
  font-size: 1.7em;
  line-height: 0.9em;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
.formcontact {
	border: 1px solid grey;
    border-radius: 10px;
    padding: 30px 30px;
    background: white;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
form .form-control {
    border-radius: 6px;
	border: 1px solid #b2b2b2;
}
header .topbar {
  background: black;
  color: #fff;
}
header .topbar2 {
  background: #A3A3A5;
  color: black;
  position:fixed;
  z-index:999999;
  top:0px;
  width:100%;
  box-shadow: 0 0.35rem 0.3rem rgba(12, 12, 12, 0.5);
}
header .navbar {
  /*background-color:rgba(36,36,36,1);*/
  background-color:black;
  border-width: 0 0 3px 0;
  /*border-color: rgba(177,0,1,1);*/
  border-color: #2e2925;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  color: rgba(177,0,1,1);
  height: 1;
  font-family:'Oswald',sans-serif;
  font-weight:400;
  font-size:14.7px;
}
.navbar-brand{
    padding: 5px 0px;
}
header .navbar .navbar-header .navbar-brand:hover{
	-khtml-opacity: .6;
	-moz-opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
}
header .navbar .navbar-header .navbar-toggle {
  background: rgba(127,127,127,1);
  margin-top:15px;
}
header .navbar .navbar-nav li, 
header .navbar .navbar-nav li a{ 
  /*background-color:rgba(36,36,36,1);*/
  /*background-color:white;*/
  /*color: rgba(119,119,119,1);*/
  color: white;
  padding: 5px 10px;
}
header .navbar .navbar-nav li.active a,
header .navbar .navbar-nav li a:hover {
  /*background-color:rgba(36,36,36,1);*/
  /*background-color:white;*/
  /*color: rgba(177,0,1,1);*/
  color:#A3A3A5;
}
header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover {
  /*color: rgba(177,0,1,1);*/
  color:#2e2925;
  background: white;
}
header .navbar .navbar-form .advanced:hover,
header .navbar .navbar-form .advanced.active {
  background-color: white;
  border-color: rgba(177,0,1,1);
  color: #fff;
}
header .navbar .navbar-form .form-group .input-group-btn .btn {
  color: rgba(177,0,1,1);
}
header .subbar #carousel-top .offer:hover  {
  background: white;  
}
header .subbar #carousel-top .offer:hover span  {
  background: white;
  color: #fff;
}
header .subbar #carousel-top .offer:hover span strong {
  color: #fff;
}
header .subbar #carousel-top .offer span strong {
  color: rgba(177,0,1,1);
}
header .subbar #carousel-top .carousel-control:hover {
  color: rgba(177,0,1,1);
}
.panel.panel-accordion .panel-heading {
  background: #A3A3A5;
  color: black;
}
.panel.panel-accordion .panel-heading a {
  color: black;
}
.panel.panel-accordion .panel-heading .panel-title .badge {
  background: transparent;
  color: #cd1d1f;
}
.panel.panel-accordion .panel-heading:hover {
  background: black;
}
.panel.panel-accordion .panel-heading:hover a {
  color: #fff;
}
.panel.panel-accordion .panel-heading:hover .badge i {
  color: #fff;
}
.fullsize .panel.panel-accordion .panel-heading .panel-title span.colorletter{
  color: rgba(177,0,1,1);
}
.fullsize .panel.panel-accordion .panel-heading:hover a span.colorletter{
  color: #fff;
}
.btn:hover {
  background: rgba(177,0,1,1);
  border-color: rgba(177,0,1,1);
}
.btn.alt:hover {
  color: rgba(177,0,1,1);
}
.btn.btn-navigation:hover {
  background: rgba(177,0,1,1);
  color: #fff;
}
.btn.red {
  background: black; 
  color: white;
  border-color: #2e2925; 
  border-radius: 6px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.btn.red:hover {
  background: #292d30;
  color: #A3A3A5;
  border: 1px solid #191d1e;
}
.carousel-control:hover,
.carousel-control:focus {
  background: rgba(177,0,1,1);
  color: #fff;
}
.carousel.carousel-thumb ol li.active {
  border: 3px solid rgba(177,0,1,1);
}
.progress .progress-bar {
  background-color: rgba(177,0,1,1);
  background-image: none;
  color: #fff;
}
.nav-tabs>li>a {
  background: rgba(177,0,1,1);
  border: 1px solid #ddd;
  color: #fff;
}
.nav-tabs.alt>li>a:hover {
  background: rgba(177,0,1,1);
  color: #fff;
}
.nav-tabs.alt>li.active > a,
.nav-tabs.alt>li.active > a:hover {
  background: #fff;
  color: rgba(177,0,1,1);
}
.tab-content {
  background: white;
  padding: 5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.tab-content.alt {
  background: #fff;
  border: 1px solid #ebebeb;
}
blockquote {
  background: #e1e1e1;
  border-left: 3px double rgba(177,0,1,1);
  color: #252f38;
}
.tags.price {
  background: black;  
  color: #A3A3A5;
  float: left;
}
.tags.price span {
  border-bottom: 20px solid transparent;
  border-right: 15px solid black;  
  border-top: 20px solid transparent;
}
#carousel-testimonials .testimonials-item .img {
  border: 5px solid rgba(177,0,1,1);
  color: rgba(177,0,1,1);
}
#carousel-testimonials .testimonials-item span {
  border: 6px solid rgba(177,0,1,1);
}
#carousel-testimonials .testimonials-item strong {
  color: rgba(177,0,1,1);
}
#carousel-testimonials .carousel-control:hover {
  background: rgba(177,0,1,1);
  color: #fff;
}
.flickr-feed li:hover {
  border: 3px solid rgba(177,0,1,1);
  margin: 1.5px;
}
.bannercontainer .caption p>span {
  background: rgba(177,0,1,1);
}
.bannercontainer .caption p>span>span {
  border: 30px solid rgba(177,0,1,1);
}
.bannercontainer .tp-bullets.simplebullets.round .bullet {
  background-image: url("bulletJMDAUTOS.png");
}
aside h3 span {
  color: rgba(177,0,1,1);
}
aside i {
  color: rgba(177,0,1,1);
}
#carousel-car-model .model.active {
  border: 2px solid rgba(177,0,1,1);
}
#carousel-car-model .carousel-control {
  background: none;
  color: rgba(177,0,1,1);
}
.container-comments .single-comment img {
  background: rgba(177,0,1,1);
}
.container-comments .single-comment h4 a:hover {
  color: rgba(177,0,1,1);
  text-decoration: none;
}
.form-search .group-options button[type=submit]:hover {
  background: rgba(177,0,1,1);
  color: #fff;
}
.grid .item-grid{
  border: 1px solid #2e2925;
  background: white; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.grid .item-grid p {
  border: 0px solid white;
  background: white; 
  color: #2e2925;
}
.grid .item-grid p span {
  border: 0px solid white;
  background: black; 
}
.grid .item-grid .precio {
  border-top: 0px solid rgba(225,225,225,1);
  font-size: 1.6em;
  color: #A3A3A5;
}
.grid .item-grid .kms {
  border-top: 0px solid rgba(225,225,225,1); 
  border-left: 1px solid rgba(225,225,225,1);
  width:40%;
  color: rgba(225,225,225,1);
  font-size: 1.4em;
}
.grid .item-grid .agno {
  border-top: 0px solid rgba(225,225,225,1); 
  border-left: 1px solid rgba(225,225,225,1);
  color: rgba(225,225,225,1);
  width:20%;
  font-size: 1.4em;
}
.grid .item-grid .more {
  color: #fff;
}
.post h3 a:hover {
  color: rgba(177,0,1,1);
  text-decoration: none;
}
.post footer .tags a:hover {
  color: rgba(177,0,1,1);
  text-decoration: none;
}
.post footer .learnmore:hover {
  color: rgba(177,0,1,1);
}
.pricing-table ul li .btn:hover {
  background: rgba(177,0,1,1);
  color: #fff;
}
.pricing-table{
	background:rgba(177,0,1,1);
  width:95%;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.89);
	-moz-box-shadow:    0px 0px 11px 0px rgba(0, 0, 0, 0.89);
	box-shadow:         0px 0px 11px 0px rgba(0, 0, 0, 0.89);
}
.pricing-table .title {
  background: rgba(177,0,1,1);
  color: #df2925;
  border-bottom:1px solid #df2925;
}
.pricing-table .price {
  background: rgba(177,0,1,1);
  font-size: 1.0em;
  font-weight: 300;
  line-height: 1.0em;
}
.pricing-table.active .price,
.pricing-table:hover .price {
  background: #292526;
  color: #fff;
}
a.btn-sm {
  background: #df2925;
  border: 0px solid #191d1e;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #f9f9fb;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  margin: 0.5em;
  padding: 12px 26px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
a.btn-sm:hover {
  background: rgba(177,0,1,1);
}
#carousel-services .services-item .ico {
  border: 5px solid rgba(177,0,1,1);
  color: rgba(177,0,1,1);
}
#carousel-services .services-item:hover .ico {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 7px rgba(177,0,1,1);
  box-shadow: 0 0 0 7px rgba(177,0,1,1);
}
#carousel-services .carousel-control:hover {
  background: rgba(177,0,1,1);
  color: #fff;
}
.glyphicon {
  color: rgba(119,119,119,1);
}
#snews #carousel-recent-posts .carousel-control:hover {
  color: rgba(177,0,1,1);
}
#snews #carousel-recent-posts .recent-posts a:hover {
  color: rgba(177,0,1,1);
  text-decoration: none;
}
#asearch .btn.alt:hover {
  background: rgba(177,0,1,1);
  color: #fff;
}
.team footer a:hover,
.manager footer a:hover {
  color: rgba(177,0,1,1);
}
#car #carousel-interested .carousel-control:hover {
  color: rgba(177,0,1,1);
}
.pricing-tables-helight .price {
    background-color: rgba(177,0,1,1);
    color: #FFFFFF;
}
.button.small.colorchan {
    background-color: rgba(177,0,1,1);
}
.social li a,
.social li a.twitter ,
.social li a.facebook {
  background-color: rgba(177,0,1,1);
}
footer,
footer p,
footer h2,
footer .middlefoot .about a {
  color: rgba(225,225,225,1);
}
footer .middlefoot{
  border-top: 3px solid transparent;
  border-color: #3e3f43;
  color: rgba(177,0,1,1);
}
footer h2 {
  border-left: 0px dotted rgba(177,0,1,1);
}
footer .middlefoot .bread-top a:hover {
  color: #e6e6eb;
}
footer .middlefoot ul li a {
  color: #e6e6eb;
}
footer .middlefoot ul li a:hover {
  color: #e6e6eb;
}
footer .middlefoot ul li i {
  color: #e6e6eb;
}
footer .middlefoot .recent-news:hover a {
  color: #e6e6eb;
  text-decoration: none;
}
footer .middlefoot .recent-news:hover div .post-icon {
  background: rgba(177,0,1,1);
}
.calugas {
  margin: auto;
  margin-top: 10px;
  text-align:center;
  background: black;
  padding: 10px 0 20px 0;
}
.calugas img {
  margin-top: 10px;
  width:75%;
  padding: 3px;
  background: white;
}

/****************************** Pagination *********************************/
.paginacion A
{
  color: #333;
  background-color: #eaeaea;
  border-right: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.paginacion A:hover
{
	background-color: #eee;
}
.paginacion A.jp-current, A.jp-current:hover
{
	background-color: #2e2925; 
	border: 1px solid #2e2925; 
	color: #fff;
}
.paginacion A.jp-disabled, A.jp-disabled:hover
{
	color: #bbb;
}

.columna-pie{
  float:left;
  width:25%;
  font-size:1.3em;
  color: rgba(225,225,225,1);
}  
.columna-pie a{
  font-weight: bold;
  color: rgba(225,225,225,1);
}
.columna-pie .icon-clock{
  color: rgba(225,225,225,1);
}  

/* ---------------------------------------------------------------------- */
/*	Version 1200px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1200px) {
  footer .topfoot .carousel-inner .item > div {
    display: inline-block;
    margin: 0 10px;
    width: 60px;
  }
}

/* ---------------------------------------------------------------------- */
/*	Version 992px     (TABLET CHICO)
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 992px) {
  .grid .item-grid .more {
    background: transparent;
  }
  footer .topfoot .carousel-inner .item > div {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
  }
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 600px) {
  header .navbar .navbar-nav li, header .navbar .navbar-nav li a {
      margin-top: -7px;
      text-align: right;
      margin-right: 25px;
  }
  .grid .item-grid .more {
    background: transparent;
  }
  .columna-pie{
    width:50%;
    height:130px !important;
    font-size:1.0em;
    overflow:hidden;
  }  
  .columna-pie a{
    font-size:1.3em;
  }
  footer .topfoot {
    display:none;
  }
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 400px) {
  .grid .item-grid .more {
    background: transparent;
  }
  .columna-pie{
    width:50%;
    height:130px !important;
    overflow:hidden;
  }  
  footer .topfoot {
    display:none;
  }
}


/* -------------------------------------------------------------- */
/* PARA 3 COLUMNAS                                                */
/* -------------------------------------------------------------- */
.grid .item-grid {
  width: 367px;
  height: 344px;
}
.grid .item-grid img {
  width: 367px;
  height: 275px;
}
.grid .item-grid .at {
  top: 240px;
}
.grid .item-grid .ribbon2 {
    top: 256px;
}

@media handheld, only screen and (max-width: 2500px) {
  .grid .item-grid {
    width: 378px;
    height: 358px;
  }
  .grid .item-grid img {
    width: 378px;
    height: 283px;
  }
  .grid .item-grid .at {
    top: 243px;
  }
  .grid .item-grid .ribbon2 {
      top: 256px;
  }
}

@media handheld, only screen and (max-width: 1200px) {
  .grid .item-grid {
    width: 310px;
    height: 293px;
  }
  .grid .item-grid img {
    width: 310px;
    height: 232px;
  }
  .grid .item-grid .at {
    top: 192px;
  }
  .grid .item-grid .ribbon2 {
      top: 216px;
  }
}

@media handheld, only screen and (max-width: 992px) {
  .grid .item-grid {
    width: 320px;
    height: 300px;
  }
  .grid .item-grid img {
    width: 320px;
    height: 240px;
  }
  .grid .item-grid .at {
    top: 200px;
  }
  .grid .item-grid .ribbon2 {
      top: 216px;
  }
  .grid .item-grid p {
    font-size: 0.85em;
  }
  #segundalinea {
    font-size: 0.75em;
  }
  #celdaauto .precio,
  #celdaauto .kms,
  #celdaauto .agno {
    font-size: 1.0em;
  }
  #celdaauto:hover .precio,
  #celdaauto:hover .kms,
  #celdaauto:hover .agno {
    font-size: 1.1em;
  }
}

@media handheld, only screen and (max-width: 768px) {
  .grid .item-grid {
    width: 320px;
    height: 300px;
  }
  .grid .item-grid img {
    width: 320px;
    height: 240px;
  }
  .grid .item-grid .at {
    top: 200px;
  }
  .grid .item-grid .ribbon2 {
      top: 216px;
  }
}

@media handheld, only screen and (max-width: 600px) {
  .grid .item-grid {
    width: 320px;
    height: 300px;
  }
  .grid .item-grid img {
    width: 320px;
    height: 240px;
  }
  .grid .item-grid .at {
    top: 200px;
  }
  .grid .item-grid .ribbon2 {
      top: 216px;
  }
}

@media handheld, only screen and (max-width: 400px) {
  .grid .item-grid {
    width: 300px;
    height: 285px;
  }
  .grid .item-grid img {
    width: 300px;
    height: 225px;
  }
  .grid .item-grid .at {
    top: 185px;
  }
  .grid .item-grid .ribbon2 {
      top: 201px;
  }
}

/* -------------------------------------------------------------- */
/* FIN PARA 3 COLUMNAS                                            */
/* -------------------------------------------------------------- */
