/* Add here all your CSS customizations */
.ss_index_one{
	background-image:url(../img/banner1.png); 
    background-position: bottom;
    
}
@media (max-width: 992px) {
    .ss_index_one{
        background-image:url(../img/bannerbg-992.png); 
        background-position: bottom;
        
    }    


}
@media (max-width: 767px) {}
@media (max-width: 479px) {
    .ss_index_one{
        background-image:url(../img/bannerbg-472.png); 
        background-position: bottom;
        
    }    


}
@media (max-width: 600px) {}

.ss_index_one, .ss_index_two, .ss_index_three{
	background-repeat:no-repeat;
	overflow: hidden;	
}







.radial-gradient {
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    
    /*Fallback if gradeints don't work */
    background: #9b59b6;
    /*Linear gradient... */
    background: 
      radial-gradient(
       at center, #3498db, #9b59b6
      );
  }


  .map-responsive{
    overflow:hidden;
    padding-bottom:55%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:auto;
    width:100%;
    position:absolute;
}