
/*-------------------------------------------------------------------------

Theme Name: Studio 8 - version 1.0

For any questions concerning this theme please contact us through our 
profile page at themeforest.

-------------------------------------------------------------------------*/

//THEME SETUP//////////////////////////////////////////////////////////////

/*init-------------------------------------------------------------------*/
var language = 'it';
var languageid = '1';
var startPage = "1"						//page to display upon loading
var ss_raster =  0						//raster image 0/1 - on/off
var appearOnLoad = 0					// content appear on load 0/1 - on/off

/*supersized-------------------------------------------------------------*/

var ss_interval = 5000					// Length between transitions
var ss_transitionType = 7				// 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
var ss_transitionSpeed = 800			// Speed of transition

/*toggle but title--------------------------------------------------------*/

var launchButTitle ='<img src="images/black/menu.png"  />'				//title of launch content button
var closeButTitle = 'close'				//title of close content button
 
/*twitter details--------------------------------------------------------*/

var tweetUsers = ['Katedesign11'];    		// Your twitter accs, for multiple set ['account1, account2, account3'].Loads max 50 tweets from the last 7 days.
var noTweets ="6"					    //Number of tweets to load
var TweetsDisp = 3					    //Number of tweets to display at a time, possible values 1,2, or 3. 

/*folio details----------------------------------------------------------*/

var folio_items_per_page =  1			//Number of folio pages visible at once
var folio_start_page = 0				//What page to load by default
var lightboxTransition = 'elastic'		//Set lightbox transition type
var overlayOpacity =0.8					//Fancybox overlay opacity
var overlayColor = '#000'				//Fancybox overlay color	
var videoWidth = 750					//Fancybox video width
var videoHeight = 385					//Fancybox video height

/*blog details-----------------------------------------------------------*/

var blog_items_per_page =  3			//Number of blog pages visible at once

/*toggle/fade speeds-----------------------------------------------------*/

var hoverFadeSpeed = 'normal'  			//Portfolio/icons hover speed - Possible values: 'slow', 'normal', 'fast', or in milliseconds
var pageFadeSpeed = 400					//Page fade speed
var sideBarToggleSpeed ='slow'			//Sidebar toggle speed
var menuEase = 'easeInCubic'			//Ease type
var contentToggleSpeed = 'slow'			//Content toggle speed
var pageEase = 'easeInCubic'			//Ease type

/*Social network ids - only fill out the ids, not the full url-------------*/

var facebookPageID =""
var twitterID = ""
var myspaceID = ""
var flickrID =""
var youtubeID =""

/*Contact from messages----------------------------------------------------*/

var formError="<h2>Errore nell'invio della mail. Riprovare piu' tardi</h2>"
var formWarning ="<h3><i>Compila i campi obbligatori!</h3></i>"
var formSuccess ="<h3>Grazie per aver spedito il messaggio</h3>"
var formSuccessTitle ="<h2>Message sent</h2>"
var formReload ="<h2>Per inviarmi la mail compila tutti i campi obbligatori</h2>"
var formReloadTitle ="Got something to say..."




