.chooselayout .layout >div{border-style:solid;}
#stage .scene.edit .image img{-webkit-transform: scale(1);}
#stage .scene.edit .image img.animate.z-in{
	-webkit-animation: zoom-in 20s ease 0.2s 1 alternate;
}
#stage .scene.edit .image img.animate.z-out{
	-webkit-animation: zoom-out 20s ease 0s 1 alternate;
}
@-webkit-keyframes zoom-in {
	0% { opacity:1;-webkit-transform: scale(1.0);}
	20% { -webkit-transform: scale(1.05); }
	100% { -webkit-transform: scale(1.05);}
}
@-webkit-keyframes zoom-out {
	/*0% { opacity:1;-webkit-transform: scale(1.05);}
	20% { -webkit-transform: scale(1.0); }
	100% { -webkit-transform: scale(1.0);}*/ 
	/*disable zoom out*/
	0% { opacity:1;-webkit-transform: scale(1.0);}
	20% { -webkit-transform: scale(1.05); }
	100% { -webkit-transform: scale(1.05);}
}

#stage .scene .text .source a.read-entire-post{display:none;
}

/*
 *
 *
 *			layout 1-2-3-4
 *
 *
*/
.layout_1 .video,.layout_2 .video,.layout_3 .video,.layout_4 .video
		{	width:69%;height:78.5%;	}
		
.layout_1 .image,.layout_2 .image,.layout_3 .image,.layout_4 .image
		{	width:30%;height:100%;	}
		
.layout_1 .text,.layout_2 .text,.layout_3 .text,.layout_4 .text 
		{	width:69%;height:20%;	}
		
.layout_1 .audio,.layout_2 .audio,.layout_3 .audio,.layout_4 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_1 .text p,#stage .scene.edit .layout_2 .text p,#stage .scene.edit .layout_3 .text p,#stage .scene.edit .layout_4 .text p
		{	margin:0.5em;	font-size:1.2em;	line-height:1.2em;	letter-spacing:-0.04em;	}

/* ------ layout 1 */

.layout_1 .video{	top:0;right:0;}
.layout_1 .image{	top:0;left:0;}
.layout_1 .text {	bottom:0;right:0;}
.layout_1 .audio{	display:none;}

.chooselayout .layout_1 .image{	border-right-width:1px;	}
.chooselayout .layout_1 .text{	border-top-width:1px;	}

/* ------ layout 2 */

.layout_2 .video{	top:0;left:0;}
.layout_2 .image{	top:0;right:0;}
.layout_2 .text {	bottom:0;left:0;}
.layout_2 .audio{	display:none;}

.chooselayout .layout_2 .image{	border-left-width:1px;	}
.chooselayout .layout_2 .text{	border-top-width:1px;	}

/* ------ layout 3 */

.layout_3 .video{	bottom:0;right:0;}
.layout_3 .image{	top:0;left:0;}
.layout_3 .text {	top:0;right:0;}
.layout_3 .audio{	display:none;}

.chooselayout .layout_3 .image{	border-right-width:1px;	}
.chooselayout .layout_3 .text{	border-bottom-width:1px;}


/* ------ layout 4 */

.layout_4 .video{	bottom:0;left:0;}
.layout_4 .image{	top:0;right:0;}
.layout_4 .text {	top:0;left:0;}
.layout_4 .audio{	display:none;}

.chooselayout .layout_4 .image{	border-left-width:1px;	}
.chooselayout .layout_4 .text{	border-bottom-width:1px;}





/*
 *
 *
 *			layout 5-6-7-8
 *
 *
*/
.layout_5 .video,.layout_6 .video,.layout_7 .video,.layout_8 .video
		{	width:50%;height:45%;	}
		
.layout_5 .image,.layout_6 .image,.layout_7 .image,.layout_8 .image
		{	width:49%;height:100%;	}
		
.layout_5 .text,.layout_6 .text,.layout_7 .text,.layout_8 .text 
		{	width:50%;height:54%;	}
		
.layout_5 .audio,.layout_6 .audio,.layout_7 .audio,.layout_8 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_5 .text p,#stage .scene.edit .layout_6 .text p,#stage .scene.edit .layout_7 .text p,#stage .scene.edit .layout_8 .text p
		{	margin:0.5em;	font-size:1.9em;	line-height:1.2em;	}

/* ------ layout 5 */

