*{
	margin: 0;
	padding: 0;
}

span.th {
	display: block;
	width: 100%;
	height: 95px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-mi-a-swinger span.hello,
.page-etikett span.hello,
.page-dresscode span.hello {
	color: #ff4cd2;
}

article h1 {
	font-size: 24px;
	color: #ff4cd2;
}

article h2 {
	font-size: 16px;
	color: #ff4cd2;
}

article strong.colored {
	color: #ff4cd2;
}

article .warn {
	color: #ff4cd2;
	font-size: 14px;
}

article .larger {
	font-size: 16px;
}

article.etikett img,
article.mi-a-swinger img {
	float: left;
	margin: 0 10px 10px 0;
	width: 220px;
	height: auto;
}

article .sep {
	margin-top: 20px;
}

article #pelda {
	width: 680px;
	height: 200px;
}

article #pelda .viewport {
	width: 680px;
	height: 200px;
}

article #pelda .overview li {
	width: 326px;
	height: 189px;
}

article #pelda .overview li img {
	width: auto;
	height: 189px;
}

.home-newusers th.date,
.home-newusers td.date {
	text-align: right;
}

.home-private td.username,
.home-newusers td.username {
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-private td.place {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body {overflow-y: scroll;}

.formlike-texts {
	margin-bottom: 20px;
}

.whom-chks {
	width: 300px;
}

.help-txt {
	font-size: 11px;
}

.help-txt.whom-help-txt {
	display: none;
	margin-top: 5px;
}

.help-txt.help-txt.active {
	display: block;
}

.formlike-texts label {
	display: inline-block;
	text-align: right;
	width: 160px;
}

.formlike-texts div {
	display: inline-block;
	padding-left: 16px;
}

.btn-holder-settings {
	text-align: center;
	margin-bottom: 20px;
}

.mb-0 {
	margin-bottom: 0;
}

.link-inline {
	display: inline !important;
	background-color: transparent !important;
}

.verification-image {
	text-align: center;
}

.verification-image img {
	padding: 15px 0;
	width: 150px;
	height: auto;
}

body{
	text-align: center;
	/*font-family: 'Francois One', sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #cfcece;
	background-color: #000000;
	/*background-position: left top;
	background-image: url('textura.png');
	background-repeat: repeat-x repeat-y;*/
}
.clear{
	clear: both;
	border: 0;
	visibility: hidden;
	height: 0;
	width: 0;
}
input, select, textarea{
	font-family: arial, verdana;
	font-size: 12px;
	color: #333;
}
h1{
	font-size: 24px;
	margin: 0 0 20px 0;
}
#beta{
	width: 48px;
	height: 48px;
	z-index: 2;
	position: absolute;
	background-image: url(../images/halloween2.png);
	margin-left:-20px;
	top: 60px;
}
#start{
	background-image: url(../images/swchatter.png);
	width: auto;
	height: auto;
	position: absolute;
}
#container{
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}
#header{
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	height: 80px;
/* 	background: url(/images/eper_header.jpg) no-repeat center top; */
}
#logo{
	width: 257px;
	height: 70px;
	background-image: url(../images/logo.png);
	display: block;
	float: left;
}
.navbar{
	width: 1020px;
	margin: 10px auto 20px auto;
	text-align: left;
}
.navbar form{
	margin-top: 5px;
}
#main{
	padding: 10px;
	width: 690px;
	background-color: #1c1c1c;
	float: left;
}
#sidebar{
	width: 300px;
	float: left;
	margin-left: 10px;
}
#login, #admin-menu{
	background-color: #1c1c1c;
	padding: 20px 0 10px 0;
	border: 1px solid #ffe761;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

}
#mod-menu,
#stat-menu{
	background-color: #1c1c1c;
	padding: 5px;
	margin-top: 20px;
}
#mod-menu ul li,
#stat-menu ul li {
	font-weight: 300;
}
#private-menu{
	background-color: #1c1c1c;
	padding: 10px 15px;
	margin-top: 20px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Francois One",sans-serif;
	font-weight: 300;
}
#private-menu p{
	font-weight: bold;
	margin-bottom: 0px;
}
#login .form-horizontal .control-label{
	width: 80px;
}
#login .form-horizontal .controls{
	margin-left: 80px;
}
#login .form-horizontal .input-medium{
	width: 130px;
	margin-left: 10px;
}
.login-heading{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 10px;
}
#registration .date-inputs select{
	margin-right: 10px;
}
#registration .error .help-inline{
	font-weight: bold;
}
#terms{
	margin-bottom: 0;
}
#terms .pre-scrollable{
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
	height: 120px;
}
#terms h4{
	margin: 0;
}
.breadcrumb{
	margin-bottom: 10px;
}
#login .nav-list{
	margin: 0 10px;
}
#login .nav-header{
	font-size: 13px;
}
#stat-menu .nav-header {
	color: #cfcece;
}
#footer{
	width: 100%;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-color: #000;
	padding-top: 20px;
	clear: both;
	margin-top: 50px;
	color: #ccc;
}
#footer-inside{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
}
#footer a{
	color: #ffdc2b;
}
#footer a:hover{
	text-decoration: none;
	color: #ffdc2b;
}
.user-status{
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list-data .user-status{
	float: right;
}
.online{ background-color: #690; }
.busy{ background-color: #f8d348; }
.offline{ background-color: #ccc; }
.chat-box{
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    display: block;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9px;
	height: 450px;
	max-height: 450px;
	width: 540px;
	float: left;
}
.chat-users{
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    display: block;
    line-height: 20px;
    margin-left: 10px;
    padding: 9px;
	height: 450px;
	width: 100px;
	float: left;
	overflow: auto;
}
.chat-box dl dt{
	width: 80px;
	min-height: 20px;
}
.chat-box dl dd{
	margin-left: 100px;
	min-height: 20px;
}
.chat-system{
	font-weight :bold;
	color: #777;
	font-style: italic;
}
.chat-rooms{
	margin: 10px;
}
.chat-volume{
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}
.volume-up{
	background-image: url(../images/volume.png);
}
.volume-mute{
	background-image: url(../images/mute.png);
}
.emoticon-show{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/emoticon.png);
	border: 1px solid #ccc;
	cursor: pointer;
}
#emoticon-box{
	float: left;
	margin-left: 10px;
}
#emoticon-list{
	display: none;
	z-index: 100px;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	position: absolute;
}
#emoticon-list .emoticon{
	margin: 0 1px 1px 0;
	cursor: pointer;
}
#chat-devices{
	float: left;
	margin-left: 20px;
}
#chat-room .input-append{
	float: left;
}
#color-box{
	float: left;
}
.colorpicker_new_color, .colorpicker_current_color, .colorpicker_current_color, .colorpicker_hex, .colorpicker_field, .colorpicker_submit{
	display: none;
}
.colorpicker{
	overflow: hidden;
	width: 256px;
}
#partner-search, .inhabit-search{
	width: 282px;
	background-color: #1c1c1c;
	border: 1px solid #ccc;
	z-index: 100;
	position: absolute;
	display: none;
}
#partner-search .partner-search-row, .inhabit-search .inhabit-search-row{
	padding: 3px;
	margin: 1px;
	cursor: pointer;
}
#partner-search .partner-search-name{
	font-weight: bold;
}
#partner-search .partner-search-row:hover, .inhabit-search .inhabit-search-row:hover{
	background-color: #0088CC;
	color: #fff;
}
.inhabit-search .inhabit-search-row span{
	font-size: 10px;
	padding-left: 10px;
}
#image-select{
	cursor: pointer;
}
#edit-images .thumbnail a.thumbnail{
	height: 160px;
	overflow: hidden;
}
#file_uploadQueue{
	width: 0;
	height: 0;
	overflow:hidden;
	display: none;
}
#img-select{
	float: left;
	width: 150px;
}
#img-preloader{
	display: none;
	float: left;
	padding: 5px 20px;
	background-image: url(../images/preloader_16.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.vpreload{
	padding: 2px 0 2px 20px;
	background-image: url(../images/preloader_16.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.user-list-image{
	height: 150px;
	overflow: hidden;
}
.list-posy{
	margin: 2px 0;
	height: 20px;
	overflow: hidden;
	font-size: 11px;
}
.list-admin{
	height: 20px;
	overflow: hidden;
	font-size: 11px;
}
.list-username{
	float: left;
	width: 110px;
	font-weight: bold;
}
.list-badges{
	float: left;
	width: 90px;
}
.list-sex{
	float: right;
	width: 30px;
	text-align: right;
	font-size: 11px;
}
.list-age{
	float: right;
	width: 50px;
	text-align: right;
	font-size: 11px;
}
.dropdown-menu{
	text-align: left;
	max-height: 200px;
	overflow-y: auto;
}
#search-sidebar-content{
	width: 250px;
	position: absolute;
	margin: 42px 0 0 700px;
}
#search-sidebar{
	display: none;
	background-color: #1c1c1c;
	padding: 20px 0 10px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
#search-sidebar form{
	margin: 0;
}
#search-sidebar .control-group{
	margin: 0 0 3px 20px;
}
#searchSidebarUsername{
	margin-bottom: 5px;
}
#search-sidebar .control-group button{
	margin: 10px 0 0 0;
}
.no-result{
	font-size: 32px;
	text-align: center;
	color: #ccc;
	margin: 50px 0;
}
.no-result-new{
	font-size: 18px;
	text-align: center;
	color: #ccc;
	margin: 50px 0;
}
.private-table th {
	white-space: nowrap;
}
.party-desc-row {
	display: none;
}
.party-desc-row.active {
	display: table-row;
}
.sorry-win{
	width: 300px;
	margin-left: 340px;
	position: fixed;
	top: 20px;
	z-index: 20;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	color: #936E3C;
	opacity: 0;
	text-align: center;
	font-weight: bold;
}
#forum-topics{
	font-size: 11px;
}
#forum-topics a{
	color: #eaeaea;
}
#forum-topics a:hover{
	text-decoration: none;
}
#forum-topics .topic-stat a{
	color: #c9c9c9;
}
#forum-topics .topic-stat{
	text-align: right;
}
.emoticon-button{
	width: 16px;
	height: 16px;
	background-image: url(../images/emoticon.png);
	display: block;
	position: absolute;
	z-index: 10;
	margin-top: 5px;
	cursor: pointer;
}
.emoticon{
	width: 19px;
	margin: 1px;
	cursor: pointer;
}
.emoticon-box{
	text-align: left;
	display: none;
	width: 190px;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: #fff;
	padding: 3px;
	position: absolute;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	white-space: normal;
}
.messnum{
	font-size: 28px;
	color: #EAEAEA;
	font-weight: bold;
}
#logo{
	width: 252px;
	height: 80px;
	background-image: url(../images/logo.png);
	display: block;
	float: left;
}
#getmoney-top{
	width: 640px;
	float: left;
	height: 90px;
	margin-left: 88px;
	margin-top: -10px;
}
#getmoney-main{
	width: 640px;
	float: left;
	height: 80px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
}
#getmoney-sidebar-small{
	width: 250px;
	float: left;
	margin: 25px 0px 25px 0px;
}
#getmoney-sidebar{
	width: 250px;
	float: left;
	height: 125px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 25px;
}
#getmoney-big{
	width: 420px;
	height: 210px;
}
.forum-devices{
	width: 36px;
}
#admin-menu{
	margin-top: 20px;
}
.credit-cards{
	width: 171px;
	height: 20px;
	background-image: url(../images/cards.gif);
	background-position: 0 -27px;
}
#events{
	background-color: #1c1c1c;
	padding: 10px 0 10px 0;
	margin-top: 20px;
	color: #959595;
}
#event-content{
	height: 140px;
	padding: 10px;
	margin: 0 5px 10px 5px;
	width: 270px;
	overflow: auto;
	line-height: 120%;
}
#event-content div{
	padding-bottom: 4px;
}
#event-content span{
	text-wrap: nowrap;
	font-size: 10px;
}

