body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

.blue-bg {
	background-color: #1976D2;
}

.white-text {
	color: white;
}


::-moz-selection {
  background-color: #0C8A8C;
  color: #fff;
}

::selection {
  background-color: #0C8A8C;
  color: #fff;
}

.android-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.android-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.name {
	margin-left: -5px;
}

.name > .header-dr {
	font-size: 18px;
	color: #ddd;
	display:inline-block;
}
.name > .header-title {
	font-size: 22px !important;
	display:inline-block;
}
.name > .header-subtitle
 {
	font-size: 16px !important;
	color: #ddd;
	text-align: right;
}


.mdl-textfield--expandable {
  width: auto;
}

.android-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #2196F3  !important;
  color: white !important;
}

.android-mobile-title {
  display: none !important;
}


.android-logo-image {
  height: 28px;
  width: 140px;
}


.android-header {
  overflow: visible;
  background-color: white;
}

  .android-header .material-icons {
    color: #fff !important;
  }

  .android-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .android-header .mdl-navigation__link {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }

  .android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .android-search-box.is-focused + .android-navigation-container {
    opacity: 0;
    width: 100px;
  }


  .android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .android-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #fff;
    }

  .android-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .android-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }


.android-drawer {
  border-right: none;
}

  .android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
  }

  .android-drawer .mdl-layout-title {
    position: relative;
    background: #6ab344;
    height: 160px;
  }

    .android-drawer .android-logo-image {
      position: absolute;
      bottom: 16px;
    }

.android-be-together-section {
  position: relative;
  height: 800px;
  width: auto;
  background-color: #f3f3f3;
  background: url('images/dna.jpg') center no-repeat;
  background-size: cover;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

.android-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.android-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.android-create-character {
  font-size: 17px;
  padding-top: 400px;
  text-align:left;
  margin-left: 5%;
}

.hsr-logo {
	height: 100px;
}

  .android-create-character a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
  }

.android-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.android-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.android-screen {
  text-align: center;
}

.android-screen .android-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.android-image-link {
  text-decoration: none;
}

.android-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
  }


.android-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
  }

  .android-tablet .android-link {
    display: block;
    z-index: 2;
  }


.android-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.android-wear-section {
  position: relative;
  background: url('images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

.android-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.android-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .android-wear-band-text p {
    padding-top: 8px;
  }

.android-link {
  text-decoration: none;
  color: #8bc34a !important;
}

  .android-link:hover {
    color: #7cb342 !important;
  }

  .android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.android-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .android-alt-link:hover {
    color: #00bfa5 !important;
  }

  .android-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.android-customized-section {
  text-align: center;
}

.android-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .android-customized-section-text p {
    padding-top: 16px;
  }

.android-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}
irst

.android-more-section {
  padding: 80px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

  .android-more-section .android-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.android-card-container {
}

  .android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .android-card-container .mdl-card__media img {
      width: 100%;
    }

  .android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .android-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.android-footer {
  background-color: #fafafa;
  position: relative;
}

  .android-footer a:hover {
    color: #8bc34a;
  }

  .android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


.android-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 900px) {
  .android-navigation-container {
    display: none;
  }

  .android-title {
    display: none !important;
  }

  .android-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.android-search-box.is-focused ~ .android-mobile-title,
  .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
    opacity: 0;
  }

  .android-more-button {
    display: none;
  }

  .android-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .android-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .android-be-together-section {
    height: 350px;
  }

  .android-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .android-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .android-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .android-create-character img {
    height: 12px;
  }

  .android-fab {
    display: none;
  }

  .android-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}

.head {
	position: fixed;
	top: 0px;
	z-index:2;
	width:100%;	
}

