.restron-cream-light {
	background-color: #ebeae4 !important;
}

.restron-cream {
	background-color: #ebeae4 !important;
}

.restron-curve {
	border-radius: 18px !important;
	border: 0px !important;
	background-color: red !important
}

.btn-restron-curve {
	font-family: "Outfit", Arial, Helvetica, sans-serif;
	letter-spacing: .5px !important;
	border-radius: 18px !important;
	background-color: #454441 !important;
	border-color: #454441 !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.btn-restron-curve:hover {
	background-color: #343432 !important;
	border-color: #343432 !important
}

.outfit {
	font-family: "Outfit", Arial, Helvetica, sans-serif;
	color: #a8a59d !important
}


.btn-restron {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.btn-restron:link,
.btn-restron:visited {
    transition: all .3s;
}

.btn-restron:hover {
    transform: translateY(-4px);
	transition: all .3s;
}

input.restron-input {
	background-color: red !important;
	color: red !important
}

.restron-line-top-sml {
	position: absolute !important;
	top: 0px !important;
	width: 100% !important;
	height: 8px !important;
	background:  url('//restron-cloud.s3-us-west-1.amazonaws.com/img/bak/bak-restron-clr-swatch.jpg');
	background-attachment: fixed;
	background-position:center top;
	background-repeat: repeat-x;
	-webkit-background-size: 2400px, 8px;
  	-moz-background-size: 2400px, 8px;
  	-o-background-size: 2400px, 8px;
  	background-size: 2400px, 8px;
}