@me/*------------------------------
 * Copyright 2014 Pixelized
 * http://www.pixelized.cz
 *
 * Supreme theme v1.0
------------------------------*/

/*------------------------------
  MAIN
------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700italic,700,300,300italic,800,800italic);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}
@font-face {
  font-family: GoldenEye;
  src: url(/assets/fonts/007-GoldenEye.ttf);
}
@font-face {
  font-family: AtHelvetica;
  src: url(/assets/fonts/Helvetica.ttf);
}

/* Sticky footer solution */
html,
body {
  margin:0;
  display:table;
  height:100%;
  width:100%;
  font-family: 'Open Sans', sans-serif;
}

/*h1 {
  display:none;
}*/

a,
a:focus,
a:hover {
  outline:0 none;
  text-decoration:none;
  color:#54B132;
}

p {
  margin: 0 0 20px;
  line-height:21px;
  font-size:13px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: 'Open Sans', sans-serif;
}

/* IMAGE STYLES */

img.image-bordered  {
  background-color: rgba(255,255,255,0.4);
  padding:4px;
}

/* BOOTSTRAP BUTTONS */

.btn, 
.btn:hover,
.btn:focus {
  color: #FFFFFF;
  border:0;
  border-radius:0;
}

body a.btn-normal,
body button.btn-normal {
  color: #FFFFFF;
}

body a.btn-default,
body button.btn-default {
  background-color: #FFFFFF;
    color: #555555;
}
 
body a.btn-normal:hover,
body a.btn-normal:focus,
body a.btn-default:hover,
body a.btn-default:focus,
body button.btn-normal:hover,
body button.btn-normal:focus,
body button.btn-default:hover,
body button.btn-default:focus {
  background-color: #555555;
  color: #FFFFFF;
}

body.color-infx a.btn-normal:hover,
body.color-infx a.btn-normal:focus,
body.color-infx a.btn-default:hover,
body.color-infx a.btn-default:focus,
body.color-infx button.btn-normal:hover,
body.color-infx button.btn-normal:focus,
body.color-infx button.btn-default:hover,
body.color-infx button.btn-default:focus {
  background-color: #A20000;
}

/* BOOTSTRAP ALERT */

.alert {
  background-color: #555555;
  color: #FFFFFF;
  border:0;
  border-radius:3px;
  padding:10px 15px;
  font-size: 13px;
}

.alert-space {
  margin-top:40px;
}

.alert .close {
  line-height: 0.9;
}

.alert .close:hover,
.alert .close:focus {
  opacity:0.4;
}

.alert-hg {
  padding:15px 25px;
  font-size: 20px;
}

.alert-hg .close {
  font-size: 32px;
}

.alert-danger {background-color: #CB2027;}
.alert-success {background-color: #54B132;}
.alert-primary {background-color: #3276B1;}
.alert-warning {background-color: #F8B533;}


/* BOOTSTRAP FORM CONTROL */

.form-control {
  border-color:#DDDDDD;
  border-radius:0;
  box-shadow:none;
  font-size: 15px;
    height: 38px;
  font-weight:300;
  background-color:#FCFCFC;
}

textarea.form-control {
    height: 144px;
  resize:vertical;
}

.form-control:focus {
  background-color:#FFFFFF;
  box-shadow:none;
}

/* SCROLL UP BUTTON */

body a.scroll-up {
    position: fixed;
    bottom: -1px;
    right: 25px;
    color: #FFFFFF;
  border:1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    display: none;
  width:35px;
  height:34px;
  text-align:center;
  padding-top:5px;
  z-index:1000;
}

body a.scroll-up:hover { 
  background-color:#555555;
  border-color:rgba(0,0,0,0.2);
  color: #FFFFFF;
  transition-duration:0.3s;
}

/* IMAGE OVERLAY */

.overlay-wrapper {
  position:relative;
}

.overlay-wrapper .overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  text-align:center;
  padding-top:25%;
}

.overlay-wrapper .overlay a {
  font-size:20px;
  width:50px;
  height:50px;
  color:#FFFFFF;
  display:inline-block;
  text-align:center;
  padding-top:12px;
  border-radius:50%;
  margin-right:15px;
  opacity:0.8;
}

.overlay-wrapper .overlay a:last-child {
  margin-right:0;
}

body .overlay-wrapper .overlay a:hover {
  background-color:#333333;
  color:#FFFFFF;
}

.overlay-wrapper:hover .overlay {
  background-color:rgba(0,0,0,0.5);
  opacity:1;
  transition-duration:0.6s;
}

/*------------------------------
  HEADER
------------------------------*/

.navbar {
  background-color:#FFFFFF;
  border:0;
  height:65px;
  margin:0;
  border-top:2px solid #54B132;
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
}

body.color-infx .navbar {
  border-top:2px solid #c60000;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  padding:10px 35px 0 15px;
}

/* HEADER - NAVIGATION */

.navbar-default .navbar-nav {
    margin-top:17px;
}

.navbar-default .navbar-nav > li {
  margin-right:15px;
}

.navbar-default .navbar-nav > li > a {
  padding:10px 15px;
  border-radius:0;
  font-size:13px;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color:#F0F0F0;
}

.navbar-default .navbar-nav > li > a > i {
  font-size:14px;
  margin-left:3px;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
  color:#FFFFFF;
}

.navbar-default .navbar-nav > li.open > a.dropdown-toggle,
.navbar-default .navbar-nav > li.open > a.dropdown-toggle:hover,
.navbar-default .navbar-nav > li.open > a.dropdown-toggle:focus {
  background-color:#555555;
  color:#FFFFFF;
}

.navbar-default .navbar-nav > .open > a.register-action, 
.navbar-default .navbar-nav > .open > a.register-action:hover, 
.navbar-default .navbar-nav > .open > a.register-action:focus{
  background: initial;
}

.navbar-default .navbar-nav > li > a.brand-infx.register-action{
  background-color: #c60000;
  color:white;
}

.navbar-default .navbar-nav > li > a.brand-plus.register-action{
  background-color: #007ee7;
  color:white;
}

.navbar-default .navbar-nav > li > a.clients-acces-button{
    background-color:#54B132;
    color:white; 
}

.navbar-default .navbar-nav > li > ul.dropdown-menu {
  border-radius:0;
  border:0;
  border-top:2px solid #54B132;
  padding:0;
  background-color:#FCFCFC;
  min-width:200px;
  box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);
}

.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a {
  color:#444444;
    font-weight: 600;
    padding: 10px 20px;
  border-bottom:1px dashed #DDDDDD;
  font-size:13px;
}

.navbar-default .navbar-nav > li > ul.dropdown-menu > li:last-child > a {
  border-bottom:0;
}

.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover {
  color:#ffffff;
}

/* HEADER - RIGHT SIDE */

#search-form {
  display:inline-block;
  margin:0 20px;
  position:relative;
  top:10px;
}

#search-form .input-group {
  width:200px;
}

