.main-top{
	padding-top: 145px;
}
.main-bottom{
	padding-bottom:145px;
}
main{
	overflow-x: hidden;
	min-height: 100vh;
}

.full-width{
	width: 100%;
}
.full-height{
	height: 100%;
}
/*
================================================================================
TWO BUTTONS
================================================================================
*/
#all-page-button-container{
	display: none;
}
@media only screen and (max-width: 1000px) {
	#all-page-button-container{
		display: block;
		margin-top: 0px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}

	#all-page-button-container .price-button,
	#all-page-button-container .order-button{
		display: inline-block;
		margin:0;
		border: 0;
		padding: 20px;
		width: 50%;
		text-align: center;
		float: left;
		color: #fff;
		text-decoration: none;
	}
	#all-page-button-container .price-button{
		background-color: #5719B4;
	}
	#all-page-button-container .order-button{
		background-color: #FF0033;
	}
}
