/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com

/*```````````````````````````//
//			GLOBALS			         //
//___________________________*/

@font-face {
    font-family: Futura-Book;
    src: url(../../includes/fonts/Futura-Book.eot);
    src: url(../../includes/fonts/Futura-Book.eot?) format("eot"), url(../../includes/fonts/Futura-Book.woff) format("woff"), url(../../includes/fonts/Futura-Book.ttf) format("truetype"), url(../../includes/fonts/Futura-Book.svg#Futura-Book) format("svg")
}

@font-face {
    font-family: Futura-Light;
    src: url(../../includes/fonts/Futura-Light.eot);
    src: url(../../includes/fonts/Futura-Light.eot?) format("eot"), url(../../includes/fonts/Futura-Light.woff) format("woff"), url(../../includes/fonts/Futura-Light.ttf) format("truetype"), url(../../includes/fonts/Futura-Light.svg#Futura-Light) format("svg")
}

@font-face {
    font-family: Futura-Medium;
    src: url(../../includes/fonts/Futura-Medium.eot);
    src: url(../../includes/fonts/Futura-Medium.eot?) format("eot"), url(../../includes/fonts/Futura-Medium.woff) format("woff"), url(../../includes/fonts/Futura-Medium.ttf) format("truetype"), url(../../includes/fonts/Futura-Medium.svg#Futura-Medium) format("svg")
}


html, body {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
  touch-action: none; // disables touch zoom
}

html {
	overflow-x: hidden;
}

body {
	font-size:16px;
	font-weight:normal;
	zoom:1;
	font-family: 'Futura-Light', sans-serif;
	color:#777268;
	letter-spacing: 0.75px;
	background: #000;
}

h1, h2, h3, h4, nav {
    font-family: "Futura-Light";
    font-weight: normal;
}

p {
	line-height: 1.4em;
}

ul, li, ol {
	list-style:none;
	list-style-type:none;
}

strong {
	font-weight:600;
}

.bold {
	font-weight:800!important;
}

.semibold {
	font-weight:600!important;
}

.regular {
	font-weight:400!important;
}

.light {
	font-weight:200!important;
}

a, button, .trans, a:before, a:after, button:before, button:after, .trans:before, .trans:after {
	text-decoration: none;
    -webkit-transition:all .5s;
       -moz-transition:all .5s;
        -ms-transition:all .5s;
         -o-transition:all .5s;
            transition:all .5s;
}

a:hover {

}

a:active {
 	top:1px;
}

b, strong {
	font-weight: 700;
	vertical-align: initial;
}

sup {
	vertical-align: super;
	font-size: 70%;
}

.light {
	font-weight: 300;
}

.wrapper a {
	color:#fff;
	text-decoration:underline;
}

*, *:before, *:after {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
	line-height:normal;
	vertical-align:normal;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#secloader {
	display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -100px 0 0 -50px;
  background: url('/wp-content/themes/client-theme/ip-assets/images/global/loader.svg') no-repeat #fff;
  border-radius: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.montage #secloader {
	margin-top: -50px;
	background-color: #000;
}

/* Interactive Presentation Styles */

#container {
	width: 1920px;
	height: 1080px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	background-image: url('../../images/global/frag-pattern-vert.png');
	background-repeat: repeat-y;
	/*background-size: 1920px auto;*/
  background-position: top right;
}

#ip-content, #ip-content2 {
	width: 1920px;
	height: 980px;
	position: absolute;
	z-index: 600;
	overflow: hidden;
}

#ip-content2 {
	left:-1920px;
}

#ip-content.withsidebar, #ip-content2.withsidebar {
	width: 1600px;
	height: 980px;
}

#ip-content-home {
	width: 1920px;
	height: 980px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.ip-content-inner {
	width: 1920px;
	height: 980px;
	position: relative;
	background: #ffffff;
	overflow: hidden;
	/*background-image: url('../images/global/bkgnd.jpg');
	background-repeat: no-repeat;
	background-size: 1920px auto;
  background-position: left;*/
}

/*  NAV  */

#nav {
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 2000;
	bottom: 0;
	/*background-color: rgba(128,90,66, 0.05);*/
	background-color: #a3967c;
	text-align: center;
}

