@charset "utf-8";

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

	GateHub Gateway Theme v1.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: #EDEFF0;
}
@media (max-width: 1200px) {
html {
		background: #fff;
}	
}
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;
}

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 {
		margin-top: 40px;
		margin-bottom: 40px;
		border: 2px dashed rgba(255,255,255,0.3);
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
		display: block;
		float: left;
		color: rgba(255,255,255,0.5);
		font-size: 18px;
		
		border-radius: 5px;
}
.rc-empty p:last-child {
		margin-bottom: 0;
}
.rc-empty.wallets {
		margin-top: 0;
		font-size: 18px;
		text-transform: uppercase;
		border-top: #e6e6e6 3px dashed;
		border-bottom: #e6e6e6 3px dashed;
		color: #808080;
}
.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;
}

/*-------------------------------------------------------- Left panel */
.rc-left-panel {
		background-color: rgba(5,126,239,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: rgba(5,126,239,1);
		}
}
@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;

		-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;
		max-width: 800px;
		width: 100%;
		float: left;
}
/*-------------------------------------------------------- Right panel */
.rc-right-panel {
		height: auto;
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		right: auto;
		
		-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 (min-width: 768px) and (max-width: 1300px) {
		.rc-right-panel {
				display: none;
				height: auto;
				position: fixed;
				top: 0;
				bottom: 0;
				right: 0;
				width: 350px;
				background: #EDEFF0;
				
				-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: 100;
		}
}
@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 h1 {
		display: block;
		float: left;
		width: 100%;
		height: 100px;
		line-height: 100px;
		text-align: center;
		background: rgba(88,92,106,.05);
		margin: 0;
		padding: 0;
		font-size: 22px;
		color: rgba(88,92,106,.5);
		
		-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(88,92,106,.5);
}
.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,.15);
}
.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(0,0,0,.3);
		font-weight: 400;
}
.rc-right-panel .empty .dot {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background: rgba(0,0,0,.2);
		margin-top: 10px;
}
.rc-right-panel .icon-loading-container {
		margin-top: 50px;
		margin-bottom: 0;
}
.rc-right-panel .sidebar .dropdown {
		width: 100%;
		padding: 0 40px;
		margin-top: 5px;
		margin-bottom: 30px;
		float: left;
}
.rc-right-panel .sidebar .dropdown ul {
		margin-left: 39px;
}
.rc-right-panel .sidebar .dropdown ul a {
		cursor: pointer;
}
.rc-right-panel .sidebar .dropdown .btn-primary {
		background: rgba(88,92,106,0.8);
		border: none;
		width: 100%;
		text-align: left;
		text-transform: capitalize;
}
.rc-right-panel .sidebar .dropdown .btn-primary .caret {
		float: right;
		margin-top: 8px;
}
.rc-right-panel .sidebar .form-group {
		margin-left: 40px;
		margin: 0;
		padding: 0;
}
.rc-right-panel .sidebar .form-group.switch {
		margin-bottom: 20px;
		margin-top: 10px;
}
.rc-right-panel .sidebar form {
		padding: 0;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 30px;
		float: left;
		width: 100%;
		display: block;
		padding: 0 40px;
}
.rc-right-panel .sidebar .custom-checkbox {
		margin-bottom: 0;
		padding-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Signin Styles
/*-----------------------------------------------------------------------------------*/
body.rc-signin {
		background-color: #057EEF;
}
body.rc-signin .logo {
		background-image: url(../ico/logo_gatehub.png);
		background-size: 56px 62px;
		display: block;
		width: 56px;
		height: 62px;
		margin: auto;
		margin-bottom: 50px;
		margin-top: 50px;
		opacity: 0.5;
}
body.rc-signin .rc-center-panel {
		background: none;
		margin: 0;
}
body.rc-signin h1 {
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-top: 100px;
		font-size: 28px;
		margin-bottom: 20px;
}
body.rc-signin h2 {
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-top: 0px;
		font-size: 18px;
		margin-bottom: 20px;
}
@media (max-width: 768px) {
		body.rc-signin h1 {
				margin-top: 0px;
				margin-bottom: 0px;
		}
}
body.rc-signin .form-signin {
		max-width: 330px;
		padding: 15px;
		margin: 0 auto;
		padding-bottom: 100px;
}
@media (min-width: 768px) {
		body.rc-signin .form-signin {
				max-width: 400px;
		}
}
@media (max-width: 768px) {
		body.rc-signin {
				padding-top: 0px;
				padding-bottom: 20px;
		}
}
body.rc-signin .form-signin .form-group.rc-signin-extra {
		margin-top: 20px;
		float: left;
		display: block;
		width: 100%;
}
body.rc-signin .form-signin .form-group.rc-recovery {
		margin-top: 20px;
}
body.rc-signin .form-signin .form-group.rc-signin-extra a {
		color: #fff;
}
body.rc-signin .btn-lg {
		padding: 20px 16px;
		font-size: 18px;
		line-height: 1.33;
		margin-top: 10px;
		border-radius: 2px;
		text-transform: uppercase;
		color: rgba(255,255,255,0.7);
		
		background: rgba(0,0,0,0.1);
		border: none;
}
body.rc-signin .btn-lg:hover,
body.rc-signin .btn-lg:focus {
		background: rgba(0,0,0,0.2);
}
body.rc-signin .btn-lg:focus {
		outline: 0;
		text-decoration: none;
}
body.rc-signin .btn-link {
		color: #fff;
}
body.rc-signin .extra {
		text-align: right;
		display: block;
		margin-top: 10px;
}
body.rc-signin .extra a {
		padding: 10px 15px;
		color: #fff;
		opacity: .5;
		display: block;
		float: right;
}
body.rc-signin .extra a:hover {
		opacity: 1;
		text-decoration: none;
}
body.rc-signin .extra span {
		padding: 0px;
		padding-top: 15px;
		padding-right: 15px;
		color: #fff;
		opacity: .5;
		display: block;
		float: right;
		width: 100%;
}

/*---------------------------------------------------------------------------- Inputs */
body.rc-signin .form-signin .checkbox {
		font-weight: normal;
		margin-top: 0px;
}
body.rc-signin .form-signin .form-control {
		position: relative;
		font-size: 16px;
		height: auto;
		padding: 10px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
body.rc-signin .form-signin .form-control:focus {
		z-index: 2;
}
body.rc-signin .form-control.rc-input {
		background-color: rgba(0,0,0,0);
		border: none;
		color: #fff;
		padding: 18px 12px;
		font-size: 16px;
		border-radius: 0;
		border-bottom: 1px solid rgba(255,255,255,.8);
		background-size: auto 24px;
		background-repeat: no-repeat;
		background-position: 10px center;
		opacity: 0.5;
		float: left;
		width: 100%;
		margin-bottom: 10px;

		-webkit-box-shadow: none;
		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;
}
body.rc-signin .form-control.rc-input::-webkit-input-placeholder,
body.rc-signin .rc-input.form-control:focus::-webkit-input-placeholder {
		color: #fff;
}
body.rc-signin .form-control.rc-input:-moz-placeholder,
body.rc-signin .rc-input.form-control:focus:-moz-placeholder { /* Firefox 18- */
		color: #fff;
}
body.rc-signin .form-control.rc-input::-moz-placeholder,
body.rc-signin .rc-input.form-control:focus::-moz-placeholder {  /* Firefox 19+ */
		color: #fff;  
}
body.rc-signin .form-control.rc-input:-ms-input-placeholder,
body.rc-signin .rc-input.form-control:focus:-ms-input-placeholder {  
		color: #fff;  
}
body.rc-signin .rc-input.form-control:focus {
		outline: 0;
		color: #fff;
		opacity: 1;
}
body.rc-signin .form-signin .account {
		margin-bottom: 20px;
		padding-left: 50px;
		background-image: url(../ico/user.png);
}
body.rc-signin .form-signin .password {
		margin-bottom: 30px;
		padding-left: 50px;
		background-image: url(../ico/password.png);
}
body.rc-signin .form-signin .select:focus {
		color: #333;
		background-color: rgba(255,255,255,.1);
}
body.rc-signin .form-signin .select select {
		background: transparent;
		width: 100%;
		padding: 10px;
		font-size: 16px;
		border: none;
		line-height: auto;
		-webkit-appearance: none;
		font-weight: 400;
		outline: none;
		line-height: auto;
		/*color: rgba(255,255,255,0.5);*/
}
body.rc-signin .form-signin .select select option {
		background-color: rgba(255,255,255,0.90);
		color: #666;
		padding: 3px 6px;
}
body.rc-signin .form-signin .select select option:hover {
		background-color: #00AFEF;
}
body.rc-signin .form-signin .select select:focus {
		border: none;
		color: #fff;
}
body.rc-signin .form-signin .select {
		width: 96%;
		height: 60px;
		overflow: hidden;
		background-image: url(../ico/arrow-down-white.png);
		background-size: 20px 11px;
		background-color: rgba(255,255,255,.0);
		background-repeat: no-repeat;
		background-position: 95%;
		opacity: .6;
		border: none;
		float: left;
		margin-bottom: 30px;
}
body.rc-signin .form-signin .select:hover {
		opacity: 1;
}
body.rc-signin .help-block.error {
		color: #fff;
		display: none;
}
body.rc-signin .has-error .help-block.error {
		color: #E94E77;
		display: block;
		margin-top: 0px;
		margin-bottom: 20px;
		text-align: left;
		width: 100%;
}
body.rc-signin .has-error .help-block.error.select_error {
		margin-top: -20px;
}
body.rc-signin .has-error .form-control.rc-input {
		background-color: rgba(233,78,119,0.5);
		border-bottom: 1px solid rgba(233,78,119,1);
}
body.rc-signin .form-error {
		color: rgba(233,78,119,1);
		margin-bottom: 20px;
		text-align: center;
}
body.rc-signin .form-success {
		color: #9AC635;
		margin-bottom: 20px;
		text-align: center;
}
body.rc-signin .form-error .btn,
body.rc-signin .form-success .btn {
		min-width: 150px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		margin-top: 30px;
}

body.rc-signin .form-success .recovery h1 {
		margin-top: 20px;
		color: #FF2A68;
}
@media (max-width: 768px) {
	body.rc-signin .form-success .recovery h1 {
		margin-bottom: 10px;	
	}
}
body.rc-signin .form-success .recovery h2 {
		text-transform: none;
		line-height: 1.3em;
		font-size: 1.4em;
}
body.rc-signin .form-success .recovery h2.saved {
		font-size: 1.6em;
		margin-top: 40px;
}
body.rc-signin .form-success .recovery h3 {
		text-transform: none;
		line-height: 1.3em;
		font-size: 1.1em;
		color: #fff;
}
body.rc-signin .form-success .recovery .recovery-key {
		border: 2px dashed rgba(255,255,255,0.3);
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 40px;
		margin-bottom: 20px;
		color: #fff;
}
body.rc-signin .form-success .recovery .recovery-key .title {
		text-transform: uppercase;
		font-size: 1.4em;
		padding-top: 5px;
}
body.rc-signin .form-success .recovery a.download {
		display: block;
		padding: 10px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
}
body.rc-signin .form-success .recovery .download span {
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 32px;
		background-image: url(../ico/download.png);
		background-repeat: no-repeat;
		background-size: auto;
		margin-right: 10px;
}
body.rc-signin .form-success .recovery a.download:hover span {
		margin-top: 1px;
		margin-bottom: -1px;
	
}
body.rc-signin .form-success .recovery .email-icon {
		display: inline-block;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		background-image: url(../ico/email.png);
		background-repeat: no-repeat;
		background-size: auto;
		margin-top: 30px;
		margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	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;
}
.rc-navbar-static-left .navbar-header {
		text-align: center;
		display: block;
		width: 100%;
		margin-bottom: 0;
}
@media (min-width: 768px) {
		.rc-navbar-static-left .navbar-header {
				margin-bottom: 20px;
		}
}
.rc-navbar-static-left .navbar-header .navbar-brand {
		width: 100%;
		height: 100px;
		line-height: 100px;
		padding: 0;
		background-position: center;
		background-size: 56px 62px;
		background-image: url(../ico/logo_gatehub.png);
		background-color: rgba(255,255,255,.1);

		background-repeat: no-repeat;
		float: none;
		display: inline-block;
		text-indent: -9999em;
		opacity: 0.3;
		
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
}
.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 .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;
}
.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 li a {
		outline: none;
		float: left;
		width: 120px;
		height: 100px;
		text-align: center;
		font-weight: 600;
		font-size: 13px;
		font-family: 'Lato', sans-serif;
		color: rgba(255,255,255,0.4);
		
		-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;
}
@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 {
		font-weight: 500;
		text-transform: uppercase;
		margin: 0;
}
.rc-navbar-static-left .nav li a:hover,
.rc-navbar-static-left .nav li a:focus {
		color: rgba(255,255,255,1);
		background: none;
}
.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 {
		color: rgba(255,255,255,1);
		background: none;
}
.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: .4;
		
		-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;
}
@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(../ico/crown.png);
}
.rc-navbar-static-left .nav li a .icon.home {
		background-image: url(../ico/home.png);
}
.rc-navbar-static-left .nav li a .icon.wallet {
		background-image: url(../ico/wallet.png);
}
.rc-navbar-static-left .nav li a .icon.box-up {
		background-size: 30px auto;
		background-image: url(../ico/box-up-white.png);
}
.rc-navbar-static-left .nav li a .icon.box-down {
		background-size: 30px auto;
		background-image: url(../ico/box-down-white.png);
}
.rc-navbar-static-left .nav li a .icon.help {
		background-image: url(../ico/help.png);
}
.rc-navbar-static-left .nav li a .icon.star {
		background-image: url(../ico/star.png);
}
.rc-navbar-static-left .nav li a .icon.wrench {
		background-image: url(../ico/wrench-white.png);
		background-size: 28px auto;
}
.rc-navbar-static-left .nav li a .icon.power {
		background-image: url(../ico/power-white.png);
		background-size: 30px auto;
}
.rc-navbar-static-left .nav li a .icon.trade {
		background-image: url(../ico/trade.png);
		background-size: 30px auto;
}
.rc-navbar-static-left .nav li a .icon.users {
		background-image: url(../ico/users.png);
}
.rc-navbar-static-left .nav li a .icon.analytics {
		background-image: url(../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;
		
		-webkit-transition: -webkit-box-shadow .2s linear;
		-moz-transition: -moz-box-shadow .2s linear;
		transition: box-shadow .2s 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.shadow {
		background-color: rgba(255,255,255,0.95);
		
		-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);
}
@media (max-width: 768px) {
		.rc-navbar-static-top.shadow {
				background-color: rgba(255,255,255,1);
				
				-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);
		}
}
@media (min-width: 768px) {
		.rc-navbar-static-top {
				top: 0;
				left: 100px;
				right: 0;
				float: none;
				width: auto;
				position: fixed;
		}
}
@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: 80px;
		height: 80px;
		padding: 0 20px;
		font-size: 15px;
		outline: none;
		cursor: pointer;
		font-weight: 500;
		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-secondary .rc-nav li a:hover {
		background: rgba(0,0,0,0.03);
}
.rc-navbar-static-top-secondary .rc-nav li.active a {
		color: #6C940F;
}
@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:hover {
		border-bottom: 5px solid #057EEF;
}
.rc-navbar-static-top .rc-nav-left li.active a {
		border-bottom: 5px solid #057EEF;
}
@media (max-width: 768px) {
		.rc-navbar-static-top {
				min-height: 40px;	
				height: auto;
		}
		.rc-navbar-static-top .rc-nav-left {

		}
		.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 .rc-nav-left li.active a {
				border-bottom: 5px solid #9AC635;
				border-bottom: none;
				background-color: rgba(5,126,239,0.8);
				color: #fff;
		}
}

