body {
    margin: 0;  font-family: "Fira Sans";
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: 1.1;
    font-weight: 900;
    margin: 0;
}
p:first-of-type {
    margin-top: 0;
}
p:last-of-type {
    margin-bottom: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.l-container {
    padding-left: 20px;
    padding-right: 20px;
}
.l-container::before,
.l-container::after {
    content: ' ';
    display: table;
}
.l-container::after {
    clear: both;
}
.alignleft {
    display: block;
    margin-bottom: 10px;
}
.alignright {
    display: block;
    margin-bottom: 10px;
}
.aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.error404 .c-page-header,
.error404 .c-content__text {
    text-align: center;
}
.l-3col>* {
    margin-bottom: 30px;
}
/* HEADER */
.c-site-header {
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    padding: 25px 0;
    z-index: 9
}
.translated-ltr .c-site-header {
    
    top:-41px;
    
}
.c-site-header .c-logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    z-index: 10;
}
.j-menu-open {
    overflow: hidden;
}
.j-menu-open .c-site-header .c-logo svg g {
    fill: #fff;
}
.c-site-header__content__toggle {
    position: absolute;
    top: 18px;
    right: 10px;
    padding: 5px 8px;
    z-index: 10;
}
.j-menu-open .c-site-header__content__toggle {
    position: fixed;
}
.j-menu-open.j-subnav-open .c-site-header__content__toggle {
    z-index: 9;
}
.c-site-header__content__toggle__item {
    display: block;
    width: 30px;
    border-top: 2px solid #000;
    border-radius: 10px;
    margin: 6px 0 6px auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.j-menu-open .c-site-header__content__toggle__item {
    opacity: 0;
}
.j-menu-open .c-site-header__content__toggle__item:first-of-type {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.j-menu-open .c-site-header__content__toggle__item:last-of-type {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}
.c-site-header__content__nav {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}
.j-subnav-open .c-site-header__content__nav {
    z-index: 11;
}
.j-menu-open .c-site-header__content__nav {
    bottom: 0;
}
.j-menu-open .c-site-header {
    background: rgba(255, 0, 38, 1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 38, 1)), color-stop(20%, rgba(255, 0, 38, 1)), to(rgba(255, 196, 0, 1)));
    background: linear-gradient(to right, rgba(255, 0, 38, 1) 0%, rgba(255, 0, 38, 1) 20%, rgba(255, 196, 0, 1) 100%);
}
.j-subnav-open .c-site-header__content__nav {
    top: 0
}
.c-site-header__content__nav__menu {
    margin-top: 40px;
}
.c-site-header__content__nav__menu li {
    color: #000;
    font-family: "Fira Sans";
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
    text-transform: none;
}
.c-site-header__content__nav__menu>li {
    font-family: "fatfrank";
    font-size: 20px;
}
.c-site-header__content__nav__menu:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.c-site-header__content__nav__menu:last-of-type li {
    color: #787878;
    font-weight: 400;
}
.blog .c-site-header__content__nav__menu:last-of-type li,
.single .c-site-header__content__nav__menu:last-of-type li {
    color: #fff;
}
.c-site-header__content__nav__menu li a {
    display: block;
    padding: 0 5px;  color: inherit;
}
.c-site-header__content__nav__menu li a .icon {
    color: #4a4a4a;
    font-size: 16px;
    margin-right: 6px;
}
.blog .c-site-header__content__nav__menu:last-of-type li a .icon,
.single .c-site-header__content__nav__menu:last-of-type li a .icon {
    color: #fff;
}
.c-site-header__content__nav__menu li a img {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 14px;
    margin-left: 14px;
}
.c-site-header__content__nav__menu li.current-menu-item a {}
.j-subnav-li-open>a {
    color: #fff;
    background: rgba(255, 0, 38, 1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 38, 1)), color-stop(20%, rgba(255, 0, 38, 1)), to(rgba(255, 196, 0, 1)));
    background: linear-gradient(to right, rgba(255, 0, 38, 1) 0%, rgba(255, 0, 38, 1) 20%, rgba(255, 196, 0, 1) 100%);
}
.j-submenu-open>a .icon {
    display: none;
}
.j-submenu-open.j-subnav-li-open>a .icon {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
/*c-submenu*/
.c-site-header li.j-submenu-open {
    position: relative;
}
.c-site-header li .c-submenu {
    display: none;
}
.c-submenu {
    position: relative;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    z-index: 1;
}
.c-site-header li:last-of-type .c-submenu {
    left: auto;
    right: 0;
    border-radius: 10px 0px 10px 10px;
}
.c-submenu li {
    display: block !important;
    color: #2d2d2d;
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.j-subnav-li-open {
    color: #42309e !important;
    background-color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.31);
}
.j-subnav-li-open a {
    background-color: #fff;
    z-index: 10;
}
.c-submenu--big .c-submenu__list li:first-of-type {
    margin-bottom: 10px;
}
.c-submenu a {
    position: relative;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-transform: none;
    padding: 10px 0 !important;
}
.c-site-header__content__nav__menu li .c-submenu li .icon {
    display: inline-block;
    vertical-align: middle;
    color: #c0c0c0;
    font-size: 20px;
    margin-left: 0;
    margin-right: 10px;
}
.c-submenu a img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.j-subnav-open .c-site-header li.j-subnav-li-open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.j-subnav-li-open>a img {
    display: none !important;
}
/*COMPONENTI*/
.c-button {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background-color: #42309e;
    font-family: "Fira Sans";
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #42309e;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    -webkit-transition: .1s ease;
    transition: .1s ease;
}
.c-button--big {
    font-size: 18px;
}
.c-button--ghost {
    color: #a1a1a1;
    background-color: transparent;
    border-color: #d4d4d4;
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-button .icon {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin-right: 12px;
}
.c-picture {
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.c-picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.c-badge {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #42309e;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    border: 4px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 1;
}
.c-badge::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-color: transparent;
    border: 2px solid #4230a1;
    border-radius: 50%;
    z-index: 0;
}
.c-payments {
    display: inline-block;
    vertical-align: bottom;
    width: 30%;
    color: #4a4a4a;
    text-align: right;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
}
.c-payments__cards {
    margin-top: 10px;
}
.c-payments__cards__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
.c-payments__cards__item:last-of-type {
    margin-right: 0;
}
.c-payments__cards__item img {
    display: block;
}
/*HERO*/
.c-hero {
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
    z-index: 1;
}
.c-hero__content {
    position: relative;
    font-size: 0;
    z-index: 2;
}
.c-hero__figure {
    position: absolute;
    right: 25vw;
    bottom: 0;
    width: 100vmax;
    min-width: 680px;
    height: 100vmax;
    min-height: 680px;
    border-radius: 68px;
    overflow: hidden;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.c-hero__figure img {
    position: absolute;
    right: -30px;
    bottom: -50px;
    width: 110vw;
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}
.c-hero--orange .c-hero__figure {
    background: rgba(255, 0, 38, 1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 38, 1)), color-stop(20%, rgba(255, 0, 38, 1)), to(rgba(255, 196, 0, 1)));
    background: linear-gradient(to right, rgba(255, 0, 38, 1) 0%, rgba(255, 0, 38, 1) 20%, rgba(255, 196, 0, 1) 100%);
}
.c-hero--orange .c-hero__figure img {
    position: absolute;
    top: auto;
    bottom: 0;
    height: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    mix-blend-mode: hard-light;
}
.c-hero:not(.c-hero--orange) .c-hero__figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.c-hero__content__text {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-family: "Fira Sans";
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 16%;
}
.c-hero__content__text p {
    margin-top: 10px;
}
.c-hero__content__text_footer {
    margin-top: 15px;
}
.c-hero .c-payments {
    width: auto;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    margin-right: -20px;
}
.c-hero .c-payments__cards {
    display: inline-block;
    margin-left: 10px;
}
.c-hero--icon .c-hero__content__text {
    position: relative;
}
.c-hero--icon .c-hero__content__text>.icon {
    display: none;
}
.c-hero--blog {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    background-attachment: fixed;
}
.c-hero--blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.52);
}
.c-hero--blog .c-hero__content {
    height: 100%;
}
.c-hero--blog .c-hero__content__text {
    position: absolute;
    bottom: 40px;
    margin-right: 0;
}
.c-tabs-special {
    position: relative;
}
.c-hero .c-tabs-special__nav {
    position: absolute;
    top: 0;
    right: 0;
}
.c-content-block .c-tabs-special__nav__menu__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.c-content-block .c-tabs-special__nav__menu__item:last-of-type {
    margin-right: 0;
}
.c-hero .c-tabs-special__nav__menu__item:not(:last-of-type) {
    margin-bottom: 10px;
}
.c-tabs-special__nav__menu__item .icon {
    color: #c0c0c0;
    font-size: 30px;
}
.c-tabs-special__nav__menu__item.j-active .icon {
    color: #42309e;
}
.c-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    display: none;
    color: #ffffff;
    background-color: #4a4a4a;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-tooltip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #4a4a4a;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.c-tabs-special__nav__menu__item.j-active .c-tooltip {
    display: block;
}
.c-tabs-special__nav__menu__item:not(.j-active):hover .c-tooltip {
    display: block;
    background-color: #c0c0c0;
    z-index: 1;
}
.c-tabs-special__nav__menu__item:not(.j-active):hover .c-tooltip::before {
    background-color: #c0c0c0;
}
/*CONTENT_BLOCK*/
.c-content-block {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
.c-content-block--dark {
    background-color: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
}
.c-content-block--dark:last-of-type {
    padding-bottom: 80px;
    margin-bottom: 0 !important;
}
.c-content-block--picture {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    overflow: visible;
}
.c-content-block--overflow {
    overflow: visible;
}
.c-hero:not(.c-hero--blog)+.c-content-block {
    padding-top: 0;
    margin-top: -20px
}
.c-hero--blog+.c-content-block {
    padding-top: 30px;
}
.prices .c-hero+.c-content-block {
    padding-top: 0;
    margin-top: 0;
}
.prices .c-hero {
    z-index: 1;
}
.prices .c-hero+.c-content-block>:first-of-type {
    position: relative;
    margin-bottom: -40px;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    z-index: 2;
}
.c-content-block__content__header {
    margin-bottom: 20px;
}
.c-content-block__content__header--special,
.c-content-block__content__header--center {
    text-align: center;
}
.c-content-block__content__header--big {
    position: relative;
    margin-bottom: 40px;
}
.c-content-block__content__header--big p {
    color: #787878;
    font-size: 14px;
    line-height: 1.5;
}
.c-content-block__content__header--big .c-content-block__content__header__title {
    margin-bottom: 20px;
}
.c-content-block__content__header--big__figure {
    display: none;
}
.c-content-block__content__header--big .c-payments {
    display: none;
}
.c-content-block__content__footer {
    text-align: center;
}
.home .c-content-block--dark {
    overflow: hidden;
}
.home .c-content-block--dark .c-content-text:first-of-type {
    margin-bottom: 45px;
}
.c-content__item .c-payments {
    width: auto;
    margin-top: 20px;
}
/*C-CONTENT*/
.c-content {
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.c-content--special {
    padding-bottom: 20px;
    border: 2px solid #d4d4d4;
    margin-top: 20px;
}
.c-content-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}
.c-content-block--picture .c-content-text {
    min-height: 300px;
}
.c-content-text__title {
    margin-bottom: 20px;
}
.c-content--special .c-content-text__title {
    margin-bottom: 25px;
}
.c-content--special .c-content-text__title .icon {
    margin-right: 18px;
}
.c-content-text__link {
    display: block;
    color: #42309e;
    font-weight: 700;
    margin-top: 25px;
}
.c-content-text__link:hover {
    color: #42309e;
    text-decoration: underline;
}
.c-content__item {
    position: relative;
    font-size: 0;
    margin-top: 30px;
}
.c-content-text__lead {
    display: block;
    color: #787878;
    font-size: 14px;
    margin-bottom: 30px;
}
.c-content-text ul {
    padding-left: 20px;
    list-style-type: disc;
}
/*CARDS*/
.c-cards {
    position: relative;
    background-color: #fff;
    text-align: center;
    border: 2px solid #d4d4d4;
    border-radius: 10px;
}
.c-cards__header {
    position: relative;
    display: inline-block;
    background-color: #4a4a4a;
    padding: 14px 27px;
    margin-top: -1px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 96% 50%, 100% 65%, 100% 100%, 0% 100%, 0% 65%, 4% 50%, 0% 35%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 96% 50%, 100% 65%, 100% 100%, 0% 100%, 0% 65%, 4% 50%, 0% 35%);
}
.c-cards__header__title {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-family: "Fira Sans";
    font-weight: 400;
}
.c-cards__header__title strong {
    font-weight: 700;
}
.c-card__header__figure {
    width: 68px;
    height: 68px;
    margin: 0 auto;
}
.c-card__header__title__icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #42309e;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    border: 4px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 1;
}
.c-card__header__title__icon::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-color: transparent;
    border: 2px solid #4230a1;
    ;
    border-radius: 50%;
    z-index: 0;
}
.c-cards__footer {
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
/*CARD*/
.c-card {
    position: relative;
    color: #787878;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.c-card__content {
    line-height: 22px;
    margin-top: 20px;
}
.c-card__header__lead {
    font-weight: 700;
}
.c-card__header .icon {
    font-size: 80px;
}
.c-card__header__title .icon {
    font-size: 20px;
    margin-right: 10px;
}
.c-card__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    text-align: center;
}
.c-card--cripto {
    padding-bottom: 120px !important;
}
.c-card--cripto::after {
    display: none;
}
.c-card:not(.c-card--cripto) .c-card__header__title {
    font-family: "Fira Sans";
    margin-bottom: 15px;font-size: 16px;
    color: #4a4a4a;
    font-weight: 600;
}
.c-card--cripto .c-card__header p {
    font-size: 16px;
    line-height: 20px;
}
.c-card--cripto .c-card__header strong {
    color: #7ed321;
    font-weight: 700;
}
.c-card--cripto .c-card__header .icon {
    display: block;
    color: #ff9a00;
    font-size: 45px;
    margin-bottom: 5px;
}
.c-card--cripto .c-card__header__title {
    color: #4a4a4a;
    line-height: 39px;
    text-transform: uppercase;
}
/*NEWS*/
.c-news-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.c-news-item__figure {
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}
.c-news-item__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.c-news-item__content__title {
    color: #4a4a4a;
    margin-bottom: 10px;
}
.c-news-item__content__link {
    display: block;
    color: #42309e;
    font-weight: 700;
    margin-top: 13px;
    text-decoration: underline;
}
/*C-TABS*/
.c-tabs {
    position: relative;
    z-index: 1;
}
.c-tabs__nav {
    margin-bottom: 35px;
}
.c-content-block .c-tabs-special__nav {
    text-align: center;
    margin-bottom: 100px;
}
.c-tabs__nav__menu__item {
    display: block;
    color: #4a4a4a;
    background-color: #efefef;
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 5px;
}
.c-tabs__nav__menu__item .icon {
    font-size: 35px;
}
.c-tabs__nav__menu__item:last-of-type {
    margin-right: 0;
}
.c-tabs__nav__menu__item a {
    display: block;
    padding: 15px;
}
.j-active.c-tabs__nav__menu__item {
    color: #fff;
    background-color: #4a4a4a;
}
.c-tabs__nav__menu__item .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.c-tabs__content__header {
    margin-bottom: 15px;
}
.c-tabs__content>*,
.c-tabs-special__content>* {
    display: none !important;
}
.c-tabs__content>.j-active,
.c-tabs-special__content>.j-active {
    display: block !important;
}
/*C-ACCORDION*/
.c-accordion__item {
    margin-bottom: 6px;
}
.c-accordion__item:last-of-type {
    margin-bottom: 0;
}
.c-accordion__item__header {
    position: relative;
    padding: 15px 0;
    padding-right: 30px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}
