.fullwidth-container {
    height: auto;
    background: url('../img/homeinvert.jpg') repeat !important;
    opacity: 1;
    background-size: cover;
    position: relative;
}

.fullwidth-container .metas-container p {
    margin-right: 25px;
}

.fullwidth-container .metas-container p.metas-sep {
    display: none;
}

.fullwidth-container .metas-container p,
.fullwidth-container .metas-container a,
.fullwidth-container .metas-container p i {
    font-weight: 400;
    font-size: 16px;
}

.fullwidth-container .metas-container a:hover {
    opacity: 1;
}

.fullwidth-container .center .metas-container {
    margin: 30px auto 0px;
    width: auto;
}

.fullwidth-container .pagetitle_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

.pagetitle_overlay {
    background-color: rgba(252,252,252,0.85) !important;
}


/* Present Container */
.present-container {
    padding: 95px 25px 25px 25px;
	position: relative;
	opacity: 1;
}

.present-container .pageTitle {
    text-align: center;
}

.present-container h2.page_title, .present-container h1.page_title {
    color: #010101;
    font-size: 70px;
    font-family: 'Inter', 'Arial', 'sans-serif';
    font-weight: 700;
    line-height: 1.085;
    text-transform: none;
    margin-top: 20px;
}

.laszlo-apply-tcolor, .laszlo-apply-tcolor a {
	font-family: 'Inter', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 18px;
    color: #666;
    letter-spacing: 0.5px;
    margin: 40px 0px 0px 0px;
}
.laszlo-apply-tcolor a {
	text-decoration:underline;
}

.page_content.left {
    padding-right: 50px;
    margin: 70px 0;
    padding-left: 0;
    float: left;
}

.page_content.right {
	border: none;
    z-index: 99;
    padding: 0;
    margin: 70px 0;
    float: left;
}

/* Responsive Styles */
@media only screen and (max-width: 1366px) {
    .present-container {
        padding: 70px 20px 30px 20px !important;
    }

    .present-container h2.page_title {
        font-size: 36px !important;
        letter-spacing: -0.03em !important;
        text-indent: 0px !important;
        margin-top: 50px !important;
    }
}


@media only screen and (max-width: 991px) {
	.present-container {
        padding: 50px 20px 20px 20px!important;
    }
	.page_content.left {
		padding-right: 0px;
		margin: 50px 0;
	}
	.page_content.right {
		margin: 0;
	}
	.present-container h1.page_title {
		font-size: 48px;
		line-height: 1;
		margin-top: 20px;
	}
	.laszlo-apply-tcolor, .laszlo-apply-tcolor a {
		font-family: 'Inter', 'Arial', 'sans-serif';
		font-weight: 400;
		font-size: 18px;
		color: #666;
		letter-spacing: 0.5px;
		margin: 20px 0px 0px 0px;
	}
}






@media only screen and (max-width: 768px) {
    .present-container {
        padding: 55px 20px 15px 20px !important;
    }
	.present-container h1.page_title {
        font-size: 34px;
        margin-top: 15px;
    }
	.laszlo-apply-tcolor, .laszlo-apply-tcolor a {
        font-size: 16px;
        margin: 15px 0px 0px 0px;
    }
	.page_content.left {
        margin: 30px 0;
    }
}