#search-form .input-group .form-control {
  height:28px;
  width:130px;
  float:right;
  font-size:12px;
  border-radius:0;
}

#search-form .input-group .form-control:focus {
  width:170px;
  box-shadow:none;
}

#search-form .input-group .btn {
  padding:3px 12px;
  font-size:14px;
  color:#FFFFFF;
  border:1px solid #54B132;
}

.navbar #secondary-nav {
  display:inline-block;
  margin:25px 0 0;
}

.navbar #secondary-nav li {
  margin-right:15px;
}

.navbar #secondary-nav li:last-child {
  margin-right:0;
}

.navbar #secondary-nav li a {
  color:#333333;
  font-weight: 600;
  font-size:13px;
}

.navbar #secondary-nav li a:hover {
  text-decoration:underline;  
}

/*------------------------------
  JUMBOTRON
------------------------------*/

.jumbotron {
  background:url(/assets/img/tradebanner_bg.jpg) repeat;
  /*background-color:#0070b9;*/
  padding:50px 0px 0px 0px;
}

.jumbotron h2 {
  color:#FFFFFF;
  font-size:36px;
  margin-bottom:30px;
}

.jumbotron h3 {
  color:#888888;
  font-size:18px;
  margin-bottom:30px;
  line-height:24px;
}

.jumbotron .btn {
  padding:15px 25px;
  margin-right:30px;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
}
.clients-badge {
font-size:9px;
background-color: red;
padding: px 5px;
}
.jumbotron .btn:last-child {
  margin-right:0;
}

/*------------------------------
  CONTENT
------------------------------*/


ul.plus-bullet-points{
  list-style-image: url('/assets/img/bullet-faq-plus.png');
}
ul.pro-bullet-points{
  list-style-image: url('/assets/img/bullet-faq-pro.png');
}
ul.mini-bullet-points{
  list-style-image: url('/assets/img/bullet-faq-mini.png');
}
ul.plus-bullet-points > li, ul.pro-bullet-points > li, ul.mini-bullet-points > li{
  margin-bottom: 10px;
}

.content-item {
  padding:40px 0;
}

.content-item.grey {
  background-color:#F0F0F0;
  padding:40px 0;
}

.content-item h2 {
  font-weight:700;
  font-size:35px;
  margin:20px 0;
}

.content-item h3 {
  font-weight:400;
  font-size:20px;
  color:#555555;
  margin:10px 0 15px;
  padding:0;
}

.content-headline {
  height:1px;
  margin:20px 0 70px;
}

.content-headline h2 {
  background-color:#FFFFFF;
  display:inline-block;
  position: relative;
  margin:-20px auto 0 -20px;
  padding:0 20px;
}
@media screen and (min-width: 768px){
  .content-headline h2{
    top:-5px;
  }
}

@media screen and (min-width: 768px){
  .clients-acces-button{
    margin-left:10px;
  }
}
@media screen and (max-width: 767px){
  .content-headline h2{
    margin:-20px auto 0 0px;
    top:-7px;
  }
}

.content-headline h3 {
  font-size:14px;
  color:#AAAAAA;
  display:block;
}

.content-headline2 {
  padding:0;
  margin:0;
  margin-bottom: 25px;
  position:relative;
}

.content-headline2 .line{
  height:1px;
  width:100%;
  background-color:#007ee7;
  position:absolute;
  top:55.5%;
  z-index:1;
}

.content-headline2 *:not(.line){
  position:relative;
  z-index:30;
  background-color: white;
  display:inline-block;
  text-align: center;
  font-weight:700;
  font-size:35px;
}

/* BOXES */

.box {
  background-color:#FFFFFF;
  padding:10px 20px;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
  margin-bottom:20px;
}

.box h3 {
    margin: 30px 0 5px;
  font-weight:bold;
}

.box ul {
  margin:0;
}

.box ul li {
  font-size:13px;
  border-bottom:1px dashed #DDDDDD;
  padding:10px 0;
  font-weight:600;
}

.box ul li:last-child {
  border-bottom:0;
}

.box ul li i {
  font-size:18px;
  margin-right:20px;
}

body .box.categories ul li i {
  color:#BBBBBB;  
  position:relative;
  top:2px;
}

.posts ul li a {
  font-size:14px;
  line-height:23px;
}

.posts ul li a:hover {
  color:#333333;  
}

.posts ul li div {
  font-size:13px;
  color:#999999;
  font-weight:bold;
  text-align:right;
  margin-top:5px;
}

body .box.posts ul li i {
    color: #333333;
    font-size: 14px;
    margin-right: 10px;
}

.box.tags ul.blog-tags li {
  border:0;
}

ul.blog-tags li {
  padding:7px 0;
}

body div ul.blog-tags li i,
body div .box.tags ul li i {
  color: #FFFFFF;
  position:relative;
  top:1px;
  font-size: 14px;
}

/* SERVICES */

#services .row div {
  text-align:center;
}

#services .row div i {
  border:10px solid #DDDDDD;
  font-size:50px;
  width:130px;
  height:130px;
  padding-top:30px;
  border-radius:50%;
  color:#999999;
}

#services .row div:hover i {
  transition-duration:1s;
}

#services h4 {
  font-size:26px;
  font-weight:bold;
  margin:20px 0 15px;
  color:#555555;
}

#services p {
  padding:0 15px; 
  line-height:22px;
  margin:0;
  color:#777777;
  font-size:13px;
}

/* SLIDESHOW */

#slideshow {
  margin-bottom:20px;
}

#slideshow-links {
  background-color: #F5F5F5;
  border-top:1px solid #E5E5E5;
  margin-top:20px;  
}

#slideshow-links .nav-tabs > li > a {
  border-top:0;
  border-right:0;
  border-radius:0;
  border-color:#E5E5E5; 
  color:#555555;
  font-weight:bold; 
}

#slideshow-links .nav-tabs > li:last-child > a {
  border-right:1px solid #E5E5E5; 
}

#slideshow-links .nav-tabs > li > a:hover {
  background-color: #F9F9F9;
}

#slideshow-links .nav-tabs > li.active > a,
#slideshow-links .nav-tabs > li.active > a:hover {
  background-color: #FFFFFF;
}

#slideshow-links .nav-tabs > li > a > span {
  background-image:url(/assets/img/arrow.png);
  display:none;
  position:absolute;
  width:30px;
  height:20px;
  top:40px;
  z-index:5;
  left:46%;
}

#slideshow-links .nav-tabs > li.active > a > span {
  display:block;
}

#slideshow {
  color:#FFFFFF;
  padding:40px 0;
  min-height:285px;
}

#slideshow h4 {
  font-size:16px;
  font-weight:bold;
}

#slideshow ul li {
  font-size:28px;
  font-weight:100;
  line-height:55px;
  margin-top:10px;
}

#slideshow ul li i {
  margin-right:25px;
}

