html {
    font-size: 14px;
  }
  
a {
    text-decoration: none;
}

.hap-thumbimg {
    width: 100%;
}
.hap-playlist-thumb .hap-thumbimg {
    width: 70px !important;
}
.hap-select {
    color: #fff;
    font-size: 13px !important;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: url("../data/misc/arrow.png") no-repeat right #222 !important;
    padding: 3px 22px 3px 7px;
    border: 0;
    margin: 0;
    border-radius: 0;
    line-height: normal !important;
    width: auto;
}
.hap-select::-ms-expand {
    display: none;
}
.hap-player-holder {
    width: 100%;
}

.hap-player-artist {
    font-size: 12px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.hap-media-title-mask {
    position: relative;
    top: 7px;
    left: 20px;
    float: left;
    width: 60%;
    width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px);
    height: 20px;
    overflow: hidden;
    background: #333;
}
.hap-media-title {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    height: 100%;
    line-height: 20px;
}

.hap-media-time-current,
.hap-media-time-total {
    font-size: 12px;
    padding: 0 3px;
    color: #171f24;
}
.hap-seekbar {
    margin: 0;
    cursor: pointer;
    touch-action: none;
    display: flex;
}
.hap-progress-bg {
    position: relative;
    background: #d7dde1;
    width: 100%;
    top: 7px;
    height: 5px;
    margin: 0px 36px;
    margin-top: 2px;
}
.hap-load-level {
    position: absolute;
    background: #d7dde1;
    top: 0;
    height: 100%;
}
.hap-progress-level {
    position: absolute;
    background-image: linear-gradient(135deg, #312783 42%, #b0b0b0 58%);
    top: 0;
    height: 100%;
    border-radius: 10px;
}

.hap-wrapper-inner {
    margin-top: 20px;
}

.hap-volume-seekbar {
    position: relative;
    width: 100%;
    cursor: pointer;
    touch-action: none;
}

.hap-volume-bg {
    position: absolute;
    top: 11px;
    left: 10px;
    right: 10px;
    height: 4px;
    background: #ddd;
}

.hap-volume-level {
    position: absolute;
    top: 0px;
    left: 0;
    height: 5px;
    border-radius: 4px;
    background: #000;
}

#hap-playlist-list {
    display: none;
}

.hap-playlist-item {
    margin-top: 20px;
}

.hap-playlist-item:last-child {
    margin-bottom: 0px !important;
}

.hap-playlist-item-content {
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}
.hap-playlist-title-num {
    margin-left: 5px;
}
.hap-playlist-title-num {
    display: flex;
    flex-direction: column-reverse;
    font-size: 12px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}
.icon-heart-container {
    height: 18px;
    width: 49px;
    margin-top: -21px;
    float: right;
}
.icon-heart-container img {
    margin-top: 21px;
    height: 100%;
}
.hap-playlist-description {
    display: none;
}

.hap-playlist-title .title {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: -0.15px;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 0;
    color: inherit;
}

.hap-playlist-item-selected .title {
    color: #000000;
}
.hap-playlist-item-selected .hap-playlist-title {
    color: #ff9500 !important;
    font-size: 19px;
    font-weight: 600;
    font-family: "Roboto Condensed", cursive;
}

.hap-playlist-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    margin-left: 10px;
}
.hap-playlist-info2 {
    position: relative;
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: right;
}
.hap-playlist-duration {
    font-size: 12px;
}
.hap-playlist-date {
    font-size: 11px;
    color: #666;
}
.hap-playlist-title-wrap {
    display: flex;
    flex-direction: row;
}

.hap-download,
.hap-link {
    color: #fff !important;
    font-size: 13px !important;
    margin-left: 15px;
    margin-right: 4px;
    display: flex;
    justify-content: center;
    border: 0 !important;
    box-shadow: none !important;
}
.hap-download i,
.hap-link i {
    line-height: 40px;
    color: inherit;
}
.hap-download:hover,
.hap-link:hover {
    color: #4da7fe !important;
}

.hap-playlist-filter-msg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.hap-playlist-filter::placeholder {
    color: inherit !important;
}
.hap-playlist-filter-msg span {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}

