
html {
	height: auto;
	min-height: 100%;
	 font-family: sans-serif, helvetica;
	
	/* font-weight: 100;
	 text-rendering: optimizelegibility;*/
}
body {
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 100%;
    background-color: white;
}

#loader {
padding-top: 15px;
position: fixed;
padding-left: 20px;
z-index: 9999999;
height: 100%;
width: 100%;
    background:white;
/*background: #151515;*/
}

#loaderGif {
margin-left: 10px;

} 


#borderBottom {
position: fixed;
height: 15px;
bottom: 0;
width: 100%;
background: #fff;
z-index: 999999999;
}
section #borderBottom {
	position: relative;
}

#borderTop {
position: fixed;
height: 15px;
top: 0;
width: 100%;
background: #fff;
z-index: 40000;
}
#borderRight {
position: fixed;
height: 100%;
right: 0;
top: 0;
width: 15px;
background: #fff;
z-index: 40000;
}
#borderLeft {
position: fixed;
height: 100%;
left: 0;
top: 0;
width: 15px;
background: #fff;
z-index: 40000;
}

a {
	color: #FFFFFF;
	/*text-shadow: 2px 0px 0px #000000;*/
	/*text-decoration: underline;*/
}
a:hover {
	    color: #FFF000!important;
		
	}


#bg {
	/*position: fixed;*/
	display: block;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
    


}

.copyright {

	position: absolute;
	bottom:  20px;
/*	margin-left: auto;
	margin-right: auto;*/
	text-align: center;
	color: #fff;
	font-size: 10px;
	width: 100%;
	font-weight: bold;
	
}


#wpsp-continue {

	cursor: pointer;
	text-decoration: none;
    color: #FFF;
	border: 0;

}

.is-Transformed { 
    
text-align: center;
width: 100%;
        position: absolute;
      top: 50%;
    left: 50%;
         -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);


}


.window {
    width:100%;
    height:100%;
    position:absolute;
  
}




/*
Long Shadows*/


.logo {

   color: #FFF9F0; 
padding-left: 25px;
margin-bottom: 15px;
	 font-family: 'walkway_semiboldregular';
	 font-size: 72px;
}
.intro {

color: #B0B2BE;
text-shadow: 1px 0px 0px #FFF9F0;
-moz-text-shadow: 1px 0px 0px #FFF9F0;
	padding-left: 24px;
	/*margin-right: 28px;*/
	margin-top: 25px;
	font-family: 'adobe-garamond-pro', 'Adobe Garamond', "Garamond", Times, serif;
font-size: 20px;
	font-style: italic;
	  -webkit-font-smoothing: antialiased;
	   text-rendering: optimizelegibility;
	   z-index: 200;
	   font-size: 1.5em;
	   line-height: 1.8em;
	   letter-spacing: 0em;
	   
}



/*BG Color Animation*/
#home {
    -webkit-animation: color-animation 15s infinite ease alternate;
    animation: color-animation 15s infinite ease alternate;
   
}
.bg-image {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(changing-colors-while-we-are-dreaming-white.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    
    
}
/*SC player in content section*/
/*
.content {
    padding:15px;  
    position:absolute;
    bottom:0px;
    right:5px;  
    
}
*/
/*end SC player*/

/*SC controls */
/*Visible player page*/
 #scld{
      position: absolute;
      top: 20px;
      left: 20px;
   
  }

div.miniSound__logo.sc-media-right {display:none;}


/*Hidden player page*/
 #scld2 {
      position: absolute;
      top: 20px;
      left: 20px;
      display:none;
  }

  #playSound{
      position: absolute;
      top: 25px;
      right: 55px;
      width: 20px;
      height: 20px;
      background-color: #30B79B; 
  }

  #stopSound{
      position: absolute;
      top: 25px;
      right: 25px;
      width: 20px;
      height: 20px;
      background-color: red;
  }
/*end SC controls */

 @keyframes color-animation {
    0% {
       background: rgba(248,80,50,1);
    }
    10% {
       background: #C525E1;
    } 
    20% {
       background: #264AE8;
    } 
    30% {
       background: #FE9706;
    } 
    40% {
       background: #FB25AF;
    } 
    50% {
       background: #F0E414;
    } 
    60% {
       background: #2EAAE5;
    } 
    70% {
       background: #7636FB;
    } 
    80% {
       background: #FB3AC3;
    } 
    90% {
       background: #FB0D05;
    } 
    100% {
       background: #FB8F17;
    } 
 }



