/* ==========================================================================
 Author's custom styles
 ========================================================================== */

html, body {
	height:100%;
}

body {
	/*background:url('/web/20150104023310im_/https://bootstraphunter.com/img/pattern.png');
	padding-top:75px;*/
	background:#FFF;
	color:#575757;
	font-size:13px;
}
.push {
height: 63px;
}
#main {
min-height: 100%;
height: auto!important;
height: 100%;
margin: 0 0 -63px 0;
}

a {

}

textarea:focus, input:focus{
    outline: none;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	max-width:940px;
}

.navbar-inverse .navbar-inner {
	min-height: 10px !important;
	background: #303030;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	min-height: 30px;
	border: none;
}

.navbar-inverse .navbar-inner > * {
	display:none !important;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu.login-drop {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('https://bootstraphunter.com/img/pattern-gray.png');
}

.navbar .nav > li > .dropdown-menu.login-drop::after {
	border-bottom-color: #EBEBEB;
}

footer {
	min-height:63px;
	background:#303030;
}

footer ul {
	margin:20px 0 0;
	padding:0;
	list-style: none;
	display:block;
}

footer ul li {
	list-style:none;
	display:inline-block;
	margin-right:16px;
}

footer ul li.last {
	float:right;
	text-align:right;
	margin:0;
}

.breadcrumb {
	padding-left:0;
	padding-right:0;
}

/* well forms */
.well .form-actions {
	margin-bottom:0;
	padding:20px 0;
}
form.well {
	padding:20px;
}

form p {
	margin-bottom:20px;
}

/* item pride*/
#item-pride {
	display:block;
	margin: 0;
	list-style:none;
	border: 1px solid #E4E4E4;
	background: #FAFAFA;

	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;

}

#item-pride li {
	text-align:center;
	list-style:none;
	display:inline-block;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
	width:49%;
	vertical-align: top;
	min-height:81px;
}
#item-pride li:first-child {
	width:49%;
	border-right:1px solid #E4E4E4;
}
#item-pride li strong {
	display:block;
}
#item-pride li strong.cart {
	padding-left: 40px;
	background: url('https://bootstraphunter.com/img/cart-big.png') no-repeat left center;
	padding: 5px 5px 5px 34px;
	font-size: 32px;
	letter-spacing: -1px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	font-weight: normal;
	margin-top:6px;
}
#item-pride li span {
	display:block;
	font-size:11px;
}

#item-pride-extended {
	display:block; 
	margin-bottom:20px; 
	text-align: center;
	border: 1px solid #E4E4E4;
	border-top:none;
	background: #FAFAFA;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	padding: 20px 0 0;
}

.fb-like {
	display:inline-block; clear:both; margin: 0 7px 17px 0;
}
#tweet {
	display:inline-block; margin: 0 -20px 17px 0; overflow:hidden;
}
/* footer */
footer p {
	margin-top:25px;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#eee;
}

/* stars */
i.star {
	background-image: url('https://bootstraphunter.com/img/star-sprite.png');
	display: inline-block;
	height: 16px;
	width: 80px;
	background-position-x: -80px;
	background-position-y: -48px;
}

i.star-1    { background-position-x: -64px; }
i.star-2    { background-position-x: -48px; }
i.star-3    { background-position-x: -32px; }
i.star-4    { background-position-x: -16px; }
i.star-5    { background-position-x: 0; }
i.star-qtr  { background-position-y: -32px; }
i.star-half { background-position-y: -16px; }
i.star-3qtr { background-position-y: 0; }

/* well blue */
.well.blue {
	background-color: #D9ECFC;
	border: 1px solid #75BDDF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 15px;
}

/* Side menu */
/* Sidenav for Docs
-------------------------------------------------- */

.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
	background:url('https://bootstraphunter.com/img/pattern-dark-gray.png') #fafafa;
	color:#525252;
	font-weight:bold;
}

