@import url("reset_pause.css") screen;
@import url("animation_pause8.css") screen;

/* Common */
html, body {
	/*background:#eaeaea url(../img/bg.png) repeat;*/
	font-size:12px;
	/*font-family:'Arial', 'lato-light', 'sans-serif' ;*/
/*	min-width:960px;*/
	margin:0;
	padding:0;
	color:#aaa;
}
/*
.content h1 {
	font-size:48px;
	color:#777777;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	padding:60px 0 30px;	
}
*/
/* LAYOUT */
.containerp {
    position:absolute;
    /*left:35%;*/
    left:30%;
    top:4.5vh;
	margin:0 auto;
	overflow:hidden;
	/*width:680px;*/
	width:860px;
	height:auto;
	background-color:white;
}

/* CONTENT SLIDER */
#content-slider {
	width:100%;
	/*height:360px;*/
	/*height:385px;*/
	height:484px;
	/*margin:10px auto 0;*/
	background-color:white;
	position:relative;
}
/* SLIDER */
/* FOR SMALLER SCREEN  -----------------------------------*/
@media screen and (max-width:760px){ 
#slider {
    top: 135%;
    left:0;
    max-width:280px;
    /*height:140px;*/
    height:auto;
}
#services  { position:absolute;top:150%;max-width:280px;text-align:center;  }
/*#bg  {  max-width:280px;  }*/
/*#bgtop  {  max-width:280px;  } */
#leftcol  {   width:250px;margin-left:0;   }
.slidespostext  {  font-size:16pt; margin-top:0%;  }
}
/* END SMALLER SCREEN  -----------------------------------*/

#slider {
	background:#fff;
	/*border:5px solid #eaeaea;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);*/
	height:860px;
	/*height:484px;*/
	/*width:680px;*/
	width:auto;
	/*margin:38px auto 0;*/
	overflow:visible;
	position:relative;
	background-color:white;
}
#mask {
	overflow:hidden;
	width:860px;
	height:484px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	/*width:680px;*/
	width:860px;
	/*height:385px;*/
	height:484px;
	position:absolute;
	top:-489px;
	/*top:0;*/
	list-style:none;
}
.firstanimation {
	-moz-animation:cycle 40s linear infinite;	
	-webkit-animation:cycle 40s linear infinite;		
}
.secondanimation {
	-moz-animation:cycletwo 40s linear infinite;
	-webkit-animation:cycletwo 40s linear infinite;		
}
.thirdanimation {
	-moz-animation:cyclethree 40s linear infinite;
	-webkit-animation:cyclethree 40s linear infinite;		
}
.fourthanimation {
	-moz-animation:cyclefour 40s linear infinite;
	-webkit-animation:cyclefour 40s linear infinite;		
}
.fifthanimation {
	-moz-animation:cyclefive 40s linear infinite;
	-webkit-animation:cyclefive 40s linear infinite;		
}
.sixthanimation {
	-moz-animation:cyclesix 40s linear infinite;
	-webkit-animation:cyclesix 40s linear infinite;		
}

.seventhanimation {
	-moz-animation:cycleseven 40s linear infinite;
	-webkit-animation:cycleseven 40s linear infinite;		
}
/*
.eighthanimation {
	-moz-animation:cycleeight 40s linear infinite;
	-webkit-animation:cycleeight 40s linear infinite;		
}
*/

#slider .tooltipp {
	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;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltipp h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#first:hover .tooltipp, 
#second:hover .tooltipp, 
#third:hover .tooltipp, 
#fourth:hover .tooltipp, 
#fifth:hover .tooltipp,
#sixth:hover .tooltipp,
#seventh:hover .tooltipp,
/*#eighth:hover .tooltipp*/
{	left:0; }

#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:5px;
	width:860px;
	height:12px !important;
    background:#aab7c1 !important;
	-moz-animation:fullexpand 40s ease-out infinite;
	-webkit-animation:fullexpand 40s ease-out infinite;
}