@charset "UTF-8";
/* CSS Document */

/*
BLACK: #1c1a1a
WHITE: #f7f3ee
RED: #b42b08
*/

*, html, body{
	box-sizing: border-box;
	color: #f7f3ee;
	padding: 0px;
	margin: 0px;
}

body{
	background-color: #1c1a1a;
}

img{
	max-width: 100%;
	display: block;
}

.mobileHide{
	display: block;
}

.mobileView{
	display: none;
}

h1, h2, h3, h4, h5, p{
	font-family: forma-djr-text, sans-serif;
	font-style: normal;
	/* FONT WEIGHTS ARE 200, 300, 400, 500, 700, 800, 900 . STYLES NORMAL AND ITALIC. */
}

h1{
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: .5pt;
}

p{
	font-size: 10pt;
	font-weight: 400;
	line-height: 14.5pt;
	letter-spacing: .42pt;
}

.pHead{
	font-size: 10pt;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: .42pt;
}

.smallCap{
	text-transform: uppercase;
	font-size: 9.75pt;
}

.pItal{
	font-style: italic;
	font-size: 9.75pt;
}

.mobileContainer{
	margin-left: 20px;
	margin-right: 20px;
}

.image100{
	width: 100%;
}

.photoItem{
	margin-bottom: 76px;
}

.photoItemArea{
	position: relative;
}

.title{
	margin-top: 18px;
	font-weight: 400;
	font-size: 10pt;
	line-height: 14pt;
}

.titleSpan{
	font-weight: 200;
}

.interactive{
	display: flex;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.interactive img{
	height: 26px;
}

.interactive h2{
	color: #fcfbf9;
	margin-left: 6px;
	padding-top: 10px;
	font-size: 11pt;
	letter-spacing: .25pt;
}

#mobileHeader{
	margin-top: 80px;
	margin-bottom: 62px;
	position: relative;
}

#mainLogo{
	width: 84px;
}

#headerMenu{
	text-align: center;
	margin-top: 20px;
}

#headerMenu ul{
	list-style: none;
}

#headerMenu ul li{
	display: block;
	margin-bottom: 20px;
}

#headerMenu ul li a{
	color: #1c1a1a;
	font-family: forma-djr-text, sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: .42pt;
	text-decoration-line: none;
	transition: color .33s;
}

#headerMenu ul li a:hover{
	color: #6e6b6a;
}

#tacticalPhotography{
	font-weight: 300;
	font-size: 10pt;
	letter-spacing: 2.5pt;
	position: relative;
	bottom: 18px;
	left: 75px;
	display: none;
}

#headingArea{
	margin-bottom: 120px;
}

#headingArea p{
	letter-spacing: .75pt;
	font-weight: 300;
	margin-top: 12px;
	line-height: 15pt;
}

.mainHeading{
	display: block;
	font-size: 40pt;
	line-height: 48pt;
	margin-bottom: 20px;
}

#mainHeadSub{
	display: block;
	font-size: 16pt;
	font-weight: 200;
	line-height: 24pt;
	letter-spacing: 4pt;
	margin-bottom: 24px;
	color: #6e6b6a;
}


#photoMontage{
	margin-bottom: 160px;
}

#photoMontageMobile{
	margin-bottom: 160px;
}

.buttonArea{
	margin: 40px 0px 40px 0px;
}

.button{
    display: inline-block;
    padding: 12px 24px;
    background-color: #1c1a1a;
    color: #f7f3ee;
    font-weight: 600;
	border: 1px solid #1c1a1a;
	transition: border .25s;
}

.button:hover{
	border: 1px solid #b42b08;
}

#ctaSection{
	margin: 80px auto;
	padding-bottom: 80px;
	text-align: left;
}

#locations{
	margin-bottom: 160px;
}

#locationsHeading{
	margin-top: 66px;
	margin-bottom: 12px;
}

#featuresArea{
	background-color: #f7f3ee;
	padding-top: 80px;
}

#features{
	margin-bottom: 80px;
	max-width: 50vw;
}

#features h1{
	margin-bottom: 20px;
	color: #1c1a1a;
	font-weight: 600;
	letter-spacing: 0pt;
}