#logo {
	position: absolute;
	left: -250px;
	bottom: 0;
	width: 250px;
	height: 100px;
	padding: 36px 15px;
	background-color: #ffffff;
	text-align: center;
	border-top: 1px solid #a3967c;
}

#logo img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.menu-holder {
	position: absolute;
	left: 60px;
	top: 35px;
}

.menu-holder ul {
	margin: 0;
	padding: 0;
}


.menu-holder ul li {
	display: inline-block;
	position: relative;
	margin: 0 2.1em;
	font-family: "Futura-Light";
	font-size: 2em;
	line-height: 1em;
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	/*box-shadow:0 0 1px rgba(0,0,0,0);*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	overflow:hidden;
	letter-spacing: .1em;
}

/*.menu-holder ul li:before {
	content:"";
	position:absolute;
	z-index:-1;
	left:50%;
	right:50%;
	bottom: 0;
	background:#ffffff;
	height: 3px;
	-webkit-transition-property: left,right;
	transition-property: left,right;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}

.menu-holder ul li:active:before,.menu-holder ul li:focus:before,.menu-holder ul li:hover:before {
	left:0;
	right:0;
}

.menu-holder ul li.active:before {
	left:0;
	right:0;
	bottom:0;
	color: #fff !important;
	background: #555759;
	height:3px;
}*/

.menu-holder ul li.active {
	color: #555759 !important;
}

/* Content Divs */

.content-center {
	position:absolute;
	left: 320px;
	z-index:400;
	width:1280px;
	height:980px;
}

.content-sidebar {
	position:absolute;
	z-index:499;
	width:320px;
	height:980px;
	/*background: rgba(0, 0, 0, 0.1);*/
	background-color: #eae6dd;
}

.content-sidebar img {
	width: 100%;
	height: auto;
}



/* Nav Sidebar */

.sidebar {
	position:absolute;
	left: 1920px;
	z-index:1000;
	width:320px;
	height:980px;
	background-color: #ebebec;
	/*background-image: url(/wp-content/themes/client-theme/ip-assets/images/bg-sidebar.jpg);*/
}

.sidebar-inner {
	position:relative;
	width:320px;
	height:980px;
	/*background: rgba(0, 0, 0, 0.1);*/
}

.sidebar-inner-header {
	display: block;
	width: 100%;
	height: 120px;
	background: #555759;
}

.sidebar-inner-header h2 {
	font-family: "Futura-Light";
	color: #fff;
	text-align: center;
	padding-top: 1.3em;
	font-size: 2em;
}

.sidebar-nav {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 130px;
}

.sidebar-nav ul {
	margin: 0;
	padding: 0;
}

.sidebar-nav ul li {
	display: block;
	with: 100%;
	padding: 0.5em;
	margin: 0.5em 0;
	text-align: center;
	color: #a3967c;
	font-size: 1.25em;
	font-family: 'hiroshige', sans-serif;
	cursor: pointer;
	/*background-color: rgba(0,0,0, 0.2);*/
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	/*box-shadow:0 0 1px rgba(0,0,0,0);*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	-webkit-transition-property:color;
	transition-property:color;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
}

.sidebar-nav ul li svg {
	display: inline;
	vertical-align: middle;
	font-size: 0.85em;
	font-weight:600;
	text-align: center;
	margin: 0 7px 5px 0;
}

.sidebar-nav ul li.active {
	color: #fff !important;
	background-color: #a3967c !important;
}


/* Content Blocks */

.home-images {
	/*position: absolute;*/
	width: 1920px;
	height: 980px;
}

.home-frame {
	position: absolute;
	width: 1920px;
	height: 980px;
  opacity: 0;
}

.branding  {
	opacity: 0;
	width: 100%;
	height: auto;
	padding: 39px 0 0 31px;
	position: absolute;
	left: 0;
	z-index: 999;
	top: 0;
	border-radius: 0 0 95% 0;
	height: 293px;
	text-align: center;
	-webkit-filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));
  -moz-filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));
  -o-filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));
  filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));
}

.branding img {
	width: 20%;
	height: auto;
}

