/* Pitch Fade CSS */

html, body {
  height: 100%;
  width: 100%;
}

body{
	background-color: #f2f2f2;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.notify-signup-error{
	padding: 10px 20px;
	margin: 10px 0 0;
	background-color: #ff3737;
	display: inline-block;
	border-radius: 100px;
}

.red{
	color: #ff3737;
}

.dropdown-menu.dropdown-top{
	bottom: calc(100% + 10px);
	right: 0;
	top: inherit;
	left: inherit;
}

/* Landing */

#landingHeroDevices{
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left:0;
	right:0;
	text-align: center;
}

#landingHero{
	position: relative;
	background-image: url('../img/landing-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-color: #1a1a1a;
	width: 100%;
	font-family: "proxima-nova",sans-serif;
	/*height:90vh;*/
}


#landingHero header{
	padding-top: 50px;
	padding-bottom: 50px;
}

#landingNav{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#landingNav li{
	display: inline-block;
	line-height: 40px;
	margin-left: 20px;
}

#landingNav li a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}


.hr-landing{
	border-bottom: 6px solid;
	width: 40px;
	border-radius: 100px;
	border-color: #d7df23;
}

.hr-landing-gray{
	border-bottom: 6px solid;
	width: 40px;
	border-radius: 100px;
	border-color: #b3b3b3;
}

#landingCta{
	color: #fff;
	text-align: center;
}

#landingCta .form-inline{
	margin-top: 50px;
}

#landingCta .form-control{
	height: 48px;
}

#landingCta .form-inline .form-group{
	margin-left: 2px;
	margin-right: 2px;
}

#landingCta .circle-left{
	border-radius: 24px 4px 4px 24px;
}

#landingCta .circle-right{
	border-radius: 4px 24px 24px 4px;
}

#landingCta form .btn .fa{
	margin-left: 5px;
}

#landingCta form .btn{
	background-color: #d7df23;
	color:#1a1a1a;
	border-color: #d7df23;
	text-transform: uppercase;
	font-weight: bold;
	outline:none !important;
    box-shadow: none !important;
    margin-left: 2px;
	margin-right: 2px;
	height: 48px;
	font-size: 20px;
	border-width: 2px;
}

#landingCta form .btn:active{
	background-color: transparent;
	border-color: #d7df23;
	color: #d7df23;
}

.form-control {
    outline:none !important;
    box-shadow: none !important;
}

.h1-landing{
	font-weight: 900;
	font-size: 60px;
	text-transform: uppercase;
}

.p-landing{
	font-size: 20px;
	font-weight: 100;
}

/*.a-landing{
	display: inline-block;
}*/

#devices{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: -60px;
}

#landingTrusted{
	padding-top: 120px;
}

#landingLogin{
	background-image: url('../img/music_pattern2.png');
	background-color: #1a1a1a;
	height: 100vh;
	color: #fff;
}

#landingLogin p{
	font-size: 16px;
}

#landingLogin a{
	color:#d7df23;
}

#landingLogin h2{
	font-size: 50px;
}

.mod-centered{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	width: 480px;
}

.btn-landing{
	border-radius: 100px;
	background-color: transparent;
	border:2px solid white;
	padding: 10px 16px;
	outline:none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: "proxima-nova",sans-serif;
    color:#fff;
}

.btn-landing.dark{
	background-color: #1a1a1a;
	border:2px solid #1a1a1a;
    color:#fff;
}


/* Landing End */

.sidebar-back{
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: #1a1a1a;
	width: 320px;
	z-index: 0;
	overflow: none;
}

#sidebar-main{
	position: fixed;
	top: 0;
	bottom: 0;
	overflow:hidden;
	width: 320px;
	z-index: 1;
	-webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-height: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.sidebar-top-fix{
	padding:30px 30px 0 30px;
	position: relative;
    z-index: 2;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.sidebar-top-fix .nav-links{
	padding-bottom: 0;
}

.sidebar-top-fix .nav-links li{
	padding-bottom: 26px;
}

.sidebar-top-fix-content-wrapper{
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-height: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-scroll{
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 30px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

#dashboard-container{
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left: 320px;
	background-color: #fff;
}

#preview{
	position: absolute;
	top:30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#previewIframe{
	display: block;
    width: 1px;
    min-width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background-color: #ffffff;
}

a, p, h1, h2, h3, h4, label{
	font-family: "proxima-nova",sans-serif;
}

label, .checkbox label, .radio label{
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

h2{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 60px;
}

#sidebar-main h3{
	color: #fff;
	font-weight: 600;
}

#sidebar-main h5{
	color: #d7df23;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 12px;
}

