
/*
CSS Structure: www.cssgrid.co
-------------------------------------------------------------
01. General
02. Mobile
03. Mobile Portrait
-------------------------------------------------------------
*/

/* 01 General */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
.desktop {
	display:block!important;
}
.mobile {
	display:none!important;
}
/* Fonts */
@font-face {
    font-family: 'webfontbold';
    src: url('../fonts/nevis-webfont.woff2') format('woff2'),
         url('../fonts/nevis-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'textaregular';
    src: url('../fonts/texta-regular-webfont.woff2') format('woff2'),
         url('../fonts/texta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'textabold';
    src: url('../fonts/texta-bold-webfont.woff2') format('woff2'),
         url('../fonts/texta-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'textaheavy';
    src: url('../fonts/texta-heavy-webfont.woff2') format('woff2'),
         url('../fonts/texta-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair_displayblack';
    src: url('../fonts/playfairdisplay-black-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'loveloblack';
    src: url('../fonts/lovelo_black-webfont.woff2') format('woff2'),
         url('../fonts/lovelo_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	width:100%;
	margin:0 auto;
	background-color:#faf8f4;
	color:#666;
	font-family:'textaregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
html {
	margin:0 auto;
	overflow-x:hidden;
}
a, button.submit, .thanks, input, .nav, .navclosed, .navclicked, .language, .logo, .wrapper, h1, .luminary, .disclaimer-off, .arrow-left, .arrow-right {
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
img {
	width:100%;
	height:auto;
	margin-bottom:-5px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	opacity:0.7;
}
.header {
	background-color:#f7f7f2;
	width:100%;
	height:180px;
}
.logo {
	width:252px;
	height:114px;
	background-image: url(../images/crown-hill.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	-moz-background-size:100%;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.logo a {
	display:block;
	width:260px;
	height:114px;
}
.image-left {
	width:310px;
	height:180px;
	position:absolute;
	background-image: url(../images/splash1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	-moz-background-size:100%;
	z-index:0;
}
.image-right {
	width:150px;
	height:180px;
	position:absolute;
	right:0;
	background-image: url(../images/splash2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100%;
	-moz-background-size:100%;
	z-index:0;
}
.bg-side1 {
	background-image: url(../images/side1.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:210px;
	-moz-background-size:210px;
}
.bg-side2 {
	background-image: url(../images/side2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:270px;
	-moz-background-size:270px;
}
.bg-side3 {
	background-image: url(../images/side3.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:420px;
	-moz-background-size:420px;
}
.bg-side4 {
	background-image: url(../images/side4.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:240px;
	-moz-background-size:240px;
}
.nav {
	margin-top:6px;
	width:100%;
	height:40px;
	text-align:center;
	z-index:1;
	position:relative;
}
ul.nav-buttons li {
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	padding:0;
}
ul.nav-buttons li a {
	letter-spacing:1px;
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:40px;
	display:block;
	color:#313131;
	margin-left:22px;
	margin-right:22px;
}
ul.nav-buttons li a.register {
	border: 2px solid #313131;
	padding-left:12px;
	padding-right:12px;
}
ul.nav-buttons li a.register:hover {
	border: 2px solid #00b5a5;
}
ul.nav-buttons li a.register-on {
	color:#00b5a5;
	border: 2px solid #00b5a5;
	padding-left:12px;
	padding-right:12px;
}
ul.nav-buttons li a:hover,
ul.nav-buttons li a.on {
	color:#00b5a5;
}
h1 {
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#54575d;
	font-size:70px;
	line-height:70px;
	letter-spacing:5px;
	text-transform:uppercase;
}
h1 span {
	color:#00b5a5;
}
h2 {
	font-family:'textabold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#00b5a5;
	font-size:26px;
	line-height:30px;
	padding-top:30px;
	padding-bottom:30px;
	max-width:700px;
}
h4 {
	font-family:'textaregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#444;
	font-size:21px;
	line-height:24px;
	padding-bottom:10px;
	max-width:740px;
}
h4.auto {
	margin:0 auto;
}
h3 {
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#404040;
	font-size:24px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
h5 {
	font-family:'textabold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#00b5a5;
	font-size:26px;
	line-height:30px;
	padding-top:20px;
}
.register-today {
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#00b5a5;
	font-size:30px;
	line-height:32px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
}
.register-today span {
	padding-top:10px;
	font-size:22px;
	line-height:24px;
	display:block;
	color:#404040;
}
span.smaller {
	font-size:18px;
	color:#404040;
}
.address {
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#02b5a5;
	font-size:22px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.register-now {
	position:absolute;
	width:100%;
	left:0;
	text-align:center;
	margin-top:-100px;
}
.register-now a {
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:28px;
	color:#fff;
	display:inline-block;
	letter-spacing:2px;
	text-transform:uppercase;
	border: 3px solid #fff;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	padding-right:20px;
}
.arrow-down {
	width:100%;
	left:0;
	height:60px;
	position:absolute;
	bottom:12%;
	text-align:center;
}
.arrow-down a {
	width:60px;
	height:60px;
	display:inline-block;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50px;
	-moz-background-size:50px;
}
.arrow-down-register {
	width:100%;
	height:80px;
	text-align:center;
	z-index:3;
	position:absolute;
	bottom:40px;
}
.arrow-down-register a {
	width:200px;
	height:60px;
	display:inline-block;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:40px;
	-moz-background-size:40px;
}
.arrow-down-register a span {
	font-family:'webfontbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
.arrow-down a:hover,
.arrow-down-register a:hover {
	opacity:0.7;
}
.wrapper {
	width:100%;
	height:100%;
	min-height:100%;
	position:relative;
}
.fade-opacity {
	opacity:1;
	margin-left:0;
}
.bg-splash {
	background-image: url(../images/splash3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.waypoint {
	/*padding-top:39px;
	margin-top:-40px;*/
}
.title {
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	position:absolute;
	color:#fff;
	z-index:3;
	text-align:center;
	text-transform:uppercase;
	font-size:44px;
	letter-spacing:2px;
	width:100%;
	padding-top:60px;
	left:0;
	text-shadow: 1px 1px 2px #555;
}
.title2 {
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	color:#444;
	z-index:3;
	text-align:center;
	text-transform:uppercase;
	font-size:44px;
	letter-spacing:2px;
	width:90%;
	padding-top:30px;
	padding-bottom:10px;
	margin-left:5%;
}
.content {
	padding:60px;
	max-width:1000px;
	margin:0 auto;
	text-align:left;
}
.txt-centered {
	text-align:center;
}
.map-link {
	font-family:'textabold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#00b5a5;
	width:90%;
	text-align:center;
	padding-top:20px;
}
.map-link a {
	color:#00b5a5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00b5a5;
}
.p2,
.p3 {
	padding-top:30px;
}
.p2 .one {
	width:50%;
	float:left;
}
.p2 .two {
	width:50%;
	margin-left:50%;
}
.p3 .one-two {
	width:65%;
	float:left;
}
.p3 .three {
	width:30%;
	margin-left:70%;
}
.maps img {
	width:90%;
	height:auto;
}
.logo-project {
	text-align:center;
	margin-bottom:70px;
}
.logo-project img {
	width:60%;
	padding-bottom:4px;
}
.logo-project p {
	font-family:'textabold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#444;
	text-align:center;
}
.logo-goldmate-centered {
	margin-top:30px;
	text-align:center;
}
.logo-goldmate-centered img {
	width:200px;
	height:auto;
}
p {
	font-family:'textaregular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#444;
	font-size:20px;
	line-height:22px;
	text-align:center;
	margin:0 auto;
	max-width:700px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:26px;
	padding-right:26px;
}
.footer {
	background-color:#fff;
	padding:30px;
	color:#999;
	font-size:14px;
}
.footer .credit {
	color:#999;
	font-size:14px;
	float:right;
}
.footer .credit a {
	color:#666;
}
.foot {
	padding-left:30px;
	padding-right:30px;
}
.foot p {
	font-family:'textaregular', Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
	line-height:14px;
	max-width:1200px;
	padding-bottom:30px;
}
.foot p a {
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.foot p a:hover {
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.agents {
	font-family:'textabold', Arial, Helvetica, sans-serif;
	color:#444;
	max-width:660px;
	margin:0 auto;
	padding-top:30px;
}
.agents a {
	color:#444;
}
.tel {
	text-align:center;
	font-size:46px;
	padding-bottom:10px;
}
.tel a {
	color:#444;
}
.suite {
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
}
.logos {
	height:10px;
}
.goldmate {
	width:98px;
	height:70px;
	float:left;
	margin-top:-68px;
	background-image: url(../images/logo-goldmate.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:100%;
	-moz-background-size:100%;
}
.goldmate a {
	width:98px;
	height:70px;
	display:block;
}
.colliers {
	width:70px;
	height:60px;
	float:right;
	margin-top:-64px;
	background-image: url(../images/colliers.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:100%;
	-moz-background-size:100%;
}
.colliers a {
	width:70px;
	height:60px;
	display:block;
}
.firstnational {
	width:120px;
	height:60px;
	float:right;
	margin-top:-64px;
	background-image: url(../images/firstnational.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:100%;
	-moz-background-size:100%;
}
.firstnational a {
	width:120px;
	height:60px;
	display:block;
}
.goldmate a:hover,
.colliers a:hover,
.firstnational a:hover {
	opacity:0.7;
}

/* Image Carousel */
.frame {
	margin-left:40px;
	margin-right:40px;
}
.gallery {
	overflow:hidden;
	width:100%;
	height:auto;
	position:relative;
}
.gallery-image {
	overflow:hidden;
	width:100%;
	height:auto;
	position:relative;
}
.gallery-image img {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:-4px;
}
.switcher {
	position:absolute;
	z-index:5;
	text-align:center;
	height:20px;
	list-style:none;
	margin:0;
	padding:0;
	right:60px;
	margin-top:-50px;
}
.switcher li {
	display:inline-block;
	width:20px;
	height:20px;
	border:0px;
	margin-left:2px;
	margin-right:2px;
}
.switcher li a {
	background-color:#fff;
	display:block;
	width:12px;
	height:12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #fff;
}
.switcher li a:hover {
	background-color:#fff;
	border:1px solid #fff;
}
.switcher li a.on {
	background-color:#00b5a5;
	border:1px solid #00b5a5;
}
.gallery .owl-nav {
	position:relative;
	z-index:4;
}
.gallery .owl-prev {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80%;
	-moz-background-size:80%;
	z-index:5;
	position:absolute;
	margin-top:-26%;
	margin-left:3%;
}
.gallery .owl-next {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80%;
	-moz-background-size:80%;
	z-index:5;
	position:absolute;
	margin-top:-26%;
	right:3%;
}
.gallery .owl-prev,
.gallery .owl-next {
	opacity:0.7;
}

/* Form */
.thanks {
	font-family:'textaregular', Arial, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:20px;
	line-height:22px;
	position:absolute;
	top:210px;
	left:30px;
	width:440px;
	background-color:#444;
	z-index:4;
	padding:20px;
	cursor:default;
}
.thanks-off {
	opacity:0;
}
.closeme {
	width:40px;
	height:40px;
	float:right;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:22px;
	-moz-background-size:22px;
}
.closeme a {
	width:40px;
	height:40px;
	display:block;
	color:transparent;
}
.thanks strong {
	font-family:'textabold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.space {
	width:100%;
	height:18px;
}
form,
fieldset {
	padding:0;
	margin:0;
	border:0;
}
input,
select,
.jstyling-select {
	font-weight:normal;
}
.form {
	padding-top:10px;
	color:#999;
	text-align:left;
	width:580px;
	margin:0 auto;
	padding-left:20px;
}
.hide-field {
	display:none;
}
label {
	font-family:'textabold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	margin-top:10px;
	display:block;
}
input:focus {
	outline-width:0;
	background-color:#faf8f4;
	color:#333;
}
input,
textarea {
	-webkit-appearance:none;
	border-radius:0;
	border:0;
	margin:0;
	padding:0;
}
input {
	font-family:'textaregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#444;
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color:#faf8f4;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
}
.half {
	width:270px;
	margin-right:10px;
}
.full {
	width:554px;
}
.float-left {
	float:left;
	margin-right:4px;
}
input.error {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff3333;
}
.error-msg {
	font-family:'textabold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#ff3333;
	padding-bottom:0;
	display:none;
}
.send {
	text-align:center;
}
.submit {
	cursor:pointer;
	font-family:'webfontbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#444;
	padding-left:30px;
	padding-right:30px;
	line-height:40px;
	padding-bottom:0;
	display:inline-block;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:10px;
	margin-left:-20px;
	background-color:transparent;
	border: 3px solid #444;
}
.submit:hover {
	background-color:#fff;
}
.mandatory {
	font-family:'textabold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#444;
	text-transform:uppercase;
	padding-bottom:10px;
	line-height:30px;
}
.smallprint {
	font-family:'textaregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#97445f;
	padding-bottom:10px;
}
.smallprint a {
	font-family:'textaregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#97445f;
}
.regoform {
}

/* Make placeholder text 100% visible instead of opacity */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#444;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#444;
	opacity:1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#444;
	opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color:#444;
}
/*Custom Dropdown Styling */
.jstyling-select {
	font-family:'textaregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#cbb098;
	font-size:16px;
	margin:0;
	position:relative;
	padding:0;
	color:#444;
	text-align:center;
	background-color:#faf8f4;
	float:left;
	padding-left:0;
	padding-right:10px;
	margin-right:15px;
	margin-top:10px;
	text-transform:uppercase;
}
.jstyling-select-t {
	white-space:nowrap;
	overflow:hidden;
	padding-top:0;
	padding-bottom:0;
}
.jstyling-select-l {margin: 0; padding: 0; width: 100%; display: none; position: absolute; overflow-y: auto; z-index: 1000;}
.jstyling-select-l div {list-style: none; display: block; white-space: nowrap; overflow: hidden;}
.jstyling-select-l div:hover {}
.jstyling-select-l div.disabled {}
.jstyling-select-l div.disabled:hover {}
.jstyling-select.active {z-index: 700; }    
.jstyling-select.active .jstyling-select-l {display: block;}
.jstyling-checkbox, .jstyling-radio {margin: 0; padding: 0; display: inline-block; z-index: 1;}
.jstyling-checkbox input[type=checkbox], .jstyling-radio input[type=radio] {opacity: 0; filter: alpha(opacity = 0); z-index: 0;}
.jstyling-select select { visibility: hidden; width: 1px; height: 1px; position: absolute; }

/* Select wrapper */
.jstyling-select {
	cursor: pointer;
	padding-top:8px;
	padding-bottom:0;
	padding-left:0;
	margin-bottom:10px;
	height:26px;
	text-align:left;
	width:259px;
	margin-right:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
}
.red .jstyling-select { border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff3333; }
/* Select current option */
.jstyling-select-s {
	background: url(../images/dd.png) no-repeat right center; 
	background-size:25px;
	-moz-background-size:25px;
	padding-top:0;
	padding-bottom:0;
}
.jstyling-select-t {
	margin-bottom:10px;
} 
/* Select options list*/
.jstyling-select-l {max-height: 358px; border: 1px solid #fff; top:0; left:-1px; background-color: #6ac7bc;}
.jstyling-select-l div {height: 34px; line-height: 34px; color:#fff; border: 0px solid #000; padding:0; background-color:#666;padding-left:10px;} 
.jstyling-select-l div:hover { background: #555; }
.jstyling-select-l div.disabled {background: #fff;}
.jstyling-select-l div.disabled:hover {color: #000000;}
.jstyling-select-l div:first-child {border-top: 0}
.jstyling-select.active {background-position: 100% -28px;}
.jstyling-select.disabled {background-color: #fff;}



@media screen and (min-width: 0px) and (max-width: 1023px) {

.nav {
	margin-top:10px;
}
ul.nav-buttons li a {
	letter-spacing:1px;
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:34px;
	display:block;
	color:#313131;
	margin-left:6px;
	margin-right:6px;
}
.content {
	padding:40px;
}
h1 {
	font-size:50px;
	line-height:50px;
	letter-spacing:3px;
}

}


/* 02 Mobile */
@media screen and (min-width: 0px) and (max-width: 767px) {

.waypoint {
	/*padding-top:19px;
	margin-top:-20px;*/
}
.desktop {
	display:none!important;
}
.mobile {
	display:block!important;
}
.p2 .one {
	width:100%;
	float:none;
	padding-bottom:10px;
}
.p2 .two {
	width:100%;
	margin-left:0;
}
.maps img {
	width:100%;
	height:auto;
}
.map-link {
	font-size:18px;
	width:100%;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}
.header {
	height:70px;
}
.image-left {
	width:120px;
	height:70px;
}
.image-right {
	width:64px;
	height:70px;
}
.logo {
	position:absolute;
	top:0;
	left:10px;
	width:161px;
	height:70px;
	background-image: url(../images/crown-hill.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	-moz-background-size:100%;
}
.logo a {
	display:block;
	width:260px;
	height:114px;
}
.navclosed {
	width:50px;
	height:50px;
	z-index:5;
	position:absolute;
	top:10px;
	right:10px;
	background-image: url(../images/nav.png);
	background-size:50px;
	-moz-background-size:50px;
	display:block;
	background-repeat: no-repeat;
	background-position: left 0;
}
.navclosed a {
	width:50px;
	height:50px;
	display:block;
	z-index:7;
}
.navclicked {
	width:50px;
	height:50px;
	z-index:5;
	position:fixed;
	background-image: url(../images/nav.png);
	background-position: left -50px;
	background-size:50px;
	-moz-background-size:50px;
}
.navclicked a {
	width:50px;
	height:50px;
	display:block;
}
.navclicked span {
	display:none;
}
.nav {
	position:fixed;
	margin-left:0;
	width:260px;
	background-color:#f7f7f2;
	top:0;
	bottom:0;
	margin-top:0;
	opacity:1;
	right:-260px;
	height:auto;
	z-index:4;
}
.nav-open {
	position:fixed;
	margin-left:0;
	width:260px;
	top:0;
	bottom:0;
	margin-top:0;
	opacity:1;
	right:0;
}
ul.nav-buttons {
	padding-top:60px;
}
ul.nav-buttons li {
	text-transform:uppercase;
	display:block;
	text-align:center;
	padding:0;
}
ul.nav-buttons li a {
	letter-spacing:0;
	font-family:'textaheavy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:36px;
	display:block;
	color:#313131;
	margin-left:40px;
	margin-right:40px;
}
.content {
	padding:20px;
}
h1 {
	font-size:20px;
	line-height:26px;
	letter-spacing:1px;
}
h2 {
	font-size:20px;
	line-height:24px;
	padding-top:20px;
	padding-bottom:10px;
}
h4 {
	font-size:18px;
	line-height:22px;
}
h5 {
	font-size:20px;
	line-height:24px;
	padding-top:10px;
	padding-bottom:0;
}
.title {
	font-size:22px;
	padding-top:25px;
	left:0;
}
.title2 {
	font-size:22px;
	padding-top:25px;
}
.thanks {
	font-size:16px;
	line-height:20px;
	top:80px;
	left:10px;
	right:10px;
	width:auto;
	z-index:4;
	padding:20px;
	cursor:default;
}
.closeme {
	margin-left:10px;
}
.form {
	padding-top:10px;
	width:254px;
	padding-left:0;
}
.half {
	width:250px;
	margin-right:0;
	display:block;
}
.full {
	width:250px;
	display:block;
}
.jstyling-select {
	margin-top:0;
	width:238px;
}
.submit {
	margin-left:0;
}
.frame {
	margin-left:20px;
	margin-right:20px;
}
.arrow-left a {
	width:40px;
	height:40px;
	margin-left:20px;
}
.arrow-right a {
	width:40px;
	height:40px;
	margin-right:0;
	right:20px;
}
.arrow-down {
	bottom:6%;
}
.arrow-down a {
	width:50px;
	height:50px;
	background-size:40px;
	-moz-background-size:40px;
}
h1 {
	font-size:26px;
	bottom:25%;
}
.space {
	width:50%;
	height:10px;
}
.register-now {
	margin-top:-60px;
}
.register-now a {
	font-size:16px;
}
.arrow-down-register {
	bottom:30px;
}
.arrow-down-register a {
	height:50px;
}
.arrow-down-register a span {
	font-size:16px;
}
.switcher {
	right:20px;
	margin-top:-30px;
}
.gallery .owl-prev {
	width:60px;
	height:60px;
	background-size:40%;
	-moz-background-size:40%;
	margin-top:-34%;
	margin-left:1%;
}
.gallery .owl-next {
	width:60px;
	height:60px;
	background-size:40%;
	-moz-background-size:40%;
	margin-top:-34%;
	right:1%;
}
.float-left {
	float:none;
	margin-right:0;
}
.agents {
	max-width:88%;
}
.tel {
	font-size:34px;
}
.suite {
	font-size:17px;
}
.logos {
	height:80px;
	margin-top:10px;
}
.goldmate {
	margin-top:0;
}
.colliers,
.firstnational {
	margin-top:0;
}
.register-today {
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
	line-height:24px;
}
span.smaller {
	font-size:15px;
	line-height:16px;
	padding-bottom:10px;
}
.address {
	padding-left:10px;
	padding-right:10px;
	font-size:20px;
	line-height:20px;
}
.logo-project {
	text-align:center;
	margin-bottom:50px;
}
.logo-project img {
	width:90%;
}
.logo-project p {
	font-size:16px;
	line-height:20px;
	padding-left:0;
	padding-right:0;
}
.logo-goldmate-centered {
	margin-bottom:20px;
}
.logo-goldmate-centered img {
	width:140px;
	height:auto;
}

}

/* 03 Mobile Portrait */
@media screen and (min-width: 0px) and (max-width: 479px) {



}

/* Retina Support */
@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) { 

.navclosed {
	background-image: url(../images/nav2x.png);
	background-size:50px;
	-moz-background-size:50px;
}
.navclicked {
	background-image: url(../images/nav2x.png);
	background-position: left -50px;
	background-size:50px;
	-moz-background-size:50px;
}

}


/* Warning Sign for Internet Explorer 10 users (This website does not support IE10 or below) */
#warning {
	background-color:#333;
	padding:20px;
	color:#999;
	margin-bottom:10px;
	line-height:21px;
	font-size:16px;
}
#warning strong {
	color:#fff;
}
#warning a {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#warning a:hover {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}




.regoform ul { list-style: none; position: relative; margin: 0 auto; padding: 0; text-align: center; max-width: 600px;}
.regoform ul li { display: inline-block; width: 48% !important; margin: 0 5px; vertical-align: top;}
.regoform ul li:first-of-type, .regoform ul li:nth-of-type(2) { width: 98% !important;}
.regoform ul li input, .regoform ul li select { width: 100%;}
.regoform ul li.styled-select {overflow: hidden; width: 100%;-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   }
.regoform ul li.styled-select select {background: transparent; border: none; font-size: 15px; color: #444444; padding: 5px 0; /* If you add too much padding here, the options won't show in IE */ }
.regoform ul li.styled-select { background: url(../images/dd.png) no-repeat right center; height: 52px; width: 100%; }
.regoform ul li.styled-select select { border-bottom: 1px solid #000; font-weight: 400; height: 52px; width: 110%; }
.regoform .mandatory { width: 100%; text-align:left;}

@media screen and (max-width: 700px) {
    .regoform ul li { display: block; width: 100% !important    ; margin: 0;}
}



/* regform-220517 */	
.regform-220517 { padding: 50px; max-width: 700px; margin: 0 auto; }

.body-sub-div { width: 100%; clear: both;}
.body-sub-div label { font-family: 'Nunito', sans-serif; font-size: 13px; color: #333; text-transform: uppercase; text-align: left;}
.body-sub-div input { border: 0;  border-bottom: 1px solid #333; padding: 7px; width: 100%; margin-bottom: 20px;}
.body-sub-div input[type=submit] { font-family: 'Nunito', sans-serif; background: none; border: 2px solid #333; text-align: center; padding: 10px; margin-top: 20px; -o-transition:all .2s ease-out; -ms-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; font-size: 15px; color: #333; font-weight: 800;text-transform: uppercase;}
.body-sub-div input[type=submit]:hover { background: #fff; border: 2px solid #333;}

@media only screen and (min-width : 700px) {
    .body-sub-div { width: calc(50% - 22px); display: inline-block;}
    .regform-220517 .body-sub-div:nth-of-type(even) { margin-left: 40px;}
    .form-submit {width: 100%;}
    .form-submit div { max-width: 50%; text-align: center; margin-left: auto; margin-right:auto; display: block;}

}