.c-accordion__item__header__title {
    display: inline-block;
    color: #2d2d2d;
    font-family: "Fira Sans";
}
.c-icon-accordion {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.c-accordion__item__content {
    display: none;
    color: #2d2d2d;
    line-height: 26px;
    padding: 15px 0px;
}
.j-accordion .c-accordion__item__content {
    display: block;
}
.j-accordion .c-accordion__item__header__title {
    color: #42309e;
}
.j-accordion .c-accordion__item__header .icon-plus::before {
    content: "\e90e";
    color: #42309e;
}
/*C-PLAN*/
.c-plan {
    position: relative;
    background-color: #fff;
    padding-bottom: 90px;
    border-radius: 10px;
}
.c-plan--grey {
    background-color: #ececec;
}
.c-plan__header {
    position: relative;
    background-color: #4a4a4a;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    margin-top: -2px;
}
.c-plan__header .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 26px;
}
.c-plan--soldout .c-plan__header {
    background-color: #C9C9C9;
}
.c-plan__header__title {
    color: #ffffff;
}
.c-plan__header__title small {
    font-size: 18px;
}
.c-plan__header__lead {
    color: #b8b8b8;
    font-family: "Fira Sans";
}
.c-plan__header__lead strong {
    color: #7ed321;
    font-weight: 700;
}
.c-plan--soldout .c-plan__header * {
    color: #ffffff;
}
.c-plan__content {
    padding: 20px;
}
.c-plan--soldout .c-plan__content * {
    color: #a8a8a8;
}
.c-plan__content__list__item {
    font-size: 14px;
    margin-bottom: 4px;
}
.c-plan__footer {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.c-plan__footer .c-button--ghost {
    color: #42309e;
    border-color: #42309e;
}
.c-plan__banner {
    display: block;
    color: #ffffff;
    background-color: #ff9a00;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 20px;
}
.c-plan__banner strong {
    text-transform: uppercase;
}
.c-plan--soldout .c-button {
    background-color: #c8c8c8;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: inherit;
    pointer-events: unset;
}
.c-plans>:nth-of-type(n+4) {
    display: none;
}
.j-plans-open .c-plans>:nth-of-type(n+4) {
    display: block;
}
.j-plans-open .j-plans.c-button .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.j-plans-open .c-content-block__content__footer {
    margin-top: 40px;
}
/*C-PROFIT*/
.c-profit {
    position: relative;
    padding: 20px;
    border: 2px solid #d4d4d4;
    border-radius: 10px;
}
.c-profit--small {
    display: inline-block;
    vertical-align: bottom;
    width: 53%;
    padding: 0 !important;
    border: none;
    margin-right: 1%;
}
.c-content__item .c-payments {
    width: 46%;
}
.c-profit__header {
    position: relative;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
}
.c-profit__header .icon {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ff9a00;
    font-size: 35px
}
.c-profit__header strong {
    display: block;
    color: #2d2d2d;
    font-family: "fatfrank", sans-serif;
    font-size: 20px;
}
.c-profit__header strong small {
    font-size: 16px;
    font-weight: 700;
}
.c-profit__content {
    margin-top: 10px;
}
.c-profit__content__item {
    position: relative;
    display: block;
    color: #787878;
    font-size: 12px;
    line-height: 21px;
}
.c-profit__content__item:first-of-type {
    margin-bottom: 5px;
}
.c-profit__content__item strong {
    display: block;
    color: #7ed321;
    font-size: 14px;
    font-weight: 700;
}
.c-profit__content__item:nth-of-type(2) strong {
    color: #ff9a00;
}
.c-profit__footer {
    text-align: center;
    margin-top: 30px;
}
.c-profit--small .c-profit__footer {
    text-align: left;
    margin-top: 15px;
}
.c-profit__nav {
    margin-bottom: 20px;
}
.c-profit-nav {
    display: inline-block;
    color: #4a4a4a;
    background-color: #efefef;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.slick-current.c-profit-nav {
    position: relative;
    color: #ffffff;
    background-color: #4a4a4a !important;
}
.slick-current.c-profit-nav::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 12px;
    height: 12px;
    background-color: #4a4a4a;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
}
.c-profit-nav strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.c-profits__header {
    text-align: center;
    margin-bottom: 25px;
}
.slider-nav .slick-list {
    padding: 0 !important;
}
.slider-for .c-profit:not(.slick-current)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.slider-for .c-profit:not(.slick-current) {
    border-color: transparent;
}
/*PROFITS*/
.slider-for.slick-slider {
    margin-left: -20px;
    margin-right: -20px;
}
/*C-CONTACT*/
.c-contact>* {
    display: block;
}
.c-contact strong {
    font-weight: 700;
}
.c-contact a {
    color: #42309e;
    font-weight: 700;
    text-decoration: underline;
}
/*SINGLE*/
.single .c-plan {
    background-color: #ececec;
    border: none;
    margin-top: 30px;
}
.single .c-plan__header__lead {
    font-size: 14px;
}
.single .c-plan__header__title {
    font-size: 21px;
}
.single .c-plan__header__lead {
    font-size: 14px;
}
.single .c-content-block__content .c-social {
    text-align: center;
    margin-bottom: 30px;
}
.single .c-content-block__content .c-social__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
.single .c-content-block__content .c-social__item:last-of-type {
    margin-right: 0;
}
.single .c-content-block__content .c-social__item .icon {
    font-size: 40px;
    border: 1px solid #787878;
    border-radius: 50%;
}
/* FORM */
input::-moz-placeholder {
    color: #202020;
    font-weight: 300;
}
input:-ms-input-placeholder {
    color: #202020;
    font-weight: 300;
}
input::-webkit-input-placeholder {
    color: #202020;
    font-weight: 300;
}
textarea::-moz-placeholder {
    color: #202020;
    font-weight: 300;
}
textarea:-ms-input-placeholder {
    color: #202020;
    font-weight: 300;
}
textarea::-webkit-input-placeholder {
    color: #202020;
    font-weight: 300;
}
/*.c-form {
    font-size: 0;
}*/
.c-form__header {
    text-align: center;
    margin-bottom: 25px;
}
.c-form--subscription .c-form__header {
    text-align: left;
}
.c-form__header p {
    color: #787878;
    font-size: 14px;
    line-height: 22px;
}
.c-form__header__title {
    margin-bottom: 20px;
}
.c-form__title {
    margin-bottom: 15px;
}
.c-form .c-payments {
    vertical-align: bottom;
    width: auto;
    height: 100%;
    text-align: right;
    margin-bottom: 15px;
}
.c-form__footer {
    text-align: center;
    margin-top: 25px;
}
.c-form:not(.c-form--subscription) .c-button {
    position: relative;
    left: 50%;
    margin-top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-form__fieldset {
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    border: none;
    margin: 0;
}
.c-form__fieldset--inline {
    background-color: #ececec;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 20px;
}
.c-form__fieldset--inline:nth-of-type(2n) {
    margin-right: 0;
}
.formHeader {margin-bottom: 30px;margin-top: 60px;}
.formHeader .img {display: inline-block;vertical-align: middle;}
.formHeader .img + span {margin: 0;vertical-align: middle;}
.c-form__fieldset__header {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.c-form__field {
    position: relative;
    margin-bottom: 10px;
}
.c-form__field label {
    color: #3a3a3a;
    font-family: "Fira Sans";
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
}
.c-form__field input,
.c-form__field textarea {
    display: block;
    width: 100%;
    height: 40px;
    color: #202020;
    background-color: #fff;
    font-family: "Fira Sans";
    font-size: 14px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.c-form__field textarea {
    height: 100px;
    border-radius: 3px;
    resize: none;
}
.c-select-container {
    width: 100%;
    height: 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAgUlEQVQoU3XQaw2AMAxG0TsHSMAB4AAkoQRJ4ABwggTyjZXs2T/bup60qeOLEdiAFbhCLj+SGgf0wAl0wAMsFSy0RzWToMABDKFFjmOkkhuYBRUtrD/r9CNNZrCFLZ8gPWJYw7YgP17Ygc/lsIYL1IIx1j3pZCPUOtqfFqbQlot4AdHhIDpO/KBIAAAAAElFTkSuQmCC") no-repeat right 15px center #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    overflow: hidden;
}
.c-select {
    width: 100%;
    height: 40px;
    color: #787878;
    background: transparent;
    font-size: 14px;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.c-select option[disabled] {
    display: none;
}
.c-profits .c-select-container {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 55px;
    background-color: #efefef;
    background-position: left 15px center;
    border: none;
    margin: 10px;
}
.c-profits .c-select {
    height: 55px;
    color: #42309e;
    font-family: "fatfrank", sans-serif;
    font-size: 32px;
    font-weight: 800;
    padding-left: 50px;
}
/*RADIO*/
.c-form__field--radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.c-form__field--radio input+.c-plan {
    border: 2px solid #fff;
}
.c-form__field--radio input[type="radio"]:checked+.c-plan {
    border: 2px solid #42309e;
}
.c-form__field--radio input[type="radio"]:checked+.c-plan .c-plan__header {
    background-color: #42309e;
}
.c-form__field--radio input[type="radio"]:checked+.c-plan .c-plan__header * {
    color: #fff;
}
.c-form__field--radio input[type="radio"]:checked+.c-plan .c-plan__footer .c-button {
    position: relative;
    color: #a1a1a1;
    border-color: #d4d4d4;
}
.c-form__field--radio input[type="radio"]:checked+.c-plan .c-plan__footer .c-button::before {
    content: "Selected";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a1a1a1;
    background-color: #ececec;
    font-family: "Fira Sans";
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
/* CHECKBOX */
.c-form__field--checkbox {
    position: relative;
    padding-left: 28.3333333333px;
    margin-top: 30px;
}
.c-form__field--checkbox input {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.c-form__field--checkbox span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}
.c-form__field--checkbox input[type="checkbox"]:checked+span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 8px;
    height: 4px;
    background: transparent;
    border: 2px solid #42309e;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-form__field--checkbox input[type="checkbox"]:checked+span {
    border: 2px solid #42309e;
    border-radius: 3px;
}
.c-form__field--checkbox label {
    display: inline-block;
    vertical-align: middle;
    color: #3a3a3a;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    cursor: pointer;
}
/*MODAL*/
.c-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
}
.c-modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.c-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px;
    padding: 5px;
}
.j-payment {
    display: none;
}
.j-payment.credit {
    display: block;
}
/*SLIDER*/
.slick-prev {
    display: none !important;
}
.slick-next {
    display: none !important;
}
.j-slider-package .c-plan {
    display: block;
    margin-right: 5px;
}
.j-slider-package .slick-list {
    padding-left: 40px;
    padding-right: 120px;
    margin-left: -51px;
    margin-right: -120px;
}
.j-slider-package .slick-list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 155px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
/*FOOTER*/
.c-site-footer {
    color: #a1a1a2;
    background-color: #2d2d2d;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
}
.c-site-footer .c-logo {
    display: block;
    font-size: 0;
    margin-top: -6px;
    margin-bottom: 17px;
}
.c-site-footer__content__contact .c-contact__item {
    color: #787878;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.c-site-footer__content__contact .c-contact__item a {
    color: #787878;
}
.c-site-footer__content__nav {
    display: none;
}
.c-site-footer__content__block .c-payments {
    display: block;
    width: 100%;
    color: #b2b2b2;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin-top: 35px;
}
.c-site-footer__content__block .c-payments__cards {
    margin-top: 10px;
}
.c-site-footer__content__block .c-payments__cards__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
.c-site-footer__content__block .c-payments__cards__item:last-of-type {
    margin-right: 0;
}
.c-site-footer__content__block .c-social {
    margin-top: 35px;
}
.c-site-footer__content__block .c-social__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
}
.c-site-footer__content__block .c-social__item .icon {
    font-size: 25px;
}
.c-site-footer__content__block .c-social__item:last-of-type {
    margin-right: 0;
}
.c-site-footer .c-site-footer__content__nav__menu li a {
	color:inherit;
}
.c-site-footer__content__block .c-social li a{
	color:inherit;
}

.message .alert{
	font-size:15px;
}


/*==============================
 alohomora solution
==============================*/

#login .form-control,#register1 .form-control{
display: block;
    width: 100%;
    height: 44px;
    color: #202020;
    background-color: #fff;
    font-family: "Fira Sans";
    font-size: 14px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.c-content-block .boxes {
    width: 40% ;
 /* margin: 0 auto !important;*/
}

#login .btn-primary,#register1 .btn-primary {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background-color: #42309e;
    font-family: "Fira Sans";
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #42309e;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    -webkit-transition: .1s ease;
    transition: .1s ease;
margin-top: 15px;
}
.range-slider {
    margin-top: 50px;
    margin-bottom: 30px;
}
.left-r {
    float: left;
 margin-bottom: 28px;

}
form#register1 {
    font-size: 15px;
}
form#register1 span {
    margin-right: 15px;
}
form#register1 input[type=checkbox],form#register1 input[type=radio]{
	margin-bottom:15px;
}
.right-r {
    float: right;
    margin-bottom: 28px;
}

