#page-content-scroll{
    /*padding-top:60px;*/
}

.full-content-scroll{
    padding-top:0px!important;
}

.header-clear{
    height:30px;
}

.page-preloader{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:99999999;
    opacity:0;
    pointer-events:none;
    transition:all 250ms ease;
    transition-delay:250ms;
    -webkit-transition-delay:250ms;
}

.page-preloader-light{
    background-color:rgba(255,255,255,0.5);
}

.page-preloader-dark{
    background-color:rgba(0,0,0,0.7);
}

.show-preloader{
    opacity:1!important;
    pointer-events:all!important;
    transition:all 250ms ease;
}

.page-preloader img{
    position:absolute;
    left:50%;
    right:50%;
    top:50%;
    margin-left:-32px;
    margin-top:-32px;
    width:84px;
}

.show-containers{
    opacity:1!important;
    transition:all 500ms ease;
}

#page-content, .landing-page{
    transition:all 500ms ease;
}

.containers{
    opacity:0;
    transition:all 0ms ease;
}


.heading-badge h3{
    width:95px;
    text-align:center;
    margin-bottom:0px!important;
    line-height:25px;
    font-size:12px;
    font-weight:400;
    padding-top:3px;
    padding-bottom:0px;
}

.heading-badge{
    margin-bottom:20px;
    border-width:3px!important;
}

.heading-title{
    text-align:left;
    font-size:19px;
    font-weight:650!important;
    padding-bottom:10px;
}

.heading-title-large{
    text-align:center;
    font-size:22px;
    font-weight:600!important;
    padding-bottom:10px;
}

.heading-style p{
    width:90%!important;
    margin-left:auto;
    margin-right:auto;
}

