@charset "utf-8";
body, img {
	padding: 0;
	margin: 0
}
a img, img {
	border: none
}

.dualslider {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.dualleftimg, .dualrightslider {
	width: 48.9%; /* 49% */
	position: relative;
}
.dualslider_play {
	position: absolute;
	z-index: 99999;
	justify-content: center;
	align-items: center;
	/*top: 50%;
  left: 80%;
transform: translate(-200%, -50%);*/
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.6;
	display: none;
	font-size: 100px;
	color: #fff;
}
.dualleftimg:hover .dualslider_play {
	display: flex;	
}
.dualrightslider:hover .dualslider_play {
	display: flex;	
}
.flexslider:hover .dualslider_play {
	display: flex;	
}
.dualslider .flexslider .slides img {
	border: 3px solid white;
}
.blackbox .dualslider .flexslider .slides img {
	border: 3px solid black;
}
.blackbox {
	background: black !important;
	padding-bottom: 10px !important;
	border-bottom: 10px solid white;
}
.logo, ul {
	display: inline-block
}
.hp_box_scene_actors, .pornostar_name, .section_title_video, .video_title {
	text-transform: uppercase
}
a {
	text-decoration: none
}
body {
	background: #fff
}
input[type="checkbox"] {
	width: auto !important;
}

.blink {
	animation: blinker 0.6s linear infinite;
	color: red !important;
   font-size: 1.2em;
   font-weight: bold;
	}
	@keyframes blinker {  
	50% { opacity: 0; }
	}
.pacchetto_title_top.premium {

    font: 900 1.2em 'Roboto', sans serif;
    text-align: center;
    background: #2ba805;
    border-radius: 5px;
    margin: 5px 20%;
    width: 60%;

}

.pacchetto_title_top.basic {
    font: 900 1.2em 'Roboto', sans serif;
    text-align: center;
    background: orange;
    border-radius: 5px;
    margin: 5px 20%;
    width: 60%;
}
.pacchetto_box {
	font: 900 0.7em 'Roboto', sans serif;
	text-align: center;
	text-transform: uppercase;
    padding: 7px 7px 0 7px;
    /*background: #B0B0A9;
    color: black;*/

}
.registrati_title_account {
	font-size: 2em;
	font-weight: 900;
	background: black;
	color: white;
	padding: 5px 0;
	font-family: 'Roboto', sans-serif;
}
.accesso_bt_acnt {
	background: black;
	color: white;
	width: 50%;
}
button.accesso_bt_acnt {
	background: black;
	color: white;
	width: 50%;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 700;
	margin: 0 25% 20px 25%;
}
.modal {
	margin-top: 78px;
	color: #666;
	font-family: 'Roboto', sans-serif;
}
.eventi .hp_box_scene_title_sc {
	color: #8C2300 !important;
}
.eventi .hp_box_scene_actors a:link {
	color: white !important;
}
.eventi .hp_box_scene_actors a:visited {
	color: white !important;
}
.eventi .hp_box_scene_actors {
	background: #444;
}
.pacchetto_select .verde {
	background: #2ba805 !important;
	border-radius: 5px;
	color: #fff !important;
	width: 100%;
	font-size: 17px !important;
	padding: 0px;
box-sizing: border-box;
margin: 10px 0;
	position: relative;
}
.pacchetto_select .giallo {
	background: #d18206 !important;
	border-radius: 5px;
	color: #fff !important;
	width: 100%;
	font-size: 17px !important;
	padding: 0px;
box-sizing: border-box;
margin: 10px 0;
}
.pacchetto_select .rosso {
	position: relative;
	background: #da0711 !important;
	border-radius: 5px;
	color: #fff !important;
	width: 100%;
	font-size: 17px !important;
	padding: 0px;
box-sizing: border-box;
margin: 10px 0;
}
.pacchetto_select_bt_txt {
	display: flex;
justify-content: space-between;
font-weight: 900;
}
.pacchetto_selct_bt_subtext {
	text-align: center;
}
#file-error {
	position: absolute;
right: 0;
}