.think-big p {
    font-size: 17px;
    line-height: 28px;
}
.think-big h2.c-profits__header__title.t-title2 {
    font-size: 35px;
    margin-bottom: 15px;
}
.range-slider {
       font-size: 17px;
}
.range-slider h2 {
    font-size: 24px;
}


.custom-tabs .nav.nav-tabs li {
    font-size: 15px;
}
.custom-style input[type="radio"], .c-form__field textarea {
    display: inline-block !important;
    width: auto !important;
    height: auto;
}
.custom-style .c-form__field label{
    margin-right: 15px;
}

.custom-style input[type=checkbox], .custom-style input[type=radio] {
    margin-bottom: 15px;
    width: auto;
    height: auto;
    display: inline-block;
}

.custom-style .form-control{
width: 93% !important;
}
.c-form__field--inline{
margin-right:0px !important;
}
.custom-tabs p {
    font-size: 16px;
}
.custom-tabs h3 {
    font-size: 26px;
font-weight:600;
}

.custom-tabs a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.custom-tabs .nav-tabs>li.active>a,.custom-tabs .nav-tabs>li.active>a:focus,.custom-tabs .nav-tabs>li.active>a:hover {
    color: #fff;
        border: 0px;
    background-color: #4a4a4a !important;
}
.mar-top-100{
	margin-top:60px !important;
}

