@font-face {
    font-family: violetsans;
    src: url(https://files.persona.co/31025/VioletSans-Regular.woff);
}


div.loadings{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
    background-color:#e0e0e0;

z-index: 2;
transition: opacity 1s;
display: flex;
justify-content: center;
align-items: center;
}

div.loadings img{
animation: rotate 1s infinite linear;
}

div.loadings.hidden{
opacity: 0;
pointer-events: none;
}



section.slideshow1 {
width:55vw;left:50%;
margin:0;
    transform: translate(-50%, -50%);
	z-index:8;
	 position: relative;
}

section.slideshow1 img {width:auto;
	position: absolute;   
width:55vw;left:50%;
margin:0;


    transform: translate(-50%, -50%);
	z-index: 0;
}

section.slideshow1 img:first-child {
	z-index: 1;
}



h4{
	font-family: 'gee', Social /*!Persona*/;
	font-style: normal;
    letter-spacing: 1px;
	font-weight: 400;
    font-stretch: semi-condensed;
	padding: 0;
	margin: 0;
	color: #3f3f3f;
	font-size: 1.25rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

.l{
		cursor: url("https://files.persona.co/31025/cursor-left5.png"), pointer; 
	display: block;
	position: fixed;
	top:0%;
	left:0%;
	width:50%;
	height:70vh;
	top:15%;
		z-index:8;
	


	
}

.r {
			cursor: url("https://files.persona.co/31025/cursor-right5.png"), pointer; 
	 	display: block;
	position: fixed;
	top:0%;
	right:0%;
	width:50%;
	height:70vh;
	top:15%;
		z-index:8;
}


.down{
	cursor: url("https://files.persona.co/31025/d.png"), pointer; 
	bottom:0;
	display:block;
	position:fixed;
	height:15%;
	width:100%;
	right:0;
	z-index:7;
	
}


.up{
	cursor: url("https://files.persona.co/31025/u.png"), pointer; 
	top:0;
	display:block;
	position:fixed;
	height:15%;
	width:100%;
	right:0;
	z-index:7;
	
}


h3{
	font-family: 'gee', Social /*!Persona*/;
	font-style: normal;
    letter-spacing: 1px;
	font-weight: 400;
    font-stretch: semi-condensed;
	padding: 0;
	margin: 0;
	color: #3f3f3f;
	font-size: .75rem;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

.title {	
	text-transform:uppercase;
	position:fixed;
	top:90px;
	left:50%;
	transform: translate(-50%, -50%);

}

.slide2{
	z-index:-5;
	position: fixed;
top:51%;
	left:50%;
	height:100vh;
	transform: translate(-50%, -50%);
	
	
}


.info{
	z-index:-5;
	position: fixed;
top:51%;
	left:50%;
	width:400px;
	text-align:justify;
	word-break: break-word;
  hyphens: auto;
	transform: translate(-50%, -50%);
	
	
}
.subtitle{
	text-transform:uppercase;
	position:fixed;
	bottom:40px;
	left:50%;
	transform: translate(-50%, -50%);
    z-index:99;
}


iframe {
  position:fixed;
  width: 100vw;
    top:0;
    left:0;
  height:100vh;
  box-sizing: border-box;
  display: block;
  transform:scale(.5,.5);
	z-index:99;
}


/*iframe {
  position:absolute;
  width: 1350px;
  height:825px;
  box-sizing: border-box;
  top:0%;
  transform: translate(-50%, -50%);
  display: block;
  transform:scale(.5,.5);
}*/

.pane {
  height:100vh;
  display:flex;
  position:relative;
  justify-content:center;

}

/* Slide menu right width HTML+CSS by Zzbaivong (devs.forumvi.com) */
* {
    margin: 0px;
    padding: 0px;
}

.menu-button {
    display: block;
  position: fixed;
  right: 13%;
  bottom: 7%;
  padding-top: 70%;
  text-align: center;
    z-index:999;
}

.menu-button2 {
    display: block;
  position: fixed;
 left:110px;
    top:77px;
    z-index:999;

  text-align: center;
}


.menu-wrap {
    background-color:#e0e0e0;
    padding: 40px 0;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 66%;
    top: 0;
    right: -66%;
    bottom: 0;
    z-index: 10;
}

.menu-wrap2 {
    background-color: #e0e0e0;
    padding: 200px 70px 0 70px;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 33%;
    top: 0;
    left: -33%;
    bottom: 0;
    z-index: 7;
}

.menu-overlay {
    background: rgba(0, 0, 0, 0.1);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


.menu-close2 {
    background: url(http://i.imgur.com/iHYRssG.png) no-repeat scroll center center transparent;
    opacity: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: 0;
    text-indent: -9999px;
    transition: all 0.3s;
}


.menu-wrap:hover .menu-close {
    opacity: 1;
}
.menu-toggle {
    display: none;
}
.menu-toggle:checked + .menu-wrap {
    right: 0;
}

.menu-toggle:checked + .menu-wrap2 {
    left: 0;
}
.menu-toggle:checked ~ .menu-overlay {
    display: block;
}
.menu-title {
    color: #000;
    padding-left: 40px;
    font-weight: 300;
    margin: 45% auto;
    padding: 30px 10px 0 10px;

}
.menu-list {
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: inherit;
    display: block;
    overflow: hidden;
}
.menu-wrap:hover .menu-list {
    overflow-y: auto;
}
.menu-list ul {
    list-style-type: none;
}
.menu-list li {
    display: block;
}
.menu-list li:first-child {
    border-top: medium none;
}
.menu-list li a {
    display: block;
    padding: 10px 40px;
    font-size: 18px;    
    color: #000;
    text-decoration: none;
}
.menu-list li a:hover {
    background: #ddd;
}
.menu-list li a:active {
    background: #666;
}




span.dropt h2 {
}

span.dropt:hover {
  text-decoration: none;
  z-index: 6;
}

span.dropt span {
  position: absolute;
  left: -9999px;
  margin: 20px 0 0 0px;
  padding: 3px 3px 3px 3px;
  z-index: 6;
}

span.dropt:hover span {
  left: 0;
}



span.dropt:hover span {
  margin: 0 0 0 10px;
  background: none;
  z-index: -6;
}



.u-bg-colors {
	position: fixed;
    top: 0;
    left:0;
    z-index: -1;
	width: 150%;
	height: 100%;  
}



#side-nav {
  position: fixed;
  width: 50%;
  left: 0%;
  top: 0%;
  height:100%;
  padding: 10%;
  overflow-y: scroll;
  background-color: #f9f9f9;
}

#content-wrapper {
  z-index: 2;
  margin: -10% 0 -10% 50%;
  top: 0%;
  width: 56%;
  height:150%;
  overflow-y: scroll;
  background-color: #ffffff;
}


.wrap {
	/* no more perspective */
	perspective: none;
	perspective-origin: 0 0;
}
.cube {
	position: relative;
	width: 200px;
	transform-style: preserve-3d;
}
.cube div {
	position: absolute;
	width: 200px;
}

.back {
	transform: translateZ(65px) rotateY(180deg);
}
.right {
	transform: rotateY(-270deg) translateX(20px);
	transform-origin: top right;
}
.left {
	transform: rotateY(270deg) translateX(-13px);
	transform-origin: center left;
}
.top {
	transform: rotateX(-90deg) translateY(-15px);
	transform-origin: top center;
}
.bottom {
	transform: rotateX(90deg) translateY(120px);
	transform-origin: bottom center;
}
.front {
	transform: translateZ(100px); 
}

@keyframes spin {
	from { transform: rotateY(0); }
	to { transform: rotateY(360deg); }
}

.cube {
	animation: spin 5s infinite linear;
}


@keyframes fadeOut {
    100% { opacity: 1; }
    0% { opacity: 0; }
}
.fade-out {
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}


html, body {margin: 0; padding: 0;}

#myWorkContent{
    width:100%;
    max-height:60%;
    top: 18%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
#myWorkContent a {
    display: inline-block;
    vertical-align: middle;
    
}

#myWorkContent img {border: 0;}





.wrap {
    width: 900px;
    height: 450px;
    padding: 0;
    overflow: hidden;
}

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}



.tooltip {
    text-decoration:none;
    position:relative;
}
.tooltip span {
    display:none;
    text-align: center;
}

.tooltip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    text-align: center;
}