/***************************************************************** 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(../ico/wrench.png);}
.rc-navbar-static-top .rc-nav-right li a .icon.power {background-image: url(../ico/power.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: absolute;
		top: 0;
		right: 0;
		z-index: 101;
}
.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(0,0,0,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(0,0,0,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.no-border {
		border: none;
		padding-bottom: 30px;
}
.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(../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(../ico/plus.png);
}
.rc-main-container header h1 a.icon:hover {
		background-color: #9AC635;
		border-color: #9AC635;
		background-image: url(../ico/save-white.png);
		opacity: 1;
}
.rc-main-container header h1 a.icon.plus:hover {
		background-image: url(../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;
}
.rc-content .rc-left.white {
		background: #ffffff;
}
@media (max-width: 768px) {
		.rc-content .rc-left {
			width: 100%;
		}
}
.rc-content .rc-right {
		margin-left: 300px;
		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(../ico/box-down-big.png);	
}
.rc-content .pretty-tables .empty span.icon.withdrawals {
		background-image: url(../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;
}
@media (max-width: 768px) {
.rc-content .pretty-header {
		border-bottom: 1px solid #ccc;
}
}
.rc-content .pretty-header .left {
		width: 300px;
		height: 340px;
		float: left;
		background-color: #EDEFF0;
}
.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;
		background: #fff;
}
@media (max-width: 768px) {
.rc-content .pretty-header .left,
.rc-content .pretty-header .right {
		margin-left: 0px;
		float: left;
		width: 100%;
		background-color: #fff;
}
.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: 30px;
		color: #585C6A;
		
		position: absolute;
		bottom: 40px;
		left: 40px;
		width: 50%;
		margin: 0;
		overflow: hidden;
}
@media (max-width: 768px) {
.rc-content .pretty-header h1 {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		left: 0;
		bottom: auto;
		margin-bottom: 40px;
		text-align: center;
}
}
.rc-content .pretty-header .form-buttons {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
		margin: 0;
		padding: 40px;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 30px;
}
.rc-content .pretty-header .form-buttons .btn {
		margin-bottom: 0;
		float: left;
		width: 48%;
		margin: 0;
		margin-left: 4%;
		padding: 10px 0;
}
.rc-content .pretty-header .form-buttons .btn span.icon {
		width: 24px;
		height: 24px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 24px auto;
		vertical-align: middle;
		margin-right: 10px;
		margin-left: 0px;
}
.rc-content .pretty-header .form-buttons .btn span.icon.tick {
		background-image: url(../ico/tick-white.png);
}
.rc-content .pretty-header .form-buttons .btn span.icon.cross {
		background-size: 20px auto;
		background-image: url(../ico/cross-white.png);
}
.rc-content .pretty-header .form-buttons .btn:first-child {
		margin-left: 0;
}
@media (max-width: 768px) {
.rc-content .pretty-header .form-buttons {
		width: 100%;
		float: left;
		padding: 0px;
		padding-top: 0;
		position: relative;
		margin-top: 30px;
		margin-bottom: 40px;
}
.rc-content .pretty-header .form-buttons .btn {
		margin: 0;
		width: 100%;
		margin-bottom: 10px;
}
}
/*-------------------------------------------------------------------  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: 14px;
		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;
}
.rc-content .rc-left .sidebar .circle-chart-wrap {
		float: left;
		display: block;
		margin-top: 10px;
		height: 120px;
		width: 120px;
		position: relative;
		margin-bottom: 40px;
}
.rc-content .rc-left .sidebar .circle-chart-wrap .circle-chart {
		float: left;
		height: 120px;
		width: 120px;
		margin: 0;
}
.rc-content .rc-left .sidebar .circle-chart-wrap h3 {
		position: absolute;
		top: 50%;
		left: 50%;
		color: #03A7E6;
		text-align: center;
		width: 120px;
		height: 120px;
		line-height: 120px;
		margin-left: -55px;
		margin-top: -55px;
}

/*-------------------------------------------------------------------  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;
}
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(../ico/users-dark.png);
}
ul.dashboard li span.icon.deposit {
		background-size: 30px auto;
		background-image: url(../ico/box-down.png);
}
ul.dashboard li span.icon.withdraw {
		background-size: 30px auto;
		background-image: url(../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(../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;
}

/*---------------------------------------------------------------------------- List */
.vaults-feed {
		float: left;
		width: 100%;
		display: block;
		margin-bottom: 30px;
		margin-top: 10px;
}
.vaults-feed > li {
		position: relative;
		cursor: default;
		display: block;
		float: left;
		width: 100%;
		padding: 5px 0;
		padding-left: 30px;
		cursor: pointer;
		
		-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;
}
.vaults-feed > li a {
		text-decoration: none;
		display: block;
}
.vaults-feed > li:hover {
		background: rgba(88,92,106,0.1);
}
.vaults-feed > li span {
		color: rgba(88,92,106,1);
		font-size: 16px;
}
.vaults-feed > li span.currency {
		font-weight: 600;
		margin-right: 10px;
}
.vaults-feed > li span.title {
		color: rgba(88,92,106,0.6);
		font-size: 14px;
}
.vaults-feed > li span.icon {
		width: 32px;
		height: 32px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px auto;
		vertical-align: middle;
		margin-right: 20px;
		margin-left: 0px;
}
.vaults-feed > li span.icon.currency {
		background-image: url(../ico/currency-small.png);
}
.vaults-feed > li span.icon.crypto {
		background-image: url(../ico/crypto-small.png);
}
.vaults-feed > li span.icon.commodity {
		background-image: url(../ico/commodity-small.png);
}
.vaults-feed > li span.icon.stock {
		background-size: auto 25px;
		background-image: url(../ico/stock-small.png);
}
.rc-right-panel form {
		margin-left: 30px;
		margin-top: 30px;
		margin-bottom: 40px;
}
.rc-right-panel .onoff-label {
		float: left;
		width: auto;
		height: 40px; 
		padding: 0; 
		line-height: 40px;
		cursor: pointer;
		padding-left: 20px;
		padding-right: 0px;
		color: rgba(88,92,106,0.9);
		font-weight: 400;
		
		-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-right-panel .form-group:hover .onoff-label {
		color: rgba(88,92,106,1);
}

/*------------------------------------------------------------------- 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: #03A7E6;
		font-size: 1.2em;
}
.text-content h2 {
		font-size: 24px;
		color: #03A7E6;
		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;
		}
}
.rc-list-menu li.active a {
		color: #03A7E6;
}
.rc-list-menu li.active:hover {
		color: #03A7E6;
}
.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(../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(../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(../ico/plus-button.png);
}
.rc-list li.button .icon.arrow {
		background-image: url(../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(../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-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-radious: 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-radious: 3px;
}
.form-buttons .btn.btn-default {
		background: #999;
		color: #fff;
}
label,
.control-label {
		font-weight: 400;
		padding-bottom: 8px;
		font-size: 16px;
		color: #333;
		text-transform: capitalize;
		float: left;
		width: 100%;
}
.radio,
.checkbox {
		margin-bottom: 20px;
		margin-top: 30px;
}
.input {
		padding: 12px 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;

		-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.search {
		border-radius: 50px;
		border-color: #EFEEEB;
		background-image: url(../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(0,175,239,1);
		outline: none;
}
.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: #FF6B6B;
		-webkit-box-shadow: none;
		box-shadow: none;
}
.has-error .form-control {
		border: 1px solid #F34755;
}
.has-error .control-label {
		color: #F34755;
}
.help-block.error {
		display: none;
}
.has-error .help-block.error {
		display: block;
		color: #F34755;
		float: left;
		margin-top: -20px;
		margin-bottom: 20px;
}
.help-block.message {
		display: none;
}
.required .help-block.message {
		display: block;
		color: #9AC635;
		float: left;
		margin-top: -20px;
		margin-bottom: 20px;
}
.help-block.ripple {
		color: #00AFEF;
		font-weight: 500;
		margin-top: 10px;
		margin-bottom: 20px;
		float: left;
		width: 100%;
		z-index: 0;
		position: relative;
}
/*----------------------------------------------------------------------- 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 {
		font-weight: 400;
		font-size: 16px;
		overflow-x: scroll;
}
.table_container {
		overflow-x: scroll;
}
table td {
		word-wrap: break-word;
}
table .breakx {
		word-break: break-all;
}
.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.users > thead > tr > th,
.table.users > tbody > tr > td {
		padding: 20px 5px;
}
.table.users > tbody > tr > td,
.table.vaults > tbody > tr > td {
		cursor: pointer;	
}
.table.users > tbody > tr > td.td-avatar {
		padding: 10px 0px;
}
.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(206,209,224,0.1);
}
.flag {
		margin-right: 10px;
		vertical-align: middle;
}
.table > tbody > tr > td.currency {
		font-weight: 500;
		padding-left: 40px;
}
.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(../ico/currency-small.png);
}
.table span.icon.crypto {
		background-image: url(../ico/crypto-small.png);
}
.table span.icon.commodity {
		background-image: url(../ico/commodity-small.png);
}
.table span.icon.stock {
		background-size: auto 25px;
		background-image: url(../ico/stock-small.png);
}

/*-------------------------------------------------------------------------- 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);
		/*background: linear-gradient(#409ff8, #057EEF);*/
		
		-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;
}

