<style>

label[for="year"] {
    color: silver !important;
}


* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
body { 
    background: #000000; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #000000 , #6666ff, #000000); */ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #000000 , #6666ff, #000000); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}    
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    font-size: 30px;
    /*border-radius: 25px;*/
    /*border: 5px solid #000000;*/
    background-color: #8d92a6;
    text-align: center;
    color: #8d92a6;
    padding: 15px;
    margin: 20px;
    box-shadow: 5px 5px 5px #000000; 
    background: #000000; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*box-shadow:2px 2px 1px black;*/
}
.headerMOB {
    font-size: 30px;
    /*border-radius: 25px;*/
    /*border: 5px solid #000000;*/
    background-color: #8d92a6;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: #8d92a6;
    padding: 5px;
    margin: 5px;
    box-shadow: 5px 5px 5px GREY; 
    background: #000000; /* fa#8d92a6llback for old browsers */
    /*background: -webkit-linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*box-shadow:2px 2px 1px black;*/
}
.row {
    text-align: center;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    /*border-radius: 25px;*/
    border: 2px solid Silver;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #000000; 
    background-color: #cccccc;
    color: silver;
    background: #000000; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*box-shadow: 2px 2px 1px black;*/
}
.menu li:hover {
    background-color: Grey;
    color: #000000;
}
.aside {
    /*border-radius: 25px;*/
    /*border: 5px solid #999999;*/

    /*background-color: #cccccc;*/
    padding: 25px;
    /*color: #ffffff;*/
    text-align: center;
    font-size: 14px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    /*background: #000000; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #000000 , #cccccc, #000000);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.footer {
    margin-left: auto; 
    margin-right: auto;
    width: 70%;
  /*  display: inline-block; */ 
    border:2px solid Silver;
    border-radius: 15px;
    padding: 15px;
   /* margin: 15px;  */
    background-color: black;
    color: silver;
    text-align: center;
    font-size: 16px;

}

.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: left;
    background: Black; /* fallback for old browsers */
   /*  background-color: rgb(147,206,252); */
    background-color: Black;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 75%;
    height: 0%;
    text-align: left;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: Black;
    background: Black;
    display: block;
    transition: 0.5s;
    width: 100%;
}
p {
   color: silver;
}


#black {
   color: black;
}

span {
    /*background-color: grey;*/
}


img {
    margin-top: 0px;
    max-width: 100%;
    height: auto;
}
.imgaside {
    display: inline-block;
    max-width: 150px;
    height: auto;
}
.imgProductBox {
  /*  max-width: 100%;  */
 /*   height: 30px;   */
 /*   width: auto;  */
}


.asideimg {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 0;
}

h1 {
   color: #000000;
}

h4 {
   color: #000000;
}
  
  ul { margin: 5px 5px 5px 5px; 
  }


a:link{color: Silver;}
a:visited{color: Silver;}
a:hover{color: Silver;}
a:active{color: Silver;}

a:link {text-decoration: none;}    /* unvisited link */
a:visited {text-decoration: none;} /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */
a:active {text-decoration: none;}  /* selected link */
  
 .footer a:link{color: Silver;}
  .footer a:visited{color: Silver;}
  .footer a:hover{color: Silver;}
  .footer a:active{color: Silver;}

#menuBar {
    background: #000000; /* fallback for old browsers */
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/d13cast.png");
    box-shadow: 5px 5px 5px #000000; 
    max-width: 90%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
} 

.floatRIGHT{
    float: right;
    font-size: 0.75em;
}

.productBoxVersion {
   display: inline-block; 
    border:2px solid Silver;
    border-radius: 30px;
    padding: 15px;
    margin: 15px;
   background-color: black;  /* Black background */
    color: silver;  /* Silver text */
     
    width: 300px;  /* Set width */
    text-align: center;  /* Center text */
    font-size: 18px;  /* Adjust font size */
    }

.productBoxYear {
    display: inline-block; 
    border:2px solid Silver;
    border-radius: 30px;
    padding: 15px;
    margin: 15px;
    box-shadow: 5px 5px 5px #000000; 
    background-color: black;
    color: silver;
    background: black; /* fallback for old browsers */
    width: 300px;
    height: auto;
    }

