
/* =======================================================================
CRIPTOHUB
======================================================================= */
/*
1. GLOBAL STYLES & TYPOGRAPHY
2. LAYOUT     
     2.1 PRELOADER     
     2.2 LOGO
     2.3 STORE BUTTON
     2.3 ICON STYLES

3. MENU
4. HEADER
     4.1 Intro
     4.2 Particles
     4.3 Slider
     4.4 Video BG
5. SECTIONS
     5.1 Features
     5.2 Showcase
     5.3 Team
     5.4 Pricing
     5.5 Faqs
     5.6 News
     5.7 Contact	  	  
6.FOOTER
7.RESPONSIVE LAYOUTS

*/

/* --------------------------------------
1. GLOBAL STYLES & TYPOGRAPHY
-----------------------------------------*/

/* -- GOOGLE FONT --*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:400,500,600,700|Raleway:300,400,500,600,700|Sofia');
/* -- END FONT FACE --*/

html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333;
    font-size: 13px;
    overflow-x: hidden
}
a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
a:hover {
    text-decoration: none
}
a:focus {
    outline: 0;
    outline-offset: 0;
    text-decoration: none
}
a.i-left, a.i-right {
  color: #596379;
  display: block;
  font-family: poppins;
  font-size: 16px;
  margin-bottom: 5px;
}
a.i-right i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px
}
a.i-left i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px
}
.sizeImageMedia img{width:100%!important;max-width:220px!important;height:auto!Important;}
p {
  color: #596379;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}
h1 {
    font-size: 35px;
    line-height: 40px
}
h2 {
    font-size: 27px;
    line-height: 37px
}
h3 {
    font-size: 21px;
    line-height: 32px
}
h4 {
    font-size: 17px;
    line-height: 28px
}
h5 {
    font-size: 15px;
    line-height: 23px
}
h6 {
    font-size: 13px;
    line-height: 17px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #323232;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 10px
}
h2.section-header {
  color: #626a6c;
  text-align: center;
  word-spacing: 4px;
}
h4.mb-0 {
  color: #505d70;
  font-size: 19px;
}
p.section-description {
  color: #596379;
  margin: auto;
  max-width: 750px;
  padding-bottom: 60px;
  text-align: center;
}
.margin-bottom {
  margin: 0 auto 13px;
  text-align: center;
}

.flex-container{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}


/* --------------------------------------
2. LAYOUT
-----------------------------------------*/
.mb-0 {
  margin-bottom: 7px;
  margin-top: 0;
}
.mb-10 {
    margin-top: 0;
    margin-bottom: 10px
}
.mb-15 {
    margin-top: 0;
    margin-bottom: 15px
}
.mb-25 {
    margin-top: 0;
    margin-bottom: 25px
}
.mb-30 {
    margin-top: 0;
    margin-bottom: 30px
}
.mb-35 {
    margin-top: 0;
    margin-bottom: 35px
}
.mb-65 {
    margin-top: 0;
    margin-bottom: 65px
}
.mb-80 {
    margin-top: 0;
    margin-bottom: 80px
}
.mt-0 {
    margin-top: 0;
    margin-bottom: 0
}
.mt-10 {
    margin-top: 10px;
    margin-bottom: 0
}
.mt-15 {
    margin-top: 15px;
    margin-bottom: 0
}
.mt-25 {
    margin-top: 25px;
    margin-bottom: 0
}
.mt-30 {
    margin-top: 30px;
    margin-bottom: 0
}
.mt-35 {
    margin-top: 35px;
    margin-bottom: 0
}
.mt-65 {
    margin-top: 65px;
    margin-bottom: 0
}
.mt-80 {
    margin-top: 80px;
    margin-bottom: 0
}
.mtb-0 {
    margin-top: 0;
    margin-bottom: 0
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}
.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}
.mtb-65 {
  margin-bottom: 50px;
  margin-top: 20px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}
.center-col {
    float: none;
    margin: 0 auto
}
.section-title {
  margin-bottom: 20px;
  text-align: center;
}
.section-title h2 {
    text-transform: capitalize
}
.text-bold {
    font-weight: 500
}
.section-padding {
  padding-bottom: 10px;
  padding-top: 90px;
}
.img-center {
  margin: 0 auto 30px;
  text-align: center;
}

.page-header {
    padding: 0;
    margin: 0;
    border: 0
}


.wow {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.font-alt {
  color: #51dfb3;
  font-family: "Lato";
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: capitalize;
}
.text-white {
    color: #fff
}
.bg-light {
    background-color: #f8f8fd
}

/* 2.1 Preloader Start */


/* 2.2 Logo Start */ 

.logo {
  position: absolute;
  left:0;
top:0;
  float: left;
  margin-top: 12px;
  position: relative;
  text-align: left;
}
.logo a {
    color: #fff;
    font-size: 23px;
    line-height: 91px;
    max-width: 270px;
    display: inline-block;
    text-transform: uppercase;
\    font-weight: 600;
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1)
}
.logo a img {
  display: block;
  height: auto;
  margin-top: 3px;
  width: 100%;
}

/* 2.3 Store Buttons */ 

.store-buttons {
    position: relative;
    display: inline-block
}
.store-buttons a {
  padding: 16px 25px;
}
.store-buttons a.download-store1 {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 50px;
	padding-bottom: 13px;
	padding-top: 13px;
}
.store-buttons a.download-store2 {
  padding-bottom: 12px;
  padding-top: 12px;
}

.store-buttons a.download-store1:focus,
.store-buttonsa a.download-store1:active,
.store-buttons a.download-store1:hover {
color:#fff !important;
}
.dl-btn-wrapper {
    position: relative;
    display: inline-block
}
.ds-btn {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-right: 40px;
  min-width: 140px;
  padding: 9px 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}


.effective-price {
    font-size: 12px;
    margin-top: -6px;
}

.ds-btn.download-store1 {
  background: rgba(0, 0, 0, 0) linear-gradient(to left, #0dc4ea, #6be99f) repeat scroll 0 0;
  padding-bottom: 11px;
  padding-top: 11px;
}
.ds-btn.download-store2 {
  border: 2px solid #f39c12;
  border-radius: 50px;
  color: #f39c12;
}
.ds-btn i {
    font-size: 19px;
    vertical-align: -1px;
    margin-right: 6px
}
.ds-btn:focus,
.ds-btn:active,
.ds-btn:hover {
box-shadow: 1px 2px 8px 2px #bdc3c7;
}

.header-space {
    margin-top: 120px;
}

.dl-btn-wrapper {
    position: relative;
    display: inline-block
}
.dl-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 40px;
  min-width: 140px;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
.dl-btn.btn-1 {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 50px;
	padding-bottom: 13px;
	padding-top: 13px;
}
.dl-btn.btn-1:hover {
  color:#fff;
}
.dl-btn.btn-2 {
  border: 2px solid #f39c12;
  border-radius: 50px;
  color: #f39c12;
}
.dl-btn i {
    font-size: 19px;
    vertical-align: -1px;
    margin-right: 6px
}

/*-- 2.4 Icon Styles --*/

.icon-box-content > h5 {
  color: #505d70;
  font-family: "Lato";
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}
.icon-box {
    display: block;
    position: relative;
}
.icon-box.top {
    text-align: center;
}
.icon-box.left {
    text-align: left;
}
.icon-box.right {
    text-align: right;
}
.icon-box a {
    color: #333;
}
.icon-box a:hover {
    color: #fff;
}
.icon-top, .icon-left, .icon-right {
  color: #f39c12;
  display: inline-block;
  font-size: 50px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  width: 70px;
}
.icon-top {
    line-height: 70px;
    margin-bottom: 20px;
}
.icon-top-alt {
    font-size: 40px;
    margin-bottom: 10px;
}
.icon-left {
    position: absolute;
    left: 0;
}
.icon-right {
    position: absolute;
    right: 0;
}
.icon-box-content {
    position: relative;
}
.icon-box.left {
  margin-top: 30px;
  padding-left: 90px;
  text-align: left;
}
.icon-box.right {
    padding-right: 90px;
    text-align: right;
}


/* --------------------------------------
3. MENU
-----------------------------------------*/
.mobile-menu {
    display: none;
    float: right;
    line-height: 60px
}
.mobile-menu a {
    position: relative;
    display: block;
    font-size: 23px;
    color: #333;
    width: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.main-nav {
    position: relative;
    float: right;
    display: inline-flex
}
ul.main-nav-inner {
    padding: 0;
    margin: 0;
    list-style: none
}
.main-nav-inner li {
    display: inline-block;
    text-align: left
}
.main-nav-inner li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 90px;
  padding: 0 7px;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.header.stuck {
background: #fc4a1a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
box-shadow: 0 0 20px -10px #000;
  height: 70px;
  position: fixed;
  z-index:1000;
}
.header.stuck .logo a {
  color: #333;
  margin-top: -5px;
}
.header.stuck .main-nav-inner li a {
  color: #fafafa;
  line-height: 70px;
}
.header.stuck .main-nav-inner li a:hover, .header.stuck .main-nav-inner li a.current {
  color: #34495e;
}
.header.stuck .mobile-menu {
    line-height: 55px
}

/* --------------------------------------
4. HEADER
-----------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    z-index: 10;
    background-color: transparent;
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1)
}

/* 4.1 Intro Start */ 

h1..text-white > span {
  color: #51dfb4;
}
p.intro-description {
  color: #ddd;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.intro-description > span {
  font-weight: 700;
}
.intro {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    padding: 200px 0;
	 background-image:url('hero.jpg');
  background-size:cover;
}

.intro-content {
/*  padding-bottom: 150px; */
  padding-top: 20px;
}
.intro-content h1 {
  font-family: "Lato";
  font-size: 52px;
  line-height: 70px;
  text-transform: capitalize;
}
.intro-mockup {
    position: relative
}
.intro-mockup img {
  display: block;
  height: auto;
  margin-left: 2%;
  max-width: 100%;
}
.intro-mockup .img-one {
    position: relative;
    z-index: 3
}
.intro-mockup .img-two {
    position: absolute;
    top: 0;
    z-index: 2
}
.intro-mockup .img-three {
    position: absolute;
    top: 0;
    z-index: 1
}
.mockup-text {
  padding-top: 90px;
}
.mockup {
    position: relative
}
.mockup img {
  box-shadow: 0 2px 50px 0 #ddd;
  display: block;
  height: auto;
  max-width: 100%;
}

img.mockup-faqs {
  max-width: 98%;
  margin-top: 20px;  
}

/* 4.2 Particles Start */

.particle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


/* 4.3 Slider Start */

.tparrows.tp-leftarrow::before {
    content: "\f104";
    font-family: FontAwesome;
}

.tparrows.tp-rightarrow:before {
    content: "\f105";
    font-family: FontAwesome;
}

#slider1 h2 {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-weight: 300;
  line-height: normal;
}

#slider1 h2.red {
    font-size: 58px;
    font-weight: 700;
    color: #f73246;
}

