@charset "utf-8";

*
{
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

.cf:before,
.cf:after{content:"."; display:block; height:0; overflow:hidden;}
.cf:after{clear:both;}
.cf{zoom:1;} /* IE < 8 */
.clear {clear:both;}
.fl{float:left;}
.fr{float:right;}

/*------------------------ DEFAULTS ------------------------*/

body
{
	font-size:12px;
	color:#4d4d4d;
}

h1, h2, h3, h4, h5
{
	font-weight:normal;
	margin:10px 0;
}

h2
{
	font-size:24px;
	line-height:30px;
}

h3
{
	font-size:16px;
	line-height:24px;
}

h4
{
	font-size:14px;
	line-height:20px;
	color:#333;
}

h5
{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

h6
{
	font-size:10px;
	text-transform:uppercase;
}

p
{
	margin:10px 0;
}

ul
{
	list-style:none;
}

ol li
{
	list-style:inside decimal;
	margin-bottom:5px;
}

fieldset
{
	border:1px solid #ccc;
	padding:0 10px 10px;
	margin:10px 0;
}

fieldset legend
{
	padding:0 5px;
	margin-left:-5px;
	color:#999;
}

label
{
	margin-right:10px;
}

textarea
{
	border:1px solid #ccc;
	padding:5px;
	color:#333;
}

select
{
	height:30px;
	border:1px solid #ccc;
	padding:4px;
	font-size:12px;
	color:#333;
}

hr
{
	border-top:1px solid #ccc;
	margin:10px 0;
	clear:both;
}

table
{
	border-collapse:collapse;
}

/*------------------------ CUSTOM ICON FONT ------------------------*/

/* Generated by Glyphter (http://www.glyphter.com) */
@font-face {
    font-family: 'Glyphter';
    src: url('/files/fonts/Glyphter.eot');
    src: url('/files/fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('/files/fonts/Glyphter.woff') format('woff'),
         url('/files/fonts/Glyphter.ttf') format('truetype'),
         url('/files/fonts/Glyphter.svg#glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='glyphter-']:before{
	display: inline-block;
   font-family: 'glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.glyphter-datingcash:before{content:'\0041';}
.glyphter-webcam:before{content:'\0042';}
.glyphter-crown:before{content:'\0043';}

[class*='glyphter-']{
   margin-left: 2px;
}

/*------------------------ ELEMENTS ------------------------*/

.icon
{
	vertical-align:middle;
	margin-right:5px;
}

.avatar .controls .icon {
	vertical-align:top;
}
.progressBarWrapper .slider
{
	width:30px;
	height:26px;
	background-image:url(/img/interface-progress-slider.png);
	position:relative;
	margin-top:-31px;
	left:-17px;
	text-align:center;
	line-height:20px;
	font-size:9px;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
	color:#666;
}

.progressBar
{
	border:1px solid #ccc;
	padding:1px;
	border-radius:4px;
	background:#fff;
}

.progressBar .completed
{
	height:6px;
	border-radius:3px;
	background:url(/img/progress-220px.png) -7px 0 repeat-y;
}

.emoticonButton
{
	width:28px;
	height:28px;
	border:1px solid #ccc;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
	float:left;
	margin-right:5px;
	border-radius:3px;
	cursor:pointer;
	line-height:28px;
	text-align:center;
}

.emoticonButton .icon
{
	vertical-align:middle;
	margin:0;
}

.emoticonButton ul.options
{
	width:180px;
	display:none;
	border:1px solid #ccc;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
	padding:5px;
	display:none;
	border-radius:3px;
	margin:-1px 0 0 -1px;
	position:absolute;
	z-index:10;
}

.emoticonButton:hover ul.options
{
	display:block;
}

.emoticonButton ul.options li
{
	width:60px;
	height:30px;
	float:left;
}

.emoticonButton ul.options li:hover
{
	background:#fff;
	border-radius:3px;
}

table.basic
{
	width:100%;
	margin:10px 0;
}

table.basic th
{
	height:38px;
	border:1px solid #ccc;
	padding:0 10px;
	vertical-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#808080;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
	text-shadow:0 1px 0 #fff;
}

table.basic td
{
	height:28px;
	line-height:18px;
	border:1px solid #ccc;
	padding:5px 10px;
	vertical-align:middle;
}

.cake-sql-log
{
	width:1000px;
	margin:0 auto;	
}

.cake-sql-log caption
{
	padding:5px 10px;
	background:#e5e5e5;
	color:#999;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:10px;
}

.cake-sql-log th
{
	border-bottom: 2px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:5px 10px;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
}

.cake-sql-log td
{
	border:1px solid #ccc;
	padding:5px 10px;
	background:#fff;
}

#popupOverlay
{
	width:100%;
	height:100%;
	background:url(/img/opc-50.png) 0 0 repeat;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index: 9001;
}

#popupContent
{
	min-width:300px;
	max-width:600px;
	position:absolute;
	top:0;
	left:50%;
	padding:20px;
	background:#fff;
	display:none;
	z-index:9101;
	border-radius:4px;
}

#popupContent {
    z-index:91091 !important;
}

#popupContent .scrollBox
{
	max-height:400px;
	overflow:auto;
	overflow-x:hidden;
	position:relative;
}
#popupContent .sendMessage .btnPresent .inner {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center center;
}
#popupContent .sendMessage .btnPresent .inner label {
	display: none;
}
.popupBtnClose
{
	width:35px;
	height:35px;
	float:right;
	margin:-30px -30px 0 0;
	cursor:pointer;
	position:relative;
}

.popupBtnClose:hover
{
	background-position:0 -35px;
}

.photoFull img
{
	max-width:590px;
	border:1px solid #ccc;
	padding:4px;
	margin:0 auto;
	display:block;
	background:#fff;
}

.photoFull .lock
{
	margin:-36px 0 0 7px;
}

.prevNextPhoto
{
	position:absolute;
	margin:5px;
}

.prevNextPhoto a
{
	width:50px;
	height:100%;
	font-size:18px;
	font-weight:bold;
	color:#333;
	background:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	background:url(/img/opc-50.png);
}

a.icon-btn
{
	display:block;
	line-height:24px;
	font-size:12px;
}

a.icon-btn img
{
	vertical-align:middle;
	margin-right:5px;
}

.blog-message
{
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	margin-bottom:10px;
}

.blog-message .delete
{
	width:20px;
	height:20px;
	line-height:20px;
	background:#C00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	float:right;
}

.blog-message .message
{
	font-size:14px;
	margin-bottom:5px;
}

.blog-message .footer
{
	color:#808080;
}

.emoticon
{
	vertical-align:middle;
	margin:0 2px;
}

span.sep
{
	border-left:1px solid #ccc;
	margin:0 8px;
	padding:2px 0;
}

.radio
{
	margin-right:5px;
}

.wide
{
	margin:20px 0;
}

.central
{
	margin:10px 0;
	padding:18px;
	border:1px solid #ccc;
	background:#f3f3f3;
}

.profiles-wrapper
{
	padding:18px 0 0 18px;
	border:1px solid #ccc;
	border-radius:6px;
	margin:10px 0;
	background:#f3f3f3;
}
.profilesMenu .options {
    position: absolute;
    right: 10px;
    top: -25px; 
}

ul.profiles li
{
	margin:0 20px 20px 0;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
}

ul.profiles li .link
{
	width:166px;
	height:166px;
	line-height:166px;
	display:block;
	overflow:hidden;
	background:#333;
}

ul.profiles li .photo
{
	width:100%;
	vertical-align:middle;
}

ul.profiles li .overlay
{
	width:156px;
	background:url(/img/opc-50.png) 0 0 repeat;
	color:#fff;
	padding:0 5px;
	font-size:14px;
	line-height:30px;
	position:absolute;
	margin-top:-30px;
}

ul.event-list
{
	list-style:disc;
	margin-left:10px;
}

ul.event-list li
{
	margin-bottom:10px;
}

form
{
	margin:10px 0;
}

form .text label,
form .password label,
form .email label,
form .number label,
form .tel label,
form .textarea label,
form .date label,
form .text input
{
	display:block;
}

form .text input,
form .password input,
form .email input,
form .number input,
form .tel input,
form .input select,
form .textarea textarea
{
	font:normal normal 11px notosans,tahoma,arial,sanserif;
	margin:5px 0 10px;
	border:1px solid #ccc;
	display:block;
}

form .text input,
form .password input,
form .email input,
form .number input,
form .tel input
{
	height:28px;
	padding:0 5px;
}
form .text input:disabled {
	background: #F0F0F0;
}

form .input select
{
	width:252px;
	height:30px;
	padding:4px;
}

form .textarea textarea
{
	width:240px;
	height:100px;
	padding:5px;
}

form .input.checkbox
{
	height:30px;
}

form .checkbox input,
form .radio input
{
	margin-right:5px;
	vertical-align:middle;
}

form .checkbox label
{
	display:inline;
}

form.commentForm .input textarea
{
	width:97%;
	height:50px;
	font-size:12px;
	line-height:18px;
}

form .date select
{
	width:82px;
	margin-right:3px;
	float:left;
	display:block;
}

.right form .date select{
	width: 65px;
}

form .select-checkbox .checkbox
{
	width:150px;
	height:10px;
	margin-bottom:10px;
	float:left;
	line-height:18px;
	padding:10px 0;
}

form .inputTextCustom
{
	width:200px;
	height:28px;
	border:1px solid #ccc;
	padding:0 5px;
}

form .inputTextCustom.disabled
{
	background:#f3f3f3;
}

ul.tabs li
{
	float:left;
}

ul.tabs li a
{
	width:120px;
	height:30px;
	line-height:30px;
	float:left;
	margin-right:1px;
	text-align:center;
	color:#fff;
	background:#333;
	display:block;
	text-shadow:0 1px 0 #000;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}

ul.tabs li.active a,
ul.tabs li a:hover
{
	background:#ff4070;
}

.pager
{
	margin-bottom:10px;
	font-size:14px;
}

.pager span
{
	display:block;
	float:left;
	margin-right:1px;
	text-align:center;
	font-weight:bold;
}

.pager .current
{
	width:28px;
	height:28px;
	border:1px solid #ccc;
	border-radius:2px;
	color:#808080;
	text-shadow:0 1px 0 #fff;
}
.pager .disabled {
	display: none;
}

.pager span a
{
	width:28px;
	height:28px;
	display:block;
	color:#fff;
	border-radius:2px;
	text-decoration:none;
	border-width:1px;
	border-style:solid;
}

.pager span a:hover
{
	background-position:0 -30px;
}

form.send-file
{
	margin:0;
}

form.send-file .input-file
{
	position:absolute;
	z-index:10;
	width:30px;
	height:30px;
	margin:0;
	opacity:0;
	cursor:pointer;
}

form.send-file .input-file:hover + .btnPhotoMessage
{
	top:1px;
	box-shadow:none;
}
.blue {
	color: #FCE80D;
	text-shadow: 1px 1px 1px #4a4a4a;
}
.promoot-banner, #promoot-banner {
	font-weight: bold;
	height: 224px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position: relative;
}
.promoot-banner div.button {
	font-family: 'notosans',tahoma,arial,sans-serif;
	position: absolute;
	background:linear-gradient(to top,#556e90, #6097bf);
	background:-webkit-linear-gradient(to top,#556e90, #6097bf);
	background:-moz-linear-gradient(to top,#556e90, #6097bf);
	background:-o-linear-gradient(to top,#556e90, #6097bf);
	border:solid 1px #406080;
	box-shadow: 0 1px 1px #999;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding:5px 7px;
	bottom:7px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.promoot-banner div:hover {
	box-shadow:none;
	bottom:6px;
}
.promoot-banner a {
	font-weight: bold;
}
.promoot-banner, #promoot-banner {
	height: auto;
	padding:9px;
	padding-bottom:0;
	border:solid 1px #ccc;
	background:linear-gradient(to top, #B8B8B8, #DFDFDF) !important;
	background:-webkit-linear-gradient(to top, #B8B8B8, #DFDFDF) !important;
	background:-moz-linear-gradient(to top, #B8B8B8, #DFDFDF) !important;
	background:-o-linear-gradient(to top, #B8B8B8, #DFDFDF) !important;
	overflow: hidden;
	position: relative;
}
.promoot-banner:before, #promoot-banner:before {
	content: '';
	width: 380px;
	height: 200px;
	background: linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -webkit-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -moz-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -o-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	transform: rotate(-13deg);
	-webkit-transform: rotate(-13deg);
	-moz-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	position: absolute;
	top: 160;
	left: -30px;
	z-index: 9;

    -webkit-animation-name: promo;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: promo;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: promo;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    animation-name: promo;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes promo {
	0% {top: -220px;left: -20px;}
	11% {top: 200px;left: -30px;}
	15% {top: 160px;left: -30px;}
	95% {top: 160px;left: -30px;}
	100% {top: 200px;left: -30px;}
}
@-moz-keyframes promo {
	0% {top: -220px;left: -20px;}
	11% {top: 200px;left: -30px;}
	15% {top: 160px;left: -30px;}
	95% {top: 160px;left: -30px;}
	100% {top: 200px;left: -30px;}
}
@-o-keyframes promo {
	0% {top: -220px;left: -20px;}
	11% {top: 200px;left: -30px;}
	15% {top: 160px;left: -30px;}
	95% {top: 160px;left: -30px;}
	100% {top: 200px;left: -30px;}
}
@keyframes promo {
	0% {top: -220px;left: -20px;}
	11% {top: 200px;left: -30px;}
	15% {top: 160px;left: -30px;}
	95% {top: 160px;left: -30px;}
	100% {top: 200px;left: -30px;}
}

#promoot-banner > div:nth-child(1) {
	font-size: 22px;
	margin-bottom:20px;
}
#promoot-banner > div:nth-child(1) span:nth-child(2) {
	font-size: 18px;
}
#promoot-banner > div:nth-child(2) {
	text-align: left;
	width: 50%;
	float: left;
	font-weight: lighter;
}
#promoot-banner > div:nth-child(4) {
	margin-top:5px;
	float: left;
}
#promoot-banner div.button {
	text-transform: uppercase;
	position: relative;
	margin-top:40px;
	z-index: 10;
}
.promoot-banner a {
	text-decoration: none;
	position: relative;
}
#promoot-banner img {
	width: 90px;
  	margin: -71px 60px 0 0px;
  	position: absolute;
}
/*------------------------ LAYOUT ------------------------*/

noscript .outer
{
	color:#fff;
	font-size:14px;
	line-height:36px;
	background-color:#cc2929;
}

noscript .inner
{
	width:1000px;
	margin:0 auto;
}

noscript a
{
	color:#fff;
}

#header .inner
{
	width:1000px;
	height:80px;
	margin:0 auto;
}

#header .logo
{
	line-height:79px;
	display:block;
	float:left;
}

#header .logo img
{
	vertical-align:middle;
}

#header .login
{
	margin-top:10px;
	float:right;
}

#header .login form
{
	margin:0;
	color:#fff;
}

#header .login .input,
#header .login .submit
{
	float:left;
	margin-left:10px;
}

#header .login .submit
{
	margin-top:21px;
}

#header .login .submit input
{
	height:26px;
	line-height:26px;
}

#header .login .input input
{
	height:23px;
	margin:5px 0 0;
}

#header .login .forgot-password
{
	font-size:11px;
	margin-left:160px;
	color:#fff;
}

#header .logout .settings
{
	margin:25px 10px 0 0;
	float:left;
}

#header .logout .settings label
{
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:30px;
	margin:-4px 5px 0 0;
	display:block;
	float:left;
}
#login {
	margin:3px 6px 0 0;
	position: absolute;
  	right: 0;
}
#login a {
	color: white;
}
#menu
{
	background:#fff url(/img/grad-white-1x36.png) 0 bottom repeat-x;
	border-bottom:1px solid #ccc;
	position:relative;
	z-index:10;
}

#menu .inner
{
	width:1000px;
	height:38px;
	margin:0 auto;
}

#menu .nav
{
	float:left;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
}

#menu .nav li
{
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	float:left;
}

#menu .nav li a
{
	height:38px;
	padding:0 20px;
	line-height:38px;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}

#menu .nav li a [class^="icon-"], #menu .nav li a [class*="icon-"] {
	display: none;
}

#menu .nav li a:hover
{
	background:#fff;
}

#menu .nav li.current a
{
	background:#fff url(/img/nav-current-cccccc.png) center bottom no-repeat;
}

#nameSearch
{
	border:1px solid #ccc;
	border-radius:3px;
	margin:3px 0;
	background:#fff;
}

#nameSearch input
{
	float:left;
}

#nameSearch input[type="text"]
{
	width:183px;
	height:28px;
	padding:0 5px;
	border-radius:3px;
}

#nameSearch input[type="submit"]
{
	height:30px;
	width:30px;
	background:#fff url(/img/icon-search-16px.png) center center no-repeat
}

#container
{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
}

#main
{
	width:680px;
	float:left;
}

#side
{
	width:300px;
	float:right;
}

#flashMessage
{
	color:#fff;
	padding:0 10px;
	margin-bottom:10px;
}

#flashMessage p
{
	font-size:14px;
	font-weight:bold;
	line-height:32px;
}

#fullwidth #flashMessage
{
	margin:0;
}

#flashMessage.success
{
	background:#a3cc7a;
	border:1px solid #8fb36b;
}

#flashMessage.error
{
	background:#cc5252;
	border:1px solid #b24747;
}

#flashMessage.notice
{
	background:#fc3;
	border:1px solid #cca329;
}

/*------------------------ PROFILES/EDIT ------------------------*/

#blurMain .info
{
	width:250px;
	margin-left:20px;
	float:right;
}

#blurFrame
{
	width:292px;
	height:292px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	clear:both;
	float:left;
}

#blurFrame img
{
	width:292px;
	height:292px;
	position:absolute;
}

#blurFrame .pixelated
{
	z-index:100;
}

#blurControls
{
	width:300px;
}

/*---------------------- NEW DESIGN ------------------------*/

.container-banner-premium {
	width: 100%;
	padding: 15px 50px;
	border: #fff solid 2px;
	border-radius: 3px;
	box-sizing: border-box;
	float: left;
	color: #fff;
	font-size: 14px;
	box-shadow: 0 1px 1px #ddd;
	background:#d3c895 url(/img/premium-member-batch.png) no-repeat;
	background-position: bottom 55px left 19%;
}

.container-banner-premium h2 { color: #fff; }
.container-banner-premium ul.large { float: right; }
.container-banner-premium ul.large li { padding-bottom: 10px; }

.icon-star, .icon-number, .icon-number2 { padding-right: 7px; }
.icon-number, .icon-number2 { font-size: 30px; position: relative; top: 6px; }

h2 .icon,
h3 .icon
{
	position:relative;
	top:-2px;
}

h3 a.see-more
{
	font-weight:bold;
	font-size:11px;
	line-height:24px;
	float:right;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
}

h3 a.see-more:hover
{
	text-decoration:underline;
}

span.focused{color:#f22458}

form .field
{
	margin:10px 0;
}

form .error-message
{
	color:#f22458;
	margin:5px 0 10px;
}

fieldset.focused
{
	background:#f3f3f3;
}

button,
input[type="submit"]
{
	cursor:pointer;
}

input[type="file"]
{
	display:block;
	margin:5px 0;
}

.hidden,
.dependent
{
	display:none;
}

.warning, #notice
{
	color:#fff;
	border-width:1px;
	border-style:solid;
	padding:10px;
	line-height:24px;
}
#notice.success {
	background:#a3cc7a;
}
.warning a, #notice a
{
	color:inherit;
	text-transform:uppercase;
}

.warning .photo, #notice .photo
{
	width:46px;
	height:46px;
	padding:2px;
	margin-right:10px;
	background:#fff;
	float: left;
}

.photo-approval-notice {
	position: absolute;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	margin: 1px 0 0 1px;
}

.photo-approval-notice.pending {
	background-color: #fea;
	color: #986;
}

.photo-approval-notice.denied {
	background-color: #e32;
	color: #fff;
}

#ProfileEditForm .warning
{
	margin-right:5px;
	border-radius:3px;
}

button.close
{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:none;
}

.wrapper
{
	padding:20px 0;
}

.wrapper.faded
{
	background:#fff;
}

.wrapper.focused
{
	border-top:1px solid #d9e9ff;
	border-bottom:1px solid #d9e9ff;
	background:#edf5ff;
}
.deep_link_profiles .wrapper.focused {
	border:none;
	background:none;
}
.wrapper .inner
{
	width:1000px;
	margin:0 auto;
}
.deep_link_profiles .wrapper .inner {
	width: auto;
}
.wrapper h2
{
	margin-top:0;
}

.wrapper p
{
	font-size:14px;
	line-height:24px;
	margin-bottom:24px;
}

.wrapper .column-left
{
	width:480px;
	padding-right:20px;
	float:left;
}

.wrapper .column-right
{
	width:480px;
	padding-left:20px;
	float:right;
}

.wrapper .screenshot
{
	max-width:500px;
	position:absolute;
	margin-top:-10px;
}

.wrapper .column-left .screenshot
{
	margin-left:-10px;
}

.wrapper .column-right .screenshot
{
	margin-right:-10px;
}

ul.simple
{
	list-style:square;
	margin:10px 0 10px 16px;
}

ul.simple li
{
	line-height:18px;
	margin-bottom:5px;
}

ul.simple ul
{
	margin-left:10px;
	list-style:circle;
}

ul.errors
{
	color:#cc2929;
}

ul.checklist.large li
{
	padding-left:42px;
	background:url(/img/icon-check-32px.png) 0 center no-repeat;
	line-height:24px;
	margin-bottom:16px;
	font-size:18px;
}

ul.checklist.medium li
{
	padding-left:24px;
	background:url(/img/icon-check-16px-v2.png) 0 center no-repeat;
	line-height:24px;
	margin-bottom:8px;
	font-size:14px;
}

ul.checklist.tiny li
{
	list-style:disc;
	font-size:10px;
	line-height:18px;
	margin:0 10px 0 15px;
	float:left;
}

ul.iconList li
{
	height:48px;
	line-height:48px;
	font-size:14px;
}

ul.iconList .icon
{
	margin-right:10px;
}

.full-width
{
	overflow:hidden;
}

.two-columns-left .center
{
	width:765px;
	float:left;
}

.three-columns .left
{
	width:225px;
	float:left;
	margin-right:10px;
}

.three-columns .center
{
	width:540px;
	float:left;
}

.three-columns .right,
.two-columns-left .right
{
	width:225px;
	float:right;
	overflow:hidden;
}

.margin-top{margin-top:10px}
.margin-right{margin-right:10px}
.margin-bottom{margin-bottom:10px}
.margin-left{margin-left:10px}

.dropdown
{
	padding:4px;
	padding-bottom:3px;
	background:#fff;
	border-radius:4px;
	position:absolute;
	z-index:20;
	border-radius:2px;
	box-shadow:0 10px 10px #808080;
	display:none;
}

.dropdown ul li a
{
	color:#333;
	border:1px solid #ccc;
	border-radius:2px;
	background:#fff url(/img/grad-white-1x36.png) 0 0 repeat-x;
	line-height:30px;
	padding:0 10px;
	display:block;
	text-decoration:none;
	margin-bottom:1px;
	text-shadow:0 1px 0 #fff;
}

.dropdown ul li a:hover
{
	color:#808080;
	background:#f3f3f3;
}

span.counter
{
	font-size:11px;
	color:#fff;
	background:#ccc;
	border-radius:3px;
	text-shadow:0 1px 0 #999;
	margin-left:3px;
}

button.slide
{
	width:64px;
	height:24px;
	background:none;
	font-weight:bold;
	font-size:10px;
}

button.slide.on
{
	background:url(/img/button-slide.png) 0 0 no-repeat;
}

button.slide.off
{
	background:url(/img/button-slide.png) 0 -24px no-repeat;
}

button.slide .text
{
	text-transform:uppercase;
	display:block;
	position:relative;
	top:-1px;
}

button.slide.on .text
{
	color:#fff;
	text-shadow:0 1px 0 #70991f;
	float:left;
	margin-left:14px;
}

button.slide.off .text
{
	color:#4d4d4d;
	text-shadow:0 1px 0 #a6a6a6;
	float:right;
	margin-right:18px;
}

a.button,
button.action,
input.submit,
form .submit input,
.pagerPrevNext a
{
	height:30px;
	text-align:center;
	cursor:pointer;
	padding:0 10px;
	border-radius:2px;
	text-transform:uppercase;
	border-width:1px;
	border-style:solid;
	background:#e5e5e5 url(/img/button-grad-gray-30px-2s.png) 0 -30px repeat-x;
	text-shadow:0 1px 0 #fff;
	font:normal bold 12px/30px notosans,tahoma,arial,sans-serif;
	display:block;
	box-shadow:0 1px 1px #999;
	position:relative;
	text-decoration:none;
}

a.button,
.pagerPrevNext a
{
	height:28px;
	line-height:28px;
}


a.button:hover,
button.action:hover,
input.submit:hover,
form .submit input:hover,
.pagerPrevNext a:hover
{
	background:#e5e5e5 url(/img/button-grad-gray-30px-2s.png) 0 0 repeat-x;
	box-shadow:none;
	top:1px;
}

a.button.focused,
button.action.focused,
input.submit.focused,
form .submit input.focused
{
	border-width:1px;
	border-style:solid;
	color:#fff;
}

a.button.focused.disabled,
button.action.focused.disabled,
input.submit.focused.disabled,
form .submit input.focused.disabled {
	background: #ccc;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #E0E0E0;
}

a.button.focused.disabled:hover,
button.action.focused.disabled:hover,
input.submit.focused.disabled:hover,
form .submit input.focused.disabled:hover {
	background: #ccc;
	top: 0;
}

a.button .label,
button.action .label,
input.submit .label,
form .submit input .label
{
	vertical-align:middle;
	margin:3px 0;
}

.pagerPrevNext
{
	margin-bottom:20px;
}

.pagerPrevNext .prev{float:left}
.pagerPrevNext .next{float:right}

.pagerPrevNext .disabled
{
	display:none;
}

.ajaxContent .ajaxPagerSmall
{
	height:20px;
	margin:-27px 10px 0 0;
}

.ajaxContent .ajaxPagerSmall span
{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:block;
	border-radius:3px;
	float:left;
	margin-left:5px;
	color:#fff;
	font-weight:bold;
}

.ajaxContent .ajaxPagerSmall span:hover
{
	background-position:0 -30px;
}

.ajaxContent .ajaxPagerSmall span.disabled
{
	color:#999;
	background:#ccc;
	text-shadow:0 1px 0 #e5e5e5;
}

.ajaxContent .ajaxPagerSmall span a
{
	width:20px;
	height:20px;
	display:block;
	color:#fff;
	text-decoration:none;
}

button.text
{
	height:16px;
	font-size:11px;
	font-weight:bold;
	color:#4d4d4d;
	padding-left:20px;
	background:none;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:5px 0;
	text-transform:uppercase;
}

button.text:hover
{
	text-decoration:underline;
}

button.text.active
{
	background-position:0 -16px;
}

button.text.small
{
	height:14px;
	font-size:9px;
	padding-left:15px;
}

button.text.small.active
{
	background-position:0 -14px;
}

button.text .counter
{
	background:none;
	font-size:inherit;
	color:inherit;
	text-shadow:inherit;
	padding:0;
}

button.sendMessage
{
	background:#597eb3;
}

button.no-text
{
	width:16px;
	height:16px;
	background:none;
}

button.no-text.active,
button.no-text:hover{background-position:0 -16px}

.button-switch
{
	font-size:10px;
	text-transform:uppercase;
	padding-left:22px;
	line-height:16px;
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline-block;
	margin-right:5px;
	text-decoration:none;
}

.button-switch:hover{background-position:0 -16px; color:#666;}
.button-switch.busy{background-position:0 -32px; color:#ccc;}
.button-switch.active{background-position:0 -48px;}

.button-switch.check{background-image:url(/img/icon-check-16px-4s.png)}
.button-switch.deny{background-image:url(/img/icon-deny-16px-4s.png)}

.fancyButtonGroup a
{
	display:block;
	border-width:1px;
	border-style:solid;
	border-radius:3px;
	box-shadow:0 1px 1px #999;
	position:relative;
	text-decoration:none;
}

.fancyButtonGroup a:hover
{
	box-shadow:none;
	top:1px;
}

.fancyButtonGroup a.active
{
	border:1px solid #ccc;
}

.fancyButtonGroup.horizontal a
{
	float:left;
	margin:0 5px 0 0;
	background:url(/img/grad-white-1x36.png) 0 0 repeat-x;
}

.fancyButtonGroup.vertical a
{
	margin:0 0 5px;
}

.fancyButtonGroup a .inner
{
	height:36px;
	line-height:36px;
	padding:0 10px;
	display:block;
	border:1px solid #fff;
	background:url(/img/grad-white-1x36.png) 0 0 repeat-x;
	border-radius:2px;
}

.fancyButtonGroup.small a .inner
{
	height:26px;
	line-height:26px;
	padding:0 5px;
}

.fancyButtonGroup a.focused .inner
{
	border-width:1px;
	border-style:solid;
}
#popupContent .fancyButtonGroup a.sendFlirt {
	margin-bottom:5px;
}
.fancyButtonGroup a.active .inner
{
	background:#e5e5e5;
}
.fancyButtonGroup a .favorite-icon {
	background:url(/theme/RedSnakeskin/img/icon-fav-fancy-26px.png) 10px 5px no-repeat;
	width: 26px;
}
.fancyButtonGroup a.active .favorite-icon {
	background:url(/theme/RedSnakeskin/img/icon-fav-fancy-gold-26px.png) 10px 5px no-repeat;
	width: 26px;
}
.fancyButtonGroup a .inner .icon
{
	position:relative;
	top:-2px;
	margin:0;
}

.fancyButtonGroup.small a .inner .icon
{
	top:-1px;
}

.fancyButtonGroup a .inner .text
{
	text-shadow:0 1px 0 #fff;
	color:#666;
}

.fancyButtonGroup a.focused .inner .text
{
	color:#fff;
}

.optionsPopup
{
	position:absolute;
	z-index:100;
	padding:5px;
	border:1px solid #ccc;
	background:#f0f7ff;
	margin:-147px 0 0 -5px;
	border-radius:3px;
	display:none;
	box-shadow:0 0 30px #666;
}

.optionsPopup:before
{
	content:' ';
	position:absolute;
	width:0;
	height:0;
	left:19px;
	top:134px;
	border:10px solid;
	border-color:#ccc transparent transparent transparent;
}

.optionsPopup:after
{
	content:' ';
	position:absolute;
	width:0;
	height:0;
	left:20px;
	top:134px;
	border:9px solid;
	border-color:#f0f7ff transparent transparent transparent;
}

.tooltip
{
	max-width:300px;
	font-size:11px;
	color:#333;
	border:1px solid #999;
	border-radius:4px;
	background:#e7e7e7 url(/img/grad-white-1x36.png) 0 0 repeat-x;
	padding:5px 7px;
	position:absolute;
	z-index:10000;
	display:none;
	line-height:16px;
	text-shadow:0 1px 0 #fff;
}

.tooltip img
{
	display:block;
	margin-top:5px;
	vertical-align:middle;
}

#ajaxLoader
{
	text-align:center;
}

img.loader
{
	margin:10px 0;
	display:none;
	background:none;
}

.section
{
	margin-bottom:15px;
	padding:9px;
	border-radius:3px;
}

.section-header + .section
{
	border-top-right-radius:0;
	border-top-left-radius:0;
}

.section.transparent
{
	padding:0;
	margin-bottom:0;
}

.section.faded
{
	border:1px solid #ccc;
	background:#fff;
}

.section.focused
{
	border:1px solid #ccc;
	background:#f0f7ff;
}

.section.accented
{
	border:1px solid #ccc;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
}

.section.ban
{
	padding:0;
}

.section h3
{
	margin:0 0 5px;
}

.section .panel
{
	width:150px;
	padding:10px;
	float:left;
}

.section .panel-content
{
	width:825px;
	min-height:400px;
	background:#fff;
	border-left:1px solid #ccc;
	float:right;
}

.section .panel-content .pager
{
	margin:0 10px 10px;
}

.section .panel .nav
{
	margin:5px 0 10px;
}

.section .panel .nav li a
{
	display:block;
	height:24px;
	line-height:24px;
	color:#4d4d4d;
	text-decoration:none;
}

.section .panel .nav li.active a,
.section .panel .nav li a:hover
{
	font-weight:bold;
}

ul.thread-items-client
{
	margin-bottom:10px;
}

ul.thread-items-client li
{
	border-bottom:1px solid #ccc;
	overflow: hidden;
}

ul.thread-items-client .unread
{
	background:#fff9e5;
}

ul.thread-items-client li:hover
{
	background:#f3f3f3;
	cursor:pointer;
}

ul.thread-items-client .column
{
	float:left;
	border-right:1px solid #ccc;
}

ul.thread-items-client .column:last-child
{
	border-right:0;
}

ul.thread-items-client .avatar
{
	padding:0;
	border:0;
}

ul.thread-items-client .username
{
	width:79px;
	height:59px;
	padding:0 10px;
	line-height:59px;
	overflow:hidden;
	text-overflow:ellipsis;
}

ul.thread-items-client .avatar .photo
{
	width:55px;
	height:55px;
	padding:2px;
	display:block;
}

ul.thread-items-client .item
{
	width:560px;
	height:59px;
	line-height:59px;
	padding:0 10px;
}

ul.thread-items-client .item .flirt,
ul.thread-items-client .item .present
{
	vertical-align:middle;
	margin:0 5px;
}

ul.thread-items-client .item .photo-message
{
	width:43px;
	height:43px;
	margin:5px 0;
	padding:2px;
	border:1px solid #ccc;
}

ul.thread-items-client .datetime
{
	width:55px; 
	height:59px;
	line-height:59px;
	padding:0 10px;
	text-align:right;
}

.thread-controls
{
	padding:10px;
	background:#f2f2f2;
	border-bottom:1px solid #ccc;
	margin-bottom: 30px;
}

.thread-controls form textarea
{
	width:450px;
	height:58px;
	display:block;
	margin-right:5px;
	box-shadow:inset 0 1px 1px #e5e5e5;
}

.thread-controls ul.validationErrors
{
	list-style-type:square;
	color:#C00;
	margin:0 0 10px 20px;
}

.thread-items .thread-item{margin:10px;}

.thread-item .avatar{width:80px;}

.thread-items .thread-item.sender .avatar,
.thread-items .thread-item.sender .thread-item-content
{
	float:right;
	margin-left:10px;
}

.thread-items .thread-item.recipient .avatar,
.thread-items .thread-item.recipient .thread-item-content
{
	float:left;
	margin-right:10px;
	text-shadow:0 1px 0 #fff;
}

.thread-items .thread-item .thread-item-content{max-width:60%;}

.thread-items .thread-item .item
{
	border-width:1px;
	border-style:solid;
	border-radius:4px;
	padding:10px;
}
.hasPremium .thread-items .thread-item.premium-message .item {
	background:linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	background:-webkit-linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	background:-moz-linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	background:-o-linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	border-color: rgba(64, 153, 179, 0.57);
	position: relative;
}
.hasPremium .thread-items .thread-item.premium-message .thread-item-content .datetime:before {
	content:'';
	width: 16px;
	height: 16px;
	display: inline-block;
	z-index: 9999;
	background:url(/img/icon-crown-16px.png) center center no-repeat;
}
.hasPremium .thread-items .thread-item.premium-message.recipient .thread-item-content .datetime:before {
	margin:-4px 4px 0 0;
}
.hasPremium .thread-items .thread-item.premium-message.sender .thread-item-content .datetime:before {
	float:right;
	margin:-3px 0 0 3px;
}
.thread-items .thread-item.recipient .item
{
	border-color:#ccc;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
}

.thread-items .thread-item.sender .item
{
	color:#475936;
	border-color:#b8cca3;
	background:#d5f3b7 url(/img/grad-green-1x19.gif) 0 0 repeat-x;
	text-shadow:0 1px 0 #f6ffe5;
}

.thread-items .thread-item .flirt,
.thread-items .thread-item .present
{
	font-size:18px;
	line-height:40px;
}

.thread-items .thread-item .photo-message .photo
{
	border:1px solid #ccc;
	background:#fff;
	padding:2px;
	display:block;
}

.thread-items .thread-item .photo-request .icon
{
	float:left;
	margin:-5px 5px 0 0;
}

.thread-items .thread-item .photo-request h5,
.thread-items .thread-item .photo-request p
{
	margin:0 0 5px;
}

.thread-items .thread-item .photo-request .state
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}

.thread-items .thread-item-content .datetime
{
	font-size:10px;
	margin-top:5px;
	color:#999;
}

.thread-items .thread-item-content .button-switch-group
{
	display:block;
	margin-top:10px;
}

h3.point-to-right
{
	background:url(/img/pointer-arrow-straight.png) right center no-repeat;
}

h3.section-header
{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	padding:5px 7px;
	background:#e7e7e7 url(/img/grad-white-1x36.png) 0 0 repeat-x;
	margin-top:0;
	margin-bottom:0;
	text-shadow:0 1px 0 #fff;
}

.section h3.section-header{
	font-size: 14px;
}

h3.section-header .side
{
	float:right;
	font-size:12px;
}

.section-header .options
{
	float:right;
	margin:13px 5px 0 0;
}

.section-header .options li
{
	float:left;
	margin-left:10px;
}

.section-header .options .label
{
	line-height:37px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:10px;
}

.section-header .options .label,
.section-header .options .item
{
	height:37px;
	float:left;
}

.section-header .options .item > a
{
	height:35px;
	border:1px solid #B8CBE5;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	z-index:10;
	box-shadow:0 1px 1px #999;
	display:block;
}

.section-header .options .item > a:hover
{
	border-color:#73a3e5;
	top:1px;
	box-shadow:none;
}

.section-header .options .noPhoto
{
	width:35px;
}

.section-header .options .noPhoto.active,
.section-header .options .noPhoto:hover
{
	background-position:0 -35px;
}

.section-header .options .switchSize
{
	width:50px;
	float:left;
}

.section-header .filter
{
	height:35px;
	position:relative;
	top:6px;
}

.section-header .filter ul li
{
	margin:0 20px;
	float:left;
}

.section-header .filter ul li a
{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:5px;
	text-decoration:none;
	display:block;
}

.section-header .filter ul li a.active
{
	background:url(/img/filter-arrow-active.png) center bottom no-repeat;
}

.section-header .filter ul li a:hover
{
	background:url(/img/filter-arrow-hover.png) center bottom no-repeat;
}

.section-header form.controls
{
	margin:0;
	font-size:12px;
	line-height:25px;
}

span.small
{
	font-size:10px;
}

.controls button.text
{
	float:left;
	margin-left:10px;
}

.avatar
{
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}
.deep_link_profiles .avatar {
	border:none;
}
.avatar.standalone
{
	padding:4px;
}

.avatar img.online
{
	position:absolute;
}

.avatar.standalone img.online
{
	margin:2px 0 0 2px;
}

img.lock, span.lock
{
	padding:2px 4px 1px;
	background:#fff;
	display:block;
	position:absolute;
	margin:-30px 0 0 4px;
	border-radius:3px;
	font-size: 22px;
}

.frameShadow220
{
	height:10px;
	background:url(/img/photo-shadow-220px.png) 0 0 no-repeat;
}

.avatar .controls
{
	position:absolute;
	background:#fff;
	margin-left:2px;
	padding:3px 5px 0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	display:none;
}

.avatar .controls a
{
	text-decoration:none;
}

.avatar:hover .controls
{
	display:block;
}

.avatar .photo
{
	width:100%;
	display:block;
}

.tabs
{
	margin:10px 0;
}

.tabs a
{
	width:120px;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#e5e5e5 url(/img/grad-grey-light-1x40.png) 0 0 repeat-x;
	color:#999;
	display:block;
	float:left;
	margin-right:1px;
	text-decoration:none;
	border-radius:3px;
	text-shadow:0 1px 0 #f3f3f3;
}

.tabs a.active,
.tabs a:hover
{
	color:#fff;
}

.message .avatar
{
	width:95px;
	float:left;
	margin-right:10px;
}

.message .content
{
	width:90%;
	min-width:400px;
}

.message .date
{
	font-size:10px;
	color:#999;
}

.message .username a
{
	text-decoration:none;
}

.message .content h4
{
	margin:0 0 5px;
}

.message .content p.body
{
	font-size:14px;
	line-height:21px;
	min-height:36px;
	color:#808080;
	margin:0;
}

.message .content p.body a.link
{
	display:block;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	background:url(/img/button-glossy-blue-1x40-3s.png) 0 -10px repeat-x;
	border-radius:3px;
	padding:0 5px;
	border:1px solid #405a80;
	text-shadow:0 1px 0 #334866;
}

.message .content p.body .loadContent
{
	color:#597eb3;
	text-decoration:underline;
}

.message .replyBox
{
	margin:0;
}

.thread .line
{
	margin-bottom:10px;
}

.thread .line .avatar
{
	width:60px;
}

.thread .line.sent .avatar
{
	float:right;
}

.thread .line.received .avatar
{
	float:left;
}

.thread .line .content
{
	max-width:310px;
	padding:10px;
	border-radius:4px;
	text-shadow:0 1px 0 #fff;
}

.thread .line.sent .content
{
	border-width:1px;
	border-style:solid;
	float:right;
	margin-right:15px;
}

.thread .line.received .content
{
	border:1px solid #ccc;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
	float:left;
	margin-left:15px;
}

.thread .line .content .username
{
	font-weight:bold;
	margin-bottom:10px;
}

.thread .line .content .username a
{
	text-decoration:none;
}

.thread .line .content .username .timestamp
{
	color:#999;
	font-size:10px;
	font-weight:normal;
}

.thread .line .content .body
{
	margin:0;
}

.thread .line .avatar:before,
.thread .line .avatar:after
{
	content:' ';
	position:absolute;
	width:0;
	height:0;
}

.thread .line.received .avatar:before
{
	border:10px solid;
	border-color:transparent #ccc transparent transparent;
	margin:20px 0 0 59px;
}

.thread .line.received .avatar:after
{
	border:9px solid;
	border-color:transparent #f6f6f6 transparent transparent;
	margin:-39px 0 0 61px;
}

.thread .line.sent .avatar:before
{
	border:10px solid;
	margin:20px 0 0 -19px;
}

.thread .line.sent .avatar:after
{
	border:9px solid;
	margin:-39px 0 0 -19px;
}

.thread .chat
{
	margin:0 0 10px;
}

.thread .chat textarea
{
	width:460px;
	height:48px;
	line-height:18px;
	font-size:11px;
	border:1px solid #ccc;
	float:left;
	margin-right:5px;
}

.thread .chat .submit input
{
	width:65px;
}

#message-client .message:hover
{
	cursor:pointer;
	background:#fff;
	border:1px solid #e5e5e5;
}

#message-client .message .content
{
	width:400px;
}

#message-client .message .avatar
{
	width:50px;
}

#message-client .message .body
{
	min-height:inherit;
}

#ProfileEditForm .column
{
	width:260px;
	float:left;
}

#PrivateMessageSendForm textarea
{
	width:400px;
}

#TransactionCcRealauthForm .field label
{
	display:block;
	margin-bottom:5px;
}

.no-padding-right .pagerPrevNext
{
	margin-right:9px;
}

ul.listProfiles li
{
	float:left;
	overflow:hidden;
}

ul.listProfiles li:hover .avatar.active
{
	position:absolute;
	width:160px;
	margin:-40px 0 0 -40px;
	z-index:100;
	box-shadow:0 10px 20px #666;
}

ul.listProfiles .notice
{
	height:28px;
	font-size:11px;
	margin:5px 0;
}

ul.listProfiles .notice .label
{
	margin-right:3px;
	float:left;
}

ul.listProfiles .lock
{
	margin-top:-54px;
}

ul.listProfiles.showPreviews .avatar .username,
ul.listProfiles.showPreviews .avatar .lock
{
	display:none;
}

ul.listProfiles.showPreviews li:hover .avatar.active .photo
{
	width:160px;
	height:160px;
}

ul.listProfiles.showPreviews li:hover .avatar.active .username
{
	width:150px;
	display:block;
	margin:-24px 0 0 0;
}

ul.listProfiles.showPreviews li:hover .avatar .lock
{
	display:block;
}

.two-columns-left .showcase
{
	width:245px;
	float:left;
}

.two-columns-left .showcase .avatar.standalone,
.two-columns-left .showcase .section,
.two-columns-left .showcase .section-header
{
	margin-right:10px;
}

.two-columns-left .showcase .avatar.standalone
{
	margin-bottom:10px;
}

.two-columns-left .showcase button.text
{
	margin:10px 0;
	display:block;
}

ul.gallery li
{
	width:115px;
	margin:0 8px 8px 0;
	float:left;
}

.two-columns-left .showcase ul.gallery li
{
	width:103px;
}

#popupContent ul.listProfiles li
{
	width:137px;
	margin:0 10px 10px 0;
}

.full-width ul.listProfiles li
{
	width:189px;
	margin:0 8px 8px 0;
}

.two-columns-left .center ul.listProfiles li
{
	width:142px;
	margin:0 8px 8px 0;
}
.two-columns-left .center .deep_link_profiles ul.listProfiles li {
	margin-right: 1px;
}
.three-columns .center ul.listProfiles li
{
	width:163px;
	margin:0 20px 20px 0;
}

.three-columns .center .section ul.listProfiles li
{
	width:164px;
	margin:0 8px 8px 0;
}

.right ul.listProfiles li
{
	width:110px;
	margin:0 8px 8px 0;
	float:left;
}

.right .section.transparent ul.listProfiles
{
	width:110%;
}

.right .section.transparent ul.listProfiles li
{
	width:69px;
}

ul.fancyNumberedList > li
{
	width:320px;
	height:280px;
	margin-right:10px;
	float:left;
}

ul.fancyNumberedList h3
{
	height:48px;
	line-height:48px;
}

ul.fancyNumberedList .number
{
	width:48px;
	height:48px;
	float:left;
	margin-right:10px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

ul.listProfiles a.username
{
	height:24px;
	line-height:24px;
	padding:0 5px;
	color:#fff;
	background:url(/img/opc-50.png);
	position:absolute;
	display:block;
	font-weight:normal;
	margin:-27px 0 0 3px;
	text-decoration:none;
}

ul.listProfiles a.username:hover
{
	text-decoration:underline;
}

ul.listProfiles a.username .icon
{
	position:relative;
	top:-1px;
	margin:0 3px;
}

.two-columns-left .center ul.listProfiles a.username{width:126px;}
.three-columns .center ul.listProfiles a.username{width:148px;}
.full-width ul.listProfiles a.username{width:173px;}
#popupContent ul.listProfiles a.username{width:121px;}

ul.listProfiles .controls
{
	padding:0 4px 0 2px;
	position:absolute;
	z-index:200;
	margin:3px 0 0 3px;
	background:#fff;
	border-bottom-right-radius:3px;
	display:none;
}

ul.listProfiles .controls button
{
	margin:3px 0;
	display:block;
}

ul.listProfiles li:hover .controls
{
	display:block;
}

ul.listExtendedProfiles .avatar
{
	width:155px;	
	float:left;
}

ul.listExtendedProfiles .info
{
	width:320px;	
	float:right;
}

ul.listExtendedProfiles table.profile-data
{
	width:320px;
	margin-bottom:5px;
}

ul.listExtendedProfiles .info button.text
{
	margin-right:10px;
}

ul.listExtendedProfiles.inline
{
	width:1050px;
}

ul.listExtendedProfiles.inline li
{
	width:485px;
	margin-right:10px;
	float:left;
}

ul.listExtendedProfiles.inline .avatar
{
	width:128px;
}

ul.userEvents
{
	padding-bottom:5px;
}

ul.userEvents li
{
	height:40px;
	line-height:20px;
	margin-bottom:15px;
}

ul.userEvents .avatar
{
	width:40px;
	margin-right:5px;
	float:left;
}

ul.userEvents .username
{
	font-size:14px;
	text-decoration:none;
}

ul.userEvents .username:hover
{
	text-decoration:underline;
}

ul.flirts, ul.presents
{
	width:345px;
}

ul.flirts li.btnFlirt,
ul.presents li.btnPresent
{
	margin:0 5px 5px 0;
	float:left;
	text-shadow:0 1px 0 #fff;
	background: #fff;
	border-radius:3px;
	line-height:30px;
	cursor:pointer;
	color:#666;
	position:relative;
	text-align:right;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
ul.presents li.btnPresent:hover, ul.presents li.btnPresent.active  {
	box-shadow: 0 0 10px #ccc;
	top: -1px;
}
ul.flirts li.active,
ul.presents li.active,
ul.flirts li:hover
{
	background:#fff;
	border-color:#73a3e5;
	top:1px;
}

ul.flirts li label,
ul.presents li label
{
	font-size:12px;
	line-height:36px;
	font-weight:bold;
	cursor:pointer;
	margin:0px;
}

ul.flirts li .inner,
ul.presents li .inner
{
	width:96px;
	height:36px;
	padding-right:10px;
	border:1px solid #fff;
	border-radius:2px;
	display:block;
	float:left;
	background-position:0 -2px;
}
ul.presents li.showPresent {
	float:left;
	padding:14px;
	border:solid 1px #fafafa;
	margin-right: 5px;
	margin-bottom:5px;
	border-radius: 3px;
	background:#fff;
}
ul.presents li.showPresent:nth-child(3n) {
	margin-right: 0;
}
ul.presents li.showPresent .inner {
	width: 125px;
	height: 124px;
	margin-top: 3px;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-color: #fff;
	border:none;
}

ul.flirts li:hover .inner,
ul.presents li:hover .inner
{
	background-position:0 -42px;
}

.sendFlirt .avatar,
.sendPresent .avatar
{
	width:125px;
	float:left;
	margin-right:10px;
}

.sendFlirt form.sendMessage,
.sendPresent form.sendMessage
{
	width:355px;
	float:left;
}
.sendPresent form.sendMessage {
	width: 440px;
}
ul.presents {
	width: auto;
}
form.sendMessage
{
	margin:0;
}

form.sendMessage .loader
{
	clear:both;
}

ul.listVoters
{
	font-size:11px;
	line-height:20px;
	color:#fff;
	background:#333;
	border-radius:3px;
	position:absolute;
	z-index:10000;
	display:none;
}

ul.listVoters li
{
	margin:0;
	padding:0 5px;
}

.inlineList li
{
	float:left;
	margin-right:5px;
}

.inlineList li:after
{
	content:',';
}

.inlineList li:last-child:after
{
	content:'';
}

#updatePopup
{
	position:fixed;
	right:0;
	bottom:0;
	margin:0 20px 20px 0;
	background:#fff;
	border:1px solid #ccc;
	padding:10px;
	border-radius:3px;
	box-shadow:0 5px 20px #666;
	z-index: 10;
}

#updatePopup .sendFlirt .icon {
	position:absolute;
	left:10px;
	top:1px;
}
#updatePopup img.icon {
	position:absolute;
	left:-20px;
	top:-20px;	
}

#updatePopup p
{
	line-height:56px;
	margin:0 10px 0 0;
}

#updatePopup p a
{
	text-decoration:none;
}

#updatePopup .photo
{
	border:1px solid #ccc;
	padding:2px;
	vertical-align:middle;
	margin-right:10px;
}

.popupMessage
{
	width:210px;
	position:absolute;
	box-shadow:0 10px 20px #333;
	margin:-230px 0 0 0;
	z-index:500;
	display:none;
}


.profileShort .side
{
	width:150px;
	float:left;
}

#profile .info
{
	width:500px;
	float:left;
}

#profile .info .profile-data
{
	width:480px;
}

#profile .info .section .column
{
	width:230px;
	margin-right:5px;
	float:left;
}

.sendMessage textarea
{
	width:98%;
	height:48px;
	display:block;
	margin-bottom:5px;
	font-size:11px;
	line-height:18px;
}

.profileShort .side button.action
{
	margin:5px 0;
}

table.profile-data th,
table.profile-data td
{
	height:20px;
	padding:7px 0 3px;
	border-bottom:1px solid #ccc;
	text-align:left;
	vertical-align:top;
}

table.profile-data th
{
	width:110px;
	color:#333;
	font-weight:bold;
}

table.profile-data tr:last-child th,
table.profile-data tr:last-child td {
	border: none;
}

.profileShort .info
{
	width:350px;
	float:right;
}

.profileShort .info table.profile-data
{
	width:350px;
}

form.basicSearch
{
	margin:0;
}

.submit input.large
{
	width:100%;
	height:40px;
	padding:0 10px;
	border-width:1px;
	border-style:solid;
	border-radius:4px;
	display:block;
	color:#fff;
	font-weight:bold;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.submit input.large.blue
{
	border:1px solid #597eb3;
	text-shadow:0 1px 0 #405a80;
	background:url(/img/button-glossy-blue-1x40-3s.png) 0 0 repeat-x;
}

.submit input.large.blue:hover
{
	background-position:0 -40px;
}

.customChoiceInput input
{
	position:absolute;
	visibility:hidden;
}

.gender
{
	width:30px;
	height:30px;
	margin-right:10px;
	cursor:pointer;
	float:left;
}

.gender:hover,
.gender.active
{
	background-position:0 -30px;
}
.genderStel, .gendermanwoman
{
	width:60px;
	height:30px;
}

#user-panel
{
	margin-top:10px;
	float:right;
}

#user-panel .container
{
	height:58px;
	border-top:1px solid #cc2952;
	border-bottom:1px solid #cc2952;
	border-left:1px solid #cc2952;
	float:left;
}

#user-panel .inside
{
	width:220px;
	height:56px;
	border-width:1px;
	border-style:solid;
}

#user-panel .data
{
	width:155px;
	height:56px;
	padding-left:5px;
	float:left;
}

#user-panel .data .username
{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	display:block;
	font-weight:bold;
}

#user-panel .data ul li
{
	height:16px;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
}

#user-panel .data ul li .icon
{
	position:relative;
	top:-1px;
	margin-right:3px;
}

#user-panel .avatar
{
	width:48px;
	height:48px;
	padding:0;
	border:1px solid #fff;
	float:left;
	margin:3px
}

#user-panel a.options-dropdown
{
	width:18px;
	height:58px;
	display:block;
	border-width:1px;
	border-style:solid;
	float:left;
}

#user-panel a.options-dropdown span
{
	height:56px;
	display:block;
	border-width:1px;
	border-style:solid;
}

#userPanelDropdown
{
	width:216px;
	margin-top:61px;
}

#footer
{
	margin:20px 0;
}

#footer .menu
{
	margin:0 auto;
}

#footer .inner
{
	width:1000px;
	margin:0 auto;
	padding:10px 0 0;
	border-top:1px solid #ccc;
	text-align:center;
	max-width: 980px !important;
}

#footer .menu a
{
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	margin:0 10px;
}

#footer .menu a:hover
{
	text-decoration:underline;
}

#footer .disclaimer
{
	height:20px;
	line-height:20px;
	font-size:12px;
	text-align:center;
	color:#999;
	margin: 10px 0 0 0;
}
#footer .item h4, #footer .catch, #footer .count {
	color: #b3b3b3 !important;
}
#footer .copyright
{
	border-top:1px dotted #ccc;
	padding-top:20px;
	font-size:10px;
	text-transform:uppercase;
	color:#999;
}
#footer .count {
	line-height: 60px;
}

#contactForm textarea
{
	width:600px;
	height:200px;
}

#registration
{
	height:400px;
	padding:10px 0;
	background:#fff url(/img/bg-registration-top-1.jpg) center center no-repeat;
}

.userRegisterForm
{
	width:290px;
	border:1px solid #ccc;
	padding:20px;
	background:#fff;
	float:left;
	border-radius:4px;
	box-shadow:0 5px 10px #666;
}

.userRegisterForm h2
{
	margin:0 0 10px;
}

.userRegisterForm p.small
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#597eb3;
	line-height:18px;
	margin:0;
}

