.pop-ml-wrap {
    overflow: hidden;
}
.pop-ml-v a {
    text-decoration: none;
}
.pop-ml-header {
    text-align: center;
}
.pop-ml-desc {
    overflow: hidden;
    padding: 10px 10px 0;
    border-top: 1px solid #20517e;
    font-size: 16px;
}
.pop-ml-desc > div {
    float: left;
}

.pop-ml-colleft {
    width: 70%;
}
.pop-ml-colright {
    width: 30%;
    text-align: right;
}
.pop-ml-img {
    width: 100%;
    padding-top: 51.52%;
    background-color: #fff;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.pop-ml-imgwrap {
    max-width: 264px;
    max-height: 136px;
    overflow: hidden;
    margin: 0 auto 5px;
}

@media (max-width: 767px){
    .pop-ml-desc {
        padding: 10px 0 0;
    }
    .pop-ml-colleft,
    .pop-ml-colright {
        width: 100%;
        padding: 5px;
        text-align: center;
    }
    .pop-ml-colleft {
        background-color: #f7f7f7;
        background-color: #ddd;
        font-weight: bold;
    }

    .pop-ml-colright{
        background-color: #ddd;
        background-color: #f7f7f7;
    }
}

#mow-bottom {
/*    font-family: HelveticaLight;*/
}

#mow-header {
    height: 400px;
    background-color: red;
}

#mow-top {
/*    font-family: HelveticaLight;*/
    position: relative;
    top: -120px;
}

.pop-mo-details{
    padding-top: 25px;
    margin-bottom: 25px;
}

.mow-features {
    margin: 0;
    padding-left: 15px;
}

    .mow-features li {
        list-style-type: square;
        color: #ce0000;
        font-size: 20px;
    }

        .mow-features li span {
            color: #000;
            font-size: 18px;
        }


.mow-color-dot {
    display: inline-block;
    width: 45px;
    height: 45px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 22px;
    margin: 10px 5px;
    -webkit-box-shadow: 3px 1px 0px 0px #000;
    box-shadow: 3px 1px 0px 0px #000;
}

.mow-color-buttons {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

    .mow-color-buttons span {
        display: block;
        width: 100%;
        text-align: center;
        color: #848383;
        font-size: 16px;
    }


.btn-pop-mo-inv {
    width: 80%;
    border-radius: 0;
    background: #bcca00;
    padding: 15px 0px;
    font-size: 18px;
    margin-top: 45px;
}
.btn-pop-mo-inv:hover,
.btn-pop-mo-inv:focus {
    background: #a8b500;
}

img.mow-interior {
    padding: 10px 0px;
}

#mow-middle {
/*    font-family: HelveticaLight;*/
    background: #edf0f6;
    border-bottom: 8px solid #dcdee0;
    margin: 40px 0;
}

    #mow-middle .row .col-xxs-12 {
        padding-left: 0;
        padding-right: 0;
    }

        #mow-middle .row .col-xxs-12:first-child {
            padding-left: 15px;
        }

        #mow-middle .row .col-xxs-12:last-child {
            padding-right: 15px;
        }

    #mow-middle a {
        padding: 44px 0px;
        display: block;
        width: 100%;
        font-size: 18px;
        text-align: center;
        color: #8a8a8a;
        background: transparent;
        border-right: 1px solid #dcdee0;
    }

        #mow-middle a:hover {
            background: #ce0000;
            color: #fff;
            cursor: auto;
        }

        #mow-middle a:first-child {
            border-left: 1px solid #dcdee0;
        }

.tab-content {
    display: none;
}

    .tab-content.current {
        display: inherit;
    }

#tabs-list {
    min-height: 300px;
}

#mow-bottom p {
    text-indent: -5px;
}

    #mow-bottom p:before {
        content: '◙';
        color: #ce0000;
        display: inline-block;
        text-indent: -15px;
        margin-right: 5px;
    }