.userprebox{
	padding: 5px;
	width: 120px;
	height: 195px;
	background-color: #1c1c1c;
	position: absolute;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	text-align: left;
	border: 1px solid #ccc;
}

.boxarrow{
	width: 17px;
	height: 7px;
	background-image: url(../images/arrow.png);
	display: block;
	position: absolute;
	margin-top: 13px;
}

.userprebox #userprebox-img{
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.userprebox #userprebox-img img{
	width: 120px;
}
.userprebox #userprebox-name{
	width: 120px;
	font-weight: bold;
}
.userprebox #userprebox-sex, .userprebox #userprebox-age{
	width: 60px;
	float: left;
}
.userprebox #userprebox-age{
	text-align: right;
}
#adult-wrap{
	z-index: 998;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
   filter:alpha(opacity=95);
   -moz-opacity:0.95;
   opacity: 0.95;
}
#adult-body{
	width: 100%;
	text-align: center;
	top: 200px;
	z-index: 999;
	position: fixed;
}
#adult-content{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	padding: 40px;
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#user-full-gallery{
	padding-bottom: 20px;
}
.user-full-gallerybox{
	width: 150px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
#user-full-gallery .user-full-gallerybox a{
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
}
#user-full-gallery .user-full-gallery-title{
	width: 150px;
	height: 20px;
	overflow: hidden;
}
.rate-score{
	font-size: 14px;
	float: right;
	margin-left: 10px;
	padding: 4px 0;
	color: #fff;
	font-weight:bold;
	line-height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 24px;
	text-align: center;
}
.dropdown-menu .active a, .dropdown-menu .active a:hover{
	color: #fff;
}
#user-profile-image{
	width: 150px;
	float: left;
}
#user-profile-image img{
	width: 150px;
}
#user-profile-data{
	float: left;
	margin-left: 20px;
}
#user-profile-data h1{
	font-size: 20px;
	margin-top:3px;
}
#user-profile-data dt{
	width: 80px;
	text-align: left;
}
#user-profile-data dd{
	margin-left: 100px;
}
#user-indevices{
	margin: 3px 0 0 20px;
}
#user-devices{
	margin: 10px 0 0 2px;
}
#user-devices .btn-small{
	width: 132px;
	padding: 2px 5px;
	text-align: left;
}
#user-profile-imagebox .labels, .user-list-image .labels{
	position: absolute;
	z-index: 20;
	margin: 5px 0 0 3px;
}
#user-profile-imagebox .user-status{
	position: absolute;
	z-index: 21;
	margin: 5px 0 0 135px;
}
.user-list-image  .user-status{
	position: absolute;
	z-index: 21;
	margin: 5px 0 0 125px;
}
.premiumbox{
	background-clip: padding-box;
    background-color: #4a1447;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
	margin: 0 0 40px 60px;
    outline: 0 none;
    top: 50%;
    width: 560px;
}
.forum-new-mess{
	margin-top: 20px;
	display: none;
}
#chetloader{
	z-index:9;
	position:absolute;
	margin-top: 150px;
	padding-top:22px;
	width:700px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#777;
	background-image:url(../images/preloader_16.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}