.txt-center{
	text-align: center !important;
}

.txt-capitalize{
	text-transform: capitalize !important;
}

.txt-uppercase{
	text-transform: uppercase !important;
}

.fw-900{
	font-weight: 900;
}

.truncate {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wth-80{
	width: 80%;
}

.form-control{
	font-size: 16px !important;
}

.angular-with-newlines {
    white-space: pre-wrap;
}

.cursor-pointer{
	cursor: pointer;
}

.white{
	color: white;
}

.img-centered{
	margin-left: auto;
	margin-right: auto;
}

.w-100{
	width: 100%;
}


/* Buttons */

.btn-grey,
a.btn-grey{
	background-color: #333;
	color:#fff;
	text-transform: capitalize;
	font-weight: 400;
	text-align: left;
	border: 2px solid transparent;
}

.btn-grey .fa:first-child{
	width: 20px;
	text-align: center;
	margin-right: 8px;
}

.btn-grey .fa:nth-child(2){
	text-align: center;
	margin-top: 3px;
	float: right;
}

.btn-grey .fa-times-circle{
	color:#FF373B;
	cursor: pointer;
	margin-top: -7px !important;
	padding: 10px;
}

.btn-green{
	background-color: #d7df23;
/*	height: 40px;*/
	color:#1a1a1a !important;
	text-transform: uppercase;
	font-weight: 700;
}


/* Buttons End */
/* Borders */

.border-round-all{
	border-radius: 4px;
}

.border-round-top{
	border-radius: 4px 4px 0 0;
}

.border-round-bottom{
	border-radius: 0 0 4px 4px;
}

.border-circle{
	border-radius: 1000px;
}

.border-dotted{
	border: 3px dotted white;
}

.border-dashed{
	border: 3px dashed white;
}

.border-none{
	border: 0px !important;
}

.border-white{
	border: 20px solid white;
}

/* Borders End */
/* Margins */

.margin-b-30{
	margin-bottom: 30px !important;
}

.margin-r-30{
	margin-right: 30px !important;
}

/* Magins End */
/* BG Color */

.bg-gray{
	background-color: gray;
}

/* BG Color End */
/* Ratios */

.box{
	position: relative;
	background-position: center center;
	background-size: cover;
}


.box-1x1:before{
	display: block;
	content: "";
    width: 100%;
	padding-top: 100%;
}


.box-16x9:before{
	display: block;
	content: "";
    width: 100%;
	padding-top: 56.25%;
}

.box-16x10:before{
	display: block;
	content: "";
    width: 100%;
	padding-top: 62.5%;
}

.box div{
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: 900;
}

.box .fa{
	display: block;
	font-size: 50px;
	margin-bottom: 10px;
}

/* Ratios End */
/* Sidebar Main */

#pf-logo{
	display: block;
}

#sidebar-main a, #sidebar-main p{
	color: #fff;
}


#sidebar-main label{
	color: #ccc;
}


#change-theme a, .theme-select{
	text-decoration: none;
}

.nav-links{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
}

.nav-links li{
	/*line-height: 35px;*/
	/*border-bottom: 1px solid #333;*/
	padding:10px 0px 10px 0px;
}

.nav-links a{
	display: block;
}

.nav-links li:last-child{
	border-bottom: 0;
}

.nav-links li .fa{
	width: 15px;
	text-align: center;
	margin-right: 10px;
	color:#d7df23;
}

.nav-links li a{
	display: block;
	text-decoration: none;
}

.nav-links li .fa-arrow-circle-right{
	float: right;
	margin-right: 0;
}

.nav-links li.active{
	background-color: #d7df23;
    margin-right: -10px;
    padding-right: 10px;
    margin-left: -10px;
    padding-left: 10px;
    border-radius: 4px;
    color: #1a1a1a;
}

.nav-links li.active a,
.nav-links li.active .fa{
	color: #1a1a1a !important;
}


#account{
	display:block;
	width: 100%;
	text-align: left;
}

#account .photo{
	float: left;
	width: 80px;
	margin-left: -100%;
}

#account .details-container{
	float: left;
	width: 100%;
}

#account .details{
	float: left;
	padding-left: 100px;
	width: 100%;
	color: #fff;
}

#account h3{
	margin-top: 10px;
}

#account h3 a{
	text-transform: uppercase;;
	font-weight: 700;
	font-size: 20px;
	text-decoration:none;
	margin: 0;
}

