/* stylesheet for Belize

********************************************************/

/* stylesheet for Belize */
html{
	-webkit-font-smoothing: antialiased;
}

* {
	margin: 0; padding: 0;
}

br.clear {
	clear:both;
}

.preload {
	display:none;
}

/*font input*/
@font-face {
	font-family: 'Brandon';
	src: url('fonts/Brandon/Brandon%20Grotesque%20Light/HVD%20Fonts%20-%20BrandonGrotesque-Light.otf');
}

@font-face {
	font-family: 'BrandonBold';
	src: url('fonts/Brandon/Brandon%20Text%20Bold/HVD%20Fonts%20-%20BrandonText-Bold.otf');
}

@font-face {
	font-family: 'BrandonMedium';
	src: url('fonts/Brandon/Brandon%20Text%20Medium/HVD%20Fonts%20-%20BrandonText-Medium.otf');
}

@font-face {
	font-family: 'GothamBook';
	src: url('fonts/Brandon/Brandon%20Text%20Medium/HVD%20Fonts%20-%20BrandonText-Medium.otf');
}

@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/Brandon/Brandon%20Text%20Bold/HVD%20Fonts%20-%20BrandonText-Bold.otf');
}

/* body part */
body{
	font-family: 'Brandon';
	margin:0 0;
	text-align: center;
}


.mobile-only {
	display:none;
}

.desktop-only {
	display:block;
}

.anchor-arrow {
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	background-color: #000;
	z-index:1000000000;
	transition: 1s;
	display:block;
}

.anchor-arrow p {
	padding-top: 5px;
	color: #FFF;
	transition: 1s;
}

.anchor-arrow p img {
	width: 30px;
	margin-bottom: 5px;
	margin-right: 2px;
}

.anchor-arrow p a:hover {
	text-decoration: none;
}

.anchor-arrow p.explore {
	font-size: 13px;
	letter-spacing: 2px;
	opacity: .8;
	font-family: 'BrandonMedium';
}

/* header & navbar */

header {
	width: 100%;
	position: absolute;
	z-index: 10;
}

header .logo{
	position: absolute;
	color: white;
	background: black;
	float: left;
	z-index: 9999;	
	position: absolute;
	padding: 30px;
}

header .logo img{
	width: 231px;
	height: 151px;
	display: block;
	margin: 0 0;
}

header .navigation{
	overflow: hidden;
	width: auto;
	background-color: black;
	color: white;
	height: 50px;
	
}

/* Slidershow */

@-webkit-keyframes 'blinker' {
	0% {opacity: 1;}
	50% {opacity: 0.3;}
	100% {opacity: 1;}
}

@-moz-keyframes 'blinker-moz' {
	0% {opacity: 1;}
	50% {opacity: 0.3;}
	100% {opacity: 1;}
}

.slide-text h1 > .z {
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: blinker;
	-webkit-animation-timing-function: ease-in-out;
	
	-moz-animation-direction: normal;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: blinker-moz;
	-moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes 'afterblink' {
	0% {opacity: 0.3;}
	50% {opacity: 1;}
	100% {opacity: 0.3;}
}

@-moz-keyframes 'afterblink-moz' {
	0% {opacity: 0.3;}
	50% {opacity: 1;}
	100% {opacity: 0.3;}
}

.slide-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 17vw;
	color: #FFF;
	overflow:hidden;
}

.slide-text h1 {
	font-family: 'BrandonBold';
	font-size: 200px;
	color: rgba(255,255,255,0.8);
	display:block;
	letter-spacing: 16px;
	height: 240px;
	text-shadow: 0px 0px 0px rgba(255,255,255,0.5);
}

.slide-text h1 .v {
	position: relative;
	display:block;
	left: 169px;
	bottom: 278px;
	color: rgba(255,255,255,0.6);
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: afterblink;
	-webkit-animation-timing-function: ease-in-out;
	
	-moz-animation-direction: normal;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: afterblink-moz;
	-moz-animation-timing-function: ease-in-out;
}

.slide-text h2 {
	font-family: "BrandonMedium";
	font-size: 30px;
	display: block;
	letter-spacing: 5px;
}