#slideshow .feature i {
  font-size:60px;
  background-color: rgba(255,255,255,0.9);
  border-radius:50%;
  width:120px;
  height:120px;
  text-align:center;
  padding-top:33px;
  margin-right:30px;
}

#slideshow .feature p {
  overflow: hidden;
}

/* PRICING */

.pricing-plan {
  border:1px solid #DDDDDD;
  text-align:center;
  position:relative;
}

.pricing-plan h4 {
  background-color: #333333;
  color:#FFFFFF;
  margin:0;
  padding:15px 0;
  font-size:26px;
  text-transform:uppercase;
  font-weight:300;
  font-family: 'Open Sans',sans-serif;
}

.pricing-plan .prize {
  background-color: #E2E2E2;
  border:8px solid #EBEBEB;
  font-size:14px;
  font-weight:400;
  color:#777777;
  margin:20px;
  padding:5px 0;
}

.pricing-plan .prize span {
  font-size:30px;
  color:#555;
  font-weight:600;
  margin-right:5px;
}

.pricing-plan .prize small {
  font-size:16px;
  margin-right:2px;
}

.pricing-plan ul li {
  border-bottom:1px dashed #DDDDDD;
  padding:11px 0;
  color:#555;
  text-align:left;
  margin:0 30px;
}

.pricing-plan ul li i {
  margin-right:10px;
}

.pricing-plan ul li:last-child {
  border-bottom:0;
}

.pricing-plan .order-wrapper {
  background-color: #E9E9E9;
  border-top:1px solid #DDDDDD;
}

.pricing-plan .btn {
  color:#FFFFFF;
  padding:10px 30px;
  font-weight:bold;
  border:0;
  margin:15px 0;
  border-radius:0;
}

/* REFERENCE */

#reference {
  min-height:440px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
  margin:0 70px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
}

.jcarousel li {
    float: left;
  padding:5px 0;
  background-color:#555555;
  border-left:5px solid #FFFFFF;
  border-right:5px solid #FFFFFF;
}

.jcarousel li p {
  background-color:#333333;
  color:#F0F0F0;
  padding:6px 10px;
  margin:0;
  font-size:12px;
  display:none;
}

body a.jcarousel-control-prev,
body a.jcarousel-control-next,
body a.jcarousel-control-prev:focus,
body a.jcarousel-control-next:focus {
  background-color:#333333;
  color:#F0F0F0;
  display:inline-block;
  text-align:center;
  font-size:20px;
  border-radius:50%;
  position:absolute;
  top:95px;
  width:50px;
  padding:12px 0 11px;
}

body a.jcarousel-control-prev {left:15px; padding-right:2px;}
body a.jcarousel-control-next {right:15px; padding-left:2px;}

body a.jcarousel-control-prev:hover,
body a.jcarousel-control-next:hover {
  background-color:#777777;
  color:#F0F0F0;
  transition-duration:1s;
}

/* TEAM */

#team img {
  /*border:1px solid #EBEBEB;
  padding:10px;
  background-color:#F5F5F5;*/
}

.prize-img-container{
  /*#background-color: #F5F5F5;*/
  height:89px;
}

#team h4 {
  color:#555555;
  font-size:14px;
  font-weight:800;
  margin:0px 0 5px;
  font-family: 'Open Sans', sans-serif;
  background-color:#EBEBEB;
  padding:15px;
}

#team .premios-title {
  font-size:13px;
  font-weight:bold;
  margin:10px 10px 5px;
  display:block;
  margin-bottom:15px;
}

#team p {
  color:#777777;
  font-size:13px;
  min-height:70px;
  padding:0 10px;
}

#team .team-member {
  /*box-shadow:0 1px 5px 0px rgba(0,0,0,0.15);*/
}

#team .team-member .overlay-wrapper2 {
  position:relative;
  /*background-color:#F5F5F5;*/
}
  
#team .team-member .overlay-wrapper2 .overlay {
    background-color: rgba(0, 0, 0, 0.7);
  top:10px;
    left: 0;
    display:none;
    position: absolute;
    right: 0;
  height:15%;
  padding:0px;
  margin:0 11px;
  text-align:center;
}

#team .team-member .overlay-wrapper2 .overlay i {
  font-size:18px;
  color:rgba(255, 255, 255, 0.8);
  display:inline-block;
  padding:10px 15px 0;
}

#team .team-member .overlay-wrapper2 .overlay i:hover {
  color:rgba(255, 255, 255, 1);
}
.team-member-box img {
  padding:10px;
}

/*------------------------------
  FOOTER
------------------------------*/



/* Sticky footer solution */

.wrapper {
  height:auto;
}

footer {
  background-color:slategrey;
  display:table-row;
  height:1px;
}

/*------------------------------
  SIGN IN & SIGN UP
------------------------------*/

#login h2 {
  margin:5px 0 20px;
}

#login ul li {
  line-height:30px;
  font-size:16px;
  margin:5px 0 0 20px;
}

#login ul li i {
  margin-right:15px;
}

.form-wrapper {
  background-color:#FFFFFF;
  box-shadow:0 1px 2px 0px rgba(0,0,0,0.1);
}

.form-wrapper h4 {
  background-color:#666666;
  color:#FFFFFF;
  padding:12px 10px 14px;
  margin:0;
  text-align:center;
  font-weight:100;
  font-size:30px;
  font-family: 'Open Sans', sans-serif;
}

.form-wrapper form{
  padding:20px 20px 10px;
}

.form-wrapper label {
  font-size: 13px;
}

.form-wrapper .form-control {
  box-shadow:0 0 2px 1px rgba(0,0,0,0.05) inset;
  font-size: 13px;
}

.form-wrapper .btn {
  margin:5px 0 10px;
  padding:8px 13px;
  font-size: 13px;
}

.form-wrapper a {
  font-size: 13px;
  padding:8px 0 0;
  cursor:pointer;
}

.form-wrapper a:hover {
  text-decoration:underline;
}

.form-wrapper .checkbox {
  padding-left:0;
}

.form-wrapper .checkbox label {
  color:#333333;
}

input[type=checkbox].css-checkbox {
  display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:25px;
  height:18px; 
  line-height:16px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:13px;
  vertical-align:middle;
  cursor:pointer;
  font-weight:bold;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -18px;
}

input[type=radio].css-checkbox {
  display:none;
}

input[type=radio].css-checkbox + label.css-label {
  padding-left:25px;
  height:18px; 
  line-height:16px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:13px;
  vertical-align:middle;
  cursor:pointer;
  font-weight:bold;
}

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -18px;
}
label.css-label {
  background-image:url(/assets/img/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-wrapper #reset-password {
  border-top:1px dashed #DDDDDD;
  display:none;
}

.form-wrapper h5 {
  color:#555555;
  margin:5px 0 15px;
  font-weight:bold;
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
}

/*------------------------------
  SIGN IN & SIGN UP
------------------------------*/

#error {
  padding:120px 0;
}

.error-box {
  text-align:center;
  background-color:#FFFFFF;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
  padding:50px 20px;
}