.newmess-blink{
	font-weight: bold;
}
#news{
	width: 420px;
	float: left;
	margin-left :20px;
}
#bignews{
	width: 685px;
	float: left;
	margin-left :0px;
}
#etarget{
	width: 685px;
	float: right;
	margin-left :0px;
	padding: 5px;
}

#etarget2{
	width: 685px;
	float: right;
	margin-left :0px;
	padding: 20px 0px;
}

#homeinfo{
	width: 250px;
	float: left;
	margin-left: 20px;
}

#newusers{
	width: 250px;
	float: left;
}

#moreinfo{
	width: 420px;
	float: left;
	margin-left: 20px;
}

#payment-conditions{
	box-sizing: border-box;
	width: 400px;
	margin: 30px 0 50px 150px;
}

#payment-conditions.new {
	width: 600px;
	margin: 30px 0 50px 50px;
}

.payment-condition-header{
	box-sizing: border-box !important;
	float: left;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 80px;
	background-color: #ebebeb;
}

.payment-condition-header.new{
	height: 100px !important;
}

.payment-condition-box{
	box-sizing: border-box;
	display: block;
	color: #111;
	float: left;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 70px;
	padding-top:15px;
}

a.payment-condition-box{
	height: 70px;
	padding-top: 15px;
}

a.payment-condition-box:hover{
	background-image: linear-gradient(to bottom, #faedb8, #f0b262);
	text-decoration: none;
	color:#222;
}

.payment-condition-box > span{
	display: block;
	color: #689400;
}

.payment-condition-box > span.row2 {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

.payment-condition-box > span.lt {
	text-decoration: line-through;
	color: #b00;
}

.payment-condition-box > span.lt b {
	text-decoration: none !important;
}

.smsinfo{
	display: none;
}
.cbxs{
	background-image: linear-gradient(to bottom, #fcfcfc, #dddddd);
}
.cbxc{
	background-image: linear-gradient(to bottom, #fcfcfc, #f1f0f0);
}
.cbxl{
	background-image: linear-gradient(to bottom, #fcfcfc, #ecebeb);
}

.cbxsg{
	background-image: linear-gradient(to bottom, #E9FAC8, #D2DEBD);
}
.cbxcg{
	background-image: linear-gradient(to bottom, #E9FAC8, #EAF2DC);
}
.cbxlg{
	background-image: linear-gradient(to bottom, #E9FAC8, #E0EBD5);
}

#pay-paypal .control-label{
	width: 100px;
}
#pay-paypal .controls{
/* 	margin-left: 120px; */
}

#pay-simplepay a {
	color: #000;
}

#ui-datepicker-div{
	font-size: 11px;
	line-height: 100%;
}
.couple-box{
	margin-top: 10px;
}

.payment-condition-box span.dayprice, .payment-condition-box span.dayprice-sms{
	font-size: 11px;
}

.payment-condition-box span.price-normal, span.price-normal{
	color: #D4B402;
}

.payment-condition-box span.price-cheap, span.price-cheap{
	color: #74BF02;
}

.payment-condition-box span.price-costly, span.price-costly{
	color: #BF2102;
}

.price-text span, .price-text div{
	display: none;
	font-size: 22px;
}

.price-text .recom{
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

.price-text{
	margin-top: 10px;
	height: 35px;
	float: left;
	width: 150px;
}

.meter{
	margin-top: 15px;
	width: 240px;
	float: left;
	height: 15px;
	border: px solid ##333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: linear-gradient(to right, #BF2102, #D4B402, #74BF02);
	display: none;
}

.meter span{
	display: block;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	margin-top: -5px;
	text-shadow: 0 0 2px #111;
}

 .payment-condition-box span.dayprice-sms{
	margin-top: 20px;
 }

.help-list dt{
	font-size: 16px;
	cursor: pointer;
	font-weight: normal;
}

.help-list dd{
	display: none;
}

.help-list dt i{
	background-color: #fd5300;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#notice{
	z-index: 100;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 200px;
	text-align: left;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

.message-open {
	color: #ffffff;
}

.experience-devil{

}

.user-experience .experience-devil i{
	background-image: url(../images/devil.png);
	background-repeat: no-repeat;
	background-position: center;
}

.user-experience .experience-angel i{
	background-image: url(../images/angel.png);
	background-repeat: no-repeat;
	background-position: center;
}

.experience-rate{
}

.btn-group-wrap {
    text-align: center;
}

div.user-experience {
    margin: 0 auto 10px auto;
    text-align: center;
    width: inherit;
    display: inline-block;
}

#header .chmoney{
	color: #fff;
	position: fixed;
	z-index: 999;
	background: #000;
	margin: 50px 0 0 300px;
	width: 380px;
	text-align: center;
	padding: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.chmoney h2{
	font-size: 70px;
}

.chmoney h3{
	font-size: 50px;
}

.player-container{
	text-align: center;
	display: none;
}

.player-container div{
	margin: 0 auto;
}

.video-cover, .uservideo-cover{
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
}

.video-cover, .uservideo-cover a.videocover-link{
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
}

.video-cover, .uservideo-cover a.btn-danger{
	position: absolute;
	margin-top: -145px;
	margin-left: 100px;
}

#sqlconsol{
	position: fixed;
	bottom: 0;
	background-color: #000;
	width: 100%;
	height: 190px;
	z-index: 999;
	text-align: left;
}

#sqlconsol pre{
	background-color: #000;
	padding: 20px;
	overflow: auto;
	height: 150px;
	color: #2BE809;
}

#descr{
	width: 650px;
}

#klub-info-box-data{
	float: left;
}

#klub-info-box-map{
	display: bock;
	width: 250px;
	height: 100px;
	float: right;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3A87AD;
}

#klub-map{
	width: 260px;
	height: 140px;
	margin: -5px 0 0 -5px;
}