#slider1 .slider-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 18px 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #0dc4ea, #6be99f) repeat scroll 0 0;
    color: #FFFFFF;
}

#slider1 .slider-button.red {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff !important;
  color: #fff !important;
}

#slider1 .slider-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255,0.2);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform, -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#slider1 .slider-button:hover,
#slider1 .slider-button:focus,
#slider1 .slider-button:active {
    color: #FFFFFF;
}

#slider1 .slider-button:hover:before,
#slider1 .slider-button:focus:before,
#slider1 .slider-button:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.tp-caption.News-Title {
  font-weight: 600 !important;
  text-transform: capitalize;
}
/* 4.4 Vertical Form */
.sign_up {
  background: #fff none repeat scroll 0 0;
  float: right;
  margin-right: 3%;
  padding: 35px 40px 40px 0;
  border-radius: 10px;
  min-width: 365px;
  margin: auto;
}



.sign_up form h4 {
  color: #7f8c8d;
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  text-transform: capitalize;
}
.sign_up form {
  max-width: 334px;
}
.sign_up input, .sign_up select {
  border: medium none;
  border-radius: 1px;
  height: 44px;
  margin-top: 20px;
  width: 270px;
}

.sign_up select.form-control {
	padding-left: 11px;
	color: #888;
	border-radius: 1px;
}

.sign_up select.form-control option.select-option {
	color: #000;
}

.sign_up form button {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #f7b733, #fc4a1a) repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin-top: 30px;
  padding: 15px 30px;
  width: 100%;
}

.sign_up form button:hover {
	color: #fff;
	-o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: none;
} 
/* --------------------------------------
5. SECTIONS
-----------------------------------------*/
 /* 5.1 Features Start */
#Diferenciais {
  padding-bottom: 30px;
} 
.single-features-top {
  margin-bottom: 50px;
} 
.single-feature {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature {
  background-color: #fff;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  min-height: 300px;
}
.single-feature > img {
  margin-bottom: 15px;
  max-width: 51px;
}
.custom_features .single-feature {
  background-color: #fff;
  margin-bottom: 65px;
  text-align: center;
}

h3.feature-header {
  color: #505d70;
  font-family: "Raleway";
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-feature:after {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);	
}
.single-feature:hover .single-feature:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon > img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 50px;
}
.container.case_study {
  padding-bottom: 30px;
  padding-top: 30px;
}

#6-motivos {
    padding-bottom: 45px;
    background: none 0px 0px repeat scroll rgb(250, 250, 250);
}

#Motivos {
    padding-bottom: 45px;
    background: none 0px 0px repeat scroll rgb(250, 250, 250);
}

#Indicacao {
    padding-bottom: 45px;
}

#Blockchain {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 45px;
}
#Estrutura {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 50px;
}

#Token {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 45px;
}
#Token img.img-responsive {
  max-width: 98%;
}

#Advisors {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 115px;
}

.custom_features {
  padding-top: 10px;
}
.mockup .mockup-front {
    position: relative;
    z-index: 2
}
.mockup .mockup-back {
    position: absolute;
    top: 0
}
 /* 5.2 Showcase Start */
#Cartao {
  padding-bottom: 60px;
}
.showcase-slider {
    position: relative
}
.showcase-slider .owl-stage-outer {
  padding-bottom: 0;
}
.showcase-slider .slider-item {
  margin-bottom: 25px;
  position: relative;
}
.showcase-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.showcase-slider .slider-item:hover .overlay {
    opacity: 1;
    visibility: visible
}
.showcase-slider .slider-item .overlay .popup-btn {
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -40px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.showcase-slider .slider-item .overlay .popup-btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #616161;
    left: 50%
}
.showcase-slider .slider-item .overlay .popup-btn:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #616161;
    top: 50%
}
.showcase-slider .owl-item .slider-item img {
    opacity: .5;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s
}
.showcase-slider .owl-item.active .slider-item img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.showcase-slider .slider-item img {
    max-width: 100%;
    display: block;
    height: auto
}
.showcase-slider .owl-controls .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center
}
.showcase-slider .owl-controls .owl-dots .owl-dot {
  background-color: #333;
  border: 2px solid transparent;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  width: 7px;
}
.showcase-slider .owl-dots .owl-dot.active {
    background-color: transparent;
    border-color: #f39c12;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #333;
    font-weight: 100
}
.mfp-bg {
    background-color: rgba(255, 255, 255, 0.95)
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: none
}
button.mfp-close:focus,
button.mfp-close:focus,
button.mfp-close:active:focus {
    background-color: transparent;
    color: #333
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}
.author-img {
    display: block;
    margin-bottom: 35px
}
.author-img img {
    max-width: 100px;
    display: block;
    height: auto;
    border-radius: 100%;
    margin: 0 auto
}
#testimonial {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 130px;
}
.testimonial-slider .owl-item .slider-item {
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1)
}
.testimonial-slider .owl-item.active .slider-item {
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1);
    -webkit-animation-name: zoomInScale;
    -moz-animation-name: zoomInScale;
    -o-animation-name: zoomInScale;
    animation-name: zoomInScale;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
.testimonial-slider .owl-controls .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center
}
.testimonial-slider .owl-controls .owl-dots .owl-dot {
    background-color: #333;
    width: 7px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.testimonial-slider .owl-dots .owl-dot.active {
    background-color: transparent;
    border-color: #f39c12;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.video {	
    text-align: center	
}
 
blockquote {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    border: 0
}
blockquote p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  text-align: center;
}
ul,
ol {
    margin-bottom: 0;
	list-style: none;
}

blockquote footer {
    position: relative;
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    background-color: transparent
}
blockquote footer:before {
    content: "";
    position: absolute;
    width: 219px;
    height: 14px;
    background-image: url(blockquote-footer.png);
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
blockquote cite {
    font-style: normal;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px
}
.play-btn {
    padding: 2px;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.play-btn:hover {
    box-shadow: 0 0 0 3px #fff
}
/* 5.3 Team Start */
#Equipe {
  padding-bottom: 115px;
}

.team-member {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
	margin: auto 10px;
	flex: 0 1 40%;
}

.member-details {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 0%;
    left:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    right: 0;
    top:0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	min-height:225px;
}

.member-name {
    margin-bottom: 5px;
	padding-top:10px;
}
.designation {
    color: #fff;
    font-weight: 600;
}
.short-description {
    color: #fff;
	padding: 0 10px 0 10px;
	letter-spacing: 0px;
	
}
.social a {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  transition: all 0.3s ease 0s;
  width: 35px;
  z-index: 1;
}

.social i {
    position: relative;
    z-index: 1;
}
.social {
    margin-top: 30px;
    padding-bottom: 20px;
}

#download {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image:url('01.jpg');
  background-size:cover;
}
.download {
  text-align: center;
}

