.wrapper {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.fullWidth {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 85%;
}
.invest-hdr {
	background:#fafafa;
	height:62px;
	display:inline-block;
	float:left;
	width:100%;
	margin-bottom:0px;
	border:none;
	z-index: 99;
}
.invest-hdr .logoDiv {
	display: block;
	float: left;
	padding-top: 16px;
	width: 100%;
}
.invest-hdr .fblogo {
	float: left;
	display: inline-block;
	margin-right: 30px;
	margin-top: 2px;
}
#main {
	width: 100%;
	overflow: hidden;
}
#main .invest_hero {
	height: 340px;
	width:100%;
	display:inline-block;
	margin-top:62px;
	z-index: 20;
}
#main .invest_hero .forsideimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img1.jpg);
}
#main .invest_hero .financialimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img2.jpg);
}
#main .invest_hero .outlookimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img3.jpg);
}
#main .invest_hero .newsimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img4.jpg);
}
#main .invest_hero .managementimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img5.jpg);
}


#main .invest_hero .keyfiguresimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img6.jpg);
}
#main .invest_hero .faqbigimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img7.jpg);
}

#main .invest_hero .pressreleaseimg {
	background-repeat: no-repeat;
	background-size: 1440px 340px;
	height: 340px;
	background-image:url(../images/investor-img11.jpg);
}


#main .section > figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-position: center center;
}
#main .invest_hero .layer {
	width:100%;
	display:inline-block;
	height:100%;
	position:absolute;
	left:0px;
	right:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
	z-index:9;
}
.invest-topheader {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	height: 50px;
}
.invest-topheader .invest-toptitle {
    cursor: default;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 50px;
    white-space: nowrap;
    padding-top: 0px;
}
.invest-topheader .invest-toptitle a {
    font-family: HelveticaNeueLTStdTh, Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    letter-spacing: 0.4px;
    padding-top: 15px;
    padding-left: 1px;
}
.invest-topheader .navbar-default {
    background-color: transparent;
    border-color: transparent;
	border-radius: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ff5b21;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	padding: 17px 8px 12px 8px;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: none;
    position: absolute;
    top: 64px;
    right: 16px;
    z-index: 99;
}

.navbar-collapse {
 padding-left:0px;
 padding-right:0px;
}
/*#main .invest-bnrheader .invest-toptitle a span {
   font-family:HelveticaNeueLTStdTh, Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	letter-spacing:0.4px;
	position: relative;
    top: 2px;
} */
#main .invest-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-moz--webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
#main .invest-background:after {
	content: "";
	display: block;
	margin-left: -570px;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 1132px;
	height: 1px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.4);
}
#main .invest-bnrheader .nav>li>a {
	padding:18px 8px 12px 8px;
	color:#FFFFFF;
}
#main .invest-bnrheader .nav>li>a:focus, #main .invest-bnrheader .nav>li>a:hover {
	background-color: transparent;
	color:#f27700;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ff5b21;
    background-color: transparent;
}
#main .invest-bnrheader .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	display: inline-block !important;
	float:right;
}
.invest_hero .section-investcontent {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 75px 0;
	padding-top: 87px;
	z-index:40;
}
.invest_hero .section-investcontent .invest-intro {
	display:block;
}
.invest_hero .section-investcontent .typ-headline {
	font-size: 64px;
	line-height: 65px;
	font-weight: 200;
	letter-spacing: -0.02em;
	text-align:center;
	font-family:HelveticaNeueThin, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
}
#main .invest_middle {
	width: 100%;
	display: inline-block;
	float:left;
	padding:40px 0px;
}
.container.investmission {
	padding: 0px 30px 0px 15px;
}
#main .investmission h2 {
	font-size:29px;
}
#main .investmission p {
	padding:10px 80px 10px 0px;
	line-height:20px;
}