/*------------------------------------------------------------------------- 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: 50px;
		margin-bottom: 80px;
		overflow: hidden;
		position: relative;
}
.rc-right-home .icon-loading-container {
		margin-top: 100px;
}
.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(../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(237,239,240,.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;
}
.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(../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-footer {
		padding: 30px;
		border: none;
}
.modal-footer .back {
		float: left;
}
.modal-footer .btn-lg {
		padding: 15px 30px;
}
.modal-body {
		padding: 30px;
		position: relative;
}
.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;
}
.btn-group-pretty {
		float: left;
		display: block;
		width: 100%;
}
.btn-group-funding {
		float: left;
		display: block;
		width: 100%;
		padding-bottom: 30px;
}
.btn-group-funding .btn-primary {
		margin-top: 20px;
		margin-bottom: 10px;
}
.btn-group-funding .btn .title {
		display: block;
		float: left;
		width: 100%;
}
.btn-group-pretty .btn,
.btn-group-funding label.btn {
		margin: 0;
		padding: 40px;
		width: 49%;
		border-radius: 12px;
		background: rgba(88,89,106,0.1);
		color: #585C6A;
		font-size: 16px;
		margin-bottom: 10px;
		
		-webkit-box-shadow: none;
		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-funding label.btn {
		padding: 20px;
}
.btn-group-pretty .btn:hover {
		background: rgba(88,89,106,0.12);
}
.btn-group-pretty .btn.margin,
.btn-group-funding label.btn.margin {
		margin-left: 2%;
}
.btn-group-pretty .btn.active {
		background: #057EEF;
		background: linear-gradient(#409ff8, #057EEF);
		color: #fff;
		
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}
.btn-group-pretty .btn .icon,
.btn-group-funding .btn .icon {
		width: 100%;
		height: 50px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50px auto;
		display: block;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 10px;
		opacity: 0.7;
}
.btn-group-funding .btn .icon {
		background-size: 46px auto;
}
.btn-group-pretty .btn.active .icon {
		opacity: 1;
}
.btn-group-funding .btn .icon.deposit {
		background-image: url(../ico/dep.png);
}
.btn-group-funding .btn .icon.withdrawal {
		background-image: url(../ico/with.png);
}
.btn-group-pretty .btn .icon.currency {
		background-image: url(../ico/currency-small@2x.png);
}
.btn-group-pretty .btn .icon.crypto {
		background-image: url(../ico/crypto-small@2x.png);
}
.btn-group-pretty .btn .icon.commodity {
		background-image: url(../ico/commodity-small@2x.png);
}
.btn-group-pretty .btn .icon.stock {
		background-size: auto 50px;
		background-image: url(../ico/stock-small@2x.png);
}

.btn-group-pretty .btn.active .icon.currency {
		background-image: url(../ico/currency-small-white@2x.png);
}
.btn-group-pretty .btn.active .icon.crypto {
		background-image: url(../ico/crypto-small-white@2x.png);
}
.btn-group-pretty .btn.active .icon.commodity {
		background-image: url(../ico/commodity-small-white@2x.png);
}
.btn-group-pretty .btn.active .icon.stock {
		background-size: auto 50px;
		background-image: url(../ico/stock-small-white@2x.png);
}
.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);
}
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;
		height: 400px;
}
.animate-switch {
		width: 100%;
		height: 400px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
}
.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 {
		left: 100%;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		opacity: 0;
}
.animate-switch.ng-leave.ng-leave-active {
		left: -100%;
		opacity: 0;
}
.animate-switch.ng-enter.ng-enter-active,
.animate-switch.ng-leave {
		left: 0;
		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 */