.slider{
	margin: 0 0;
	width: 100%;
  	display: block;
  	overflow: hidden;
}
@-webkit-keyframes 'fady' {
	0% {opacity: .5;}
	100% {opacity: 1;}
}
.slider figure{
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	width: 100%;
	position: absolute;
	opacity: 0;
	display:none;
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 3s;
	-webkit-animation-name: fady;
	-webkit-animation-timing-function: ease-in-out;
}

.slider figure.show{
	float:left;
 	opacity: 1;
 	position: static;
 	display:block !important;
 	-webkit-animation-direction: normal;
	-webkit-animation-duration: .7s;
	-webkit-animation-name: fady;
	-webkit-animation-timing-function: ease-in-out;	
}

.slider .next, .prev{
	display: block;
  	color: #ffffff;
  	position: absolute;
  	z-index: 1;
  	font-size: 2em;
  	user-select: none;
  	border: 0px;
}

.slider .next:hover, .prev:hover{
  	cursor: pointer;
}

.slider .next{
	float: right;
	margin-top: 25%;
  	right: 0;
  	padding: 10px 15px 15px 10px;
  	border-top-left-radius: 3px;
  	border-bottom-left-radius: 3px;
}

.slider .prev{
	float: left;
	margin-top: 25%;
  	left: 0;
  	padding: 10px 10px 15px 15px;
  	border-top-right-radius: 3px;
  	border-bottom-right-radius: 3px;
}

.slider img{
	margin: 0 0;
	display: block;
	width: 100%;
	z-index: -1px;
	margin-bottom: 0px;
}


/* Alternative Text Area */
.text-wrapper{
	float: left;
	margin-top: 2px;
	width: 100%;
	/*background-color: silver;*/
	height: 500px;
	text-align: center;
}

#visible-div {
	margin: 0 auto;
	max-width: 1600px;
}

/* Map */
#map {
	width: 100% !important;
	border-bottom: 3px solid #FFF;
}

#map img{
	width: 100%;
	margin: 0 0;
	display: block;
}
/* Contact Form */
.contact{
	float: left;
	margin-top: 2px;
	color: white;
	background-color: #000000;
	width: 100%;
}

.contact ul{
	list-style-type: none;
}

.contact .caption{
	margin: 0 auto;
	margin-top: 150px;
	max-width: 1000px;
	color: #fcf8f8;
}

.contact .caption span{
	font-size: 24px;
	line-height: 30px;
	color: #fcf8f8;
	font-family: 'GothamBook';
}

.contact .caption span strong {
	font-family: 'GothamMedium';
}

