/* CSS - Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle, -webkit-appearance:none; border-radius:0px;}

/* End CSS - Reset */


/* Sizing */
html {
	  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

.show-for-small-only,
.show-for-medium-only,
.show-for-large-only {
	display:none;
}

.show-for-xlarge-up {
	display: block;
}

div {
	box-sizing: border-box;
}

.bg-image, .bg-imageover, .ha-pic {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-sizing: border-box;
}


.columns {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	float:left;
	position:relative;
}
.column-1 {
width: 8.33333%; }

.column-2 {
width: 16.66667%; }

.column-3 {
width: 25%; }

.column-4 {
width: 33.33333%; }

.column-5 {
width: 41.66667%; }

.column-6 {
width: 50%; }

.column-7 {
width: 58.33333%; }

.column-8 {
width: 66.66667%; }

.column-9 {
width: 75%; }

.column-10 {
width: 83.33333%; }

.column-11 {
width: 91.66667%; }

.column-12 {
width: 100%; }

.clear {
	clear:both;
}
.v-align {
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position:relative;
}
#menu-fade {
	width:100%;
	float:left;
	position:fixed;
	z-index: 99;
	top:0px;
	left:0px;
	background-color :rgba(0,0,0,0.75);
	display:none;
}

.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 35px;
  background: transparent;
	float: left;
	position: absolute;
	top: 0px;
	right: 0px;
  }
  .tcon > * {
    display: block; }
  .tcon:focus {
    outline: none; }

.tcon-menu__lines {
  display: inline-block;
  height: 4.01429px;
  width: 35px;

  transition: 0.3s;
  background: #554637;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 4.01429px;
    width: 35px;

    transition: 0.3s;
    background: #554637;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 40px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }




/*  */
a {
	color: #b5afa6;
	transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-decoration: none;
}

a:hover, a.active {
	color: #66523d;
	
}




html, body {
	background-color: #e7e5e0;
	height:100%;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:1.4;
	color: #595959;
}

h1 {
	font-weight: 700;
	text-transform:uppercase;
	font-size: 1.5em;
	color: #66523d;
	text-align:center;
	margin-bottom:10px;
	 font-family: "proxima-nova",sans-serif;
	 letter-spacing: 0.05em;
}

h2 {
	font-weight: 300;
	text-transform:uppercase;
	font-size: .813em;
	color: #66523d;
	text-align:center;
	margin-bottom:30px;
	 font-family: "proxima-nova",sans-serif;
}

h3 {
	font-weight: 700;
	font-size: 0.813em;
	color: #66523d;
	margin-bottom: 10px;
	text-transform: uppercase;
	 font-family: "proxima-nova",sans-serif;
	  letter-spacing: 0.05em;
}

h4 {
	font-weight: 700;
	font-size: 0.813em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
p {
	font-size: 0.813em;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

.content ul {
	font-size: 0.813em;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	margin-left: 20px;
}

.content ul li {
	margin-bottom: 5px;
}

.divider {
	width:30px;
	height: 2px;
	margin:20px auto 30px auto;
	display:block;
	background-color: #66523d;
}
.divider-thin {
	width:100px;
	height: 1px;
	margin:20px auto 15px auto;
	display:block;
	background-color: #66523d;
}

.italics {
	font-style: italic;
}


.wrapper {
	width: 81.250em;
	max-width: 81.250em;
	margin:auto;
}

#page_container {
	height: 702px;
	width:100%;
	position:relative;
	background-color: #f4f4f1;
	margin-top: 50px;
	float:left;
}

/* Sidebar header */
#header {
	width: 187px;
	height: 100%;
	float:left;
	position:relative;
}

#navigation {
	float:left;
	position:absolute;
	left: 40px;
	top: 160px;
	 font-family: "proxima-nova",sans-serif;
}


#content_container {
	float:left;
	position:relative;
	width: 1113px;
	height:100%;
	overflow:hidden;
	background-color: #fff;
	box-sizing: border-box;
}

#logo 
{
	width: 104px;
	float:left;
	position:absolute;
	left:40px;
	bottom: 75px;
}

#logo svg path, 
#logo svg polygon
 {
	fill: #554637;
}