#klub-info-box-data .dl-horizontal dt{
	width: 70px;
}

#klub-info-box-data .dl-horizontal dd{
	margin-left: 80px;
}

#klub-programs{
	float: left;
	width: 210px;
}

#klub-description{
	float: right;
	width: 470px;
	padding-left: 9px;
	border-left: 1px solid #eee;
}

#klub-programs .muted{
	text-align: center;
	font-weight: bold;
}

.clubprogram-box{
	display: block;
	padding: 5px;
	text-decoration: none;
}

.clubprogram-box:hover{
	text-decoration: none;
}

.clubprogram-box-title{
	font-weight: bold;
	font-size: 14px;
}

.clubprogram-box-date{
	float: left;
	font-weight: bold;
}

.clubprogram-box-candidates{
	float: left;
	text-align: left;
}

#mapin{
	width: 600px;
	height: 600px;
}

.tablehref{
	cursor: pointer;
}

#priority-list{
	width: 695px;
	margin-left: -5px;
	background: #d45101; /* Old browsers */
	background: -moz-linear-gradient(top,  #d45101 0%, #fd9b04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d45101), color-stop(100%,#fd9b04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d45101 0%,#fd9b04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d45101 0%,#fd9b04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d45101 0%,#fd9b04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d45101 0%,#fd9b04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d45101', endColorstr='#fd9b04',GradientType=0 ); /* IE6-9 */
	padding-left: 5px;
	padding-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#priority-list .user-box .thumbnail{
	background-color: #fff;
}

