@charset "utf-8";

/*-----------------------------------------------------------------------------------

	GateHub Gateway Theme v2.0.0

	Author: Enej Pungercar
	Copyright: 2015 GateHub

-------------------------------------------------------------------------------------

	0.	Document Setup
	1.	Home Page Content Styles
	2.	Error Styles
	3.	Signin Styles
	4.	Main Navigation Styles
	5.	Main Content Styles
	6.	Common Elements and Plugins
	7.	Icons

------------------------------------------------------------------------------------ */

/*-----------------------------------------------------------------------------------*/
/*	0.	Document Setup
/*-----------------------------------------------------------------------------------*/
html {
		background: #2F323D;
}
@media (max-width: 1200px) {
	html {
			background: #F7F6F2;
	}
}
html, body {
		min-height: 100%;
}
body {
		font-family: 'Roboto', sans-serif;
		color: #ffffff;
		min-width: 300px;
		top: auto;
		bottom: auto;
		left: 0;
		right: 0;
		position: absolute;
		background: none;
}
pre {
	color: #000;
}
/*
a {
	color: #057EEF;
}
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		color: #808080;
}
ul, li {
		margin: 0px;
		padding: 0px;
}
ul li {
		list-style: none;
}
ol li {
		margin-left: 20px;
		*margin-left: 25px;
}
.rc-empty {
		border-top: #e6e6e6 2px dashed;
		border-bottom: #e6e6e6 2px dashed;
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
		display: block;
		float: left;
		color: #808080;
		font-size: 18px;

		border-radius: 5px;
}
.rc-empty p:last-child {
		margin-bottom: 0;
		font-size: 16px;
}
.rc-empty.wallets {
		margin-top: 0;
		font-size: 18px;
		text-transform: uppercase;
		border: none;
		border-bottom: #e6e6e6 2px dashed;
		color: #808080;
}
.rc-empty.wallets.border {
		border-top: #e6e6e6 2px dashed;
}
.modal-body .rc-empty.wallets {
		border-bottom: none;
}
.rc-right-home .rc-empty.wallets {
		margin-top: 40px;
}
.rc-empty.content {
		margin-top: 0;
		font-size: 30px;
		border-top: #e6e6e6 3px dashed;
		border-bottom: #e6e6e6 3px dashed;
		color: #ccc;
}
.rc-hide {
		display: none;
}
.nopadding {
		padding: 0 !important;
		margin: 0 !important;
}
.rc-main-container {
		padding: 0;
}
.rc-main-container hr {
		border-top: 1px solid #ccc;
}

.page-loading {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -81px;
		margin-left: -81px;
		height: 162px;
		width: 162px;
		display: inline-block;
		vertical-align: middle;
		background-size: 162px auto;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/ico/icon-rotate-animation-big.png);
}

/*-------------------------------------------------------------------------------- Splash */
.rc-splash {
		background: rgba(0,0,0,0.02);
		padding-top: 0px;
		padding-bottom: 40px;
		margin-bottom: 40px;
		color: #000;
		float: left;
		width: 100%;
}
.rc-splash.settings {
		padding-top: 20px;
		padding-bottom: 20px;
		background: #E6E6E6;
}
.rc-splash.no-bg {
		background: none;
		margin-bottom: 0px;
		padding-bottom: 30px;
}
@media (min-width: 768px) {
		.rc-splash.no-bg {
				padding-top: 60px;
				padding-bottom: 60px;
		}
}
@media (min-width: 992px) {
		.rc-splash.no-bg {
				padding-top: 80px;
				padding-bottom: 80px;
		}
}
@media (min-width: 1200px) {
		.rc-splash.no-bg {
				padding-top: 100px;
				padding-bottom: 100px;
		}	
}
.rc-right .rc-splash {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0px;
		border-bottom: 2px dashed #ccc;
		background: none;
		padding-bottom: 40px;
		margin-bottom: 60px;
}
.rc-splash h2 {
		color: #585858;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
		font-size: 26px;
}
.rc-splash p {
		font-size: 14px;
		line-height: 1.4em;
		color: #333;
}
.rc-splash.no-bg {
		color: #585858;

}
.rc-splash .red {
		color: #FC2768;
		font-weight: 500;
		font-size: 16px;
}
.rc-splash .green {
		color: #6C940F;
		font-weight: 500;
		font-size: 16px;
}
.rc-splash .orange {
		color: #FA6900;
		font-weight: 600;
		font-size: 18px;
}
.rc-splash .blue {
		color: #00AFEF;
}
.rc-splash .btn {
		margin-top: 20px;
		margin-bottom: 20px;
}
.rc-splash strong {
		font-weight: 500;
}