/* language */
#language {
	font-size: 0.688em;
	float:left;
	position:absolute;
	top: 88px;
	left:40px;
	 font-family: "proxima-nova",sans-serif;
}
.language-button {
	margin-right: 10px;
	cursor: pointer;
}

.language-button.active {
	cursor: default;
}


/* Navigation */
#navigation ul {
	list-style: none;
	margin:0px;
	text-transform:uppercase;
	font-size: 0.875em;
	font-weight:600;
}
#navigation ul li {
	margin-bottom:20px;
}
#navigation ul li a.active {
	color :#66523d;
}


#navigation_button {
	width: 100px;
	height: 40px;
	float: left;
	position: absolute;
	right: 15px;
	top: 20px;
	cursor: pointer;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 0.813em;
	color: #554637;
	display:none;
	font-weight:600;
}
#navigation_button span.navbut-base{
	width:30px;
	height:30px;
	float:left;
	position:absolute;
	top:0px;
	right:0px;
	background: url('../img/site_assets/menu-button.gif') center center no-repeat;
	background-size: 30px 30px;
	transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#navigation_button span.navbut-close{
	width:30px;
	height:30px;
	float:left;
	position:absolute;
	top:0px;
	right:0px;
	background: url('../img/site_assets/menu-close.svg') center center no-repeat;
	background-size: 30px 30px;
	transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
	transform: rotateY(90deg) rotateZ(90deg);
}
#navigation_button.toggle span.navbut-base {
	opacity: 0;
	transform: rotateY(-90deg) rotateZ(-90deg);
	-webkit-transform: rotateY(-90deg) rotateZ(-90deg);
	-moz-transform: rotateY(-90deg) rotateZ(-90deg);
	-ms-transform: rotateY(-90deg) rotateZ(-90deg);
}
#navigation_button.toggle span.navbut-close {
	opacity: 1;
	transform: rotateY(0deg) rotateZ(0deg);
	-webkit-transform: rotateY(0deg) rotateZ(0deg);
	-moz-transform: rotateY(0deg) rotateZ(0deg);
	-ms-transform: rotateY(0deg) rotateZ(0deg);
}

/* Back to top button */
#button_backtotop {
	line-height:20px;
	text-align:center;
	cursor:pointer;
	font-size: 0.750em;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing: 0.01em;
	display:none;
}

.btt-arrow {
	background: url('../img/site_assets/icon-backtotop.gif') top right no-repeat;
	display:inline-block;
	height:20px;
	padding-right: 25px;
	margin: 15px 0px;
}


/* Content sections */

.content {
	padding-left: 60px;
	padding-right:60px;
}

.content-leftcontainer {
	box-sizing: border-box;
	width: 60%;
	height:100%;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	background-color: #fafaf8;
}

.content-rightcontainer {
	box-sizing: border-box;
	width: 40%;
	height:100%;
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	background-color: #ffffff;
	
}

#content_navibuttongrp {
	text-align: center;
	width: 100%;
	float: left;
	position: absolute;
	bottom: 75px;
	left: 0px;
}

#content_navibuttontext {	
	font-size: 0.688em;
	text-transform: uppercase;
	margin-bottom: 10px;
	 font-family: "proxima-nova",sans-serif;
}

.button-contentleft {
	background: url('../img/site_assets/arrow-left.svg') center center no-repeat;
	background-size: 7px 10px;
	height:21px;
	width: 20px;
	display:inline-block;
}
.button-contentright {
	background: url('../img/site_assets/arrow-right.svg') center center no-repeat;
	background-size: 7px 10px;
	height:21px;
	width: 20px;
	display:inline-block;
}
.button-contentmenu {
	background: url('../img/site_assets/icon-grid.png') center center no-repeat;
	height:21px;
	width: 25px;
	display:inline-block;
	margin: 0px 30px;
}


.button-contentmenu.disabled,
.button-contentleft.disabled,
.button-contentright.disabled {
	cursor: default;
	opacity: .4;
}

