/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/roboto/roboto-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/assets/fonts/roboto/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto/roboto-v16-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v16-latin-regular.woff") format("woff"), url("/assets/fonts/roboto/roboto-v16-latin-regular.ttf") format("truetype"), url("/assets/fonts/roboto/roboto-v16-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Roboto Medium';
  font-style: normal;
  src: url("/assets/fonts/roboto/Roboto-Medium.ttf");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto Medium"), url("/assets/fonts/roboto/Roboto-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/roboto/roboto-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/assets/fonts/roboto/roboto-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto/roboto-v16-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v16-latin-700.woff") format("woff"), url("/assets/fonts/roboto/roboto-v16-latin-700.ttf") format("truetype"), url("/assets/fonts/roboto/roboto-v16-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  src: url("/assets/fonts/roboto/roboto-condensed.light.ttf");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), url("/assets/fonts/roboto/roboto-condensed.light.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto Condensed Thin';
  src: url("/assets/fonts/roboto/Roboto-Thin.ttf");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Thin"), url("/assets/fonts/roboto/Roboto-Thin.ttf") format("truetype"); }
body, p, td, th, input, textarea, select, h2, h3, h4, h5, h6, li, a {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

/**
Bootstrap Extra Small width <= 489px;
 */
/**
Bootstrap Small  width <= 489 & >= 767px;
 */
/**
Bootstrap Medium width <= 992px & >= 1200px;
 */
/**
Bootstrap Medium width <= 992px & >= 1200px;
 */
/** Bootstrap large devices 1310px > **/
/** OPACITY **/
/*Bright Colors*/
/*Medium Colors*/
/*Dark Colors*/
.btn-demo {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ba1c7a;
  background-image: -moz-linear-gradient(top, #cc1f86, #a01869);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc1f86), to(#a01869));
  background-image: -webkit-linear-gradient(top, #cc1f86, #a01869);
  background-image: -o-linear-gradient(top, #cc1f86, #a01869);
  background-image: linear-gradient(to bottom, #cc1f86, #a01869);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc1f86', endColorstr='#ff9f1868', GradientType=0);
  border-color: #a01869 #a01869 #5d0e3d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-live {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #007676;
  background-image: -moz-linear-gradient(top, #008a8a, #005757);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008a8a), to(#005757));
  background-image: -webkit-linear-gradient(top, #008a8a, #005757);
  background-image: -o-linear-gradient(top, #008a8a, #005757);
  background-image: linear-gradient(to bottom, #008a8a, #005757);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008a8a', endColorstr='#ff005657', GradientType=0);
  border-color: #005757 #005757 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

h2 {
  font-weight: 500; }

.font-18px {
  font-size: 18px; }

@media screen and (min-width: 992px) {
  .long-btn {
    width: 190px; } }

.product-open-collapse-btn {
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #011f3b;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .product-open-collapse-btn i.fa {
    color: #00b8e2; }
  .product-open-collapse-btn:hover {
    background-color: #002f5d;
    color: #ffffff;
    border: 1px solid #f3f3f3; }
    .product-open-collapse-btn:hover i.fa {
      color: #00b8e2; }

h2 {
  color: #00b8e2; }

.darktext {
  color: #002f5d; }

.section {
  padding-top: 20px;
  padding-bottom: 20px; }

#preNav {
  background-color: #343233;
  padding-top: 5px;
  padding-bottom: 5px; }
  #preNav .clientPortalContainer {
    margin-left: 20px; }
  #preNav .prenav-btn {
    background-image: url("../images/search_box_bg.png");
    border: 1px solid #7b7979;
    margin: 0 5px 0 0;
    line-height: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px; }
    #preNav .prenav-btn span {
      color: #ffffff; }
  #preNav i.ofm {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: -1px 5px 1px 0; }
  #preNav i.ofm-client-portal {
    width: 20px;
    height: 17px;
    background-image: url("../images/icon-client-portal.png"); }
  #preNav i.ofm-download-mt4 {
    width: 20px;
    height: 17px;
    background-image: url("../images/icon-download-mt4.png"); }
  #preNav .clientPortalContainer {
    display: block;
    float: left; }
  #preNav .downloadMt4Container {
    display: block;
    float: left; }
  #preNav .languages {
    background-image: url("../images/search_box_bg.png");
    border-radius: 3px;
    border: 1px solid #7b7979;
    margin: 0;
    float: left;
    width: 106px;
    text-align: right;
    padding: 2px 0 0px 0;
    font-size: 0.9em;
    cursor: pointer; }
    @media screen and (max-width: 392px) {
      #preNav .languages {
        margin-top: 2px; } }
    #preNav .languages .dd {
      text-align: left;
      font-size: 12px;
      float: left;
      color: #ffffff;
      background-image: none;
      background-position: left;
      background-color: transparent;
      border: 0px solid #000000;
      margin: 0px;
      padding: 0px;
      cursor: pointer; }
      #preNav .languages .dd .ddTitle {
        padding: 0px 3px 0px 4px;
        text-indent: 0;
        cursor: default;
        overflow: hidden;
        height: 20px;
        border: 0px solid #ff0000; }
      #preNav .languages .dd .ddChild {
        position: absolute;
        border: 1px solid #ebebeb;
        border-top: none;
        overflow: auto;
        margin: 0px 3px 0 2px;
        overflow-x: hidden !important;
        background-color: #ffffff;
        width: 120px;
        z-index: 1; }
        #preNav .languages .dd .ddChild a {
          margin-top: 5px;
          display: block; }

#mainNav {
  background-color: #262626;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0; }
  #mainNav .navbar-brand {
    padding: 2px;
    display: table; }
  #mainNav a.btn-live {
    margin-right: 0px; }

.chat-links .chat-button {
  color: white !important;
  border: 1px solid #767474;
  padding: 6px 10px;
  border-radius: 6px;
  margin-right: 8px;
  cursor: pointer; }

.chat-links .chat-button:hover {
  background-color: #4b4b4b; }

.chat-links .chat-button .text {
  margin-left: 8px;
  color: white !important; }

#primaryBg {
  background-color: #011f3b;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/images/brands-mt5-background-banner.jpg");
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 0px;
  overflow: hidden; }
  @media screen and (max-width: 488px) {
    #primaryBg {
      background-size: cover; } }
  @media screen and (min-width: 489px) and (max-width: 767px) {
    #primaryBg {
      background-size: cover; } }
  #primaryBg a {
    margin-top: 10px; }
  #primaryBg a.copytrading-link {
    margin-bottom: 5px;
    margin-top: 0px;
    width: 266px; }
  #primaryBg img.share-brand-logo {
    margin-bottom: 10px; }
  #primaryBg .carousel-inner {
    height: 300px; }
    @media screen and (max-width: 488px) {
      #primaryBg .carousel-inner {
        height: 485px; } }
    @media screen and (min-width: 489px) and (max-width: 767px) {
      #primaryBg .carousel-inner {
        height: 350px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      #primaryBg .carousel-inner {
        height: 350px; } }
    #primaryBg .carousel-inner .item {
      height: 300px;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (max-width: 488px) {
        #primaryBg .carousel-inner .item {
          height: 485px;
          background-size: cover; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        #primaryBg .carousel-inner .item {
          height: 500px;
          background-size: cover; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        #primaryBg .carousel-inner .item {
          height: 350px; } }
    #primaryBg .carousel-inner .item:first-child {
      background-size: cover;
      background-position: auto auto; }
      #primaryBg .carousel-inner .item:first-child h2 {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 33px; }
      #primaryBg .carousel-inner .item:first-child ul {
        padding-left: 20px; }
        #primaryBg .carousel-inner .item:first-child ul li {
          font-size: 18px; }
    #primaryBg .carousel-inner .item:nth-child(2) {
      background-size: cover;
      background-position: top right; }
      #primaryBg .carousel-inner .item:nth-child(2) h2 {
        color: #ffffff;
        font-size: 33px;
        text-transform: uppercase; }
      #primaryBg .carousel-inner .item:nth-child(2) ul {
        padding-left: 20px; }
        #primaryBg .carousel-inner .item:nth-child(2) ul li {
          font-size: 18px; }
      #primaryBg .carousel-inner .item:nth-child(2) .button-container {
        padding-left: 0; }
        #primaryBg .carousel-inner .item:nth-child(2) .button-container .rounded-btn {
          background-color: #00b8e2;
          color: #ffffff;
          font-weight: bold; }
          #primaryBg .carousel-inner .item:nth-child(2) .button-container .rounded-btn img {
            height: 22px; }
    @media screen and (max-width: 488px) {
      #primaryBg .carousel-inner .item.cryptocash-item {
        background-image: url("https://cdn-resources.onefinancialmarkets.com/ofmarketsgroup/images/homepage-cash-crypto-mobile.jpg") !important; } }
    @media screen and (min-width: 489px) and (max-width: 767px) {
      #primaryBg .carousel-inner .item.cryptocash-item {
        background-image: url("https://cdn-resources.onefinancialmarkets.com/ofmarketsgroup/images/homepage-cash-crypto-mobile.jpg") !important;
        background-position: center center;
        background-size: cover; } }
    #primaryBg .carousel-inner .item.cryptocash-item h2 {
      text-transform: none;
      font-weight: bold;
      font-size: 46px; }
      @media screen and (max-width: 488px) {
        #primaryBg .carousel-inner .item.cryptocash-item h2 {
          font-size: 40px; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        #primaryBg .carousel-inner .item.cryptocash-item h2 {
          font-size: 40px; } }
      @media screen and (max-width: 488px) {
        #primaryBg .carousel-inner .item.cryptocash-item h2 br {
          display: none; } }
    #primaryBg .carousel-inner .item.cryptocash-item a.btn {
      font-size: 14px;
      width: 254px; }
      @media screen and (max-width: 488px) {
        #primaryBg .carousel-inner .item.cryptocash-item a.btn {
          font-size: 14px;
          width: 225px; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        #primaryBg .carousel-inner .item.cryptocash-item a.btn {
          font-size: 14px;
          width: 225px; } }
    @media screen and (max-width: 488px) {
      #primaryBg .carousel-inner .item.cryptocash-item .disclaimer-container {
        position: absolute;
        bottom: -240px; } }
    #primaryBg .carousel-inner .item.teslabanner {
      background-size: cover; }
    #primaryBg .carousel-inner .one-connect-app {
      padding-left: 0; }
      #primaryBg .carousel-inner .one-connect-app > div {
        padding-left: 0; }
    #primaryBg .carousel-inner .app-store-button-container {
      padding-left: 0; }
      #primaryBg .carousel-inner .app-store-button-container > div {
        padding-left: 0; }
        #primaryBg .carousel-inner .app-store-button-container > div a > img {
          width: 120px; }
    #primaryBg .carousel-inner .phone-icon-container {
      position: absolute;
      right: 17%;
      top: 15px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #primaryBg .carousel-inner .phone-icon-container {
          right: 1%;
          top: 75px; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        #primaryBg .carousel-inner .phone-icon-container {
          top: 63px; } }
      #primaryBg .carousel-inner .phone-icon-container img {
        width: 229px; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          #primaryBg .carousel-inner .phone-icon-container img {
            width: 180px; } }
      @media screen and (max-width: 488px) {
        #primaryBg .carousel-inner .phone-icon-container {
          display: none; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        #primaryBg .carousel-inner .phone-icon-container {
          display: none; } }
    #primaryBg .carousel-inner .slider-img-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  #primaryBg .carouselbutton-container {
    position: absolute;
    height: 380px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 488px) {
      #primaryBg .carouselbutton-container {
        height: 485px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      #primaryBg .carouselbutton-container {
        height: 430px; } }
    #primaryBg .carouselbutton-container .carousel-indicators {
      bottom: 70px; }
      @media screen and (max-width: 488px) {
        #primaryBg .carouselbutton-container .carousel-indicators {
          bottom: 0px; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        #primaryBg .carouselbutton-container .carousel-indicators {
          bottom: 24px; } }

