@media only screen and (min-width : 1000px) {
 html,body {
	  font-family: 'Trebuchet MS', sans-serif;	  
	  height: 100%;
 }

.BlackBack {
 background: black;
}	

.WhiteBack {
 background: white;
}	
 
 
h1 {
	 margin-top: 0px;
	 color: green;
	 font-size: 25px;
 }	 
 
h2 {
	 margin-top: 0px;
	 font-size: 20px;
	 color: green;
 }	 
 

li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 25px;
}

.bulletpoints  li{
  list-style: square !important;
  font-family: 'Trebuchet MS', sans-serif;	 
  color: white;
  padding-bottom: 10px;
  font-size: 20px;
}	

.scirearrows {
	padding-right:15px;
	text-shadow:3px 3px 15px #eea1ff, -3px 3px 15px #eea1ff, -3px -3px 15px #e261ff, 3px -3px 15px #e261ff;
}	

.scirearrow {
	color:#00ff00;
	font-size: 25px !important;
	line-height:100% !important;
}	

.content-wrapper {
	 display:table; 
}

 .content {
	 padding:50px;
	 display:table;
 }	 
 
 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

#menu_desktop {
	display:block;	
	 z-index: 10;
}	

#menu_mobile {
	display:none;	
	
}	

/* Add some content at the bottom of the video/page */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #f1f1f1;
  width: 200px;
  min-width: 200px;
  height: 100%;
  padding: 0px;
  z-index: 10;
  cursor: pointer;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0px;
  background: rgba(0, 0, 0, 1.0);
  color: #f1f1f1;
  width: 95%;
  height: 55px;
  z-index: 9;
}

#topbarmessage {
  position: fixed;	
  top: 80px;
  left: 200px;
  background: rgba(100, 0, 100, 1.0);
  color: #f1f1f1;
    font-size: 25px;
	text-align: center;
  width: 90%;
  margin: 0 auto;
  height: 35px;
  z-index: 9;
}

#TopMessageBottom {
 	padding-left:20px;
}	
	
.topbarfade {
  z-index: 9;
  position: fixed;
  top: 55px;
  left: 200px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  height: 100px;
  width: 100%;
  content: '';
}

.cartsummary {
	visibility: hidden;
	cursor: pointer;
	font-size:30px;
	color: white;
	float:right;
	margin-right: 10px;
}

.whitetext {
	color: white;
}

.cartsummary:hover {
 transform: translateX(-20px) scale(1.1);
}	

#CartSummaryText {
	font-size:75%;
}	

#CheckoutIcon {
	visibility: hidden;
	margin-right:20px;
}	

#CheckoutUpdate {
	visibility: hidden;	
}	

#savingpopup {
  z-index: 50;
  color: #00DD00;
  font-size:20px;
  position: fixed;
  top: 50px;
  right: 50px;
  animation: shake 2.82s cubic-bezier(.36,.07,.19,.97) both;
  animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
  display : none;
}	


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


.footerfade {
  z-index: 100;
  position: fixed;
  bottom: 50px;
  left: 200px;
  background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  height: 100px;
  width: 100%;
  content: '';
}

.footer {
position: fixed;
 bottom: 0;
left: 200px;
  background: rgba(0, 0, 0, 0.95);
  color: #f1f1f1;
  width: 90%;
  height: 125px;
  min-height: 125px;
  padding: 0px;
  text-align: left;	
    z-index: 100;
}	

.menu img {

max-width:90%;
	
}	

.MainScroll {
  z-index: 8;	
  position: fixed;
  top: 50px;
  left: 200px;
  overflow-y: auto;
  height: 95%;
  margin-bottom: 50px;
  width: 90%;
  display: block;
}	


.MainScroll::-webkit-scrollbar {
  display: none;
}

.MainScroll {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
} 

.MainScrollProductDrilldown{
	cursor: pointer;	
	min-height : 400px;
	height : auto;
	width : 90%;
	min-width : 1200px;
	border-top: 2px;
	border-right: 2px;
	border-bottom: 0px;
	border-left: 2px;
	border-style: solid;
    border-color: green;
	position: relative;
	color: white;
	margin: 25px 20px 0px 180px;
	background: rgba(0, 0, 0, 0.9);
    color: #f1f1f1;

}	

