.AcsProductWrapper{
	top:0px;
	position:relative;
	display:block;
	width:100%;
	height:auto;

		margin-bottom:2%;
}
.AcsProductHeaderContent
{
	position:relative;
	display:inline-block;
	width:100%;
	height:500px;
	background-image:url(../images/gallery/productheader1.jpg);
	background-size:cover;
	text-align:center;
	z-index:1;
	
}
.AcsProductHeaderContent h2
{
	top:170px;
	width:50%;
	color:white;
	font-size:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:hidden;
	position:relative;
	text-shadow: 5px 4px 8px #D2D9D8;
	
}
.AcsProductHeaderContent:hover
{
	transform:scale(1.05);
	
}


.Acsproductsitem:nth-child(even) 
{
	display:inline-block;
	position:relative;
	width:90%;
	
	height:300px;
	background-color: #F8F7F6;
	margin-top:10px;
	margin-left:5%;
	margin-right:5%;
	border-radius:10px 10px;
	overflow-x:hidden;
		overflow-y:scroll;
}
.Acsproductsitem:nth-child(odd) 
{
	display:inline-block;
	position:relative;
	width:90%;
	
	height:300px;
	background-color: #EFFEF3;
		margin-top:10px;
			margin-left:5%;
	margin-right:5%;
		border-radius:10px 10px;
			overflow-x:hidden;
		overflow-y:scroll;
}
.Acsproductsitem:hover
{
	animation-name:Colorchange;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	border:solid #DEDEDE;
	
	
}
@keyframes Colorchange
{
	to{background-color:#E7E2B9;}
}
.AcsProductsitemswrapper
{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	
}
.Acsproductsitemcontent
{
	display:inline-block;
	position:relative;
	width:100%;
	float:left;
	left:0px;
	height:300px;
}
#product0
{
	
	background-image:url(../images/gallery/ValuationLite.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 150px 150px;

	
	
}
#product0 h2
{
	display:block;
	position:absolute;
	width:100%;
	top:250px;
	color:#349C82;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 5px 4px 15px white;
	font-size:25px;
	line-height:30px;
text-align:center;
	
}
#product1
{

	background-image:url(../images/gallery/BusinessLite-01.JPG);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 150px 150px;

	
	
}
#product1 h2
{
display:block;
	position:absolute;
	width:100%;
	top:250px;
	color:#349C82;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 5px 4px 15px white;
	font-size:25px;
	line-height:30px;
text-align:center;
	
}
#product3
{
	
	
	background-image:url(../images/PSG-01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 150px 150px;

	
}
#product3 h2
{
	display:block;
	position:absolute;
	width:100%;
	top:250px;
	color:#349C82;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 5px 4px 15px white;
	font-size:25px;
	line-height:30px;
text-align:center;
	
}
#product2
{
	

	background-image:url(../images/gallery/bitdefender.jpg);
	background-position:top 30px left 45%;
	background-repeat:no-repeat;
	background-size: 150px 150px;
	
}
#product2 h2
{
	display: block;
    position: absolute;
    top: 250px;
    color: #349C82;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 5px 4px 15px white;
    font-size: 25px;
    line-height: 30px;
    left: 30px;
    right: 30px;
	
}

#productdes1
{
    
	display:inline-block;
	position:relative;
		width:95%;

	height:300px;
	padding-left:2.5%;
		padding-right:2.5%;
	
}

#productdes2
{
	display:inline-block;
	position:relative;
	width:95%;

	height:300px;
	padding-left:2.5%;
		padding-right:2.5%;
}
.invisiblescroll::-webkit-scrollbar
{
     display:none;
     scrollbar-width:0;
}
.downloadlink 
{
	position:absolute;
	float:left;
	top:20px;
	
	z-index:100;
		text-align:center;
		width:100%;
}
.downloabutton
{
	border:none;
	background-color:#F0C891;
	color:white;
}
.downloabutton:hover
{
	background-color:#349C82;
	color:white;
	
	
}
.desctitle
{
	width:100%;
	line-height:50px;
	height:50px;
	font-size:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 5px 4px 4px white;
	color:#DC8E06;
	text-align:center;
}
#productdes1 >ul >li
{
	color:black;
	display:inline-block;
	width:50%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#productdes1 >ul >li:hover
{
	font-size:18px;
	color:#F68450;
}
#productdes2 >ul >li
{
	color:black;
	display:inline-block;
	width:50%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#productdes2 >ul >li:hover
{
	font-size:18px;
	color:#F68450;
}

@media only screen and (max-width:768px)
{
                            .AcsProductWrapper{
                    	top:10px;
                    	position:relative;
                    	display:block;
                    	width:100%;
                    	height:auto;
                    
                    		margin-bottom:2%;
                    }
                    .AcsProductHeaderContent
                    {
                    	position:relative;
                    	display:inline-block;
                    	width:100%;
                    	height:500px;
                    	background-image:url(../images/gallery/productheader1.jpg);
                    	background-size:cover;
                    	text-align:center;
                    	z-index:1;
                    	
                    }
                    .AcsProductHeaderContent h2
                    {
                    	top:170px;
                    	width:100%;
                    	color:white;
                    	font-size:60px;
                    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                    	overflow:hidden;
                    	position:relative;
                    	text-shadow: 5px 4px 8px #D2D9D8;
                    	
                    }
                    .AcsProductHeaderContent:hover
                    {
                    	transform:scale(1.05);
                    	
                    }
                    
                    
                    .Acsproductsitem:nth-child(even) 
                    {
                    	display:block;
                    	position:relative;
                    	width:90%;
                    	
                    	height:400px;
                    	background-color: #F8F7F6;
                    	margin-top:10px;
                    	margin-left:5%;
                    	margin-right:5%;
                    	border-radius:10px 10px;
                    	overflow-y:scroll;
                    	overflow-x:hidden;
                    	
                    }
                    .Acsproductsitem:nth-child(odd) 
                    {
                    	display:block;
                    	position:relative;
                    	width:90%;
                    	
                    	height:400px;
                    	background-color: #EFFEF3;
                    		margin-top:10px;
                    			margin-left:5%;
                    	margin-right:5%;
                    		border-radius:10px 10px;
                    			overflow-y:scroll;
                    	overflow-x:hidden;
                    }
                    .Acsproductsitem:hover
                    {
                    	animation-name:Colorchange;
                    	animation-duration:2s;
                    	animation-iteration-count:infinite;
                    	animation-direction:alternate;
                    	border:solid #DEDEDE;
                    	
                    	
                    }
                    
                    @keyframes Colorchange
                    {
                    	to{background-color:#E7E2B9;}
                    }
                    .AcsProductsitemswrapper
                    {
                    	position:relative;
                    	display:inline-block;
                    	width:100%;
                    	height:auto;
                    	
                    }
                    .Acsproductsitemcontent
                    {
                    	display:block;
                    	position:relative;
                    	width:100%;
                    	float:left;
                    	left:0px;
                    	height:300px;
                    }
                    #product0
                    {
                    
                    	background-image:url(../images/gallery/ValuationLite.png);
                    
                    	
                    	
                    }
                    #product0 h2
                    {
                    	display:block;
                    	position:absolute;
                    	width:100%;
                    	top:250px;
                    	color:#349C82;
                    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                        text-shadow: 5px 4px 15px white;
                    	font-size:25px;
                    	line-height:30px;
                    
                    
                    	text-align:center;
                    	
                    }
                    #product1
                    {
                    	
                    	background-image:url(../images/gallery/BusinessLite-01.JPG);
                    	
                    	
                    }
                    #product1 h2
                    {
                    	display:block;
                    	position:absolute;
                    	width:100%;
                    	top:250px;
                    	color:#349C82;
                    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                        text-shadow: 5px 4px 15px white;
                    	font-size:25px;
                    	line-height:30px;
                    
                    	
                    		text-align:center;
                    	
                    }
                    #product3
                    {
                    	
                    
                    	background-image:url(../images/PSG-01.png);
                    
                    	
                    }
                    #product3 h2
                    {
                    		display:block;
                    		width:100%;
                    	position:absolute;
                    	top:250px;
                    	color:#349C82;
                    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                        text-shadow: 5px 4px 15px white;
                    	font-size:25px;
                    	line-height:30px;
                    
                    
                    	text-align:center;
                    	
                    }
                    #product2
                    {
                    	
                    
                    	background-image:url(../images/gallery/bitdefender.jpg);
                    	
                    	
                    }
                    #product2 h2
                    {
                    	display: block;
                        position: absolute;
                        top: 250px;
                        color: #349C82;
                        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                        text-shadow: 5px 4px 15px white;
                        font-size: 25px;
                        line-height: 30px;
                        left: 30px;
                        right: 30px;
                        	text-align:center;
                    	
                    }
                    
                    #productdes1
                    {
                    	display:inline-block;
                    	position:relative;
                    	width:100%;
                    	left:0%;
                    	height:300px;
                    	
                    }
                    #productdes2
                    {
                    	display:inline-block;
                    	position:relative;
                    	width:100%;
                    	left:0%;
                    	height:300px;
                    }
                    .downloadlink 
                    {
                        width:100%;
                        display:block;
                    	position:relative;
                    	float:left;
                    	top:10px;
                    	left:0;
                    	z-index:100;
                    		text-align:center;
                    }
                      .downloadlink a
                      {
                        padding-left:2px;
                      }
                    .downloabutton
                    {
                    	border:none;
                    	background-color:#F0C891;
                    	color:white;
                    }
                    .downloabutton:hover
                    {
                    	background-color:#349C82;
                    	color:white;
                    	
                    	
                    }
                    .desctitle
                    {
                    	width:98%;
                    	line-height:50px;
                    	height:50px;
                    	font-size:26px;
                    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                        text-shadow: 5px 4px 4px white;
                    	color:#DC8E06;
                    	text-align:center;
                    	top:15px;
                    
                    }
                    #productdes1 >ul 
                    {
                        width:95%;
                        padding:2.5%;
                        list-style-type:square;
                    }
                    #productdes1 >ul >li
                    {
                    	color:black;
                    	display:inline-block;
                    	width:100%;
                    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                    	
                    }
                    #productdes1 >ul >li:hover
                    {
                    	font-size:18px;
                    	color:#F68450;
                    }
                    
                    #productdes2 >ul 
                    {
                        width:95%;
                        padding:2.5%;
                        list-style-type:square;
                    }
                    #productdes2 >ul >li
                    {
                    	color:black;
                    	display:inline-block;
                    	width:100%;
                    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                    	
                    }
                    #productdes2 >ul >li:hover
                    {
                    	font-size:18px;
                    	color:#F68450;
                    }

    }