.nav-pills-title, .nav-pills-page-title {
	font-size:18px;
	margin-top:0;
	line-height:normal;
	letter-spacing: -1px;
}

.nav-pills-page-title {
	font-size:24px;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

form label {
	font-weight:bold;
}

.help-block, .help-inline {
	margin-top: 5px !important;
	font-size: 12px;
	color: #7C7C7C;
}

.agreed {
	padding: 15px;
	background: #FFF;
	border: 1px dashed #B3B3B3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


/* Page header */

.page-spread-white {
	width: 100%;
	min-height: 80px;
	padding: 20px 20px 10px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin-top: -31px;
	background: #FAFAFA;
}

.page-spread-white.bottom {
	border-bottom: none;
	border-top: 1px solid #DDD;
	margin: 30px 0 0 0;
	min-height:200px;
	background:url('https://bootstraphunter.com/img/pattern-dark-gray.png') #fafafa;
}

.page-spread-white.bottom .free-download.well {
	padding: 0 10px 10px;
	float:left;
}


.page-spread-white.bottom .free-download p  {
	margin-left:160px;
	font-size:12px;
	line-height:18px;
}

.page-spread-white.bottom .free-download p span {
	display:block;
}
.page-spread-white.bottom .free-download img{
	top:40px;
	left:10px;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width:150px;
	height:auto;
	border:2px solid #fff;
	margin-right:5px;
	float:left;
}

/* snap form*/
.form-horizontal .controls {
	
}

.form-horizontal .control-label {
	
}


.radio, .checkbox {
	font-weight:normal;
}

.page-spread-white.bottom p {
	font-size:13px;
}

.page-spread-white.bottom p a {
	margin-top:5px;	
} 

.page-spread-white.intro-text h1 {
	font-size: 55px;
	font-family: "Lato",sans-serif;
	font-weight: 700;
	letter-spacing: -3px;
	color: #2DAACD;
	margin: 10px auto 20px;
}
.page-spread-white.intro-text {
	padding: 30px 20px 5px;
}

.page-spread-white.intro-text #social {
	text-align: center;
	margin: 30px auto 0;
}

.page-spread-white.intro-text p {
	margin-bottom: 20px;
	font-family: "Lato",sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color:#333;
}



#social {
margin: 30px auto 0;
font-family: arial;
font-size: 17px;
line-height: 25px;
margin-bottom: 40px;
}

/* Item tabs */
#item-tabs .nav-tabs>.active>a, #one-theme .nav-tabs>.active>a:hover, #one-theme .nav-tabs>.active>a:focus {
	background: url('https://bootstraphunter.com/img/pattern-gray.png') #FAFAFA;
	border-color:transparent;
	border-bottom:none;

}

#item-tabs ul.nav-tabs {
	margin-bottom:0px;
	border-bottom-color:#E4E4E4;
}

#item-tabs ul.nav-tabs>li {
	margin-bottom: -2px;
}

/* Themes platform */
table.item-attrbutes {
	font-size:12px;
}

table.item-attrbutes tbody tr td:first-child {
	width:40%;
	font-weight:bold;
}

table.item-attrbutes thead tr th{
	font-size:15px;
}


#one-theme div.item-description {
	overflow:hidden;
}


#one-theme div.item-description p {
	font-size:14px;
	display:block;
	padding-bottom:10px;
}
#one-theme div.item-description h1 {
	font-size: 26px;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 43px;
	margin-top: 0px;
}

#one-theme div.item-description h2 {
	font-size: 20px;
	border-bottom: 1px dotted #B9B7B7;
	margin-bottom: 15px;
	letter-spacing:-1px;
	line-height: 35px;
	margin-bottom:20px;
}

#one-theme div.item-description h3 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height:normal;
	font-weight:normal;
}

#one-theme div.item-description ul {
	margin-bottom:30px;
}

#one-theme div.item-description ul li {
	
}