.layout_5 .video{	top:0;right:0;}
.layout_5 .image{	top:0;left:0;}
.layout_5 .text {	bottom:0;right:0;}
.layout_5 .audio{	display:none;}

.chooselayout .layout_5 .image{	border-right-width:1px;	}
.chooselayout .layout_5 .text{	border-top-width:1px;	}

/* ------ layout 6 */

.layout_6 .video{	top:0;left:0;}
.layout_6 .image{	top:0;right:0;}
.layout_6 .text {	bottom:0;left:0;}
.layout_6 .audio{	display:none;}

.chooselayout .layout_6 .image{	border-left-width:1px;	}
.chooselayout .layout_6 .text{	border-top-width:1px;	}

/* ------ layout 7 */

.layout_7 .video{	bottom:0;right:0;}
.layout_7 .image{	top:0;left:0;}
.layout_7 .text {	top:0;right:0;}
.layout_7 .audio{	display:none;}

.chooselayout .layout_7 .image{	border-right-width:1px;	}
.chooselayout .layout_7 .text{	border-bottom-width:1px;}


/* ------ layout 8 */

.layout_8 .video{	bottom:0;left:0;}
.layout_8 .image{	top:0;right:0;}
.layout_8 .text {	top:0;left:0;}
.layout_8 .audio{	display:none;}

.chooselayout .layout_8 .image{	border-left-width:1px;	}
.chooselayout .layout_8 .text{	border-bottom-width:1px;}





/*
 *
 *
 *			layout 9-10-11-12
 *
 *
*/
.layout_9 .video,.layout_10 .video,.layout_11 .video,.layout_12 .video
		{	width:35%;height:35%;	}
		
.layout_9 .image,.layout_10 .image,.layout_11 .image,.layout_12 .image
		{	width:64%;height:100%;	}
		
.layout_9 .text,.layout_10 .text,.layout_11 .text,.layout_12 .text 
		{	width:35%;height:64%;	}
		
.layout_9 .audio,.layout_10 .audio,.layout_11 .audio,.layout_12 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_9 .text p,#stage .scene.edit .layout_10 .text p,#stage .scene.edit .layout_11 .text p,#stage .scene.edit .layout_12 .text p
		{	margin:0.5em;	font-size:1.6em;	line-height:1.2em;	}

/* ------ layout 9 */

.layout_9 .video{	top:0;left:0;}
.layout_9 .image{	top:0;right:0;}
.layout_9 .text {	bottom:0;left:0;}
.layout_9 .audio{	display:none;}

.chooselayout .layout_9 .image{	border-left-width:1px;	}
.chooselayout .layout_9 .text{	border-top-width:1px;	}

/* ------ layout 10 */

.layout_10 .video{	top:0;right:0;}
.layout_10 .image{	top:0;left:0;}
.layout_10 .text {	bottom:0;right:0;}
.layout_10 .audio{	display:none;}

.chooselayout .layout_10 .image{	border-right-width:1px;	}
.chooselayout .layout_10 .text{	border-top-width:1px;	}

/* ------ layout 11 */

.layout_11 .video{	bottom:0;left:0;}
.layout_11 .image{	bottom:0;right:0;}
.layout_11 .text {	top:0;left:0;}
.layout_11 .audio{	display:none;}

.chooselayout .layout_11 .image{	border-left-width:1px;	}
.chooselayout .layout_11 .text{	border-bottom-width:1px;}


/* ------ layout 12 */

.layout_12 .video{	bottom:0;right:0;}
.layout_12 .image{	top:0;left:0;}
.layout_12 .text {	top:0;right:0;}
.layout_12 .audio{	display:none;}

.chooselayout .layout_12 .image{	border-right-width:1px;	}
.chooselayout .layout_12 .text{	border-bottom-width:1px;}




/*
 *
 *
 *			layout 13-14-15-16
 *
 *
*/
.layout_13 .video,.layout_14 .video,.layout_15 .video,.layout_16 .video
		{	display:none	}
		
.layout_13 .image,.layout_14 .image,.layout_15 .image,.layout_16 .image
		{	width:64%;height:100%;	}
		
.layout_13 .text,.layout_14 .text,.layout_15 .text,.layout_16 .text 
		{	width:35%;height:100%;	}
		
