    .powerup_{
        width:100%;
        height:92vh;
        background-size:cover;
        background-position:center;
        position: relative;
    }

.powerup_linea{
        background-image:url(../images/powerup/linea/Linea_HERO.jpg);
}
.powerup_avventura{
     background-image:url(../images/powerup/avventura/Avventura_Banner.jpg);
}
.powerup_puntoevo{
     background-image:url(../images/powerup/puntoevo/PuntoEvo_HERO.jpg);
}
.powerup_linearoyal{
     background-image:url(../images/powerup/linea_royale/Diwali_banner.jpg);
}
     p.linea_disclaimer{
        position: absolute;
        margin: 0 auto;
        bottom: 15px;
        text-align: center;
        left: 0;
        right: 0;
        color: #000;
        font-size:12px;
        line-height:15px;
        font-weight:400;
        font-family:'Arial'; 
    }
    .btn_linea{
        position: absolute;
        bottom: 38px;
        right: 50px;
        width: 210px;
        padding: 0px;
        background: rgb(148, 23, 17);
        opacity: 0.7;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color:#fff;
        display:block;
        font-size:13px;
        line-height:40px;
        font-weight:400;
        font-family:'GillSans-Light'; 
        text-transform:uppercase;
        letter-spacing: 0.1em;
            outline: solid thin #fff;
    }
    .btn_linea:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 4px;
        left: 4px;
        right: 4px;
        top: 4px;
    }
    .btn_linea:hover{color:#fff; }
    
    .conatiner_linea{
        margin:0px auto;
        width:98%;
        display:block;
        
    }
    .linea_common_bg{
        background: #f2f2f2;
        padding: 20px 20px 10px;
        margin-top:5px; 
    }
    .headinglinea_text h4{
    margin:0px; 
    font-family: "GillSans";
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-bottom:10px;
    width: 100%;
        text-transform:inherit; 
    }
    
    .test_drive_{
        width:100%;
        float:left;
        position:relative;
    }
    .test_drive_ ul{
        list-style:none;
        padding:0px;
        margin:0px; 
    }
    .test_drive_  ul li{
        display:inline-table;
        position:relative;
        margin: 10px 0px;
    }
    .test_drive_ ul li input[type="text"] {
        width: 100%;
    }
    .test_drive_ ul li input[type="text"], .test_drive_ input[type="tel"], .test_drive_ input[type="email"] ,.test_drive_ ul li select {
        border: 1px solid #000;
        margin-right: 26px;
        padding: 11px 13px;
        width:170px; 
        font-size:12px;
        line-height:15px;
        Color:#666666;
        font-family:Arial, Verdana, Geneva, sans-serif;
        font-weight:400;  
    }
    .test_drive_ ul li .dealerList_{
        width:225px; 
    }
    .test_drive_ ul li label.error{
        display:block;
        color: #8c1818;
        font-size:12px;
        line-height:15px;
        font-family:'Arial';
        font-weight:400;
        position:absolute;
        top:-15px;
        left:0px; 
    }
    
   .test_drive_ input[type="submit"] {
    background: #8c1818;
        padding: 13px 13px;
        width:196px; 
        font-size:12px;
        line-height:15px;
        Color:#fff;
        font-family:Arial, Verdana, Geneva, sans-serif;
        font-weight:400; 
    }
    
    
    .test_drive_ ::-webkit-input-placeholder{
        font-size:12px;
        line-height:15px;
        Color:#666666;
        font-family:Arial, Verdana, Geneva, sans-serif;
        font-weight:400; 
    } 
    .test_drive_ ::-ms-input-placeholder{
        font-size:12px;
        line-height:15px;
        Color:#666666;
        font-family:Arial, Verdana, Geneva, sans-serif;
        font-weight:400; 
    } 
    .test_drive_ ::-moz-input-placeholder{
        font-size:12px;
        line-height:15px;
        Color:#666666;
        font-family:Arial, Verdana, Geneva, sans-serif;
        font-weight:400; 
    }
    .test_drive_ ::-o-input-placeholder{
        font-size:12px;
        line-height:15px;
        Color:#666666;
        font-family:Arial, Verdana, Geneva, sans-serif;
        font-weight:400; 
    }
    
    .feature_key{
        width:100%;
        float:left;
        font-family: 'GillSansLight';
    }
    
    .feature_key h1.feature_header{
        text-align: center;
        margin-bottom: 40px;
        font-size: 44px;
        margin-top: 40px;
        border: none;
        font-family: "GillSans";
        font-weight: 700;
        color: #202020;
        line-height: 40px;
        text-decoration: none;
        padding: 0;
        height: auto;
        letter-spacing: 0.3em;
    }
    
    
/**************/

ul.tabs {
    margin: 0px 0px 20px;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
    text-align: center;
}

ul.tabs li {
    font-size: 14px;
    line-height: 14px;
    font-family: "GillSans-Light";
    text-transform: uppercase;
    color: #202020;
    padding: 0 10px;
    letter-spacing: 0.1rem;
    cursor: pointer;
    display: inline;
}

ul.tabs li:hover {
    text-decoration: underline;
}

ul.tabs li.active {
    text-decoration: underline;
}

    .tab_content{
        padding:30px 10px;
    }
    
    
    .tab_containers .feature-gallery {
        padding:0px;
        margin:0px ;
        list-style:none;
    }
   .tab_containers .feature-gallery li:nth-child(odd) {
        *width: 65.0%;
        width: 64.0%;
        margin-right: 7px;
    }
    .feature-gallery li:nth-child(even) {
    width: 33%;
    margin-left: 7px;
}

.drawer {
    position: absolute;
    bottom:-0px;
    *height:14%;
    max-height:40px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    *transition: bottom 0.3s ease;
    width: 100%;
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;  
}
 
    
.drawer:hover {
     transition:max-height 1s ease-out;
    bottom: 0 !important;
    height:auto; 
    max-height:50%;
}

.drawer:hover .drawer-header-content::after {
    transform: rotate(0deg);
}

.drawer-header-content {
    color: #FFF;
}
.feature-gallery-content li img {
    width: 100%;
}

.feature-gallery-content .gallery-drawer {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1% 5%;
    cursor: pointer;
}

p.drawer-header .drawer-header-link .drawer-header-content {
    text-align: center;
    padding:0px;
     font-family: "GillSans-Light";
    height: 20px;
    display: inline-block;
    font-size: 14px;
}
    p.drawer-header{
    text-align:center;
    padding: 10px 10px 0; 
    }

.drawer p{
    font-size:12px;
    line-height:15px;
    color:#fff;
    font-family:'GillSans-Light';
    font-weight:400;     
    }
.tab_containers .drawer p:nth-child(2) {
    padding: 10px 30px;
}
    
.drawer-header-content:after {
    content: "";
    background: url("../images/powerup/linea/CHEVRON_DOWN_ICON.png") no-repeat;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-position: 0 0;
    display: inherit;
    vertical-align: middle;
    margin-left: 10px;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.gallery-drawer.closed a span:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.gallery-drawer.closed a span:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.drawer-header .drawer-header-link {
    display: block;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
}

.tab_containers .feature-gallery li{
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    overflow: hidden;
}
.tab_containers .gallery-content {
    height: 280px;
}
    
.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}    
.tab_containers .gallery-image {
    background-size: cover;
    background-repeat: no-repeat;
}

  .linea_cont .gallery-image.touch-screen {
    background-image: url('../images/powerup/linea/TOUCH_SCREEN.jpg');
}

   .linea_cont .gallery-image.performance {
    background-image: url('../images/powerup/linea/PERFORMANCE.jpg');
    }

   .linea_cont .gallery-image.airbags {
    background-image: url('../images/powerup/linea/AIRBAGS.jpg');
}

    .linea_cont .gallery-image.cruise-control {
    background-image: url('../images/powerup/linea/CRUISE_CONTROL.jpg');
}



.avventura_cont .gallery-image.touch-screen {
    background-image: url('../images/powerup/avventura/TOUCH_SCREEN.jpg');
}

.avventura_cont .gallery-image.performance {
    background-image: url('../images/powerup/avventura/PERFORMANCE-avventura.jpg');
}

.avventura_cont .gallery-image.airbags {
    background-image: url('../images/powerup/avventura/Alloy_Wheels.jpg');
}

.avventura_cont .gallery-image.cruise-control {
    background-image: url('../images/powerup/avventura/Ground_Clearance.jpg');
}



.puntoevo_cont .gallery-image.touch-screen {
    background-image: url('../images/powerup/puntoevo/TOUCH_SCREEN.jpg');
}

.puntoevo_cont .gallery-image.performance {
    background-image: url('../images/powerup/puntoevo/PERFORMANCE.jpg');
}

.puntoevo_cont .gallery-image.airbags {
    background-image: url('../images/powerup/puntoevo/HEAD_LAMPS.jpg');
}

.puntoevo_cont .gallery-image.cruise-control {
    background-image: url('../images/powerup/puntoevo/ALLOYS.jpg');
}



.linearoyal_cont .gallery-image.touch-screen {
    background-image: url('../images/powerup/linea_royale/black_interior.jpg');
}

.linearoyal_cont .gallery-image.performance {
    background-image: url('../images/powerup/linea_royale/Punto_Karbon.jpg');
}

.linearoyal_cont .gallery-image.airbags {
    background-image: url('../images/powerup/linea_royale/premium_interior.jpg');
}

.linearoyal_cont .gallery-image.cruise-control {
    background-image: url('../images/powerup/linea_royale/Linea_Royale.jpg');
}



.tab_containers .gallery-content.even-display {
    height: 280px;
}
    
    @media (min-width:768px) and (max-width:992px){
        .test_drive_ ul{text-align:center;}
        .tab_containers .feature-gallery li:nth-child(odd){
            width:64%; 
        }
        .tab_containers .feature-gallery li:nth-child(odd) { width: 55%;}
        .feature-gallery li:nth-child(even){ width: 42%;}

    }    

     @media (max-width:767px){
         .btn_linea{bottom:55px;right:20px;  }
        .feature_key h1.feature_header{font-size:28px;line-height:38px;  }
         .test_drive_ ul li{width:100%; }
        .test_drive_ ul li input[type="text"], .test_drive_ input[type="tel"], .test_drive_ input[type="email"],.test_drive_ ul li .dealerList_ ,.test_drive_ ul li select{width:100%;margin-right:0px;   }
         .tab_containers .feature-gallery li:nth-child(even),.tab_containers .feature-gallery li:nth-child(odd){width:100%;margin:0px 0px 10px; }
         ul.tabs{height:auto;}
         ul.tabs li{font-size:13px; }

    }