#open-account {
  background-color: #002f5d;
  padding-top: 20px;
  padding-bottom: 20px; }
  #open-account p {
    color: #ffffff; }
  #open-account div > img {
    margin-bottom: 15px; }

.success-box {
  margin-top: 20px;
  background-color: #dff1c1;
  border-color: #bcd98c;
  color: #00632e;
  border-radius: 5px;
  padding: 20px; }

#live-prices {
  background-color: #f7f7f7;
  padding-top: 7px;
  padding-bottom: 7px; }
  #live-prices #ofm-ticker-products {
    width: 100% !important; }
  #live-prices #ofm-ticker-products-container #tickerLogo {
    display: none; }
  #live-prices #ofm-ticker-products-container #livepricesFeedContainer {
    width: 100% !important;
    border: none; }
    #live-prices #ofm-ticker-products-container #livepricesFeedContainer .tickercontainer {
      width: 100% !important;
      background-color: #f7f7f7; }
      #live-prices #ofm-ticker-products-container #livepricesFeedContainer .tickercontainer #livepricesFeed li {
        background-color: #f7f7f7;
        background-image: none; }
        #live-prices #ofm-ticker-products-container #livepricesFeedContainer .tickercontainer #livepricesFeed li span {
          background-color: #f7f7f7 !important; }
        #live-prices #ofm-ticker-products-container #livepricesFeedContainer .tickercontainer #livepricesFeed li span.lpup {
          color: #00b8e2;
          font-weight: bold; }
        #live-prices #ofm-ticker-products-container #livepricesFeedContainer .tickercontainer #livepricesFeed li span.lpdown {
          color: #ae495a;
          font-weight: bold; }
      #live-prices #ofm-ticker-products-container #livepricesFeedContainer .tickercontainer .mask {
        width: 100% !important; }