/*-------------------------------------------------------- Left panel */
.rc-left-panel {
		background-color: #2F323D;
		background: rgba(44,47,57,1);
		position: fixed;
		height: 100%;
		width: 120px;
		top: 0;

		overflow-x: hidden;
		overflow-y: auto;
}
@media (max-width: 768px) {
		.rc-left-panel {
				width: 100%;
				position: relative;
				background-color: #156BBF;
		}
}
@media (min-width: 768px) and (max-width: 1300px) {
.rc-left-panel {
		width: 100px;
}
}
/*-------------------------------------------------------- Center panel */
.rc-center-panel {
		margin-left: 0px;
		right: 0;
		left: 0;
		position: relative;
		min-height: 100%;
		overflow: visible;
		background-color: #FFFFFF;
		background-color: #F7F6F2;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
@media (min-width: 768px) {
	.rc-center-panel {
			margin-left: 100px;
	}
}
@media (min-width: 1200px) {
	.rc-center-panel {
			position: absolute;
	}
}
@media (min-width: 1300px) {
	.rc-center-panel {
			margin-left: 120px;
			margin-right: 280px;
	}
}
@media (min-width: 1600px) {
	.rc-center-panel {
			margin-right: 380px;
	}
}
.rc-center-panel > .row {
		margin: 0;
}
.rc-row-center {
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
		width: 100%;
}
.rc-row-left {
		margin: 0;
		width: 100%;
		float: left;
}
.rc-row-left.fixed {
		width: auto;
		max-width: 800px;
}
.rc-row-left h3 {
		color: #057EEF;
		font-family: 'Roboto', sans-serif;
		font-size: 15px;
		font-weight: 500;
}
.rc-row-left p {
		color: #4d4d4d;
		font-size: 16px;
		padding: 5px 0;
}

/*-------------------------------------------------------- Right panel */
.rc-right-panel {
		height: auto;
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		right: auto;
		/*background: rgba(47,50,61,0.95);*/
		background: rgba(44,47,57,1);

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
@media (max-width: 768px) {
		.rc-right-panel {
				display: none;
		}
}
@media (min-width: 768px) and (max-width: 1300px) {
		.rc-right-panel {
				display: none;
				height: auto;
				position: fixed;
				top: 0;
				bottom: 0;
				right: 0;
				width: 350px;

				-webkit-box-shadow: -1px 2px 42px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: -1px 2px 42px rgba(0, 0, 0, 0.3);
				box-shadow: -1px 2px 42px rgba(0, 0, 0, 0.3);

				overflow-x: hidden;
				overflow-y: auto;
				z-index: 205;
		}
}
@media (min-width: 1300px) {
		.rc-right-panel {
				display: block;
				height: auto;
				position: fixed;
				top: 0;
				bottom: 0;
				right: 0;
				width: 280px;

				overflow-x: hidden;
				overflow-y: auto;
		}
}
@media (min-width: 1600px) {
		.rc-right-panel {
				width: 380px;
		}
}
.rc-right-panel.open {
		display: block;
}
.rc-right-panel h1 {
		display: block;
		float: left;
		width: 100%;
		height: 100px;
		line-height: 100px;
		text-align: center;
		background: rgba(255,255,255,.0);
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: rgba(255,255,255,.1);
		font-weight: 400;
		font-family: 'Roboto', sans-serif;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transition: background 0.05s linear;
		-moz-transition: background 0.05s linear;
		-o-transition: background 0.05s linear;
		-ms-transition: background 0.05s linear;
		transition: background 0.05s linear;
}
.rc-right-panel h1 a {
		display: block;
		text-decoration: none;
		color: rgba(255,255,255,.1);
}
.rc-right-panel h2 {
		font-size: 16px;
		text-transform: uppercase;
		color: #585C6A;
		margin-left: 40px;
}
@media (min-width: 768px) and (max-width: 1300px) {
		.rc-right-panel h1 {
			text-align: left;
			padding-left: 30px;
		}
}
.rc-right-panel h1:active,
.rc-right-panel h1:focus {
		background: rgba(88,92,106,.1);
}
.rc-right-panel h1.shadow {
		-webkit-box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.3);
		box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.3);
}
.rc-right-panel h1.shadow.glow {
		-webkit-box-shadow: -1px 2px 20px rgba(0, 175, 239, 0.8);
		-moz-box-shadow: -1px 2px 20px rgba(0, 175, 239, 0.8);
		box-shadow: -1px 2px 20px rgba(0, 175, 239, 0.8);
}
.rc-right-panel .sidebar {
		height: auto;
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		width: 100%;
		display: block;
}
@media (min-width: 768px) {
		.rc-right-panel .sidebar {
				height: auto;
				position: fixed;
				top: 100px;
				bottom: 0;
				right: 0;
				width: 350px;

				overflow-x: hidden;
				overflow-y: auto;
		}
}
@media (min-width: 1300px) and (max-width: 1600px) {
		.rc-right-panel .sidebar {
				width: 280px;
		}
}
@media (min-width: 1600px) {
		.rc-right-panel .sidebar {
				width: 380px;
		}
}
.rc-right-panel .empty {
		text-align: center;
		padding: 0;
		width: 100%;
		float: left;
}
.rc-right-panel .empty h3 {
		text-transform: uppercase;
		font-size: 16px;
		color: rgba(255,255,255,.1);
		font-weight: 300;
}
.rc-right-panel .empty .dot {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background: rgba(255,255,255,.1);
		margin-top: 10px;
}
.rc-right-panel .icon-loading-container {
		margin-top: 50px;
		margin-bottom: 0;
}
/*---------------------------------------------------------------------------- List */
.rc-feed {
		float: left;
		width: 100%;
		display: block;
}
.rc-feed > li {
		position: relative;
		cursor: default;
		display: block;
		float: left;
		width: 100%;
		border-right: 5px solid rgba(154, 198, 53, 0);
		overflow: hidden;
		
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed > li.active,
.rc-feed > li.active:hover {
		margin: 0px 0;
		box-shadow: 0 5px 50px rgba(0, 0, 0, .3);
		/*background: #32353e;*/
		/*background: #222328;*/
		background: rgba(44,47,57,1);
}

.rc-feed li .toggle.spacer {
		padding-top: 30px;
}
.rc-feed > li:hover {
		background: rgba(26,26,26,.1);
}
.rc-feed > li.glow {
		-webkit-animation: 1s glow-feed ease-out;
		animation: 1s glow-feed ease-out;
}
@keyframes glow-feed {
    100% {
        background: rgba(255,255,255,0);
    }
    20% {
		background: rgba(255,255,255,0.2);
    }
    0% {
        background: rgba(255,255,255,0);
    }
}
@-webkit-keyframes glow-feed {
    100% {
        background: rgba(255,255,255,0);
    }
    20% {
		background: rgba(255,255,255,0.2);
    }
    0% {
        background: rgba(255,255,255,0);
    }
}
.rc-feed li .time {
		position: absolute;
		right: 10px;
		top: 10px;
		color: rgba(255,255,255,.15);
		font-size: 13px;
		z-index: 10;
		padding: 10px;
		font-weight: 300;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed li.active .time {
		color: rgba(255,255,255,.5);
}
.rc-feed li .arrow {
		position: absolute;
		width: 20px;
		height: 11px;
		background-image: url(../images/ico/arrow-down-white.png);
		background-repeat: no-repeat;
		bottom: 24px;
		left: 38px;
		opacity: 0.05;
		
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed li.active .arrow {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

		opacity: 0.3;
}
.rc-feed li:hover .arrow {
		opacity: 0.4;
}
.rc-feed li a {
		cursor: pointer;
}
.rc-feed li .icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: block;
		float: left;
		border-radius: 100px;
		background: rgba(0,0,0,0.1);
		position: absolute;
		left: 27px;
		top: 25px;
		z-index: 1;
}
.rc-feed li .spacer .icon {
		top: 35px;
}
.rc-feed li .icon a {
		display: block;
		color: #fff;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: 0px;
		margin-left: 0px;
		text-decoration: none;
		font-size: 30px;
		color: rgba(255,255,255,0.1)
}
.rc-feed li .icon .logo {
		width: 40px;
		height: 40px;
		border-radius: 100px;
		opacity: 0.1;
		float: left;
		background-size: 40px auto;
		
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed li:hover .icon .logo {
		opacity: 1;
}
.rc-feed li .icon {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
}
.rc-feed li.active .icon .logo {
		opacity: 1;	
}
.rc-feed li .body {
		position: relative;
		padding-left: 90px;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		display: block;
		float: left;
}
.rc-feed li .body.toggle {
		padding-top: 0px;
		margin-top: -30px;
		display: none;
}
.rc-feed li.active .body.toggle {
		display: block;
}
.rc-feed li .spacer {
		padding-top: 30px;
}
.rc-feed li span {
		display: block;
}
.rc-feed li .body .title {
		text-transform: uppercase;
		font-size: 13px;

		color: rgba(255,255,255,.3);
		
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed li:hover .body .title,
.rc-feed li.active .body .title {
		color: rgba(255,255,255,1);
}
.rc-feed li .body .value {
		font-weight: 300;
		font-size: 26px;
		margin-bottom: 0px;

		color: rgba(255,255,255,.7);
}
.rc-feed li:hover .body .value,
.rc-feed li.active .body .value {
		color: rgba(255,255,255,1);
}
.rc-feed li .body .value span {
		font-size: 16px;
		display: inline;
		color: rgba(255,255,255,.3);
		margin-left: 5px;
}
/* Second Level */
.rc-feed li .body li span {
		font-weight: 400;
		display: inline-block;
		vertical-align: top;
		
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed li .body ul {
		margin-top: 0px;
}
.rc-feed li .body ul li {
		opacity: 0.1;
		
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed li:hover .body ul li,
.rc-feed li.active .body ul li {
		opacity: 1;
}
.rc-feed li .body li {
		margin: 0px;
		margin-top: 5px;
}
.rc-feed li .body li .title {
		min-width: 20%;
		text-transform: uppercase;
		font-size: 13px;
		padding-right: 5px;
		opacity: 1;
		color: rgba(255,255,255,1);
}
.rc-feed li .body li.message {
		/*border: 1px dashed rgba(255,255,255,0.5);*/
		opacity: 1;
}
.rc-feed li .body li .value {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 0px;
		max-width: 76%;
		overflow: hidden;
		text-overflow: ellipsis;
		
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed li .body li.message .title {
		opacity: 0.5;
		text-transform: none;
}
.rc-feed li:hover .body li.message .title,
.rc-feed li.active .body li.message .title {
		opacity: 1;
}
.rc-feed li .body li.message .value {
		color: #8EC919;
}
.rc-feed ul li .value a {
		color: #fff;
		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-feed ul li .value a:hover {
		color: #00AFEF;
}
.rc-feed ul li.link a {
		color: #9AC635;
		padding: 10px 0;
		float: left;
		margin-bottom: -10px;
		margin-top: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Identity Styles
/*-----------------------------------------------------------------------------------*/
.rc-identity {
		max-width: 400px;
		margin: 50px auto;
		text-align: center;
}
@media (max-width: 768px) {
.rc-identity {
		margin: 50px 20px;
}
}
.rc-identity h1 {
		color: #585C6A;
		font-size: 28px;
		margin-bottom: 20px;
}
.rc-identity .welcome p {
		font-size: 14px;
		margin-bottom: 10px;
}
.rc-identity .welcome {
		margin-top: 30px;
}
.rc-identity .btn {
		border-radius: 100px;
		min-width: 150px;
		margin-top: 20px;
}
.rc-identity ul.progress-num {
		position: relative;
		width: 100%;
		float: left;
		margin-top: 30px;
		margin-bottom: 30px;
}
.rc-identity ul.progress-num li.circle {
		width: 32%;
		display: inline-block;
		color: #b3b3b3;
}
.rc-identity ul.progress-num li.circle span {
		font-weight: 400;
		width: 40px;
		height: 40px;
		line-height: 36px;
		display: block;
		background: rgba(255,255,255,0.1);
		border-radius: 50px;
		margin: 0 auto 10px;

		border: 2px solid #ccc;
		color: #585C6A;
		text-indent: 0;
		padding: 0;
		font-size: 16px;
}
.rc-identity ul.progress-num li.circle.active span {
		background: rgba(255,255,255,0.5);
		color: #057EEF;
		border-color: #057EEF;
}
.rc-identity ul.progress-num li.circle.active {
		color: #057EEF;
}


.rc-identity ul.progress-num li.line {
		height: 2px;
		width: 15%;
		background-color: #e6e6e6;
		position: absolute;
		top: 18px;
		display: block;
		margin: auto;
		border-radius: none;
}
.rc-identity ul.progress-num li.line.left {
		left: 25%;
}
.rc-identity ul.progress-num li.line.right {
		left: auto;
		right: 25%;
}
.rc-identity p.shrink {
		max-width: 300px;
		margin: auto;
}

.rc-identity form fieldset {
		text-align: left;
}
.rc-identity form fieldset legend {
		border: none;
		margin-bottom: 10px;
		font-size: 14px;
		color: #585C6A;
		font-weight: 600;
}
.rc-identity form fieldset {
		margin-bottom: 20px;
		float: left;
		width: 100%;
}
.rc-identity form .input-field-group {
		border: 1px solid #ccc;
		border-radius: 4px;
		background-color: #fff;
		z-index: 0;
}
.rc-identity form .input-field-group.gender {
		border: none;
		background: none;
		z-index: 0;
}
.input-field input, .input-field select, .input-field textarea {
		width: 100%;
		border: 0px none;
		outline: 0px none;
		padding: 10px 13px;
		font-size: 15px;
		color: #5A6266;
		border-radius: 4px;
		display: inline-block;
		height: auto;

		-webkit-appearance:none;
		-moz-appearance:none;

		text-indent: 0.01px;
		text-overflow: "";
		border-radius: 2px;
		position: relative;

		box-shadow: none;
}
.input-field input:focus, .input-field select:focus, .input-field textarea:focus {
		box-shadow: #057EEF 0 0 2px 1px;
		z-index: 2;
}
.input-field {
		font-size: 0;
		border-bottom: 1px solid #EDEDED;
}
.input-field:last-child {
		border-bottom: none;
}
.input-field .left {
		border-right: 1px solid #EDEDED !important;
}
.field-thirty{
		width: 30% !important
}
.field-fifty {
		width: 50% !important;
}
.field-seventy{
		width: 70% !important
}
.field-thirty-three {
		width: 33.333% !important;
}
.input-field input::-webkit-input-placeholder,.input-field select::-webkit-input-placeholder,.input-field textarea::-webkit-input-placeholder{
		color:#a4b0b5
}
.input-field input:-moz-placeholder,.input-field select:-moz-placeholder,.input-field textarea:-moz-placeholder{
		color:#a4b0b5
}
.input-field input::-moz-placeholder,.input-field select::-moz-placeholder,.input-field textarea::-moz-placeholder{
		color:#a4b0b5
}
.input-field input:-ms-input-placeholder,.input-field select:-ms-input-placeholder,.input-field textarea:-ms-input-placeholder{
		color:#a4b0b5
}
.input-field select {
		background: url(../images/ico/down-select.png) no-repeat 10px center;
		padding-left: 30px
}
.input-field select option {
		padding-left: 13px;
}

.input-field input.gh-invalid, .input-field select.gh-invalid, .input-field textarea.gh-invalid {
		box-shadow: rgba(252,39,104,1) 0 0 1px 1px;
		z-index: 2;
}
.rc-identity .radio-inline {
		width: auto;
		display: block;
		padding: 10px;
		padding-left: 30px;
		margin: 0;
		float: left;
		font-size: 15px;
}
.rc-identity .form-error {
		background: rgba(252,39,104,1);
		color: #fff;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		padding: 10px;
		border-radius: 4px;
		float: left;
		display: block;
		width: 100%;

		-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
}
.rc-identity .gh-invalid-block {
		font-weight: 500;
		margin-top: 5px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 600;
		color: rgba(252,39,104,1);
}

.rc-identity .drop-box {
		border: 4px dashed #DDD;
		width: 100%;
		text-align: center;
		padding-top: 30px;
		padding-bottom:  30px;
		margin: 20px 0;
		color: rgba(0,0,0,0.3);
		font-weight: 500;
		position: relative;
		float: left;
		display: block;
}
/*
.rc-identity .drop-box:hover {
		border: 4px dashed rgba(0,0,0,0.2);
}
*/
.rc-identity .drop-box .icon {
		width: 100%;
		height: 68px;
		background-image: url(../images/ico/plus-big.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px auto;
		display: inline-block;
		opacity: 0.3;
		margin-bottom:  20px;
}
.rc-identity .drop-box .percents {
		width: 100%;
		height: 68px;
		display: inline-block;
		text-align: center;
		margin-bottom:  20px;
		color: #057EEF;
		font-size: 30px;
		line-height: 60px;
}
.rc-identity .dragover {
    	border-color: #057EEF;
}
.rc-identity .percents-bg {
		position: absolute;
		top: 0;
		height: 100%;
		width: 0%;
		display: block;
		background-color: rgba(206,209,224,0.2);
		z-index: 0;

		-webkit-transition: width 0.2s ease-in;
		transition: width 0.2s ease-in;
}
.rc-identity .preview {
		height: 75px;
		display: block;
		width: 100%;
		margin-bottom:  15px;
		overflow: hidden;
		z-index: 1;
		position: relative;
}
.rc-identity .image-preview {
		width: 60px;
		height: 68px;
		display: block;
		background-color: #e6e6e6;
		display: inline-block;
		background-size: cover;
		background-position: center;
		margin-right:  20px;
		z-index: 2;

		box-shadow: 3px 2px 10px rgba(0,0,0,0.2);
}
.rc-identity .image-preview-circle {
		width: 68px;
		height: 68px;
		display: block;
		background-color: #e6e6e6;
		display: inline-block;
		border-radius: 100%;
		background-size: cover;
		background-position: center;
		z-index: 2;

		box-shadow: 3px 2px 10px rgba(0,0,0,0.2);
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Signin Styles
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Navigation Styles
/*-----------------------------------------------------------------------------------*/
.rc-navbar-static-left {
		border: none;
		border-radius: 0;
		margin-bottom: 0;
}
.rc-navbar-static-left .navbar-collapse {
		margin-bottom: 10px;
		padding: 0;
}
@media (max-width: 768px) {
		.rc-navbar-static-left .navbar-collapse.open {
				display: block;
				position: fixed;
				height: 100%;
				width: 100%;
				top: 0;
				z-index: 9998;
				padding-top:  100px;
				background-color: rgba(21,33,53,.95);
		}
}
.rc-navbar-static-left .navbar-header {
		text-align: center;
		display: block;
		width: 100%;
		margin-bottom: 0;
		z-index: 10;
}
@media (min-width: 768px) {
		.rc-navbar-static-left .navbar-header {
				margin-bottom: 20px;
		}
}
.rc-navbar-static-left .navbar-header a.navbar-brand {
		width: 100%;
		height: 100px;
		line-height: 100px;
		padding: 0;
		background-position: center;
		background-size: 56px 62px;
		background-image: url(../images/ico/logo_gatehub.png);

		background-repeat: no-repeat;
		float: none;
		display: inline-block;
		text-indent: -9999em;
		opacity: 0.3;
}
.rc-navbar-static-left .navbar-header a.navbar-brand:active,
.rc-navbar-static-left .navbar-header a.navbar-brand:focus {
		background-color: rgba(255,255,255,0.1);
}
.rc-navbar-static-left .navbar-header .navbar-brand.admin {
		background-color: rgba(153,0,204,.9);
		opacity: 0.5;
}
@media (max-width: 768px) {
		.rc-navbar-static-left .navbar-header {
				text-align: center;
				display: auto;
				width: auto;
		}
		.rc-navbar-static-left .navbar-header a.navbar-brand {
				float: left;
				height: 80px;
				line-height: 80px;
				width: 80px;
				background-color: rgba(255,255,255,0);
				background-size: 40px auto;
		}
}
/* Toggle button */
.rc-navbar-static-left .navbar-toggle {
		border-color: transparent;
		margin-top: 24px;
		z-index: 9999;
		position: absolute;
		right: 0;
}
.rc-navbar-static-left .navbar-toggle:hover,
.rc-navbar-static-left .navbar-toggle:focus {
		background-color: rgba(255,255,255,0.05);
}
.rc-navbar-static-left .navbar-toggle .icon-bar {
		background-color: rgba(255,255,255,0.50);
}
.rc-navbar-static-left .navbar-toggle:hover .icon-bar,
.rc-navbar-static-left .navbar-toggle:focus .icon-bar {
		background-color: rgba(255,255,255,1);
}
.rc-navbar-static-left .nav {
		float: left;
}
@media (max-width: 768px) {
	.rc-navbar-static-left .nav {
			float: none;
	}
}
.rc-navbar-static-left .nav li a {
		outline: none;
		display: block;
		clear: both;
		width: 120px;
		height: 100px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 13px;
		font-family: 'Lato', sans-serif;
		/*font-family: 'Roboto', sans-serif;*/
		color: rgba(255,255,255,1);
		background: none;

		opacity: 0.25;

		-webkit-transition: opacity 0.1s linear;
		transition: opacity 0.1s linear;

}
@media (max-width: 768px) {
		.rc-navbar-static-left .nav li a {
				float: left;
				clear: none;
		}
}
@media (min-width: 768px) and (max-width: 1300px) {
.rc-navbar-static-left .nav li a {
		width: 100%;
		font-size: 12px;
}
}
@media (max-height: 730px) and (min-width: 768px) {
		.rc-navbar-static-left .navbar-header
{				margin-bottom: 0px;
		}
		.rc-navbar-static-left .nav li a {
				height: 80px;
		}
}
.rc-navbar-static-left .nav li a:hover,
.rc-navbar-static-left .nav li a:focus {
		opacity: 1;
}
.rc-navbar-static-left .nav li.active a,
.rc-navbar-static-left .nav li.active a:hover,
.rc-navbar-static-left .nav li.active a:focus {
		opacity: 1;
}
.rc-navbar-static-left .nav li a .icon {
		width: 32px;
		height: 32px;
		display: block;
		float: left;
		background-size: 32px auto;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 14px;
		margin-bottom: 10px;
		margin-left: 30px;
		opacity: 0.6;

		-webkit-transition: opacity 0.1s linear;
		transition: opacity 0.1s linear;
}
@media (min-width: 768px) and (max-width: 1300px) {
.rc-navbar-static-left .nav li a .icon {
		margin-left: 20px;
}
}
.rc-navbar-static-left .nav li a:hover .icon,
.rc-navbar-static-left .nav li a:focus .icon,
.rc-navbar-static-left .nav li.active a .icon {
		opacity: 1;
}
.rc-navbar-static-left .nav li a .icon.crown {
		background-image: url(../images/ico/crown.png);
}
.rc-navbar-static-left .nav li a .icon.home {
		background-image: url(../images/ico/home.png);
}
.rc-navbar-static-left .nav li a .icon.box-up {
		background-size: 30px auto;
		background-image: url(../images/ico/box-up-white.png);
}
.rc-navbar-static-left .nav li a .icon.box-down {
		background-size: 30px auto;
		background-image: url(../images/ico/box-down-white.png);
}
.rc-navbar-static-left .nav li a .icon.help {
		background-image: url(../images/ico/help.png);
}
.rc-navbar-static-left .nav li a .icon.star {
		background-image: url(../images/ico/star.png);
}
.rc-navbar-static-left .nav li a .icon.wrench {
		background-image: url(../images/ico/wrench-white.png);
		background-size: 28px auto;
}
.rc-navbar-static-left .nav li a .icon.power {
		background-image: url(../images/ico/power-white.png);
		background-size: 30px auto;
}
.rc-navbar-static-left .nav li a .icon.wallet {
		background-image: url(../images/ico/wallet.png);
}
.rc-navbar-static-left .nav li a .icon.trade {
		background-image: url(../images/ico/trade.png);
		background-size: 30px auto;
}
.rc-navbar-static-left .nav li a .icon.users {
		background-image: url(../images/ico/users.png);
}
.rc-navbar-static-left .nav li a .icon.user {
		background-size: 24px auto;
		background-image: url(../images/ico/user1.png);
}
.rc-navbar-static-left .nav li a .icon.analytics {
		background-image: url(../images/ico/analytics.png);
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.rc-navbar-static-top {
		background-color: #fff;
		border: none;
		border-radius: 0;
		font-size: 20px;
		font-weight: 300;
		position: relative;
		z-index: 100;

		z-index: 201;

		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		transition: all .5s linear;

		-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}

.rc-navbar-static-top.transparent {
		background: none;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
}

@media (max-width: 768px) {
		#xxtop.xxtop .rc-navbar-static-top,
		.rc-navbar-static-top {
			background: rgba(255,255,255,1);

			-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
			box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
		}
		#xxtop.xxtop .rc-navbar-static-top.transparent,
		.rc-navbar-static-top.transparent {
			background: rgba(21,107,191,1);

			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
}
@media (min-width: 768px) {
		.rc-navbar-static-top {
				top: 0;
				left: 100px;
				right: 0;
				float: none;
				width: auto;
				position: fixed;
				transition: top 0.2s ease-in-out;
		}
		#xxtop.ontop .rc-navbar-static-top.transparent {
				background: rgba(21,107,191,0.9);
		}
		#xxtop.ontop .rc-navbar-static-top.transparent.black {
				background: rgba(47,50,61,0.9);
		}
		#xxtop.onhide .rc-navbar-static-top {
				top: -100px;
		}
		.rc-navbar-static-top.transparent.margin-left {
				left: 400px;
		}
}
@media (min-width: 1300px) {
		.rc-navbar-static-top {
				right: 280px;
				left: 120px;
		}
}
@media (min-width: 1600px) {
		.rc-navbar-static-top {
				right: 380px;
		}
}
/************************************************************* Secondary */
.rc-navbar-static-top-secondary {
		background: #E6E6E6;
		border: none;
		border-radius: 0;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: 300;
		position: relative;
		overflow: hidden;
		z-index: 99;
}

/***************************************************************** Left */
.rc-navbar-static-top-secondary .rc-nav {
		float: left;
		display: none;
}
.rc-navbar-static-top-secondary .rc-nav.active {
		display: block;
}
.rc-navbar-static-top-secondary .rc-nav li {
		display: block;
		float: left;
		border-bottom: none;
}
.rc-navbar-static-top-secondary .rc-nav li a {
		color: #4d4d4d;
		line-height: 70px;
		height: 70px;
		padding: 0 20px;
		font-size: 15px;
		outline: none;
		cursor: pointer;
		font-weight: 400;
		display: block;
		text-decoration: none;

		text-transform: capitalize;

		-webkit-transition: all 0.15s ease-in-out 0s;
		-moz-transition: all 0.15s ease-in-out 0s;
		-o-transition: all 0.15s ease-in-out 0s;
		-ms-transition: all 0.15s ease-in-out 0s;
		transition: all 0.15s ease-in-out 0s;
}
.rc-navbar-static-top-secondary .rc-nav li a:hover {
		background: rgba(0,0,0,0.03);
}
.rc-navbar-static-top-secondary .rc-nav li.active a {
		color: #057EEF;
}
@media (max-width: 768px) {
		.rc-navbar-static-top-secondary .rc-nav {
				padding-top: 10px;
				padding-bottom: 10px;
		}
		.rc-navbar-static-top-secondary .rc-nav li {
				width: 100%;
		}
		.rc-navbar-static-top-secondary .rc-nav li a {
				height: 50px;
				line-height: 50px;
				width: 100%;
		}
}
/***************************************************************** Left */
.rc-navbar-static-top .rc-nav-left {
		float: left;
		padding-left: 50px;
		display: none;
}
@media (max-width: 1200px) {
.rc-navbar-static-top .rc-nav-left {
		padding-left: 30px;
}
}
.rc-navbar-static-top .rc-nav-left.active {
		display: block;
}
.rc-navbar-static-top .rc-nav-left li {
		display: block;
		float: left;
		border-bottom: none;
		position: relative;
}
.rc-navbar-static-top .rc-nav-left li a {
		color: #4d4d4d;
		line-height: 100px;
		height: 100px;
		padding: 0 20px;
		font-size: 16px;
		outline: none;
		cursor: pointer;
		font-weight: 400;
		display: block;
		text-decoration: none;

		text-transform: uppercase;

		-webkit-transition: all 0.15s ease-in-out 0s;
		-moz-transition: all 0.15s ease-in-out 0s;
		-o-transition: all 0.15s ease-in-out 0s;
		-ms-transition: all 0.15s ease-in-out 0s;
		transition: all 0.15s ease-in-out 0s;
}
.rc-navbar-static-top .rc-nav-left li a .iconx {
		width: 32px;
		height: 32px;
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		float: left;
		margin-top: 34px;
		margin-right: 10px;
		background-size: 32px auto;

		-webkit-transition: all 0.15s ease-in-out 0s;
		-moz-transition: all 0.15s ease-in-out 0s;
		-o-transition: all 0.15s ease-in-out 0s;
		-ms-transition: all 0.15s ease-in-out 0s;
		transition: all 0.15s ease-in-out 0s;

		opacity: 0.2;
}
.rc-navbar-static-top .rc-nav-left li a:hover .iconx {
		opacity: 1;
}
.rc-navbar-static-top .rc-nav-left li a .iconx.plus {background-image: url(../images/ico/plus-button.png);}

.rc-navbar-static-top .rc-nav-left li a:hover {
		border-bottom: 5px solid #057EEF;
}
.rc-navbar-static-top .rc-nav-left li.active a {
		border-bottom: 5px solid #057EEF;
}

/* Dropdown */
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu {
		background: rgba(255,255,255,0.9);
		border: none;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: -1px;

	    height: auto;
	    max-height: 300px;
	    overflow-x: hidden;

		-webkit-box-shadow: 2px 10px 32px rgba(0, 0, 0, .2);
		box-shadow: 2px 10px 32px rgba(0, 0, 0, .2);
}
.rc-navbar-static-top.transparent .rc-nav-left li a {
		color: rgba(255,255,255,0.3);
		text-transform: none;
		font-size: 16px;
		font-weight: 300;
}
.rc-navbar-static-top.transparent .rc-nav-left li.dropdown a span.name {
		display: inline-block;
		float: left;
		max-width: 180px;
		max-height: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
}
@media (max-width: 768px) {
		.rc-navbar-static-top {
				/*min-height: 40px;*/
				height: auto;
		}
		.rc-navbar-static-top .rc-nav-left li a {
				line-height: 50px;
				height: 50px;
				font-size: 15px;
				padding: 0 20px;
		}
		.rc-navbar-static-top .rc-nav-left {
				padding-left: 0px;
		}
		.rc-navbar-static-top .rc-nav-left li a:hover {
				border-bottom: 5px solid #9AC635;
				border-bottom: none;
				background-color: rgba(5,126,239,0.8);
				color: #fff;
		}
		.rc-navbar-static-top.transparent .rc-nav-left li.active a {
				border-bottom: 5px solid #9AC635;
				border-bottom: none;
				background-color: rgba(5,126,239,0);
				color: #fff;
		}
		.rc-navbar-static-top .rc-nav-left li.active a {
				border-bottom: none;
				background-color: rgba(5,126,239,1);
				color: #fff;
		}
		.rc-navbar-static-top .rc-nav-left li a .iconx {
				margin-top: 8px;
		}
		.rc-navbar-static-top.transparent .rc-nav-left li.dropdown a span.name {
				max-height: 50px;
		}
}
.rc-navbar-static-top.transparent .rc-nav-left li.dropdown a span.icon {
		height: 11px;
		width: 20px;
		vertical-align: middle;
		background-image: url(../images/ico/arrow-down-white.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		opacity: 0.3;
		margin-left: 20px;

		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
.rc-navbar-static-top.transparent .rc-nav-left li a:hover {
		border-bottom: none;
		color: rgba(255,255,255,0.9);
}
.rc-navbar-static-top.transparent .rc-nav-left li a:hover span.icon {
		opacity: 0.9;
}
.rc-navbar-static-top.transparent .rc-nav-left li.open > a {
		background: rgba(0,0,0,0.1);
		color: rgba(255,255,255,1);
}
.rc-navbar-static-top.transparent .rc-nav-left li.active > a  {
		color: rgba(255,255,255,1);
}
.rc-navbar-static-top.transparent .rc-nav-left li.open a span.icon {
		opacity: 1;
}
.rc-navbar-static-top.transparent .rc-nav-left li.active a {
		border-bottom: 3px solid rgba(255,255,255,1);
		border-bottom: none;
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu li {
		display: block;
		width: 100%;
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu li a {
		height: auto;
		line-height: 1em;
		padding: 10px 20px;
		color: rgba(0,0,0,.7);
		font-weight:  400;
		padding-right: 30px;
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu li a:hover {
		background-color: rgba(0,0,0,0.1);
		color: rgba(0,0,0,1);
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu li a span {
		display: block;
		font-size: 14px;
		padding-top: 5px;
		color: rgba(255,255,255,.3);
		font-weight: 300;

		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;

}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu.wallets li a span:last-child {
		font-family: 'Droid Sans Mono';
		font-size: 12px;
		margin-left: 45px;
		line-height: 12px;
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu li a:hover span {
		color: rgba(255,255,255,1);
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu li a span.remove {
		height: 11px;
		width: 20px;
		vertical-align: middle;
		background-image: url(../images/ico/cross-white.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		opacity: 0.3;
		margin-left: 20px;

		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu li a span.remove:hover {
		opacity: 0.9;
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu span.ripple {
		vertical-align: middle;
		width: 16px;
		height: 16px;
		display: inline-block;
		margin-left: 10px;
		/*float: right;*/
		margin-right: 0px;
		background-image: url(../images/ico/ripple.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		opacity: 0.3;
}
.rc-navbar-static-top.transparent .rc-nav-left li .dropdown-menu a:hover span.ripple {
		opacity: 1;
}

/***************************************************************** Right */
.rc-navbar-static-top .rc-nav-right {
		float: right;
		margin-right: 30px;
		position: relative;
}
.rc-navbar-static-top .rc-nav-right li {
		display: block;
		float: left;
}
.rc-navbar-static-top .rc-nav-right li.trade-item {
		display: none;
}
.rc-navbar-static-top.trading .rc-nav-right li {
		display: none;
}
.rc-navbar-static-top.trading .rc-nav-right li.trade-item {
		display: block;
}
.rc-navbar-static-top .rc-nav-right li a {
		line-height: 100px;
		height: 100px;
		padding: 0 20px;
		outline: none;
		cursor: pointer;
		font-weight: 400;
		display: block;
		opacity: 0.4;

		-webkit-transition: all 0.15s ease-in-out 0s;
		-moz-transition: all 0.15s ease-in-out 0s;
		-o-transition: all 0.15s ease-in-out 0s;
		-ms-transition: all 0.15s ease-in-out 0s;
		transition: all 0.15s ease-in-out 0s;
}
.rc-navbar-static-top .rc-nav-right li a:hover {
		opacity: 1;
}
.rc-navbar-static-top .rc-nav-right li.active a {
		opacity: 1;
}
.rc-navbar-static-top .rc-nav-right li a .icon {
		width: 32px;
		height: 32px;
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		float: left;
		margin-top: 34px;
}
.rc-navbar-static-top .rc-nav-right li a .icon.wrench {background-image: url(../images/ico/wrench.png);}
.rc-navbar-static-top .rc-nav-right li a .icon.power {background-image: url(../images/ico/power.png);}

.rc-navbar-static-top.transparent .rc-nav-right li a .icon.wrench {background-image: url(../images/ico/wrench-white.png);}
.rc-navbar-static-top.transparent .rc-nav-right li a .icon.power {background-image: url(../images/ico/power-white.png);}
.rc-navbar-static-top.transparent .rc-nav-right li a .icon.bell {background-image: url(../images/ico/bell-white.png);}
.rc-navbar-static-top.transparent .rc-nav-right li a .icon.graph {background-size: 32px auto; background-image: url(../images/ico/graph.png);}
.rc-navbar-static-top.transparent .rc-nav-right li a .icon.drop {background-size: 32px auto; background-image: url(../images/ico/drop.png);}
.rc-navbar-static-top.transparent .rc-nav-right li a.off .icon.drop {background-size: 32px auto; background-image: url(../images/ico/dropx.png);}
.rc-navbar-static-top.transparent .rc-nav-right li a .icon.wallet {background-size: 32px auto; background-image: url(../images/ico/wallet.png);}
.rc-navbar-static-top.transparent .rc-nav-right li a .icon.trade {background-size: 30px auto; background-image: url(../images/ico/trade.png);}

@media (max-width: 768px) {
		.rc-navbar-static-top .rc-nav-right li {
				display: none;
		}
}
@media (max-width: 1300px) {
		.rc-navbar-static-top .rc-nav-right {
				margin-right: 90px;
		}
}
.rc-toogle-panel {
		display: none;
		float: left;
		width: 100px;
		height: 100px;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 301;
}
.rc-toogle-panel button {
		outline: none;
		border: none;
		background: transparent !important;
		width: 36px;
		height: 28px;
		left: 50%;
		margin-left: -18px;
		top: 50%;
		margin-top: -13px;
		position: absolute;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
}
.rc-toogle-panel button span {
		display: block;
		position: absolute;
		height: 2px;
		width: 36px;
		background: rgba(255,255,255,0.3);
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
}
.rc-toogle-panel:hover button span {
		background: rgba(255,255,255,0.7);
}
.rc-toogle-panel button span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
}
.rc-toogle-panel button span:nth-child(2) {
		top: 13px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
}
.rc-toogle-panel button span:nth-child(3) {
		top: 26px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
}
.rc-toogle-panel.open button span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 5px;
}
.rc-toogle-panel.open button span:nth-child(2) {
		width: 0%;
		opacity: 0;
}
.rc-toogle-panel.open button span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 5px;
}

@media (min-width: 768px) and (max-width: 1300px) {
		.rc-toogle-panel {
			display: block;
		}

}

/*------------------------------------------------------------------- RC Alerts */
.rc-container > .rc-alerts {
		margin-left: -20px;
		margin-right: -20px;
		background: rgba(0,0,0,0.5);
		background-image: url(../img/bg.jpg);
		background-position: top center;
		background-attachment: fixed;
}
@media (max-width: 768px) {
		.rc-container > .rc-alerts {
				background: #3B3F4D;
		}
}
.rc-container > .rc-alerts .alert:last-child {
		margin-bottom: 0;
}
.rc-container > .rc-alerts .alert-danger {
		color: #fff;
		background-color: rgba(255,42,104,0.2);
		border: none;
}
@media (min-width: 768px) {
		.rc-container > .rc-alerts {
				margin-left: -20px;
				margin-right: -20px;
		}
}
@media (min-width: 992px) {
		.rc-container > .rc-alerts {
				margin-left: -30px;
				margin-right: -30px;
		}
}
@media (min-width: 1200px) {
		.rc-container > .rc-alerts {
				margin-left: -50px;
				margin-right: -50px;
		}
}
.rc-alerts {

}
.rc-alerts.margin-top {
		margin-top: -41px;
		float: left;
		width: 100%;
}
.rc-alerts .alert-dismissable .close {
		font-size: 40px;
		position: absolute;
		top: 20px;
		right: 15px;
}
.rc-alerts .alert {
		border-radius: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 10px;
		margin-top: 0;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		background-color: #fff;
		border: none;
		color: #808080;
		border-left: 5px solid #ccc;
		float: left;
		width: 100%;
}
@media (min-width: 768px) {
		.rc-alerts .alert {
				padding-left: 15px;
				padding-right: 15px;
		}
}
@media (min-width: 992px) {
		.rc-alerts .alert {
				padding-left: 25px;
				padding-right: 25px;
		}
}
@media (min-width: 1200px) {
		.rc-alerts .alert {
				padding-left: 35px;
				padding-right: 35px;
		}
}
.rc-alerts .alert:last-child {
		margin-bottom: 40px;
}
.rc-alerts .alert h3 {
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
}
.rc-alerts .alert p {
		margin-top: 10px;
		font-size: 16px;
}
.rc-alerts .alert-success {
		border-left: 5px solid #9AC635;
}
.rc-alerts .alert-success h3,
.rc-alerts .alert-success .alert-link {
		color: #9AC635;
}
.rc-alerts .alert-info {
		color: #808080;
		background-color: #fff;
		border: none;
		border-left: 5px solid #30D0F0;
}
.rc-alerts .alert-info h3,
.rc-alerts .alert-info .alert-link {
		color: #30D0F0;
}
.rc-alerts .alert-warning {
		border-left: 5px solid #FA990F;
}
.rc-alerts .alert-warning h3,
.rc-alerts .alert-warning .alert-link {
		color: #FA990F;
}
.rc-alerts .alert-danger {
		border-left: 5px solid #FF6B6B;
}
.rc-alerts .alert-danger h3,
.rc-alerts .alert-danger .alert-link {
		color: #FF6B6B;
}
.rc-container > .rc-alerts ul {
		margin-top: 10px;
}
.rc-container > .rc-alerts ul li {
		list-style: disc;
		margin-left: 20px;

}
/*------------------------------------------------------------------- RC Container */
.rc-container {
		padding-right: 20px;
		padding-left: 20px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 100px;
		position: relative;
}
@media (max-width: 768px) {
		.rc-container {
			margin-top: 0px;
		}
}
@media (min-width: 768px) {
		.rc-container {
				padding-right: 20px;
				padding-left: 20px;
		}
}
@media (min-width: 992px) {
		.rc-container {
				padding-right: 30px;
				padding-left: 30px;
		}
}
@media (min-width: 1200px) {
		.rc-container {
				padding-right: 50px;
				padding-left: 50px;
		}
}
.rc-container:before,
.rc-container:after {
		display: table;
		content: " ";
}
.rc-container:after {
		clear: both;
}
.rc-container:before,
.rc-container:after {
		display: table;
		content: " ";
}
.rc-container:after {
		clear: both;
}
.rc-row-edge {
		padding-left: 20px;
		padding-right: 20px;
}
@media (min-width: 768px) {
		.rc-row-edge {
				padding-right: 20px;
				padding-left: 20px;
		}
}
@media (min-width: 992px) {
		.rc-row-edge {
				padding-right: 30px;
				padding-left: 30px;
		}
}
@media (min-width: 1200px) {
		.rc-row-edge {
				padding-right: 40px;
				padding-left: 40px;
		}
}

/*------------------------------------------------------------------- Content Header */
.rc-main-container header {
		padding-bottom: 40px;
		padding-top: 40px;
		position: relative;
		float: left;
		margin: 0;
		margin-top: 0px;
		/*border-bottom: 1px solid #DBDAD7;*/
		width: 100%;
}
.rc-main-container header .btn-primary {
		text-transform:  uppercase;
		font-size: 14px;
		font-weight: 500;
		padding: 10px 20px;
}
@media (max-width: 768px) {
		.rc-main-container header .btn-primary {
				width: 100%;
		}
}
.rc-main-container header.no-border {
		border: none;
}
.rc-main-container header.margin {
		margin-bottom: 40px;
}
.rc-main-container header h1 {
		color: #4d4d4d;
		font-size: 30px;
		float: left;
		margin: 0;
		line-height: 36px;
		position: relative;
		z-index: 10;
		padding-right: 65px;
		font-weight: 300;
}
.rc-main-container header h1 a.icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		texpt-indent: -9999em;
		background-color: none;
		border: 1px solid #666;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 16px 16px;
		text-align: center;
		outline: none;
		cursor: pointer;

		background-image: url(../images/ico/save-white.png);

		opacity: 0.2;

		border-radius: 90px;

		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
.rc-main-container header h1 a.icon.plus {
		background-image: url(../images/ico/plus.png);
}
.rc-main-container header h1 a.icon:hover {
		background-color: #9AC635;
		border-color: #9AC635;
		background-image: url(../images/ico/save-white.png);
		opacity: 1;
}
.rc-main-container header h1 a.icon.plus:hover {
		background-image: url(../images/ico/plus-white.png);
}
.rc-main-container header .right {
		float: right;
		position: relative;
		z-index: 10;
}
@media (max-width: 1200px) {
		.rc-main-container header .right {
				float: left;
				position: relative;
				z-index: 10;
				display: block;
				width: 100%;
				margin-top: 20px;
		}
}
.rc-main-container header .right a.btn-link {
		height: 40px;
		line-height: 40px;
		padding: 0;
		font-size: 20px;
		font-weight: 400;
		color: #30D0F0;
		text-decoration: none;
}
.rc-main-container header .right a.btn-link:hover {
		color: #0AADD0;
}
.rc-main-container header .right .btn-lg {
		font-size: 14px;
}
.rc-main-container header .right .btn-default {
		border-color: #dbdbdb;
		color: #666;
}
.rc-main-container header .right .btn-default.active {
		background: #30D0F0;
		border-color: #30D0F0;
		color: #fff;

		box-shadow: none;
}
.rc-main-container header h2 {
		float: left;
		width: 100%;
}

/*----------------------------------------------------------------------- RC Content */
.rc-content {
		margin-left: -20px;
		margin-right: -20px;
		position: relative;
		color: #4d4d4d;
}
@media (min-width: 768px) {
		.rc-content {
				margin-left: -20px;
				margin-right: -20px;
		}
}
@media (min-width: 992px) {
		.rc-content {
				margin-left: -30px;
				margin-right: -30px;
		}
}
@media (min-width: 1200px) {
		.rc-content {
				margin-left: -50px;
				margin-right: -50px;
		}
}
.rc-content .rc-left {
		width: 300px;
		float: left;
		background: #EDEFF0;
		min-height: 800px;
}
.rc-content .rc-left.white {
		background: #F7F6F2;
}
@media (max-width: 768px) {
		.rc-content .rc-left {
			width: 100%;
			min-height: auto;
		}
}
.rc-content .rc-right {
		margin-left: 300px;
		background: none;
}
.rc-content .rc-right.white {
		background: #fff;
}
@media (max-width: 768px) {
		.rc-content .rc-right {
				margin-left: 0;
				width: 100%;
		}
}
.rc-content .rc-right .page-header {
		margin: 0;
}

/*-------------------------------------------------------------------  Pretty Tables */
.rc-content .pretty-tables {
		float: left;
		display: block;
		width: 100%;
}
.rc-content .pretty-tables > .left,
.rc-content .pretty-tables > .right {
		width: 50%;
		float: left;
		display: block;
		min-height: 500px;
}
.rc-content .pretty-tables > .right {
		border-left: 1px solid rgba(206,209,224,0.5);
}
.rc-content .pretty-tables .empty {
		text-align: center;
}
.rc-content .pretty-tables .empty h3 {
		color: #CED1E0;
		font-size: 16px;
		margin-top: 30px;
}
.rc-content .pretty-tables .empty span.icon {
		width: 128px;
		height: 128px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 128px auto;
		vertical-align: middle;
}
.rc-content .pretty-tables .empty span.icon.deposits {
		background-image: url(../images/ico/box-down-big.png);
}
.rc-content .pretty-tables .empty span.icon.withdrawals {
		background-image: url(../images/ico/box-up-big.png);
}
.rc-content .pretty-tables header {
		padding: 20px 40px;
		margin: 0;
		border-bottom: 1px solid rgba(206,209,224,0.5);
}
.rc-content .pretty-tables header h2 {
		padding: 0;
		margin: 0;
		color: #4d4d4d;
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
		width: auto;
		padding: 8px 0;
}
.rc-content .pretty-tables header .right {
		float: right;
		padding: 0;
}

/*-------------------------------------------------------------------  Pretty Header */
.rc-content .pretty-header {
		display: block;
		float: left;
		width: 100%;
		position: relative;
		background-color: #156BBF;
		margin-top: -100px;
}
@media (max-width: 768px) {
.rc-content .pretty-header {
		border-bottom: 1px solid #ccc;
		margin-top:  0;
}
}
.rc-content .pretty-header .left {
		width: 300px;
		height: 340px;
		float: left;
		background-color: rgba(0,0,0,0.1);
}
.rc-content .pretty-header .left .avatar .image {
		float: left;
		width: 300px;
		height: 340px;
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url(../img/taylor-big.png);
}
.rc-content .pretty-header .right {
		margin-left: 300px;
}
@media (max-width: 768px) {
	.rc-content .pretty-header .left,
	.rc-content .pretty-header .right {
			margin-left: 0px;
			float: left;
			width: 100%;
			background-color: rgba(0,0,0,0);
	}
	.rc-content .pretty-header .left {
			height: 200px;
			text-align: center;
	}
	.rc-content .pretty-header .left .avatar .image {
			float: none;
			width: 160px;
			height: 160px;
			border-radius: 200px;
			display: inline-block;
			margin-top: 40px;
	}
}
.rc-content .pretty-header .right .wrap {
		position: relative;
		min-height: 340px;
		padding: 40px;
}
.rc-content .pretty-header h1 {
		font-size: 24px;
		color: #fff;

		position: absolute;
		bottom: 40px;
		left: 40px;
		width: 50%;
		margin: 0;
		overflow: hidden;
}
.rc-content .pretty-header h1 span {
		color: #3BD2FF;
		font-size: 20px;
		margin-left:  20px;
}
@media (max-width: 768px) {
		.rc-content .pretty-header h1 {
				position: relative;
				width: 100%;
				margin: 0;
				padding: 0;
				left: 0;
				bottom: auto;
				margin-bottom: 20px;
				text-align: center;
		}
		.rc-content .pretty-header .right .wrap {
				min-height: auto;
		}
		.rc-content .pretty-header h1 span {
				color: #3BD2FF;
				font-size: 20px;
				margin-left:  0;
				padding-top: 10px;
				display: block;
		}
}

/*------------------------------------------------------------------- Wallets Header */
.rc-content .wallets-header {
		display: block;
		float: left;
		width: 100%;
		position: relative;
		background-color: #156BBF;
		margin-top: -100px;
		min-height: 340px;
		padding-top:  100px;
}
@media (max-width: 768px) {
		.rc-content .wallets-header {
				margin-top: 0px;
				min-height: auto;
				padding: 20px;
				padding-top:  20px;
		}
}

.rc-content .wallets-header.ripple {
		background-image: url(../images/ico/ripple-bg.png);
		background-position: right 40px bottom -60px;
		background-size: 220px auto;
		background-repeat: no-repeat;
}
/*------------------------------------------------------------------- Wallets Footer */
.rc-content .wallets-footer {
		display: block;
		float: left;
		width: 100%;
		position: relative;
		padding:  60px 0;
		text-align: center;
}
@media (max-width: 768px) {
		.rc-content .wallets-footer {
			padding:  20px 0;
		}
}
.rc-content .wallets-footer .advanced {
		margin-top: 50px;
		text-align: right;
		padding-right: 50px;
}
.rc-content .wallets-footer .advanced p {
		color: #ccc;
}
.rc-content .wallets-footer .advanced p:hover {
		/*color: #057EEF;*/
}
.rc-content .wallets-footer .btn,
.rc-content .wallets-footer .btn.btn-danger,
.rc-content .wallets-footer .btn.btn-default {
		border-radius: 50px;
		text-transform: uppercase;
		font-size: 14px;
		padding: 13px 30px;
}
.rc-content .wallets-footer .advanced a.btn {
		font-weight: 600;
		color: #ccc;
		text-transform: capitalize;
}
.rc-content .wallets-footer .advanced a.btn:hover {
		color: #333;
}
.rc-content .wallets-footer .advanced a.btn:focus {
		background-color: rgba(0,0,0,0.05);
		-webkit-box-shadow: none;
		box-shadow: none;
}
.rc-content .wallets-footer.grey {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 30px;
}
.rc-content .wallets-footer.grey .btn {
		font-weight: 600;
		color: #666;
		text-transform: uppercase;
		border-radius: 4px;
		margin-bottom: 5px;
		outline: none;
		background-color: rgba(0,0,0,0.04);
}
.rc-content .wallets-footer.grey .btn:hover {
		color: #000;
		background-color: rgba(0,0,0,0.08);
}
.rc-content .wallets-footer.grey .btn:focus {
		background-color: rgba(0,0,0,0.10);
		-webkit-box-shadow: none;
		box-shadow: none;
}


/*------------------------------------------------------------------------- Buttons */
.wallets-header .buttons {
		list-style-type: none;
		margin: 0;
		float: left;
		margin-top: 50px;
		margin-left:  40px;
}
@media (max-width: 768px) {
		.wallets-header .buttons {
				width: 100%;
				margin-top: 10px;
				margin-left:  0px;
		}
}
.wallets-header .buttons li {
		display: block;
}
.wallets-header .buttons li a {
		display: inline-block;
		height: 60px;
		line-height: 60px;
		font-weight: 400;
		padding-right: 20px;
		color: rgba(255,255,255,.4);
		font-size: 16px;
		text-transform: capitalize;
		text-decoration: none;
		cursor: pointer;
		outline: none;

		-webkit-transition: 0.1s ease all;
		-moz-transition: 0.1s ease all;
		-ms-transition: 0.1s ease all;
		-o-transition: 0.1s ease all;
		transition: 0.1s ease all;
}
.wallets-header .buttons li a.send {
		font-size: 20px;
		margin-bottom: 10px;
}
.wallets-header .buttons li a.send.disabled {
		color: rgba(255,255,255,0);
		cursor: default;
		text-decoration: line-through;
}
.wallets-header .buttons li a:hover {
		color: rgba(255,255,255,1);
}
.wallets-header .buttons li a .icon {
		width: 32px;
		height: 32px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30px auto;
		vertical-align: middle;
		margin-right: 29px;
		opacity: 0.5;
		margin-left: 9px;

		-webkit-transition: 0.1s ease all;
		-moz-transition: 0.1s ease all;
		-ms-transition: 0.1s ease all;
		-o-transition: 0.1s ease all;
		transition: 0.1s ease all;
}
.wallets-header .buttons li a .icon.upright {
		background-size: 50px auto;
		width: 50px;
		height: 50px;
		margin-left: 0;
		margin-right: 20px;
}
.wallets-header .buttons li a .icon.upright {
		background-image: url(../images/ico/upright.png);
}
.wallets-header .buttons li a:hover .icon {
		opacity: 1;
}
.wallets-header .buttons li a.disabled .icon {
		opacity: 0;
}
.wallets-header .buttons li a.disabled:hover .icon {
		opacity: 0;
}
/*--------------------------------------------------------------------------------- Title */
.wallets-header div.title {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding: 0;
		margin-bottom: 50px;
}
@media (max-width: 768px) {
		.wallets-header div.title {
				width: 100%;
				margin-top: 0px;
				float: left;
				text-align: left;
				margin-bottom: 60px;
		}
		.wallets-header div.title.contact {
				margin-top: 140px;
		}
}
.wallets-header .title h1 {
		color: rgba(255,255,255,0.5);
		font-size: 18px;
		line-height: 1.4em;
		padding: 0;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
}
@media (max-width: 768px) {
		.wallets-header .title h1 {
				font-size: 16px;
				margin-bottom: 10px;
		}
}
.wallets-header .title h2 {
		color: #fff;
		font-weight: 300;
		padding: 0;
		margin: 0;
		font-size: 40px;
		font-family: 'Roboto', sans-serif;
}
.wallets-header .title h2 .currency {
		font-size: 26px;
		opacity: .5;
}

/*--------------------------------------------------------------------------------- Nav */
.wallets-header ul.navigation {
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		text-align: center;
}
@media (max-width: 768px) {
		.wallets-header ul.navigation {
				text-align: left;
		}
}
.wallets-header ul.navigation li {
		display: inline-block;
}
.wallets-header ul.navigation li a {
		color: rgba(255,255,255,0.5);
		display: block;
		padding: 20px 10px;
		cursor: pointer;
		font-size: 15px;
		text-decoration: none;

		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
.wallets-header ul.navigation li:hover a {
		color: rgba(255,255,255,1);
}
.wallets-header ul.navigation li.active a {
		color: rgba(255,255,255,1);
}

/*-------------------------------------------------------------------  Documents List */
.rc-content .pretty-header ul.documents-list {
		float: right;
}
@media (max-width: 768px) {
.rc-content .pretty-header ul.documents-list {
		float: left;
}
}
ul.documents-list {
		float: left;
		display: block;
}
@media (max-width: 768px) {
ul.documents-list {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
}
}
ul.documents-list li {
		display: block;
		float: left;
		width: 80px;
		height: 100px;
		background: rgba(95,101,115,1);
		border-radius: 3px;
		text-align: center;
		position: relative;
		margin-left: 20px;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
@media (max-width: 768px) {
ul.documents-list li {
		display: inline-block;
		float: none;
}
}
ul.documents-list li:first-child {
		margin-left: 0;
}
ul.documents-list li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		border-width: 0 16px 16px 0;
		border-style: solid;
		border-color: rgba(206,209,224,0.9) #fff;
}
ul.documents-list li:hover {
		background: rgba(95,101,115,0.9);
}
/*
ul.documents-list li:hover:before {
		border-width: 0 18px 18px 0;
}
*/
ul.documents-list li a {
		display: block;
		height: 100px;
		line-height: 100px;
		width: 80px;
		font-weight: 600;
		color: #fff;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		text-decoration: none;
}

/*-------------------------------------------------------------------  Left Sidebar */
.rc-content .rc-left {

}
.rc-content .rc-left .sidebar {
		padding: 20px 40px;
}
.rc-content .rc-left .sidebar h2 {
		font-size: 13px;
		text-transform: uppercase;
		color: #585C6A;
		font-weight: 600;
}
.rc-content .rc-left .sidebar p {
		color: rgba(95,101,115,0.8);
}
.rc-content .rc-left .sidebar a {
		color: #03A7E6;
}

/*-------------------------------------------------------------------  Dashboard */
ul.dashboard {
		float: left;
		width: 100%;
		border-top: 1px solid rgba(206,209,224,0.5);
		border-bottom: 1px solid rgba(206,209,224,0.5);
		position: relative;
		background: #ffffff;
		z-index: 1;
		margin-bottom: -1px;
}
ul.dashboard.ng-enter {
		transition: 0.5s linear all;
		opacity: 0;
}
ul.dashboard li {
		display: block;
		width: 25%;
		float: left;
		padding: 40px 20px;
		border-right: 1px solid rgba(206,209,224,0.5);
}
@media (min-width: 768px) {
		ul.dashboard li {
				padding: 40px 20px;
		}
}
@media (min-width: 992px) {
		ul.dashboard li {
				padding: 40px 30px;
		}
}
@media (min-width: 1200px) {
		ul.dashboard li {
				padding: 40px 40px;
		}
}
ul.dashboard li.double {
		width: 50%;
}
ul.dashboard li:last-child {
		border: none;
}
ul.dashboard li span {
		display: block;
		overflow: hidden;
}
ul.dashboard li span.icon {
		display: inline-block;
		width: 32px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto;
		opacity: 0.20;
}
ul.dashboard li span.icon.users {
		background-image: url(../images/ico/users-dark.png);
}
ul.dashboard li span.icon.deposit {
		background-size: 30px auto;
		background-image: url(../images/ico/box-down.png);
}
ul.dashboard li span.icon.withdraw {
		background-size: 30px auto;
		background-image: url(../images/ico/box-up.png);
}
ul.dashboard li span.value {
		color: #03A7E6;
		font-size: 30px;
		font-size: 2.3vw;
		padding: 10px 0;
}
@media (max-width: 1300px) {
	ul.dashboard li span.value {
			font-size: 3vw;
	}
}
ul.dashboard li span.title {
		font-size: 16px;
}
ul.dashboard li span.subtitle {
		color: rgba(0,0,0,0.5);
}

/*-------------------------------------------------------------------  Chart */
.chart-wrap {
		width: 100%;
		height: 320px;
		display: block;
		position: relative;
		background: rgba(206,209,224,0.1);
		overflow: hidden;
		z-index: 0;
}
.chart-wrap h2 {
		color: rgba(88,92,106,1);
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 30px;
		font-size: 16px;
		font-weight: 600;
}
.chart-wrap h2 span {
		color: rgba(88,92,106,.7);
		font-weight: 400;
}
.chart-wrap .chart {
		width: 100%;
		height: 320px;
		display: block;
		position: relative;
		z-index: 1;
}
.chart-wrap.large,
.chart-wrap.large .chart {
		height: 500px;
}
.chart-wrap .loader {
		position: absolute;
		height: 100px;
		left: 50%;
		top: 50%;
		margin-top: -70px;
		margin-left: -200px;
		z-index: 0;
}
.loader h1 {
		color: #03A7E6;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 20px;
		margin-left: 20px;
}
.slider {
		position: absolute;
		width: 400px;
		height: 2px;
		margin-top: 20px
}
.loadline {
		position: absolute;
		background: #03A7E6;
		width: 400px;
		height: 2px;
}
.break {
		position: absolute;
		background: #fff;
		width: 9px;
		height: 2px;
}
.dot1 {
		-webkit-animation: loading 2s infinite;
		-moz-animation: loading 2s infinite;
		-ms-animation: loading 2s infinite;
		-o-animation: loading 2s infinite;
		animation: loading 2s infinite;
}
.dot2 {
		-webkit-animation: loading 2s 0.5s infinite;
		-moz-animation: loading 2s 0.5s infinite;
		-ms-animation: loading 2s 0.5s infinite;
		-o-animation: loading 2s 0.5s infinite;
		animation: loading 2s 0.5s infinite;
}
.dot3 {
		-webkit-animation: loading 2s 1s infinite;
		-moz-animation: loading 2s 1s infinite;
		-ms-animation: loading 2s 1s infinite;
		-o-animation: loading 2s 1s infinite;
		animation: loading 2s 1s infinite;
}

@keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}
@-moz-keyframes loading {
		from { left: 0; }
		to { left: 400px; }
}
@-webkit-keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}
@-ms-keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}
@-o-keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}

/*---------------------------------------------------------------------------- RC Buttons */
.rc-buttons {
		background: #E6E6E6;
		padding: 0;
		text-align: center;
		float: left;
		width: 100%;
}
.rc-buttons li {
		width: 33.333333%;
		background: #8AB526;
		float: left;
		border-right: 1px solid #fff;
}
@media (max-width: 768px) {
		.rc-buttons li {
				width: 100%;
				border-right: none;
				border-bottom: 1px solid #fff;
				text-align: left;
		}
}
.rc-buttons li:hover {
		background: #9AC635;
}
.rc-buttons li:active,
.rc-buttons li:focus {
		box-shadow: inset 0 1px 15px rgba(0, 0, 0, .2);

		-webkit-transition: 0s linear all;
		-moz-transition: 0s linear all;
		-ms-transition: 0s linear all;
		-o-transition: 0s linear all;
		transition: 0s linear all;
}
.rc-buttons li:last-child {
		border: none;
}
.rc-buttons li a {
		display: block;
		padding: 30px 20px;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 500;
}
@media (min-width: 768px) {
		.rc-buttons li a {
				padding-right: 0;
				padding-left: 0;
		}
}
@media (min-width: 992px) {
		.rc-buttons li a {
				padding-right: 0;
				padding-left: 0;
		}
}
@media (min-width: 1200px) {
		.rc-buttons li a {
				padding-right: 0;
				padding-left: 0;
		}
}

/*---------------------------------------------------------------------------- Messages */
.empty {
		text-align: center;
		padding: 30px 0;
		width: 100%;
		float: left;
		margin-top: 30px;
}
.empty h3 {
		text-transform: uppercase;
		font-size: 16px;
		color: #999;
}
.empty .dot {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background: rgba(0,0,0,.2);
		margin-top: 30px;
		margin-bottom: 30px;
}
.empty .trophy {
		width: 46px;
		height: 50px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/ico/trophy.png);
		background-size: 46px auto;
		margin-top: 30px;
		margin-bottom: 50px;
		opacity: 0.2;
}
.rc-messages {
		float: left;
		width: 100%;
		overflow: hidden;
}
.rc-messages li {
		float: left;
		width: 100%;
		border-bottom: 1px solid #DBDAD7;
		position: relative;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-messages li:hover {
		background: rgba(26,26,26,.05);
}
.rc-messages li.active {
		background: #fff;
/*
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
*/
}
.rc-messages li.glow {
		animation: .8s glow-message ease-out 1;
}
@keyframes glow-message {
    0% {
		background: #FFDBF1;
    }
    100% {
        background: #fff;
    }
}
.rc-messages li a {
		display: block;
		width: 100%;
		padding: 26px 20px;
		text-decoration: none;
		color: #4d4d4d;
		outline: none;
		float: left;
}
.rc-messages li table a {
		display: inline-block;
		padding: 0;
		color: #00AFEF;
}
.rc-messages li table a:hover {
		text-decoration: underline;
}
@media (min-width: 768px) {
		.rc-messages li a {
				padding-right: 20px;
				padding-left: 20px;
		}
}
@media (min-width: 992px) {
		.rc-messages li a {
				padding-right: 30px;
				padding-left: 30px;
		}
}
@media (min-width: 1200px) {
		.rc-messages li a {
				padding-right: 40px;
				padding-left: 40px;
		}
}
.rc-messages li .body span {
		display: block;
		padding: 3px 0;
}
.rc-messages li .body .title {
		font-weight: 600;
		text-transform: uppercase;
}
.messages.focus {
		margin-bottom: 40px;

		-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
}
.rc-messages li .cell {
		float: left;
		width: 35%;
		text-align: right;
		color: #333;
		font-size: 16px;
		line-height: 36px;
}
.rc-messages li .cell.first {
		width: 30%;
		text-align: left;
		font-size: 28px;
		line-height: 36px;
		font-weight: 300;
		color: #333;
}
.rc-messages li .cell.first.users {
		color: #666;
		font-size: 18px;
		line-height: 36px;
		font-weight: 400;
}
.rc-messages li .cell span {
		display: inline-block;
		width: 50%;
		float: left;
}
@media (max-width: 768px) {
		.rc-messages li .cell {
				width: 50%;
				float: right;
		}
		.rc-messages li .cell.first {
				width: 50%;
				float: left;
		}
}
@media (max-width: 992px) {
		.rc-messages li .cell span {
				display: block;
				width: 100%;
		}
}
@media (max-width: 568px) {
		.rc-messages li .cell,
		.rc-messages li .cell.first {
				width: 100%;
				float: left;
				text-align: left;
		}
		.rc-messages li .cell.first span {
				display: inline-block;
				width: 50%;
				float: left;
		}
}
.rc-messages li .cell.first > span {
		width: 100%;
}
.rc-messages li .cell span.currency {
		width: auto;
		float: none;
		font-size: 16px;
		color: rgba(0,0,0,0.3);
		margin-left: 5px;
}
.rc-messages li .cell.first span.currency {
		font-size: 18px;
		color: rgba(0,0,0,0.5);
		margin-left: 7px;
}
.rc-messages li .cell .status {
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
		background: #808080;
		float: right;
		width: auto;
		font-size: 13px;
		padding: 0 10px;
		margin-left: 5px;
		border-radius: 3px;
}
.rc-messages li .cell span.orange {
		background: #FA990F;
}
.rc-messages li .cell span.blue {
		background: #00AFEF;
}
.rc-messages li .cell span.green {
		background: #8AB526;
}
.rc-messages li .cell span.red {
		background: #E94E77;
}
/* Content */
.rc-messages li .content {
		display: none;
		border-top: 1px solid #e6e6e6;
		background: #fff;
		float: left;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;

		/*
		-webkit-box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.25);
		box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.25);
		*/
}
.rc-messages li .content.no-border {
		border: none;
}
@media (min-width: 768px) {
		.rc-messages li .content {
				padding-right: 20px;
				padding-left: 20px;
		}
}
@media (min-width: 992px) {
		.rc-messages li .content {
				padding-right: 30px;
				padding-left: 30px;
		}
}
@media (min-width: 1200px) {
		.rc-messages li .content {
				padding-right: 40px;
				padding-left: 40px;
		}
}
.rc-messages li.active .content {
		display: block;
		border-top-color: #fff;
}
.rc-messages li .content .rc-table {
		margin-top: 20px;
		margin-bottom: 20px;
}
.rc-messages li .content .rc-table td:first-child {
		color: #000;
		width: 40%;
}
.rc-messages li .content .rc-table td:last-child {
		font-weight: bold;
}

/* Options */
.rc-messages li .content .options {
		border-top: 1px solid #e6e6e6;
		padding: 30px 10px;
		position: relative;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-messages li .content .options .btn-primary,
.rc-messages li .content .options .btn-danger,
.rc-messages li .content .options .btn-success {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 5px;
}
.rc-messages li .content .options a {
		display: block;
		width: auto;
		padding: 30px 10px;
		text-decoration: none;
		color: #fff;
		outline: none;
		float: left;
		margin-bottom: 30px;
}

/*---------------------------------------------------------------------------- List */
.activity-feed {
		float: left;
		width: 100%;
		display: block;
		margin-top: 20px;
}
.activity-feed > li {
		position: relative;
		cursor: default;
		display: block;
		float: left;
		width: 100%;
		padding: 15px 0;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.activity-feed > li:hover {
		background: rgba(88,92,106,0.1);
}
.activity-feed > li .avatar {
		width: 50px;
		height: 50px;
		position: absolute;
		display: block;
		top: 17px;
		left: 20px;
}
@media (min-width: 768px) {
.activity-feed > li .avatar {
		left: 30px;
}
}
.activity-feed > li .avatar img {
		border-radius: 50px;
}
.activity-feed > li .wrap {
		padding-left: 110px;
		color: rgba(88,92,106,0.9);
		font-size: 15px;
		padding-right: 40px;
}
.activity-feed > li .wrap .text {
		display: block;
		margin-bottom: 5px;
}
.activity-feed > li .wrap .time {
		display: block;
		color: rgba(88,92,106,0.5);
		font-size: 14px;
}

/*------------------------------------------------------------------- Text Content */
.text .page-header {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-top: 30px;
}
.text .page-header h1 {
		color: #4d4d4d;
		font-weight: 300;
		font-size: 3em;
}
.text-content {
		max-width: 600px;
		padding-bottom: 100px;
}
.text-content.no-padding {
		padding-bottom: 40px;
		max-width: 100%;
}
.text-content a {
		color: #057EEF;
		font-size: 1.2em;
}
.text-content h2 {
		font-size: 24px;
		color: #057EEF;
		margin-bottom: 20px;
}
.rc-home-container .text-content h2 {
		font-size: 23px;
		margin-top: 30px;
}
.rc-home-container .text-content .page-header h2 {
		color: #999;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 14px;
}
.rc-home-container .text-content.normal h3 {
		font-size: 24px;
		font-weight: 400;
		margin-top: 60px;
		margin-bottom: 40px;
		display: block;
		color: #75B103;
}
.rc-home-container .text-content.normal h2 {
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 40px;
}
.text-content h3 {
		font-size: 24px;
		color: #4d4d4d;
		margin-bottom: 20px;
}
.text-content p {
		color: #000;
}
.rc-home-container .text-content p {
		color: #000;
		margin-bottom: 10px;
		font-size: 14px;
		opacity: 1;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.rc-home-container .text-content.normal p {
		color: #000;
		margin-bottom: 10px;
		opacity: 1;
		font-size: 14px;
}
.rc-home-container .text-content h3 {
		margin-bottom: 20px;
		color: #000;
		font-size: 20px;
		font-weight: 400;
		opacity: 1;
}
.rc-home-container .text-content p.lead {
		margin-bottom: 10px;
		color: #000;
		font-size: 20px;
		font-weight: 400;
		opacity: 1;
}
.rc-home-container .text-content p.lead span {
		display: block;
		font-size: 12px;
		font-weight: 400;
		color: #808080;
		padding-bottom: 5px;

}
.text-content ul {
		color: #000;
		margin-left: 40px;
}
.rc-home-container ul {
		margin-bottom: 20px;
}
.text-content.normal ul {
		margin-bottom: 20px;
}
.text-content ul li {
		list-style-type: disc;
		margin-bottom: 5px;
}
/*---------------------------------------------------------------------------- Menu list */
.rc-list-menu {
		float: left;
		width: 100%;
		background: none;
		margin-top: 140px;
}
.rc-list-menu li {
		float: left;
		width: 100%;
		margin-right: 0px;
		position: relative;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;

		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
}
.rc-list-menu li a {
		display: block;
		width: 100%;
		padding: 12px 20px;
		padding-right: 0px;
		padding-left: 50px;
		text-decoration: none;
		color: #000;
		outline: none;
		position: relative;
		font-size: 15px;
		cursor: pointer;
}
@media (max-width: 768px) {
		.rc-list-menu li a {
				padding: 10px 5px;
				padding-left: 20px;
		}
		.rc-list-menu {
				margin-top: 30px;
				margin-bottom: 30px;
		}
}
.rc-list-menu li.active a {
		color: #057EEF;
}
.rc-list-menu li.active:hover {
		color: #057EEF;
}
.rc-list-menu li .arrow {
		width: 14px;
		height: 24px;
		display: block;
		float: right;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 12px auto;
		vertical-align: middle;
		margin-right: 20px;
		margin-left: 0px;

		background-image: url(../images/ico/arrow-right-black.png);
		opacity: 0;

		-webkit-transition: 0.2s ease all;
		-moz-transition: 0.2s ease all;
		-ms-transition: 0.2s ease all;
		-o-transition: 0.2s ease all;
		transition: 0.2s ease all;
}
.rc-list-menu li:hover .arrow {
		opacity: 0.2;

}
.rc-list-menu li.active .arrow {
		opacity: 1;
		background-image: url(../images/ico/arrow-right-blue.png);
}

/*---------------------------------------------------------------------------- List */
.rc-list {
		float: left;
		width: 100%;
		background: #E9E8E4;
}
.rc-list li {
		float: left;
		width: 100%;
		position: relative;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;

		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
}
@media (max-width: 768px) {
		.rc-list li {
				display: none;
		}
		.rc-list li.show {
				display: block;
		}
}
.rc-list li.button {
		border-bottom: none;
		background: #8AB526;
}
@media (max-width: 768px) {
		.rc-list li.button {
				display: block;
		}
}
.rc-list li.button.more {
		border-bottom: none;
		display: none;
		background: #424654;
}
.rc-list li.button.more a {
		color: rgba(255,255,255,.6);
}
@media (max-width: 768px) {
		.rc-list li.button {
			display: none;
		}
		.rc-list li.button.more {
			display: block;
		}
}
.rc-list li.button:hover {
		background: #9AC635;
		box-shadow: none;
}
.rc-list li.button.more:hover,
.rc-list li.button.more.active {
		background: #424654;
		color: rgba(255,255,255,1);
		box-shadow: none;
}
.rc-list li.button.more.active a {
		color: rgba(255,255,255,1);
}
.rc-list li.button:active,
.rc-list li.button:focus {
		box-shadow: inset 0 1px 15px rgba(0, 0, 0, .2);

		-webkit-transition: 0s linear all;
		-moz-transition: 0s linear all;
		-ms-transition: 0s linear all;
		-o-transition: 0s linear all;
		transition: 0s linear all;
}
.rc-list li.button a {
		text-transform: uppercase;
		font-weight: 500;
		font-size: 18px;
		padding: 30px 20px;
}
@media (max-width: 768px) {
		.rc-list li.button a {
				padding: 20px 20px;
		}
}
.rc-list li.button .icon {
		width: 32px;
		height: 32px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 32px auto;
		vertical-align: middle;
		margin-right: 20px;
		margin-left: 0px;

		-webkit-transition: 0.2s ease all;
		-moz-transition: 0.2s ease all;
		-ms-transition: 0.2s ease all;
		-o-transition: 0.2s ease all;
		transition: 0.2s ease all;
}
.rc-list li.button .icon.plus {
		background-image: url(../images/ico/plus-button.png);
}
.rc-list li.button .icon.arrow {
		background-image: url(../images/ico/arrow-down-white@2x.png);
		background-size: 24px auto;
}
.rc-list li.button.active .icon.arrow {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
}
.rc-list li:hover {
		background: rgba(255,255,255,.5);
		background: rgba(0,0,0,.03);
		background: #F7F6F2;
		z-index: 10;

		box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
}
@media (max-width: 768px) {
		.rc-list li:hover {
				background: #F7F6F2;
				box-shadow: none;
		}
}
.rc-list li.active {
		background: #DBDAD8;
}
.rc-list li.active:hover {
		box-shadow: none;
}
.rc-list li.glow {
		animation: .8s glow-message ease-out 1;
}
@keyframes glow-message {
    0% {
		background: #FFDBF1;
    }
    100% {
        background: #fff;
    }
}
.rc-list li a {
		display: block;
		width: 100%;
		padding: 18px 20px;
		padding-right: 0px;
		text-decoration: none;
		color: #fff;
		outline: none;
		position: relative;
		cursor: default;
}
@media (max-width: 768px) {
		.rc-list li a {
				padding: 10px 20px;
		}
}
.rc-list li a .image {
		width: 36px;
		height: 36px;
		line-height: 36px;
		display: inline-block;
		float: left;
		margin-right: 10px;
		border-radius: 60px;
		text-align: center;
		overflow: hidden;
		font-weight: 600;
		margin-top: 6px;
		opacity: .1;

		-webkit-transition: 0.2s ease all;
		-moz-transition: 0.2s ease all;
		-ms-transition: 0.2s ease all;
		-o-transition: 0.2s ease all;
		transition: 0.2s ease all;
}
.rc-list li a:hover .image,
.rc-list li.active a .image {
		opacity: 1;
}
.rc-list li a .image img {
		width: 36px;
		height: auto;
		border-radius: 60px;
}
.rc-list li a .title {
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		display: block;
		color: #2F3341;
}
.rc-list li a .title .icon {
		display: inline-block;
		width: 22px;
		height: 22px;
		vertical-align: middle;
		margin-top: -5px;
		margin-left: 7px;
		background-position: center;
		background-repeat: no-repeat;
		opacity: .4;
}
.rc-list li a .title .icon.heart {
		background-size: 16px 13px;
		background-image: url(../images/ico/heart.png);
		opacity: .4;
}
.rc-list li a .title .icon:hover {
		opacity: 1;
}
.rc-list li a .currencies {
		font-size: 16px;
		display: block;
		margin-top: 5px;
		margin-bottom: -5px;
		color: rgba(255,255,255,.4);
		display: none;
}
.rc-list li a .address {
		display: block;
		color: #999999;
		font-family: 'Droid Sans Mono';
		margin-bottom: 3px;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
}
.rc-list li a:hover .address {
		color: #4d4d4d;
}
.rc-list li.active a .address {
		color: #808080;
}

.rc-list li .body-wrap {
		width: 280px;
		display: block;
		float: left;
		padding-bottom: 20px;
}
@media (max-width: 1300px) {
		.rc-list li .body-wrap {
				width: 220px;
		}
}
@media (max-width: 768px) {
		.rc-list li .body-wrap {
				width: auto;
				float: none;
				display: inline-block;
				padding-bottom: 0px;
		}
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Common Elements and Plugins
/*-----------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------- Forms */
.form-group {
		display: block;
		float: left;
		width: 100%;
}
.form-buttons {
		margin-top: 10px;
		margin-bottom: 30px;
}
@media (max-width: 768px) {
		.form-buttons {
				margin-top: 0px;
				margin-bottom: 500px;
		}
}
.form-buttons .btn {
		margin-bottom: 30px;
		width: 100%;
		text-transform: uppercase;
		font-weight: 500;
		border: none;
		border-radius: 3px;

		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
		-ms-transition: background 0.3s ease;
		transition: background 0.3s ease;
}
.form-buttons .btn.btn-lg {
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 3px;
}
.form-buttons .btn.btn-default {
		background: #999;
		color: #fff;
}
.label {
		font-weight: 500;
		padding: 0;
		padding-bottom: 8px;
		font-size: 15px;
		color: #585C6A;
		float: left;
		width: 100%;
		text-align: left;
}
.control-label {
		color: #585C6A;
		font-weight: 400;
		font-size: 16px;
		padding-bottom: 5px;
}
.has-error .control-label {
		color: #585C6A;
}
.radio,
.checkbox {
		margin-bottom: 20px;
		margin-top: 30px;
}
.input {
		padding: 15px 15px;
		width: 100%;
		float: left;
		text-align: left;
		background: rgba(0,0,0,0.0);
		background-repeat: no-repeat;
		color: #333;
		margin-bottom: 30px;
		border: 2px solid #e6e6e6;
		border-radius: 5px;
		font-size: 16px;
		z-index: 0;
		position: relative;

		-webkit-appearance: none;

		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
select.input {
		background-image: url(../images/ico/arrow-down-blue.png);
		background-size: 20px 11px;
		background-repeat: no-repeat;
		background-position: 95%;
}
.field-seventy.left .input,
.field-fifty.left .input {
		border-radius: 5px 0 0 5px;
}
.field-thirty.right .input,
.field-fifty.right .input {
		border-radius: 0 5px 5px 0;
		margin-left: -2px;
}
.input.amount-big {
		font-size: 32px;
		font-weight: 400;
		padding-right: 130px;
		margin-bottom: 0;

		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.input.search {
		border-radius: 50px;
		border-color: #EFEEEB;
		background-image: url(../images/ico/search.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: 25px auto;
		padding-left: 60px;
		margin-bottom: 0;
}
.textarea {
		padding: 15px 15px;
		width: 100%;
		float: left;
		text-align: left;
		background: #EFEEEB;
		background-repeat: no-repeat;
		color: #333;
		margin-bottom: 30px;
		border: 2px solid rgba(0,0,0,.12);
		border-radius: 2px;
		max-width: 100%;
		min-width: 100%;

		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
.input:hover,
.textarea:hover {
		border: 2px solid rgba(0,0,0,.1);
}
.input:focus,
.textarea:focus {
		background-color: #ffffff;
		border: 2px solid rgba(5,126,239,.5);
		outline: none;
		z-index: 1;
}
.input:disabled,
.textarea:disabled {
		opacity: .5;
		cursor: not-allowed;
}
.input:disabled:hover,
.textarea:disabled:hover {
		border: 2px solid rgba(0,0,0,.12);
}
.has-error .input,
.has-error .input:focus,
.has-error .textarea,
.has-error .textarea:focus {
		border-color: #FC2768;
		-webkit-box-shadow: none;
		box-shadow: none;
}
.help-block {
		display: block;
		float: left;
		font-weight: 400;
		padding-left: 10px;
		margin-bottom: 20px;
		margin-top: -20px;
}
.help-block.error {
		color: #FC2768;
		display: none;
}
.has-error .help-block.error {
		display: block;
}
.help-block.error p {
		color: #FC2768;
}
.help-block.info p {
		line-height: 2em;
}
.help-block.info h1 {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		color: #057EEF;
		font-weight: 600;
		text-transform: uppercase;
		text-align: left;
}
.form-error {
		background: rgba(252,39,104,1);
		color: #fff;
		margin-bottom: 20px;
		text-align: center;
		padding: 10px;
		border-radius: 4px;

		-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
}

.form-success {
		background: rgba(255,255,255,0.3);
		color: #fff;
		margin-bottom: 20px;
		text-align: center;
		padding: 10px;
		border-radius: 4px;

		-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
}

/********************************************* modal currency input */
.input-field-group.margin {
		margin-bottom: 20px;
}
.amount-wrap {
		position: relative;
		display: block;
		float: left;
		width: 100%;
}
select.select {
		background: transparent;
		padding: 10px;
		padding-right:  30px;
		font-size: 16px;
		border: none;
		line-height: auto;
		font-weight: 400;
		outline: none;
		line-height: auto;
		cursor: pointer;
		border-radius: 5px;

		color: #057EEF;

		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;

		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;

		background-image: url(../images/ico/arrow-down-blue.png);
		background-size: 20px 11px;
		background-color: rgba(255,255,255,.0);
		background-repeat: no-repeat;
		background-position: 95%;
}
select.select:hover {
		background-color: #e6e6e6;
}
select.select.currency {
		position: absolute;
		right: 0;
		top: 0;
		padding-right: 50px;
		background-position: 75%;
		padding-left: 20px;

		z-index: 2;

		height: 100%;

		font-size: 20px;
		font-weight: 600;
}
select.select option {
		background-color: rgba(255,255,255,0.90);
		color: #666;
		padding: 3px 6px;
}
select.select option:hover {
		background-color: #00AFEF;
}

/*----------------------------------------------------------------------- Send */
.send-to {
		background-color: #EDEFF0;
		margin: 0 -30px;
		margin-top: -30px;
		padding: 40px 30px;
		padding-left: 40px;
		margin-bottom:  30px;
}
.send-to span.image {
		width: 60px;
		height: 60px;
		display: block;
		background-color: #e6e6e6;
		background-image: url(../images/taylor.png);
		display: inline-block;
		border-radius: 100%;
		background-size: cover;
		background-position: center;
		z-index: 2;
}
.send-to div.name {
		display: inline-block;
		vertical-align: top;
		padding-left: 10px;
}
.send-to div.name span {
		display: block;
}
.send-to div.name span.title {
		font-weight: 400;
		color: #585C6A;
		padding-top: 5px;
		font-size: 18px;
}
.send-to div.name span.value {
		font-size: 16px;
		font-weight: 400;
		color: #057EEF;
}
.send-to div.name span.value.address {
		font-size: 14px;
		font-weight: 400;
		color: #999;
}
.send-to div.name span.value.mine {
		font-size: 14px;
		font-weight: 400;
		color: #057EEF;
		padding-top: 10px;
}

.send-to div.amount {
		display: inline-block;
		vertical-align: top;
		float: right;
}
.send-to div.amount span {
		display: inline-block;
}
.send-to div.amount span.title {
		font-weight: 400;
		color: #585C6A;
		padding-top: 5px;
		font-size: 36px;
}
.send-to div.amount span.value {
		font-size: 18px;
		font-weight: 400;
		color: #057EEF;
}


ul.send-summary li {
		display: block;
		padding: 15px 10px;
		font-size: 16px;
		color: #585C6A;
		border-bottom: 1px dashed #e6e6e6;
}
ul.send-summary li:last-child {
		border-bottom: none;
}
ul.send-summary li span {
		display: inline-block;
}
ul.send-summary li .name {
		text-align: left;
}
ul.send-summary li .value {
		text-align: right;
		float: right;
}
ul.send-summary li .value span {
		color: #057EEF;
}
/*----------------------------------------------------------------------- Switch */
.onoffswitch {
	position: relative;
	width: 90px;
	float: left;
	display: inline-block;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	background: rgba(88,92,106,0.5);
	margin: 0;
	padding: 0;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	background-color: #1c89ef;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	color: #FFF;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 24px;
	height: 24px;
	margin: 8px;
	background: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
/*----------------------------------------------------------------------- Checkboxes */
.custom-checkbox input[type=checkbox] {
		display: none;
}
.custom-checkbox {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		position: relative;
}
.custom-checkbox label {
		cursor: pointer;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: none;
		padding-left: 50px;
		line-height: 30px;
}
.custom-checkbox label span {
		cursor: pointer;
		width: 30px;
		height: 30px;
		margin: 0;
		margin-right: 20px;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 0;

		border: 2px solid rgba(88,92,106,0);
		background: rgba(88,92,106,0.3);
		border-radius: 3px;
}

.custom-checkbox input[type=checkbox]:checked + label span {
		border: 2px solid #057EEF;
		background: #057EEF;
}
.custom-checkbox input[type=checkbox]:checked + label:hover span {
		background: #057EEF;
}
.custom-checkbox label span:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		content: '';
		position: absolute;
		width: 16px;
		height: 10px;
		background: transparent;
		top: 5px;
		left: 5px;
		border: 3px solid #fff;
		border-top: none;
		border-right: none;

		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
}
.custom-checkbox label:hover span::after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: 0.9;
}
.custom-checkbox input[type=checkbox]:checked + label span:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
}

/*----------------------------------------------------------------------- Radio */
.custom-radio input[type=radio] {
		display: none;
}
.custom-radio {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		position: relative;
}
.custom-radio label {
		cursor: pointer;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: none;
		padding-left: 50px;
		line-height: 30px;
}
.custom-radio label span {
		cursor: pointer;
		width: 30px;
		height: 30px;
		margin: 0;
		margin-right: 20px;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 0;

		border: 2px solid #ccc;
		border-radius: 15px;
}

.custom-radio input[type=radio]:checked + label span {
		border: 2px solid #30D0F0;
		background: #fff;
}
.custom-radio input[type=radio]:checked + label:hover span {
		background: #E0F7FC;
}
.custom-radio label span:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		content: '';
		position: absolute;
		width: 14px;
		height: 14px;
		background: #00AFEF;
		top: 6px;
		left: 6px;

		border-radius: 7px;

}
.custom-radio label:hover span::after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: 0.5;
}
.custom-radio input[type=radio]:checked + label span:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
}

/*--------------------------------------------------------------------------- Tables */

.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	padding-bottom: 30px;
}

.table {
		font-weight: 400;
		font-size: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > td {
/*
		word-wrap: break-word;
		word-break: break-all;
*/
		padding: 20px 5px;
}
.table > tbody > tr > td {
		border-color: rgba(206,209,224,0.3);
}
.table > thead > tr > th {
		border-bottom: none;
		font-weight: 500;
		color: rgba(0,0,0,0.3);
}
.table > thead > tr > th .glyphicon {
		margin-right: 3px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
		background-color: rgba(0,0,0,0.03);
}
.table.vaults > tbody > tr > td {
		border: none;
}
.table.vaults > tbody > tr:nth-child(odd) > td {
		/*background-color: rgba(237,239,240,0.3);*/
}
.table.vaults {
		color: #ABADB4;
}
.table.vaults .number {
		font-size: 16px;
		color: #585C6A;
}
.flag {
		margin-right: 10px;
		vertical-align: middle;
}
.table > tbody > tr > td.currency {
		font-weight: 500;
		padding-left: 40px;
		color: #585C6A;
}
.table .avatar {
		margin-right: -10px;
		vertical-align: middle;
		border-radius: 50px;
		width: 40px;
		height: 40px;
		margin-left: 40px;
}
.table .blue {
		color: #03A7E6;
}
.table .bold {
		font-weight: 600;
}
.table span.icon {
		width: 25px;
		height: 25px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px auto;
		vertical-align: middle;
		margin-right: 20px;
		margin-left: 0px;
}
.table span.icon.currency {
		background-image: url(../images/ico/currency-small.png);
}
.table span.icon.crypto {
		background-image: url(../images/ico/crypto-small.png);
}
.table span.icon.commodity {
		background-image: url(../images/ico/commodity-small.png);
}
.table span.icon.stock {
		background-size: auto 25px;
		background-image: url(../images/ico/stock-small.png);
}
.table .status {
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
		background: #808080;
		display: block;
		width: auto;
		font-size: 13px;
		padding: 5px 10px;
		margin: -3px 0px;
		border-radius: 3px;
		float: left;
}
.table span.orange {
		background: #FA990F;
}
.table span.blue {
		background: #00AFEF;
}
.table span.green {
		background: #8AB526;
}
.table span.red {
		background: #E94E77;
}
.table .vault {
		color: rgba(88,92,106,0.6);
}
.table .vault b {
		font-weight: 500px;
		color: rgba(88,92,106,1);
}
.table .uid {
		color: rgba(88,92,106,0.6);
		font-size: 14px;
}
.table.balance,
.table.orders,
.table.history {
		color: #ABADB4;
		background-color: #fff;

		-webkit-box-shadow: -1px 2px 70px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: -1px 2px 70px rgba(0, 0, 0, 0.15);
		box-shadow: -1px 2px 70px rgba(0, 0, 0, 0.15);
}
.table.balance > tbody > tr,
.table.orders > tbody > tr,
.table.history > tbody > tr {
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
}
.table.balance > tbody > tr:hover,
.table.orders > tbody > tr:hover,
.table.history > tbody > tr:hover {
		background: rgba(247,246,242,0.5);
}

/*-------------------------------------------------------------------------- History */
.table.history li {
		border-bottom: 1px solid rgba(206,209,224,0.5);
		cursor: pointer;
		padding-left: 50px;
		padding-right: 50px;
		float: left;
		width: 100%;

		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
}
.table.history li:last-child {
		border-bottom: none;
}
.table.history li:hover {
		background: rgba(247,246,242,0.5);
}
.table.history div {
		padding: 30px 5px;
		position: relative;
		cursor: pointer;
		display: inline-block;
}
.table.history div.row {
		padding: 0;
		display: block;
		float: left;
		width: 100%;
}

.table.history .type {
		color: #057EEF;
		color: #585C6A;
		text-transform: uppercase;
		min-width: 250px;
		font-weight: 500;
}
/*
.table.history .type.send,
.table.history .type.sell {
		color: #FC2768;
}
*/
.table.history .type span.icon {
		width: 32px;
		height: 32px;
		display: inline-block;
		margin-right: 20px;
		background-size: 32px auto;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: middle;
}
.table.history .type.buy .icon {
		background-image: url(../images/ico/buy-blue.png);
		background-size: 20px auto;
}
.table.history .type.sell .icon {
		background-image: url(../images/ico/sell.png);
		background-size: 22px auto;
}
.table.history .type.send .icon {
		background-image: url(../images/ico/send.png);
		background-size: 26px auto;
}
.table.history .type.receive .icon {
		background-image: url(../images/ico/receive.png);
		background-size: 26px auto;
}
.table.history .space {
		min-width: 60px;
		color: rgba(0,0,0,0.3);
}
.table.history .sender {
		color: #666;
}
.table.history .date {
		text-align: right;
		position: relative;
		float: right;
}
.table.history .number-wrap {
		min-width: 200px;
}
.table.history .number-wrap .number {
		font-size: 20px;
		line-height: 20px;
		color: #585C6A;
}
.table.history .number-wrap .currency {
		font-weight: 600;
		color: rgba(0,0,0,0.3);
		font-size: 13px;
		margin-left: 0px;
}

/*-------------------------------------------------------------------------- Balance */
.table.balance > tbody > tr > td {
		padding: 30px 5px;
		position: relative;
		cursor: pointer;
}
.table.balance > tbody > tr > td:last-child {
		padding-right: 50px;
}
.table.balance > tbody > tr > td:first-child {
		padding-left: 50px;
}
.table.orders > tbody > tr > td:last-child,
.table.orders > thead > tr > th:last-child {
		padding-right: 50px;
		text-align: right;
}
.table.orders > tbody > tr > td:first-child,
.table.orders > thead > tr > th:first-child {
		padding-left: 50px;
}

.table.balance > tbody > tr.glow,
.table.balance > tbody > tr.glow-red {
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

.table.balance .slider {
		width: 160px;
		height: 5px;
		background-color: rgba(0,0,0,0.05);
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		float: left;
}
.table.balance .slider .slide {
		width: 0;
		height: 5px;
		background-color: #057EEF;
		display: block;
		float: left;

		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.table.balance .glow-red .slider .slide {
		background-color: #FC2768;
}
.table.balance .slider span {
		display: block;
		float: left;
}
.table.balance .slider-wrap {
		width: 230px;
}
.table.balance .ratio {
		color: #ccc;
}
.table.balance .gateway,
.table.orders .gateway,
.table.orders .number {
		color: #666;
}
.table.balance .gateway span {
		max-width: 150px;
		display: inline-block;

		overflow: hidden;
		text-overflow: ellipsis;
}
.table.balance .number-wrap {
		text-align: right;
		position: relative;
		padding-right:  50px;
}
.table.balance .number-wrap .number {
		font-size: 22px;
		line-height: 20px;
		color: #585C6A;
}
.table.balance .glow .number-wrap .number {
		color: #057EEF;
}
.table.balance .glow-red .number-wrap .number  {
		color: #FC2768;
}
.table.balance .number-wrap .currency {
		font-weight: 600;
		color: #999;
		font-size: 14px;
		margin-left: 10px;
}
.table.balance .number-wrap .currency .dot {
		border-radius: 50px;
		width: 16px;
		height: 16px;
		background: #057EEF;
		border: 4px solid #e6e6e6;
		position: absolute;
		display: none;

		right: 20px;
		top: 50%;
		margin-top:  -9px;
}
.table.balance .number-wrap .currency.active {
		background: none;
}
.table.balance .number-wrap .currency.active .dot {
		display: block;
}
.modal-body .table {
		font-size: 13px;
}
.modal-body .table > thead > tr > th,
.modal-body .table > tbody > tr > td {
		word-wrap: break-word;
		word-break: break-all;
		padding: 5px 5px;
}

/*-------------------------------------------------------------------------- Orders */
.modal-body .table.orders {
		color: #ABADB4;
		background-color: none;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
}

.table.orders > tbody > tr > td {
		padding: 30px 5px;
		position: relative;
		cursor: pointer;
		z-index: 0;
		line-height: 30px;
}
.modal-body .table.orders > tbody > tr > td {
		padding: 15px 5px;
		line-height: 30px;
}
.table.orders .btn.cancel {
		z-index: 1;
		height: 30px;
		display: inline-block;
		margin: 0;
		padding: 0;
		padding-left: 10px;
		padding-right: 10px;

		background-color: rgba(0,0,0,0.1);
		color: #666;
}
.table.orders .btn.cancel:hover {
		color: #000;
		background-color: rgba(0,0,0,0.13);
}
.table.orders .btn.cancel:focus {
		background-color: rgba(0,0,0,0.15);
		-webkit-box-shadow: none;
		box-shadow: none;
}

.table.orders .btn[disabled] {
		cursor: crosshair;
}

.table.orders .type {
		color: #8EC919;
		background: none;
		text-transform: uppercase;
		font-weight: 600;
		line-height: 20px;
}
.table.orders .type.red {
		color: #FC2768;
}
.table.orders .type .icon {
		width: 30px;
		height: 30px;
		display: inline-block;
		margin-right: 10px;
		background-image: url(../images/ico/buy.png);
		background-size: 20px auto;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: middle;
}
.table.orders .type.red .icon {
		background-image: url(../images/ico/sell.png);
		background-size: 22px auto;
}

.table.orders .number-wrap .number {
		font-size: 20px;
		line-height: 20px;
		color: #585C6A;
}
.table.orders .number-wrap .currency {
		font-weight: 600;
		color: rgba(0,0,0,0.5);
		font-size: 13px;
}
.table.orders .number-wrap .currency span {
		color: rgba(0,0,0,0.3);
		font-weight: 500;
}


.table.history > tbody > tr > td:last-child,
.table.history > thead > tr > th:last-child {
		padding-right: 50px;
}
.table.history > tbody > tr > td:first-child,
.table.history > thead > tr > th:first-child {
		padding-left: 50px;
}
/*
@media screen and (max-width: 600px) {

		table {
		  border: 0;
		}

		table thead {
		  display: none;
		}

		table tr {
		  margin-bottom: 10px;
		  display: block;
		  border-bottom: 2px solid #ddd;
		}

		table td {
		  display: block;
		  text-align: right;
		  font-size: 13px;
		  border-bottom: 1px dotted #ccc;
		}

		table td:last-child {
		  border-bottom: 0;
		}

		table td:before {
		  content: attr(data-label);
		  float: left;
		  text-transform: uppercase;
		  font-weight: bold;
		}
}
*/
/*-------------------------------------------------------------------------- Buttons */
.btn-lg {
		padding: 10px 24px;
		font-size: 16px;
		line-height: 1.33;
		border-radius: 4px;
}
.btn-default {
		border-color: rgba(0,0,0,0.1);
}
.btn-primary {
		color: #fff;
		background-color: rgba(5,126,239,0.9);
		border-color: rgba(5,126,239,0.9);

		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
		-ms-transition: background 0.3s ease;
		transition: background 0.3s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: rgba(5,126,239,1);
		border-color: rgba(5,126,239,1);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
		background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
		background: rgba(0,0,0,0.1);
		border-color: rgba(0,0,0,0);
}

.btn-danger {
		color: #fff;
		background-color: rgba(252,39,104,0.9);
		border-color: rgba(252,39,104,0.9);

		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
		-ms-transition: background 0.3s ease;
		transition: background 0.3s ease;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
		color: #fff;
		background-color: rgba(252,39,104,1);
		border-color: rgba(252,39,104,1);
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
		background-image: none;
}

/*------------------------------------------------------------------------- Dropdown */
.dropdown-menu {
		border-radius: 0px;
}
.dropdown-menu > li > a {
		padding: 10px 20px;
		font-size: 16px;
}
.dropdown-menu .divider {
		margin: 9px 0;
}
/*-------------------------------------------------------------------------- Loading Icon */
.icon-loading-container {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 100px;
		margin-bottom: 80px;
		overflow: hidden;
		position: relative;
}
.icon-loading {
		height: 66px;
		width: 66px;
		display: inline-block;
		vertical-align: middle;
		background-size: 66px auto;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/ico/icon-rotate-animation.png);
}
@-moz-keyframes rotating {
		from{
			-moz-transform: rotate(0deg);
		}
		to{
			-moz-transform: rotate(360deg);
		}
}
@-ms-keyframes rotating {
		from{
			-ms-transform: rotate(0deg);
		}
		to{
			-ms-transform: rotate(360deg);
		}
}
@-webkit-keyframes rotating {
		from{
			-webkit-transform: rotate(0deg);
		}
		to{
			-webkit-transform: rotate(360deg);
		}
}
@keyframes rotating {
		from{
			transform: rotate(0deg);
		}
		to{
			transform: rotate(360deg);
		}
}
.rotating {
		-moz-animation: rotating 1s linear infinite;
		-ms-animation: rotating 1s linear infinite;
		-webkit-animation: rotating 1s linear infinite;
		animation: rotating 1s linear infinite;
}

/*-------------------------------------------------------------------------- Tooltip */
.tooltip {
		font-size: 16px;
		font-weight: 400;
}
.tooltip-inner {
		max-width: 200px;
		padding: 10px 14px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: rgba(0,0,0,.9);
		border-radius: 4px;
}
/*---------------------------------------------------------------------------- Modal */
@media (min-width: 768px) {
	.modal-dialog {
		width: 700px;

		-webkit-box-shadow: -1px 2px 100px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -1px 2px 100px rgba(0, 0, 0, 0.2);
		box-shadow: -1px 2px 100px rgba(0, 0, 0, 0.2);
	}
}
.modal-backdrop {
		background-color: rgba(72,76,92,.9);
}
.modal-backdrop.fade {
		filter: alpha(opacity=0);
		opacity: 0;
}
.modal-backdrop.in {
		filter: alpha(opacity=97);
		opacity: .97;
}
.modal-content {
		position: relative;
		background: rgba(255,255,255,1);
		background-clip: padding-box;
		border: none;
		border-radius: 0;
		outline: none;

		-webkit-box-shadow: none;
		box-shadow: none;
}
.modal-content h1 {
		text-align: center;
		color: #585C6A;
		font-size:  30px;
}
.modal-content h1.modal-title {
		padding: 20px 0;
}
.modal-content h2 {
		text-align: left;
		color: #585C6A;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
		padding: 0;
		margin: 0;
}
.modal button.close {
		display: block;
		width: 80px;
		height: 80px;
		background-image: url(../images/ico/cross.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px auto;
		float: right;
		filter: alpha(opacity=30);
		opacity: .3;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1100;

		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
.modal button.close:hover,
.modal button.close:focus {
		filter: alpha(opacity=100);
		opacity: 1;
}
.modal-header {
		border-bottom: none;
}
.modal-footer {
		padding: 30px;
		border: none;
}
.modal-body .modal-footer {
		padding: 0;
		margin-top: 30px;
		display: block;
		float: left;
		width: 100%;
}
.modal-footer .back {
		float: left;
}
.modal-footer .btn-lg {
		padding: 15px 30px;
}
.modal-footer .status {
		color: #b3b3b3;
		padding: 15px 0px;
		display: inline-block;
		text-align: left;
		float: left;
		max-width:  70%;
}
.modal-footer .status p {
		margin-bottom: 0;
		padding: 0;
}
.modal-body {
		padding: 30px;
		position: relative;
}
.modal-body table {
		color: #585C6A;
}
.modal-body.new-vault {

}
.modal-body .image-container {
		width: 100%;
		text-align: center;
		padding: 30px 0;
}
.modal-body .image-container img {
		max-width: 500px;
		height: auto;
}
.modal-body header {
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
		border: none;
}

.modal-body fieldset.field-thirty,
.modal-body fieldset.field-fifty,
.modal-body fieldset.field-seventy,
.modal-body fieldset.field-thirty-three {
		float: left;
}


.btn-group-pretty {
		float: left;
		display: block;
		width: 100%;
}
.btn-group-pretty .btn {
		margin: 0;
		padding: 30px 0px;
		width: 48%;
		border-radius: 5px;
		background: none;
		margin-bottom: 10px;
		position: relative;

		border: 1px solid rgba(206,209,224,0.5);

		box-shadow: none;


		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
.btn-group-pretty .btn:hover {
		background: rgba(88,89,106,0.05);
}
.btn-group-pretty .btn:nth-child(even) {
		margin-left: 2%;
}
.btn-group-pretty .btn.active {
		background: #057EEF;
		border: 1px solid #057EEF;
		color: rgba(255,255,255,1);

		box-shadow: 5px 7px 30px rgba(0,0,0,0.4);

		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}
.btn-group-pretty .btn span.title {
		width: 100%;
		display: block;
		text-align: center;
		color: rgba(88,92,106,1);
		font-size: 26px;
		margin-bottom: 5px;
		font-weight: 600;
}
.btn-group-pretty {

}
.btn-group-pretty .btn.active span.title {
		color: rgba(255,255,255,1);
}
.btn-group-pretty .btn span.subtitle {
		width: 100%;
		display: block;
		text-align: center;
		color: rgba(88,92,106,0.8);
		font-size: 16px;
		margin-bottom: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-all;
}
.btn-group-pretty .btn.active span.subtitle {
		color: rgba(255,255,255,1);
}
.btn-group-pretty.amount .btn {
		padding: 10px 10px;
}
.btn-group-pretty.amount .btn span {
		text-align: left;
		padding: 0 10px;
}
.btn-group-pretty.amount .btn span.amount {
		width: 100%;
		display: block;
		color: rgba(88,92,106,0.8);
		font-size: 30px;
		padding-bottom: 10px;
		margin-bottom: 10px;

		border-bottom: 1px dashed rgba(206,209,224,0.5);
}
.btn-group-pretty.amount .btn.active span.amount {
		color: rgba(255,255,255,1);
}
.btn-group-pretty.amount .btn span.title {
		text-align: left;
		margin-bottom:  0;
}
.btn-group-pretty.amount .btn.active span.subtitle {
		color: rgba(255,255,255,0.5);
}

.btn-group-pretty .btn span.tick {
		width: 32px;
		height: 32px;
		background-size: 32px auto;
		background-image: url(../images/ico/tick-white.png);
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		right: 20px;
		top: 15px;
		opacity: 0;

		-webkit-transition: 0.1s linear opacity;
		-moz-transition: 0.1s linear opacity;
		-ms-transition: 0.1s linear opacity;
		-o-transition: 0.1s linear opacity;
		transition: 0.1s linear opacity;

		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		-ms-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
}
.btn-group-pretty .btn.active span.tick {
		opacity: 1;
}

.btn-group-gateway {
		float: left;
		display: block;
		width: 100%;
}
.btn-group-gateway .btn {
		margin: 0;
		padding: 0px;
		width: 49%;
		border-radius: 0px;
		background: none;
		margin-bottom: 10px;
		position: relative;
		display: inline-block;

		border: 1px solid rgba(206,209,224,0.5);

		box-shadow: none;

		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
.btn-group-gateway .btn:hover {

}
.btn-group-gateway .btn:nth-child(even) {
		margin-left: 2%;
}
.btn-group-gateway .btn.active {
		color: rgba(255,255,255,1);

		box-shadow: 10px 10px 40px rgba(0,0,0,0.3);

		border-top: 1px solid rgba(196,196,196,0.25);
		border-left: 1px solid rgba(196,196,196,0.28);

		border-bottom: 1px solid rgba(196,196,196,0.9);
		border-right: 1px solid rgba(196,196,196,0.8);

		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}
.btn-group-gateway .btn .wrap {
		width: 100%;
		float: left;
		border-top: 1px solid rgba(206,209,224,0.5);
		padding: 10px 0;
		padding-bottom:  15px;
}
.btn-group-gateway .btn.active .wrap {
		background-color: #057EEF;
		border-top: 1px solid rgba(255,255,255,1);
}
.btn-group-gateway .btn span.title {
		width: 100%;
		display: block;
		text-align: center;
		color: rgba(88,92,106,1);
		font-size: 18px;
		font-weight: 500;
}
.btn-group-gateway .btn.active span.title {
		color: rgba(255,255,255,1);
}
.btn-group-gateway .btn span.subtitle {
		width: 100%;
		display: block;
		text-align: center;
		color: rgba(88,92,106,0.8);
		font-size: 14px;
}
.btn-group-gateway .btn.active span.subtitle {
		color: rgba(255,255,255,1);
}
.btn-group-gateway .btn span.logo {
		display: block;
		height: 60px;
		width: 100%;
		margin: 30px 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 40px;
		opacity: 0.5;
}
.btn-group-gateway .btn.active span.logo {
		opacity: 1;
}
.btn-group-gateway .btn span.tick {
		width: 32px;
		height: 32px;
		background-size: 32px auto;
		background-image: url(../images/ico/tick-white.png);
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		right: 20px;
		bottom: 20px;
		opacity: 0;

		-webkit-transition: 0.1s linear opacity;
		-moz-transition: 0.1s linear opacity;
		-ms-transition: 0.1s linear opacity;
		-o-transition: 0.1s linear opacity;
		transition: 0.1s linear opacity;

		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		-ms-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
}
.btn-group-gateway .btn.active span.tick {
		opacity: 1;
}

/*----------------------------------------------------------------------- Connect */

.gateway-connect {
		background-color: #EDEFF0;
		margin: 0 -30px;
		padding: 40px 30px;
		padding-left: 40px;
		margin-bottom:  30px;
}
.gateway-connect span.logo {
		display: block;
		height: 60px;
		width: 100%;
		margin: 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 40px;
		opacity: 1;
}

/***********************************  Nav Form Switch */
ul.nav-form-switch {
		margin-top: -16px;
}
ul.nav-form-switch li {
		display: inline-block;
		padding: 15px 15px;
		border-bottom: 3px solid #fff;
		color: #CED1E0;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 16px;
		cursor: pointer;

		-webkit-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
ul.nav-form-switch li:hover {
		border-bottom: 3px solid #e6e6e6;
		color: #9FA3B5;
}
ul.nav-form-switch li:active {
		color: #057EEF;
}
ul.nav-form-switch li.active {
		border-bottom: 3px solid #057EEF;
		color: #585C6A;
		font-weight: 400;

}
.modal-body .dropdown {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 30px;
		float: left;
}
.modal-body .dropdown .btn-primary {
		background: rgba(88,89,106,0.12);
		color: rgba(88,89,106,0.9);
		border: none;
		width: 100%;
		text-align: left;
		text-transform: capitalize;
		padding: 20px 30px;
}
.modal-body .dropdown .btn-primary .caret {
		float: right;
		margin-top: 8px;
}
.modal-body .dropdown .dropdown-menu {
		width: 100%;
}
.modal-body .dropdown .dropdown-menu a {
		cursor: pointer;
}
.modal-body label {
		color: rgba(88,89,106,0.9);
}
.modal-body p {
		color: #999;
		font-size:  14px;
}
ul.progress-dots {
		position: absolute;
		right: 30px;
		top: 35px;
		z-index: 11;
}
ul.progress-dots li {
		width: 12px;
		height: 12px;
		display: inline-block;
		background: rgba(88,89,106,0.2);
		text-indent: -9999em;
		border-radius: 50px;
		margin-left: 10px;
}
ul.progress-dots li.active {
		background: #057EEF;
}
.animate-switch-container {
		float: left;
		width: 100%;
		position: relative;
}
.animate-switch {
		width: 100%;
		float: left;
}
/*
.animate-switch.ng-animate {
		-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
		transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
}
.animate-switch.ng-enter {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		opacity: 0;
}
.animate-switch.ng-leave.ng-leave-active {
		opacity: 0;
}
.animate-switch.ng-enter.ng-enter-active,
.animate-switch.ng-leave {
		opacity: 1;

		-webkit-transition-delay: 0s;
		transition-delay: 0s;
}
*/

/*--------------------------------------------------------------------- Modal Buttons */
.modal-buttons {
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
		display: block;
		text-align: center;
}
.modal-buttons li {
		padding: 0;
		width: 45%;
		height: 160px;
		overflow: hidden;
		text-align: center;
		display: block;
		float: left;
		cursor: default;
		background: rgba(237,239,240,0.9);

		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
.modal-buttons li:hover {
		background: rgba(237,239,240,1);
}
.modal-buttons li:active,
.modal-buttons li.active {
		background: #057EEF;
}
@media (max-width: 800px) {
		.modal-buttons {
				margin-left: 50%;
				width: auto;
		}
		.modal-buttons li {
				display: block;
				clear: both;
				margin-left: -80px;
		}
}
.modal-buttons li .icon {
		width: 34px;
		height: 34px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 34px auto;
		display: inline-block;
		text-align: center;
		margin-top: 40px;
}
.modal-buttons li .title {
		display: block;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		font-size: 18px;
		margin-top: 10px;
}

/*--------------------------------------------------------------------- Modal Alerts */
.modal-alert {
		text-align: center;
		width: 100%;
		float: left;
		padding-bottom: 40px;
}
.modal-alert h3 {
		color: #057EEF;
}
.modal-alert.error h3 {
		color: #E94E77;
}
.modal-alert h4 {
		color: #057EEF;
		font-size: 16px;
		font-weight: 400;
}
.modal-alert.error h4 {
		color: #E94E77;
}
.modal-alert h4 a {
		color: #057EEF;
}
.modal-alert .icon {
		padding: 0;
		width: 160px;
		height: 160px;
		border: 2px solid rgba(255,255,255,.3);
		overflow: hidden;
		text-align: center;
		display: inline-block;
		border-radius: 200px;
		cursor: default;

		background-position: center;
		background-repeat: no-repeat;
		background-size: 50px auto;
		margin-top: 40px;
}
.modal-alert .icon.loading {
		height: 162px;
		width: 162px;
		background-size: 162px auto;
		background-image: url(../images/ico/icon-rotate-animation-big.png);
		border: none;
}
.modal-alert.success .icon {
		background-image: url(../images/ico/tick-blue-big.png);
		border: 2px solid rgba(5,126,239,1);
}
.modal-alert.error .icon {
		background-image: url(../images/ico/cross-red-big.png);
		border: 2px solid rgba(252,38,104,1);
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Trade
/*-----------------------------------------------------------------------------------*/
.tradex {
		background: #353845;
		background: #2F323D;
		/*
		background: #23252E;
		background: #1D1F26;
		*/

		box-shadow: 2px 0px 10px rgba(0, 0, 0, .15);

		position: absolute;
		overflow: hidden;
		z-index: 200;

		display: block;
		height: auto;
		min-height: 100%;
		min-height: 1200px;

		margin-left: -20px;
		margin-right: -20px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 20px;
		right: 20px;
		left: 20px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
@media (min-width: 768px) {
		.tradex {
				margin-left: -30px;
				margin-right: -30px;
				padding-right: 30px;
				padding-left: 30px;
				left: 30px;
				right: 30px;

				margin-top: -100px;
				padding-top:  110px;
		}
}
@media (min-width: 992px) {
		.tradex {
				padding-top:  100px;
		}
}
@media (min-width: 1200px) {
		.tradex {
				margin-left: -50px;
				margin-right: -50px;
				padding-right: 50px;
				padding-left: 50px;
				right: 50px;
				left: 50px;
		}
}
@media (min-width: 1300px) {
		.tradex {
				padding-top:  120px;
		}
}

.tradex .table {
		background: none;
		color: #fff;
}
.tradex .table,
.tradex .table td,
.tradex .table th {
		border: none;
		padding: 0;
}
.tradex .table th {
		text-transform: uppercase;
		color: #fff;
		opacity: .2;
		font-weight: 500;
		padding: 10px 0;
}
.tradex .table td {
		padding: 0 auto;
		line-height: 18px;
		height: 18px;
		font-size: 12px;
		font-family: 'Roboto Condensed', sans-serif;
}
.tradex .table td .insig {
		color: rgba(255,255,255,.1);
}
.tradex .table tbody tr:hover {
		background: rgba(0,0,0,.3);
}
.tradex .colorize {
		color: #CCEC2E;
		/*
		color: #81C325;
		color: #8EC919;
		*/
}
.tradex .red .colorize,
.tradex .red.colorize {
		color: #FC2768;
}

/*------------------------------------------------------------------- Trade Price Panel */
.tradex .price-panel {
		width: 100%;
		opacity: 1;
		position: absolute;
		top: 250px;
		left: 0;
		right: 0;

		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		-ms-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
}
.tradex .price-panel.off {
		opacity: 0;
		z-index: -1;
}
.tradex .price-panel .price-graph {
		float: left;
		height: 500px;
		width: 100%;
		display: block;
		position: relative;
}
.tradex .price-panel .loading {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 300px;
		height: 50px;
		margin-left: -150px;
		margin-top: -50px;

		color: rgba(255,255,255,.3);
		font-style: italic;
		text-align: center;
		font-size: 20px;
		padding: 10px 0px;
		font-weight: 300;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
/*------------------------------------------------------------------- Trade Left Panel */
.left-panel {
		float: left;
		width: 250px;
		position: relative;
		margin-left: -50px;
		min-height: 1200px;
}
.tradex .left-panel .loading {
		width: 100%;
		float: left;
		color: rgba(255,255,255,.3);
		font-style: italic;
		text-align: center;
		font-size: 16px;
		padding: 10px 0px;
		font-weight: 300;
		margin-top: -25px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.tradex .left-panel .loading .loader {
		margin-bottom: 20px;
}
.tradex .center-panel .order-book .loading {
		width: 100%;
		float: left;
		color: rgba(255,255,255,.3);
		font-style: italic;
		text-align: center;
		font-size: 16px;
		padding: 60px 0px;
		font-weight: 300;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
@media (max-width: 1200px) {
.tradex .left-panel {
		display: none;
}
}
@media (min-width: 1300px) and (max-width: 1700px) {
.tradex .left-panel {
		display: none;
}
}
.tradex .table.live-trades td,
.tradex .table.live-trades th {
		text-align: right;
}
.tradex .table.live-trades {
		margin-top: 0;
}
.tradex .table.live-trades tbody tr.glow {
		-webkit-animation: 1s glow-row ease-out;
		animation: 1s glow-row ease-out;
}
.tradex .table.live-trades tbody tr.red.glow {
		-webkit-animation: 1s glow-row-red ease-out;
		animation: 1s glow-row-red ease-out;
}

.animate-table {

	    -webkit-transition: 1s ease-out all;
	    transition: 1s ease-out all;

}

/*
.animate-table:hover {
	    -webkit-transition: none;
	    transition: none;
}
*/

.animate-table.ng-move,
.animate-table.ng-enter,
.animate-table.ng-leave {

	    -webkit-transition: all ease-out 0.5s;
	    transition: all ease-out 0.5s;


		background: rgba(129,195,37,0);
		background: rgba(243,49,113,0);
}

.animate-table.ng-leave.ng-leave-active,
.animate-table.ng-move,
.animate-table.ng-enter {
	    /*opacity: 0;*/
		background: rgba(129,195,37,0);
}

.animate-table.ng-leave,
.animate-table.ng-move.ng-move-active,
.animate-table.ng-enter.ng-enter-active {
	    /*opacity: 1;*/
	    background: rgba(129,195,37,0.7);
}

.red.animate-table.ng-leave,
.red.animate-table.ng-move.ng-move-active,
.red.animate-table.ng-enter.ng-enter-active {
   		background: rgba(243,49,113,0.7);
}

.animate-table.changed {
		-webkit-animation: 1s glow-row ease-out;
		animation: 1s glow-row ease-out;
}
.animate-table.new {
		-webkit-animation: 1s glow-row ease-out;
		animation: 1s glow-row ease-out;
}

.red.animate-table.changed {
		-webkit-animation: 1s glow-row-red ease-out;
		animation: 1s glow-row-red ease-out;
}
.red.animate-table.new {
		-webkit-animation: 1s glow-row-red ease-out;
		animation: 1s glow-row-red ease-out;
}

.animate-table.my {
		background-color: rgba(0,0,0,0.2);
}
.animate-table.cancelling {
		background-color: rgba(0,0,0,1);
		opacity: 0.3;
}

.tradex .table.live-trades td.time {
		color: rgba(255,255,255,.3);
}
.tradex .table tbody tr:hover td.time {
		color: rgba(255,255,255,.9);
}
.tradex .table.live-trades td.price {
		padding-right: 5px;
}
/*------------------------------------------------------------------------ Amount Bar */
.tradex .table.live-trades .bar {
		width: 30px;
		max-width: 30px;
		overflow: hidden;
}
.tradex .table.live-trades .bar span {
		height: 2px;
		margin-top: 9px;
		min-width: 1px;
		display: inline-block;
		float: left;
}
.tradex .table .bar span {
		background: #CCEC2E;
}
.tradex .table .grey .bar span {
		background: rgba(255,255,255,.2);
}
.tradex .table .red .bar span {
		background: #FC2768;
}
/*--------------------------------------------------------------------- Clock Widget */
.clock-widget {
		float: left;
		width: 100%;
		display: block;
		text-align: left;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		margin-bottom: 40px;
		height: 50px;
		margin-left: 50px;
}
.clock-widget ul {
		float: left;
		height: 50px;
		margin: 0;
		padding: 0;

		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		user-select: none;

		cursor: default;
}
.clock-widget ul li {
		width: 100%;
		color: #fff;
		font-size: 50px;
		line-height: 50px;
		height: 50px;
		display: inline;
}
.clock-widget ul li.small {
		font-size: 25px;
		color: rgba(255,255,255,.3);

		-webkit-transition: all 1s linear;
		-moz-transition: all 1s linear;
		-o-transition: all 1s linear;
		-ms-transition: all 1s linear;
		transition: all 1s linear;
}
/*------------------------------------------------------------------- Trade Right Panel */
.tradex .right-panel {
		float: right;
		width: 250px;
		z-index: 0;
		position: relative;
		margin-right: -50px;
		min-height: 850px;
}
@media (max-width: 1200px) {
		.tradex .right-panel {
				margin-right: -30px;
		}
}
/*------------------------------------------------------------------- Order Form Switch */
.order-form-switch {
		color: #fff;
		float: left;
		display: block;
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
		margin-top: -15px;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.1);
}
.order-form-switch li {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		color: rgba(255,255,255,0.5);
		float: left;
		width: 50%;
		text-transform: uppercase;
		cursor: pointer;
		/*text-align: center;*/
		padding-left: 10px;
		vertical-align: central;
}
.order-form-switch li span {
		margin-left: 5px;
		font-weight: 400;
		color: rgba(255,255,255,0.2);
}
.order-form-switch li.active span {
		margin-left: 5px;
		font-weight: 400;
		color: rgba(255,255,255,.2);
}
.order-form-switch li:hover {
		color: rgba(255,255,255,1);
}
.order-form-switch li.active {
		color: rgba(255,255,255,1);
		/*background: rgba(255,255,255,0.01);*/
		border-bottom: 1px solid rgba(255,255,255,1);
}
/*------------------------------------------------------------------- Order Form */
.order-form-container {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 30px;
}
.order-form-container.warning {
		height: 360px;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
}
.order-form-container.warning h2 {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		color: rgba(255,255,255,1);
		margin: 0;
		padding: 0;
		margin-top: -15px;
		text-transform: uppercase;
}
.order-form-container.warning p {
		color: rgba(255,255,255,0.3);
		font-weight: 300;
		padding-right: 50px;
		padding-left: 10px;
}
.order-form-container.warning p a {
		color: #CCEC2E;
}

.order-form-container.warning .label {
		display: none;
}
.order-form-container.warning .btn {
		background: rgba(255,255,255,0.1);
		border: none;
		outline: none;
		display: block;
		float: left;
		width: 230px;
		height: 50px;
		line-height: 50px;
		padding: 0;
		margin-right: 30px;
		color: #fff;
}
.order-form-container.warning .btn:hover,
.order-form-container.warning .btn:focus {
		background: rgba(255,255,255,0.15);
		color: #fff;
}
.order-form-container.warning .btn:focus {
		outline: 0;
		text-decoration: none;
}
.order-form-container.warning .input {
		position: relative;
		background: none;
		color: #fff;
		border: none;
		border-bottom: 1px dashed rgba(255,255,255,0.3);
		border-radius: 0;
		font-size: 20px;
		padding: 16px 12px;
		font-weight: 300;
		background: rgba(255,255,255,0);
		z-index: 1;

		margin-bottom: 20px;
}

.order-form-container .order-form {
		float: left;
		display: block;
		width: 100%;
}
.order-form-container .order-form.active {
		display: block;
}
.order-form {
		position: relative;
		float: left;
		display: block;
}
.order-form .form-group {
		position: relative;
		float: left;
		display: block;
		margin: 0;
}
.order-form .overlay {
		float: right;
		position: relative;
		margin-top: -66px;
		z-index: 0;
		font-size: 14px;
		color: rgba(255,255,255,0.5);
		margin-right: 20px;
}

.order-form.disabled .overlay {
		color: rgba(255,255,255,0.1);
}
.order-form .overlay.market {
		margin-top: -50px;
		font-size: 12px;
		color: rgba(255,255,255,0.3);

		display: inline-block;
		max-width: 70px;
		height: 14px;

		overflow: hidden;
		text-overflow: ellipsis;
}
.order-form.disabled .overlay.market {
		color: rgba(255,255,255,0.1);
}
.order-form .input {
		position: relative;
		background: none;
		color: #fff;
		border: none;
		border-bottom: 1px dashed rgba(255,255,255,0.3);
		border-radius: 0;
		font-size: 20px;
		padding: 16px 12px;
		font-weight: 300;
		background: rgba(255,255,255,0);
		z-index: 1;

		margin-bottom: 20px;
}
.order-form .has-error .input,
.order-form .has-error .input:hover,
.order-form .has-error .input:active,
.order-form .has-error .input:focus {
		border-color: rgba(255,255,255,0.7);
}
.order-form .input:disabled,
.order-form .input:disabled:hover {
		border: none;
		border-bottom: 1px dashed rgba(247,141,204,0.1);
		color: rgba(255,255,255,.1);
}
.order-form ::-webkit-input-placeholder { /* WebKit browsers */
		color: rgba(255,255,255,.5);
}
.order-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: rgba(255,255,255,.5);
		opacity:  1;
}
.order-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: rgba(255,255,255,.5);
		opacity:  1;
}
.order-form :-ms-input-placeholder { /* Internet Explorer 10+ */
		color: rgba(255,255,255,.5);
}
.order-form .input:hover {
		border: none;
		border-bottom: 1px dashed rgba(255,255,255,0.7);
}
.order-form .input:focus {
		border: none;
		border-bottom: 1px solid rgba(255,255,255,1);
		outline: none;
		background: none;
}
.order-form .help-block.error {
		display: none;
}
.order-form .has-error .help-block.error {
		color: #FC2768;
		text-align: right;
		margin: auto;
		position: absolute;
		right: 10px;
		top: 0;
		font-size: 12px;

		display: block;
}
.order-form .btn {
		background: rgba(255,255,255,0.1);
		border: none;
		outline: none;
		display: block;
		float: left;
		width: 230px;
		height: 50px;
		line-height: 50px;
		padding: 0;
		text-transform: uppercase;
		margin-right: 30px;
		color: #fff;
}
.order-form .btn:hover,
.order-form .btn:focus {
		background: rgba(255,255,255,0.15);
		color: #fff;
}
.order-form .btn:focus {
		outline: 0;
		text-decoration: none;
}
.order-form .status {
		display: block;
		width: 100%;
		position: absolute;
		text-align: center;
		padding-top: 0px;
}
.order-form .status h3 {
		color: #fff;
		font-weight: 300;
		margin-bottom: 30px;
}
.order-form .status h4 {
		color: #fff;
		font-size: 14px;
		margin-top: 20px;
}
.order-form .icon {
		display: inline-block;
		width: 66px;
		height: 66px;
		border: 2px solid rgba(255,255,255,0);
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 200px;
}
.order-form .icon.loading {
		background-image: url(../images/ico/icon-rotate-animation-white.png);
		opacity: 0.5;

		-moz-animation: rotating 1s linear infinite;
		-ms-animation: rotating 1s linear infinite;
		-webkit-animation: rotating 1s linear infinite;
		animation: rotating 1s linear infinite;
}
.order-form .icon.success {
		border: 2px solid rgba(255,255,255,0.3);
		background-image: url(../images/ico/tick-white.png);
}
.order-form .icon.error {
		border: 2px solid rgba(255,255,255,0.3);
		background-image: url(../images/ico/cross-white.png);
}
/*---------------------------------------------------------- Markets */
.markets {
		background: none;
		display: block;
		width: 100%;
		padding: 0px;
		float: left;
		min-height: 1200px;
		color: #fff;
}
.markets-dropdown {
		background: rgba(47,50,61,0.98);
		display: block;
		position: absolute;
		z-index: 202;
		min-height: 300px;
		width: 100%;
		padding: 20px;
		padding-top: 0;
}
ul.chart-markets {
		width: 100%;
		display: block;
		float: left;
}
ul.chart-markets li {
		float: left;
		display: block;
		width: 24%;
		margin-right: 1%;
		margin-bottom: 10px;
		cursor: pointer;
		background: rgba(206,209,224,0.05);
		padding: 10px 15px;
		position: relative;

		-webkit-transition: background .1s linear;
		-moz-transition: background .1s linear;
		-o-transition: background .1s linear;
		-ms-transition: background .1s linear;
		transition: background .1s linear;
}
ul.chart-markets.tickers li {
		width: 19%;
}
@media (max-width: 1400px) {
		ul.chart-markets li {
				width: 32%;
				margin-right: 1%;
		}
}
@media (max-width: 1200px) {
		ul.chart-markets li {
				width: 32%;
				margin-right: 1%;
		}
}
@media (max-width: 1000px) {
		ul.chart-markets li {
				width: 49%;
				margin-right: 1%;
		}
}
@media (max-width: 768px) {
		ul.chart-markets li {
				width: 100%;
				margin-right: 0%;
				margin-bottom: 2%;
		}
}
ul.chart-markets li .remove {
		position: absolute;
		right: 0;
		bottom: 0;
		display: none;
		border-radius: 0;
}
ul.chart-markets li:hover .remove {
		display: block;
}
ul.chart-markets li.glow,
ul.chart-markets li.glow-red {
		background: rgba(103,152,14,0.80);

		-webkit-transition: background 1s ease-in-out;
		-moz-transition: background 1s ease-in-out;
		-o-transition: background 1s ease-in-out;
		-ms-transition: background 1s ease-in-out;
		transition: background 1s ease-in-out;
}
ul.chart-markets li.glow-red {
		background: rgba(217,39,93,0.80);
}
ul.chart-markets li.glow-add,
ul.chart-markets li.glow-remove,
ul.chart-markets li.glow-red-add,
ul.chart-markets li.glow-red-remove {
		background: rgba(206,209,224,0.05);

		-webkit-transition: background 1s ease-in-out;
		-moz-transition: background 1s ease-in-out;
		-o-transition: background 1s ease-in-out;
		-ms-transition: background 1s ease-in-out;
		transition: background 1s ease-in-out;
}
ul.chart-markets li.glow-add-active,
ul.chart-markets li.glow-remove {
		background: rgba(103,152,14,0.80);
}
ul.chart-markets li.glow-red-add-active,
ul.chart-markets li.glow-red-remove {
		background: rgba(217,39,93,0.80);
}
ul.chart-markets li.glow-remove-active,
ul.chart-markets li.glow-red-remove-active {
		background: rgba(206,209,224,0.05);
}

ul.chart-markets li:hover {
		background: rgba(206,209,224,0.1);
}
ul.chart-markets li .header {
		float: left;
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
}
ul.chart-markets li .header h2 {
		display: inline-block;
		height: 30px;
		line-height: 1.5em;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		margin: 0;
		padding: 0;
}
ul.chart-markets li .header h2 span.pair {
		font-weight: 400;
}
ul.chart-markets li .header h2 span.pair b {
		color: rgba(255,255,255,0.2);
		font-size: 0.9em;
}
ul.chart-markets li .header h2 span.market {
		color: rgba(255,255,255,0.3);
		font-weight: 300;
		display: block;
}
ul.chart-markets li .header h2.right {
		float: right;
		color: #A6CD43;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
}
ul.chart-markets li .header h2.right span.icon {
		width: 0;
		height: 0;
		margin-top: 10px;
		float: left;
		margin-right: 5px;

		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;

		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #A6CD43;
}
ul.chart-markets li.red .header h2.right span.icon {
		margin-top: 9px;
		border-top: 5px solid #FC2768;
		border-bottom: none;
}
ul.chart-markets li.glow .header h2.right span.icon {
		opacity: 1;
}
ul.chart-markets li.red .header h2.right span.value {
		color: #FC2768;
}
ul.chart-markets li .header h2.right span.change {
		color: rgba(255,255,255,0.2);
		display: block;
		font-weight: 300;
		text-align: right;
		font-size: 0.9em;
		line-height: 1.5em;
}
ul.chart-markets li:hover .header h2.right span.change {
		color: rgba(255,255,255,0.7);
}
ul.chart-markets li .chart-container {
		float: left;
		display: block;
		width: 100%;
		height: 140px;
		position: relative;

		-webkit-transition: background .1s ease-in-out;
		-o-transition: background .1s ease-in-out;
		transition: background .1s ease-in-out;
}
ul.chart-markets li .chart-container .loader {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top:  -20px;
		margin-left:  -20px;
		width: 40px;
		height: 40px;
}
ul.chart-markets li .chart-container .chart {
		width: 100%;
		height: 140px;
		float: left;
		display: block;
}
ul.chart-markets li .chart-container h3 {
		position: absolute;
		top: 20px;
		left: 20px;
		margin: 0;
		padding: 0;
		color: rgba(255,255,255,0.3);
		font-weight: 300;
		font-family: 'Roboto', sans-serif;

		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
}
ul.chart-markets li .footer {
		float: left;
		display: block;
		width: 100%;
		padding: 0 0px;
}
ul.chart-markets li .footer .column {
		width: 33.33333333%;
		float: left;
		margin-top: 5px;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,0.1);
}
ul.chart-markets li .footer .column:last-child {
		border: none;
}
ul.chart-markets li .footer .column span {
		font-size: 11px;
		color: rgba(255,255,255,0.7);
}
ul.chart-markets li .footer .column span.title {
		color: rgba(255,255,255,0.3);
		margin-right: 5px;
}
ul.chart-markets li:hover .footer .column span {
		font-size: 11px;
		color: rgba(255,255,255,1);
}
/*---------------------------------------------------------- Circle Graphs Widget */
.tradex .circle-graph-wrap {
		position: relative;
		padding-left: 100px;
		float: left;
		width: 250px;
		display: block;
		margin-bottom: 30px;
		max-height: 230px;
		overflow: hidden;
}
.tradex.analytics .circle-graph-wrap {
		min-height: 180px;
}
.tradex .circle-graph-wrap.pointer {
		cursor: pointer;
}
.tradex .circle-graph-wrap .circle-graph {
		width: 80px;
		height: 80px;
		position: absolute;
		left: 0;
		bottom: 5px;
		z-index: 0;
}
.tradex .circle-graph-wrap .circle-value {
		position: absolute;
		width: 80px;
		height: 80px;
		line-height: 80px;
		bottom: 7px;
		left: 0;
		font-size: 20px;
		text-align: center;
		z-index: 1;
		color: rgba(255,255,255,0.5);
		font-weight: 400;
		float: left;
}
.tradex .circle-graph-wrap h2 {
		color: rgba(255,255,255,0.3);
		font-size: 16px;
		position: relative;
		font-weight: 300;
		margin-bottom: 10px;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex .circle-graph-wrap ul li {
		margin-top: 0px;
		margin-bottom: 5px;
		float: left;
		width: 100%;
		clear: left;
		font-size: 28px;
		position: relative;
		font-weight: 300;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex .circle-graph-wrap ul li span.value {
		color: rgba(255,255,255,0.5);

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex .circle-graph-wrap ul li span.value.glow {
		animation: .8s glow ease-out 1;
}
@keyframes glow {
    0% {
		color: #AE53C0;
    }
	50% {
		color: #fff;
	}
    100% {
        color: #AE53C0;
    }
}
@-webkit-keyframes glow {
    0% {
		color: #AE53C0;
    }
	50% {
		color: #fff;
	}
    100% {
        color: #AE53C0;
    }
}
.tradex .circle-graph-wrap ul li span.name {
		color: rgba(255,255,255,0.3);
		font-size: .5em;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex .circle-graph-wrap:hover span.value {
		color: #fff;
}
.tradex .circle-graph-wrap:hover h2 {
		color: #fff;
}
.tradex .circle-graph-wrap:hover span.name {
		color: rgba(255,255,255,0.7);
}
/*--------------------------------------------------------------------- Price Widget */
.price-widget {
		float: left;
		width: 100%;
		display: block;
		text-align: left;
		font-weight: 400;
		margin-bottom: 40px;
		height: 50px;
}
.price-widget ul {
		float: left;
		margin: 0;
		height: 50px;

}
.price-widget ul li {
		width: 100%;
		color: #fff;
		font-size: 50px;
		line-height: 50px;
		height: 50px;
		display: inline;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
}
.price-widget ul li.small {
		display: none;
		font-size: 16px;
		color: rgba(255,255,255,0.5);
		font-weight: 300;
}

/*------------------------------------------------------------------- Trade Center Panel */
.tradex .center-panel {
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 0;
		padding: 0 300px;
}
@media (max-width: 1200px) {
.tradex .center-panel {
		padding-left: 20px;
		padding-right: 300px;
}
}
@media (min-width: 1300px) and (max-width: 1700px) {
.tradex .center-panel {
		padding-left: 20px;
		padding-right: 300px;
}
}

/*------------------------------------------------------------------- Trade List */
.trade-list {
		color: #fff;
		float: left;
		display: block;
		width: 100%;
		height: 50px;
		margin-bottom: 40px;
}
.trade-list li {
		float: left;
		margin-right: 20px;
}
.trade-list li.right {
		float: right;
		margin-right: 0;
		text-align: right;
}
.trade-list li span {
		display: block;
}
.trade-list li .title {
		color: rgba(255,255,255,0.3);
		font-size: 14px;
		font-weight: 300;
		font-family: 'Lato', sans-serif;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.trade-list li:hover .title {
		color: rgba(255,255,255,1);
}
.trade-list li .value {
		font-size: 20px;
		font-weight: 300;
}
/*------------------------------------------------------------------ Market List */
.market-list {
		color: #fff;
		float: left;
		display: block;
		width: 100%;
		height: 50px;
		margin-bottom: 40px;
		position:relative;
		z-index: 1000;
}
.market-list > li {
		float: left;
}
.market-list > li.right {
		float: right;
		text-align: right;
}
.market-list > li > a {
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 20px;
}
.market-list > li > a span.icon {
		display: block;
		width: 20px;
		height: 11px;
		background-image: url(../images/ico/arrow-down-white.png);
		background-repeat: no-repeat;
		background-size: 16px auto;
		background-position: center;
		float: right;
		margin-top: 10px;
		opacity: 0.3;
		margin-left: 10px;
}
.market-list > li > a:hover span.icon,
.market-list li.dropdown.open span.icon {
		opacity: 1;
}
.market-list > li.right > a span.icon {
		float: left;
		margin-right: 10px;
		margin-left: 0;
}
.market-list > li > a:hover {
		text-decoration: none;
}
.market-list > li > a span.title {
		display: block;
		width: 100%;
		color: rgba(255,255,255,0.3);
		font-size: 14px;
		font-weight: 300;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.market-list .dropdown-menu {
		background: rgba(53,56,69,0.95);
		border: none;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;

		-webkit-box-shadow: 2px 10px 32px rgba(0, 0, 0, .3);
		box-shadow: 2px 10px 32px rgba(0, 0, 0, .3);
}
.market-list .dropdown-menu li a {
		color: rgba(255,255,255,1);
		padding: 5px 15px;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;

		cursor: pointer;
}
.market-list .dropdown-menu li a span {
		font-weight: 300;
		color: rgba(255,255,255,0.3);
		margin-left: 5px;
}
.market-list .dropdown-menu li:hover a {
		background: none;
		color: rgba(255,255,255,1);
}
.market-list .dropdown-menu li:hover a span {
		color: rgba(255,255,255,1);
}
/*
.market-list .dropdown-menu li.home a {
		color: #3BD2FF;
}
.market-list .dropdown-menu li.home:hover a {
		color: #3BD2FF;
}
*/
.market-list .dropdown-menu li.home a span {
		color: rgba(59,210,255,1);
}
.market-list .dropdown-menu li.home:hover a span {
		color: rgba(59,210,255,1);
		font-weight: 400;
}

/*------------------------------------------------------------------- Balance List */
.balance-list {
		color: #fff;
		float: left;
		display: block;
		width: 100%;
		height: 50px;
		margin-bottom: 40px;
		margin-top: -90px;
		position: relative;
		z-index: 0;
}
.balance-list li {
		width: 47%;
		float: left;
		text-align: right;
		margin-right: 3%;
}
.balance-list li.right {
		text-align: left;
		margin-left: 3%;
		margin-right: 0;
}
.balance-list li span {
		display: block;
}
.balance-list li .title {
		color: rgba(255,255,255,0.3);
		font-size: 14px;
		font-weight: 300;
		font-family: 'Lato', sans-serif;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.balance-list li .value {
		font-size: 20px;
		font-weight: 300;
}
.market-list li.switch {
		position: absolute;
		left: 50%;
		margin-left: -15px;
		display: block;
		width: 30px;
		height: 30px;
}
.market-list li.switch a {
		display: block;
		width: 30px;
		height: 30px;
		text-indent: 9999em;
		overflow: hidden;
		cursor: pointer;
		opacity: 0.3;

		background-image: url(../images/ico/arrow-hor.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 23px auto;
}
.market-list li.switch a:hover {
		opacity: 1;
}
/*------------------------------------------------------------------------ Depth */
.market-depth {
		width: 100%;
		display: block;
		height: 250px;
		float: left;
		position: relative;
		margin-bottom: 10px;
}
.market-depth .chart-depth {
		width: 100%;
		height: 250px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		position: relative;
		z-index: 1;
}
.market-depth .market {
		position: absolute;
		display: block;
		height: 100px;
		width: 300px;
		line-height: 100px;
		font-size: 40px;
		font-weight: 400;
		color: rgba(255,255,255,0.2);
		top: 50%;
		margin-top: -80px;
		left: 50%;
		margin-left: -150px;
		text-align: center;
		cursor: default;
		z-index: 0;

		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		user-select: none;

}
.market-depth .marketx {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		cursor: default;
		z-index: 0;
		margin-top: -30px;

		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		user-select: none;
}
.market-depth .marketx.right {
		left: auto;
		right: 0;
		text-align: right;
}
.market-depth .marketx span {
		display: block;
}
.market-depth .marketx span.title {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		font-weight: 400;
		color: rgba(255,255,255,0.2);
}

/*------------------------------------------------------------------------ Order Book */
.tradex .order-book {
		width: 100%;
		float: left;
		position: relative;
		z-index: 100;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.tradex .order-book .table {
		width: 50%;
		float: left;
		margin: 0;
		padding: 0;
}
.tradex .table.order-book th {
		font-weight: 400;
		opacity: 1;
		color: rgba(255,255,255,0.2);
		font-size: 12px;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex .table.order-book:hover th {
		color: rgba(255,255,255,1);
		cursor: text;
}
.tradex .table.order-book th span {
		color: rgba(255,255,255,.1);
		font-weight: 300;
		display: block;
		line-height: 1em;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex .table.order-book:hover th span {
		color: rgba(255,255,255,.3);
}
.tradex .table.order-book td,
.tradex .table.order-book th {
		text-align: right;
}
.tradex .table.order-book {
		overflow: hidden;
}
.tradex .table.order-book td {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
.tradex .table.order-book.red td,
.tradex .table.order-book.red th {
		text-align: left;
}
.tradex .table.order-book tbody tr.order-mine {
		background: rgba(0,0,0,0.1);
}
.tradex .table.order-book tbody tr.order-mine:hover {
		background: rgba(0,0,0,0.3);
}

.tradex .table.order-book td.price,
.tradex .table.order-book th.price {
		padding-right: 5px;
}
.tradex .table.order-book td.value {
		color: rgba(255,255,255,.3);
}
.tradex .table.order-book tr:hover td.value {
		color: rgba(255,255,255,.7);
}
.tradex .table.order-book.red td.price,
.tradex .table.order-book.red th.price {
		padding-left: 5px;
}
@media (max-width: 1700px) {
		.tradex .table.order-book td.sum,
		.tradex .table.order-book th.sum {
				display: none;
		}
}
@media (min-width: 1300px) and (max-width: 1700px) {
		.tradex .table.order-book td.sum,
		.tradex .table.order-book th.sum {
				display: none;
		}
}

/*------------------------------------------------------------------------ Open Orders */
.modal-content.admin .table > thead > tr.open-order-item-header > th {
		font-weight: 300;
		color: rgba(255,255,255,0.5);
		font-size: 16px;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.modal-content.admin .table > thead > tr.open-order-item-header:hover > th {
		color: rgba(255,255,255,1);
}
.open-order-item span {
		font-weight: 300;
		font-size: 16px;
		vertical-align: central;
		padding: 5px 0;
		display: inline-block
}
.open-order-item.buy .colorize {
		color: #2DD5ED;
}
.open-order-item.sell .colorize {
		color: #CCEC2E;
}
.open-order-item b {
		font-weight: 500;
		text-transform: uppercase;
}
.open-order-item a {
		display: inline-block;
		cursor: pointer;
		font-weight: 300;
		text-transform: capitalize;
}
.open-order-item .btn.btn-default {
		border: none;
		background-color: rgba(255,255,255,0.08);
		color: rgba(255,255,255,0.5);
}
.open-order-item .btn.btn-default:hover,
.open-order-item .btn.btn-default:focus,
.open-order-item .btn.btn-default:active,
.open-order-item .btn.btn-default.active {
		background-color: rgba(255,255,255,0.1);
}
/*------------------------------------------------------------------------ Amount Bar */
.tradex .table.order-book .bar {
		width: 30px;
		max-width: 30px;
		overflow: hidden;
}
@media (max-width: 1700px) {
		.tradex .table.order-book .bar {
				width: 10px;
				max-width: 10px;
				overflow: hidden;
		}
}
.tradex .table.order-book .bar span {
		height: 2px;
		margin-top: 9px;
		min-width: 1px;
		display: inline-block;
		float: left;
}
.tradex .table.order-book .bar span {
		background: #CCEC2E;
}
.tradex .table.order-book .grey .bar span {
		background: rgba(255,255,255,.2);
}
.tradex .table.order-book.red .bar span {
		background: #FC2768;
		float: right;
}

/*------------------------------------------------------------------- Stats List */
.stats-list {
		color: #fff;
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 20px;
}
.stats-list li {
		width: 33%;
		float: left;
}
.stats-list.right {
		float: right;
}
.stats-list li span {
		display: block;
}
.stats-list li .title {
		color: rgba(255,255,255,0.3);
		font-size: 20px;
		font-weight: 300;
		font-family: 'Lato', sans-serif;
		margin-bottom: 10px;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.stats-list li:hover .title {
		color: rgba(255,255,255,1);
}
.stats-list li .value {
		font-size: 50px;
		font-weight: 300;
}
.stats-list li.full {
		width: auto;
		float: right;
}
.stats-list li .currency {
		font-size: 20px;
		color: rgba(255,255,255,0.3);
		font-weight: 300;
		display: inline-block;
		margin-left:  5px;
}
/*---------------------------------------------------------- Circle Graphs Widget */

.tradex.analytics .circle-graph-wrap {
		position: relative;
		padding-left: 150px;
		float: left;
		width: 100%;
		display: block;
		padding-bottom: 30px;
}
.tradex.analytics .circle-graph-wrap .circle-graph {
		width: 120px;
		height: 120px;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 0;
}
.tradex.analytics .circle-graph-wrap h2 {
		color: rgba(255,255,255,0.3);
		font-size: 20px;
		font-weight: 300;
		font-family: 'Lato', sans-serif;
		text-transform: capitalize;
		margin-top: 0;
		margin-left: -150px;
		margin-bottom:  30px;

		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex.analytics .circle-graph-wrap:hover h2 {
		color: rgba(255,255,255,1);
}
.tradex.analytics .circle-graph-wrap ul {
		float: left;
		display: block;
		width: 100%;
}
.tradex.analytics .circle-graph-wrap ul li {
		float: left;
		width: 100%;
		position: relative;
		line-height: 1em;
}
.tradex.analytics .circle-graph-wrap ul li span.value {
		color: rgba(255,255,255,1);
		display: inline-block;
		text-align: left;
		font-size: 18px;

		-webkit-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex.analytics .circle-graph-wrap ul li span.name,
.tradex.analytics .circle-graph-wrap ul li span.name a {
		color: rgba(255,255,255, 0.2);
		display: inline-block;
		font-size: 18px;
		text-decoration: none;
		margin-left: 0;

		-webkit-transition: 0.2s linear all;
		transition: 0.2s linear all;
}
.tradex.analytics .circle-graph-wrap:hover ul li span.name,
.tradex.analytics .circle-graph-wrap:hover ul li span.name a {
		color: rgba(255,255,255, 1);
}

/********************************************* modal send tags */
.pretty-tags-spacer {
		margin-top: 0px;
}
.pretty-tags .tags {
		padding: 5px 5px;
		text-align: left;
		background: rgba(0,0,0,0.0);
		background-repeat: no-repeat;
		color: #333;
		border: 2px solid rgba(0,0,0,.12);
		border-radius: 5px;
		display: block;
		width: 100%;

		box-shadow: none;

		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
}
tags-input .tags {
	    -moz-appearance: none;
	    -webkit-appearance: none;
}
.pretty-tags .tags .input {
		height: 40px;
		font-size: 16px;

		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}
.pretty-tags .tags.focused {
		background-color: #ffffff;
		border: 2px solid rgba(5,126,239,.5);
		outline: none;
		box-shadow: none;
}
.pretty-tags .tags .tag-item {
		background: #057EEF;
		border-radius: 4px;
		color: #fff;
		border: none;
		padding-left: 15px;
		padding-right: 15px;

		font-size: 16px;

		height: 40px;
		line-height: 39px;
}
.pretty-tags .tags .tag-item.selected {
		background: #FC2768;
		border-radius: 4px;
		color: #fff;
		border: none;
}
.pretty-tags .tags .tag-item button {
		background: transparent;
		color: #fff;
		opacity: .4;
}
.pretty-tags .tags .tag-item .remove-button {
		color: rgba(255,255,255,0.4),
}
.pretty-tags .autocomplete {
		border-radius: 4px;
		border: none;

		-webkit-box-shadow: 3px 10px 50px rgba(0, 0, 0, 0.5);
		box-shadow: 3px 10px 50px rgba(0, 0, 0, 0.5);
}
.pretty-tags .autocomplete .suggestions-list {

}
.pretty-tags .autocomplete .suggestion-item.selected {
		color: #262626;
		background-color: #e9e9e9;
}
.pretty-tags .autocomplete .suggestion-item:hover {
		color: #ffffff;
		background-color: #057EEF;
}
.pretty-tags .autocomplete .suggestion-item em {
		font-weight: normal;
		background-color: #ffff00;
}
.bootstrap .autocomplete .suggestion-item.selected em {
		color: #262626;
		background-color: #ffff00;
}
.pretty-tags .autocomplete .suggestion-item span.image {
		width: 50px;
		height: 50px;
		display: block;
		background-color: #e6e6e6;
		display: inline-block;
		border-radius: 100%;
		background-size: cover;
		background-position: center;
		z-index: 2;
}
.pretty-tags .autocomplete .suggestion-item div.name {
		display: inline-block;
		vertical-align: top;
		padding-left: 10px;
}
.pretty-tags .autocomplete .suggestion-item div.name span {
		display: inline-block;
}
.pretty-tags .autocomplete .suggestion-item div.name span.title {
		font-weight: 600;
		color: #585C6A;
		padding-top: 18px;
}
.pretty-tags .autocomplete .suggestion-item div.name span.value {
		font-size: 16px;
		font-weight: 400;
		color: #6FB1E3;
}
.pretty-tags .autocomplete .suggestion-item:hover div.name span.title,
.pretty-tags .autocomplete .suggestion-item:hover div.name span.value  {
		color: #ffffff;
}

/********************************************* modal send typeahead */

.typeahead .dropdown-menu {
		border-radius: 4px;
		border: none;
		max-height: 300px;
		overflow: scroll;
		overflow-x: hidden;
		width: 100%;
		margin-top: 10px;

		-webkit-box-shadow: 3px 10px 50px rgba(0, 0, 0, 0.5);
		box-shadow: 3px 10px 50px rgba(0, 0, 0, 0.5);
}
.typeahead .dropdown-menu li a {
	/*
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	*/
}
.typeahead .dropdown-menu li.active a {
		color: #ffffff;
		background-color: #057EEF;
}
.typeahead .dropdown-menu span.image {
		width: 50px;
		height: 50px;
		display: block;
		background-color: #e6e6e6;
		display: inline-block;
		border-radius: 100%;
		background-size: cover;
		background-position: center;
		z-index: 2;
		margin-right: 10px;
		background-image: url(../images/avatar2.png);
}
.typeahead .dropdown-menu span {
		display: inline-block;
		vertical-align: middle;
}
.typeahead .dropdown-menu span.title {
		font-weight: 500;
		color: #585C6A;
}
.typeahead .dropdown-menu span.title strong {
		font-weight: 600;
}
.typeahead .dropdown-menu span.value {
		font-size: 16px;
		font-weight: 400;
		color: #6FB1E3;
}
.typeahead .dropdown-menu li.active span.title {
		color: #fff;
}

.typeahead .dropdown-menu span.wallet {
		font-size: 14px;
		font-weight: 500;
		color: rgba(0,0,0, 0.3);
		display: inline-block;
		float: right;
		height: 50px;
		line-height: 50px;
}
.typeahead .dropdown-menu li.active span.wallet {
		color: rgba(255, 255, 255, 1);

}


/*------------------------------------------------------------------- Wallets Chart */
.tradex .chart-wrap {
		width: 100%;
		height: 400px;
		display: block;
		position: relative;
		background: none;
		margin-top:  20px;
		float: left;
}
.tradex .chart {
		width: 100%;
		height: 400px;
		display: block;
		position: relative;
		z-index: 1;
}
.tradex .chart-wrap .loader {
		position: absolute;
		height: 100px;
		left: 50%;
		top: 50%;
		margin-top: -70px;
		margin-left: -200px;
		z-index: 0;
}
.loader h1 {
		color: rgba(255,255,255,0.3);
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 24px;
}
.loader h2 {
		color: rgba(255,255,255,0.3);
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 16px;
		display: block;
}
.slider {
		position: absolute;
		width: 400px;
		height: 2px;
		margin-top: 20px
}
.loadline {
		position: absolute;
		background: #fff;
		width: 400px;
		height: 2px;
}
.break {
		position: absolute;
		background: #2f323d;
		width: 9px;
		height: 2px;
}
.dot1 {
		-webkit-animation: loading 2s infinite;
		-moz-animation: loading 2s infinite;
		-ms-animation: loading 2s infinite;
		-o-animation: loading 2s infinite;
		animation: loading 2s infinite;
}
.dot2 {
		-webkit-animation: loading 2s 0.5s infinite;
		-moz-animation: loading 2s 0.5s infinite;
		-ms-animation: loading 2s 0.5s infinite;
		-o-animation: loading 2s 0.5s infinite;
		animation: loading 2s 0.5s infinite;
}
.dot3 {
		-webkit-animation: loading 2s 1s infinite;
		-moz-animation: loading 2s 1s infinite;
		-ms-animation: loading 2s 1s infinite;
		-o-animation: loading 2s 1s infinite;
		animation: loading 2s 1s infinite;
}

@keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}
@-moz-keyframes loading {
		from { left: 0; }
		to { left: 400px; }
}
@-webkit-keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}
@-ms-keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}
@-o-keyframes "loading" {
		from { left: 0; }
		to { left: 400px; }
}



@-webkit-keyframes glow-row {
    100% {
        background: rgba(129,195,37,0);
    }
    20% {
		background: rgba(129,195,37,0.3);
    }
    0% {
        background: rgba(129,195,37,0);
    }
}
@-webkit-keyframes glow-row-red {
    100% {
        background: rgba(243,49,113,0);
    }
    20% {
		background: rgba(243,49,113,0.3);
    }
    0% {
        background: rgba(243,49,113,0);
    }
}
@keyframes glow-row {
    100% {
        background: rgba(129,195,37,0);
    }
    20% {
		background: rgba(129,195,37,0.3);
    }
    0% {
        background: rgba(129,195,37,0);
    }
}
@keyframes glow-row-red {
    100% {
        background: rgba(243,49,113,0);
    }
    20% {
		background: rgba(243,49,113,0.3);
    }
    0% {
        background: rgba(243,49,113,0);
    }
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Icons
/*-----------------------------------------------------------------------------------*/
@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {

		.rc-navbar-homepage .navbar-header .navbar-brand {
				background-size: 210px auto;
				background-image: url(../images/ico/logo_gatehub_text@2x.png);
		}
@media (max-width: 768px) {
		.rc-navbar-homepage .navbar-header .navbar-brand {
				width: 100px;
				background-size: 56px 62px;
				background-image: url(../images/ico/logo_gatehub@2x.png);
				opacity: .4;
		}
}
		.rc-home-footer .copyright div {
				background-image: url(../images/ico/logo_gatehub@2x.png);
		}
		body.rc-coming h1 {
				background-image: url(../images/ico/logo_gatehub_text@2x.png);
		}
		.rc-navbar-static-left .navbar-header .navbar-brand {
				background-image: url(../images/ico/logo_gatehub@2x.png);
		}

		.rc-navbar-static-left .nav li a .icon.crown {
				background-image: url(../images/ico/crown@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.home {
				background-image: url(../images/ico/home@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.wallet {
				background-image: url(../images/ico/wallet@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-left .nav li a .icon.box-up {
				background-image: url(../images/ico/box-up-white@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.box-down {
				background-image: url(../images/ico/box-down-white@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.help {
				background-image: url(../images/ico/help@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.wrench {
				background-image: url(../images/ico/wrench-white@2x.png);
				background-size: 28px auto;
		}
		.rc-navbar-static-left .nav li a .icon.power {
				background-image: url(../images/ico/power-white@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-left .nav li a .icon.trade {
				background-image: url(../images/ico/trade@2x.png);
				background-size: 30px auto;
		}
		.home-header-buttons li a .icon.cloud-up {
				background-image: url(../images/ico/cloud-up@2x.png);
		}
		.home-header-buttons li a .icon.cloud-down {
				background-image: url(../images/ico/cloud-down@2x.png);
		}
		.rc-navbar-static-top .rc-nav-right li a .icon.wrench {
				background-image: url(../images/ico/wrench@2x.png);
				background-size: 28px auto;
		}
		.rc-navbar-static-top .rc-nav-right li a .icon.power {
				background-image: url(../images/ico/power@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-top .rc-nav-right li a .icon.bell {
				background-image: url(../images/ico/bell@2x.png);
				background-size: 26px auto;
		}
		.rc-navbar-static-left .nav li a .icon.users {
				background-image: url(../images/ico/users@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.user {
				background-size: 24px auto;
				background-image: url(../images/ico/user1@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.analytics {
				background-image: url(../images/ico/analytics@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.wrench {
				background-image: url(../images/ico/wrench-white@2x.png);
				background-size: 28px auto;
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.power {
				background-image: url(../images/ico/power-white@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.bell {
				background-image: url(../images/ico/bell-white@2x.png);
				background-size: 26px auto;
		}

		.home-header-buttons li a .icon.upright {
				background-image: url(../images/ico/upright32@2x.png);
				background-size: 30px auto;
		}
		.home-header-buttons li a .icon.down {
				background-image: url(../images/ico/down@2x.png);
				background-size: 30px auto;
		}
		.wallets-header .buttons li a .icon.upright {
				background-image: url(../images/ico/upright@2x.png);
		}
		.wallets-header .buttons li a .icon.down {
				background-image: url(../images/ico/down@2x.png);
		}
		.rc-list li.button .icon.plus {
				background-image: url(../images/ico/plus-button@2x.png);
		}
		.home-header-buttons li a .icon.move-left {
				background-image: url(../images/ico/move-left2x.png);
				background-size: 44px auto;
		}
		.home-header-buttons li a .icon.move-right {
				background-image: url(../images/ico/move-right@2x.png);
				background-size: 44px auto;
		}
		.modal-buttons li .icon.ripple {
				background-image: url(../images/ico/ripple-white@2x.png);
				background-size: 32px auto;
		}
		.modal-buttons li .icon.twitter {
				background-image: url(../images/ico/twitter-white@2x.png);
		}
		.modal-buttons li .icon.email {
				background-image: url(../images/ico/email-white@2x.png);
		}
		.rc-right-panel h1 span {
			background-image: url(../images/ico/bell-white@2x.png);
		}
		.rc-list li a .title .icon.heart {
				background-size: 16px 13px;
				background-image: url(../images/ico/heart@2x.png);
		}
		.rc-more a .icon.arrow {
				background-image: url(../images/ico/arrow-down-black@4x.png);
		}
		.rc-main-container header.user .options li a .icon.pencil {
				background-size: 21px auto;
				background-image: url(../images/ico/pencil-big@2x.png);
		}
		.rc-main-container header.user .options li a .icon.heart-green {
				background-image: url(../images/ico/heart-green@2x.png);
		}
		.rc-main-container header.user .options li a .icon.heart {
				background-image: url(../images/ico/heart-dark@2x.png);
		}
		.rc-main-container header.user .options li a .icon.chart {
				background-image: url(../images/ico/graph-dark@2x.png);
		}
		.rc-main-container header .rc-icon {
				background-image: url(../images/ico/arrow-down-black@4x.png);
		}
		.rc-signin .form-signin .account {
				background-image: url(../images/ico/user@2x.png);
				background-repeat: no-repeat;
				background-size: 24px auto;
		}
		.rc-signin .form-signin .password {
				background-image: url(../images/ico/password@2x.png);
				background-repeat: no-repeat;
				background-size: 22px auto;
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.graph {
				background-image: url(../images/ico/graph@2x.png);
		}
		.rc-navbar-static-top .rc-nav-left li a span.heart {
				background-image: url(../images/ico/heart-white@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.drop {
				background-image: url(../images/ico/drop@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.wallet {
				background-size: auto 32px;
				background-image: url(../images/ico/wallet@2x.png);
		}
		.rc-navbar-static-top.transparent .rc-nav-right li a .icon.trade {
				background-size: 30px auto; 
				background-image: url(../images/ico/trade@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a.off .icon.drop {
				background-image: url(../images/ico/dropx@2x.png);
		}
		.rc-main-container header.user .options li a .icon.trade {
				background-image: url(../images/ico/trade-dark@2x.png);
		}
		ul.dashboard li span.icon.users {
				background-image: url(../images/ico/users-dark@2x.png);
		}
		ul.dashboard li span.icon.deposit {
				background-image: url(../images/ico/box-down@2x.png);
		}
		ul.dashboard li span.icon.withdraw {
				background-image: url(../images/ico/box-up@2x.png);
		}
		.input.search {
				background-image: url(../images/ico/search@2x.png);
		}
		.rc-navbar-static-top .rc-nav-left li a .iconx.plus {background-image: url(../images/ico/plus-button@2x.png);}

		.rc-navbar-static-top.transparent .rc-nav-right li a .icon.wrench {
				background-image: url(../images/ico/wrench-white@2x.png);
				background-size: 28px auto;
		}
		.rc-navbar-static-top.transparent .rc-nav-right li a .icon.power {
				background-image: url(../images/ico/power-white@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-top.transparent .rc-nav-right li a .icon.wallet {
				background-image: url(../images/ico/wallet@2x.png);
				background-size: 30px 32px;
		}
		.rc-navbar-static-top.transparent .rc-nav-left li.dropdown a span.icon {
				background-image: url(../images/ico/arrow-down-white@2x.png);
		}
		.rc-navbar-static-left .navbar-header a.navbar-brand {
				background-image: url(../images/ico/logo_gatehub@2x.png);
		}
		.table span.icon.currency {
				background-image: url(../images/ico/currency-small@2x.png);
		}

		.table.history .type.buy .icon {
				background-image: url(../images/ico/buy-blue@2x.png);
				background-size: 20px auto;
		}
		.table.history .type.sell .icon {
				background-image: url(../images/ico/sell@2x.png);
				background-size: 22px auto;
		}
		.table.history .type.send .icon {
				background-image: url(../images/ico/send@2x.png);
				background-size: 26px auto;
		}
		.table.history .type.receive .icon {
				background-image: url(../images/ico/receive@2x.png);
				background-size: 26px auto;
		}
		.table.orders .type .icon {
				/*background-image: url(../images/ico/buy@2x.png);*/
				background-size: 20px auto;
		}
		.table.orders .type.red .icon {
				/*background-image: url(../images/ico/sell@2x.png);*/
				background-size: 22px auto;
		}


}