.badge-upgrade{
	text-align: center;
}


.badge-upgrade a{
	display: block;
	text-decoration: none;
	color: #1a1a1a !important;
	padding: 15px 0 10px 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	background-color: #d7df23;
	border-radius: 1000px;
}

.btn.badge-upgrade{
	display: block;
	text-decoration: none;
	color: #1a1a1a !important;
	padding: 15px 0 10px 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	background-color: #d7df23;
	border-radius: 1000px;
	width: 100%;
	font-family: "proxima-nova",sans-serif;
}


#payment-form .row{
	margin-right: -5px;
	margin-left: -5px;
}

#payment-form .form-group{
	padding-right: 5px;
	padding-left: 5px;
}

#sidebar-main ._720kb-datepicker-calendar a{
	color: #1a1a1a;
}

#sidebar-main ._720kb-datepicker-calendar a._720kb-datepicker-disabled{
	color: transparent;
	background: transparent;
}


.uib-increment, .uib-decrement, 
.uib-timepicker tr.text-center{
	display: none;
}

.timepicker{
	margin-top: 39px;
	margin-bottom: 15px;
}

.uib-timepicker {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-radius: 4px;
    padding-left:10px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.timepicker .form-control{
	border: 0;
}

.uib-time.am-pm button{
	border: 0;
}

.uib-time input {
    width: 25px;
    padding-left: 0;
    padding-right: 0;
}

/* Sidebar Main End */
/* Imagery */



/* Imagery End */

#imageryGrid .item{
	margin-bottom: 30px;
	position: relative;
}

/*#imageryGrid .item figure{
	border:5px transparent;
}*/

#imageryGrid .item:hover #deleteImg{
	display: block;
}

.note-editable p{
	color: #1a1a1a !important ;
	font-size: 16px;
}

#deleteImg{
	position: absolute;
	z-index: 2;
	color:#1a1a1a;
	top:-18px;
	right: -4px;
	display: none;
	cursor: pointer;
}

#deleteImg .fa-times-circle{
	margin-top: -1px;
	color:#cc2929;
}

#imageryGrid .fa-check-circle{
	display: none;
}

.img-active .fa-check-circle{
	display: block !important;
	position: absolute;
	font-size: 30px;
	color: #fff;
	top:9px;
	left: 10px;
}

/* YouTube Responsive */

/*.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.m-0{
	margin:0px !important;
}

.mb-0{
	margin-bottom: 0px !important;
}

.mb-5{
	margin-bottom: 5px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.mb-60{
    margin-bottom: 60px !important;
}

.mb-90{
    margin-bottom: 90px !important;
}

.mt-5{
    margin-top: 5px !important;
}

.mt-10{
    margin-top: 10px !important;
}

.mt-15{
    margin-top: 15px !important;
}

.mt-20{
    margin-top: 20px !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mt-60{
    margin-top: 60px !important;
}

.mt-90{
    margin-top: 90px !important;
}

.mr-10{
	margin-right:10px !important;
}

.pf-shadow{
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 0px !important;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 0px !important; 
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

/* Code Editor */

#code-container {
    width: 100%;
    height: 100%;
    border-top: 1px solid #ddd;
}


.codepad .CodeMirror {
    position: absolute;
    top: 96px;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
}

.code-file-bar{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

#code-editor-topbar{
	padding:10px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	height: 55px;
}

#code-editor-topbar .codetab{
	margin-right: 10px;
}

#code-editor-topbar .codetab.active{
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.edit-theme{
    background-color: transparent;
    padding:5px 9px 3px 9px;
    border-radius: 5px;
    margin:-6px 0 0 20px;
    border: 1px solid #333;
}

.edit-theme.active{
	color: #1a1a1a !important;
    background-color: #d7df23;
    border: 1px solid #d7df23;
}

.sidebar-module{
	margin-bottom: 45px;
	/*border: 1px solid #333;*/
	/*border-radius: 4px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);*/
}

.sidebar-module .module:last-child{
	margin-bottom: 0px !important;
}

.sidebar-module .module.image{
	margin-bottom: 10px !important;
}

.published-theme iframe {
    pointer-events: none;
    width: 1159px;
    height: 694px;
    border: 0;
    overflow: hidden;
    position: relative;
    background-color: #1a1a1a !important;
    -webkit-transform: scale(0.267);
    transform: scale(0.267);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: -516px;
    border-radius: 30px;
}