/* Content Section - Gallery */
#gallery_container {
	float: left;
	position: absolute;
	width: 100%;
	margin-top: 75px;
	height:552px;
}
#gallery_imagecontainer {
	height: 494px;
	position:relative;
}
.gallery-imagepanel {
    width: 100%;
    text-align: center;
	float:left;
	position:absolute;
	height:494px;
	left: 0px;
	top: 0px;
	opacity:0;
	visibility: hidden;
	transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.gallery-imagepanel.active {
	opacity: 1;
	visibility: visible;
}


.gallery-imagepanel img {
	max-width:100%;
	max-height:100%;
}

#gallery_buttoncontainer {
	text-align: center;
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.button-galleryleft {
	background: url('../img/site_assets/arrow-left.svg') center center no-repeat;
	background-size: 7px 10px;
	height:21px;
	width: 20px;
	display:inline-block;
	line-height:21px;
	cursor:pointer;
}
.button-galleryright {
	background: url('../img/site_assets/arrow-right.svg') center center no-repeat;
	background-size: 7px 10px;
	height:21px;
	width: 20px;
	display:inline-block;
	line-height:21px;
	cursor:pointer;
}

.button-galleryleft.down,
.button-galleryright.down {
	opacity: 0.2;
	cursor: default;
}

.button-gallerytext {
	display: inline-block;
	margin: 0px 20px;
	text-align: center;
	width: 80px;
	line-height:21px;
	font-size:0.875em;
}

/* Content Section - About */

.content-fullbg {
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}

#page_about .content {
	margin-top: 100px;
}
.about-delaybgani {
	opacity:0;
}
.about-delayani {
	right:-100%;
}

.about-hasani {
	transition: all .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-hasani2 {
	transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Content Section - Investments Grid */
#scroll_grid {
	position:absolute;
	height:100%;
	min-width: 100%;
	float:left;
	top:0px;
	left:0px;
	transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	 -webkit-transform: translateZ(0);
	 background-color: #e7e5e0;
}
.scroll-panel {
	width: 32%;
	height:100%;
	float:left;
	position:relative;
	cursor:pointer;
	transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	 -webkit-transform: translateZ(0);
}
.scroll-panel.sphide {
	opacity:0;
}
.scroll-panel .bg-imageover {
	width:100%;
	height:100%;
	float:left;
	left:0px;
	top:0px;
	position:absolute;
	opacity:0;
	transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-panel:hover .bg-imageover{
	opacity:1;
}

.scroll-paneltext {
	transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-sizing: border-box;
	padding: 0px 20px;
}
.scroll-panel:hover .scroll-paneltext {
	opacity:0;
}

.scroll-panel h3 {
	font-weight: 600;
	font-size: 1.375em;
	color: #fff;
	color: rgba(255,255,255,.6);
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align:center;
}
.scroll-panel .divider-thin {
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
}
.scroll-panel h4 {
	color: #fff;
	color: rgba(255,255,255,.6);
	text-align:center;
	font-weight:300;
}
#scroll_left {
	background: url('../img/site_assets/grid-left.png') top left no-repeat;
	float:left;
	position:absolute;
	left: 10px;
	top: calc(50% - 24px);
	width:48px;
	height:48px;
	display:block;
	cursor:pointer;
}
#scroll_right {
	background: url('../img/site_assets/grid-right.png') top left no-repeat;
	float:left;
	position:absolute;
	right: 10px;
	top: calc(50% - 24px);
	width:48px;
	height:48px;
	display:block;
	cursor:pointer;
}

#scroll_left.scrollhide ,
#scroll_right.scrollhide {
	display:none;
}

/* Content Section - Gallery Inner */
#page_galleryinner .content {
	margin-top: 82px;
}

/* Content Section - Founder */
.tab-container {
	width:100%;
	position:relative;
}
.tab-panel {
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	opacity:0;
	visibility: hidden;
	transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tab-panel.active {
	visibility: visible;
	opacity: 1;
}

#content_tabbuttongrp {
	text-align: center;
	width: 100%;
	float: left;
	position: absolute;
	bottom: 75px;
	left: 0px;
}

#content_tabbuttongrp.team-tabbuttongrp {
	bottom: 145px;
}