.nav-tabs>li{
        float:none !important;
}
ul.nav.nav-tabs {
    max-width: 20%;
}
.bitcoin_tabs .tab-content {
    max-width: 80%;
    
}
.panel-default{
	border:none !important;
}


/*============ new editings =============*/

.sign-top-heading {
    margin: 10px 0px 12px;
    color: #42309e;
    font-weight: 600;
    font-size: 32px;
}
.sign-top-subheading {
    margin: 10px 0px 20px;
    font-size: 20px;
    font-style: italic;
}

.c-content-block .new-login-box{
	box-shadow: 1px 1px 7px #d7d7d7;
    padding: 25px 23px 10px;
    border-radius: 20px;
}
.have-sponsor{
	font-size: 18px;
    margin: 23px 0px 10px;
    font-weight: 600;
}

.boxes1{
	box-shadow: 1px 1px 7px #d7d7d7;
    padding: 25px 23px 10px;
    border-radius: 20px;margin-top: 6px;
}
.c-content-block .new-login-box .boxes {
    width: 100% ;

}
.c-content-block .col-xs-12.img-regi-n {
     width: 58.33333333%; 
}
.right-side-img-block img {
    padding: 4% 14%;
}

.c-content-block .col-xs-12.new-login-box {
    width: 41.66666667%;    margin-right: 0px;
}