.error-box p {
  font-size:18px;
  line-height:30px;
}

.signup-call-page-contact{
  text-align:center;
  background-color:#FFFFFF;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
  padding:50px 20px;  
  line-height:26px;
}

.signup-call-page-contact p{
  font-size:16px;
  line-height:26px;
}

/*------------------------------
  CONTACT PAGE
------------------------------*/

#google-map {
  border-top:3px solid #999999;
  border-bottom:3px solid #999999;
}

#map-canvas {
  height: 350px;
  margin: 0;
  padding: 0;
}

/*------------------------------
  HELP CENTER
------------------------------*/

#faq .panel-group {
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
}

#faq .panel-group .panel + .panel {
    margin-top:0;
}

#faq .panel-group .panel {
    border-radius: 0;
  border:0;
  border-bottom:1px dashed #DDDDDD;
}

#faq .panel-group .panel:last-child {
  border-bottom:0;
}

#faq .panel-default > .panel-heading {
    background-color: #FFFFFF;
    color: #333333;
  padding: 13px 20px;
}

#faq .panel-title {
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
}

#faq .panel-title a i {
  font-size:20px;
}

#faq .panel-title a:before {
  display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  content:"\f068";
  margin-right:10px;
  color:#666666;
}

#faq .panel-title a.collapsed:before {
  content:"\f067";
}

#faq .panel-collapse {
  background-color: #FBFBFB;
  font-size:14px;
  line-height:25px;
}

#faq .panel-collapse .panel-body {
  padding: 15px 20px;
}

/*------------------------------
  GALLERY
------------------------------*/

#gallery .row {
  margin:0;
}

#gallery .row > div {
  padding:0;
}

#gallery .overlay-wrapper:hover .overlay {
  background-color:rgba(0,0,0,0.7);
}

#gallery-item h2 {
  font-size:28px;
}

#gallery-item img {
  background-color:#FFFFFF;
  border:3px solid #999999;
  padding:7px;
}

/*------------------------------
  BLOG
------------------------------*/

.timeline {
    border-left:3px solid #BBBBBB;
    margin-left:110px;
    padding-left:25px;
}

.blog-post {
  background-color:#FFFFFF;
  padding:10px 25px;
  margin-bottom:60px;
}

.blog-post p {
  font-size:14px;
  line-height:23px;
  text-align:justify;
}

.blog-post p img {
  max-width:200px;  
}

.blog-post p img.pull-right {
  margin-left:15px;
}

.blog-post p img.pull-left {
  margin-right:15px;
}

.blog-post .blog-info {
  position:absolute;
  left:0;
  margin-top:-10px;
  width:100px;
  background-color:#FFFFFF;
  box-shadow:0 0 2px 1px rgba(0,0,0,0.2);
}

.blog-post .blog-info:after {
    width:20px;
  height:20px;
    position: absolute;
    right: -37px;
    top: 21px;
  content:"";
  text-align:center;
  border-radius:50%;
  border:5px solid #F0F0F0;
}

.blog-post .blog-info .date {
  background-color:#FFFFFF;
  font-size:16px;
}

.blog-post .blog-info .date div {
  float:left;
  padding:8px 0 0 12px;
  font-weight:600;
}

.blog-post .blog-info .date div.number {
  padding:4px 10px;
  color:#FFFFFF;
  font-size:20px;
}

/* BLOG ITEM */

.blog p {
  text-align:justify;
  line-height:22px;
}

.blog a {
  text-decoration:underline;
}

.blog a:hover {
  text-decoration:none;
}

.blog ul li {
  font-size:13px;
}

.blog p img {
  max-width:300px;
  border:3px solid #BBBBBB;
  padding:5px;  
}

.blog p img.pull-right {
  margin-left:15px;
}

.blog p img.pull-left {
  margin-right:15px;
}

ul.blog-detail {
  background-color:#FFFFFF;
  padding:10px 20px;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
  margin-bottom:20px;
}

ul.blog-detail li {
  font-size:14px;
  font-weight:600;
  color:#666666;
}

ul.blog-detail li i {
  font-size:20px;
  margin-right:10px;
  position:relative;
  top:2px;
}

ul.blog-tags li {
  padding-right:0;
}

ul.blog-tags li a {
  font-size:12px;
  font-weight:600;
  color:#FFFFFF;
  padding:4px 8px;
  text-decoration:none;
}

body ul.blog-tags li a:hover {
  background-color:#333333;
  color:#FFFFFF;
}

ul.blog-tags li i {
  margin-right:5px;
}

/*------------------------------
  COMMENTS
------------------------------*/

#comments {
  box-shadow: 0 -1px 6px 1px rgba(0,0,0,0.1);
  background-color:#FFFFFF;
}

#comments form {
  margin-bottom:30px;
}

#comments .btn {
  margin-top:7px;
}

#comments form fieldset {
  clear:both;
}

#comments form textarea {
  height:100px;
}

#comments .media {
  border-top:1px dashed #DDDDDD;
  padding:20px 0;
  margin:0;
}

#comments .media > .pull-left {
    margin-right: 20px;
}

#comments .media img {
  max-width:100px;
}

#comments .media h4 {
  margin:0 0 10px;
}

#comments .media h4 span {
  font-size:14px;
  float:right;
  color:#999999;
}

#comments .media p {
  margin-bottom:15px;
  text-align:justify;
}

#comments .media-detail {
  margin:0;
}

#comments .media-detail li {
  color:#AAAAAA;
  font-size:12px;
  padding-right: 10px;
  font-weight:600;
}

#comments .media-detail a:hover {
  text-decoration:underline;
}

#comments .media-detail li:last-child {
  padding-right:0;
}

#comments .media-detail li i {
  color:#666666;
  font-size:15px;
  margin-right: 10px;;
}

/*------------------------------
  MEDIUM DEVICES
------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
  .jumbotron h2 {
    font-size:30px;
  }
  
  .jumbotron h3 {
    font-size:16px;
  }
    
  #slideshow ul li {
    font-size:24px;
    line-height:45px;
  }
  
  #team .team-member .overlay-wrapper2 .overlay {
    height:17%;
  }
}

@media (max-width:1024px) {
  .blog-post p,
  .blog p,
  #comments .media p {
    text-align:left;
  }
}

/*------------------------------
  SMALL DEVICES
------------------------------*/

@media (min-width:768px) and (max-width:992px) {
  
  .overlay-wrapper .overlay a {
    font-size:15px;
    width:40px;
    height:40px;
    padding-top:9px;
  }
  
  .jumbotron h2 {
    font-size:25px;
  }
  
  .jumbotron h3 {
    font-size:16px;
  }
  
  .jumbotron .btn {
    padding:6px 10px;
    margin-right:10px;
    font-size:14px;
  }
  
  #slideshow ul li {
    font-size:22px;
    line-height:35px;
  }
  
  #team .team-member .overlay-wrapper2 .overlay {
    height:20%;
  }
  
  #team .team-member .overlay-wrapper2 .overlay i {
    font-size:14px;
  }
}

