

html {
	background: url(../images/background.png) repeat;
	height: 100%;
}
body {
	background: url(../images/background_shine.png) no-repeat center top, url(../images/construction.png) no-repeat center top / cover;
	margin: 0;
	min-height: 100%;
	text-align: center;
}


/* LOGO
==================================================================================================================== */

#border {
	background: #9d0000;
	height: 20px;
	position: absolute;
	width: 100%;
}
header {
	position: absolute;
	top: 10%;
	width: 100%;
	z-index: 20;
}

@media screen and (max-height: 750px) {
  header {
	  top: 5%;
  }
}

@media screen and (max-height: 650px) {
  header {
	  top: 5%;
  }
  header img {
	  height: auto;
	  max-width: 220px;
  }
}

@media screen and (max-height: 600px), (max-width: 750px) {
  #border {
	  height: 15px;
	  position: static;
	  width: auto;
  }
  header {
	  padding-top: 50px;
	  position: static;
	  top: auto;
  }
}

@media screen and (max-width: 750px) {
  header img {
	  height: auto;
	  max-width: 322px;
	  width: 80%;
  }
}

@media screen and (max-width: 500px) {
  #border {
	  height: 10px;
  }
  header {
	  padding-top: 20px;
  }
}

@media screen and (max-width: 300px) {
  header {
	  padding-top: 10px;
  }
}


/* INFORMATION
==================================================================================================================== */

section.info {
	color: #045a9b;
	display: block;
	font: 400 15pt "Oswald", sans-serif;
	margin: 0 auto;
	position: absolute;
	text-shadow: rgba(255,255,255,0.7) 1px 1px 0;
	top: 35%;
	width: 100%;
	z-index: 10;
}

section.info h1 {
	font-size: 24pt;
	line-height: 120%;
	padding: 0 50px;
}
section.info h1 span {
	white-space: nowrap;
}
section.info h1 span:first-child {
	color: #222;
}
section.info h1 div {
	color: #9d0000;
	font-size: 14pt;
	line-height: 120%;
	margin: 0 auto;
	padding: 2px 0;
	width: 350px;
}

section.info h2 {
	color: #222;
	font: 300 italic 12pt "Open Sans Condensed", sans-serif;
	padding: 20px 10px 0 10px;
}

@media screen and (max-height: 750px) {
  section.info {
	  top: 28%;
  }
}

@media screen and (max-height: 650px) {
  section.info {
	  top: 25%;
  }
}

@media screen and (max-height: 600px), (max-width: 750px) {
  section.info {
	  padding-top: 20px;
	  position: static;
	  top: auto;
  }
}

@media screen and (max-width: 750px) {
  section.info {
	  font-size: 13pt;
  }
  section.info h1 {
	  font-size: 20pt;
	  padding: 0 20px;
  }
  section.info h1 div {
	  font-size: 12pt;
  }
}

@media screen and (max-width: 500px) {
  section.info {
	  font-size: 12pt;
  }
  section.info h1 {
	  font-size: 18pt;
  }
  section.info h1 div {
	  font-size: 11pt;
	  padding-top: 10px;
	  width: auto;
  }
}

@media screen and (max-width: 300px) {
  section.info {
	  font-size: 11pt;
  }
  section.info h1 {
	  font-size: 16pt;
	  padding: 0 10px;
  }
  section.info h1 div {
	  font-size: 10pt;
  }
}


/* INFORMATION FORM
==================================================================================================================== */

section.info form {
	display: inline-block;
	padding: 30px 10px 0 10px;
}
section.info label {
	color: #666;
	float: left;
	line-height: 35px;
	font-size: 10pt;
	font-weight: 700;
	margin: 0 8px 0 0;
	text-transform: uppercase;
}
section.info input[type="text"] {
	background: #fff;
	border: solid 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	box-shadow: rgba(255,255,255,0.3) 1px 1px 0;
	color: #222;
	float: left;
	font: 300 12pt/35px "Open Sans Condensed", sans-serif;
	margin: 0 8px 0 0;
	padding: 0 7px;
	width: 100px;
}