.c-form__fieldset .c-form__field textarea {
   
    width: 100% !important;
}
/*--custom checkbox--*/

.container-chek {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    line-height: 25px !important;
}

.container-chek input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: transparent;
    border: 1px solid #bababa;
    border-radius: 2px;
}

.container-chek:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-chek input:checked ~ .checkmark {
      background-color: #42309e;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-chek input:checked ~ .checkmark:after {
  display: block;
}

.container-chek .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==== custom radio buttons ====*/

.checkmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark-radio-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
  border-radius: 50%;
}

.checkmark-container:hover input ~ .checkmark-radio-btn {
  background-color: #ccc;
}

.checkmark-container input:checked ~ .checkmark-radio-btn {
  background-color: #42309e;
}

.checkmark-radio-btn:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark-container input:checked ~ .checkmark-radio-btn:after {
  display: block;
}

.checkmark-container .checkmark-radio-btn:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.radio-inlinee{
	display: inline-block;
    padding-right: 30px;
}
/*------------*/

.goog-te-menu2 {
   
    border: none !important;
    overflow: hidden;
    padding: 4px;
    color: #2d2d2d;
    border-radius: 10px 0px 10px 10px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.31) !important;
}
.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div {
    color: #d52828 !important;
    background: #ffffff;
}