/* 5.4 Pricing Start */

/* PRICING */

.pricing {
  background: #5a52a7 none repeat scroll 0 0;
  padding: 100px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.pricing .hero {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: hard-light;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) contrast(0.5);
    opacity: 0.1;
}
.pricing .title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 70px;
    color: #fff;
}
.pricing .title:after {
    display: none;
}
.pricing .price-single {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 30px;
    position: relative;
}
.pricing .price-single.recommended {
  margin-bottom: -30px;
  margin-top: -31px;
  padding-bottom: 60px;
}
.pricing .price-single.recommended:before {
    content: "\f005";
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -20px;
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 50%;
    margin-left: -20px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
}
.pricing .price-single .price-header {
  float: left;
  padding: 30px;
  width: 100%;
}
.pricing .price-single .price-header h2 {
  color: #7f8c8d;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}
.pricing .price-single .price-header h5 {
  color: #f39c12;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0;
  text-transform: capitalize;
}
.pricing .price-single .price {
  float: left;
  font-family: "Bree Serif",sans-serif;
  font-size: 50px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.pricing .price-single .price span {
    font-size: 20px;
    display: inline-block;
    margin-right: 6px;
    transform: translateY(-22px);
}
.pricing .price-single .price small {
    font-size: 16px;
    margin-left: 10px;
    display: inline-block;
    color: #999;
}
.pricing .price-single img {
    display: inline-block;
}
.pricing .price-single ul {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    opacity: 0.6;
}
.pricing .price-single ul li {
  float: left;
  font-family: "Lato";
  font-size: 16px;
  list-style: outside none none;
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
.pricing .price-single a {
    display: inline-block;
    line-height: 48px;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    border-radius: 44px;
    font-weight: 700;
    color: #fff;
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

/*-- Subcribe Mailchimp --*/

.subcribe {
  position: relative;
  overflow: hidden;
}
.black-bg {
  background-color: #202026;
  color: #fff;
  padding-bottom: 120px;
}
.newsletter h2 {
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  text-transform: inherit;
}

.subscribe-input .email_input {
  background-color: #fff;
  border: 0 none;
  color: #999;
  float: left;
  font-size: 18px;
  font-weight: normal;
  height: 60px;
  line-height: 49px;
  margin-left: 19%;
  padding: 0 10px;
  width: 40%;
}
.subscribe-input .input_submit {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 0 none;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 60px;
  letter-spacing: 1.1px;
  padding: 0 20px;
  text-transform: uppercase;
}

/* 5.5 Faqs Start */
#faq {
	margin-bottom:100px;
}
.accordion {
    margin-bottom: 20px
}
.accordion-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.accordion-title a {
    position: relative;
    color: #333;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    display: block;
    padding: 14px 20px;
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1) 0s;
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1) 0s;
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1) 0s;
    transition: all .27s cubic-bezier(0, 0, .58, 1) 0s
}
.accordion-title a.active {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: #eef0f3;
    color: #333;
    cursor: default
}
.accordion-title a:after {
    content: "\f2c7";
    font-family: "Ionicons";
    font-size: 10px;
    position: absolute;
    right: 20px;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.accordion-title a.active:after {
    content: "\f2f4";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.accordion-content {
    font-size: 13px;
    line-height: 1.8;
    padding: 20px 35px;
    background-color: #fafafa;
    border: 1px solid #eef0f3;
    border-top-color: #eef0f3
}
/* 5.6 News Start */

#news {
  padding-bottom: 110px;
  background-color:#Fafafa;
}
.news {
  box-shadow: 1px 2px 22px 1px #ddd;
}
.news-thumb img {
    display: block;
    width: 100%;
    height: auto
}
.news-preview {
    padding: 24px;
    background-color: #fafafa;
    overflow: hidden;
	min-height:300px !important;
}

@media only screen and (max-width: 1200px) {
	.news-preview {
    min-height: 360px !important;
}
}

@media only screen and (min-width: 300px) {
	.news-preview {
    min-height: 200px;
}
}



.news-preview h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px
}
.news-preview h4 a {
  color: #34495e;
  font-weight: 500;
  text-transform: capitalize;
}
.news-preview a:hover {
  color: #f39c12;
}
.news-preview p {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-meta {
  border-top: 1px solid #eef0f3;
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 15px;
}
.news-meta .date {
  color: #afafaf;
  display: inline-block;
  float: left;
  font-family: "Lato";
  font-weight: 400;
  text-transform: capitalize;
}
.news-meta .comment {
  color: #afafaf;
  float: right;
  font-family: "Lato";
  font-weight: 400;
}

.comment {
	margin-top: -50px;
    z-index: 1 !important;
    float: right;
    position: absolute;
}


.news-meta .read-more {
    display: inline-block;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.read-more a {
  color: #f39c12;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  right: -10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.read-more a:after {
    content: "\f3d3";
    font-family: "Ionicons";
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
    color: #f39c12;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.read-more a:hover {
    color: #f39c12;
    right: 0
}
.read-more a:hover:after {
    opacity: 1;
    visibility: visible
}

#counter {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-bottom: 90px;
    padding-top: 90px;	
}

.product-counter .block {
  text-align: center;
}
.block .counter-icon i {
  color: #fff;
  font-size: 40px;
  height: 50px;
  margin-bottom: 40px;
  padding-top: 12px;
  width: 50px;
}
.block span.counter {
  color: #fff;
  font-family: "Lato";
  font-size: 40px;
  font-weight: 700;
}
.block .caption {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: capitalize;
  word-spacing: 4px;
}
/* 5.7 Contact Start */

.contact-box {
    position: relative
}
.contact-box.top {
    text-align: center
}
.contact-box.left {
  margin-bottom: 0;
  margin-top: 34px;
  padding-left: 45px;
  text-align: left;
}
.contact-box.right {
    text-align: right;
    padding-right: 45px
}
.contact-icon-top,
.contact-icon-left,
.contact-icon-right {
    font-size: 30px
}
.contact-icon-top {
    padding-bottom: 20px
}
.contact-icon-left {
  color: #f39c12;
  left: 0;
  position: absolute;
}
.contact-icon-right {
    position: absolute;
    right: 0
}
.contact-box-content > h5 {
  font-weight: 500;
  text-transform: uppercase;
}
.contact-box-content > p {
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
}

.form-group {
    margin-bottom: 15px
}
.form-control {
  border: 2px solid #ddd;
  border-radius: 0;
  box-shadow: 0 0 6px 0 #ddd;
  color: #333;
  height: 45px;
  margin: 6px;
}
.form-control:focus {
    border-color: #afafaf;
    box-shadow: none
}
#message {
    padding: 0 15px 15px;
    display: none
}
.errorMessage {
    padding: 0 15px 20px;
    font-weight: 600
}
ul.errorMessages {
    list-style: none;
    padding-left: 0;
    padding-top: 5px
}
ul.errorMessages li {
    color: red;
    font-weight: 500;
    position: relative
}
ul.errorMessages li:before {
    content: "\f149";
    font-family: "Ionicons";
    margin-right: 5px
}
button.btn-ellipse {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: medium none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  padding: 14px 15px;
}
.btn-contact-bg {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  border: 0 none;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 25px;
  padding: 15px 35px;
  text-transform: uppercase;
}
.btn-contact-bg:hover,
.btn-contact-bg:active {
  border: 0 none;
  border-radius: 50px;
  color: #fff; 
}
.success {
  color: #54e0b1;
  font-size: 18px;
}
/* Google Map */

#google-map {
    height: 450px
}
.contact-map-container {
  height: 500px;
  margin-left: -10px;
  top: 0;
  width: 100%;
}

.contact-map-container #map {
  height: 500px;
  width: 100%;
}

/* ---------------
6 FOOTER 
-----------------*/