.splash-area {
	margin-top:60px;
	height:600px;
	width:100%;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    background: #0C8A8C;
	background-image:url('../images/L4.png');/* fallback */
	background-position-x: center;
	background-position-y: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	
  	background-image: url(../images/L4.png), linear-gradient(to bottom, rgb(210, 181, 53) 7%, #0C8A8C 51%); /* W3C */
}

.social-area {
	height:250px;
	width:100%;
    border-bottom: 2px solid white;
	background-color: white;
	
	box-shadow: 0 -3px 5px 1px rgba(0,0,0,.2), 0 -6px 10px 0 rgba(0,0,0,.14), 0 -1px 18px 0 rgba(0,0,0,.12);
}

.social-area > .social-icon {
	height: 200px;
	width: 200px;
	display:inline;
	cursor:pointer;
	outline:none;	
}
.social-area > .social-icon.fb {
	background: url('../images/icon-fb.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.social-area > .social-icon.fb:hover {
	background: url('../images/icon-fb-on.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.social-area > .social-icon.insta {
	background: url('../images/icon-insta.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.social-area > .social-icon.insta:hover {
	background: url('../images/icon-insta-on.png');
	background-size: contain;
	background-repeat: no-repeat;	
	background-position: center;
}
.social-area > .social-icon.tube {
	background: url('../images/icon-tube.png');
	background-size: contain;
	background-repeat: no-repeat;	
	background-position: center;
}
.social-area > .social-icon.tube:hover {
	background: url('../images/icon-tube-on.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.social-area > .social-icon.twi {
	background: url('../images/icon-twi.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.social-area > .social-icon.twi:hover {
	background: url('../images/icon-twi-on.png');
	background-size: contain;
	background-repeat: no-repeat;	
	background-position: center;
}
.social-area > .social-icon.sound {
	background: url('../images/icon-sound.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.social-area > .social-icon.sound:hover {
	background: url('../images/icon-sound-on.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.social-area > img {
	height:200px;
	width:auto;
}

.love-area {
	height:auto;
	width:100%;
	background-color: #5a5a5a;
	padding-bottom: 70px;
	padding-top: 70px;
}

.love-area > .album-container  {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}

.love-area > .album-container audio {
	display:none;
}

.love-area > .album-container > .love-cover img {
	width:500px;
}

.love-area > .album-container > .love-playlist {
	width: 100%;
}

.love-area > .album-container > .love-playlist .song {
	height: 65px;
	font-size: 20px;
	text-transform: uppercase;
	width: calc(100% - 44px);
    margin-left: 30px;
}

.love-area > .album-container > .love-playlist .song md-slider {
	width:100%;
	padding-left: 9px;
}
.love-area > .album-container > .love-playlist .song > md-icon {
	cursor: pointer;
}
.love-area > .album-container > .love-playlist .song > md-icon:hover {
	color:rgb(255,215,64);
}
.love-area > .album-container > .love-playlist .song > md-icon:focus {
	outline:none;
}

.love-area > .album-container > .love-playlist .song > .song-title {
	vertical-align:middle;
	cursor:pointer;
}
.love-area > .album-container > .love-playlist .download {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
    text-align: center;
    cursor: pointer;
}
.love-area > .album-container > .love-playlist .download > .download-icon {
	font-size: 50px;
	height: 50px;
	width: 50px;
	background: url('../images/cloud.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.love-area > .album-container > .love-playlist .download > .download-title {
	vertical-align:middle;
	font-size: 24px;
	color: rgb(255,215,64) !important;
    font-weight: 500;
    margin-left: 15px;
}

.history-area {
	height: auto;
	width: 100%;
	background-color: #5a5a5a;
}

.history-area > .history-container {
	padding-top: 70px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ddd;
}

.history-area > .history-container .album-container {
	height: auto;
	width: calc(33% - 15px);
}

.history-area > .history-container .album-container .history-cover > img{
	width: 100%;
}

.history-area > .history-container .album-container .history-label{
    text-align: center;
    height: 100px;
    font-weight: 600;
    padding: 10px;
    color: white;
}

.history-area > .history-container .album-container .history-label > .author {
   	font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.history-area > .history-container .album-container .history-label > .title {
   	font-size: 18px;
   	font-weight: 600;
}
.history-area > .history-container .album-container .history-label > .year {
   	font-size: 14px;
    font-weight: normal;
    margin-top: 2px;
}
.history-area > .history-container .album-container .history-label > .icons {
	height:25px;
	width: 100%;
	margin-top: 4px;
}
.history-area .button-icon {
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	outline: none;
	margin-left: 3px;
    margin-right: 3px;
}
.history-area .button-icon.download {
	background: url('../images/cloud-off.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area .button-icon.download:hover {
	background: url('../images/cloud.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area .button-icon.spotify {
	background: url('../images/spotify-off.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area .button-icon.spotify:hover {
	background: url('../images/spotify-on.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area  .button-icon.youtube {
	background: url('../images/youtube-off.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area  .button-icon.youtube:hover {
	background: url('../images/youtube-on.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area  .button-icon.soundcloud {
	background: url('../images/soundcloud-off.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area  .button-icon.soundcloud:hover {
	background: url('../images/soundcloud-on.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area  .button-icon.itunes {
	background: url('../images/itunes-off.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.history-area  .button-icon.itunes:hover {
	background: url('../images/itunes-on-100.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.videos-area {
	margin-top:80px;
	height: auto;
	width: 100%;
	background-color: #5a5a5a;
}
.videos-area > .video-container {
	padding-top: 70px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.videos-area > .video-container.first {
	padding-bottom: 70px;
}
.videos-area > .video-container.not-first {
	padding-bottom: 70px;
	border-top: 1px solid #ddd;
}

.press-area {
	height: auto;
	width: 100%;
	background-color: #5a5a5a;
}

.press-area .testo-titolo {
	color: #FFD740;
	font-size: 24px;
	width: 75%;
    margin-top: 10px;
margin-bottom:5px;
}

.press-area .contact-card {
	background-color: white;
	padding: 8px;
	width:305px;
	height: 208px;
	font-size: 14px;
	border-radius: 3px;
}

.press-area .contact-card .riga {
	background-color: white;
	padding: 8px;
	height: 40px;

}
.press-area .contact-card .icon {
	background-color: white;
	padding: 8px;
	height: 40px;
	width: 40px;
}
.press-area .contact-card .desc{
	background-color: white;
    line-height: 40px;
    height: 40px;
    width: calc(100% - 40px);
}
.press-area .testo {
	color: white;
    padding: 10px 0px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 18px;
}
    
.press-area .love-container {
    padding: 20px 0px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.press-song-title {
	color: white;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

.separator {
    height: 1px;
    background-color: #ddd;
    margin: 20px;
    width: 90%;
}





/*** MEDIA QUERY - ANGULAR MATERIAL ***/
/* Very large screens - Desktops  - gt-md */
@media (min-width: 1280px) {
}

/* Laptops - gt-sm */
@media (min-width: 960px) and (max-width: 1200px)  {
	.love-area > .album-container > .love-playlist .song {
		height: 65px;
		font-size: 16px;
		text-transform: uppercase;
		width: calc(100% - 44px);
	    margin-left: 30px;
	}

	.love-area > .album-container > .love-playlist .download > .download-icon {
		font-size: 30px;
		height: 30px;
		width: 30px;
	}
	.love-area > .album-container > .love-playlist .download > .download-title {
		font-size: 20px;
	    margin-left: 15px;
	}
}

/* Tablets - sm */
@media (min-width: 600px) and (max-width: 959px) {
	.splash-area {
		margin-top:0px;
		height:30vh;
		background-image:none;
	}
	
	.social-area {
		position: fixed;
	    top: 0px;
	    width: 100%;
	    height: auto;
	    border-bottom: 0px solid white;
	    background-color: white;
	    box-shadow: 0 -3px 5px 1px rgba(0,0,0,.2), 0 -6px 10px 0 rgba(0,0,0,.14), 0 -1px 18px 0 rgba(0,0,0,.12);
	    z-index: 2;
	}

	.social-area > .social-icon {
		height: 8vh;
	    width: 200px;
	    display: inline;
	    cursor: pointer;
	    outline: none;
	    z-index: 2;
	}
	.social-area > .social-icon.fb {
		background: url('../images/icon-fb.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.insta {
		background: url('../images/icon-insta.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.tube {
		background: url('../images/icon-tube.png');	
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.twi {
		background: url('../images/icon-twi.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.sound {
		background: url('../images/icon-sound.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.love-area {
	    min-height: calc(555px + 75vw); /*75vw*/
    	padding-bottom: 0;
    	padding-top: 0;
	}
	
	.love-area > .album-container  {
		width: 0;
		margin-left: 0;
	    margin-right: 0;
	}
	
	.love-area > .album-container audio {
		display:none;
	}
	
	.love-area > .album-container > .love-cover img {
		height: 75vw;
	    position: absolute;
	    top: 20vh;
	    left: 50%;
	    transform: translateX(-50%);
		width:auto;	
	}
	
	.love-area > .album-container > .love-playlist {
		position: absolute;
	    top: calc(20vh + 75vw);
	    margin-top: 15px;
	}
	
	.love-area > .album-container > .love-playlist .song {
	    height: 45px;
	    font-size: 16px;
	    text-transform: uppercase;
	    width: 75VW;
	    margin-left: auto;
	    margin-right: auto;
	    position:relative;
	    margin-bottom: 10px;
	    margin-top: 20px;
	}
	.love-area > .album-container > .love-playlist .song.first {
	    margin-top: 10px;
	}
	.love-area > .album-container > .love-playlist .song md-slider {
		width: 62vw;
	    padding-left: 9px;
	    position: absolute;
	    top: 20px;
	    
	    	    height: 25px;    
	    
	}
	
	.history-area > .history-container {
		border-top: 0px;
	}
	.love-area > .album-container > .love-playlist .download {
		margin-left: 0px;
	}
	
	.love-area > .album-container > .love-playlist .download > .download-icon {
		font-size: 30px;
		height: 30px;
		width: 30px;
	}
	.love-area > .album-container > .love-playlist .download > .download-title {
		font-size: 20px;
	    margin-left: 5px;
	}
	
.press-area {
	height: auto;
	width: 97%;
	background-color: #5a5a5a;
}

.press-area .testo-titolo {
	color: #FFD740;
	font-size: 22px;
	width: 97%;
    margin-top: 10px;
margin-bottom:5px;
}

.press-area .contact-card {
	background-color: white;
	padding: 8px;
	width:300px;
	height: 208px;
	font-size: 12px;
	border-radius: 3px;
}

.press-area .contact-card .riga {
	background-color: white;
	padding: 8px;
	height: 40px;

}
.press-area .contact-card .icon {
	background-color: white;
	padding: 8px;
	height: 40px;
	width: 40px;
}
.press-area .contact-card .desc{
	background-color: white;
    line-height: 40px;
    height: 40px;
    width: calc(100% - 40px);
}
.press-area .testo {
	color: white;
    padding: 8px 0px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 18px;
}
    
.press-area .love-container {
    padding: 15px 0px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}

.press-song-title {
	color: white;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}

.separator {
    height: 1px;
    background-color: #ddd;
    margin: 15px;
    width: 90%;
}
	
}

/* Smartphones, Android Phones, Landscape iPhone - xs */ 
@media (max-width:599px) {  
	.splash-area {
		margin-top:0px;
		height:30vh;
		background-image:none;
	}
	
	.social-area {
		position: fixed;
	    top: 0px;
	    width: 100%;
	    height: auto;
	    border-bottom: 0px solid white;
	    background-color: white;
	    box-shadow: 0 -3px 5px 1px rgba(0,0,0,.2), 0 -6px 10px 0 rgba(0,0,0,.14), 0 -1px 18px 0 rgba(0,0,0,.12);
	    z-index: 2;
	}

	.social-area > .social-icon {
		height: 8vh;
	    width: 200px;
	    display: inline;
	    cursor: pointer;
	    outline: none;
	    z-index: 2;
	}
	.social-area > .social-icon.fb {
		background: url('../images/icon-fb.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.insta {
		background: url('../images/icon-insta.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.tube {
		background: url('../images/icon-tube.png');	
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.twi {
		background: url('../images/icon-twi.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.social-area > .social-icon.sound {
		background: url('../images/icon-sound.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.love-area {
	    min-height: calc(555px + 75vw); /*75vw*/
    	padding-bottom: 0;
    	padding-top: 0;  	
	}
	
	.love-area > .album-container  {
		width: 0;
		margin-left: 0;
	    margin-right: 0;
	}
	
	.love-area > .album-container audio {
		display:none;
	}
	
	.love-area > .album-container > .love-cover img {
		height: 75vw;
	    position: absolute;
	    top: 20vh;
	    left: 50%;
	    transform: translateX(-50%);
		width:auto;
		
	}
	
	.love-area > .album-container > .love-playlist {
		position: absolute;
	    top: calc(20vh + 75vw);
	    margin-top: 15px;
	}
	
	.love-area > .album-container > .love-playlist .song {
	    height: 45px;
	    font-size: 16px;
	    text-transform: uppercase;
	    width: 75VW;
	    margin-left: auto;
	    margin-right: auto;
	    position:relative;
	    margin-bottom: 10px;
	    margin-top: 20px;
	}
	.love-area > .album-container > .love-playlist .song.first {
	    margin-top: 10px;
	}
	.love-area > .album-container > .love-playlist .song md-slider {
		width: 62vw;
	    padding-left: 9px;
	    position: absolute;
	    top: 20px;

	    height: 25px;    
	}
	
	.history-area > .history-container {
		border-top: 0px;
	}
	
	.love-area > .album-container > .love-playlist .download {
		margin-left: 0px;
	}
	
	.love-area > .album-container > .love-playlist .download > .download-icon {
		font-size: 30px;
		height: 30px;
		width: 30px;
	}
	.love-area > .album-container > .love-playlist .download > .download-title {
		font-size: 20px;
	    margin-left: 5px;
	}
	
	.press-area {
	height: auto;
	width: 97%;
	background-color: #5a5a5a;
}

.press-area .testo-titolo {
	color: #FFD740;
	font-size: 22px;
	width: 97%;
    margin-top: 10px;
margin-bottom:5px;
}

.press-area .contact-card {
	background-color: white;
	padding: 8px;
	width:300px;
	height: 208px;
	font-size: 12px;
	border-radius: 3px;
	margin-bottom: 3px;
}

.press-area .contact-card .riga {
	background-color: white;
	padding: 8px;
	height: 40px;

}
.press-area .contact-card .icon {
	background-color: white;
	padding: 8px;
	height: 40px;
	width: 40px;
}
.press-area .contact-card .desc{
	background-color: white;
    line-height: 40px;
    height: 40px;
    width: calc(100% - 40px);
}
.press-area .testo {
	color: white;
    padding: 8px 0px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 18px;
}
    
.press-area .love-container {
    padding: 15px 0px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}

.press-song-title {
	color: white;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}

.separator {
    height: 1px;
    background-color: #ddd;
    margin: 15px;
    width: 90%;
}
	
}