/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #fff;
	font-family:'Futura W01 Book';
}

html {
    font-size: 1em;
    line-height: 1.4;
	background:#000;
}

body {background:#000;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1 {
	text-transform:uppercase;
	font-size:90px;
	line-height:90px;
	font-weight:normal;
	font-family:'Futura W01 Medium';
	margin-top:0;
}

h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	margin:32px 100px 16px;
}

#copy h2 {
	margin:60px 0 15px;
}

#copy h2 a{
	color: #fff;
	text-decoration: none;
}


p {
	font-size:14px;
	line-height:18px;
}

.readmore, .scrolldown {
	border:1px solid #fff;
	font-size:12px;
	line-height:12px;
	margin-top:40px;
	display:inline-block;
	background:none;
	color:#fff;
	text-decoration:none;
	position:relative;
}

.readmore span, .scrolldown span {display:block;padding:9px 18px;position:relative;transition: all 200ms ease-out;}

.readmore:hover span, .scrolldown:hover span {
	color:#000;
	background:#fff;
}

#container {relative;}

#header {
	position:relative;
	background:#000;
	padding-top:40px;
}

#patternbar {
	height:40px;
	width:100%;
	background:url(../img/imperial-pattern.png) left top;
	top:0;
	position:fixed;
	z-index:9;
	border-bottom: #000 13px solid;
}

#logo {
	display:block;
	float:left;
	padding:13px 55px;
}

#mobileNav {display:none;}

#nav {
	float:right;
	width:700px;
	font-size:12px;
	text-transform:uppercase;
	margin: 20px 35px 0 0;
	padding:0;
	text-align:right;
}

#nav li {
	display:inline-block;
	padding:0;
	margin:0;
}

#nav a {
	padding:10px 25px;
	display:block;
	color:#fff;
	text-decoration:none;
	transition: all 500ms ease-out;
}

#nav a:hover {
	background:#b2a97e;
}
#nav .selected a:hover,#nav .selected a {
	color:#b2a97e;
	background:none;
}

#language {
	position:absolute;
	right:60px;
	bottom:30px;
	font-size:12px;
}
#language a {color:#fff;text-decoration:none;}
#language a.selected, #language a:hover {color:#b2a97e;}

.heroHolder {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

.hero {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
}

.hero img {
	position:absolute;
	top:50%;
	left:50%;
}

.overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.5;
}

.hero .overlay {display:none;}

.heroHeading {
	position:absolute;
	left:30px;
	width:750px;
	text-align:center;
}

#indicators {
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	text-align:center;
}

.indicator {
	width:14px;
	height:14px;
	overflow:hidden;
	margin:0px 18px;
	display:inline-block;
	background:url(../img/hero-indicators.png) bottom center no-repeat;
	opacity:0.8;
}

.indicator:hover, .indicator.selected {background:url(../img/hero-indicators.png) top center no-repeat; opacity:1;}

/*	Internal	*/

#content {
	position:relative;
	margin-bottom:30px;
}

#copyHolder {
	width:33%;
	position:absolute;
	top:0;
	left:0;
}

.register #copyHolder {
	width:600px;
}

#copy {
	padding:30px 60px;
	position:relative;
}


#copyHolder.fixed {
	position:fixed;
	top:30px;
}

#copyHolder.bottom {
	position:fixed;
	top:auto;
	bottom:30px;
}

#imageHolder {position:relative;margin-left:33%; padding-bottom:1px;}

.register #copyHolder {width:600px;}
.register #imageHolder {margin-left:600px;}
 
.image {
	/*background:url(../img/imperial-pattern-dark.png);*/
	margin:30px 60px 30px 0;
	text-align:left;
	position:relative;
}

.image img {
	display:block;
	width:100%;
	height:auto;
}

.caption {
	position:absolute;
	padding:10px 22px;
	background:#000;
	left:0;
	bottom:10px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}

#controls {
	position:absolute;
	top:53px;
	right:15px;
	width:30px;
}
#controls.fixed {
/*	top:53px;
	bottom:48px;*/
	position:fixed;
}

.control {
	position:absolute;
	width:30px;
	height:30px;
	display:block;
	right:0;
	top:0;
}

.control.next {top:auto; bottom:0;}

/*	form	*/

input, select, label {
	background:#000000;
	color: #fff;
	border: 1px solid #b2a97e;
	width:190px;
	padding:5px 4px;
	height:19px;
	margin: 0 10px 10px; 
	display:block;
	float:left;
	font-size:12px;
	line-height:12px;
}


input.hs-input, textarea.hs-input, select.hs-input {
    font-family: 'Futura W01 Book' !important;
    color: #fff !important;
    border: 1px solid #b2a97e !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
}

select, .submit, label {width:200px;height:31px;}

option {
	background:#000;
}

