@charset "UTF-8";
@import url("testanimationmobile.css") screen;
body{
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
/* CSS Document */
.container {
	margin:0 auto;
	overflow:hidden;
	width:100%;
}
/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height: 300px;
	margin:0;
	background-color: #272727;
}
/* SLIDER */
#slider {
	
	
	height:815px;
	width:100%;
	margin:0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:815px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:100%;
	height:815px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 50s linear infinite;	
	-webkit-animation:cycle 50s linear infinite;
	background-image: url(../images/img1sm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 300px;	
}
#slider li.secondanimation {
	-moz-animation:cycletwo 50s linear infinite;
	-webkit-animation:cycletwo 50s linear infinite;
	background-image: url(../images/img2sm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 300px;
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 50s linear infinite;
	-webkit-animation:cyclethree 50s linear infinite;
	background-image: url(../images/img3sm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 300px;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 50s linear infinite;
	-webkit-animation:cyclefour 50s linear infinite;
	background-image: url(../images/img4sm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 300px;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 50s linear infinite;
	-webkit-animation:cyclefive 50s linear infinite;
	background-image: url(../images/img5sm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 300px;		
}

#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {
	left:0px;
}


/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:100%; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 50s ease-out infinite;
	-webkit-animation:fullexpand 50s ease-out infinite;
}
.photoWordbox{
		padding-top: 120px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
	}
	.photoWordage{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		font-weight: 700px;
		font-size: 1.8em;
		text-transform: uppercase;
		font-style: italic;
		text-shadow: 0px 0px 10px rgba(160, 160, 160, .6);
		text-align: left;
		line-height: 1em;
		color: #fff;
	}
	.bluebox{
		margin-top: 10px;
		background-color: #115DB5;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 1em;
		color: #fff;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.photoCont{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	@media screen and (max-width:485px) {
		.photoWordbox{
		padding-top: 120px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
	}
	.photoWordage{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		font-weight: 700px;
		font-size: 1.4em;
		text-transform: uppercase;
		font-style: italic;
		text-shadow: 0px 0px 10px rgba(160, 160, 160, .6);
		text-align: left;
		line-height: 1em;
		color: #fff;
	}
	.bluebox{
		margin-top: 10px;
		background-color: #115DB5;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: .8em;
		color: #fff;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.photoCont{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	}