.contentpage.category #header .ce_image:before
{
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    background-image: url(../elements/header-category-overlay.png);
    background-size: contain;
    background-position: bottom center;
}

.contentpage.category #main .ce_text.c50
{
	padding-right:50%;
	padding-bottom:42px;
	border-bottom:2px dotted;
	border-color:#118ba3;
}

.contentpage.content #header .ce_image:before
{
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    background-image: url(../elements/header-content-overlay.png);
    background-size: contain;
    background-position: bottom center;
}

.contentpage.category #header .ce_image .caption
{
    position: absolute;
    bottom: 44px;
	color:#fff;
	font-size:40px;
	font-family:"IntroRustL-Base", sans-serif;
	display: block;
    margin: auto;
    max-width: 1520px;	
}

.contentpage.category #header .ce_image .overlay-full-width,
.contentpage.content #header .ce_image .overlay-full-width
{
	display: block;
    margin: auto;
    max-width: 1520px;	
	position:relative
}

.contentpage.content #header .ce_image .caption
{
    position: absolute;
    bottom: 44px;
	color:#c80b0e;
	font-size:40px;
	font-family:"IntroRustL-Base", sans-serif;
}

.ce_image.fullscale
{
	margin-top:150px;
}
.ce_image .overlay-with-margin
{
	position:absolute;
	z-index:999;
	overflow:visible;
	
}

.ce_image .overlay-with-margin img
{
	margin-top:-280px;
}


.mod_randomImage 
{
	margin-top: -119px;
    height: 500px;
}

.mod_randomImage .image_container
{
	position: absolute;
    z-index: 0;
}


.ce_text h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #303c4a;
    margin-bottom: 18px;
    margin-top: 12px;
}