/* Slideshow container */
.slideshow-container {
  display: block;
  max-width: 100%;
  position: absolute;
  top:50%;
  left:50%;
  width: 100%;
  float: center;
  transform: translate(-50%, -50%);

    
}






/* Next & previous buttons */
.prev {
  cursor: pointer;
  cursor: url("https://files.persona.co/31025/cursor-left5.png"), pointer;        
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 88%;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s ease;

}


/* Position the "next button" to the right */
.next {
  cursor: pointer;
  cursor: url("https://files.persona.co/31025/cursor-right5.png"), pointer;;
  position: absolute;
  right: 0%;
  top: 0%;
  width:50%;
  height: 88%;
  transition: 0.3s ease;
}



/* Number text (1/3 etc) */
.numbertext {
  color: #3f3f3f;
  font-size: 20px;
  position: absolute;
  top:-10%;
  width: 100%;
  text-align: center;

}

/* Caption text */
.text {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}





.hoverable {
      cursor: pointer;
	  cursor: url("https://files.persona.co/31025/cursor-right5.png"), pointer;
      color:#000;
      text-decoration:none;
    }
    .hoverable .hover {
      display:none;
    }
    .hoverable:hover .normal {
      display:none;
    }
    .hoverable:hover .hover {
      display:inline;  /* CHANGE IF FOR BLOCK ELEMENTS */
    }