.requests-num{
	display: inline-block;
	width:20px;
	height: 20px;
	background-color: #d7df23;
	color: #333;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	line-height: 20px;
	margin:-3px 0 0 5px;
}

.loadingSpinner{
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.loadingSpinner:before{
	content: '';
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1a1a1a;
	opacity: 0.75;
	z-index: -1;
}

.loadingSpinner img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#dash-main{
	position: relative;
	background-color: #f2f2f2;
	font-family: "proxima-nova", sans-serif;
}

#dash-main.dash-pattern:before{
	display: block;
	content: '';
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../img/music_pattern2.png');
	background-size: 700px;
	opacity: 0.05;
}

#dash-main h2{
	margin: 0;
	font-size: 30px;
	padding-top: 20px;
}

.dash-page{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	padding: 30px;
}

#console{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100vh;
}

.console-module{
	display: block;
	background-color: #fff;
	padding: 20px 20px 5px 20px;
	border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/*.dash-page .console-module{
	padding-left: 40px;
	padding-right: 40px;
}*/

.console-header{
	text-transform: uppercase;
	font-size: 12px;
    line-height: 1.5;
	font-weight: 700;
	display: block;
	color: #333;
	vertical-align: middle;
}

.console-header .fa:first-child{
	margin-right: 5px;
}


.foundation p.truncate{
	float: left;
	margin-right: 20px;
	max-width: 90%;
	padding: 0;
	margin-bottom: 0;
}

.foundation .fa{
	float: left;
	width: 20px;
	margin-left: -20px;
	text-align: right;
	padding-top: 2px;
}

#console-soundcloud .table{
    margin: 0;
    color: #333;
}

#console-soundcloud .table a {
    color: #333;
}

#console-soundcloud .table p{
    margin: 0;
}

#console-soundcloud .table a:hover {
    color: #666;
}

#console-soundcloud .table>thead.no-border>tr>th {
    border-bottom: 0;
    font-family: "proxima-nova", sans-serif;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}

#console-soundcloud .table>tbody>tr>td,
#console-soundcloud .table>tbody>tr>th,
#console-soundcloud .table>tfoot>tr>td,
#console-soundcloud .table>tfoot>tr>th,
#console-soundcloud .table>thead>tr>td,
#console-soundcloud .table>thead>tr>th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #e6e6e6;*/
}

#console-soundcloud .table-hover > tbody > tr > th, 
#console-soundcloud .table-hover.table-top > tbody > tr > th {
    display: inline-block;
    width: 30px;
    height: 20px;
}

#console-soundcloud .table-hover.table-top > tbody > tr > th .fa-volume-up, 
#console-soundcloud .table-hover > tbody > tr > th .fa-pause-circle {
    display: none;
    font-size: 20px;
}

#console-soundcloud .table-hover.table-top > tbody > tr > th .fa-play-circle {
    display: none;
    font-size: 20px;
}

#console-soundcloud .table-hover > tbody > tr > th .fa-volume-up, 
#console-soundcloud .table-hover > tbody > tr > th .fa-pause-circle {
    display: none;
    font-size: 20px;
}

#console-soundcloud .table-hover > tbody > tr > th .fa-play-circle {
    visibility: visible;
    font-size: 20px;
}

#console-soundcloud .table-hover.table-top > tbody > tr:hover > th .fa-play-circle {
    display: inline;
}

#console-soundcloud .table-hover > tbody > tr:hover > th .fa-play-circle {
    visibility: visible;
}

#console-soundcloud .table-hover > tbody > tr > th .top-number {
    display: inline-block;
}

#console-soundcloud .table-hover > tbody > tr:hover > th .top-number {
    display: none;
}

#console-soundcloud .table-hover > tbody > tr.playing > th .fa-play-circle, 
#console-soundcloud .table-hover > tbody > tr.playing > th .top-number {
    display: none;
}

#console-soundcloud .table-hover.table-top > tbody > tr.playing > th .fa-play-circle, 
#console-soundcloud .table-hover.table-top > tbody > tr.playing > th .top-number {
    display: none;
}

#console-soundcloud .table-hover > tbody > tr.playing > th .fa-volume-up {
    display: inline;
}

#console-soundcloud .table-hover > tbody > tr > th .fa-play-circle:hover,
#console-soundcloud .table-hover > tbody > tr > td .fa-download:hover {
    color: #666;
}

#console-soundcloud .table-hover > tbody > tr.playing {
    color: #d7df23;
}

#console-soundcloud .table-hover > tbody > tr.playing .table-rating li {
    background-color: #d7df23;
}