.heading-style .line{
    z-index:1;
    width:280px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    display:block;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#ececec), to(#ececec), color-stop(50%, rgba(0,0,0,0.2)));
    background: gradient(linear, 0 0, 100% 0, from(#ececec), to(#ececec), color-stop(50%, rgba(0,0,0,0.2)));
}

.heading-style i{
    font-size:24px;
    height:40px;
    width:50px;
    text-align:center;
    line-height:40px;
    color:#ffffff;
    position:absolute;
    top:58px;
    left:50%;
    margin-left:-25px;
    z-index:2;
}

.heading-style p{
    width:300px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

/*Content Strip*/

.coverflow-strip{
    background-color:#0e141b;
    padding-left:30px;
    padding-top:0px;
    padding-bottom:30px;
}

.coverflow-strip h3{
    color:#FFFFFF;
    text-align:center;
    padding-top:30px;
}

.coverflow-strip p{
    color:rgba(255,255,255,0.5);
    text-align:center;
    margin-top:30px;
}

.coverflow-strip a{
    margin-top:30px!important;   
}

.content-strip{
    overflow:hidden;
    padding-top:50px;
    padding-bottom:25px;
	background-color:#071531;
}

@media(min-width:768px){
    .content-strip .strip-content h4{text-align:center;}
    .content-strip .strip-content h5{text-align:center;}
    .content-strip .strip-content p{text-align:center;}
    .content-strip .strip-content i{display:none;}
    .content-strip .strip-subtitle{text-align:center; max-width:500px;  margin:0 auto;}
}

.content-strip .strip-content{
    position:relative;
    z-index:3;
}

.content-strip .strip-subtitle{
    z-index:3;
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    margin-bottom:0px;
}

.content-strip .strip-content h2{
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    font-size:25px;
    margin-bottom:8px;
	font-weight:600;
}

.content-strip .strip-content h3{
    color:#5bccf4;
    padding-left:30px;
    padding-right:30px;
    font-size:20px;
	font-weight:600;
}

.content-strip .strip-content h4{
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    font-size:20px;
    margin-bottom:8px;
}

.content-strip .strip-content h5{
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    font-size:15px;
    margin-bottom:5px;
}

.content-strip .strip-content p{
    color:rgba(255,255,255,0.6);
    padding-left:30px;
    padding-right:30px;
    margin-bottom:0px;
}

.content-strip .strip-content i{
    position:absolute;
    right:0px;
    height:100px;
    top:0px;
    width:25px;
    color:rgba(255,255,255,0.9);
    line-height:60px;
    margin-right:30px;
    font-size:30px;
}



.content-strip .strip-content span{
    position:absolute;
    right:0px;
    top:60px;
    color:rgba(255,255,255,0.9);
    margin-right:-20px;
    font-size:14px;
    width:130px;
	background-color:#2487ec;
	border-radius:8px;
	text-align:center;
}

.content-strip .strip-content span i{
    right:65px;
    top:-16px;

    font-size:15px;
}

.content-strip .strip-content a{
    top:2px;
    margin-left:5px;
    left:0px;

}



.content-strip .overlay{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:1;
    background-color:rgba(0,0,0,0.7);
}

.content-strip img{
    position:absolute;
    top:0px;
    left:0px;
    z-index:0;
    background-size: cover!important;
    background-position: center;
	overflow: hidden;
	height:100%;
	width:100%;
}

.coin-icon{
    left:79%!important;
    top:-10px!important;
	height:65px!important;
	width:65px!important;
}

.content-strip .txt-lightblue-big{
	color:#5bccf4!important;
	font-size:16px;
	font-weight:600;
	line-height:23px;
}

.content-strip .txt-white-big{
	color:#ffffff!important;
	font-size:16px;
	font-weight:600;
	line-height:23px;
}


.strip-button h4{
    text-align:center;
    padding-bottom:10px
}

.strip-button p{
    text-align:center;
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:30px;
}

.strip-button a{
    text-align:center;
    width:130px;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    border:solid 1px rgba(255,255,255,0.5);
    border-radius:3px;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
}


.strip-button .overlay{
    background-color:rgba(0,0,0,0.8)!important;
}

.swiper-container-horizontal{
    overflow:hidden!important;;
}

.coverflow-thumbnails .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
    margin-top:20px;
}


/*Homepage Classic Settings*/

.call-to-action a{
    width:33.3%;
    float:left;
    text-align:center;
    color:#1f1f1f;
    border-bottom:solid 1px rgba(0,0,0,0.1);
    height:55px;
    line-height:55px;
}

.call-to-action i{
    padding-right:10px;    
}

.social-center{
    width:180px;
    margin-left:auto;
    margin-right:auto;
}

.social-center a{
    width:40px;
    height:40px;
    float:left;
    border-radius:40px;
    margin-left:10px;
    margin-right:10px;
}

.social-center a i{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13px;
    border-radius:45px;
}

.has-icon{
    font-size:18px;
}

.has-icon i{
    margin-right:20px;
    width:20px;
    text-align:center;
}


/*Columns*/

.column-left{
    min-height:150px;
    margin-bottom:30px;
    overflow:hidden;
}

.column-left img{
    width:150px;
    position:absolute;
    margin-left:-75px;
    border-radius:150px;
}

.column-left h4{
    padding-right:20px;
    padding-left:90px;
    padding-bottom:0px;
    margin-bottom:5px;
}

.column-left p{
    padding-right:20px;
    padding-left:90px;
    margin-bottom:0px;
}

.column-right{
    min-height:150px;
    margin-bottom:30px;
    overflow:hidden;
}

.column-right img{
    width:150px;
    position:absolute;
    right:-75px;
    border-radius:150px;
}

.column-right h4{
    padding-left:20px;
    padding-right:90px;
    padding-bottom:0px;
    margin-bottom:5px;
}

.column-right p{
    padding-left:20px;
    padding-right:90px;
    margin-bottom:0px;
}

/*Quote Slider*/

.quote-slider{
    overflow:hidden;
}

.quote-slider h4{
    font-weight:300;
    line-height:40px;
    text-align:center;
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
}

.quote-slider em{
    margin-top:20px;
    color:#f1c40f;
    width:150px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.quote-slider em i{
    font-size:18px;
    margin-left:5px;
    margin-right:5px;
}

.quote-slider a{
    text-align:center;
    font-size:12px;
    margin-top:-5px;
}


/*Staff Slider*/

.staff-slider{
    overflow:hidden;
}

.staff-slider img{
    margin-top:8px;
    width:150px!important;
    height:150px!important;
    border-radius:150px;
    margin-left:auto;
    margin-right:auto;
}

.staff-slider h3{
    text-align:center;
    margin-top:20px;
}

.staff-slider em{
    display:block;
    text-align:center;
    margin-top:-10px;
    margin-bottom:10px;
}

.staff-slider p{
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:20px;
}

.staff-icons a{
    margin-left:6px;
    margin-right:6px;
    margin-bottom:30px;
}

.staff-icons-three{
    width:180px;
    margin:0 auto;
}

.staff-icons-two{
    width:120px;
    margin:0 auto;
}

.staff-icons-one{
    width:60px;
    margin:0 auto;
}


.next-staff-slider, .next-quote-slider{
    top:50%;
    margin-top:-45px;
    right:20px;
    position:absolute;
    z-index:9;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50px;
    text-align:center;
    color:#1f1f1f;
    transition:all 200ms ease;
}

.next-staff-slider:hover, .next-quote-slider:hover{
    background-color:rgba(0,0,0,0.1);
    transition:all 200ms ease;
}

.next-staff-slider i, .next-quote-slider i{
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.prev-staff-slider, .prev-quote-slider{
    top:50%;
    margin-top:-45px;
    left:20px;
    position:absolute;
    z-index:9;
    width:50px;
    height:50px;
    border-radius:50px;
    line-height:50px;
    text-align:center;
    color:#1f1f1f;
    transition:all 200ms ease;
}

.prev-staff-slider:hover, .prev-quote-slider:hover{
    background-color:rgba(0,0,0,0.1);
    transition:all 200ms ease;
}

.prev-staff-slider i, .prev-quote-slider i{
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}


/*
    This is a minimified version of Animate.CSS built to sustain the animations
    of page transitions. Although it might be tempting to add more animation styles
    we HIGHLY suggest you do not do so. These animations run at full speed and perfect
    fluidity on all devices. Changing them can cause serious performance issues.
*/


.delay-100{
    -webkit-transition-delay: 100ms!important;
            transition-delay: 100ms!important;    
    -webkit-animation-delay: 100ms!important;
            animation-delay: 100ms!important;
    
}

.delay-150{
    -webkit-transition-delay: 150ms!important;
            transition-delay: 150ms!important;    
    -webkit-animation-delay: 150ms!important;
            animation-delay: 150ms!important;
    
}

.delay-200{
    -webkit-transition-delay: 200ms!important;
            transition-delay: 200ms!important;    
    -webkit-animation-delay: 200ms!important;
            animation-delay: 200ms!important;
}


.delay-250{
    -webkit-transition-delay: 250ms!important;
            transition-delay: 250ms!important;    
    -webkit-animation-delay: 250ms!important;
            animation-delay: 250ms!important;
}

.delay-300{
    -webkit-transition-delay: 300ms!important;
            transition-delay: 300ms!important;    
    -webkit-animation-delay: 300ms!important;
            animation-delay: 300ms!important;
}


.delay-350{
    -webkit-transition-delay: 350ms!important;
            transition-delay: 350ms!important;    
    -webkit-animation-delay: 350ms!important;
            animation-delay: 350ms!important;
}

.delay-400{
    -webkit-transition-delay: 400ms!important;
            transition-delay: 400ms!important;    
    -webkit-animation-delay: 400ms!important;
            animation-delay: 400ms!important;
}

.delay-450{
    -webkit-transition-delay: 450ms!important;
            transition-delay: 450ms!important;    
    -webkit-animation-delay: 450ms!important;
            animation-delay: 450ms!important;
}

.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.flag{
  width:30px;
  position:relative;
  float: right;
  left:20px;
  top:18px
  z-index:99;

}

.field-icon {
  float: right;
  margin-right: 12px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color:#ffffff;
}

.field-icon2 {
  float: right;
  margin-right: 12px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
  color:#ffffff;
}

.field-icon3 {
  margin-right: 5px;
  margin-left: -35px;
  position: relative;
  z-index: 2;
  color:#A7A8AA;

}

.field-icon4 {
  float: right;
  margin-right: 12px;
  margin-top: -23px;
  position: relative;
  z-index: 2;
  color:#fff;
  font-size:14px!important;
}

.field-text {
  float: right;
  margin-right: 12px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  color:#000;
}


.trade-input input{
    font-size:13px;
    width:100%;
    height:40px;
    line-height:40px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:15px;
    transition:all 250ms ease;
    border-left:none!important;
    border-right:none!important;
    border-top:none!important;
    border-bottom:solid 1px rgba(0,0,0,0.2); 

}

.trade-input input:focus{
    border-left:none!important;
    border-right:none!important;
    border-top:none!important;
    border-bottom:solid 1px #27ae60!important;
    color:#666666;
    font-style:normal;
}


.flag-lang{
  width:20px;
  height:20px;
  position:absolute;
  line-height:57px;
  font-size:18px;
  text-align:center;
  left:20px;
  top:18px
}



.annouce{
    height: 30px;
    margin-bottom: 10px;
    margin-top: 2px;
    color: #ffffff;
    background-color: #19191a;
    display: flex;
    border-radius: 20px;
    font-size: 11px;
	
}

.annouce ul{
	margin-bottom:0px;

}

.annouce li {
  display: none;
}

.annouce li.animate {
    animation: show 5s linear;
    display: inline-block;
}

@keyframes show {
    0% {opacity: 0;}
    20% {opacity: 1;}
    80% {opacity: 1;}
    100% {opacity: 0;}
}

.heading-subtitle i{
    font-size:13px;
    height:10px;
    width:10px;
    text-align:left;
    line-height:40px;
    color:#ffffff;
    position:absolute;
    top:-5px;
    left:5%;
    margin-left:-35px;
    z-index:2;
}

.field-icon-copy {
  float: right;
  margin-right: 12px;
  margin-top: -29px;
  position: relative;
  z-index: 2;
  color:#ffffff;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}