/*TRIAL STYLES*/
DIV.trial-sticky-header
{
	position: fixed;
	z-index: 9999;
	top: 0;
	background: #CC0000;
	font-family: Oswald;
	color: #FFF;
	font-size: 250%;
	text-align: center;
	padding: 25px;
	margin: 0 auto;
	display: block;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #FFFFFF;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4588d1+0,3664a0+50,2b3e6b+100 */
	background: #4588D1;
	/* Old browsers */
	background: -moz-linear-gradient(top, #4588D1 0%, #3664A0 50%, #2B3E6B 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4588D1 0%, #3664A0 50%, #2B3E6B 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4588D1 0%, #3664A0 50%, #2B3E6B 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4588d1', endColorstr='#2b3e6b',GradientType=0 );
	/* IE6-9 */
	font-weight: bold;
	text-transform: uppercase;
}
.trial-sticky-header A.btn.btn-primary
{
	font-size: 50%;
	background-color: #56A328;
	border: 1px solid #5AC427;
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	font-family: arial;
	font-weight: bold;
}
.trial-sticky-header A.btn.btn-primary:hover
{
	font-size: 60%;
	background-color: #FFFFFF;
	border: 1px solid #2C3F6C;
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
	color: #000000;
}
BODY#trial-page
{
	/*background: #000000 !important;*/
}
/*BODY#trial-page DIV.container.overall
{
	(*background-color: #000000;*)
	(*color: #FFFFFF;*)
	(*box-shadow: 0px 0px transparent;*)
}*/
/*BODY#trial-page .row.footer-top
{
	background-color: transparent;
}*/
/*BODY#trial-page .row.footer-bot
{
	background-color: transparent;
	border-top: 1px solid #2A2A2A;
}*/
/*BODY#trial-page UL.pagination LI A
{
	background-color: #282828;
	color: #FFFFFF;
	border: 1px solid #464646;
}*/
/*BODY#trial-page UL.pagination LI A:hover
{
	background-color: #C4161C;
	color: #FFFFFF;
	border: 1px solid #464646;
}*/
DIV.content-icon
{
	position: absolute;
	font-size: 2em;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
	text-align: right;
	top: 20px;
	right: 20px;
	padding: 10px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
DIV.content-icon.iconbox-glyphicon-th
{
	background-color: rgba(30, 147, 245, 0.5);
}
DIV.content-icon.iconbox-glyphicon-pencil
{
	background-color: rgba(110, 245, 30, 0.5);
}
DIV.content-icon.iconbox-glyphicon-film
{
	background-color: rgba(245, 30, 30, 0.5);
}
#trial-page .stack-meta
{
	z-index: 1;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0 15px 0px;
	color: #FFF;
	font-family: "Oswald", Arial, sans-serif;
	text-shadow: 1px 1px 0px #111;
	margin-top: -31px !important;
}
DIV.trial-header
{
	padding: 40px 0px 0px 6px;
	max-width: 60%;
	text-align: center;
	margin: 0px auto;
}
BODY#trial-page .stack-meta .md-title
{
	margin-top: -30px !important;
	position: relative;
	padding-bottom: 10px;
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.trial-post DIV DIV.static A.shine
{
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
}
.trial-post DIV DIV.static A.shine:hover
{
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000000;
}
.col-lg-4
{
	width: 33.3333333%;
}
/*.sidebar
{
	display: ;
}*/