/*.hp_box .flexslider {
    margin-top: 95px;
}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #222;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color:#fff;
}

.dropdown-content p {
	margin:0;
    padding: 12px 16px;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.hvr-fade {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #B22D00;
  color: white;
}

.film_box {
	position: relative
}
.nav li a:hover {
	border-bottom: none;
	color: #B22D00;
	height: 50px
}
.menu li a:link, .menu li a:visited, nav {
	color: #fff
}

.menu li {
    text-align: center;
}
ul {
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0
}
.logo {
	vertical-align: top
}
#top {
	width: 100%;
	background: #000;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px
}
.account_logout, .login {
	cursor: pointer;
	background: #8C2300
}
.access, .access_ok {
	position: absolute;
	width: 130px
}
nav {
	font: 400 1.1em 'Roboto', sans serif;
	vertical-align: bottom
}
.account_bt, .account_logout {
	display: inline-block;
	font: 500 1.1em/25px 'Yanone Kaffeesatz', sans serif;
	padding: 0 5px
}
.access {
	display: inline-block;
	right: 5px;
	top: 8px;
    text-align: center;
}
.access_left, .access_right {
	display: inline-block;
    margin-top: 0%;
}
.access_ok {
	display: inline-block;
	/*top: 0px;*/
	right: 18px
}
.login, .registrati {
	text-align: center;
	height: 25px;
	border: 1px solid #fff;
	color: #fff;
	width: 95px
}
.account_bt, .account_logout {
	color: #fff;
	border: 1px solid #fff
}
header {
	position: relative;
	display: flex;
    align-items: center;
}
.login {
	font: 400 1.1em/25px 'Yanone Kaffeesatz', sans serif;
	margin-bottom: 10px
}
.registrati {
	background: #698C00;
	font: 500 1.1em/25px 'Yanone Kaffeesatz', sans serif
}
.language {
	width: 30px;
	height: 25px;
	border: 1px solid #fff;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	font: 400 1.1em/25px 'Yanone Kaffeesatz', sans serif;
	/*background: #222;*/
	cursor: pointer
}
.novita {
	background: #000
}
.topprogrammi {
	background: #BFBBBC !important;
}
.pornostar_actor {
	margin-top: 20px
}
.pornostar {
	background: #4D7FB1
}
.pornostar_filter {
	background: #eee;
	color: #666!important
}
.pornostar_filter_title {
	color: #4D7FB1!important
}
.film {
	background: #674172!important
}
.clubsalieri {
	background: #666!important
}
.hp_box {
	margin-top: 40px;
	background: #595959;
}
.hp_movie {
	text-align: center;
	width: 98%;
	margin-left: 1%;
	margin-top: 20px
}
.hp_movie_title {
	width: 100%;
	margin-top: 5px;
	border-top: 4px solid #ccc;
	font: 400 25px/25px Roboto, sans-serif;
	color: #333;
	text-align: left
}
.hp_movie_title span {
	color: #8C2300;
	font: 400 12px Roboto, sans-serif
}
.hp_box_scene_preview {
	position: relative
}
.hp_scene_logo {
	position: absolute;
	top: 0;
	padding: 5px;
	height: 50px;
	width: 50px
}
.hp_box_scene {
	margin-right: -4px;
	margin-bottom: 20px
}
.hp_box_scene_title {
	overflow: hidden;
	font: 400 19px/28px Roboto, sans-serif;
	color: #fff;
	padding-left: 0px
}
.hp_box_scene_title_club {
	font: 400 15px Roboto, sans-serif;
	color: #333;
	padding-left: 5px
}
.pornostar_list .pornostar_name {
	color: #fff !important;
	mix-blend-mode: difference;
}
.scene_data {
	font: 400 12px/28px Roboto, sans-serif;
	color: #fff;
	padding-left: 5px;
	display:flex;
	justify-content:space-between;
}
.scene_data_box {
	/*width: 33%;
	display: inline-block;
	margin-right: -4px*/
}
.scene_data_box_club {
	width: 49%;
	display: inline-block;
	margin-left: -4px;
	border-top: 1px solid #ccc;
	padding-right: 4px
}
.clock {
	text-align: center
}
.eye {
	text-align: right
}
.hp_box_scene_actors {
	color: #8C2300;
	font: 400 13px Roboto, sans-serif;
	background: #ddd;
	padding: 1%
}
.hp_box_scene_actors a:link, .hp_box_scene_actors a:visited {
	color: #8C2300
}
.hp_box_scene_bt_registrati, .hp_box_scene_bt_trailer {
	text-align: center;
	width: 50%;
	display: inline-block;
	font: 500 1.5em/35px 'Yanone Kaffeesatz', sans serif;
	color: #fff;
	margin-right: -4px
}
.hp_box_scene_bt_trailer {
	background: #8C6900
}
.hp_box_scene_bt_registrati {
	background: #698C00
}
.programma, .programma_club {
	margin-top: 0px;
	position: relative;
	vertical-align: top
}
.programma_title {
	color: #8C2200;
	text-align: center
}
.programma_txt {
	color: #666;
	text-align: center
}
.programma_registrati, .programma_tutti {
	width: 100%;
	height: 20%;
	color: #fff;
	font: 300 150%/60px Roboto, sans serif;
	text-align: center
}
.programma_tutti {
	background: #8C2300;
	margin: 10px 0
}
.programma_registrati {
	background: #698C00
}
.pornostar_txt {
	width: 98%;
	font: 300 20px Roboto, sans serif;
	color: #666;
	margin: 20px 0;
	text-align: justify;
	padding: 0 1%
}
.pornostar_registrati, .pornostar_tutti, .topprogrammi_registrati, .topprogrammi_tutti {
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 30%;
	height: 20%;
	font: 300 150%/60px Roboto, sans serif
}
.pornostar_tutti {
	background: #4D7FB1;
	margin: 10px 0
}
.pornostar_registrati {
	background: #698C00
}
.topprogrammi_tutti {
	background: #674172;
	margin: 10px 0
}
.topprogrammi_registrati {
	background: #698C00
}
.pornostar_bt {
	margin-left: 5px
}
.filtri_box {
	width: 20%;
	padding: 1% 0;
	margin-right: -4px;
	display: inline-block;
	color: #000;
}
.filtri_box input, .filtri_box select {
	width: 94%;
	margin-left: 3%;
	height: 30px
}
.filtri_box select {
	border: none;
	background: #ddd
}
.filtri_box select:hover {
	background: #fff;
	border: 1px solid #ccc
}
.filtri_box input {
	border: none;
	background: #ddd
}
.filtri_box input:hover {
	background: #fff;
	border: 1px solid #ccc
}
.filtri_box_title {
	text-align: center;
	font: 400 130%/40px Roboto, sans serif;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(5,0,0,.3)
}
.pornostar_name {
	text-align: center;
	font: 400 80%/20px Roboto, sans serif;
	background: transparent;
	color: #000
}

.categorie_name {
	text-align: center;
	font: 400 80%/20px Roboto, sans serif;
	background: #ddd;
	color: #000
}
.video_player {
	position: relative;
    flex-basis: 70%;
}
#player {
	position: absolute;
	top: 0;
	z-index: 1
}
#player_wrapper {
	z-index: 100;
	position: absolute!important;
	top: 0
}
.video_title {
	font: 600 200% Lato, sans serif;
	color: #eee;
	margin-bottom: 1%
}

