
#displayConsentUiLink{
color: gray;
font-family: Oswald, sans-serif;
font-size: 14.4px;
	padding:50px;
	}
#qc-cmp2-ui .qc-cmp2-close-icon  { 
           height: 17px !important;
    width: 17px !important;
}

#qc-cmp2-ui .qc-cmp2-close {
    right: 5px;
    top: 5px; 
}
.qc-cmp2-persistent-link {
   background-color: #0000001f !important;
	 bottom: 80px;
   }


.mvp-nav-bot-left-out {
    color: #9f1f33;
}
#mvp-post-feat-img {
    line-height: 1;   
}
.qc-cmp2-persistent-link {
   background-color: #9f1f33 !important; 
   }

.jungle-sticky-top{
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999999;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 479px){
	.mvp-widget-breaking-news {
	    margin-bottom: 10px;
	}
	.jungle-top-container{
	min-height: 100px;
	 width:100%;
	}
}

#banner-sticky{
margin-bottom:15px;
}

#mvp-foot-wrap {
    z-index: 9999;
}

#rmp {
  margin: auto;
}

/*Fix player overflow*/
.rmp-content{
	position:absolute!important;
}

#sticky-container {
	z-index:99999;
  position: fixed;
  bottom: 8px;
  right: 8px;
  width: 256px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 375px) {
  #sticky-container {
    bottom: 16px;
    right: 16px;
    width: 320px;
  }
}

@media (min-width: 480px) {
  #sticky-container {
    bottom: 20px;
    right: 20px;
    width: 384px;
  }
}

@media (min-width: 640px) {
  #sticky-container {
    width: 512px;
  }
}
#attach-container {
  width: 100%;
  height: auto;
  background: #000;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
Uncommenta solo se vuoi gestire in modo granulare
@media (min-width: 500px) {
  #attach-container {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  #attach-container {
    width: 100%;
    height: auto;
  }
}
*/

@media (min-width: 992px) {
  #attach-container {
    width: 100%;
    height: auto;
  }
}

/* detach-container */
#detach-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* detach-container - when player is in attached mode */
#detach-container.rmp-attach {
  width: 100%;
  height: 100%;
}

/* detach-container - when player is in detached mode */
#detach-container.rmp-detach {
  width: 300px;
  height: 170px;
  position: fixed;
  bottom: 32px;
	left:0px;
  z-index: 999999;
  /*box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);*/
}

@media (min-width: 768px) {
  #detach-container.rmp-detach {
    width: 484px;
    height: 274px;
    bottom: 40px;
    right: 55px;
  }
}

.close_player{
    position: absolute;
    right: 0%;
    top: -6%;
    cursor: pointer;
    z-index: 12000000000000;
    background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
	}

#jungle-player-close{
display:none;
}

#displayConsentUiLink.fixed-cookie {
	  color: #ffffff;
    font-family: Oswald, sans-serif;
    position: fixed;
    left: 30px;
    bottom: 0;
    font-size: .800rem;
    padding: 10px;
    z-index: 9999;
    cursor: pointer;
    background: #862633;
}