.layout_13 .audio,.layout_14 .audio,.layout_15 .audio,.layout_16 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_13 .text p,#stage .scene.edit .layout_14 .text p,#stage .scene.edit .layout_15 .text p,#stage .scene.edit .layout_16 .text p
		{	margin:0.5em;	font-size:2.0em;	line-height:1.2em;	}

/* ------ layout 13 */

.layout_13 .video{	}
.layout_13 .image{	top:0;right:0;}
.layout_13 .text {	top:0;left:0;}
/*.scene.edit .layout_13 .text {z-index:1;background-color: #00FEC2!important;overflow: visible!important;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
}
.scene.edit .layout_13 .text .arrow {
	position:absolute;width:10px;10px;
	right:-10px;top:50%;
	margin-top:-5px;
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #00FEC2;
}*/


.layout_13 .audio{	display:none;}

.chooselayout .layout_13 .image{	border-left-width:1px;	}


/* ------ layout 14 */

.layout_14 .video{	}
.layout_14 .image{	top:0;left:0;}
.layout_14 .text {	top:0;right:0;}
.layout_14 .audio{	display:none;}

.chooselayout .layout_14 .image{	border-right-width:1px;	}


/* ------ layout 15 

.layout_15 .video{	bottom:0;left:0;}
.layout_15 .image{	bottom:0;right:0;}
.layout_15 .text {	top:0;left:0;}
.layout_15 .audio{	display:none;}

.chooselayout .layout_15 .image{	border-left-width:1px;	}
.chooselayout .layout_15 .text{	border-bottom-width:1px;}
*/

/* ------ layout 16 

.layout_16 .video{	bottom:0;right:0;}
.layout_16 .image{	top:0;left:0;}
.layout_16 .text {	top:0;right:0;}
.layout_16 .audio{	display:none;}

.chooselayout .layout_16 .image{	border-right-width:1px;	}
.chooselayout .layout_16 .text{	border-bottom-width:1px;}
*/





/*
 *
 *
 *			layout 17-18-19-20
 *
 *
*/
.layout_17 .video
		{	width:100%;height:100%;	}
		
.layout_17 .image
		{	display:none	}
		
.layout_17 .text
		{	display:none	}
		
.layout_17 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_17 .text p
		{	margin:0.5em;	font-size:2.0em;	line-height:1.2em;	}

/* ------ layout 17 */

.layout_17 .video{	}





/*
 *
 *
 *			layout 21-22-23-24 // PUNDIT - TEXT-ONLY
 *
 *
*/
.layout_21 .video
		{	display:none;-webkit-animation-name:none;left:50%	}
		
.layout_21 .image
		{	display:none	}
		
.layout_21 .text
		{	left:2%;right:2%;height:100%;	}
		
.layout_21 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_21 .text p
		{	margin:0.5em 8px;	font-size:3.65em;	line-height:1.15em;	}



/*
 *
 *
 *			layout 25-26-27-28 // ZOOM - IMAGE_ONLY
 *
 *
*/
.layout_25 .video
		{	display:none	}
		
.layout_25 .image
		{	width:100%;height:100%;	}
		
.layout_25 .text
		{	display:none	}
		
.layout_25 .audio
		{	display:none;			}
		




/*
 *
 *
 *			layout 29-30-31-32 - SUBTITLER
 *
 *
*/
.layout_29 .video,.layout_31 .video
		{	width:100%;height:80%;	}
		
.layout_29 .image,.layout_31 .image
		{		}
		
.layout_29 .text,.layout_31 .text 
		{	width:100%;height:16%;	}
		
.layout_29 .audio,.layout_31 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_29 .text p,#stage .scene.edit .layout_31 .text p
		{	margin:0.2em 0.5em 0.5em 0.5em;	font-size:1.32em;	line-height:1.2em;	}

/* ------ layout 29 */

.layout_29 .video{	top:0;left:0;}
.layout_29 .image{	display:none}
.layout_29 .text {	bottom:2%;left:0;}
.layout_29 .audio{	display:none;}

.chooselayout .layout_29 .image{	border-left-width:1px;	}
.chooselayout .layout_29 .text{	border-top-width:1px;	}

/* ------ layout 31 */

.layout_31 .video{	bottom:0;left:0;}
.layout_31 .image{	display:none}
.layout_31 .text {	top:2%;left:0;}
.layout_31 .audio{	display:none;}

