/*------------------------------------------------------------------
[Master Stylesheet] - [Table of contents]
1. CSS Reset
2. Fonts Setup
3. Tables
4. Sidebar
5. Top Menu
6. Preloader
7. Search style
8. MegaMenu
9. Responsive
10. Charts
11. Rewrite Bootstrap Rulles.
12. Members
13. Inputs
14. Register Form
15. Confirm Mail Form
16. 404 ERROR
17. MAINTENANCE PAGE
18. Profile Page
19. User List
20. Market Capitalization
21. Crypto Address Page
22. Timeline
23. DASHBOARDS V1/V2
24. ELEMENTS
    24.1. Elements - Blog Posts
    24.2. Elements - Steppers
    24.3. Elements - Members v2
    24.4. Elements - Pricing Tables
    24.5. Elements - ICO Progress
    24.6. Elements - Calendar
    24.7. Elements - Transactions Counter
    24.8. Elements - ICO Details
    24.9. Elemants - ICO Filters
25. Button scroll to top
26. LANGUAGE SWITCHER
27. FAQ PAGE
28. Social media buttons
29. Rating Stars
30. Buttons Toggle
31. Register V2
32. Profile Image Uploader
33. Market Compare
34. Invoices
35. Grid Basic
36. Live Coin
37. Menu change color
------------------------------------------------------------------- */
/*---------------------------------------------*/
/*--- 1. CSS Reset ---*/
/*---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table,
th,
td {
    border: 1px solid #e6e6e6;
}
table th {
    font-weight: bold;
    color: #252525;
    font-size: 15px;
}
td,
th {
    color: #030303;
}
img {
    max-width: 100%;
}
a:hover,
a:focus {
    color: #c1a200;
}
a {
    font-weight: 500;
}
html,
body {
    height: 100%;
}
/*---------------------------------------------*/
/*--- 2. Fonts Setup ---*/
/*---------------------------------------------*/
body {
    background: #252525;
    font-size: 14px;
}
h1 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h2 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    line-height: 29px;
    font-weight: 300;
    margin: 0 0 10px;
    color: #a7a7a7;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    color: #8b8b8b;
}
/*---------------------------------------------*/
/*--- 3. Tables ---*/
/*---------------------------------------------*/
/*TABLES: */
table .label.label-light-danger {
    background-color: #f9e7eb;
    color: #f62d51;
}
table .label.change-down {
    color: #ff470b;
}
table .label.change-up {
    color: #00ab06;
}
table .label.label-light-success {
    background-color: #e8fdeb;
    color: #55ce63;
}
table.table-cryptic {
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
    margin: 0;
}
.dataTables_filter,
.dataTables_length {
    margin-bottom: 15px;
}
table.dataTable {
    margin-bottom: 15px;
}
/*Spacing*/
.high-padding {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}
/*Shadow*/
.element-box-shadow {
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05) !important;
}
.margin_left_right_15 {
    margin-left: 15px;
    margin-right: 15px;
}
.margin_left_right_20 {
    margin-left: 20px;
    margin-right: 20px;
}
.margin_left_right_30 {
    margin-left: 30px;
    margin-right: 30px;
}
.margin_left_right_40 {
    margin-left: 40px;
    margin-right: 40px;
}
.margin_left_right_45 {
    margin-left: 45px;
    margin-right: 45px;
}
.margin_left_right_50 {
    margin-left: 50px;
    margin-right: 50px;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #e74c3c;
}
.text-green {
    color: #93c54b;
}
.text-yellow {
    color: #ffd600;
}
.text-bold {
    font-weight: bold;
}
.spacer_10 {
    height: 10px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_20 {
    height: 20px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_30 {
    height: 30px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_40 {
    height: 40px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_50 {
    height: 50px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_60 {
    height: 60px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_70 {
    height: 70px;
    width: 100%;
    float: left;
    clear: both;
}
.spacer_80 {
    height: 80px;
    width: 100%;
    float: left;
    clear: both;
}
.no-margin {
    margin: 0 !important;
}
.padding_30 {
    padding: 30px;
}
.width_30 {
    width: 30px;
}
.width_70 {
    width: 70px;
}
/*Breadcrumbs*/
.header-title-breadcrumb {
    background: #fff;
    margin-top: 30px;
    padding: 25px 30px;
}
.header-title-breadcrumb h3 {
    font-weight: bold;
    margin: 3px 0;
}
/*button hover*/
.button-element {
    z-index: 2;
    position: relative;
}
.button-element,
.button-element::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button-element::before,
.button-element::after {
    background: #252525;
    content: "";
    position: absolute;
    z-index: -1;
}
.button-element:hover {
    color: #fff;
}
.button-element::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
/*highlight*/
.highlight {
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 14px;
    line-height: normal;
    overflow-x: auto;
}
.highlight {
    margin-bottom: 0;
}
.highlight p span {
    font-size: 16px;
}
.highlight p .entity {
    color: #f27474;
}
.highlight p .meta {
    color: #8858d2;
}
/* SweetAlerts */
.sweetalert a {
    display: block;
    width: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sweetalert li p {
    line-height: 2;
}
.sweetalert a:last-child {
    margin-bottom: 0;
}
.button-element:hover:after {
    width: 100%;
}
/* Depth chart Page */
tr.special td {
    background: #dafdd1;
    color: #9aa7af;
}
.highchart_currency {
    max-width: 100%;
    width: 100%;
    height: 150px;
    margin: 0 auto;
}
/* tickers */
/* ticker black sm */
.tickercontainer {
    width: 100%;
}
.crypto-ticker .cc {
    font-size: 20px;
    margin: 0;
}
.tickers-black-sm .tickercontainer {
    background-color: #252525;
    color: #fff;
    border-top: 5px solid;
    left: 0;
    right: 0;
    margin-right: 30px;
    margin-top: 60px;
}
.tickers-black-sm .tickercontainer li {
    font-size: 14px;
    font-weight: bold;
    line-height: 75px;
}
/* ticker black lg */
.tickers-black-lg .tickercontainer {
    background-color: #252525;
    color: #fff;
    border-top: 5px solid;
    left: 0;
    right: 0;
    margin-right: 30px;
    margin-top: 60px;
}
.tickers-black-lg .tickercontainer li {
    font-weight: bold;
}
.tickers-black-lg .tickercontainer li .row1-coin-name {
    font-size: 16px;
    margin: 30px 0;
}
.tickers-black-lg .tickercontainer li .row2-buy {
    margin: 10px 0;
}
.tickers-black-lg .tickercontainer li .row2-buy span {
    color: #f4516c;
}
.tickers-black-lg .tickercontainer li .row2-sell {
    margin: 10px 0 30px;
}
.tickers-black-lg .tickercontainer li .row2-sell span {
    color: #34bfa3;
}
/* ticker black indicative */
.tickers-black-indicative .tickercontainer {
    background-color: #252525;
    color: #fff;
    border-top: 5px solid;
    left: 0;
    right: 0;
    margin-right: 30px;
    margin-top: 60px;
}
.tickers-black-indicative .tickercontainer li {
    margin: 30px 0;
    font-weight: bold;
}
.tickers-black-indicative .tickercontainer li span.fa-caret-up {
    color: #f4516c;
}
.tickers-black-indicative .tickercontainer li span.fa-caret-up {
    color: #34bfa3;
}
/* ticker white sm */
.tickers-white-sm .tickercontainer {
    background-color: #fff;
    color: #252525;
    border-top: 5px solid;
    left: 0;
    right: 0;
    margin-right: 30px;
    margin-top: 60px;
}
.tickers-white-sm .tickercontainer li {
    font-size: 14px;
    font-weight: bold;
    line-height: 75px;
}
/* ticker white lg */
.tickers-white-lg .tickercontainer {
    background-color: #fff;
    color: #252525;
    border-top: 5px solid;
    left: 0;
    right: 0;
    margin-right: 30px;
    margin-top: 60px;
}
.tickers-white-lg .tickercontainer li {
    font-weight: bold;
}
.tickers-white-lg .tickercontainer li .row1-coin-name {
    font-size: 16px;
    margin: 30px 0;
}
.tickers-white-lg .tickercontainer li .row2-buy {
    margin: 10px 0;
}
.tickers-white-lg .tickercontainer li .row2-buy span {
    color: #f4516c;
}
.tickers-white-lg .tickercontainer li .row2-sell {
    margin: 10px 0 30px;
}
.tickers-white-lg .tickercontainer li .row2-sell span {
    color: #34bfa3;
}
/* ticker black indicative */
.tickers-white-indicative .tickercontainer {
    background-color: #fff;
    color: #252525;
    border-top: 5px solid;
    left: 0;
    right: 0;
    margin-right: 30px;
    margin-top: 60px;
}
.tickers-white-indicative .tickercontainer li {
    margin: 30px 0;
    font-weight: bold;
}
.tickers-white-indicative .tickercontainer li span.fa-caret-up {
    color: #f4516c;
}
.tickers-white-indicative .tickercontainer li span.fa-caret-up {
    color: #34bfa3;
}
.exchange-section {
    padding: 100px 0 120px;
    background-size: cover;
}
.exchange-section p {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 20px 0;
}
.exchange-calculator {
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 20px;
    width: 85%;
    background: rgba(0, 0, 0, 0.1);
    padding: 20px 5px;
}
.exchange-calculator .select2-container--default .select2-selection--single {
    border-color: transparent;
}
.exchange-calculator input {
    height: 60px;
    width: 30%;
    outline: 0;
    box-shadow: none;
    border: 0;
    padding: 10px 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    background: #f0e8cb;
}
.exchange-calculator .select2-container {
    width: 15% !important;
    border: 0;
}

@media screen and (min-width: 480px) {
    .exchange-calculator .produit-select + .select2-container {
        width: 30% !important;
        border: 0;
    }

    .exchange-calculator input.quantite {
        width: 60px !important;
        border: 0;
    }
}
@media screen and (max-width: 550px) {
    .exchange-calculator .produit-select + .select2-container {
        width: 30% !important;
        border: 0;
    }

    .exchange-calculator input.quantite {
        width: 50% !important;
        border: 0;
    }
}
.exchange-section h1 {
    max-width: 550px;
    margin: 0 auto;
    font-weight: bold;
}
.exchange-section p {
    max-width: 400px;
    margin: 20px auto;
}
.equal {
    width: 6%;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
}
/*---------------------------------------------*/
/*--- 4. Sidebar ---*/
/*---------------------------------------------*/
.left_col {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    background: #252525;
    position: fixed !important;
    top: 0;
    left: 0;
    padding: 0px;
    height: 100vh;
    width: 280px;
    z-index: 810;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.left_col .scroll-element,
.left_col .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.left_col .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.left_col .scroll-element .scroll-element_track {
    display: none;
}
.left_col .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.left_col:hover .scroll-element .scroll-bar,
.left_col .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.left_col .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.left_col .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0px;
    z-index: 22222;
    border: 0;
}

/* scrollbar height/width & offset from container borders */
.left_col .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.left_col .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.left_col .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.left_col .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.left_col .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.left_col .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.left_col .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.left_col .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
/* SIDEBAR MENU SMALL */
.nav-sm .container.body .col-md-3.left_col {
    width: 70px !important;
    z-index: 850;
    overflow: initial !important;
}
.nav-sm .scroll-view #sidebar-menu .side-menu > li > a {
    width: 70px;
}
.nav-sm .nav.side-menu li a .label {
    display: none;
}
.nav-sm .menu_section .nav.side-menu li a span.fa {
    visibility: hidden;
}
.nav-sm .nav.side-menu li a span {
    clear: both;
    display: block;
}
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
    position: fixed;
    height: 100%;
}
.nav-sm .hidden-small {
    display: none;
}
.nav-sm .container.body .right_col {
    padding: 70px 20px;
    margin-left: 70px;
    z-index: 2;
}
.nav-sm .container.body .right_col_exchange {
    padding: 70px 0px;
}
.nav-sm .navbar.nav_title {
    width: 70px;
}
.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2;
}
.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
}
.nav-sm .nav.side-menu li.active-sm ul ul,
.nav-sm ul.nav.child_menu ul {
    position: static;
    width: 200px;
    background: 0 0;
}
.nav-sm > .nav.side-menu > li.active-sm > a {
    color: #1abb9c !important;
}
.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important;
}
.nav-sm .menu_section h3,
.nav-sm .profile,
.nav-sm .menu_section span.fa {
    display: none;
}
.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
}
.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #303030;
    display: none;
}
.nav-sm ul.nav.child_menu li {
    padding: 0 10px;
}
.nav-sm ul.nav.child_menu li a {
    text-align: left !important;
}
.menu_section {
    margin-bottom: 35px;
}
.menu_section h3 {
    padding-left: 25px;
    color: #a1a1a1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000;
}
.menu_section > ul {
    margin-top: 15px;
}
.scroll-view .profile {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.profile_pic {
    float: left;
}
.img-circle.profile_img {
    max-width: 55px;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px;
}
.profile_info {
    float: left;
    padding: 20px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}
.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #bab8b8;
}
.profile_info h2 {
    font-size: 14px;
    color: #ecf0f1;
    margin: 0;
    font-weight: 300;
}
.main_menu span.fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
    color: #a1a1a1;
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 15px;
}
.active a span.fa {
    text-align: right !important;
}
.nav-sm .menu_section {
    margin: 0;
}
.nav-sm li li span.fa {
    display: inline-block;
}
/*---------------------------------------------*/
/*--- 5. Top Menu ---*/
/*---------------------------------------------*/
.nav_menu {
    float: left;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    width: 100%;
    height: 70px;
    position: relative;
}
.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed;
}
body .container.body .right_col {
    background: #f7f7f7;
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.nav-md .container.body .right_col {
    padding: 70px 30px 10px;
    margin-left: 280px;
}
.nav-md .container.body .right_col_exchange {
    padding: 70px 0px 0px;
}
.nav_title {
    width: 280px;
    float: left;
    background: #252525;
    border-radius: 0;
    height: 70px;
    border-bottom: 1px solid #3b3b3b;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 15px;
}
.nav-md .container.body #sidebar-menu ul li {
    white-space: nowrap;
    overflow: hidden;
}
.nav-md .container.body #sidebar-menu ul li span {
    margin-left: 10px;
    cursor: pointer;
}
.nav-md .container.body #sidebar-menu ul li span:hover {
    color: #fff;
}
#sidebar-menu .nav.side-menu > li.active > a,
#sidebar-menu .nav.side-menu > li.active > a span {
    color: #fff;
}
#sidebar-menu .nav.side-menu > li.active .child_menu {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.container {
    width: 100%;
    padding: 0;
}
.top_nav .cc {
    font-size: 22px;
    margin-right: 5px;
}
.top_nav .nav .megamenu-trigger:hover,
.top_nav .navbar-left a.dropdown-is-active,
.top_nav .nav .open > a,
.top_nav .nav .open > a:focus,
.top_nav .nav .open > a:hover,
.top_nav .nav .dropdown > a:hover,
.top_nav .nav > li > a:focus,
.top_nav .nav > li > a:hover {
    background: #252525;
}
.main_container .top_nav {
    display: block;
    margin-left: 280px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.main_content {
    padding: 10px 20px;
}
.navbar-header {
    background: #252525;
}
.navbar-right {
    margin-right: 0;
}
.top_nav .burger {
    width: 25px;
    z-index: 4000000000;
    cursor: pointer;
}
.burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #252525;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.burger :not(:nth-child(3)) {
    margin-bottom: 5px;
}
.nav-sm .burger span:nth-child(1) {
    width: 100%;
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.nav-sm .burger span:nth-child(2) {
    opacity: 0;
}
.nav-sm .burger span:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static;
}
.top_nav .navbar-right .user-profile.dropdown-toggle {
    padding: 14px;
    line-height: 1;
}
.top_nav .navbar-right .user-profile.dropdown-toggle span {
    position: relative;
    bottom: 8px;
}
.top_nav .navbar-right .info-number.dropdown-toggle {
    padding: 21px;
}
.top_nav .navbar-right .trigger-sidebar {
    padding: 21px;
    cursor: pointer;
}
.top_nav .navbar-right > li > a:hover,
.top_nav .navbar-right > li > a:focus,
.top_nav .navbar-right > .open > a {
    background: #252525;
}
.top_nav .navbar-right .search-nav {
    padding: 21px;
}
.top_nav .dropdown-menu li {
    width: 100%;
}
.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px;
    display: inline-table !important;
}
.top_nav .label {
    margin-top: 3px;
}
.top_nav .dropdown-menu > li > a:hover,
.top_nav .dropdown-menu > li > a:focus {
    color: #252525;
    background-color: #f8f5f0;
}
.top_nav .navbar-right li > a > i {
    font-size: 25px;
    color: #252525;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.top_nav li a .badge {
    color: #252525;
    padding: 1px 3px;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.nav.side-menu > li {
    position: relative;
    display: block;
    cursor: pointer;
}
.nav.side-menu > li > a {
    font-size: 14px;
}
.nav.side-menu > li > a:hover,
.nav.side-menu > li > a:hover span {
    color: #fff !important;
}
.nav.side-menu > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: 0 0;
}
.nav.child_menu {
    display: none;
}
.nav.child_menu li {
    padding-left: 40px;
}
.nav-md ul.nav.child_menu li:before {
    background: #a1a1a1;
    bottom: auto;
    content: "";
    height: 6px;
    left: 40px;
    margin-top: 24px;
    position: absolute;
    right: auto;
    width: 6px;
    z-index: 1;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.nav-md ul.nav.child_menu li:hover:before {
    background: #fff;
}
.nav.top_menu > li > a,
.nav > li > a {
    position: relative;
    display: block;
}
.nav.child_menu > li > a,
.nav.side-menu > li > a {
    color: #a1a1a1;
    font-weight: 500;
}
.nav li.current-page a label,
.nav.child_menu li a.active label,
.nav.child_menu li a:hover label {
    color: #fff;
}
.nav.child_menu li li.active,
.nav.child_menu li li:hover {
    background: 0 0;
}
.nav > li > a {
    padding: 15px 25px;
}
.nav.side-menu > li.active > a::before,
.nav.side-menu > li.current-page > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
}
.nav li li li.current-page {
    background: 0 0;
}
.navbar-brand,
.navbar-nav > li > a {
    margin-left: 0 !important;
}
.nav.side-menu > li.active {
    background: #303030;
}
.navbar-brand,
.navbar-nav > li > a {
    font-weight: 500;
    line-height: 20px;
}
.nav.top_menu > li > a {
    padding: 10px 15px;
    color: #34495e !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}
.toggle {
    float: left;
    margin: 0;
    width: 76px;
}
.burger-nav #menu_toggle {
    width: 76px;
    height: 100%;
    display: block;
    padding: 25.3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    border-left: 1px solid transparent;
}
.burger-nav #menu_toggle:hover,
.burger-nav #menu_toggle:focus,
.nav-sm .burger-nav #menu_toggle {
    background: #252525;
    border-left: 1px solid #3b3b3b;
}
.toggle a {
    margin: 0;
    cursor: pointer;
}
.toggle a i {
    font-size: 26px;
}
.nav.child_menu > li > a {
    color: #a1a1a1;
    font-size: 14px;
    padding: 16px 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.main_menu_side {
    padding: 0;
    padding-bottom: 35px;
}
.nav_title .site_logo {
    display: block;
    height: 70px;
}
.nav_title .logo_wrapper {
    padding: 0px 18px;
    margin: 0;
}
.nav_title .site_logo .logo {
    height: 50px;
    margin: 10px 0;
}
.nav_title .site_logo .logo-text {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    line-height: 70px;
    vertical-align: top;
}
.nav-md .nav_title .site_logo .logo-text {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
    cursor: pointer;
}
.nav-sm .nav_title .site_logo .logo-text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 0.05s linear;
}
.nav-sm #sidebar-menu .side-menu > li > a > label {
    display: none;
}
footer {
    background: #fff;
    padding: 15px 20px;
    display: block;
}
.nav-sm footer {
    margin-left: 70px;
}
.footer_fixed footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.dropdown-menu.msg_list span {
    white-space: normal;
}
.dropdown-menu {
    box-shadow: none;
    opacity: 0;
    display: initial;
    visibility: hidden;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
    position: absolute;
    text-shadow: none;
    top: 150%;
    z-index: 9998;
    border: 1px solid #d9dee4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 300ms ease;
}
.dropdown-menu > li > a {
    color: #252525;
}
.navbar-nav .dropdown-usermenu {
    width: 220px;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #d9dee4;
    -webkit-box-shadow: none;
    top: 100%;
    width: 250px;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
}
.navbar-right .open .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-left .open .dropdown-menu {
    left: 0;
    right: auto;
}
.navbar-nav .dropdown-menu.msg_list {
    width: 300px;
}
.navbar-nav .archive {
    width: 250px;
}
.dropdown-menu-1.dropdown a {
    color: #252525;
    text-decoration: none;
    padding: 23.8px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    text-transform: capitalize;
}
.dropdown-menu-1.dropdown ul li a {
    border-top: 1px solid #e9e9e9;
}
.dropdown-menu-1.dropdown ul li:nth-child(1) a {
    border: 0;
}
.scroll-view #sidebar-menu .side-menu li a i {
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.sidebar-footer {
    bottom: 0;
    clear: both;
    display: block;
    padding: 1px 0 0;
    position: fixed;
    width: 280px;
    background: #3b3b3b;
    z-index: 999;
}
.sidebar-footer a {
    padding: 10px 0;
    text-align: center;
    width: 25%;
    font-size: 17px;
    display: block;
    float: left;
    background: #252525;
    color: #a1a1a1;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.sidebar-footer a:hover {
    color: #252525;
}
.user-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080ff;
    background-color: #e5e5ff;
}
ul.msg_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
}
ul.msg_list li:last-child {
    margin-bottom: 6px;
    padding: 10px;
}
ul.msg_list li a {
    padding: 3px 5px !important;
}
ul.msg_list li a .image img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    margin-right: 10px;
    width: 11%;
}
ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    right: 35px;
}
ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
}
.st-container,
.st-content {
    height: 100%;
}
.st-content,
.st-content-inner {
    position: relative;
}
.st-container {
    position: relative;
}
.st-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 600px;
    height: 100vh;
    padding: 68px 84px 36px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.1);
}
.st-effect.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.st-effect.st-menu-open .st-effect.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99999;
}
.st-menu.st-effect {
    text-align: center;
}
.st-menu.st-effect .widget-title {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 600;
}
.st-menu.st-effect .textwidget p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
}
.st-menu.st-effect .wdi_instagram_widget {
    margin: 40px 0 30px 0;
}
.st-menu.st-effect .close-sidebar {
    position: absolute;
    font-size: 30px;
    top: 20px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.st-menu.st-effect .close-sidebar:hover {
    opacity: 0.3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.st-menu.st-effect .wdi_instagram_widget .wdi_thumb_icon > div:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/elsagalati/img/svg/instagram.svg);
    width: 28px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.st-menu.st-effect .wdi_instagram_widget .wdi_thumb_icon > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.st-menu.st-effect .wdi_instagram_widget .wdi_thumb_icon > div:hover:before,
.st-menu.st-effect .wdi_instagram_widget .wdi_thumb_icon > div:hover:after {
    opacity: 1;
}
.st-menu.st-effect .social-pages a {
    text-decoration: none;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.st-menu.st-effect .social-pages a:hover {
    opacity: 0.5;
}
.st-menu.st-effect .social-pages a img {
    width: 23px;
}
.st-menu.st-effect .widget_custom_html .widget-title {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    font-weight: bold;
}
.st-menu.st-effect .widget_custom_html {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 80px;
}
.st-effect .all-sections::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 10;
}
.st-effect.st-menu-open .all-sections::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* ICONS PAGE */
.container.icons .large-icons,
.container.icons .large-icons .icons {
    font-size: 22pt;
    vertical-align: middle;
    padding-right: 10px;
}
.container.icons .name {
    font-size: 18px;
}
.container.icons .show-code,
.container.icons .show-code:hover,
.container.icons .show-code:active,
.container.icons .show-code:focus {
    color: #252525;
    text-decoration: none;
}
.container.icons .preview {
    padding: 15px 0;
    position: relative;
    height: 100px;
}
/* INDEX PAGE */
.chart-section1 {
    margin-top: 30px;
}
/*---------------------------------------------*/
/*--- 6. Preloader ---*/
/*---------------------------------------------*/
.preloader-off .pace,
.preloader-off .pace-cover {
    display: none !important;
}
.pace {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.pace-cover {
    z-index: 9999999;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85) !important;
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 280px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.pace-progress {
    position: absolute;
    width: 100%;
    height: 5px;
    right: 100%;
    top: 0;
    background: #fff;
}
.pace-done .pace-cover {
    height: 0;
}
.pace-inactive .pace-progress {
    display: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #ffffff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*---------------------------------------------*/
/*--- 7. Search style ---*/
/*---------------------------------------------*/
/* Reset Search Input */
.search__input {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}
.search__input:focus {
    outline: none;
}
/* Layout for search container */
.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.search::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}
.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
}
.btn--search-close {
    display: block;
}
.search__form {
    margin: 5em 0;
}
.search--open .search__input {
    font-size: 90px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    border-bottom: 5px solid;
}
.search__input::-moz-placeholder {
    opacity: 1;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.search__input::-ms-clear {
    display: none;
}
.search--open .search__info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
}
.search-page .panel-body {
    overflow-y: auto;
}
.search-page table {
    min-width: 300px;
}
.fist-panel a {
    color: #36a3f2;
}
input[type="search"] {
    outline: none;
}
/************************/
/* Transitions          */
/************************/
.search {
    pointer-events: none;
}
.search--open {
    pointer-events: auto;
}
.search::before {
    opacity: 0;
    transition: opacity 0.5s;
}
.search--open::before {
    opacity: 1;
}
/* Close button */
.btn--search-close {
    opacity: 0;
}
.search--open .btn--search-close {
    opacity: 1;
    box-shadow: none;
}
/* Search form with input and description */
.search__suggestion,
.search__info {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
}
.search--open .search__suggestion,
.search--open .search__info {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.search--open .search__suggestion:first-child {
    transition-delay: 0.15s;
}
.search--open .search__suggestion:nth-child(2) {
    transition-delay: 0.2s;
}
.search__input {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.3s;
}
.search--open .search__input {
    transform: scale3d(1, 1, 1);
    transition-duration: 0.5s;
}
/*---------------------------------------------*/
/*--- 8. MegaMenu ---*/
/*---------------------------------------------*/
.megamenu-dropdown-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.megamenu-trigger {
    padding: 23.8px;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    font-size: 14px;
}
.megamenu-dropdown-wrapper a:hover,
.megamenu-dropdown-wrapper a:focus {
    text-decoration: none;
    outline: none;
}
.megamenu-dropdown-trigger {
    position: relative;
    color: #252525;
}
.megamenu-dropdown h2,
.megamenu-dropdown-content a,
.megamenu-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}
.megamenu-dropdown h2,
.megamenu-dropdown-content a,
.megamenu-dropdown-content ul a,
.megamenu-dropdown-content .megamenu-divider {
    padding: 0 20px;
}
.megamenu-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.megamenu-dropdown h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #111433;
    border-bottom: 1px solid #242643;
    padding-top: 15px;
}
.megamenu-dropdown .megamenu-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
.megamenu-dropdown .megamenu-close::after,
.megamenu-dropdown .megamenu-close::before {
    /* this is the 'X' icon */
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.megamenu-dropdown .megamenu-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.megamenu-dropdown .megamenu-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.megamenu-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
    z-index: 9;
}
.megamenu-dropdown-content,
.megamenu-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}
.megamenu-dropdown-content a,
.megamenu-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid;
}
.megamenu-dropdown-content li:first-of-type > a,
.megamenu-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}
.megamenu-dropdown-content li:last-of-type > a,
.megamenu-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}
.megamenu-dropdown-content .megamenu-divider,
.megamenu-dropdown-content ul .megamenu-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}
.megamenu-dropdown-content .megamenu-divider + li > a,
.megamenu-dropdown-content ul .megamenu-divider + li > a {
    border-top-width: 0;
}
.megamenu-dropdown-content a,
.megamenu-dropdown-content .megamenu-search,
.megamenu-dropdown-content .megamenu-divider,
.megamenu-dropdown-content ul a,
.megamenu-dropdown-content ul .megamenu-search,
.megamenu-dropdown-content ul .megamenu-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.megamenu-dropdown-content.is-hidden,
.megamenu-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.megamenu-dropdown-content.is-hidden > li > a,
.megamenu-dropdown-content.is-hidden > li > .megamenu-search,
.megamenu-dropdown-content.is-hidden > .megamenu-divider,
.megamenu-dropdown-content.move-out > li > a,
.megamenu-dropdown-content.move-out > li > .megamenu-search,
.megamenu-dropdown-content.move-out > .megamenu-divider,
.megamenu-dropdown-content ul.is-hidden > li > a,
.megamenu-dropdown-content ul.is-hidden > li > .megamenu-search,
.megamenu-dropdown-content ul.is-hidden > .megamenu-divider,
.megamenu-dropdown-content ul.move-out > li > a,
.megamenu-dropdown-content ul.move-out > li > .megamenu-search,
.megamenu-dropdown-content ul.move-out > .megamenu-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}
.megamenu-dropdown-content.move-out > li > a,
.megamenu-dropdown-content.move-out > li > .megamenu-search,
.megamenu-dropdown-content.move-out > .megamenu-divider,
.megamenu-dropdown-content ul.move-out > li > a,
.megamenu-dropdown-content ul.move-out > li > .megamenu-search,
.megamenu-dropdown-content ul.move-out > .megamenu-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.dropdown-is-active .megamenu-dropdown-content,
.dropdown-is-active .megamenu-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}
.megamenu-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #252525;
}
.megamenu-dropdown-content .megamenu-dropdown-gallery .megamenu-dropdown-item,
.megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}
.megamenu-dropdown-content
    .megamenu-dropdown-gallery
    .megamenu-dropdown-item
    h3,
.megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.megamenu-dropdown-content .megamenu-dropdown-gallery .megamenu-dropdown-item {
    padding-left: 90px;
}
.megamenu-dropdown-content .megamenu-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
.megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item {
    padding-left: 75px;
    position: relative;
}
.megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}
.megamenu-dropdown-content
    .megamenu-dropdown-icons
    .megamenu-dropdown-item::before {
    /* item icon */
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
@-webkit-keyframes megamenu-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes megamenu-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes megamenu-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes megamenu-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@-moz-keyframes megamenu-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@keyframes megamenu-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
.megamenu-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}
.megamenu-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}
.megamenu-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}
.megamenu-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}
.megamenu-search input[type="search"]::-ms-input-placeholder {
    color: #ffffff;
}
.megamenu-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}
.megamenu-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.megamenu-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.megamenu-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.megamenu-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.has-children > a,
.go-back a {
    position: relative;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 6px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-children > a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.has-children > a {
    padding-right: 40px;
}
.has-children > a::before,
.has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 6px 50%;
    -ms-transform-origin: 6px 50%;
    -o-transform-origin: 6px 50%;
    transform-origin: 6px 50%;
}
.megamenu-dropdown-content .go-back a {
    padding-left: 40px;
}
.megamenu-dropdown-content .go-back a::before,
.megamenu-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}
.megamenu-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}
.no-js .megamenu-dropdown-wrapper:hover .megamenu-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.no-js .megamenu-dropdown-wrapper .megamenu-close {
    display: none;
}
/*10. Charts*/
/*10.1 Depth Chart*/
#depthChart {
    width: 100%;
    height: 500px;
}
/*piechart*/
#piechart .amChartsLegend.amcharts-legend-div {
    width: 170px;
    float: right;
    left: 0 !important;
}
/*candlestik-chars*/
.amcharts-stock-div {
    min-width: 640px;
}
/**/
#bar_chart_vertical {
    min-width: 410px;
}
/*chart-depth-chart */
.amcharts-main-div {
    min-width: 400px;
}
.table-buyorders,
.table-sellorders {
    min-width: 483px;
}
/*chartjs-line-point-sizes*/
.chartjs-line-point-sizes {
    width: 100%;
}
.chartjs-size-monitor {
    min-width: 500px;
}
.panel-white .panel-title {
    color: #252525;
}
/*11. Rewrite Bootstrap Rulles*/
body .panel {
    margin-bottom: 30px;
}
/* 12. MEMBERS PAGE */
.members-container .member01-content-inside {
    align-self: center;
}
.members-container .member01-content {
    text-align: center;
    display: flex;
}
.members-container .member01-content * {
    width: 100%;
}
.memeber01-img-holder {
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.memeber01-img-holder img {
    width: 100%;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
}
.members-container .member01-content .member01_position {
    color: #ff3465;
}
.members-container .member01-content .member01_name {
    color: #ffffff;
    text-transform: uppercase;
}
.members-container .member01-content p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
}
.members-container .member01-content p.member01_email {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}
.members-container .member01-content p.member01_phone {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}
.members-container .member01-content i {
    margin-right: 15px;
}
.members-container .member01-content .member01_description p {
    font-size: 16px;
}
.members-container .member01-content .member01_description {
    padding: 20px 0;
}
.flex {
    display: flex;
}
.members_img_holder {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    position: relative;
}
.members_img_holder:hover {
    opacity: 1;
}
.mt_members1 {
    overflow: hidden !important;
}
.members_img_holder .member01-content {
    background: transparent !important;
    bottom: 0px;
    color: #252525;
    padding: 20px 0px 30px;
    text-align: center;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    width: 100%;
}
.members_img_holder .member01_name {
    font-size: 25px;
    font-weight: 800;
    line-height: 33px;
    margin: 0;
    text-transform: capitalize;
    color: #252525;
    margin-bottom: 5px;
    text-align: left;
}
.members_img_holder .member01_position {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
}
p.member01_content-desc {
    padding-top: 5px;
}
.mt_members1 .owl-item .item {
    padding: 0;
}
.member01-content-inside .member01_button {
    border-radius: 3px;
    clear: both !important;
    color: white;
    display: block;
    margin: 25px auto 0;
    padding: 5px 10px;
    text-align: center;
    width: 50%;
}
.memeber01-img-holder .effect-duke {
    overflow: hidden;
    border-radius: 10px;
}
.memeber01-img-holder img:hover {
    transform: scale(1.06);
    overflow: hidden;
    opacity: 0.8;
}
.member01_social a i {
    font-size: 12px;
}
.member01_social {
    text-align: left;
}
.member01_social a {
    border-radius: 50%;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
    background: #fff;
    display: inline-block;
    margin: 3px;
    transition: all 400ms ease;
    color: #252525 !important;
    border: 1px solid rgba(204, 204, 204, 0.5);
}
.member01_social a i {
    font-size: 12px;
    line-height: 30px;
}
.member01-content-inside .content-div-content {
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.member01-content-inside .content-div-content p {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
}
.member01-content-inside .content-div p {
    font-weight: normal;
}
#members-page .panel.panel-default.element-box-shadow {
    padding: 0 30px;
}
#members-page .vc_empty_space {
    height: 50px;
}
#members-page .mt_members1 {
    opacity: 100;
    display: block;
    visibility: visible;
    animation-name: fadeIn;
}
ul.cryptic-pagination.pagination li a {
    color: #a4a4a4;
    border: none;
}
ul.cryptic-pagination.pagination li.active a,
ul.cryptic-pagination.pagination li a:hover {
    color: #252525;
    border: none;
}
/*13. Inputs*/
/* INPUT EFFECT*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 15px auto;
    max-width: 300px;
    width: 100%;
    vertical-align: top;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
    outline: none;
}
.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 20px;
    width: 100%;
}
.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}
.icon {
    color: #ddd;
    font-size: 150%;
}
/* Akira */
.input__field--akira {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0 1em;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
}
.input__label--akira {
    padding: 0;
    width: 100%;
    background: #696a6e;
    color: #cc6055;
    cursor: text;
}
.input__label-content.input__label-content--akira {
    color: white;
    font-size: 14px;
}
.input__label--akira::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252525;
    -webkit-transform: scale3d(0.97, 0.85, 1);
    transform: scale3d(0.97, 0.85, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__label-content--akira {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
    -webkit-transform: scale3d(0.99, 0.95, 1);
    transform: scale3d(0.99, 0.95, 1);
}
.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
    cursor: default;
    pointer-events: none;
}
.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
    -webkit-transform: translate3d(0, -3.5em, 0);
    transform: translate3d(0, -3.5em, 0);
}
/* END - INPUT EFFECT*/
.reset-password.block-page form input.form-control {
    width: 300px;
    height: 50px;
}
.block-page form input.form-control {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    border: none;
    color: #252525;
    width: 250px;
    margin: 15px auto;
    height: 55px;
}
.block-page span {
    color: #474747;
    font-weight: bolder;
}
.facebook-log {
    width: 100%;
    background: #3b5998;
    border: none;
    color: white;
    margin: 15px 0;
    font-weight: bolder;
    transition: all 250ms;
    padding: 20px 10px;
    text-align: left;
}
.facebook-log:hover {
    background: #314b80;
}
.facebook-log i,
.twiter-log i,
.google-log i {
    padding-right: 10px;
}
.google-log {
    width: 100%;
    background: #d85040;
    border: none;
    color: white;
    margin: 14px 0;
    font-weight: bolder;
    transition: all 250ms;
    padding: 20px 10px;
    text-align: left;
}
.google-log:hover {
    background: #cf3b2a;
}
.twiter-log {
    width: 100%;
    background: #00aced;
    border: none;
    color: white;
    margin-top: 17px;
    font-weight: bolder;
    margin-bottom: 30px;
    transition: all 250ms;
    padding: 20px 10px;
    text-align: left;
}
.twiter-log:hover {
    background: #0094cc;
}
.block-page a {
    color: white;
}
/*14. Register Form*/
#register-page .register-check input {
    width: 30px;
    text-align: left;
}
.register-check {
    display: inline-flex;
    width: 70%;
    padding: 0 60px;
}
.register-check label {
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
}
.register-v2 .panel-heading {
    border-color: #353535;
}
/*15. Confirm Mail Form*/
.block-page .second-p {
    padding: 5px 64px;
}
/* 16. 404 ERROR */
.go-back {
    width: 300px;
    height: 50px;
    margin: 0 auto;
}
.go-back a {
    color: #252525;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    top: 16px;
}
/*17. MAINTENANCE PAGE*/
#maintenance-page .block-page .second-p {
    padding: 5px 75px;
}
#maintenance-page .block-page img {
    width: 130px;
}
/*FLIPCLOCK --> FOR MAINTENANCE PAGE*/
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}
.flip-clock-wrapper a:hover {
    color: #fff;
}
.flip-clock-wrapper ul {
    list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}
