.ccc-widget.ccc-header-v3 {
	padding: 20px 0;
}

.bitcoin-tracker-dark .ccc-widget.ccc-header-v3 {
	background-color: #1b1a1a!important;
}

.ccc-widget.ccc-header-v3 .ccc-header-v3-price-logo {
	margin-right: 9px;
}

.bitcoin-tracker-dark .ccc-header-v3-price-value {
	color: #a5a5a5 !important;
	font-size: 12px !important;
}

.bitcoin-tracker-dark .ccc-header-v3-price-name {
	color: #f9f9f9 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin-right: 6px !important;
	text-transform: capitalize !important;
}

.bitcoin-tracker-theme .ccc-widget.ccc-header-v3 {
	background-color: #448AFF !important;
}

.bitcoin-tracker-theme .ccc-header-v3-price-value {
	color: #282828 !important;
	font-size: 12px !important;
}

.bitcoin-tracker-theme .ccc-header-v3-price-name {
	color: #1b1a1a !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin-right: 6px !important;
	text-transform: capitalize !important;
}

/**/
.ccc-widget.ccc-chart {
	background-color: #448AFF;
}

.ccc-widget.ccc-chart > div {
	background-color: transparent!important;
	border: none!important;
}

.ccc-widget.ccc-chart .header-div {
	background-color: transparent!important;
	border: none!important;
	padding: 40px 40px 26px 40px !important;
}

.ccc-widget.ccc-chart .header-div a:last-of-type {
	font-size: 0 !important;
	border-radius: 0!important;
	width: 42px;
	height: 42px;
	position: relative;
}

.ccc-widget.ccc-chart .header-div a:last-of-type:before {
	position: absolute;
	content: "";
	color: #fff;
	width: 2px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	background: #ffffff;
}

.ccc-widget.ccc-chart .header-div a:last-of-type:after {
	position: absolute;
	content: "";
	color: #fff;
	width: 14px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	background: #ffffff;
}

.ccc-widget.ccc-chart div:nth-child(2) {
	padding: 10px 30px 10px 40px!important;
}

.ccc-widget.ccc-chart div:nth-child(2) a {
	font-family: 'Exo 2', sans-serif;
	font-size: 40px;
	font-weight: 300;
}

.ccc-widget.ccc-chart div:nth-child(3) {
	padding-left: 44px !important;
}

.ccc-widget.ccc-chart div:nth-child(4) {
	padding-right: 44px !important;
}

.ccc-widget.ccc-chart div:last-of-type {
	margin-top: 36px !important;
}

/* Bitcoin Converter */
.bitcoin-converter {
	background-color: #448AFF;
	padding: 31px;
}

.bitcoin-converter .cryptonatorwidget {
	padding: 0 !important;
	border: none !important;
}

.bitcoin-converter table {
	border: none;
	background-color: #448AFF;
}

.bitcoin-converter table tbody tr td {
	border: none;
	padding: 9px;
}

.bitcoin-converter input,
.bitcoin-converter select {
	border-radius: 2px;
	background-color: #ffffff;
	height: 53px !important;
	line-height: 53px;
	font-family: 'Roboto', sans-serif;
	color: #9b9b9b;
	font-size: 13px !important;
	font-weight: 400;
	border: none;
	padding-left: 16px;
}

/* Bitcoin Calculator */
.bitcoin-calculator {
	background-color: #448AFF;
	padding: 40px;
}

.bitcoin-calculator input,
.bitcoin-calculator select {
	border-radius: 0;
	background-color: transparent;
	height: 40px !important;
	line-height: 28px;
	font-family: 'Exo 2', sans-serif !important;
	color: #ffffff;
	font-size: 40px !important;
	font-weight: 300;
	border: none;
	text-align: center;
	width: 100% !important;
	margin-bottom: 10px;
}

.bitcoin-calculator div {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
}

.bitcoin-calculator .calcs-arrows {
	margin: 20px auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #f77313;
	position: relative;
}

.bitcoin-calculator .calcs-arrows:before,
.bitcoin-calculator .calcs-arrows:after {
	position: absolute;
	top: 0;
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 17px;
	line-height: 50px;
	font-style: normal;
	font-weight: 300;
}

.bitcoin-calculator .calcs-arrows:before {
	left: 16px;
	content: "\f175";
}

.bitcoin-calculator .calcs-arrows:after {
	left: 25px;
	content: "\f176";
}
.bitcoin-calculator input::-webkit-input-placeholder {
 color: #282828;
 text-transform: capitalize;
 color: #ffffff;
 font-family: 'Exo 2', sans-serif !important;
}
.bitcoin-calculator input:-moz-placeholder {
 color: #282828;
 text-transform: capitalize;
 color: #ffffff;
 font-family: 'Exo 2', sans-serif !important;
}
.bitcoin-calculator input::-moz-placeholder {
 color: #282828;
 text-transform: capitalize;
 color: #ffffff;
 font-family: 'Exo 2', sans-serif !important;
}
.bitcoin-calculator input:-ms-input-placeholder {
 color: #282828;
 text-transform: capitalize;
 color: #ffffff;
 font-family: 'Exo 2', sans-serif !important;
}

.bitcoin-calculator .cryptonatorwidget {
	padding: 0 !important;
	border: none !important;
}

.bitcoin-calculator table {
	border: none;
	background-color: #448AFF;
}

.bitcoin-calculator table tbody tr td {
	border: none;
	padding: 9px;
	width: 100% !important;
	display: block;
	text-align: center;
}

/* Bitcoin Pricing */
.bitcoin-pricing {
	border-radius: 2px;
	background-color: #f9f9f9;
	padding: 26px 40px;
}

.bitcoin-pricing .bitcoin-list {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	line-height: 48px;
	text-transform: uppercase;
	border-bottom: 2px solid #ededed;
	display: flex;
}

.bitcoin-pricing .bitcoin-list:last-of-type {
	border-bottom: none;
}

.bitcoin-list span {
	display: inline-block;
}

.bitcoin-list span:first-child {
	padding-left: 30px;
	color: #282828;
	font-weight: 900;
	width: 40%;
	background: url(../images/icons/bitcoin-icon.png) no-repeat left center;
}

.bitcoin-list span:last-child {
	width: 60%;
	overflow: hidden;
	height: 48px;
	padding-left: 24px;
}

.bitcoin-list span.BTCmktcapUSD {
	background: url(../images/icons/dollor.png) no-repeat left center;
}

.bitcoin-list span.BTCmktcapEUR {
	background: url(../images/icons/eur.png) no-repeat left center;
}

.bitcoin-list span.BTCmktcapETH {
	background: url(../images/icons/eth.png) no-repeat left center;
}

.bitcoin-list span.BTCmktcapJPY {
	background: url(../images/icons/jpy.png) no-repeat left center;
}

.bitcoin-list span.BTCmktcapCHF {
	background: url(../images/icons/chf.png) no-repeat left center;
}

.bitcoin-list span.BTCmktcapLTC {
	background: url(../images/icons/ltc.png) no-repeat left center;
}

.bitcoin-list span.BTCmktcapAUD {
	background: url(../images/icons/aud.png) no-repeat left center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.bitcoin-calculator {
	padding: 20px;
}
}