/*---FONTS---*/
@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
  font-family: "massive-crypto";
  src:url("../fonts/massive-crypto.eot");
  src:url("../fonts/massive-cryptod41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/massive-crypto.woff") format("woff"),
    url("../fonts/massive-crypto.ttf") format("truetype"),
    url("../fonts/massive-crypto.svg#massive-crypto") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "massive-crypto" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="micon-"]:before,
[class*=" micon-"]:before {
  font-family: "massive-crypto" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.micon-arrow-up:before {
  content: "\61";
  line-height: 15px;
}
.micon-arrow-down:before {
  content: "\62";
  line-height: 15px;
}
.micon-up:before {
  content: "\63";
}
.micon-down:before {
  content: "\64";
}
.micon-arrow-circle-o-left:before {
  content: "\65";
}
.micon-arrow-circle-o-right:before {
  content: "\66";
}
.micon-sort:before {
  content: "\67";
}
.micon-info-circled:before {
  content: "\68";
}

.mcwp-crypto div, .mcwp-crypto span, .mcwp-crypto applet, .mcwp-crypto object, .mcwp-crypto iframe, .mcwp-crypto h1, .mcwp-crypto h2, .mcwp-crypto h3, .mcwp-crypto h4, .mcwp-crypto h5, .mcwp-crypto h6, .mcwp-crypto p, .mcwp-crypto blockquote, .mcwp-crypto pre, .mcwp-crypto a, .mcwp-crypto abbr, .mcwp-crypto acronym, .mcwp-crypto address, .mcwp-crypto big, .mcwp-crypto cite, .mcwp-crypto code, .mcwp-crypto del, .mcwp-crypto dfn, .mcwp-crypto em, .mcwp-crypto img, .mcwp-crypto ins, .mcwp-crypto kbd, .mcwp-crypto q, .mcwp-crypto s, .mcwp-crypto samp, .mcwp-crypto small, .mcwp-crypto strike, .mcwp-crypto strong, .mcwp-crypto sub, .mcwp-crypto sup, .mcwp-crypto tt, .mcwp-crypto var, .mcwp-crypto b, .mcwp-crypto u, .mcwp-crypto i, .mcwp-crypto center, .mcwp-crypto dl, .mcwp-crypto dt, .mcwp-crypto dd, .mcwp-crypto ol, .mcwp-crypto ul, .mcwp-crypto li, .mcwp-crypto fieldset, .mcwp-crypto form, .mcwp-crypto label, .mcwp-crypto legend, .mcwp-crypto table, .mcwp-crypto caption, .mcwp-crypto tbody, .mcwp-crypto tfoot, .mcwp-crypto thead, .mcwp-crypto tr, .mcwp-crypto th, .mcwp-crypto td, .mcwp-crypto article, .mcwp-crypto aside, .mcwp-crypto canvas, .mcwp-crypto details, .mcwp-crypto embed, .mcwp-crypto  .mcwp-crypto figure, .mcwp-crypto figcaption, .mcwp-crypto footer, .mcwp-crypto header, .mcwp-crypto hgroup, .mcwp-crypto  .mcwp-crypto menu, .mcwp-crypto nav, .mcwp-crypto output, .mcwp-crypto ruby, .mcwp-crypto section, .mcwp-crypto summary, .mcwp-crypto time, .mcwp-crypto mark, .mcwp-crypto audio, .mcwp-crypto video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	font-family: 'Lato',sans-serif;
	vertical-align: baseline;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.mcwp-crypto span:not([class*="mcwp"]) {
	padding: 2px 8px 2px 6px;
}
/* HTML5 display-role reset for older browsers */
.mcwp-crypto article, .mcwp-crypto aside, .mcwp-crypto details, .mcwp-crypto figcaption, .mcwp-crypto figure, .mcwp-crypto footer, .mcwp-crypto header, .mcwp-crypto hgroup, .mcwp-crypto menu, .mcwp-crypto nav, .mcwp-crypto section {
	display: block;
}
.mcwp-crypto ol, .mcwp-crypto ul {
	list-style: none !important;
}
.mcwp-crypto blockquote, .mcwp-crypto q {
	quotes: none;
}
.mcwp-crypto blockquote:before, .mcwp-crypto blockquote:after, .mcwp-crypto q:before, .mcwp-crypto q:after {
	content: '';
	content: none;
}
.mcwp-crypto .invert-act img.invertable {
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}
.mcwp-crypto .invert-act .bg img.invertable {
	-webkit-filter: grayscale(100%) invert(100%);
	        filter: grayscale(100%) invert(100%);
}

/*---TICKER STYLES----*/
.mcwp-crypto .mcwp-ticker {
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.mcwp-crypto .mcwp-ticker.mcwp-header, .mcwp-crypto .mcwp-ticker.mcwp-footer {
    width: 100%;
    position: fixed;
	left: 0;
	z-index: 100000;
}
.mcwp-crypto .mcwp-ticker.mcwp-header {
	top: 0;
}
.mcwp-crypto .mcwp-ticker.mcwp-footer {
	bottom: 0;
}
.mcwp-crypto .cc-ticker {
	border: 0 none;
}
.mcwp-crypto .cc-ticker-round {
	border-radius: 5px;
}
.mcwp-crypto ul.cc-stats {
    margin: 0 !important;
    padding: 0 !important;
	border: 0 none !important;
    white-space: nowrap;
	list-style: none !important;
}
.mcwp-crypto ul.cc-stats li.cc-coin {
    padding: 10px 8px !important;
    display: inline-block;
    margin: 0 !important;
	border: 0 none !important;
}
.mcwp-crypto ul.cc-stats li.cc-coin div b {
	font-weight: bold;
	text-align: center;
}
.mcwp-crypto ul.cc-stats li.cc-coin div b span:first-child {
	display: inline;
	font-size: 80%;
	padding: 0;
}
.mcwp-crypto ul.cc-stats li.cc-coin div b span:first-child + span {
	font-weight: normal;
}
.mcwp-crypto [data-live-price] {
	display: inline-block;
	padding: 2px 4px;
    border-radius: 4px;
	white-space: nowrap;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.mcwp-crypto .cc-coin > div {
	position: relative;
}
.mcwp-crypto .cc-coin svg {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.mcwp-crypto li.cc-coin:before {
	display: none;
}
.mcwp-crypto .cc-coin span.mcwpdown {
	color: #FF0033;
}
.mcwp-crypto .cc-coin span.mcwpup {
	color: #85B000;
}
.mcwp-crypto .cc-white-color {
	background: #fff;
}
.mcwp-crypto span.mcwpup, 
.mcwp-crypto span.mcwpdown {
	padding-left: 18px;
    position: relative;
}
.mcwp-crypto span.mcwpup:before, 
.mcwp-crypto span.mcwpdown:before {
	font-family: 'massive-crypto';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mcwp-crypto .mcwp-ticker span.mcwpup, 
.mcwp-crypto .mcwp-ticker span.mcwpdown {
	padding-left: 10px;
}
.mcwp-crypto .mcwp-ticker span.mcwpup:before,
.mcwp-crypto .mcwp-ticker span.mcwpdown:before {
    height: 18px;
	top: 0;
	font-size: 13px;
}
.mcwp-crypto span.mcwpup:before {
	content: '\61';
}
.mcwp-crypto span.mcwpdown:before {
	content: '\62';
}

/*--web ticker---*/
.mcwp-crypto .cc-stats {
	font-size: 14px !important;
}
.mcwp-crypto .cc-stats {
	position:relative;
	width:100%;
	-webkit-animation: ticker 0s linear infinite 0s normal;
	   -moz-animation: ticker 0s linear infinite 0s normal;
			animation: ticker 0s linear infinite 0s normal;
}
.mcwp-crypto:hover .cc-stats {
	-webkit-animation-play-state: paused;
	   -moz-animation-play-state: paused;
			animation-play-state: paused;
}
.mcwp-crypto .cc-stats .cc-dup {
	display: inline;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.mcwp-crypto .mcwp-card-head > div {
	position: relative;
	display: inline-block;
}
.mcwp-crypto .cc-coin img, .mcwp-crypto .mcwp-card-head img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto !important;
	max-width: 24px;
}
.mcwp-crypto .mcwp-card-head p, .mcwp-crypto .cc-coin b {
	line-height: 24px;
	padding: 0 0 0 29px !important;
	margin: 0 !important;
}


/*---CARDS---*/
.mcwp-crypto .mcwp-card {
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	-webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
			box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.mcwp-crypto .mcwp-card * {
	color: #fff;
}
.mcwp-crypto .cc-card-col {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
	max-width: 360px;
}
.mcwp-crypto .cc-label-col {
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}

.mcwp-crypto .mcwp-card-white {
	border: 1px solid #ccc;
	background-color: #ffffff;
}
.mcwp-crypto .mcwp-card-dark {
	background-color: #202328;
}
.mcwp-crypto .mcwp-card-info {
	background-color: #1e9ff2;
}
.mcwp-crypto .mcwp-card-warning {
	background-color: #ff9149;
}
.mcwp-crypto .mcwp-card-danger {
	background-color: #ff4961;
}
.mcwp-crypto .mcwp-card-success {
	background-color: #28d094;
}

.mcwp-crypto .mcwp-card .mcwp-pricelabel {
	margin-top: 30px;
}
.mcwp-crypto .mcwp-card .mcwp-price {
	font-size: 220%;
	padding: 4px;
	display: inline-block;
}
.mcwp-crypto .mcwp-card-dark h2, .mcwp-crypto .mcwp-card-dark th {
	color: #fff;
}
.mcwp-crypto .mcwp-card span.mcwpup, .mcwp-crypto .mcwp-card span.mcwpdown {
	position: relative;
}
.mcwp-crypto .mcwp-card span.mcwpup {
	color: #28D094;
}
.mcwp-crypto .mcwp-card span.mcwpdown {
	color: #FF4961;
}
.mcwp-crypto .mcwp-card.mcwp-card-warning span.mcwpup, .mcwp-crypto .mcwp-card.mcwp-card-success span.mcwpup {
	color: #1a8e06;
}
.mcwp-crypto .mcwp-card.mcwp-card-info span.mcwpdown, .mcwp-crypto .mcwp-card.mcwp-card-danger span.mcwpdown {
	color: #78281F;
}

.mcwp-crypto .mcwp-card.mcwp-card-white * {
	color: #000;
}

/*---Card Designs---*/
/*-card 1&2 design-*/
.mcwp-crypto .mcwp-card-1 {
	position: relative;
	padding: 20px 20px 10px 20px;
	text-align: left;
}
.mcwp-crypto .mcwp-card.mcwp-card-rounded {
	border-radius: 10px;
}
.mcwp-crypto .mcwp-card-1 .bg {
	position: absolute;
	height: 100%;
	right: 0;
	top: 20px;
}
.mcwp-crypto .mcwp-card-1 .bg img {
    display: block;
    max-width: 100%;
	height: 100%;
	opacity: 0.1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	background: none;
	border: none;
}
.mcwp-crypto .mcwp-card-1 .mcwp-price {
	padding: 4px;
	display: inline;
}
.mcwp-crypto .mcwp-card-2 {
	padding: 20px;
	text-align: center;
}
.mcwp-crypto .mcwp-card-2 .mcwp-price {
	font-weight: bold;
    display: inline;
}
.mcwp-crypto .mcwp-card-2 .mcwp-card-head {
	margin-top: 5px;
}

/*-card 3 design-*/
.mcwp-crypto .mcwp-card-3 {
	position: relative;
}
.mcwp-crypto .mcwp-card-3 .mcwp-dn3-head > div,
.mcwp-crypto .mcwp-card-3 .mcwp-dn3-body > div {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	text-align: left;
	width: 50%;
}
.mcwp-crypto .mcwp-card-3 .mcwp-dn3-head > div:first-child,
.mcwp-crypto .mcwp-card-3 .mcwp-dn3-body > div:first-child {
	width: 50%;
}
.mcwp-crypto .mcwp-card-3 .mcwp-card-symbol {
	font-size: 85%;
}
.mcwp-crypto .mcwp-card-3 .mcwp-card-name,
.mcwp-crypto .mcwp-card-3 .mcwp-price {
	font-size: 140%;
	text-align: left !important;
	display: inline;
}
.mcwp-crypto .mcwp-card-3 .mcwp-pricelabel {
	margin: 0;
}

.mcwp-crypto .mcwp-card-3 .mcwp-dn3-body {
    background: rgba(255,255,255,0.2);
}
/*-card 4 design-*/
.mcwp-crypto .mcwp-card-4 {
	padding: 20px;
	text-align: center;
}
.mcwp-crypto .mcwp-card-4 .mcwp-header {
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.1);
}
.mcwp-crypto .mcwp-card-4.mcwp-card-white .mcwp-header {
	background: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.mcwp-crypto .mcwp-card-4 .mcwp-price {
    padding: 0 4px;
    display: inline;
    margin-right: 10px;
}
.mcwp-crypto .mcwp-card-5 {
	padding: 20px;
	text-align: center;
	position: relative;
}
.mcwp-crypto .mcwp-card-5 .mcwp-header {
	padding: 10px 0 20px 0;
}
.mcwp-crypto .mcwp-card-5 .mcwp-card-marketcap {
	margin: 10px -20px;
	padding: 5px;
	background: rgba(255,255,255,0.2);
}
.mcwp-crypto .mcwp-card-5 .mcwp-price {
	padding: 0 4px;
    display: inline;
    margin: 0 10px 0 0;
}
.mcwp-crypto .mcwp-card-5.mcwp-card-white .mcwp-card-marketcap {
	background: rgba(0,0,0,0.1);
}
.mcwp-crypto .mcwp-card-6 {
	padding: 10px;
	text-align: center;
}
.mcwp-crypto .mcwp-card-6 .mcwp-dn6-head,
.mcwp-crypto .mcwp-card-6 .mcwp-dn6-body {
	padding: 10px;
}
.mcwp-crypto .mcwp-card-6 .mcwp-dn6-body > div > div {
	display: inline-block;
	vertical-align: top;
    width: 30%;
    margin: 0 1.5%;
    box-sizing: border-box;
}
.mcwp-crypto .mcwp-card-6 table th, .mcwp-crypto .mcwp-card-6 table td {
	padding: 5px;
}

/*---LABEL---*/
.mcwp-crypto .mcwp-label {
	overflow: hidden;
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
			box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.mcwp-crypto .mcwp-label.mcwp-label-rounded {
	border-radius: 5px;
}
.mcwp-crypto .mcwp-label-info,
.mcwp-crypto .mcwp-label-success,
.mcwp-crypto .mcwp-label-warning,
.mcwp-crypto .mcwp-label-danger {
	color: #fff;
}
.mcwp-crypto .mcwp-label-white {
	color: #000;
	background: #fff;
}
.mcwp-crypto .mcwp-label-dark {
	color: #fff;
	background: #202328;
}
.mcwp-crypto .mcwp-label-info {
	background: #1E9FF2;
}
.mcwp-crypto .mcwp-label-warning {
  background: #FF9149;
}
.mcwp-crypto .mcwp-label-danger {
	background: #FF4961;
}
.mcwp-crypto .mcwp-label-success {
	background: #28D094;
}

.mcwp-crypto .mcwp-label .mcwp-label-dn1-head, .mcwp-crypto .mcwp-label .mcwp-label-dn1-body {
    display: inline-block;
    vertical-align: middle;
}
.mcwp-crypto .mcwp-label .mcwp-label-dn1-head {
	float: left;
}
.mcwp-crypto .mcwp-label .mcwp-label-dn1-body {
	float: right;
}
.mcwp-crypto .mcwp-label .mcwp-label-dn2 {
	width:25%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.mcwp-crypto .mcwp-label .mcwp-label-dn2:first-child {
	text-align: left;
}
.mcwp-crypto .mcwp-label .mcwp-label-dn2 > div:not(.mcwp-card-head) {
	padding: 5px;
}
.mcwp-crypto .mcwp-label > p {
	margin: 16px 0 !important;
}
.mcwp-crypto .mcwp-label b {
	font-weight: bold !important;
	line-height: 24px;
	padding: 4px 0;
    border-radius: 4px;
	margin: 0 0 0 10px;
}

.mcwp-crypto .mcwp-label span.mcwpup, .mcwp-crypto .mcwp-label span.mcwpdown {
	display: inline-block;
	position: relative;
}
.mcwp-crypto .mcwp-label span.mcwpup {
	color: #28D094;
}
.mcwp-crypto .mcwp-label span.mcwpdown {
	color: #FF4961;
}
.mcwp-crypto .mcwp-label.mcwp-label-warning span.mcwpup, .mcwp-crypto .mcwp-label.mcwp-label-success span.mcwpup {
	color: #1a8e06;
}
.mcwp-crypto .mcwp-label.mcwp-label-info span.mcwpdown, .mcwp-crypto .mcwp-label.mcwp-label-danger span.mcwpdown {
	color: #78281F;
}


/*---ICONS---*/
.mcwp-crypto .cc-crimson-color {
	background: #FF0033;
	color: #fff;
}
.mcwp-crypto .cc-crimson-color .cc-coin span.mcwpdown {
	color: #78281F;
}
.mcwp-crypto .cc-midnight-color {
	background: #04040C;
	color: #fff;
}
.mcwp-crypto .cc-green-color {
	background: #85B000;
	color: #fff;
}
.mcwp-crypto .cc-green-color .cc-coin span.mcwpup {
	color: #186A3B;
}
.mcwp-crypto .cc-blue-color {
	background: #1B52A4;
	color: #fff;
}
.mcwp-crypto .cc-blue-color .cc-coin span.mcwpdown {
	color: #E74C3C;
}

/*---CHARTS---*/
.mcwp-crypto .mcwp-chart {
    height: 400px;
    padding: 10px;
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,0);
}


/*---Converter---*/
.mcwp-crypto .mcwp-converter {
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	text-align: left;
}
.mcwp-crypto .mcwp-converter .mcwp-form-group {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}
.mcwp-crypto .mcwp-converter .mcwp-form-control {
	position: relative;
	width: 100%;
	min-height: 1px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 5;
		   flex-grow: 5;
	margin: 0 auto;
}
.mcwp-crypto .mcwp-converter.mcwp-converter-two .mcwp-form-control:first-child {
	margin: 10px 0 20px;
}
.mcwp-crypto .mcwp-converter .selectize-control {
	width: 100%;
}
.mcwp-crypto .mcwp-converter .selectize-input {
	padding: 14px 10px;
	line-height: 25px;
}
.mcwp-crypto .mcwp-converter .selectize-input, .mcwp-converter .selectize-dropdown {
	font-weight: bold;
	color: #50596c !important;
}
.mcwp-crypto .mcwp-converter .mcwp-input-group {
	position: relative;
	display: block;
}
.mcwp-crypto .mcwp-converter .mcwp-input-group input {
	outline: none;
	text-transform: uppercase;
}
.mcwp-crypto .mcwp-converter.mcwp-converter-two .mcwp-input-group input.mcwp-field {
	z-index: 1;
	width: calc(100% - 130px);
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0 5px 5px 0;
	text-align: right;
	line-height: 26px;
}
.mcwp-crypto .mcwp-converter .mcwp-input-container {
	margin: 0 auto;
}
.mcwp-crypto .mcwp-converter .selectize-input {
	padding: 14px 10px;
	line-height: 25px;
}
.mcwp-crypto .mcwp-converter .selectize-input, .mcwp-converter .selectize-dropdown {
	font-weight: bold;
	color: #50596c !important;
}
.mcwp-crypto .mcwp-converter .mcwp-form-control input.mcwp-field {
	padding: 14px 10px;
	background: #f8f8f8;
	border: .05rem solid #caced7;
	color: #50596c;
	line-height: 25px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
.mcwp-crypto .mcwp-converter-one .mcwp-form-control input.mcwp-field {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	margin: 10px 0 0;
}
.mcwp-crypto .mcwp-converter.mcwp-converter-two .selectize-control.single .selectize-input:after {
	left: 85px;
}
.mcwp-crypto .mcwp-converter-two .mcwp-form-group input.mcwp-field {
	z-index: 1;
	width: calc(100% - 130px);
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
	text-align: right;
}
.mcwp-crypto .mcwp-converter-one button {
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#ECE9E6), to(#fff));
	background: -webkit-linear-gradient(bottom, #ECE9E6, #fff);
	background: -o-linear-gradient(bottom, #ECE9E6, #fff);
	background: linear-gradient(to top, #ECE9E6, #fff);
	-webkit-appearance: none;
	   -moz-appearance: none;
	border: none;
	border-radius: 5px;
	color: #fff;
	margin-top: 15px;
	padding: 20px;
	cursor: pointer;
	border: 1px solid #a6a6a6;
	color: #50596c;
	outline: 0;
}
.mcwp-crypto .mcwp-converter-one button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ECE9E6), to(#fff));
	background: -webkit-linear-gradient(top, #ECE9E6, #fff);
	background: -o-linear-gradient(top, #ECE9E6, #fff);
	background: linear-gradient(to bottom, #ECE9E6, #fff);
}
.mcwp-crypto .mcwp-converter-one img {
	margin: auto;
	box-shadow: none;
	background: none;
	border: none;
}
.mcwp-crypto .mcwp-converter-two .selectize-control.single .selectize-input:after {
	left: 85px;
}
.mcwp-crypto .mcwp-converter-two .mcwp-form-group {
	position: relative;
}
.mcwp-crypto .mcwp-animated {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}
.mcwp-crypto .mcwp-animated.infinite {
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}
.mcwp-crypto .liveup {
    animation-name: liveup;
	-webkit-animation-name: liveup;
    animation-duration: 500;
	-webkit-animation-duration: 500;
}
.mcwp-crypto .livedown {
    animation-name: livedown;
	-webkit-animation-name: livedown;
    animation-duration: 500;
	-webkit-animation-duration: 500;
}
@-webkit-keyframes liveup {
    0%  { background:rgba(0,255,0,0.3);}
    50%  { background:rgba(0,255,0,0.6);}
    100%  { background:rgba(0,255,0,0.3);}
}
@-moz-keyframes liveup {
    0%  { background:rgba(0,255,0,0.3);}
    50%  { background:rgba(0,255,0,0.6);}
    100%  { background:rgba(0,255,0,0.3);}
}
@keyframes liveup {
    0%  { background:rgba(0,255,0,0.3);}
    50%  { background:rgba(0,255,0,0.6);}
    100%  { background:rgba(0,255,0,0.3);}
}

@-webkit-keyframes livedown {
    0%  { background:rgba(255,0,0,0.3);}
    50%  { background:rgba(255,0,0,0.6);}
    100%  { background:rgba(255,0,0,0.3);}
}
@-moz-keyframes livedown {
    0%  { background:rgba(255,0,0,0.3);}
    50%  { background:rgba(255,0,0,0.6);}
    100%  { background:rgba(255,0,0,0.3);}
}
@keyframes livedown {
    0%  { background:rgba(255,0,0,0.3);}
    50%  { background:rgba(255,0,0,0.6);}
    100%  { background:rgba(255,0,0,0.3);}
}
.crypto-404 {
    text-align: center;
    font-size: 150%;
    padding: 30px 0;
    position: relative;
	z-index: 1;
	background-color: white;
}
.crypto-404:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #d7d7d7;
    height: 1px;
    width: 80%;
    top: 50%;
    left: 0;
    z-index: -1;
    margin: auto;
    text-align: center;
    right: 0;
}
.crypto-404:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 100%;
    z-index: -1;
    background: white;
}
.sp-red + .peity polygon {
	fill: url(styleee8b.css#red);
}

.sp-red + .peity polyline {
	stroke: red;
}

.sp-green + .peity polygon {
	fill: url(styleee8b.css#green);
}

.sp-green + .peity polyline {
	stroke: green;
}


.mcwp-crypto ul.cc-stats li.cc-coin div b a,
.mcwp-crypto ul.cc-stats li.cc-coin div b a:hover,
.mcwp-crypto ul.cc-stats li.cc-coin div b a:active,
.mcwp-crypto ul.cc-stats li.cc-coin div b a:focus,
.mcwp-crypto .mcwp-card-head p a,
.mcwp-crypto .mcwp-card-head p a:hover,
.mcwp-crypto .mcwp-card-head p a:active,
.mcwp-crypto .mcwp-card-head p a:focus {
	text-decoration: none !important;
	color: inherit !important;
	box-shadow: none !important;
	border: 0 none !important;
    outline: 0 none !important;
}
.mcwp-crypto ul.cc-stats li.cc-coin div b a:before,
.mcwp-crypto ul.cc-stats li.cc-coin div b a:after,
.mcwp-crypto .mcwp-card-head p a:before,
.mcwp-crypto .mcwp-card-head p a:after {
	display: none !important;
}