/***********************************************
	leaflet-control-topcenter.scss, 

	(c) 2016, FCOO

	https://github.com/FCOO/leaflet-control-topcenter
	https://github.com/FCOO


************************************************/
/* control positioning */
.leaflet-center {
  position: relative !important;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .leaflet-center .leaflet-control {
    bottom: 0; }

.leaflet-control-container .leaflet-control-bottomcenter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