#console-soundcloud .table-hover > tbody > tr.playing a {
    color: #d7df23;
}

#console-soundcloud .table-hover > tbody > tr.playing > td .fa-download:hover {
    color: #fff;
}

#console-soundcloud .table-hover > tbody > tr.playing:hover > th .fa-volume-up {
    display: none;
}

#console-soundcloud .table-hover > tbody > tr.playing:hover > th .fa-pause-circle {
    display: inline;
}

#console-soundcloud .table-hover > tbody > tr.playing:hover > th .fa-pause-circle:hover{
    color: #fff;
}

#console-soundcloud .table-hover > tbody > tr.playing {
    background-color: #171717;
}

#console-soundcloud .table-rating {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

#console-soundcloud .table-rating li {
    display: inline-block;
    height: 16px;
    width: 2px;
    /*background-color: #b3b3b3;*/
    margin-right: 2px;
}

#console-soundcloud .table>tbody>tr>td:nth-child(1) {
    width: 0%;
    max-width: 0;
}

#console-soundcloud .table>tbody>tr>td:nth-child(2) {
    width: 70%;
    max-width: 0;
}

#console-soundcloud .table>tbody>tr>td:nth-child(3) {
    width: 10%;
    max-width: 0;
}

#console-soundcloud .table>tbody>tr>td:nth-child(4) {
    width: 10%;
    max-width: 0;
}

#console-soundcloud .table>tbody>tr>td:nth-child(5) {
    width: 10%;
    max-width: 0;
}

#console-soundcloud .table>tbody>tr>td:nth-child(6) {
    width: 0%;
    max-width: 0;
}

.console-chart{
	margin:0;
	padding: 0;
	list-style: none;
}

.console-chart li p{
	margin-bottom: 0;
}

.console-chart li.neg{
	padding: 10px 20px;
	margin-left: -20px;
	margin-right: -20px;
	border-bottom: 1px solid #e6e6e6;
}

.console-chart li.pad{
	padding: 10px 20px;
	border-bottom: 1px solid #e6e6e6;
}

