@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:"Roboto";
	font-style: normal;
	font-weight: 300;
	src:local('fonts/Roboto-Light.ttf'), url('fonts/Roboto-Light.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family:"Roboto";
	font-style: normal;
	font-weight: 400;
	src:local('fonts/Roboto-Regular.ttf'), url('fonts/Roboto-Regular.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family:"Roboto";
	font-style: normal;
	font-weight: 500;
	src:local('fonts/Roboto-Medium.ttf'), url('fonts/Roboto-Medium.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family:"Roboto";
	font-style: normal;
	font-weight: 700;
	src:local('fonts/Roboto-Bold.ttf'), url('fonts/Roboto-Bold.ttf') format('truetype');
	font-display: swap;
}

body { 
	color:#fff; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 12px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:none;
	background: #000; 
}

.logo {
    float:left;
	margin: 20px 0 0;
}

/* forms */
.forms-wrapper { width: 100%; position: relative; float:left; margin-top:10px; }
.forms { width:100%; float:left; }
.forms .form-label { width: 25%; float: left; padding: 2px 0; margin-left: 5%; line-height: 25px; color: #fff; text-align: right; }

.forms .form-label {
    margin-top: 3px;
}

.forms .form-field { width: 60%; float: right; padding: 2px 0; margin-right: 5%; line-height: 25px; color: #fff; text-align: left; }
.forms-wrapper input[type="text"],
.forms-wrapper input[type="password"],
.forms-wrapper select,
.forms-wrapper textarea,
.forms-wrapper input[type="file"],
#mailbox .compose input[type='text'],
#mailbox .compose textarea,
#profile input[type="text"] { border: 1px solid #E3E3E3; color: #555555; font-family: Arial, Helvetica, sans-serif; font-size: 11px; height: 27px; line-height: 23px; margin: 0; outline: medium none; padding: 0 10px; vertical-align: middle; min-width:172px; }
.forms-wrapper input[type="text"]:focus,
#mailbox .compose input[type='text']:focus,
#mailbox .compose textarea:focus,
.forms-wrapper input[type="password"]:focus,
.forms-wrapper textarea:focus { background-color: lightyellow; }
.forms-wrapper textarea,
#mailbox .compose textarea { height:auto; }
.forms-wrapper .required { color:#FF0000; }
.forms-wrapper input[type="submit"] {
  background: #1FCC57;
  color: #FFFFFF;
  cursor: pointer;
  padding: 8px 25px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 50px;
}
.forms-wrapper input[type="submit"]:hover { 
	background: #19A346; 
}
/* forms */

/* notification */
.notification { border-radius: 2px 2px 2px 2px; margin: 0 0 20px; text-align:left; padding: 10px 10px 10px 45px; position: relative; }
.notification p { background: none repeat scroll 0 0 transparent; border: 0 none; margin: 0; padding: 0; line-height:21px; vertical-align: baseline; }
.notification.info { background-color:#000; padding: 10px 10px 10px 10px; border: 1px solid #7c7c7d; vertical-align: baseline; }
.notification.success { background: url("../images/ico-success.png") no-repeat scroll 10px center #384703; border: 1px solid #C1D779; }
.notification.error { background: url("../images/ico-error.png") no-repeat scroll 10px center #380A02; border: 1px solid #E18B7C; }
.notification.alert { background: url("../images/ico-warning.png") no-repeat scroll 10px center #594308; border: 1px solid #EAC572; }
/* notification */

/* profile */
#profile .general { width:100%; float:left; }
#profile .general .picture { float:left; width:200px; }
#profile .general .picture img { float:left; }
#profile .general .info { float:right; line-height:19px; width:540px; }
#profile .general .info h2{ padding-top:0px; margin-top:0px; font-size:14px}
#profile .row h4, #pornstar-bio .row h4 { 
	background-color: #000; 
	color: #fff; 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #575555; 
	padding:5px; 
	cursor:pointer; 
	width: 100%;
}
#profile .row h4 .more,  #pornstar-bio .row h4 .more { height:9px; width:9px; display:block; float:right; margin-top:5px; cursor:pointer; }
#profile .row h4 .more.off,  #pornstar-bio .row h4 .more.off { background: url("../images/plus.gif"); }
#profile .row h4 .more.on,   #pornstar-bio .row h4 .more.on { background: url("../images/minus.gif"); }
#profile .hidden,  #pornstar-bio .hidden { display:none; }
#profile #addAsFriend, .addIco { height:20px; background-image: url(../images/add.png); background-repeat: no-repeat; background-position: left -1px; padding-left:20px; color:#009900; clear:both; display:block; float:left; margin-top:10px; font-size:11px; }
.addIco{ height:20px; background-image: url(../images/add.png); background-repeat: no-repeat; background-position: left -1px;  display:inline-block; margin:0px; float:none;  }
.removeIco{ height:20px; width:16px; background-image: url(../images/remove.png); background-repeat: no-repeat; background-position: left -1px; display:inline-block; }

#profile .send-message input[type='text'],
#profile .send-message textarea,
#profile .add-wall-post textarea,
.sendCommentsBox textarea{ margin-bottom:7px; width:450px; }
#ul-comments { padding:0px; list-style-type:none; display:block; float:left; width:100%; margin:0px; }
#ul-comments li { padding:0px; margin:0px; clear:both; float:left; padding-bottom:10px; width:100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E7E7E7; padding-top:10px; width:100%; }
#ul-comments img { width:90px; float:left; width:90px; padding-right:10px; }
#profile .row #ul-comments li a { font-size:12px; text-decoration:underline; }
#profile .row #ul-comments li a:hover { text-decoration:none; }
#ul-comments .block { float:right; width:635px; }
.my-uploads .more{clear:both;float:left;margin-top:10px;margin-left: 10px;}
.my_profile table{border-collapse:collapse;} 
.my_profile thead td{	padding:2px;	border-bottom-width: 1px;	background-color:#3C3939;border-bottom-style: solid;	border-bottom-color: #E9E9E9;}
.my_profile tbody td{	padding:2px; font-size:11px; padding-top:5px; }

#profile .general .info, #profile .general .about {
    float:left;
    line-height: 19px;
}

#profile .general .picture {
    width: 250px;
}

#profile .general .info {
	margin-left:20px;
	width: 270px;
}

#profile .general .about {
	width: 490px;
	margin-left: 20px;
	margin-top: 15px;
}
#profile .general .about h3 {
    margin-top: 0;
    padding-top: 0;
}
#pornstar-bio .navi, .my-uploads .navi{
	width:100%;
	float:left;
	padding-bottom:10px;
}
#pornstar-bio .navi a.active, .my-uploads .navi a.active{
	text-decoration:underline;
}

/* mailbox */
#mailbox,
#mailbox .cnt { width:100%; float:left; }
#mailbox .cnt { padding-top:10px; }
#mailbox .navi { width:100%; float:left; padding:0px; margin:0px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #d3d6dd; }
#mailbox .navi li { padding:0px; display:block; float:left; margin:0px; }
#mailbox .navi li a { float: left; font-size: 12px; font-weight: bold; margin-right: 3px; padding: 5px 10px; text-align: center; text-decoration: none; }
#mailbox .navi li a:hover,
#mailbox .navi li.active a { background-color: #E9E9E9; color: #000000; }
#mailbox table { border-collapse:collapse; width:100%; }
#mailbox input[type='submit'],
#mailbox a.delete,
#mailbox a.reply { border: 1px solid #CD0000; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #FF1A00), color-stop(0.9, #CD0000) ); background: -moz-linear-gradient( center top, #FF1A00 10%, #CD0000 90% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A00', endColorstr='#CD0000');
background-color: #FF1A00; -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF; -webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF; box-shadow: inset 0px 1px 2px 0px #FFFFFF; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; text-shadow: 1px 1px 1px #000000; font-weight: bold; margin: 5px 5px; padding: 6px 6px; color: #FFFFFF; font-family: 'Arial', sans-serif; font-size: 11px; text-transform: capitalize; text-align: center; text-decoration: none; cursor: pointer; display: inline-block; }
#mailbox input[type='submit']:hover,
#mailbox a.delete:hover { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #CD0000), color-stop(0.9, #FF1A00) ); background: -moz-linear-gradient( center top, #CD0000 10%, #FF1A00 90% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD0000', endColorstr='#FF1A00');
background-color: #CD0000; }
#mailbox table td,
#mailbox table th { padding:5px; padding-left:10px; text-align:left; padding-right:10px; }
#mailbox table td { background-color:#000; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F7F2F7; }
#mailbox table tr th { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #666666; }
#mailbox table tr:hover td { background-color:#000; }

#mailbox table a { color:#ff79f6; text-decoration:underline; }
#mailbox .row { margin-top:20px; }
#mailbox .compose { padding:0px; margin:0px; list-style-type:none; }
#mailbox .compose textarea { height:240px; }
#mailbox .compose li { padding:0px; margin:0px; width:100%; float:left; margin-top:5px; padding-bottom:5px; }
#mailbox .compose li label { float:left; width:80px; }
#mailbox .compose li input[type='text'],
#mailbox .compose li textarea { width:300px; float:left; }
#mailbox .compose li input[type='submit'] { margin-left:79px; }
/* mailbox */

/* upload */
#formUpload input[type='text'], #formUpload textarea{
width:505px;
}
/* upload */

.contener { width:1280px; margin:0 auto; }
.contener { 
	width:100%;
	max-width: 1235px;
	margin:0 auto; 
	background:none;
}

/* --- TOP --- */
#top { width:100%; position:relative; float:left; }
* { outline:none; }
#top h1 { padding:0px; margin:0px; float:left; margin-top:24px; }

#top #search a { 
	display: inline-block;
	text-decoration:none;
	height:17px; 
	color: #ffffff; 
}

