/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}


@media (min-width: 0px){

	body {
  /* Margin bottom by footer height */
  margin-bottom: 266px;
	}
.footer {

  position: absolute;
  bottom: 00;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 276px;*/
	
}
.spacer {
	height:90px;
}

}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 1300px;
	margin-top:10px;
	background-color:transparent;

}

.container .text-muted {
  margin: 20px 0;
}

@media (max-width: 991px){
	.container{
			padding: 20px 30px 0px 30px;
		

	}
	
	/*.footer-margin-top {
		margin-top: 500px;

	}*/

}