.contact .form-wrapper{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.contact input {
	margin-top: 20px;
	letter-spacing: 5px;
	font-family: 'GothamBook';
	border:none;
}

.contact input[type=text]{
	font-size: 18px;
	background-color: #E0D8CB;
	margin-left: 20px;
	/*width: 350px;*/
	height: 60px;
	border:none;
/*
	border-left: 10px solid #E0D8CB;
	border-right: 10px solid #E0D8CB;
*/
	padding-left: 20px;
	width: 395px;
}

.contact input[type=email]{
	font-size: 18px;
	background-color: #E0D8CB;
	margin-left: 20px;
	/*width: 350px;*/
	height: 60px;
	border: none;
/*
	border-left: 10px solid #E0D8CB;
	border-right: 10px solid #E0D8CB;
*/
	padding-left: 20px;
	width: 395px;
}

.contact input[type=submit]{
	/*width: 200px;*/
	height: 62px;
	color: #fcf8f8;
	font-size: 18px;
	border: 1px solid #ddd3c2;
	background-color: #212322;
	margin-left: 20px;
	padding: 0px 10px 0px 10px;
	width: 148px;
	cursor:pointer;
}

input::-webkit-input-placeholder {
   color: #312019;
}

.social {
	margin: 0 auto;
	max-width: 422px;
	margin-top: 85px;
	margin-bottom: 120px;
}

.social ul {
	list-style: none;
}

.social ul li {
	float: left;
	margin-right:20px;
}

.social ul li a {
	transition: 0.5s;
	opacity: 0.7;
}

.social ul li:last-child {
	margin-right: 0px;
}

.social ul li a:hover {
	opacity: 1;
	transition: 0.5s;
}

h2{
	font-weight: 900;
}
.container {
  width: 100%;
  display: block;
  float: left;
  background-color: #cacaca;
  margin: 0 0;
  padding: 0 0;

}

.divider {
	border-bottom: 3px solid #000;
	width: 200px;
	margin: 0 auto 30px auto;
	padding: 30px 0px 0px 0px;
}

table.slidee {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

table.slidee tbody tr td {
	cursor: pointer;
}

table.slidee tbody tr td.stay {
	background-image: url('img/stay-thumb.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
table.slidee tbody tr td.stay:hover {
	background-image: url('img/stay-thumb-hover.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

table.slidee tbody tr td.play {
	background-image: url('img/play-thumb.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

table.slidee tbody tr td.play:hover {
	background-image: url('img/play-thumb-hover.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

table.slidee tbody tr td.live {
	background-image: url('img/live-thumb.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

table.slidee tbody tr td.live:hover {
	background-image: url('img/live-thumb-hover.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

table.slidee tbody tr td.invest {
	background-image: url('img/invest-thumb.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

table.slidee tbody tr td.invest:hover {
	background-image: url('img/invest-thumb-hover.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

table.slidee tbody tr td:hover {
	background-position: left top;
}

table.slidee tbody tr td a img {
	width: 100%;
	cursor:pointer;
}

.hidden {
        display: none;
   }
.visible {
        display: block;
   }


/* text area*/
.content {
	width: 100%;
	min-height: 621px;
}
.content p{
	width: 80%;
	display: block;
	margin: auto auto;
	font-size: 26px;
	line-height: 40px;
}

.text{
	display: none;
}

#visible-div h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'BrandonBold';
}

#visible-div {
	padding-top: 88px;
	padding-bottom: 100px;
	min-height: 285px;
}

#visible-div p span {
	font-size: 16px;
	position: relative;
	top: -10px;
}




.contact input[type=tel]{
	font-size: 18px;
	background-color: #E0D8CB;
	margin-left: 20px;
	height: 60px;
	padding-left: 20px;
	width: 395px;
	border:0px;
}
.contact textarea{
	margin-top: 20px;
	letter-spacing: 5px;
	font-family: 'GothamBook';
	font-size: 18px;
	background-color: #E0D8CB;
	margin-left: 20px;
	height: 100px;
	padding-left: 20px;
	padding-top:15px;
	width: 50%;

}
textarea::-webkit-input-placeholder {
   color: #312019;
}
.contact input[type=submit]:hover{
	background-color: rgba(255, 255, 255, 0.52);
}

#form-wrapper {margin-top: 50px;}



























@media (max-width: 2000px) {
	#visible-div {
		/* width: 1600px; */
	}
}

@media (max-width: 1600px) {
	#visible-div {
		/* width: 1371px; */
	}
}


@media (max-width: 1371px) {
	#visible-div {
		max-width: 1000px;
	}




.contact input[type=submit] {
	display: block;
	margin: 20px auto;
}


}

@media (max-width: 1024px) {
	.slider .next, .slider .prev {
		display:none;
	}
	header .logo a img {
		width: 156px;
		height: 100px;
	}

		#form-wrapper br {
		display:none;
	}
	
	#visible-div {
		max-width: 725px;
	}
	
	.contact .caption {
		max-width: 500px;
		margin: 0 auto;
		margin-top: 50px;
	}
	
	
	.contact form {
		width: 400px;
		margin: 0 auto;
	}
	
	.contact form input[type=text],.contact input[type=tel],.contact form input[type=email],.contact form input[type=submit] {
		margin-left: 0px;
		border:0;
		max-width: 100%;
		width:90%;
	}
	.contact textarea {
		width:90%;
		margin-left:0px;
		padding-left: 20px;
		padding-top:10px;
		border:0;
	}

	.contact form input[type=submit] {
		border: 1px solid #ddd3c2; 
		width: 148px;
		margin-left: 10px !important;
	}

	.content p {
		display: block;
		margin: auto auto;
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 821px/*767px*/) {
	
	#vimeovid {
		max-width:100%;
	}

	.mobile-only {
		display:block;
	}
	
	.desktop-only {
		display:none;
	}
	
	.slidee.mobile-only {
		margin-top: 7px;
	}
	
	header .logo {
		padding: 10px;
	}
	
	header .logo a img {
		width: 77px;
		height: 50px;
		display:none;
	}
	
	header .navigation {
		padding: 20px 0px 15px 0px;
		z-index: 1000000;
		position:absolute;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	header .navigation a img {
		width: 200px;
	}
	
	.slide-text {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 33vw;
		color: #FFF;
		z-index: 10000000;
	}

	.slide-text h1 {
		font-family: 'BrandonBold';
		font-size: 50px;
		color: rgba(255,255,255,0.6);
		display:block;
		letter-spacing: 5px;
		height: 60px;
		text-shadow: 0px 0px 0px rgba(255,255,255,0.5);
	}
	
	.slide-text h1 .v {
		left: 46px;
		bottom: 69px;
	}
	
	.slide-text h2 {
		font-family: "BrandonMedium";
		font-size: 14px;
		display: block;
		letter-spacing: 1px;
	}
	
	.slider {
		max-height: 10000px;
		padding-top: 50px;
	}
	
	.slider figure {
		margin-top: 20px;
	}
	
	.slider .next, .slider .prev {
		display:none;
	}
	
	.divider {
		border-bottom: 3px solid #000;
		width: 200px;
		margin: 0 auto 20px auto;
		padding: 20px 0px 0px 0px;
	}
	
	.content {
		min-height: 600px;
	}
	
	#visible-div {
		padding-top: 40px;
		padding-bottom: 40px;
		margin: 0 auto;
		max-width: 663px !important;
	}
	
	#visible-div h2 {
		font-size: 18px;
	}
	
	#visible-div p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.contact .caption {
		margin-top: 50px;
	}
	
	.contact .caption span {
		width: 90%;
		font-size: 20px;
	}
	
	.contact .form-wrapper {
		margin-top: 15px;
		overflow:hidden;
	}
	
	.contact input[type=text], .contact input[type=email] {
		/* max-width: 280px; */
		margin-left: 0px;
		border: 0px;
	}
	
	.contact input[type=submit] {
		margin-left: 0px !important;
		border-radius: 0px;
		margin-right: 0px;
	}
	
	.social {
		max-width: 191px;
		margin-top: 50px;
		margin-bottom: 0px;
	}
	
	.social ul li {
		margin-bottom: 20px;
	}
	
	.social ul li.pinterest, .social ul li.instagram {
		margin-right: 0px;
	}
}







@media (max-width: 500px) {
.contact form {width: 350px;}

}

@media (max-width: 400px) {
.contact form {width: 300px;}

}








input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder { color:transparent; }

/* ************ */
.iframedVideo_Text{
	text-decoration: none;
	font-family: 'GothamBook';
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media (max-width: 1024px){
	.videoPush{
		margin-left: -40px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoPush{
		margin-left: 0px;
	}
	
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.iframedVideo_Text{
		font-size: 15px;
	}
	.bottomPage_text{
		font-size: 20px !important;
		line-height: 15px !important;
	}
}

/***********************************************************/
				/* INVESTMENT PAGE */	
/***********************************************************/

.topNav{
	font-size: 16.5px;
	color: #D3CBB9;
	font-family:"BrandonGrotesque Regular";
}

.clearBoth{
	clear: both;
}

.sliderFloat{
	float: left;
}

md-slider.md-default-theme .md-thumb:after{
	border-color: #1CB2BF;
	background-color: #1CB2BF;
}

md-slider.md-default-theme .md-track.md-track-fill{
	background-color: #1CB2BF;
}

span.ng-binding{
	font-size: 16px;
	font-family: 'BrandonMedium';
	color: #1CB2BF;
}


md-slider .md-track-container{
	height: 5px !important;
	width: 490px !important;
}

md-slider .md-thumb{
	top: 6px !important;
}

.investmentCalc-sliderHeader{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 500; font-style: normal;
	font-size: 14.67px;
	color: #1CB2BF; 
	float: left;
	text-transform: uppercase;
}

.investmentCalc-sliderText{
	font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 500; font-style: normal;
	font-size: 17.09px;
	text-transform: uppercase;
}