#platform-links {
  background-color: #002f5d; }
  @media screen and (max-width: 488px) {
    #platform-links .button-container {
      text-align: center; } }
  #platform-links a {
    margin-left: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 488px) {
      #platform-links a {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px; } }

/**
Arabic Styles
 */
body.ar header#primaryBg {
  padding-top: 0px; }
  @media screen and (max-width: 488px) {
    body.ar header#primaryBg #headerslider .carouselbutton-container {
      height: 465px; } }
  @media screen and (min-width: 489px) and (max-width: 767px) {
    body.ar header#primaryBg #headerslider .carouselbutton-container {
      height: 430px; } }
  body.ar header#primaryBg #headerslider .carouselbutton-container .carousel-indicators {
    bottom: 0; }
  body.ar header#primaryBg #headerslider .carousel-inner {
    height: 375px; }
    @media screen and (max-width: 488px) {
      body.ar header#primaryBg #headerslider .carousel-inner {
        height: 455px; } }
    @media screen and (min-width: 489px) and (max-width: 767px) {
      body.ar header#primaryBg #headerslider .carousel-inner {
        height: 435px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      body.ar header#primaryBg #headerslider .carousel-inner {
        height: 423px; } }
    body.ar header#primaryBg #headerslider .carousel-inner .item {
      height: inherit;
      background-size: cover; }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item {
          background-position: center center; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item {
          background-position: bottom left; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item {
          background-position: bottom left; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item {
          background-position: bottom left; } }
      @media screen and (min-width: 1201px) and (max-width: 1309px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item {
          background-position: bottom left; } }
      @media screen and (min-width: 1310px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item {
          background-position: bottom left; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item .container .phone-icon-container {
        position: absolute;
        right: 60%;
        top: 88px; }
        @media screen and (min-width: 992px) and (max-width: 1200px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .phone-icon-container {
            top: 136px; } }
        body.ar header#primaryBg #headerslider .carousel-inner .item .container .phone-icon-container img {
          width: 229px; }
      body.ar header#primaryBg #headerslider .carousel-inner .item .container .ranim-profile {
        position: absolute;
        right: 62%;
        top: 15px; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .ranim-profile {
            right: 51%;
            top: 201px; } }
        @media screen and (min-width: 489px) and (max-width: 767px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .ranim-profile {
            right: 67%;
            top: 175px; } }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .ranim-profile {
            right: 66%;
            top: 15px; } }
        @media screen and (min-width: 992px) and (max-width: 1200px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .ranim-profile {
            top: 61px; } }
        body.ar header#primaryBg #headerslider .carousel-inner .item .container .ranim-profile img {
          width: 287px; }
        body.ar header#primaryBg #headerslider .carousel-inner .item .container .ranim-profile img.ranim-profile-tall {
          width: 165px; }
      body.ar header#primaryBg #headerslider .carousel-inner .item .container .one-connect-app {
        padding-right: 0; }
        body.ar header#primaryBg #headerslider .carousel-inner .item .container .one-connect-app > div {
          padding-right: 0; }
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .one-connect-app > div p {
            font-size: 18px; }
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .one-connect-app > div ul {
            padding-right: 16px; }
            body.ar header#primaryBg #headerslider .carousel-inner .item .container .one-connect-app > div ul li {
              font-size: 18px; }
      body.ar header#primaryBg #headerslider .carousel-inner .item .container .app-store-button-container {
        padding-right: 0; }
        body.ar header#primaryBg #headerslider .carousel-inner .item .container .app-store-button-container > div {
          padding-right: 0; }
          body.ar header#primaryBg #headerslider .carousel-inner .item .container .app-store-button-container > div ul.list-inline {
            padding-right: 0; }
    body.ar header#primaryBg #headerslider .carousel-inner .item:first-child .item-inner h2 {
      color: #ffffff;
      font-size: 35px; }
    body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner h3 {
      font-size: 23px; }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner h3 {
          font-size: 18px; } }
    body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner h1 {
      font-size: 50px; }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner h1 {
          font-size: 25px; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner h1 {
          font-size: 28px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner h1 {
          font-size: 38px; } }
    body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper {
      padding-right: 0; }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper {
          width: 504px; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper .webinar-dates-container-transparent {
        background: #00b1e2;
        /* The Fallback */
        background: rgba(0, 177, 226, 0.3);
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 20px; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper .webinar-dates-container-transparent {
            margin-right: -20px; } }
        body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper .webinar-dates-container-transparent ul {
          padding-right: 1px; }
          @media screen and (max-width: 488px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper .webinar-dates-container-transparent ul {
              margin-right: 10px; } }
          body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper .webinar-dates-container-transparent ul li {
            list-style-type: none;
            font-size: 22px; }
            @media screen and (max-width: 488px) {
              body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper .webinar-dates-container-transparent ul li {
                font-size: 15px; } }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.ranim-webinar-banner .webinar-dates-wrapper .disclaimer-small {
          margin-top: 20px; } }
    body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 5px;
      padding-bottom: 10px;
      margin-top: 5px; }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe {
          background-color: #00b8e2; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe {
          background-color: #00b8e2; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column {
        background-color: #00b8e2; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column {
            background-color: transparent; } }
        @media screen and (min-width: 489px) and (max-width: 767px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column {
            background-color: transparent; } }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column h2 {
          color: #011f3b;
          font-size: 40px;
          margin-top: 2px; }
          @media screen and (max-width: 488px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column h2 {
              font-size: 27px; } }
          @media screen and (min-width: 489px) and (max-width: 767px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column h2 {
              font-size: 27px; } }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column h3 {
          font-size: 32px; }
          @media screen and (max-width: 488px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column h3 {
              font-size: 20px;
              margin-top: 5px; } }
          @media screen and (min-width: 489px) and (max-width: 767px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .fullwidth-stripe .container-column h3 {
              font-size: 18px;
              margin-top: 5px; } }
    body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner {
      margin-top: 5px; }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner h2 {
        height: 0;
        margin: 0; }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container img {
        height: 90px;
        margin-bottom: 20px; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container img {
            height: 80px; } }
        @media screen and (min-width: 489px) and (max-width: 767px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container img {
            height: 78px; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container .arab-man-details-container {
        display: inline-block;
        margin-right: 10px; }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container .arab-man-details-container p {
          font-size: 18px;
          margin-bottom: 1px; }
          @media screen and (max-width: 488px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container .arab-man-details-container p {
              font-size: 13px;
              margin-bottom: 1px; } }
          @media screen and (min-width: 489px) and (max-width: 767px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container .arab-man-details-container p {
              font-size: 11px;
              margin-bottom: 1px; } }
          @media screen and (min-width: 992px) and (max-width: 1200px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .arab-man-container .arab-man-details-container p {
              font-size: 16px; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container img {
        height: 90px;
        margin-bottom: 20px; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container img {
            height: 80px; } }
        @media screen and (min-width: 489px) and (max-width: 767px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container img {
            height: 78px; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container .ranim-details-container {
        display: inline-block;
        margin-right: 10px; }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container .ranim-details-container p {
          font-size: 18px;
          margin-bottom: 1px; }
          @media screen and (max-width: 488px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container .ranim-details-container p {
              font-size: 13px;
              margin-bottom: 1px; } }
          @media screen and (min-width: 489px) and (max-width: 767px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container .ranim-details-container p {
              font-size: 11px;
              margin-bottom: 1px; } }
          @media screen and (min-width: 992px) and (max-width: 1200px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .ranim-container .ranim-details-container p {
              font-size: 16px; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row {
        margin-top: 10px; }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .location-wrapper img {
          margin-bottom: 20px; }
          @media screen and (max-width: 488px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .location-wrapper img {
              height: 35px; } }
          @media screen and (min-width: 489px) and (max-width: 767px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .location-wrapper img {
              height: 35px; } }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .location-wrapper .location-container {
          margin-right: 10px;
          display: inline-block; }
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .location-wrapper .location-container p {
            margin-bottom: 1px;
            font-size: 15px; }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .calendar-wrapper img {
          width: 35px;
          margin-bottom: 20px; }
          @media screen and (max-width: 488px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .calendar-wrapper img {
              height: 30px;
              width: auto; } }
          @media screen and (min-width: 489px) and (max-width: 767px) {
            body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .calendar-wrapper img {
              height: 35px;
              width: auto; } }
        body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .calendar-wrapper .calendar-container {
          margin-right: 10px;
          display: inline-block; }
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .location-calendar-row .calendar-wrapper .calendar-container p {
            margin-bottom: 1px;
            font-size: 15px; }
      body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .button-container a {
        margin-top: 0;
        font-size: 14px;
        width: 136px; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.seminar-jan-2022 .item-inner .button-container a {
            font-size: 13px; } }
    body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item {
      background-position: center center; }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item {
          background-image: url("https://cdn-resources.onefinancialmarkets.com/ofmarketsgroup/images/homepage-cash-crypto-mobile-ar.jpg") !important; } }
      @media screen and (min-width: 489px) and (max-width: 767px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item {
          background-image: url("https://cdn-resources.onefinancialmarkets.com/ofmarketsgroup/images/homepage-cash-crypto-mobile-ar.jpg") !important; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item .item-inner h2 {
        font-size: 45px; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item .item-inner h2 {
            font-size: 35px; } }
        @media screen and (min-width: 489px) and (max-width: 767px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item .item-inner h2 {
            font-size: 35px; } }
      body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item .item-inner a.btn {
        width: 254px;
        margin-top: 30px; }
        @media screen and (max-width: 488px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item .item-inner a.btn {
            margin-top: 20px;
            width: 225px; } }
        @media screen and (min-width: 489px) and (max-width: 767px) {
          body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item .item-inner a.btn {
            margin-top: 20px;
            width: 225px; } }
      @media screen and (max-width: 488px) {
        body.ar header#primaryBg #headerslider .carousel-inner .item.cash-crypto-item .item-inner .disclaimer-container {
          position: absolute;
          bottom: -218px; } }
  body.ar header#primaryBg .carousel-inner .item-inner {
    margin-top: 30px; }
@media screen and (max-width: 488px) {
  body.ar #market-lib ul.nav-market-category {
    padding-right: 1px; } }
@media screen and (min-width: 489px) and (max-width: 767px) {
  body.ar #market-lib ul.nav-market-category {
    padding-right: 1px; } }
body.ar #market-lib .market-lib-products-collapsible ul.nav-tabs {
  width: 12%;
  padding-right: 0; }
  @media screen and (max-width: 488px) {
    body.ar #market-lib .market-lib-products-collapsible ul.nav-tabs {
      width: 135px; } }
  @media screen and (min-width: 489px) and (max-width: 767px) {
    body.ar #market-lib .market-lib-products-collapsible ul.nav-tabs {
      width: 122px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body.ar #market-lib .market-lib-products-collapsible ul.nav-tabs {
      width: 122px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    body.ar #market-lib .market-lib-products-collapsible ul.nav-tabs {
      width: 122px; } }
body.ar #demo-account form .form-group {
  margin-left: 0;
  margin-right: 0; }
body.ar .platform-tabs #pills-tab {
  margin-left: 42px; }