#top #search #SearchButton1 { border:none; }

#top { 
	height:120px; 
	padding-top:24px;
	background-color:#000;
}

#top .header-top {
	position:relative;
	width:100%;
	margin:0 auto;
	max-width: 1235px;
}
#top h1 {
    margin: 10px 0 0;
}


#top #search {
	position:relative;
	padding-top: 30px;
	height: 100px;
	margin: 0 auto 0 35%;
}
#top #search .top-search,
#top #search .top-search .btn-search {
	position:relative;
	display:inline-block;
}
#top #search .top-search {
  width: 65%;
  padding-top: 15px;
}

#top #search .top-search input[type="text"] {
	float: left;
	margin: 0;
	height: 30px;
	border-radius: 4px 0 0 4px;
	width: calc(100% - 90px);
	padding: 5px 5px 5px 10px;
	outline: 0;
	background: #fff;
	border: 1px solid #1c1c1c;
	border-right-color: rgb(28, 28, 28);
	border-right-style: solid;
	border-right-width: 1px;
	border-right: 0;
	z-index: 9;
	position: relative;
}
#top #search  .top-search .btn-search {
	
}
#top #search .top-search button {
	float: left;
	height: 42px;
	width: 60px;
	border: 1px solid #1c1c1c;
	color: #e6e6e6;
	cursor: pointer;
	background: #353535;
	margin: 0;
	border-radius: 0 4px 4px 0;
	z-index: 9;
	position: relative;
}
#top #search .top-search .btn {
	border-radius: 3px;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