#one-theme div.spaceholder {
	background: url('https://bootstraphunter.com/img/pattern-gray.png') #FAFAFA;
	padding: 18px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	
	border: 1px solid #E4E4E4;
	border-top:none;
	border-bottom: 1px solid #DDD;
	margin-bottom:10px;
}

#one-theme .screenshot {
	border: 1px solid #D1D1D1;
	border-bottom-color: #B6B6B6;
	padding:8px;
	background:#fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #DDD;
	box-shadow: 0 0 3px #DDD;
	margin-bottom:25px;
}

#one-theme .screenshot ul {
	list-style: none;
	margin: 10px auto;
	text-align: center;
}

#one-theme .screenshot ul li {
	display:inline-block;
}

#all-themes .span6 {
	padding: 12px;
	float: left;
	display: inline-block;
	color: #272727;
	border: 1px solid #D0D0D0;
	border-bottom-color: #9B9B9B;
	background: url('https://bootstraphunter.com/img/pattern-gray.png') #FAFAFA;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 35px;
}

#all-themes .span6 ul {
	margin:10px 0 0;
	padding:0;
	list-style:none;
}

#all-themes .screenshot a {
	padding: 0;
	float: left;
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#all-themes .screenshot a > img {
	float:left;
	width: 100%;
	height: auto;
	border: 1px solid #D1D1D1;
	border-bottom-color: #B6B6B6;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#all-themes .screenshot a > span > img {
	/*polish effect*/
	display:block;
	max-width:432px;
	max-height:270px;
	width:100%;
	height:100%;
	background:transparent;
	position:absolute;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#all-themes .span6 > div {
	float:left;
	width:100%;
}
#all-themes .span6 > div.screenshot {
	display:block;
	max-width:433px;
	max-height:272px;
	margin: 0 auto;
}

#all-themes .span6 ul li {
	display: inline;
	font-size: 25px;
	font-weight: bold;
	margin-top: -10px;
}
#all-themes .span6 ul li.first { 
	font-size:20px;
}
#all-themes .span6 ul li.author { 
	font-size:12px;
	font-weight:normal;
}
#all-themes .span6 ul li.last {
	float:right;
	margin-left:20px;
}

#all-themes .price {
	color:#C52C32;
}

#all-themes .sales {
	padding-left:22px;
	background:url('https://bootstraphunter.com/img/cart.png') left center no-repeat;
}

#all-themes h2 {
	line-height:18px;
	font-size: 18px;
	margin-bottom:10px;
	margin-top:0;
	letter-spacing: -1px;
}
#all-themes h2 a{
	line-height:normal;
	margin:0;
	color:#4D4D4D;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
}

.navbar .btn-navbar {
	padding: 12px 13px;
}

/* nav menu adjustment */
.navbar .nav>li>a, .navbar .brand {
	padding: 12px 15px 12px;
}

/* split selection */
.split-selection {
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
}

.split-selection li a {
	display:block;
}

/* drop down menu hover */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
text-decoration: none;
color: #FFF;
background-color: #2DAACD;
background-image: none;
}

.dropdown-menu {
	min-width:210px;
}

/* shades */
.dark5 {
	background:url('https://bootstraphunter.com/img/transparant-5.png') repeat top left transparent;
}

.dark10 {
	background:url('https://bootstraphunter.com/img/transparant-10.png') repeat top left transparent;
}

.dark20 {
	background:url('https://bootstraphunter.com/img/transparant-20.png') repeat top left transparent;
}

.dark30 {
	background:url('https://bootstraphunter.com/img/transparant-30.png') repeat top left transparent;
}

/* button overrides */
.btn-main {
	min-width:120px;
	font-size:16px;
	text-shadow:none !important;
	border:none;
	padding: 10px 40px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
}