.console-chart li{
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.console-chart li:last-child{
	border-bottom: 0px;
}

.console-chart .chart-details-wrapper{
	float: left;
	width: 100%;
}

.console-chart .chart-details{
	padding-left: 40px;
}

.console-chart .chart-index{
	float: left;
	width:20px;
	height: 20px;
	margin-left: -100%;
	background-color: #333;
	display: inline-block;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 20px;
	position: relative;
}

.console-chart .chart-artist-details{
	padding-left: 60px;
}

.console-chart .chart-artist{
	float: left;
	width:40px;
	height: 40px;
	margin-left: -100%;
	background-color: #f2f2f2;
	display: inline-block;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 20px;
	position: relative;
}

.console-chart .chart-index .fa-play-circle,
.console-chart .chart-index .fa-pause-circle{
    font-size: 17px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	display:none;
}

.console-chart li:hover .chart-index .fa-play-circle,
.console-chart li.playing .chart-index .fa-pause-circle,
.console-chart li:hover .chart-index.disabled p{
	position: relative;
	display: block;
	z-index: 2;
}

.console-chart li:hover .chart-index p,
.console-chart li.playing .chart-index .fa-play-circle,
.console-chart li.playing .chart-index p,
.console-chart li:hover .chart-index.disabled .fa-play-circle,
.console-chart .chart-index .knob{
    display: none;
}

.console-chart li.playing{
	background: #f2f2f2;
	position: relative;
}

.console-chart li.playing .chart-index .knob{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
}

.console-chart li.playing:before{
	position: absolute;
	content: '';
	top:-1px;
	bottom: -1px;
	right: 0;
	width: 5px;
	background-color: #333;
	border-bottom: 1px solid #333;
}

/*.console-chart li.playing .chart-index{
	background-color: transparent;
}*/

.console-chart a{
	color: #333;
}

#news{
	background-color: #fff;
	/*border-left: 1px solid #ccc;*/
	padding-left: 45px;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.rss-news{
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom: 1px solid #e6e6e6;
	font-family: "proxima-nova",sans-serif;
}

.rss-news a.h4{
	display: block;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.rss-news img{
	width: 100%;
	height: auto;
	min-width: 120px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.rss-news .rss-img p{
	display: none;
}

.rss-news .rss-text p:last-child, 
.rss-news .rss-text img, 
.rss-news .rss-text a{
	display: none;
}

.rss-news .rss-text{
	color: #666;
}

.rss-news .rss-category,
.pill-yellow{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	background-color: #d7df23;
	color: #333;
	border-radius: 4px;
	padding: 1px 5px 0 5px;
}

.rss-news .rss-date{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	color: #333;
	border-radius: 4px;
}

.pointer{
	cursor: pointer;
}

#messages{
	padding: 30px;
	background-color: #f2f2f2;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 65px);
}

.messages,
.requests{
	margin: 0;
	padding: 0;
	list-style: none;
}

.message{
	float: left;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.message{
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 4px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.message:last-child{
	margin-bottom: 0px;
}

.requests{
	/*margin-right: -30px*/
}

.request{
	border-bottom: 1px solid #333;
	/*padding-right: 30px;*/
	padding-top: 15px;
	padding-bottom: 10px;
}

.request:last-child{
	border-color: transparent;
}

.request.active{
	background-color: #d7df23;
	border-radius: 4px;
	margin-left: -10px;
	padding-left: 10px;
	margin-right: -10px;
	padding-right: 10px;
}

.request.active a,
.request.active p,
.request.active .requests-last-message{
	color: #1a1a1a !important;
}

.req-avatar{
	float: left;
	width: 40px;
	margin-left: -100%;
}

.req-avatar figure {
    display: block;
    border-radius: 200px;
    background-color: #333;
}

.req-avatar .no-avatar{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	color: #ccc;
}

.req-email-wrapper{
	float: left;
	width: 100%;
}

.req-email{
	margin-right: 50px;
}

.req-date{
	float: left;
	width: 45px;
	margin-left: -45px;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
}

.request.active .req-avatar figure {
    display: block;
    border-radius: 200px;
    background-color: #1a1a1a;
}

.request.active .req-avatar .no-avatar{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	color: #d7df23;
}

.request.active  .req-date{
	color: #1a1a1a;
}

.req-inside{
	padding-left: 50px;
}

.message-details-wrapper,
.requests-details-wrapper,
.req-inside-wrapper{
	float: left;
	width: 100%
}

.message-user .m-name{
	color: #008f95;
}

.message-details{
	padding-left: 50px;
}

.requests-details p{
	margin: 0;
}

.requests-icon{
	float: left;
	width: 20px;
	margin-left: -100%;
}

.requests-details{
	/*padding-left: 30px;*/
}

/*.message-details br.Apple-interchange-newline,
.message-details br{
	display: none;
}*/

.message-details .email span{
	display: block;
	margin-bottom: 15px;
}

.message-details blockquote{
	font-size: 12px;
	color: #666;
	margin-bottom: 0px;
	display: none;
}

.message-details blockquote a{
	display: none;
}

.message-time{
	color: #999;
	font-size:12px;
	margin-left: 5px;
}

.message-avatar{
	float: left;
	width: 40px;
	margin-left: -100%;
}



/*.active .requests-icon{
	color: #d7df23;
}*/

.read .requests-icon{
	color: transparent;
}

.requests-icon{
	color: #d7df23;
}

.requests-last-message br{
	display: none;
}

.requests-last-message,
.requests-last-message p{
	display: inline-block;
	color: #999 !important;
}

.requests-last-message p{
	padding-right: 2px;
}

.message-avatar figure{
	display: block;
	border-radius: 200px;
	background-color: #e6e6e6;
}

.message-avatar .no-avatar{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	color: #333;
}

.reply-area{
	position: fixed;
	bottom: 0;
	left: 320px;
	right: 0;
	background-color: #fff;
	padding: 15px 15px 13px 15px;
	border-top: 1px solid #e6e6e6;
}

.reply-form{
	position: relative;
}

.reply-form .form-control{
	border-color: transparent;
	margin:0;
	padding-right: 120px;
}

.reply-buttons{
	position: absolute;
	bottom:0;
	right: 0;
}

.reply-area .panel {
    margin-bottom: 00px;
    background-color: #fff;
    border: 0px !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.reply-area .note-editor.note-frame .note-statusbar .note-resizebar {
    width: 0;
    height: 0px;
    padding-top: 0px;
    display: none;
}

.reply-area .note-editor.note-frame .note-placeholder {
	    font-size: 16px;
}

#musicList ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#musicList ul li{
	border:1px solid #e5e5e5;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 10px;
}

#musicList ul li:last-child{
	margin-bottom: 0px;
}

#musicList ul[dnd-list],
#musicList ul[dnd-list] > li {
    position: relative;
}

#musicList ul[dnd-list] .dndDraggingSource {
    display: none;
}

#musicList ul[dnd-list]{
	display: block;
    border-radius: 4px;
    min-height: 62px;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    padding: 10px;
}