#main .investmission.investinfo p {
	padding:10px 80px 10px 0px;
	line-height:20px;
	min-height: 121px;
}
#main .investmission .readbtn {
	text-transform:uppercase;
	width:176px;
	height:47px;
	line-height:45px;
	text-align:center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top:14px;
	padding:0px;
	border:1px solid #e1e1e1;
}
#main .investmission .readbtn:hover {
	color: none;
	background-color: #fafafa;
	border:1px solid #e1e1e1;
}
.btn-default:active:focus, .btn-default:active:hover {
	color: none;
	background-color: #fafafa;
	border:1px solid #e1e1e1;
}
.btn-default:active {
	color: none;
	background-color: #fafafa;
	border:1px solid #e1e1e1;
}
.btn-default.focus, .btn-default:focus {
	color: none;
	background-color: #fafafa;
	border:1px solid #e1e1e1;
}
.informationinfo {
	width:100%;
	display:inline-block;
	height: 156px;
	float:left;
	padding-top: 3px;
}
.informationinfo .fbse {
	display:block;
	text-transform:uppercase;
	font-size:29px;
	line-height:30px;
}
.informationinfo ul.fbselist {
	display:inline-block;
	float:left;
	padding:20px 0px;
	border-bottom:1px solid #e1e1e1;
}
.informationinfo ul.fbselist li {
	float:left;
	padding:0px 15px 0px 15px;
	border-right:1px solid #e1e1e1;
}
.informationinfo ul.fbselist li:first-child {
	padding-left:0px;
}
.informationinfo ul.fbselist li:last-child {
	border-right:none;
	padding-right:0px;
}
.informationinfo ul.fbselist li small {
	display:block;
	line-height:18px;
	color:#b0b0b0;
}
.informationinfo ul.fbselist li b {
	display: block;
	line-height: 50px;
	font-size: 44px;
}
.informationinfo ul.fbselist li b.change-clr {
	color:#ff531f;
}
#main .investmission.infodata p {
	padding:10px 10px 10px 0px;
	line-height:20px;
}
.navbar-right {
	margin-right: 0;
}
.outview {
	width:100%;
	display:inline-block;
	float:left;
	position:relative;
	padding:20px 0px;
}
.outview .lookList {
	display:inline-block;
	float:left;
	position:relative;
}

.outview .lookList.first {
 margin-left:104px;
}

.outview .lookList.second {
 margin-left:192px;
}
.outview .lookList.third  {
  margin-left:280px;
}

.outview .lookList .bigverticalline {
	position:relative;
	display:inline-block;
	float:left;
	margin-right:10px;
}
.outview .lookList .bigverticalline .roundbg {
	width:14px;
	height:14px;
	background:#ff5b21;
	position:relative;
	border-radius:80px;
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	display:inline-block;
	margin-top:2px;
}
.outview .lookList .bigverticalline .verline {
	width:1px;
    /*height:100px;*/
	background:#ff5b21;
	display:inline-block;
	position:absolute;
	left: 6px;
	top: 10px;
    z-index:1;
}
.outview .lookList.first .bigverticalline .verline {
 height:212px;
}
.outview .lookList.second .bigverticalline .verline {
 height:144px;
}

.outview .lookList.third .bigverticalline .verline {
 height:60px;
}


.outview .lookList ul.outinfo {
	display:inline-block;
	float:left;
	padding-bottom:20px;
	width:80%;
}
.outview .lookList ul.outinfo li {
	background:url(../images/bullet-point.jpg) left 6px no-repeat;
	padding-left:18px;
	display:inline-block;
	width:100%;
	float:left;
	line-height:20px;
	margin-bottom: 4px;
	font-size:13px;
}


.outlookTable {
 width:100%;
 display:inline-block;
 float:left;
 padding-bottom:20px;
 position:relative;
 z-index:10;
}

.outlookTable table {
	border-collapse: collapse;
	width:100%;
}
.outlookTable table td {
	border-right: 1px solid #fff;
	padding:0px 10px;
	text-align:center;
	color:#FFFFFF;
	vertical-align:middle;
	height:40px;
}
.outlookTable table td.grdbg1 {
 background:#606c7e;
}
.outlookTable table td.grdbg2 {
 background:#47556a;
}
.outlookTable table td.grdbg3 {
 background:#2f3f56;
}
.outlookTable table td.grdbg4 {
 background:#152944;
}
.outlookTable table td.grdbg5 {
 background:#001330;
}
.outlookTable table td.grdbg6 {
 background:#001330;
 text-indent: -50px;
}

.outview .bottomlook {
    display: inline-block;
    float: right;
    position: relative;
	width:740px;
}
.outview .bottomlook .fourth {
  width: 240px;
}
.outview .bottomlook .fourth ul.outinfo {
  width: 88%;
}

.outview .bottomlook .fourth .bigverticalline .verline {
 height: 40px;
 top: -30px;
}


.outview .bottomlook .five {
    width:190px;
    margin-left: 52px;
}
.outview .bottomlook .five ul.outinfo {
  width: 86%;
  padding-bottom:0px;
}

.outview .bottomlook .five .bigverticalline .verline {
 height: 40px;
 top: -30px;
}

