/*
 * Name        : Power Tour mobile
 * Description : CSS for the tour plugin.
 * Version     : Version 1.0.1
 * Author      : CreativeMilk
 * Author URI  : www.creativemilk.net
 * Updated     : 2015-10-01 12:43:10 UTC+02:00
 * Copyright   : (c) 2015 CreativeMilk
 */
 
 
/* 
	You need to use '!important' for most CSS rules, as
    some styling is added by the plugin.
*/
 
@media only screen and (max-width : 800px){

	/* tour 1 - step 1 */
	#pw-1-1{
	}

	/* tour 1 - step 2 */
	#pw-1-2{
	}

	/* tour 1 - step 3 */
	#pw-1-3{
	}
	
	/* tour 1 - step 4 */
	#pw-1-4{
	}
									
	/* tour 1 - step 5 */
	#pw-1-5{
	}

	/* tour 1 - step 6 */
	#pw-1-6{
	}
	
	/* tour 1 - step 7 */
	#pw-1-7{	
	}
	
	/* tour 1 - step 8 */
	#pw-1-8{	
	}

	/* tour 1 - step 9 */
	#pw-1-9{	
	}
	
}

@media only screen and (max-width : 600px){

	/* tour 1 - step 1 */
	#pw-1-1{
	}

	/* tour 1 - step 2 */
	#pw-1-2{
	}

	/* tour 1 - step 3 */
	#pw-1-3{
	}
	
	/* tour 1 - step 4 */
	#pw-1-4{
	}
									
	/* tour 1 - step 5 */
	#pw-1-5{
	}

	/* tour 1 - step 6 */
	#pw-1-6{
	}
	
	/* tour 1 - step 7 */
	#pw-1-7{
	}
	
	/* tour 1 - step 8 */
	#pw-1-8{	
	}

	/* tour 1 - step 9 */
	#pw-1-9{	
	}
	
}