#priority-list h4{
	margin-top: 0;
	color: #fff;
}

.carousel-inner .item{
	width: 420px;
	height: 210px;
}

.easterplus{
	position: absolute;
	z-index: 300;
	margin-top: -80px;
	text-align: center;
	color: #fff;
	background-color: #c63b0a;
	display: none;
	width: 60px;
	padding: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	margin-left: 60px;
}

a.payment-condition-box:hover .easterplus{
	background-color: #e77007;
}

#estaerdesc{
	font-size: 16px;
	background-color: #95b064;
	color: #fff;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#estaerdesc img{
	position: absolute;
	z-index: 200;
	margin-left: 560px;
	margin-top: -80px;
}

#davbarsec{
	margin-top: -21px;
}

#davbarsec li a{
	padding: 5px 10px;
}

#davbarsec div.navbar-inner{
	min-height: 30px;
	border-radius: 0px 0px 4px 4px;
}

#navbarprim div.navbar-inner{
	border-radius: 4px 4px 0px 0px;
}

#davbarsec .nav{
	display: none;
}

#davbarsec{
	overflow: hidden;
}

#webcamchat{
	text-align: center;
	padding: 20px;
}

#webcamside{
	display: block;
	width: 250px;
	height: 120px;
	background-image: url(../images/webc2.png);
	margin-top: 10px;
}

#inviteinput{
	border: 0;
	background-color: #1c1c1c;
	padding: 0 2px;
	margin: 0;
	cursor: pointer;
	width: 300px;
	font-weight: bold;
}

#invite-mail-show{
	cursor: pointer;
}