@media (max-width: 1199px) {

    .mow-color-dot {
        width: 40px;
        height: 40px;
        margin: 0px 2px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
}

@media (max-width: 991px) {

    .mow-color-dot {
        width: 30px;
        height: 30px;
        margin: 0px 2px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

    #mow-middle .row .col-xxs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    #mow-middle .container {
        width: 100%;
    }

    #mow-middle .row .col-xxs-12:first-child {
        padding-left: 0px;
    }

    #mow-middle .row .col-xxs-12:last-child {
        padding-right: 0px;
    }

    #mow-middle a {
        padding: 44px 0px;
        display: block;
        width: 100%;
        font-size: 18px;
        text-align: center;
        color: #8a8a8a;
        background: transparent;
        border-right: none;
    }

        #mow-middle a:hover {
            background: #ce0000;
            color: #fff;
            cursor: auto;
        }

        #mow-middle a:first-child {
            border-left: none;
        }

    #mow-middle .col-xs-6:nth-child(even) a {
        border-left: 1px solid #dcdee0;
    }

    #mow-middle .col-xs-6 {
        border-bottom: 1px solid #dcdee0;
    }
}

@media (max-width: 767px) {

    .mow-color-buttons {
        display: block;
        float: left;
    }

    .mow-color-dot {
        width: 25px;
        height: 25px;
        -moz-border-radius: 12.5px;
        -webkit-border-radius: 12.5px;
        border-radius: 12.5px;
    }

    #mow-bottom p {
        margin-left: 20px;
    }
}

p {
    font-size: 16px;
}

.mow-price {
    font-size: 26px;
}

    .mow-price span {
        font-size: 50px;
        display: block;
    }

.mow-h2 {
    text-align: center;
    margin-bottom: 15px;
}

    .mow-h2:after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: #b50700;
        margin: 0 auto;
        margin-top: 10px;
    }


.mow-adtl-h3 {
    text-align: center;
    font-size: 30px;
}

    .mow-adtl-h3:after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: #b50700;
        margin: 0 auto;
        margin-top: 10px;
    }




    .adtl-models img {
        width: 100%;
    }


    .adtl-models h6 {
        font-size: 24px;
        padding-bottom: 10px;
        border-bottom: 1px solid;
    }

    .adtl-models {
        margin-bottom: 50px;
    }

    .adtl-models .front-left {
        text-align: left;
        font-size: 16px;
    }

    .adtl-models .front-right {
        text-align: right;
        font-size: 16px;
    }
    .adtl-models .back-left {
    font-size: 16px;
    text-align: left;
    }

    .adtl-models .back-right {
        font-size: 16px;
        text-align: right;
    }

    .adtl-models:hover .mow-h6 {
        border-bottom: 10px solid #ce0000;
        padding-bottom: 1px;
    }




