body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 200;
	color: #666;
}
b {
	font-weight: 600;
}
.page-heading-wrapper {
	height: 74px;
	background: #4ac62d;
}
.page-heading {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 142px;
    height: auto;
    margin: 12px 0 0 50px;
    display: inline-block;
    vertical-align: bottom;
}
.header-tagline {
	display: inline-block;
	margin-left: 40px;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	font-style: italic;
	position: relative;
	top: -12px;
}
#header-profile-container {
	float: right;
    width: 40px;
    height: 100px;
}
.header-avatar {
	float: right;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-top: 16px;
    cursor: pointer;
}
.header-avatar img {
    height: 40px;
    width: 40px;
    border-radius: 20px;
}
#home-heading-small {
	margin: 60px auto 0;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}
.file-drop-zone {
    border-radius: 50%;
}
#home-heading {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 60px;
	font-size: 60px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}
.heading-text-container {
	background: #ff9914;
	width: 100%;
	padding: 40px 0;
}
.heading-text {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #fff;
}
.profile-dropdown {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.profile-menu {
	list-style: none;
}
.profile-menu li {
	width: 200px;
	padding: 8px 10px 8px 20px;
}
.profile-menu li:hover {
	background-color: #fcfcfc;
}
#handle-check-msg {
	margin-top: 36px;
}
.icon-green {
	color: #4ac62d;
}
.icon-red {
	color: #dd0000;
}
.sm-italic {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
    position: relative;
    color: #999;
}
.outer-container {
	width: 90%;
	margin: 60px auto;
}
.create-strategy-container {
	width: 540px;
	max-width: 100%;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}
#civic-desc {
	max-width: 500px;
	margin: 60px auto;
}
#signupButton {
	font-family: 'Open Sans', sans-serif !important;
    background: #4ac62d;
    margin: 0 auto;
    display: block;
}
.civic-button-a {
	font-family: 'Open Sans', sans-serif !important;
    border: none;
    padding: 10px 80px;
    border-radius: 30px;
    height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
#get-civic-button {
	background: #ff9914;
    margin: 0 auto;
    display: block;
}
#get-civic-button a {
	color: #fff;
}
#get-civic-button a:hover {
	text-decoration: none;
}
.strategy-intro {
	font-size: 18px;
	line-height: 1.4;
	margin: 20px 0;
	font-weight: 200;
}
#coins-select {
	margin-top: 30px;
}
.coin-icon-sm {
	width: 20px;
	height: 20px;
}
.coin-input-row {
	font-size: 20px;
	margin: 8px 0;
}
.coin-input-row input {
	width: 100%;
	height: 34px;
	font-size: 14px;
	padding-left: 6px;
}
.coin-input-row input.amt-input {
	width: 83%;
	margin-left: 4px;
	text-align: right;
	font-weight: 800;
	font-size: 18px;
}
.coin-input-row .form-control {
	display: inline-block;
}
.coin-color-block {
	height: 34px;
    width: 34px;
    max-width: 34px;
    border-radius: 17px;
	background: #f6f6f6;
}
.coin-hold, .coin-short {
	padding-right: 8px;
	cursor: pointer;
	display: inline-block;
}
.hold-short-key-def {
	display: inline-block;
	margin-left: 30px;
    font-weight: bold;
}
.coin-hold span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #4ac62d;
	color: #fff;
	font-size: 18px;
	display: block;
	font-weight: bold;
	padding-right: 1px;
}
.coin-hold.inactive span {
	background: #b7e8ab;
}
.coin-short span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #ff9914;
	color: #fff;
	font-size: 18px;
	display: block;
	border-radius: 15px;
	font-weight: bold;
	padding-right: 1px;
}
.coin-short.inactive span {
	background: #ffd399;
}
.hold-short-key-item {
	display: inline-block;
}
.cb-hold-short {
	display: inline-block;
	position: absolute;
    top: 3px;
    right: 4px;
    font-family: Montserrat;
}
.cb-coin-hold span {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	background: #4ac62d;
	color: #fff;
	font-size: 6px;
	display: block;
	font-weight: bold;
}
.cb-coin-short span {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	background: #ff9914;
	color: #fff;
	font-size: 6px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}