.goog-te-gadget .goog-te-gadget-simple a {
    color: #787878!important; font-size:15px;
	font-family: "Fira Sans";background: white;
    border-radius: 10px 10px 0px 0px;
}
.goog-te-gadget .goog-te-gadget-simple {
    background-color: transparent!important;
    border: 0 none;
}


/*====*/

@media screen and (min-width: 768px){
.full-width.l-2col--3-1>*:first-child {
    width: 100%;
    margin-right: 5%;
}

}

@media screen and (max-width: 1024px){
	.bitcoin_tabs .tab-content{
		left:256px;
	}
	.c-picture {
    margin-top: 74px;
}
}
.custom-tabs .nav>li{
	
	display:inline-block;
}
.custom-tabs .tab-content {
    max-width: 100%;
}

.custom-tabs ul.nav.nav-tabs {
    max-width: 100%;
}
.custom-tabs .coin_main-container{
	padding:0px;
	
}
.custom-tabs .panel-body{
	padding:0px;
	padding-top:15px;
	
}

@media screen and (max-width:997px){
	.full-width .bitcoin_tabs.custom-tabs {
  		  padding-top: 75px;
	}	
}
@media screen and (max-width:920px){
	.full-width.l-2col--3-1>*:first-child {
   	 margin-right: 0%;
	}
	.c-picture {
    margin-top: 74px;
}
}
@media screen and (max-width:768px){
	.custom-tabs .tabbable-line {
 	   display: block;
	}
	ul.nav.nav-tabs {
        	max-width: 100%;
	}
	.bitcoin_tabs .tab-content {
    		max-width: 100%;
	}
	.custom-tabs.bitcoin_tabs .tab-content {
   		 width: 100%;
    		float: none !important;
	}
	.full-width .bitcoin_tabs.custom-tabs {
    		padding-top: 60px;
	}
	.pane-header_footer .text-right h4{
		font-size:14px;
	}
	
	.c-picture {  
    margin-top: 74px;
}
}
@media screen and (max-width: 500px){
	
.full-width .bitcoin_tabs.custom-tabs {
    padding-top: 0px !important;
}

.c-picture {   
    margin-top: 27px;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 120px;
}

.rc-anchor-normal {
   
    width: 282px !important;
}
}