#musicList ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #e5e5e5;
    border-radius: 4px;
    min-height: 62px;
    margin-bottom: 10px;
}

#musicList ul[dnd-list] .dndPlaceholder:last-child {
    margin-bottom: 2px;
}

#musicList ul li .handle {
  cursor: move;
  position: absolute;
  top: 10px;
  right: 10px;
}

#musicList ul li .toggle {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 30px;
}

#musicList ul li .toggle .fa-toggle-on{
	color: #008f95;
}

#musicList .music-title{
	width: 100%;
	padding: 0 50px 0 0;
	margin: 0; 
}

/* ANIMATIONS
============================================================================= */

@keyframes slideOutLeft {
    to {
        transform: translateX(-100%);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    to {
        transform: translateX(100%);
    }
}

@keyframes slideInBottom {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideOutTop {
    to {
        transform: translateY(-100%);
    }
}



.slide-left.ng-enter {
    animation: slideInRight 0.5s both cubic-bezier(0.770, 0.000, 0.175, 1.000);
    z-index: 0;
}

.slide-left.ng-leave {
    animation: slideOutLeft 0.4s both cubic-bezier(0.770, 0.000, 0.175, 1.000);
    z-index: 0;
}

.slide-right.ng-enter {
    animation: slideInLeft 0.5s both cubic-bezier(0.770, 0.000, 0.175, 1.000);
    z-index: 0;
}

.slide-right.ng-leave {
    animation: slideOutRight 0.4s both cubic-bezier(0.770, 0.000, 0.175, 1.000);
    z-index: 0;
}

.slide-up.ng-enter {
    animation: slideInBottom 0.5s both cubic-bezier(0.770, 0.000, 0.175, 1.000);
    z-index: 0;
}

.slide-up.ng-leave {
    animation: slideOutTop 0.4s both cubic-bezier(0.770, 0.000, 0.175, 1.000);
    z-index: 0;
}


#landingNav li a:hover{
	color: #d7df23;
}

#landingCta form .btn:hover,
#landingCta form .btn:focus{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-landing:hover, 
.btn-landing:focus{
	background-color: #d7df23;
	border-color: #d7df23;
	color: #1a1a1a;
}

.btn-grey.connected,
.btn-grey.connected:active,
.btn-grey.connected:focus{
	background-color: transparent !important;
	color:#fff!important;
	border: 2px solid #d7df23 !important;
	cursor: inherit;
	padding-right:0;
}

#sidebar-main ._720kb-datepicker-calendar-day._720kb-datepicker-active {
    background: #d7df23;
}

@media screen and (min-width: 1200px) {

	.btn-grey.connected,
	.btn-grey.connected:hover,
	.btn-grey.connected:active,
	.btn-grey.connected:focus{
		background-color: transparent !important;
		color:#fff!important;
		border: 2px solid #d7df23 !important;
		cursor: inherit;
		padding-right:0;
	}

	.btn-grey:hover,
	.btn-grey:active,
	.btn-grey:focus,
	a.btn-grey:hover,
	a.btn-grey:active,
	a.btn-grey:focus{
		background-color: #d7df23 !important;
		color:#1a1a1a !important;
	}

	.btn-green:hover{
		background-color: #333;
		color:#fff !important;
	}

	#sidebar-main a:hover{
		color: #999;
	}

	#change-theme a:hover .btn, 
	.theme-select:hover .btn{
		background-color: #d7df23;
		color:#1a1a1a;
	}

	#account h3 a:hover{
		color: #d7df23;
	}

	.badge-upgrade a:hover,
	.btn.badge-upgrade:hover{
		color: #fff !important;
		background-color: #333;
	}

	#sidebar-main ._720kb-datepicker-calendar-day:hover{
	    background: #d7df23;
	}

	.rss-news a.h4:hover{
		text-decoration: line-through;
	}

	.rss-news img:hover{
		opacity: 0.75;
	}

}

@media screen and (min-width: 1440px){
	#console,
	.dash-page{
		padding-left: 80px;
		padding-right: 80px;
		padding-bottom: 30px;
	}

	#news{
		padding-left: 75px;
	}

	.col-xl{
		padding-left: 80px;
		padding-right: 80px;
	}

	.col-xl-inner{
		padding-left: 90px;
	}
}

@media screen and (max-width: 1439px){
	.col-xl-inner{
		padding-left: 30px;
	}
}