.flip-clock-wrapper.clearfix:after {
    clear: both;
}
.flip-clock-wrapper.clearfix {
    *zoom: 1;
}
/* Main */
.flip-clock-wrapper {
    font: normal 11px "Montserrat";
    -webkit-user-select: none;
}
.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}
.flip-clock-meridium a {
    color: #313333;
}
.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}
/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 60px;
    height: 70px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
}
.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 65px;
    text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}
.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}
.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 70px;
}
.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 9px;
    height: 76px;
}
.flip-clock-divider:first-child {
    width: 0;
}
.flip-clock-dot {
    display: block;
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    left: 2px;
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}
.flip-clock-dot.top {
    top: 40px;
}
.flip-clock-dot.bottom {
    bottom: 40px;
}
@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-moz-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-o-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}
@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}
@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }
    100% {
        -o-transform: rotateX(0deg);
    }
}
@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}
@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }
    100% {
        -moz-transform: rotateX(-90deg);
    }
}
@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }
    100% {
        -o-transform: rotateX(-90deg);
    }
}
@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}
.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(0, 0, 0, 0.1)),
        color-stop(100%, black)
    );
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(0, 0, 0, 0.1)),
        color-stop(100%, black)
    );
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, black),
        color-stop(100%, rgba(0, 0, 0, 0.1))
    );
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, black),
        color-stop(100%, rgba(0, 0, 0, 0.1))
    );
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.countdownv2_holder {
    text-align: center;
}
.countdownv2_holder .countdownv2 {
    display: inline-table;
    width: auto;
}
.flip-clock-wrapper ul li a div {
    font-size: 36px !important;
}
.flip-clock-wrapper ul {
    background: #353535 !important;
    width: 40px !important;
}
.countdownv2_holder {
    margin-bottom: 35px;
    margin-top: 20px;
}
.flip-clock-wrapper ul li a div div.inn {
    color: #fff !important;
}
.flip-clock-divider .flip-clock-label {
    top: 7.5em !important;
    right: -55px !important;
    color: #fff !important;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -65px !important;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -60px !important;
}
/*18. Profile Page*/
.section1 {
    padding: 100px 30px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.section1 h4 {
    color: #7f7f7f;
    margin: 5px;
    position: relative;
}
.section1 h3 {
    margin-bottom: 0;
    padding-top: 10px;
}
.section1 .fas.fa-phone {
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
}
.section2 {
    padding: 25px 0;
    border-bottom: 1px solid #e9e9e9;
}
.section2 ul li {
    font-size: 18px;
    font-weight: bolder;
    padding: 20px 50px;
    text-transform: capitalize;
    position: relative;
}
.section2 ul li:hover {
    background: #fafafa;
}
.section2 ul li:hover:before,
.cd-filter-block .list.list-3-colums li:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    height: 60px;
}
.section2 ul li span {
    padding-right: 10px;
}
.section2 ul li div {
    padding: 25px 50px;
}
.section3 .fa.fa-circle {
    font-size: 10px;
    padding-right: 10px;
}
.section3 p {
    color: #252525;
    font-size: 16px;
}
.sell-btn {
    padding: 0;
}
.sub_section .label.label-danger,
.sub_section .label.label-success {
    padding: 5px 18px;
    font-size: 80%;
    text-transform: capitalize;
}
.dottle {
    font-size: 50px;
    padding-right: 10px;
}
.pricing-tables-live th {
    color: #9aa7af;
}
.overflow-table {
    overflow-y: auto !important;
}
.pricing-tables-live table {
    min-width: 657px;
}
.tables-live {
    min-width: 275px;
}
/* RIGHT COL */
.panel-cryptic .panel-heading {
    color: #252525;
}
.panel-cryptic .control-label {
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.padding-more {
    padding-left: 20px;
}
input.input-type-1.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7f7f7f;
    font-size: 18px;
    text-transform: capitalize;
}
input.input-type-1.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #7f7f7f;
    font-size: 18px;
    text-transform: capitalize;
}
input.input-type-1.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #7f7f7f;
    font-size: 18px;
    text-transform: capitalize;
}
input.input-type-1.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #7f7f7f;
    font-size: 18px;
    text-transform: capitalize;
}
.btn-cryptic {
    font-weight: bold;
    color: #252525;
}
/*19. User List*/
.user_list .panel-body {
    padding: 0;
    overflow-x: scroll;
}
#user_table {
    border: none;
    min-width: 450px;
}
.user_list #user_table_length {
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
}
.user_list select {
    border: none;
    background: #f7f7f7;
    border-radius: 5px;
    color: #a4a4a4;
    position: relative;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.user_list select:after {
    content: url("../images/down-arrow.svg");
    font-weight: 900;
    color: #a4a4a4;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.user_list #user_table_filter {
    float: left;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
}
.user_list #user_table_filter input {
    border: none;
    background: #f7f7f7;
    border-radius: 5px;
    color: #a4a4a4;
    padding: 0 10px;
}
#user_table tr:nth-child(2n) {
    background: #f4f4f4;
}
#user_table thead {
    display: none;
}
#user_table.stripe td {
    border: none;
    vertical-align: middle;
}
#user_table img {
    width: 50px;
    border-radius: 50%;
}
#user_table h4.text-bold {
    color: initial;
}
#user_table tbody td:first-child {
    padding: 35px 0 35px 30px;
}
#user_table tbody td:last-child {
    text-align: right;
    padding-right: 30px;
}
#user_table tbody td p {
    margin: 0;
}
.user_list #user_table_info {
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    color: initial;
}
.user_list #user_table_paginate {
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
}
/* PAGINATION - USER LIST */
.user_list .paginate_button {
    color: #a4a4a4 !important;
    border: 1px solid #fdd600;
    transition: all 250;
}
.user_list .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.user_list .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 1px solid #fdd600;
    border-radius: 5px;
    color: initial !important;
}
/*20. Market Capitalization*/
.table-overflow .panel-body {
    overflow: auto;
}
.chart-section1 .panel-body {
    overflow-y: auto;
}
#dataTable_crypto span a i {
    margin: 0;
    font-size: 25px;
}
#dataTable_crypto td:first-child {
    text-align: center;
}
#dataTable_crypto td {
    vertical-align: middle;
}
#dataTable_crypto td p {
    font-size: 14px;
    margin: 0;
    color: #9aa7af;
}
table#dataTable_crypto th {
    min-width: 110px;
    font-size: 90%;
}
table#dataTable_crypto tr th:last-child {
    min-width: 50px !important;
}
.fist-panel.panel.panel-default {
    margin-top: 30px;
    padding: 30px;
}
.fist-panel .adr-row a {
    color: #36a3f2;
    font-size: 18px;
    font-weight: bold;
}
.fist-panel.panel.panel-default p {
    display: inline;
    float: right;
    color: #252525;
    margin: 0;
}
.panel-content {
    padding: 20px 0;
}
.panel-label {
    text-align: right;
    padding-top: 30px;
}
.panel-label .label.label-info,
.panel-label .label.label-success,
.panel-label .label.label-danger {
    font-size: 18px;
}
.second-panel.panel.panel-default {
    padding: 0;
}
.second-panel .panel-heading {
    font-size: 24px;
    padding: 30px;
}
.second-panel .panel-body {
    font-size: 18px;
    padding: 0;
}
.second-panel .panel-body table {
    border: none;
}
.second-panel table tbody tr td {
    color: inherit;
    padding: 15px 30px;
    border: none;
}
.second-panel table tbody tr td span {
    color: #36a3f2;
}
/*21. Crypto Address Page*/
#crypto_address .header-title-breadcrumb {
    margin: 0;
}
.address-section {
    border: none;
}
.address-section .panel-body {
    padding: 0;
    font-size: 16px;
}
.address-section .table.table-striped.table-hover {
    border: none;
}
.address-section table tbody tr td {
    border: none;
    color: inherit;
    padding: 5px 5px 5px 0px;
}
.address-section table tbody tr td:first-child {
    padding-left: 30px;
}
.address-section table tbody tr td a {
    color: #36a3f2;
}
.address-section table tbody tr td span,
.address-section table tbody tr td svg {
    color: #93c54b;
}
.section1 .col-md-2 {
    padding-left: 0;
}
.address-section img {
    padding-top: 15%;
}
/*22. Timeline*/
.title-subtile-holder .section-title {
    margin-top: 0;
}
.section-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
}
.section-border {
    height: 4px;
    margin: 5px 0 25px;
    width: 100%;
}
.section-border.light_border {
    background: rgba(0, 0, 0, 0) url(../images/delimiter.png) no-repeat scroll
        center center;
}
.section-border.dark_border {
    background: rgba(0, 0, 0, 0) url(../images/delimiter-black.png) no-repeat
        scroll center center;
}
.section-subtitle {
    color: rgb(154, 167, 175);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 5px;
}
.dark_border {
    opacity: 1;
}
.dark_title {
    color: #252525;
}
.dark_subtitle {
    color: #666666;
}
.svc_timeline .svc_event.offset-first {
    padding: 0 !important;
}
.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    content: "";
    display: table;
    clear: both;
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08),
        0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 40%;
    top: 40%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline-img.cd-picture {
    background: #252525;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h3 {
    color: #252525;
    font-weight: 900;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: 11px 25px;
    background: #252525;
    color: white;
    border-radius: 0.25em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #303030;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: 0.8em 0;
    opacity: 0.7;
}
.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
#timeline-page .panel.panel-default.element-box-shadow {
    padding: 30px;
}
#timeline-page #cd-timeline {
    margin-bottom: 80px;
}
.all-pages {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
    position: relative;
}
.counter-transactions-v2 h1 {
    font-size: 60px;
    margin-bottom: 0;
}
.all-pages .st-container.st-effect {
    display: flex;
}
.all-pages .form-control.input-type {
    text-align: center;
}
.block-page {
    background: #252525;
    margin: 0 auto;
    box-shadow: 5px 5px 50px #252525;
    border-radius: 5px;
    padding: 50px 30px;
    align-self: center;
}
.block-page a {
    transition: all 250ms;
}
.block-page a:hover {
    opacity: 0.8;
}
/* CREATE EVENT */
.select-form select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-form::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-weight: 900;
    color: #252525;
    right: 16px;
    top: 0px;
    height: 45px;
    padding-top: 13px;
    position: absolute;
    pointer-events: none;
    width: 45px;
    padding-left: 17px;
}
.select-form-date:after {
    content: "\f073";
    font-family: FontAwesome;
    font-weight: 900;
    color: #252525;
    right: 16px;
    top: 0px;
    height: 45px;
    padding-top: 13px;
    position: absolute;
    pointer-events: none;
    width: 45px;
    padding-left: 17px;
}
.select-form-time:after {
    content: "\f017";
    font-family: FontAwesome;
    font-weight: 900;
    color: #252525;
    right: 16px;
    top: 0px;
    height: 45px;
    padding-top: 13px;
    position: absolute;
    pointer-events: none;
    width: 45px;
    padding-left: 17px;
}
.form-control-event {
    float: right;
    box-shadow: unset;
    border: none;
    padding: 15px;
    text-transform: uppercase;
    width: 160px;
    font-size: 16px;
    margin-top: 15px;
}
#create-event .panel.panel-warning.panel-cryptic.element-box-shadow {
    margin-top: 30px;
}
@media (max-width: 320px) {
    .all-pages .block-page {
        padding-right: 5px;
        padding-left: 5px;
    }
    .member01_social a {
        height: 25px;
        width: 25px;
        line-height: 0;
    }
    .member01_social a i {
        line-height: 25px;
    }
    .members-page-v2 .members_img_holder {
        padding: 5px !important;
    }
    .members-page-v2 .green-bar,
    .members-page-v2 .gray-bar {
        width: 35px;
    }
    .pagination > li > a,
    .pagination > li > span {
        padding: 8px;
    }
    .pager a {
        font-size: 10px;
    }
}
.table-market .header-title-breadcrumb {
    margin: 0;
}
/*23. DASHBOARDs V1/V2*/
.panel-body.dash-table-markets.no-padding {
    padding-top: 15px;
}
.chart-col .export-main {
    display: none;
}
#dashboard-v1 .dash-table-markets label,
#dashboard-v2 .dash-table-markets label {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
}
#dashboard-v1 #dataTable_crypto thead tr th {
    font-size: 16px;
    background: #ffd600;
    border: none;
    padding-left: 25px;
}
#dashboard-v1 #dataTable_crypto_info {
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 20px;
}
#dashboard-v1 #dataTable_crypto_paginate a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#dashboard-v1 #dataTable_crypto,
#dashboard-v1 #dataTable_crypto thead tr td {
    border: none;
}
.no-padding {
    padding: 0 !important;
}
.panel-body.dash-table-markets tr small {
    float: left;
}
.panel-body.dash-table-markets td,
.panel-body.dash-table-markets th {
    padding: 20px 0 20px 30px;
    border: none;
}
#dashboard-v1 #dataTable_crypto tbody tr.even {
    background: #f4f4f4;
}
#dashboard-v1 .panel-body th,
#dashboard-v2 .panel-body th {
    border: 1px solid;
}
#dashboard-v1 .table-sellorders td,
#dashboard-v1 .table-sellorders th,
#dashboard-v1 .table-buyorders td,
#dashboard-v1 .table-buyorders th {
    padding: 15px 20px;
}
.buy-bitcoin .table,
.sell-bitcoin .table,
.stop-limit .table {
    display: table;
}
.buy-bitcoin tbody tr td,
.sell-bitcoin tbody tr td,
.stop-limit tbody tr td {
    display: table-cell;
    vertical-align: middle;
}
#dashboard-v1 .dataTables_length select,
#dashboard-v2 .dataTables_length select {
    border: none;
    background: #f7f7f7;
    border-radius: 5px;
    color: #a4a4a4;
    position: relative;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#dashboard-v1 .dataTables_length label::after,