#accordion {
    display: block;
	position:fixed;
    left: 47%;
    bottom: 6.5%;
}


button.accordion {
    background-color: transparent;
    color: #3f3f3f;
    cursor: pointer;
    padding: 0;
    border: none;
	font-family: "gee", sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
    transition: 0.4s;

   }



button.accordion:after {
    content: '\002B';
    color: #3f3f3f;

    
}

button.accordion.active:after {
    content: "\00d7";
}

div.panel {
    padding: 0 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-width 0.2s ease-out;
       
}


.u-bg-color {
	position: fixed;
    top: 0;
    left:0;
    z-index:-1;
	width: 150%;
	height: 100%;  
}

digital {
  display: block;
  position: fixed;
  right: 13%;
  bottom: 7%;
  padding-top: 70%;
  z-index: 100%;
  text-align: center;
    
  
}

.hiddenMenu2 {
  background-color: #e0e0e0;
  width: 33%;
  height: 100%;
  position: fixed;
  top: 0%;
  right: -33%;
  z-index: 10;
  transition: right 0.35s ease-out;
    
}

#innerHidden2 {
  width: 70%;
  margin: 45% auto;
  text-align: left;
    

	
}



.hidden2 {
  left: 0px;
  z-index: 9;
    
}




about {
  display: block;
  position: fixed;
  margin: 0% 11.5% 0%;
  padding-left: 0%;
  padding-top: 7%;
  z-index: 100%;
  text-align: center;
    
  
}




.hiddenMenu {
  background-color: #e0e0e0;
  width: 33%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: -33%;
  z-index: 10;
  transition: left 0.35s ease-out;
    
}

#innerHidden {
  width: 70%;
  margin: 45% auto;
  text-align: left;
    

	
}
    


.hidden {
  left: 0px;
  z-index: 9;
    
}





    /**
 * end of about
 */





 
ul li a:hover{
    background: transparent
}
 
html.can-touch ul li a:hover{
    background: none; /* disable hover effect on touch devices */
}


      /**
 * 
        span {
  -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
  display: inline-block;
}

 */   

