@media only screen and (min-width: 880px) and (max-width:1200px) {
	
/*-HOLDER 01-----------------------------------------*/
	.holder01{
		width: 100%;
		height: 80px;
		text-align: center;
	}
	
	.backgroundColorHolder01{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
	}
	
	.holder01Bg-Left{
		display: inline-block;
		float: left;
		width: 50%;
		height: 80px;
		background-color: #ffffff;
	}
	
	.holder01Bg-Right{
		display: inline-block;
		float: left;
		width: 50%;
		height: 80px;
		background-color: #09264c;
	}
	
	/*-HOLDER 01 above 880------------------------*/
		
	.contentHolder01{
		display: block;
		width: 880px;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.menuText{
		height: 100%;
	}
	
	.menuText a{
		color: #ffffff;
		font-size: 90%;
	}
	
	.menuText a:visited{
		color: #ffffff;
	}
	
	.content01Logo{
		display: inline-block;
		float: left;
		height: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 10px;
		margin-right: 20px;
	}
	
	.content01Logo img{
		height: 100%;
		/*width = 219.594px */
	}
	
	.content01Border{
		display: inline-block;
		float: left;
		width: 0;
		height: 0;
		border-top: 80px solid transparent;
		border-right: 32px solid #09264c;
	}
	
	.content01Menu{
		display: inline-block;
		float: left;
		width: 623.61px;
		height: 80px;
		background-color: #09264c;
	}
	
	.menuHolder{
		display: inline-block;
		float: right;
		height: 80px;
		line-height: 110px;
		font-weight: 700;
		color: #ffffff;
		margin-right: 10px;
		margin-left:20px;
	}
	
	/*-HOLDER 01 below 880------------------------*/
	.contentHolder01-mobile{
		display: none;
	}
	
	.holder01-mobileMenu{
		display: none;
	}
/*------------------------------------------------*/

	.menuHoverHolder-Triangle{
		display: none;
		top: 70px;
		left: 50%;
		transform: translate(-50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 10px solid #e6e6e6;
		z-index: 99;
		
	}
	
	.menuHolder:hover .menuHoverHolder-Triangle{
		display: block;
	}
	
/*------------------------------------------------*/
	
	.menuHoverHolder-1Col{
		display: none;
		top:80px;
		left: 50%;
		transform: translate(-50%);
		float: left;
		width: 250px;
		padding: 10px;
		background-color: #e6e6e6;
		z-index: 99;
	}
	
	.menuHolder:hover .menuHoverHolder-1Col{
		display: inline-block;
	}
	
	.menuHoverHolder-1Col-Last{
		display: none;
		top:80px;
		right: 0;
		float: left;
		width: 250px;
		padding: 10px;
		background-color: #e6e6e6;
		z-index: 99;
	}
	
	.menuHolder:hover .menuHoverHolder-1Col-Last{
		display: inline-block;
	}
	
	.menuHoverHolder-2Col{
		display: none;
		top:80px;
		left: 50%;
		transform: translate(-50%);
		float: left;
		width: 502px;
		padding: 10px;
		background-color: #e6e6e6;
		z-index: 99;
	}
	
	.menuHolder:hover .menuHoverHolder-2Col{
		display: inline-block;
	}
	
/*------------------------------------------------*/
	
	.menuBlock{
		display: inline-block;
		float: left;
		width: 230px;
	}
	
	.menuBorder-Horizontal{
		width: 230px;
		height: 2px;
		margin-top: 5px;
		margin-bottom: 5px;
		display: block;
		background-color: #000000;
	}
	
	.menuBorder-Vertical-Products{
		width: 0px;
		margin-left: 10px;
		margin-right: 10px;
		height: 250px;
		display: inline-block;
		float: left;
		background-color: #000000;
		border-left: 2px solid #000000;
	}
	
	.menuBorder-Vertical-IndustriesServed{
		width: 0px;
		margin-left: 10px;
		margin-right: 10px;
		height: 225px;
		display: inline-block;
		float: left;
		background-color: #000000;
		border-left: 2px solid #000000;
	}
	
	.menuBorder-Vertical-IndustriesServed:first-of-type{
		width: 0px;
		margin-left: 10px;
		margin-right: 10px;
		height: 225px;
		display: inline-block;
		float: left;
		background-color: #000000;
		border-left: 2px solid red;
	}
	
	
	
/*------------------------------------------------*/
	
	.menuUnit{
		display: block;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left;
	}
	
	.menuUnit a{
		display: block;
		width: 100%;
		height: 100%;
		padding-left: 5px;
		font-size: 90%;
		color: #000000;
	}
	
	.menuUnit a:visited{
		color: #000000;
	}
	
	.menuUnit-Text-Border{
		font-size: 90%;
		font-weight: 400;
		color: #000000;
		border-bottom: 1px solid #cdcdcd;
	}
	
	.menuUnit-Text-Border:hover{
		background-color: #cdcdcd;
	}
	
	.menuUnit-Text-NoBorder{
		font-size: 90%;
		font-weight: 400;
		color: #000000;
		border-bottom: 0px;
	}
	
	.menuUnit-Text-NoBorder:hover{
		background-color: #cdcdcd;
	}
	
	.menuUnit-Title-Link{
		font-size: 90%;
		font-weight: 700;
		color: #000000;
	}
	
	.menuUnit-Title-Link:hover{
		background-color: #cdcdcd;
	}
	
	.menuUnit-Title-NoLink{
		font-size: 90%;
		font-weight: 700;
		color: #000000;
		padding-left: 5px;
	}
	
/*-HOLDER 02-----------------------------------------*/	
	
	.holder02{
		width: 100%;
		height: 30px;
		text-align: center;
	}
	
	.backgroundColorHolder02{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-color: #0d356a;
	}
	
	.contentHolder02{
		display: block;
		width: 880px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content02SiteMap{
		display: inline-block;
		float: left;
		height: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 10px;
	}
	
	.content02SiteMap-mobile{
		display: none;
	}
	
	.siteMapHolder{
		height: 100%;
		color: #ffffff;
		font-size: 80%;
		font-weight: 400;
		line-height: 20px;
	}
	
	.siteMapHolder a{
		color: #ffffff;
		font-size: 100%;
		border-bottom: 1px solid #ffffff;
	}
	
	.siteMapHolder a:visited{
		color: #ffffff;
	}
	
	.content02Menu{
		display: inline-block;
		float: right;
		height: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-right: 10px;
	}
	
	.menuHolder02{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
		height: 100%;
		display: inline-block;
		float: right;
	}
	
	.menuHolder02:hover{
		background-color: #e6e6e6;
	}
	
	.menuImage02{
		display: inline-block;
		float: left;
		height: 100%;
	}
	
	.menuImage02 img{
		height: 100%;
	}
	
	.menuText02{
		display: inline-block;
		float: left;
		color: #ffffff;
		font-size: 80%;
		font-weight: 400;
		line-height: 20px;
		margin-left: 5px;
	}
	
	.menuHolder02:hover .menuText02{
		color: #000000;
	}
	
	.menuTriangle02-Down{
		display: inline-block;
		float: left;
		color: #ffffff;
		width: 0px;
		height: 0px;
		border-left: 3.5px solid transparent;
		border-right: 3.5px solid transparent;
		border-top: 6px solid #ffffff;
		margin-top: 7px;
		margin-bottom: 8px;
		margin-left: 5px;
		margin-right: 0px;
	}
	
	.menuHolder02:hover .menuTriangle02-Down{
		display: none;
	}
	
	
	.menuTriangle02-Up{
		display: none;
		float: left;
		color: #000000;
		width: 0px;
		height: 0px;
		border-left: 3.5px solid transparent;
		border-right: 3.5px solid transparent;
		border-bottom: 6px solid #000000;
		margin-top: 7px;
		margin-bottom: 8px;
		margin-left: 5px;
		margin-right: 0px;
	}
	
	.menuHolder02:hover .menuTriangle02-Up{
		display: block;
	}
	
	/*------------------------------------------------*/
	
	.menuHoverHolder02{
		top:30px;
		right: 0;
		width: 140px;
		background-color: #e6e6e6;
		padding: 5px;
		display: none;
		z-index: 98;
	}
	
	.menuHolder02:hover .menuHoverHolder02{
		display: block;
	}
	
	
	/*------------------------------------------------*/
	
	.menuBlock02{
		display: block;
		float: left;
		width: 130px;
	}
	
	/*------------------------------------------------*/
	
	.menuUnit02{
		display: block;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left;
	}
	
	.menuUnit02 a{
		color: #000000;
	}
	
	.menuUnit02 a:visited{
		color: #000000;
	}
	
	.menuUnit02:hover{
		background-color: #cdcdcd;
	}
	
	
	.menuUnit02 a{
		display: block;
		width: 100%;
		height: 100%;
		padding-left: 5px;
		color: #000000;
	}
	
	.menuUnit02 a:visited{
		color: #000000;
	}
	
	.menuUnit02-Text-Border{
		font-weight: 400;
		color: #000000;
		border-bottom: 1px solid #cdcdcd;
	}
	
	.menuUnit02-TextHolder{
		display: inline-block;
		float: left;
		height: 100%;
		font-size: 80%;
	}
	
	.menuUnit02-ImageHolder{
		margin-right: 5px;
		display: inline-block;
		float: left;
		height: 100%;
	}
	
	.menuUnit02-ImageHolder img{
		height: 100%;
	}
	
/*-HOLDER 03-----------------------------------------*/	
	
	.holder03{
		width: 100%;
		height: 366.66px;
		text-align: center;
		overflow: hidden;
		border: 25px solid white;
	}
	
	.holder03-mobile{
		display: none;
	}

/*---------------------------------------------------*/
	
	.backgroundColorHolder03-index{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-color: #ffffff;
	}
	
	.backgroundColorHolder03-messageFromThePresident{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-contactUs{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-ourHistory{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-visionAndMission{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-ourTeam{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-engineering{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-designAndEngineeringServices{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-testStandServices{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-onsiteVibrationAnalysis{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-machining{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-cncMachining{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-customMachining{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-gearWorks{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-gearGrinding{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-gearHobbing {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-gearShaping{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-fabrication{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-serviceAndRepair{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-gearboxRebuild{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-reverseEngineering{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-emergencyService{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	
	.backgroundColorHolder03-machineryRepair{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-industriesServed{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
	.backgroundColorHolder03-agriculture{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-position: left;
	}
	
/*---------------------------------------------------*/
	
	.contentHolder03{
		display: block;
		width: 880px;
		height: 366.66px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content03Slide img{
		height: 366.66px;
		object-fit: contain;
	}
	
	.content03SlideRedSquare-Engineering{
		width: 50px;
		height: 50px;
		background-color: #e9262a;
		left: 50px;
		bottom: 107.27px;
	}
	
	.content03SlideRedSquare-qualityControl{
		width: 50px;
		height: 50px;
		background-color: #e9262a;
		right: 300px;
		top: 55px;
	}
	
	.content03SlideRedSquare-capabilities{
		width: 50px;
		height: 50px;
		background-color: #e9262a;
		right: 350px;
		bottom: 115.455px;
	}
	
	.content03SlideRedSquare-serviceAndRepair{
		width: 50px;
		height: 50px;
		background-color: #e9262a;
		right: 400px;
		bottom: 110.909px;
	}
	
	.content03SlideText-Engineering{
		width: 500px;
		background-color: rgba(255, 255, 255, 0.5);
		bottom: 25px;
		left: 75px;
		font-size: 150%;
		font-weight: 900;
		text-align: left;
		padding: 10px;
		color: #09264c;
	}
	
	.content03SlideText-capabilities{
		width: 350px;
		background-color: rgba(255, 255, 255, 0.5);
		bottom: 25px;
		right: 25px;
		font-size: 100%;
		font-weight: 900;
		text-align: left;
		padding: 10px;
		color: #09264c;
	}
	
	
	
	.content03SlideText-qualityControl{
		width: 300px;
		background-color: rgba(255, 255, 255, 0.5);
		top:80px;
		right: 25px;
		font-size: 100%;
		font-weight: 700;
		text-align: left;
		padding: 10px;
		color: #09264c;
	}
	
	.content03SlideText-serviceAndRepair{
		width: 400px;
		background-color: rgba(255, 255, 255, 0.5);
		bottom: 25px;
		right: 25px;
		font-size: 120%;
		font-weight: 900;
		text-align: left;
		padding: 10px;
		color: #09264c;
	}
	
	.content03Button{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.button03Button-Left{
		height: 366.66px;
		width: 100px;
		text-align: left;
		display: inline-block;
		float: left;
		padding-left: 10px;
	}
	
	.button03Button-Left-Triangle{
		margin-top: 180px;
		display: inline-block;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 16px solid #e9262a;
	}
	
	.button03Button-Middle{
		height: 366.66px;
		width: 680px;
		text-align: center;
		display: inline-block;
		float: left;
		margin-top: 340px;
	}
	
	.button03Button-MiddleCircle{
		border: solid 1px #bcbcbc;
		border-radius: 50%;
		width: 13px;
		height: 13px;
		display: inline-block;
		margin-right: 2px;
		margin-left: 2px;
	}
	
	.dot{	
		background-color: #e9262a;
	}
	
	
	.button03Button-Right{
		height: 366.66px;
		width: 100px;
		text-align: right;
		display: inline-block;
		float: left;
		padding-right: 10px;
	}
	
	.button03Button-Right-Triangle{
		margin-top: 180px;
		display: inline-block;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 16px solid #e9262a;
	}
	
/*-HOLDER 04-----------------------------------------*/	
	
	.holder04{
		width: 100%;
		text-align: left;
		min-height: calc(100vh - 576.648px);
	}
	
	.backgroundColorHolder04{
		top: 0;
		left: 0;
		width: 100%;
		z-index: -99;
		background-color: #ffffff;
	}
	
	.contentHolder04{
		display: block;
		width: 880px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
		overflow: auto;
	}
	
/*------------------------------------------------*/
	
		.content04Border2{
		width: 100%;
		height: 200px;
	}
	
	
	.content04Border{
		width: 100%;
		height: 30px;
	}
	
	.content04-Center{
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		text-align: left;
		min-height: 205px;
	}
	
	.content04-Title{
		display: block;
		text-align: left;
		font-size: 100%;
		font-weight: 900;
		line-height: 18px;
		color: #0d356a;
	}
	
	.content04-Text{
		display: block;
		text-align: left;
		font-size: 90%;
		font-weight: 400;
		line-height: 18px;
		color: #000000;
	}
	
	.content04-Text ul li{
		font-size: 90%;
		font-weight: 400;
		line-height: 18px;
		color: #000000;
		margin-left: 15px;
	}
	

	.content04Title-Center{
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		text-align: left;
		font-size: 110%;
		font-weight: 900;
		line-height: 20px;
		color: #0d356a;
	}
	
	.content04SubTitle-Center{
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		text-align: left;
		font-size: 100%;
		font-weight: 900;
		line-height: 20px;
		color: #000000;
	}


	.content04Text-Center{
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		text-align: left;
		font-size: 90%;
		font-weight: 400;
		line-height: 18px;
		overflow:auto;
	}
	
			.content04Text-Languages{
		width: 100%;
		padding-left: 20%;
		padding-right: 20%;
		text-align: left;
		font-size: 110%;
		font-weight: 400;
		line-height: 18px;
		overflow:auto;
	}
	
	.content04Text-Center a{
		text-align: left;
		font-size: 100%;
		font-weight: 900;
		line-height: 18px;
		color: #000000;
	}
	
	.content04Text-Center a:visited{
		color: #000000;
	}
	
	.content04Text-Center a:hover{
		color: #e9262a;
	}
	
	.content04Text-Center ul li a{
		text-align: left;
		font-size: 100%;
		font-weight: 400;
		line-height: 18px;
		color: #000000;
	}
	
	.content04Text-Center ul li a:visited{
		color: #000000;
	}
	
	.content04Text-Center ul li a:hover{
		color: #e9262a;
	}
	
	
	
	.content04Text-Center ul li{
		font-size: 90%;
		font-weight: 400;
		line-height: 18px;
		color: #000000;
		margin-left: 15px;
	}
	
	.content04Button-Message{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		background-color: #e9262a;
		color: #ffffff;
		border-radius: 25px;
		height: 30px;
		font-size: 90%;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
	}
	
	.content04Index-Image{
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		text-align: center;
	}
	
	.content04Index-ImageUnit{
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		object-fit: contain;
		line-height: 70px;
	}
	
	.content04Index-ImageUnit img{
		max-height: 100%;
		max-width: 100px;
		vertical-align: middle;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.content04ContactUs-Image{
		display: inline-block;
		float: left;
		height: 40px;
		margin-right: 15px;
	}
	
	.content04OurHistory-ImageHolder{
		height: 350px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
	}
	
	.content04OurHistory-Image{
		display: inline-block;
		height: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.content04OurHistory-Image img{
		height: 100%;
	}
	
	.content04VisionAndMission-Image{
		display: inline-block;
		float: left;
		width: 197.6px;
		height: 197.6px;
		margin-right: 15px;
	}
	
	.content04VisionAndMission-Image img{
		width: 100%;
		height: 100%;
	}
	
	.content04VisionAndMission-Text{
		display: inline-block;
		float: left;
		width: 491.4px;
		font-size: 100%;
	}
	
	.content04PhotoButton{
		display: inline-block;
		float: left;
		width: 190px;
		height: 210px;
		margin-left: 22px;
		margin-right: 22px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	.content04PhotoButton-text{
		display: block;
		width: 170px;
		height: 20px;
	}
	
	.content04PhotoButton-text a{
		font-size: 80%;
		color: #000000;
	}
	
	.content04PhotoButton-photo{
		display: block;
		width: 190px;
		height: 190px;
		overflow: hidden;
	}
	
	.content04PhotoButton-photo a img{
		width: 100%;
		transform: scale(1.03);
	}
	
	.content04Multimedia{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 720px;
		height: 405px;
	}
	
	.content04EmergencyService{
		display: inline-block;
		width: 33.33%;
		overflow: auto;
		float: left;
	}
	
	.content04EmergencyService-Border-above880{
		display: block;
		width: 100%;
		height: 1px;
		overflow: auto;
	}
	
	.content04EmergencyService-Border-below880{
		display: none;
	}
	
	.content04EmergencyService-Image{
		display: block;
		width: 100%;
		overflow: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	.content04EmergencyService-Image img{
		width: 100%;
		object-fit: contain;
	}
	
	.content04EmergencyService-Text{
		display: block;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		font-size: 80%;
		font-weight: 400;
	}
	
/*-HOLDER 05-----------------------------------------*/	
	
	.holder05{
		width: 100%;
		height: 100px;
		text-align: center;
	}

	.backgroundColorHolder05{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -99;
		background-color: #0d356a;
	}
	
	.contentHolder05{
		display: block;
		width: 880px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content05Text{
		text-align: left;
		padding-left: 10px;
		font-size: 80%;
		line-height: 100px;
		display: inline-block;
		float: left;
		width: 500px;
		height: 20%;
		color: #ffffff;
	}
	
	.content05Image{
		display: inline-block;
		float: right;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 30px;
		height: 100%;
	}
	
	.content05Image img{
		height: 100%;
		object-fit: contain;
	}

	.column {
  float: left;
  width: 33.33%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
}