.hap-bottom-bar {
    position: relative;
    top: 0;
    height: 30px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #222;
    background: #111;
}
.hap-search-filter {
    position: relative;
    margin-left: 20px;
    width: 125px !important;
    height: 18px !important;
    top: 50%;
    margin-top: -9px;
    padding: 0 !important;
    border: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #222 !important;
    color: #fff !important;
    box-shadow: none !important;
    line-height: 1 !important;
    float: left;
    outline: none;
}
.hap-search-filter::placeholder {
    color: inherit !important;
}
.hap-sort-alpha {
    position: relative;
    left: 5px;
    top: 0;
    width: 25px;
    height: 100%;
    text-align: center;
    float: left;
}
.hap-sort-alpha i {
    display: inline-block;
    font-size: 18px !important;
    line-height: 30px !important;
}
.hap-share-item i {
    display: inline-block;
    font-size: 15px !important;
    line-height: 30px !important;
}
.hap-sort-alpha i,
.hap-share-item i {
    color: #fff;
}
.hap-share-holder {
    float: right;
}
.hap-share-item {
    position: relative;
    top: 0;
    right: 20px;
    width: 20px;
    height: 100%;
    margin-right: 7px;
    text-align: center;
    float: right;
}

.hap-tooltip {
    position: absolute;
    background: #4da7fe;
    text-align: center;
    z-index: 10000;
    pointer-events: none;
    display: none;
    font-size: 12px !important;
    color: #fff !important;
    padding: 2px 5px !important;
    line-height: 20px !important;
    white-space: nowrap;
}

.hap-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-color: #eee;
    -webkit-animation: hap_preloader 1.2s infinite ease-in-out;
    animation: hap_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes hap_preloader {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes hap_preloader {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
    }
}

.hap-hidden {
    opacity: 0;
    filter: alpha(opacity=0);
}
.hap-visible {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}

/* scroll */
.hap-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.hap-mCSB_full {
    /* hide scroll area when no scroll */
    margin-right: 0 !important;
}

/* api */
#api-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 999999;
    display: none;
}
#api-panel ul {
    padding: 30px;
    background: #444;
    font-size: 16px;
    color: #eee;
}
#api-panel li a {
    color: #fff;
}
#api-panel li a:hover {
    text-decoration: underline;
}
#api-panel li.space {
    margin-bottom: 20px;
}
#toggle-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #555 url("../data/api_open.png") no-repeat center center;
    z-index: 999999;
    cursor: pointer;
}

.hap-youtube-holder,
.hap-iframe-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hap-media {
    width: 100%;
    height: 100%;
    position: absolute;
    user-select: none;
    visibility: visible;
    top: 0;
    left: 0;
    max-width: none !important;
}

body {
    height: 100%;
}

body {
    background-image: linear-gradient(#312783, #15e3e2);
    overflow-x: hidden;
}
body.lista {
    background: #ffffff;
}

/* Animazione di blur */
.blur-transition {
    animation: blurOut 0.8s forwards;
}

@keyframes blurOut {
    0% {
        filter: blur(0px);
        opacity: 1;
    }
    100% {
        filter: blur(10px);
        opacity: 0;
    }
}

.header {
    margin-left: -15px;
    margin-right: -15px;
    height: 92px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.header img {
    width: 130px;
    padding: 17px 0 0 30px;
}

.scrollabile {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.menu {
    height: 73px;
    width: 100%;
    background: #312783;
    position: fixed;
}

.logotamtam img {
    width: 70px;
    margin-top: 15px;
}

.logoiulm img {
    width: 88px;
    margin-left: 27px;
    margin-top: 13px;
}

.menu {
    height: 75px;
    width: 100%;
    background: #312783;
    position: fixed;
    z-index: 9999;
    top: 0;
    border-bottom: 2px solid #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 0.255em;
    vertical-align: 0;
    border: 0 !important;
    background-image: url(../icone/tamtam/Arrow-2_right-black.svg);
}

#languageDropdown {
    background: #fff;
    margin-top: 15px;
}

.lista div.top-footer {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 6px 12px 30px gray;
    padding: 0 15px;
}

.lista div.footer {
    position: fixed;
    bottom: 0;
    height: 150px;
    width: 100%;
    background-color: #dee2e6;
    border-radius: 10px 10px 0 0;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
}

.principale {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    padding-top: 89px;
}

.contenuto {
    overflow: hidden;
    display: none;
    width: 100%;
    min-height: 1000px;
    background: #fff;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
}
.tastonavi {
    display:flex;
    align-items: flex-start;
    margin-bottom: 10px;
    background: white;
    border-radius: 6px;
    background-image: linear-gradient(white, white),
        linear-gradient(to right, #302c85, #14ebe7);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: 3px solid #DEE2E6;
}

.tastonavi.t1, .tastonavi.t2  {
    border: 3px solid transparent;
}

.tastonavi .ico {
    width: 20%;
    max-width: 72px;
    text-align: center;
}
.tastonavi .ico img {
    max-width: 40px;
    margin: 10px;
}
.tastonavi .testo {
    width: 70%;
}

.ico, .testo, .vai {
    flex: none; 
  }
.tastonavi .vai {
    width: 10%;
    text-align: right;
    margin-top: 14px;
    padding-right: 3px;
}
.vai img {
    width: 31px;
}
.tastonavi.toccato {
    opacity: 0.7;
}

.introduzione {
    z-index: 9998;
}

.intro {
    opacity: 0;
}

#warningDiv {
    display: none;
}

@media (orientation: landscape) {
    div {
        display: none;
        opacity: 0;
    }
    #warningDiv {
        display: block;
        opacity: 1;
    }
    body {
        background-image: linear-gradient(#312783, #15e3e2) !important;
    }
}

.touch-feedback {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(200, 200, 200, 0.7);
    border-radius: 50%;
    pointer-events: none;
    animation: scaleFeedback 0.5s ease-out forwards;
    z-index: 99999;
}

@keyframes scaleFeedback {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#pwaWarning {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 99999;
}

h1 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-top: 1rem;
}

h2 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

a.link.ts1 {
    display: block;
    margin-bottom: 4rem;
    font-weight: bold;
    color: #312783;
    font-size: 1.1rem;
    z-index: 99998;
    position: relative;
  }

p.testo_intro {
	color: #fff;
	padding-top: 40px;
	font-size: 1.2rem;
	line-height: 1.7rem;
}
p.riga1,
p.riga2 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.1rem;
    margin: 0;
}
p.riga1 {
    font-weight: 700;
    margin-top: 2rem;
}

