.video-player {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 98;
  display: none; }
  .video-player .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10; }
	.video-player .container {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
.video-player .close-btn {
    position: absolute;
    right: 200px;
    top: -10px;
    z-index: 1; }
	
	@media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-player .close-btn {
        top: 20px;
        right: -60px; } }
    @media only screen and (max-width: 767px) {
      .video-player.close-btn {
        top: 10px;
        right: 0px; } }

	.video-player #videoContainer {
    position: relative;
    z-index: 2;
    margin: 100px auto 0 auto;
    font-size: 30px;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-player #videoContainer{
        margin: 50px auto 0 auto;
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .video-player #videoContainer {
        margin: 40px auto 0 auto;
        font-size: 15px; } }



.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 0px; height: 0; overflow: hidden;
}
.prevent-before:before{
content:'' !important;
display:none !important;
} 

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottom-tiles-video-before:before{
  content:'' !important;
  visibility:visible !important;
  padding-top: 25% !important;
  display: block;
  background: black;
  opacity: .4;
  position: relative;
  z-index: 1;
}
.bottom-tiles-video-after:after{
  content:'' !important;
  visibility:visible !important;
  padding-bottom: 25% !important;
  display: block;
  background: black;
  opacity: .4;
  position: relative;
  z-index: 1;
}
.add-before{
	height:50px;
}

.hero-des-bg {
background-color: rgba(0,0,0,0.6);
width: 100%;
padding: 5px;}

body.investors-page .prevent-after {
    display: initial !important;
}

