/* web player Radio WOW by Pette */


html,
    body {
      height: auto;
    }

    body {

      font-family: Lato, sans-serif;


      background-color: transparent;
    }

    .background {
      background: url(images/back.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 100%;
    }

    h1 {
      font-family: 'Lato', sans-serif;
      font-weight: 100;
      color: #fff;
      font-size: 2rem;
    }

    .titolo_pagina {
    /*  margin-top: 40px; se inserisco il titolo*/
	margin-top: 0px;
      font-family: 'Lato', sans-serif;
    }

    #bg::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
	  z-index: 1;
    }

    #bg {
      position: fixed;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
	  z-index: 0;
    }

	
	#bg img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%;
    }

    .livello_sopra_sfondo {
      color: #fff;
	  position: relative;
	  z-index: 5;
    }

    .logo {

      margin-top: 10px;
    }
    

    .tipologia_musica {
      text-transform: uppercase;
      font-family: 'Lato', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      margin-top: 30px;
      letter-spacing: 1px;
      opacity: 0.8;
	  line-height: 0.9rem;
    }

    #player_song {
      margin-top: 50px;
    }

    #song_on_air {
      font-family: 'Lato', sans-serif;
      font-size: 12pt;
      font-weight: 300;
      margin-bottom: 10px;
    }

    .logo_footer {
      margin-top: 30px;
    }

    .social {
      margin-top: 10px;
	  margin-right: -1rem!important;

    }

    .social a {
      color: #fff;
    }

    .copyright {
      font-size: 0.7rem;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      margin-top: 30px;
      margin-bottom: 5px;

    }

    .copyright a {
      color: #FFF;
    }
    
    #frame_player {
		width: 420px;
		height: 42px;
		background-color: white;
		text-align: center;
		border: 2px solid white;
		border-radius: 24px;
		margin: auto;
	
		overflow: hidden;
	}

   
    
    #promo_streammo {
		margin-top: 40px;
		
	}


    html,
    body {
    
      /* Prevent scroll on narrow devices */
    }

    /* since the navbar is fixed we need to add some space to the body */
    body {
      padding-top: 20px;
    }


    /* Makes the nav visibile with the open class */
    .offcanvas-collapse.open {
      left: 0;
      visibility: visible;
    }


    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: column;
      flex-direction: column;
    }


    .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
    }

    .nav-scroller .nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      color: rgba(255, 255, 255, .75);
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

    .nav-underline .nav-link {
      padding-top: .75rem;
      padding-bottom: .75rem;
      font-size: .875rem;
      color: #6c757d;
    }

    .nav-underline .nav-link:hover {
      color: red;
    }

    .nav-underline .active {
      font-weight: 500;
      color: red;
    }
    
    .navbar-nav.mr-auto {
		font-size: 1.1rem;
	}

    .logo_menu {
      position: absolute;
      bottom: 10vh;
    }

    .navbar-dark .navbar-toggler {
      border: none!important;
	  color: #FFF;
    }

    .apri{

      display: inline-block;
      font-weight: 100;
    }

    .chiudi {

      display: inline-block;
      font-weight: 100;
    }

    .navbar {
      padding: .5rem .5rem;
    }
    
    #immagine_copertina {
		margin-top: 20px;
		margin-bottom: -20px;
	}
	
	.copertina_rotonda {
		border-radius: 50%;
	}
	
	.pulsante_modal_pette {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	.visibile {
		visibility: visible;
	}
	
	.invisibile {
		visibility: hidden;
		
	}