#top #search .top-search .btn-grey {
	background-color: #353535;
	color: #e6e6e6;
}
#top #search .label {
	width: 250px;
	line-height: 16px;
	margin: 0;
	position: absolute;
	top: 55px;
	right: 0;
	text-align: right;
}
#top #search a {
	text-transform: uppercase;
	padding: 8px 15px;
	background: #353535;
	border-radius: 4px;
	line-height: 16px;
	margin: 0;
}
#top #search a.active, 
#top #search a:hover { 
	color: #111; 
	background:#ff79f6;
	
}
#menu { 
	position:relative;
	width: 100%; 
	margin:0 auto 20px; 
	text-align: center; 
	clear:both; 
	background: #353535;
	max-width: 1235px;
}

#menu a:link,
#menu a:visited { }
#menu a:hover,
#menu a:active { }
.lavaLampWithImage, 
.lavaLampWithImage * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lavaLampWithImage {
	font-family: Roboto,sans-serif;
	font-weight: 300;
	font-size: 17px;
	padding: 0;
	background: #353535;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 0 10px;
	display: table;
	border-collapse: separate;
	height: 45px;
}
.lavaLampWithImage > li {
  border-right: 1px solid #1c1c1c;
  white-space: nowrap;
  display: table-cell;
  float: none;
  width: 1%;
}
.lavaLampWithImage > li:last-child {
	border-right: 0;
}
.lavaLampWithImage > li a {
  -webkit-transition: all .1s linear;
  -o-transition: .1s all linear;
  transition: all .1s linear;
  border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
	background: #353535;
	color: #e6e6e6;
	padding: 0 9px;
	height: 45px;
	line-height: 45px;
	border-bottom: 4px solid #353535;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
.lavaLampWithImage > li.current a {
  color: #ff79f6;
  border-bottom: 4px solid #ff79f6;
}
.lavaLampWithImage > li:hover a {
	background:#4F4F4F;
	color: #ff79f6;
	border-bottom: 4px solid #686868;
}
.lavaLampWithImage > li.back {
	display:none;
}


.left { float:left; }
.right { float:right; }

#main { 
	width:100%;
	max-width: 1235px;	
	margin:-3px auto 0; 
	min-height:756px; 
	position:relative; 
	z-index:15;
	border-radius:0 0 4px 4px;
}
#slider {
	float: left;
	overflow: hidden;
	width: 1035px;
	height: 380px;
	margin: 0 0 20px 0;
}
#slider .list {
	float: left;
	position: relative;
}

#left .header h2, 
#left-video .header h2 { 
	padding:0px; 
	margin:0px; 
	font-size:15px; 
	font-weight: 700;
	color: #54106c; 
	float:left; 
	line-height:42px;
        position:relative;
}

#left .header h1, 
#left-video .header h1 { 
	padding:0px; 
	margin:0px; 
	font-size:15px; 
	font-weight: 700;
	color: #fff; 
	float:left; 
	line-height:32px;
    position:relative;
}

#left .header.icon1 h1 {  
	padding-left:6px; 
	font-size:22px;
	font-weight:300;
}
#left {
  width: calc(100% - 235px);
  margin-left: 0;
  float: right !important;
  text-align: left;
}


#left .header, 
#left-video .header { 
	width:100%; 
	float:left; 
	height:42px; 
	background:#000; 
}

.row { width:100%; float:left; }
.contents { width:100%; float:left;}

.contents {
	background:none;
}

.content { 
	float:left; 
	width:240px;
	height:180px;
	padding:0; 
	margin-bottom:65px; 
	margin-left:6px;
	margin-right:1px; 
	border:none;
}