.video_descr {
        font: 500 15px/28px Roboto, sans-serif;
    text-align: center;
}
.video_info_wrap {
	width: 96%;
	margin: 20px 1%;
	background: #BFBBBC;
	font: 400 14px Lato, sans serif;
	color: #000;
	padding: 1%;
    text-align: center;
}
.video_screen {
	margin-top: 20px;
	overflow: hidden
}
.section_pornostar {
	color: #4D7FB1
}
.section_scene {
	color: #8C2300
}
.section_interattivi {
	color: #FF3F00!important
}
.section_programmi {
	color: #674172
}
.section_title_video {
	width: 98%;
	height: auto;
	font: 900 40px/50px Roboto, sans-serif;
	padding-left: 2%;
	/*background: #eee;*/
	margin-top: 0px;
	position: relative;
	color: white;
}
.tutti {
	font: 300 20px/50px Roboto, sans-serif;
	text-transform: capitalize;
	position: absolute;
	right: 10px;
	top: 0
}
.registrati_form, .status, .unsubscribe {
	text-transform: uppercase
}
.listavideo_menu {
	display: none;
	position: absolute;
	top: -30px;
	width: 184px;
	float: right;
	right: 0;
	font: 500 15px/30px Roboto, sans-serif
}
.listavideo_menu_bt {
	display: inline;
	width: 340px;
	padding: 5px 10px;
	color: #fff;
	border-bottom: solid 2px rgba(5,0,0,.3)
}
.letter_search {
	text-align: right;
	padding-right: 10px;
	font: 700 15px/45px Roboto, sans-serif;
	color: #4D7FB1
}
.letter_search a:hover, .letter_search a:link, .letter_search a:visited {
	font: 300 15px/45px Roboto, sans-serif;
	color: #4D7FB1
}
.letter_search a:hover {
	text-decoration: underline
}
.pornostar_actor_circleimg {
	width: 20%;
	display: inline-block;
	margin: 0 1%;
}
.pornostar_actor_bkgimg {
	margin-top: -200px;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.generi_box_txt {
	font: 300 15px Roboto, sans serif;
	color: #666;
	text-align: center;
	/*padding: 1%*/
}
.generi_box_title {
	font: 600 30px Roboto, sans serif;
	color: #333;
	text-align: center;
	/*padding: 1%;
	padding-top: 20px;*/
    text-transform: uppercase;
}
.generi_box_bt {
	width: 100%;
	font: 500 2em/45px 'Yanone Kaffeesatz', sans serif;
	color: #fff;
	background: #698C00;
	text-align: center
}

.generi_box_bt_grey {
	background:#ccc;
	color:#333;
	text-align: center;
	width: 100%;
	font: 500 2em/45px 'Yanone Kaffeesatz', sans serif;
}

.back, .forward, .page {
	text-align: center;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	border-radius: 3px
}
.pagination {
	padding: 2%;
	width: 96%;
	background: #f4f4f4;
	margin-top: 10px
}
.back, .forward {
	width: 15%;
	margin-right: -4px;
	background: #333
}
.page_wrap {
	display: inline-block;
	width: 65%;
	margin-right: -4px;
	padding-left: 3%
}
.page {
	width: 18%;
	margin: 0 -4px 0 1%;
	background: #999
}
.filtri {
	clear: both
}
.videopage {
	font: 400 16px/28px Roboto, sans-serif
}
.videopage_info {
	background: #666;
	font: 400 14px/28px Roboto, sans-serif;
	padding-right: 5px;
	color: #fff
}
.registrati_bkg, .registrati_bkg_logged {
	width: 90%;
	position: relative;
	padding: 0 5%
}
.registrati_bkg {
	background: #fff
}
.registrati_bkg_logged {
	background: url(../../images/registrati.jpg) no-repeat
}
.registrati_box {
	width: 46%;
	padding: 2%;
	display: inline-block;
	vertical-align: top;
	font: 300 20px Roboto, sans serif;
	background: #fff;
	margin: 2% -2px
}
.registrati_box_new {
	width: 63%;
	padding: 2%;
	display: inline-block;
	vertical-align: top;
	font: 300 20px Roboto, sans serif;
	background: #fff;
	margin: 2% -2px
}
.regitrati_title {
	font: 500 50px 'Yanone Kaffeesatz', sans serif;
	color: #8C2300;
	text-align: center;
	border-bottom: 1px solid #ccc
}
.registrati_txt {
	text-align: justify;
	margin: 10px 0;
	color: #666
}
.registrati_form {
	font: 500 14px 'Roboto', sans-serif;
	color: #000
}
.registrati_form_input {
	margin: 10px 0;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.registrati_form input {
	border: 1px solid #ccc;
	height: 30px;
	width: 100%
}
.registrati_form input[type="checkbox"] {
	width: auto;
}

.registrati_form select {
	border: 1px solid #ccc;
	height: 40px;
	width: 100%
}

.registrati_bt {
	margin-top: 20px;
	background: #698C00;
	font: 300 25px 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer
}
.videoplayer_clubsalierixxx {
	background: #000!important;
	padding: 7%!important
}
.input_error {
	border: 1px solid #970204!important
}
.text_error {
	color: #970204!important
}
.slider_box {
	z-index: 100;
	position: absolute;
	bottom: 10px;
	right: 0;
	padding-right: 10%;
	padding-top: 10px
}
.durata_box, .flexslider .slides li {
	position: relative
}
.slider_box_txt span {
	font: 300 13px Lato, sans-serif;
	color: #fff;
	text-shadow: 1px 1px #000
}
.flexslider {
	border: 0
}
.durata_box {
	width: 100%;
	background: #fff;
	margin: 10px 0;
	border-radius: 10px;
	border: 3px solid #ccc;
	cursor: pointer
}
.durata_price, .durata_txt {
	padding-left: 2%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle
}
.durata_box_selected {
	border: 3px solid #698C00!important
}
.offertamigliore {
	position: absolute;
	top: 40px;
	border: 1px solid #fff;
	right: -10px;
	width: 70px;
	border-radius: 75px;
	background: black;
	text-align: center;
	color: #fff;
	font: 300 15px 'Yanone Kaffeesatz', sans serif
}
.offertamigliore_new {
    position: absolute;
    top: -3px;
    border: 1px solid #fff;
    right: -110px;
    width: auto;
    border-radius: 75px;
    background: black;
    text-align: center;
    color: #fff;
    font: 300 12px 'Yanone Kaffeesatz', sans serif;
}
.regitrati_title_piano {
	font: 500 50px 'Yanone Kaffeesatz', sans serif;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #ccc
}
.durata_txt {
	width: 58%;
	font: 600 30px 'Yanone Kaffeesatz', sans serif;
	color: #333
}
.durata_txt span {
	font: 300 13px 'Yanone Kaffeesatz', sans serif;
	color: #000
}
.durata_price {
	width: 38%;
	font: 500 40px 'Yanone Kaffeesatz', sans serif;
	color: #8C2300;
	background: #eee;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px
}
.durata_price span {
	font: 300 11px 'Yanone Kaffeesatz', sans serif;
	color: #000
}
.accesso_title {
	font: 500 25px 'Yanone Kaffeesatz', sans serif;
	color: #698C00;
	padding-bottom: 20px;
	border-bottom: 1px solid #333
}
.accesso_form {
	font: 300 13px 'Yanone Kaffeesatz', sans serif;
	color: #ccc
}
.accesso_form_row {
	margin: 10px 0
}
.accesso_form_row input {
	border: 1px solid #ccc;
	height: 40px;
	width: 100%
}
.accesso_bt {
	background: #698C00;
	width: 100%;
	height: 35px;
	text-align: center;
	border: 1px solid #fff;
	font: 500 1.1em/35px 'Yanone Kaffeesatz', sans serif;
	color: #fff;
	cursor: pointer
}
.status {
	width: 90%;
	margin: 5%
}
.status_title {
	font: 500 25px 'Yanone Kaffeesatz', sans serif;
	color: #000;
	display: block;
	width: 100%;
	border-bottom: 1px solid #999;
	margin-bottom: 10px
}
.status_abbonamento, .status_scadenza {
	display: inline-block;
	color: #333;
	margin-right: -4px
}
.status_abbonamento {
	background: #111;
	font: 500 20px/30px 'Lato', sans serif;
	padding-left: 0%;
	width: 50%;
	margin: 0 25%;
	text-align: center;
	font-weight: 900;
}
.status_scadenza {
	background: #222;
	font: 300 20px/30px 'Lato', sans serif;
	text-align: center;
	width: 50%;
	margin: 0 25%;
	color: white;
}
.unsubscribe {
	width: 90%;
	margin: 5%;
	border-top: 1px solid #ccc
}
.photogallery {
	position: relative
}
.swipegallery {
	width: 350%
}
#next, #prev {
	cursor: pointer;
	position: absolute;
	z-index: 100;
	height: 20%;
	background: rgba(0,0,0,.3);
	color: #fff;
	font-size: 30px;
	padding: 2%;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 3%
}
.galleryitem {
	display: inline-block
}
#next {
	right: 0!important
}
.disclaimer {
	width: 50%;
	margin: 20px 25%;
	position: relative;
	border-top: 1px solid #eee;
	padding: 5% 0
}
.disclaimer_enter, .disclaimer_exit {
	position: relative;
	text-align: center;
	font: 700 40px/80px 'Yanone Kaffeesatz', sans-serif;
	width: 40%;
	display: inline-block;
	margin-right: -4px;
	color: #fff
}
.disclaimer_enter {
	background: #85B200;
	margin-left: 20%
}
.disclaimer_exit {
	background: #8C2300
}
.benvenuto_bt {
	width: 90%;
	display: inline-block;
	margin: 5%;
	background: #eee;
	color: #698C00;
	font: 700 40px/80px 'Yanone Kaffeesatz', sans-serif;
	text-align: center
}
.regista span, .scena_categorie span {
	font-weight: 300
}
.pornostar_actor_data_table, .regista {
	display: inline-block;
	margin-right: -4px
}
.pornostar_actor_data_table {
	width: 140px
}
.ricorda_password {
	float: right;
	color: red;
	cursor: pointer
}
.chiudi_login {
	position: absolute;
	color: #fff;
	font-size: 30px;
	right: 6px;
	top: 6px;
	cursor: pointer
}
.scena_categorie a:link, .scena_categorie a:visited {
	color: #000
}
.copyright {
	width: 100%;
	text-align: center;
	font: 300 12px/30px Roboto;
	color: #ccc;
	padding-top: 10px;
	margin-top: 10px;
	/*border-top: 1px solid #ccc*/
}
.copyright span, .player_ending_registrati a:link, .player_ending_registrati a:visited {
	color: #fff
}
.registrati_form_input textarea {
	width: 100%;
	height: 200px;
	resize: none
}
.footer_txt {
	font: 300 17px Arial, sans-serif
}

