@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1441px) {
	#Banner{
		width: 100%;
		padding-top: 250px;
		padding-bottom: 150px;
	}
	#BannerForm{
		max-width: 1600px;
		height: 680px;
		background: url("/Assets/Web/Images/About/BannerBg.jpg") no-repeat;
		margin: 0 auto;
	}
	#AboutUsBox{
		width: 375px;
		height: 230px;
		background: #69a3aa;
		position: absolute;
		bottom: 50px;
		margin-left: 80px;
		padding: 68px 56px;
		box-sizing: border-box;
		
	}
	#AboutUs{
		width: 100%;
		height: 88px;
		border-left: 6px solid #92d1d5;
		padding-left: 40px;
		font-size: 32px;
		font-weight: 700;
		letter-spacing: 7px;
		color: #FFF;		
	}
	#AboutUsText1{
		width: 100%;
		height: 45px;
		line-height: 30px;
	}
	.AboutBtn{
		width: 200px;
		height: 66px;
		line-height: 66px;
		background: #FFF;
		color: #646464;
		position: absolute;
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 5px;
	}
	#BtnOverview{		
		bottom: 50px;
		margin-left: 520px;		
		cursor: pointer;
	}
	#BtnValues{
		bottom: 50px;
		margin-left: 750px;
		cursor: pointer;
	}
	#BtnMilestones{
		bottom: 50px;
		margin-left: 980px;
		cursor: pointer;
	}
	#Overview{
		width: 100%;
		height: 300px;
	}
	#OverViewForm{
		max-width: 1600px;
		padding-left: 140px;
		padding-right: 140px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#OverviewLeft{
		width: 274px;
		height: 150px;
		float: left;
		border-right: 1px solid #a5a5a5;
	}
	#OverviewText1{
		width: 100%;
		height: 60px;
		font-size: 36px;
		font-weight: 900;
		color: #69a3aa;
		letter-spacing: 5px;
	}
	#OverviewText2{
		width: 100%;
		font-size: 32px;
		font-weight: 500;
		color: #a5a5a5;
		letter-spacing: 4px;
		
	}
	#OverviewRight{
		width: calc(100% - 290px);
		line-height: 36px;
		height: 150px;
		float: left;
		font-weight: 700;
		font-size: 18px;
		padding-left: 110px;
		padding-right: 0px;
		box-sizing: border-box;
	}
	#Values{
		width: 100%;
		height: 650px;
		background: #c8a97d;
		padding-top: 150px;
		padding-bottom: 150px;
	}
	#ValuesForm{
		max-width: 1380px;
		margin: 0 auto;	
	}
	#ValuesTitle{
		width: 1310px;
		height: 120px;
		border-bottom: 1px solid #FFF;
		margin: 0 auto;
		text-align: center;
		color: #FFF;
		font-size: 36px;
		font-weight: 900;
		letter-spacing: 3px;
	}
	.ValuesItem{
		width: 320px;
		height: 550px;
		float: left;
		margin: 10px;
		padding-top: 50px;
		
	}
	.ValuesImg{
		width: 100%;
		text-align: center;
	}
	.ValuesName{
		width: 100%;
		height: 80px;
		line-height: 80px;
		text-align: center;
		color: #FFF;
		font-size: 26px;
		font-weight: 700;
		padding-top: 5px;
		letter-spacing: 3px;
	}
	.ValuesLine{
		width: 100px;
		height: 10px;
		border-bottom: 1px solid #FFF;
		margin: 0 auto;
	}
	.ValueText{
		width: 100%;
		line-height: 30px;
		padding-top: 50px;
		padding-left: 15px;
		padding-right: 15px;
		color: #FFF;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 3px;
		box-sizing: border-box;
	}
	#Milestones{
		width: 100%;
		padding-top: 200px;
	}
	#Milestones:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}
	#MilestionesLeft{
		width: 300px;
		float: left;
	}
	#MilestionsTitle{
		width: 100%;
		height: 100px;
	}
	#MLeftNameT{
		width: 100%;
		height: 50px;
		color: #646464;
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}
	#MLeftNameE{
		width: 100%;
		height: 50px;
		color: #a5a5a5;
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}
	#MilestionesRight{
		min-height: 600px;
		float: left;
	}
	#MilestionesRight:after{
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both; 
	}
	#Milist1{
		width: 100%;
		height:600px;
	}
	#Milist1Img{
		width: 565px;
		height: 430px;
		float: left;
		margin-right: 50px;
	}
	#Mil1Info{
		width: 375px;
		float: left;
	}
	#Mil1Year{
		width: 100%;
		height: 50px;
		color: #69a3aa;
		font-size: 60px;
		font-weight: 300;
		font-style: italic;
		margin-bottom: 50px;	
		margin-top: 30px;
	}
	#Mil1Title{
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: #a1734a;
		color: #FFF;
		padding-left: 20px;
		box-sizing: border-box;
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	#Mil1Text{
		width: 100%;
		font-size: 18px;
		line-height: 40px;
		font-weight: 600;
		letter-spacing: 1.5px;
		margin-bottom: 30px;
	}
	#Mil1Line{
		width: 1px;
		height: 177px;
		border-left: 1px solid #a5a5a5;
		margin: 0 auto;
	}
	#Milist2{
		width: 100%;
		height:680px;
	}
	#Mil2Info{
		width: 315px;
		float: left;
	}
	#Mil2Year{
		width: 100%;
		height: 50px;
		color: #69a3aa;
		font-size: 60px;
		font-weight: 300;
		font-style: italic;
		margin-bottom: 50px;	
		margin-top: 30px;
	}
	#Mil2Title{
		width: 100%;
		height: 98px;
		line-height: 30px;
		background: #a1734a;
		color: #FFF;
		padding-left: 20px;
		padding-top: 20px;
		box-sizing: border-box;
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	#Mil2Text{
		width: 100%;
		font-size: 18px;
		line-height: 40px;
		font-weight: 600;
		letter-spacing: 1.5px;
		margin-bottom: 30px;
	}
	#Mil2Line{
		width: 1px;
		height: 177px;
		border-left: 1px solid #a5a5a5;
		margin: 0 auto;
	}
	#Milist2Img{
		width: calc(100% - 365px);
		height: 430px;
		background: url("/Assets/Web/Images/About/Milestones02.png") left no-repeat;
		float: right;
	
		margin-top: 30px;
		
	}
	#Milist3{
		width: 100%;
		height: 650px;
	}
	#Milist3Img{
		width: 440px;
		height: 520px;
		float: left;
		margin-right: 100px;
	}
	#Mil3Info{
		width: 440px;
		float: left;
	}
	#Mil3Year{
		width: 100%;
		height: 50px;
		color: #69a3aa;
		font-size: 60px;
		font-weight: 300;
		font-style: italic;
		margin-bottom: 50px;	
		margin-top: 30px;
	}
	#Mil3Title{
		width: 100%;
		height: 98px;
		line-height: 30px;
		background: #a1734a;
		color: #FFF;
		padding-left: 20px;
		box-sizing: border-box;
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	#Mil3Text{
		width: 100%;
		font-size: 18px;
		line-height: 40px;
		font-weight: 600;
		letter-spacing: 1.5px;
		margin-bottom: 30px;
	}
	#Mil3Line{
		width: 1px;
		height: 177px;
		border-left: 1px solid #a5a5a5;
		margin: 0 auto;
	}
	#Item{
		width: 100%;
		height: 800px;
		padding-top: 20px;
	}
	#ItemForm{
		width: 1600px;
		height: 550px;
		background: url("/Assets/Web/Images/About/About2Bg.jpg") no-repeat;
		margin: 0 auto;
	}
	#ItemRight{
		width:630px;
		height: 400px;
		float: right;
		margin-right: 140px;
		margin-top: 150px;
	}	
	#ItemTitle{
		width: 120px;
		height: 200px;
		float: left;
		margin-top: 53px;
	}
	#ItemText1{
		width: 100%;
		height: 85px;
		font-size: 50px;
		font-weight: 300;
		font-style: italic;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		text-align: center;
		margin-bottom: 15px;
		letter-spacing: 2px;
	}
	#ItemText2{
		width: 100%;
		height: 50px;
		font-size: 32px;
		font-weight: 500;
		color: #FFF;
		text-align: center;
		letter-spacing: 20px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	#ItemContent{
		width: 435px;
		height: 400px;
		float: right;
	}
	#ItemText3{
		width: 100%;
		height: 60px;
		line-height: 60px;
		color: #646464;
		font-size: 26px;
		text-align: center;
		background: #FFF;
		font-weight: 600;
		margin-bottom: 40px;
		letter-spacing: 3px;
	}
	#ItemText4{
		width: 100%;
		font-size: 18px;
		font-weight: 600;
		line-height: 35px;
		letter-spacing: 1.7px;
		color: #FFF;
		
	}
}
