@import url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css');

* {
	margin: 0;
	padding:0;
}

:root {
	--myred: #9a2935;
	--mygrey: #7f7f7f;
	--mygrey2: #333;
	--mygrey3: #181818;
	--white: #fff;
	--white1: #969696;
	--white2:#ccc;
}


a:hover,a:focus{
	text-decoration:none;
	outline:none;
	color:var(--white);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: var(--myred);
}

p{
	color: var(--mygrey);
}

.padzero{
	padding: 0;
}
/*hoem nav*/

.sticky_header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 10000;
	height: 90px;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 8px -9px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 8px -9px;
	background: var(--myred);
}

.homenav.sticky_header{
	background: rgb(255, 255, 255);
}

.navbar.martopzero {
	margin-top: 0px !important;
	padding: 0;
}

.homenav .navbar {
	margin-top: 1.5em;
	background: transparent;
}

li.nav-item {
	padding: 0 0 0 2.5em;
}

.homenav li.nav-item a{
	color: var(--myred);
}

.homenav li.nav-item a:hover, .homenav li.nav-item a:focus{
	color: var(--white);
}

.homenav .navbar-brand h1 {
	font-size: 150%;
	font-weight: normal;
	color: var(--myred);
}

.navbar-brand h1 span{
	font-size: 50%;
}

.homenav .navbar-brand {
	margin-left: 7em;
}

.sticky_header .navbar-brand {
	margin-left: 0;
}

.homenav.sticky_header li.nav-item a:hover, .homenav.sticky_header li.nav-item a:focus{
	color: var(--mygrey2);
}

.homenav li.nav-item a:hover, .homenav li.nav-item a:focus{
	color: var(--mygrey2);
}

.homer{
	margin:8em 0;
}