.coin-rmv {
	color: #999;
}
.coin-rmv .fa {
	cursor: pointer;
}
#coins-total-section {
}
.coins-total {
	text-align: center;
	margin: 10px 0 0;
	font-size: 64px;
	font-weight: 800;
}
.coins-total.tenk {
	color: #4ac62d;
}
#total-word {
	font-weight: normal;
}
#save-coins {
}
#coins-comment-container {
	text-align: center;
	margin-top: 24px;
}
textarea#comments {
	width: 100%;
	height: 100px;
	padding: 6px;
}
.coin-pct {
    text-align: right;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}
#coins-remaining {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
#main-bar-container {
	position: relative;
}
#coin-color-bar {
	width: 100%;
    height: 30px;
    margin: 30px auto 0;
    background: #fff;
    box-sizing: initial;
    position: relative;
    border-radius: 15px;
    background: #f6f6f6;
}
#color-bar-highlight {
	width: 96%;
	height: 4px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 6px;
	left: 2%;
	z-index: 100;
}
.color-bar-section {
	display: inline-block;
	position: relative;
	height: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    font-size: 11px;
    padding-top: 3px;
	vertical-align: top;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    transition: all 1s;
    overflow: hidden;
    cursor: pointer;
}
.color-bar-section.color-initial {
	border: none;
}
.color-bar-section:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-left: none;
}
.color-bar-section.color-bar-sm {
    font-size: 9px;
}
.color-bar-section:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#section-magnifier {
	position: absolute;
	top: 0;
	z-index: 100;
	display: none;
	height: 30px;
	border-radius: 15px;
	width: 100px;
}
#coin-symbol-bar {
    width: 100%;
    height: 30px;
    margin: 1px auto 30px;
    box-sizing: initial;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #f6f6f6;
}
.color-bar-symbolxx {
    background: #666;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding-top: 7px;
    display: inline-block;
    height: 30px;
    box-sizing: border-box;
}
.color-bar-symbol:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 15px;
}
.color-bar-symbol:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 15px;
}
.prev-color-bar {
	margin-bottom: 20px;
}
.prev-strategy-date {
	font-size: 12px;
    margin-left: 20px;
    text-transform: uppercase;
}


/* Global Button Styles */
.standard-button {
	position: relative;
	min-width: 160px;
	display: block;
	margin: 30px auto 20px;
	padding: 14px 20px;
	color: #fff;
	background: #ff9914;
	font-size: 14px;
	line-height: 32px
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.standard-button:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.standard-button:hover {
	color: #fff;
	text-shadow: none;
}
.standard-button:hover:after {
	height: 450%;
}
.standard-button.animated-bg {
	color: #fff;
	cursor: pointer;
	display: block;
	border-radius: .25rem;
	position: relative;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.standard-button.animated-bg:hover {
	background-color: #ee8000;
}

.coin-select-horiz-div {
	border-bottom: 2px solid #999;
	width: 400px;
	margin: 20px auto;
}


#mc_embed_signup {
	background:#fff;
	clear:left;
	font-size: 14px;
	width: 50%;
	margin: 12px auto;
	font-family: 'Raleway', sans-serif !important;
}
#mc_embed_signup h2 {
	font-weight: 700 !important;
}
#mc_embed_signup .button {
    background-color: #4ac62d !important;
	font-family: 'Raleway', sans-serif !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}

#chi-selector {
	position: absolute;
	top: 60px;
	left: 10%;
	z-index: 101;
	width: 80%;
	background: #ff9914;
	padding: 30px;
	border: 4px solid #999;
	border-radius: 20px;
	text-align: center;
	display: none;
}
#chi-selector-inner {
	max-height: 450px;
	overflow: auto;
	background: #ff9914;
}
.chi-pic-block {
    width: 92px;
    height: 92px;
    padding: 6px;
    border-radius: 46px;
    display: inline-block;
    margin: 6px;
    background: #ff9914;
    cursor: pointer;
}
.chi-pic-block:hover {
    background: #ffc476;
}
.chi-pic {
	width: 80px;
	height: 80px;
	border-radius: 40px;
}
#black-bg {
	position: fixed;
	width: 100%;
	height: 110%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
#chi-selector-close {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 32px;
	cursor: pointer;
}
.text-center {
	text-align: center;
}
h4 {
	text-align: center;
	font-weight: 800;
}
@media (max-width: 600px) {
	.page-heading-wrapper {
		height: 100px;
		text-align: center;
	}
	#logo {
		margin: 10px auto 10px;
	}
	.header-tagline {
		margin-left: 0;
		top: -6px;
	}
	#home-heading {
		font-size: 40px;
	}
	.heading-text {
		font-size: 22px;
	}
}