.pornostar_actor_data_info ul {
	padding:0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
	margin:0;
	margin-top:46px;
	margin-left: 30px;
}
.pornostar_actor_data_info li {
	/*margin: 43px 10px 20px 0;
	border-bottom: 1px dotted #4d7fb1*/
}
.interattivi_boxmenu, .interattivi_boxmenu_vote {
	background: #ddd;
	margin-top: 3px
}

.interattivi_boxmenu_vote {
	text-align: center;
    font-size: 25px;
    padding-right: 0px;
	width: 102%;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3%;
	    margin-left: -2%;
}

.camera_icon {
	position: absolute;
	bottom: 5px;
	right: 5px
}
.interattivi_boxmenu_bt {
	width: 33%;
	line-height: 60px;
	text-align: center
}
.interattivi_boxmenu_bt, .interattivi_boxmenu_vote_bt {
	display: inline-block;
	margin-right: -4px;
	font: 700 25px 'Yanone Kaffeesatz', sans-serif;
	color: #333
}
.interattivi_boxmenu_vote_bt {
	width: 25%;
	line-height: 60px;
	text-align: center
}
.ended {
	background: #FF3F00
}
.blur img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}
.blur img:hover {
	-webkit-filter: blur(2px)
}
.interattivi_scelta_watch {
	margin: 0 15%;
	background: rgba(0,0,0,.7);
	line-height: 60px;
	border: 1px solid #fff
}
.interattivi_scelta_vote, .interattivi_scelta_watch {
	width: 68%;
	color: #fff;
	font: 700 25px 'Yanone Kaffeesatz', sans-serif;
	text-align: center
}
.interattivi_scelta_vote {
	margin: 10px 15%;
	background: #FF3F00;
	line-height: 60px;
	border: 1px solid #fff
}
.interattivi_scelta {
	position: absolute;
	margin: auto;
	top: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	display: none
}
#top {
	position: fixed;
	z-index: 1000;
	top: 0px;
}
.hp_box_scene_play {
	opacity: 0;
	position: absolute;
	font-size: 100px;
	color: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
}
.hp_box_scene_play:hover {
	opacity: 0.5;
}
.hp_box_scene_img {
	position: relative;
}
.sfondo {
	height: 100%;
	top: 81px;
	left: 50%;
	position: fixed;
	width: 1920px;
	z-index: -1;
	margin-left: -960px;
}
.disclaimer_txtbt {
	position: absolute;
	color: #333;
	bottom: -53px;
	text-align: center;
	width: 100%;
	font-size: 30px;
}
.disclaimer_logosx, .disclaimer_logodx {
	position: absolute;
	bottom: 0px;
	display: block;
}
.disclaimer_logosx {
	left: 0px;
}
.disclaimer_logodx {
	right: 0px;
}
.video_download {
	cursor: pointer;
	background: darkolivegreen;
	width: 100%;
	color: #fff;
	font: 300 120%/30px Lato, sans serif;
	text-align: center;
}
.video_download a:link {
color:#fff
}
.video_download a:visited {
color:#fff
}

.generi_box {
	vertical-align:top;
}

.generi_box_title.section_interattivi {
    display: inline-block;
    width: 55%;
    background: #698C00;
    text-align: center;
    color: #fff !important;
    line-height: 50px;
	padding:0px;
	vertical-align: top;
    margin-top: 15%;
}

.generi_box_img {
    display: inline-block;
    width: 40%;
}

.grey {
	font-size:25px !important;
}

.verde {
	font-size:25px !important;
	color: #698C00 !important;
}

.rosso {
	font-size:25px !important;
	color: #8C2300 !important;
}

.affiliation_txt {
	width:80%;
	margin:30px 10%;
	font: 600 50px 'Roboto', sans serif;
	color:#698C00;
	text-align:center;
}

.affiliation_bt_reg {
	display:inline-block;
	background:#698C00;
	padding:0 10px;
	font: 400 30px/40px 'Roboto', sans serif;
	color:#fff;
    flex-basis: 30%;
    text-align: center;
    width: 100%;
}

.affiliation_bt_acc {
	display:inline-block;
    flex-basis: 30%;
    text-align: center;
	background:#337AB7;
	padding:0 10px;
	font: 400 30px/40px 'Roboto', sans serif;
	color:#fff;
    width: 100%;
}
	

.affiliation_wrap {
	width:100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 50px 0px;
}

.banners_wrap {
    
    width: 98%;
    margin: 0 1%;
    display: flex;
}

.banner_side {
    /*height: 500px;
    background: #000;*/
    flex-grow: 1;
    margin-top: 50px;
}

.video_banner_wrap {
    display: flex;
    width: 100%;
}

.video_banner {
    flex-basis: 26%;
    margin-top: 0 !important;
    flex-grow: auto !important;
    margin: 0 2%;
}

#container {
    overflow: hidden;
}