#dashboard-v2 .dataTables_length label::after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 900;
    color: #a4a4a4;
    left: 160px;
    top: 3px;
    height: 34px;
    position: absolute;
    pointer-events: none;
}
#dashboard-v1 .dataTables_filter #dashboard-v2 .dataTables_filter {
    font-size: 18px;
    font-weight: bold;
}
#dashboard-v1 .dataTables_filter input,
#dashboard-v2 .dataTables_filter input {
    border: none;
    background: #f7f7f7;
    border-radius: 5px;
    color: #a4a4a4;
}
#dashboard-v1 .dataTables_info,
#dashboard-v2 .dataTables_info {
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: initial;
    padding-top: 10px;
}
#dashboard-v1 .dataTables_paginate,
#dashboard-v2 .dataTables_paginate {
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}
#dashboard-v1 .paginate_button,
#dashboard-v2 .paginate_button {
    color: #a4a4a4 !important;
    border: none;
    transition: all 250;
}
#dashboard-v1 .paginate_button:hover,
#dashboard-v1 .paginate_button.current,
#dashboard-v2 .paginate_button:hover,
#dashboard-v2 .paginate_button.current {
    border: none;
    border-radius: 5px;
    color: initial !important;
}
#dashboard-v1 .btc-table td,
#dashboard-v1 .btc-table table {
    border: none;
    font-size: 18px;
}
#dashboard-v1 .btc-table tr td:first-child {
    color: #252525;
}
#dashboard-v1 .btc-table p {
    color: #252525;
    padding: 5px 10px;
    width: 60px;
    text-align: center;
}
#dashboard-v1 .btc-table td:last-child {
    float: right;
}
#dashboard-v1 #data-tables-markets,
#dashboard-v2 #data-tables-markets-1,
#dashboard-v1 #trade-history {
    border: none;
}
#trade-history_wrapper {
    min-width: 760px;
}
#data-tables-markets_wrapper {
    min-width: 350px;
}
.btc-table table {
    min-width: 265px;
}
.chartjs-render-monitor {
    min-width: 300px;
}
/* DASHBOARD V2 */
.market-place h3 {
    text-align: center;
    border-bottom: 1px solid;
    padding: 20px;
    margin: 0;
}
.market-place p,
.market-place h1 {
    text-align: center;
    padding: 20px;
    margin: 0;
}
.market-place h2 {
    margin: 0;
    text-align: center;
}
#dashboard-v2 .panel-body.dashboard-v2 p {
    color: white;
    font-weight: bold;
}
tr.even td {
    background: #f4f4f4;
}
#dashboard-v2 .panel-body tr td,
#dashboard-v2 .panel-body tr th {
    color: #252525;
    font-size: 14px;
    padding-left: 30px;
}
#dashboard-v2 .panel-body tr td small,
#dashboard-v2 .panel-body tr td p {
    color: #252525;
    font-size: 14px;
}
#dashboard-v2 .dataTables_filter,
#dashboard-v1 .dataTables_filter {
    float: left;
}
/*
24. ELEMENTS
24.1. Elements - Blog Posts
*/
.blog-post .header-title-breadcrumb {
    margin: 0;
}
.section1 img {
    width: 150px;
    border-radius: 50%;
}
@media (max-width: 769px) {
    .blog-post h4 {
        font-size: 22px !important;
    }
}
.blog-post img {
    width: 100%;
}
.blog-post p {
    padding: 0 30px 20px 30px;
}
.post-details-name {
    float: left;
}
.post-details-comments {
    float: right;
}
.post-details p {
    font-size: 14px;
}
.post-details p span {
    color: #252525;
}
.blog-date {
    padding: 0 5px !important;
    width: 65px;
    text-align: center;
    font-size: 14px;
    color: #252525;
    position: absolute;
    top: 35px;
    left: 35px;
}
/*24.2. Elements - Steppers*/
#stepper-page .header-title-breadcrumb {
    margin-bottom: 30px;
}
#stepper-page .tab-content {
    padding: 15px;
    border: none;
    text-align: center;
}
#stepper-page .nav-tabs {
    border-bottom: none;
}
.stepper .nav-tabs {
    position: relative;
}
.stepper .nav-tabs > li {
    width: 25%;
    position: relative;
}
.stepper .nav-tabs > li:after {
    content: "";
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 30px;
    left: 50%;
    z-index: 1;
}
.stepper .nav-tabs > li:last-child:after {
    background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab:after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
#stepper-page .stepper .nav-tabs [data-toggle="tab"] {
    width: 20px;
    height: 20px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0 !important;
    /* color: var(--text_primary_color, #060606); */
}
.stepper .nav-tabs [data-toggle="tab"]:hover {
    background: transparent;
    border: none;
}
.stepper .nav-tabs > .active > [data-toggle="tab"],
.nav-tabs > .active > [data-toggle="tab"]:hover,
.nav-tabs > .active > [data-toggle="tab"]:focus {
    cursor: default;
    border: none;
}
.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}
.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    font-size: 14px;
}
.stepper .completed .round-tab:after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .active .round-tab {
    background: #fff;
    border: 2px solid;
}
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid;
}
.stepper .active .round-tab:after {
    display: none;
}
.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
    border: 2px solid;
}
.stepper .disabled .round-tab:after {
    display: none;
}
/*24.3. Elements - Members v2*/
.members-page-v2 .memeber01-img-holder {
    height: 150px;
    width: 150px;
    margin: 0 auto;
    border-radius: 80px;
}
.members-page-v2 .members_img_holder {
    padding: 30px;
}
.members-page-v2 .members_img_holder .member01_name,
.members-page-v2 .members_img_holder .member01_position {
    text-align: center;
}
.green-bar {
    width: 40px;
    border: 2px solid #79a736;
    padding-right: 5px;
}
.gray-bar {
    width: 40px;
    border: 2px solid #a7a7a7;
    padding-right: 5px;
}
.bar-content {
    padding: 15px 0;
}
.members-activity {
    margin-top: 15px;
}
#members-page-v2 .members-activity p {
    text-align: center;
    color: #fff;
}
.members-activity i {
    color: #fff;
    font-size: 19px;
    padding-top: 15px;
}
.members-page-v2 .member01-content-inside .content-div-content p {
    text-align: center;
}
.members-page-v2 .member01-content-inside .content-div-content {
    border-bottom: 1px solid #ccc;
}
.members-page-v2 .members-activity .panel-heading {
    padding-top: 30px;
}
.members-page-v2 .member01_social {
    text-align: center;
}
.members-page-v2 .member01_social a i {
    font-size: 16px;
}
.members-page-v2 .member01_social a.member01_profile-facebook i {
    color: #3b5998;
}
.members-page-v2 .member01_social a.member01_profile-twitter i {
    color: #00aced;
}
.members-page-v2 .member01_social a.member01_profile-linkedin i {
    color: #007bb5;
}
.members-page-v2 .member01_social a.member01_vimeo_url i {
    color: #aad450;
}
.members-page-v2 .member01_social a {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.members-page-v2 .member01_social a:hover {
    background: white;
    border-color: rgba(204, 204, 204);
}
/*24.4. Elements - Pricing Tables*/
/* Common styles */
#create-event .header-title-breadcrumb,
.pricing-tables .header-title-breadcrumb,
#bootstrap-kit .header-title-breadcrumb {
    margin-top: 0;
}
.create-event .control-label {
    padding-top: 0;
}
@media (max-width: 320px) {
    input.input-type-1.form-control::-moz-placeholder {
        font-size: 14px;
    }
    .pricing-section.bg-6 .pricing__item {
        padding: 15px;
    }
    .pricing-section.bg-12 .pricing__action {
        margin: 0 25px 25px 25px;
    }
}
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 80px;
}
.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}
.pricing__feature-list {
    text-align: left;
}
.pricing__action {
    color: inherit;
    border: none;
    background: none;
}
.pricing__action:focus {
    outline: none;
}
/* Pema */
.pricing--pema .pricing__item {
    font-family: "Alegreya Sans", sans-serif;
    padding: 2em;
    margin: 1em;
    color: #262b38;
    background: #fff;
    cursor: default;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 66.25em) {
    .pricing--pema .pricing__item {
        margin: 1.5em 0;
    }
    .pricing--pema .pricing__item--featured {
        z-index: 10;
        margin: 0;
        font-size: 1.15em;
    }
}
.pricing--pema .pricing__title {
    font-size: 2em;
    margin: 0.5em 0 0;
    color: #1d211f;
}
.pricing--pema .icon {
    display: inline-block;
    min-width: 2em;
    color: #8a9790;
    vertical-align: middle;
}
.pricing--pema .pricing__price {
    font-size: 5em;
    font-weight: 800;
    color: #6ed19c;
    position: relative;
    z-index: 100;
}
.pricing--pema .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}
.pricing--pema .pricing__period {
    font-size: 0.25em;
    display: inline-block;
    padding: 0 0 0 0.5em;
    color: #ceded6;
}
.pricing--pema .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
    color: #6ed19c;
}
.pricing--pema .pricing__feature-list {
    font-size: 0.95em;
    margin: 0;
    padding: 1.5em 0.5em 2.5em;
    list-style: none;
}
.pricing--pema .pricing__feature,
.pricing--pema .pricing__feature span {
    padding: 10px;
    text-align: center;
    font-weight: normal;
}
.pricing--pema .pricing__feature span {
    color: #ceded6;
}
.pricing--pema .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    background: #6ed19c;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing--pema .pricing__action:hover,
.pricing--pema .pricing__action:focus {
    background-color: #4f5f56;
}
/* palden */
.pricing--palden .pricing__item {
    font-family: "Nunito", sans-serif;
    cursor: default;
    color: #252525;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}
@media screen and (min-width: 66.25em) {
    .pricing--palden .pricing__item {
        margin: 1em -0.5em;
    }
    .pricing--palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}
.pricing--palden .pricing__deco {
    border-radius: 10px 10px 0 0;
    background: #252525;
    padding: 4em 0 9em;
    position: relative;
}
.pricing--palden .pricing__deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}
.pricing--palden .pricing__item--featured .pricing__deco {
    padding: 5em 0 8.885em 0;
}
.pricing--palden .pricing__title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.pricing--palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.pricing--palden .pricing__item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.pricing--palden .pricing__item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}
.pricing--palden .icon {
    font-size: 2.5em;
}
.pricing--palden .pricing__price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}
.pricing--palden .pricing__currency {
    font-size: 0.15em;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.8);
}
.pricing--palden .pricing__period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}
.pricing--palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}
.pricing--palden .pricing__feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}
.pricing--palden .pricing__feature {
    padding: 1em 0;
}
.pricing--palden .pricing__action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #252525;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
/* PRICING TABLES LIVE*/
.pricing-tables-live p {
    color: #252525;
    font-size: 16px;
}
.pricing-tables-live h2 {
    padding-top: 10px;
}
.all-prices {
    border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
.pricing-tables-live .background-black,
.pricing-tables-live .background-black p {
    color: rgba(255, 255, 255, 0.87);
}
.pricing-tables-live .background-black .all-prices {
    border-bottom: 1px solid rgba(255, 255, 255, 0.87);
}
.table.table-striped.background-black.pricing-tables-live {
    overflow-x: auto;
}
.table.table-striped.background-black.pricing-tables-live table,
.table.table-striped.background-black.pricing-tables-live table th {
    border: none;
    text-align: right;
}
.table.table-striped.background-black.pricing-tables-live table th {
    padding: 15px 15px 5px 15px;
}
.table.table-striped.background-black.pricing-tables-live table td {
    border: none;
    color: rgba(255, 255, 255);
    text-align: right;
    font-size: 16px;
    padding: 5px 15px;
}
.table.table-striped.background-black.pricing-tables-live table td:nth-child(1),
.table.table-striped.background-black.pricing-tables-live table td:nth-child(2),
.table.table-striped.background-black.pricing-tables-live table th:nth-child(1),
.table.table-striped.background-black.pricing-tables-live
    table
    th:nth-child(2) {
    text-align: left;
}
.padding_15 {
    padding: 15px;
}
.pricing-tables-live .padding_15 {
    margin-top: 15px;
}
.yellow-bar {
    width: 50px;
    border: 2px solid;
    padding-right: 5px;
    border-radius: 30px;
}
/*24.5. Elements - ICO Progress*/
.ico-progress {
    overflow: auto;
}
.ico-progress .panel-body {
    min-width: 450px;
}
.new-progress-wrap {
    padding-right: 40px;
    padding-left: 40px;
}
.new-progress-line {
    margin-top: 140px;
    margin-bottom: 100px;
}
.new-progress-line > li {
    background-color: rgba(211, 211, 211, 0.3);
    min-height: 20px;
    position: relative;
}
.new-progress-line > li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.new-progress-line > li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.new-progress-line > li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    height: 34px;
    width: 1px;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.3);
}
.new-progress-line .progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #7648bf;
    -webkit-animation: k 1.7s infinite linear;
    -o-animation: k 1.7s infinite linear;
    animation: k 1.7s infinite linear;
    transition: all 2000ms;
}
.new-progress-line .history {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 12px;
    padding: 0px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.new-progress-line .done-1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#005fc0),
        to(#047fff)
    );
    background: -webkit-linear-gradient(top left, #005fc0, #047fff);
    background: -o-linear-gradient(top left, #005fc0, #047fff);
    background: linear-gradient(to bottom right, #005fc0, #047fff);
}
.new-progress-line .done-1 .scale {
    left: 0;
}
.new-progress-line .done-2 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#0aaefe),
        to(#1eb5fe)
    );
    background: -webkit-linear-gradient(top left, #0aaefe, #1eb5fe);
    background: -o-linear-gradient(top left, #0aaefe, #1eb5fe);
    background: linear-gradient(to bottom right, #0aaefe, #1eb5fe);
}
.new-progress-line .done-3 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1eb5fe),
        to(#32bcfe)
    );
    background: -webkit-linear-gradient(top left, #1eb5fe, #32bcfe);
    background: -o-linear-gradient(top left, #1eb5fe, #32bcfe);
    background: linear-gradient(to bottom right, #1eb5fe, #32bcfe);
}
.new-progress-line .done-6 .scale.last {
    margin-top: 15px;
}
.new-progress-line .filled {
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#32bcfe),
        to(#47c2fe)
    );
    background: -webkit-linear-gradient(top left, #32bcfe, #47c2fe);
    background: -o-linear-gradient(top left, #32bcfe, #47c2fe);
    background: linear-gradient(to bottom right, #32bcfe, #47c2fe);
    width: 40px;
    height: 100%;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding-right: 10px;
    color: #fff;
}
.new-progress-line .scale {
    position: absolute;
    top: 100%;
    left: -24px;
    width: 100%;
    margin-top: 15px;
    font-size: 10px;
    line-height: 10px;
}
.new-progress-line .scale.last {
    left: auto;
    right: 0;
    text-align: right;
    line-height: 10px;
}
.progress-label {
    position: absolute;
    background-color: #dc3ad0;
    color: #fff;
    font-weight: 900;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    font-size: 12px;
    display: block;
    padding: 5px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    left: 50%;
    bottom: 100%;
}
.progress-label.flash {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
@media only screen and (max-width: 550px) {
    .date-of-birth .input {
        width: 100%;
        margin-bottom: 20px;
    }
    .new-progress-line {
        margin-top: 110px;
        margin-bottom: 50px;
    }
    .new-progress-line .history {
        padding-left: 3px;
        padding-right: 3px;
        line-height: normal;
    }
    .new-progress-line .filled {
        font-size: 10px;
        padding-right: 0;
    }
    .progress-label {
        left: 40%;
        padding: 4px;
    }
    .new-progress-wrap {
        padding: 0px;
    }
}
@media only screen and (min-width: 768px) {
    .new-progress-line .scale {
        font-size: 10px;
        font-weight: bold;
    }
}
@media only screen and (min-width: 1024px) {
    .new-progress-line .scale {
        font-size: 10px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px) {
    .new-progress-line .done-2 .scale {
        margin-top: 35px;
    }
    .new-progress-line .done-6 .scale {
        margin-top: 35px;
    }
    .new-progress-line .current .scale {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 650px) {
    .new-progress-line * {
        font-size: 10px;
    }
}
/*24.6. Elements - Calendar*/
.fc-day-header.fc-widget-header,
.fc-basic-view .fc-week-number.fc-widget-header {
    padding: 8px 2px;
}
.pannel-landing-page h1 {
    font-size: 48px;
    color: #252525;
    line-height: 62px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}
.pannel-landing-page h3 {
    font-size: 18px;
    color: #252525;
    line-height: 26px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}
.pannel-landing-page {
    padding: 50px;
}
.background-black {
    background: #252525;
}
.button-yellow {
    color: #252525;
    font-weight: bold;
}
.content-2 {
    padding: 50px;
}
.content-2 h6 {
    padding: 5px 0;
}
.pannel-landing-page .progress-bar {
    color: #252525;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.pannel-landing-page .progress {
    border-radius: 3px;
    margin-bottom: 0;
}
.content-1 {
    padding: 80px 50px 80px 0px;
}
#calendar {
    min-width: 440px;
}
@media (min-width: 992px) and (max-width: 1307px) {
    body .content-2 .countdownv2_holder .countdownv2 {
        padding: 20px 0px !important;
    }
    body .content-2 .flip-clock-wrapper ul li a div {
        font-size: 20px !important;
    }
    body .content-2 .flip-clock-wrapper ul {
        background: #353535 !important;
        width: 30px !important;
        padding: 15px !important;
    }
    body .content-2 .flip-clock-divider .flip-clock-label {
        right: -48px !important;
    }
    body .content-2 .flip-clock-divider.minutes .flip-clock-label {
        right: -55px !important;
    }
    body .content-2 .flip-clock-divider.seconds .flip-clock-label {
        right: -58px !important;
    }
}
@media (min-width: 992px) and (max-width: 1147px) {
    body .content-2 .flip-clock-wrapper ul {
        width: 20px !important;
        padding: 10px !important;
    }
    body .content-2 .flip-clock-divider .flip-clock-label {
        right: -38px !important;
    }
    body .content-2 .flip-clock-divider.minutes .flip-clock-label {
        right: -45px !important;
    }
    body .content-2 .flip-clock-divider.seconds .flip-clock-label {
        right: -43px !important;
    }
}
/*24.7. Elements - Transactions Counter*/
.count-transaction .header-title-breadcrumb {
    margin-top: 0;
}
.counter-transactions h1 {
    font-size: 60px;
    margin-bottom: 0;
}
.counter-transactions {
    background-image: url("../images/counter.jpeg");
    color: #fff;
}
.counter-transactions p {
    color: #fff;
}
.chart-container,
.line_chart-container {
    position: relative;
    margin: auto;
    height: 100%;
    max-width: 75%;
    min-width: 400px;
}
.depthChart-container {
    position: relative;
    margin: auto;
    height: 100%;
    max-width: 100%;
    min-width: 400px;
}
.chartdiv-container {
    position: relative;
    margin: auto;
    height: 600px;
    width: 100%;
    min-width: 400px;
}
input[type="search"]:focus,
.dataTables_length select:focus,
.dataTables_length select option:focus {
    outline: none;
}
/* table-transactions */
.table-transactions .panel-body {
    overflow-y: auto;
}
.table-transactions table {
    min-width: 686px;
}
/*tables.top-gainers-losers*/
.tables-top-gainers-losers .panel-body {
    overflow-y: auto;
}
.tables-top-gainers-losers table {
    min-width: 400px;
}
/* table-market-capitalization*/
.table-market-capitalization .panel-body {
    overflow-y: auto;
}
.table-market-capitalization table {
    min-width: 1130px;
}
/*tables-crypto-stats*/
.tables-crypto-stats .panel-body {
    overflow-y: auto;
}
.tables-crypto-stats table {
    min-width: 400px;
}
.dash-table-markets {
    overflow-y: auto;
}
#data-tables-markets-1 {
    min-width: 937px;
}
/* 24.8. Elements - ICO Details */
.details-page .panel-heading {
    border: none;
}
.details-page .show-code i {
    font-size: 50px;
    margin: 0;
    margin-top: 15px;
}
.details-page .panel-heading span {
    color: #ababab;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 60.25%;
    position: relative;
    height: 0;
    margin-bottom: 20px;
}
.video-responsive embed {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.details-token {
    background: #f9f9f9;
    margin: 0;
    text-transform: uppercase;
}
.details-token .btn {
    min-width: 180px;
    margin: 5px 0;
}
.details_social a i {
    color: #c9c9c9;
    font-size: 18px;
    padding: 0 5px;
    transition: all 250ms;
}
.details_social a i:hover {
    color: #93c54b;
}
.div-market-price {
    color: #fff;
}
.div-market-price h3 {
    border-bottom: 1px solid #c9c9c9;
}
.market-price .div-market-price h1 {
    display: inline;
}
.market-price .div-market-price span {
    color: white;
    font-size: 18px;
    margin-left: 10px;
}
.market-price {
    margin: 0;
}
.ico-details .market-price .div-market-price p {
    margin: 0;
    color: #fff;
}
.ico-details {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px;
}
.ico-details p {
    color: #252525;
}
.details-page .panel-body p.p-details-page {
    padding: 0 30px;
}
.ico-details h3 {
    padding-bottom: 20px;
}
.ico-images {
    width: 25%;
    padding-right: 30px;
}
.ico-details-progressbar.progress {
    height: 30px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ico-details-progressbar .progress-bar {
    color: #252525;
    font-size: 14px;
    padding-top: 5px;
}
/* 24.9. Elemants - ICO Filters */
.ico-listing i {
    margin-top: 10px;
}
.ico-listing .panel-body p {
    color: #252525;
}
.detail-ico-listing p {
    display: inline;
}
.float-right {
    float: right;
}
/* ICO Listing filter */
/*ICO Listing filter - 4 colums*/
.cd-main-content-4-colums .cd-filter-content.cd-filters.list,
.cd-main-content-4-colums .cd-filter-block {
    display: inline;
}
.cd-main-content-4-colums .cd-filter-block .list li {
    display: inline;
    padding-right: 10px;
}
.cd-main-content-4-colums
    .cd-filter-block
    .cd-filter-content
    input[type="search"] {
    width: auto;
}
.cd-main-content-4-colums .cd-filter-content {
    display: inline;
}
.cd-main-content-4-colums
    .cd-filter-block
    .cd-filter-content
    .checkbox-label::before {
    top: 50%;
}
.cd-main-content-4-colums .cd-filter-block h4 {
    font-size: 18px !important;
}
.cd-main-content-4-colums main.cd-main-content.is-fixed .cd-filter {
    left: 0px;
    top: 10%;
    width: 100%;
    height: 90px;
}
.cd-main-content-4-colums .cd-gallery {
    margin-top: 30px;
}
.cd-filter-block .list-4-colums .radio-label::before {
    left: 5px;
}
.cd-main-content-4-colums.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 85px;
    overflow: hidden;
    left: 280px;
    top: 80px;
    background: #fff;
    width: 100%;
    text-align: left;
}
/*end - 4colums */
.ico-listing .panel-body p {
    font-size: 16px;
}
.mix .ico-listing-box {
    margin-bottom: 0px;
}
.cd-main-content {
    position: relative;
    min-height: 100vh;
}
.cd-main-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    position: fixed;
    top: 0;
    width: 86%;
    right: 0;
}
.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed;
}
@media only screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px;
    }
}
.cd-main-content {
    position: relative;
    min-height: 100vh;
}
.cd-main-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 340px;
    overflow: hidden;
    left: 325px;
    top: 20%;
    background: #fff;
    width: 17%;
}
.cd-filter-4-colums {
    background-color: #fff3b2;
}
.cd-main-content.is-fixed .cd-filter-3-colums,
.cd-main-content.is-fixed .cd-filter-4-colums {
    position: fixed;
    overflow: hidden;
    left: 325px;
    width: 17%;
}
.cd-main-content.is-fixed .cd-filter form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed;
}
@media only screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px;
    }
}
/* --------------------------------
xtab-filter
-------------------------------- */
.cd-tab-filter-wrapper {
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
    position: relative;
    height: 50px;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
}
.cd-tab-filter::after {
    /* small arrow icon */
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.cd-tab-filter ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: inset 0 -2px 0 #93c54b;
}
.cd-tab-filter li {
    display: none;
}
.filter {
    display: inline-table !important;
}
.cd-tab-filter li:first-child {
    /* this way the placehodler is alway visible */
    display: block;
}
.cd-tab-filter a {
    display: block;
    /* set same size of the .cd-tab-filter */
    height: 80px;
    width: 140px;
    line-height: 50px;
    padding-left: 14px;
    color: #252525;
}
.cd-tab-filter a.selected {
    background: #93c54b;
    color: #ffffff;
}
.cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
    display: block;
}
.cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: 0.4;
}
@media only screen and (min-width: 768px) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
        height: auto;
    }
    .cd-tab-filter::after {
        /* hide the arrow */
        display: none;
    }
    .cd-tab-filter ul {
        background: #fff;
        position: static;
        box-shadow: none;
        text-align: center;
        padding-left: 40px;
    }
    .cd-tab-filter li {
        display: inline-block;
    }
    .cd-tab-filter li.placeholder {
        display: none !important;
    }
    .cd-tab-filter a {
        display: table-cell;
        padding: 0 1em;
        width: auto;
        color: #252525;
        text-transform: uppercase;
        font-weight: 700;
        transition: all 250ms;
        vertical-align: middle;
    }
    .no-touch .cd-tab-filter a:hover {
        color: #93c54b;
    }
    .cd-tab-filter a.selected {
        background: transparent;
        color: #93c54b;
        /* create border bottom using box-shadow property */
        box-shadow: inset 0 -2px 0 #93c54b;
    }
    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
    .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}