#home-tagline {
    font-family: "Futura-Light";
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4em;
    padding: 0 1em;
    line-height: 1em;
    z-index: 500;
    -webkit-text-shadow: 2px 2px 7px rgba(0,0,0,.4);
    -moz-text-shadow: 2px 2px 7px rgba(0,0,0,.4);
    -ms-text-shadow: 2px 2px 7px rgba(0,0,0,.4);
    -o-text-shadow: 2px 2px 7px rgba(0,0,0,.4);
    text-shadow: 2px 2px 7px rgba(0,0,0,.4);
}

/* Hide Image Gallery Links */

#links {
	display:none;
}



/* Sections with map graphics */

.layer, .layer-cover {
	position: absolute;
	width: auto;
	height: 100%;
	z-index: 2;
	display: none;
}

.layer-cover {
	z-index: 1;
}

.base {
	position: absolute;
	width: auto;
	height: 100%;
	z-index: 1;
}

.layer img, .layer-cover img, .base img {
	width: auto;
	height: 100%;
}

#planHolder {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.plan {
	position: absolute;
	width: auto;
	height: 980px;
	left: 412px;
	top: 0;
	z-index: 1;
}

.plan img {
	width: auto;
	height: 100%;
}

/* ---- FEATURES ---- */

#features-flower-left {
	position: absolute;
	left: -230px;
  top: -265px;
  z-index: 0;
}

.feature {
	width: 100%;
	margin: 40px 0 0 0;
	font-size: 1.2em;
  overflow: hidden;
	text-align: center;
}

.feature p {
	font-size: 1.35em;
	margin: 0 60px 1em 40px;
	color: #003a5d;
}

.feature h2 {
	font-family: "Futura-light";
	font-size: 2.5em;
	margin: 0 0 0.5em 0;
	color: #a3967c;
	text-align: center;
}

.feature ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	color: #231f20;
	max-width: 85%;
	text-align: left;
}

.feature ul li {
	font-size: 1.25em;
	list-style: disc;
	line-height: 1.3em;
	margin: 0 0 .8em 0 !important;
}

/* ---- AREA MAP ---- */

#mapAll {
	width: 100%;
	height: 980px;
	position: relative;
	overflow: hidden;
	top: 0;
}

#map_canvas {
	height: 980px !important;
}

#accordian {
	top: 40px;
}

/* ---- GALLERY ---- */

.gallery-pad {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

a.gallery-thumb {
	display: inline-block;
	margin: -0.15em;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	width: 20%;
	height: 15.35em;
	/*border: 1px solid #000;*/
	overflow: hidden;
}

a.gallery-thumb img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

a.gallery-thumb p {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    width: 100%;
		opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}

a.gallery-thumb:hover p {
    opacity: 1;
}

a.gallery-thumb p span {
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* ---- POI ---- */

/* Custom Infowindow & Close */

.gm-style-iw {
   width: 350px !important;
   top: 15px !important;
   left: 28px !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 4px solid #fff;
   z-index: -1;
}

.iw-close-bg {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	color: #4c4c4c;
	background-color: #fff;
	display: block;
	z-index: 10;
	font-size: 30px;
	line-height: 0;
	padding: 9px 0 0 3px;
}

.gm-style-iw + div {
	display: none;
}

/* ---- MONTAGE ---- */

.videoWrapper {
  width: 1920px;
  height: 1080px;
}
.videoWrapper iframe {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
}

#slideshow {
	position: relative;  	/*	We set it to relative, so we can use absolute positioning for the slides */
	width: 1920px;
	height: 1080px;
  overflow: hidden;
}

.frame {
	position: absolute;
	width: 2120px;
	/* width: 2508px; */
	height: 1280px;
	left: -100px;
  top: -100px;
  opacity: 0;
}

#logo-slide {

}

#logo-slide #iplogo  {
	opacity: 0;
	position: absolute;
  left: 460px;
  top: calc(50% - 70px);
  z-index: 40;
  height: auto;
  width: 1000px;
}

#logo-slide #iptagline h2  {
	opacity: 0;
	text-align: center;
	color: #ffffff;
	font-size: 6em;
	position: absolute;
  top: 475px;
  z-index: 50;
}

#logo-slide #iptagline h2.iptagline-1 {
  left: 486px;
}

#logo-slide #iptagline h2.iptagline-2 {
  left: 658px;
}

#logo-slide #iptagline h2.iptagline-3 {
  left: 1071px;
}

#logo-slide #iptagline h2.iptagline-4 {
  left: 1179px;
}