.chooselayout .layout_31 .image{	border-right-width:1px;	}
.chooselayout .layout_31 .text{	border-top-width:1px;	}





/*
 *
 *
 *			layout 33-34-35-36- BANNER
 *
 *
*/
.layout_33 .video,.layout_35 .video
		{	width:100%;height:75%;	}
		
.layout_33 .image,.layout_35 .image
		{	width:100%;height:24%;	}
		
.layout_33 .text,.layout_35 .text 
		{		}
		
.layout_33 .audio,.layout_35 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_33 .text p,#stage .scene.edit .layout_35 .text p
		{		}

/* ------ layout 33 */

.layout_33 .video{	top:0;left:0;}
.layout_33 .image{	bottom:0;left:0;}
.layout_33 .text {	display:none;}
.layout_33 .audio{	display:none;}

.chooselayout .layout_33 .image{	border-top-width:1px;	}

/* ------ layout 35 */

.layout_35 .video{	bottom:0;left:0;}
.layout_35 .image{	top:0;left:0}
.layout_35 .text {	display:none;}
.layout_35 .audio{	display:none;}

.chooselayout .layout_35 .image{	border-bottom-width:1px;	}





/*
 *
 *
 *			layout 37-38-39-40- COMING UP
 *
 *
*/
.layout_37 .video
		{	display:none;	}
		
.layout_37 .image
		{	display:none	}
		
.layout_37 .text
		{	width:100%;height:100%	}
		
.layout_37 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_37 .text p
		{	top:0.2em;
			right:0.5em;
			bottom: 40px;
			padding-left: 3.5em;	
			font-size:3.5em;line-height: 1em;
			background: url('http://content.soometa.com/images/comingup.png') no-repeat center left;
			background-size:20% auto;
			position: absolute;
			font-weight: bold;
			text-shadow: 1px 1px rgba(255,255,255,0.6);
			color:#504d47;
			-webkit-animation: comingup-fadein 5s ease 0s 1 alternate;
			opacity:0;
		}

@-webkit-keyframes comingup-fadein {
	0% { opacity:0;}
	15% { opacity:0; }
	50% { opacity:1; }
	90% { opacity:1; }
	98% { opacity:0;}
	100% { opacity:0;}
}


#stage .scene.edit .layout_37 .text .source a.read-entire-post{display:inline;}

/* ------ layout 37 */

.layout_37 .video{	display:none}
.layout_37 .image{	display:none}
.layout_37 .text {	top:0;left:0;
	
}
.layout_37 .audio{	display:none;}

.chooselayout .layout_37 .image{	border-top-width:1px;	}







/*
 *
 *
 *			layout 41 -RSS image+text
 *
 *
*/
.layout_41 .video
		{	display:none	}
		
.layout_41 .image
		{	width:64%;	}
.layout_41 .image .source{	display:none}
		
.layout_41 .text
		{	width:100%;	}
		
.layout_41 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_41 .text p
		{	margin:0;	font-size:2.0em;	line-height:1.2em;	
			position: absolute;
			top: 0;
			left: 0;
			padding:0.5em;
			right: 0;
			bottom: 40px;
			width: 31%;
			/*background-color: #d5d3c9;*/
			text-shadow: 1px 1px #fbfaeb;
			
		}
		
#stage .scene.edit .layout_41 .arrow{
/*
	position: absolute;left:34.5%;width:0.85em;top:0;bottom:40px;
	
	background-image: url('http://content.soometa.com/images/arrow-right.png'); 
			background-repeat:no-repeat;
			background-position: center right;
			-webkit-animation: arrow-fadein 25s ease-in 0s 1 alternate;
*/
}

@-webkit-keyframes arrow-fadein {
	0% { opacity:0;top:0}
	3% { opacity:0; left:30%}
	6% { opacity:1; left:34.5%}

}

#stage .scene.edit .layout_41 .text .source a.read-entire-post{display:inline;}

/* ------ layout 41 */

.layout_41 .video{	}
.layout_41 .image{	top:0;right:0;bottom:40px}

.layout_41 .text {	top:0;left:0;bottom:0}

.layout_41 .audio{	display:none;}

.chooselayout .layout_41 .image{	border-left-width:1px;	}



/*
 *
 *
 *			layout 45 - RSS (img+tx+video)
 *
 *
*/
.layout_45 .video
		{	width:50%;height:45%;	}
		