#start {
	color: #fff;
	background-color: #312a84;
	border-color: #312a84;
	color: #fff !important;
	padding: 1rem;
	border-radius: 10px;
	position: fixed;
	bottom: 30px;
	transform: translateX(-50%);
	width: calc(100% - 45px);
	left: 50%;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background-color: #312783;
    border: 0;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #b0b0b0;
    border: 1px solid #b0b0b0;
}

.tastonavi h5 {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;

    margin-top: 10px;
}
.tastonavi h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    padding-bottom: 1rem;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: relative;
    margin-top: -30px;
    margin-bottom: 30px;
}

.ts1 img {
    margin-top: -5px;
    margin-right: 10px;
}

.lista .h6 {
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.hap-player-title {
    font-size: 1.03rem;
    font-weight: 700;
}

hap-player-artist {
    width: 100%;
    font-size: 0.8rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-weight: 300;
}

.next .testo {
    margin-top: 10px;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.83rem;
    color: #312783;
    font-weight: 700;
}
.prev,
.next {
    padding: 0;
}
.prev .icona,
.next .icona {
    margin-top: 6px;
    margin-left: 10px;
}

.breadcrumb {
    background: transparent;
    font-size: 0.97rem;
    color: #312783;
    font-weight: 300;
    padding: 0;
    margin-bottom: 30px;
}

.breadcrumb .icona {
    margin-right: 13px;
}

#warningDiv img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    width: 200px;
    margin-top: -75px;
}

.tamtamlogo {
	max-width: 189px;
	margin: 40px 0 27px 0;
	width: 100%;
	padding: 0;
}



.col-6.next {
    text-align: right;
    display: flex;
    justify-content: right;
  }

.prev .icona,
.next .icona {
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
}
.number {
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    border: 2px solid #312783;
    border-radius: 4px;
    color: #312783;
    padding-top: 6px;
    margin-left: 13px;
    margin-top: 11px;
    font-weight: 500;
    font-size: 1.2rem;
  }
div.spaziatoreverticale{
    min-height: 200px;
}

.principale h2 {
    margin-bottom: 0;
  }
  div.principale > p {
    margin-top:2rem;
  }
  elemento {
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #312783 !important;

}
.principale h1 {

    margin:0;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  #pwaWarning img {
    width: 100%;
  }
  .principale .carosello {
  }
  .principale > p {
   font-size:1.2rem;
  }

  .collegamento {
    max-width: 356px;
    height: 23px;
    text-transform: uppercase;
  }

  div.numero {
    width: 37px;
    height: 27px;
    text-align: center;
    border: 2px solid #000;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 260px;
    z-index: 9999;
    background: #fff;
    right: 14px;
    display: none;
  }


  div.hap-player-bottom .col-2 {
    padding: 7px;
  }


  .hap-player-title {
    font-size: 1.03rem;
    font-weight: 700;
    height: 26px;
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .album-cover-container img {
    max-width: 42px;
    border-radius: 8px;
  }

  .selectlinguaintro{
    margin-top:0.76rem;
  }

    .lista_opere{
        opacity: 0;
    }
    .h1 {
        font-weight: 300;
        font-size: 1.25rem !important;
        line-height: 1.8rem;
      }