/*------------------------------
  EXTRA SMALL DEVICES
------------------------------*/

@media (max-width:767px) {

  .navbar-default .navbar-nav > li > ul.dropdown-menu {
    box-shadow:none;
  }
  
  .navbar #secondary-nav {
    margin: 15px 0 0;
  }
  
  .navbar #secondary-nav li {
    margin-right:0;
  }
  
  .navbar #secondary-nav li a {
    background-color:#666666;
    color:#FFFFFF;
    padding:5px 10px;
    margin-bottom:10px;
  }
  
  .navbar-toggle {
    border: 1px solid #DDDDDD;
    margin-top: 20px;
    padding: 5px 10px;
  }
  
  .navbar-collapse {
    background-color:#FFFFFF;
    border-top:0;
    box-shadow: none;
    text-align:center;
    /*padding-bottom:20px;*/
    border-top:3px solid #E7E7E7;
    border-bottom:3px solid #E7E7E7;
    /*margin-top:15px;*/
  }
  
  .navbar-collapse .nav {
    margin-top:0;
    border-bottom:3px solid #E7E7E7;
  }
  
  .navbar-default .navbar-nav > li {
    margin-right:0;
  }
  
  .jumbotron {
    padding:0px 0px;
    text-align:center;
  }
  
  .jumbotron h2 {
    font-size:30px;
    margin-bottom:20px;
  }
  
  .jumbotron h3 {
    color:#888888;
    font-size:18px;
    line-height:27px;
  }
    
  .jumbotron .btn {
    padding:10px 15px;
    margin-right:5px;
    font-size:14px;
  }
  
  .jumbotron img {
    margin-top:20px;
  }
  
  .content-item h2 {
    font-size:25px;
  }
  
  #slideshow-links .nav-tabs > li.active > a > span {
    display:none;
  }
  
  #slideshow-links .nav-tabs > li > a {
    border-right:1px solid #E5E5E5; 
  }
  
  #slideshow ul li {
    font-size:18px;
    line-height:35px;
  }
  
  .pricing-plan {
    margin-bottom:20px;
  }
  
  #team .team-member {
    box-shadow:none;
  }
  
  #team img {
    border:0;
    margin:0 auto;
  }
  
  
  
  .content-item {
    padding:15px 0;
  }
  
  .content-headline h3 {
    display:none;
  }
  
  .form-wrapper {
    margin-top:20px;
  }
  
  .navbar-default .navbar-nav > li > a:hover {
    background-color:transparent;
  }
  
  #gallery .overlay-wrapper {
    margin-bottom:10px;
  }
  
  #map-canvas {
    height: 220px;
  }
  
  #services p {
    margin-bottom:20px;
  }
}

@media (max-width:430px) {
  .blog-post p img {
    display:none;
  }
}

@media (max-width:320px) {
  .timeline {
    margin-left:70px;
  }
  
  .blog-post {
    padding:5px 10px;
  }
  
  .blog-post p {
    font-size:12px;
    line-height:21px;
  }
  
  .blog-post .blog-info {
    width:60px;
    margin-top:-4px;
  }
    
  .blog-post .blog-info .date {
    font-size:12px;
  }
  
  .blog-post .blog-info .date div {
    padding:4px 0 0 6px;
  }
  
  .blog-post .blog-info .date div.number {
    padding:2px 6px;
    font-size:14px;
  }
  
  .blog p img {
    max-width:290px;  
  }
  
  #comments .media img {
    max-width:64px;
  }
}

/****************************************************** Mis clases *****************************************************/
/***********************************************************//**********************************************************/
/***********************************************************//**********************************************************/
/***********************************************************//**********************************************************/
/***********************************************************//**********************************************************/

/*Botón abrir cuenta pantalla principal*/
.abrir_conta {
    min-width: 200px;
    max-width: 200px;
    min-height: 35px;
    max-height: 35px;
    text-align: center;
    color: white; 
    background-color: #2F6EEC;
}

/*Botón de simular grátis pantalla principal*/
.simular_gratis {
    min-width: 200px;
    max-width: 200px;
    min-height: 35px;
    max-height: 35px;
    text-align: center;
    color: white; 
    background-color: #139B2A;
    margin: 5px;
}

/*Clases para el form step 2 - Types Account*/
/**********************************************/
.type_account_not_selected
{
  box-shadow: 0px 0px 10px #888888;
  border-radius: 10px;
  height: 150px;
  width: 140px;

  margin-bottom: 10px;

  cursor: pointer;

  /*para centrar*/
  margin-left: auto;
    margin-right: auto;
}

.accountIndividualBackground_not_selected
{
  background-image: url(/assets/img/radio_button_option.png), url(/assets/img/individual.png);
  background-position: left top, center bottom;
  background-repeat: no-repeat;
}

.accountJointBackground_not_selected
{
  background-image: url(/assets/img/radio_button_option.png), url(/assets/img/conjunta.png);
  background-position: left top, center bottom;
  background-repeat: no-repeat;
}

.accountCorporateBackground_not_selected
{
  background-image: url(/assets/img/radio_button_option.png), url(/assets/img/corporativa.png);
  background-position: left top, center bottom;
  background-repeat: no-repeat;
}

.type_account_not_selected p
{
  padding-top: 5%;
  font-size:90%;
  text-align: center;
  color:#007ee7;
  /*font-weight: bold;*/
}

.type_account_selected
{
  box-shadow: 0px 0px 10px #888888;
  border-radius: 10px;
  border-style: solid;
  border-color: #A0A0A0;
  border-width: 3px;
  height: 150px;
  width: 140px;
  background-color: #87cefa;

  margin-bottom: 10px;

  cursor: pointer;

  /*para centrar*/
  margin-left: auto;
    margin-right: auto;
}

.accountIndividualBackground_selected
{
  background-image: url(/assets/img/option_check.png), url(/assets/img/individual.png);
  background-position: left top, center bottom;
  background-repeat: no-repeat;
}

.accountJointBackground_selected
{
  background-image: url(/assets/img/option_check.png), url(/assets/img/conjunta.png);
  background-position: left top, center bottom;
  background-repeat: no-repeat;
}

.accountCorporateBackground_selected
{
  background-image: url(/assets/img/option_check.png), url(/assets/img/corporativa.png);
  background-position: left top, center bottom;
  background-repeat: no-repeat;
}

.type_account_selected p
{
  padding-top: 5%;
  font-size:90%;
  text-align: center;
  color:black;
  /*font-weight: bold;*/
}

.content-item.custom_grey {
  background-color:#F0F0F0;
  padding:1% 0;
  height: 100%;
}
/**********************************************/
/**********************************************/

/*Clases para el form step 5 - Types Account*/
/**********************************************/
.type_account_not_selected_step6
{
  box-shadow: 0px 0px 10px #888888;
  border-radius: 10px;
  height: 150px;
  width: 140px;

  margin-bottom: 10px;

  cursor: pointer;

  /*para centrar*/
  margin-left: auto;
    margin-right: auto;
}

