@charset "utf-8";
/* CSS Document */

#content
{
	-moz-border-radius:3em;
	border-radius:3em;
	-webkit-border-radius:3em;
}

h1 
{
	margin-top:2.5em;
	text-align:center;
}

#headText
{
	font-size:1.4em;
}

h2
{
	text-align:left;
	font-size:1.5em;
	font-family: Times, Times New Roman, times-roman, georgia, serif;
	margin:0px;
	padding:0px 0px 6px 0px;
	line-height: 1.5em;
}

p
{
	margin-bottom:1em;
	font-size:1.1em;
}

#hosting
{
	margin-left:10em;
}

.super
{
	vertical-align:super;
	font-size:0.6em;
}

.price
{
	float:right;
	font-size:1.5em;
	color:red;
	margin-top:2em;
}

#aboutus
{
	background-color:#f2f2f2;
	padding: 0.5em;
	width: 60em;
}

ul
{
	list-style:none;
	padding:0px;
}

#slide_img
{
	position:relative;
	display:inline-block;
	width:65em;
}

.desc
{
	position:absolute;
	top:1em;
	left:1em;
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	letter-spacing:0.1em;
	/*line-height:1.1em;*/
	margin:0px;
	text-align:left;
	text-transform:uppercase;
	color:#00C;
	text-shadow: #333 1px 2px 5px;
	width:30em;
}

.desc ul li
{
	font-size:1.2em;
	color:black;
}
.overpic
{
	color:black;
	text-shadow:-1px 0 blue, 0 1px blue, 1px 0 blue, 0 -1px blue;
}

#viewport
{
	width:60em; 
	overflow:hidden;
	margin:auto;
}

#slider 
{
  height:28.13em;
  width: 65em;
  margin: 0px auto;
  overflow: visible;
  position: relative;
}

#mask 
{
  overflow: hidden;
  height: 30em;
}

#slider ul
{
  margin: 0;
  padding: 0;
  position: relative;
}

#first, #second, #third, #fourth
{
  width: 65em;  /* Width Image */
  height: 28.13em; /* Height Image */
  position: absolute;
  top: -28.44em; /* Original Position - Outside of the Slider */
  list-style: none;
}

#slider li.firstanimation 
{
  animation: cycle 20s linear infinite;
	-moz-animation: cycle 20s linear infinite;
	-webkit-animation: cycle 20s linear infinite;
}

#slider li.secondanimation 
{
  animation: cycletwo 20s linear infinite;
	-moz-animation: cycletwo 20s linear infinite;
	-webkit-animation: cycletwo 20s linear infinite;
}

#slider li.thirdanimation 
{
  animation: cyclethree 20s linear infinite;
	-moz-animation: cyclethree 20s linear infinite;
	-webkit-animation: cyclethree 20s linear infinite;
}

#slider li.fourthanimation 
{
  animation: cyclefour 20s linear infinite;
	-moz-animation: cyclefour 20s linear infinite;
	-webkit-animation: cyclefour 20s linear infinite;
}

@keyframes cycle 
{
  0%  { top: 0px; } /* When you start the slide, the first image is already visible */
  5%  { top: 0px; } /* Original Position */
  20% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
  25% { top: 28.44em; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
  26% { top: -28.44em; opacity: 0; z-index: -1; } /* Return to Original Position */
  90% { top: -28.44em; opacity: 0; z-index: 0; }
  95% { top: -28.44em; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
  100%{ top: 0px; opacity: 1; }
}

@-webkit-keyframes cycle 
{
  0%  { top: 0px; } /* When you start the slide, the first image is already visible */
  5%  { top: 0px; } /* Original Position */
  20% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
  25% { top: 28.44em; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
  26% { top: -28.44em; opacity: 0; z-index: -1; } /* Return to Original Position */
  90% { top: -28.44em; opacity: 0; z-index: 0; }
  95% { top: -28.44em; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
  100%{ top: 0px; opacity: 1; }
}

@keyframes cycletwo 
{
  0%  { top: -28.44em; opacity: 0; } /* Original Position */
  20% { top: -28.44em; opacity: 0; }/* Starts moving after 16% to this position */
  25% { top: 0px; opacity: 1; }
  30% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
  45% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
  50% { top: 28.44em; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
  51% { top: -28.44em; opacity: 0; z-index: -1; }   /* Return to Original Position */
  100%{ top: -28.44em; opacity: 0; z-index: -1; }
}

@-webkit-keyframes cycletwo 
{
  0%  { top: -28.44em; opacity: 0; } /* Original Position */
  20% { top: -28.44em; opacity: 0; }/* Starts moving after 16% to this position */
  25% { top: 0px; opacity: 1; }
  30% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
  45% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
  50% { top: 28.44em; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
  51% { top: -28.44em; opacity: 0; z-index: -1; }   /* Return to Original Position */
  100%{ top: -28.44em; opacity: 0; z-index: -1; }
}

@keyframes cyclethree 
{
  0%  { top: -28.44em; opacity: 0; }
  45% { top: -28.44em; opacity: 0; }
  50% { top: 0px; opacity: 1; }
  55% { top: 0px; opacity: 1; }
  70% { top: 0px; opacity: 1; }
  75% { top: 28.44em; opacity: 0; z-index: 0; }
  76% { top: -28.44em; opacity: 0; z-index: -1; }
  100%{ top: -28.44em; opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclethree 
{
  0%  { top: -28.44em; opacity: 0; }
  45% { top: -28.44em; opacity: 0; }
  50% { top: 0px; opacity: 1; }
  55% { top: 0px; opacity: 1; }
  70% { top: 0px; opacity: 1; }
  75% { top: 28.44em; opacity: 0; z-index: 0; }
  76% { top: -28.44em; opacity: 0; z-index: -1; }
  100%{ top: -28.44em; opacity: 0; z-index: -1; }
}

@keyframes cyclefour 
{
	0%  { top: -28.44em; opacity: 0; }
  70% { top: -28.44em; opacity: 0; }
  75% { top: 0px; opacity: 1; }
  80% { top: 0px; opacity: 1; }
  95% { top: 0px; opacity: 1; z-index: 0; }
  100%{ top: 28.44em; opacity: 0; z-index: 0; }
}

@-webkit-keyframes cyclefour 
{
	0%  { top: -28.44em; opacity: 0; }
  70% { top: -28.44em; opacity: 0; }
  75% { top: 0px; opacity: 1; }
  80% { top: 0px; opacity: 1; }
  95% { top: 0px; opacity: 1; z-index: 0; }
  100%{ top: 28.44em; opacity: 0; z-index: 0; }
}

#slider: hover li
{
  animation-play-state: paused;
}
/*#slider 
{ 
	width:500%; 
	height:28.13em;
	overflow:hidden;
	position:relative;
	-webkit-animation:30s slidy ease-in-out infinite;
	animation:30s slidy infinite;  
}


@keyframes slidy
{ 
	0% { top: 0%; }
	20% { top: 0%; }
	25% { top: -100%; }	
	45% { top: -100%; }
	50% { top: -200%; }
	70% { top: -200%; } 
	75% { top: -300%; }
	95% { top: -300%; }
	100% { top: -400%; } 
}

@-webkit-keyframes slidy
{ 
	0% { top: 0%; }
	20% { top: 0%; }
	25% { top: -100%; }	
	45% { top: -100%; }
	50% { top: -200%; }
	70% { top: -200%; } 
	75% { top: -300%; }
	95% { top: -300%; }
	100% { top: -400%; } 
}*/



