.blog .mainContent, .archive .mainContent {
    width: calc(100% - 280px);
}

.mm-page.mm-slideout {
    left: 0;
		top: 0;
}

.mainMenu>ul>li>ul>li>ul{
	background: rgba(250,127,29,0.9);
}

.blog .mainContent .centerDiv, .archive .mainContent .centerDiv {
    background-color: transparent;
}

.blog .mainContent .innerWrapper, .archive .mainContent .innerWrapper {
    padding: 130px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-block {
    width: calc(50% - (25px / 2));
    padding: 25px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 25px;
}

.blog-block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 0;
}

.blog-block * {
    z-index: 1;
    position: relative;
}

.blog-block[style*="background-image"]:after {
    background-color: rgba(0,0,0,0.5);
}

.title-block {
    padding: 25px;
    background-color: rgba(0,0,0,0.75);
    margin-bottom: 25px;
    width: 100%;
}

.title-block :last-child {
    margin: 0;
}

.blog-block .button {
    float: right;
    margin-top: 25px;
    margin-bottom: 0;
    margin-right: 0;
}

.blog-block h2 a {
    color: #FA7F1D;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .blog .mainContent, .archive .mainContent {
        width: 100%;
    }

    .blog-block {
        width: 100%;
    }

    .blog .mainContent .innerWrapper, .archive .mainContent .innerWrapper {
        padding: 30px 0;
    }
}

div.pageImage > img {
	height: 100%;
	width: 100%;  
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}