/* --------------------------------
xgallery
-------------------------------- */
.cd-gallery {
    width: 100%;
}
.cd-gallery li {
    margin-bottom: 1.6em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: none;
}
.cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
}
.cd-gallery img {
    display: block;
    width: 100%;
}
.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
}
@media only screen and (min-width: 240px) {
    .cd-gallery li {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) {
    .cd-gallery ul {
        text-align: justify;
    }
    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-gallery li {
        width: 48%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-gallery {
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
    .cd-gallery li {
        width: 24%;
    }
    .cd-gallery-3-colums ul li {
        width: 32%;
    }
    .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}
/* --------------------------------
xfilter
-------------------------------- */
.cd-filter-3-colums form {
    padding: 0;
}
.cd-filter-block .panel.panel-default {
    margin: 0;
}
/* --------------------------------
xcustom form elements
-------------------------------- */
.cd-filter-block h4 {
    /* filter block title */
    position: relative;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline;
}
.cd-filter-block h4::before {
    /* arrow */
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}
.cd-filter-block input[type="search"],
.cd-filter-block input[type="text"],
.cd-filter-block select {
    width: 100%;
    padding: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    display: inline;
}
.cd-filter-block input[type="search"]:focus,
.cd-filter-block input[type="text"]:focus,
.cd-filter-block select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #ffd600;
}
.cd-tab-filter-wrapper .cd-filter-block input[type="search"],
.cd-tab-filter-wrapper .cd-filter-block input[type="search"]:focus {
    /* custom style for the search element */
    border-color: transparent;
    background-color: #fff3b2;
    font-size: 18px;
    height: 80px;
}
.cd-filter-block input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}
.cd-filter-block .cd-select::after {
    /* switcher arrow for select element */
    content: "";
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    pointer-events: none;
}
.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
    display: none;
}
.cd-filter-block .list li {
    position: relative;
}
.cd-filter-block .list.list-3-colums li {
    font-size: 18px;
    font-weight: bolder;
    padding: 20px 50px;
    text-transform: capitalize;
    position: relative;
}
.cd-filter-block .list.list-3-colums li:hover {
    background-color: #fafafa;
}
.cd-gallery-3-colums ul li.sponsored .ico-listing-box,
.cd-gallery-3-colums ul li.sponsored .ico-listing-title,
.cd-gallery-4-colums ul li.sponsored .ico-listing-box,
.cd-gallery-4-colums ul li.sponsored .ico-listing-title {
    background-color: #fff3b2;
}
.cd-filter-block .list li:last-of-type {
    margin-bottom: 0;
}
.cd-filter-block input[type="radio"],
.cd-filter-block input[type="checkbox"] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    /* custom radio and check boxes */
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
    width: 16px;
    height: 16px;
    left: 45px;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
    /* check mark - hidden */
    display: none;
}
.cd-filter-block .checkbox-label::after {
    /* check mark style for check boxes */
    content: "\f00c";
    font-family: FontAwesome;
    width: 16px;
    height: 16px;
    color: #fff;
    left: 0px;
    font-size: 15px;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    border-radius: 50%;
}
.cd-filter-block .radio-label::after {
    /* check mark style for radio buttons */
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    left: 50px;
}
.cd-filter-block .list-4-colums .radio-label::after {
    left: 10px;
}
.cd-filter-block input[type="radio"]:checked + label::after,
.cd-filter-block input[type="checkbox"]:checked + label::after {
    display: block;
}
@-moz-document url-prefix() {
    /* hide custom arrow on Firefox - select element */
    .cd-filter-block .cd-select::after {
        display: none;
    }
}
.isotpe-pagination ul.cryptic-pagination.pagination li a {
    background: transparent;
}
.cd-filter-content span {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 18px;
}
/* ICO Listing 3 */
.ico-listing-3 .panel-body p {
    font-size: 12px;
}
.ico-listing-3 i {
    font-size: 25px;
    margin-top: 10px;
}
.ico-listing-name {
    margin-left: 45px;
}
/* ICO Listing 4 */
.ico-listing-img {
    float: left;
    margin-top: 11px;
}
.ico-listing-img i {
    font-size: 3.5rem;
    margin-right: 15px;
    margin-left: 5px;
}
.cd-gallery-4-colums .ico-listing-img i {
    font-size: 2.5rem;
}
.ico-listing-second-name {
    color: #7f7f7f;
    font-size: 15px;
}
.ico-listing-evolution,
.ico-listing-type {
    float: left;
    font-size: 15px;
}
.ico-listing-save-percent,
.ico-listing-days-left {
    float: right;
    font-size: 15px;
}
.ico-listing-type,
.ico-listing-days-left {
    color: #252525;
}
.ico-listing-title {
    border-bottom: none;
    margin-bottom: 20px;
}
.ico-listing-second-details p {
    line-height: 0px;
}
.ico-listing-name h3 a {
    color: #252525;
}
/* 25. Button scroll to top*/
.scrollToTop {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    right: 30px;
    display: none;
    transition: all 250ms;
    bottom: 30px;
}
.scrollToTop:hover {
    text-decoration: none;
}
/* 26. LANGUAGE SWITCHER */
.language .lang-swich img {
    width: 25px;
}
.language img {
    width: 25px;
    display: table-cell;
    vertical-align: middle;
}
.navbar-nav .language .dropdown-menu {
    width: 160px;
}
.language span {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
}
/* 27. FAQ Page*/
.faqHeader {
    font-size: 27px;
    margin: 20px;
}
.accordion-toggle {
    padding: 10px;
}
.faq-filter {
    background-color: #fff;
}
.faq-header {
    padding: 20px 30px;
    color: #252525;
}
.border-faq {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-collapse {
    padding: 0 30px 30px 30px;
}
.accordion .panel-heading {
    border-bottom: 1px solid #e9e9e9;
}
.faq-header [data-toggle="collapse"]:after {
    font-family: "FontAwesome";
    content: "\f0da"; /* "play" icon */
    float: left;
    color: #252525;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-header [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #252525;
}
.accordion h3,
.accordion1 h3 {
    display: inline;
}
.panel-group.accordion1.version2 {
    display: none;
}
@media (max-width: 768px) {
    .cd-tab-filter {
        width: 100%;
    }
    .cd-tab-filter a {
        height: 100%;
        width: 100px;
    }
}
/* 28. Social media buttons */
.social-media {
    border: none;
    color: white;
    font-weight: bolder;
    transition: all 250ms;
    padding: 15px 25px;
    font-size: 20px;
    margin: 10px;
}
.social-media-small {
    border: none;
    color: white;
    font-weight: bolder;
    transition: all 250ms;
    padding: 15px 25px;
    font-size: 20px;
    margin: 10px 5px;
}
.social-media-circle {
    border: none;
    color: white;
    margin: 10px 5px;
    font-weight: bolder;
    transition: all 250ms;
    padding: 15px 18px;
    font-size: 20px;
    border-radius: 50%;
    width: 55px;
}
.social-media i {
    margin-right: 10px;
}
.facebook-social {
    background: #3b5998;
}
.twiter-social {
    background: #00aced;
}
.google-social {
    background: #d85040;
}
.linkedin-social {
    background: #007bb5;
}
.dribbble-social {
    background: #ea4c89;
}
.instagram-social {
    background: #0d77b7;
}
.pinterest-social {
    background: #cb2027;
}
.dropbox-social {
    background: #007ee5;
}
.flickr-social {
    background: #ff0084;
}
.tumblr-social {
    background: #32506d;
}
.youtube-social {
    background: #ff0000;
}
.github-social {
    background: #000000;
}

.facebook-social:hover {
    background: #314b80;
}
.twiter-social:hover {
    background: #0094cc;
}
.google-social:hover {
    background: #cf3b2a;
}
.linkedin-social:hover {
    background: #006493;
}
.dribbble-social:hover {
    background: #e63177;
}
.instagram-social:hover {
    background: #0a6398;
}
.pinterest-social:hover {
    background: #b01b21;
}
.dropbox-social:hover {
    background: #006dc6;
}
.flickr-social:hover {
    background: #e00074;
}
.tumblr-social:hover {
    background: #284057;
}
.youtube-social:hover {
    background: #e00000;
}
.github-social:hover {
    background: #0f0f0f;
}
/* 29. Rating Stars */
.rating,
.rating_readonly {
    border: none;
    float: left;
}
.rating > input,
.rating_readonly > input {
    display: none;
}
.rating > label:before,
.rating_readonly > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating.heart > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f004";
}
.rating > label.cancel:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f056";
}
.rating > .half:before {
    content: "\f089";
    position: absolute;
}
.rating > label {
    color: #ddd;
    float: right;
}
.rating_readonly > label {
    color: #ddd;
    float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating_readonly > input:checked ~ label,
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #ffd700;
} /* hover previous stars in list */
.rating.heart > input:checked ~ label, /* show gold heart when clicked */
.rating.heart:not(:checked) > label:hover, /* hover current heart */
.rating.heart:not(:checked) > label:hover ~ label {
    color: #d9534f;
} /* hover previous hearts in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #ffed85;
}
.rating.heart > input:checked + label:hover, /* hover current heart when changing rating */
.rating.heart > input:checked ~ label:hover,
.rating.heart > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating.heart > input:checked ~ label:hover ~ label {
    color: #de6b68;
}
.rating.rating-sm > label::before {
    font-size: 1em;
}
.rating.rating-lg > label::before {
    font-size: 1.5em;
}
/* 30. Buttons Toggle*/
.example > .row {
    margin-top: 2rem;
    height: 5rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(189, 193, 200, 0.5);
}
.example .row:first-of-type {
    border: none;
    height: auto;
    text-align: left;
}
.example h3 {
    font-weight: 400;
}
.example h3 > small {
    font-weight: 200;
    font-size: 0.75em;
    color: #939aa5;
}
.example h6 {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #bdc1c8;
    margin: 0;
    line-height: 5rem;
}
/*.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
  }*/