.btn-buy {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height:normal;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.btn-buy > span {
	margin:0 auto;
	text-align:right;
	font-size: 44px;
	font-weight: bold;
	padding-right: 110px;
	background:url('https://bootstraphunter.com/img/paypal-btn.png') center right no-repeat;
	letter-spacing:0px;
}
.btn-primary {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2DAACD;
	*background-color: #2DAACD;
	background-image: -moz-linear-gradient(top, #2DAACD, #2DAACD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2DAACD), to(#2DAACD));
	background-image: -webkit-linear-gradient(top, #2DAACD, #2DAACD);
	background-image: -o-linear-gradient(top, #2DAACD, #2DAACD);
	background-image: linear-gradient(to bottom, #2DAACD, #2DAACD);
	background-repeat: repeat-x;
	border-color: #2DAACD;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2DAACD', endColorstr='#2DAACD', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #FFFFFF;
	background-color: #2DAACD;
	*background-color: #003bb3;
}

.btn-green {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #6ABE59;
	*background-color: #6ABE59;
	background-image: -moz-linear-gradient(top, #6ABE59, #6ABE59);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ABE59), to(#6ABE59));
	background-image: -webkit-linear-gradient(top, #6ABE59, #6ABE59);
	background-image: -o-linear-gradient(top, #6ABE59, #6ABE59);
	background-image: linear-gradient(to bottom, #6ABE59, #6ABE59);
	background-repeat: repeat-x;
	border-color: #6ABE59;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ABE59', endColorstr='#6ABE59', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
	color: #FFFFFF;
	background-color: #6ABE59;
	*background-color: #003bb3;
}

/* intro */

.intro-blurb {
	background: url('https://bootstraphunter.com/img/sprite.png') #2DAACD;
	margin-top: -24px;
	margin-bottom: 30px;
	height: 70px;
	border-bottom: 1px solid #FFF;
}

.intro-blurb > div > a > img {
	margin-top:4px;
}

.intro-blurb h2 {
font-size: 30px;
line-height: 1.11111em;
font-family: arial;
font-weight: bold;
color: #FFF;
letter-spacing: -1px;
float:left;
}
.intro-blurb > div {
	padding: 8px 0px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* no javascript */

.no-script {
	display:none !important;
}
.no-js .no-script, .no-js #sngl input[type="image"], .no-js #multi input[type="image"], .no-js #extd input[type="image"] {
	display:block !important;
}
.no-js #sngl input[type="image"], .no-js #multi input[type="image"], .no-js #extd input[type="image"] { 
	padding-top:10px;
}

.no-js #price-range .collapse.in .accordion-inner {
	background:none;
}
/* paypal forms */

#sngl img, #sngl input[type="image"], #multi img, #multi input[type="image"], #extd img, #extd input[type="image"] {
	display:none;
}

.stc {margin-top:20px;}
.no-js .stc {display:none}

/* nav bar */

.navbar-inverse .divider-vertical {
	border-left-color: #3D3D3D;
	border-left-color: rgba(82, 82, 82, .5);
	border-right-color: rgba(27, 27, 27, .5);
	border-right-color: #1B1B1B;
	margin:0;
	height:43px;
}

.navbar .nav .dropdown-toggle .caret {
	margin-top: 6px;
	margin-left: 0;
	border-top: 8px solid black;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}


/* search */

input.search-query {
	padding: 6px 22px 6px 16px;
	margin-bottom: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;
	border: 1px solid #2DA5C7;
	height: 22px;
	border-right:none;
}


.intro-blurb .btn-search, .intro-blurb .btn-search:active {
	padding: 8px 18px 6px 14px;
	margin-top: 10px;
	border: 1px solid #2DA5C7;
	border-left: none;
	background-image: none;
	background-color: #FFF;
	line-height: 15px;
	box-shadow:none;
}

.intro-blurb .btn-search > i {
	display:inline-block;
	margin-top:1px;
	width:16px;
	height:16px;
	background: url('https://bootstraphunter.com/img/search.png') center center no-repeat;
}

.form-search .input-append .search-query {
	max-width:213px;
}

/* paging */
.breadcrumb.has-paging {
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 9px 0px;
	background: none;
}
.breadcrumb.has-paging li.pull-right {
	margin-left:3px;
	font-size: 11.9px;
}
.breadcrumb.has-paging li.pull-right > span {
	margin-right:4px;
	line-height:26px;
	color: #6F6F6F;
	font-weight: bold;
}


.page-spread-white .breadcrumb{
	padding-left: 0;
	padding-right: 0;
	background: none;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom:2px;
}
.page-spread-white h1 {
	font-size: 35px;
	margin: 0;
	line-height: normal;
	color: #616161;
	letter-spacing:-1px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.breadcrumb.has-paging.with-primary a.active {
	background-color: #317297;
}

.breadcrumb.has-paging .pull-right a.btn {
	padding-left:0;
	padding-right:0;
}
.breadcrumb.has-paging .pull-right i {
	display:block;
	width:26px;
	height:20px;
	background: url('https://bootstraphunter.com/img/paging.png') 1px -3px no-repeat;
}
.breadcrumb.has-paging .pull-right i.prev {
	background: url('https://bootstraphunter.com/img/paging.png') -1px -29px no-repeat
}

/* alerts */
.alert-big {
	font-size:18px !important;	
}

.alert {
	font-size:12px;
}
.alert-note {
	background: #FAFACE;
	border: 1px solid #D5CBB3;
	color:#646464;
	line-height:17px;
}

.alert-info {
	color:#494949
}
/* price accordions */
.accordion {

	
}

#price-range .accordion-toggle.active {
	display:none;
}

#price-range .collapse.in .accordion-inner {
	border-top:none;
	background: url('https://bootstraphunter.com/img/pattern-gray.png') #FAFAFA;
}

.no-js #price-range .accordion-heading {
	display:none;
}

.no-js #price-range .accordion-body {
	margin-top:-1px;
	min-height: 137px;
}


a.accordion-toggle > span.price {
	float:right;
	font-weight:bold;
}


#price-range .accordion-group {
	margin-bottom:-1px;
}


#price-range .accordion-group, #price-range .accordion-group .accordion-body {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#price-range div:first-child, #price-range div:first-child .accordion-body {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

#price-range div:last-child, #price-range div:last-child .accordion-body {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

#price-range .accordion-group {
	border: 1px solid #E4E4E4;
	background: #FAFAFA;
}


#price-range .accordion-inner p {
	font-size:10px;
	line-height:normal;
}