.userRegisterForm .field
{
	margin-bottom:10px;
}

.userRegisterForm .gender
{
	margin-right:10px;
}

.userRegisterForm .field label
{
	width:120px;
	font-size:14px;
	line-height:30px;
	float:left;
}

.userRegisterForm .input.text input,
.userRegisterForm .input.password input,
.userRegisterForm .input.email input
{
	width:145px;
	/*margin:0;*/
}
#tosforce {
	width:initial;
}

.userRegisterForm input.blue.large
{
	width:290px;
}

.largeRegisterForm .fr.genderChoices{
	width: 300px;
}

.largeRegisterForm .genderChoices .radio,
.largeRegisterForm .inline.genderChoices .checkbox{
	width: 80px;
	margin-right: 0;
	display: inline-block;
}

.largeRegisterForm .top .input label{
	float: left;
	line-height: 30px;
	margin-top: 5px;
}

.largeRegisterForm .top .input input{
	width: 270px;
	margin-right: 20px;
	float: right;
}

.casual-register .gallery li{
	width: 63px;
	margin:0 5px 5px;
}

#forceRegister .userRegisterForm
{
	margin:0;
	border:0;
	padding:0;
	box-shadow:none;
	float: left;
}

#forceRegister .userRegisterForm p.small
{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#999;
	text-transform:none;
}