.button-tab {
	background: url('../img/site_assets/button-tab.png') top left no-repeat;
	width:9px;
	height:9px;
	display:inline-block;
	margin: 0px 15px;
	cursor:pointer;
}
.button-tab:hover, .button-tab.active {
	background-position:top right;
}



/* Content Section - Contact */

#page_contact .content {
	margin-top: 88px;
}

.content-contacttri-col {
	margin: auto;
	width: 100%;
	text-align: center;
}
.contact-col {
	width: 280px;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0px 20px;
}
.map-link {
	background: url('../img/site_assets/icon-map.svg') top left no-repeat;
	line-height:28px;
	padding-left: 20px
}


/* Team */
.team-leftcontainer {
	margin-top:154px;
	width:30%;
	margin-left:60px;
}
.team-leftcontainer h1 {
	text-align: left;
}
.team-leftcontainer .divider {
	margin-left:0px;
}
.team-list ul {
	margin:0px;
}
.team-list ul li {
	display:block;
	width:100%;
	box-sizing: border-box;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 0.813em;
	letter-spacing: 0.05em;
}
.team-list ul li span {
	display:block;
	text-transform:uppercase;
}

.team-list ul li img{
	display:none;
}

.team-rightcontainer {
	float: left;
	position: absolute;
	left: 40%;
	top: 100px;
	width: 50%;
	text-align:center;
}
.team-imglink {
	padding: 10px 8px 0px 8px;
	width: 147px;
	height: 208px;
	overflow: hidden;
	margin: 0px;
	display: inline-block;
}

.team-imgpanel {
	width:147px;
	height:208px;
	position:relative;
	display:inline-block;
	text-align:center;
	transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	 -webkit-transform: translateZ(0);
}
.team-imgpanel.sphide {
	opacity:0;
}

.team-imgpanel .team-imgbase {
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}
.team-imgpanel .team-imghover {
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-imglink.hover .team-imgpanel .team-imghover {
	opacity: 1;
}
.team-link {

}
.team-link.hover {
	color: #66523d;
}

/* Introduction */
#page_intro #header {
	display:none;
}
#page_intro #page_container {
		background-color: #e7e5e0;
}

#page_intro #content_container {
	width:100%;
	background-color: #e7e5e0;
}
#intro_container {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background-color: #e7e5e0;
}
.intro-panel {
	width:25%;
	height:100%;
	position:relative;
	float:left;
	transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity:0;
}

.intro-panel.in {
	opacity: 1;
}

.intro-panelimage {
	width: 100%;
	height: 669px;
}
.intro-paneloverlay {
	width:325px;
	height:669px;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	background-position:left;
}

.intro-paneloverlay.nright {
	background-position:center;
}


