@charset "UTF-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: 'Cabin', sans-serif;
}
img{
	display: block;
}
body{
	background: #e3e3e3;
	
	color:#282727;
}
.wrapper{
	width: 1400px;
	margin: auto;
}
header{
	background: #fff;
	padding: 10px;
}
.logo{
	width: 400px;
	float: left;
}
.usermenu{
	width: 100px;
	float: right;
	padding: 10px;
}
.clear{
	clear: both;
}
#login, #signup{
	background: #f2591f;
	color:#fff;
	text-transform: uppercase;
	padding: 10px;
	width: 80px;
	text-align: center;
	float: right;
}

.mainbg {
    background: url("../images/limo1.jpg") #336666;
    height: 800px;
    background-position: center;
    background-repeat:repeat;
    background-size: cover;
    position: relative;
}
.hpformtitle{
 	background: #f2591f;
	color:#fff;
	padding: 10px;
	width: 500px;
	font-size: 52px;
	top: 30px;
	left: 20px;
	position: relative;
	border-radius: 10px;
}
.hpformarea{
	background: #FBFBFB;
	padding: 20px;
	border-radius: 10px;
	border: 5px solid #f2591f;

}
.fiveformfields{
	width: 250px;
	float: left;
	margin-left: 10px;
}
.nomargin{
	margin: 0px !important;
}
.fiveformfields input{
	width: 230px;
	border: 2px solid #f2591f;
	border-radius: 10px;
	font-size: 24px;
	padding: 10px;
}
.fiveformfields select{
	width: 230px;
	border: 2px solid #f2591f;
	border-radius: 10px;
	font-size: 24px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
	 color: #ff9966;
}
.fiveformfields ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff9966;
  opacity: 1; /* Firefox */
}
#formnext{
	float: right;
	background: #f2591f;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 60px;
}
#formnext:hover{
	background: #a84303;
	color:#000
}
.formnext{
	font-size: 48px !important;
}
.secondary{
	background:#fff;
}
.footerstart{
	min-height: 355px;
	background: #fff url(../images/torontoskyline.png) bottom center no-repeat;
}
footer{
	background: #f2591f;
}
.footerrow{
	width: 445px;
	padding: 10px;
	color: #fff;
	float: left;
	min-height: 200px;
}