#forceRegister .showcase
{
	width:225px;
}

#forceRegister .avatar.standalone
{
	margin:-30px 5px 0 0;
}

#forceRegister .gallery li
{
	width:70px;
	margin:0 5px 5px 0;
}

.photoCount
{
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	padding:0 10px;
	border-radius:3px;
	position:absolute;
	margin:-50px 0 0 60px;
	background:#fff;
}

.photoCount .icon
{
	position:relative;
	top:-2px;
}

#forceRegister h3
{
	margin:0;
	color:#f22458;
}

#forceRegister blockquote
{
	font-style:italic;
	font-size:11px;
	line-height:18px;
	color:#999;
	margin-right:5px;
}
#forceRegister.deepLink h2 {
	color: #506C91;
	font-weight: bold;
	font-size: 21px;
}
#forceRegister.deepLink .avatar.standalone {
	margin-top:0;
	transform:rotate(-4deg);
	-webkit-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-moz-transform:rotate(-4deg);
}
#forceRegister.deepLink .frameShadow220 {
	transform:rotate(-4deg);
	-webkit-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-moz-transform:rotate(-4deg);
	margin-left:7px;
}
#forceRegister.deepLink .messagePreview {
	max-width: 300px;
	height: 230px;
	position: relative;
}
#forceRegister.deepLink .messagePreview p:nth-child(1) {
	border:solid 2px #DDF5F9;
	padding:10px;
	width: 300px;
	height: 61%;
	border-radius: 10px;
	overflow: hidden;
	background:url(/img/bg-force-message.jpg) center center no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 19px;
}
#forceRegister.deepLink .messagePreview p:nth-child(2) {
	color: #ccc;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	min-width: 300px;
	text-align: right;
}
#forceRegister.deepLink .messagePreview p:nth-child(2) span {
	color: #D3506F;
	font-weight: bold;
}
#forceRegister.deepLink .userRegisterForm {
	width:100%;
	margin-top:10px;
	padding:10px;
	border:solid 1px #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#forceRegister.deepLink hr {
	display: none;
}
#forceRegister.deepLink .userRegisterForm input.blue.large {
	margin:0 auto;
	width: 300px;
	background:linear-gradient(to top, #A03352,#FF5481);
	background:-webkit-linear-gradient(to top, #A03352,#FF5481);
	background:-moz-linear-gradient(to top, #A03352,#FF5481);
	background:-o-linear-gradient(to top, #A03352,#FF5481);
	border-color: #A03352;
	text-shadow:none;
}
#forceRegister.deepLink .userRegisterForm .field .input.select.genders  label {
	float:none;
}
#forceRegister .field.margin-right {
	margin-right: 20px;
}
.privateMessageBox .showcase
{
	margin:-30px 10px 0 0;
}

.privateMessageBox .showcase h3
{
	margin:0;
}
.privateMessageBox .showcase p
{
	margin:0;
}

.privateMessageBox .avatar
{
	width:210px;
}

.privateMessageBox .sendMessage
{
	width:350px;
}

.privateMessageBox textarea
{
	width:338px;
	height:130px;
}

#BlogMessageAddForm
{
	margin:0;
	background:#fff;
	border:1px solid #ccc;
	padding:10px;
}

#BlogMessageAddForm textarea
{
	width:488px;
	height:48px;
	font-size:14px;
	line-height:24px;
	padding:0;
	border:0;
	margin:0 0 5px;
	border-bottom:1px solid #e6e6e6;
	resize:none;
}

#ProfileSearchForm
{
	margin:0;
}

#ProfileSearchForm .field
{
	width:196px;
	float:left;
	margin:0 0 5px;
}

#ProfileSearchForm .field.double
{
	width:392px;
}

#ProfileSearchForm .select-checkbox .select
{
	margin-bottom:5px;
}

#ProfileSearchForm .field.double .select-checkbox .select
{
	width:196px;
	float:left;
}

#ProfileSearchForm h4
{
	margin:0 0 5px;
}

#ProfileSearchForm select
{
	width:186px;
}

#ProfileSearchForm input.text
{
	height:28px;
	width:176px;
	padding:0 5px;
	border:1px solid #acc4e5;
}

#ProfileSearchForm .noUiSlider
{
	width:176px;
	margin-top:18px;
}

#ProfileSearchForm .gender
{
	margin-right:22px;
}

#upgradeInfo
{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

#upgradeInfo .avatar
{
	margin-right:10px;
	float:left;
}

#upgradeInfo .text
{
	width:400px;
	float:left;
}

#upgradeInfo .text p
{
	margin:0 0 13px;
}

#upgradeInfo .text .avatar
{
	width:70px;
	float:left;
	margin-right:15px;
}

#upgradeInfo .text .avatar:before
{
	content:' ';
	position:absolute;
	border-color:transparent #ccc transparent transparent;
	border-width:10px;
	border-style:solid;
	width:0;
	height:0;
	margin:7px 0 0 69px;
}

#upgradeInfo .text .avatar:after
{
	content:' ';
	position:absolute;
	border-color:transparent #f6f6f6 transparent transparent;
	border-width:9px;
	border-style:solid;
	width:0;
	height:0;
	margin:-62px 0 0 71px;
}

#upgradeInfo .text .message
{
	max-width:250px;
	border:1px solid #ccc;
	padding:10px;
	background:#f6f6f6 url(/img/grad-white-1x19.gif) 0 0 repeat-x;
	border-radius:4px;
	float:left;
	text-shadow:0 1px 0 #fff;
}

#upgradeInfo .text .message .flirt,
#upgradeInfo .text .message .present
{
	font-size:18px;
	line-height:40px;
	font-weight:bold;
}

.paymentForm fieldset
{
	border:0;
	padding:0;
	margin:10px 0;
}

.paymentForm label .icon
{
	margin:0 3px;
}

.paymentForm .attn
{
	border:1px solid #ccc;
	background:#e5e5e5;
	padding:0 10px 10px;
	margin-bottom:10px;
}

.paymentForm .instructions h4
{
	font-weight:bold;
	margin-bottom:0;
}

.paymentForm .instructions .statusMessage
{
	font-weight:bold;
	color:#fff;
	padding:0 10px;
	line-height:30px;
	border-radius:3px;
}

.paymentForm .instructions .statusMessage.ok
{
	background-color:#0C0;
}

.paymentForm .instructions .statusMessage.error
{
	background-color:#C00;
}

.paymentForm .insertNumber
{
	font-size:18px;
}

.paymentForm p
{
	margin:0 0 10px;
}

.paymentForm label
{
	margin-right:10px;
}

.paymentForm ul.packages li
{
	cursor:pointer;
}

.paymentForm .pincode
{
	font-size:14px;
	font-weight:bold;
	letter-spacing:4px;
	width:50px;
	margin:0 10px 0 0;
}

.quickUpgradeForm ul.packages
{
	margin:10px 0;
}

.quickUpgradeForm ul.packages li
{
	width:110px;
	margin-right:10px;
	float:left;
}
.quickUpgradeForm ul.packages li {
	width:110px;
	margin: 0 10px 10px 0;
	float:left;
}

.quickUpgradeForm ul.packages li.credits {
	width:110px;
}
.quickUpgradeForm ul.packages li.subscription {
	width:140px;
}
.quickUpgradeForm ul.packages .description
{
	padding:5px;
	border-width:1px;
	border-style:solid;
	min-height: 60px;
	text-align: center;
}

.quickUpgradeForm ul.packages .description .pricePerUnit
{
	font-size:11px;
}

.quickUpgradeForm .packages li:hover .description
{
	background:#f7fbff;
}

.quickUpgradeForm ul.packages li .description .credits
{
	font-size:16px;
	font-weight:bold;
}

.quickUpgradeForm ul.packages li .realPrice
{
	padding:10px 0;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}

.quickUpgradeForm ul.packages li .realPrice label
{
	cursor:pointer;
}

.quickUpgradeForm ul.packages li .realPrice input
{
	vertical-align:middle;
}

.quickUpgradeForm .paymentMethods ul li
{
	height:30px;
	line-height:30px;
	margin-bottom:5px;
}

/*** fancy item list ***/

.fancyItemList li
{
	height:60px;
	margin-bottom:10px;
	border-radius:3px;
	background:url(/img/button-large-3s.png) 0 0 repeat-x;
	box-shadow:0 1px 1px #999;
	cursor:pointer;
}

.fancyItemList li:hover,
.fancyItemList li.active
{
	background:url(/img/button-large-3s.png) 0 -60px repeat-x;
}

.fancyItemList li.special, .quickUpgradeForm ul.packages .special .realPrice
{
	background:url(/img/button-large-3s.png) 0 -120px repeat-x !important;
}
.quickUpgradeForm ul.packages .special {
	box-shadow: 0px 0 10px #B09191;
}
.quickUpgradeForm ul.packages .special .description{
	padding: 10px 0;
}
.quickUpgradeForm ul.packages .special .realPrice
{
	color: #000 !important;
	text-shadow: 0 1px 0 #fff;
}

.fancyItemList .inner
{
	height:50px;
	padding:5px 0 5px 20px;
	float:left;
	text-shadow:0 1px 0 #fff;
}

.fancyItemList li.special .inner
{
	text-shadow:0 1px 0 #fae7af;
}

.fancyItemList .choice
{
	height:50px;
	line-height:50px;
}

.fancyItemList .icon,
.fancyItemList input[type="checkbox"],
.fancyItemList input[type="radio"]
{
	vertical-align:middle;
	margin:0 5px;
}

/***********************/

.mainUpgradeForm .packages
{
	width:565px;
	float:left;
}

.mainUpgradeForm .packages .inner
{
	width:430px;
}

.mainUpgradeForm .packages .inner .choice .icon
{
	margin:0 20px;
}

.mainUpgradeForm .packages .credits
{
	padding:0 30px 0 10px;
	border-right:1px solid #ccc;
}

.mainUpgradeForm .packages li.special .credits
{
	border-color:#cca329;
}

.mainUpgradeForm .packages .credits .amount
{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	display:block;
}

.mainUpgradeForm .packages .credits .suffix
{
	font-size:14px;
	text-transform:uppercase;
}

.mainUpgradeForm .packages .description
{
	width: 215px;
	height: 50px;
	padding-left: 15px;
	border-left: 1px solid #fff;
}

.mainUpgradeForm .packages li.special .description
{
	border-color:#ffe599;
}

.mainUpgradeForm .packages .description .title
{
	font-size:14px;
	line-height:30px;
	color:#4c6c99;
}

.mainUpgradeForm .packages .pricePerUnit
{
	border-radius:3px;
	float:right;
	display:block;
	margin-right:5px;
}

.mainUpgradeForm .packages .price
{
	width:95px;
	height:40px;
	padding:10px;
	float:right;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	background:url(/img/grad-blue-1x60.png) 0 0 repeat-x;
}

.mainUpgradeForm .packages .price .ribbon
{
	position:absolute;
	margin:-11px 0 0 47px;
}

.mainUpgradeForm .packages .price .discountPrice
{
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #3d4e66;
}

.mainUpgradeForm .paymentMethods
{
	width:410px;
	float:right;
}

.mainUpgradeForm .paymentMethods input[type="submit"]
{
	width:115px;
	height:60px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	float:right;
	display:block;
	background:url(/img/grad-blue-1x60.png) 0 0 repeat-x;
	color:#2e3b4c;
	text-shadow:0 1px 0 #7aaacc;
}

.mainUpgradeForm .paymentMethods li.active input[type="submit"]
{
	color:#fff;
	text-shadow:0 1px 0 #3d4e66;
}

.private-message-template-add .condition select{
	width:150px;
	margin-right:5px;
}

.private-message-template-add .condition input{
	width:60px;
	margin-right:5px;
}

.private-message-template-add .condition label{
	margin:0;
}

.private-message-template-add .condition .date select{
	width:50px;
	display:inline;
}

.usp ul li
{
	width:320px;
	height:180px;
	float:left;
	margin:30px 10px 10px 0;
	opacity:0.6;
}

.uspquad ul li
{
	width:290px;
	height:180px;
	float:left;
	margin:40px 20px 20px 0;
	text-align: center;
}


.usp ul li .icon
{
	margin-right:10px;
}

.credit-card-usp
{
	width:500px;
	border-left:1px dotted #ccc;
	margin:10px 0;
	padding-left:20px;
}

.credit-card-usp .disclaimer
{
	font-size:10px;
	line-height:16px;
	color:#808080;
}

.your-photo-here a
{
	text-decoration:none;
	display:block;
	width:73px;
	height:73px;
	padding:10px;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-shadow:0 1px 0 #a3cc52;
	border-radius:3px;
}

.your-photo-here.right a
{
	background-image:url('/img/bg-arrow-bottom-right-93px.png');
}

.no-padding-top{padding-top:0;}
.no-padding-right{padding-right:0;}
.no-padding-bottom{padding-bottom:0;}
.no-padding-left{padding-left:0;}
.no-margin-top{margin-top:0;}
.no-margin-right{margin-right:0;}
.no-margin-bottom{margin-bottom:0;}
.no-margin-left{margin-left:0;}
.no-i-padding-top{padding-top:0 !important;}
.no-i-padding-right{padding-right:0 !important;}
.no-i-padding-bottom{padding-bottom:0 !important;}
.no-i-padding-left{padding-left:0 !important;}
.no-i-margin-top{margin-top:0 !important;}
.no-i-margin-right{margin-right:0 !important;}
.no-i-margin-bottom{margin-bottom:0 !important;}
.no-i-margin-left{margin-left:0 !important;}

/*----------------------PLUGINS------------------------*/

.noUi-target * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-ms-touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
}

.noUi-base {
	width: 170px;
	height: 8px;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ACC4E5;
	z-index: 1;
}

.noUi-handle {
	background: #587DB2;
	height: 14px;
	width: 14px;
	margin: -4px 0 0 -2px;
	border-radius:2px;
	cursor:pointer;
}

.noUi-active {
	background: #E9E9E9;
}
	
.noUi-active:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 100%;
	border: 1px solid #ccc;
}

