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

@import url("pace.css");
@import url("custom.css");
/**@import url("jquery.mCustomScrollbar.css");**/
@import url("bootstrapValidator.css");
@import url("font-awesome.min.css");


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

      html,
      body {
        height: 100%;
		background:url(../pics/bg-main.png);
        /* 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 -50px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 50px;
      }
      #footer {
        background-color: #3b3b3b;
		border-top:solid 3px #e41c38;
		color:#fff;
		font-size:.8em;
		padding-top:12px;
		/**margin-bottom:-20px;	**/			
      }
	  
@-moz-document url-prefix() {
    div#footer {
       margin-bottom:-20px; 
    }
}



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