.layout_45 .image
		{	width:49%;	}
		
.layout_45 .text
		{	width:100%;	}
		
.layout_45 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_45 .text p
		{	margin:0.5em;	font-size:1.9em;	line-height:1.2em;	
			position: absolute;
			top: 45%;
			left: 0;
			right: 0;
			bottom: 40px;
			width: 48%;
			overflow:hidden;
		}
		
#stage .scene.edit .layout_45 .text .source a.read-entire-post{display:inline;}


/* ------ layout 45 */

.layout_45 .video{	top:0;left:0;}
.layout_45 .image{	top:0;right:0;bottom:40px}
.layout_45 .text {	top:0;bottom:0;left:0;}
.layout_45 .audio{	display:none;}

.chooselayout .layout_45 .image{	border-left-width:1px;	}
.chooselayout .layout_45 .text{	border-top-width:1px;	}



/*
 *
 *
 *			layout 49- RSS - video+text
 *
 *
*/

.layout_49 .video
		{	width:70%;	}
		
.layout_49 .image
		{	display:none	}
		
.layout_49 .text
		{	width:100%;height:100%;	}
		
.layout_49 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_49 .text p
		{	margin:0.2em 0.5em 0.5em 0.5em;	font-size:1.8em;	line-height:1.2em;	

			width:27%;
			position: absolute;
			top:0;
			right: 0;
			bottom: 40px;
			overflow:hidden;
		}

#stage .scene.edit .layout_49 .text .source a.read-entire-post{display:inline;}

/* ------ layout 49 */

.layout_49 .video{	top:0;left:0;bottom:40px}
.layout_49 .image{	display:none}
.layout_49 .text {	bottom:0;right:0;}
.layout_49 .audio{	display:none;}

.chooselayout .layout_49 .image{	border-left-width:1px;	}
.chooselayout .layout_49 .text{	border-top-width:1px;	}


/*
 *
 *
 *			layout 54- RSS - Text
 *
 *
*/

.layout_53 .video
		{	display:none	}
		
.layout_53 .image
		{	display:none	}
		
.layout_53 .text
		{	width:100%;height:100%;	}
		
.layout_53 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_53 .text p
		{	margin:0.2em 0.5em 0.5em 0.5em;	font-size:3.5em;	line-height:1.2em;	
			font-weight: bold;
			position: absolute;
			top:0;
			right: 0;
			bottom: 40px;
			overflow:hidden;
		}

#stage .scene.edit .layout_53 .text .source a.read-entire-post{display:inline;}

/* ------ layout 53 */

.layout_53 .video{	}
.layout_53 .image{	display:none}
.layout_53 .text {	top:0;left:0;}
.layout_53 .audio{	display:none;}

.chooselayout .layout_53 .text{	border-top-width:1px;	}




/*RSS commmon*/

#stage .scene.edit .layout_37 .image .source a,#stage .scene.edit .layout_37 .video .source a,
#stage .scene.edit .layout_41 .image .source a,#stage .scene.edit .layout_41 .video .source a,
#stage .scene.edit .layout_45 .image .source a,#stage .scene.edit .layout_45 .video .source a,
#stage .scene.edit .layout_49 .image .source a,#stage .scene.edit .layout_49 .video .source a
{display:none}

#stage .scene.edit .layout_37 .text .source a,
#stage .scene.edit .layout_41 .text .source a,
#stage .scene.edit .layout_45 .text .source a,
#stage .scene.edit .layout_49 .text .source a,
#stage .scene.edit .layout_53 .text .source a
{right:auto;font-size: 11px;font-weight: bold;color:#625f57;bottom:6px;line-height: 16px}


#stage .scene.edit .text .source a.read-entire-post{
font-size: 11px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #625f57;
	color:white;
	padding:2px 10px;
}


#stage .scene.edit .layout_37 .text .source,
#stage .scene.edit .layout_41 .text .source,
#stage .scene.edit .layout_45 .text .source,
#stage .scene.edit .layout_49 .text .source,
#stage .scene.edit .layout_53 .text .source
{
	background-color:rgba(98,95,87,0.05);
	height:30px;
}

#stage .scene.edit .layout_37 .text .source img,
#stage .scene.edit .layout_41 .text .source img,
#stage .scene.edit .layout_45 .text .source img,
#stage .scene.edit .layout_49 .text .source img,
#stage .scene.edit .layout_53 .text .source img
{width:16px;height:16px}


