/*
 * Metro-tiles:  Css3 windows metro tiles
 * Original Author     :  Tim Holman
 * Adapted 2016
 * -- None of this css is required, its just for the demo ;)
 */


 body {
 	
 	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
 	background: #ACB6B6;
 	font-weight: 900;
 	line-height: 21px;
	font-size: 25px;
	color: #358484;
    padding-left: 0px;
	
	
}


	.caption-style-1{
		list-style-type: none;
		margin: 8px;
		padding: 8px;
		
	}

	.caption-style-1 li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.caption-style-1 li:hover .caption{
		opacity: 2;

	}


	.caption-style-1 img{
		margin: 10px;
		padding: 8px;
		float: left;
		z-index: 4;
	}


	.caption-style-1 .caption{
		cursor: hand;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;

	}
	.caption-style-1 .blur{
		background-color: rgba(0,0,0,0.95);
		height: 250px;
		width: 500px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-1 .caption-text h1{
		text-transform: uppercase;
		font-size: 20px;
	}
	.caption-style-1 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 255px;
		height: 100px;
		text-align: center;
		top: 20px;
	}



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

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 25s slidy infinite; 
}


 #contents {
 	float: left;
 	padding-top: 0px;
 	padding-bottom: 20px;
 	padding-left: 35px;
 	padding-right: 25px;
	width: 890px;
	box-shadow: 0px 0px 0px -8px #999;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;	
 }

 #container {
 	width: 960px;
	margin-left: auto;
	margin-right: auto;	
        
 }

 header {
 	margin-bottom: 0px;
 	margin-top: 0px;
 }

 #nav {
      width: 99%;
      float: left;
      margin: 0 0 0em 0;
      padding: 0;
      list-style: none;
      background-color: #fff;
      border-bottom: 10px solid #ccc; 
      border-top: 0px solid #fff; }
   #nav li {
      float: left; }
   #nav li a {
      display: block; height: 20px;
      font-size: 25px;
      padding: 10px 30px;
  
      text-decoration: none;
      font-weight: bold;
      color: #358484;
      border-right: 0px solid #4A235A; }
   #nav li a:hover {
      color: #486E72;
      background-color: #fff; }
      
      ul {
    list-style-type: none;
    padding-top: 5;
    color:   #486E72;
    background-color: #fff;
   /* End main navigation bar styling. */
	}



/* top social media nav bar. */

 #nav1 {
	font-family: 'Lato';
      width: 100%;
      float: left;
      margin: 0 0 0em 0;
      list-style: none;
      background-color: #358484;
      border-bottom: 10px solid #ACB6B6; 
      border-top: 0px solid #fff; }
   #nav1 tu {
      float: right; }
   #nav1 tu a {
      display: block; height: 20px;
      font-size: 20px;
      padding: 15px 5px;
      margin-right: 165px;
      text-decoration: none;
      font-weight: bold;
      color: #000000;
      border-right: 0px solid #4A235A; }
   #nav1 tu a:hover {
      color:  #888A8A;
      background-color: #fff; }
   /* End navigation bar styling. */
	
ti {

    list-style-type: none;
    margin-left: 800;
    padding-top: 0;
    color: #88CDCD;
    background-color: #fff;
         padding-left:10px;

}

 h1 {
 	padding-top: 0px;
          padding-left:10px;
 	font-size: 20px;
 	font-weight: normal;
 	     text-align: left;
 	line-height: 20px;
     color: #358484;
 }

 h2 {
 	
 	font-size: 32px;
 	font-weight: normal;
 	line-height: 28px;
     color: #358484;
 	     text-align: left;
             padding-left:10px;
 }
 
 h3 {
 	font-size: 30px;
 	font-weight: normal;
 	text-align: left;
        padding-left:10px;
 	line-height: 35px;
     color: #358484;
 }
 
  h4 {
     font-size: 18px;
 	font-weight: normal;
 	text-align: left;
     padding-left:10px;
 	line-height: 28px;
     color: #000000;
 }
 
 
li {
    font-size: 17px;
 	font-weight: normal;
 	text-align: left;
 	line-height: 22px;
    color: #000000;
   text-indent: -2em;
    padding-left: 1em;
    padding: 5px;
  
    
}

p {
    
    font-size: 20px;
     font-weight: normal;
 	text-align: left;
 	line-height: 35px;
    color: #000000;
}

p a {
 	font-weight: normal;
 	text-decoration: none;
 	color: #000000;
 	border-bottom: 0px dotted #fff;
 }

 p a:hover {
 	 color: #000000;
 	border-bottom: 0px dotted #fff;
 }

 .back-link {
 	width: 20px;
	height: 20px;
	background-color: fff;
	position: absolute;
	top: 10px;
	display: block;
	left: 10px;
	font-size: 50px;
	line-height: 38px;
	text-decoration: none;
	box-shadow: 0px 0px 20px -8px #333;
	color: #358484;
	border-radius: 1px;
 }

 .back-link:hover {
 	background-color: #fff;
 	color: #000000;
 }


#slider { 
    margin: 0px auto; 
    position: center; 
    width: 90%;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}



#slider > div { 
    position: absolute;   
}



a:link {
    text-decoration: none;
     color: #358484;
    
}

a:visited {
 color: #798585;
    text-decoration: #none;
}

a:hover {
    color:#000000;
}

h4:hover {
    color: #000000;
}



 #metro-array a,  #downloads a {
 	text-indent: 10px;
 	font-weight: normal;
 	text-transform: uppercase;
 }

 #downloads {
 }

 #downloads a {
 	color: #fff;
 	font-weight: normal;
	
 }
 
 

 