.banner_side img {
    width: 200px !important;
}
.copyright span {
	color: #666;
}
.allega #file-error {
	top: 0;
	font-size: 0.6em;
	right: 31%;
}
.biografia {
	background: black;
	color: white;
	font-family: 'Roboto', sans-serif;
	margin-top: 95px;
}
.biografia_title {
	text-align: center;
	font-size: 3em;
	font-weight: 900;
}
.biografia_txt {
	text-align: justify;
	padding: 5px;
}
.biografia_txt img {
	padding-right: 5px;
}
.biografia_subtitle {
	background: #A30101;
	text-align: center;
	font-size: 1.4em;
	padding: 5px 0;
	font-weight: 900;
}
.biografia_images {
	margin: 5px 0;
}
.abbnew_new {
	width: 34% !important;
}
.giallo {
	background: #d18206 !important;
}
.rosso {
	background: #da0711 !important;
}
.verde {
	background: #2ba805 !important;
}
.pacchetto_select {
	width: 40%;
	margin: 0 30%;
}
.pacchetto.black {

    margin-top: 5px;
    border-radius: 10px;
    background: black;
    padding-top: 1px;

}

.solopremium {
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    color: #fff;
    font: 900 2.3em 'Roboto', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:120px) {
	
	.dropdown-content {
		display: block;
		position: relative;
	}
    
    .hp_banner {
    width: 100%;
    margin-top: 40px;
    height: auto;
        overflow: visible;
}
    
    .video_player {
    position: relative;
    flex-basis: 100%;
}
    .banners_wrap {
        width: 100%;
        margin: 0;
    }
    .banner_side {
        display: none;
    }
    
    .hp_box {
        width: 100%;
        margin: 0;
    }
.flex-caption, .flex-caption_xxx, .menu {
	display: none
}
.film_box, .pornostar_box, .registrati_box, .registrati_box_new, .videoinfo_club {
	vertical-align: top
}
#footer span, #menu_bt, .clubsalierixxx, .menu li, .unsubscribe_bt, .unsubscribe_txt {
	text-align: center
}
header {
	width: 100%;
	height: auto
}
#menu_bt {
	font: 300 20px/30px Roboto;
	color: #fff;
	border-top: 1px solid #fff;
	cursor: pointer
}
ul {
	display: list-item
}
#footer span, .hp_box_scene, nav {
	display: block
}
    
    nav {
        width: 100%;
		font: 400 1.1em 'Roboto', sans serif;
    }
	
	.menu {
		display:none;
	}
.menu li {
	background: #000;
	height: 50px;
	border-radius: 8px;
	width: 100%;
	margin: 3px 0;
	line-height: 50px;
    box-sizing: border-box;
    margin-right: 0px;
}
.box_title, .box_titlelista {
	position: relative;
	width: 99%;
	height: 50px;
	font: 300 30px/50px Roboto, sans-serif;
	padding-left: 1%;
	margin-left: -6px
}
.menu li a:hover {
	border-bottom: none;
	color: #B22D00;
	height: 50px
}
.box_title, .menu li a:link, .menu li a:visited {
	color: #fff
}
.box_titlelista {
	color: #666
}
#footer, #footer a:link, #footer a:visited {
	color: #000;
	width: 90%;
	margin: 0;
}
#footer {
	width: 100%;
	margin: 0 auto
}
#container {
	width: 100%;
	margin: 90px auto 0 auto;
	/*box-shadow: -10px 0 10px #111, 10px 0 10px #111;*/
	background: #fff
}
#footer {
	font: 300 15px/50px Roboto, sans-serif
}
#footer span {
	width: 90%;
	margin: 5%;
	background: #ccc
}
.film_box, .hp_box_scene, .programma, .programma_club {
	width: 100%
}
.programma_title {
	font: 300 25px Roboto, sans serif
}
.programma_txt {
	font: 300 15px Roboto, sans serif
}
.remove {
	display: none
}
.film_box, .film_box_top, .pornostar_box {
	display: inline-block
}
.film_box {
	margin: 10px -4px 10px 0
}
.film_box_top {
	margin: 10px -4px 10px 0!important;
	width: 100%!important
}
.pornostar_list img {
	width: 100%
}
.pornostar_box {
	margin: 10px -4px 10px 6%;
	width: 40%
}
    
    .categorie_box {
	margin: 10px -4px 10px 6%;
	width: 40%;
	display:inline-block;
}
.pornostar_registrati, .pornostar_tutti {
	width: 100%
}
.clubsalierixxx {
	background: #ccc;
	color: #D26567;
	font: 700 2em "Myriad Pro", Helvetica, Arial, sans-serif;
	border-bottom: 10px solid #D26567
}
.filtri_box {
	width: 100%;
	padding: 1% 0;
	margin-right: -4px;
	display: none;
	color: #000;
}

.ricerca {
	display:block !important;
}