.homer row{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.esteem {
	position: absolute;
	top: 13em;
	right: 6em;
}


/*.esteem a{
	background: #a02e39;
	padding: 1em;
	border-radius: 2.5em;
	color: #fff;
	-webkit-box-shadow: 0em 0em 2em #fff;
	box-shadow: 0em 0em 2em #fff;
}*/

/*.esteem a:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #a93d48;
}*/


hr.homehr {
	display:block;
	border:0px;
	height:1px;
	background-image:url('../img/hr.png');
	background-repeat: repeat-x;
	margin-bottom: 5em;
}

.app{
	background-image: url('../img/app.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.app-left-inner{
	max-width: 25em;
}


.google-app{
	max-width: 13em;
}


@media only screen and (max-width: 767px) {
	.google-app {
	    max-width: 80% !important;
	    display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}	
}

.testimonials{
	margin-top: 2em;
	position: relative;
	min-height: 20em;
	height: 36em;
	background-image: url('../img/truck.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.testimonials .row, .testimonials .container{
	min-height: 100%;
	height: 100%;
}

.quote{
	margin-top: 4em;
}

.partner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 10em;
	height: 15em;
	background-image: url('../img/build.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.partner-card{
	-ms-flex-item-align: end;
	align-self: flex-end;
	background: #fff;
	border-radius: .2em;
	width:300px;
	height: 125px;
	margin: 0 auto; 
	-webkit-transform: translateY(50%); 
	transform: translateY(50%);
	padding: 1em 1em 1em 0;
	-webkit-box-shadow: 0 0 13px #00000073;
	box-shadow: 0 0 13px #00000073;
}

.truck-img{
	width:40%;
	height: 100%;
	float: left;
}

.truck-img img{
	max-height: 100%;
	width:auto;
}

.partner-card h4 {
	font-size: 1em;
	margin-bottom: .5em; 
	margin-right: 2.5em;
	text-align: right;
}

.partner-img{
	float: right;
	width: 60%;
	padding-right: 40px;
}

footer{
	background-color: var(--mygrey2);
	padding-top: 10em;
	color:var(--white1);
}

footer h3{
	color:var(--white1);
}

footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li{
	padding: .25em 0;
}

footer ul a{
	color:var(--white1);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}



.social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-icons ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.social-icons ul li a {
	display: block;
	font-size: 1.4em;
	margin: 0 5px;
	text-decoration: none;
}
.social-icons ul li a i {
	color: var(--white1);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.social-icons ul li a:hover i {
	color: var(--white2);
}


.foot{
	padding: 0 3em;
}

.copy{
	background-color: var(--mygrey3);
	margin-top: 3em;
}

.copy p {
	margin: 0;
	text-align: center;
}


/*services*/

.navbar-brand h1 {
	font-size: 150%;
	font-weight: normal;
	color: var(--white);
}

.navbar {
	margin-top: 1.5em;
	background: var(--myred);
}

li.nav-item a{
	color: var(--white);
}

li.nav-item a:hover, li.nav-item a:focus{
	color: var(--white2);
}

.serv1{
	margin-bottom: 5em;
}

.serv2{
	margin-bottom: 8em;
}

.serv2 h3{
	text-transform: uppercase;
	margin-bottom: 2em;
}

.serv2 p{
	margin:1em auto 0;
	width: 80%;
}


/*Pricing*/


.bgprice {
	position: relative;
	min-height: 15em;
	height: 22em;
	background-color: var(--myred);
	background-image: url(../img/pri.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.trtypes{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -4em;
}

.trtypes figure {
	width: 13em;
	height: 13em;
	position: relative;
	-webkit-box-shadow: -1px 0px 12px 0px rgba(192, 192, 192, 0.32);
	box-shadow: -1px 0px 12px 0px rgba(192, 192, 192, 0.32);
	margin: 0 4em;
	border-radius: .3em;
}

.eb1 {
	background: #fff url(../img/ic1.png);
	background-repeat: no-repeat;
	background-position: center 1.5em;
}

.eb2 {
	background: #fff url(../img/ic2.png);
	background-repeat: no-repeat;
	background-position: center 1.5em;
}

.trtypes figure:last-child:before {
	content: "";
	background-image: url(../img/price_truck.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10em;
	height: 7em;
	position: absolute;
	top: -6em;
	z-index: 99;
	left: 2.3em;
}

.pricer{
	margin: 9em 0 7em;
}

p.trname {
	margin: 0;
	font-weight: bold;
	color: #222;
	font-size: 1.2em;
}

p.tprice {
	margin: 0;
	line-height: 0.7;
	font-weight: bold;
	color: var(--myred);
	font-size: 1.9em;
}

.trtypes figcaption {
	margin-top: 6.5em;
}

.outer-table{
	-webkit-box-shadow: -1px 0px 12px 0px rgba(192, 192, 192, 0.32);
	box-shadow: -1px 0px 12px 0px rgba(192, 192, 192, 0.32);
	border-radius: .3em;
	margin: auto;
}

.outer-table th{
	padding: 1em 2em;
}

.inner-table{
	width: 100%;
	margin: 2em auto;display: table;
	-webkit-transition: all ease-in-out .5;
	transition: all ease-in-out .5;
}

.inner-table tr td:first-of-type {
	padding-left: 2.5em;
	border-right:solid thin var(--mygrey);
	padding-bottom: 0.3em;
}

.inner-table tr td:last-of-type {
	padding-left: 2.5em;
	padding-bottom: 0.3em;
}

.inner-table th {
	padding: 0.6em 2em;
}

.inner-table th img {
	margin-top: -1em;
}

th.cur.title{
	background: var(--myred);
	color:#fff;
}

.outer-table th, .outer-table td{
	width: 50%;
}

.outer-table th.title:first-child{
	border-radius:10px 0 0 0px;
}

.outer-table th.title:last-child{
	border-radius:0 10px 0 0;
}

.outer-table tr:first-of-type{
	border-bottom: solid thin var(--mygrey);
}

.inner-table tr:first-of-type{
	border-bottom: none;
}

#table2{
	display: none;
}

.star p{
	margin: 5px;
	font-size: 13px;
}

.star{
	margin-bottom: 4em;
}

/*contact*/


.form{
	padding: 5em 0 0;
	background: url(../img/ban.jpg);
	background-size: cover;

}


.rower{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70vw;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: -1px 0px 12px 0px rgba(192, 192, 192, 0.32);
	box-shadow: -1px 0px 12px 0px rgba(192, 192, 192, 0.32);
	border-radius: 1em;
}


.formright h3{
	background: #fff;
	color:var(--mygrey1);
}

.formleft{
	color: #fff;
	background: var(--myred);
	padding: 4em;
	width:40%;
}

.formleft h3{
	font-size: 140%;
	padding-bottom: 1.5em;
	color: #fff;
}

.contact{
	padding-bottom: 1.5em;
	max-width:14em;
}

.contact:last-child{
	padding-bottom: 0;
}

.contact span{
	font-size: 90%;
}

.formleft ul{
	list-style: none;
	padding-left: 2em;
	position:relative;
}

.contact:nth-child(1):before{
	position: absolute;
	font-family: 'FontAwesome';
	content:"\f041";
	left:0;
}

.contact:nth-child(2):before{
	position: absolute;
	font-family: 'FontAwesome';
	content:"\f0e0";
	left:0;
}

.contact:nth-child(3):before{
	position: absolute;
	font-family: 'FontAwesome';
	content:"\f095";
	left:0;
}

.contact:nth-child(4):before{
	position: absolute;
	font-family: 'FontAwesome';
	content:"\f0ac";
	left:0;
}

.contact i{
	font-size: 90%;
	width:1em;
	text-align: center;
}

.formright label {
	display: block;
	font-size: 75%;
	margin-bottom: 0.1rem;
	color: var(--mygrey2);
}

.formright {
	position: relative;
	padding: 3em 2em;
	width:60%;
}

.formright h3 {
	font-size: 200%;
	color: var(--mygrey2);
	padding-bottom: 1.5em;
}

.formright input {
	border: 0;
	border-bottom: solid thin var(--mygrey2);
	-webkit-box-shadow: none;
	box-shadow: none;
	width:95%;
}

.formright textarea {
	border: 0;
	border-bottom: solid thin var(--mygrey2);
	-webkit-box-shadow: none;
	box-shadow: none;
	width:95%;
	resize: none;
	outline: none;
	vertical-align: bottom;
}

.formright input:focus {
	border-bottom: solid thin var(--myred);
	outline: none;
}

.formright textarea:focus {
	border-bottom: solid thin var(--myred);
	outline: none;
}


.formright form div{
	margin-bottom: 2em;
}

.formright button{
	position: absolute;
	bottom: 1em;
	right: 3.5em;
	background: var(--myred);
	z-index: 100;
	width: 40px;
	height: 40px;
	text-align: center;
	border:none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.formright i{
	font-size: 20px;
	color: #fff;
}

.bottom-border{
	width: 100%;
	position: relative;
}


.bottom-border:before {
	content: "";
	background-image: url(../img/contact_truck.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 7em;
	height: 5.2em;
	position: absolute;
	bottom: -1.1em;
	z-index: 99;
	right: -2.3em;
	-webkit-animation: thingy 10s infinite ease forwards;
	animation: thingy 10s infinite ease forwards;
}

@-webkit-keyframes thingy {
	0%{
		right: -5%;
	}
	100%{
		right:110%;
	}
}

@keyframes thingy {
	0%{
		right: -5%;
	}
	100%{
		right:110%;
	}
}










/*estimate*/

/*form styles*/
.steps {
	width: 675px;
	margin: 50px auto;
	position: relative;
}

.steps fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	-webkit-box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
	box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
	padding: 20px 30px;
	border-top: 9px solid var(--myred);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;

	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
.steps label{
	color: #333333;
	text-align: left !important;
	font-size: 15px;
	font-weight: 200;
	padding-bottom: 7px;
	padding-top: 12px;
	display: inline-block;
}


.steps input{
	outline: none;
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #837E7E;
	-webkti-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.steps textarea {
	outline: none;
	display: block;
	width: 100%;
	min-height:7em; 
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #837E7E;
	-webkti-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.steps input:focus, .steps textarea:focus{
	color: #333333;
	border: 1px solid #7B1FA2;
}

.error1.errad {
	bottom: -19%;
	left: 1em;
}

.error1{
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	position: absolute;
	left: 0;
	bottom: -40%;
	z-index: 99;
	margin-top: -61px;
	padding: 0 10px;
	height: 39px;
	display: block;
	color: #ffffff;
	background: #e62163;
	border: 0;
	font-size: 14px;
	line-height: 39px;
	white-space: nowrap;

}

.error1:before{
	width: 0;
	height: 0;
	left: 23px;
	top: -7px;
	content: '';
	position: absolute;
	border-left: 6px solid transparent;
	border-bottom: 8px solid #e62163;
	border-right: 6px solid transparent;
}

.error-log{
	margin: 5px 5px 5px 0;
	font-size: 19px;
	position: relative;
	bottom: -2px;
}

.question-log {
	margin: 5px 1px 5px 0;
	font-size: 15px;
	position: relative;
	bottom: -2px;
}

/*buttons*/
.steps .action-button, .action-button {
	width: 100px !important;
	background: var(--myred);
	font-weight: bold;
	color: white;
	font-size: 14px;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px auto;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	display: block;
}

.steps .next, .steps .submit{
	float: right;
}

.steps .previous{
	float:left;
}

.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
	background:#c41e2f;
}

.steps .explanation{
	display: block;
	clear: both;
	width: 540px;
	background: #f2f2f2;
	position: relative;
	margin-left: -30px;
	padding: 22px 0px;
	margin-bottom: -10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	top: 10px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-weight: 200;
	cursor:pointer;
}


/*headings*/
.fs-title {
	text-transform: uppercase;
	margin: 0 0 5px;
	line-height: 1;
	color: var(--myred);
	font-size: 18px;
	font-weight: 400;
	text-align:center;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #837E7E;
	margin-bottom: 20px;
	text-align: center;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	width:100%;
	text-align: center;
}
#progressbar li {
	list-style-type: none;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	font-size: 9px;
	width: 25%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: var(--myred);
	color: white;
}

label.app-select img {
	vertical-align: top;
	margin-top: -6px;
	padding-right: .5em;
	padding-left: .25em;
}

.housing input{
	display: inline-block;
	width: auto;
}

.housing label{
	display: block;
}

label.app-select{
	display: inline-block;
}

.house-option {
	width: auto;
	padding: 0 2em 0 1em;
}

select {
	margin-left: 0;
	font-size: 14px;
	padding: 0.7em;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

.trans-option {
	display: table-cell;
	padding-right: 4em;
}

.trans-option label > input{
	visibility: hidden; /* Makes input not-clickable */
	position: absolute;
	width: auto;
	display: inline-block;
}

.trans-option label{
	font-size: 14px;
	padding-top: 0;
	text-align: center !important;
}


.trans-option label > img{
	display: block;
	margin: auto;
}

.trans-option label > input + img{ /* IMAGE STYLES */
	cursor:pointer;
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7)
}
.trans-option label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
	-webkit-filter: brightness(1.2) grayscale(0) opacity(1);
	-moz-filter: brightness(1.2) grayscale(0) opacity(1);
	filter: brightness(1.2) grayscale(0) opacity(1);
}

.trans-option label:hover >  img{
	-webkit-filter: brightness(1.2) grayscale(0) opacity(1);
	-moz-filter: brightness(1.2) grayscale(0) opacity(1);
	filter: brightness(1.2) grayscale(0) opacity(1);
}

.labour-option {
	display: table-cell;
	padding-right: 4em;
}

.labour-option label > input{
	visibility: hidden; /* Makes input not-clickable */
	position: absolute;
	width: auto;
	display: inline-block;
}

.labour-option label{
	font-size: 14px;
	padding-top: 0;
	text-align: center !important;
}


.labour-option label > img{
	display: block;
	margin: auto;
}

.labour-option label > input + img{ /* IMAGE STYLES */
	cursor:pointer;
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7)
}
.labour-option label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
	-webkit-filter: brightness(1.2) grayscale(0) opacity(1);
	-moz-filter: brightness(1.2) grayscale(0) opacity(1);
	filter: brightness(1.2) grayscale(0) opacity(1);
}

.labour-option label:hover >  img{
	-webkit-filter: brightness(1.2) grayscale(0) opacity(1);
	-moz-filter: brightness(1.2) grayscale(0) opacity(1);
	filter: brightness(1.2) grayscale(0) opacity(1);
}

.date_time{
	position: relative;
}

.packing1{
	display: none;
}



.box .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	max-width: 80%;
	font-size: 16px;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0;
}


.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}

.inputfile-3 + label {
	color: var(--myred);
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
	color: #722040;
}





/*Estimated*/

.mapcontainer{
	width: 100%;
	height:20em;
	margin: 0 auto;

}

#map {
	height: 100%;
	width: 100%;
}

.prog {
	width: 675px;
	margin: 50px auto;
	position: relative;
}


.greyer{
	color: var(--mygrey);
	font-size: 95%;
}

.camp {
	margin-bottom: 3em;
	margin-top: 2em;
}

.camptiles {
	width: 60em;
	margin: 1em auto 0em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.camptiles .camper {
	width: 10em;
	height: 10em;
	border-radius: .2em;
	margin-bottom: 2em;
	border-radius: .5em;
	-webkit-box-shadow: 0 0 7px 0px var(--mygrey);
	box-shadow: 0 0 7px 0px var(--mygrey);
}

.camptiles .camper p {
	margin: 0 auto;
	color: var(--myred);
	font-weight: 500;
	font-size: 100%;
}

.camptiles .camper span {
	display: block;
	color: var(--mygrey);
	margin-top: 7em;
	margin-bottom: 0;
	font-size: 75%;

}

.camptiles .camper:nth-child(1) {
	background: #fff url(../img/b1.png);
	background-repeat: no-repeat;
	background-position: center 2em;
}

.camptiles .camper:nth-child(2) {
	background: #fff url(../img/b2.png);
	background-repeat: no-repeat;
	background-position: center 2em;
}

.camptiles .camper:nth-child(3) {
	background: #fff url(../img/b3.png);
	background-repeat: no-repeat;
	background-position: center 2em;
}

.camptiles .camper:nth-child(4) {
	background: #fff url(../img/b4.png);
	background-repeat: no-repeat;
	background-position: center 2em;
}

.camptiles .camper:nth-child(5) {
	background: #fff url(../img/b5.png);
	background-repeat: no-repeat;
	background-position: center 2em;
}

.redder{
	color: var(--myred);
	font-weight: 500;
	font-size: 100%;
}

.bttr{
	background: var(--myred);
	color:#fff;
	margin: 0 auto;
}

.bttr1{
	width: 100%;
	text-align: center;
	margin-bottom: 3em;
}

.modal {
	z-index: 99999 !important;
}

.steppie{
	margin: 0 auto;
}

.modal-content{
	border:none !important;
	height:auto!important;
}

.modal-dialog {
	width: 90%;
	margin: 0 auto; 
}


.steppie {
	width: 100%;
	margin: 50px auto;
	position: relative;
}

.steppie fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	-webkit-box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
	box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
	padding: 20px 30px;
	border-top: 9px solid var(--myred);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.steppie label{
	color: #333333;
	text-align: left !important;
	font-size: 15px;
	font-weight: 200;
	padding-bottom: 7px;
	padding-top: 12px;
	display: inline-block;
}


.steppie input{
	outline: none;
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #837E7E;
	-webkti-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.steppie textarea {
	outline: none;
	display: block;
	width: 100%;
	min-height:7em; 
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #837E7E;
	-webkti-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.steppie input:focus, .steppie textarea:focus{
	color: #333333;
	border: 1px solid #7B1FA2;
}

.modal-content{
	display: block;
	padding: 0;
}

a.footlin{
	color: var(--mygrey);
}

.steppieo{
	max-width: 600px;
}