#stage .scene.edit .layout_41 .text p,#stage .scene.edit .layout_41 .image img
#stage .scene.edit .layout_45 .text p,#stage .scene.edit .layout_45 .image img,
#stage .scene.edit .layout_49 .text p,#stage .scene.edit .layout_49 .image img,
#stage .scene.edit .layout_53 .text p,#stage .scene.edit .layout_53 .image img
{	-webkit-animation: rss-fadein 25s ease-in 0s 1 alternate;
	animation: rss-fadein 25s ease-in 0s 1 alternate;
	-moz-animation: rss-fadein 25s ease-in 0s 1 alternate;
	overflow: hidden;
}

@-webkit-keyframes rss-fadein {
	0% { opacity:0;top:0}
	1% { opacity:0; }
	3% { top:0; }
	5% { opacity:1; }
	95% { opacity:1; }
	100% { opacity:0;top:-240%}
}

@keyframes rss-fadein
{
	0% { opacity:0;top:0}
	1% { opacity:0; }
	3% { top:0; }
	5% { opacity:1; }
	95% { opacity:1; }
	100% { opacity:0;top:-240%}
}

@-moz-keyframes rss-fadein /* Firefox */
{
	0% { opacity:0;top:0}
	1% { opacity:0; }
	3% { top:0; }
	5% { opacity:1; }
	95% { opacity:1; }
	100% { opacity:0;top:-240%}
}


/*
 *
 *
 *			layout 1001-1002-1003-1004
 *
 *
*/
.layout_1001 .video,.layout_1002 .video,.layout_1003 .video,.layout_1004 .video
		{	z-index:2;
			width:50%;height:45%;	}
		
.layout_1001 .image,.layout_1002 .image,.layout_1003 .image,.layout_1004 .image
		{	z-index:1;
			width:100%;height:100%;	}
		
.layout_1001 .text,.layout_1002 .text,.layout_1003 .text,.layout_1004 .text
		{	z-index:3;
			height:19.2%;	
			background-color: rgba(255,255,255,0.7)!important;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
									}
.edit .layout_1001 .text,.edit .layout_1002 .text,.edit .layout_1003 .text,.edit .layout_1004 .text
		{
			-moz-box-shadow: 0 0 18px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.5);
			box-shadow: 0 0 18px rgba(0,0,0,0.5);
									}
.layout_1001 .audio,.layout_1002 .audio,.layout_1003 .audio,.layout_1004 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_1001 .text p,#stage .scene.edit .layout_1002 .text p,#stage .scene.edit .layout_1003 .text p,#stage .scene.edit .layout_1004 .text p
		{	color:black;
			font-weight: bold;
			margin:0.5em;
			font-size:1.4em;
			line-height:1.2em;
			letter-spacing:-0.07em;	}
			
#stage .scene.edit .layout_1001 .image .image_controller,#stage .scene.edit .layout_1002 .image .image_controller,#stage .scene.edit .layout_1003 .image .image_controller,#stage .scene.edit .layout_1004 .image .image_controller{
			margin-top:20px!important;
}

/* ------ layout 1001 */

.layout_1001 .video{	top:5%;right:5%}
.layout_1001 .image{	top:0;left:0;}
.layout_1001 .text {	bottom:5%;left:5%;right:5%}
.layout_1001 .audio{	display:none;}

.chooselayout .layout_1001 .video{	border-width:1px;	}
.chooselayout .layout_1001 .text{		border-width:1px;	}


/* ------ layout 1002 */

.layout_1002 .video{	top:5%;left:5%}
.layout_1002 .image{	top:0;left:0;}
.layout_1002 .text {	bottom:5%;left:5%;right:5%}
.layout_1002 .audio{	display:none;}

.chooselayout .layout_1002 .video{	border-width:1px;	}
.chooselayout .layout_1002 .text{		border-width:1px;	}


/* ------ layout 1003 */

.layout_1003 .video{	bottom:5%;right:5%}
.layout_1003 .image{	top:0;left:0;}
.layout_1003 .text {	top:5%;left:5%;right:5%}
.layout_1003 .audio{	display:none;}

.chooselayout .layout_1003 .video{	border-width:1px;	}
.chooselayout .layout_1003 .text{		border-width:1px;	}