#invite-firstbox{
	width: 300px;
	padding: 8px;
	background-color: #1c1c1c;
	position: absolute;
	z-index: 999;
	top: 322px;
	margin-left: 415px;
	border: 1px solid #999;
	-webkit-box-shadow:  0px 0px 6px 1px #999;
	box-shadow:  0px 0px 6px 1px #999;
}

#invite-firstbox span{
	display: block;
	width: 8px;
	height: 18px;
	background-image: url(../images/rarr.png);
	position: absolute;
	margin: 0px 0 0 308px;
}

#admin-menu{
	position: absolute;
	z-index: 999;
	box-shadow: 0 0 7px #444;
}

#mobiladmin{
	display: block;
	padding: 3px;
	font-size: 14px;
	background: #8a2000;
	color: #fff;
	font-weight: bold;
	z-index:666;
	position: fixed;
	left: 0;
	bottom: 0;
}

#place{
	background-color: transparent;
	padding: 10px 0 10px 0;
	margin-top: 20px;
	height: 300px;
	color: #555;
}

#chat-commands{
	background-color: #1c1c1c;
	color: #eeeeee;
}

#klub-program-box{
	background-color: #1c1c1c;
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	border: 1px solid #ffffff;
}
.user-verified{
	background: url(../images/verified.png) no-repeat left top;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 4px;
}
.user-party-organizer {
	background: url(../images/party-organizer.png) no-repeat left top;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 4px;
}
.user-diamond{
	background: url(../images/diamond-icon2.png) no-repeat left top;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 4px;
}
.user-flag{
	display: inline-block;
	margin-bottom: 2px;
}
.membershipbox table {
	background-color: #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.membershipbox table tr td {
	text-align: center;
	padding: 5px 10px;
}
.membershipbox table tr:nth-child(even) td {
	background-color: #333;
}
.membershipbox table tr td:first-child {
	text-align: left;
}
.membershipbox .round {
	height: 20px;
	width: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #468847;
	line-height: 20px !important;
	display: inline-block;
	text-align: center;
}
.membershipbox .fa {
	color: #fff;
}
.membershipbox .orange {
	color: orange;
}
span.shareLocation, span.getLocation {
	color: #ffdc2b;
	cursor: pointer;
}
span.shareLocation:hover, span.getLocation:hover {
	color: #fff;
}
.dl-wide dt {
	width: 120px !important;
}

.dl-wide dd {
	width: 280px;
}
.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-left
{
    text-align: left !important;
}

@import unslider.css

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

ul.premium_verified {
	list-style-type: none;
	padding: 10px;
	margin: 10px
}

ul.premium_verified li {
	clear: both;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	line-height: 30px;
}

ul.premium_verified li span.c {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: #468847;
	text-align: center;
	line-height: 30px;
	float: left;
}

ul.premium_verified li p {
	float: right;
	width: 580px;

}

.tab-new a {
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.tab-new a i {
	position: relative;
	top: -2px;
}

.my-slider ul {
	list-style-type: none !important;
	margin-left: 0 !important;
	height: 321px !important;
	overflow: hidden;
}

.user-list-image {
	position: relative;
}
.user-list-image .eper-icon img {
	position: absolute;
	left: 90px;
	top: 90px;
}

#user-profile-imagebox {
	position: relative;
}
#user-profile-imagebox .eper-icon img {
	position: absolute;
	left: 95px;
	bottom: 0px;
	width: 51px !important;
	height: 68px !important;
}

.vote-btn, .vote-btn-disabled {
	border: 1px solid #edcd23;
	padding: 5px 10px 2px;
	white-space: normal;
}

.vote-btn-disabled {
	padding: 5px 10px 5px;
	display: block;
	width: 100%;
	color: #b00;
	font-size: 12px;
	line-height: 16px !important;
	font-weight: normal;
	text-align: center;
}

.vote-btn:hover {
	background-color: #2e2e2e;
	cursor: pointer;
}

.vote-btn span {
	float: left;
	font-size: 18px;
	line-height: 18px !important;
	padding: 9px 10px 0 0;
	text-transform: uppercase;
	color: #edcd23 !important;
}

.vote-btn img {
	float: right;
	height: 40px !important;
	width: 30px !important;
}

.vote-info {
	text-align: center;
}

.vote-info .vote-text {
	color: #e3e3e3;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight: normal;
	display: block;
}

.vote-info .vote-time {
	color: #edcd23;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	display: block;
}

.vote-info .vote-link a {
	color: #a0a0a0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	display: block;
}

.contest_thumbnail {
	background-color: black;
	width: 150px;
	height: 150px;
	display: inline-block; /* makes it fit in like an <img> */
	background-size: cover; /* or contain */
	background-position: center center;
	background-repeat: no-repeat;
}

#userbox-new li {
	background-color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#userbox-new {
	text-align: left;
	display:none;
	position:absolute;
	top: 50px;
	left: 50px;
	z-index: 99999;
	display: none;
}