.outview .bottomlook .six {
    width: 174px;
    margin-left: 80px;
}
.outview .bottomlook .six ul.outinfo {
  width: 86%;
  padding-bottom:0px;
}
.outview .bottomlook .six .bigverticalline .verline {
 height: 40px;
 top: -30px;
}
.outview .lookList.saven  {
  margin-left: 280px;
  width: 350px
}
.outview .lookList.saven .bigverticalline .verline {
  height: 120px;
  top: -110px;
}

.outview .lookList.eight  {
  margin-left: 192px;
  width: 560px;
}
.outview .lookList.eight .bigverticalline .verline {
    height: 180px;
    top: -180px;
}



.container.newswrap {
    padding: 0px 15px 0px 15px;
}

.container.newswrap h2 {
    font-size: 29px;
}

.container.newswrap p {
    padding: 10px 160px 10px 0px;
    line-height: 20px;
}

.container.newswrap ul.newsList {
    width: 100%;
    display: inline-block;
    float: left;
    border-top: 1px solid #ededed;
    margin-top: 10px;
}

.container.newswrap ul.newsList li {
 width:100%;
 display:inline-block;
 float:left;
 border-bottom:1px solid #ededed;
 margin-bottom:10px;
}

.container.newswrap ul.newsList li:first-child a {
    display: block;
    padding: 27px 0px;
}
.container.newswrap ul.newsList li a {
    display: block;
    padding: 26px 0px 27px 0px;
}


.container.newswrap ul.newsList li a h4 {
    display: block;
    font-size: 18px;
    padding-bottom: 6px;
	line-height: 18px;
}
.container.newswrap ul.newsList li a .date{
  display:block;
  color:#969696;
  text-transform:uppercase;
  font-size:13px;
  line-height: 16px;
}

.container.newswrap ul.newsList li a:hover {
 /*background: #fafafa;*/
}
.container.newswrap ul.newsList li:last-child {
 border-bottom:none;
}

.newswrap .eventviews {
 width:100%;
 display:inline-block;
 float:left;
}

.newswrap .eventviews h5 {
 display:block;
 line-height:20px;
 font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
 font-weight:normal;
 font-size:20px;
 margin-bottom: 30px;
 margin-top: 75px;
} 
.newswrap .eventviews ul.eventList {
 width:100%;
 display:inline-block;
 float:left;
}

.newswrap .eventviews ul.eventList li {
 width:100%;
 display:inline-block;
 float:left;
 position:relative;
 margin-bottom:8px;
}

.newswrap .eventviews ul.eventList li .ltdatebox {
    width: 64px;
    height: 96px;
    background: #494949;
    color: #FFFFFF;
    padding: 10px 5px;
    display: inline-block;
    text-align: center;
	float:left;
}

.newswrap .eventviews ul.eventList li .ltdatebox strong {
    display: block;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 26px;
    padding-bottom: 6px;
    line-height: 22px;
}

.newswrap .eventviews ul.eventList li .ltdatebox .date{
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
}

.newswrap .eventviews ul.eventList li .rtdatebox {
    width: 350px;
    height: 96px;
    background: #fff;
    padding: 4px 20px 10px 20px;
    display: inline-block;
	float:left;
	border-bottom:1px solid #ededed;
	position:relative;
}
.newswrap .eventviews ul.eventList li .rtdatebox .weblink {
 display:block;
 line-height:20px;

}
.newswrap .eventviews ul.eventList li .rtdatebox .weblink:hover {
 text-decoration:underline;
}

.newswrap .eventviews ul.eventList li .rtdatebox .addtoBtn {
 background:url(../images/calendar-sm-icon.png) center right no-repeat;
 padding-right:24px;
 position:absolute;
 bottom:12px;
 right:0px;
 color:#ff5b21;
}
.newswrap .eventviews ul.eventList li .rtdatebox .addtoBtn:hover {
 text-decoration:underline;
}

.newswrap .eventviews ul.eventList li.active .ltdatebox {
 background:#ff5b21;
}

.newswrap .eventviews ul.eventList li.active .rtdatebox .weblink {
 color:#ff5b21;
}


.manage-slide {
 width:100%;
 display:inline-block;
 float:left;
 padding:20px 0px;
} 

.manage-slide .slidedatabox {
 width:108%;
 display:inline-block;
 float:left;
 margin-top:30px;
}