body.cn #platform-links a {
  margin-left: auto; }

#market-lib {
  background-color: #ffffff;
  background-image: url("https://cdn-resources.ofmau.com/au/sites/default/files/images/ofm_aus_marketlibbg.jpg");
  min-height: 250px; }
  #market-lib .nav-tabs {
    border-bottom: none; }
    #market-lib .nav-tabs li a {
      color: #00b8e2;
      background-color: #ebebeb;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      border-right: none;
      border-bottom: none;
      margin-right: 3px; }
    #market-lib .nav-tabs li.active a {
      border-top: 3px solid #00b8e2;
      background-color: #ffffff; }
  #market-lib .tab-content {
    background-color: #ffffff;
    padding: 10px; }
    @media screen and (min-width: 992px) {
      #market-lib .tab-content .tab-pane {
        overflow-x: inherit; } }
    #market-lib .tab-content .tab-pane table.views-table {
      width: 100%; }
      #market-lib .tab-content .tab-pane table.views-table thead {
        border-bottom: 1px solid #e8e8e8; }
        #market-lib .tab-content .tab-pane table.views-table thead tr th {
          background-color: #ffffff;
          color: #00b8e2;
          border-right-color: #ffffff;
          border-left-color: #ffffff;
          font-weight: bold;
          text-align: left;
          min-width: 130px;
          padding-left: 5px; }
      #market-lib .tab-content .tab-pane table.views-table tbody tr:nth-last-of-type(2n+1) {
        background-color: #effcff; }
      #market-lib .tab-content .tab-pane table.views-table tbody tr td {
        border-color: #f3f3f3;
        border-style: solid;
        border-width: 1px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px; }
    #market-lib .tab-content table#shares-mt4 tbody tr.subheader {
      background-color: #f7f7f7; }