/*End BG Color Animation */





.flat-icon {
/*width: 40px;*/
	  text-align: center;
padding:23px 28px;
font-weight: bold;
display: inline-block;
line-height: 100%;
overflow: hidden;
text-transform: uppercase;
margin-right: 1%;
color: #232322;
  /*font-size: 3em;*/
  /*font-size: 1.3em; good*/
  font-size: 1.2em;
-webkit-transition: text-shadow 4s cubic-bezier(0.665, 0, 0.43, 1);
-moz-transition: text-shadow 4s cubic-bezier(0.665, 0, 0.43, 1);
-o-transition: text-shadow 4s cubic-bezier(0.665, 0, 0.43, 1);
-ms-transition: text-shadow 4s cubic-bezier(0.665, 0, 0.43, 1);
transition-transition: text-shadow 4s cubic-bezier(0.665, 0, 0.43, 1);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}







/*Transitions.js	*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.pt-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
   /* removed for sidebar*/
 /*   z-index: 1;*/
}

.no-js body {
    overflow: auto;
}

.pt-trigger-container {
    position: absolute;

    left: 0%;
    height: 100%;

}

.pt-trigger {


    border: none;

    cursor: pointer;
    background-color: rgba(255, 255, 254, 0) ;


}


/* Page Styles */
.pt-page-ontop {
/*removed for sidebar*/
    z-index: 999;
}


/*No Animation Support Message Style*/
.pt-message {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #da475c;
    color: #fff;
    text-align: center;
}

.pt-message p {
    margin: 0;
    line-height: 60px;
    font-size: 26px;
}

.no-cssanimations .pt-message {
    display: block;
}
	






.pt-wrapper .page-nav-text {
	position: absolute;
	right: 82px;
	width: 100%;
	bottom: 14px;
	float: right;

z-index: 99999999;
}
.pt-wrapper .page-nav {
	position: absolute;
	right: 18px;
	width: 64px;
	bottom: 14px;
	float: right;
z-index: 99999999;
}
.text-content { 

position: relative;
float: right;
padding-right: 8px;
bottom: -7px;
height: 15px;
overflow: hidden;
transition: height 2s overflow 2s;
-webkit-transition: height 2s, overflow 2s, -webkit-transform 2s; /* Safari */
vertical-align:sub;

}

.text-content.toggle-info {
	/*overflow: visible;*/
	height: 100px;
	transition: height 2s overflow 2s;
	-webkit-transition: height 2s, overflow 2s, -webkit-transform 2s; /* Safari */
	
}


.text-content h3 {
/* position: relative;*/
 float: right;
margin: 0;
color: #91939F ;
font-family: Helvetica, Arial;
font-size: 16px;
/* text-shadow: 1px 1px 1px #B0B2BE ;*/
text-align: right;

}

.text-content p {
/* position: relative;*/
 float: right;
margin: 0;
color: #858792 ;
font-family: Helvetica, Arial;
font-size: 12px;
/*text-shadow: 1px 1px 1px #B0B2BE ;*/
text-align: right;

}
.pt-wrapper .page-nav button {
	float: right;
}





@-webkit-keyframes moveToTop {
    to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTop {
    to { -moz-transform: translateY(-100%); }
}
@keyframes moveToTop {
    to { transform: translateY(-100%); }
}





@-webkit-keyframes fadeInRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(-200px);
	}
}


@-webkit-keyframes slideInLeft {
	0% {
	opacity: 1;
		-webkit-transform: translateX(0);
		
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(-200px);
		
		
		
	}
	100% {
		/*opacity: 1;*/
		-webkit-transform: translateX(-200px);
		
		
		
	}
	
}



@-moz-keyframes slideOutLeft {
/*	0% {
		-moz-transform: translateX(0);
	}*/
	
	100% {
		opacity: 1;
		-moz-transform: translateX(-200px);
	}
}

@-o-keyframes slideOutLeft {
/*	0% {
		-o-transform: translateX(0);
	}*/
	
	100% {
		opacity: 1;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
/*	0% {
		transform: translateX(0);
	}*/
	
	100% {
		opacity: 1;
		transform: translateX(-200px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}