.extras-wrapper.grybg {
    background: #f1f1f1 none repeat scroll 0 0 !important;
}
.extras-container.grybg {
    background: #f1f1f1 none repeat scroll 0 0 !important;
}
body.investors-overview-page {
overflow: hidden;
}
body.investors-page {
overflow: hidden;
}
body.bod {
overflow: hidden;
}
body.reports-page {
overflow: hidden;
}
body.investors-overview-page .extras-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px; }
  body.investors-overview-page .extras-wrapper .extras-container {
    background-color: #fff;
    /* firefox 19+ */
    /* ie */ }
    body.investors-overview-page .extras-wrapper .extras-container h2 {
      font-size: 22px;
      font-family: EurostileLTStdBold;
      font-weight: normal;
      line-height: 1;
      color: #e31837;
      margin-top: 55px;
      margin-bottom: 0; }
    body.investors-overview-page .extras-wrapper .extras-container input {
      height: 30px;
      padding-left: 10px;
      width: 220px; }
    body.investors-overview-page .extras-wrapper .extras-container ::-webkit-input-placeholder {
      font-style: italic; }
    body.investors-overview-page .extras-wrapper .extras-container ::-moz-placeholder {
      font-style: italic; }
    body.investors-overview-page .extras-wrapper .extras-container :-ms-input-placeholder {
      font-style: italic; }
    body.investors-overview-page .extras-wrapper .extras-container input:-moz-placeholder {
      font-style: italic; }
    body.investors-overview-page .extras-wrapper .extras-container p {
      margin: 10px 0; }
    body.investors-overview-page .extras-wrapper .extras-container .mobile-dl {
      display: inline-block;
      margin-right: 5px;
      float: left; }
    body.investors-overview-page .extras-wrapper .extras-container a.inv-contacts {
      background: transparent url(../img/reports-inv-contacts-bg.jpg) no-repeat; }
    body.investors-overview-page .extras-wrapper .extras-container a.inv-faqs {
      background: transparent url(../img/reports-inv-faqs-bg.jpg) no-repeat; }
    body.investors-overview-page .extras-wrapper .extras-container a.inv-contacts, body.investors-overview-page .extras-wrapper .extras-container a.inv-faqs {
      display: inline-block;
      background-size: cover;
      height: 130px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      font-family: 'arial', helvetica, sans-serif; }
      body.investors-overview-page .extras-wrapper .extras-container a.inv-contacts span, body.investors-overview-page .extras-wrapper .extras-container a.inv-faqs span {
        color: #fff;
        position: relative;
        top: 48%; }
      body.investors-overview-page .extras-wrapper .extras-container a.inv-contacts:hover span, body.investors-overview-page .extras-wrapper .extras-container a.inv-faqs:hover span {
        text-decoration: underline; }
    body.investors-overview-page .extras-wrapper .extras-container .col-sm-4 {
      padding-left: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body.investors-overview-page .extras-wrapper .extras-container .mobile-dl img {
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      body.investors-overview-page .extras-wrapper .extras-container h2 {
        font-size: 33px;
        margin-top: 40px; }
      body.investors-overview-page .extras-wrapper .extras-container input {
        width: 100%; }
      body.investors-overview-page .extras-wrapper .extras-container .mobile-dl img {
        height: 42px; }
      body.investors-overview-page .extras-wrapper .extras-container .col-sm-4 {
        padding-left: 15px; }
      body.investors-overview-page .extras-wrapper .extras-container a.inv-faqs {
        margin-top: 30px; }
      body.investors-overview-page .extras-wrapper .extras-container a.inv-contacts {
        margin-top: 15px; }
      body.investors-overview-page .extras-wrapper .extras-container .col-sm-3 {
        padding: 0 15px 40px 15px !important; } }
  @media only screen and (max-width: 767px) {
    body.investors-overview-page .extras-wrapper {
      padding: 0; } }
	  
	  
	  body.investors-overview-page .subscribe-section {
    padding-top: 60px; }
    body.investors-overview-page .subscribe-section .extras-wrapper {
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 10px; }
      body.investors-overview-page .subscribe-section .extras-wrapper .extras-container {
        background-color: #fff;
        /* firefox 19+ */
        /* ie */ }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container h2 {
          font-size: 22px;
          font-family: EurostileLTStdBold;
          font-weight: normal;
          line-height: 1;
          color: #e31837;
          margin-top: 55px;
          margin-bottom: 0; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container input {
          height: 30px;
          padding-left: 10px;
          width: 220px; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container ::-webkit-input-placeholder {
          font-style: italic; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container ::-moz-placeholder {
          font-style: italic; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container :-ms-input-placeholder {
          font-style: italic; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container input:-moz-placeholder {
          font-style: italic; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container p {
          margin: 10px 0; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container .mobile-dl {
          display: inline-block;
          margin-right: 5px;
          float: left; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-contacts {
          background: transparent url(../img/reports-inv-contacts-bg.jpg) no-repeat; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-faqs {
          background: transparent url(../img/reports-inv-faqs-bg.jpg) no-repeat; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-contacts, body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-faqs {
          display: inline-block;
          background-size: cover;
          height: 130px;
          width: 100%;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          font-family: 'arial', helvetica, sans-serif; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-contacts span, body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-faqs span {
            color: #fff;
            position: relative;
            top: 48%; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-contacts:hover span, body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-faqs:hover span {
            text-decoration: underline; }
        body.investors-overview-page .subscribe-section .extras-wrapper .extras-container .col-sm-4 {
          padding-left: 30px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container .mobile-dl img {
            height: 40px; } }
        @media only screen and (max-width: 767px) {
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container h2 {
            font-size: 33px;
            margin-top: 40px; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container input {
            width: 100%; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container .mobile-dl img {
            height: 42px; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container .col-sm-4 {
            padding-left: 15px; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-faqs {
            margin-top: 30px; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container a.inv-contacts {
            margin-top: 15px; }
          body.investors-overview-page .subscribe-section .extras-wrapper .extras-container .col-sm-3 {
            padding: 0 15px 40px 15px !important; } }
      @media only screen and (max-width: 767px) {
        body.investors-overview-page .subscribe-section .extras-wrapper {
          padding: 0; } }
	  
	  
	  
	  body.bod .extras-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px; }
  body.bod .extras-wrapper .extras-container {
    background-color: #fff;
    /* firefox 19+ */
    /* ie */ }
    body.bod .extras-wrapper .extras-container h2 {
      font-size: 22px;
      font-family: EurostileLTStdBold;
      font-weight: normal;
      line-height: 1;
      color: #e31837;
      margin-top: 55px;
      margin-bottom: 0; }
    body.bod .extras-wrapper .extras-container input {
      height: 30px;
      padding-left: 10px;
      width: 220px; }
    body.bod .extras-wrapper .extras-container ::-webkit-input-placeholder {
      font-style: italic; }
    body.bod .extras-wrapper .extras-container ::-moz-placeholder {
      font-style: italic; }
    body.bod .extras-wrapper .extras-container :-ms-input-placeholder {
      font-style: italic; }
    body.bod .extras-wrapper .extras-container input:-moz-placeholder {
      font-style: italic; }
    body.bod .extras-wrapper .extras-container p {
      margin: 10px 0; }
    body.bod .extras-wrapper .extras-container .mobile-dl {
      display: inline-block;
      margin-right: 5px;
      float: left; }
    body.bod .extras-wrapper .extras-container a.inv-contacts {
      background: transparent url(../img/reports-inv-contacts-bg.jpg) no-repeat; }
    body.bod .extras-wrapper .extras-container a.inv-faqs {
      background: transparent url(../img/reports-inv-faqs-bg.jpg) no-repeat; }
    body.bod .extras-wrapper .extras-container a.inv-contacts, body.bod .extras-wrapper .extras-container a.inv-faqs {
      display: inline-block;
      background-size: cover;
      height: 130px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      font-family: 'arial', helvetica, sans-serif; }
      body.bod .extras-wrapper .extras-container a.inv-contacts span, body.bod .extras-wrapper .extras-container a.inv-faqs span {
        color: #fff;
        position: relative;
        top: 48%; }
      body.bod .extras-wrapper .extras-container a.inv-contacts:hover span, body.bod .extras-wrapper .extras-container a.inv-faqs:hover span {
        text-decoration: underline; }
    body.bod .extras-wrapper .extras-container .col-sm-4 {
      padding-left: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body.bod .extras-wrapper .extras-container .mobile-dl img {
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      body.bod .extras-wrapper .extras-container h2 {
        font-size: 33px;
        margin-top: 40px; }
      body.bod .extras-wrapper .extras-container input {
        width: 100%; }
      body.bod .extras-wrapper .extras-container .mobile-dl img {
        height: 42px; }
      body.bod .extras-wrapper .extras-container .col-sm-4 {
        padding-left: 15px; }
      body.bod .extras-wrapper .extras-container a.inv-faqs {
        margin-top: 30px; }
      body.bod .extras-wrapper .extras-container a.inv-contacts {
        margin-top: 15px; }
      body.bod .extras-wrapper .extras-container .col-sm-3 {
        padding: 0 15px 40px 15px !important; } }
  @media only screen and (max-width: 767px) {
    body.bod .extras-wrapper {
      padding: 0; } }
	  
	  
	  
	  body.bod .subscribe-section {
    padding-top: 60px; }
    body.bod .subscribe-section .extras-wrapper {
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 10px; }
      body.bod .subscribe-section .extras-wrapper .extras-container {
        background-color: #fff;
        /* firefox 19+ */
        /* ie */ }
        body.bod .subscribe-section .extras-wrapper .extras-container h2 {
          font-size: 22px;
          font-family: EurostileLTStdBold;
          font-weight: normal;
          line-height: 1;
          color: #e31837;
          margin-top: 55px;
          margin-bottom: 0; }
        body.bod .subscribe-section .extras-wrapper .extras-container input {
          height: 30px;
          padding-left: 10px;
          width: 220px; }
        body.bod .subscribe-section .extras-wrapper .extras-container ::-webkit-input-placeholder {
          font-style: italic; }
        body.bod .subscribe-section .extras-wrapper .extras-container ::-moz-placeholder {
          font-style: italic; }
        body.bod .subscribe-section .extras-wrapper .extras-container :-ms-input-placeholder {
          font-style: italic; }
        body.bod .subscribe-section .extras-wrapper .extras-container input:-moz-placeholder {
          font-style: italic; }
        body.bod .subscribe-section .extras-wrapper .extras-container p {
          margin: 10px 0; }
        body.bod .subscribe-section .extras-wrapper .extras-container .mobile-dl {
          display: inline-block;
          margin-right: 5px;
          float: left; }
        body.bod .subscribe-section .extras-wrapper .extras-container a.inv-contacts {
          background: transparent url(../img/reports-inv-contacts-bg.jpg) no-repeat; }
        body.bod .subscribe-section .extras-wrapper .extras-container a.inv-faqs {
          background: transparent url(../img/reports-inv-faqs-bg.jpg) no-repeat; }
        body.bod .subscribe-section .extras-wrapper .extras-container a.inv-contacts, body.bod .subscribe-section .extras-wrapper .extras-container a.inv-faqs {
          display: inline-block;
          background-size: cover;
          height: 130px;
          width: 100%;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          font-family: 'arial', helvetica, sans-serif; }
          body.bod .subscribe-section .extras-wrapper .extras-container a.inv-contacts span, body.bod .subscribe-section .extras-wrapper .extras-container a.inv-faqs span {
            color: #fff;
            position: relative;
            top: 48%; }
          body.bod .subscribe-section .extras-wrapper .extras-container a.inv-contacts:hover span, body.bod .subscribe-section .extras-wrapper .extras-container a.inv-faqs:hover span {
            text-decoration: underline; }
        body.bod .subscribe-section .extras-wrapper .extras-container .col-sm-4 {
          padding-left: 30px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          body.bod .subscribe-section .extras-wrapper .extras-container .mobile-dl img {
            height: 40px; } }
        @media only screen and (max-width: 767px) {
          body.bod .subscribe-section .extras-wrapper .extras-container h2 {
            font-size: 33px;
            margin-top: 40px; }
          body.bod .subscribe-section .extras-wrapper .extras-container input {
            width: 100%; }
          body.bod .subscribe-section .extras-wrapper .extras-container .mobile-dl img {
            height: 42px; }
          body.bod .subscribe-section .extras-wrapper .extras-container .col-sm-4 {
            padding-left: 15px; }
          body.bod .subscribe-section .extras-wrapper .extras-container a.inv-faqs {
            margin-top: 30px; }
          body.bod .subscribe-section .extras-wrapper .extras-container a.inv-contacts {
            margin-top: 15px; }
          body.bod .subscribe-section .extras-wrapper .extras-container .col-sm-3 {
            padding: 0 15px 40px 15px !important; } }
      @media only screen and (max-width: 767px) {
        body.bod .subscribe-section .extras-wrapper {
          padding: 0; } }
	  
	  
	  
	  .psd-caption-panel .psd-caption-panel-inner .title {
	  font-size: 38px !important;
	  }

body.generic-page{
line-height: 0.428571 !important;
}

.btn.btn-default.disabled{
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.contact-details{
	min-height:250px;
}

.share-down{ background:url(../img/share_down.png) no-repeat; padding-left:30px; font-weight:700; font-size:20px; line-height:20px; margin-top:10px;}
.share-down span{ font-size:14px}

.about-us-right-side .about-us-chart{
text-align: center !important;
}

.toggle-currency-section .toggle-conversion li a{
	font-size: 14px;
}