.intro-overlay {
	width: 0px;
	height: 669px;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro-overlay.in {
	width: 433px;
}


.intro-overlay2 {
	width: 0px;
	height: 669px;
	float:left;
	position:absolute;
	left:325px;
	top:0px;
	overflow:hidden;
	transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro-overlay2.in {
	width: 325px;
}


.intro-overlay-v {
	width:12px;
	height:0px;
	float:left;
	position:absolute;
	background-color: #e7e5e0;
	top:0px;
	left:969px;
	transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro-overlay-v.in {
	height:669px;
}


.intro-overlay-h {
	height: 12px;
	width: 0px;
	float: left;
	position: absolute;
	background-color: #e7e5e0;
	top: 230px;
	left: 981px;
	transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.intro-overlay-h.in {
	width: 429px;
}


.intro-paneltext {
	box-sizing: border-box;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 0.938em;
	letter-spacing: 0.05em;
	 font-family: "proxima-nova",sans-serif;
	 opacity:0;
	 text-align:center;
	 transform: translateX(-30px);
	 transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro-paneltext.in {
	opacity:1;
	transform:translateX(0px);
}

#intro_gallerycontainer {
	position:relative;
	width: 90%;
	height: 420px;
	margin: 0px 5%;
}
.intro-gallerypanel {
	width:100%;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity:0;
}

#intro_gallerytextcontainer {
	height:50px;
	position:relative;
	width:100%;
		background-color: #e7e5e0;
}
.intro-gallerytextpanel {
	float:left;
	position:absolute;
	top:15px;
	left:0px;
	width:100%;
	text-align:center;
	font-size: 0.875em;
	text-transform:uppercase;
	transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity .9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity:0;
}
.intro-gallerypanel.active, .intro-gallerytextpanel.active {
	opacity: 1;
}

#intro_gallerybuttoncontainer {
	text-align: center;
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 30px;
	
		background-color: #e7e5e0;
}
.ig-but {
	background: url('../img/site_assets/button-tab.png') top left no-repeat;
	width:9px;
	height:9px;
	display:inline-block;
	margin: 0px 15px;
	cursor:pointer;
}
.ig-but:hover, .ig-but.active {
	background-position:top right;
}

#intro_gallery {
	display:none;
}
.hideme {
	display:none !important;
}

/* 1365 and below */
@media only screen and (max-width:81.188em) {
	

	
	/* Large */
	/* Sizing */
	.show-for-small-only,
	.show-for-medium-only,
	.show-for-xlarge-up {
		display:none;
	}
	.show-for-large-only {
		display: block;
	}
	
	.wrapper {
		width: 63.750em;
		max-width: 63.750em;
	}
	#page_container {
		height: 550px;
	}
	
	#content_container {
		width: 833px;
	}
	
	.content-rightcontainer{
		width: 45%;
	}
	
	.content {
		padding-left: 30px;
		padding-right:30px;
	}

	#page_about .content {
		margin-top: 40px;
	}
	.contact-col {
		width: 220px;
	}
	
	.content-leftcontainer {
		width: 55%;
	}
	
	#gallery_container {
		height: 447px;
	}
	#gallery_imagecontainer,
	.gallery-imagepanel { 
		height:354px;
	}
	.gallery-imagepanel {
		padding: 0px 20px;
	}
	#page_galleryinner .content {
		margin-top:40px;
	}
	.team-rightcontainer {
		left: 30%;
		top: 60px;
		width: 65%;
	}
	#content_navibuttongrp {
		bottom: 25px;
	}
	.intro-panelimage {
		height: 520px;
	}
	.intro-paneloverlay {
		width:340px;
		height:520px;
	}

	.intro-overlay {
		width: 0px;
		height: 520px;
	}
	.intro-overlay.in {
		width: 340px;
	}
	
	
	.intro-overlay2 {
		width: 0px;
		height: 520px;
		left:340px;
	}
	.intro-overlay2.in {
		width: 340px;
	}
	
	
	.intro-overlay-v {
		width: 9px;
		height: 0px;
		left: 678px;
	}
	.intro-overlay-v.in {
		height: 520px;
	}
	
	.intro-overlay-h {
		height: 9px;
		width: 0px;
		top: 171px;
		left: 687px;
	}
	.intro-overlay-h.in {
		width: 333px;
	}
	
	.page-founder #content_tabbuttongrp{
		bottom:25px;
	}
	.team-leftcontainer {
		margin-top: 108px;
	}
	#content_tabbuttongrp.team-tabbuttongrp {
		bottom: 85px;
	}
	#page_contact .content {
		margin-top: 40px;
	}
}

/* iPad portrait and below */