section.info button {
	background: #e09f03;
		background-image: -moz-linear-gradient(top, #fece4f 0%, #e09f03 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fece4f), color-stop(100%,#e09f03));
		background-image: -webkit-linear-gradient(top, #fece4f 0%,#e09f03 100%);
		background-image: -o-linear-gradient(top, #fece4f 0%,#e09f03 100%);
		background-image: -ms-linear-gradient(top, #fece4f 0%,#e09f03 100%);
		background-image: linear-gradient(to bottom, #fece4f 0%,#e09f03 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fece4f', endColorstr='#e09f03',GradientType=0 );	
	border: solid 1px #9f7000;
	border-radius: 3px;
	box-shadow: inset 0 1px #fce2a0;
	color: #222;
	float: left;
	font: 700 10pt/33px "Oswald", sans-serif;
	height: 35px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: #f8dfa0 1px 1px 0;
	text-transform: uppercase;
}
section.info button:hover,
section.info button:active {
	background: #fece4f;
		background-image: -moz-linear-gradient(top, #ffde88 0%, #fece4f 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde88), color-stop(100%,#fece4f));
		background-image: -webkit-linear-gradient(top, #ffde88 0%,#fece4f 100%);
		background-image: -o-linear-gradient(top, #ffde88 0%,#fece4f 100%);
		background-image: -ms-linear-gradient(top, #ffde88 0%,#fece4f 100%);
		background-image: linear-gradient(to bottom, #ffde88 0%,#fece4f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde88', endColorstr='#fece4f',GradientType=0 );	
	border: solid 1px #d39500;
	box-shadow: inset 0 1px #ffffff;
	color: #045a9b;
	cursor: pointer;
	line-height: 35px;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 0;
}

section.info form span {
	clear: both;
	color: #666;
	display: block;
	font: 300 italic 11pt "Open Sans Condensed", sans-serif;
	padding-top: 3px;
}

@media screen and (max-width: 500px) {
  section.info label {
	  font-size: 9pt;
	  font-weight: 400;
	  margin-right: 5px;
  }
  section.info input[type="text"] {
	  float: left;
	  font-size: 10pt;
	  margin-right: 5px;
	  padding: 0 5px;
	  width: 70px;
  }
  section.info button {
	  font-weight: 400;
	  padding: 0 10px;
  }
}



/* FOOTER
==================================================================================================================== */

footer {
	bottom: 0;
	color: #111;
	font: 300 10pt "Open Sans Condensed", sans-serif;
	position: absolute;
	text-shadow: rgba(255,255,255,0.7) 1px 1px 0;
	width: 100%;
	z-index: 30;
}

@media screen and (max-height: 600px), (max-width: 750px) {
  footer {
	  bottom: auto;
	  padding-top: 150px;
	  position: static;
  }
}


/* FOOTER LOGOS
==================================================================================================================== */

section.brands {
	padding-bottom: 12px;
}
section.brands a {
	display: inline-block;
	height: 53px;
	margin: 0 10px;
	position: relative;
}
#linkurealty {width: 132px;}
#linkuwebdesign {width: 150px;}
#agentpremier {width: 141px;}

section.brands a img {
	left: 0;
	position: absolute;
	z-index: 10;
}
section.brands a img:first-child {
    opacity: 0.0;
	  -moz-opacity: 0.0;
	  -moz-backface-visibility: hidden;
	  filter: alpha(opacity: 0.0);
	transition: opacity 0.15s ease 0.0s;
	    -webkit-transition: opacity 0.15s ease 0s;	
	z-index: 20;
}
section.brands a:hover img:first-child,
section.brands a:active img:first-child {
    opacity: 1;
	  -moz-opacity: 1;
	  filter: alpha(opacity: 1);
	transition: opacity 0.25s ease 0.0s;
	    -webkit-transition: opacity 0.25s ease 0s;	
}

@media screen and (max-width: 750px) {
  section.brands a {
	  margin: 0 5px;
  }
}

@media screen and (max-width: 500px) {
  section.brands a {
	  height: 40px;
  }
  #linkurealty {width: 100px;}
  #linkuwebdesign {width: 113px;}
  #agentpremier {width: 106px;}
  
  section.brands a img {
	  height: 40px;
	  width: 100%;
  }
}

@media screen and (max-width: 300px) {
  section.brands {
	  display: none;
  }
}


/* FOOTER BAR
==================================================================================================================== */

section.bar {
	background: rgba(0,0,0,0.1);
	padding: 26px 50px 10px 50px;
}

nav a {
	border-left: solid 1px rgba(0,0,0,0.2);
	color: #111;
	display: inline-block;
	font-size: 13pt;
	height: 20px;
	line-height: 20px;
	padding: 0 20px;
	text-decoration: none;
}
nav a:hover,
nav a:active {
	color: #045a9b;
}
nav a:first-child {
	border-left: none;
}

.phone {
	background: url(../images/phone.png) no-repeat left center;
	display: inline-block;
	font: 700 15pt/30px "Oswald", sans-serif;
	height: 30px;
	margin: 10px 0 5px 0;
	padding-left: 30px;
	text-transform: uppercase;
}
.phone span {
	color: #9d0000;
}

@media screen and (max-width: 750px) {
  section.bar {
	  padding: 26px 20px 10px 20px;
  }
  nav a {
	  font-size: 12pt;
	  height: 18px;
	  line-height: 18px;
	  padding: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  section.bar {
	  padding: 20px 10px 15px 10px;
  }
  nav a {
	  font-size: 11pt;
	  height: 16px;
	  line-height: 16px;
	  padding: 0 10px;
  }
}