.content.content-member{ height:180px;}
.content.content-member {
	float:left; 
	width:240px;
	height:180px;
}
.content.content-member .text {
    bottom:26px;
    clear: both;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 500;
    height: 16px;
    left: 3px;
    line-height: 16px;
    padding: 8px 5px 0;
    position: relative;
    text-align: center;
    width: 230px;
}

.content.content-member .text a{
	clear:both; 
	float:left; 
	position:relative;
	text-align:center;
	bottom:12px;
	left:0;
	padding:5px 0;
	width:240px;
	height:16px;
	line-height:16px; 
	font-size: 13px; 
	font-weight:500;
	color: #fff; 
	margin-left:-5px;
}
@-moz-document url-prefix()
{
    .content.content-member .text {
        bottom:31px;
    }
}

.content:hover { }
.content.content.content-member .bg{ height:176px;} 

.content-tr { 
	float:left; 
	width:200px;
	height:150px;
	padding:0; 
	margin-bottom:10px; 
	margin-left:2px;
	margin-right:1px; 
	border:1px solid #320945;
}

.content .title-thumb a {
	display:block;
	width:100%;
	width:240px;
	text-decoration: none;
	color: #f2f2f2;
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-size: 13px;
	word-wrap: break-word;
}
.content .title-thumb a:hover {
	color:#ff79f6;
}
.content .img { 
	position:relative;
	float:left;
	margin:0;
}
.content .img img { 
	width:240px; 
	height:180px;
	border: solid 1px #353535; 
}
div.img {
  cursor: pointer;
}

.text-time {
  position: absolute;
  display: block;
  right: 3px;
  bottom: 6px;
  color: #eee;
}
.text-time > span {
  background: #000;
    background-color: rgb(0, 0, 0);
  background-color: rgba(0,0,0,.7);
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  padding: 5px 9px;
}
.content .img .rating {
  position: absolute;
  right: 3px;
  top: 5px;
  height: 27px;
  display: block;
  z-index: 2;
}

.content .img .rating > span {
	position:relative;
	background: #000;
	background: rgba(0,0,0,.75);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #ff79f6;
	font-family: Roboto,sans-serif;
	font-weight: 500;
	color: #eee;
	font-size: 13px;
	display:block;
}
@media screen and (min-width:0\0) {  
    .content .text { 
	bottom:19px;
	}  
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.content .text { 
	bottom:19px;
	}
}
.content.last { margin-right:0px; }
.content .bg { width:240px; background-color:#f2f2f5; float:left; background: #000; height:180px; }
.content .bg:hover { background: #f7f7fb; /* Old browsers */ background: -moz-linear-gradient(top, #f7f7fb 0%, #ffffff 50%, #f7f7fb 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7fb), color-stop(50%, #ffffff), color-stop(100%, #f7f7fb)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f7f7fb 0%, #ffffff 50%, #f7f7fb 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f7f7fb 0%, #ffffff 50%, #f7f7fb 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f7f7fb 0%, #ffffff 50%, #f7f7fb 100%); /* IE10+ */ background: linear-gradient(to bottom, #f7f7fb 0%, #ffffff 50%, #f7f7fb 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7fb', endColorstr='#f7f7fb', GradientType=0 ); /* IE6-9 */
}

.content .text .right .row { display:block; float:right; text-align:right; width:auto; }
#left .header .right { margin-right:10px; margin-top:10px; }
#pagination { margin: 1px auto 15px; text-align: center; width: 100%; float:left; padding-top:1px;  }
#pagination span, #pagination a { 
	display: inline-block; 
	height:30px; 
	min-width:30px; 
	line-height:30px;
	font-size:12px;
	font-weight: 700;
	margin:0 2px; 
	border-radius:4px; 
	text-decoration:none;
	border: 1px solid #353535;
    text-decoration: none;
    background-color: #353535;
    color: #fff;
}
#pagination span, #pagination a:hover, #pagination a.next {
	background-color: #ff79f6;
    border: 1px solid #ff79f6;
	color: #000;
}

#pagination a.next { padding-left:5px; padding-right:5px; }

#footer { 
	width:100%; 
	float:left; 
	text-align:center; 
	background:#000; 
	padding-top:0;
	z-index:5;
	margin-top:0px; 
	position:relative;
}
#footer .contener {
	background:none;
	margin-top:25px;
	padding-bottom:15px;
}
.text-center {
	text-align:center!important;
}
.pad-tb15 {
	padding:15px 0;
}
.row.footer {
	margin-top:10px;
	border-top:3px solid #272727;
	padding-top:10px;
}
#footer a { 
	color:#fff; 
	text-decoration:none; 
	font-size:16px;
}
#footer .fa-li i {
	font-size:18px;
	color:#fff;
}
#footer a:hover { 
	text-decoration:none; 
	color:#ff79f6;
}
#footer .logo-footer img {
	max-width:60%;
	height:auto;	
}