/* ------ layout 1004 */

.layout_1004 .video{	bottom:5%;left:5%}
.layout_1004 .image{	top:0;left:0;}
.layout_1004 .text {	top:5%;left:5%;right:5%}
.layout_1004 .audio{	display:none;}

.chooselayout .layout_1004 .video{	border-width:1px;	}
.chooselayout .layout_1004 .text{		border-width:1px;	}







/*
 *
 *
 *			layout 1005-1006-1007-1008 - BACKSTAGE
 *
 *
*/
.layout_1005 .video,.layout_1006 .video,.layout_1007 .video,.layout_1008 .video
		{	z-index:2;
			width:40%;height:40%;	}
		
.layout_1005 .image,.layout_1006 .image,.layout_1007 .image,.layout_1008 .image
		{	z-index:1;
			width:100%;height:100%;	}
		
.layout_1005 .text,.layout_1006 .text,.layout_1007 .text,.layout_1008 .text
		{	
									}
.layout_1005 .audio,.layout_1006 .audio,.layout_1007 .audio,.layout_1008 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_1005 .text p,#stage .scene.edit .layout_1006 .text p,#stage .scene.edit .layout_1007 .text p,#stage .scene.edit .layout_1008 .text p
		{							}
			
#stage .scene.edit .layout_1005 .image .image_controller,#stage .scene.edit .layout_1006 .image .image_controller,#stage .scene.edit .layout_1007 .image .image_controller,#stage .scene.edit .layout_1008 .image .image_controller{
			margin-top:20px!important;
}

/* ------ layout 1005 */

.layout_1005 .video{	top:5%;left:5%}
.layout_1005 .image{	top:0;left:0;}
.layout_1005 .text {	display:none;}
.layout_1005 .audio{	display:none;}

.chooselayout .layout_1005 .video{	border-width:1px;	}


/* ------ layout 1006 */

.layout_1006 .video{	top:5%;right:5%}
.layout_1006 .image{	top:0;left:0;}
.layout_1006 .text {	display:none;}
.layout_1006 .audio{	display:none;}

.chooselayout .layout_1006 .video{	border-width:1px;	}


/* ------ layout 1007 */

.layout_1007 .video{	bottom:5%;left:5%}
.layout_1007 .image{	top:0;left:0;}
.layout_1007 .text {	display:none;}
.layout_1007 .audio{	display:none;}

.chooselayout .layout_1007 .video{	border-width:1px;	}


/* ------ layout 1008 */

.layout_1008 .video{	bottom:5%;right:5%}
.layout_1008 .image{	top:0;left:0;}
.layout_1008 .text {	display:none;}
.layout_1008 .audio{	display:none;}

.chooselayout .layout_1008 .video{	border-width:1px;	}






/*
 *
 *
 *			layout 1009-1010-10011-1012 - SPONSORED VIDEO
 *
 *
*/
.layout_1009 .video,.layout_1010 .video,.layout_1011 .video,.layout_1012 .video
		{	z-index:2;
			width:50%;height:50%;	
			-moz-box-shadow: 0 0 24px rgba(0,0,0,7);
			-webkit-box-shadow: 0 0 24px rgba(0,0,0,7);
			box-shadow: 0 0 24px rgba(0,0,0,7);
			
			}
#stage.playing .scene.edit .video .wgVideoThumb
{display:none!important}


.layout_1009 .image,.layout_1010 .image,.layout_1011 .image,.layout_1012 .image
		{	z-index:1;
			width:100%;height:100%;	}
		
.layout_1009 .text,.layout_1010 .text,.layout_1011 .text,.layout_1012 .text
		{	
									}
.layout_1009 .audio,.layout_1010 .audio,.layout_1011 .audio,.layout_1012.audio
		{	display:none;			}
		
#stage .scene.edit .layout_1009 .text p,#stage .scene.edit .layout_1010 .text p,#stage .scene.edit .layout_1011 .text p,#stage .scene.edit .layout_1012 .text p
		{							}
			
#stage .scene.edit .layout_1009 .image .image_controller,#stage .scene.edit .layout_1010 .image .image_controller,#stage .scene.edit .layout_1011 .image .image_controller,#stage .scene.edit .layout_1012 .image .image_controller{
			margin-top:20px!important;
}