.btn-toggle {
    color: #6b7381;
    background: lighten(#6b7381, 30%);
}
.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}
.btn-toggle.active {
    background-color: #ffd500;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle.active {
    outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle.btn-def:before,
.btn-toggle.btn-def:after {
    top: -9px;
}
.btn-toggle:before {
    content: "Off";
    left: -4rem;
}
.btn-toggle:after {
    content: "On";
    right: -4rem;
    opacity: 0.5;
}
.btn-toggle .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.active {
    transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.btn-toggle.active:before {
    opacity: 0.5;
}
.btn-toggle.active:after {
    opacity: 1;
}
/*btn lg*/
.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left 0.25s;
}
.btn-toggle.btn-lg::before,
.btn-toggle.btn-lg::after {
    line-height: 2.5rem;
    width: 7rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle.btn-lg::before {
    content: "Off";
    left: -5rem;
}
.btn-toggle.btn-lg::after {
    content: "On";
    right: -5rem;
    opacity: 0.5;
}
/*btn sm*/
.btn-toggle.btn-sm .handled {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    width: 2.325rem;
}
.btn-toggle.btn-sm:before {
    left: 22px;
}
.btn-toggle.btn-sm:after {
    left: 7px;
}
.btn-toggle.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm::before,
.btn-toggle.btn-sm::after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
/*btn xs*/
.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}
.btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left 0.25s;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}
/*// Apply Mixin to different sizes & colors*/
.btn-toggle {
    margin: 28px 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle.btn-lg {
    margin: 20px 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-sm {
    margin: 27px 0rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-xs {
    margin: 30px 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}
.btn.btn-toggle.btn-black.active {
    background-color: #252525;
}
.btn.btn-toggle.btn-green.active {
    background-color: #93c54b;
}
.btn.btn-toggle.btn-orange.active {
    background-color: #ef5c0e;
}
.button-night-mode {
    color: #252525;
    text-decoration: none;
    padding: 22.7px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    text-transform: capitalize;
}
.button-night-mode .btn.btn-sm.btn-toggle.active,
.button-night-mode .btn.btn-sm.btn-toggle {
    margin: 0;
}
.button-night-mode .btn-toggle.btn-sm::before,
.button-night-mode .btn-toggle.btn-sm::after {
    line-height: 23px;
}
/* 31. Register V2 */
.register-v2 .panel-heading {
    background: transparent;
}
.register-v2 .panel-heading h3 {
    color: #fff;
    font-weight: bold;
}
.register-v2 {
    background-color: #252525;
}
.stepper-register ul.nav li {
    width: 33%;
}
.stepper.stepper-register .round-tab {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: var(--text_secondary);
    border: none;
}
.stepper.stepper-register .active .round-tab {
    color: #252525;
    border: none;
    background-color: #fff;
}
#stepper-page .stepper.stepper-register .nav-tabs [data-toggle="tab"] {
    width: 35px;
    height: 35px;
    margin: 15px auto;
}
.stepper.stepper-register .nav-tabs > li:last-child::after {
    background: transparent;
}
#stepper-reg-1 .list-inline {
    width: 100%;
    margin: 15px auto;
}
#stepper-reg-1 .list-inline > li {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
#stepper-reg-1 .btn.btn-cryptic.next-step {
    width: 100%;
    font-size: 16px;
    padding: 15px;
}
.stepper.stepper-register .complete .round-tab {
    color: transparent;
}
.stepper.stepper-register .completed .round-tab::after,
.stepper.stepper-register .nav-tabs > li.active:last-child .round-tab::after {
    content: "";
}
.stepper.stepper-register .completed .round-tab,
.stepper.stepper-register .nav-tabs > li.completed::after,
.stepper.stepper-register .nav-tabs > li.active:last-child .round-tab {
    background-color: #fff;
    box-shadow: 0px 2px 0px #c6bdbd;
}
.stepper.stepper-register .tab-pane {
    padding-top: 20px;
    text-align: left;
}
.stepper.stepper-register label,
.login-v2 label {
    font-size: 18px;
    width: 100%;
}
.stepper.stepper-register input,
.login-v2 input {
    width: 100%;
    color: #252525;
    padding: 15px;
    font-weight: bold;
    margin: 5px 0 20px;
}
#stepper-reg-2 li {
    width: 49.6%;
}
#stepper-reg-2 .prev-step,
/* #stepper-reg-2 .next-step, */
#stepper-reg-3 li a,
.login-v2 li a {
    width: 100%;
    font-size: 14px;
    color: #252525;
    padding: 15px;
    font-weight: bold;
}