#trading-platforms {
  overflow: hidden;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/au/sites/default/files/images/ofm_aus_trading_platform_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  #trading-platforms #carousel-slider .carousel-indicators {
    bottom: 10px; }
  #trading-platforms .carousel-inner {
    height: 500px; }
  @media screen and (max-width: 769px) {
    #trading-platforms .carousel-inner {
      height: 400px; } }
  @media screen and (min-width: 769px) {
    #trading-platforms {
      height: 600px; } }
  #trading-platforms .laptop {
    z-index: 1;
    bottom: -50px; }
  #trading-platforms .desktop {
    left: 0;
    right: 0;
    margin: 0 auto; }
  #trading-platforms .mobile {
    right: 180px;
    z-index: 1;
    bottom: -50px; }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    #trading-platforms .devices img {
      display: block;
      margin: auto; }
    #trading-platforms .laptop {
      left: -100px; }
    #trading-platforms .laptop img {
      width: 80%; }
    #trading-platforms .desktop img {
      width: 60%; }
    #trading-platforms .mobile {
      right: 2px; }
    #trading-platforms .mobile img {
      width: 80%; } }
  #trading-platforms .devices img {
    display: block;
    margin: auto; }
  @media screen and (min-width: 769px) {
    #trading-platforms .devices {
      position: absolute; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    #trading-platforms .btn-container {
      margin-top: 48%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    #trading-platforms .btn-container {
      margin-top: 38%; } }
  @media screen and (min-width: 1200px) {
    #trading-platforms .btn-container {
      margin-top: 30%; } }
  #trading-platforms a.btn {
    margin-top: 5%; }

.ar #trading-platforms .laptop {
  z-index: 1;
  left: 40px; }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    .ar #trading-platforms .laptop {
      left: -45px; } }

#why-choose {
  background-image: url("https://cdn-resources.onefinancialmarkets.com/au/sites/default/files/whychoose-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    #why-choose div.row > h2 {
      margin-bottom: 35px; } }
  #why-choose .ofmdarkbluebg {
    background-color: #002f5d;
    padding-top: 20px;
    margin-top: 10px;
    height: 0px;
    padding-bottom: 220px; }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      #why-choose .ofmdarkbluebg {
        height: 0px;
        padding-bottom: 250px; } }
  #why-choose p {
    color: #ffffff;
    padding: 5px; }