#stage .scene.edit .layout_1009 .image img.animate.z-in,#stage .scene.edit .layout_1010 .image img.animate.z-in,#stage .scene.edit .layout_1011 .image img.animate.z-in,#stage .scene.edit .layout_1012 .image img.animate.z-in,
#stage .scene.edit .layout_1009 .image img.animate.z-out,#stage .scene.edit .layout_1010 .image img.animate.z-out,#stage .scene.edit .layout_1011 .image img.animate.z-out,#stage .scene.edit .layout_1012 .image img.animate.z-out
{-webkit-animation-name:none;}


#stage .scene.edit .layout_1009 .image .source a,#stage .scene.edit .layout_1009 .video .source a,
#stage .scene.edit .layout_1010 .image .source a,#stage .scene.edit .layout_1010 .video .source a,
#stage .scene.edit .layout_1011 .image .source a,#stage .scene.edit .layout_1011 .video .source a,
#stage .scene.edit .layout_1012 .image .source a,#stage .scene.edit .layout_1012 .video .source a,
#stage .scene.edit .layout_1013 .image .source a,#stage .scene.edit .layout_1013 .video .source a
{display:none}

/* ------ layout 1009 */

.layout_1009 .video{	top:5%;left:5%;
}
.layout_1009 .image{	top:0;left:0;}
.layout_1009 .text {	display:none;}
.layout_1009 .audio{	display:none;}

.chooselayout .layout_1009 .video{	border-width:1px;	}


/* ------ layout 1010 */

.layout_1010 .video{	top:5%;right:5%}
.layout_1010 .image{	top:0;left:0;}
.layout_1010 .text {	display:none;}
.layout_1010 .audio{	display:none;}

.chooselayout .layout_1010 .video{	border-width:1px;	}


/* ------ layout 1011 */

.layout_1011 .video{	bottom:5%;left:5%}
.layout_1011 .image{	top:0;left:0;}
.layout_1011 .text {	display:none;}
.layout_1011 .audio{	display:none;}

.chooselayout .layout_1011 .video{	border-width:1px;	}


/* ------ layout 1012 */

.layout_1012 .video{	bottom:5%;right:5%}
.layout_1012 .image{	top:0;left:0;}
.layout_1012 .text {	display:none;}
.layout_1012 .audio{	display:none;}

.chooselayout .layout_1012 .video{	border-width:1px;	}


/*
 *
 *
 *			layout VIDEO ONLY FOR SPONSORED VIDEO
 *
 *
*/
.layout_1013 .video
		{	width:100%;height:100%;z-index:1	}
		
.layout_1013 .image
		{	width:100%;height:100%;	}
		
.layout_1013 .text
		{	display:none	}
		
.layout_1013 .audio
		{	display:none;			}
		
#stage .scene.edit .layout_17 .text p
		{	margin:0.5em;	font-size:2.0em;	line-height:1.2em;	}

/* ------ layout 17 */

.layout_1013 .video{	}

#stage .scene.edit .layout_1013 .image .source a,#stage .scene.edit .layout_1013 .video .source a,
{display:none}


#widgetPreloadDiv.layout_1009, #widgetPreloadDiv.layout_1010, #widgetPreloadDiv.layout_1011, #widgetPreloadDiv.layout_1012, #widgetPreloadDiv.layout_1013, 
#widgetPreloadDiv.layout_1009 iframe, #widgetPreloadDiv.layout_1010 iframe, #widgetPreloadDiv.layout_1011 iframe, #widgetPreloadDiv.layout_1012 iframe, #widgetPreloadDiv.layout_1013 iframe
{
			
		  	
		  	transition-property: width, height,top, left, right, bottom;
			transition-duration: 0.5s;
			transition-timing-function: ease-in;
			transition-delay: 0;
			/* Firefox 4 */
			-moz-transition-property:width, height,top, left, right, bottom;
			-moz-transition-duration:1s;
			-moz-transition-timing-function:ease-in;
			-moz-transition-delay:0;
			/* Safari and Chrome */
			-webkit-transition-property:width, height,top, left, right, bottom;
			-webkit-transition-duration:0.5s;
			-webkit-transition-timing-function:ease-in;
			-webkit-transition-delay:0;
			/* Opera */
			-o-transition-property:width, height,top, left, right, bottom;
			-o-transition-duration:0.5s;
			-o-transition-timing-function:ease-in;
			-o-transition-delay:0;
}