.noUi-connect {
	background:#fff;
}
.noUi-background {
	background: #fff;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	border-radius: inherit;
}
.noUi-origin-upper {
	background: inherit !important;
}
.noUi-z-index {
	z-index: 10;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	margin-bottom:10px;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/***************** AUTOCOMPLETE ******************/

.acResults {
        padding:0px;
        border:1px solid #ccc;
        background-color:#fff;
        overflow:hidden;
		margin-top:2px;
		position:relative;
		z-index:10000;
}

.acResults ul {
        margin:0px;
        padding:0px;
        list-style-position:outside;
        list-style:none;        
}

.acResults ul li {
        margin:0px;
        padding:2px 5px;
        cursor:pointer;
        display:block;
        font:menu;
        font-size:12px;
        overflow:hidden;
}

.acLoading {
        background:url('/img/indicator.gif') right center no-repeat;
}

.acSelect {
        background-color:#f3f3f3;
        color:#808080;
}

/***************** JCAROUSEL *****************/

.showcase .carousel ul li
{
	width:75px;
	height:75px;
	margin-right:5px;
}

.promoted-users .carousel-wrapper
{
	width:877px;
	position:relative;
	overflow:hidden;
	float:right;
}

.promoted-users .carousel ul li
{
	width:93px;
	height:93px;
	margin-right:5px;
}
.promoted-users .carousel ul li.premium-member a img {
	border: solid 3px #f9e355;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.carouselButtons
{
	position:relative;
	margin-top:-22px;
}

.showcase .carouselButtons
{
	top:-27px;
}

.promoted-users .carouselButtons
{
	top:-34px;
}

.carouselButtons a
{
	width:22px;
	height:22px;
	line-height:20px;
	display:block;
	background:#fff;
	font-size:18px;
	font-weight:bold;
	border-radius:11px;
	text-align:center;
	text-decoration:none;
	margin:0 4px;
	position:relative;
	z-index:100;
}

/**************** BVALIDATOR ******************/

/* invalid input */
.bvalidator_invalid {
	background-color: #FFFFAE !important;
}
/* error message */
.bvalidator_errmsg {
	color:#fff;
	background:#f22458 0 0 repeat-x;
	font-size:10px;
	display:none;
	border-radius:3px;
	padding:5px 5px 5px 10px;
	white-space:nowrap;
	text-shadow:0 1px 0 #bf1d45;
	box-shadow:0 2px 5px #666;
}
/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
	margin-left:10px;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	color:#f22458;
	cursor:pointer;
	background:#fff;
	padding:0 5px;
	border-radius:2px;
}
/* arrow */
.bvalidator_errmsg em {
	display:block;
	border-color:#f22458 transparent transparent;
	border-style: solid;
	border-width:5px 5px 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-5px;
	left:10px;
}
input.bvalidator_valid {
    background: #dff4e5 url(/img/icon-checkmark-20px.png) right center no-repeat !important;
}
input.bvalidator_invalid {
    background: #e78a8a url(/img/icon-cross-20px.png) right center no-repeat !important;
}
input.hideValidation {
    background: transparent !important;
}
#userRegisterFormForce .conditions input {display: inline-block !important;height: auto !important;}
.genderChoices {
    display: inline-block;
}
#userRegisterFormForce .submit {
	clear: both;
}
#forceRegister .field, #forceRegister .select {margin:0 0 5px 0;}