.pornostar_actor_bigimg {
	width: 100%;
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative
}
.player_ending {
	position: absolute;
	z-index: 100
}
.pornostar_actor_data {
	width: 98%;
	display: block;
	margin-left: 0;
	vertical-align: top;
	font: 300 20px Roboto, sans serif;
	background: #fff;
	padding: 0%;
	height: 100%
}
.pornostar_actor_data span {
	font: 600 22px Roboto, sans serif;
	color: #000
}
.pornostar_box_actor {
	margin: 10px -4px 10px 1.4%;
	width: 46%;
	display: inline-block
}
.tutti {
	display: none
}
.pornostar_actor_data_info {
	display: block;
	width: auto
}
.generi_box {
	width: 100%;
	display: block;
	margin: 1% 0;
	background: #f4f4f4
}
.pornostar_actor_bkgimg {
	margin-top: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.programma_end {
	display: block
}
.registrati_box {
	width: 100%;
	padding: 2%;
	display: block;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
	.registrati_box_new {
	width: 100%;
	padding: 2%;
	display: block;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
.topprogrammi_registrati {
	width: 100%
}
.locandina_club {
	display: block;
	width: 100%;
	margin-right: 0
}
.videoinfo_club {
	display: block;
	width: 100%;
	margin: 0
}
.slider_box_txt {
	font: 700 30px/18px 'Yanone Kaffeesatz', sans-serif;
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	padding: 10px
}
.topprogrammi_tutti {
	width: 100%;
	height: 20%;
	background: #674172;
	color: #fff;
	font: 300 150%/60px Roboto, sans serif;
	text-align: center;
	margin: 10px 0;
	display: inline-block
}
.accesso {
	background: #000;
	border: 1px solid #666;
	width: 90%;
	margin: 90px auto;
	padding: 5%;
	top: 15px;
	position:fixed;
	z-index: 101;
}
.unsubscribe_txt {
	font: 300 20px 'Yanone Kaffeesatz', sans serif;
	color: #333;
	margin-right: -4px;
	width: 100%;
	padding: 35px 0;
	display: block
}
.unsubscribe_bt {
	font: 300 18px/30px Roboto, sans serif;
	color: #fff;
	background: #698C00;
	width: 100%;
	margin: 0;
	display: block;
	cursor: pointer
}
.video_screen_box {
	width: 100%;
	margin: 10px -4px 10px 1%;
	display: inline-block
}
.player_ending {
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 2%;
	width: 50%;
	height: 50%;
	margin: auto;
	font: 300 80%/20px Roboto, sans serif
}
.player_ending_registrati, .player_ending_repeat {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff
}
.player_ending_repeat {
	background: #59ABE3;
	margin-bottom: 10px;
	cursor: pointer
}
.player_ending_registrati {
	background: #698C00;
	color: #fff
}
.scena_categorie {
	display: block;
	float: inherit
}
}

@media screen and (min-width:768px) {
	
	.dropdown-content {
    display: none;
    position: absolute;
	}
    
    .hp_banner {
    width: 100%;
    margin-top: 40px;
    height: auto;
        overflow: visible;
}
    
     .banners_wrap {
        width: 100%;
        margin: 0;
    }
    .banner_side {
        display: none;
    }
    
    .hp_box {
        width: 100%;
        margin: 0;
    }
    
.film_box, .hp_box_scene, .pornostar_box, .pornostar_box_actor, .registrati_box, .registrati_box_new, .videoinfo_club {
	vertical-align: top
}
header {
	width: 100%;
	height: 80px
}
#menu_bt {
	display: none
}
.menu {
	display: block
}
.film_box, .menu li {
	display: inline-block
}
.menu li {
	padding: 0 5px;
	text-align: center;
	background: 0 0;
	border: none;
	border-radius: 0;
	width: auto;
    box-sizing: border-box;
    margin-right: 0px;
        
}
.box_title, .box_titlelista {
	height: 50px;
	font: 300 30px/50px Roboto, sans-serif;
	padding-left: 10px;
	position: relative
}
.menu li a:hover {
	border-bottom: none;
	color: #B22D00;
	height: 50px
}
.box_title, .menu li a:link, .menu li a:visited {
	color: #fff
}
.film_box {
	margin: 10px -4px 10px 1.7%;
	width: 48%
}
.film_box_top {
	width: 100%!important;
	margin: 10px 0!important;
	display: block
}
#footer span, nav {
	display: inline-block
}
    
nav {
        width: 60%;
		font: 400 0.9em 'Roboto', sans serif;
    }
.box_title {
	width: 50%;
	font-weight: 900;
}
.box_titlelista {
	width: 100%;
	color: #666
}
.player_ending {
	position: absolute;
	z-index: 100
}
#footer, #footer a:link, #footer a:visited {
	color: #000;
	width: 23%;
	margin: 0 1%;
}
#container {
	width: 100%;
	margin: 90px auto 0px auto;
	/*box-shadow: -10px 0 10px #111, 10px 0 10px #111;*/
	background: #fff
}
#footer span {
	width: auto;
	text-align: center;
	background: 0 0;
	margin: 0 -4px 0 0
}
#footer {
	width: 90%;
	margin: 0 auto;
	font: 300 13px/50px Roboto, sans-serif
}
.hp_box_scene, .programma, .programma_club {
	width: 48%;
	padding: 0 1%;
	display: inline-block
}
.programma, .programma_club {
	margin-right: -2px
}
.programma_title {
	font: 300 25px Roboto, sans serif
}
.programma_txt {
	font: 300 15px Roboto, sans serif
}
.remove {
	display: none
}
.pornostar_list img {
	width: 100%
}
.pornostar_box {
	margin: 10px -4px 10px 1.4%;
	width: 15%;
	display: inline-block
}
    
.categorie_box {
	margin: 10px -4px 10px 1.4%;
	width: 23.6%;
	display: inline-block
}
.pornostar_registrati, .pornostar_tutti {
	width: 35%
}
.clubsalierixxx {
	background: #ccc;
	color: #D26567;
	font: 700 4em "Myriad Pro", Helvetica, Arial, sans-serif;
	text-align: center;
	border-bottom: 10px solid #D26567
}
.filtri_box {
	width: 20%;
	padding: 1% 0;
	margin-right: -4px;
	display: inline-block;
	color: #000;
}

.ricerca {
	display: inline-block !important;
}
-webkit-filter: blur(10px); {
width:100%;
display:inline-block;
height:300px;
overflow:hidden
}
.pornostar_actor_data {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	font: 300 20px Roboto, sans serif;
	background: #fff;
	padding: 0%;
	height: 100%
}
.pornostar_actor_data span {
	font: 600 22px Roboto, sans serif;
	color: #000
}
.pornostar_box_actor {
	margin: 10px -4px 10px 1%;
	width: 24%;
	display: inline-block
}
.tutti {
	display: none
}
.pornostar_actor_data_info {
	display: block;
	width: auto
}
.generi_box, .locandina_club, .programma_end, .registrati_box, .registrati_box_new, .slider_box_txt, .topprogrammi_tutti, .videoinfo_club {
	display: inline-block
}
.generi_box {
	width: 98%;
	margin: 1% 5px 1% 1%;
	background: #f4f4f4
}
.pornostar_actor_bkgimg {
	margin-top: -200px;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.registrati_box {
	width: 46%;
	padding: 2%;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
	.registrati_box_new {
	width: 63%;
	padding: 2%;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
.topprogrammi_registrati {
	width: 100%
}
.locandina_club {
	width: 30%;
	margin-right: -4px
}
.videoinfo_club {
	width: 68%;
	margin: 0 1%
}
.slider_box_txt {
	font: 700 60px/18px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	padding: 10px
}
.topprogrammi_tutti {
	width: 30%;
	height: 20%;
	background: #674172;
	color: #fff;
	font: 300 150%/60px Roboto, sans serif;
	text-align: center;
	margin: 10px 0
}
.accesso {
	background: #000;
	border: 1px solid #666;
	width: 460px;
	margin: 90px auto;
	padding: 10px;
	top: 15px;
	position: fixed;
	z-index: 101;
}
.unsubscribe_bt, .unsubscribe_txt {
	text-align: center;
	width: 100%;
	display: block
}
.unsubscribe_txt {
	font: 300 20px 'Yanone Kaffeesatz', sans serif;
	color: #333;
	margin-right: -4px;
	padding: 35px 0
}
.unsubscribe_bt {
	font: 300 18px/30px Roboto, sans serif;
	color: #fff;
	background: #698C00;
	margin: 0
}
.video_screen_box {
	width: 48%;
	margin: 10px -4px 10px 1%;
	display: inline-block
}
.player_ending {
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 2%;
	width: 50%;
	height: 30%;
	margin: auto;
	font: 300 120%/60px Roboto, sans serif
}
.player_ending_registrati, .player_ending_repeat {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff
}
.player_ending_repeat {
	background: #59ABE3;
	margin-bottom: 10px
}
.player_ending_registrati {
	background: #698C00;
	color: #fff
}
.scena_categorie {
	display: block;
	float: inherit
}
    
    .video_player {
    position: relative;
    flex-basis: 100%;
}
}

@media screen and (min-width:1024px) {
	
	.dropdown-content {
    display: none;
    position: absolute;
	}
    
    .hp_banner {
    width: 100%;
    margin-top: 40px;
    height: auto;
        overflow: visible;
}
    
    .video_player {
    position: relative;
    flex-basis: 70%;
}
    
     .banners_wrap {
        width: 100%;
        margin: 0;
    }
    .banner_side {
        display: none;
    }
    
    .hp_box {
        width: 100%;
        margin: 0;
    }
.film_box, .hp_box_scene, .pornostar_box, .registrati_box, .registrati_box_new, .videoinfo_club {
	vertical-align: top
}
header {
	width: 100%;
	height: 80px
}
#menu_bt {
	display: none
}
.menu {
	display: flex
}
.menu li, nav {
	display: inline-block
}
    
    nav {
        width: 72%;
		font: 400 1em 'Roboto', sans serif;
    }
.menu li {
	padding: 0;
	text-align: center;
	background: 0 0;
	border: none;
	border-radius: 0;
	width: auto;
    box-sizing: border-box;
    margin-right: -4px;
}
.box_title, .box_title_lista {
	position: relative;
	height: 50px;
	font: 300 30px/50px Roboto, sans-serif;
	padding-left: 10px
}
.menu li a:hover {
	border-bottom: none;
	color: #B22D00!important;
	height: 50px
}
#footer, #footer a:link, #footer a:visited, .box_title, .menu li a:link, .menu li a:visited {
	color: #fff
}
	#footer, #footer a:link, #footer a:visited {
		color: #000 !important;
	width: 23%;
	margin: 0 1%;
	}