.rc-modal-alert {
		text-align: center;
		width: 100%;
		float: left;
}
.rc-modal-alert.success h3 {
		color: #9AC635;
}
.rc-modal-alert.danger h3 {
		color: #E94E77;
}
.rc-modal-alert h4 {
		color: #fff;
		padding-top: 40px;
		font-size: 16px;
		font-weight: 400;
}
.rc-modal-alert h4 a {
		color: #00AFEF;
}
.rc-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;
}
.rc-modal-alert.loading .icon {
		height: 162px;
		width: 162px;
		background-size: 162px auto;
		background-image: url(../ico/icon-rotate-animation-big.png);
		border: none;
}
.rc-modal-alert.success .icon {
		background-image: url(../ico/tick-green-big.png);
		border: 2px solid rgba(154,198,53,.8);
}
.rc-modal-alert.danger .icon {
		background-image: url(../ico/cross-red-big.png);
		border: 2px solid rgba(233,78,119,.8);
}

/*-----------------------------------------------------------------------------------*/
/*	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(../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(../ico/logo_gatehub@2x.png);
				opacity: .4;
		}
}
		.rc-home-footer .copyright div {
				background-image: url(../ico/logo_gatehub@2x.png);
		}
		body.rc-coming h1 {
				background-image: url(../ico/logo_gatehub_text@2x.png);
		}
		.rc-navbar-static-left .navbar-header .navbar-brand {
				background-image: url(../ico/logo_gatehub@2x.png);
		}
		
		.rc-navbar-static-left .nav li a .icon.crown {
				background-image: url(../ico/crown@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.home {
				background-image: url(../ico/home@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.wallet {
				background-image: url(../ico/wallet@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-left .nav li a .icon.box-up {
				background-image: url(../ico/box-up-white@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.box-down {
				background-image: url(../ico/box-down-white@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.help {
				background-image: url(../ico/help@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.wrench {
				background-image: url(../ico/wrench-white@2x.png);
				background-size: 28px auto;
		}
		.rc-navbar-static-left .nav li a .icon.power {
				background-image: url(../ico/power-white@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-left .nav li a .icon.trade {
				background-image: url(../ico/trade@2x.png);
				background-size: 30px auto;
		}
		.home-header-buttons li a .icon.cloud-up {
				background-image: url(../ico/cloud-up@2x.png);
		}
		.home-header-buttons li a .icon.cloud-down {
				background-image: url(../ico/cloud-down@2x.png);
		}
		.rc-navbar-static-top .rc-nav-right li a .icon.wrench {
				background-image: url(../ico/wrench@2x.png);
				background-size: 28px auto;
		}		
		.rc-navbar-static-top .rc-nav-right li a .icon.power {
				background-image: url(../ico/power@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-top .rc-nav-right li a .icon.bell {
				background-image: url(../ico/bell@2x.png);
				background-size: 26px auto;
		}
		.rc-navbar-static-left .nav li a .icon.users {
				background-image: url(../ico/users@2x.png);
		}
		.rc-navbar-static-left .nav li a .icon.analytics {
				background-image: url(../ico/analytics@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.wrench {
				background-image: url(../ico/wrench-white@2x.png);
				background-size: 28px auto;
		}		
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.power {
				background-image: url(../ico/power-white@2x.png);
				background-size: 30px auto;
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.bell {
				background-image: url(../ico/bell-white@2x.png);
				background-size: 26px auto;
		}
		
		.home-header-buttons li a .icon.upright {
				background-image: url(../ico/upright32@2x.png);
				background-size: 30px auto;
		}
		.home-header-buttons li a .icon.down {
				background-image: url(../ico/down@2x.png);
				background-size: 30px auto;
		}
		.wallets-header .buttons li a .icon.upright {
				background-image: url(../ico/upright@2x.png);
		}
		.wallets-header .buttons li a .icon.down {
				background-image: url(../ico/down@2x.png);
		}
		.rc-list li.button .icon.plus {
				background-image: url(../ico/plus-button@2x.png);
		}
		.home-header-buttons li a .icon.move-left {
				background-image: url(../ico/move-left2x.png);
				background-size: 44px auto;
		}
		.home-header-buttons li a .icon.move-right {
				background-image: url(../ico/move-right@2x.png);
				background-size: 44px auto;
		}
		.modal-buttons li .icon.ripple {
				background-image: url(../ico/ripple-white@2x.png);
				background-size: 32px auto;
		}
		.modal-buttons li .icon.twitter {
				background-image: url(../ico/twitter-white@2x.png);
		}
		.modal-buttons li .icon.email {
				background-image: url(../ico/email-white@2x.png);
		}
		.rc-right-panel h1 span {
			background-image: url(../ico/bell-white@2x.png);
		}
		.rc-list li a .title .icon.heart {
				background-size: 16px 13px;
				background-image: url(../ico/heart@2x.png);
		}
		.rc-more a .icon.arrow {
				background-image: url(../ico/arrow-down-black@4x.png);
		}
		.rc-main-container header.user .options li a .icon.pencil {
				background-size: 21px auto;
				background-image: url(../ico/pencil-big@2x.png);
		}
		.rc-main-container header.user .options li a .icon.heart-green {
				background-image: url(../ico/heart-green@2x.png);
		}
		.rc-main-container header.user .options li a .icon.heart {
				background-image: url(../ico/heart-dark@2x.png);
		}
		.rc-main-container header.user .options li a .icon.chart {
				background-image: url(../ico/graph-dark@2x.png);
		}		
		.currency-list li.title .icon.arrow {	
				background-size: 24px auto;
				background-image: url(../ico/arrow-down-black@4x.png);
		}
		.modal button.close {
				background-image: url(../ico/cross-white@2x.png);
				background-size: 28px auto;
				background-repeat: no-repeat;
		}
		.rc-main-container header .rc-icon {
				background-image: url(../ico/arrow-down-black@4x.png);
		}
		body.rc-signin .form-signin .account {
				background-image: url(../ico/user@2x.png);
				background-repeat: no-repeat;
				background-size: 24px auto;
		}
		body.rc-signin .form-signin .password {
				background-image: url(../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(../ico/graph@2x.png);
		}
		.rc-navbar-static-top .rc-nav-left li a span.heart {
				background-image: url(../ico/heart-white@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.drop {
				background-image: url(../ico/drop@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a .icon.wallet {
				background-size: auto 32px;
				background-image: url(../ico/wallet@2x.png);
		}
		.rc-navbar-static-top.trading .rc-nav-right li a.off .icon.drop {
				background-image: url(../ico/dropx@2x.png);
		}
		.rc-main-container header.user .options li a .icon.trade {
				background-image: url(../ico/trade-dark@2x.png);
		}
		ul.dashboard li span.icon.users {
				background-image: url(../ico/users-dark@2x.png);
		}
		ul.dashboard li span.icon.deposit {
				background-image: url(../ico/box-down@2x.png);
		}
		ul.dashboard li span.icon.withdraw {
				background-image: url(../ico/box-up@2x.png);
		}
		.input.search {
				background-image: url(../ico/search@2x.png);
		}

		
}