#stepper-reg-2 .next-step {
    width: 100%;
    font-size: 14px;
    /* color: #252525; */
    padding: 15px;
    font-weight: bold;
}
#stepper-reg-2 .list-inline,
.login-v2 .list-inline {
    margin-right: -5px;
}
.stepper.stepper-register label input,
.login-v2 label input {
    width: 3%;
    margin-bottom: 15px;
    margin-right: 10px;
}
#stepper-reg-3 label,
#stepper-reg-3 li {
    width: 100%;
}
.stepper.stepper-register .btn.btn-cryptic.next-step:hover {
    color: #252525;
    opacity: 0.8;
}
.register-information {
    margin-top: 8%;
}
.login-steps li {
    width: 100%;
}
.register-step {
    margin-top: 15px;
}
.login-step {
    margin-top: 10px;
}
.login-informations {
    margin-top: 35px;
}
#stepper-page {
    padding: 40px 15px 25px 15px;
}
/* 32. Profile Image Uploader */
#container {
    display: none;
    position: absolute;
    width: 180px;
    height: 180px;
    top: 245px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #353535;
    border-radius: 50%;
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: padding 0.3s ease, background 0.3s ease 1.6s;
    -moz-transition: padding 0.3s ease, background 0.3s ease 1.6s;
    -o-transition: padding 0.3s ease, background 0.3s ease 1.6s;
    transition: padding 0.3s ease, background 0.3s ease 1.6s;
}
#container .box {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffd500;
}
#image-holder {
    position: absolute;
    top: -110%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
}
#image-holder.move {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#container.file-over {
    padding: 10px;
}
#container.file-over .arrow {
    top: 50%;
    opacity: 1;
}
#container .box {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#container .box:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
    border: dashed 2px rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#container .box:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
    height: 45%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#container .progress {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
