/* ----------------------------------------------------------------

   [ 19 Custom by InImage ]

-----------------------------------------------------------------*/

/*  Web Rotate Css */
#content
{
    width: 100%;
    height: 400px;
    /* border: 1px dotted #cecfd2; */
}

/*  interior iframe css to match exterior style */
iframe#carinterior{

  width: 100%; 
  height: 400px; 
  border: none; 
  max-width: 600px;

}

/*  Style Rules Override*/
.section-head-white h6::before, .section-head-white h6::after {
    background-color: #FFFFFF;
    color: #FFFFFF;
}

.section-head-white h6, .section-head-white h4 {

    color: #FFFFFF;

}

.box1 h4, .box2 h4{
    margin-bottom:20px;
}

/*  responsive iframe - container + iframe  */

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 68%;
}

.resp-iframe {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 400px;
    border: 0;

    /*  center div */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*  Contact section + Footer   */
.contact-info{
    padding-top: 40px;
}
.contact-info .section-head{
    margin-bottom: 0;
}

/*  Footer  */
.contact-info .info .item .icon {
    float: none;
    font-size: 35px;
    color: #2AAFC0;
    padding-bottom: 10px;
    text-align: center;
}

.contact-info .info .item .cont {
    text-align: center;
    margin-left: 0;
}

.contact-info .info .item {
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .contact-info{
        padding-top: 0;
    }
}

footer {
    background: #111;
}

.ext-image-credits{
    font-size: 10px;
    text-transform: lowercase;
}




/*Cookie Consent Begin*/
#cookieConsent {

    /*background-color: rgba(20,20,20,0.8);*/
    /*min-height: 26px;*/
    /*font-size: 14px;*/
    color: #ccc;
    line-height: 26px;
    padding: 30px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;

    background-color: rgba(131, 60, 60, 0.8);

    min-height: 80px;

    font-size: 20px;
    font-weight: bold;
}
#cookieConsent a {
    color: #e7dc02;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