.footer {
  background: #34495e none repeat scroll 0 0;
  color: #fff;
  float: left;
  padding-top: 1px;
  width: 100%;
}
.footer .newsletter {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 20%;
}
.footer .newsletter h4 {
  color: #f7f7f7;
  float: left;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  width: 100%;
}
.footer .newsletter small {
  float: left;
  font-size: 14px;
  width: 100%;
}
.footer .newsletter input[type="text"] {
  border: medium none;
  border-radius: 50px;
  color: #34495e;
  float: left;
  font-size: 16px;
  height: 50px;
  padding: 0 20px;
  width: 69%;
}
.footer .newsletter button[type="submit"] {
    width: 30%;
    height: 50px;
    float: right;
    padding: 0 20px;
    border: none;
    margin-bottom: 20px;
    border-radius: 50px;
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    font-weight: 700;
}
.footer .newsletter button[type="submit"]:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.footer .sub-footer {
  background: #2c3e50 none repeat scroll 0 0;
  float: left;
  margin-top: 1px;
  padding: 20px 0;
  width: 100%;
}
.footer .sub-footer .social-media {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
	margin-top: 20px;
}
.footer .sub-footer .social-media li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
.footer .sub-footer .social-media li a {
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
.footer .sub-footer .social-media li a:hover {
  color: #f39c12;
}
.footer .sub-footer span {
  display: inline-block;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 300;
}
.footer .sub-footer span a {
    color: #fff;
    font-weight: 700;
}


/*----------------------
 7. RESPONSIVE LAYOUTS 
 ----------------------*/
 
@media(max-width:991px) {
	.sign_up{margin:auto;
		margin-top:30px;}
    .header {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #f7b733, #fc4a1a) repeat scroll 0 0;
        height: 60px
    }
    .logo a {
        color: #606060;
        line-height: 60px
    }
	.logo a img {
	  margin-top: -12px;
	}	
	.header.stuck .logo a {
	  margin-top: 0;
	}		
    .mobile-menu {
        display: block
    }
    .mobile-menu a {
        line-height: 60px;
        transition: all .3s
    }
    .mobile-menu a i {
        opacity: 1;
        -webkti-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        -webkit-transition: transform .3s, opacity .15s;
        -moz-transition: transform .3s, opacity .15s;
        -o-transition: transform .3s, opacity .15s;
        transition: transform .3s, opacity .15s
    }
    .mobile-menu a.active i {
        opacity: 0;
        -webkit-transform: translateY(-20px) scale(0.7);
        -moz-transform: translateY(-20px) scale(0.7);
        -o-transform: translateY(-20px) scale(0.7);
        transform: translateY(-20px) scale(0.7);
        -webkit-transition: transform 1s, opacity .15s;
        -moz-transition: transform 1s, opacity .15s;
        -o-transition: transform 1s, opacity .15s;
        transition: transform 1s, opacity .15s
    }
    .mobile-menu a:after {
        content: "\f129";
        font-family: "Ionicons";
        font-size: 19px;
        display: block;
        position: absolute;
        top: 0;
        left: 7px;
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.7);
        -moz-transform: translateY(10px) scale(0.7);
        -o-transform: translateY(10px) scale(0.7);
        transform: translateY(10px) scale(0.7);
        -webkit-transition: transform .3s, opacity .15s;
        -moz-transition: transform .3s, opacity .15s;
        -o-transition: transform .3s, opacity .15s;
        transition: transform .3s, opacity .15s
    }
    .mobile-menu a.active:after {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    .main-nav {
        z-index: -1;
        position: fixed;
        float: none;
        width: 100%;
        top: 60px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        display: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .main-nav.open {
        display: block;
		height:100%;
    }
    .main-nav-inner {
        padding-top: 50px!important;
        /*padding-bottom: 50px!important*/
    }
    .main-nav-inner.animation {
        -webkit-animation-name: slideDown;
        -moz-animation-name: slideDown;
        -o-animation-name: slideDown;
        animation-name: slideDown;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease
    }
    .main-nav-inner li {
        display: block;
        text-align: center;
        width: 100%
    }
    .main-nav-inner li a {
        line-height: normal;
        padding: 10px 12px;
        color: #606060;
		border-bottom: 1px solid #f1f1f1;
    }
    .header.stuck {
        height: 60px;
        background-color: #fff;
    }
    .header.stuck .logo a {
        line-height: 60px
    }
    .header.stuck .main-nav {
        top: 60px;
        background-color: #fff
    }
    .header.stuck .main-nav-inner li a {
        color: #afafaf;
        line-height: normal
    }
    .header.stuck .mobile-menu a {
        color: #606060
    }
	.sign_up {
	  float: left;
	}
	img.mockup-faqs {
	  margin-bottom: 80px;
	}
	#more-features img.img-responsive {
	  margin-bottom: 50px;
	  margin-top: 60px;
	}	
	.mockup-text {
	  padding-bottom: 100px;
	  padding-top: 0;
	}	
	.single-feature {
	  margin-bottom: 70px;
	  margin-top: 50px;
	}
	.single-features-top {
	  margin-bottom: 0px;
	}	
	#Token {
	  padding-bottom: 40px;
	}

	#Token p.section-description {
	  padding-bottom: 0px !important;
	}	
	.list-inline > li {
	  margin-top: 10px;
	}
	
	.news {
	  margin-top: 40px;
	}	
	.text-box-right {
	  padding-bottom: 10px;
	}
	.intro-mockup {
	  margin-right: 10%;
	}
	#counter {
	  padding-bottom: 50px;
	}	
	.team-member {
	  margin-left: 3%;
	  margin-right: 3%;
	  margin-top: 40px;
	}	
	.product-counter .block {
	  padding-bottom: 50px;
	  padding-top: 0;
	}	
	.contact {
	  margin-top: 60px;
	}	
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.single-features-top {
	  margin-bottom: 0px;
	} 	
	.single-feature {
	  margin-left: 2%;
	  margin-right: 2%;
	}
	.icon > img {
	  padding-bottom: 100px;
	}	
	.mockup-text {
	  margin-left: 2%;
	  margin-right: 2%;
	}	
	p.section-description {
	  margin-left: 2%;
	  margin-right: 2%;
	}

	.pricing_table {
	  margin-left: 3%;
	  margin-right: 3%;
	}
	.pricing_table_popular {
	  margin-left: 3%;
	  margin-right: 3%;
	}
	.dl-btn.btn-1 {
	  margin-bottom: 20px;
	}
	.news {
	  margin-left: 2%;
	  margin-right: 2%;
	}
	.icon-box.top {
	  text-align: center;
	}	
	.ds-btn.download-store1 {
	  margin-bottom: 20px;
	}
	.pricing .price-single {
	  margin-bottom: 50px;
	  margin-right: 2%;
	}
	.pricing .price-single.recommended {
	  margin-bottom: 50px !important;
	  margin-top: 0px !important;
	  padding-bottom: 30px;
	}
	.pricing {
	  padding-bottom:60px;
	}
	.footer .sub-footer span {
	  margin-bottom: 15px;
	}
	.footer .newsletter {
	  padding: 0 5%;
	}
	.footer .text-right {
	  padding-top: 20px;
	  text-align:center;
	}	
.footer .text-left {
   text-align:center;
}
.sign_up {
    width: 100% !important;
}	
}
@media (min-width: 768px){
.col-md-12 {
    width: 100%;
	float:left;
}}
/* ---------------
TIMELINE CODE
-----------------*/


@media (min-width: 768px)
.timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
	
}
.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}



@media (min-width: 1200px)
.timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
}
@media (min-width: 992px)
.timeline > li .timeline-panel {
    padding: 0 20px 20px;
}
@media (min-width: 768px)

.timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
}

.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}



@media (min-width: 1200px)
li.timeline-done {
}
@media (min-width: 1200px)
.timeline > li {
    min-height: 170px;
}
@media (min-width: 992px)
.timeline > li {
    min-height: 150px;
}
@media (min-width: 768px)
.timeline > li {
    padding-bottom: 50px;
    min-height: 100px;
}
.timeline > li {
    padding-bottom: 50px;
    position: relative;
    min-height: 50px;
}



.timeline > li.timeline-done .timeline-image {
    border: 7px solid #fc4a1a;
	border-radius: 10px;
}

@media (min-width: 1200px)
.timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
}

@media (min-width: 992px)
.timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
}


@media (min-width: 1200px)
.timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
}

@media (min-width: 992px)

.timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
}
@media (min-width: 768px)

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
@media (min-width: 1200px)

.timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
}
@media (min-width: 992px)

.timeline > li .timeline-panel {
    padding: 0 20px 20px;
}
@media (min-width: 768px)

.timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
}

.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}


@media (min-width: 768px)

.timeline > li .timeline-road {
    left: 50%;
}

.timeline > li .timeline-road {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #eeeeee;
    left: 40px;
    margin-left: -1.5px;
}


