@import url(/css/reset.css);
@import url(/css/text.css);
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html {
	height:100%
}
body {
	font: 14px/18px "Raptor V3 Premium Light", Arial, sans-serif;
	color: #888;
	background: #fff url(/img/ui/bg.gif) repeat-x top center;
	height:100%;
}

.resizeimg {max-width: 100%;height: auto;}

.animatein {visibility: hidden;}

b {font-family: "Raptor V3 Premium Medium";font-weight: normal;}

.canela {font-family: 'Canela Web';font-weight:100}


/* #Page Styles
================================================== */

.intro {width:100%;height: 100vh;position: relative;}
.introlines {position:absolute;left:0;width:100%;text-align:center;color:#fff;font-size:22px;line-height:1em;z-index:495;text-shadow: 0px 0px 10px rgba(0,0,0,0.92);font-family: "Raptor V3 Premium Medium";}
.introline1 {bottom:calc(50vh + 12.5vw)}
.introline2 {top:calc(50vh + 12.5vw)}
.revealholder {width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;z-index:500}
.introreveal {width:100%;height:100%;background:#232D33;color:#ffffff;display:flex;flex-direction:column}
.reveallogo {display:flex;align-items: center;justify-content: center;flex:1 1}
.reveallogo img {width:20vw}
.revealaddress {flex:0 0 40px;width:100%;display:flex;background:url(/img/ui/4redhorz.svg) repeat-x;background-size:auto 100%;margin:0 0 5vw 0}
.revealaddress div {background:#232D33;height:40px;margin:0 auto;display:flex;align-items:center;padding:0 30px;font-size: 16px;letter-spacing: 0.2em;text-align:center}
.leftreveal {clip-path: inset(0% 50% 0% 0%);position:absolute;top:0;left:0}
.rightreveal {clip-path: inset(0% 0% 0% 50%);position:absolute;top:0;right:0}
.introtext {color:#fff;position:absolute;text-align:center;bottom:40px;left:0;width:100%;font-size:28px;line-height:1.3em;z-index:445}

.viewholder {background:url(/img/content/view.jpg) no-repeat right center;background-size:cover;width:100%;height:100%;display:flex;align-items: center;justify-content: center;overflow:hidden;transition:background 30s}
.viewholder.viewintro {background-position: left center}
.viewholder svg {position:relative;transform-origin: 50% 50%;transition:left 2s, transform 2s;left:0;transform:scale(1.2);z-index:450}
.viewholder svg.broadintro {left:-14vw;transform:scale(1.4)}

.downarrow {position:absolute;padding:10vw 0 30px 0;left:0;height:40px;background-size: contain;width:100%;bottom:0;background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);text-align: center;z-index:400}
.downarrow img {width:45px}

.spacesection {padding:5vw 20vw;background:#FF5A57;color:#fff;text-align:center;position:relative}
.spacesection p {max-width:850px;margin-left:auto;margin-right:auto}
.spacelogo {width:200px}
.spacebg {position:absolute;top:0;bottom:0;width:10vw;}
.spacebg.spaceleft {background: url(/img/content/spaceleft.svg) left center no-repeat;background-size:100% auto;left:1.5vw}
.spacebg.spaceright {background: url(/img/content/spaceright.svg) right center no-repeat;background-size:100% auto;right:1.5vw}
.spacesection .caps {color:#232D33}
.spacesection .canela {font-size:36px;line-height:1.3em;margin-top:2.5vw;margin-bottom:2.5vw}

.videoholder {background-color:#232D33;box-sizing: border-box;width:100%;padding:10vw;display:flex;align-items: center;justify-content: center;}
.vimeo {max-width:80vw;flex:1 1;}

.galleryholder {width:100%;height:100vh;position:relative;overflow:hidden}
.galleryreveal {background:#F2E8D8;display:flex;align-items: center;justify-content: center;width:100%;height:100%;z-index:500}
.galleryreveal img {mix-blend-mode: multiply;max-width:80vw}

.cycle-slideshow {width:100%;height:100%;}
.slide {width:100%;height:100%;background:50% 50% no-repeat;background-size:cover}

.overlay {position:absolute;left:0;bottom:0;height:20vh;width:100%;background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);z-index:450}
.slidecontrols {display:flex;height:80px;position:absolute;bottom:0;left:0;width:100%;z-index:455;color:#fff}
.arrowsholder {display:flex;flex:1 1}
.arrowsholder:before {content:'';flex:0 0 7.5vw;box-sizing: border-box;border-top:1px solid #fff;}
.arrowsholder:after {content:'';flex:1 1;box-sizing: border-box;border-top:1px solid #fff;}
.slidearrows {padding:0 15px;height:80px;position:relative;top:-40px;display:flex;align-items: center;}
.cycle-arrow {flex:0 0 50px;width:50px;height:50px;background:50% 50% no-repeat;background-size:contain;cursor:pointer}
.cycle-prev {background-image:url(/img/ui/leftarrow.svg)}
.cycle-next {background-image:url(/img/ui/rightarrow.svg)}
.slidenumber {font-size:30px;line-height:1em;padding:0 20px}
.slidecaption {box-sizing: border-box;border-top:1px solid #fff;border-left:1px solid #fff;display:flex !important;align-items: center;padding:0 40px;}

.downloads {display: flex;font-size:32px;line-height:1em;text-align: center;}
.downloads a {flex:1 1 50%;height:100px;display: flex;align-items: center;justify-content: center;background: #FF5A57;color:#F2E8D8;transition: all 0.2s;}
.downloads a:hover {background: #F2E8D8;color:#FF5A57}

/**** footer ****/
.footer {background:#242E33;color:#FF5A57;box-sizing: border-box;padding:10vw;position:relative;line-height:1.4em;display:flex}
.footer a {color:#fff}
.footer p {margin-bottom:30px}
.footer .canela {color:#fff}
.footerstripes {display:flex;background:url(/img/ui/4redhorz.svg) repeat-x;background-size:auto 40px;height:40px;width:100%;position:absolute;top:calc(10vw - 0px);left:0}

.contacts {background:#242E33;margin-top:-80px;position:relative;display:inline-block;padding:0 0 0 3vw}
.moreinfo {height:20px;margin-bottom:20px !important}
.agencies {display:flex}
.agencies .agency:first-child { margin-right:5vw}
.agentlogo {width:220px;height:80px;background:bottom center no-repeat;background-size:contain;display:block;margin-bottom:5vw}

.footerlogo {flex:1 1;margin:-78px 5vw 0 8vw;background:#242E33 url(/img/ui/4redhorz.svg) repeat-x top 40px center;background-size:auto 40px;position:relative;display:flex;align-items: center;justify-content: center;flex-direction: column;color:#fff;padding-top:calc(5vw + 80px);}
.footerlogo img {width:20vw;max-width:400px;margin-bottom:40px}

/****************************************************
* Misc
****************************/
/*hide social stuff and headings on prettyphoto*/
.ppt {display:none !important}
.pp_social {display:none !important}
.pp_description {display:none !important}

.smallText { font-size: 11px; }
.smallprint {
	font-size: 11px;
	color: #BBBDC0;
}
.smallprint a { color: #BBBDC0; }
.padTop { margin-top: 30px; }
.largeText { font-size: 13px; }

.superscript {vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;}
.subscript {vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.4em;}
	
.vmiddle {position: relative;top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);}

.caps {text-transform:uppercase;letter-spacing:0.1em}
.num {text-align:right}




/* #Media Queries
================================================== */
	
	/* biggest desktop */
	@media only screen and (max-width: 1230px) {}
	
	/* bigger desktop */
	@media only screen and (min-width: 1100px) and (max-width: 1229px) {}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width:1099px) {
		.footer {padding-top:15vw}
		.footerstripes {top: calc(15vw - 40px);}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.reveallogo img {width:40vw}
		.revealaddress div {font-size:12px;line-height:1em}
		
		.introlines {font-size:16px;line-height:1em}
		.introline1 {bottom:calc(50vh + 20vw)}
		.introline2 {top:calc(50vh + 20vw)}
		
		.viewholder svg {transform: scale(1.8);}
		
		.spacesection .canela {font-size:30px;line-height:1.3em}
		.galleryholder {height:60vh}
		.slidenumber {font-size:20px;line-height:1em}
		
		.footer {flex-direction: column;}
		.footerlogo {margin:40px 0 0 0}
		.agencies .agency:first-child {margin:0}
		.agencies .agency {flex:0 0 50%}
		.agentlogo {width:160px}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.introtext {font-size:18px;line-height: 1.3em;}
		
		.spacesection {padding:20vw 15vw}
		.spacebg {width:20vw}
		.spacebg.spaceright {background-position:0 -90vw}
		.spacebg.spaceleft {background-position:0 25vw}
		.spacesection .canela {margin-top:40px;margin-bottom:40px}
		.spacelogo {width:60px}
				
		.videoholder {padding:10vw 0}
		.vimeo {max-width: none;}
		
		.galleryholder {height:40vh}
		
		.slidecaption {display:none !important}
		.slidecontrols {height:40px}
		.slidenumber {font-size:20px}
		.cycle-arrow {flex:0 0 30px;width:30px}
		
		.downloads {flex-direction:column}
		.downloads a {flex:0 0 60px;padding:20px 0}
		
		.footer {font-size:12px;line-height:1.4em;padding-left:5vw;padding-right:5vw;padding-top:100px}
		.footerstripes {top:100px;height:35px;background-size:auto 35px}
		.contacts{margin-top:-40px}
		.agentlogo {width:120px;height:35px}
		.agency {box-sizing: border-box;padding:0 3vw;}
		.footerlogo {background-image: none;padding-top:0;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@font-face {
	font-family: 'Canela Web';
	src: url('/webfonts/Canela-Thin-Web.woff2') format('woff2'),
		 url('/webfonts/Canela-Thin-Web.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	}
@font-face
{
    font-family: "Raptor V3 Premium Medium";
    src: url('/webfonts/RaptorV3-Medium.woff2') format('woff2'), url('/webfonts/RaptorV3-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "Raptor V3 Premium Light";
    src: url('/webfonts/RaptorV3-Light.woff2') format('woff2'), url('/webfonts/RaptorV3-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
