.showbiz-container				{	max-width:1210px; min-width:300px; overflow:hidden;
									padding:0px 20px;margin:0px auto 50px;
									box-sizing:border-box;
									-moz-box-sizing:border-box;
									-webkit-box-sizing:border-box;
								}

.showbiz-container.darkbg		{
	padding: 10px;
	max-width: 1170px;
	background-image: -webkit-linear-gradient(270deg,rgba(198,197,197,0.30) 0%,rgba(120,119,119,0.30) 100%);
	background-image: linear-gradient(180deg,rgba(198,197,197,0.30) 0%,rgba(120,119,119,0.30) 100%);
	border-radius: 10px;
								}

.showbiz-container.whitebg		{
	padding: 20px;
	padding-top: 0px;
	max-width: 1170px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	overflow: visible;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(229,229,229,0.50) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(229,229,229,0.50) 100%);
	border-radius: 10px;
								}


.showbiz-container.retrodarkbg	{
	padding: 20px;
	padding-top: 0px;
	border: 1px solid #1e1e1e;
	max-width: 1170px;
	overflow: visible;
	background-image: -webkit-linear-gradient(270deg,rgba(63,63,63,0.79) 0%,rgba(0,0,0,0.81) 100%);
	background-image: linear-gradient(180deg,rgba(63,63,63,0.79) 0%,rgba(0,0,0,0.81) 100%);
	border-radius: 10px;
								}

.showbiz-container.fullwidth			{	max-width:100%;}
.showbiz-container.fullwidth.nopaddings	{	padding:0px;}
.sameheight								{	height:400px;}







/***** SOME STYLE FOR PREVIEW, CAN BE REMOVED !! ******/


.showbiz-container	{	z-index:10; position: relative;}
.showbiz-container a:hover	{ text-decoration:none; }
.divide5			{	width:100%;height:5px;}
.divide10			{	width:100%;height:10px;}
.divide15			{	width:100%;height:15px;}
.divide20			{	width:100%;height:20px;}
.divide30			{	width:100%;height:30px;}

.halfcontainer		{	width:50%; float:left; box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; }
.leftfloat			{	float:left}
.clear				{	clear:both}
.rm10				{	margin-right:10px;}


p.small				{	font-family: 'Open Sans', sans-serif; font-size:12px; color:#777; line-height:25px; text-align: left}

p.small a,
p.small a:visited,
p.small a:hover		{	color:#000; text-decoration:none; font-size:13px; font-weight:700;}


/* THE DEMO */

.style-title		{	font-size:30px; font-weight: 800; font-family: 'Open Sans', sans-serif; color:#555; line-height:30px;text-align: center; position: relative; z-index:5;}
.style-title p		{	font-size:14px;}

@media only screen and  (max-width: 620px) {
		.halfcontainer	{	float:none; width:100%}
}
