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

.hi2 {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/projects/andana/introduction/image-01.jpg);
	background-position: 50% 50%;
	
	-webkit-background-size: cover;
  	   -moz-background-size: cover;
  	     -o-background-size: cover;
  	        background-size: cover;
}

.hi2.animate2 {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/projects/andana/introduction/image-01.jpg);
	background-position: 50% 50%;
	
	-webkit-background-size: cover;
  	   -moz-background-size: cover;
  	     -o-background-size: cover;
  	        background-size: cover;
    
    -webkit-animation: play2 40s ease-out 0s alternate;
       -moz-animation: play2 40s ease-out 0s alternate;
        -ms-animation: play2 40s ease-out 0s alternate;
         -o-animation: play2 40s ease-out 0s alternate;
            animation: play2 40s ease-out 0s alternate;
			
	animation-timing-function:ease-in-out;
}

@-webkit-keyframes play2 {
	0%		{background-position: 50% 50%;}
	25%		{background-position: 0% 50%;}
	75% 	{background-position: 100% 50%;}
	100%	{background-position: 50% 50%;}
}

@-moz-keyframes play2 {
	0%		{background-position: 50% 50%;}
	25%		{background-position: 0% 50%;}
	75% 	{background-position: 100% 50%;}
	100%	{background-position: 50% 50%;}
}

@-ms-keyframes play2 {
	0%		{background-position: 50% 50%;}
	25%		{background-position: 0% 50%;}
	75% 	{background-position: 100% 50%;}
	100%	{background-position: 50% 50%;}
}

@-o-keyframes play2 {
	0%		{background-position: 50% 50%;}
	25%		{background-position: 0% 50%;}
	75% 	{background-position: 100% 50%;}
	100%	{background-position: 50% 50%;}
}

@keyframes play2 {
	0%		{background-position: 50% 50%;}
	25%		{background-position: 0% 50%;}
	75% 	{background-position: 100% 50%;}
	100%	{background-position: 50% 50%;}
}
	
.facilities-bg{
	background:url(../images/global/background-white.jpg) center center repeat fixed; 
}
.image-facilities-01{background:url(../images/projects/andana/facilities/image-01.png) center center no-repeat; }
.image-facilities-02{background:url(../images/projects/andana/facilities/image-02.png) center center no-repeat; }


/*.facilities-image{
	background:url(../images/projects/andana/facilities/image-01.jpg) center center no-repeat; 
	width:100%;
	height:100%;
	-webkit-background-size: cover;  
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}*/
	
	
/* section 5 */

.image-gallery-01{background:url(../images/projects/andana/gallery/image-01.jpg) center center no-repeat;}
.image-gallery-02{background:url(../images/projects/andana/gallery/image-02.jpg) center center no-repeat;}
.image-gallery-03{background:url(../images/projects/andana/gallery/image-03.jpg) center center no-repeat;}
.image-gallery-04{background:url(../images/projects/andana/gallery/image-04.jpg) center center no-repeat;}
.image-gallery-05{background:url(../images/projects/andana/gallery/image-05.jpg) center center no-repeat;}
.image-gallery-06{background:url(../images/projects/andana/gallery/image-06.jpg) center center no-repeat;}
.image-gallery-07{background:url(../images/projects/andana/gallery/image-07.jpg) center center no-repeat;}
.image-gallery-08{background:url(../images/projects/andana/gallery/image-08.jpg) center center no-repeat;}
.image-gallery-09{background:url(../images/projects/andana/gallery/image-09.jpg) center center no-repeat;}
.image-gallery-10{background:url(../images/projects/andana/gallery/image-10.jpg) center center no-repeat;}
.image-gallery-11{background:url(../images/projects/andana/gallery/image-11.jpg) center center no-repeat;}
.image-gallery-12{background:url(../images/projects/andana/gallery/image-12.jpg) center center no-repeat;}
.image-gallery-13{background:url(../images/projects/andana/gallery/image-13.jpg) center center no-repeat;}
.image-gallery-14{background:url(../images/projects/andana/gallery/image-14.jpg) center center no-repeat;}
.image-gallery-15{background:url(../images/projects/andana/gallery/image-15.jpg) center center no-repeat;}
.image-gallery-16{background:url(../images/projects/andana/gallery/image-16.jpg) center center no-repeat;}


/* section 6*/	 

.contact-image{
	background:url(../images/projects/horizon/contact-us/image-01.jpg) center center no-repeat; 
	width:100%;
	height:100%;
	-webkit-background-size: cover;  
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	
	
/* section 7*/	 
	
.download-image{
	background:url(../images/projects/andana/download/image-01.jpg) center center no-repeat; 
	width:100%;
	height:100%;
	-webkit-background-size: cover;  
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	
	