#right { width:210px; padding-top:0; float:left; margin-right:10px; }
#right .widget .header { width:100%; float:left; font-size: 16px; font-weight: bold; color: #000000; }
#right .widget .area { width:100%; float:left; margin-top:0; }

#right .widget.adv { margin-top:0; text-align:right; }
#right {
	float: left;
	width: 215px;
	text-align: left;
}
#right .widget { 
	width:100%; 
	float:left;
	margin-bottom:20px;
}

#right .widget.list { 
	margin-top:0; 
}

#right .widget.list .header {
	font-family: Roboto,sans-serif;
	font-size: 17px;
	text-align: center;
	padding: 8px 2px;
	background: #555;
	border-radius: 4px 4px 0 0;
	color: #fff;
}

#right .widget.list ul.left-menu-area {
	padding-left:0;
	width: 219px;
}
#right .widget.list .left-menu-area, 
#right .widget.list .left-menu-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#right .widget.list .left-menu-area {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

#right .widget.list .left-menu-area > li {
  border-top: 1px solid #1c1c1c;
  position: relative;
}

#right .widget.list .left-menu-area > li a {
  -webkit-transition: all .1s linear;
  -o-transition: .1s all linear;
  transition: all .1s linear;
  text-decoration: none;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  color: #e6e6e6;
  padding: 7px 22px 7px 8px;
  display: block;
  font-weight: 300;
  border-left: 3px solid #353535;
    border-left-color: rgb(53, 53, 53);
  text-transform: capitalize;
  background: #353535;
  overflow: hidden;
}
#right .widget.list .left-menu-area > li:hover a {
  border-left-color: #ff79f6;
  color: #ff79f6;
}


.filtrage a,
.filtrage a:visited {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	padding-left:20px;
	height:20px;
}
.filtrage a:hover {
	color:#ff79f6;
}
.filter {
	margin-bottom:10px
}
.filter span.line {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	padding-left:10px;
	height:20px;
}

/* -- Liste Pornstars -- */
#left.pornstars { 
	width:100%;
	float:left;
	background:#f3f3f3;
}
.pornstars .az, .pornstars .tri-pornstar {
	padding:5px 15px;
	margin-bottom:15px;
}
.pornstars label {
	display:inline;
	font-size:14px;
	font-weight:500;
	color:#242424;
}
.pornstars a {
	display:inline;
	font-size:14px;
	font-weight:500;
	margin:0 10px;
	color:#242424;
}
.pornstars a:hover {
	display:inline;
	font-size:14px;
	font-weight:500;
	color:#4b0f5f;
}

.pornstars .content .text {
  clear: both;
background-color: rgba(0, 0, 0, 0.45);
position: relative;
float: left;
height: 5px;
left: 0;
bottom: 29px;
line-height: 8px;
width: 172px;
margin-top: -20px;
padding: 8px 5px;
}
.pornstars .content .text h3 {
	float:left;
	margin:0;
	padding:0;
}
.pornstars .tri-pornstar .search-pornstar, .option .column-left .search-pornstar, .filter .search-pornstar, .filtre-cat .search-pornstar {
	background:url('../images/icon_bout_search2.png') 3px 3px no-repeat;
	padding:3px 3px 7px 25px;
	cursor:pointer;
	border: 1px solid #595858;
    cursor: pointer;
    background-color: #000;
    color: #fff;
}
.filter .search-pornstar {
	margin-left:10px;
}

.adver {  
	font-size: 12px;
margin: 2px;
color: #cecece;
text-align: center;
}

.adverfooter {  
	font-size: 12px;
    margin: 2px;
    color: #828282;
	text-align: center;
    width:100%;
}

.advertisement {
	text-align:center;
	margin-bottom:10px;
	padding:10px 0;
	background:#272727;
	border-radius:5px;
}
.advertisement iframe {
	margin:0 5px;
}

#video { width:100%; float:left; font-size:12px; line-height:19px; }


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row > [class*="col-"] {
	text-align:center;
}
.row.footer > [class*="col-"] {
	text-align:left;
}

#video .desc {
	width: 100%;
	padding: 0;
	float: left;
	background: #353535;
	border-radius: 5px;
}

#video .desc p {
	padding:0 10px;
}

a { color: #ff79f6; text-decoration:none; }
a:hover { text-decoration:underline; }

#video .stats-video {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top:20px;
	padding:0;
	background: #353535;
	border-radius: 5px;
}

#video .stats-video .stats-nav {
	position: relative;
	width:100%;
	display:block;
	padding:0;
	height: 40px;
	border-bottom: 1px solid #1c1c1c;
}

#video .stats-video .stats-nav .bouton-rating {
	float: left;
	width: 25%;
	height: 40px;
	/*line-height: 40px;*/
	border-right: 1px solid #1c1c1c;
}
#video .stats-video .stats-nav .bouton-rating a,
#video .stats-video .stats-nav .bouton-rating a:visited {
	color:#fff;
}
#video .stats-video .stats-nav .bouton-rating i {
	font-size:18px;
	padding-top:12px;
}
#video .stats-video .stats-nav .bouton-rating a.up:hover {
	color:#19A346;
}
#video .stats-video .stats-nav .bouton-rating a.down:hover {
	color:#FF0000;
}

