/* Container */
.modal {

    /* Overlay page content */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10000;

    /* Transition opacity on open */
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;

    /* Hide for now */
    opacity: 0;
    pointer-events: none;
}

/* Show modal */
.modal:target {
    opacity: 1;
    pointer-events: auto;
    /* at time of writing (Feb 2012), pointer-events not supported by Opera or IE */
}

/* Content */
.modal > div {
    width: 500px;
    background: #fff;
    position: relative;
    margin: 10% auto;

    /* Default minimise animation */
    -webkit-animation: minimise 500ms linear;
    -moz-animation: minimise 500ms linear;

    /* Prettify */
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    background: #fff;
    background: -moz-linear-gradient(#fff, #fff);
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff);
    text-shadow: 0 1px 0 #fff; 
}

/* Override animation on modal open */
.modal:target > div {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
}

.modal h2 {
    font-size: 36px;
    padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale3d(0.1,0.1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
    -webkit-transform: scale3d(1.08,1.08,1);
    box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
    -webkit-transform: scale3d(0.95,0.95,1);
    box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
    -webkit-transform: scale3d(1,1,1);
  }
  100% {
    -webkit-transform: scale3d(0.1,0.1,1);
  }
}

@-moz-keyframes bounce {
  0% {
    -moz-transform: scale3d(0.1,0.1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
    -moz-transform: scale3d(1.08,1.08,1);
    box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
    -moz-transform: scale3d(0.95,0.95,1);
    box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
    -moz-transform: scale3d(1,1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-moz-keyframes minimise {
  0% {
    -moz-transform: scale3d(1,1,1);
  }
  100% {
    -moz-transform: scale3d(0.1,0.1,1);
  }
}

/* Modal close link */
.modal a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
}

/* Reset native styles */
.modal a[href="#close"]:focus {
    outline: none;
}

/* Create close button */
.modal a[href="#close"]:after {
    content: 'X';
    display: block;

    /* Position */
    position: absolute;
    right: -10px;
    top: -10px;
    width: 1.5em;
    padding: 1px 1px 1px 2px;

    /* Style */
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }

    .modal a[href="#close"]:focus:after,
    .modal a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
    outline: 1px solid #000;
}

/* Open modal */
a.openModal {
    margin: 0em auto;
    display: block;
    width: 0px;
    text-align: center;
    padding: 0px;
}

a.openModal:hover,
a.openModal:focus {
   /* background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-linear-gradient(#fff, #ccc);
    background: -o-linear-gradient(#fff, #ccc);*/
}
a.openpage {
    margin: 0em auto;
    display: block;
    width: 0px;
    text-align: center;
    padding: 0px;
}


.color_box {
   height: 30px; /*Specify Height*/
   width:  130px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:283px;
      top:4px;
   opacity:0.2;
   border-radius: 10px; 
}
.perf_box {
   height: 30px; /*Specify Height*/
   width:  130px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      left:145px;
      top:-28px;
   opacity:0.2;
    border-radius: 10px;
}

.options_box {
   height: 30px; /*Specify Height*/
   width:  90px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      right:282px;
      top:101px;
   opacity:0.2;
    border-radius: 10px;
}
.prod_num_box {
   height: 30px; /*Specify Height*/
   width:  180px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      right:88px;
      top:67px;
   opacity:0.2;
    border-radius: 10px;
}
.engine_box {
   height: 30px; /*Specify Height*/
   width:  80px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      left:120px;
      top:-67px;
   opacity:0.2;
    border-radius: 5px;
}
.history_box {
   height: 30px; /*Specify Height*/
   width:  80px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      left:200px;
      top:05px;
   opacity:0.2;
    border-radius: 10px;
}
.brake_box {
   height: 50px; /*Specify Height*/
   width:  50px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      right:175px;
      top:-72px;
   opacity:0.3;
    border-radius: 20px;
}
.wheel_box {
   height: 50px; /*Specify Height*/
   width:  50px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      left:137px;
      top:-123px;
   opacity:0.3;
    border-radius: 20px;
}
.t5_box {
   height: 30px; /*Specify Height*/
   width:  80px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   position:relative;
      left:37px;
      top:-183px;
   opacity:0.3;
    border-radius: 10px;
}



.biwing_box {
   height: 30px; /*Specify Height*/
   width:  216px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:257px;
      top:32px;
   opacity:0.2;
   border-radius: 10px;
}
.taillight_box {
   height: 20px; /*Specify Height*/
   width:  106px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:267px;
      top:42px;
   opacity:0.3;
   border-radius: 10px;
}
.tire_box {
   height: 40px; /*Specify Height*/
   width:  40px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:263px;
      top:82px;
   opacity:0.2;
   border-radius: 10px;
}
.rear_box {
   height: 35px; /*Specify Height*/
   width:  60px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:179px;
      top:22px;
   opacity:0.2;
   border-radius: 10px;
}
.shock_box {
   height: 76px; /*Specify Height*/
   width:  16px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:86px;
      top:-58px;
   opacity:0.4;
   border-radius: 10px;
}
.exhaust_box {
   height: 20px; /*Specify Height*/
   width:  20px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:65px;
      top:-88px;
   opacity:0.3;
   border-radius: 10px;
}
.mag_ads_box {
   height: 30px; /*Specify Height*/
   width:  130px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:215px;
      top:-59px;
   opacity:0.2;
   border-radius: 10px;
}
.hatch_svo {
height: 10px; /*Specify Height*/
   width: 60px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:263px;
      top:-203px;
   opacity:0.4;
   border-radius: 10px;
}
.promo_box {
height: 30px; /*Specify Height*/
   width: 170px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      left:78px;
      top:-105px;
   opacity:0.2;
   border-radius: 10px;
}
.strut_box {
height: 80px; /*Specify Height*/
   width: 30px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      left:76px;
      top:-245px;
   opacity:0.3;
   border-radius: 10px;
}
.lights_box {
   height: 20px; /*Specify Height*/
   width: 55px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      left:219px;
      top:-315px;
   opacity:0.3;
   border-radius: 10px;
}


/*## history 3... #################*/


.swheel_box {
   height:60px; /*Specify Height*/
   width:86px; /*Specify Width*/
   border:4px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:163px;
      top:155px;
   opacity:0.2;
   border-radius: 72px;
}
.hurst_box {
   height: 40px; /*Specify Height*/
   width: 45px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
       right:53px;
       top:140px;
    opacity:0.2;
    border-radius: 30px;
 }
 .cluster_box {
    height: 22px; /*Specify Height*/
    width: 95px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:148px;
      top:18px;
   opacity:0.2;
   border-radius: 30px;
}
.seat1_box {
   height: 58px; /*Specify Height*/
   width: 255px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:298px;
      top:105px;
   opacity:0.2;
   border-radius: 10px;
}
.seat2_box {
   height: 58px; /*Specify Height*/
   width: 245px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      left:22px;
      top:40px;
   opacity:0.2;
   border-radius: 10px;
}
.hbrake_box {
   height: 58px; /*Specify Height*/
   width: 20px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:28px;
      bottom:08px;
   opacity:0.2;
   border-radius: 10px;
}
.flock_box {
   height: 23px; /*Specify Height*/
   width: 119px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:5px;
      bottom:175px;
   opacity:0.2;
   border-radius: 10px;
}
.bulb_box {
   height: 23px; /*Specify Height*/
   width: 28px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:5px;
      bottom:98px;
   opacity:0.2;
   border-radius: 10px;
}
.radio_box {
   height: 19px; /*Specify Height*/
   width: 42px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:55px;
      bottom:188px;
   opacity:0.2;
   border-radius: 10px;
}
.glbx_box {
   height: 19px; /*Specify Height*/
   width: 12px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:5px;
      bottom:215px;
   opacity:0.2;
   border-radius: 10px;
}
.swtch_box {
   height: 15px; /*Specify Height*/
   width: 42px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:55px;
      bottom:209px;
   opacity:0.2;
   border-radius: 10px;
}
.light_box {
   height: 39px; /*Specify Height*/
   width: 42px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:44px;
      bottom:415px;
   opacity:0.2;
   border-radius: 10px;
}
.handle_box {
   height: 39px; /*Specify Height*/
   width: 102px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      left:184px;
      bottom:455px;
   opacity:0.2;
   border-radius: 10px;
}
.pedal_box {
   height: 29px; /*Specify Height*/
   width: 62px; /*Specify Width*/
   border: 1px solid black; /*Add 1px solid border, use any color you want*/
   background-color: #DBA901; /*Add a background color to the box*/
   margin-left:auto;
   margin-right:auto;
   position:relative;
      right:124px;
      bottom:305px;
   opacity:0.2;
   border-radius: 10px;
}

