.club-form {
	margin: 0px -4px;
	background-color: #eee;
}

.club-form fieldset {
	border: 0px;
	padding: 3px 0px;
	margin: 0px;

}

.club-form-simple {
	padding: 4px 5px;
	overflow: hidden;
}

.club-form-simple fieldset {
	width: 100%;
	overflow: hidden;
}

.club-form-simple label {
	float: left;
	font-size: 13px;
	padding: 3px 15px 3px 0px;
	font-weight: 600;
}

.club-form-simple input.tx {
	padding: 4px;
	border: 0px;
	margin-right: 12px;
	font-size: 12px;
	float: left;
	border: 1px solid #dcdcdc;
}

.club-form-simple .in-captcha {
	border: 1px solid #dcdcdc;
	height: 25px;
	float: left;
	margin-right: 5px;
}

.club-form-simple .tx.input-mid {
	width: 25%;
}

.club-form-simple .tx.input-small {
	width: 8%;
}


.club-form-simple input.form-opt {
	padding: 4px 9px;
	border: 0px;
	margin-right: 12px;
	font-size: 12px;
	float: left;
	border: 1px solid #57081d;
	float: right;
	font-weight: 600;
	background-color: #68172a;
	color: #fff;
}


.club-form-info {
	margin: 8px 0px;
	overflow: hidden;
	display: block;
}

.club-form-info.club-form-error {
	background: url('/static/frontend/images/club/place-error.jpg') no-repeat left top;
}

.club-form-info.club-form-ok {
	background: url('/static/frontend/images/club/place-ok.jpg') no-repeat left top;
}

.club-form-info.club-form-i {
	background: url('/static/frontend/images/club/place-info.jpg') no-repeat left top;
}


.club-form-info .club-form-com-in {
	padding: 4px 6px 5px 57px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #5b5b5b;
}

.club-form-info .club-form-com-in strong {
	font-size: 13px;
}


.club-form-info.club-form-ok strong {
	color: #3ab100;
}

.club-form-info.club-form-error strong {
	color: #a60021;
} 

.club-form-info.club-form-i strong {
	color: #fe9b00;
}