#video .stats-video .stats-nav .bouton-rating .stats-progress {
	line-height:10px;
	display: block;
}
#video .stats-video .stats-nav .bouton-rating .stats-progress label {
	margin-top:10px;
	display:block;
}
#video .stats-video .stats-nav .bouton-rating .stats-progress progress {
	height:4px;
	border-radius:2px;
	border:1px solid #353535;
}

progress,
progress::-webkit-progress-bar {
	background-color: #FF0000;
}

progress::-moz-progress-bar,
progress::-webkit-progress-value {
	background-color: #039603 !important;
}


.stats-nav > ul {
	float: left;
	width: 74.5%;
	height: 42px;
	list-style: none;
	margin: 0;
	border-collapse: separate;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 0;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stats-nav > ul > li {
	border-right: 1px solid #1c1c1c;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	font-size: 15px;
}
.stats-nav > ul > li:last-child {
	border-right: none;
}
.stats-nav > ul > li > a {
	-webkit-transition: all .1s linear;
	-o-transition: .1s all linear;
	transition: all .1s linear;
	color: #e6e6e6;
	padding:0;
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

.stats-nav > ul > li > a.current,
.stats-nav > ul > li > a:hover {
	border-bottom: 2px solid #ff79f6;
	color: #ff79f6;
}



#video .stats-video .stats-link {
	position:relative;
	padding:10px;
	max-width:100%;
}

#embed {
	margin-top:10px;
}

#video .stats-video .stats-link .form-control {
	width: calc(100% - 40px);
	display: inline-block;
	margin: 0;
	margin-left: 0px;
	margin-left: 0px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	border: none;
	padding: 0 5px;
}
#video .stats-video .stats-link i {
	font-size: 18px;
	background: #fff;
	color: #222;
	height: 30px;
	width: 30px;
	margin-right: -2px;
	position: relative;
	line-height: 32px;
	display: inline-block;
	float: left;
	border-radius: 4px 0 0 4px;
	text-align: center;
}
#video .option { 
	float:left; 
	width:100%; 
	padding:0 10px; 
	font-size:14px; 
	color:#fff; 
}

#video .option .channel,
#video .option .tags {
	margin:0;
	display:block;
	float:left;
	width:100%;
}
#video .option .channel h2,
#video .option .tags h2 {
	margin-bottom:5px;
	width:100%;
	font-size: 18px;
}

#video .option .channel > a.link12,
#video .option .tags > a.link12 {
  -webkit-transition: all .1s linear;
  -o-transition: .1s all linear;
  transition: all .1s linear;
  display: inline-block;
  padding: 2px 6px 2px 15px;
  margin: 3px 2px;
  position: relative;
  cursor: pointer;
  border-radius: 20px .5em .5em 20px;
  float: left;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
#video .option .channel > a.link12::after,
#video .option .tags > a.link12::after {
  content: " ";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background: #ff79f6;
  left: 6px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}
#video .option .channel > a.link12:hover,
#video .option .tags > a.link12:hover {
	background-color:#353535;
}
#video .info-video-left {
	position:relative;
	display:block;
	float:left;
	width:70%;
}

#video .infos_video {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  padding-top:14px;
}
#video .info-video-left .link55 {
	display:inline-block;
	padding: 10px 10px 10px;
	font-size:20px;
	font-weight:300;
}

#video .info-video-right {
	position:relative;
	display:block;
	float:right;
	width:30%;
	text-align:right;
}
#video .info-video-right .name_l {
	position:relative;
	display:inline-block;
}

#video .info-video-right .name_l a img {	
display: inline-block;
width: 90px;
height: 60px;
border-radius: 100%;
position: absolute;
left: -75px;
bottom: -18px;

}

#video .info-video-right .name_r {
	position:relative;
	display:inline-block;
	text-align:left;
	padding:15px 10px 0 15px;
}
#video .info-video-right .name_r .link56,
#video .info-video-right .name_r .link57 {
	display:block;
}
#video .info-video-right .name_r .link56 {
	padding-top:5px;
	font-size:14px;
}
#video .info-video-right .name_r a.link57 {
	font-size:14px;
}

/* -- PAGE VIDEO -- */
#left-video { 
	float:left;
	width:925px;
	padding:10px 0 10px;
}
#right-video { 
	float:right;
	width:300px; 
	margin-right: 0px;
	background:#000;	
}

#similar.contents {
	background: #353535;
	padding: 15px 0 10px;
	border-radius: 0 5px 5px 5px;
}
.contents.comments {
	background: #353535;
	padding: 15px 0 10px;
	/*margin-top: 18px;*/
	border-radius: 0 5px 5px 5px;
}

#similar.contents .content {
	margin-left: 5px;
}

