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

@import url("custom.css");
@import url("bootstrapValidator.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");


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

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

      /* Wrapper for page content to push down footer */
      #wrap {
        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: 100px;
      }
      #footer {
        background-color: #f5f5f5;
		font-size:.9em;
		border-top:solid 1px #ddd;
		
      }


	  @-moz-document url-prefix() {
         div#footer {
         margin-bottom:-20px; 
      }




