﻿.features {
background: #4580b7 url('../images/png.png') repeat-x fixed center  ;
/*background: #4580b7 url('../images/png.png') center center;*/
animation: animatedBackground 10s linear infinite;
  -ms-animation: animatedBackground 10s linear infinite;
  -moz-animation: animatedBackground 10s linear infinite;
  -webkit-animation: animatedBackground 10s linear infinite;

}
.background-1{
background: #4580b7 url('images/sea.jpg') repeat-x fixed center  ;

}
.background-2{
background: #4580b7 url('images/blue.jpg') repeat-x fixed center  ;

}

.background-3{
background: #4580b7 url('images/perpel.jpg') repeat-x fixed center  ;

}

.background-4{
background: #4580b7 url('images/brown.jpg') repeat-x fixed center  ;

}

/*textures*/

.textures-1{
background: #4580b7 url('images/textures-1.png');
color:white;

}
.textures-2{
background: #4580b7 url('images/textures-2.png');
color:black;

}

.textures-3{
background: #4580b7 url('images/sample_background4.jpg') repeat-x fixed center  ;

}

.textures-4{
background: #4580b7 url('images/sample_background4.jpg') repeat-x fixed center  ;

}
/*End textures*/

@-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% bottom; }
    }
    @-webkit-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% bottom; }
    }
    @-ms-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% 0; }
    }
    @-moz-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% bottom; }
    }

.p-image-zoom {
display: block;
margin-bottom: 20px;
position: relative;
}
.footer-style1 {
background: #10151c url("../img/envelope.png") center right no-repeat;
color: #aaaaab;
padding: 60px 0 0 0;
}
#carousel-doctors{

/*background: #4580b7 url('../images/png.png') center center;*/
border-bottom:1px solid #e2e2e2;
}


