﻿.jumbotron {
  padding: 20px 15px;
  margin-bottom: 20px;
  color: inherit;
  background-color: #eee;
  background-image:url('../../images/auto.jpg');
  background-size:cover; 
  border-radius:4px; 
  border: solid 1px #D8D8D8;
  
}

@media(max-width:767px)
{
    .jumbotron {
        background-size:0px;
        margin-top:5px !important;
    }
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.jumbotron-title-mpr
{
    font-size: 63px;
}
 
@media(max-width:767px)
{
    .jumbotron-title-mpr
    {
        font-size:30px;
    }
    .jumbotron-subtitle-mpr {
        font-size: 12px !important;
    }

    .jumbotron-sales-info-mpr
    {
        font-size:16px !important;
    }
}

.product-section-mpr{
    font-size:22px;
    color:#67677E;   
}

.product-section-area-mpr
{
    width:100%;
    border-bottom: solid 1px #D8D8D8;
    margin-left:5px;
}
.header-title-mobile-mpr
{
    font-size:14px;
    color:#FFFFFF;     
    font-weight:bolder; 
    text-align:right;
    margin-top:5px;
    margin-right:15px;
}

@media (max-width:767px)
{
    .header-title-mpr {
        font-size: 16px;
        margin-top: 10px;
    }

    .product-section-mpr {
        font-size:18px;
    }
}

.pl-description
{
    min-height:90px;
    font-size:12px;
}

.pl-title
{
    min-height:30px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left:1px;
  margin-right:1px;
  min-height:290px;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.btn-primary {
    color:#fff;
    background-color:#618A2B;
    border-color:#46631F;
}


.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#80AF38;
    border-color:#668E2F;
}

.footer-help-number-mpr{
    color:white !important; 
    font-size:10.5pt;
    text-align:right;

}

.footer-help-number-mpr a{
    color:white !important; 
    font-size:10.5pt;
    text-align:right;

}
.footer-company-txt-mpr{
    color:white !important;
    font-size:10pt;
    text-align:left;
    margin-left:0px;
}

.footer-company-txt-mpr a{
    color:white !important;
    font-size:10pt;
    text-align:left;
    margin-left:0px;
}
