/*******************************************************
 *
 * General
 *
 *******************************************************/
 
 .lmp-banner {
	position: relative;
}

.lmp-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.lmp-banner canvas {
    width: 100%;
    height: auto;
    min-height: 500px;
}

.lmp-banner-img {
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.lmp-banner-info {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%);
	padding: 30px;
	background: rgba(255,255,255,0.87);
	max-width: 455px;
	width: 100%;
}

#content .lmp-banner-info h2 {
	text-transform: uppercase;
	line-height: 45px;
	font-size: 45px;
	text-align: center;
	margin-bottom: 20px;
}

.lmp-banner-info a {
	font-size: 15px;
	line-height: 20px;
	max-width: 245px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: center;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0;
	font-weight: 500;
}

.lmp-items-wrap {
	display: flex;
	text-align: center;
	justify-content: space-evenly;
}

.lmp-item {
	width: 20%;
	margin: 5px;
	border: 1px solid;
	padding: 20px;
}



.lmp-item span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.dms-items {
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.dms-item {
	width: calc(100% / 3 - 10px);
	display: inline-block;
	box-sizing: border-box;
	background: #f6f6f6;
	padding: 30px 20px;
}

.dms-item img {
	display: block;
	margin: 0 auto 25px;
}

.dms-item:nth-child(2) {
	margin: 0 40px;
}

.dms-item strong {
	text-transform: uppercase;
}

.dms-item span {
	font-weight: 100;
	font-size: 16px;
	margin-top: 10px;
	display: block;
}

.mtm-item {
	display: flex;
	max-width: 435px;
	border: 1px solid;
	align-items: center;
	padding: 10px 20px;
	margin: 0 0 20px 90px;
}

.mtm-item span {
	margin-left: 10px;
	font-size: 16px;
}

.scu-smi {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.lmp-content > div {
	padding-bottom: 50px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 50px;
}

#content .lmp-content > h2, #content .lmp-content > div h2 {
	text-transform: uppercase;
	font-size: 45px;
	margin-bottom: 0;
	line-height: 45px;
}

#content .lmp-content > div li {
	font-size: 15px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
   
}

@media only screen and (max-width: 991px) {
	.lmp-items-wrap {
		display: block;		
	}
	
   .lmp-item {
		width: calc(50% - 20px);
		margin: 5px;
		border: 1px solid;
		padding: 20px;
		display: inline-block;
	}
	
	.dms-items {
		display: block;
		text-align: center;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	
	.dms-item {
		width: 100%;
		display: block;
		box-sizing: border-box;
		background: #f6f6f6;
		padding: 30px 20px;
		margin: 0 auto;
	}
	
	.dms-item:nth-child(2) {
		margin: 0 auto 20px;
	}
	
	.wlp-wrap img {
		width: 100%;
		height: auto;
	}
	
	.scu-smi {
		display: block;	
		text-align: center;
	}
	
	.scu-smi img {
		display: inline-block;
		vertical-align: middle;
		margin: 10px;
	}
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 480px) {
    
}