.productBox {
    display: inline-block; 
    border:2px solid Silver;
    border-radius: 30px;
    padding: 15px;
    margin: 15px;
    box-shadow: 5px 5px 5px #000000; 
    background-color: #cccccc;
    color: #000000;
    background: #000000; /* fallback for old browsers */
    width: 300px;
    height: auto;
    }
  
  .productInfoBox {
    display: inline-block; 
    border:2px solid Silver;
    border-radius: 30px;
    padding: 15px;
    margin: 15px;
    box-shadow: 5px 5px 5px #000000; 
    background-color: #cccccc;
    color: #ffffff;
    background: #000000; /* fallback for old browsers */
    width: 300px;
    height: auto;
    }
  
  .newReleasesBox {
    display: inline-block; 
    border:2px solid Silver;
    border-radius: 30px;
    padding: 15px;
    margin: 15px;
    box-shadow: 5px 5px 5px #000000; 
    background-color: #cccccc;
    color: #ffffff;
    background: #000000; /* fallback for old browsers */
    width: auto;
    height: auto;
    }
  
  .versionBox {
    border: 2px solid silver;
   /*  padding: 10px; */
   /* margin: 10px; */
    border-radius: 30px;
    box-shadow: 5px 5px 5px #000000; 
    background-color: #cccccc;
    color: #ffffff;
    background: #000000; /* fallback for old browsers */
    width: auto;
    height: auto;
  }
  
.topMenuBox {
  display: inline-block; 
  padding: 25px;
    width: 124px;
    height: 34px;
   
    color: #000000;
    background: #ffffff; /* fallback for old browsers */
    
  }

#TOPBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#TOPBtn:hover {
  background-color: #555;
}
  
  div {
    padding:5px; 
 /*   border:2px solid Silver;   */
  }
  
  * { margin : 0; padding : 0; box-sizing : border-box;}
  
  
  
    
@media only screen and (max-width: 767px) {
/* For mobile phones: */
    div.navigation { display: none ; }
    #menuBar { display: block;
              margin-left: auto;
              margin-right: auto; }
    .headerMOB { display: block;
                 margin-left: auto; 
                 margin-right: auto; }
    
    .header { display: none; }
    .row ul { display: none; }
    .aside {display: block; }
    .footer {display: block; }
    .productDescriptionBox { max-width: 90%; font-size: 0.5em; }
    .productTypeBox { max-width: 90%; font-size: 0.5em; }
    
       
}

@media only screen 
    and (min-width: 768px)
    and (max-width: 1199px) {
    /* For tablets: */
    #menuBar { display:none; }
    .headerMOB { display: none; }
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1200px) {
    /* For desktop: */
    #menuBar { display: none; }
    .headerMOB { display: none; }
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;
    margin-left: auto;
    margin-right: auto;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


#cookiePane
{
display:none;
position:fixed;
left:0px;
top:0px;
float: right;
width: 100%; 
max-width: 100%;
height: auto;
background-color: grey; 
text-align: center;
border: 5px solid #999999;
opacity: 1.0; 
filter: alpha(opacity=100);
transition: 0.3s;
}

.mainLinkBox {
    display: inline-block; 
    border:2px solid Silver;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    background-color: black;
    color: silver;
    width: 300px;
    text-align: center;
    font-size: 16px;
}

.mainLinkBox span {
    background: none;
}

input, textarea, select {
    background-color: black;
    color: silver;
   /* border: 2px solid silver;  */
    border-radius: 5px;
    padding: 5px;
}

/* Remove default browser styles */
input:focus, textarea:focus, select:focus {
    outline: none;
}

button.accordion {
    margin: 5px;
    transition: 1.5s;
}

input[type=submit] {
    margin-left: 10px;
}

/* input[type=text] {
    width: 30%;
    padding: 5px 5px;
    border: 1px solid #ccc;
    text-align: center;
} */

div.panel {
    padding: 10px 18px;
    background-color: Maroon;
    transition: 1.5s;
    display: none;
}

div.panel.show {
    box-shadow: 5px 5px 5px GREY;
    transition: 1.5s;
    display: block;
}


</style>