.MainScrollProduct {
	cursor: pointer;	
	height : 400px;
	width : 90%;
	border: 2px solid green;
	position: relative;
	color: white;
	margin: 0 auto;
	margin-bottom:50px;
	background: rgba(0, 0, 0, 0.9);
}	

.ProductDrilldown {
	cursor: grab;		
	min-height : 400px;
	height : auto;
	width : 90%;
	min-width : 1200px;

	border-top: 0px;
	border-right: 2px;
	border-bottom: 2px;
	border-left: 2px;
	border-style: solid;
    border-color: green;
	position: relative;
	color: white;
	margin: 0px 20px 50px 180px;
	background: rgba(0, 0, 0, 0.9);
    color: #f1f1f1;
}	 
 
 
.ProductDrilldownText{
    padding:20px 0px 20px 50px;	 

 }

.MainScrollProductFirst {
	margin-top:200px;
}	

.MainScrollProductLast {
	margin-bottom:500px;
}	


.MainScrollProductDrilldownIMG {
  position: absolute;
}

.MainScrollProductDrilldownIMG img{
  width: 900px;
  height: 300px;
    opacity: 60%;
	margin-left: 20px;
} 

.MainScrollProductIMG {
  position: absolute;
  opacity: 90%;
  width: 100%;
  max-width: 1100px;
  max-height: 400px;
} 

.MainScrollProductIMG img{
  width: 100%;
  max-height: 400px;
} 

.MainScrollProductTitle {
	position: absolute;
	margin-left: 470px !important;
}

.MainScrollProductTitle img{
	width: 100%;
    max-height: 100px;
}

.MainScrollProductDrilldownDescription {
	position: absolute;
	margin-left: 470px !important;
	margin-top: 200px;
	margin-right: 50px;
	color: white;
	z-index: 40;
}

.MainScrollProductDescription {
	position: absolute;
	margin-left: 500px;
	margin-top: 120px;
	margin-right: 50px;
	color: white;
	z-index: 40;
}

.Price {
	position: absolute;
	color: white;
	margin-left: 500px;
	margin-top: 320px;	
	font-size:50px;
	z-index: 46;
}	

.PriceDrilldown {
	position: absolute;
	color: white;
	margin-left: 500px !important;
	margin-top: 115px;	
	font-size:50px;
	z-index: 46;
}


#individualsavingpopup{
   position: absolute;
   margin-left: 660px !important;
   margin-top: 130px;	
   z-index: 47;
   color: #00DD00;
   font-size:15px;
   display : none;	
}	

.mainscrollsavingpopup{
   position: absolute;
   margin-left: 655px !important;
   margin-top: 340px;	
   z-index: 47;
   color: #00DD00;
   font-size:14px;
   display : none;	
}	

.MainScrollPurchaseArea {
	position: absolute;
	margin-left: 700px !important;
	margin-top: 325px;	
	z-index: 45;
}	

.MainScrollDrilldownPurchaseArea {
	position: absolute;
	margin-left: 750px;
	margin-top: 120px;	
	z-index: 45;
}	

.PlusButton {
	cursor: pointer;
	position: absolute;
	margin-left: 200px;
	margin-top: 0px;
	font-size:50px;
	z-index: 50;
	
}

.Quantity {
	position: absolute;
	margin-left: 115px;
	margin-top: -5px;
	font-size:50px;
	z-index: 50;
}


.MinusButton {
	cursor: pointer;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	font-size:50px;
	z-index: 50;
}

.StockButton {
	display: inline-block;
	color: green;
}