.private-table .btn {
	margin: 5px;
}

.image-type {
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
}

.modal {
	width: 660px !important;
}

.payment-condition-box > b {
	font-size: 10px;
	font-weight: normal;
}

.nav-tabs li a {
	font-size: 12px;
}

.alert .green {
	color: green;
}

.alert.alert-info a {
	color: #3a87ad;
}

.swc-chat-icon {
	position: fixed;
	bottom: 20px;
  	right: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	transform-origin: center center 0px;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	background: crimson;
}

.blockUI {
	border-radius: 5px;
	border: 1px solid #ffe761 !important;
	background-color: #1c1c1c !important;
	font-size: 13px;
	color: #cfcece !important;
}

.btn.btn-sm {
	padding: 0 8px;
}

.small-title {
	color: #ffdc2b;
	font-size: 70%;
}

.table td.action-buttons {
	text-align: right;
}

.table td.action-buttons a {
	margin: 4px;
}

.form-control {
	box-sizing: border-box;
	width: 100%;
	height: auto !important;
	padding: 4px !important;
}

ul#ulsortable li + li {
	border-top: 1px solid #dddddd;
}

ul#ulsortable li {
	display: grid;
	grid-template-columns: 1fr 170px;
	padding: 6px;
}

ul#ulsortable li:nth-child(odd) {
  color: #ffffff;
  background-color: #494949;
}

ul#ulsortable li:nth-child(even) {
  color: #ffffff;
  background-color: #1c1c1c;
}

ul#ulsortable .action-buttons {
	text-align: right;
}

ul#ulsortable .action-buttons a {
	margin: 4px;
}

ul#ulsortable {
	margin: 0;
	padding: 0;
}

ul#ulsortable form {
	margin: 0;
}

.css-1cyxuo0 {
	width: 60.1px !important;
	height: 60.1px !important;
}

#admin-menu #adminClose {
	position: absolute;
	top: 2px;
	right: 6px;
	color: #fff;
	text-decoration: none;
}

.alert p:last-of-type {
	margin-bottom: 0;
}

.moderation-table td {
	padding: 3px 5px;
	vertical-align: top;
}

.moderation-form-holder {
	display: none;
}

.moderation-form-holder.active {
	display: block;
}

.moderation-title {
	display: none;
}

.moderation-title.active {
	display: block;
}

.moderation-table label {
	width: 90%;
	margin-bottom: 5px;
}

.moderation-table input,
.moderation-table textarea {
	width: 100%;
}

.moderation-table .form-group {
	padding-right: 5px;
	margin-bottom: 10px;
}

.moderation-table .form-group.tarea {
	padding-right: 7px;
}

.moderation-table .button-holder {
	margin-bottom: 15px;
}

.moderation-table .pos {
	font-style: italic;
	color: #999;
}

.moderation-table label,
.moderation-table button {
	float: none;
}

.moderation-table .msg-box {
	display: inline-block;
}

.moderation-table .msg-box {
	color: #00BB1b;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 0 5px;
	text-align: left;
	position: relative;
  	top: 2px;
}

.moderationOL {
	margin-left: 40px;
}
.moderationOL LI {
	margin-bottom:3px;
}
.monderationContent,
.moderationOL strong {
	text-transform: uppercase;
}

.user-stat-numbers span {
	margin-left: 5px;
	color: #ffdc2b;
}

span.menu-ia {
	color: #999999;
	font-weight: normal;
}

.footer-holder {
	display: block;
}

@media (min-width: 768px) {
	.footer-holder {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.footer-sitemap-title {
		text-align: center;
	}
}

.legal-holder a {
	display: inline-block;
}

.legal-holder a + a {
	margin-left: 6px;
}

.new-users {
	font-size: 11px;
}

#regWarning {
	display: none;
	position: relative;
}
#regWarning .close-btn-holder {
	position: absolute;
	right: -14px;
	  top: -19px;
}
#regWarning .buiclose {
	color: #ffdc2b;
}
#progressBar {
	background-color: #000;
	border: 1px solid #ffdc2b;
	box-shadow: 5px 5px 5px #000;
  	border-radius: 10px;
}
#progressBar .bar {
	background-color: #ffdc2b;
	height: 5px;
}
.btn.btn-custom {
	background: #e9da81;
	border-color: #e9da81;
	color: #000;
	font-weight: 700;
}
.contact-new .control-label {
	width: 100px;
}
.contact-new .controls {
	margin-left: 120px;
}
.nav-disabled {
	padding: 8px 12px;
	cursor: default;
}
#reportModal #tab1,
#reportModal #tab2,
#reportModal #tab3,
#reportModal #reportSuccess,
#reportModal #reportForm,
#reportModal .data-error-note-holder {
	display: none;
}
#reportModal #tab1.active,
#reportModal #tab2.active,
#reportModal #tab3.active,
#reportModal #reportSuccess.active,
#reportModal #reportForm.active,
#reportModal .data-error-note-holder.active {
	display: block;
}