/* entire container, keeps perspective */

    .flip-container {
    margin: auto;
    /* keeps perspective in the entire container */
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

    /* flip the pane when hovered */
.flip-container:hover .flip-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* flip the pane when hovered */
.flip-container:hover .flip-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container, .flip-front, .flip-back {
}

.flipper {
    position: relative;
    cursor: pointer;
}

.flip-front, .flip-back {
    position: absolute;
    top: 0;
    left: 0;
    /* hide back of pane during swap */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* flip speed goes here (for IE compatibility)
    Else put it in .flipper */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-front {
    z-index: 2;
    color: #383838;
}

/* original position of the image (reverse horizontal symetry) */
.flip-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: rgba(191,210,85,1);
    background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 59%, rgba(113,170,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,210,85,1)), color-stop(59%, rgba(142,185,42,1)), color-stop(100%, rgba(113,170,0,1)));
    background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 59%, rgba(113,170,0,1) 100%);
    background: -o-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 59%, rgba(113,170,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 59%, rgba(113,170,0,1) 100%);
    background: linear-gradient(to bottom, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 59%, rgba(113,170,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#71aa00', GradientType=0 );
    font-size: 18px;
    color: #fff;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #7FBB41;
    width:100%;
    text-align: center;
    padding: 20px 0;
}
.flip-back a{
    color:#fff;
    vertical-align: middle;
    text-align:center;
    margin:0 auto;
}
.mow-white-bg {
    background-color: #fff;
}


/* back, initially hidden pane */


/* video */
.video-wrapper {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0px;
}

.youtube-video {
    background-color: #000;
    margin-bottom: 25px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube-video img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube-video .youtube-play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube-video .youtube-play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube-video img,
.youtube-video .youtube-play-button {
    cursor: pointer;
}
.youtube-video img,
.youtube-video iframe,
.youtube-video .youtube-play-button,
.youtube-video .youtube-play-button:before {
    position: absolute;
}
.youtube-video .youtube-play-button,
.youtube-video .youtube-play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* video */

.pop-mo-vehicles {
  
    z-index: 9;
}

.pop-mo-gb {
    background-color: #f5f5f5;
    padding: 20px 20px 3.5%;
    margin-bottom: 25px;
}

.pop-mo-gb h3 {
    margin: 0 0 10px 0;
}

.pop-mo-gb p {
    text-transform: uppercase;
}

.pop-mo-rating .glyphicon-star {
    color: #fcbf00;
}
.pop-mo-rating .glyphicon-star-empty {
    color: #fcbf00;
}

/* CSS used here will be applied after bootstrap.css */
.half {
    position:relative;
}
.font{
    font-size:6em;
}
.half:after {
    content: '\e006';
    position:absolute;
    z-index:1;
    background:white;
    width: 47%;
    overflow: hidden;
    height: 100%;
    left: 0;
}

.pop-mo-lines {
    border-top: 3px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.pop-mo-title span{
    font-size: 85%;
    font-weight: 400;
}
.pop-mo-disc {
    font-size: 12px;
}

.pop-mo-mpg > div {
    float: left;
    text-align: center;
}

.pop-mo-mpg {
    overflow: hidden;
    margin-bottom: 20px;
}
.pop-mo-mpg span {
    font-size: 200%;
    line-height: 1.1em;
}

.pop-mo-mpg > div:first-child {
    padding-right: 15px;
}
.pop-mo-price p {
    margin-bottom: 0;
}

.pop-mo-pricerange {
    font-size: 200%;
    line-height: 1.1em;
}

.pop-mo-price {
    margin-bottom: 15px;
}



@media (min-width:992px) and (max-width:1199px){
    .pop-mo-vehicles {
        margin-top: -105px;
    }
    .btn-pop-mo-inv {
        margin-top: 15px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .pop-mo-vehicles {
        margin-top: -120px;
    }
   .btn-pop-mo-inv {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px){
    .pop-mo-vehicles {
        margin-top: -19%;
    }
   .btn-pop-mo-inv {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

  /* Mobile Font Sizes: Per Scott */
        @media (max-width: 479px) {
            .h1, h1 { font-size: 24px; }
            .h2, h2, .page_Home h2, .page_Home .h2 { font-size: 20px; }
            .h3, h3 { font-size: 18px; }
        }
   
        
         /* Mobile Font Sizes: Per Scott */

         .inner {


  position: relative;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  padding:10px;
}

#rating {
font-family: 'Roboto', Helvetica;/* need change*/
  text-align: center;
}

.rating-num {
  color: #333333;
  font-size: 72px;
  font-weight: 100;
  line-height: 1em; 
}

.rating-stars {
  font-size: 20px;
  color: #E3E3E3;
  margin-bottom: .5em;
}
.rating-stars .active {
  color: #ffd700;
}

.rating-users {
  font-size: 14px;
}

.histo {
  float: left;
  font-size: 13px;
  padding:10px;
}

.histo-star {
  float: left;
  padding: 3px;

}

.histo-rate {
  width: 100%;
  display: block;
  clear: both;
}

.pop-ml-wrap {
    overflow: hidden;
}
.pop-ml-v a {
    text-decoration: none;
}
.pop-ml-header {
    text-align: center;
}
.pop-ml-desc {
    overflow: hidden;
    padding: 10px 10px 0;
    border-top: 1px solid #20517e;
    font-size: 16px;
}
.pop-ml-desc > div {
    float: left;
}

.pop-ml-colleft {
    width: 70%;
}
.pop-ml-colright {
    width: 30%;
    text-align: right;
}
.pop-ml-img {
    width: 100%;
    padding-top: 51.52%;
    background-color: #fff;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.pop-ml-imgwrap {
    max-width: 264px;
    max-height: 136px;
    overflow: hidden;
    margin: 0 auto 5px;
}

@media (max-width: 767px){
    .pop-ml-desc {
        padding: 10px 0 0;
    }
    .pop-ml-colleft,
    .pop-ml-colright {
        width: 100%;
        padding: 5px;
        text-align: center;
    }
    .pop-ml-colleft {
        background-color: #f7f7f7;
        background-color: #ddd;
        font-weight: bold;
    }

    .pop-ml-colright{
        background-color: #ddd;
        background-color: #f7f7f7;
    }
}

.pop-ml-header h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


