/*
	COLORS
 
	Dark Blue 		#222438
	Medium Blue		#69697A
	Light Blue	 	#C5C3DE
	Yellow			#FFB000
	Red				#D92B00
	
*/

body {

	text-align: center;
}

.simple-demo, .mobile-demo {
	visibility: visible;
}





p {	width: 100%; margin: 20px auto; }
a, a:visited { font-weight: bold; font-style: italic; }
ul { list-style: none; }


#title {

	margin: 0 auto -580px;
	width: 300%;
	height:500px;
	position: relative;
	padding-top: 30px;
	z-index: 99;
	overflow: hidden;
}

.title-line { position: relative; display: block; /* width: 300%; left: -100%;*/ text-align: left; }
.title-line span { display: inline-block;  position: relative; }
.twitter-follow-button { position: relative; top: 8px; left: 4px; }
#title-info { position: relative; z-index:99998; margin-top: 40px; opacity: 0; }




.gallery figure {  float: left;   display: inline-block; }