#demo-account {
  background-color: #e6e6e6;
  padding-top: 25px; }
  @media screen and (min-width: 992px) {
    #demo-account {
      padding-top: 35px; } }
  #demo-account .title {
    margin-top: 0px; }
  #demo-account ul.checkmark {
    padding-left: 5px; }
    #demo-account ul.checkmark li {
      margin-top: 10px;
      margin-bottom: 5px;
      list-style: none; }
      #demo-account ul.checkmark li:before {
        content: ' ';
        width: 20px;
        height: 20px;
        padding: 5px 15px;
        background-image: url("../images/checkmark-blue.png");
        background-repeat: no-repeat;
        background-size: 25px auto; }
  #demo-account #demo-form input, #demo-account #demo-form select {
    background-color: #e6e6e6; }
  #demo-account #demo-form label {
    font-weight: normal; }
  #demo-account #demo-form span.required-star {
    color: #00b8e2; }
  #demo-account #demo-form .checkbox label {
    padding-left: 0;
    padding-top: 4px; }

#live-account {
  padding-top: 20px;
  padding-bottom: 20px; }
  #live-account h2.darktext {
    margin-top: 0px; }
  #live-account .steps-box {
    background-color: #e6e6e6;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #live-account .steps-box {
        height: 0;
        overflow: hidden;
        padding-bottom: 125%; }
        #live-account .steps-box h2 {
          font-size: 20px; } }
    @media screen and (min-width: 992px) {
      #live-account .steps-box {
        height: 0;
        overflow: hidden;
        padding-bottom: 90%; }
        #live-account .steps-box .iconcontainer {
          margin-top: 6%; }
        #live-account .steps-box .btn-container {
          margin-top: 30%; } }

#contact-us p {
  color: #ffffff; }

#legal-support {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #e6e6e6; }
  #legal-support h2.title {
    margin-top: 0px; }
  #legal-support i.fa {
    color: #00b8e2; }
  #legal-support a {
    color: #262626; }
    #legal-support a:hover {
      text-decoration: none;
      color: #00b8e2; }
    #legal-support a small img {
      margin-left: 5px; }

#footer {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px; }
  #footer p.withArrow {
    text-align: right; }
  @media (min-width: 992px) {
    #footer ul.menu li {
      border: 0 solid #262626;
      display: inline-block;
      list-style: outside none none;
      width: 49%;
      padding-bottom: 5px; } }
  #footer ul.menu li a {
    color: #343233;
    font-size: 13px;
    font-weight: normal;
    line-height: 110%;
    padding: 2px 0 0 15px; }
    #footer ul.menu li a i {
      color: #00b8e2;
      margin-right: 7px; }
  @media (min-width: 992px) {
    #footer #office-network {
      max-width: 230px; } }
  #footer #office-network .links {
    padding-left: 0; }
    #footer #office-network .links li.flag {
      padding: 0 0 10px 42px;
      list-style-type: none;
      cursor: pointer; }
    #footer #office-network .links .flag-kw {
      background-position: 0 -1600px; }
    #footer #office-network .links .flag-uae:before {
      background-position: 0 -22px; }
    #footer #office-network .links .flag-sa:before {
      background-position: 0 -44px; }
    #footer #office-network .links .flag-za:before {
      background-position: 0 -66px; }
    #footer #office-network .links .flag-cl:before {
      background-position: 0 -110px; }
    #footer #office-network .links .flag-pe:before {
      background-position: 0 -132px; }
    #footer #office-network .links .flag-kw:before {
      background-position: 0 -154px; }
    #footer #office-network .links li.flag-hk:before {
      background-image: url("../images/Hong-Kong.png"); }
    #footer #office-network .links li.flag-au:before {
      background-image: url("../images/flag-aus.png"); }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    #footer .contact-details {
      margin-left: 40px; } }
  #footer .contact-details ul {
    padding-left: 0; }
    #footer .contact-details ul li.flag {
      padding: 0 0 10px 0px;
      list-style-type: none;
      cursor: pointer; }
      #footer .contact-details ul li.flag:before {
        background-repeat: no-repeat;
        width: 32px;
        height: 22px;
        display: block;
        position: absolute;
        content: " ";
        margin-left: -42px; }
  #footer .contact-details .flag-kw {
    background-position: 0 -1600px; }
  #footer .contact-details .flag-uae:before {
    background-position: 0 -22px; }
  #footer .contact-details .flag-sa:before {
    background-position: 0 -44px; }
  #footer .contact-details .flag-za:before {
    background-position: 0 -66px; }
  #footer .contact-details .flag-cl:before {
    background-position: 0 -110px; }
  #footer .contact-details .flag-pe:before {
    background-position: 0 -132px; }
  #footer .contact-details .flag-kw:before {
    background-position: 0 -154px; }
  #footer .contact-details li.flag-hk:before {
    background-image: url("../images/Hong-Kong.png"); }
  #footer .contact-details li.flag-au:before {
    background-image: url("../images/flag-aus.png"); }

/**
Gary Thai Changes.
 */
body.th h1 {
  font-size: 200%; }
body.th h2 {
  font-size: 180%; }
body.th h3 {
  font-size: 160%; }
body.th h4 {
  font-size: 140%; }
body.th p {
  font-size: 110%; }

#ofm-th-mainbanner {
  min-height: 500px;
  max-height: 500px;
  height: 500px; }
  #ofm-th-mainbanner .image_placeholder {
    width: 100%; }
  #ofm-th-mainbanner img {
    min-height: 500px;
    max-height: 500px; }
  #ofm-th-mainbanner .carousel-caption {
    /* margin-bottom: 8%; */
    transform: translate(0%, -150%); }

@media (max-width: 768px) {
  #ofm-th-mainbanner .carousel-caption {
    /* margin-bottom: 8%; */
    transform: translate(0%, 55%); } }
#ofm-th-minibanner {
  min-height: 180px;
  max-height: 180px;
  height: 180px; }
  #ofm-th-minibanner .carousel-caption {
    position: absolute;
    transform: translate(0%, 0%);
    max-width: 300px; }