.StockButton:hover {
	display: inline-block;
	  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.AddToCart {
	color:white !important;
	margin: auto;
	text-align: center;
	cursor: pointer;
	position: absolute;
	margin-left: 300px;
	margin-top: 0px;
	font-size:20px;
	z-index: 50;	
	width:100px;
	display : none;	
}	

.menu li {
  color: green;
  float:none;
  display: block;
  padding-bottom:20px;
}

.menu li:hover{
  color: white;
}

.CheckOut {	
  -ms-overflow-style: none; 
  scrollbar-width: none; 
  z-index: 8;	
  position: relative;
  top: 100px;
  left: 220px;
  overflow-y: auto;
  height: 95%;
  margin-bottom: 400px;
  width: 100%;
  display: block;	
}

#CheckOutHeader {
margin-bottom:30px;	
}	

#CheckOutTable table {
	width: 100%;
}

#CheckOutTable table,th,td {
	border: 1px solid green;
	border-collapse: collapse;
	min-height:50px;
	padding-bottom:	10px;
}

#CheckOutTable th,td {
	font-size: 1.5em;
}


.CheckOut h1 {
}

.CheckOutSummary {
	cursor: pointer;	
	height : auto;
	width : 1200px;
	position: relative;
	color: black;
	margin-bottom:50px;
	padding: 5px;
}	


.CheckoutItem {	
	width:100%;
	height:100px; 
	
	padding: 10px 0px 10px 0px;
}

.CheckoutItemSummary {
	border: 1px solid green;
	display: block;
	width:100%;
	height:50px; 
	font-size:1.4em;
	padding: 5px 0px 5px 0px;
}

.CheckoutItemDiv {
	height: 100%;
	float: left;
	width: 12%; 
	text-align:center; 
	height: 100px; 
	line-height: 100px;
}


.checkoutimg {
	width : 100px;
	border: 2px solid green;
}	

.footer {
    font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
    color: 
    #CCC;
    font-size: 75%;
    text-align: center;
    font-variant: normal;
	margin-top: 20px;
}

.footer p.copyright {
    text-transform: uppercase;
    margin: 5px;
    font-size: .75em;
	color: white; 
}


.YoutubeContainer {
	position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.YoutubeFrame {
  position: absolute;
  top: 0;
  left: 0; 
  width: 90%;
  height: 90%;
  border: 0;
}	

.constructioncontainer {
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}	

.construction {
	 font-family: 'Roboto', sans-serif;
	  	text-shadow:30px 30px 50px #eea1ff, -30px 30px 50px #eea1ff, -30px -30px 50px #e261ff, 30px -30px 50px #e261ff;
		font-size: 50px;
	color: #00ff00;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#DownloadCentre {
	padding-left:200px;
}

#DownloadCentre table,tr,td{
	border: 0;
	border-collapse: collapse;
	padding-right:20px;
}	

#DownloadCentre td,p{
 color:white;	
}	

#DownloadCentre td {
 padding-bottom:15px;	
}

.downloadarrow {
	font-size: 40px;
	color:green;	
	 -webkit-animation: glowgreen 2s ease-in-out infinite alternate;
    -moz-animation: glowgreen 2s ease-in-out infinite alternate;
    animation: glowgreen 2s ease-in-out infinite alternate; 
}	

#about {
	padding-left:200px;
}

#message {
	margin-left: 0px;
	padding-left:250px;
	 width: 100%;
	 height: 30px;
	 margin-top: 0px;
	 color: white;
	 font-size: 25px;
	 background: #a700ff;
}	

#shipping {
	padding-left:200px;
	padding-bottom:300px;
}

#FAQ {
	padding-left:200px;
	padding-bottom:300px;
}	

#FAQ h1 {
	color:white !important;
}	

#FAQ p {
	padding-bottom:30px;
}	

.question {
	color:#00AA00; !important;
	font-size: 20px !important;
}	

.qanda {
	font-size: 30px !important;
	color:#ff00ff !important;	
	padding-right:20px;
}	

#ordersuccessfull {
		padding-left:200px;
}

#CheckOutTableCol1 {
	width:500px;
}

#MainscrollMobile {
	display:none;
}	


#AddressTable table,th,tr,td{
	border: 0;
	border-collapse: collapse;
	padding-right:20px;
}	

#AddressTable label{
  font-size: 15px;

}	

#AddressTable td {
 padding-bottom:15px;	
}

#AddressTable input[type="text"] {
    width: 300px;
	height: 20px;
}




}