#price-range .accordion-inner p > strong {
	display:block;
	font-size:18px;
	margin-bottom:7px;
	letter-spacing:-1px;
}

/* btn */

.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.btn-group > .btn:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}



	/* dash board*/
	.life-stats .well {
		border: 1px solid #E3E3E3;
		background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	.life-stats {
		margin:0;
	}
	.life-stats li {
		text-align:center;
	}
	
	.life-stats li a {
		width:100% !important;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding:5px 10px;
		display:block;
	}
	
	.popover-content {
		text-align:center;
		font-size:15px;
		font-weight:bold;
		color:#3b8230;
	}
	
	.life-stats li:last-child .popover-content {
		color:#333;
	}
	
	.earning, .to-be-sent {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		border: 1px solid #65c0da;
		padding:13px 20px 10px 20px;
		background: #e8f6fa;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-bottom:25px;
		text-align:right;
	}
	

	.earning h4, .to-be-sent h4 {
		letter-spacing:-1px;
		margin:0 !important; 
		font-size:35px;
		line-height: 38px;
		color: #3b8230;
	}
	 .to-be-sent h4 {
	 	color:#686868;
	 }
	
	
	.snap-table thead tr:first-child th {
		background:#eee;
		font-size:18px;
		font-weight:normal;
		padding:10px;
	}
	
	.snap-table span{
		display:block;
	}
	
	.snap-table span.cut {
		color:#3b8230;
		text-align:right;
	}
	
	.snap-table span.commision {
		text-align:right;
		font-size:11px;
		color:#757373;
		
	}
	
	.snap-table span.application {
		text-align:left;
		
	}
	
	.snap-table span.license-num {
		font-size:11px;
		color:#757373;
		text-align:left;
	}
	
	.snap-table.squized-tbody tbody tr td, .snap-table.squized-tbody thead tr:last-child th {
		padding: 5px 5px;
		text-align:center;
	}
	
	tfoot .pagination {
		margin:0;
	}
	tfoot td {
		padding-bottom:3px !important;
	}
	
	.alert-medium {
		font-size:15px;
		line-height:normal;
		color:#333;
		padding-top:20px;
		padding-bottom:20px;
	}
	.alert-medium .btn {
		margin-right:5px;
	}
	
	.alert-medium p.title {
		margin-bottom:10px;	
		display:block;
		font-size:17px;
		letter-spacing:-1px;
	}
	
	.no-order {
		padding:50px 20px;
		font-size:20px;
		text-align:center;
	}
	
	.nav-tabs>li>a, .nav-pills>li>a {
		font-size:14px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.one-td tbody tr:first-child td {
		padding-top: 10px !important;
		padding-bottom: 7px !important;
		overflow:hidden;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.one-td tbody tr td a.dashboard-link-1 {
		font-size: 19px;
		line-height: 19px;
		font-weight:bold;
	}
	.one-td tbody tr td span {
		font-size: 11px;}
	
	/* ---------------------------------------------------------------------- */
	/*	Flot chart tooltip & legend
	/* ---------------------------------------------------------------------- */	
	
	#flotTip {
		padding: 3px 5px;
		background-color: #FFF;
		z-index: 9999;
		color: #333;
		
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.1);
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
		font-size: 14px;
		border: 1px solid #C1C1C1;
		
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	#flotTip span {
		color:#38812D;
		font-weight:bold;
	}
	

	.legendLabel span {
		display: block;
		margin: 0 5px;
	}
	.legendColorBox {
		padding-left: 10px;
		vertical-align: top;
		padding-top: 8px;
	}
	.legendColorBox div > div {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}


	/* ---------------------------------------------------------------------- */
	/*	Flot Charts 
	/* ---------------------------------------------------------------------- */
	
	.chart {
		width: 100%;
		height:200px;
		margin:0 0 20px;
	}

	
	.has-legend {
		margin-top: 30px !important;
	}

  /* Signup */
  input.validation_error {
    border: 1px solid red;
  }

  /* license faq list */
 ul.spaced li {
 	margin-bottom:15px;
 }
ul.spaced li:last-child {
	margin-bottom:30px;
}
.text-bold {
	font-weight:bold;
}
.text-success {
	color: #0a0;
}
.text-danger {

}
.text-muted {
	color:#777272 !important;
}



/* new stuff */

#mc-embedded-subscribe-form {
	margin: 0 0 5px 0;
	width: 386px;
	margin-left: 555px;

}

.mc-field-group {
	float:left;
}

.mc-field-group > label {
	position:absolute;
	font-size:16px;
	color:#333;
}

#mc-embedded-subscribe {
	margin-top: 25px;
	margin-left: 1px;


}

#mce-EMAIL {
height: 20px;
margin-right: 1px;
margin-top: 25px;
border-radius: 3px;
width: 280px;
}

.social-network {
	margin-bottom: 50px;
}

/* UL display inline*/

ul.display-inline {
	list-style:none;
	margin:0px;
	float:left;
}
ul.display-inline li {
	display:inline-block;
	margin-right:3px;
	float:left;
}

ul.display-inline li a {
	font-size: 38px;
	color: #333;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	padding: 6px 14px;
	float: left;
	border-radius: 5px;
	margin-top: 5px;
}

ul.display-inline > li > a > * {
	 vertical-align:middle;
}

ul.display-inline li a > span {
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0px;
	font-weight: bold;
}

a.facebook-btn:hover {

}
a.twitter-btn:hover {

}