@charset "utf-8";
/* CSS Document */

html {
	position: relative;
	min-height: 100%;
}
html, html input {
	font-family: 'Source Sans Pro';
}
body {
	padding: 0;
	margin: 0 0;
	font-family: 'Source Sans Pro';
}
ul {
	list-style: none;
}
html body a {
	text-decoration: none;
	outline: none;
}
html body a:hover, html body a:focus {
	outline: none;
}
a:focus {
	outline: none;
}
input {
	outline: none !important;
}
button {
	outline: none;
}
a img {
	border: none;
}
img {
	border: 0px;
}
p {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, ul, p {
	padding: 0;
	margin: 0;
}
textarea {
	resize: none;
}
input {
	opacity: 1;
}
.clr {
	clear: both;
	height: 0px;
}
header {
	float: left;
	width: 100%;
	background: #333333;
	padding: 30px 0;
}
header .logo {
	float: left;
	width: 128px;
	height: 32px;
}
header .logo:hover, header .logo:focus {
	text-decoration: none;
	color: #fff;
	outline: none;
}
header .navbar-inverse {
	background: none;
	border: none;
}
header .navbar-collapse {
	float: left;
	padding: 0;
}
header .navbar-brand {
	height: auto;
	padding: 0;
}
nav {
	float: left;
	margin: 0 0 0 40px;
}
nav ul {
	float: left;
	margin: 10px 0 0;
}
nav ul li {
	float: left;
	margin: 0 32px 0 0;
}
nav ul li:last-child {
	margin: 0;
	display: none;
}
nav ul li a {
	font: 600 16px 'Source Sans Pro';
	color: #ccc;
}
.home-menu a {
	color: #fff;
}
.home-login a.login {
	margin: 10px 30px 0 0;
	color: #ccc;
}
.home-login a.active {
	color: #fff;
}
.home-menu a:hover, .home-menu a:focus, home-login a:hover a.login {
	color: #ccc;
	text-decoration: none;
	outline: none;
}
nav ul li a:hover, nav ul li a.active, nav ul li a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.login-sec {
	float: right;
}
.login {
	float: left;
	margin: 10px 0 0 30px;
	font: 600 16px 'Source Sans Pro';
	color: #ccc;
}
.login:hover, .login:focus, aside a.active {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.dashboard-login .login {
	margin: 10px 0 0 30px;
}
.getstarted {
	float: left;
	padding: 8px 30px;
	background: #669933;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font: 600 16px 'Source Sans Pro';
	color: #fff;
	line-height: 23px;
	text-align: center;
}
.getstarted i { margin:0 6px 0 0;}
.getstarted:hover, .getstarted:focus {
	background: #56802D;
	text-decoration: none;
	color: #fff;
	outline: none;
}
.content-sec {
	float: left;
	width: 100%;
	margin: 50px 0 80px;
	min-height: 100%;
}
.heading {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	font: 600 60px 'Source Sans Pro';
	color: #333;
	line-height: 60px;
	text-align: center !important;
	text-indent: -10px;
}
.tagline {
	float: left;
	width: 100%;
	margin: 0 0 40px;
	font: 300 18px 'Source Sans Pro';
	color: #333;
	text-align: center;
}
.play {
	float: right;
	width: 202px;
	height: 52px;
	background: #222222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.play audio {
	width: 202px;
	background: #222222;
	margin: 14px 0 0 0;
}
.btn-sec {
	clear: both;
	display: table;
	margin: 0 auto;
}
.btn-sec .getstarted {
	padding: 15px 35px;
	margin: 0 40px 0 0;
	font-size: 20px;
}
.btn-sec .small-player-twofifty {
	width: auto;
	margin: 0;
}
.radio-option {
	float: left;
	width: 100%;
	margin: 0px 0;
}
.radio-option .fa {
	display: block;
	margin: 0 auto;
	font-size: 75px;
	color: #999999;
	text-align: center;
}
.radio-option h2 {
	float: left;
	width: 100%;
	margin: 20px 0 4px;
	font: 400 24px 'Source Sans Pro';
	color: #333;
	line-height: 23px;
	text-align: center;
}
.radio-option h3 {
	float: left;
	width: 100%;
	margin: 0 0 0;
	font: 300 14px 'Source Sans Pro';
	color: #333;
	line-height: 25px;
	text-align: center;
}
.start-up-sec {
	clear: both;
	display: table;
	width: 92%;
	margin: 40px auto 0;
	padding:40px 0 0;
	border-top:1px solid #f5f5f5;
}
.start-up-sec h2 {
	float: left;
	margin: 16px 40px 0 50px;
	font: 600 20px 'Source Sans Pro';
	color: #333333;
	line-height: 23px;
}
.start-up-sec p {
	clear: both;
	display: table;
	width: 93%;
	margin: 0 auto 40px;
	font: 300 22px 'Source Sans Pro';
	color: #333333;
	line-height: 41px;
	text-align: center;
}
.start-up-sec .getstarted {
	float: none;
	clear: both;
	display: table;
	margin: 0 auto;
	padding: 14px 50px;
	font-size: 20px;
}
footer {
	position: absolute;
	bottom: -100px;
	float: left;
	width: 100%;
	background: #f9fafa;
	padding: 30px 0;
}
.footer-links {
	float: none;
	clear: both;
	display: table;
	margin: 0 auto;
}
.footer-links li {
	float: left;
	margin: 0 50px 0 0;
}
.footer-links li:last-child {
	margin: 0;
}
.footer-links li a {
	font: 600 14px 'Source Sans Pro';
	color: #669933;
	line-height: 23px;
}
.footer-links li a:hover, .footer-links li a:focus {
	text-decoration: none;
	color: #56802D;
	outline: none;
}
.help-footer {
	float: left;
}
.copy-right {
	float: right;
	margin: 0;
	font: 300 14px 'Source Sans Pro';
	color: #666;
	line-height: 23px;
}
/*---------------------Feature page css--------------------------*/
.inner-page-sec {
	float: left;
	width: 100%;
	margin: 50px 0 80px;
}
.inner-page-sec .heading {
	margin: 0 0 60px;
	font-size: 40px;
}
.features-points {
	float: left;
	margin: 0 0 0 80px;
}
.features-points li {
	float: left;
	width: 100%;
	margin: 0 0 40px;
	height: 80px;
}
.features-points li:last-child {
	margin: 0 0;
}
.features-points li .fa {
	float: left;
	width: 15%;
	font-size: 40px;
	color: #999;
	text-align: left;
}
.features-points li .feature-detail {
	float: left;
	width: 80%;
}
.features-points li .feature-detail h2 {
	margin: 0 0 5px;
	font: 600 23px 'Source Sans Pro';
	line-height: 20px;
	color: #333333;
}
.features-points li .feature-detail h2.drack {
	color: #000;
}
.features-points li .feature-detail p {
	margin: 0 0 0;
	font: 300 15px 'Source Sans Pro';
	line-height: 25px;
	color: #999;
}
/*---------------------Pricing page css--------------------------*/
.pricing-padding {
	float: none;
	display: table;
	margin: 0 auto;
	/*width: 77%;*/
	padding: 0 15px 0 25px;
}
.pricing-detail-sec {
	float: left;
	/*width: 33%;*/
	width: 25%;
	border: 1px solid #cccccc;
	border-right: none;
}
.pricing-detail-sec:last-child {
	/*width: 34%;*/
	width: 25%;
	border-right: 1px solid #cccccc;
}
.pricing-detail {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 10px 25px 10px;
	background: #f9fafa;
	border-bottom: 1px solid #cccccc;
}
.pricing-detail-sec .pricing-detail .getstarted {
	float: none;
	display: table;
	width: 150px;
	margin: 0 auto;
	padding: 7px 15px;
}
.pricing-detail h2 {
	float: left;
	width: 100%;
	margin: 27px 0 30px;
	font: 600 26px 'Source Sans Pro';
	line-height: 25px;
	color: #333333;
	text-align: center;
}
.pricing-detail h3 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font: 400 23px 'Source Sans Pro';
	line-height: 25px;
	color: #333333;
	text-align: center;
}
.pricing-detail h3 span sub {
	font-size: 40px;
	bottom: -3px;
}
.pricing-detail h3 span {
	font-size: 50px;
	font-weight: 400;
}
.pricing-detail p {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	font: 300 12px 'Source Sans Pro';
	line-height: 25px;
	color: #333333;
	text-align: center;
	font-style: italic;
}
.pricing-feature {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 10px 40px;
}
.most-popular {
	position: absolute;
	left: -1px;
	right: 0;
	top: -18px;
	float: left;
	/*width: 231px;*/
	background: #fff;
	border: 1px solid #cccccc;
	font: 300 16px 'Source Sans Pro';
	line-height: 35px;
	color: #669933;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	z-index: 1;
}
.pricing-feature h2 {
	float: left;
	width: 100%;
	margin: 0px 0 5px;
	font: 600 16px 'Source Sans Pro';
	line-height: 25px;
	color: #333333;
	text-align: center;
}
.pricing-feature ul, .custom-plan ul {
	float: left;
	width: 100%;
}
.pricing-feature ul li, .custom-plan ul li {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	font: 300 16px 'Source Sans Pro';
	line-height: 25px;
	color: #333;
	text-align: center;
}
.pricing-feature ul li a, .custom-plan ul li a, .pricing-help p a {
	color: #4d8318;
	text-decoration: underline;
}
.pricing-feature ul li a:hover, .custom-plan ul li a:hover, .pricing-help p a:hover {
/*text-decoration:none;*/
}
.custom-plan {
	float: left;
	width: 100%;
	min-height: 238px;
	margin: 0 0 15px 0;
	padding: 25px 10px 11px;
	background: #fff;
	border: 1px solid #cccccc;
}
.custom-plan-bg {
	background: none;
	min-height: 186px;
}
.custom-plan h2 {
	float: left;
	width: 100%;
	margin: 11px 0 20px;
	font: 600 27px 'Source Sans Pro';
	line-height: 25px;
	color: #333333;
	text-align: center;
}
.custom-plan ul li {
	font-size: 14px;
}
.pricing-detail-sec a.include-plus {
	text-decoration: none;
	border-bottom: 1px dotted #669933;
}
.pricing-detail-sec a.include-premium {
	text-decoration: none;
	border-bottom: 1px dotted #669933;
}
.custom-padding {
	padding: 0 25px 0 0 !important;
}
.pricing-help-sec {
	float: left;
	width:76%;
	margin: 70px 0 0 119px;
}
.pricing-help {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.pricing-help h2 {
	float: left;
	width: 100%;
	margin: 0px 0 10px;
	font: 600 18px 'Source Sans Pro';
	line-height: 25px;
	color: #333;
}
.pricing-help p {
	float: left;
	width: 100%;
	margin: 0px 0 0;
	font: 300 14px 'Source Sans Pro';
	line-height: 25px;
	color: #333;
}
/*------------Help page css-----------------------*/
.basics-sec {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}
.inner-page-sec .help-heading {
	margin: 0 0 40px 0;
}
.basics-sec h2 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font: 600 18px 'Source Sans Pro';
	line-height: 20px;
	color: #333;
}
.basics-sec ol {
	float: left;
	width: 100%;
	font: 600 16px 'Source Sans Pro';
	color: #333;
}
.basics-sec ol li {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}
.basics-sec ol li span {
	color: #000;
}
.basics-sec ol li p {
	float: left;
	width: 90%;
	margin: 0 0 8px 39px;
	font: 400 16px 'Source Sans Pro';
	line-height: 27px;
	color: #333;
}
.basics-sec ol li a.collapsed {
	text-decoration: none;
}
.basics-sec ol li a {
	font: 600 16px 'Source Sans Pro';
	line-height: 25px;
	color: #669933;
	text-decoration: underline;
}
.basics-sec ol li a:hover {
	text-decoration: underline;
	color: #56802D;
}
.additional-question {
	float: left;
	width: 100%;
}
.additional-question h2 {
	float: left;
	width: 100%;
	margin: 0 0 8px;
	font: 600 16px 'Source Sans Pro';
	line-height: 18px;
	color: #333;
	text-align: center;
}
.additional-question a {
	display: table;
	margin: 0 auto;
	font: 400 16px 'Source Sans Pro';
	line-height: 15px;
	color: #669933;
	text-align: center;
	text-decoration: underline;
}
.additional-question a:hover {
	color: #4d8318;
}
/*------------Login page css-----------------------*/
.login-form-sec {
	display: table;
	width: 50%;
	margin: 0 auto;
}
.login-form {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.login-form li {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 10px;
}
.login-form li.security-icon i { top:32px;}
.login-form li .btn-default {
	border: 1px solid #ccc !important;
}
.login-form li .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background: #fff;
	outline: none !important;
}
.login-form li div.form-group {
	margin: 0 !important;
}
/*.form-horizontal .has-feedback .form-control-feedback { right:0;}*/
.login-form li label {
	float: left;
	width: 100%;
	margin: 0 0 7px !important;
	font: 400 14px 'Source Sans Pro';
	line-height: 15px;
	color: #333;
	text-align: left !important;
}
.login-form li input, .login-form li select {
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0 0 3px !important;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 0;
	font: 400 16px 'Source Sans Pro';
	color: #000;
	line-height: 20px;
	height: auto;
}
.login-border {
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
	margin: 0;
}
.expiration li {
	margin: 0 10px 0 0;
}
.expiration li label {
	height: 20px;
}
.expiration li:first-child {
	width: 39%;
}
.expiration li:nth-child(2) {
	width: 26%;
}
.expiration li:last-child {
	width: 30%;
	margin: 0;
}
.help-block {
	float: left;
}
.login-form li label {
	float: left;
	margin: 5px 0 0;
	font: 700 14px 'Source Sans Pro';
	line-height: 15px;
	color: #333;
}
.login-form li .select-wrapper, .select-wrapper select {
	width: 100%;
	line-height: 40px;
}
.login-form li a {
	clear: both;
	float: right;
	margin: 8px 13px 0 0;
	font: 400 14px 'Source Sans Pro';
	line-height: 15px;
	color: #669933;
	text-decoration: underline;
}
.login-form li a:hover {
	/*text-decoration:none;*/
	color: #4d8318;
}
.login-form-sec p {
	display: table;
	margin: 5px auto 0;
	font: 400 14px 'Source Sans Pro';
	line-height: 30px;
	color: #333;
}
.login-form-sec p a {
	color: #669933;
	text-decoration: underline;
}
.login-form-sec p a:hover {
	color: #sign-up;
}
.login-form-sec .getstarted {
	clear: both;
	float: none;
	display: table;
	margin: 30px auto 0;
	padding: 10px 45px;
	border: 0;
	font-size: 18px;
	border: 0;
}
.cancel {
	display: table;
	margin: 45px auto 0;
	font: 400 14px 'Source Sans Pro';
	line-height: 15px;
	color: #669933;
	text-align: center;
	text-decoration: underline;
}
.cancel:hover, .cancel:focus {
	color: #forgot-password;
	outline: none;
	text-decoration: underline;
}
/*------------Dashboard page css-----------------------*/
.dashboard-sec {
	float: left;
	width: 100%;
	margin: 30px 0 80px;
}
.trial-account {
	float: left;
	width: 100%;
	margin: 0 0 25px;
	background: #ffffee;
	border: 1px solid #ffcc66;
	text-align: center;
}
.trial-account a {
	font: 600 16px 'Source Sans Pro';
	line-height: 45px;
	color: #669933;
}
.plan-sec {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.plan-sec .getstarted {
	padding: 12px 18px;
}
.your-plan {
	float: right;
	width: 43%;
}
.your-plan h2 {
	margin: 0 0 5px;
	font: 400 14px 'Source Sans Pro';
	line-height: 15px;
	color: #333;
}
.your-plan h2 span {
	font-weight: 600;
	color: #000;
}
.your-plan .cancel {
	float: right;
	margin: 5px 0 0;
}
.plan-progress {
	float: left;
	width: 100%;
	height: 10px;
	background: #ebebeb;
}
.plan-progress span {
	float: left;
	width: 35%;
	height: 10px;
	background: #669933;
}
.dashboard-heading {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.dashboard-heading-left {
	float: left;
	margin: 0 0 0 20px;
}
.dashboard-heading-left a {
	font: 600 16px 'Source Sans Pro';
	line-height: 15px;
	color: #669933;
	text-decoration: underline;
}
.dashboard-heading-left a:hover, .dashboard-heading-left a:focus {
	color: #669933;
	outline: none;
	text-decoration: none;
}
.dashboard-heading-right {
	float: right;
	width: 78%;
	padding: 0 0 5px;
	border-bottom: 1px solid #f9fafa;
	font: 400 14px 'Source Sans Pro';
	line-height: 15px;
	color: #999;
}
.dashboard-detil {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 0 0 10px;
}
.dashboard-detil ul.nav-tabs {
	float: left;
	width: 19%;
	border-bottom: none;
	margin: 5px 0 0 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none !important;
	outline: none
}
.dashboard-detil .nav-tabs > li {
	float: left;
	width: 100%;
}
.dashboard-detil .nav-tabs > li > a {
	float: left;
	padding: 10px;
	border: none;
	font: 600 16px 'Source Sans Pro';
	line-height: 25px;
	color: #669933;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none !important;
	color: #56802D !important;
	outline: none;
	cursor: pointer;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	outline: none;
	background: none !important;
	border: none;
	color: #56802D !important;
}
.dashboard-detil .nav-tabs > li.active > a {
	text-decoration: underline;
	outline: none;
	background: none !important;
	border: none;
	color: #669933 !important;
	font-weight: 600;
}
.dashboard-detil .nav-tabs > li > a:hover {
	background: none !important;
	border: none;
	color: #669933;
	outline: none;
}
.station-menu {
	float: right;
	clear: none;
}
.station-menu .login {
	margin: 10px 0 0 0;
}
.your-stations {
	margin: 0 0 0 0;
}
.your-stations h3 {
	float: left;
	width: 100%;
	padding: 0 0 5px;
	border-bottom: 1px solid #eee;
	font: 400 14px 'Source Sans Pro';
	line-height: 15px;
	color: #999;
	text-align: left;
}
.your-stations table thead th {
	width:110px;
	font: 600 14px 'Source Sans Pro';
	line-height: 25px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
}
.your-stations table .text-left {
	text-align: left;
}
.your-stations table tr {
	border-bottom: 1px solid #ccc;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 15px 7px !important;
	border: 0;
}
.your-stations .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: none !important;
	font: 400 14px 'Source Sans Pro';
	line-height: 25px;
	color: #336600;
	text-align: center;
}
.your-stations .table > tbody > tr > td span {
	font-weight: 600;
	color: #669933;
}
.your-stations .table > tbody > tr > td a {
	font: 400 14px 'Source Sans Pro';
	line-height: 25px;
	color: #669933;
	font-size: 15px;
}
.your-stations .table > tbody > tr > td a:hover, .your-stations .table > tbody > tr > td a:focus {
	text-decoration: none;
}
.your-stations .table > tbody > tr > td a i {
	display: table;
	margin: 0 auto;
	font-size: 20px;
	color: #56802D;
}
.your-stations .table > tbody > tr > td a.delete .fa-trash-o {
	color: #ff0000;
}
.your-stations .table > tbody > tr > td .fa-clock-o {
	margin: 0 0 0 7px;
	font-size: 16px;
	color: #999999
}
.your-stations table tr td {
	width: 100px;
	position: relative;
}
.your-stations table tr td .dropdown-menu {
	right: 10px;
	left: auto;
	top: 80%;
	min-width: 110px;
}
.your-stations table tr td .dropdown-menu li a i {
	width: 15px;
	text-align: center;
}
.your-stations table tr td:first-child {
	width: 320px;
}
.your-stations table tr td:nth-child(5) {
	width: 70px;
}
.your-stations table tr td:nth-child(6) {
	width: 30px;
}
.your-stations {
	border: none;
}
.back-next {
	float: right;
	margin: 10px 0 0;
}
.back {
	float: left;
	margin: 0 0 0 10px;
	padding: 7px 25px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #679934;
	font: 600 13px 'Source Sans Pro';
	line-height: 25px;
	color: #669933;
	text-align: center;
}
.back:hover, .back:focus {
	background: #669933;
	text-decoration: none;
	color: #fff;
	outline: none;
}
.your-stations .table-hover > tbody > tr:hover {
	background: #f9fafa;
}
.dashboard-preview {
	clear: both;
	display: table;
	width: 95%;
	margin: 184px auto 50px;
	padding: 15px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.preview-left {
	float: left;
}
.preview-left .fa {
	float: left;
	margin: 1px 10px 0 0;
	font-size: 15px;
	color: #333;
}
.preview-left p {
	float: left;
	font: 600 15px 'Source Sans Pro';
	line-height: 15px;
	color: #333;
}
.preview-left p span {
	margin: 0 5px 0 0;
	font-weight: 700;
}
.preview-close {
	float: right;
	font: 600 15px 'Source Sans Pro';
	line-height: 15px;
	color: #666;
	text-decoration: underline;
}
.preview-close:hover, .preview-close:focus {
	text-decoration: none;
	color: #000;
	outline: none;
}
.preview-detail-sec {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 20px 35px;
	background: #fff;
	border-radius: 3px;
}
.preview-detail-top {
	float: left;
	width: 100%;
}
.preview-detail-top iframe { width:100%; border:0;}
.artist-detail {
	float: left;
	width: 100%;
	margin: 0;
}
.artist-detail li {
	float: left;
	width: 100%;
	margin: 0 0 2px;
}
.artist-detail li div.play-button {
	margin: 0;
}
.artist-detail li span.paly-radio .play-button .play-bar {
	margin: 6px 15px 0 0;
}
.artist-detail li span.paly-radio .play-button .time {
	line-height: 16px;
}
.artist-detail li .fa {
	float: right;
	font-size: 15px;
	color: #fff;
}
.artist-detail li h2 {
	float: left;
	margin: 0;
	font: 600 14px 'Source Sans Pro';
	line-height: 15px;
	color: #fff;
}
.artist-detail li p {
	float: left;
	margin: 0;
	font: 400 12px 'Source Sans Pro';
	line-height: 15px;
	color: #fff;
}
.artist-detail li h3 {
	float: left;
	margin: 0;
	font: 600 12px 'Source Sans Pro';
	line-height: 15px;
	color: #fff;
}
.artist-detail li h4 {
	float: left;
	margin: 0 0 0 140px;
	font: 700 12px 'Source Sans Pro';
	line-height: 15px;
	color: #fff;
	text-align: center;
}
.artist-detail li h5 {
	float: right;
	margin: 0 0 0 0;
	font: 400 11px 'Source Sans Pro';
	line-height: 15px;
	color: #fff;
	text-align: right;
}
.artist-detail li .play-left {
	float: left;
	margin: 2px 10px 0 0;
	font-size: 17px;
}
.artist-detail li span.paly-radio {
	float: left;
	width: 100%;
}
.share-song {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.share-song li {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.share-song li:last-child {
	margin: 0;
}
.share-song li label {
	float: left;
	width: 15%;
	margin: 0;
	font: 600 13px 'Source Sans Pro';
	line-height: 36px;
	color: #000;
	text-transform: uppercase;
}
.share-song li input {
	float: left;
	width: 85%;
	padding: 6px;
	background: #fff;
	border: 1px solid #cccccc;
	font: 400 14px 'Source Sans Pro';
	line-height: 22px;
	color: #000;
}
.report-sec {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.report-sec h2 {
	float: left;
	width: 100%;
	margin: 0 0 8px;
	font: 600 30px 'Source Sans Pro';
	line-height: 25px;
	color: #000;
	text-align: center;
}
.report-sec h3 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	font: 600 20px 'Source Sans Pro';
	line-height: 20px;
	color: #000;
	text-align: center;
}
.report-sec p {
	float: left;
	width: 100%;
	margin: 0;
	font: 400 14px 'Source Sans Pro';
	line-height: 20px;
	color: #333;
	text-align: center;
}
.download-pdf {
	display: table;
	margin: 0 auto;
}
.download-pdf li {
	float: left;
	margin: 0 35px 0 0;
}
.download-pdf li:last-child {
	margin: 0;
}
.download-pdf li a .fa {
	margin: 0 5px 0 0;
	font-size: 15px;
	color: #336600;
}
.download-pdf li a {
	font: 400 14px 'Source Sans Pro';
	line-height: 36px;
	color: #669933;
}
.download-pdf li a span {
	font-weight: 600;
}
.rss-detail-sec {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	background: #fff;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.rss-top {
	float: left;
	width: 100%;
	margin: 0 0 0;
}
.rss-top-left {
	float: left;
	width: 35%;
	padding: 40px 30px;
	border: 1px solid #ccc;
	background: #F9FAFA none no-repeat scroll 50% 0%;
}
.rss-top-left p {
	font: 300 18px 'Source Sans Pro';
	line-height: 22px;
	color: #333;
	text-align: center;
}
.rss-top-left a {
	display: block;
	margin: 15px 0 0;
	font: 600 14px 'Source Sans Pro';
	line-height: 20px;
	color: #669933;
	text-align: center;
	text-decoration: underline;
}
.rss-top-left a:hover {
	color: #4d8318;
}
.rss-right {
	float: right;
	width: 61%;
}
.rss-right textarea {
	float: left;
	width: 100%;
	height: 161px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	font: 400 14px 'Source Sans Pro';
	line-height: 20px;
	color: #999;
}
.station-category {
	float: left;
	width: 100%;
	margin: 18px 0 0;
}
.station-category li:first-child {
	float: left;
	width: 61%;
}
.station-category li:last-child {
	float: right;
	width: 35%;
}
.station-category li input, .station-category li select {
	float: left;
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #ccc;
	background: #fff;
	font: 400 14px 'Source Sans Pro';
	line-height: 20px;
	color: #999;
}
.station-category li select {
	line-height: 30px;
	height: 36px;
	padding: 0 10px;
}
.rss-feed {
	float: left;
	width: 100%;
	margin: 18px 0 0;
}
.rss-feed a.back {
	margin: 0 0 0;
	padding: 4px 20px;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.rss-feed input {
	float: right;
	width: 75%;
	padding: 7px 10px;
	border: 1px solid #ccc;
	background: #fff;
	font: 600 14px 'Source Sans Pro'!important;
	line-height: 20px;
	color: #669933 !important;
}
.cancel-save {
	clear: both;
	float: right;
	margin: 18px 0 0;
}
.cancel-save a.cancel-rss {
	float: left;
	margin: 8px 15px 0;
	font: 600 14px 'Source Sans Pro';
	line-height: 25px;
	color: #999;
	text-decoration: underline;
}
.cancel-save a.cancel-rss:hover {
	color: #999;
}
/*--Dashboard-Settings CSS--*/
.plan-sec {
	float: left;
	width: 100%;
	margin: 0;
}
.dashboard-link {
	float: left;
	padding:10px;
	border:1px solid #669933;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;	
	margin: 7px 0 0 15px;
	font: 700 15px 'Source Sans Pro';
	line-height: 15px;
	color: #669933;
}
.dashboard-link .fa {
	color: #669933;
	margin: 0 3px 0 0;
}
.dashboard-link:hover, .dashboard-link:focus {
	text-decoration: none;
	color: #56802D;
	outline: none
}
.dashboard-setting-sec {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
.setting-heading {
	float: left;
	margin: 0 0 0;
	background: #f9fafa;
	font: 700 17px 'Source Sans Pro';
	line-height: 22px;
	color: #333333;
}
.setting-form-sec {
	float: left;
	width: 100%;
	margin: 0 0 0;
	padding: 0 15px 5px;
}
.setting-form-border {
	border-bottom: 1px solid #cccccc;
	padding: 0 15px 10px;
	margin: 0 0 30px;
}
.step-one-form {
	float: left;
	width: 100%;
	margin: 0;
}
.step-one-form li {
	float: left;
	width: 65%;
	margin: 0 0 0;
}
.step-one-form li:nth-child(2) { width:22%;}
.step-one-form li:last-child {
	float: right;
	width: auto;
}
.step-one-form li:last-child label {
	margin: 0 10px 0 0;
}
.step-one-form li:last-child, .step-one-form-right li:last-child {
	margin: 0;
}
.step-one-form li label {
	float: left;
	margin: 0 30px 0 0;
	font: 600 15px 'Source Sans Pro';
	line-height: 33px;
	color: #000;
}
.step-one-form li input {
	width: 76%;
}
.step-one-form li input, .step-one-form li select {
	float: left;
	padding: 7px;
	background: #fff;
	border: 1px solid #cccccc;
	font: 400 15px 'Source Sans Pro';
	line-height: 18px;
	color: #333;
}
.step-one-form li select {
	color: #000;
}
.step-one-form li .select-wrapper {
	float: right;
	width: 71%;
	position: relative;
}
.step-one-form-right {
	float: right;
	width: 32%;
}
.step-one-form-right li {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.step-one-form-right li label {
	float: left;
	width: 25%;
	margin: 0;
	font: 600 15px 'Source Sans Pro';
	line-height: 36px;
	color: #000;
}
.step-one-form-right li select {
	float: right;
	padding: 7px;
	background: #fff;
	border: 1px solid #cccccc;
	font: 400 15px 'Source Sans Pro';
	line-height: 20px;
	color: #333;
}
.step-one-form-right li .select-wrapper {
	float: right;
	width: 66%;
	position: relative;
}
.select-wrapper {
	float: left;
	display: inline-block;
	border: 1px solid #ccc;
	background: url("../img/down-arrow.jpg") no-repeat right 8px center;
	cursor: pointer;
}
.select-wrapper, .select-wrapper select {
	line-height: 32px;
}
.select-wrapper .holder {
	display: block;
	margin: 0 35px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	font-family: "Source Sans Pro";
}
.select-wrapper select {
	margin: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
.color-choice {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.color-choice li {
	float: left;
	margin: 0 52px 0 0;
	font: 400 15px 'Source Sans Pro';
	line-height: 39px;
	color: #666;
}
.color-choice li label {
	font: 400 15px 'Source Sans Pro';
	line-height: 33px;
	color: #000;
}
.color-choice li input.cp1 {
	width: 0px;
	height: 0px;
	padding: 0px;
	border: 0;
}
.color-choice li:first-child {
	width: 15%;
	margin: 0;
}
.color-choice li:last-child {
	margin: 0;
}
.color-choice li h2 {
	float: left;
	margin: 0;
	height: 20px;
	font: 600 15px 'Source Sans Pro';
	line-height: 36px;
	color: #000;
}
.option-choise {
	float: left;
	width: 100%;
	margin: 0 0 0;
}
.option-choise li {
	float: left;
	width: 21%;
	margin: 0;
}
.option-choise li input {
	float: left;
	margin: 10px 9px 0 0;
}
.advance {
	float: left;
	width: 100%;
	margin: 0 0 25px;
}
.advance li {
	float: left;
	width: 27%;
	margin: 0;
	position: relative;
}
.advance li:first-child {
	width: 27%;
}
.advance li:first-child input { padding:7px;}
.advance li:nth-child(2) {
	width: 45%;
	margin: 0 53px;
}
.advance li:last-child {
	float: right;
	width: 16%;
}
.list-emai {
	position: absolute;
	top: 0px;
	right: 26px;
}
.advance li input {
	width: 59%;
	margin: 0 0 0 20px;
	padding: 7px 34px 7px 7px;
	background: #fff;
	border: 1px solid #cccccc;
	font: 400 15px 'Source Sans Pro';
	line-height: 20px;
	color: #333;
}
.advance li input.store-links {
	float: left;
	width: auto;
	margin: 12px 10px 0 0;
}
.advance li .label_check input {
	float:left;
	width: auto;
	margin: 10px 5px 0 0;
}
.broadcast-schedule {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
/*	background: #f9fafa; */
	border: 1px solid #ccc;
}
.schedule-select {
	float: left;
	width: 21%;
	border-right: 1px solid #ccc;
	padding: 14px 14px 10px;
	font: 600 15px 'Source Sans Pro';
	line-height: 36px;
	color: #000;
	margin: 0;
}
.schedule-select input.schedule {
	float: left;
	margin: 12px 10px 0 0;
}
.boradcast-time {
	float: left;
	width: 29%;
	margin: 0 0 0;
}
.broadcast-time-sec {
	float: left;
	width: 76%;
	margin: 15px 0 0 20px;
}
.boradcast-time li {
	float: left;
	margin: 0 14px 0 0;
	line-height: 20px;
	color: #333;
}
.boradcast-time li label {
	font: 400 15px 'Source Sans Pro';
	line-height: 36px;
}
/*.boradcast-time li:last-child {
	margin: 0;
}*/
.boradcast-time li input.boradcast-time-select {
	margin: 4px 10px 0 0;
}
.broadcast-select-date {
	float: right;
	width: 71%;
	margin: 0 0 0;
}
.broadcast-select-date li {
	float: left;
	width: 45%;
}
.broadcast-select-date li:nth-child(2) {
	width: 8%;
	text-align: center;
}
.broadcast-select-date div.select-schedule {
	float: left;
	width: 100%;
}
.broadcast-select-date div.select-schedule .input-group .form-control, .input-group-addon {
	border-radius: 0 !important;
}
.form-control {
	font: 400 14px 'Source Sans Pro';
}
.input-group-addon {
	background: none !important;
}
.broadcast-select-date li strong {
	padding: 0 10px;
	font: 600 13px 'Source Sans Pro';
	line-height: 31px;
	color: #000;
	text-align: center;
}
.has-js label.c_on {
	background: url(../img/check-off.jpg) top 12px left 3px no-repeat;
}
.has-js .label_check {
	background: url(../img/check-on.jpg) top 12px left 3px no-repeat;
}
.has-js .label_check {
	padding-left: 25px;
}
.streaming-setup {
	float: left;
	width: 100%;
	background: #f9fafa;
	padding: 15px;
	margin: 0 0 10px;
}
.streaming-setup h2 {
	float: left;
	margin: 11px 25px 0 0;
	background: #f9fafa;
	font: 700 17px 'Source Sans Pro';
	line-height: 22px;
	color: #333333;
}
.streaming-choise {
	float: left;
	margin: 11px 0 0;
}
.streaming-choise li {
	float: left;
	margin: 0 25px 0 0;
}
.streaming-choise li label span {
	font: 400 14px 'Source Sans Pro';
	line-height: 18px;
	color: #666666;
}
.streaming-choise li label.label_radio {
	margin: 0;
	padding-left: 25px !important;
}
.streaming-choise li:last-child {
	margin: 0;
}
.streaming-choise li input {
	margin: 0 5px 0 0;
}
.streaming-choise li span {
	font: 600 13px 'Source Sans Pro';
	line-height: 15px;
	color: #000;
}
.upload-audio {
	float: left;
	width: 76%;
	margin: 0;
}
.upload-audio li {
	float: left;
	margin: 0 35px 0 0;
}
.upload-audio li a.dashboard-link { margin:0; padding:10px 20px;}
.upload-audio li label {
	margin: 10px 0 0;
}
.upload-audio li label input {
	float: left;
	margin: 3px 10px 0 0;
}
.upload-audio li:last-child {
	width: 55%;
	margin: 0;
}
.upload-audio li div {
	position: relative;
	float: left;
	width: 100%;
}
.upload-audio li div input {
	float: right;
	width: 55%;
	padding: 8px 30px 10px 10px;
	border: 1px solid #cccccc;
	font: 400 15px 'Source Sans Pro';
	line-height: 17px;
	color: #333;
	text-align: left;
}
.upload-audio li div button.search-btn {
	position: absolute;
	border: 0;
	top: 9px;
	right: 5px;
	background: none;
}
.upload-audio li div button.search-btn .fa {
	font-size: 15px;
	color: #999999;
}
.audio-ad {
	float: left;
	width: 100%;
	padding: 15px;
	background: #ffffee;
	border-bottom: 1px solid #f9fafa;
}
.audio-ad-bordernone {
	border-bottom: none;
}
.audio-ad-top {
	float: left;
	width: 100%;
	margin: 0 0 0;
}
.audio-ad-top h2 {
	float: left;
	margin: 8px 10px 0 0;
	font: 600 15px 'Source Sans Pro';
	color: #000;
	line-height: 15px;
}
.audio-ad-top p {
	float: left;
	margin: 8px 0 0;
	font: 400 14px 'Source Sans Pro';
	color: #333;
	line-height: 15px;
}
.audio-ad-top .select-wrapper {
	float: left;
	width: 19%;
	margin: 0 0 0 45px;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff url("../img/down-arrow.jpg") no-repeat right 8px center;
	cursor: pointer;
	position: relative;
}
.audio-ad-top select {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.audio-ad-top a.delete {
	float: right;
	font-size: 15px;
	color: #000;
}
.audio-ad-top a.delete .fa {
	font-size: 20px;
	color: #ff0000;
}
.audio-ad-top a.cancel {
	float: left;
	margin: 6px 50px 0 0;
}
.track-title-sec {
	float: left;
	width: 100%;
	margin: 18px 0 0;
	padding: 15px;
	border-bottom: 1px solid #f9fafa;
}
.track-title {
	float: left;
	width: 25%;
	margin: 0 10px 0 0;
}
.track-title input {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	font: 400 13px 'Source Sans Pro';
	color: #000;
	line-height: 15px;
}
.track-title span {
	float: left;
	width: 100%;
	margin: 5px 0 0;
	font: 300 13px 'Source Sans Pro';
	color: #333;
	line-height: 15px;
}
.track-title-sec a.cancel {
	float: left;
	margin: 5px 0 0;
}
.track-title-sec a.delete {
	float: right;
}
.track-title-sec a.delete .fa {
	font-size: 20px;
	color: #ff0000;
}
.file-straight {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 5px 0 0;
	padding: 30px 15px 26px;
}
.file-straight-sec {
	float: left;
	width: 51%;
	margin: 0 10px 0 0;
}
.file-straight-sec p {
	float: left;
	width: 100%;
	margin: 5px 0 0;
	font: 400 13px 'Source Sans Pro';
	color: #333;
	line-height: 15px;
}
.file-straight-sec .plan-progress, .file-straight-sec .plan-progress span {
	height: 17px;
}
.file-straight a.cancel {
	float: left;
	margin: 0 0 0
}
.file-straight a.delete {
	float: right;
}
.file-straight a.delete .fa {
	font-size: 20px;
	color: #ff0000;
}
.file-detail {
	float: left;
	width: 100%;
	margin: 0 0 25px;
}
.file-detail-top {
	float: left;
	width: 100%;
	padding: 28px 15px;
	border-top: 1px solid #ccc;
}
.file-detail-top:hover {
	cursor: default;
	background: #f9fafa
}
.file-name {
	float: left;
}
.file-name h2 {
	float: left;
	margin: 0 50px 0 0;
	font: 600 15px 'Source Sans Pro';
	color: #000;
	line-height: 15px;
}
.file-name h2 span, .file-name h3 span { margin:0 10px 0 0; font-weight:400;}
.file-name h3 {
	float: left;
	font: 600 15px 'Source Sans Pro';
	color: #000;
	line-height: 15px;
}
.select-file-edit {
	float: left;
	clear: both;
	margin: 10px 0 0;
}
.select-file-edit p {
	float: left;
	margin: 0 90px 0 0;
	font: 400 13px 'Source Sans Pro';
	color: #333;
	line-height: 15px;
}
.edit-delete {
	float: right;
}
.edit-delete a {
	float: left;
	margin: 0 45px 0 0;
	font: 400 20px 'Source Sans Pro';
	color: #669933;
	line-height: 15px;
}
.edit-delete a i {
	margin: 0 5px 0 0;
}
.edit-delete a:last-child {
	margin: 0;
}
.edit-delete a.fa-pencil-square-o, .edit-delete a .fa-download {
	color: #336600;
}
.edit-delete a .fa-trash-o {
	color: #ff0000;
}
.load-more {
	float: left;
	width: 100%;
	margin: 0 0 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #679934;
	border-radius: 3px;
	font: 600 15px 'Source Sans Pro';
	color: #669933;
	line-height: 15px;
	text-align: center;
}
.load-more:hover, .load-more:focus {
	background: #56802D;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.save-publish {
	float: left;
	width: 100%;
	margin: 70px 0 0;
}
.save-publish a.getstarted {
	float: none;
	display: table;
	margin: 0 auto;
	padding: 13px 35px;
}
/*---Update Billing CSS---*/
.update-billing-top {
	float: left;
	width: 100%;
	margin: 0;
}
.update-billing-top label, .expire-billing li label, .security li label {
	float: left;
	width: 100%;
	height: 20px;
	font: 700 15px 'Source Sans Pro';
	color: #333;
	line-height: 15px;
}
.security li label i { color:#000;}
.expire-billing li {
	position: relative;
}
.expire-billing li .select-wrapper {
	width: 100%;
	line-height: 39px;
}
.update-billing-top input, .expire-billing li select, .security li input {
	float: left;
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #cccccc;
	font: 700 15px 'Source Sans Pro';
	color: #333;
}
.update-billing-top {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.update-billing-top li {
	float: left;
	width: 100%;
}
.expire-billing {
	float: left;
	width: 70%;
}
.expire-billing li {
	float: left;
	width: 70%;
}
.expire-billing li:last-child {
	width: 40%;
}
.expire-billing li:last-child {
	float: right;
	width: 27%;
}
.security {
	float: right;
	width: 25%;
}
.security li {
	float: left;
	width: 100%;
}
/*---Upgrade CSS---*/
.upgrade-plan-sec {
	float: left;
	width: 30%;
	margin: 14px 0 0 0;
}
.current-plan {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.current-plan h2 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 500 19px 'Source Sans Pro';
	color: #333333;
}
.current-plan p {
	float: left;
	width: 100%;
	margin: 8px 0 0 0;
	font: 14px 'Source Sans Pro';
	color: #333333;
}
.current-plan p a {
	margin: 0;
	font: 14px 'Source Sans Pro';
	color: #669933;
	text-decoration: underline;
}
.current-plan p a:hover {
	color: #4d8318;
	text-decoration: underline;
}
.change-plan {
	float: left;
	width: 100%;
}
.plan-btn {
	margin: 0 auto 30px;
	padding: 10px 28px;
	display: table;
	border: 1px solid #669933;
	font: 700 15px 'Source Sans Pro';
	color: #669933;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background-color: white;
	float: right;
}
.plan-btn:hover, .plan-btn:focus {
	background: #56802D;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.change-plan .cancel-btn {
	margin: 0 auto;
	display: table;
	font: 14px 'Source Sans Pro';
	color: #669933;
	text-decoration: underline;
}
.change-plan .cancel-btn:hover {
	color: #4d8318;
}
.delete-btn {
	margin: 0 auto;
	display: table;
	font: 14px 'Source Sans Pro';
	color: #ff0000;
	text-decoration: underline;
}
.delete-btn:hover {
	color: #ff0000;
	text-decoration: none;
}
.generate-key {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
}
.generate-key a {
	margin: 0 auto 30px;
	padding: 10px 22px;
	display: table;
	border: 1px solid #666666;
	font: 700 15px 'Source Sans Pro';
	color: #666666;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.generate-key a:hover {
	background: #666;
	color: #fff;
}
.generate-key p {
	float: left;
	font: 14px 'Source Sans Pro';
	color: #333333;
	margin: 0 0 0 48px;
}
.generate-key p span {
	float: left;
	margin: 0 22px 0 0;
	font: 700 14px 'Source Sans Pro';
	color: #333333;
}
.email-sec {
	float: right;
	width: 42%;
	margin: 8px 0 0 0;
}
.email-sec ul li select {
	float: left;
	width: 100%;
	padding: 10px 14px;
	font: 14px 'Source Sans Pro';
	color: #333333;
	border: 1px solid #cccccc;
}
.email-sec button {
	clear: both;
	background: none;
	border: 0;
	margin: 40px auto 0;
	padding: 10px 40px;
	display: table;
	border: 1px solid #666666;
	font: 700 15px 'Source Sans Pro';
	color: #666666;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.email-sec button:hover {
	background: #666666;
	color: #fff;
}
/*---Upgrade Plan---*/
.upgrade-step-sec {
	display: table;
	width: 75%;
	margin: 0 auto;
}
.upgrade-step-top {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.upgrade-heading {
	float: left;
	margin: 0 20px 0 0;
	font: 600 24px 'Source Sans Pro';
	color: #333;
}
.step-plan {
	float: left;
	font: 400 16px 'Source Sans Pro';
	color: #999;
	line-height: 32px;
}
.cancel-plan {
	float: right;
	margin: 10px 0 0;
	font: 400 14px 'Source Sans Pro';
	color: #999;
	text-decoration: underline;
}
.cancel-plan:hover, .cancel-plan:focus {
	color: #999;
}
.upgrade-step-sec .pricing-detail-sec.select {
	border: 5px solid #669933
}
.upgrade-step-sec .pricing-detail-sec .pricing-detail .getstarted {
	padding: 5px 50px;
	border:1px solid #679a35;
}
.upgrade-step-sec .pricing-detail-sec .pricing-detail .getstarted:hover, .upgrade-step-sec .pricing-detail-sec .pricing-detail .getstarted.active { background:#fff; border:1px solid #8e679a35b46a; color:#669933;}
.checkout {
	float: left;
	margin: 10px 0 0 40px;
	font: 600 16px 'Source Sans Pro';
	color: #fff;
	text-decoration: none;
	line-height: 18px;
}
.checkout:hover {
	color: #fff;
}
.evo-palette tr td span {
	margin: 0px;
	border: none;
	float: inherit;
	height: auto;
	margin: inherit;
	width: auto;
}
/*---Upgrade Step Two CSS---*/
.upgrade-step-two {
	display: table;
	width: 80%;
	margin: 0 auto;
}
.your-plan-step {
	width: 100%;
	float: left;
	position: relative;
}
.your-plan-step .left {
	width: 70%;
	float: left;
}
.your-plan-step .left h1 {
	font: 600 25px 'Source Sans Pro';
	color: #666666;
	float: left;
	margin: 0 22px 0 0;
}
.your-plan-step .left h1 span {
	font: 700 25px 'Source Sans Pro';
	color: #666666;
}
.your-plan-step .left a {
	font: 400 16px 'Source Sans Pro';
	color: #669933;
	float: left;
	line-height: 35px;
	text-decoration: underline;
}
.your-plan-step .left a:hover {
	color: #4d8318;
}
.your-plan-step .right {
	width: 30%;
	float: right;
	text-align: right
}
.your-plan-step .right a {
	font: 400 15px 'Source Sans Pro';
	color: #999;
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	right: 0;
}
.your-plan-step .right a {
	color: #999;
}
.radio-part {
	width: 100%;
	float: left;
	margin: 30px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #CCCCCC;
}
.radio-buttons {
	width: 70%;
	float: left;
}
.radio-buttons fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.radio-buttons label {
	display: block;
	cursor: pointer;
	line-height: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Source Sans Pro';
}
.radio-buttons label span {
	font: 600 16px/14px 'Source Sans Pro';
	background: #ffffcc;
	padding: 2px 5px
}
.has-js .label_radio {
	padding-left: 34px;
}
.has-js .label_radio {
	background: url(../img/radio-off.png) no-repeat;
	font: 400 20px/14px 'Source Sans Pro';
	color: #666666;
}
.has-js label.r_on {
	background: url(../img/radio-on.png) no-repeat;
	font: 700 20px/11px 'Source Sans Pro';
	color: #333333;
}
.has-js .label_check input, .has-js .label_radio input {
	position: absolute;
	left: -9999px;
}
.dollers {
	width: 30%;
	float: right;
	text-align: right;
}
.dollers h1 {
	font: 400 60px 'Source Sans Pro';
	color: #333333;
	margin: 0
}
.dollers h1 span {
	font: 400 15px 'Source Sans Pro';
	color: #333;
}
.subscribe-form-part {
	width: 70%;
	float: left;
}
.subscribe-form-part ul {
	width: 100%;
	float: left;
	margin: 0
}
.subscribe-form-part li {
	float: left;
	margin: 0 0 15px 0
}
.subscribe-form-part li label {
	width: 100%;
	float: left;
	font: 600 16px 'Source Sans Pro';
	color: #333;
	margin: 0 0 5px;
}
.subscribe-form-part li label a { color:#000;}
.subscribe-form-part li input, .subscribe-form-part li select {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	font: 400 16px 'Source Sans Pro';
	color: #333;
	padding: 6px;
}
.subscribe-form-part li:nth-child(1) {
	width: 100%;
}
.subscribe-form-part li:nth-child(2) {
	width: 44%;
}
.subscribe-form-part li:nth-child(2) .select-wrapper {
	width: 100%;
	position: relative;
}
.subscribe-form-part li:nth-child(3) {
	width: 24%;
	margin-left: 10px;
}
.subscribe-form-part li:nth-child(3) .select-wrapper {
	width: 100%;
	position: relative;
}
.subscribe-form-part li:nth-child(4) {
	width: 24%;
	float: right;
}
.terms-sec {
	width: 100%;
	float: left;
	font: 400 14px/22px 'Source Sans Pro';
	color: #333;
	margin: 20px 0 0;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px
}
.terms-sec a {
	color: #669933;
	text-decoration: underline;
}
.terms-sec a:hover {
	text-decoration: underline;
	color: #4d8318;
}
.subscribe-button-part {
	width: 100%;
	float: left;
	margin: 20px 0 0
}
.subscribe-button-part p {
	float: left;
	font: 600 15px/40px 'Source Sans Pro';
	color: #000;
}
.subscribe-button-part a {
	float: right;
	font: 600 18px 'Source Sans Pro';
	color: #fff;
	text-align: center;
	background: #669933;
	border-radius: 4px;
	padding: 12px 45px;
	text-decoration: none
}
.subscribe-button-part a i { margin:0 5px 0 0; }
.subscribe-button-part a:hover {
	background: #56802D;
}
/*---General Page CSS---*/
.general-page-sec {
	float: left;
	width: 100%;
}
.general-page-tab {
	float: left;
	width: 20%;
	border-bottom: none;
}
.general-page-tab li {
	float: left;
	width: 100%;
	margin: 0;
}
.general-page-tab li h3 {
	font: 700 22px 'Source Sans Pro';
	color: #333;
	margin: 0 0 10px 0;
}
.general-page-tab li.active a {
	color: #427a0b;
}
.general-page-tab li a {
	float: left;
	clear: both;
	border: none;
	padding: 0;
	font: 400 17px 'Source Sans Pro';
	color: #669933;
	margin: 0 0 10px 0;
}
.general-page-tab li a:hover {
	border: none;
	margin: 0;
}
.general-page-tab-detail {
	float: left;
	width: 80%;
}
.page-content {
	float: left;
	width: 100%;
	margin: 0 0 50px;
}
.page-content h2 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font: 600 18px 'Source Sans Pro';
	color: #333333;
}
.page-content p {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	font: 300 16px 'Source Sans Pro';
	color: #333;
	line-height: 27px;
}
.page-content p a {
	color: #669933;
	text-decoration: underline;
}
.page-content p a:hover {
	color: #4d8318;
}

.page-content li {
	font: 300 16px 'Source Sans Pro';
	line-height: 27px;
}

.page-content-bottom {
	float: left;
	width: 45%;
	margin: 50px 0 0
}
.page-content-bottom:last-child {
	float: right;
}
.page-content-last {
	float: left;
	width: 29%;
	margin: 20px 50px 0 0;
}
.page-content-last:last-child {
	margin: 20px 0 0;
}
.general-btn {
	float: right;
	padding: 7px 25px;
	border: 1px solid #679934;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 600 18px 'Source Sans Pro';
	color: #669933;
	text-align: center;
}
.general-btn:hover {
	text-decoration: none;
	color: #fff;
	background: #56802D;
}
.general-btn-center {
	float: none;
	display: table;
	margin: 0 auto;
	border-color: #686868;
	color: #666666;
}
.general-btn-center:hover {
	background: #666666;
	color: #fff;
}
.general-btn-left {
	float: left;
	background: #669933;
	color: #fff;
}
.general-btn-left:hover, .general-btn-left:focus {
	color: #fff;
	background: #56802D;
}
.general-page-form {
	display: table;
	width: 85%;
	margin: 50px auto 0;
}
.general-page-heading {
	float: left;
	width: 100%;
	margin: 0 0 80px;
}
.general-page-heading h2 {
	float: left;
	width: 100%;
	margin: 0 0 3px;
	font: 700 45px 'Source Sans Pro';
	color: #333333;
	text-align: center;
}
.general-page-heading p {
	float: left;
	width: 100%;
	margin: 0 0 0px;
	font: 400 22px 'Source Sans Pro';
	color: #999999;
	text-align: center;
}
.general-form {
	float: left;
	width: 100%;
	margin: 0 0 25px;
}
.general-form li {
	float: left;
	width: 60%;
}
.general-form li:last-child {
	float: right;
	width: 36%;
}
.general-form li label, .general-form-message li label {
	float: left;
	width: 100%;
	font: 400 14px 'Source Sans Pro';
	color: #333333;
}
.general-form li input, .general-form li select, .general-form-message textarea {
	float: left;
	width: 100%;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	font: 300 14px 'Source Sans Pro';
	color: #999999;
}
.general-form li .select-wrapper {
	width: 100%;
	position: relative;
}
.general-form li select option {
	font: 300 14px 'Source Sans Pro';
}
.general-form-message {
	float: left;
	width: 100%;
	margin: 0 0 0;
}
.general-submit {
	float: right;
	margin: 30px 0 0;
	background: #666666;
	padding: 7px 25px;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 600 16px 'Source Sans Pro';
	color: #fff;
	text-align: center;
}
.general-submit:hover {
	background: #333333;
	color: #fff;
}
.refer-container {
	display: table;
	width: 53%;
	margin: 15px auto 0;
}
.refer-sec {
	float: left;
	width: 100%;
}
.refer-top {
	float: left;
	width: 100%;
	margin: 0 0 35px 0;
}
.refer-top h2 {
	width: 87%;
	margin: 0 auto 45px;
	display: table;
	font: 600 25px 'Source Sans Pro';
	color: #666666;
}
.refer-top h2 .fa {
	float: left;
	margin: 0 17px 0 0;
	font-size: 65px;
	color: #999999;
}
.refer-top p {
	float: left;
	width: 100%;
	margin: 0;
	font: 20px 'Source Sans Pro';
	color: #3f3f3f;
	text-align: center;
}
.refer-bottom {
	float: left;
	width: 100%;
}
.refer-bottom h3 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font: 14px 'Source Sans Pro';
	color: #333333;
	text-align: center;
}
.refer-bottom a {
	float: left;
	margin: 0;
	padding: 10px 30px;
	border: 1px solid #669933;
	font: 700 15px 'Source Sans Pro';
	color: #669933;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.refer-bottom a:hover {
	background: #56802D;
	color: #fff;
}
.refer-bottom input {
	float: right;
	width: 72%;
	margin: 0 0 32px 0;
	padding: 10px 14px;
	font: 14px 'Source Sans Pro';
	color: #669933;
	border: 1px solid #cccccc;
}
.refer-bottom ul {
	margin: 0 auto;
	width: 60%;
	display: table;
}
.refer-bottom ul li {
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
	font: 16px 'Source Sans Pro';
	color: #666666;
}
.refer-bottom ul li:last-child {
	margin: 0;
}
.refer-bottom ul li span {
	float: right;
	margin: 0;
	font: 600 16px 'Source Sans Pro';
	color: #000;
}
.refer-bottom .storage-info {
	float: right;
	margin: 0 9px 0 0;
	font: 600 16px 'Source Sans Pro';
	color: #000;
}
.facebook-comment-sec {
	float: left;
	width: 100%;
}
.fb-comment-top {
	float: left;
	width: 100%;
}
.fb-radio-play {
	float: left;
}
.fb-radio-play .big-player-sevehundred {
	margin: 0;
}
.fb-likes {
	float: right;
	width: 33%;
}
.social-likes {
	clear: both;
	float: left;
	margin: 0 0 10px;
}
.social-likes li {
	float: left;
	margin: 0 10px 0 0;
}
.social-likes li:first-child {
	margin: 0;
}
.social-likes li label, .share-likes li label {
	float: left;
	width: 80px;
	font: 600 15px 'Source Sans Pro';
	color: #000;
}
.share-likes {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
.share-likes li label {
	margin: 5px 0 0
}
.share-likes li input {
	float: left;
	width: 73%;
	padding: 6px;
	border: 1px solid #cccccc;
	font: 400 14px 'Source Sans Pro';
	color: #333;
}
.fb-comment-area {
	float: left;
	width: 100%;
	margin: 50px 0 0;
	background: #ebebeb;
	padding: 50px;
}
.fb-comment-area h2 {
	float: left;
	width: 100%;
	text-align: center;
	font: 600 20px 'Source Sans Pro';
	color: #000;
	line-height: 190px;
}
.station-dropdown {
	float: right;
	display: none;
}
/*--Player-CSS--*/
.players {
	float: left;
	width: 100%;
	margin: 50px 0 0;
}
.player-sec {
	position: relative;
	display: table;
	margin: 0 auto;
	
}
.player-sec .play audio, .player-sec .play {
	height: auto;
	margin: 0;
}
.player-heading {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	font: 600 20px 'Source Sans Pro';
	color: #000;
	text-align: center;
}
.player-heading-bottom {
	margin: 100px 0 0;
}
.player-sec h3 {
	float: left;
	margin: 0 0 10px;
	font: 600 14px 'Source Sans Pro';
	color: #fff;
}
.player-sec h4, .player-sec h6 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font: 400 13px 'Source Sans Pro';
	color: #fff;
}
.player-sec h5 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font: 700 13px 'Source Sans Pro';
	color: #fff;
}
.play-info {
	position: absolute;
	float: right;
	font-size: 11px;
	color: #fff;
	top: auto;
	right: 16px;
	bottom: 13px;
}
.play-info:hover, .play-info:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.play-button {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.play-button a {
	float: left;
	margin: 0 15px 0 0;
	font-size: 20px;
	color: #fff;
}
.play-button a:last-child {
	margin: 0;
}
.play-button .play-bar {
	float: left;
	height: 5px;
	width: 64%;
	margin: 10px 10px 0 0;
	background: #999;
}
.play-button .play-bar span {
	float: left;
	height: 5px;
	width: 60%;
	background: #666;
}
.play-button .time {
	float: left;
	margin: 0 15px 0 0;
	font: 300 14px 'Source Sans Pro';
	color: #fff;
	line-height: 23px;
}
.small-player-fivehundred {
	float: left;
	width: 100%;
}
.small-player-fivehundred .player-sec {
	width: 50px;
}
.small-player-fivehundred .player-sec .play-button {
	float: none;
	display: table;
	width: auto;
	margin: 0 auto;
}
.small-player-fivehundred .player-sec .play-button a {
	margin: 0;
}
.small-player-fivehundred .player-sec .play, .small-player-fivehundred .player-sec .play audio {
	width: 150px;
}
.big-player-sevehundred {
	float: left;
	width: 100%;
	margin: 100px 0 0;
}
.big-player-sevehundred .player-sec {
	width: 400px;
	height: 70px;
}
.big-player-sevehundred .player-sec .play, .big-player-sevehundred .player-sec .play audio {
	float: left;
	width: 92%;
}
.big-player-sevehundred .player-icon {
	float: right;
}
.big-player-sevehundred .player-icon li {
	float: left;
	margin: 0 15px 0 0;
}
.big-player-sevehundred .player-icon li:last-child {
	margin: 0;
}
.big-player-sevehundred .player-icon li a .fa {
	font-size: 15px;
	color: #fff;
}
.big-player-twohundred {
	float: left;
	width: 100%;
	margin: 100px 0 0;
}
.big-player-twohundred .player-sec {
	width: 400px;
	min-height: 180px;
}
.big-player-twohundred .player-sec .play, .big-player-twohundred .player-sec .play audio {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.small-player-twofifty {
	float: left;
	width: 100%;
}
.small-player-twofifty .player-sec {
	width: 300px;
	height: 50px;
}
.small-player-twofifty .player-sec iframe { width:100%; border:0;}
.small-player-twofifty .player-sec iframe.noScrolling { overflow:hidden;}
.small-player-twofifty .player-sec .play, .small-player-twofifty .player-sec .play audio {
	float: left;
	width: 98%;
}
.small-player-twofifty .player-sec .play-info {
	top: auto;
	right: 14px;
	bottom: 13px;
}
.big-player-onefifty {
	float: left;
	width: 100%;
	margin: 100px 0 0;
}
.big-player-onefifty .player-sec {
	width: 400px;
	height: 150px;
}
.big-player-onefifty .player-sec .play, .big-player-onefifty .player-sec .play audio {
	float: left;
	width: 93%;
}
.big-player-onefifty .player-sec h3, .big-player-onefifty .player-sec h4, .big-player-onefifty .player-sec h5, .big-player-threehundred .player-sec h3, .big-player-threehundred .player-sec h4, .big-player-threehundred .player-sec h5 {
	width: 100%;
}
.big-player-onefifty .player-sec h3 a, .big-player-onefifty .player-sec h4 a, .big-player-onefifty .player-sec h5 a, .big-player-threehundred .player-sec h3 a, .big-player-threehundred .player-sec h4 a, .big-player-threehundred .player-sec h5 a {
	float: right;
	font-size: 15px;
	color: #fff;
}
.big-player-onefifty .player-sec .play-info {
	top: auto;
	right: 16px;
	bottom: 13px;
}
.big-player-threehundred {
	float: left;
	width: 100%;
	margin: 100px 0 0
}
.big-player-threehundred .player-sec {
	width: 400px;
	height: 300px;
}
.big-player-threehundred .player-sec .play {
	margin: 10px 0 0;
}
.big-player-threehundred .player-sec .play, .big-player-threehundred .player-sec .play audio {
	float: left;
	width: 93%;
}
.big-player-threehundred .player-sec .play-info {
	top: auto;
	right: 16px;
	bottom: 13px;
}
.player-artist {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
.player-artist ul {
	float: left;
	width: 100%;
}
.player-artist ul li {
	float: left;
	width: 100%;
	margin: 0;
	list-style-position: inside;
}
.player-artist ul li a:before {
	content: "o";
	margin: 0 10px 0 0;
}
.player-artist ul li a {
	float: left;
	width: 100%;
	padding: 5px;
	font: 400 13px 'Source Sans Pro';
	color: #fff;
}
.player-artist ul li a:hover {
	background: #333333;
}
.players-bottom {
	float: left;
	width: 100%;
	margin: 50px 0 0;
	background: #222222;
}
.big-player {
	display: table;
	width: 73%;
	margin: 0 auto;
}
.big-player .player-sec {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.big-player .player-sec h3 {
	width: 100%;
	margin: 0 0 15px;
}
.big-player .player-sec .play-button {
	width: 75%;
}
.big-player .player-sec h3 span {
	font-weight: 400;
}
.big-player .player-sec .play {
	float: left;
	width: 82%;
}
.big-player .player-sec .play audio {
	width: 100%;
}
.player-icon {
	float: right;
}
.player-icon li {
	float: left;
	margin: 0 20px 0 0;
}
.player-icon li:last-child {
	margin: 0;
}
.player-icon li a {
	font-size: 15px;
	color: #fff;
}
.player-icon li a.play-info {
	position: inherit;
	margin: 3px 0 0;
	font-size: 10px;
}
.station-options {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 20px;
	background: #f9fafa;
}
.stream-opt {
	float: right;
}
.stream-opt span {
	float: left;
	margin: 0 10px 0 0;
	font: 400 15px 'Source Sans Pro';
	line-height: 22px;
	color: #000;
}
.stream-opt div {
	float: left;
	margin: 0 5px 0 0;
	font: 400 15px 'Source Sans Pro';
	line-height: 22px;
	color: #000;
}
.stream-opt div input {
	float: left;
	margin: 5px 5px 0 0;
}
.station-offer {
	clear: both;
	display: table;
	margin: 30px auto 0;
	font: 400 14px 'Source Sans Pro';
	line-height: 22px;
	color: #333;
	text-align: center;
}
.station-offer a {
	color: #4d8318;
	text-decoration: underline;
}
.station-offer a:hover {
	text-decoration: none;
}
.yearly-sec {
	float: left;
	width: 100%;
	margin: 10px 0 20px;
	border-top: 1px solid #ccc;
}
.year-option {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
.year-option li {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.year-option li input {
	float: left;
	margin: 5px 10px 0 0;
}
.year-option li span {
	float: left;
	margin: 0 0 0 0;
	font: 400 19px 'Source Sans Pro';
	line-height: 22px;
	color: #333;
}
.year-option li span h3 {
	float: right;
	margin: 0 0 0 10px;
	padding: 5px;
	background: #ffffcc;
	font-size: 18px;
	text-align: center;
	line-height: 11px;
}
.yearly-sec p.yearly-detail {
	float: left;
	width: 100%;
	background: #ffffcc;
	padding: 10px;
	border: 1px solid #ccc;
	font: 600 14px 'Source Sans Pro';
	line-height: 20px;
	color: #000;
}


.account .demo-container {
    box-sizing: border-box;
    width: 500px;
    height: 300px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
}

.account .demo-placeholder {
    width: 470px;
    height: 250px;
    font-size: 14px;
    line-height: 1.2em;
}

.account .legend table {
    border-spacing: 5px;
}

.demo-container .station-report {
	float: left;
	width: 100%;
}
.demo-container .station-report tr td {
	padding: 10px;
	font: 600 20px 'Source Sans Pro';
	line-height: 33px;
	color: #000;
	text-align: center;
	border: 1px solid #ccc !important;
}
.demo-container .station-report tr td span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #666;
}
.download-play {
	display: table;
	margin: 0 auto;
	font: 400 15px 'Source Sans Pro';
	line-height: 14px;
	color: #669900;
	text-align: center;
	text-decoration: underline;
}
.download-play:hover, .download-play:focus {
	text-decoration: none;
	color: #669900
}
.preview-detail-padd { padding:10px 0;}

/* iradeo */

/* override bootstrap */
.form-control-feedback {
	top:3px !important;
}

.sm2-bar-ui .bd.sm2-main-controls {
	padding: 5px 7px 9px 7px;
}

.sm2-bar-ui .sm2-playlist {
  position: relative;
  height: 22px !important;
}
.audio-ad-top a.delete .fa {
	line-height:31px;
}