footer a {
	color:#fff;
	text-decoration: underline;
}
.footerrow ul{
	list-style-type: none;
}
.footerrow li{
	padding: 5px;
}
.footercopyright{
	margin-top: 10px;
	background: #A84303;
	color: #fff;
	padding: 10px;
}
.content{
	background: #fff;
	padding: 10px;
}
.tileswrapper{
	width: 400px;
	margin-left: 45px;
	float:left;
	margin-top: 40px;
}
.tile{
	background: #EAEAEA;
	height: 400px;
	width: 400px;
}
.tiletitle{
	margin-top:30px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.secondarybg {
    background: url(../images/grbg.jpg) #339999;
    height: 800px;
    background-position: center;
    background-repeat:repeat;
    background-size: cover;
    position: relative;
	color: #fff;
	font-size: 24px;
	display: none;
}
.secondarytitle{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	padding: 50px 0px;
}
.threecoloumns{
	width: 440px;
	margin-left: 40px;
	float: left;
}
.threecoloumns input{
	width: 400px;
	border: 2px solid #07384D;
	border-radius: 10px;
	font-size: 24px;
	padding: 10px;
	margin: 10px 0px;
}
.threecoloumns select{
	width: 420px;
	border: 2px solid #07384D;
	border-radius: 10px;
	font-size: 24px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
	 color: #000;
	margin: 10px 0px;
}
.formsubmit{
	margin: 20px auto;
	width: 300px;
	font-size: 48px;
	background: #07384D;
	color:#fff;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
}
#formsubmit{
	font-size: 48px;
	background: #07384D;
	color:#fff;
	padding: 10px;
	width: 280px;
	text-align: center;
	text-transform: uppercase;
}
.finalbg {
    background: #FFFDD0;
    height: 800px;
    background-position: center;
    background-repeat:repeat;
    background-size: cover;
    position: relative;
	color: 	#808080;
	font-size: 24px;
	display: none;
}
.formloadingimg{
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	padding: 120px;
}
.formloading{
	margin: auto;
	padding: 20px;
	width: 500px;
	text-align: center;
}
@media only screen and (max-width: 400px) {
	.wrapper{
		width: 350px;
	}
	.logo{
		width: 320px;
		height: auto;
	}
	.usermenu{
		display: none;
	
	}
	.hpformtitle{
	padding: 10px;
	width: 280px;
	font-size: 32px;
}
	.fiveformfields{
	width: 310px;
	margin: 10px 0px 0px 0px;
	float: none;
}
	.fiveformfields input{
	width: 270px;
	font-size: 20px;
	padding: 10px;
}
.fiveformfields select{
	width: 295px;
	font-size: 20px;
	padding: 5px;  
}
	#formnext{
	width: 295px;
	float: none;
	margin: 10px 0px;
	}
	.tileswrapper{
	width: 330px;
	margin-left: 0px;
	margin-top: 20px;
	float: none;
}
.tile{
	height: 330px;
	width: 330px;
}
.tiletitle{
	font-size: 30px;
}
	.footerrow{
	width: 330px;
	}
	.secondarybg{
		height: 1300px;
	}
	.threecoloumns{
	width: 320px;
	padding: 5px;
	float: none;
	margin: 20px 0px 0px 0px;
}
.threecoloumns input{
	width: 250px;
	font-size: 20px;
}
.threecoloumns select{
	width: 270px;
	font-size: 20px;
}
	.formloading{
	padding: 10px;
	width: 330px;
}
} 
@media only screen and (min-width: 400px) and (max-width: 599px){
	.wrapper{
		width: 400px;
	}
	.logo{
		width: 380px;
		height: auto;
	}
	.usermenu{
		display: none;
	}
	.hpformtitle{
	padding: 10px;
	width: 330px;
	font-size: 32px;
}
	.fiveformfields{
		width: 410px;
		margin: 10px 0px 0px 0px;
		float: none;
}
	.secondarybg{
		height: 1300px;
	}
	.fiveformfields input{
	width: 330px;
	font-size: 26px;
	padding: 5px;
}
.fiveformfields select{
	width: 345px;
	font-size: 26px;
	padding: 5px;  
}
	#formnext{
	width: 350px;
	margin-top: 10px;
}
	.footerrow{
	width: 380px;
	}
	.secondarybg{
		height: 1300px;
	}
	.threecoloumns{
	width: 370px;
	padding: 5px;
	float: none;
	margin: 20px 0px 0px 0px;
}
.threecoloumns input{
	width: 300px;
	font-size: 20px;
}
.threecoloumns select{
	width: 320px;
	font-size: 20px;
}
	.formloading{
	padding: 10px;
	width: 380px;
}
	.tileswrapper{
	width: 380px;
	margin-left: 0px;
	margin-top: 20px;
	float: none;
}
.tile{
	height: 380px;
	width: 380px;
}
.tiletitle{
	font-size: 30px;
}
} 
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.wrapper{
		width: 600px;
	}
	.logo{
		width: 400px;
		height: auto;
	}
	.fiveformfields{
		width: 560px;
		margin: 10px 0px 0px 0px;
		float: none;
}
	.secondarybg{
		height: 1300px;
	}
	.fiveformfields input{
	width: 540px;
	font-size: 26px;
	padding: 5px;
}
.fiveformfields select{
	width: 555px;
	font-size: 26px;
	padding: 5px;  
}
	#formnext{
	width: 545px;
	margin-top: 10px;
}
	.footerrow{
	width: 580px;
	}
	.secondarybg{
		height: 1300px;
	}
	.threecoloumns{
	width: 570px;
	padding: 5px;
	float: none;
	margin: 20px 0px 0px 0px;
}
.threecoloumns input{
	width: 400px;
	font-size: 20px;
}
.threecoloumns select{
	width: 420px;
	font-size: 20px;
}

	.tileswrapper{
	width: 580px;
	margin-left: 0px;
	margin-top: 20px;
	float: none;
}
.tile{
	height: 580px;
	width: 580px;
}
.tiletitle{
	font-size: 30px;
}
} 


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.wrapper{
		width: 760px;
	}
	.logo{
		width: 400px;
		height: auto;
	}
	.fiveformfields{
		width: 355px;
		float: left;
		margin: 10px 0px !important;
}

	.fiveformfields input{
	width: 330px;
	font-size: 26px;
	padding: 5px;
}
.fiveformfields select{
	width: 345px;
	font-size: 26px;
	padding: 5px;  
}
	#formnext{
	width: 345px;
	margin-top: 10px;
		float: left;
}
	.footerrow{
	width: 220px;
	}

	.threecoloumns{
	width: 220px;
	padding: 5px;
	float: left;
	margin: 20px 0px 0px 0px;
}
.threecoloumns input{
	width: 200px;
	font-size: 20px;
}
.threecoloumns select{
	width: 220px;
	font-size: 20px;
}

	.tileswrapper{
	width: 230px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
}
.tile{
	height: 230px;
	width: 230px;
}
.tiletitle{
	font-size: 20px;
}
} 


@media only screen and (min-width: 992px) and (max-width: 1199px) {
		.wrapper{
		width: 990px;
	}
	.logo{
		width: 400px;
		height: auto;
	}
		.fiveformfields{
	width: 168px;
}
	.fiveformfields input{
	width: 158px;
	font-size: 20px;
	padding: 5px;
}
.fiveformfields select{
	width: 168px;
	font-size: 20px;
	padding: 5px;  
}
	#formnext{
	width: 50px;
}
	.formnext{
	font-size: 32px !important;
}
	.tileswrapper{
	width: 300px;
	margin-left: 18px;
}
.tile{
	background: #EAEAEA;
	height: 300px;
	width: 300px;
}
.tiletitle{
	font-size: 20px;
}
	.footerrow{
	width: 310px;
	}
	.threecoloumns{
	width: 310px;
	margin-left: 30px;
	float: left;
}
.threecoloumns input{
	width: 250px;
	font-size: 20px;
}
.threecoloumns select{
	width: 270px;
	font-size: 20px;
}
} 


@media only screen and (min-width: 1200px) and (max-width: 1399px){
		.wrapper{
		width: 1200px;
	}
	.logo{
		width: 400px;
		height: auto;
	}
	.fiveformfields{
	width: 210px;
}
	.fiveformfields input{
	width: 190px;
	font-size: 20px;
}
.fiveformfields select{
	width: 210px;
	font-size: 20px;
  
}
	#formnext{
	width: 50px;
}
	.formnext{
	font-size: 42px !important;
}
	.tileswrapper{
	width: 340px;
	margin-left: 30px;
}
.tile{
	background: #EAEAEA;
	height: 340px;
	width: 340px;
}
.tiletitle{
	margin-top:30px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
	.footerrow{
	width: 380px;
	}
	.threecoloumns{
	width: 370px;
	margin-left: 40px;
	float: left;
}
.threecoloumns input{
	width: 280px;
	font-size: 20px;
}
.threecoloumns select{
	width: 300px;
	font-size: 20px;
}
}