@media (max-width: 768px) {
  #ofm-th-minibanner {
    min-height: 300px;
    max-height: 300px;
    height: 300px; }

  #ofm-th-minibanner .carousel-caption {
    transform: translate(0%, -15%);
    max-width: 80%; } }
#education-center {
  background-color: #d2e0ee;
  min-height: 650px;
  max-height: 650px; }
  #education-center #iframe_video {
    background-color: #d2e0ee;
    min-height: 500px; }

#education_center_btn {
  margin-top: 10px; }

@media (max-width: 768px) {
  #education-center {
    background-color: #d2e0ee;
    min-height: 570px;
    max-height: 570px; }

  #education-center #iframe_video {
    background-color: #d2e0ee;
    min-height: 430px; }

  #education_center_btn {
    margin-top: 0%; } }
@media (max-width: 414px) {
  #education-center {
    background-color: #d2e0ee;
    min-height: 490px;
    max-height: 490px; }

  #education-center #iframe_video {
    background-color: #d2e0ee;
    min-height: 350px; } }
#discover_platform {
  margin-left: 60px; }

@media (max-width: 768px) {
  #discover_platform {
    margin-left: 0px; } }
#trading-platforms-6 {
  padding: 15px; }

@media (min-width: 769px) {
  #trading-platforms-6 {
    position: relative;
    max-height: 466px;
    padding: 15px; }

  #trading-platforms-6 .devices {
    position: absolute; }

  #trading-platforms-6 .desktop img {
    width: 45%; }

  #trading-platforms-6 .laptop img {
    width: 50%; }

  #trading-platforms-6 .mobile img {
    width: 50%; }

  #trading-platforms-6 .laptop {
    top: 120px;
    left: -100px; }

  #trading-platforms-6 .mobile {
    top: 120px;
    right: 20px; } }
#live-account-trading-platforms {
  min-height: 560px;
  padding: 15px; }
  #live-account-trading-platforms #live-account {
    background: url("../../assets/images/ofm_th_live_account_bg.jpg") center center no-repeat no-repeat;
    min-height: 566px;
    max-height: 566px;
    align-items: center; }

@media (max-width: 768px) {
  #live-account-trading-platforms {
    min-height: auto; }

  #live-account-trading-platforms #live-account {
    min-height: auto;
    max-height: auto;
    align-items: center; } }
.channel-title {
  color: #00407a;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  position: relative;
  display: inline-block; }
  .channel-title h3 {
    font-size: 24px;
    display: inline-block; }

.channel-logo {
  height: 50px;
  padding-right: 10px;
  position: relative;
  display: inline-block; }

.channel-title-bar {
  padding-top: 10px;
  border-bottom: 5px solid #CCC;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.video-box {
  padding: 10px; }

.gallery-item .text-wrapper {
  background: #ebebeb;
  color: black;
  padding: 10px;
  min-height: 10px;
  font-size: 16px;
  font-weight: 100; }
  .gallery-item .text-wrapper .caption {
    min-height: 44px;
    height: 44px; }

.gallery-ablum {
  display: none;
  position: relative;
  padding: 20px 5% 40px;
  max-width: 700px;
  margin-top: 0; }
  .gallery-ablum h2 {
    color: #00407a;
    text-align: center;
    font-size: 1.714em;
    font-weight: 100; }

.gallery-item .wrapper {
  position: relative; }

.base-feature {
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: center top; }

@media (max-width: 768px) {
  .base-feature {
    background-image: none !important;
    height: auto;
    padding-bottom: 0; } }
#page-title {
  color: #00b8e2;
  text-transform: uppercase; }

#section-trading-platform, .bf-0, .bf-1, .bf-2, .bf-3 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top center; }

#section-trading-platform {
  max-height: auto;
  background-color: #ffffff;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/tradingpbg.jpg");
  min-height: 384px;
  background-position: -300px 0px;
  background-size: auto; }

@media (max-width: 1600px) {
  #section-trading-platform {
    background-position: -500px 0px; } }
@media (max-width: 1440px) {
  #section-trading-platform {
    background-position: -550px 0px; } }
@media (max-width: 1280px) {
  #section-trading-platform {
    background-position: -650px 0px; } }
@media (max-width: 1024px) {
  #section-trading-platform {
    background-position: -775px 0px; } }
@media (max-width: 768px) {
  #section-trading-platform {
    background-position: right -575px top 0px; } }
@media (max-width: 600px) {
  #section-trading-platform {
    background-image: url("../images/tradingpbg_600.jpg");
    background-position: center bottom 10px;
    background-size: contain;
    min-height: 650px; } }
@media (max-width: 414px) {
  #section-trading-platform {
    background-image: none !important;
    min-height: 384px; } }