timeline {
  list-style: none;
  padding: 0;
  position: relative; }
  .timeline > li {
    padding-bottom: 50px;
    position: relative;
    min-height: 50px; }
    .timeline > li:after, .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      width: 100%;
      float: right;
      padding: 0 20px 0 100px;
      position: relative;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
    .timeline > li .timeline-image {
      left: 0;
      margin-left: 0;
      width: 80px;
      height: 80px;
      position: absolute;
      z-index: 100;
      background-color: #eeeeee;
      border-radius: 100%;
      border: 7px solid #eeeeee;
	  border-radius:10px;
      text-align: center;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      .timeline > li .timeline-image:hover {
        border-color: #fc4a1a; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        margin-top: 12px;
        line-height: 14px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      text-align: left;
      padding: 0 20px 0 100px; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
    .timeline > li.timeline-done .timeline-image {
      border: 7px solid #fc4a1a; 
	  
	  
	  
	  }
    .timeline > li .timeline-road {
      top: 0;
      bottom: 0;
      position: absolute;
      content: "";
      width: 2px;
      background-color: #eeeeee;
      left: 40px;
      margin-left: -1.5px; }
      .timeline > li .timeline-road.timeline-moved, .timeline > li .timeline-road.timeline-moving {
        background-color: #fc4a1a; }
      .timeline > li .timeline-road.timeline-moving:before {
        top: 60%;
        bottom: 0;
        position: absolute;
        content: "";
        width: 2px;
        background: -webkit-linear-gradient(#fc4a1a, #eeeeee);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#fc4a1a, #eeeeee);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#fc4a1a, #eeeeee);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(#fc4a1a, #eeeeee);
        /* Standard syntax */ }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
	line-height:1.1; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }
    .timeline .timeline-body > ul a,
    .timeline .timeline-body > p a {
      color: #fc4a1a;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      text-decoration: none; }
      .timeline .timeline-body > ul a:hover,
      .timeline .timeline-body > p a:hover {
        color: #64D3B2; }

@media (min-width: 768px) {
  .timeline > li {
    padding-bottom: 50px;
    min-height: 100px; }
    .timeline > li .timeline-panel {
      width: 41%;
      float: left;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      width: 100px;
      height: 100px;
      left: 50%;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      text-align: left;
      padding: 0 30px 20px 20px; }
    .timeline > li .timeline-road {
      left: 50%; } }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }

.img-circle {
    border-radius: 5px !important;
}

ol, ul {
    padding-left: 0px;
}



/* DISCOUNTS AREA */

.discount-rates{margin:0 0 140px 0}

.discount_timeline{width:100%;margin-top:206px;height:0px;position:relative;margin-bottom: 50px;
}

.discount_timeline_bubble{border-radius:50%;background:#efefef;display:inline-block;position:relative;    vertical-align: middle;}

.discount_timeline_bubble:nth-of-type(1){background: #f6a63f;color:#f6a63f;
	
}

.discount_timeline_bubble:nth-of-type(1):hover{background:#ca7b20}

.discount_timeline_bubble:nth-of-type(1):hover::before{background:#ca7b20}

.discount_timeline_bubble:nth-of-type(1):hover::after{border-color:#ca7b20}

.discount_timeline_bubble:nth-of-type(1)::before{background:#f6a63f}

.discount_timeline_bubble:nth-of-type(1)::after{border-color:#f6a63f;-webkit-box-shadow:inset 0px 0px 20px 0px #ca7b20;box-shadow:inset 0px 0px 20px 0px #f6a63f}

.discount_timeline_bubble:nth-of-type(2){background:#f7973c;color:#f7973c;-webkit-transition:all 0.4s;transition:all 0.4s; box-shadow: 0 0 0 0 rgba(#5a99d4, .5); -webkit-animation: pulse 1.5s infinite;}

.discount_timeline_bubble:nth-of-type(2):hover{background:#b7712e}

.discount_timeline_bubble:nth-of-type(2):hover::before{background:#b7712e}

.discount_timeline_bubble:nth-of-type(2):hover::after{border-color:#b7712e}

.discount_timeline_bubble:nth-of-type(2)::before{background:#f7973c}

.discount_timeline_bubble:nth-of-type(2)::after{border-color:#f7973c;-webkit-box-shadow:inset 0px 0px 20px 0px #f7973c;box-shadow:inset 0px 0px 20px 0px #f7973c}

.discount_timeline_bubble:nth-of-type(3){background:#f78838;color:#f78838;-webkit-transition:all 0.4s;transition:all 0.4s;
  box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
  -webkit-animation: pulse 1.5s infinite;

}

.discount_timeline_bubble:nth-of-type(3):hover{background:#c26b2c}

.discount_timeline_bubble:nth-of-type(3):hover::before{background:#c26b2c}

.discount_timeline_bubble:nth-of-type(3):hover::after{border-color:#c26b2c}

.discount_timeline_bubble:nth-of-type(3)::before{background:#f78838}

.discount_timeline_bubble:nth-of-type(3)::after{border-color:#f78838;-webkit-box-shadow:inset 0px 0px 20px 0px #f78838;box-shadow:inset 0px 0px 20px 0px #f78838}

.discount_timeline_bubble:nth-of-type(4){background:#f87935;color:#f87935;-webkit-transition:all 0.4s;transition:all 0.4s}

.discount_timeline_bubble:nth-of-type(4):hover{background:#c1602c}

.discount_timeline_bubble:nth-of-type(4):hover::before{background:#c1602c}

.discount_timeline_bubble:nth-of-type(4):hover::after{border-color:#c1602c}

.discount_timeline_bubble:nth-of-type(4)::before{background:#f87935}

.discount_timeline_bubble:nth-of-type(4)::after{border-color:#f87935;-webkit-box-shadow:inset 0px 0px 20px 0px #f87935;box-shadow:inset 0px 0px 20px 0px #f87935}

.discount_timeline_bubble:nth-of-type(5){background:#f86a31;color:#f86a31;-webkit-transition:all 0.4s;transition:all 0.4s}

.discount_timeline_bubble:nth-of-type(5):hover{background:#a8461e}

.discount_timeline_bubble:nth-of-type(5):hover::before{background:#a8461e}

.discount_timeline_bubble:nth-of-type(5):hover::after{border-color:#a8461e}

.discount_timeline_bubble:nth-of-type(5)::before{background:#f86a31}

.discount_timeline_bubble:nth-of-type(5)::after{border-color:#f86a31;-webkit-box-shadow:inset 0px 0px 20px 0px #f86a31;box-shadow:inset 0px 0px 20px 0px #f86a31}

.discount_timeline_bubble:nth-of-type(6){background:#f9542c;color:#f9542c;-webkit-transition:all 0.4s;transition:all 0.4s}

.discount_timeline_bubble:nth-of-type(6):hover{background:#ad3f20}

.discount_timeline_bubble:nth-of-type(6):hover::before{background:#ad3f20}

.discount_timeline_bubble:nth-of-type(6):hover::after{border-color:#ad3f20}

.discount_timeline_bubble:nth-of-type(6)::before{background:#f9542c}

.discount_timeline_bubble:nth-of-type(6)::after{border-color:#f9542c;-webkit-box-shadow:inset 0px 0px 20px 0px #f9542c;box-shadow:inset 0px 0px 20px 0px #f9542c}

.discount_timeline_bubble_top{white-space:nowrap;position:absolute;top:-120px;text-align:center;font-size:14px}

.discount_timeline_bubble_period{font-size:24px; letter-spacing: -0.04em;}

.discount_timeline_bubble_text{text-align:center;color:white;font-weight:300}

.discount_timeline_bubble_under{position:absolute;text-align:center;font-size:12px}

.discount_timeline_bubble::before{content:'';display:block;height:36px;width:2px;position:absolute;left:calc(50% - 1px);top:-36px}

.discount_timeline_bubble::after{content:'';display:block;width:20px;height:20px;background:#ffffff;position:absolute;left:calc(50% - 10px);top:-50px;border-radius:50%;border:2px solid #91c361}

.discount_timeline_arrow{width:99%;background:-webkit-gradient(linear, left top, right top, from(#f7b733), to(#F86A33));background:linear-gradient(to right, #f7b733, #F86A33);position:relative;}

/* .discount_timeline_arrow::after{width:0;height:0;border-top:30px solid transparent;border-bottom:30px solid transparent;border-left:30px solid #F86A33;content:'';display:block;position:absolute;right:-10px;top:-25px} */

.discount_notice{width:100%;text-align:center}

.discount_timeline_bubbles{margin-top:-60px}

.discount_timeline_bubble{height:110px;width:110px;margin-left:38px}

.discount_timeline_bubble:nth-of-type(1){margin-left:40px}

.discount_timeline_bubble_top{width:110px}

.discount_timeline_bubble_text{width:110px;height:110px;line-height:110px;font-size:32px}

.discount_timeline_bubble_under{width:110px;bottom:-105px}

.discount_timeline_arrow{height:10px}

@media (min-width: 1200px){.discount_timeline_bubbles{margin-top:-65px;}

.discount_timeline_bubble{height:120px;width:120px;margin-left:75px}

.discount_timeline_bubble:nth-of-type(1) {
    margin-left: 20px;
}

.discount_timeline_bubble_top{width:120px}

.discount_timeline_bubble_text{width:120px;height:120px;line-height:110px;font-size:32px}

.discount_timeline_bubble_under{width:120px;bottom:-80px}

.discount_timeline_arrow{height:10px}

}

@media (max-width: 1199px){.discount_timeline_bubbles{margin-top:-40px}

.discount_timeline_bubble{height:70px;width:70px;margin-left:65px}

.discount_timeline_bubble:nth-of-type(1) {
    margin-left: -17px;
}

.discount_timeline_bubble_top{width:70px}

.discount_timeline_bubble_text{width:70px;height:70px;line-height:70px;font-size:24px}

.discount_timeline_bubble_under{width:70px;bottom:-105px}

.discount_timeline_arrow{height:10px}

.discount_timeline {
    max-width: 750px;
    margin: 176px auto 130px;
}

}

@media (max-width: 991px){
.discount_timeline_bubble {
    height: 70px;
    width: 70px;
    margin-left: 8%;
}
}

@media (max-width: 767px){.discount_timeline_bubbles{margin-top:-30px}
.team-member{flex:1 0 95%}
.discount_timeline_bubble{height:50px;width:50px; margin-left: 7%;}
.discount_timeline_arrow {
width: 90%;}
.discount_timeline_bubble:nth-of-type(1){margin-left:0}

.discount_timeline_bubble_top{width:50px}

.discount_timeline_bubble_text{width:50px;height:50px;line-height:50px;font-size:24px}

.discount_timeline_bubble_under{width:50px;bottom:-105px}

.discount_timeline_arrow{height:10px}

}

@media (max-width: 575px){.discount_timeline_bubbles{margin-top:-65px}

.discount_timeline_bubble{height:120px;width:120px;margin-left:135px}

.discount_timeline_bubble:nth-of-type(1){margin-left:135px}

.discount_timeline_bubble_top{width:120px}

.discount_timeline_bubble_text{width:120px;height:120px;line-height:110px;font-size:32px}

.discount_timeline_bubble_under{width:120px;bottom:-80px}

.discount_timeline_arrow{height:10px}

.discount_timeline{height:auto;margin:0 auto;margin-top:100px;width:308px}

.discount_timeline_arrow{position:absolute;top:0px;height:880px;width:10px;left:190px;background:-webkit-gradient(linear, left top, left bottom, from(#f7b733), to(#fc4a1a));background:linear-gradient(to bottom, #f7b733, #fc4a1a)}

.discount_timeline_arrow::after{border-top:30px solid transparent;border-bottom:30px solid transparent;border-left:30px solid #fc4a1a;position:absolute;right:-10px;top:860px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}

.discount_timeline_bubbles{margin-top:-65px}

.discount_timeline_bubble{margin-top:40px}

.discount_timeline_bubble::before{height:2px;width:36px;position:absolute;top:calc(50% - 1px);left:-36px}

.discount_timeline_bubble::after{position:absolute;top:calc(50% - 10px);left:-50px}

.discount_timeline_bubble_top{left:-135px;top:20px;text-align:left}

.discount_timeline_bubble_period{text-align:left}

.discount_timeline_bubble_text{position:absolute;left:0}

.discount_timeline_bubble_under{bottom:-80px;left:-135px;top:70px;text-align:left}

.discount_notice{margin-top:160px;padding:0 30px}

}

/*
MENU IDIOMAS
*/

.languagepicker {
	background-color: #F2f2f2;
	display: inline-block;
	padding: 0;
	height: 30px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 29px 0 10px 0;
	vertical-align: top;

}

.header.stuck .languagepicker{
	margin: 19px 0 10px 0
	}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 60px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 12px;
	line-height: 30px;
	border-top: 1px solid #EEE;
}



.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 95px;
}


/* PULSE EFEITO */
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(247, 151, 60, 0.7);
  border-radius: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(247, 151, 60, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(247, 151, 60, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(247, 151, 60, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(247, 151, 60, 0);}}

.id-linkedin{
    bottom: 0px;
    margin: auto;
}
	
	}


@media (max-width: 575px) {
	.coluna-centralizada {
		padding: 0 12.5%;
	}
}

@media (min-width: 992px) {
	.coluna-centralizada {
		padding: 0 12.5%;
	}
}

.under {
	text-decoration: underline;	
}

/* FORM SUBSCRIBE */ 

 #_form_1_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_1_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_1_._form-top { top:0; }
 #_form_1_._form-bottom { bottom:0; }
 #_form_1_._form-left { left:0; }
 #_form_1_._form-right { right:0; }
 #_form_1_ input[type="text"],#_form_1_ input[type="date"],#_form_1_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_1_ textarea { resize:none; }
 #_form_1_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#333 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }
 #_form_1_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_1_ ._close-icon:before { position:relative; }
 #_form_1_ ._form-body { margin-bottom:30px; }
 #_form_1_ ._form-image-left { width:150px; float:left; }
 #_form_1_ ._form-content-right { margin-left:164px; }

 #_form_1_ ._form-label,#_form_1_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_1_._dark ._form-branding { color:#333; }
 #_form_1_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_1_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_1_ ._form_element * { font-size:14px; }
 #_form_1_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_1_ ._form_element._clear:after { clear:left; }
 #_form_1_ ._form_element input[type="text"],#_form_1_ ._form_element input[type="date"],#_form_1_ ._form_element select,#_form_1_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_1_ ._field-wrapper { position:relative; }
 #_form_1_ ._inline-style { float:left; }
 #_form_1_ ._inline-style input[type="text"] { width:150px; }
 #_form_1_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_1_ ._form_element img._form-image { max-width:100%; }
 #_form_1_ ._clear-element { clear:left; }
 #_form_1_ ._full_width { width:100%; }
 #_form_1_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_1_ input[type="text"]._has_error,#_form_1_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_1_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_1_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
 #_form_1_ ._error._above { padding-bottom:4px; top:-41px; right:0; }
 #_form_1_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_1_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_1_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_1_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_1_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_1_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_1_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_1_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_1_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_1_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_1_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_1_ ._form-content { margin:0; width:100%; }
 #_form_1_ ._form-inner { display:block; min-width:100%; }
 #_form_1_ ._form-title,#_form_1_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_1_ ._form-title { font-size:1.2em; }
 #_form_1_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_1_ ._form-element,#_form_1_ ._inline-style,#_form_1_ input[type="text"],#_form_1_ label,#_form_1_ p,#_form_1_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_1_ ._row._checkbox-radio label { display:inline; }
 #_form_1_ ._row,#_form_1_ p,#_form_1_ label { margin-bottom:0.7em; width:100%; }
 #_form_1_ ._row input[type="checkbox"],#_form_1_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_1_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_1_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_1_ ._form-image { max-width:100%; height:auto !important; }
 #_form_1_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_1_ input[type="radio"],#_form_1_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_1_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_1_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_1_ { position:relative; text-align:left; margin:0 px auto 0; padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }
 #_form_1_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_1_:before,#_form_1_:after { content:" "; display:table; }
 #_form_1_:after { clear:both; }
 #_form_1_._inline-style { width:auto; display:inline-block; }
 #_form_1_._inline-style input[type="text"],#_form_1_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_1_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_1_._inline-style p { margin:0; }
 #_form_1_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_1_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_1_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }
 
  #_form_3_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_3_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_3_._form-top { top:0; }
 #_form_3_._form-bottom { bottom:0; }
 #_form_3_._form-left { left:0; }
 #_form_3_._form-right { right:0; }
 #_form_3_ input[type="text"],#_form_3_ input[type="date"],#_form_3_ textarea { padding:6px; height:auto; border:#979797 0px solid; border-radius:0px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:#FFF}
 #_form_3_ textarea { resize:none; }
 #_form_3_ ._submit { 
 
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 
 -webkit-appearance:none; cursor:pointer; 
 font-family:arial, sans-serif; 
 font-size:14px; text-align:center; 
 -moz-border-radius:0px !important; 
 -webkit-border-radius:0px !important; 
 border-radius:0px !important; 
 color:#fff !important; 
 padding:20px !important;
 height:60px;
 width:30%;
 
 }
 #_form_3_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_3_ ._close-icon:before { position:relative; }
 #_form_3_ ._form-body { margin-bottom:30px; }
 #_form_3_ ._form-image-left { width:150px; float:left; }
 #_form_3_ ._form-content-right { margin-left:164px; }
 #_form_3_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_3_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_3_ ._form-label,#_form_3_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_3_._dark ._form-branding { color:#333; }
 #_form_3_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_3_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_3_ ._form_element * { font-size:14px; }
 #_form_3_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_3_ ._form_element._clear:after { clear:left; }
 #_form_3_ ._form_element input[type="text"],#_form_3_ ._form_element input[type="date"],#_form_3_ ._form_element select,#_form_3_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:70%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; float:left; height:60px; font-size:18px; padding:10px }
 #_form_3_ ._field-wrapper { position:relative; }
 #_form_3_ ._inline-style { float:left; }
 #_form_3_ ._inline-style input[type="text"] { width:150px; }
 #_form_3_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_3_ ._form_element img._form-image { max-width:100%; }
 #_form_3_ ._clear-element { clear:left; }
 #_form_3_ ._full_width { width:100%; }
 #_form_3_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_3_ input[type="text"]._has_error,#_form_3_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_3_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_3_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
 #_form_3_ ._error._above { padding-bottom:4px; top:-41px; right:0; }
 #_form_3_ ._error._below { padding-top:4px; top:100%; left:0%; }
 #_form_3_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_3_ ._error._below ._error-arrow { top:0; left:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_3_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; }
 #_form_3_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_3_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_3_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_3_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_3_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_3_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_3_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_3_ ._form-content { margin:0; width:100%; }
 #_form_3_ ._form-inner { display:block; min-width:100%; }
 #_form_3_ ._form-title,#_form_3_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_3_ ._form-title { font-size:1.2em; }
 #_form_3_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_3_ ._form-element,#_form_3_ ._inline-style,#_form_3_ input[type="text"],#_form_3_ label,#_form_3_ p,#_form_3_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_3_ ._row._checkbox-radio label { display:inline; }
 #_form_3_ ._row,#_form_3_ p,#_form_3_ label { margin-bottom:0.7em; width:100%; }
 #_form_3_ ._row input[type="checkbox"],#_form_3_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_3_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_3_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_3_ ._form-image { max-width:100%; height:auto !important; }
 #_form_3_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_3_ input[type="radio"],#_form_3_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_3_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_3_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_3_ { position:relative; text-align:left; margin:25px auto 0; width:500px;color:#000 !important; }
 #_form_3_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_3_:before,#_form_3_:after { content:" "; display:table; }
 #_form_3_:after { clear:both; }
 #_form_3_._inline-style { width:auto; display:inline-block; }
 #_form_3_._inline-style input[type="text"],#_form_3_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_3_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_3_._inline-style p { margin:0; }
 #_form_3_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_3_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; background-color:#FFF; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_3_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }
 
 
 
 .wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-size: 100%;
	
	padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
}


.wufoo input.btTxt {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #f7b733, #fc4a1a) repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding: 13px 13px;
    width: 100%;
}

form span.req {
	display:none !important;
	
}

.wufoo a {
	display:none !important;
}

.wufoo li div a{
	display:none !important;
}

.embed .confirm h2.freeHeading {
    padding: 0;
    font-size: 14px;
    color: #390;
    line-height: 55px;
    text-align: center;
    margin: 0px;
}

.embed .confirm .create-message {
	
display:none;
}

.embed .confirm .logo-container {
	display:none;
}

#form2 .wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-size: 50%;
	padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:60%;
}

#form2 #Field1 {
	font-size: 16px;
	padding: 10px;
	width:65%;
}

#form2 #saveForm {
	width: 65%	;
	margin:auto;
}

.wufoo li.focused {
	background: none !important;
}

form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.access-control {
	background-color:#F90C;
	color:#FFF;
	font-weight:900;
	display: inline-block;
	padding: 0;
	height: 30px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 29px 0 10px 0;
	vertical-align: top;
	margin-left:10px;
}
.access-control a {
	color:#FFF;
}

.header.stuck .access-control{
	margin: 19px 0 10px 0;
	margin-left:10px;
	background-color:#000
	}

.access-control li {
	display: block;
	padding: 0px 12px;
	line-height: 30px;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

#midia {
	background-color:#fafafa;
	padding-bottom:100px;	
}



/* INICIO COMPARATIVE TABLE */

.compare-black-table.hth-table td.labels_col {
	width: 230px;
}
.compare-black-table.hth-table tr, .compare-black-table.hth-table td, .compare-black-table.hth-table th {
	outline: none;
}


.compare-black-table.hth-table td:not(.labels_col), .compare-black-table.hth-table th:not(.labels_col) {
    outline: none;
    min-width: 80px;
    max-width: 125px;
    width: 10%;
}
.compare-black-table tbody td:not(.labels_col) {
    padding: 16px 10px;
}
.compare-black-table.hth-table tr, .compare-black-table.hth-table td, .compare-black-table.hth-table th {
    outline: none;
}
.compare-black-table td:not(.labels_col) {
    text-align: center;
    width: 30%;
}
.compare-black-table tbody td {
    border: 1px solid #f2f2f2;
}
.compare-black-table td {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.compare-black-table tbody td:first-child {
	border-left: none;
}
.compare-black-table tbody td:nth-child(2) {
	border: none;
}

.green-backgr{
	background-color: #2ecc71 !important;
	color: #ffffff !important;

}

.orange-backgr{
	background-color: #f39c12 !important;
	color: #ffffff !important;

}




.hth-table span.no,
.hth-table span.yes{
	height: 15px;
	width: 15px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.hth-table span.yes{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='15' height='12' viewBox='0 0 15 12'%3e%3cdefs%3e%3cstyle%3e .cls-2 %7b fill: %23333333;%7d %3c/style%3e%3c/defs%3e%3cpath d='M14.986,3.011 C14.986,3.011 8.911,9.013 8.911,9.013 C8.911,9.013 8.911,9.013 8.911,9.013 C8.911,9.013 5.874,12.014 5.874,12.014 C5.874,12.014 5.874,12.014 5.874,12.014 C5.874,12.014 5.873,12.014 5.873,12.014 C5.873,12.014 2.836,9.013 2.836,9.013 C2.836,9.013 2.836,9.013 2.836,9.013 C2.836,9.013 -0.013,6.199 -0.013,6.199 C-0.013,6.199 3.025,3.198 3.025,3.198 C3.025,3.198 5.874,6.012 5.874,6.012 C5.874,6.012 11.949,0.010 11.949,0.010 C11.949,0.010 14.986,3.011 14.986,3.011 Z' id='path-1' class='cls-2' fill-rule='evenodd'/%3e%3c/svg%3e ");
}

.hth-table span.no{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='12' height='12' viewBox='0 0 12 12'%3e%3cdefs%3e%3cstyle%3e .cls-2 %7b fill: %23000000; opacity: 0.2;%7d %3c/style%3e%3c/defs%3e%3cpath d='M12.002,9.606 C12.002,9.606 9.611,11.997 9.611,11.997 C9.611,11.997 5.976,8.362 5.976,8.362 C5.976,8.362 2.384,11.954 2.384,11.954 C2.384,11.954 -0.007,9.563 -0.007,9.563 C-0.007,9.563 3.585,5.971 3.585,5.971 C3.585,5.971 0.011,2.397 0.011,2.397 C0.011,2.397 2.401,0.006 2.401,0.006 C2.401,0.006 5.976,3.580 5.976,3.580 C5.976,3.580 9.556,0.000 9.556,0.000 C9.556,0.000 11.947,2.391 11.947,2.391 C11.947,2.391 8.367,5.971 8.367,5.971 C8.367,5.971 12.002,9.606 12.002,9.606 Z' id='path-1' class='cls-2' fill-rule='evenodd'/%3e%3c/svg%3e ");
}

.compare-table-container.hth-table-wrapper .white-overlay {
    display: none;
}





@media screen and (max-width: 510px){
	.compare-black-table.hth-table{
		width: auto;
	}
	.compare-black-table.hth-table td.labels_col {
		width: 100px;
	}
	.compare-table-container.hth-table-wrapper {
		margin: 0 0 40px;
	}
	.compare-black-table.hth-table thead td img,
	.compare-black-table.hth-table thead th img {
		max-width: 100%;
	}
	.compare-black-table.hth-table th:not(.labels_col),
	.compare-black-table.hth-table td:not(.labels_col){
		min-width: 80px;
	}
	.compare-table-container.hth-table-wrapper{
		position: relative;
		overflow: hidden;
	}
	.compare-table-container.hth-table-wrapper .white-overlay{
		display: block;
		position: absolute;
		width: 70px;
		background-color: #fff;
		top: 0;
		right: 0;
		bottom: 15px;
		opacity: 0.8;
		z-index: 10;
		box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
	}
	.compare-table-container.hth-table-wrapper .hth-table-holder{
		width: 100%;
		overflow: scroll;
		overflow-y: hidden;
	}
	.compare-table-container.hth-table-wrapper .scroll-hold{
		min-width: auto;
		display: inline-block;
		width: auto;
		padding-right: 80px;
		overflow-y: hidden;
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a{
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		text-align: center;
		margin: auto;
		display: block;
		left: 0;
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a::before,
	.compare-table-container.hth-table-wrapper .white-overlay > a::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 30px;
		margin: auto;
		width: 18px;
		height: 4px;
		background: #999;
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a::before{
		-webkit-transform: rotate(45deg) translateY(-7px);
		-moz-transform: rotate(45deg) translateY(-7px);
		-o-transform: rotate(45deg) translateY(-7px);
		-ms-transform: rotate(45deg) translateY(-7px);
		transform: rotate(45deg) translateY(-7px);
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a::after{
		-webkit-transform: rotate(-45deg) translateY(8px);
		-moz-transform: rotate(-45deg) translateY(8px);
		-o-transform: rotate(-45deg) translateY(8px);
		-ms-transform: rotate(-45deg) translateY(8px);
		transform: rotate(-45deg) translateY(8px);
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a:hover::before,
	.compare-table-container.hth-table-wrapper .white-overlay > a:hover::after{
		background: #333;
	}
}

@media screen and (max-width: 375px){
	.compare-black-table.hth-table{
		width: auto;
	}
	.compare-black-table.hth-table td.labels_col {
		width: 100px;
	}
	.compare-table-container.hth-table {
		margin: 0 0 40px;
	}
	.compare-black-table.hth-table thead td img,
	.compare-black-table.hth-table thead th img {
		max-width: 100%;
	}
	.compare-black-table.hth-table th:not(.labels_col),
	.compare-black-table.hth-table td:not(.labels_col){
		min-width: 60px;
	}
	.compare-table-container.hth-table-wrapper{
		position: relative;
		overflow: hidden;
	}
	.compare-table-container.hth-table-wrapper .white-overlay{
		display: block;
		position: absolute;
		width: 80px;
		background-color: #fff;
		top: 0;
		right: 0;
		bottom: 15px;
		opacity: 0.8;
		z-index: 10;
		box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
	}
	.compare-table-container.hth-table-wrapper .hth-table-holder{
		width: 100%;
		overflow: scroll;
		overflow-y: hidden;
	}
	.compare-table-container.hth-table-wrapper .scroll-hold{
		min-width: auto;
		display: inline-block;
		width: auto;
		padding-right: 80px;
		overflow-y: hidden;
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a{
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		text-align: center;
		margin: auto;
		display: block;
		left: 0;
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a::before,
	.compare-table-container.hth-table-wrapper .white-overlay > a::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		margin: auto;
		width: 15px;
		height: 3px;
		background: #999;
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a::before{
		-webkit-transform: rotate(45deg) translateY(-6px);
		-moz-transform: rotate(45deg) translateY(-6px);
		-o-transform: rotate(45deg) translateY(-6px);
		-ms-transform: rotate(45deg) translateY(-6px);
		transform: rotate(45deg) translateY(-6px);
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a::after{
		-webkit-transform: rotate(-45deg) translateY(7px);
		-moz-transform: rotate(-45deg) translateY(7px);
		-o-transform: rotate(-45deg) translateY(7px);
		-ms-transform: rotate(-45deg) translateY(7px);
		transform: rotate(-45deg) translateY(7px);
	}
	.compare-table-container.hth-table-wrapper .white-overlay > a:hover::before,
	.compare-table-container.hth-table-wrapper .white-overlay > a:hover::after{
		background: #333;
	}

}

.compare-black-table.hth-table tbody tr:hover, .compare-black-table.hth-table tbody tr:hover > td:not(:nth-child(2)) {
    background-color: #f2f2f2 !important;
}

/* FIM COMPARATIVE TABLE */

@media (max-width: 767px) {
 h1 {
    font-size: 27px !important;
    line-height: 1.1em !important;
}

.intro {
    background-color: transparent;
    overflow: hidden;
    position: relative;
	padding: 45px 0;
	background-color:#191919 !important;
	background-image:none !important
}

.intro-content {
	padding-bottom: 8px !important
}

p.intro-description {
    padding-top: 0px !important;
	line-height: 18px;
	padding-bottom: 0px;
}

#botoes {
	display:none;
}

#bt-urls {
	display:block !important;
}


a {
	color:#f39c12;
}

.sign_up {
	min-width:200px;
	padding: 16px 5px !important;
	
}

.sign_up h2 {
    font-size: 22px;
    line-height: 24px !important;
	padding-bottom:0px !important;
}	
.sign_up2 {
	padding: 3px !important;
}

.crowdsale-started {
    font-size: 0.95rem !important;
	top: 18px !important
}

.ds-btn.download-store1 {
    margin-bottom: 0px !important;
}

.softcap-reached>span, .crowdsale-started>span {
    top: 2px !important;
}

.sign_up_txt {
	padding-top:30px !important;
	padding-bottom: 5px !important; 
	line-height: 1.2em;
}

.sign_up_txt2 {
	padding-top:7px !important;
	padding-bottom: 7px !important; 
	line-height: 1.3em !important;
}

.sign_up_txt2 strong {
	font-size: 1.2em;
}

.store-buttons a.download-store1 {
    padding-bottom: 7px !important; 
    padding-top: 7px !important; 
}

}

.sign_up_txt {
	padding-top:50px 
	
}

.sign_up_txt2 {
	padding-top:20px;
	padding-bottom:20px ;
	
}

.sign_up h2 {
    font-size: 24px;
    line-height: 34px;
	padding-bottom:20px;
}	

#bt-urls {
	display:none;
}



/* STARS */
.stars {
    height: 10px;
    width: 65px;
    margin: -5px 0 0 auto;
    position: relative;
    background: url(stars.png) repeat-x 0 100%;
    background-size: auto 200%;
	float:left;
}
.stars div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background:url(stars.png) repeat-x;
    background-size: auto 200%;
}	
	

/* FIM STARS */


/* Moedas */
/* unordered lists */

ul.inline__list {
	color:rgba(28,28,28,0.7);
	
	li {
		margin-bottom: 1em;
		line-height: 1.5em;
		list-style:none;
		border-bottom: var(--divider);
		padding-bottom: 1em;
		
		@media (--tablet-portrait) {
			list-style-position:outside;
			margin-left: 1.5em;
			list-style-type: circle;
			border-bottom: none;
			padding-bottom: 0;
		}
	}
		
}


/* Ordered list / steps */

ol.steps {
	counter-reset: counter;
	list-style-type: none;
	padding-left: 0;
	@media (--tablet-portrait) {
		padding-left: 42px;
	}
}

ol.steps li {
	counter-increment: counter;
	list-style: none;
	position: relative;
	margin-bottom: 2em;
	h3 {
		margin-bottom: .5em;
		max-width: 340px;
	}
	p {
		margin: 0;
		max-width: 440px;
	}
	&:before {
		content: counter(counter);
		display: block;
		color: var(--color-blue);
		border: 1.1px solid var(--color-blue);
		background-color: transparent;
		width: 32px;
		height: 32px;
		
		font-weight: 400;
		font-size: 16px;
		text-align: center;
		line-height: 32px;
		position: relative;
		margin: 0 auto;
		border-radius: 32px;
		
		@media (--tablet-portrait) {
			position: absolute;
			left: -48px;
			top: -.1rem;
		}
		
	}
}


.iconlist {
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

.iconlist li {
	position: relative;
	margin: .5em .75em;
	display: inline-block;
	text-align: center;
}

.iconlist li img {
	height: 54px;
	width: auto;
}

.iconlist--medium li img {
	height: 28px;
	width: auto;
	@media (--tablet-portrait) {
		height: 42px;
		width: auto;
	}
}

.iconlist--small li img {
	height: 32px;
	width: auto;
}

.iconlist--small--preview li {
	margin: 0 .5em;
}
.piramid{
	width:100%;
	height:auto;
	max-width:700px;
}
/* FIM MOEDAS /*

.

/*Declaração inicial*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 500px) {

img{max-width:100%}
}
.logo{margin-left:-35px}