@media only screen and (max-width:63.750em) {
	/* Sizing */
	.show-for-small-only,
	.show-for-large-only
	.show-for-xlarge-up {
		display:none;
	}
	.show-for-medium-only {
		display: block;
	}

	body {
		background-color: #fff;
	}
	
	.wrapper {
		width: 100%;
	}
	
	#page_container {
		margin-top: 0px;
	}
	
	#page_container,
	#content_container
	{
		height: auto;
		overflow: visible;
	}
	
	#content_container {
		margin-top: 85px;
		width:100%;
	}
	
	
	#header {
		float:left;
		position:absolute;
		z-index:400;
		top:0px;
		left:0px;
		overflow: visible;
		width:100%;
		height: 85px;
		background-color: #f4f4f1;
	}
	#logo {
		bottom: auto;
		top: 10px;
		width: 81px;
		left:15px;
	}
	#navigation_scroll {
		background-color: #f4f4f1;
		float:left;
		position:absolute;
		top: 85px;
		width: 100%;
		height:0px;
		overflow-y: hidden;
		transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-webkit-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-ms-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	#navigation_scroll.expanded {
		height:453px;
	}
	
	#navigation, #language {
		position:relative;
		width:100%;
		left:0px;
		top:0px;
		float:none;
		bottom: auto;
	}
	#navigation ul {
		font-size: 1em;
	}
	#navigation ul li {
		text-align: center;
		margin-bottom:0px;
	}
	#navigation ul li a {
		padding: 20px 0px;
		display:block;
		
	}
	#navigation ul li a:hover, #navigation ul li a.active {
		background-color: #e7e5e0;
	}
		
	#language {
		 text-align: center;
		padding: 40px 0px;
	}
	
	.language-button {
		display:inline-block;
		padding: 20px;
	}
	.language-button:hover, .language-button.active {
		background-color: #e7e5e0;
	}
	
	#navigation_button {
		display:block;
	}
	#button_backtotop { 
		display:block;
	}
	
	.content-fullbg {
		height: 450px;
		float:none;
		position:relative;
		top:auto;
		left:auto;
	}
	
	.content-leftcontainer {
		float:none;
		position:relative;
		width:100%;
		top:auto;
		right:auto;
		height: auto;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.content-rightcontainer {
		float:none;
		position:relative;
		width:100%;
		top:auto;
		right:auto;
		height: auto;
		padding-bottom: 30px;
	}
	
	#page_contact .content {
	 margin-top: 35px;
	}
	
	.content {
		padding-left: 10%;
		padding-right:10%;
	}
	
	#gallery_container {
		position: relative;
		width: 90%;
		height: 400px;
		float: none;
		margin-top: 0px;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	#gallery_container.onlyone {
		height: 350px;
	}
	
	#gallery_imagecontainer {
		height: 350px;
	}
	.gallery-imagepanel {
		height:350px;
	}
	
	
	.contact-col {
		width: 100%;
		text-align:center;
		margin-bottom:30px;
	}
	
	
	#content_navibuttongrp {
		float: none;
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 40px;
	}
	#content_navibuttontext {
		display:none;
	}
	
	.tab-panel {
		opacity: 1;
		visibility: visible;
		position:relative;
		float:none;
		top:auto;
		left:auto;
		display:block;
	}
	#content_tabbuttongrp {
		display:none;
	}
	
	#scroll_grid {
		position:relative;
		float:none;
		top:auto;
		left:auto;
	}
	.scroll-panel {
		height: 350px;
	}
	
	#scroll_left, #scroll_right {
		display:none;
	}
	
	/* Team */
	.team-leftcontainer {
		margin-top: 35px;
		width:100%;
		margin-left:0px;
	}
	
	.team-leftcontainer h1 {
		text-align:center;
	}
	
	.team-leftcontainer .divider {
		margin-left:auto;
	}
	
	.team-list ul {
		margin:0px;
	}
	.team-list ul li {
		display:inline-block;
		width:50%;
		box-sizing: border-box;
		padding: 10px 5%;
		margin:0px;
		font-size: 0.813em;
		float:left;
	}
	.team-list ul li span {
		display:block;
		box-sizing: border-box;
		padding: 5px;
		text-transform:uppercase;
		height: 50px;
		display: block;
	}

	.team-list ul li img{
		width: 100%;
		max-width:auto;
		display:block;
	}
	.team-rightcontainer {
		display:none;
	}
	#intro_container {
		display:none;
	}
	#page_intro #header {
	display: block;
	}
	#intro_gallery {
		display:block;
	}
	.team-imgpanel.sphide ,
	.scroll-panel.sphide {
		opacity:1;
	}
}
/* For landscapes in mobile */
@media all and (orientation:portrait)  and (width:48.000em) {  
	#intro_gallerycontainer,
	.intro-gallerypanel{
		height:768px;
	}
}

@media only screen and (max-width:47.938em) {
	/* Sizing */
	.show-for-large-only,
	.show-for-xlarge-up,
	.show-for-medium-only {
		display:none;
	}

	.show-for-small-only {
		display: block;
	}

	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12 {
		width:100%;
	}
	
	.content-fullbg {
		height: 350px;
	}

}