.d-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#reportModal .d-grid > div {
	padding: 10px;
}
#reportModal #reportForm {
	margin: 0;
}
#reportModal #reportForm label.error {
	color: #da0000;
}
#reportModal #reportForm textarea {
	margin: 0;
}
#reportModal #reportForm div.error {
	color: #da0000;
	font-size: .7rem;
}
#reportModal .report_reported_username {
	margin-left: .5rem;
	color: #ff4cd2;
}
#reportModal {
	border: 2px solid #ffd965;
	background-color: #000;
	color: #fff;
}
#reportModal .modal-body {
	padding-top: 30px;
}
#reportModal button {
}
#reportModal .title {
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 700;
}
#reportModal .subtitle {
	margin-bottom: 1rem;
	color: #ff4cd2;
	font-weight: 700;
}
#reportModal .tab-title {
	margin-bottom: 1rem;
	color: #ffd965;
	font-weight: 700;
	font-size: 16px;
}
#reportModal .logo-holder.index {
	margin-top: 1rem;
}
#reportModal .logo-holder img {
	position: relative;
	height: 60px;
	left: 30px;
}
#reportModal .close-holder {
	position: absolute;
	top: 5px;
	right: 10px;
}
#reportModal .close-holder a {
	text-decoration: none;
}
#reportModal button.btn.btn-report:not(.btn-file) {
    color: #141414;
    background-color: #ff4cd2;
	background-image: none;
	font-weight: 700;
}
#reportModal button.btn.btn-report.report-back {
    color: #ffd965;
    background-color: #000;
	border: 1px solid #ffd965;
	background-image: none;
}
#reportModal button.btn.btn-report.report-options,
#reportModal button.btn.btn-report.btn-close,
#reportModal button.btn.btn-report.report-submit {
    background-color: #ffd965;
	background-image: none;
	white-space: nowrap;
}
#reportModal button.btn.btn-report.btn-file {
	color: #ffd965;
    background-color: #000;
	border: 1px solid #ffd965;
	white-space: nowrap;
	background-image: none;
}
#reportModal .tab-btn-holder {
	text-align: center;
	margin-top: 1rem;
}
#reportModal .tab-btn-holder button {
	margin: 0 0 1rem;
	width: 80%;
}
#reportModal .index-btn-holder {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}
#reportModal .tab-btns-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#reportModal .tab-chk-holder {
	margin-bottom: .5rem;
}
#reportModal .tab-chk {
	margin: 0 !important;
}
#reportModal .tab-chk + label {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#reportModal .tab-chk:checked + label {
	color: #ff4cd2;
}
#reportModal .data-error-note-holder {
	margin-bottom: 1rem;
}
#reportModal #reportFileName {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 150px;
	white-space: nowrap;
}
#reportModal #reportSuccess,
#reportModal #reportError {
	text-align: center;
}
#reportModal #reportSuccess #successText {
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem;
}
#reportModal #reportSuccess #errorText {
	font-weight: 700;
	color: #da0000;
	margin-bottom: 1rem;
}
.reports-table {
}
.reports-table .ajax-msg i {
	margin-right: .2rem;
}
.reports-table .ajax-msg {
	position: absolute;
	color: #00ff00;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
}
.reports-table .ajax-msg.comment-msg {
	right: 80px;
  	top: 6px;
}
.reports-table .comment-btn-holder,
.reports-table .status-holder {
	position: relative;
}
.reports-table .ajax-msg.ajax-msg-select {
	top: -20px;
	width: 100%;
}
.reports-table textarea {
	margin: 0;
}
.reports-table .report-tr-color1 {
	background-color: #000;
}
.reports-table .report-tr-color2 {
	background-color: #22201d;
}
.reports-table tbody tr:not(.no-border) td {
	border-top: 1px solid rgba(255, 255, 255, .5);
}
.reports-table tr.no-border td {
	border-top: none;
}
.reports-table span.name-holder {
	color: #ffd965;
}
.table-responsive {
	overflow-y: auto;
}
#adminTabReg,
#adminTabVip,
#adminTabReport {
	display: none;
}
#adminTabReg.active,
#adminTabVip.active,
#adminTabReport.active {
	display: block;
}
h5.title {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	color: #ff4cd2;
	padding: 2px 0;
	margin-top: 20px;
	text-align: center;
}
.div1st {
	padding: 0 0 3px;
	margin: 0 0 3px;
	border-bottom: 1px dotted #fff;
}
.reason-text {
	background-color: #3a3934;
	padding: 20px;
}
.reason-text-front {
	word-break: break-word;
	overflow-wrap: break-word;
}
.text-muted {
	color: #585752;
}
.pink-color {
	color: #ff4cd2;
}