/*
Theme Name: GoingSolo
Theme URI: http://www.wearegoingsolo.com
Description: Going Solo Theme
Version: 4.7.10
Author: Luca Pasi
Author URI: https://www.wearegoingsolo.com
Tags: angularjs, json-rest-api
*/
html, body {
    position: relative;
    height: 100%;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.ng-hide.ng-hide-animate{
     display: none !important;
}

a {
	color: black;	
}

a.active {
    color: #00953a!important;
}

.nav-link .span.nav-title.ml-3 {
	color: #00953a!important;
}

a:hover, a:focus {
	color: #00953a!important;
	text-decoration: none;
}


body {
	padding-top: 50px;
    font-size: 16px!important;
    color: #333;
    background: #F0F2F5;
    overflow-y: scroll;
    line-height: 1.3!important;

}



.home-image {
	height: 150px;
	width: 150px;
	background-size: 150px 150px;
}
.home-image:hover {
	opacity:0.7;
}
.home-border {
	border-bottom: 1px solid #F1F3FA;
	position: relative;
}

.home-player {
    color: white;
    position: relative;
	margin-left: 32%;
	padding-top: 27%;
    cursor: pointer;
}

.home-icon-background {
	/*background: rgba(0,0,0,.24);
	border-radius: 50%;*/
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.2, 1.2); }

.home-artists-image {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 5px solid white;
    background: #FAFAFA;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
    z-index: 5;
}

.home-artists-image:hover {
	opacity: 0.7;
}

.home-artists-name {
	text-align: center;
}


.home-articles-image {
	height: 150px;
    background: #FAFAFA;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 5;
}

.home-articles-image:hover {
	opacity: 0.7;
}




.home-articles-image:hover:before {
    position: absolute;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: 'READ';
    line-height: 90px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1;
}
.home-articles-image:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 0;
}

.box-separator-title {
    position: relative;
    text-align: center;
    font-size: 20pt;
    font-weight: 400;
    text-transform: uppercase;
    color: #656D78;
    margin: 20px 0;
}

.home-info {
	
}

.main-date {
	font-size: small;
	color: grey;
}

.tabs-horizontal {
	float: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #8F8F8F;
}

.tabs-horizontal li {
    cursor: pointer;
    padding: 8px 9px;
    border-bottom: 1px solid #FAFAFA;
    display: list-item;
    text-align: -webkit-match-parent;
    float: left;    
    border-right: 1px solid #F0F2F5;
}

.box-tab {
	list-style-type: none;
}

.box-tab:hover {
	color: #00953a;
}

.box-tab-active {
	color: #00953a;
}
.tag-playlist {
	background: #e66f6a;
	color: #fff;
    font-size: 11px;
    padding: 0px 4px;
    text-transform: uppercase;
	border-radius: 1px;
}

.tag-article {
	background: #5999a8;
	color: #fff;
    font-size: 11px;
    padding: 0px 4px;
    text-transform: uppercase;
	border-radius: 1px;
}

.main-content {
	font-size: 15px;
}

/** Top **/

.bookmark-top {
	position: absolute;
    left: 120px;
    top: 4px;
    color: #00953a!important;
}

.bookmark-top-top {
	position: absolute;
    left: 120px;
    top: -4px;
    color: #00953a!important;
}

.star-top {
	position: absolute;
	left: 124px;
    color: white!important;
}


/** Player **/

.player-global-pause {	
    left: 0;
    bottom: 0;
    position: fixed;
    margin: 1rem;
}

.bars {
	padding: 0.5rem;
}




.bg-body {
	background: #F0F2F5;
}
.bg-white {
	background-color: white!important; 
}

.bg-full {
	min-height: calc(100vh - 145px);
}

.head-shadow {
    box-shadow: 0 1px 0 #CCD1D9, 0 0 8px rgba(0, 0, 0, 0.27);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    }
.new-sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
    }
/** Circular Progress Bar **/

.half-circle {
  /* Create the circle */
  width: 40px;
  height: 40px;
  border: 10px solid black;
  border-radius: 50%;
  /* Halve the circle */
  border-bottom-color: transparent;
  border-left-color: transparent;
  /* Rotate the circle */
  transform: rotate(-45deg);
}