@font-face {
    font-family: Agee;
    src: url(https://files.persona.co/31025/gt-america-regular.woff);
}

@font-face {
    font-family: gee;
    src: url(https://files.persona.co/31025/agipo_regular_extended--1-.woff);
}

@font-face {
    font-family: age;
    src: url(https://files.persona.co/31025/v.woff);
}


@font-face {
    font-family: dee;
    src: url(https://files.persona.co/31025/LT-Univers---RegularExt.woff);
}



@font-face {
    font-family: vee;
    src: url(https://files.persona.co/31025/326BCC_0_0.woff);
}

@font-face {
    font-family: gill;
    src: url(https://files.persona.co/31025/Americana.woff);
}

@font-face {
    font-family: Med;
    src: url(https://files.persona.co/31025/apercu_medium-webfont.woff);
}

@font-face {
    font-family: lite;
    src: url(https://files.persona.co/31025/apercu_light-webfont.woff);
}

@font-face {
    font-family: ext;
    src: url(https://files.persona.co/31025/ext.woff);

}






c:hover img { 
    	display: block;
    	position: fixed;
      	max-width: 20%;
    	align-self: center;
        left: 40.5%;
    	bottom: 40%;
   		z-index: 0;

    	
		
 }
c:hover:before {
	position: absolute;
    display: block;
	z-index: -4;
   

		}
li {
    list-style: none;
    
}

c img { display: none; }
a img { display: block; 
text-decoration: none;}




* {    margin: 0;
  padding: 0;}



.bg {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .5s;
  pointer-events: none;
}

li
{  list-style: none;
    display: inline-block;

   }


.menu

/*
#5e7b89; 
*/


.menu li:first-child:hover ~ .bg {
  background: #000;  
}

.menu li:first-child:hover ~ .bg {
  background: #000;  
}


.menu li:nth-child(3):hover ~ .bg {
  background: #c2ceda;
}

.menu li:nth-child(5):hover ~ .bg {
  background: #ed4d50;
}

.menu li:nth-child(7):hover ~ .bg {
  background: #fff;
}

.menu li:nth-child(9):hover ~ .bg {
  background: #DE874F;
}

.menu li:nth-child(11):hover ~ .bg {
  background: #5e7e89; 
}

.menu li:nth-child(13):hover ~ .bg {
  background: #e8d0c2;
}

.menu li:nth-child(15):hover ~ .bg {
  background: #000; 
}
.menu li:nth-child(17):hover ~ .bg {
  background: #1245c9;
}
.menu li:nth-child(19):hover ~ .bg {
  background: #f4f4f4;
}

.menu li:nth-child(21):hover ~ .bg {
  background: #000;
}
.menu li:nth-child(23):hover ~ .bg {
  background: #fff;
}


    /**5e7b89
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: absolute;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 150vh;
	margin: 0px;
	padding: 0px;
    cursor: url("https://files.persona.co/31025/cursor_4.png") 10 5, default;
    
}



html {
	position: relative;
}



body {
	background: #f1d0c9;
	color: #f1d0c9;
}


c {
    cursor: pointer;
	cursor: url("https://files.persona.co/31025/cursor_3.png"), pointer 
}

a {
    cursor: pointer;
	cursor: url("https://files.persona.co/31025/cursor_3.png"), pointer 
}

a:active {
	opacity: 0.5;
	cursor: url("https://files.persona.co/31025/cursor_4.png"), 10 5, pointer; 


}
/**
 * Backdrop
 */

#backdrop {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: transparent;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
    overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em;
}


img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent /*!content_center*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	left: 0 /*!content_center*/;
    z-index: 5;
    margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 5rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100% /*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: .8rem;
	font-weight: 400;
	color: #3f3f3f;
	font-family: 'lite', Social /*!Persona*/;
	font-style: normal;
	line-height: 1.4;
    letter-spacing: .8px;
}

[data-predefined-style="true"] main a {
	color: #3f3f3f;
    padding-bottom: 0em;
    border-bottom: 0em solid rgba(127, 127, 127, 0.2);
   
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'violetsans', Social /*!Persona*/;
	font-style: normal;
    text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #3f3f3f;
	text-rendering: optimizeLegibility;
    letter-spacing: 1.2px;
}

[data-predefined-style="true"] h1 a {
	color: #3f3f3f;
    text-decoration: none;
    
}

[data-predefined-style="true"] h2 {
	font-family: 'gee', Social /*!Persona*/;
	font-style: normal;
    letter-spacing: 1px;
	font-weight: 400;
    font-stretch: semi-condensed;
	padding: 0;
	margin: 0;
	color: #3f3f3f;
	font-size: 1rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
    
}

[data-predefined-style="true"] h2 a {
	color: #3f3f3f;
    text-decoration: none;
}

[data-predefined-style="true"] h3 {
	font-family: 'gee', Social /*!Persona*/;
	font-style: normal;
    letter-spacing: 1px;
	font-weight: 400;
    font-stretch: semi-condensed;
	padding: 0;
	margin: 0;
	color: #3f3f3f;
	font-size: 1rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
    
}

[data-predefined-style="true"] h3 a {
	color: #3f3f3f;
    text-decoration: none;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 16px;
	line-height: 1.8;
	font-family: Med /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(63, 63, 63, 1);
    
}

[data-predefined-style="true"] small a {
	color: rgba(63, 63, 63, 1);
	border-bottom-width: 0em;
    
}


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */
@media (min-width:599px) {
    .desktop-only  {
        display:block !important;
    }
     .mobile-only, .webile{
        display:none !important;

    }
    
        
    
    .slide{
	z-index:-5;
	position: fixed;
top:51%;
	left:50%;
	height:65vh;
	transform: translate(-50%, -50%);
	
	
}
    
    

}

 
@media (max-width: 599px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only, iframe  {
        display:none !important;
    }
    .slide{
	z-index:-5;
	position: fixed;
	top:51%;
	left:50%;
	width:90vw;
	transform: translate(-50%, -50%);	
}

    .info{
    width:280px;}
    
    .webile {
        width:90vw;
    }

}

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: fixed;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}




.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}