#container .progress.complete {
    width: 100%;
}
#container.file-over .box {
    width: 80px;
    height: 3px;
    border-radius: 100px;
    top: 70%;
}
#container.file-over .box:before,
#container.file-over .box:after {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
/* 32. Profile Image Uploader - Arrow icon */
.v-align .arrow {
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/269193/arrow-down.png)
        no-repeat center;
    background-size: 60px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
}
/* 32. Profile Image Uploader - Popup */
.section1 .top {
    height: 70px;
}
#user-image {
    position: relative;
}
#popup {
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    height: auto;
    padding: 20px 15px;
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 10;
}
.profile-avatar {
    position: absolute;
    width: 40px;
    border-radius: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.message {
    position: relative;
    display: block;
    width: 80%;
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.hide {
    display: none;
}
.add-margin {
    margin-top: 170px;
}
#user-image i {
    position: absolute;
    top: 115px;
    left: 90px;
    background: rgba(37, 37, 37, 0.6);
    padding: 10px;
    border-radius: 0 0 50% 50%;
    color: white;
    display: none;
    cursor: pointer;
}
#user-image-v1 #container {
    display: block;
}
#user-image-v1 .box,
#user-image-v1 #container .box::before,
#user-image-v1 #container .box::after {
    border: none;
    background: no-repeat;
}
#user-image-v1 img {
    width: 180px;
    border-radius: 50%;
}
.invoice-form-title {
    border-bottom: 2px solid;
    padding-top: 10px;
    padding-bottom: 20px;
}
.invoice-form .form-control-label {
    font-size: 18px;
    text-transform: capitalize;
}
.invoice-form-button {
    text-align: center;
    margin-bottom: 30px;
}
.invoice-form-button .form-control-event {
    float: none;
}
.select-form {
    position: relative;
}
.invoice-form-grup .select-form::after {
    right: 0px;
}
/* 33. Market Compare */
/* Style the tab */
.tab.market-compare-coins {
    float: left;
}
/* Style the buttons inside the tab */
.tab.market-compare-coins button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */
.tab.market-compare-coins button:hover {
    background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab.market-compare-coins button.active {
    background-color: #ccc;
}
/* Style the tab content */
.market-compare-content {
    float: left;
    padding: 0px 12px;
    border-left: none;
}
.market-compare-value p {
    display: inline;
    width: 50%;
    float: left;
}
.market-compare-value span {
    width: 40%;
    float: right;
    font-size: 16px;
    color: #fff;
    padding: 16px;
}
.market-compare-danger {
    background: #d9534f;
}
.market-compare-success {
    background: #2cc185;
}
h3.panel-title.market-compare-title {
    color: #252525;
}
.tabs-style-linemove nav {
    padding: 0 18px 30px 18px;
}
/* 34. Invoices */
.height {
    min-height: 150px;
}
.table > tbody > tr > .emptyrow {
    border: none;
}
.table > thead > tr > .emptyrow {
    border: none;
}
.table > tbody > tr > .highrow {
    border-top: 3px solid;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.input-table {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}
.add-row {
    color: #93c54b;
    cursor: pointer;
    font-size: 18px;
    padding-right: 10px;
}
.remove-row {
    color: #d9534f;
    cursor: pointer;
    font-size: 18px;
}
.input-table td {
    color: #252525;
}
.input-table td:last-child {
    width: 10%;
}
.button-night-mode:hover {
    background: #252525;
    color: #ffd500;
}
.invoices-section {
    overflow-x: scroll;
}
.chart-new h3 {
    padding: 5px 0 10px 0;
}
/* 35 Grid Basic */
.grid {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #333;
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.grid-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.grid-plain {
    background: transparent;
    box-shadow: none !important;
}
.grid .grid-body {
    padding: 0.9375rem 20px;
    position: relative;
}
.grid .grid-body p {
    font-size: 15px;
}
.market-compare-title {
    color: #252525;
}
.grid-body.grid-body-paragraphs {
    padding: 30px;
}
/* 36. Live Coin */
.live-coin-v1,
.live-coin-v3 {
    background: #252525;
    margin: 0 auto;
    padding: 30px;
}
.live-coin-v1 p,
.live-coin-v2 p,
.live-coin-v3 p,
.live-coin-v4 p {
    font-size: 12px;
}
.live-coin a.show-code i {
    font-size: 60px;
    color: #ffd500;
    padding-bottom: 25px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
}
.live-coin-v2.live-coin-v2-first a.show-code i,
.live-coin-v4.live-coin-v4-first a.show-code i,
.live-coin-v4.live-coin-v4-five a.show-code i,
.live-coin-v2-first p,
.live-coin-v4-first p,
.live-coin-v4-five p {
    color: #252525;
}
.live-coin-v2 a.show-code i {
    color: #ffffff;
}
.live-coin-v2-first,
.live-coin-v4-first {
    background: #ffd500;
}
.live-coin-v2.live-coin-v2-second,
.live-coin-v4.live-coin-v4-second {
    background: rgb(22, 28, 48);
}
.live-coin-v2.live-coin-v2-third,
.live-coin-v4.live-coin-v4-third {
    background: rgb(54, 118, 164);
}
.live-coin-v2.live-coin-v2-four,
.live-coin-v4.live-coin-v4-four {
    background: rgb(57, 116, 183);
}
.live-coin-v4.live-coin-v4-five {
    background: rgb(190, 190, 190);
}
.live-coin-v4.live-coin-v4-six {
    background: rgb(37, 37, 37);
}
.show-code.show-code-left {
    float: left;
}
.show-code.show-code-left i {
    padding: 13px 0;
}
.right_col_exchange .header-title-breadcrumb {
    margin: 30px;
}
/* 37. Menu change color */
/* a. Menu change color - light */
.menu-light .left_col,
.menu-light .navbar.nav_title,
.menu-light .sidebar-footer a {
    background-color: #ffffff;
}
.menu-light .nav.side-menu > li.active {
    background-color: #f4f4f4;
}
.menu-light .nav_title .site_logo .logo-text,
.menu-light .nav.side-menu > li > a,
.menu-light .nav.side-menu > li > a span,
.menu-light .sidebar-footer a,
.menu-light .menu_section h3,
.menu-light.nav-md .container.body #sidebar-menu ul li span:hover,
.menu-light.nav-md ul.nav.child_menu li:hover::before {
    color: #252525;
}
.menu-light .nav.side-menu > li > a:hover,
.menu-light .nav.side-menu > li > a:hover span,
.menu-light #sidebar-menu .nav.side-menu > li.active > a,
.menu-light #sidebar-menu .nav.side-menu > li.active > a span {
    color: #a1a1a1 !important;
}
.menu-light .nav_title {
    border-bottom-color: #e7e7e7;
}
/* b. Menu change color - yellow */
.menu-yellow .left_col {
    background-image: linear-gradient(to right top, #ffd500, #ffffff);
}
.menu-yellow .navbar.nav_title,
.menu-yellow .sidebar-footer a,
.menu-yellow .nav.side-menu > li.active {
    background: transparent;
}
.menu-yellow .nav_title .site_logo .logo-text,
.menu-yellow .nav.side-menu > li > a,
.menu-yellow .nav.side-menu > li > a span,
.menu-yellow .sidebar-footer a,
.menu-yellow .menu_section h3,
.menu-yellow.nav-md .container.body #sidebar-menu ul li span:hover,
.menu-yellow #sidebar-menu .nav.side-menu > li.active > a span {
    color: #252525;
}
.menu-yellow.nav-md .container.body ul.nav.child_menu li:hover::before {
    background-color: #252525;
}
.menu-yellow .nav.side-menu > li > a:hover,
.menu-yellow .nav.side-menu > li > a:hover span,
.menu-yellow #sidebar-menu .nav.side-menu > li.active > a {
    color: #a1a1a1 !important;
}
.menu-yellow .sidebar-footer {
    background-color: rgba(0, 0, 0, 0.5);
}
.menu-yellow .nav_title {
    border-bottom-color: #a1a1a1;
}
/* c. Menu change color - blue */
.menu-blue .left_col {
    background-image: linear-gradient(75deg, #161c30, #5065ae);
}
.menu-blue .navbar.nav_title,
.menu-blue .sidebar-footer a,
.menu-blue .nav.side-menu > li.active {
    background: transparent;
}
.menu-blue .sidebar-footer {
    background-color: rgba(0, 0, 0, 0.5);
}
.menu-blue .nav_title {
    border-bottom-color: #a1a1a1;
}
/* d. Menu change img */
.menu-background-img01 .left_col {
    background: url("../images/cryptic_menu_01.jpg");
}
.menu-background-img01 .navbar.nav_title,
.menu-background-img01 .sidebar-footer a,
.menu-background-img01 .nav.side-menu > li.active {
    background: transparent;
}
.menu-background-img01 .sidebar-footer {
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-class h1,
h2,
h3,
p {
    color: black !important;
}
.payment-mode-container {
    height: 80px;
    /*width: 350px;*/
    /*margin-bottom: 2em;*/
    background-color: white;
    padding: 1em;
    border: 1px solid silver;
}
.payment-mode-container img {
    display: inline-block;
    height: 50px;
}

.payment-mode-container label {
    width: 47%;
    display: inline-block;
    cursor: pointer;
}

.payment-mode-container label.momo {
}

.payment-mode-container label.card {
}

#my-card {
    background: #ececec;
    padding: 1em;
}
.header_top {
    border-bottom: solid rgba(255, 255, 255, 0.1) 1px;
    min-height: 40px;
    background: #ffaf6b !important;
}

#cssmenu > ul > li > a {
    padding: 17px 15px;
    font-size: 20px !important;
    letter-spacing: 0px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: none;
}

.resend-code:hover {
    color: #c1a205;
}
