/* Sticky footer styles
-------------------------------------------------- */

.footer {
  bottom: 0;
  width: 100%;
 /*  background:#990000;
  Set the fixed height of the footer here
  background:url(../images/footer_bg.png); */
  margin-top:10px;
  padding:20px 0px;
  border-top:1px solid #0e4175;
  
  background:#E46713;
    background: #E46713 -moz-linear-gradient(top, #E46713 0%, #5F2C28 100%); /* FF3.6+ */
    background: #E46713 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E46713), color-stop(100%,#5F2C28)); /* Chrome,Safari4+ */
    background: #E46713 -webkit-linear-gradient(top, #E46713 0%, #5F2C28 100%); /* Chrome10+,Safari5.1+ */
    background: #E46713 -o-linear-gradient(top, #E46713 0%, #5F2C28 100%); /* Opera11.10+ */
    background: #E46713 -ms-linear-gradient(top, #E46713 0%, #5F2C28 100%); /* IE10+ */
    background: #E46713 linear-gradient(top, #E46713 0%, #5F2C28 100%); /* W3C */

}

.bottonm_footer

{
	width:100%;
	background:#1f1f1f;
    background: #1f1f1f -moz-linear-gradient(top, #1f1f1f 0%, #000000 100%); /* FF3.6+ */
    background: #1f1f1f -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: #1f1f1f -webkit-linear-gradient(top, #1f1f1f 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: #1f1f1f -o-linear-gradient(top, #1f1f1f 0%, #000000 100%); /* Opera11.10+ */
    background: #1f1f1f -ms-linear-gradient(top, #1f1f1f 0%, #000000 100%); /* IE10+ */
    background: #1f1f1f linear-gradient(top, #1f1f1f 0%, #000000 100%); /* W3C */
	padding:25px 0px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 20px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