.box_title {
	width: 50%
}
.box_title_lista {
	width: 100%;
	color: #fff
}
#footer {
	width: 90%;
	margin: 0 auto
}
#container {
	width: 100%;
	margin: 90px auto 0px auto;
	/*box-shadow: -10px 0 10px #111, 10px 0 10px #111;*/
	background: #fff
}
#footer {
	font: 300 13px/50px Roboto, sans-serif
}
#footer span {
	width: auto;
	text-align: center;
	display: inline-block;
	background: 0 0;
	margin: 0 -4px 0 0
}
.programma, .programma_club {
	display: inline-block;
	padding: 0 1%;
	margin-right: -4px
}
.hp_box_scene {
	display: inline-block;
	width: 48%;
	padding: 0 1%
}
.programma {
	width: 31.3%
}
.programma_club {
	width: 23%
}
.programma_title {
	font: 300 25px Roboto, sans serif
}
.programma_txt {
	font: 300 15px Roboto, sans serif
}
.remove {
	display: inline-block
}
.pornostar_list img {
	width: 100%
}
.film_box {
	margin: 10px -4px 10px 1.7%;
	width: 31%;
	display: inline-block
}
.film_box_top {
	margin: 10px -4px 10px 1.7%!important;
	width: 31%!important;
	display: inline-block
}
.pornostar_box {
	margin: 10px -4px 10px 1.4%;
	width: 15%;
	display: inline-block
}
    
.categorie_box {
	margin: 10px -4px 10px 1.4%;
	width: 23.6%;
	display: inline-block
}
.pornostar_registrati, .pornostar_tutti {
	width: 35%
}
.clubsalierixxx {
	background: #ccc;
	color: #D26567;
	font: 700 5em "Myriad Pro", Helvetica, Arial, sans-serif;
	text-align: center;
	border-bottom: 10px solid #D26567
}
.filtri_box {
	width: 20%;
	padding: 1% 0;
	margin-right: -4px;
	display: inline-block;
	color: #000;
}