#features h3{
	margin-bottom: 18px;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: 500;
	letter-spacing: .15pt;
}

#features ul li, #features ul li h3{
	color: #1c1a1a;
}

.iframeSpec{
	width: 100%;
	height: 100vh;
	position: fixed;
}

footer{
	background-color: #f7f3ee;
	padding: 80px 0px 20px 0px;
}

#footerContent{
	text-align: center;
	margin: 0px auto;
	width: 100%;
	color: #1c1a1a;
}

#footerContent p{
	margin: 0px auto;
	
}

#footerContent p a{
	text-decoration: none;
	color: #1c1a1a;
}

#footerContent p a:hover{
}

.copyright{
	text-align: center;
	margin-top: 80px;
	border-top: 1px solid #aeaba7;
	padding-top: 18px;
}

.copyright p{
	color: #8a8784;
	font-weight: 800;
}

.galleria{
	max-width: 100%;
	width: 100%;
	height: 95vh;
	background: #000;
	margin: 0px auto;
}

#lagoDelSolGallery{
	margin-bottom: 80px;
}

#res02vidArea{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 0px 20vw;
}

#res02vid video{
	display: block;
	max-width: 100%;
}






.loaderBG{
	position: fixed;
	z-index: 999999;
	background: #ffffff;
	width: 100%;
	height: 100%;
}

.loader{
	border: 0 solid transparent;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: calc(50vh - 50px);
	left: calc(50vw - 50px);
}

.loader:before, .loader:after{
	content: '';
	border: 1em solid #1c1a1a;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	animation: loader 2s linear infinite;
	opacity: 0;
}

.loader:before{
	animation-delay: .5s;
}

@keyframes loader{
	0%{
		transform: scale(0);
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

/*----------- SERVICES PAGE -----------*/

.pageHeader{
	margin-top: 80px;
}

#servicesArea{
	margin-bottom: 120px;
	max-width: 680px;
}

.serviceHeading{
	margin: 80px auto 20px auto;
}

.serviceItem{
	display: grid;
	grid-template-columns: 4fr 1fr;
	padding: 15px 0px;
	grid-column-gap: 12px;
}

.serviceItem p{
	margin-top: 10px;
}

.serviceBorder{
	border-top: 1px solid #f7f3ee;
}

#servicesPageBookArea{
	margin-top: 80px;
	text-align: left;
}

#servicesPageBook{
	color: #1c1a1a;
	background-color: #f7f3ee;
}

/*----------- CONTACT PAGE -----------*/

#contactInfo{
	margin-bottom: 120px;
}

#contactInfo h3{
	margin-bottom: 28px;
}

.contactItem{
	margin-bottom: 28px;
}

.contactItem p span{
	font-size: 9.85pt;
	font-weight: 600;
}

.contactItem a{
	font-weight: 200;
	text-decoration: none;
}

#instaLink{
	width: 44px;
	height: auto;
}

#kvonlocationForm{
	margin-top: 80px;
	margin-bottom: 80px;
}

#kvonlocationForm fieldset{
	border: none;
	max-width: 390px;
}

.formItem{
	margin-bottom: 20px;
}

.formItem p{
	margin-bottom: 2px;
}

.textInput{
	width: 100%;
	max-width: 390px;
	height: 28px;
	border-radius: 0px;
	color: #1c1a1a;
}

#comment{
	height: 120px;
}

#formButton{
	margin-top: 80px;
	text-align: left;
}

#formSend{
	display: inline-block;
    margin: 0px auto;
    padding: 12px 24px;
    background-color: #f7f3ee;
    color: #1c1a1a;
    font-weight: 600;
	border: 1px solid #1c1a1a;
	transition: border .25s;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#formSend:hover{
	border: 1px solid #b42b08;
}




@media(max-width: 1080px){
	
	#features{
		max-width: 100vw;
	}
	
	#ctaSection{
		text-align: center;
	}
	
	#servicesPageBookArea{
		text-align: center;
	}
	
	#formButton{
		text-align: center;
	}
	
}

@media (max-width: 720px){
	
	.mobileHide{
		display: none;
	}
	
	.mobileView{
		display: block;
	}
	
}