/*====================
otp
====================*/

.custom-otp .submit-btn {
    width: 100%;
    margin: 0 auto;
    display: table;
    float: none;
    padding: 13px 5px !important;
}
.custom-otp .About-sec-part1-left {
    text-align: center;
    font-size: 29px;
    margin-bottom: 18px;
}
.custom-otp .form-group {
    text-align: center;
}
.custom-otp input{
width:100%;
padding-left: 15px;
}
.custom-otp form#login {
    text-align: center;
}
.custom-otp .c-content-block .boxes {
    width: 36%;
    margin: 0 auto !important;
}
.custom-otp hr {
    margin-bottom: 30px;
    width: 60px;
    height: 3px;
    background-color: #000;
}
.custom-otp p:first-of-type {
    margin-top: 18px;
}

@media screen and (max-width: 767px) {
.custom-otp .c-content-block .boxes {
    width: 100%;
    margin: 0 auto !important;
}


}

.c-site-footer__content__block .c-social__item .icon{
color:#fff;
}

/*======= pagination =====*/
.pagination li.active {
   
    background: #42309e;
    color: #ffff;
    width: 28px;
    text-align: center;font-size:14px;
}

.pagination li {
    display: inline-block;
    background: transparent;
    padding: 2px 4px;
    margin-right: 4px;
    width: 25px;
    text-align: center;
    border: 1px solid #42309e;
    height: 29px;
    margin-bottom: 8px;
    color: #000;
    z-index: 99999;
    overflow: hidden;
    line-height: 22px;font-size:14px;
}
.pagination li a {
    color: #000 ;font-size:14px;
}

ul.pagination {
    margin-top: 20px;
}