.ricerca {
	display: inline-block !important;
}
.pornostar_actor_bigimg {
	width: 100%;
	display: inline-block;
	height: 300px;
	overflow: hidden;
	position: relative
}
.player_ending {
	position: absolute;
	z-index: 100
}
.pornostar_actor_data {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	font: 300 15px Roboto, sans serif;
	background: #fff;
	padding: 0%;
	height: 100%
}
.pornostar_actor_data span {
	font: 400 15px Roboto, sans serif;
	color: #000
}
.pornostar_box_actor {
	margin: 10px -4px 10px 1%;
	width: 24%;
	display: inline-block
}
.tutti {
	display: inherit
}
.pornostar_actor_data_info {
	display: inline-block;
	width: 50%;
	margin-right: -4px
}
.generi_box {
	width: 98%;
	display: inline-block;
	margin: 1% 5px 1% 1%;
	background: #f4f4f4
}
.pornostar_actor_bkgimg {
	margin-top: -200px;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.programma_end {
	display: none
}
.locandina_club, .registrati_box, .registrati_box_new, .scena_categorie, .slider_box_txt, .topprogrammi_tutti, .unsubscribe_bt, .unsubscribe_txt, .video_screen_box, .videoinfo_club {
	display: inline-block
}
.registrati_box {
	width: 48%;
	padding: 1%;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
	.registrati_box {
	width: 63%;
	padding: 1%;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
.topprogrammi_registrati {
	width: 30%
}
.locandina_club {
	width: 30%;
	margin-right: -4px
}
.videoinfo_club {
	width: 68%;
	margin: 0 1%
}
.slider_box_txt {
	font: 700 70px/18px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	padding: 10px
}
.topprogrammi_tutti {
	width: 30%;
	height: 20%;
	background: #674172;
	color: #fff;
	font: 300 150%/60px Roboto, sans serif;
	text-align: center;
	margin: 10px 0
}
.accesso {
	background: #000;
	border: 1px solid #666;
	width: 460px;
	margin: 90px auto;
	padding: 10px;
	top: 15px;
	position:fixed;
	z-index: 101;
}
.unsubscribe_txt {
	font: 300 20px 'Yanone Kaffeesatz', sans serif;
	color: #333;
	text-align: center;
	margin-right: -4px;
	width: 70%;
	padding: 35px 0
}
.unsubscribe_bt {
	font: 300 18px/30px Roboto, sans serif;
	color: #fff;
	text-align: center;
	background: #698C00;
	width: 24%;
	margin: 0 3%
}
.video_screen_box {
	width: 48%;
	margin: 10px -4px 10px 1%
}
.player_ending {
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 2%;
	width: 50%;
	height: 30%;
	margin: auto;
	font: 300 120%/60px Roboto, sans serif
}
.player_ending_registrati, .player_ending_repeat {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff
}
.player_ending_repeat {
	background: #59ABE3;
	margin-bottom: 10px;
}
.player_ending_registrati {
	background: #698C00;
	color: #fff
}
.scena_categorie {
	float: none
}

    .box_title {
        /*color: #000 !important;*/
        margin: 10px 0;
    }

@media screen and (min-width:1200px) {
	
	.dropdown-content {
    display: none;
    position: absolute;
	}
    
    .hp_banner {
    width: 100%;
    margin-top: 40px;
    height: 500px;
        overflow: hidden;
}
    
    .video_player {
    position: relative;
    flex-basis: 70%;
}
    
     .banners_wrap {
        width: 98%;
        margin: 0 1%;
    }
    .banner_side {
        display: block;
    }
    
    .hp_box {
        width: 996px;
        margin: 0 auto;
    }
.box_title, .box_titlelista {
	font: 300 30px/50px Roboto, sans-serif;
	padding-left: 10px;
	height: 50px;
	position: relative
}
.film_box, .hp_box_scene, .pornostar_box, .registrati_box, .registrati_box_new, .videoinfo_club {
	vertical-align: top
}
header {
	width: 1450px;
	margin: 0 auto;
	height: 80px
}
#menu_bt {
	display: none
}
.menu {
	display: flex
}
.menu li {
	text-align: center;
	background: 0 0;
	border: none;
	border-radius: 0;
	width: auto;
    box-sizing: border-box;
    margin-right: -4px;
    padding: 0;
}
.menu li a:hover {
	border-bottom: none;
	color: #B22D00;
	height: 50px
}
.box_title, .menu li a:link, .menu li a:visited {
	color: #fff
}
nav {
	display: inline-block
}
    
    nav {
        width: 72%;
		font: 400 1em 'Roboto', sans serif;
    }
.box_title {
	width: 50% 
}
.box_titlelista {
	width: 100%;
	color: #666
}
#footer, #footer a:link, #footer a:visited {
	color: #000;
	width: 23%;
	margin: 0 1%;
}
#footer {
	width: 996px;
	margin: 0 auto
}
#container {
	width: 100%;
	margin: 90px auto 0px auto;
	/*box-shadow: -10px 0 10px #111, 10px 0 10px #111;*/ 
	background: #fff
}
#footer {
	font: 300 13px/50px Roboto, sans-serif
}
#footer span {
	width: auto;
	text-align: center;
	display: inline-block;
	background: 0 0;
	margin: 0 -4px 0 0
}
.programma, .programma_club {
	display: inline-block;
	padding: 0 1%;
	margin-right: -4px
}
.hp_box_scene {
	display: inline-block;
	width: 48%;
	padding: 0 1%
}
.programma {
	width: 31.3%
}
.programma_club {
	width: 23%
}
.programma_title {
	font: 300 40px Roboto, sans serif
}
.programma_txt {
	font: 300 20px Roboto, sans serif
}
.remove {
	display: inline-block
}
.pornostar_list img {
	width: 100%
}
.pornostar_box {
	margin: 10px -4px 10px 1.4%;
	width: 15%;
	display: inline-block
}
    
    .categorie_box {
	margin: 10px -4px 10px 1.4%;
	width: 23.6%;
	display: inline-block
}
.pornostar_registrati, .pornostar_tutti {
	width: 35%
}
.clubsalierixxx {
	background: #ccc;
	color: #D26567;
	font: 700 5em "Myriad Pro", Helvetica, Arial, sans-serif;
	text-align: center;
	border-bottom: 10px solid #D26567
}
.filtri_box {
	width: 20%;
	padding: 1% 0;
	margin-right: -4px;
	display: inline-block;
	color: #000;
}

.ricerca {
	display: inline-block !important;
}
.pornostar_actor_bigimg {
	width: 100%;
	display: inline-block;
	height: 300px;
	overflow: hidden;
	position: relative
}
.player_ending {
	position: absolute;
	z-index: 100
}

.pornostar_actor_data {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	font: 300 15px Roboto, sans serif;
	background: #fff;
	padding: 0%;
	height: 100%
}
.pornostar_actor_data span {
	font: 400 15px Roboto, sans serif;
	color: #000
}
.pornostar_box_actor {
	margin: 10px -4px 10px 1.4%;
	width: 15%
}
.film_box {
	margin: 10px -4px 10px 1.7%;
	width: 31%;
	display: inline-block
}
.film_box_top {
	margin: 10px -4px 10px 1.7%!important;
	width: 31%!important;
	display: inline-block
}
.tutti {
	display: inherit
}
.pornostar_actor_data_info {
	display: inline-block;
	width: 80%;
	margin-right: -4px
}
.generi_box {
	width: 98%;
	display: inline-block;
	margin: 1% 5px 1% 1%;
	background: #f4f4f4
}
.pornostar_actor_bkgimg {
	margin-top: -200px;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.programma_end {
	display: none
}
.locandina_club, .registrati_box, .registrati_box_new, .scena_categorie, .slider_box_txt, .topprogrammi_tutti, .unsubscribe_bt, .unsubscribe_txt, .video_screen_box, .videoinfo_club {
	display: inline-block
}
.registrati_box {
	width: 48%;
	padding: 1%;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
.registrati_box_new {
	width: 63%;
	padding: 1%;
	font: 300 20px Roboto, sans serif;
	margin: 2% -2px
}
.topprogrammi_registrati {
	width: 30%
}
.locandina_club {
	width: 30%;
	margin-right: -4px
}
.videoinfo_club {
	width: 68%;
	margin: 0 1%
}
.slider_box_txt {
	font: 700 60px/18px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	padding: 10px
}
.topprogrammi_tutti {
	width: 30%;
	height: 20%;
	background: #674172;
	color: #fff;
	font: 300 150%/60px Roboto, sans serif;
	text-align: center;
	margin: 10px 0
}
.accesso {
	background: #000;
	border: 1px solid #666;
	width: 460px;
	margin: 90px auto;
	padding: 10px;
	top: 15px;
	position:fixed;
	z-index: 101;
}
.unsubscribe_txt {
	font: 300 20px 'Yanone Kaffeesatz', sans serif;
	color: #333;
	text-align: center;
	margin-right: -4px;
	width: 70%;
	padding: 35px 0
}
.unsubscribe_bt {
	font: 300 18px/30px Roboto, sans serif;
	color: #fff;
	text-align: center;
	background: #698C00;
	width: 24%;
	margin: 0 3%
}
.video_screen_box {
	width: 32%;
	margin: 10px -4px 10px 1%
}
.player_ending {
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 2%;
	width: 50%;
	height: 30%;
	margin: auto;
	font: 300 120%/60px Roboto, sans serif
}
.player_ending_registrati, .player_ending_repeat {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff
}
.player_ending_repeat {
	background: #59ABE3;
	margin-bottom: 10px
}
.player_ending_registrati {
	background: #698C00;
	color: #fff
}
.scena_categorie {
	float: none
}
}


