@import url(reset.css);
@import url(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:
		20px/26px "aeonik",
		Arial,
		sans-serif;
	color: #888;
	background: #fff url(http://localhost:8000/img/ui/bg.gif) repeat-x top center;
	height: 100%;
}

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

.wholepage {
	position: relative;
}
.innersection {
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 50px;
}

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

.videobg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.videobg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.holdingintro {
	min-height: 100vh;
	color: #fff;
}
.introtop {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 5vw 0;
}

.intromid {
	font-size: 6vw;
	line-height: 1.15em;
	position: relative;
	top: 0;
	z-index: 5;
}

.holdingtext {
	background: #fbf7eb;
	box-shadow: 0px -25px 150px 0px rgba(44, 34, 22, 0.15);
	color: #2c2216;
	font-size: 35px;
	line-height: 1.3em;
	padding: 5vw 0 10vw 0;
	z-index: 10;
	position: relative;
	width: 100%;
}
.holdingtext p {
	max-width: 700px;
}
.arrowtext:before {
	content: "";
	display: inline-block;
	height: 1em;
	width: 2.7em;
	background: left center no-repeat url(../img/content/textarrow.svg);
	position: relative;
	top: 0.2em;
}

.contact {
	background: #2c2216;
	padding: 5vw 0;
	color: #fff;
	z-index: 20;
	position: relative;
	box-shadow: 0px -25px 150px 0px rgba(44, 34, 22, 0.15);
}
.contact .innersection {
	display: flex;
	justify-content: space-between;
}
.bigmove {
	font-size: 40px;
	line-height: 1.2em;
	max-width: 650px;
	margin-bottom: 40px;
}
.download {
	color: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.download::before {
	content: "";
	flex: 0 0 50px;
	height: 50px;
	background: url(../img/content/download.svg) 50% 50% no-repeat #fff;
	background-size: 50% auto;
	margin-right: 18px;
	border-radius: 50%;
}
.contactright {
	flex: 0 0 200px;
}
.agency {
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 1.2em;
}
.agency img {
	margin-bottom: 40px;
}
.agent {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 16px;
}
.contactright .agency:last-child,
.agency .agent:last-child {
	margin: 0;
}
.agency .agentbutton {
	flex: 0 0 25px;
	height: 25px;
	margin-right: 10px;
	background: 50% 50% no-repeat;
	background-size: contain;
}
.agentbutton.email {
	background-image: url(../img/content/email.svg);
}
.agentbutton.phone {
	background-image: url(../img/content/phone.svg);
}

.swiper-slide{

	.bigpic {
		width: 100%;
		height: 85vh;
		background: 10% center no-repeat;
		background-size: cover;
		position: relative;
		z-index: 30;
		&.last{
			background: bottom center no-repeat;
		}	
	}	
}
.swiper {
	width: 100%;
	height: 85vh;
	position: relative;
	z-index: 30;
	--swiper-navigation-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.fixeddiv {
	position: fixed;
	width: 100%;
}
#pag {
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background: white !important;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 40;
	top: unset;
	left: unset;
	right: unset;
	border-radius: 50px;
	.swiper-pagination-bullet {
		background-color: #F26645;
		opacity: 0.5;		
	}
	.swiper-pagination-bullet-active{
		background-color: #F26645;
		opacity: 1;
	}
}
.swiper-button-next,
.swiper-button-prev {
	content: "";
	flex: 0 0 50px;
	height: 50px;
	width: 50px;
	background: url(../img/content/download.svg) 50% 50% no-repeat #fff;
	background-size: 50% auto;
	margin-right: 18px;
	border-radius: 50%;
	z-index: 100;	
}

.swiper-button-next {
	transform: rotate(-90deg);
}
.swiper-button-prev {
	transform: rotate(90deg);
}


/****************************************************
* 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) {
	.holdingtext {
		font-size: 25px;
	}
	.arrowtext:before {
		width: 3.5em;
	}
	.bigmove {
		font-size: 30px;
	}
	.intromid {
		font-size: 80px;
		line-height: 1.2em;
	}
}

/* bigger desktop */
@media only screen and (max-width: 1229px) {
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1099px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.introtop {
		padding: 7.5vh 0;
	}
	.introtop img {
		width: 150px;
	}

	.holdingtext {
		padding: 7.5vh 0 12.5vh 0;
	}
	.contact {
		padding: 7.5vh 0;
	}
	.contactright {
		flex: 0 0 180px;
		margin-left: 40px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.innersection {
		padding: 0 5vw;
	}

	.introtop {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.introtop img {
		margin-bottom: 40px;
	}
	.introtop .text {
		font-size: 16px;
		line-height: 1.2em;
	}
	.intromid {
		font-size: 45px;
		line-height: 1em;
	}

	.holdingtext {
		font-size: 18px;
		line-height: 1.3em;
	}
	.arrowtext:before {
		width: 2.5em;
		background-size: contain;
	}
	.bigmove {
		font-size: 18px;
		line-height: 1.3em;
		margin-bottom: 30px;
	}

	.contact .innersection {
		flex-direction: column;
	}

	.contactright {
		flex: 1 1;
		margin: 40px 0 0 0px;
		display: flex;
	}
	.agency {
		flex: 0 0 50%;
	}
	.agency img {
		height: 50px;
		width: 80px;
		margin-bottom: 20px;
	}
	.agent {
		flex-wrap: wrap;
	}
	.agent span {
		flex: 0 0 100%;
		margin: 10px 0 0 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: "aeonik";
	src:
		url("../webfonts/aeonik-regular.woff") format("woff"),
		url("../webfonts/aeonik-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
