@charset "utf-8";
@import url("animate.css");
@import url("bootstrap.min.css");
@import url("fonts.css");
@import url("flaticon.css");
@import url("font-awesome.css");
@import url("select2.min.css");
@import url("nice-select.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.css");
@import url("magnific-popup.css");
@import url("reset.css");
@import url("style.css");
@import url("responsive.css");

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

#map {
    height: 100%;
}


/* Optional: Makes the sample page fill the window. */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}