.club-button-submit {
	border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: inline-block;
    text-shadow: 0 1px #4e0d1f;
    background-color: #9f3551;
	background-image:-webkit-linear-gradient(#9f3551, #7c1e37);
	background: -moz-linear-gradient(center top , #9f3551 0%, #7c1e37 100%) repeat scroll 0 0 transparent;
    border: 1px solid #711b32;
    box-shadow: 0 1px 2px 0 #c15975 inset;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
}

.club-nice-input {
	border-radius: 2px 2px 2px 2px;
    color: #1e1e1e;
    background-color: #f8f8f8;
	background-image:-webkit-linear-gradient(#fff, #f8f8f8);
	background: -moz-linear-gradient(center top , #fff 0%, #f8f8f8 100%) repeat scroll 0 0 transparent;
	background: url('/static/frontend/images/club/bg-input.jpg') no-repeat left center;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 2px 0 #fff inset;
    padding: 4px 5px;
    font-size: 12px;
    font-weight: 600;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.club-nice-input.require {
	background: url('/static/frontend/images/club/bg-input-require.jpg') no-repeat left center !important;
	padding-left: 23px;
}

.club-success-info {
	font-size: 12px;
	font-weight: 600;
	padding: 5px;
	margin: 2px 0px;
	background-color: #79b200;
	color: #fff;
}

.club-advanced-form {
	overflow: hidden;
	padding: 8px 0px;
}

.club-advanced-form fieldset.sect {
	font-size: 13px;
	border-bottom: 1px solid #eee;
	padding: 0px !important;
	height: auto;
	margin: 2px 1% !important;
}

.club-advanced-form fieldset.sect span {
	float: left; 

	background-color: #fff;
	padding: 8px 0px;
	font-size: 13px;
	color: silver;
}


.club-advanced-form fieldset {
	float: left;
	width: 48%;
	padding: 9px 0px;
	margin: 0px;
	border: 0px;
	margin: 0px 1%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}



.club-advanced-form fieldset .desc {
	color: gray;
	font-size: 11px;
	font-weight: 600;
	padding-top: 3px;
	clear: both;
	display: block;
}

.club-advanced-form fieldset.full {
	margin: 0px 1%;
	display: block;
	clear: both;
	height: auto;
	width: 98%;
}

.club-advanced-form fieldset.claim p {
	font-size: 12px !important;

	text-align: justify;
	margin: 0px;
	float: left;
	width: 90%;
	margin-left: 12px;
}

.club-advanced-form fieldset.claim .rf {
	float: left;
	margin-top: 2px;
	margin-left: 5px;
	
}

.club-advanced-form fieldset.full.opt {
	text-align: right;
}

.club-advanced-form fieldset.full.opt input {
	margin-right: 0px;	
}

.club-advanced-form fieldset label {
	float: left;
	width: 39%;
	font-size: 12px;
	font-weight: 600;
	padding-left: 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top: 5px;
}

.club-advanced-form fieldset .ninp {
	width: 61%;
	float: left;
}

.club-advanced-form fieldset .ninps {
	width: 26%;
	margin-right: 1%;
	float: left;
}
.club-advanced-form fieldset .ninpsw {
	width: 32%;
	margin-right: 1%;
	float: left;
}
.club-advanced-form fieldset .flo {
	float: left;
	padding-top: 3px;
	color: silver;
	padding-right: 6px;
}

.club-avatar-grids {
	overflow: hidden;
	margin-left: -1px;
}

.club-avatar-grids a {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	overflow: hidden;	
}

.club-avatar-grids a img {
	float: left;
	width: 56px;
	height: 56px;	
}


.club-avatar-grids-sg {
	position: relative;
	cursor: pointer;
}

.club-avatar-grids-sg img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
	float: left;
	width: 56px;
	height: 56px;
	margin-right: 1px;
	margin-bottom: 1px;	
}

.club-avatar-grids-sg .club-avatars-grid-count {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.club-avatar-grids-sg .club-avatars-grid-count .label {
	font-size: 19px;
	text-align: center;
	margin: 31px 60px -3px 60px;
	
	padding: 11px 30px 11px 30px;
	color: #313131;	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	
	background-color: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.8;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.8;
}

.club-avatar-grids-sg .club-avatars-grid-count b {
	color: #600e24;
}

.club-avatar-grids-sg .club-avatars-grid-count .count {
	font-size: 94px;
	text-align: center;
	padding: 1px 0px;	
	color: #600e24;
}

.club-profile-header {
	overflow: hidden;
}

.club-profile-header .club-avatar {
	float: left;

	background-color: #eee;
	padding: 9px;
	overflow: hidden;
}

.club-profile-header .club-avatar img {
	width: 170px;	
	float: left;
}

.club-profile-header .club-profile-data {
	float: left;
	width: 435px;
}

.club-profile-header .club-profile-data fieldset {
	border: 0px;
	padding: 7px 0px;
	margin: 0px 0px 0px 25px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-weight: 600;
}

.club-profile-header .club-profile-data fieldset label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 13px;	
	color: gray;
}

.club-profile-header .profile-header-n  {
	font-size: 13px;
	color: #5c5c5c;
	padding: 11px 0px 11px 25px;
	display: block;
	background-color: #eee;
	margin-bottom: 12px;
}

.club-profile-header .profile-header-n b {
	color: #600e24;	
}

.full-wait-box { 
	background: #f8f8f8 url('/static/frontend/images/club/wait.gif') no-repeat center 15px;
	padding-top: 90px;
	margin: 12px 0px;
	color: gray;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 16px;
}

.youtube-club-movies { 
	overflow: hidden;	
	margin-left: -1px;
}


.youtube-club-movies a {
	width: 208px;
	height: 110px;
	float: left;
	overflow: hidden;	
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative;
} 

.youtube-club-movies a img {
	position: absolute;

	top: -25px;
	width: 208px;
	
}

.youtube-club-movies a .movie-play-sign{background:url(/static/frontend/images/movie-play-m.png);width:56px;height:56px;position:absolute;z-index:100;left:76px;top:27px}
.club-advanced-form fieldset.avatar {
	background-color: #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.club-advanced-form fieldset.avatar {
	padding: 8px !important;
	float: left;
	overflow: hidden;
}

.club-advanced-form fieldset.avatar img {
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #fff;
}

.club-advanced-form fieldset.avatar {
	position: relative;
}

.club-advanced-form fieldset.avatar #avatar-status {
	position: absolute;	
	bottom: 8px;
	right: 8px;
	width: 170px;
	height: 50px;
	font-weight: 600;
	font-size: 11px;
}

.club-advanced-form fieldset.avatar #avatar-status .prc {
	color: gray;
}

.club-advanced-form fieldset.avatar #avatar-status .okc {
	color: #51b500;
}

.club-advanced-form fieldset.avatar .change-av {
	position: absolute;
	top: 9px;
	left: 120px;
}

.errc {
	color: #c92100;
}

.change-avatar-queue, .uploadify-queue {
	display: none;
}

fieldset.motto label {
	display: block;
	width: 100%;
	margin-top: -8px;
}

fieldset.motto textarea {
	width: 100%;
	margin-top: 7px;
	background-position: left bottom;
	height: 80px;
}

div.club-header {
	width: 650px;
	height: 238px;
	overflow: hidden;
	margin-left: -12px;
	margin-top: -12px;
	background: url('/static/frontend/images/club/naglowek2.jpg') no-repeat left top;
	position: relative;
	margin-bottom: 12px;
}

div.club-header h2 {
	position: absolute;
	left: 25px;
	color: #fff;
	top: 132px;
	font-size: 19px;

	padding: 5px 60px 0px 0px;
}

div.club-header .club-header-menu {
	position: absolute;
	bottom: 13px;
	left: 22px;
	font-size: 12px;
	color: gray;
}

div.club-header .club-header-menu a {
	padding: 0px 3px;
	color: #f8f8f8 !important;	
}


.club-row {
	overflow: hidden;
	margin: 12px 0px;
}

.club-row .club-box {
	width: 49%;
	float: left;
}

.club-row .club-box h6.cfn {
	font-size: 14px;
	color: #292929;	
	margin: 0px;
	padding: 0px 0px 9px 0px;
}

.club-row .club-box.first {
	margin-right: 2%;
}

.club-articles-list {
	list-style-type: none;
	border-bottom: 1px solid #eeeeee;
}

.club-articles-list li {
	padding: 8px 0px;	
	border-top: 1px solid #eeeeee;
	overflow: hidden;
	min-height: 100px;
}

.club-articles-list li .article-details {
	float: left;
	width: 230px;
	font-size: 12px;	
}

.club-articles-list li .article-details .art-title {
	font-size: 11px;
}

.club-articles-list li .article-details a {

}

.club-articles-list li .article-details p {
	text-align: justify;
	margin: 2px 0px;
	font-size: 11px !important;	
	color: #373737;
}

.club-articles-list li .article-details p.cfn  {
	font-size: 10px;
	color: #969696;	
}

.club-articles-list li .cover {
	float: left;
	width: 60px;	
	margin-right: 10px;
}

.club-articles-more {
	text-align: right;
	font-size: 10px;
	padding: 5px 2px;
}

.club-articles-list li .cover img {
	width: 60px;	
}

.club-row-auth fieldset {
	margin: 2px 0px;
	padding: 5px 0px;
}

.club-row-auth fieldset .forgot-pass {
	float: left;
	font-size: 12px;
	padding-top: 4px;
	font-weight: 600;	
}
.club-row-auth .fba {
	text-align: center;
	background-color: #dce1ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 0px;
	overflow: hidden;
}

.club-row-auth .first {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #eee;
	padding: 8px 8px 4px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height: 229px;
}

.club-row-auth .first h6 {
	border-bottom: 1px solid #f8f8f8;	
	color: gray !important;
	font-size: 13px !important;
}

.club-row-auth .first hr {
	border-color: #f8f8f8 !important;
}

.club-invite {
	margin-top: 20px;
	margin-left: 9px;
	margin-right: 9px;
}

.club-invite h1 {
	font-size: 24px !important;
	font-weight: 400 !important;
}

.club-invite p {
	font-size: 13px !important; 
	text-align: justify;
	color: #555555;
}

.club-profile-count {
	width: 626px;
	height: 130px;
	overflow: hidden;
	background: url('/static/frontend/images/club/club-profiles.jpg') no-repeat left top;
	position: relative;
	margin-top: 3px;
	cursor: pointer;
}

.club-profile-count .ap {
	background:url(/static/frontend/images/alpha-black-95.png);
	position: absolute;
	left: 0px;
	top: 9px;
	padding: 6px 19px 7px 19px;
	font-size: 13px;
}

.club-profile-count .ap .cfn {
	color: #ffcc00;
	font-size: 29px;
}

.club-main-link {
	position: absolute;
	width: 640px;
	height: 80px;
	left: 0px;
	top: 0px;
}

.club-main-link img {
	width: 100%;
	height: 100%;	
}

.club-header-user {
	position: absolute;
	left: 25px;
	bottom: 39px;
	font-size: 10px;
	color: gray !important;	
}

.club-header-user a {
	color: #9c082b;
}

.club-header-user a.edit-data {
	color: #585858 !important;
}