.accountIndividualBackground_not_selected_step6
{
  background-image: url(/assets/img/individual.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.accountJointBackground_not_selected_step6
{
  background-image: url(/assets/img/conjunta.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.accountCorporateBackground_not_selected_step6
{
  background-image: url(/assets/img/corporativa.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.type_account_not_selected_step6 p
{
  font-size:90%;
  text-align: center;
  color:#007ee7;
}

.type_account_selected_step6
{
  box-shadow: 0px 0px 10px #888888;
  border-radius: 10px;
  border-style: solid;
  border-color: #A0A0A0;
  border-width: 3px;
  height: 150px;
  width: 140px;
  background-color: #87cefa;

  margin-bottom: 10px;

  cursor: pointer;

  /*para centrar*/
  margin-left: auto;
    margin-right: auto;
}

.accountIndividualBackground_selected_step6
{
  background-image: url(/assets/img/individual.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.accountJointBackground_selected_step6
{
  background-image: url(/assets/img/conjunta.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.accountCorporateBackground_selected_step6
{
  background-image: url(/assets/img/corporativa.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.type_account_selected_step6 p
{
  font-size:90%;
  text-align: center;
  color:black;
}

.content-item.custom_grey_step6 {
  background-color:#F0F0F0;
  padding:1% 0;
  height: 100%;
}
/**********************************************/
/**********************************************/

/**Clases para el form step 5 - Types Product**/
/**********************************************/
.type_product_not_selected_step6
{
  box-shadow: 0px 0px 10px #888888;
  border-radius: 10px;
  height: 45px;
  width: 120px;

  margin-bottom: 10px;
  
  cursor: pointer;

  /*para centrar*/
  margin-left: auto;
    margin-right: auto;
}

.type_product_selected_step6
{
  box-shadow: 0px 0px 10px #888888;
  border-radius: 10px;
  border-style: solid;
  border-color: #A0A0A0;
  border-width: 3px;
  height: 45px;
  width: 120px;
  background-color: #87cefa;

  margin-bottom: 10px;

  cursor: pointer;

  /*para centrar*/
  margin-left: auto;
    margin-right: auto;
}

/**********************************************/
/**********************************************/

/*Clase para que cambie el cursor al pasar por encima del div*/
.cursor_point_punch
{
  cursor: pointer;
}

/**********************************************/
/**********************************************/

.center
{
  margin-left: auto;
  margin-right: auto;
}

.panel-footer{
  background-color: #333333;
  border-top: none;
}

.content-item.dark_grey {
  background-color:#606060;
  padding:50px 0;
  height: 100%;
}
.background_dark_grey{
  background-color:#606060;
}

/* Use the following CSS code if you want to have a class per icon */
.custom_ul { 
  padding-left:20px; 
  list-style:none; 
}
.custom_li { margin-bottom:10px; }
li.custom_li:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #29a643;
}

.contenido-curso{
  text-align:  justify;
  line-height: 24px;
}

/* Use the following CSS code if you want to have a class per icon */
.custom_ul_plus { padding-left:20px; list-style:none; }
.custom_li_plus { margin-bottom:10px; }
li.custom_li_plus:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #007ee7;
}

/* Use the following CSS code if you want to have a class per icon */
.custom_ul_pro { padding-left:20px; list-style:none; }
.custom_li_pro { margin-bottom:10px; }
li.custom_li_pro:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #e76900;
}

.custom_ul_infx { padding-left:20px; list-style:none; }
.custom_li_infx { margin-bottom:10px; }
li.custom_li_infx:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #c60000;
}

/*oreyitrade*/
.custom_li_orey { margin-bottom:10px; }
li.custom_li_orey:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #007ee7;
}

.custom_ul_in_fx { padding-left:20px; list-style:none; }
.custom_li_in_fx { margin-bottom:10px; }
li.custom_li_in_fx:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #c60000;
}

.custom_ul_trade { padding-left:20px; list-style:none; }
.custom_li_trade { margin-bottom:10px; }
li.custom_li_trade:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #c60000;
}

.cell_custom_ul_trade { padding:0; margin:0;list-style:none; font-size:18px; }
.cell_custom_li_trade { padding:0; margin:0px; }
li.cell_custom_li_trade:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #c60000;
}

.cell_custom_ul_in_fx { padding:0; margin:0;list-style:none; font-size:18px; }
.cell_custom_li_in_fx { padding:0; margin:0px; }
li.cell_custom_li_in_fx:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 5px 0 -15px;
    color: #c60000;
}

.table.products-table th, .table.products-table td{
  vertical-align: middle;
}

/**********************************************/
/**********************************************/

.indice-number {
background-image: url(/assets/img/circle.png);
background-repeat: no-repeat;
text-align: center;
font-size: 28px;
color: #ffffff;
float: left;
letter-spacing: 2px;
padding-left: 12px;
padding-right: 22px;
padding-bottom: 2px;
}
#conjunta_annual_income_title:after,
#proof-of-residence-title:after,
#profession-name-title:after,
#total-assets-title:after,
#available-gross-title:after,
#close-resp-publica-title:after,
#liquid-assets-title:after,
#annual-revenue-title:after,
.cob-has-popup:after{
  content: url('/assets/icons/QuestionMark-16.png');
  margin-left: 5px;
}
.list_abrir_cuenta{
  float:left;
}

/**/

/**************************************/
/**    Bootstrap Override         ****/

/* To create a 1.5 large column */
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 14.2857142857%;
}


.flag-icon {
    margin: 0 auto;
    padding:10px;
    display:block;
    cursor:pointer;
}

.platform-access-menu li{
  cursor:pointer;
}

/* Signup step 3*/

 .file-error{
    color:red;
}

.file-success{
    
}

.file-container {
  word-break: break-all;
}

.file-container > div:nth-child(1){
  font-weight:900;
  padding:10px;
  border-bottom: 2px solid #ddd;
}

.file-rows div:nth-child(1){
  border-top: none;
}

.file-rows div{
  padding: 10px;
  border-top: 1px solid #ddd;
}

.align-left {
    left: 0;
    position: absolute;
    margin-left: 45px !important;
}

/* Signup step 5*/
.declaration-explanation {
  color:red;
  font-weight: 800;
}

.custom-checkbox-font {
  color:#333333;
  font-weight:bold;
  font-size:13px;
}

/*********************/

.signup-submit-btn {
  background-color:#5cb85c;
}



/* Fixing the navbar */
@media (max-width: 1200px) {
  header.navbar div.navbar-collapse ul li:nth-child(4){
    clear:both;
  }
  header.navbar {
    height: auto !important;
  }
  header.navbar div.navbar-collapse ul li:nth-child(5){
    /*margin-left:20px;*/
  }
}

@media (max-width: 991px) {
  header.navbar div.navbar-collapse ul li:nth-child(4){
    clear:none;
  }
  header.navbar div.navbar-collapse ul li:nth-child(3){
    clear:both;
  }
  header.navbar div.navbar-collapse ul li:nth-child(5){
    clear:both;
  }
}

#label-text {
  font-style: italic;
  word-spacing: -1px;
}
#label-text:hover{
  color:#616161;
  text-decoration: none;
}