form{
	margin-top: 50px;
}

label, label span{
	height: 0;
	line-height: 1 !important;
	margin-bottom: 20px !important;
	color: #fff !important;
	font-family: 'Futura W01 Book' !important;
	text-transform: uppercase;
}


.error {
	border-color:#fff;
}

.submit {
	border: 1px solid #b2a97e;
	color:#fff;
	font-size:12px;
	height:30px;
}

input[type=submit]{
	border: 1px solid #b2a97e !important;
	color:#fff !important;
	font-size:12px !important;
	height:30px !important;
	background: #000 !important;
	box-shadow: none !important;
	border-top:  none !important;
	border-bottom:  none !important;
	border-right:  none !important;
	border-left:  none !important;
	border: 1px solid #b2a97e !important;
	text-transform: uppercase !important;
}

label {
	border:none;
	width:202px;
	padding:6px 0;
	background:none;
}

#response {
	clear:both;
	font-size:12px;
	margin:0 10px;
}

/*	Footer	*/

#footer {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:35px;
	padding:5px 0 0;
	background:#000;
}

#footer .inner {margin:5px 5px 0;display:inline-block;}

#footer a {color:#fff; text-decoration:none;}

#footernumber {
	font-size:16px;
	text-transform:uppercase;
	text-align:center;	
	margin-top:2px;
}

#footer a.visit {
	display:inline-block;
	padding:3px 10px;
	color:#000;
	background:#b2a97e;
}

.colliers {	
	position:absolute;
	font-size:10px;
	color:#aaa;
	right:60px;
	top:5px;
}

.rare {	
	position:absolute;
	font-size:10px;
	color:#aaa;
	left:60px;
	top:15px;
}

.rare a {height:11px; width:33px; overflow:hidden; position:relative; display:inline-block;}
.rare img {display:block;}
.rare a:hover img {margin-top:-11px;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1024px) {
    /* Style adjustments for viewports that meet the condition */
	
	h1 {
		font-size:60px;
		line-height:60px;
	}
	
	.heroHeading {
		left:0;
		width:100%;
	}
	
	h2 {margin:16px 220px;}
	.readmore, .scrolldown {margin-top:20px;}
	
	#copyHolder.bottom {bottom:46px;}
	
	#indicators {bottom:15px;}
	
	#footer {height:auto; bottom:0;}
	#footernumber {margin:10px 0; float:left; margin-left:60px; margin-right:20px;}

	.colliers {	
		position:relative;
		font-size:10px;
		color:#aaa;
		left:auto;
		top:auto;
		float:left;
		margin-right:0;
		right:auto;
		margin-top:8px;
	}
	
	.rare {	
		position:relative;
		font-size:10px;
		color:#aaa;
		right:auto;
		top:auto;
		float:right;
		margin-right:60px;
		left:auto;
		margin-top:15px;
	}
	
}

@media only screen and (max-width: 768px) {
    /* Style adjustments for viewports that meet the condition */
	
	h2 {margin:16px 100px;}
	.readmore, .scrolldown {margin-top:0px;}
	
	#language {top:60px;bottom:auto; right:30px;}
	
	#logo {
		display: block;
		float: none;
		padding: 13px 55px;
		text-align:center;
	}
	
	#nav {
		float:none;
		width:auto;
		text-align:center;
		margin:20px 0;	
	}
	
	#copyHolder, .register #copyHolder {
		width:auto;
		position:relative;
		top:auto;
		left:auto;
	}	
	
	#imageHolder, .register #imageHolder {
		margin-left:auto;
	}
	
	.image {margin:30px 60px;}
	
	#controls {display:none;}
	
	#footer {
		position:relative;
		left:auto;
		right:auto;
		bottom:auto;
	}
	#footernumber {margin:10px 0; float:none;}

	.colliers {margin-right:30px; float:right;}
	.rare {margin:10px 30px; float:left;}
}
@media only screen and (max-width: 640px) {
	
	h1 {font-size:24px; line-height:24px;}
	
	h2 {margin:16px 30px;font-size: 14px;line-height: 17px;}
	
	#indicators {bottom:15px;}
	
	#patternbar {height:20px;}
	
	#header {padding-top:20px;}
	
	#logo {
		width:100px;
		padding:13px 0;
		margin:0 auto;
	}
	
	#logo img {width:100%; height:auto;}
	
	#mobileNav {
		position:absolute;
		top:50px;
		left:30px;
		display:block;
	}
		
	#nav {float:none;clear:both; text-align:left; display:none;}
	#nav li {display:block;}
	#nav a {padding: 10px 30px;}
	
	#copy {padding:30px;}
	.image {margin:15px 30px;}
	.image img {margin: 0 auto;}
	
	#footer a.visit {display:block; margin:0 30px;}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
