/*<meta />*/

.HomePage .main-section .row.outer-row .content
{
	width: 80%;
	left: 0;
	float: none;
	margin: 0 auto;
}

.HomePage .main-section .row.outer-row .content
{
	border: none;
	background-color: transparent;
}

.HomePage .MCBreadcrumbsBox_0,
.button-group-container-left
{
	display: none;
}

.HomePage .main-section h1
{
	color: #333;
	text-align: center;
}

.HomePage table.tblFilm
{
	border-collapse: separate;
	border-spacing: 20px 0;
	padding: 0;
}

.HomePage .tblFilm td
{
	width: 33%;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 15px;
	text-align: left;
}

.HomePage .tblFilm td img
{
	margin: 0 auto;
}

.HomePage .tblFilm td h3
{
	color: #333;
	text-align: center;
}

.HomePage .tblFilm td div
{
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0;
}

.HomePage #contentBody .search .search-field
{
	border-width: 1px;
	border-style: solid;
	border-color: #73b31b;
	box-shadow: 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05) inset;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05) inset;
	border-radius: 2px;
	height: 48px;
	padding-right: 55px;
	font-size: 15px;
	line-height: 28px;
}

.HomePage .sideContent
{
	display: none;
}

.HomePage #contentBody .search .search-submit
{
	background: #569400;
	background: url('data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjod?eiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+');
	background: -webkit-linear-gradient(top, #569400 0, #477a00 100%);
	background: linear-gradient(to bottom, #569400 0, #477a00 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#569400', endColorstr='#477a00', GradientType=0);
	border-width: 1px;
	border-style: solid;
	border-color: #4f8800 #487b00 #336b00;
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	height: 48px;
	width: 48px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	border-radius: 0 2px 2px 0;
}

.HomePage #contentBody .search .search-submit:before
{
	background: url('../images/css/global-css-search-large.svg') no-repeat center center transparent;
	width: 20px;
	height: 20px;
	left: 13px;
	top: 13px;
	content: '';
	position: absolute;
}

.HomePage table.tblFilm td > div:first-child
{
	text-align: center;
}

.HomePage table.tblFilm td:nth-child(4)
{
	display: none;
}

span.SearchHighlight1
{
	
}

/**/

@media only screen and (min-width: 1024px) and (max-width: 1400px)
{
	
}

/*@media only screen and (min-width: 1024px) and (max-width: 1220px) {*/

@media only screen and (max-width: 1220px)
{
	
}

@media only screen and (max-width: 1024px)
{
	.HomePage .main-section .row.outer-row .content
	{
		left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 767px)
{
	.HomePage .main-section .row.outer-row .content
	{
		padding: 0;
	}

	.HomePage table.tblFilm
	{
		width: 100%;
		border-spacing: 0 20px;
	}

	.HomePage table.tblFilm td
	{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}

