.site-hero
{
	min-height: 215px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.site-hero *,.site-hero a:hover,.site-hero a:active,.site-hero a:focus
{
	color: #fff;
}
.site-hero.yt-loading .hero-brick
{
	visibility: hidden;
}
.site-hero .site-hero-inner
{
	margin: -15px;
	overflow: hidden;
	position: relative;
}
.site-hero .site-hero-inner:before,.site-hero .site-hero-inner:after
{
	content: " ";
	display: table;
}
.site-hero .site-hero-inner:after
{
	clear: both;
}
.site-hero .hero-brick
{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.site-hero .hero-brick img
{
	max-width: 100%;
	min-width: 100%;
	width: auto;
}
.site-hero .hero-brick .entry-header
{
	margin-bottom: 0;
	z-index: 2;
}
.site-hero .hero-brick .entry-header
{
	bottom: 0;
	left: 0;
	padding: 30px;
	position: absolute;
	right: 0;
}
.site-hero .hero-brick .entry-category
{
	margin-left: -30px;
}
.site-hero .hero-brick .entry-meta
{
	margin-top: 15px;
}
.site-hero .hero-brick .entry-title
{
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	max-height: 2.5em;
	overflow: hidden;
	text-shadow: 0 0 10px rgba(0,0,0,.2);
}
.site-hero .hero-brick .entry-title a
{
	display: block;
}
.site-hero .hero-brick .entry-content
{
	display: none;
	margin: 0;
}
.site-hero .hero-brick .entry-thumbnail
{
	display: none;
}
.site-hero .hero-brick.hero-brick-large .entry-header h2
{
	font-size: 36px;
	margin-bottom: 5px;
	max-height: none!important;
	webkit-mask-image: none;
}
.site-hero .hero-brick:hover .hero-brick-bg:before
{
	filter: alpha(opacity=10);
	opacity: .1;
}
.site-hero .hero-brick:hover .entry-header h2
{
	webkit-mask-image: none;
}
.site-hero .hero-brick-inner
{
	height: 0;
	overflow: hidden;
	padding-bottom: 70%;
	position: relative;
}
.site-hero .hero-brick-content
{
	bottom: 0;
	left: 0;
	margin: 15px;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-hero .hero-brick-bg .thumb-w
{
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	padding-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.site-hero .hero-brick-urlo
{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.site-hero .hero-brick-bg
{
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.site-hero .hero-brick-bg:before
{
	background-image: linear-gradient(45deg,#000 0,rgba(0,0,0,0)100%);
	background-repeat: repeat-x;
	bottom: 0;
	box-shadow: inset 0 0 20px rgba(0,0,0,.1);
	content: '';
	display: block;
	filter: alpha(opacity=45);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
	left: 0;
	moz-box-shadow: inset 0 0 20px rgba(0,0,0,.1);
	moz-transition: all .2s linear;
	opacity: .45;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s linear;
	webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.1);
	webkit-transition: all .2s linear;
	z-index: 1;
}
.site-hero.brick-align-center
{
	text-align: center;
}
.site-hero.brick-align-center .hero-brick .entry-category
{
	margin-left: auto;
	margin-right: auto;
}
.site-hero.brick-align-right
{
	text-align: right;
}
.site-hero.brick-align-right .hero-brick .entry-category
{
	margin-left: auto;
	margin-right: -30px;
}
.site-hero.gap-medium .site-hero-inner
{
	margin: -8px;
}
.site-hero.gap-medium .hero-brick-content
{
	margin: 8px;
}
.site-hero.gap-small .site-hero-inner
{
	margin: -4px;
}
.site-hero.gap-small .hero-brick-content
{
	margin: 4px;
}
.site-hero.gap-none .site-hero-inner
{
	margin: 0;
}
.site-hero.gap-none .hero-brick-content
{
	margin: 0;
}
.site-hero.style-color-gradient .hero-brick .cat-tag
{
	background-color: #333!important;
	background-color: rgba(0,0,0,.5)!important;
}
.site-hero.style-color-gradient .hero-brick .hero-brick-bg:before
{
	filter: alpha(opacity=10000);
	opacity: 100;
}
.site-hero.style-color-gradient .hero-brick:hover .hero-brick-bg:before
{
	filter: alpha(opacity=80);
	opacity: .8;
}
.site-hero.style-mixed-color-gradient .hero-brick .hero-brick-bg:before
{
	filter: alpha(opacity=80);
	opacity: .8;
}
.site-hero.style-mixed-color-gradient .hero-brick:hover .hero-brick-bg:before
{
	filter: alpha(opacity=90);
	opacity: .9;
}

@media (max-width:479px)
{	
	.site-hero .hero-brick.hero-brick-large .entry-header h2,.site-hero .hero-brick .entry-header h2
	{	font-size: 24px!important;
		max-height: 3.7em!important;
		webkit-mask-image: none;
	}
}
@media (max-width:639px) and (min-width:480px)
{	.site-hero .hero-brick .entry-header
	{	margin-bottom: 15px;
	}
	.site-hero .hero-brick .entry-header h2
	{	font-size: 24px!important;
	}
	.site-hero .hero-brick .entry-meta
	{	bottom: 10px;
	}
}
@media (max-width:767px) and (min-width:640px)
{	.site-hero .hero-brick .entry-header
	{	margin-bottom: 15px;
	}
	.site-hero .hero-brick .entry-header h2
	{	font-size: 48px!important;
		right: 30px;
		webkit-mask-image: none;
	}
}
@media (max-width:991px) and (min-width:768px)
{	.site-hero .hero-brick .entry-header h2
	{	font-size: 24px;
	}
	.site-hero .hero-brick.last-child
	{	display: none;
	}
}

@media (max-width:1170px)
{	html .site-hero .hero-brick .hero-brick-bg:before
	{	background: #000;
		opacity: .3!important;
		transition: none!important;
		webkit-transition: none!important;
	}
}
@media (max-width:1199px) and (min-width:992px)
{	.boxed-layout #page,.boxed-layout .site-banner
	{	margin: 0 auto;
		width: 1000px;
	}
	.site-hero .hero-brick .entry-header
	{	padding-bottom: 15px;
	}
	.site-hero .hero-brick .entry-header h2
	{	font-size: 18px;
	}
	.site-hero .hero-brick.hero-brick-large .entry-header h2
	{	font-size: 36px;
		line-height: 1.25;
		margin-bottom: 5px;
	}
	.site-hero .hero-brick .posted-on,.site-hero .hero-brick .entry-category
	{	display: none;
	}
}

@media (min-width:992px)
{	.hero-brick-bg .thumb-w
	{	moz-transition: -moz-transform 10s ease,opacity .4s;
		transition: opacity .4s,-webkit-transform 10s ease;
		transition: transform 10s ease,opacity .4s,-webkit-transform 10s ease;
		transition: transform 10s ease,opacity .4s;
		webkit-transition: opacity .4s,-webkit-transform 10s ease;
		webkit-transition: -webkit-transform 10s ease,opacity .4s;
	}
	.hero-brick:hover .hero-brick-bg .thumb-w
	{	moz-transform: scale(1.2);
		ms-transform: scale(1.2);
		transform: scale(1.2);
		webkit-transform: scale(1.2);
	}
	.site-hero.symmetry_brick .hero-brick:nth-child(4)
	{	clear: left;
	}
	.site-hero.symmetry_brick .hero-brick:nth-child(6)
	{	bottom: 0;
		position: absolute;
		right: 0;
	}
	.site-hero.two_one_two .hero-brick:nth-child(5)
	{	bottom: 0;
		left: 0;
		position: absolute;
	}
}
@media (min-width:1200px)
{	
	.site-hero .hero-brick .entry-header h2
	{	font-size: 18px;
	}
	.site-hero .hero-brick.hero-brick-large .entry-header h2
	{	font-size: 36px;
	}
}

@media (max-width:320px)
{	#site-hero .hero-brick .entry-header h2
	{	font-size: 16px!important;
	}
}