.manage-slide .slidedatabox .slideleft {
 width:68%;
 float:left;
 display:inline-block;
 padding-top:50px;
}
.manage-slide .slidedatabox .slideleft h3 {
    display: block;
    font-weight: normal;
    font-size: 36px;
    padding-bottom: 3px;
    line-height: 36px;
	letter-spacing:0.4;
}
#main .manage-slide .slidedatabox .slideleft p {
    display: block;
    font-weight: normal;
    line-height: 20px;
	padding-right:0px;
}
.manage-slide .slidedatabox .slideright {
 width:30%;
 float:right;
 display:inline-block;
 padding-top:53px;
 border-top: 1px solid #ededed;
 text-align:center;
}

.manage-slide .slidedatabox .slideright .sliderbigimg {
 width:132px;
 height:132px;
 display:inline-block;
 border-radius: 80px;
-moz-border-radius: 80px;
-webkit-border-radius: 80px;
}

.manage-slide .slidedatabox .slideright .sliderbigimg img{
 border-radius: 80px;
-moz-border-radius: 80px;
-webkit-border-radius: 80px;
}

.figuresmapview {
 padding:40px 0px 20px 0px;
}
.figuresmapview .keymapdiv {
 width:100%;
 display:inline-block;
 float:left;
 position:relative;
}
.figuresmapview .keymapdiv img {
 display:block;
}

.figuresmapview ul.employeeList {
 width:100%;
 display:inline-block;
 float:left;
 margin-top:40px;
}

.figuresmapview ul.employeeList li {
 width:100%;
 display:inline-block;
 float:left;
 padding-top:16px;
 padding-bottom:30px;
 border-bottom: 1px solid #ededed;
}
.figuresmapview ul.employeeList li .bigtext {
    display: block;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 26px;
    padding-bottom: 4px;
    line-height: 22px;
}

.figuresmapview ul.employeeList li .smltext {
 display:block;
 font-size:16px;
 line-height:20px;
}
.collect {
 width:100%;
 display:inline-block;
 float:left;
 padding:30px 0px 70px 0px;
 font-size:35px;
}
.collect strong {
 font-size:35px;
 font-weight:normal;
}
.collect small{
 width:100%;
 display:inline-block;
 float:left;
 font-size:21px;
 padding-top:6px;
 text-align:center;
}

.financialinfologo { 
 min-height:156px;
 display:inline-block;
 float:left;
 width:100%;
 padding-top:4px;
}
 
.managemiddle { 
  width:830px;
  display:block;
  margin:0 auto;
} 

 
.menuadjust {
 position:absolute;
 left:0px;
 top:40px;
 z-index:97;
 width:100%;
}







#main .shareleftBox {
 width:100%;
 display:inline-block;
 float:left;
 border:1px solid #595959;
 padding:20px 20px 60px 20px;
}

#main .shareleftBox .londonstocklogo {
    min-height: 156px;
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 4px;
	text-align:center;
	margin-bottom:10px;
}
#main .shareleftBox h3 {
 width:100%;
 display:inline-block;
 float:left;
 line-height:32px;
 font-size:27px;
 margin-bottom:12px;
}

#main .shareleftBox p {
 width:100%;
 display:inline-block;
 float:left;
 line-height:20px;
 padding-bottom:16px;
}
#main .shareleftBox p a {
 color:#5091ee;
 text-decoration:underline;
}
#main .shareleftBox p a:hover {
 text-decoration:none;
}

#main .shareleftBox .finansaddress {
 width:50%;
 float:left;
 display:inline-block;
 margin-top:10px;
}

#main .shareleftBox .finansaddress small {
 display:block;
 line-height:20px;
}

#main .shareleftBox .finansaddress small a {
 color:#5091ee;
 text-decoration:underline;
}
#main .shareleftBox .finansaddress small a:hover {
 text-decoration:none;
}

#main .salesleadBox {
 width:100%;
 display:inline-block;
 float:left;
 padding-top:30px;
}
#main .salesleadBox h4 {
 width:100%;
 display:inline-block;
 float:left;
 line-height:28px;
 font-size:22px;
 font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
 margin-bottom:12px;
}

#main .salesleadBox p {
    width: 100%;
    display: inline-block;
    float: left;
    line-height: 20px;
    padding-bottom: 16px;
    padding-right: 40px;
}
#main .salesleadBox p a {
 color:#5091ee;
 text-decoration: none;
 display:block;
}
#main .salesleadBox p a:hover {
 text-decoration: underline;
}
#main .salesleadBox .bgyearimg {
 width:100%;
 display:inline-block;
 float:left;
 margin-top:20px;
}

#main .container.bgyear {
 background:url(../images/bg-year.jpg) right bottom no-repeat;
}