@charset "UTF-8";
/* CSS Document */

@import "bootstrapValidator.css";
@import "custom.css";
@import "font-awesome.min.css";
@import "blueimp-gallery.min.css";
@import "blueimp-gallery-video.css";
@import "blueimp-gallery-indicator.css";





      /* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -100px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 120px;
      }
      #footer {
        background-color: #333333;
      }




      /* Custom page CSS
      -------------------------------------------------- */
      /* Not required for template or sticky footer method. */

      .container {
        width: auto;
        max-width: 1200px;
      }
      .container .credit {
        margin: 20px 0;
      }