.circular-progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.circular-progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.circular-progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.circular-progress .circular-progress-left{
    left: 0;
}
.circular-progress .circular-progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.circular-progress .circular-progress-left .circular-progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.circular-progress .circular-progress-right{
    right: 0;
}
.circular-progress .circular-progress-right .circular-progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.circular-progress .circular-progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.circular-progress.blue .circular-progress-bar{
    border-color: #049dff;
}
.circular-progress.blue .circular-progress-left .circular-progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.circular-progress.yellow .circular-progress-bar{
    border-color: #fdba04;
}
.circular-progress.yellow .circular-progress-left .circular-progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.circular-progress.pink .circular-progress-bar{
    border-color: #ed687c;
}
.circular-progress.pink .circular-progress-left .circular-progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.circular-progress.green .circular-progress-bar{
    border-color: #1abc9c;
}
.circular-progress.green .circular-progress-left .circular-progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .circular-progress{ margin-bottom: 20px; }
}

/** Search **/

.search-single-container {
	border-bottom: 1px solid #eee;
}

.search-single-artist {
	border-bottom: 1px solid #eee;
}

.search-image {
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
}

.search-player {
    color: white;
    position: relative;
    margin-left: 10%;
    margin-top: 23%;
    cursor: pointer;
}

