.main_new_button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #1AB394;
  border-radius: 30px;
  line-height: 50px;
  min-width: 150px;
  text-align: center;
  border: none;
  margin: 10px;
}

.main_new_button:hover {
  background: #34658D;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.notebook {
  background: url(../../images/notebook.jpg) top center no-repeat;
  background-size: contain;
  width: 100%;
}

.video_for_trader {
  padding: 30px;
  text-align: center;
  width: 60%;
}

.video_for_trader>iframe {
  height: 420px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 18px;
}

#footer {
  padding-bottom: 0px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer_caption {
  color: #4585BB;
  display: inline-block;
  margin-bottom: 10px;
}

.footer_caption>span {
  color: #4CAC6E;
}

.footer_caption {
  color: #4585BB;
  display: inline-block;
  margin-bottom: 10px;
}

.footer_caption>span {
  color: #4CAC6E;
}

.header_caption {
  color: #4585BB !important;
  margin-bottom: 30px !important;
}

.banner-content h1 {
  font-size: 35px;
}

.header_caption>span {
  color: #4CAC6E !important;
}

.banner-logo {
  margin-bottom: 10px;
}

/*h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    margin-bottom: 25px !important;
    line-height: 35px;
}
*/

@media screen and (max-width: 960px) {
  .notebook {
    height: 500px;
  }

  .reg_landing_button {
    margin-right: 30px;
  }
}

@media screen and (max-width: 650px) {
  .video_for_trader {
    width: 90%;
    padding: 0px;
    padding-top: 15px;
  }

  .video_for_trader>iframe {
    height: 150px;
  }

  .notebook {
    background: black;
    height: 180px;
  }

  #screenshot {
    padding-bottom: 1c0px;
  }
}

.feature-mockup {
  top: 20px;
}

.lang_table {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999999999;
}

.feature-lists ul li a {
  font-size: 17px;
}

.section-title,
.small-heading h4,
.item-lists .icon .fa,
.dark header .navbar-default .navbar-nav>.current>a,
.dark header .navbar-default .navbar-nav>.current>a:hover,
.dark header .navbar-default .navbar-nav>.current>a:focus,
header .navbar-default .navbar-nav>.current>a,
header .navbar-default .navbar-nav>.current>a:hover,
header .navbar-default .navbar-nav>.current>a:focus,
#go-to-top .fa,
a:hover,
a:focus,
.feature-lists ul li a .fa,
.single-counter p,
.desc-tab .nav.nav-tabs li .fa,
.dark .intro-block .fa:hover,
.dark .intro-block:hover .icon .fa {
  color: #4585BB
}

.newsletter-signup input[type='submit'],
.contact-form .btn,
.main_new_button,
.desc-tab>.nav-tabs>.active>a,
.desc-tab>.nav-tabs>.active>a:hover,
.desc-tab>.nav-tabs>.active>a:focus,
.intro-block .icon .fa,
.intro-block .icon,
.price-header .fa,
.dark .team-block:hover .social-icon-circle a,
.social-icon-circle a {
  background: #4585BB
}

.main_new_button:hover {
  color: white;
}

.single-counter p {
  color: #B789CB;
  font-weight: bold;
  font-size: 18px;
}

.lang_table a.active img {
  filter: grayscale(50%);
}

.gray_filter img {
  filter: grayscale(100%);
}

.gray_filter img:hover {
  filter: grayscale(0%);
}

.more_partners_button {
  cursor: pointer;
}

.more_partners {
  display: none;
}

.social_block {
  margin-bottom: 30px;
}

a.pluso-more {
  display: none !important;
}

.partner_link {
  z-index: 5;
  position: relative;
  text-align: center;
  color: white;
}

.price-header.pink>i,
.price-btn.pink {
  background: #7A51A0;
}

.price-btn {
  background: #4585BB;
}

.price-plan b {
  color: white;
}

.modal-body {
  color: black;
}

li.bold>a {
  color: white !important;
}

.team-block {
  min-height: 300px;
}

.special {
  opacity: 0;
  position: absolute;
  right: 0px;
  margin-right: 430px;
  margin-top: -10px;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.show_special {
  display: inline-block;
}

.show_special:hover .special {
  opacity: 0.5;
  position: absolute;
  right: 0px;
  margin-right: 430px;
  margin-top: -10px;
  font-size: 17px;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.partner_caption {
  color: white !important;
  font-size: 150% !important;
}

.btn_mainframe {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn_mainframe {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  border-radius: 0;
}

.btn_mainframe.btn-transparent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  font-weight: 500;
}

.btn_mainframe.btn-transparent-white {
  color: #fff;
  background-color: #253138;
  border-color: #fff;
  font-weight: 500;
}

a.btn_mainframe {
  text-decoration: none !important;
}

.btn_mainframe.btn-transparent.btn-transparent-white {
  border-color: #ffffff;
}

.btn_mainframe.btn-transparent.btn-transparent-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000 !important;
}

.btn_mainframe {
  width: 150px;
}

.feature {
  padding-bottom: 80px;
}

.action_button {
  padding: 5px !important;
  margin-left: 10px !important;
  margin-top: 13px;
  color: white !important;
}

#description p {
  margin-bottom: 15px;
  line-height: 25px;
}

.reg_landing_button {
  position: fixed !important;
  top: 15px;
  right: 30px;
}

.dark .section-sub-title {
  line-height: 35px;
}

.desc-tab>.nav-tabs>li>a {
  border: none !important;
}

.desc-tab>.nav-tabs>.active>a,
.desc-tab>.nav-tabs>.active>a:hover {
  background: none !important;
  color: white !important;
  border: none !important;
}

#feedback_form div.row div {
  margin-bottom: 20px;
}

.newsletter-signup input[type="text"],
.newsletter-signup textarea {
  border: 2px solid #00c0ff;
  height: 70px;
  border-radius: 45px;
  width: 100%;
  font-size: 22px;
  color: #bababa;
  font-weight: 100;
  padding: 0 180px 0 30px;
  background: transparent;
}

#feedback_form_message {
  height: 140px;
}

.desc-tab .nav.nav-tabs li {
  width: calc(100% / 2);
}

#team {
  display: none
}

.hiddenright,
.hiddenleft,
.hiddenmiddle {
  opacity: 0;
  transition: all ease-in 0.3s;
  font-size: 18px;
}

.rightcol:hover .hiddenright {
  opacity: 1;
}

.leftcol:hover .hiddenleft {
  opacity: 1;
}

.midcol:hover .hiddenmiddle {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .feature-mockup {
    width: 100%;
    left: 0px;
  }

  .feature-mockup img {
    width: 100%;
  }
}