@charset "utf-8";
/* CSS Document */
html { height: 100%; } 
body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/pattern.gif) top center;	
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 14px; font-size: 1.4rem; /* Font sizing with rem and fallback to pixels */
	color: #fff;
	width: 100%;
}
.sitewidth {
	clear: both;
	/* responsive for this site */
	width: 98%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
}





/** Header **/
header {
	padding: 40px 0;
}
header .logo img {
	border: #666c70 1px solid;
}
.toplinks {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.toplinks li {
	font-size: 13px; font-size: 1.3rem;
	text-transform: uppercase;
	margin: 0 0 0 25px;
}
.toplinks .silver {
	background: url(../images/arrow-silver.png) center right no-repeat;
}
.toplinks .gold {
	background: url(../images/arrow-gold.png) center right no-repeat;
}
.toplinks a {
	display: block;
	padding: 5px 25px 5px 5px;
	color: #fff;
}
.toplinks .news a{
	padding: 5px 0;
}
#register header .logo {
	width: 40%;
}
#register header .logo {
	color: #fff;
	font-size: 9px; font-size: 0.9rem;
}


/** Rollover image effect **/
.relative {
	position: relative;
	width: 260px;
	margin: 20px auto;
	padding: 20px 0;
}
.rollover  {
   display: block;
   position: relative;
}
.rollover img  {
   	display: block;
	margin: 0 auto;
}
.rollover a  {
   margin: 0 !important;
   padding: 0 !important;
}
.rollover .out {
   position: relative;
   top: 0;
   left: 0;
}
.rollover .over {
   position: absolute;
   top: 0;
   left: 50%;
   margin: 0 0 0 -130px; /* Centering */
   opacity: 0;
   filter: alpha(opacity=0); /* For IE8 and earlier */
}
.rollover a:hover .over {
   opacity: 1;
   filter: alpha(opacity=100);
}

@media screen and (min-width: 480px) {
	#register header .logo {
		float: left;
		width: 32%;
		margin: 0 6% 0 0;
	}
}
@media screen and (min-width: 768px) {
	#register header .logo {
		width: 29%;
		margin: 0 6% 0 2%;
	}
}
@media screen and (min-width: 960px) {
	#register header .logo {
		width: 21%;
		margin: 0 6% 0 0;
	}
	
}






/** Footer **/
footer {
	clear: both;
	margin: 10px 0;
	font-size: 10px; font-size: 1rem;
	text-align: center;
	padding: 10px 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
.social {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li {
	display: inline-block;
}
.social li img {
	margin: 0 0 -10px 0;
}
@media screen and (min-width: 768px) {
	#register footer {
		margin: 50px 50px 50px 0;
	}
}






/** Gradient buttons **/
.btngold {
	display: inline-block;
	color: #fff;
	text-shadow: 2px 2px 6px #321, 3px 3px 8px #321;
	font-size: 21px; font-size: 2.1rem;
	letter-spacing: 2px;
	padding: 5px 30px;
	margin: 0 5px;
	text-transform: uppercase;
	border: 0;
	background: #8a6918; /* Fallback */
	background: -webkit-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* For Safari */
	background: -o-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* For Firefox 3.6 to 15 */
	background: linear-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* Standard syntax (must be last) */
}
.btngold:hover {
	text-shadow: 1px 1px 3px #001, 3px 3px 8px #001;
	background: -webkit-linear-gradient(left, #666c70, #dde3e7, #666c70); /* For Safari */
	background: -o-linear-gradient(left, #666c70, #dde3e7, #666c70); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #666c70, #dde3e7, #666c70); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, #666c70, #dde3e7, #666c70); /* Standard syntax (must be last) */
}
.btnsilver {
	display: inline-block;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	font-size: 25px; font-size: 2.5rem;
	letter-spacing: 2px;
	padding: 5px 30px;
	text-transform: uppercase;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	border: #c3c3c3 2px solid;
	background: #666c70; /* Fallback */
	background: -webkit-linear-gradient(left, #dde3e7, #666c70); /* For Safari */
	background: -o-linear-gradient(left, #dde3e7, #666c70); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #dde3e7, #666c70); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, #dde3e7, #666c70); /* Standard syntax (must be last) */
}
.btnsilver:hover {
	background: -webkit-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* For Safari */
	background: -o-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* For Firefox 3.6 to 15 */
	background: linear-linear-gradient(left, #71540b, #ebdfc7, #71540b); /* Standard syntax (must be last) */
}
.btnsilver .small {
	display: block;
	font-size: 14px; font-size: 1.4rem;
	text-transform: none;
	line-height: 120%;
	color: #000;
	text-shadow: 1px 1px 4px #fff;
	margin: 5px 0;
}
.btnsilver .small.white {
	line-height: 120%;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
}






section {
	overflow: auto;
	position: relative;
}
article {
	max-width: 750px;
	margin: 0 auto;
	font-size: 105%;
	line-height: 170%;
	letter-spacing: 1px;
}
h1 {
	font-size: 29px; font-size: 2.9rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 22px; font-size: 2.2rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#index section, #login section, #thanks section, #broker section, #video section {
	text-align: center;
}
#thanks p {
	font-size: 16px; font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
	h1 {
		font-size: 24px; font-size: 2.4rem;
	}
	h1 span {
		white-space: nowrap;
	}
}
@media screen and (min-width: 960px) {
	h1 {
		font-size: 29px; font-size: 2.9rem;
	}
	#home h1 {
		letter-spacing: 5px;
	}
}






/** Registration **/
.register article {
	text-align: center;
	line-height: 160%;
}
#registrationForm {
	font-size: 12px; font-size: 1.2rem;
	line-height: 170%;
	width: 80%;
	margin: 0 auto;
}
#registrationForm label {
	display: block;
}
#registrationForm input[type="text"] {
	width: 100%;
}
#registrationForm input[type="submit"] {
	clear: right;
	margin: 30px  100px 0 0;
}
@media screen and (min-width: 480px) {
	.register article {
		text-align: left;
	}
	#registrationForm {
		margin: 0;
	}
}
@media screen and (min-width: 960px) {
	.form .col1 {
		float: left;
		width: 40%;
		padding: 0 7% 0 0;
		margin: 0;
	}
	.form .col2 {
		float: left;
		width: 40%;
		padding: 0 0 0 7%;
		margin: 0;
		border-left: #fff 3px dotted; 
	}
	#registrationForm {
		width: 100%;
	}
}





/** Login **/
.broker input[type="password"] {
	font-size: 24px; font-size: 2.4rem;
	width: 50%;
	padding: 5px;
}
.broker h1 {
	font-size: 48px; font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: 8px;
}
.broker h3 {
	font-size: 24px; font-size: 2.4rem;
	font-weight: 400;
}
.broker section p {
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 1px;
}
.broke {
	padding: 0 0 0 30%;
	text-align: left;
}
.embed {
	display: inline;
}





/** Responsive iframe **/
iframe {
	max-width: 100%;
}
.iframe  { /* Wrapper div */
	position: relative;
	height: 0;
	overflow: hidden;
}
.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe.gallery {
	padding-bottom: 60%; /* padding takes care of dynamic height */
	max-height: 600px;
}
.iframe.video {
	padding-bottom: 60%; /* padding takes care of dynamic height */
	max-height: 600px;
}
.iframe.pano {
	padding-bottom: 160px; /* no dynamic height */
}