a.document-link:hover{
  color:#616161 !important;
  text-decoration: none;
}

/* Centering navbar*/
  /* Mobile viewport*/
@media (max-width: 767px){
  .navbar-header{
    position: relative;
  } 
  a.navbar-brand{
    position: relative; 
    top: -4px;
  }
  .navbar-header button{
    position: relative; 
    top: -4px;
  }
}

/* Contact page City col */
@media screen and (max-width: 767px){
  .city-col{
    margin-bottom:50px;
  }
  .plataforms-demo-form-col{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .ebook-platforms-bullet-points-col{
    margin-bottom:5px;
  }
}
@media screen and (max-width: 1024px) and (min-width:625px){
  .plataforms-demo-form-col{
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1024px){
  .ebook-platforms-bullet-points-container{
    display:table;
    margin:0 auto;
  }
}


.content-item .signup-call-page-contact h2{
  font-size:25px; 
}

@media screen and (max-width:991px){
  .ebook-success-page .ebook-success-bullet-points-col .row{
    display: table;
    margin: 0 auto;
  }
  .ebook-success-page .ebook-success-bullet-points-col .visible-in-desktop{
    display:none;
  }
}
@media screen and (min-width:992px){
  .ebook-success-page .visible-in-mobile{
    display:none;
  }
}

.positioned{
  position:relative;
}

.positioned-at-bottom{
  position:relative;
  bottom:0px;
}

@media screen and (max-width:767px){
  .ebook-success-page .thanks-row-cursos{
  }
  .ebook-success-page .ebook-header{
    margin-left: 10px;
    margin-right: 10px;
  }
}

.ebook-success-page .thanks-row-cursos, .webinar-success-page .yellow-box {
  font-size:20px;
  color:#000;
  background-color: #FFCC00;
  display:block;
  padding: 10px;
}
.ebook-success-page .thanks-row-cursos p {
  padding:10px;
  margin:0;
}
.ebook-success-page .brand{
  font-weight: 700;
}

.webinar-success-page .webinar-title{
  margin-left:12px;
}
.webinar-success-page .webinar-subtitle{
  margin-left:12px;
}

.webinar-success-page .webinar-subtitle{
  margin-top:10px;
  margin-bottom:10px;
}
.webinar-success-page .
.webinar-success-page .bold-text{
  font-weight: 700;
}

.open-sans-font{
  font-family: 'Open Sans'
}

header.navbar a.dropdown-toggle, header.navbar a, .navbar-default .navbar-nav > li > a{
  text-transform: uppercase;
  font-weight: 700;
}

header.navbar a.dropdown-toggle .no-text-decoration, header.navbar a .no-text-decoration, .navbar-default .navbar-nav > li > a .no-text-decoration{
  text-transform: none;
}

p.copyright-text{
  margin:13px 0px;
  text-align: center;
  display:inline-block;
}

@media screen and (max-width: 767px){
  p.copyright-text{
    display:block;
  }
}

@media screen and (min-width:768px){
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:  flex;
  }
}

.upper-footer-contents p{
  line-height: 12px;  
}

.lower-footer-contents{
  padding-top: 2px;
}

.course-show-big-header{
  line-height: 30px;
}

.card {
  font-family: Roboto;
  will-change: transform;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fafafa;
  width: 344px;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.card:hover {
  cursor: pointer;
}
.card__image img{
  max-width:100%;
}
.card__image:after {
}
.card__title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #FFF;
  margin-top:10px;
  padding: 0 16px;
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: center;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  font-family: Roboto;
  color:white;
}
h2.card__title{
  font-size: 24px;
  margin:0;
  margin-top:10px;
  font-weight: 400;
}
.card__subtitle{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  display: block;
  
  color: #000;
  padding: 8px 16px;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  border-bottom: 1px dotted #CCC;
  margin-top:10px
}
.card .left-icon{
  float:left;
  position: relative;
  left:10px;
  font-size:14px;
}
.card__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  display: block;
  left: 0;
  right: 0;
  top: 100px;
  padding: 16px;
  margin: 0;
  line-height: 1.6;
  color: #000;
  overflow: hidden;
  -webkit-transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: delay 0.1s;
  transition: delay 0.1s;
}
.card__action-bar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  /*padding: 0 8px;*/
  border-top: 1px solid #E0E0E0;
  boz-sizing: border-box;
  height: 52px;
  -webkit-transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.card__button {
  outline: none;
  display: inline-block;
  line-height: 52px;
  padding: 0 16px;
  color: #FF1744;
  border:none;
  background:none;
}
.card--small {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  
}
.card--small .card__image {
  
}

.card--small .card__title {
  color: #000;
  top: 8px;
}
.card--small .card__subtitle {
  opacity: 1;
  margin-top:10px;
  text-align: center
}
.card--small .card__text {
  top: 30px;
  opacity: 0;
}
.card--small .card__action-bar {
}

.card .payment-error-message{

}
.at-stripe-block{
  display: table;
  margin: 30px auto 0px auto;
}

.payment-status-message{
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s;
  margin-top: 15px;
  max-width:344px;
  position:relative;
}
.payment-status-message .status{
  position: absolute;
  top:8px;
  left:14px;
  font-size: 30px;
}
.payment-status-message .text{
  margin-left: 34px;
}
.payment-status-message .closebtn{
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: 20px;
  line-height: 18px;
  cursor: pointer;
  transition: 0.3s;
}
.payment-status-message{
  background-color: #007ee7;
  border:4px solid #005399;
}
.payment-status-message.failure{
  background-color: #f44336;
  border:4px solid #B70200;
}
.payment-status-message.success{
  background-color: #4CAF50;
  border:4px solid #008000;
}

/* Activotrade Notification Box*/

.at-notification-box{
  padding: 10px;
  padding-left: 17px;
  color: #fff;
  transition: opacity 0.6s;
  margin-top: 15px;
  line-height: 27px;
  position:relative;
}
.at-notification-box .status{
  position: absolute;
  top:10px;
  left:14px;
  font-size: 30px;
}
.at-notification-box .text{
  margin-left: 34px;
  position: relative;
  top:0px;
  display: inline-block;
}
@media screen and (min-width: 1440px){
  .at-notification-box .text{
    margin-right: 34px; 
  }
}

.at-notification-box .closebtn{
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: 20px;
  line-height: 18px;
  cursor: pointer;
  transition: 0.3s;
}
.at-notification-box{
  background-color: #007ee7;
  border:4px solid #005399;
}
.at-notification-box.failure{
  background-color: #f44336;
  border:4px solid #B70200;
}
.at-notification-box.success{
  background-color: #4CAF50;
  border:4px solid #008000;
}
.at-notification-box.warning{
  background-color: #EBE500;
  color: #000;
  border:4px solid #D6CD00;
}