#main .video .header { 
	float:left;
	position:relative;
	width:100%;
	display:block;
	padding:0px; 
	margin:15px 0 0;
	height: 100%;
}

#main .video .header h1,
#main .video .header h2 { 
	position: relative;
	margin: 0 0 15px;
	padding-left: 0;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	color: #fff;
}
#main .video .header h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin:15px 0 0;
	display:inline-block;
	background-color:#353535;
	padding:5px 15px;
	border-radius:6px 6px 0 0;
	border-bottom: 2px solid #ff79f6;
	color: #ff79f6;
}
#player {
	clear: both;
	float: left;
	margin-bottom: 5px;
	height: auto;
	padding: 10px 0;
	width: 100%;
	background: #222;
	position: relative;
	box-shadow: 0px 0px 2px #353535;
	border: 1px solid #000;
}
.title_video {
	position:absolute;
	padding:5px 10px;
	background-color:rgba(0,0,0,.6);
	color:#fff;
	top: 10px;
	left: 25px;
	font-size:18px;
	font-weight:300;
	z-index:500;
}

.forms-wrapper {
    margin-left: 20px;
    width: 96%;
}
#profile .forms-wrapper {
    margin-left: 0;
    width: 100%;
}

.f_letter {
	position:relative;
	display:inline-block;
	background:#4F8ECA;
	width:50px;
	height:50px;
	border-radius:100%;
	line-height:50px;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
}
a.f_letter, a.f_letter:hover {
	color:#fff;
	font-size:30px;
	text-decoration:none;
}

.contents.comments .info img { vertical-align:-2px; padding-left:5px; }

a img{
	border:0;
}

/* Panel Tab/button */
.tabPanel {
  	background: url(../js/slidingPanel/images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 998;
}

.tabPanel a.open, .tabPanel a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tabPanel a.open {background: url(../js/slidingPanel/images/bt_open.png) no-repeat left 0;}
.tabPanel a.close {background: url(../js/slidingPanel/images/bt_close.png) no-repeat left 0;}
.tabPanel a:hover.open {background: url(../js/slidingPanel/images/bt_open.png) no-repeat left -19px;}
.tabPanel a:hover.close {background: url(../js/slidingPanel/images/bt_close.png) no-repeat left -19px;}

.tabPanel {
	background: #353535;
	height: 30px;
	position: relative;
	top: 0;
	z-index: 998;
	line-height: 30px;
}

.tabPanel ul.connexion {
    clear: right;
    color: white;
    display:inline-block;
    float: right;
    height:24px;
    line-height: 24px;
    margin: 0;
    position: relative;
    right: 0;
    text-align: center;
}

.tabPanel ul.connexion li {
	display: inline-block;
	float: left;
	line-height: 30px;
	margin: 0 0 0 5px;
	padding: 0 10px;
	height: 30px;
	min-width: auto;
}

.tabPanel ul.connexion li a {
	color: #fff;
	text-transform: none;
	font-size: 14px;
	font-weight: 300;
}
.tabPanel ul.connexion li:hover {
	background:#4F4F4F;
}
.tabPanel ul.connexion li a:hover {
	color:#ff79f6;
	text-decoration:none;
}

.tabPanel ul.connexion li.loggin {
    background:none;
}
/* sliding panel */
#toppanel {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 998;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------------
	Custom CSS 
------------------------- */
#upload {
	position:relative;
	float:right;
	display:block-inline;
	margin:15px 0 0;
	padding:0;
	width:288px;
	height:101px;
	background:url(../images/bg_envoyer.png) no-repeat;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../js/cbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../js/cbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../js/cbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../js/cbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../js/cbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../js/cbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../js/cbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../js/cbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../js/cbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
		#cboxLoadedContent p { color:#000000; padding:0px; }	
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../js/cbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../js/cbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../js/cbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../js/cbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../js/cbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/


#cboxContent .layer input[type=text], #cboxContent .layer  textarea{
    border: 1px solid #E3E3E3;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 27px;
    line-height: 18px;
    margin: 0;
	margin-top:5px;
    min-width: 400px;
    outline: medium none;
    padding: 0 10px;
	padding-right:2px;
    vertical-align: middle;
	
}

#cboxContent .layer input[type=submit]{
background: -moz-linear-gradient(center top , #FF1A00 10%, #CD0000 90%) repeat scroll 0 0 #FF1A00;
    border: 1px solid #CD0000;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 2px 0 #FFFFFF inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Arial',sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
    text-transform: capitalize;
}	
	
#cboxContent .layer textarea{
	height:50px;
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../js/cbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../js/cbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../js/cbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../js/cbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../js/cbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../js/cbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../js/cbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../js/cbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action
 {
  background-image: url(../js/uniform/images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}
div.selector {
    width: 170px;
}
div.selector span {
    width: 138px;
}
/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
}


/* Select */

div.selector {
  background-position: -468px -31px;
  line-height: 31px;
  height: 31px;
}