#updatePopup a.button.sendPrivateMessage, #getBetterMatches .submit input {
	width: 250px;
	background: url("/img/grad-pink-1x40.png") repeat-x;
	border: 1px solid #bf1d45;
	text-shadow: 0 1px 0 #405a80;
}
.inline {
	display:inline-block;
}
.thread-item-content {position: relative;}
.remove {text-decoration: none;}
.remove:hover .icon-cancel {color: #000;}
.remove .icon-cancel {font-size: 14px;color: #ccc;}

.thread-item:hover .remove {display: inline-block;position:absolute;top: 2px;left: -15px;}

.inline-block {display: inline-block !important;width: auto;}
#updatePopup.favorites_online .photo {max-width: 155px;}
#updatePopup h4 {line-height: 0;font-size: 14px;margin-bottom: 18px;;line-height: 16px;margin-top: 0;}
#updatePopup .button {font-size: 11px;}
#updatePopup a.button .icon {margin-top: 0;}
#updatePopup a.button {margin-top: 5px; width: 150px !important}
#updatePopup .col1 {float: left;}
#updatePopup .col2 {float: right;width: 221px;margin: 0 15px;}

table.clean {width: 100%;}
table.clean td {
	border-bottom:1px solid #ccc;
	text-align:left;
	vertical-align:top;
	padding: 5px 0;
}
table.clean tr:last-child td {
	border: none;
}
.loadStats {background: #FFF;padding:20px 0;text-align: center;width: 100%;display: inline-block;border-radius: 5px;font-size: 18px;}
.diffPeriod.pos {color: green;}
.diffPeriod.neg {color: red;}

#dashboard .statsBlocks {margin: 0 10px;text-align: right;}
#dashboard .statsBlocks.align-left {text-align: left}
#dashboard .statsBlocks i {font-style: inherit;}
#dashboard .statsBlocks i.red {font-style: inherit;color: red;}
#dashboard .statsBlocks i.grey {color: #B0B0B0;}
#dashboard .statsBlocks i.darkgrey {color: #767676;}
#dashboard .statsBlocks b.title {font-size: 14px;font-weight: normal;display: inline-block;padding-bottom: 5px;}
#dashboard .statsBlocks div.group {background: #fff;padding: 10px !important;margin-right: 10px;margin-bottom: 10px;border: solid 2px #E8E8E8;border-radius: 3px;text-align: center;display: inline-block;padding: 8px;vertical-align: top}
#dashboard .statsBlocks div.group span {margin-top: 5px;vertical-align: top}
#dashboard .statsBlocks div.group span:last-child {margin-right: 0;}
#dashboard .statsBlocks span {margin-right: 8px;background: #E8E8E8;border-radius: 3px;text-align: center;display: inline-block;padding: 4px 5px;}

#dashboard .dashboardFilter {line-height: 30px;padding: 0 7px !important;border: 1px solid #ccc;background-position: 0 -21px !important;margin-bottom: 10px !important;}
#dashboard .dashboardFilter input, .dashboardFilter select {margin-top: 0 !important;}
#dashboard .dateBetween {margin: 0 10px 0 5px;height: 28px;line-height: 28px;float: left;}
#dashboard .date {float: left;}
ul.simple.menu {list-style: none;margin-left: 0}
#dashboard a {text-decoration: none;}
#dashboard a:hover {text-decoration: underline;}
hr.soft {border-top: 1px solid #F7E2E2;margin: 5px 0;clear: both;}
#dashboard .four-columns {width: 240px;float: left;overflow: hidden;margin-right: 10px;}
#dashboard .three-columns {width: 495px;float: left;overflow: hidden;margin-right: 10px;}
.right .input.select select {width: 100%}
.dateTime .input.date select, .dateTime .input.time select {width: auto !important; display: inline-block;margin-bottom: 3px;}
.dateTime span {float: left;line-height: 38px;padding: 0 5px 0 3px;}
.counter.pending {float: right;}
.counter.attention {background: red;}
h3 span.dateRange {float: right;font-size: 11px;color: #888888;}
.faq p {margin: 0;}
.ta-center {text-align: center;}



/* === premium membership === */

.hasPremium .thread-items .premium-message {
	padding: 5px;
	box-shadow: 0 0 315px #fff inset;
	overflow: hidden;
	position: relative;
	box-sizing:border;
	-webkit-box-sizing:border;
	-moz-box-sizing:border;
}
.hasPremium .thread-items .premium-message:before {
	content: '';
	width: 1452px;
	height: 160px;
	background: linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -webkit-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -moz-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -o-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	transform: rotate(-13deg);
	-webkit-transform: rotate(-13deg);
	-moz-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	position: absolute;
	top: 55px;
	left: 479px;
	z-index: 9;

    -webkit-animation-name: fling;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay:2s;
    -moz-animation-name: fling;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay:2s;
    -o-animation-name: fling;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay:2s;
    animation-name: fling;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-delay:2s;
}
@-webkit-keyframes fling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
@-moz-keyframes fling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
@-o-keyframes fling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
@keyframes fling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
.hasPremium ul.thread-items-client li.premium-message {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	background: -webkit-linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	background: -moz-linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	background: -o-linear-gradient(to bottom,#FFFFFF 20%, #DAE4EA 90%);
	color: #586a76;
	border-radius:0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);
	position: relative;
	overflow: hidden;
	transition: all 0.75s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-webkit-transition: all 0.75s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-moz-transition: all 0.75s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-o-transition: all 0.75s cubic-bezier(0.4, 1.205, 0.43, 1.59);
}
.hasPremium ul.thread-items-client li.premium-message:hover {
	background: linear-gradient(to top, #fff, #DAE4EA);
	background: -webkit-linear-gradient(to top, #fff, #DAE4EA);
	background: -moz-linear-gradient(to top, #fff, #DAE4EA);
	background: -o-linear-gradient(to top, #fff, #DAE4EA);
}
.hasPremium ul.thread-items-client li.premium-message:before {
	content:'';
	width: 127px;
	height:1110px;
	position: absolute;
	z-index: 10;
	top: -1086%;
	left: 43%;
	background:linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,0.8), rgba(255,255,255,0));
	background:-webkit-linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,0.8), rgba(255,255,255,0));
	background:-moz-linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,0.8), rgba(255,255,255,0));
	background:-o-linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,0.8), rgba(255,255,255,0));
	transform:rotate(-96deg);
	-webkit-transform:rotate(-96deg);
	-moz-transform:rotate(-96deg);
	-ms-transform:rotate(-96deg);
	transition: all 0.55s cubic-bezier(0.1, 1.79, 0.51, 0.65);
}
.hasPremium ul.thread-items-client li.premium-message:hover:before {
  top: -528px;
  left: 44%;
  transform: rotate(-93deg);
  -webkit-transform: rotate(-93deg);
  -moz-transform: rotate(-93deg);
  -ms-transform: rotate(-93deg);
} 
form button.sendAsPremiumMessage, #PrivateMessagePopupForm input.sendAsPremiumMessage {
	height: 30px;
	font:normal bold 12px/30px notosans,tahoma,arial,sans-serif;
	margin-right: 15px;
	background:linear-gradient(to top, #cecece, #fefefe);
	background:-webkit-linear-gradient(to top, #cecece, #fefefe);
	background:-moz-linear-gradient(to top, #cecece, #fefefe);
	background:-o-linear-gradient(to top, #cecece, #fefefe);
	border:solid 1px rgba(64, 153, 179, 0.27);
	border-radius: 2px;
	padding:0 10px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	color: #586a76;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
	text-transform: none;
	font-weight: 100;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
form button.sendAsPremiumMessage div,  {
	position: relative;
	z-index: 9999;	
	transition: all 0.40s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-webkit-transition: all 0.40s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-moz-transition: all 0.40s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-o-transition: all 0.40s cubic-bezier(0.4, 1.205, 0.43, 1.59);
}
form button.sendAsPremiumMessage:hover div {
}
form button.sendAsPremiumMessage:hover {
	box-shadow: none;
}
form button.sendAsPremiumMessage:before {
	content:'';
	width: 140px;
	height:140px;
	position: absolute;
	z-index: 10;
	top: -30%;
	left: -74%;
	background:linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	background:-webkit-linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	background:-moz-linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	background:-o-linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	transform:rotate(-25deg);
	-webkit-transform:rotate(-25deg);
	-moz-transform:rotate(-25deg);
	-ms-transform:rotate(-25deg);
	transition: all 0.55s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-webkit-transition: all 0.55s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-moz-transition: all 0.55s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-o-transition: all 0.55s cubic-bezier(0.4, 1.205, 0.43, 1.59);
}
form button.sendAsPremiumMessage:hover:before {
	top: -62px;
	left: 77%;
}
form button.sendAsPremiumMessage:before:hover {
}
.ThreadItemsThread form .submit input {
	margin-bottom: 9px;
}
.hasPremium .premium-member .section.accented {
	background:linear-gradient(to top, #cecece, #fefefe);
	background:-webkit-linear-gradient(to top, #cecece, #fefefe);
	background:-moz-linear-gradient(to top, #cecece, #fefefe);
	background:-o-linear-gradient(to top, #cecece, #fefefe);
	border-color: #4099B3;
	position: relative;
	color: #586a76;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}
.hasPremium .premium-member .section.accented:before {
	content: '';
	width: 1052px;
	height: 80px;
	background: linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -webkit-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -moz-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	background: -o-linear-gradient(to top, rgba(255,255,255,0),rgba(252,255,255,0.7),rgba(255,255,255,0));
	transform: rotate(-13deg);
	-webkit-transform: rotate(-13deg);
	-moz-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	position: absolute;
	top: 55px;
	left: 479px;
	z-index: 9;

    -webkit-animation-name: bling;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay:2s;
    -moz-animation-name: bling;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay:2s;
    -o-animation-name: bling;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay:2s;
    animation-name: bling;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-delay:2s;
}
@-webkit-keyframes bling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
@-moz-keyframes bling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
@-o-keyframes bling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
@keyframes bling {
	0% {top: 35px;left: -961px;}
	15% {top: 55px;left: 479px;}
	100% {top: 55px;left: 479px;}
}
.hasPremium .premium-member .section.accented .info,.hasPremium .premium-member .section.accented .avatar  {
	position: relative;
	z-index: 10;
}
.hasPremium .premium-member .section.accented a.button {
}
.showcase .premium-carousel {
	background:linear-gradient(to top,#E7E7E7,#fff);
	background:-webkit-linear-gradient(to top,#E7E7E7,#fff);
	background:-moz-linear-gradient(to top,#E7E7E7,#fff);
	background:-o-linear-gradient(to top,#E7E7E7,#fff);
	margin-right: 10px;
	padding:5px;
	border:solid 1px #ccc;
	border-radius:3px;
}
.showcase .premium-carousel:hover {
	background:#fff;
}
.showcase .premium-carousel a {
	text-decoration: none;
	color: rgb(108, 108, 108);
}
.showcase .premium-carousel p {
	margin:0;
}
.showcase .premium-carousel img {
	width: 220px;
	margin-top: 8px;
}
.premiumMemberPromo, .premiumMember {
	height: 50px;
	background:linear-gradient(#fff,#e7e7e7);
	background:-webkit-linear-gradient(#fff,#e7e7e7);
	background:-moz-linear-gradient(#fff,#e7e7e7);
	background:-o-linear-gradient(#fff,#e7e7e7);
	font: italic normal 12px/22px notosans,tahoma,arial,sans-serif;
	padding:6px 20px;
	position: relative;
	overflow: hidden;
	color:#466f8c;
	border:solid 1px #AED9E5;
	border-radius: 3px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;

}
.premiumMemberPromo:before, .premiumMember:before {
	content:'';
	width: 140px;
	height:390px;
	position: absolute;
	z-index: 10;
	top: -470%;
	left: -22%;
	background:linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	background:-webkit-linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	background:-moz-linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	background:-o-linear-gradient(to right, rgba(255,255,255,0),#fff, rgba(255,255,255,0));
	transform:rotate(65deg);
	-webkit-transform:rotate(65deg);
	-moz-transform:rotate(65deg);
	-ms-transform:rotate(65deg);
	transition: all 0.85s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-webkit-transition: all 0.85s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-moz-transition: all 0.85s cubic-bezier(0.4, 1.205, 0.43, 1.59);
	-o-transition: all 0.85s cubic-bezier(0.4, 1.205, 0.43, 1.59);
}
.premiumMemberPromo:hover:before, .premiumMember:hover:before {
	top:-180%;
	left:74%;
}
.premiumMemberPromo:hover {
	top:-1px;
	box-shadow: 0 2px 5px #ccc;
}
.premiumMemberPromo:active {
	top:0;
	box-shadow:none;
}

.premiumMemberPromo.premiumActive, .premiumMember.premiumActive {
	height: 33px;
	color: #466f8c;
	vertical-align: top;
	padding-top: 6px;
	text-align: center;
}
.premiumMemberPromo.premiumActive:hover, .premiumMember.premiumActive:hover {
	background:linear-gradient(#fff,#e7e7e7);
	background:-webkit-linear-gradient(#fff,#e7e7e7);
	background:-moz-linear-gradient(#fff,#e7e7e7);
	background:-o-linear-gradient(#fff,#e7e7e7);
}

.PackagesPremium ul.checklist.large li {
	padding-left: 0; 
	background:none;
	line-height: 12px; 
	margin-bottom: 0; 
	font-size: 12px; 
	display: inline-block;
	width: 186px;
	text-align: center;
}
.PackagesPremium ul.checklist.large li > div:nth-child(1) {
	position: absolute;
	width: 180px;
	height: 50px;
	padding-top: 20px;
	z-index: 1;
	font-size: 50px;
	color: #E5E5E5;
}
.PackagesPremium ul.checklist.large li > div:nth-child(2) {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding-top:50px;
	position: relative;
	z-index: 2;
	text-shadow: 0 0 10px #DADADA;
	color: #b2b2b2;
	font-style: italic;
}
.PackagesPremium .mainUpgradeForm .packages {
	width: 460px;
}
.PackagesPremium .mainUpgradeForm .packages .inner {
	width: auto;
}
.PackagesPremium .paymentForm.mainUpgradeForm {
	margin-top: 20px;
}
.premiumAd {
	display: none;
}
.hasPremium .premiumAd {
	display: block;
}
img.icon-crown {
	margin-bottom:-3px;
}

a.removeThread {
	position: absolute;right:10px;bottom:5px;
}
.panel-content {
	position: relative;
}
.text-align-left {text-align: left;}
.text-align-center {text-align: center;}
.text-align-right {text-align: right;}
.float-left {float: left !important;}
.float-right {float: left !important;}
.userRegisterForm .conditions.field label {
    width: auto;
    font-size: inherit;
    float: none;
    line-height: inherit;
}
/* disclaimer popup / entranceNotice */

.entranceNotice a#exit, .entranceNotice a#continue {
	text-decoration: none;
	padding:12px 0;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}	
.entranceNotice	{
	width: 600px;
	height: 480px;
	border:solid 1px #ccc;
	border-radius:5px;
	background: #fff url(/domains/img/secretdate.com/grey-bg-disclaimer.jpg) -50px center no-repeat;
	font-family:'open sans';
	padding: 0 !important;
}
.entranceNotice > .logo {
	padding:11px;
	position: relative;
	z-index: 2;
    background: rgba(0,0,0,0.2);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.entranceNotice .image {
    position: absolute;
    top: 35px;
    z-index: 1;
}
.entranceNotice .content {
	line-height: 18px;
	width: 280px;
	float: right;
	padding: 40px;
	padding-top: 30px;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: normal;
}
.entranceNotice .content h3 {
	color: #40da44;
	text-transform: uppercase;
	font-weight: 700;
	margin:0;
	font-size: 100%;
	text-shadow:none;
}
.entranceNotice #exit {
	text-shadow:0 -1px 0px #A2A2A2;
	float: left;
	position: relative;
	z-index: 3;
	width: 200px;
	margin:0 20px;
	border:solid 1px #982D2D;
	background:linear-gradient(#D23E75, #9D2E3B);
	background:-webkit-linear-gradient(#D23E75, #9D2E3B);
	background:-moz-linear-gradient(#D23E75, #9D2E3B);
	background:-o-linear-gradient(#D23E75, #9D2E3B);
	background:-ms-linear-gradient(#D23E75, #9D2E3B);
}
.entranceNotice #continue {
	text-shadow:0 -1px 0px #C3C3C3;
	float: right;
	width: 280px;
	margin:0 36px;
	border:solid 1px #22db22;
	background:linear-gradient(#47f24b, #3ed342);
	background:-webkit-linear-gradient(#47f24b, #3ed342);
	background:-moz-linear-gradient(#47f24b, #3ed342);
	background:-o-linear-gradient(#47f24b, #3ed342);
	background:-ms-linear-gradient(#47f24b, #3ed342);
}
.entranceNotice #continue:hover, .entranceNotice #exit:hover {
	box-shadow: none;
	margin-top: 1px;
}

/* Better Matches */
.getBetterMatchesHeader {
	margin: -25px -20px 20px -20px;
	padding: 1px 20px;
	float: left;
	width: 100%;
	color: #fff;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	background: #F22458;
}
.containerStatusBar { 
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
    color: rgba(0, 0, 0, 0.05);
 }
.earned, .total-result { 
	padding: 0 10px 0 0;
	font-weight: 700;
	color: #4d4d4d;
	vertical-align: top
}

.status-completion {
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
    background: rgba(0, 0, 0, 0.05);
    width: 65%;
	border-radius: 10px;
    display: inline-block;
}
.status-bar {
	width: 50px;
	height: 15px;
	font-weight: 700;
	text-align: center;
	color: #F22458;
	background: #25c290;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 5px rgba(255,255,255,1);
}
.total-result {
	padding: 0 0 0 10px;
	font-weight: 700;
	text-align: right;
	float: right !important;
}
.getBetterMatchesContent {
	width: 80%;
}
.getBetterMatchesHeader h2 {
	color: #fff;
	font-size: 18px;
}
.avatar.getBetterMatches {
	width: 50%;
}
#ProfileBetterMatchesForm label, #headerDropit {
	float: left;
	width: 40%;
	text-align: right;
	line-height: 40px;
}
#ProfileBetterMatchesForm .input select {
	float: left;
}
#ProfileBetterMatchesForm .date select {
	margin-left: 3px;
	margin-right: 0;
}
#ProfileBetterMatchesForm fieldset label {
	float: none;
	font-size: 12px;
}

#ProfileBetterMatchesForm #ProfileProfileProvinceId, #ProfileBetterMatchesForm .containerInputs, #ProfileBetterMatchesForm #ProfileAboutMe {
	float: right;
}
#ProfileBetterMatchesForm .submit input {
	width: 250px;
	float: right;
	clear: both;
	background: url("/img/grad-pink-1x40.png") repeat-x;
	border: 1px solid #bf1d45;
	text-shadow: 0 1px 0 #405a80;
}
a.underLink {
	clear: both;
	float: right;
	margin: 10px 70px 0 0;
}
#ProfileBetterMatchesForm .submit {
	float: right;
	clear: both;
}
.containerSteps {
	float: left;
	clear: both;
	margin: 15px 0 0 0;
}
.circleActive, .circleInactive {
	margin-right: 5px;
	padding: 5px 10px;
	font-weight: 700;
	color: #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background: #f22458;
}
.circleInactive {
	color: #333;
	background: #ddd;
}
#cookie-bar {
	text-align: center;
	background: rgba(247, 247, 247, 0.8);
	padding: 5px 0;
}
#cookie-bar .cb-enable {
	padding: 0 5px;
}
#cookie-bar .policy {
	text-decoration: none;
}
#cookie-bar p {
	margin: 0 !important
}
#collage .content .submit {
	margin-top: 35px !important;
}

/*#menu svg.webcam-icon {
	width: 12px;
    height: auto;
    display: inline-block;
    fill: #ffffff;
    margin: 12px 0 0 5px;
}*/


/*==== Terms & conditions ======================*/

.privacy.footer-level, .conditions .checkbox {
	margin: 6px 0 0 0 !important;
	position: relative;
	padding: 0 !important;
}
.form-single.form-cta {
	margin: 20px auto 0 auto;
}
.privacy #tos, .conditions #tosforce, #userRegisterForm .checkbox input:nth-child(2), #userRegisterForm2 .checkbox input:nth-child(2) {
	font-size: 10px;
	position: relative;
	margin: 0 !important;
	top: -1px;
	vertical-align: middle;
	width: 10px;
	height: 10px;
}
.privacy label, .single-fieldouter .check-outercon label, .userRegisterForm .conditions.field label, label.signup-confirm.tos,  .stepEnd label.milf_lander{
	display: block;
	color: rgba(0,0,0,.7) !important;
	font-size: 11px !important;
	line-height: 11px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: justify;
}
.step.wizard-step label.milf_lander span {
	color: rgba(0,0,0,.7) !important;
}
.stepEnd label.milf_lander {
	padding: 10px !important;
}
.privacy.footer-level a, .UsersRegister a.termsPopup, .UsersRegisterForm a.termsPopup,  .stepEnd label.milf_lander a{
	color: rgba(0,0,0,.7) !important;
	cursor: pointer;
	text-decoration: none;
}
.privacy.footer-level a:hover, .UsersRegister a.termsPopup:hover,  .stepEnd label.milf_lander a:hover{
	color: rgba(0,0,0,1) !important;
}
#tos-error, div.field-error, div.form-errors {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}

#userRegisterFormForce .input label{
margin-right: 0;
}









.mfp-wrap, .mfp-bg {
	z-index: 15000 !important;
}

#compliancyPopUp {
	max-width: 600px;
	/* z-index: 15000; */
}
#compliancyPopUp .cpu-body h3 {
	padding: 0 0 11px 0;
	background: none;
	font-weight: bold;
	color: rgb(172, 11, 11) !important;
}
#compliancyPopUp .logo img {
	height: 100%;
	max-height:40px;
	width: auto;
}
#compliancyPopUp .cpu-body p {
	margin: 15px 0 0 0;
	text-align: center
}
#compliancyPopUp .mfp-popup-header{
 background: #aeaeae;
}
#compliancyPopUp .cpu-body {
	padding: 30px 30px 30px 30px;
	background: #f7f7f7
}
#compliancyPopUp .mfp-close{
 display: none;
}
.cpu-terms {
	padding: 15px;
	border: 1px solid #eaeaea;
	overflow-y: auto;
	/* max-height: 70px; */
	background: #fff;
	line-height: 16px;
	height: 100%;
}
.mfp-cpu input[type=submit], #compliancyPopUp form  {
	display: inline !important;
}
/* .mfp-cpu input[type=submit]:hover {
	color: #0f8b63;
	top: 20px;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
} */

.mfp-cpu input.btn-leave {
	background: rgb(172, 11, 11) !important;
	right: 0 !important;
	margin: 30px 0 auto auto !important;
	float: right;
}
.mfp-cpu input.btn-leave, .mfp-cpu input[type=submit]  {
	top: 0 !important;
	margin-top: 15px !important;
}
@media only screen and (max-width : 600px) {
	.mfp-cpu input.btn-leave, .mfp-cpu input[type=submit]  {
		width: 100%;
		float: none;
	}
	.mfp-cpu input.btn-leave {
		margin-top: 15px !important;
	}
	.cpu-terms {
		max-height: 120px;
	}
}



