/* Scss Document */
body {
  font-family: 'Ubuntu', sans-serif;
  background: #fff;
  position: relative; }

.btn {
  border-radius: 3rem;
  padding: .5rem 1.5rem; }

.btn-orange {
  background: linear-gradient(135deg, #ff4800 0%, #ff0600 100%);
  color: #fff; }
  .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background: linear-gradient(135deg, #43c860 0%, #3db58c 100%) !important;
    box-shadow: none; }

.btn-green {
  background: linear-gradient(135deg, #43c860 0%, #3db58c 100%);
  color: #fff; }
  .btn-green:hover, .btn-green:focus, .btn-green:active {
    background: linear-gradient(135deg, #43c860 0%, #43c860 100%) !important;
    box-shadow: none; }

.navbar .btn {
  display: none;
  opacity: 0;
  transition: all ease 0.5s; }

.static-menu {
  background: white !important;
  z-index: 500;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .static-menu .btn {
    display: block;
    opacity: 1;
    transition: all ease 0.5s; }

.header {
  background: #fff url(/sites/all/themes/stability/promo/paxforex-1/images/header-bg-lg.jpg) no-repeat top center;
  padding: 100px 0; }
  .header .row {
    min-height: 500px; }
  .header .header-bennefits .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0; }
    .header .header-bennefits .item + .item {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .header .header-bennefits .item p {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      padding-left: 15px; }
  .header .form form {
    background: #fff;
    padding-bottom: 50px; }
    .header .form form h3 {
      padding: 30px;
      background: rgba(0, 0, 0, 0.04);
      text-align: center;
      margin: 0;
      text-transform: uppercase;
      color: #ff4800;
      margin-bottom: 30px; }
      .header .form form h3 .small {
        font-size: 16px;
        text-transform: none;
        line-height: 24px; }
    .header .form form .form-group {
      padding: 10px 60px;
      margin: 0; }
      .header .form form .form-group.warning input {
        border: 1px solid #e30020; }
      .header .form form .form-group.warning small {
        color: #e30020; }
    .header .form form input {
      border-radius: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding-left: 46px;
      background-repeat: no-repeat;
      background-position: left center; }
      .header .form form input:focus {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
      .header .form form input.email {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/email-icon.png); }
      .header .form form input.name {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/name-icon.png); }
      .header .form form input.phone {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/phone-icon.png); }

.instruments {
  background: #ff4800 url(/sites/all/themes/stability/promo/paxforex-1/images/instruments-bg-lg-2.jpg) no-repeat top center;
  color: #fff;
  padding: 100px 0 370px 0;
  background-size: cover; }
  .instruments .instruments-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .instruments .instruments-item + .instruments-item {
      border-left: 1px solid rgba(255, 255, 255, 0.22); }
    .instruments .instruments-item .amount {
      width: 170px;
      height: 170px;
      background: rgba(0, 0, 0, 0.1);
      color: #fff;
      font-size: 30px;
      font-weight: 800;
      text-align: center;
      line-height: 170px;
      background: none; }
    .instruments .instruments-item .name {
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 20px;
      font-size: 18px; }

.features {
  color: #fff;
  margin-top: -270px; }
  .features .item {
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    transition: all ease 0.5s; }
    .features .item .top {
      text-align: center;
      display: flex;
      align-items: center;
      min-height: 100%;
      padding: 60px;
      min-height: 100%;
      max-height: 100%;
      overflow: hidden;
      position: relative;
      top: 0%;
      transition: all ease 0.5s; }
    .features .item .bottom {
      background: rgba(0, 0, 0, 0.5);
      padding: 60px;
      font-size: 16px;
      min-height: 100%;
      max-height: 100%;
      overflow: hidden;
      position: relative;
      top: 0%;
      text-transform: none;
      font-weight: normal;
      transition: all ease 0.5s; }
    .features .item:hover .top {
      top: -100%; }
    .features .item:hover .bottom {
      top: -100%; }
    .features .item.manager {
      background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/manager-bg.jpg); }
    .features .item.support {
      background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/support-bg.jpg); }
    .features .item.leverage {
      background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/leverage-bg.jpg); }
    .features .item.deposit {
      background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/deposit-bg.jpg); }

.payment-systems {
  padding: 30px 0; }
  .payment-systems h3 {
    color: #ff4800; }

.help-materials {
  background: #131517; }
  .help-materials .item {
    padding: 60px;
    background-size: cover;
    display: flex;
    align-items: stretch; }
    .help-materials .item.video {
      background: url(/sites/all/themes/stability/promo/paxforex-1/images/video-bg.png) no-repeat center; }
    .help-materials .item.image {
      background: url(/sites/all/themes/stability/promo/paxforex-1/images/image-bg.jpg) no-repeat center; }
    .help-materials .item .text {
      display: flex;
      align-items: stretch;
      width: 100%;
      align-content: center; }
      .help-materials .item .text a {
        display: table-cell;
        vertical-align: middle;
        filter: none;
        color: #ff4800;
        text-align: center;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid #ff4800;
        width: 100%;
        padding: 150px 70px;
        font-size: 30px;
        text-transform: uppercase;
        transition: all ease-in-out 0.3s; }
        .help-materials .item .text a:hover {
          background: rgba(255, 72, 0, 0.7);
          text-decoration: none;
          color: #fff; }
        .help-materials .item .text a span {
          font-size: 18px;
          text-transform: none;
          line-height: normal;
          color: #fff;
          display: block;
          margin-top: 15px; }

.modal-video .modal-body {
  padding: 0; }
  .modal-video .modal-body .close {
    position: absolute;
    z-index: 50;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ff4800;
    opacity: 0.8;
    left: auto;
    right: 0; }

.testimonials {
  padding: 60px 0; }
  .testimonials .heading {
    color: #ff4800;
    font-size: 48px;
    font-style: italic;
    text-align: center;
    font-weight: 700; }
    .testimonials .heading span {
      font-size: 24px;
      color: #24262c; }
  .testimonials .item {
    padding: 30px 0;
    display: flex; }
    .testimonials .item + .item {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .testimonials .item .image {
      margin-right: 30px;
      border-radius: 50%;
      width: 110px;
      height: 110px;
      flex-shrink: 0;
      overflow: hidden; }
      .testimonials .item .image img {
        width: 100%;
        height: auto; }
    .testimonials .item .text h4 {
      font-size: 18px;
      color: #ff4800;
      font-style: italic; }
      .testimonials .item .text h4 span {
        font-size: 14px;
        color: #24262c; }
    .testimonials .item .text p {
      margin: 0;
      margin-top: 15px;
      font-size: 14px; }

.bennefits {
  padding: 60px 0;
  background: #e5ebee url(/sites/all/themes/stability/promo/paxforex-1/images/bennefits-bg-lg.jpg) no-repeat top center;
  background-size: cover; }
  .bennefits .heading {
    color: #ff4800;
    font-size: 48px;
    text-align: center;
    font-style: italic;
    font-weight: 700; }
  .bennefits .item {
    padding: 30px;
    background: rgba(255, 255, 255, 0.3);
    transition: all ease-in-out 0.3s; }
    .bennefits .item:hover {
      z-index: 5;
      background: rgba(255, 255, 255, 0.8); }
    .bennefits .item .number {
      font-size: 60px;
      color: #ff4800;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .bennefits .item .text h4 {
      font-size: 18px;
      font-style: italic; }
    .bennefits .item .text p {
      font-size: 14px; }

.special-services {
  padding: 60px 0;
  color: #fff;
  background: linear-gradient(135deg, #43c860 0%, #3db58c 100%); }
  .special-services h1 {
    font-weight: 900;
    font-size: 48px;
    font-style: italic;
    margin-bottom: 40px; }
  .special-services .item {
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    cursor: pointer; }
    .special-services .item + .item {
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .special-services .item:hover {
      background: rgba(255, 255, 255, 0.2); }
    .special-services .item img {
      margin-bottom: 15px; }

.contacts {
  padding: 60px 0;
  background: url(/sites/all/themes/stability/promo/paxforex-1/images/contacts-bg-lg.jpg) no-repeat center top;
  background-size: cover; }
  .contacts h3 {
    color: #fff;
    font-weight: 800;
    font-style: italic;
    font-size: 36px; }
  .contacts h2 {
    color: #ff4800;
    font-weight: 800;
    font-style: italic;
    font-size: 48px; }
  .contacts .form form {
    background: #fff;
    padding-bottom: 50px;
    margin-top: 30px; }
    .contacts .form form h3 {
      padding: 30px;
      background: rgba(0, 0, 0, 0.04);
      text-align: center;
      margin: 0;
      text-transform: uppercase;
      color: #ff4800;
      margin-bottom: 30px; }
      .contacts .form form h3 .small {
        font-size: 16px;
        text-transform: none;
        line-height: 24px; }
    .contacts .form form .form-group {
      padding: 10px 60px;
      margin: 0; }
      .contacts .form form .form-group.warning input {
        border: 1px solid #e30020; }
      .contacts .form form .form-group.warning small {
        color: #e30020; }
    .contacts .form form input {
      border-radius: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding-left: 46px;
      background-repeat: no-repeat;
      background-position: left center; }
      .contacts .form form input:focus {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
      .contacts .form form input.email {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/email-icon.png); }
      .contacts .form form input.name {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/name-icon.png); }
      .contacts .form form input.phone {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/phone-icon.png); }
  .contacts .facebook {
    margin-top: 30px; }

.footer {
  background: linear-gradient(135deg, #ff4800 0%, #ff0600 100%);
  color: #fff;
  padding: 30px 0; }
  .footer .footer-logo {
    font-size: 12px;
    text-align: center; }
    .footer .footer-logo img {
      margin-bottom: 15px; }
  .footer .disclamer {
    font-size: 10px;
    line-height: 1; }

.modal .modal-content {
  border: 0;
  border-radius: 0; }
.modal .form form {
  background: #fff;
  padding-bottom: 50px;
  margin: -15px; }
  .modal .form form h3 {
    padding: 30px;
    background: rgba(0, 0, 0, 0.04);
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #ff4800;
    margin-bottom: 30px; }
    .modal .form form h3 .small {
      font-size: 16px;
      text-transform: none;
      line-height: 24px; }
  .modal .form form .form-group {
    padding: 10px 60px;
    margin: 0; }
    .modal .form form .form-group.warning input {
      border: 1px solid #e30020; }
    .modal .form form .form-group.warning small {
      color: #e30020; }
  .modal .form form input {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 46px;
    background-repeat: no-repeat;
    background-position: left center; }
    .modal .form form input:focus {
      box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
    .modal .form form input.email {
      background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/email-icon.png); }
    .modal .form form input.name {
      background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/name-icon.png); }
    .modal .form form input.phone {
      background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/phone-icon.png); }

@media (max-width: 1199.98px) {
  .help-materials .item .text a {
    padding: 30px; } }
@media (max-width: 991.98px) {
  .features {
    color: #fff;
    margin-top: -270px; }
    .features .item {
      height: 270px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      overflow: hidden;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
      transition: all ease-in-out 0.3s;
      cursor: pointer;
      transition: all ease 0.5s; }
      .features .item .top {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        padding: 60px;
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
        position: relative;
        top: 0%;
        transition: all ease 0.5s;
        font-size: 20px; }
        .features .item .top img {
          height: 120px;
          width: auto; }
      .features .item .bottom {
        background: rgba(0, 0, 0, 0.5);
        padding: 60px;
        font-size: 14px;
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
        position: relative;
        top: 0%;
        text-transform: none;
        font-weight: normal;
        transition: all ease 0.5s; }
      .features .item:hover .top {
        top: -100%; }
      .features .item:hover .bottom {
        top: -100%; }
      .features .item.manager {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/manager-bg.jpg); }
      .features .item.support {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/support-bg.jpg); }
      .features .item.leverage {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/leverage-bg.jpg); }
      .features .item.deposit {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/deposit-bg.jpg); }

  .help-materials {
    background: #131517; }
    .help-materials .item {
      padding: 40px;
      background-size: cover;
      display: flex;
      align-items: stretch; }
      .help-materials .item.video {
        background: url(/sites/all/themes/stability/promo/paxforex-1/images/video-bg.png) no-repeat center; }
      .help-materials .item.image {
        background: url(/sites/all/themes/stability/promo/paxforex-1/images/image-bg.jpg) no-repeat center; }
      .help-materials .item .text {
        display: flex;
        align-items: stretch;
        width: 100%;
        align-content: center; }
        .help-materials .item .text a {
          display: table-cell;
          vertical-align: middle;
          filter: none;
          color: #ff4800;
          text-align: center;
          background: rgba(0, 0, 0, 0.1);
          border: 1px solid #ff4800;
          width: 100%;
          padding: 30px;
          font-size: 20px;
          text-transform: uppercase; }
          .help-materials .item .text a:hover {
            background: rgba(255, 72, 0, 0.7);
            text-decoration: none;
            color: #fff; }

  .instruments {
    color: #fff;
    padding: 100px 0 370px 0; }
    .instruments .instruments-item {
      padding: 15px 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .instruments .instruments-item + .instruments-item {
        border-left: 1px solid rgba(255, 255, 255, 0.22); }
      .instruments .instruments-item .amount {
        width: 170px;
        height: 170px;
        background: rgba(0, 0, 0, 0.1);
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        text-align: center;
        line-height: 170px;
        background: none; }
      .instruments .instruments-item .name {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 20px;
        font-size: 20px; } }
@media (max-width: 767.98px) {
  .instruments .instruments-item .amount {
    width: 120px;
    height: 120px; }

  .features .item .top {
    font-size: 16px;
    padding: 40px; }
    .features .item .top img {
      height: 120px;
      width: auto; }
  .features .item .bottom {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    font-size: 14px;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    top: 0%;
    text-transform: none;
    font-weight: normal;
    transition: all ease 0.5s; }
  .features .item:hover .top {
    top: -100%; }
  .features .item:hover .bottom {
    top: -100%; }
  .features .item.manager {
    background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/manager-bg.jpg); }
  .features .item.support {
    background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/support-bg.jpg); }
  .features .item.leverage {
    background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/leverage-bg.jpg); }
  .features .item.deposit {
    background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/deposit-bg.jpg); } }
@media (max-width: 575.98px) {
  .navbar {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 15px; }
    .navbar .navbar-brand img {
      max-width: 130px;
      height: auto; }

  .instruments {
    padding: 60px 0; }
    .instruments h3.heading {
      font-size: 30px !important; }
    .instruments .instruments-item + .instruments-item {
      margin-top: 40px;
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.22); }

  .features {
    color: #fff;
    margin-top: 0px; }
    .features .item {
      height: 200px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      overflow: hidden;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
      transition: all ease-in-out 0.3s;
      cursor: pointer;
      transition: all ease 0.5s; }
      .features .item .top {
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 100%;
        padding: 40px;
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
        position: relative;
        top: 0%;
        transition: all ease 0.5s; }
      .features .item .bottom {
        background: rgba(0, 0, 0, 0.5);
        padding: 40px;
        font-size: 14px;
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
        position: relative;
        top: 0%;
        text-transform: none;
        font-weight: normal;
        transition: all ease 0.5s; }
      .features .item:hover .top {
        top: -100%; }
      .features .item:hover .bottom {
        top: -100%; }
      .features .item.manager {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/manager-bg.jpg); }
      .features .item.support {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/support-bg.jpg); }
      .features .item.leverage {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/leverage-bg.jpg); }
      .features .item.deposit {
        background-image: url(/sites/all/themes/stability/promo/paxforex-1/images/deposit-bg.jpg); }

  .testimonials {
    padding: 60px 0; }
    .testimonials .heading {
      color: #ff4800;
      font-size: 48px;
      font-style: italic;
      text-align: center;
      font-weight: 700; }
      .testimonials .heading span {
        font-size: 24px;
        display: block;
        color: #24262c; }
    .testimonials .subheading {
      font-size: 16px; }
    .testimonials .item {
      padding: 30px 0;
      display: flex; }
      .testimonials .item + .item {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .testimonials .item .image {
        margin-right: 30px;
        border-radius: 50%;
        width: 110px;
        height: 110px;
        flex-shrink: 0;
        overflow: hidden; }
        .testimonials .item .image img {
          width: 100%;
          height: auto; }
      .testimonials .item .text h4 {
        font-size: 18px;
        color: #ff4800;
        font-style: italic; }
        .testimonials .item .text h4 span {
          font-size: 14px;
          color: #24262c; }
      .testimonials .item .text p {
        margin: 0;
        margin-top: 15px;
        font-size: 14px; } }