div.selector span {
  background-position: right 0px;
  height: 31px;
  line-height: 31px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

/* Checkbox */
div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span,ul#subpage-list li.item span span, ul#subpage-list li.header span span  {
  background-position: 0px -260px;
  height: 19px;
  padding:0px;
  float:none;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked, ul#subpage-list li.item span span.checked, ul#subpage-list li.header span span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

/* PRESENTATION */
/* Select */
div.selector {
  width: 170px;
  font-size: 12px;
}

div.selector select {
  width: 170px;
    font-family: Tahoma,Arial;
    font-size: 11px;
  padding-left:5px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
color: #404040;
    font-family: Tahoma,Arial;
    font-size: 11px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}


div.selector {
  position: relative;
  padding-left: 1px;
  overflow: hidden;
}
div.selector option{
padding-left:5px;}
div.selector span {
  display: block;
  overflow: hidden;
  text-align:left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 31px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 3px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}/*! jQuery UI - v1.9.1 - 2012-11-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px);clip:rect(1px,1px,1px,1px)}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-autocomplete{position:absolute;top:0;cursor:default}* html .ui-autocomplete{width:1px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0em}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;zoom:1;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-widget{font-family:Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #eee;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e3a1a1;background:#c00 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d8dcdf;background:#eee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#004276}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#004276;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #cdd5da;background:#f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#111}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#111;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #eee;background:#fff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;font-weight:bold;color:#c00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#c00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcd3a1;background:#fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;color:#444}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#444}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-widget-content .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_004276_256x240.png)}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-search{background-position:-160px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-close{background-position:-80px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:6px;-webkit-border-top-left-radius:6px;-khtml-border-top-left-radius:6px;border-top-left-radius:6px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px;-khtml-border-top-right-radius:6px;border-top-right-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius:6px;-khtml-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;-khtml-border-bottom-right-radius:6px;border-bottom-right-radius:6px}
.cam {
  float: left;
  width: 195px;
  height: 220px;
  padding: 0;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 1px;
  border: 1px solid #ff79f6;
}

.add-wall-post.row{
	display: block !important;
}


.alert.alert-success{
    position: fixed; top: 40px; z-index: 999; color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 68%;
    display:  none;
    font-size: 1.3em;
}

.row-rating {
margin: 10px 50px;
}

#ratingStarsMessage {
  font-size: 11px;
  background-color: #353535;
  position: absolute;
  padding: 1px 5px;
}

/* edit video */
.texte_edit1{
	color:000;
	/*font-weight:bold;*/
	font-size:14px;
}
.texte_edit2{
	color:000;
	font-weight:bold;
	font-size:14px;
}

.pagetable {
	width:95%;
	position:relative;
	display:block;
	margin:30px auto;
}
.pagetable .thumb {
	float:left;
	width:200px;
	height:150px;
	position:relative;
	display:inline-block;
	border: 1px solid black;
    margin: 3px;
}

.pagetable .thumbactual {
	float:left;
	width:200px;
	height:150px;
	position:relative;
	display:inline-block;
	border: 1px solid black;
    margin-right: 10px;
}

.pagetable .desc-edit {
	/* float:left; */
	width:95%;
	position:relative;
	display:inline-block;
    background: #353535;
    border: 1px solid #cacaca;
    padding: 10px;
    border-radius: 6px;
}
.editthumb {
	background: #353535;
    border: 1px solid #cacaca;
    padding: 10px;
    border-radius: 6px;
	position:relative;
	display:inline-block;
	width: 95%;
}


.pagetable .texte_edit2 {
	margin:10px 0 10px;
}
.list-thumb {
	position:relative;
	display:inline-block;
	/*float:left;*/
	margin-bottom:10px;
}
.list-thumb .caption {
	text-align:center;
}
.list-thumb .caption input {
	margin-top:8px;
}
.save {
	float:left;
	text-align:left;
	padding:20px;
	margin-top:10px;
	display:block;
	width:100%;
	margin-bottom: 30px;
}
.pagetable .delete { 
 display:block;
 position:relative;
 float:right;
 text-align:right;
 margin-top: 20px;
 margin-bottom: 50px;
}
.cRetour {
  border-radius:5px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color: #000;
  background: rgb(229, 83, 219);
  z-index:99999;
  position: fixed;
  cursor: pointer;
  bottom: 1em;
  right: 21px;
  display: none;
}
.cRetour:before{ content: "\25b2"; }
.cRetour:hover{
  background: rgb(255, 206, 107);
}

.game {
  float: left;
  width: 340px;
  height: 191px;
  padding: 0;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 5px;
  border: 1px solid #ff79f6;
}
.reportuser { 
float:right;   
cursor: pointer; 
padding: 6px 6px;  
border-radius: 3px 3px 3px 3px; 
font-size: 12px; 
margin-top:50px; 
margin-bottom: 50px;
margin-right: 15px;
background-color: #ff79f6;
}
.reportuser:hover { 
background: scroll left bottom #e89b00; 
}
.reportuser a {
font-size: 12px;
color: #000;
text-decoration: none;
}