/* ribbon */
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.stripe-payment-button{
  background-color: #FAC923 !important;
  width: 100%;
  border-radius: 0px;
  color: #000;
  height: 100%;
  font-weight: 800;
  font-size: 20px;
  color: #86621E;
  font-family: Roboto;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.stripe-payment-button.success{
  background-color: #6abc6d !important;
}
.stripe-payment-button.failure{
  background-color: #f44336 !important;
}
.btn.btn-normal.stripe-payment-button span{
  color:black;
  font-weight: 700;
}
.card .stripe-payment-button .fa.fa-spinner{
  animation: spin 2s infinite linear;
  color:black;
}

.card .row{
  margin:0;
  padding:10px 0px;
}

.card .row:nth-child(even){
  background-color: #F0F0F0 ;
}

.card .col-left{
  margin-left:25px;
}

#step_authorized_person_title{
  text-align: center;
}

.pdf-section-container .pdf-chapter-title{
  font-weight: 700;
  margin:5px 0px;
}

.brand-color-mini{
  color: #29a643;
}

.brand-color-plus{
  color: #007ee7;
}
.brand-color-pro{
  color: #e76900;
}

.informacao-legal-box-section{
  font-weight: 700;
  margin:5px 0px;
}

.advertising-hero-info-col{
  text-align: left;
  /*display: flex;*/
  /*justify-content: center;*/
  /*height:300px;*/
}

.advertising-hero-info-col .digits{
  margin-top: 10px;
  color: #fac923;
  position:relative;
  line-height: 4em;
  width:100%;
}

.advertising-hero-info-col .digits .action{
  position:relative;
  margin-top:10px;
}
.advertising-hero-info-col .digits .action button{
  line-height: initial;
  color:white;
  font-family: "Lato";
  font-weight: 900;
  border: none;
  padding:10px;
  width:350px;
  font-size:24px;
  border-radius: 5px;
  /*z-index:30;*/
  /*border-bottom: 6px solid #ef9c00;*/
  /*background-color:#032644;NIL NIL NIL byebug*/
  
}
.advertising-hero-info-col .digits .action .first-btn{
  position:absolute;
  background: #007ee7;
  top:-7px;
}

.advertising-hero-info-col .digits .action button.shadow-button{

  /*pointer-events: none;*/
  /*left:102px;*/
  /*z-index:10;*/
  
}

.advertising-conditions{
  /*color:white;
  font-family: Lato;
  font-weight: 400;*/
  background: #007ee7;
  top:-7px;
  line-height: initial;
  color:white;
  font-family: "Lato";
  font-weight: 900;
  border: none;
  padding:7px;
  width:350px;
  font-size:22px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 30px;

}

@media (min-width: 768px){
  .advertising-conditions{
    margin-top:2px;
  }
}




.advertising-hero-info-col .digits .digit-wrapper{
  display:inline-block;
}

.advertising-hero-info-col .digits .single-digit{
  font-size:250px;
  margin-left:30px;
  position:relative;
  top:28px;
  font-family: "GoldenEye";
  color:black;
}

.advertising-hero-info-col .digits .digit-subtitle{
  font-family: Lato;
  font-weight: 500;
  margin-right:30px;
  font-size: 20px;
  margin-bottom: 5px;
  color:black;
}

.advertising-hero-info-col .digits .euro-sign{
  font-size:20px;
  position:relative;
  top: -50px;
  right: -40px;
  font-family: "AtHelvetica";
}

.advertising-hero-info-col .digits .euro-sign.last-sign{
  right: -65px;
}

@media (max-width: 456px){
  .advertising-hero-info-col .digits .single-digit{
    margin-right:0px; 
  }
  .advertising-hero-info-col .digits .digit-subtitle{
    margin-right:5px; 
    text-align: center;
  }
  .advertising-hero-info-col .digits .activo-trade-logo{
  margin: auto;
  width: 70%;
  height: 100%;
  border: 3px;
  padding: 10px;
  }
  .advertising-hero-info-col .digits .euro-sign{
    left: -15px;
  }
  .advertising-hero-info-col .digits .euro-sign.last-sign{
    left: -43px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .advertising-hero-info-col .digits .single-digit{
    margin-right:0px; 
  }
  .advertising-hero-info-col .digits .digit-subtitle{
    margin-right:0px; 
  }
  .advertising-hero-info-col .digits .euro-sign{
    left: -12px;
  }
  .advertising-hero-info-col .digits .euro-sign.last-sign{
    left: -43px;
  }
}


#advertising-hero-img{
  width:80%;
}

.advertising-hero-info{
  display:inline-block;
  text-align: left;
  display: flex;
  flex-direction:column;
  justify-content: space-around;
}

@media (max-width: 768px){
  #advertising-hero-img{
    margin: 20px auto 0px auto;
  }
}

.advertising-hero-info-title{
  color:black;
  font-size:20px;
}

.advertising-hero-info-subtitle{
  color:black;
  font-size:28px;
  font-weight: bold;
}

@media screen and (min-width: 768px){
  .advertising-hero-row{
    display:flex;
  }
}

@media screen and (min-width: 768px){
  .advertising-hero-info{
    margin-left:40px;
  }

  .advertising-hero-row{
    margin-bottom:10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 826px){
  .jumbotron h3{
    line-height: 18px;
  }
}

@media screen and (max-width: 767px){
  .bullet-points-wrapper{
    display:block;
    text-align: center;
  }

  .jumbotron h3{
    margin-bottom:10px;
  }

  .custom_ul_infx{
    display: inline-block;
    text-align: left;
  }

  .advertising-hero-info{
    display:inline-block;
    text-align: center;
  }
}

@media screen and (min-width: 768px){
  .action-menu-entry{
    float:left;
  }
}

@media (min-width: 768px){
  .navbar-right .dropdown-menu {
     right: initial !important; 
     left: 0 !important; 
  }
}


.checkbox-main-container{
  margin-top:12px;
}
.checkbox-main-container .wording{
  color:black;
}
.checkbox-main-container .single-checkbox{
  display:table;
  margin-top:10px;
}
.checkbox-main-container .single-checkbox label{
  margin:0;
  float:none;
  padding:0;
  display:table-cell;
}

.signer-card{
  display:inline-block;
  font-size:60px;
}

.acc_user_avatar .acc_user_fullname{
  font-weight: 800;
}

.indicador-riesgos-note{
  margin-top:20px;
}

.cob-page .select2.select2-container{
  
}
.cob-page .select2 .select2-selection{
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.05) inset;
  border-radius: 0;
}

.cob-page .select2 .select2-selection li:not(.select2-search){
  background-color: #007ee7dd;
  border: 1px solid black;
  color: white;
}

.cob-page .select2 .select2-selection li:not(.select2-search) span{
  color: white;
}