@media screen and (max-width: 1199px) {
	/*medium*/

	.sidebar-back,
	#sidebar-main{
		width: 320px;
	}

	#dashboard-container{
		left:0;
		width: 100vw;
		-webkit-transition: transform 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000); /* Safari */
    	transition: transform 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}

	.open #dashboard-container{
		transform: translateX(320px);
		-webkit-transition: transform 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000); /* Safari */
    	transition: transform 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}

	#dash-main{
		height: 100vh;
	}

	#console{
		height: calc(100vh - 44px);
	}


	#messages{
		height: calc(100vh - 109px);
	}

	#mobile-nav{
		position: relative;
		width: 100vw;
		line-height: 44px;
		height: 44px;
		color: #fff;
		background-color: #333;
		z-index: 10;
	}

	#mobile-nav a{
		position: relative;
		padding: 0 15px;
		line-height: 44px;
		z-index: 20;
		color:#fff;
	}

	#mobile-nav img{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
	}

	.console-welcome{
		text-align: center;
	}

	.sidebar-top-fix {
	    padding: 5px 15px 0 15px;
	}

	.sidebar-top-fix .nav-links li {
	    padding-bottom: 9px;
	}

	.sidebar-top-fix{
		border-bottom: 1px solid #333;
	}

	.sidebar-top-fix .nav-links{
		border-bottom: 0;
	}

	#preview{
		top:44px;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.reply-area{
		left: 0px;
	}

	.reply-area .note-editor.note-frame .note-editing-area .note-codable {
	    font-size: 16px;
	}

	.reply-area .note-editor{
		display: none;
	}

}


@media screen and (max-width: 991px) {
 	/*small*/
	#landingHero .container{
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	#console{
		padding-left: 15px;
		padding-right: 15px;
	}

	.rss-news{
		padding-right: 0px;
	}

	.rss-img{
		margin-left: -20px;
		margin-right: -20px;
	}

	.rss-img img{
		border-radius: 4px 4px 0px 0px;
	}

	.nowrap{
		white-space: nowrap;
	    overflow: auto;
	}

	.nowrap > div{
		display: inline-block;
		width: 70%;
		background-color: #fff;
		border-radius: 4px;
    	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
		padding: 0 20px 20px 20px;
		margin-right: 15px;
	}

	.nowrap > div:last-child{
		margin-right: 0;
	}

	.nowrap .rss-news a.h4{
		white-space: normal;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    line-height: 28px;
	    max-height: 28px;
	}

	.nowrap .rss-news .rss-text{
		white-space: normal;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1; 
	    line-height: 20px;
	    max-height: 20px;
	}

	.col-xl-inner{
		padding-left: 15px;
	}
}

@media screen and (max-width: 870px) {
	#landingCta .form-group{
		width: 100%;
		display: block;
		margin-bottom: 15px;		
	}

	#landingCta .form-control, #landingCta .circle-right{
		width: 100%;
		border-radius: 100px;
	}

	#landingHero header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	/*xs*/

	#landingHero header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	#landingHero .container{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.h1-landing{
		font-size: 40px;
	}

	.p-landing{
		font-size: 14px;
	}

	#devices{
		margin-top: 30px;
	}

	.hr-landing {
	   margin-top: 10px;
	   margin-bottom: 10px;
	}


	.sidebar-scroll{
		padding: 15px;
	}

	.mod-centered{
		position: relative;
		padding: 30px;
		top:inherit;
		left: inherit;
		transform: none;
		-webkit-transform: none;
		width: 100%;
	}

	.mb-30{
		margin-bottom: 15px !important;
	}

	.mt-30{
		margin-top: 15px !important;
	}

	.pt-0{
		padding-top: 0px !important
	}

	.nowrap .rss-news a.h4{
		white-space: normal;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2; /* number of lines to show */
	    line-height: 28px;
	    max-height: 56px;
	}

	.nowrap .rss-news .rss-text{
		white-space: normal;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2; /* number of lines to show */
	    line-height: 20px;
	    max-height: 40px;
	}


}

@media screen and (max-width: 414px) {

	.ios #console{
		height: calc(100vh - 112px);
	}

	.ios #messages{
		height: calc(100vh - 177px);
	}

	.sidebar-back,
	#sidebar-main{
		width: 330px;
	}

	.open #dashboard-container{
		transform: translateX(330px);
	}

}

@media screen and (max-width: 374px) {

	.sidebar-back,
	#sidebar-main{
		width: 270px;
	}

	.open #dashboard-container{
		transform: translateX(270px);
	}

}