

.col-centered{

float: none;
margin: 0 auto;
}

#map{

   width: 100%;
   /* height: 300px !important; */
    height: 200px;

    margin-bottom: 0px !important;





}

.footText{
    padding-top: 15px;




    font-size:14px !important;

    font-family: 'Pavanam', sans-serif;

}

.servicescolor:hover{
    color:darkorange;
    transition: all 0.3s ease-in-out;



}




.socialcolor{
    text-decoration: none !important;


    color: black !important;


}


.socialcolor:hover{
    color: #F05F40 !important;

}



.social a{

    text-decoration: none !important;

}

#contact{
    padding-bottom: 40px !important;
}



.staff_photo{
    /* box-shadow: 40px 10px 10px 6px #888888;*/
  border-radius: 150px;
  -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;

    margin: auto;


    width: 150px;
    height: 150px;


    background-size: cover;
    background-position: center;
    margin-bottom: 30px;







     -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray


}

.staff_photo:hover{
     -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
    transition: 1s;



}

.staff_wraper{
    margin-bottom: 15px;
}

/*****************************/
/* LOCAL EVENTS
/*****************************/

.local_events{
height:200px;
background-size: cover;

}



.loader {
    border: 10px solid white /*#f3f3f3*/; /* Light grey */
    border-top: 10px solid #F05F40 /* #3498db*/; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
     -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;


  left: 45%;
  top: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }

    0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
    0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); }
}