.bf-0 {
  min-height: 511px;
  max-height: auto;
  background-color: #e6e6e6;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onemt4bg.jpg"); }

.bf-1 {
  min-height: 514px;
  max-height: auto;
  background-color: #ffffff;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onewebtrader.jpg"); }

.bf-2 {
  min-height: 514px;
  max-height: auto;
  background-color: #e6e6e6;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onemt4mobilebg.jpg"); }

.bf-3 {
  min-height: 219px;
  max-height: auto;
  background-color: #ffffff;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onemt4mobilebg.jpg"); }

.bf-0-th {
  min-height: 511px;
  max-height: auto;
  background-color: #f2f2f2;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onemt4bg.jpg"); }

.bf-1-th {
  min-height: 514px;
  max-height: auto;
  background-color: #ffffff;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onewebtrader.jpg"); }

.bf-2-th {
  min-height: 514px;
  max-height: auto;
  background-color: #f2f2f2;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onemt4mobilebg.jpg"); }

.bf-3-th {
  min-height: 219px;
  max-height: auto;
  background-color: #ffffff;
  background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/onemt4mobilebg.jpg"); }

.phone-logo-container {
  margin: 5px; }

#section-trading-platform, #section-one-web-trader, #trading_platform, #section-one-mt4, #section-one-web-trader, #section-one-mt4-mobile, #footer {
  position: relative; }

#stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #e8e8e8; }

#footer {
  padding-bottom: 100px; }
  @media screen and (min-width: 489px) and (max-width: 767px) {
    #footer {
      padding-bottom: 200px; } }

section#black-account-strip {
  background-image: url("https://cdn-resources.onefinancialmarkets.com/ofmarketsgroup/images/blackaccountstripbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px; }
  section#black-account-strip h2 {
    color: #747679; }
  section#black-account-strip p {
    color: #ffffff; }

/**
China Style Rules /cn/
 */
body.cn #primaryBg {
  background-color: #011f3b;
  background-image: url("https://cdn-resources.ofmchina.com/ofmarketsgroup/images/brandsbgbanner.jpg");
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 20px; }

#mainNav {
  padding-bottom: 25px; }

.downloadPlatforms {
  background-color: #ffffff;
  width: 117px;
  position: absolute;
  z-index: 1;
  padding-top: 10px; }

.mt4WindowsPlatform .downloadPlatforms {
  width: 120px; }

.webtraderBtn .downloadPlatforms {
  width: 134px; }

#demolivebar {
  background-color: #e9e9e9; }
  #demolivebar h2 {
    margin-top: 0px; }
  @media screen and (min-width: 489px) and (max-width: 767px) {
    #demolivebar .live_div_wrapper {
      margin-top: 15px; } }
  @media screen and (max-width: 488px) {
    #demolivebar .live_div_wrapper {
      margin-top: 15px; } }

.blue-gradient-btn {
  margin-top: 3%;
  background-color: #1eb8e2;
  background: -moz-linear-gradient(top, #1eb8e2 0%, #147b97 100%);
  background: -webkit-linear-gradient(top, #1eb8e2 0%, #147b97 100%);
  background: linear-gradient(to bottom, #1eb8e2 0%, #147b97 100%);
  border: 2px solid #1eb8e2;
  color: #fff; }
  .blue-gradient-btn:hover {
    color: #ffffff; }

.rounded-btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

.ofmdarkbluebg {
  background-color: #002f5d; }
  .ofmdarkbluebg p, .ofmdarkbluebg li, .ofmdarkbluebg span {
    color: #ffffff; }

.lightgreybg {
  background-color: #f5f5f5; }

.darktext {
  color: #002f5d; }

.text-white {
  color: #ffffff; }

.ofmblue-text {
  color: #00b8e2; }

/**
Demo Form
 */
#demo-form label.error {
  border: unset;
  padding-left: unset; }

.whatsapp-icon-container {
  display: inline-block;
  margin-top: 20px; }
  .whatsapp-icon-container a {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background-color: #25d366; }

.inline-block {
  display: inline-block; }

/**Footer Office Address **/
#footer2 #office-network {
  padding-left: 0; }
#footer2 .locations {
  padding-top: 25px; }
#footer2 li.flag:before {
  background-image: url("/assets/images/flags2.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 22px;
  display: block;
  position: absolute;
  content: " ";
  margin-left: -42px; }
#footer2 .flag-cn:before {
  background-position: 0 -176px; }
#footer2 .contact-details ul {
  margin-bottom: 0px; }

.spin-begin i.fa {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.spin-finish i.fa {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.market-lib-products-collapsible {
  padding-top: 10px;
  overflow-y: hidden;
  overflow-x: scroll; }

.table-2019-dark-header tbody tr.subheader {
  background-color: #7ce7ff !important;
  color: #ffffff;
  cursor: pointer; }
  .table-2019-dark-header tbody tr.subheader:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #00b6e0 !important; }
.table-2019-dark-header tbody tr.subcolumn {
  background-color: #e6e6e6 !important;
  font-weight: bold; }
.table-2019-dark-header tbody tr td {
  border-top: 1px solid #fff; }

/**Accepted payments block **/
#payments .item {
  padding: 0 25px;
  position: relative;
  text-align: center;
  font-size: 12px; }

#payments-block {
  background-color: #e8e8e8;
  padding-top: 20px;
  padding-bottom: 40px; }
  #payments-block h2 {
    margin-top: 10px;
    margin-bottom: 10px; }

body.ar .downloadPlatforms {
  background-color: #ffffff;
  width: 117px;
  position: absolute;
  z-index: 1;
  top: 25px;
  padding-top: 10px; }
body.ar .mt4WindowsPlatform .downloadPlatforms {
  width: 120px; }
body.ar .webtraderBtn .downloadPlatforms {
  width: 134px; }
body.ar #footer2 .links {
  margin-right: 27px; }

.navbar.navbar-default {
  background-color: #002f5d;
  border-color: transparent;
  margin-bottom: 0;
  border-radius: unset;
  min-height: 170px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .navbar.navbar-default .navbar-collapse {
    border: 1px solid transparent;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset; }

#mainNav .navbar-brand img {
  width: 100%; }
  @media screen and (max-width: 488px) {
    #mainNav .navbar-brand img {
      width: 100%; } }
  @media screen and (min-width: 489px) and (max-width: 767px) {
    #mainNav .navbar-brand img {
      width: 100%; } }
@media screen and (max-width: 488px) {
  #mainNav .account-buttons ul li a.btn-demo {
    width: 134px;
    font-size: 12px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #mainNav .account-buttons ul li a.btn-demo {
    width: 160px;
    font-size: 15px; } }
@media screen and (max-width: 488px) {
  #mainNav .account-buttons ul li a.btn-live {
    width: 134px;
    font-size: 12px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #mainNav .account-buttons ul li a.btn-live {
    width: 160px;
    font-size: 15px; } }

/**#
Paddings and margins classes
 */
.no-margin-top {
  margin-top: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.margin-auto {
  margin: auto; }

/*# sourceMappingURL=main.css.map */