.search-artist-image {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.search-single-artist {
	text-transform: capitalize;
}

.search-query {
	min-width: calc(100vw - 21vw);
}


/** Pagination **/

.notshow {
	display: none;
}

.page-link {
	color: #404040;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #00953a;
    border-color: #00953a;
}

.page-link:focus, .page-link:hover {
    color: #00953a!important;
    text-decoration: none;
    background-color: white!important;
    border-color: #eceeef!important;
}

/** Content **/ 

.content-bookmark-top {
	position: absolute;
	left: 240px;
    top: -12px;
    color: #00953a!important;
}

.content-star-top {
position: absolute;
    left: 245px;
    top: -4px;
    font-size: 25px!important;
    color: white!important;
} 
    
.content-top {
	position: relative;
	overflow: hidden;
}

.content-title {
	border-bottom: 1px solid #eee;
}

.content-meta {
	border-top: 1px dotted #d2d2d2;
}

.content-tracks-image {
	overflow: hidden;	
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02); 
	background: cover; 
	z-index: 5;	
	height: 350px;
	background-size: cover;
	background-position: center center; 
	position: relative;
	-webkit-filter: blur(5px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
   
}

.content-featured-image {
    position: absolute;
    float: right;
    top: 20px;
    right: 20px;
    z-index: 50;
    border: 5px #fff solid;
}

.content-related-image {
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
}

.content-tags a {
    display: block;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    float: right;
    margin-right: 6px;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 4px;	
}

.metadata-content-border {
	border-bottom: 2px solid rgba(193, 193, 193, 0.63);
	height: 61px;
}

.metadata-content-underline {
    font-weight: bold;
    color: #666666;
    display: inline-block;
	padding-bottom: 13px!important;
}

.icon-headphones {
	float: left;
	
}

.icon-heart {
	float: left;
}

.fa-repeat:hover {
	color: #00953a!important;
    opacity: 0.8;
    transition: 0.5s;
    transform: rotate(150deg);
	cursor: pointer;
}

.rotateactive{
	color: #00953a!important;
    opacity: 0.8;
	transform: rotate(150deg);
}


.red {
	color: #ca1f1f!important;
    opacity: 0.8;
}

.red:hover {
	-webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.heart-hover:hover{
	-webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.flex-auto.media-body {
    font-weight: 500;
}

.content-tags a:hover {
    color: #00953a;
    background-color: #fff;
    text-decoration: none;
} 

.content-highlight {
	font-size: 40px;
	float: left;
} 

.fa-rocket {
	color: #505050;
}  

.related-player {
    padding-top: 10px;
    padding-left: 10px;
    cursor: pointer;
    color: #fff;
}
.pager:focus, .pager:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager  {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.social-border {
	border-left: 3px solid #F0F2F5;
    border-bottom: 3px solid #F0F2F5;
    border-radius: 50%;
    padding-top: 15px;
    width: 60px;
    height: 60px;
}

.social-content-facebook {
	color: #3b5998!important;
}
.social-content-facebook:hover {
	background-color: #3b5998!important;
	color: #fff!important;
}
.social-content-twitter {
	color: #00aced!important;
}
.social-content-twitter:hover {
	background-color: #00aced!important;
	color: #fff!important;
}
.social-content-soundcloud {
	color: #ff8c00!important;
}
.social-content-soundcloud:hover {
	background-color: #ff8c00!important;
	color: #fff!important;
}

.more {
    padding: 5px 13px 1px 10px;
    cursor: pointer;
    background-clip: padding-box;
}

/*.more:hover {
    border: 1px solid rgba(181, 181, 181, 0.59);
    padding: 4px 12px 1px 10px;
    border-radius: 5px;
    color: #9f9f9f;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}*/

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
    position: absolute;
    border-radius: 10px;
	left: -85px;
    top: 25;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	overflow: hidden;
}


/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.bottom-effect {
    position: relative;
    box-shadow: 0 5px 61px -32px #000, 0 3px 40px -31px #000;
}


.right-effect {
	-webkit-box-shadow: 2px 0 2px -2px #b7b1b1;
    box-shadow: 2px 0 2px -2px #b7b1b1;
    padding-right: 12px;
	float: left;
    clear: right;
}

/*
 * Artists
 */

.artist-image {
	border-radius: 4px;
	height: 100px;
	width: 100px;
	background-size: 100px 100px;
}
.artist-image:hover {
	opacity:0.7;
}

.artist-title {
    box-sizing: border-box;
    position: absolute;
    font-size: 6vw;
    top: 50%;
    color: white;
    z-index: 6;
    font-weight: bold;
    text-transform: capitalize;
    left: 50%;
    transform: translate(-50%, -50%);
}
 
div #artistImage img {
    border-radius: 50%;
}


.metadata-title-scrobbling {
    padding-right: 15px;
    float: left;
    clear: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    font-weight: normal;
    color: #999999;
}

.metadata-title-listeners {
    padding-right: 20px;
    float: left;
    clear: right;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    font-weight: normal;
    color: #999999;
}

.metadata-title-plays {
 	font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}

.metadata-title-lastfm {
	float: left;
    clear: right;
    padding-top: 5px;
    font-weight: 400;
}

.metadata-header {
	border-bottom: 2px solid rgba(193, 193, 193, 0.63);
    height: 32px;
}

.metadata-header-underline {
    border-bottom: 2px solid #00953a;
    font-weight: bold;
    color: #666666;
    display: inline-block;
}

.metadata-header-topartists {
	border-bottom: 2px solid rgba(193, 193, 193, 0.63);
    height: 33px;
}

.metadata-calendar-no {
	font-size: 14px;
}

.metadata-calendar-dates {
	float: left;
	clear: right;
}

.fa-icon-calendar {
	font-size: 20px;
	color: #999999;
	float: left;
}

.fa-icon-lastfm {
	font-size: 30px;
	float: left;	
}

.icon-binoculars {
	font-size: 20px;
    margin-bottom: 6px;
    padding-top: 5px;
    float: left;	
}

.icon-music {
	font-size: 20px;
    margin-bottom: 6px;
    padding-top: 5px;
    float: left;
}

.fa-icon-music {
	font-size: 20px;
    margin-bottom: 6px;
    padding-top: 5px;
    float: left;
}

.fa-icon-file-text {
	font-size: 20px;
    margin-bottom: 6px;
    padding-top: 5px;
    float: left;
}

.fa-icon-pie-chart {
	font-size: 30px;
	float: left;
	padding-bottom: 3px;
}

.metadata-logo-songkick {
	height: 30px;
	float: left;
}

.charthits {
    padding-top: 5px;
}

.metadata-artistBio {
    margin-top: 15px;
    font-size: 14px;
}

/*
 * YEL 
 *
 */

 .yel-top-image {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
 } 

 .yel-top-title {
	font-size: 10vw;
    font-weight: bold;
	color: white;
	text-shadow: 5px 0 0 black, -5px 0 0 black, 0 5px 0 black, 0 -5px 0 black, 3px 3px black, -3px -3px 0 black, 3px -3px 0 black, -3px 3px 0 black;
 }
 
 .yel-content-top {
	background-image: linear-gradient( to top right, #00953a, white); 
	overflow: hidden;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
    background: cover;
    z-index: 5;
    height: 250px;
    background-size: cover;
    background-position: center center;
	 
 }

/*
 * Charts
 *
*/

.favourite-first-player {
	font-size: 40px;
	opacity: 0.7;    
}

.favourite-artist-title {
	float:right;
	clear:right;
}

.position {
    float: right;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #00953a;
    color: white;
    text-align: center;
    font-size: 20px;
    opacity: 0.9;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 2px;
}

.charts-meta {
    text-align: right;
}


.chart-post {
font-weight: 800;
    font-size: 24px;
    opacity: 0.3;
    margin-top: 10px;
}

.chart-artist {
font-weight: 400;
    font-size: 18px;
    margin-bottom: -3px;
    color: rgba(3, 3, 3, 0.56);
}

.chart-title {
font-size: 18px;
    font-weight: 600;
}

.chart-position {
float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #6B6B6B;
}

.chart-border {
	border-bottom: 1px solid #F1F3FA;
}

.chart-track-artist {
	font-weight: bold;
}

.chart-track-title {
	font-weight: 100!important;
}

.chart-image {
	border-radius: 4px;
	height: 70px;
	width: 70px;
	background-size: 70px 70px;
}

.chart-favourite-image {
	border-radius: 4px;
	height: 100px;
	width: 100px;
	background-size: 100px 100px;
}

.chart-player {
	color: white;
    position: relative;
	margin-left: 10%;
    margin-top: 17%;
    cursor: pointer;
}

.chart-favourite-player {
	top: 337px;
    position: absolute;
    left: 349px;
}

.chart-top-image {
    overflow: hidden;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
    background: cover;
    z-index: 5;
    height: 250px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.chart-header {
	border-bottom: 2px solid rgba(193, 193, 193, 0.63);
    height: 36px;
}

.chart-header-underline {
    border-bottom: 2px solid #00953a;
    font-weight: bold;
    color: #666666;
    display: inline-block;
    padding-bottom: 4px;
}

.chart-title {
    font-size: 16px;
    font-weight: 500;
}

.fa-icon-stats-bars {
	font-size: 30px;
	float: left;	
}

.fa-icon-trophy {
	font-size: 30px;
	float: left;	
}

/*
 * Articles 
 *
*/

.articles-header-image {
	overflow: hidden;	
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02); 
	background: cover; 
	z-index: 5;	
	height: 350px;
	background-size: cover;
	background-position: center center; 
	position: relative;   
}

/*
 * Genre 
 *
 */
 
.genre-title {
	font-weight: 600;
    text-transform: uppercase;
} 

.genre-track {
	font-size: small;
}

.genre-track-artist {
	font-weight: bold;
	
}

.genre-track-title {
	
}

.genre-player {
	color: white;
    position: relative;
    margin-left: 29%;
    margin-top: 27%;
    cursor: pointer;
}

/*
 * Loader 
 */
 
.loader-spin {	
	padding-top:100px;
	opacity:0.7;
}

/*
 * Typography
 */
 
.small-text {
	font-size: small;
}
 
.fa {
	color: #4F4F4F;
}

.fa-play-circle {
	color: white;
}

.fa-pause-circle {
	color: white;
}

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

h3 {
	font-size: 1.25rem;
}

.tags a {
    display: block;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    float: left;
    margin-right: 6px;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 4px;	
}

.tags a:hover {
    color: #00953a;
    background-color: #fff;
    text-decoration: none;
}

.tags-home a {
    display: block;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    float: right;
    margin-right: 6px;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 4px;	
}

.tags-home a:hover {
    color: #00953a;
    background-color: #fff;
    text-decoration: none;
}

.fa-certificate-home:before {
    display: block!important;
    content: "\f0a3";
    color: gold;
    position: absolute;
	left: 67px;
    top: -5px;
    text-shadow: 2px 1px 1px #ccc;
    font: normal normal normal 52px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-certificate-home:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block!important;
    position: absolute;
    text-shadow: 2px 1px 1px #ccc;
    content: "\GS";   
	left: 77px;
    top: 11px;
    font-weight: bolder;
    font-size: 20px;
    color: #FFF;
    font-family: "Open Sans";
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*
 * 404
 */

.not-found {
	position: relative;
} 
 
.astronaut-image {

    transform: translate(-50%,50%);
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.astronaut-content {
	color: #777a7c;
}

/*
 * Player
 */
 
.gs-track { 
	background-color: #F5F7FA; 
	padding-top: 5px;
    padding-bottom: 5px;
}

.flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex>div {
    box-sizing: border-box;
}

.button-transparent {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid transparent;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.h0 {
    font-size: 2.25rem;
}

.bold {
    font-weight: 600;
}

.mr1 {
    margin-right: .5rem;
}
.mr2 {
    margin-right: 1rem;
}

.cursor {
    cursor: pointer;
}


.flex>div {
    box-sizing: border-box;
}

.flex-auto {
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1 1 auto; */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


.orange {
    color: #ff851b!important;
}

.progress {
    display: block;
    width: 100%;
    height: .4625rem;
    margin: .5rem 0;
    background-color: rgba(0, 0, 0, .0625);
    border: 0;
    border-radius: 10000px;
    overflow: hidden;
    -webkit-appearance: none;
    cursor: pointer;
	color: #ff851b;
}

.progress:hover {
	transform: scale(1, 1.2);
}


progress {
    -webkit-appearance: progress-bar;
    box-sizing: border-box;
    display: inline-block;
    height: 1em;
    width: 10em;
    vertical-align: -0.2em;
	color: #ff851b;
}


/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
 }
 
 .nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active, .nav-pills .nav-link:hover {
	color: #00953a;
    cursor: pointer;
    background-color: white;
	border-color: rgba(0,0,0,.1);
}



/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
	margin-left: 4vw;
    width: 140px;
    font-weight: 600;
	padding-bottom: 1px;
}


.sidebar .nav-link {
  border-radius: 0;
}

.nav-item.active {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: #00953a!important;
    border-radius: 3px;
}

.nav-item:hover {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: #00953a!important;
    border-radius: 3px;
}


.navbar-brand {
	margin-left: 4vw!important;	
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/*
 * Footer
 */
 .footer {
    width: auto;
    padding: 0 15px;
}

.social-icon {
	float: right;
    overflow: hidden;
    padding: 3px 0 1px 0;
    margin-bottom: 5px;
    font-size: 5px;
    cursor: pointer;
    outline: none;
}

.icona {
	margin-right: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 26px;
    font-weight: 600;
    font-size: 12px;
    color: #141414;
    float: left;
    list-style: none;
}

.icona:hover {
	color: #00953a!important;
}
    
.icona span {
	display: block;
    float: left;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-right: 7px;
}
    
.social-icon span {
    background: transparent;
    color: #747474;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}

.icon_fb::before {
    content: '\e959';
    font-family: 'icomoon';
}

.icon_fb:hover, .icon_twitter:hover, .icon_hype:hover, icon_instagram:hover, .icon_youtube:hover, .icon_google:hover, .icon_hh:hover {
	color: #00953a;
}

.icon_twitter::before {
    content: '\e95d';
    font-family: 'icomoon';
}

.icon_hype::before {
    content: '\e900';
    font-family: 'icomoon';
}

.icon_hype::after {
    content: '\e901';
    position: absolute;
    top: 1px;
    left: 9px;
    font-size: 10px;
    color: #FFF;
    font-family: 'icomoon';
}

.icon_instagram::before {
    content: '\e95c';
    font-family: 'icomoon';
}

.icon_youtube::before {
    content: '\e963';
    font-family: 'icomoon';
}

.icon_google::before {
    content: '\e954';
    font-family: 'icomoon';
}

.icon_hh::before {
    content: '\e974';
    font-family: 'icomoon';
}

.footer-menu {
    font-size: 15px;
    font-weight: 500;
}

.footer-menu-list {
	color: #747474;
}

.footer-menu-list:hover {
	color: #00953a;
}

.footer-copyright {
    font-weight: 600;
}

.footer-txt {
    color: #747474;
}

.footer-text {
font-size: small;
}

/*Responsive*/

.display-menu {
	display:none;
}

@media (max-width: 620px) {
	.display-menu {
		display: inline-flex!important;
	}
}