/*-----------------------------------------------------------------------------------
	COLORS:
	
	light font color				#8c8c8c
	default font color			#4d4d4d
	dark font color				#0d0d0d
	
	light font color (dark-bg)	#666666
	default color (dark-bg)		#8c8c8c
	dark color (dark-bg)			#ffffff
	
	body background				#ebebeb
	general border (light)		#e5e5e5
	general border (dark)			#404040
	
	border form elements			#cccccc
		
	main color						#4da5f5				hover	#3c80be
	red color						#e23737				hover	#ad2a2a
	green color					#23cb96				hover	#1ca278


/*-----------------------------------------------------------------------------------

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)
	
-----------------------------------------------------------------------------------*/



/*---------------------------------------------- 
0. RESET & CLEARFIX
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }
	
ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input[type=text], input[type=password], input[type=submit], textarea, select { -moz-appearance: none; -webkit-appearance: none; }

.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.clearfix { *display: inline-block; height: 1%; }
.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }



/*---------------------------------------------- 
1. BASICS
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	/*overflow-y: scroll; /* Force a scrollbar in non-IE */
	/*overflow-x: hidden;*/
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	position: relative;
	}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 300;
	font-size:13px; 
	line-height: 22px;
	color:#4d4d4d; 
	text-align: left; 
	position: relative;
	background: #ebebeb;
	height: 100%;
	}
::selection { background:#0d0d0d; color:#ffffff; }
::-moz-selection { background:#0d0d0d; color:#ffffff; }
::-webkit-selection { background:#0d0d0d; color:#ffffff; }




/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans'; 
	font-weight: 300;
	color: #0d0d0d;
	}
	
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }

h1 { font-size: 46px; line-height: 55px; }
h2 { font-size: 38px; line-height: 46px; }
h3 { font-size: 30px; line-height: 38px; }
h4 { font-size: 22px; line-height: 28px; }
h5 { font-size: 17px; line-height: 22px; }
h6 { font-size: 14px; line-height: 20px; }

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 600; }
	
/* Headers Spacing */
div h1, div h2, div h3, div h4, div h5, div h6 { margin-top: 20px; }
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child { margin-top: 0px; }

.subtitle {
	color: #8c8c8c;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
	}
	.column-section > .subtitle { margin-bottom: 20px; }
	
.text-light .subtitle {
	color: #666666;
	}
	
.main-title span {
	font-size: 0.6em;
	font-weight: 600;
	color: #8c8c8c;
	margin-left: 10px;
	}



/* Form
---------------------------------------- */
.form-row, .row-desc {
	overflow: hidden;
	margin-top: 20px;
	}
	form .form-row:first-child, form .row-desc:first-child { margin:0; }
	form .form-row.hidden { display:none; }

.row-desc {
	padding-left: 210px;
	font-weight: 400;
	font-style: italic;
	}
	.hiding-group .row-desc {  padding-left: 190px; }
	
label {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	width: 210px;
	height: 36px;
	line-height: 36px;
	float: left;
	}
	.hiding-group label, .toggle-inner label {  width: 190px; }
	
.checkbox-row label {
	height: 22px;
	line-height: 22px;
	}
	
label .info-link {
	margin-left: 5px;
	}
	
input[type=text], input[type=password], input[type=email], textarea {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-size: 13px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	line-height: 18px;
	height: 18px;
	color:#8c8c8c;
	padding: 9px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	}

.text-light input[type=text], .text-light input[type=password], .text-light input[type=email], .text-light textarea {
	background: #404040;
	border: 1px solid #808080;
	}	

	
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus { 
	border-color: #0d0d0d;
}

.text-light input[type=text]:focus, .text-light input[type=password]:focus, .text-light input[type=email]:focus, .text-light textarea:focus { 
	border-color: #808080;
}

input[type=text], input[type=password], input[type=email] { width: 270px; max-width: 97%; }

input[type=submit] {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 13px; 
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	border: none;
	color: #ffffff;	
	background-color: #0d0d0d;
	cursor: pointer;
	padding: 7px 0;
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	margin: 0;
	}
	.form-row input[type=submit] { width: 278px; margin-left: 210px; }
	.hiding-group input[type=submit], .toggle-inner input[type=submit] {  margin-left: 190px; }
	
input[type=submit]:hover { background-color: #4da5f5; }

select {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-size: 13px;
	color:#8c8c8c;
	background: #ffffff url(../images/select-arrow.png) no-repeat 257px 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	padding: 8px;
	width: 278px;
	}

.select-group select {
	float: left;
	margin-right: 10px;
	width: inherit;
	}
	
p.field-desc {
	margin-top: 2px;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	color: #b3b3b3;
	margin-left: 215px;
	}
	.hiding-group p.field-desc, .toggle-inner p.field-desc {  margin-left: 195px; }

.hiding-group {
	padding: 20px;
 	background: #f7f7f7;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	margin-top: 20px;
	}
	
	
/*contact-form*/
#contact-form {
	margin-top: 40px;
	}
	
#contact-form .form-row {
	margin-top: 20px;
	}
	
#contact-form label {
	width: 100%;
	height: 24px;
	line-height: 24px;
	float: none;
	}
	
#contact-form textarea {
	width: 70%;
	height: 80px;
	}
	
#contact-form p.field-desc {
	margin-left: 0px;
	}
	
#contact-form input[type=submit] {
	margin: 0;
	}
	
#form-note {
	display: none;
	margin-top: 20px;
	}
	
.alert-error { color: #fa4d5a; }
.alert-confirm { color: #8fc236; }




/* Links
---------------------------------------- */
a {
	text-decoration: none;
	color: #4da5f5;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
	}

a:hover {
	color: #0d0d0d;
	}
	
a.info-link {
	border: 1px solid #cccccc;
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	border-radius: 10px;
	color: #cccccc;
	text-align: center;
	display: inline-block;
	font-family: 'Times New Roman', Georgia, serif;
	font-style: italic;
	font-weight: bold;
	}
	a.info-link:hover { color: #0d0d0d; border-color: #0d0d0d; }	

.text-light a.info-link { 
	color: #ffffff; 
	border-color: #ffffff;
	opacity: 0.4;
	filter: alpha(opacity=40);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	 }
	.text-light a.info-link:hover { 
	opacity: 1;
	filter: alpha(opacity=100);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}


/* Embedded content
---------------------------------------- */
img, object, video {
	max-width: 100%; 
	height: auto;
	display: inline-block;
	margin:0;
    vertical-align:top;
	}
	
img {
	width: auto;
	max-width: 100%; 
	border: 0;
	-ms-interpolation-mode: bicubic;
	}

p img { margin-top: 20px; }
p img:first-child { margin-top: 0px; }
img.alignleft { margin: 3px 20px 20px 0; float: left; }
img.alignright { margin: 3px 0px 20px 20px; float: right; }


/* Lists
---------------------------------------- */
ul {
	margin-top: 20px;
	margin-left: 15px;
	list-style: disc;
	}
	div ul:first-child, li ul:first-child { margin-top: 0px; }
	ul.noliststyle { margin-left: 0px;	list-style: none; }
	
ol {
	margin-top: 20px;
	margin-left: 30px;
	list-style: decimal;
	}
	div ol:first-child, li ol:first-child { margin-top: 0px; }

ul li, ol li {
	line-height: 20px;
	margin-top: 10px;
	}
	ul li:first-child, ol li:first-child { margin-top: 0px; }	

ul#update-list li, ul#faq-list li {
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	color: #23cb96;
	}
	ul#faq-list li { color: #0d0d0d; margin-top: 30px; }
	
ul#update-list li .desc, ul#faq-list li .desc {
	font-size: 12px;
	line-height: 16px;
	margin-left: 18px;
	color: #b3b3b3;
	font-weight: 400;
	}
	ul#faq-list li .desc { color: #8c8c8c; font-size: 13px;	line-height: 21px; }
	

/* Tables
---------------------------------------- */
.table-container {
	width: 100%;
	margin-top: 40px;
	position: relative;
	overflow-x: scroll;
	}
	
.table-container .table-inner {
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 330px;
	min-width: 472px;
	}
	
.table-inner table { margin-top: -33px; }	
	
.table-container table {
	width: 100%;
	font-size:12px;
	border-collapse: collapse;
	table-layout: fixed;
}

.table-container table th {
	border-bottom: 2px solid #cccccc;
	padding: 4px 10px;
	text-align: center;
	width: 24px;
}

.table-container table td {
	border-bottom: 1px solid #cccccc;
	padding: 4px 10px;
	text-align: center;
}

.table-container table tr:hover {
	background: #f7f7f7;
}

.table-container table .date-col {
	text-align: left;
	width: 120px;
	padding: 4px 0;
}



/* Others
---------------------------------------- */
p { 
	margin-top: 15px; 
	}
	div p:first-child {  margin-top: 0px;  }	
	
strong, b, dt {
	font-weight: 600;
}

i, dfn, em {
	font-style: italic;
	}
	
strong i, b i, dt i, strong em, b em, dt em {
	font-style: italic;
	font-weight: bold;
	}

blockquote {
	margin-top: 20px;
	font-size: 16px; line-height: 24px;
	font-family: 'Raleway';
	font-weight: 300;
	padding-left: 20px;
	margin-left: 20px;
	color: #0d0d0d;
	border-left: 2px solid #e5e5e5;
	}
	div blockquote:first-child {  margin-top: 0px;  }

blockquote p {
	margin: 0;
	}
	
pre, code {
	padding: 3px 0 3px 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 16px;
	display: block;
	border-left: 2px solid #e5e5e5;
	color: #0d0d0d;
	}
	div pre:first-child, div code:first-child { margin-top: 0px; } 





/*---------------------------------------------- 
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
	overflow: hidden;
	min-height: 500px;
	margin: 0;
	/*min-width: 1100px;*/
	position: relative;
	}
	
#page-body {
	position: relative;
	}
	.fixed-header #page-body {	
	margin-top: 60px;
	}
	.fixed-header.header-small #page-body {	
	margin-top: 40px;
	}

.left-float { float: left; }	
.right-float { float: right; }

.text-light { color: #b3b3b3; }	

.align-center { text-align: center; }

.scrollbar {
	overflow: auto;
	position: relative;
	}
	
.important { color: #e23737; }
.important a { color: #e23737; text-decoration: underline; }
	
/*preloader*/
#preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: 9;
	}
	
.preloader-inner {
	margin-top: 100px;
	margin-left: 270px;
	width: calc(100% - 270px);
	text-align: center;
	}
	
.preloader-inner img {
	width: 30px;
	height: 30px;
	}


/*---------------------------------------------- 
3. HEADER
------------------------------------------------*/
header {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	height: 60px;
	width: 100%;
	position: relative;
	}
	.fixed-header header {	
	position: fixed;
	z-index: 100;
	}
	
.header-inner {
	padding: 10px 15px;
	}
	
header #logo, header #logo img {
	height: 40px;
	}
	
header .toggle-mainmenu {
	width: 30px;
	height: 30px;
	background: url(../images/toggle-menu.png) no-repeat top left;
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	text-indent: -9999px;
	display:none;
	}

	
/* header Small */	
.header-small header {
	height: 40px;
	}
	
.header-small .header-inner {
	padding: 5px 15px;
	}
	
.header-small header #logo, .header-small header #logo img {
	height: 30px;
	}
	
.header-small header #logo {
	width: 100%;
	text-align: center;
	float: none;
	}
		
header .close-match, header .chat-game {
	position: absolute;
	color: #4d4d4d;
	top: 8px;
	left: 15px;
	font-size: 16px;
	}
	header .chat-game { left: inherit; right: 15px; }
	
header .close-match:hover, header .chat-game:hover {
	color: #0d0d0d;
	}
	
header .chat-game .badge {
	display: none;
	}
	
	
	
/* user Header */
#user-header {
	paddin:0;
	list-style: none;
	margin: 5px 0 0 0;
	}
	
#user-header li {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	line-height:30px;
	font-size: 16px;
	position: relative;
	}	
	#user-header li.user-chat {
	border-left: 1px solid #e5e5e5;
	margin-left: 15px;
	}
	#user-header li.user-unfinishedmatch {
	border-right: 1px solid #e5e5e5;
	padding-right: 15px;
	}	

#user-header li.user-chat .badge-hidden {
	display: none;
	}
	
#user-header li a {
	color: #4d4d4d;
	} 
	
#user-header li.user-unfinishedmatch a {
	color: #e23737;
	} 
	
#user-header .submenu {
	list-style: none;
	width: 160px;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 35px;
	right: -15px;
	background: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	list-style:none;
	margin: 0;
	padding: 5px 0 0 0;
	display: none;
	}
	
#user-header .submenu:after, #user-header .submenu:before {bottom: 100%; left: 139px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
#user-header .submenu:after { border-color: rgba(136, 183, 213, 0); border-bottom-color: #ffffff; border-width: 6px; margin-left: -6px; } 
#user-header .submenu:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #e5e5e5; border-width: 7px; margin-left: -7px; }

#user-header .submenu li {
	border: none;
	display: block;
	float:none;
	margin: 0 0 5px 0;
	padding: 0 5px;
	}
	#user-header .submenu li.border-top {
		border-top: 1px solid #e5e5e5;
		padding-top: 5px;
	}
	
#user-header .submenu li a {
	display: block;
	font-size: 12px; 
	font-weight: 400;
	padding: 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px;
	color: #0d0d0d;
	position: relative;
	}
	
#user-header .submenu li a:hover {
	background: #f7f7f7;
	}
	
#user-header .submenu li a .badge {
	top: 7px; right: 8px;
	} 
	
#user-header .submenu li i.fa {
	margin-right: 5px;
	}
	
#header-search {
	margin: 1px 0 0 57px;
	}	



/*---------------------------------------------- 
4. ASIDES
------------------------------------------------*/	
aside {
	background: #0d0d0d;
	width: 269px;
	height: 100%;
	position: fixed !important;
	top: 60px;
	left: 0;
	overflow: hidden !important;
	z-index: 10;
	border-right: 1px solid #404040;
	}
	#play-game aside { top: 40px; }
	
aside#side-right, aside#chat {
	left: inherit;
	right: -270px;
	border-right: none;
	border-left: 1px solid #404040;
	}
	
.aside-inner {
	padding: 40px 20px;
	}
	
.sidebar-section {
	margin-top: 40px;
	}
	aside .sidebar-section:first-child {
	margin-top: 0px;
	}
	
	

/* Side Menu */	
.side-menu, .side-menu ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	}
	
.side-menu li {
	position: relative;
	}
	
.side-menu li a {
	color: #b3b3b3;
	display: block;
	font-weight: 400;
	font-size: 14px;
	max-width: 180px;
	}
	.side-menu li:hover > a {
	color: #ffffff;
	}
	
.side-menu li i {
	font-size: 10px;
	margin-right: 10px;
	position: relative;
	top: -2px;
	}
	
.side-menu li i.fa-chevron-down {
	position: absolute;
	top: 4px;
	right: 0;
	}
	
.side-menu li .submenu {
	background: #404040;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	padding: 10px 0 10px 22px;
	margin-top: 10px;
	display: none; 
	}
	
.side-menu li .submenu li {
	margin-top: 7px;
	}
	.side-menu li .submenu li:first-child {
	margin-top: 0px;
	}
	
.side-menu li .submenu li a {
	font-size: 13px;
	font-weight: 300;
	}
	
	
.side-menu li.player-room-link {
	margin-top: 20px;
	}
	
.side-menu li.player-room-link a { color: #23cb96; }
.side-menu li.player-room-link a:hover { color: #ffffff; }
	
	

/* Side User */
.side-user .user-pic {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	-webkit-border-radius: 40px;
	}
	
.side-user .user-pic img {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	-webkit-border-radius: 40px;
	}
	
.side-user .user-info {
	width: 150px;
	float: right;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	}
	
.side-user .user-name {
	font-weight: 600;
	display: block;
	font-size: 18px;
	}
	
.side-user .user-logout {
	font-size: 12px;
	font-weight: 600;
	color: #b3b3b3;
	display: inline-block;
	}
	
.side-user .user-logout i {
	margin-right: 6px;
	}
	
.side-user .user-logout:hover {
	color: #ffffff;
	}


	
	
/*---------------------------------------------- 
5. MAIN CONTENT
------------------------------------------------*/	
.main-content { position:relative;
	width: calc(100% - 270px);
 }
	
.main-content .content-inner {
	margin: 40px 40px 250px 40px; /* 250px for the footer */
	}

.main-content .content-inner.content-wrapper {
	width: 560px;
	margin: 40px auto 250px auto; /* 250px for the footer */
	}



/*---------------------------------------------- 
6. FOOTER
------------------------------------------------*/	
footer {
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	}
	
footer .footer-inner {
	padding: 20px 40px;
	overflow: hidden;
	}
	
#footer-logo {
	width: 140px;
	}
	
#pd-footerstats { 
	font-size: 14px; 
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	}
	
#pd-footerstats strong { 
	color: #0d0d0d;
	font-weight: 700;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 5px;
	}

#pd-footersocial {
	margin-top: 20px;
	}

.socialmedia-widget {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	}
	
.socialmedia-widget li {
	display: inline-block;
	*display: inline; *zoom: 1; 
	padding: 0px;
	margin: 0 5px 0 0;
	position: relative;
	}
	
.socialmedia-widget li a {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #0d0d0d;
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	}
	
.socialmedia-widget li.facebook a  { background: #446ebf; }
.socialmedia-widget li.twitter a  { background: #39aadc; }

.socialmedia-widget li a:hover {  
	opacity: 0.7;
	filter: alpha(opacity=70);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
	
#pd-footerlinks {
	margin-top: 30px;
	color: #b3b3b3;
	font-size: 12px;
	text-align:right;
	}
	
#pd-footerlinks a {
	color: #b3b3b3;
	font-weight: 400;
	}
	
#pd-footerlinks a:hover {
	color: #0d0d0d;
	}
	
#pd-footercopyright {
	margin-top: 40px;
	color: #b3b3b3;
	font-size: 12px;
	}


/*---------------------------------------------- 
6. COLUMNS
------------------------------------------------*/	
.column-section {
	width: 100%;
	margin-top: 40px;
	position: relative;
	}
	div .column-section:first-child {
	margin-top: 0px;
	}
	
.column {
	float: left;
	margin-right: 20px;
	}
	
.col-inner {
	margin-top: 30px;
	padding: 20px;
	background: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	.column .col-inner:first-child {
		margin-top: 0px;
	}
	
.one-full { width: 100%; }
.one-half { width: 50%; }

.last-col { margin-right: 0px; } 




/*---------------------------------------------- 
6. PROFILE
------------------------------------------------*/	
.profile-inner {
	margin-top: 120px;
	}

.profile-inner .profile-head {
	background: #0d0d0d;
	padding: 150px 0 0 0;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	position: relative;
	background-size:cover;
	background-position: center center;
	}
	
.profile-inner .profile-body {
	background: #ffffff;
	padding: 20px 0;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	position: relative;
	}
	
.profile-name .subtitle {
	margin-top: 10px;
	}
	
.profile-name .online-avg {
	margin-top: 4px;
	font-weight: 400;
	font-size: 11px;
	}
	
.profile-name .online-avg span {
	font-style: italic;
	font-weight: 300;
	font-size: 10px;
	margin-left: 5px;
	}
	
.profile-name .cam-rating span {
	width: 54px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	}
	
.profile-name .cam-rating span.star-1 { background: url(../images/star-1.png) no-repeat top left; }
.profile-name .cam-rating span.star-2 { background: url(../images/star-2.png) no-repeat top left; }
.profile-name .cam-rating span.star-3 { background: url(../images/star-3.png) no-repeat top left; }
.profile-name .cam-rating span.star-4 { background: url(../images/star-4.png) no-repeat top left; }
.profile-name .cam-rating span.star-5 { background: url(../images/star-5.png) no-repeat top left; }
	
.profile-pic {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	position: absolute;
	left: 50%; margin-left: -75px;
	top: -75px;
	}
	
.profile-pic img {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	}
	
.profile-pic .edit-avatar {
	position: absolute;
	top: 8px;
	right: 8px;
	border: 2px solid #ebebeb;
	}
	
.profile-pic .profile-status {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #ebebeb;
	display: block;
	color: #e23737;
	}
	.profile-pic .profile-status i { line-height: 25px; font-size: 22px; }
	.profile-pic .profile-status.user-online { color: #23cb96; }
	.profile-pic .profile-status.user-playing { color: #4da5f5; }
	
.profile-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #0d0d0d;
	border-top: 1px solid #404040;
	}
	
.profile-stats li {
	float: left;
	width: 280px;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: inherit;
	margin: 0;
	text-align: center;
	padding: 10px 0 8px 0;
	}
	.profile-stats li:first-child { border-right: 1px solid #404040; width: 279px; }
	
.profile-stats li span {
	display: block;
	margin-bottom: 2px;
	}
	
.profile-infos {
	list-style: none;
	paddin: 0;
	margin: 20px 0 0 0;
	}
	
.profile-infos li {
	font-size: 14px;
	}
	
.profile-infos li i {
	margin-right: 5px;
	}
	
.profile-edit {
	margin-top: 20px;
	}
	
#profile .accept-message {
	font-size: 13px;
	color: #4da5f5;
	margin-top: 20px;
	line-height: 26px;
	}
	
#profile .refuse-message {
	font-size: 13px;
	margin-top: 20px;
	line-height: 26px;
	color: #e23737;
	}
	
#relatedfriends {
	width: 110%;
	overflow:hidden;
	}
	
#relatedfriends li {
	width: 245px;
	padding: 5px;
	height: 40px; overflow: hidden;
	margin: 10px 10px 0 0;
	float: left;
	}
	
	
#relatedfriends .friend-name h6 { position: relative; top: 5px; }	
#relatedfriends li .friend-pic { width: 40px; height: 40px; }
#relatedfriends li .user-status{ top: 19px; right: 5px; }



/* Profile Edit - Avatar*/
.avatar-loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: none;
	}
	
.avatar-loader .loader-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
.avatar-loader .loader {
	background: #ffffff;
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 50%; margin-top: -40px;
	left: 50%; margin-left: -20px;
	}
	
.avatar-loader .loader-info {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	top: 50%; margin-top: 10px;
	left: 0;
	}



/*---------------------------------------------- 
7. Friends
------------------------------------------------*/	
form#search-friend {
	position: relative;
	z-index: 1;
	width: 280px;
	}
	
#search-friend input[type=submit] {
	background: url(../images/search-icon.png) no-repeat top left;
	border-left: 1px solid #cccccc;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 1px;
	right: 0;
	text-indent: -9999px;
	border-radius: 0 ;
	}
	
#search-friend-result {
	width: 280px;
	position: absolute;
	top: 45px;
	left: 0px;
	background: #0d0d0d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 2;
	display: none;
	}
	#search-friend-result.visible { display: block; }
	
#search-friend-result:after, #search-friend-result:before {bottom: 100%; left: 30px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
#search-friend-result:after { border-color: rgba(136, 183, 213, 0); border-bottom-color: #0d0d0d; border-width: 6px; margin-left: -6px; } 
#search-friend-result:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #0d0d0d; border-width: 7px; margin-left: -7px; }

.all-search-result {
	border-top: 1px solid #4d4d4d;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 0;
	color: #ffffff;
	border-radius:  0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	}
	
.all-search-result:hover {
	background: #404040;
	color: #ffffff;
	}
	
.noresults {
	padding: 10px;
	}
	
.userstatus-infos {
	margin-top: 4px;
	font-size: 12px;
	color: #b3b3b3;
	}
	
.userstatus-infos > span {
	margin-right: 20px;
	}
	


/* Friend List */
.friend-list {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
	.search-friend-list { 
		padding: 10px;
	}
	
.friend-list li {
	padding: 5px;
	margin: 10px 0 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	border: 2px solid #0d0d0d;
	}
	.friend-list li:first-child {
	margin: 0;accept
	}
	.friend-list li.accent, .friend-list li:hover {
	background: #404040;
	}
	.friend-list li.selected {
	border: 2px solid #23cb96;
	}
	.search-friend-list li.selected {
	border: none;
	}
	
.friend-list li > a.full-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
	
.friend-list li .friend-pic {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	position: relative;
	}
	
.friend-list li .friend-pic img {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
.friend-list li .friend-info {
	float: left;
	}
	
.friend-list li .friend-name a { color: #0d0d0d; }
.text-light .friend-list li .friend-name a { color: #ffffff; }
.friend-list li .friend-name a:hover { color: #4da5f5; }
	
.friend-list li .accept-message {
	font-size: 11px;
	color: #23cb96;
	}
	
.friend-list li .refuse-message {
	font-size: 11px;
	color: #e23737;
	}
	
.friend-list li .playing-message {
	font-size: 11px;
	color: #4da5f5;
	}
	
.friend-list li .delete-message {
	font-size: 11px;
	color: #0d0d0d;
	}
	
.friend-list li .user-status{
	position: absolute;
	top: 10px;
	right: 5px;
	}
	
.user-status.user-online { color: #23cb96; }
.user-status.user-offline { color: #e23737; }
.user-status.user-playing { color: #4da5f5; }
.user-status.user-unavailable { color: #e8cb09; }

.friend-list .friend-meta {
	font-size: 10px;
	line-height: 16px;
	}
	.friend-list .friend-meta span { margin-left: 10px; }
	.friend-list .friend-meta span:first-child { margin-left: 0px; }


#search-list.friend-list {
	width: 105%;
	overflow:hidden;
	}

#search-list.friend-list li {
	width: 30%;
	float: left;
	margin: 10px 0;
	}
	
	
/* Friend - normal*/
.friend-list.friend-normal li {
	padding: 10px;
	margin: 20px 0 0 0;
	border: none;
	}
	.friend-list.friend-normal li:first-child { margin-top: 0; }
	.friend-list.friend-normal li.newfriend, .friend-list.friend-normal li:hover { background: #f7f7f7; }
	.search-friend-list li:hover { background: #404040 !important; }
	
.friend-list.friend-normal li .friend-pic {
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
.friend-list.friend-normal li .friend-name {
	margin-top: 5px;
	}
	
.friend-list.friend-normal li .user-status{
	top: 20px;
	right: 20px;
	}



/*---------------------------------------------- 
8. CHAT
------------------------------------------------*/	
#side-right .chat-online-list { margin-top: 20px; }

#chat .chat-loader {
	width: 30px;
	position: absolute;
	top: 20px;
	left: 120px;
	}
	
#chat .aside-inner {
	padding: 0px;
	}
	
#chat-partner {
	overflow: hidden;
	border-bottom: 1px solid #404040;
	padding: 10px 10px;
	position: relative;
	}
	
#chat-partner .partner-pic {
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	position: relative;
	}
	
#chat-partner .partner-pic img {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
#chat-partner .partner-info {
	float: left;
	width: 180px;
	}
	
#chat-partner .partner-name {
	line-height: 16px;
	height:16px;
	overflow:hidden;
	}
	
#chat-partner .close-chat {
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 16px;
	line-height: 16px;
	margin-top: -10px;
	color: #ffffff;
	}
	
#chat-talk { 
	}
	
#chat-talk .talk-inner { 
	padding: 10px 5px;
	overflow: hidden !important;
	}
	
#chat-talk .message {
	background: #4da5f5;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	max-width: 75%;
	float: right; 
	margin-top: 10px;
	color: #ffffff;
	line-height: 18px;
	}
	#chat-talk div .message:first-child { margin-top: 0px; }
	
#chat-talk .message-partner { background: #404040; float: left; }

#chat-send {
	border-top: 1px solid #404040;
	padding: 10px;
	overflow: hidden;
	position: absolute;
	width: 250px;
	bottom: 0;
	left: 0;
	}
	
#chat-send textarea.chatmessage {
	height: 30px;
	width: 180px;
	line-height: 16px;
	font-size: 12px;
	padding: 5px;
	}
	
#chat-send input[type=submit] {
	height: 43px; line-height: 43px;
	padding: 0;
	width: 50px;
	float: right;
	}
	
#chat-send input[type=submit]:hover {
	background: transparent;
	}
	
	


/*---------------------------------------------- 
8. PLAYER ROOM
------------------------------------------------*/		
#player-room {
	background: #ffffff;
	margin-top: 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e5e5e5;
	position: relative;
	}
	
#player-room .room-chat {
	float: left;
	width: calc(100% - 240px);
	height: 500px;
	overflow: hidden;
	padding: 0;
	}
	#player-room .room-chat .room-chat-inner {
	margin-top: 10px;
	padding: 0 20px;
	height: 420px;
	overflow: hidden;
	}
		
#player-room .room-user {
	float: right;
	width: 240px;
	height: 500px;
	background: #0d0d0d;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	}
	
#player-room .room-user-inner {
	float: right;
	width: 100%;
	height: 429px;
	overflow: auto;
	overflow: auto;
	}
	
#player-room .room-user-loading {
	position: absolute;
	top: 80px;
	right: 5px;
	width: 230px;
	height: 410px;
	display:none;
	}
	
#player-room .room-user-loading img {
	height: 30px;
	position: absolute;
	top: 20px;
	left: 100px;
	z-index: 1;
	}
	
#player-room .room-user-loading span {
	line-height: 30px;
	position: absolute;
	top: 60px;
	left: 0;
	color: #ffffff;
	z-index: 1;
	width: 100%;
	text-align: center;
	}
	
#player-room .room-user-loading:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: #0d0d0d;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
	
.room-chat .message {
	margin-top: 5px;
	overflow: hidden;
	}
	
.room-chat .pd-message {
	text-align: center;
	font-weight: 600;
	}
	
.room-chat .message .message-user {
	overflow:hidden;
	}
	
.room-chat .message .message-pic {
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	}
	.room-chat .my-message .message-pic { float: right; margin-left: 10px; margin-right: 0px; }
	
.room-chat .message .message-pic img {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
.room-chat .message .message-name {
	line-height: 20px;
	float: left;
	margin-top: 0;
	}
	.room-chat .my-message .message-name { float: right; }
	.room-chat .message .message-name a { color: #0d0d0d; }
	.room-chat .message .message-name a:hover { color: #4da5f5; }
	
.room-chat .message .message-user .avg, .room-chat .message .message-user .webcam {
	line-height: 20px;
	float: left;
	font-size: 10px;
	margin-left: 10px;
	}
	.room-chat .my-message .message-user .avg, .room-chat .my-message .message-user .webcam { float: right; margin-right: 10px; margin-left: 0px; }
	
.room-chat .message .message-text {
	display:inline-block;
	background: #ebebeb;
	max-width: 75%;
	padding: 1px 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 30px;
	margin-top: 3px;
	position: relative;
	}
	.room-chat .my-message .message-text { float: right; margin-right: 30px; margin-left: 0px; background: #4da5f5; color: #ffffff; }

.room-chat .message .message-text .message-time {
	position: absolute;
	bottom: -6px;
	right: -30px;
	color: #0d0d0d;
	font-size: 9px;
	font-style: italic;
	color: #8c8c8c;
	}
	.room-chat .my-message .message-text .message-time { right: inherit; left: -30px; }

.room-chat-send {
	height: 60px;
	margin-top: 19px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	}
	
.room-chat-send .send-loader {
	width: 250px;
	position: absolute;
	top: 10px;
	left: 22px;
	padding-left: 10px;
	background: #ffffff;
	display: none;
	}
	
.room-chat-send .send-loader img {
	width: 20px;
	}
	
.room-chat-send textarea {
	width: calc(95% - 100px);
	}
	
.room-chat-send input {
	width: 100px;
	float: right;
	}
	
.room-user-header {
	padding: 15px 20px 10px 15px;
	position: relative;
	border-bottom: 1px solid #404040;
	height: 45px;
	}
	
.room-user-list {
	padding: 10px;
	}
	
.room-user-list .friend-pic, .room-user-header .friend-pic {
	width: 36px !important;
	height: 36px !important;
	float: left;
	margin-right: 10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
.room-user-header .friend-pic img {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
.room-user-header .friend-meta {
	font-size: 10px;
	line-height: 16px;
	}
	.room-user-header .friend-meta span { margin-left: 10px; }
	.room-user-header .friend-meta span:first-child { margin-left: 0px; }
	
.room-user-header .user-status{
	position: absolute;
	top: 20px;
	right: 18px;
	}

	
.room-user-list .friend-info, .room-user-header .friend-info {
	float: left;
	width: 140px;
	overflow:hidden;
	}
	
.room-user-list .friend-name h6, .room-user-header .friend-name h6 {
	line-height: 20px;
	font-size: 13px;
	height: 20px;
	width: 200%;
	overflow: hidden;
	}
	
.player-room-info {
	margin-top: 5px; 
	padding: 0 5px;
	width: calc(100% - 230px);
	font-size: 12px;
	line-height: 20px;
	}
	
.player-room-info .userstatus-infos {
	float: right;
	margin-top: 0px;
	font-size: 12px;
	line-height: 20px;
	}
	
	
/* Sort List */
#player-room-sort {
	position: absolute;
	top: -44px;
	right: 0;
	width: 240px;
	}
	
#player-room-sort label  {
	font-size: 12px;
	font-weight: 700;
	width: 100px;
	}
	
#player-room-sort select {
	font-size: 12px;
	color:#8c8c8c;
	background: #ffffff url(../images/select-arrow.png) no-repeat 119px 15px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 7px;
	width: 140px;
	}


/*---------------------------------------------- 
8. History
------------------------------------------------*/	
#history-page {
	position: relative;
	}
	

/* History List*/
#history-list {
	list-style:none;
	padding: 0;
	margin: 40px 0 0 0;
	}
	
#history-list .history-item {
	background: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 10px 120px;
	}
	
#history-list .history-item .match-result {
	background: #23cb96;
	color: #ffffff;
	font-size: 14px;
	line-height: 95px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
	border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-khtml-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100px;
	text-align: center;
	}
	#history-list .history-item .match-result.lost { background: #e23737; }
	#history-list .history-item .match-result.draw { background: #0d0d0d; }
	#history-list .history-item .match-result.single { background: #4da5f5; }

	
#history-list .history-item .match-infos {
	text-align:left;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	}
	
#history-list .history-item .match-infos .match-name {
	float: left;
	line-height: 20px;
	}
	
#history-list .history-item .match-infos .match-date {
	color: #b3b3b3;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
	float: left;
	margin-left: 10px;
	}

#history-list .history-item .match-opponent {
	overflow: hidden;
	margin-top: 15px;
	}
	
#history-list .history-item .match-opponent .opponent-pic {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-right: 20px;
	}
	
#history-list .history-item .match-opponent .opponent-pic img {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
#history-list .history-item .match-opponent .opponent-name {
	float: left;
	margin: 0;
	line-height: 40px;
	}
	
#history-list .history-item .match-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	}
	
#history-list .history-item .delete-match {
	position: absolute;
	top: 50%; margin-top: -9px;
	right: 20px;
	}
	
#history-list .history-item:hover { background: #0d0d0d; color: #ffffff; }	
#history-list .history-item:hover h5, #history-list .history-item:hover h4 { color: #ffffff; }	
#history-list .history-item:hover .match-infos { border-color: #404040; }	
#history-list .history-item:hover .match-date { color: #666666; }	

	
	
/* History Match Stats */
#match-info {
	margin-top: 20px;
	}
	
#match-info .match-date {
	display: inline-block;
	}
	
#match-info .match-date .options{
	text-transform: uppercase;
	}
	
#match-info .match-comment {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	width: 300px;
	position: relative;
	}
	
#match-info .match-comment .comment-inner.hidden {
	display: none;
	}

	
#match-info .match-comment .comment-box {
	width: 287px;
	padding: 5px;
	font-style: italic;
	font-weight: 300;
	background: #f7f7f7;
	height: 50px;
	margin-top: 10px;
	font-size: 12px; 
	line-height: 16px;
	}
	
#match-info .match-comment input {
	height: 18px;
	line-height: 18px;
	padding: 0;
	width: 110px;
	font-size: 9px;
	position: absolute;
	top: 2px;
	right: 0;
	}
	
#match-info .match-comment .comment-saved {
	font-style: italic;
	font-size: 11px;
	position:absolute;
	right: 4px;
	bottom: -17px;
	color: #23cb96;
	}
	
.add-matchcomment { 
	position: absolute;
	top: 3px;
	right: 1px;
}


#match-stats {
	overflow: hidden;
	}
		
#match-stats .stats-header .match-player {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	overflow:hidden;
	}
	#match-stats .stats-header.stats-header-full .match-player { width: 100%; float: none; }
	
#match-stats .stats-header .match-player .player-info {
	width: calc(100% - 50px);
	float: right;
	}
	#match-stats .stats-header .match-player:first-child .player-info { float: left; }
	
#match-stats .stats-header .match-player .player-pic {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
#match-stats .stats-header .match-player .player-pic img {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
	
#match-stats .stats-header .match-player .player-name {
	margin-top: 10px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	}
	
#match-stats .stats-header .match-player .player-result {
	display: inline-block;
	background: #23cb96;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 20px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	}
	#match-stats .stats-header .match-player .player-result-loser { background: #e23737; }
	#match-stats .stats-header .match-player .player-result-draw { background: #0d0d0d; }
	
#match-stats .stats-header .match-player .player-result-score {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px; 
	margin-top: 20px;
	}
	#match-stats .stats-header .match-player .player-result-score.accent {
	font-size: 44px;
	line-height: 56px; 
	}
	#match-stats .stats-header .match-player .player-result-score span.name {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px; 
	display: block;
	}
	#match-stats .stats-header .match-player .player-result-score span.score-avg {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px; 
	display: block;
	color: #b3b3b3;
	}
	
#match-stats .stats-header .match-player .player-result-score.result-left {
	float: left;
	width: 49%;
	width: calc(50% - 1px);
	border-right: 1px solid #e5e5e5;
	}
	
#match-stats .stats-header .match-player .player-result-score.result-right {
	float: left;
	width: 50%;
	}
	
#match-stats .stats-header .player-score {
	width: 50px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 0px;
	}
	#match-stats .stats-header .match-player:first-child .player-score { right: 0px; left: inherit; border-right: 1px solid #2595bf; }
	
#match-stats .stats-header .player-score span {
	display: block;
	background: #2baddd;
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	}
	#match-stats .stats-header .player-score span:first-child { border-radius: 0 4px 0 0; 	}
	#match-stats .stats-header .match-player:first-child .player-score span:first-child { border-radius: 4px 0 0 0; 	}
	#match-stats .stats-header .player-score span:last-child { border-radius: 0 0 4px 0; 	}
	#match-stats .stats-header .match-player:first-child .player-score span:last-child { border-radius: 0 0 0 4px; 	}

	#match-stats .stats-header .player-score.nosets { margin-top: -24px; }
	#match-stats .stats-header .player-score.nosets span.score-sets { display: none; }
	#match-stats .stats-header .player-score.nosets span.score-legs:not(.name) { border-radius: 0 0 4px 0; }
	#match-stats .stats-header .match-player:first-child .player-score.nosets span.score-legs:not(.name) { border-radius: 0 0 0 4px; }
	
		
#match-stats .stats-header .player-score span.name {
	background: #29a4d2;
	font-weight: 400;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	}
	
#match-stats .stats-body {
	overflow:hidden;
	margin-top: 30px;
	}
	
#match-stats .stats-body ul {
	margin: 0px;
	float: left;
	width: 40%;
	list-style: none;
	text-align: left;
	font-weight: 400;
	color: #0d0d0d;
	}
#match-stats .stats-body ul:first-child { text-align: right; }
	
#match-stats .stats-body ul.stats-info {
	width: 20%;
	text-align: center;
	color: #808080;
	text-transform: uppercase;
	font-weight: 600;
	}
	
#match-stats .stats-body ul li { margin: 4px 0; line-height: 30px; font-size: 15px; }

.morris-graph {
	width: 100%;
	height: 260px;
	margin-top: 20px;
	}
	

/* Match Overview */
#match-overview {
	position: relative;
	margin-top: 40px;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 20px;
	}

#match-overview table {
	/*width: 100%;*/
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}

#match-overview table th, #match-overview table td {
	width: 90px;
	height: 44px;
	min-width: 90px;
	}
	#match-overview table th.name-col, #match-overview table td.name-col {
	width: 140px;
	text-align: left;
	}

#match-overview table tbody tr {
	
	}
	#match-overview table tbody td.name-col { border: none; }

#match-overview table tbody td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	}
	#match-overview table tbody td.name-col { border: none; border-right: 1px solid #cccccc; }

#match-overview table tbody td:nth-child(2n) { background: #f7f7f7; }

#match-overview table tbody td > div {
	position: relative;
	}
	
#match-overview table tbody td .darts { font-weight: bold; }

#match-overview table tbody td .finish, #match-overview table tbody td .score { 
	font-size: 10px;
	position: absolute;
	bottom: -13px;
	right: 6px;
	}
	
#match-overview table tbody td .break { 
	font-size: 8px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 3px;
	position: absolute;
	top: -12px;
	left: -1px;
	background: #4da5f5;
	color: #ffffff;
	}
	
#match-overview table tbody td .leg-end { 
	position: absolute;
	bottom: -12px;
	right: -1px;
	background: #4d4d4d;
	width: 2px;
	height: 46px;
	z-index: 1;
	}

	

/*---------------------------------------------- 
9. Game Stats
------------------------------------------------*/	
#gamestats-page, #analytics-page {
	position: relative;
	}
	
/* Stats Infos */	
.avg-info, .scoring-info, .checkout-info {
	margin-top: 40px;
	}
	
.avg-col {
	width: 50%;
	float: left;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	}
	.dartavg, .player1 { background: #4da5f5; border-radius: 4px 0 0 4px; }
	.firstxavg, .player2 { background: #0d0d0d; border-radius: 0 4px 4px 0 ; }
	
.scoring-col, .checkout-col {
	width: 32.5%;
	width: calc(33.3% - 1px);
	float: left;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	padding: 10px 0;
	}
	div .scoring-col:last-child, div .checkout-col:last-child { 
	border: none;
	}
.checkout-col { min-height: 224px; }

.avg-col .avg-title {
	color: #ffffff;
	margin-bottom: 20px;
	}
.scoring-title, .checkout-title { margin-bottom: 20px; }
	
.avg-col .highest, .avg-col .lowest {
	float: left;
	width: 50%;
	font-size: 42px; font-weight: 700;
	line-height: 60px;
	}
	.avg-col .highest { width: 49%; border-right: 1px solid #82bef5; }
	.firstxavg .highest, .player2 .highest {border-color:#404040; }

.scoring-col .total, .checkout-col .total {
	font-size: 60px; font-weight: 700;
	line-height: 70px;
	color: #0d0d0d;
	}
.checkout-col.pie-sibling .total { padding-top: 30px; }
.checkout-col.pie .total { padding-top: 10px; }

.avg-col .total {
	font-size: 20px;
	margin-top: 20px;
	}
	
.avg-col .total-big {
	font-size: 42px; 
	font-weight: 800 !important;
	line-height: 60px;
	margin-top: 20px;
	}
	
.avg-col .highest span, .avg-col .lowest span, .avg-col .total span, .avg-col .total-big span, .scoring-col .total span, .checkout-col .total span {
	display:block;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.5;
	filter: alpha(opacity=50);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
	
.avg-col .total-big span {
	font-size: 16px;
	line-height: 22px;
	}
	
.missed-darts { margin-top: 40px; }
.missed-darts h5 { color: #e23737; }
.missed-darts .total { font-size: 60px; font-weight: 700; line-height: 70px; color: #0d0d0d; }
.missed-darts .total span {
	display:block;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.5;
	filter: alpha(opacity=50);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
	
	
/* Clock Col*/
.clock-field-section { margin-top: 20px;}	
.clock-field-section h5 { font-size: 18px; }	
.clock-field-section .column { text-align: center; }	
.clock-field-section .column .chart { margin-top: 15px; }	

	
/* Pie Chart */	
.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  font-size: 38px;
  color: #0d0d0d;
  font-weight: 700;
}
.chart-small { 
	width: 100px;
	height: 100px;
	font-size: 22px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 150px;
  z-index: 2;
}
.chart-small .percent { line-height: 100px; }
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .5em;
  color: #b3b3b3;
  font-weight: 300;
}
.chart-small .percent:after { font-size: .7em; }



/* Date Range */
#date-range {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 318px;
	height: 36px;
	}
	
#date-range select {
	width: 58px;
	float: left; margin-right: 4px;
	padding-left: 2px;
	background-position: 40px 14px;
	}
	
.datepicker-holder {
	float: left;
	margin-right: 4px;
	}
	
input#datefrom, input#dateto {
	background: #ffffff url(../images/calendar.png) no-repeat 80px 10px;
	width: 92px;
	padding-left: 6px;
	}
	
input.refresh-button {
	width: 40px ;
	background-image: url(../images/refresh.png);
	background-repeat: no-repeat;
	background-position: 12px 11px;
	text-indent: -9999px;
	}	



/*---------------------------------------------- 
10. DASHBOARD
------------------------------------------------*/	
.quickgame .col-inner {
	background: #4da5f5;
	text-align: center;
	position: relative;
	}
	/*.quick-cricket .col-inner { background: #23cb96; }
	.quick-clock .col-inner { background: #e23737; }
	.quick-bob .col-inner { background: #23cb96; }*/
	.quickgame .col-inner:hover {
	background: #0d0d0d;
	}

.quickgame .game-name {
	font-weight: 700;
	color: #ffffff;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height:  36px;
	padding: 70px 0;
	}
	
.quickgame .full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
.quickgame .info-link {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -6px;
	}


		
	
/*---------------------------------------------- 
10. ELEMENTS
------------------------------------------------*/	

/* pd-animation */
.pd-animation {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
	transform: scale(0);	-ms-transform: scale(0); 	-webkit-transform: scale(0);
	}

.pd-animation.animated { 
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
	transform: scale(1.0);
	-ms-transform: scale(1.0); 
	-webkit-transform: scale(1.0);
	}


/* badge */
.badge {
	background: #e23737;
	font-size: 10px;
	color: #ffffff;
	font-weight: 600;
	height: 14px;
	line-height: 14px;
	padding: 1px 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	top: -4px;
	right: -8px;
	}
	
.badge-green {
	background: #23cb96;
	}
	
.badge-blue {
	background: #4da5f5;
	}


/* buttons */
.pd-button {
	background: #0d0d0d;
	color: #ffffff;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: 600;
	}
	
.pd-iconbutton { 
	background: #4da5f5;
	color: #ffffff;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	font-size: 12px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	}
	
.pd-button:hover { background: #4da5f5; color: #ffffff;} 
.pd-iconbutton:hover { background: #3c80be; color: #ffffff; }
	
.pd-button.button-mini { font-size: 8px; line-height: 12px; padding: 1px 4px; }
.pd-button.button-small { font-size: 10px; line-height: 14px; padding: 2px 5px; }
	
.pd-button.button-2 {	background: #4da5f5; }
.pd-button.button-2:hover {	background: #75baf5; }
.pd-button.button-error {	background: #e23737; }
.pd-button.button-error:hover {	background: #f24747; }
.pd-button.button-confirm {	background: #23cb96; }
.pd-button.button-confirm:hover {	background: #1ca278; }


/* seperator */
.seperator {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	margin: 20px 0 0 0;
	}
	
	
/* spacer */
.spacer {
	width: 100%;
	height: 20px;
	}
	

	
/* Alerts */	
.alert-message {
	background: #e23737;
	font-weight: 400;
	font-size: 13px;
	color: #ffffff;
	line-height: 20px;
	padding: 12px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px;
	margin-top: 20px;
	}
	
.confirm-alert {
	background: #23cb96;
	}
	
	
	
/*	Toggle/Accordion
------------------------------------------------*/
.accordion {
	margin-top: 20px;
	}
	div .accordion:first-child {	margin-top: 0px; }
	
.toggle-item {
	margin-top: 20px;
	}
	div .toggle-item:first-child {	margin-top: 0px; }
	
.toggle-item .toggle-title {
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	}
	
.toggle-item .toggle-title .toggle-icon .fa {
	color: #0d0d0d;
	float: left;
	top: 5px;
	position: relative;
	}
	
.toggle-icon .fa-chevron-right { display: block; }
.toggle-icon .fa-chevron-down { display: none; }
.toggle-active .fa-chevron-right { display: none; }
.toggle-active .fa-chevron-down { display: block; }
		
.toggle-item .toggle-title .toggle-name {
	float: left;
	margin: 0 0 0 20px;
	}
	
.toggle-item .toggle-inner {
	padding: 20px;
	display: none;
	background: #f7f7f7;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	margin-top: 20px;
	position: relative;
	}
	
	
.share-item {
	text-align: center;
	}
	
.share-item .toggle-title {
	font-size: 16px;
	font-weight: 600;
	color:#0d0d0d;
	}
	
.share-item .toggle-inner {
	padding: 0;
	display: none;
	background: none;
	margin-top: 20px;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	}
	
.share-item .facebook-share, .share-item .twitter-share {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 4px ;
	font-size: 18px;
	}
	
.share-item .facebook-share {
	background: #446ebf;
	color: #ffffff;
	}	
	
.share-item .twitter-share {
	background: #39aadc;
	color: #ffffff;
	}	
	

/*---------------------------------------------- 
10. LOAD MORE
------------------------------------------------*/	
.loadmore {
	text-align: center;
	margin-top: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #e5e5e5;
	}
	
.loadmore a {
	color: #0d0d0d;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 20px 0;
	display:block;
	width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	.loadmore a:hover { background: #4da5f5; color: #ffffff; }
	
.loadmore a i {
	margin-right: 10px;
	}
	



/*---------------------------------------------- 
10. UNFINISHED MATCHES
------------------------------------------------*/	
.unfishied-matches {
	list-style: none;
	margin: 0;
	}
	
.unfishied-matches li {
	margin-top: 40px;
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.unfishied-matches li .match-infos {
	background: #0d0d0d;
	color: #ffffff;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	overflow: hidden;
	}
	
.unfishied-matches li .match-infos .settings  {
	float: left;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 15px;
	}
	
.unfishied-matches li .match-infos .settings span  {
	text-transform: uppercase;
	margin-left: 10px;
	}
	
.unfishied-matches li .legs, .unfishied-matches li .sets  {
	border-left: 1px solid #404040;
	float: right;
	padding: 2px 0;
	width: 60px;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	}
	
.unfishied-matches li .legs span, .unfishied-matches li .sets span  {
	display: block;
	font-size: 8px;
	line-height: 12px;
	text-transform: inherit;
	font-style: italic;
	font-weight: 300;
	}

.unfishied-matches li .match-participant {
	overflow: hidden;
	padding: 5px 10px;
	position: relative;
	border-top: 1px solid #e5e5e5;
	}
	
.unfishied-matches li .match-participant .pic {
	width: 25px;
	height: 25px;
	float: left;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	-webkit-border-radius: 40px;
	}
	
.unfishied-matches li .match-participant .pic img {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	-webkit-border-radius: 40px;
	}
	
.unfishied-matches li .match-participant .name {
	margin-left: 10px;
	float: left;
	margin-top: 0;
	line-height: 25px;
	}
	
.unfishied-matches li .match-participant .score  {
	overflow:hidden;
	position: absolute;
	top: 0;
	right: 0;
	background: #29a4d2;
	height: 100%;
	}
	
.unfishied-matches li .match-participant .legs, .unfishied-matches li .match-participant .sets  {
	border: none;
	color: #ffffff;
	line-height: 32px;
	font-size: 14px;
	border-left: 1px solid #2595bf;
	}
	
.unfishied-matches li .match-continue {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	}
	
.unfishied-matches li input[type=submit] {
	background: #23cb96;
	color: #ffffff;
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-khtml-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	line-height: 14px;
	font-size: 12px;
	width: 50%;
	float: left;
	padding: 5px 0;
	height: 26px;
	}
	
.unfishied-matches li input[type=submit]:hover {
	background: #1ca278;
	}
	
.unfishied-matches li .delete-tmpmatch {
	line-height: 14px;
	font-size: 12px;
	width: 50%;
	float: left;
	font-family: 'Open Sans';
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	color: #ffffff;	
	background-color: #e23737;
	padding: 6px 0;
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-khtml-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
	}
	
.unfishied-matches li .delete-tmpmatch:hover { background: #ad2a2a; }
	

.unfishied-matches li .match-continue .continue-disabled {
	width: 48%;
	display: block;
	float: left;
	font-size: 9px;
	line-height: 12px;
	padding: 1%;
	}	
	
	
/*---------------------------------------------- 
10. MODAL WINDOW
------------------------------------------------*/	
.modal-window, .popup-window {
	height: 100%;
	width: 100%;
	position: fixed; 
	top: 0;
	left: 0;
	display: none;
	z-index: 1010;
	}
	#modal-weightforanswer { display: block; }
	#start-to-throw { display: block; }
		
.modal-bg, .popup-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 999;
	top: 0;
	left: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	
.modal-panel, .popup-panel {
	text-align: center;
	height: 300px;
	width: 260px;
	padding: 0;
	position: absolute;
	top: 50%; margin-top: -130px;
	left: 50%; margin-left: -130px;
	background: #ffffff;
	z-index: 1000;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px;
	}
	
.modal-panel .modal-title, .popup-panel .popup-title { 
	padding: 15px;
	background: #ebebeb;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	}
	
.modal-panel .modal-title .title-info { 
	font-size: 12px;
	line-height: 18px;
	}
	
.modal-panel .modal-title .title-info span { 
	text-transform: uppercase;
	}
	
ul.modal-choice {
	list-style: none;
	padding:0;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	}
	
ul.modal-choice li {
	margin-top: 6px;
	}
	
ul.modal-choice li a {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 13px; 
	line-height: 22px ;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	width: 180px;
	display: inline-block;
	color: #ffffff;	
	background: #46484d;
	padding: 6px 0;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	}
ul.modal-choice li a:hover { background: #4da5f5; }
ul.modal-choice li a:focus { background: #0d0d0d; }

ul.modal-choice li input[type=submit] {
	width: 180px;
	padding: 5px 0;
	margin-left: 40px;
	background: #4da5f5;
	}
ul.modal-choice li input[type=submit]:hover { background: #3c80be; }
ul.modal-choice li input.rematch { background: #46484d; }
ul.modal-choice li input.rematch:hover { background: #4da5f5; }
ul.modal-choice li input.rematch:focus { background: #0d0d0d; }

.panel-weightforanswer .loader { margin-top: 60px; }
.panel-weightforanswer .loader, .panel-weightforanswer .loader img { height: 40px; }
.panel-weightforanswer .modal-info { position: absolute; width: 100%;
bottom: 10px; left: 0px; }

.panel-weightforanswer .return-error i { color: #e23737; font-size: 70px; }
.panel-weightforanswer .return-confirm i { color: #23cb96; font-size: 70px; }

/* Invite Modal */
ul.modal-choice li.invite-refuse a { background: #e23737; }
ul.modal-choice li.invite-refuse a:hover { background: #ad2a2a; }


/* Share Buttons */
ul.modal-choice li.share-fb { margin-bottom: 20px; }
ul.modal-choice li.share-fb a { background: #3b5a99; text-transform: inherit; letter-spacing: inherit; }
ul.modal-choice li.share-fb i { margin-right: 10px; }

/* End Message */
.modal-panel .modal-title.winner-title i.fa { color: #23cb96; font-size: 50px; line-height: 50px; }
.modal-panel .modal-title.looser-title i.fa { color: #e23737; font-size: 50px; line-height: 50px; }
.modal-panel .modal-title.draw-title i.fa { color: #0d0d0d; font-size: 50px; line-height: 50px; }
.modal-panel .modal-title.winner-title h5 , .modal-panel .modal-title.looser-title h5 , .modal-panel .modal-title.draw-title h5 { margin-top: 5px; }


/*	START TO THROW FOR ONLINE */
ul.startthrow-choice li a { 
	font-weight: 300;
	font-size: 12px; 
	line-height: 16px ;
	text-transform: none;
	text-align: center;
	letter-spacing: 0em;
	padding: 10px 0;
	}
	
ul.startthrow-choice li img { 
	width: 16px;
	height: 16px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	-webkit-border-radius: 40px;
	margin-right: 5px;
	}
	
#start-to-throw .loader { margin-top: 60px; }
#start-to-throw .loader, #start-to-throw .loader img { height: 40px; }
	
ul.startthrow-choice li a:hover { background: #4da5f5; }


.rating-cam {
	background: #ffffff;
	height: 100px;
	padding-top: 30px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 10;
	}
	.rating-cam.hidden {
		display: none;
		}
	
.rating-cam i {
	font-size: 10px;
	}

.rating {
	overflow: hidden;
	height: 20px;
	position: relative;
	margin-top: 40px;
	width: 121px;
	margin: 20px auto 0 auto;
	}
	
.rating a {
	width: 121px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff url(../images/rating.png) no-repeat 0px 0px;
	z-index: 1;
	text-indent: -9999px;
	}
	.rating a:hover {
	background-position: 0px -20px;
	}
	
.rating .rate-1 { width: 24px; z-index: 5; }
.rating .rate-2 { width: 48px; z-index: 4; }
.rating .rate-3 { width: 72px; z-index: 3; }
.rating .rate-4 { width: 98px; z-index: 2; }

.rating-loader {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	display: none;
	}
	
.rating-loader img {
	width: 20px;
	height: 20px;
	}


.modal-loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: none;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	
.modal-loader img {
	width: 40px;
	height: 40px;
	position: relative;
	top: 50%;
	margin-top: -20px;
	}
	

/*---------------------------------------------- 
11. POPUP WINDOW 
------------------------------------------------*/
.popup-window {
	/*display:block;*/
	z-index: 1000;
	}
	
.popup-panel {
	text-align: left;
	height: 500px;
	width: 600px;
	position: absolute;
	top: 50%; margin-top: -250px;
	left: 50%; margin-left: -300px;
	overflow: hidden;
	}

.popup-title {
	text-align: center;
	}
	
.popup-inner {
	padding: 40px;
	}
	
.close-popup {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	top: 50%; margin-top: -300px;
	left: 50%; margin-left: -15px;
	z-index: 1000;
	color: #ffffff;
	}
	
.close-popup:hover { color: #e23737; }


/*---------------------------------------------- 
12. CUSTOM ALERT
------------------------------------------------*/
#custom-alert {
	height: 100%;
	width: 100%;
	position: fixed; 
	top: 0;
	left: 0;
	display: none;
	z-index: 111;
	}
	
.bg-custom-alert {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	
.alert-box {
	text-align: center;
	height: 160px;
	width: 400px;
	padding: 0;
	position: absolute;
	top: 50%; margin-top: -80px;
	left: 50%; margin-left: -200px;
	background: #ffffff;
	z-index: 11;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px;
	}
	
.alert-box .alert-title { 
	padding: 15px;
	font-size: 19px;
	line-height: 24px;
	background: #ebebeb;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	}
	
.alert-box .alert-text { 
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #e23737;
	}
	
ul.alert-options {
	list-style: none;
	padding:0;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	}
	
ul.alert-options li {
	display: inline-block;
	margin: 0; 
	}
	
ul.alert-options li a {
	margin: 0px 10px; 
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 13px; 
	line-height: 22px ;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	width: 80px;
	display: inline-block;
	color: #ffffff;	
	background: #46484d;
	padding: 4px 0;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px;
	}
	
ul.alert-options li a.alert-ok { background: #4da5f5; }
ul.alert-options li a.alert-ok:focus, ul.alert-options li a.alert-ok:hover { background: #3c80be; }

ul.alert-options li a.alert-yes { background: #23cb96; }
ul.alert-options li a.alert-yes:focus, ul.alert-options li a.alert-yes:hover { background: #1ca278; }

ul.alert-options li a.alert-no { background: #e23737; }
ul.alert-options li a.alert-no:focus, ul.alert-options li a.alert-no:hover { background: #ad2a2a; }




/*---------------------------------------------- 
10. Notification
------------------------------------------------*/	
#notification {
	width: 300px;
	position: fixed;
	top: 60px;
	right: 0px;
	z-index: 999;
	background: #23cb96;
	border-radius: 0px 0px 0px 4px;
	-moz-border-radius: 0px 0px 0px 4px;
	-khtml-border-radius: 0px 0px 0px 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	opacity: 0.95;
	filter: alpha(opacity=95);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	}
	#notification.notification-green { background: #23cb96; }
	#notification.notification-red { background: #e23737; }
	
.notification-inner {
	padding: 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	}
	
.notification-link {
	padding: 10px 20px;
	border-top: 1px solid #26dea4;
	display: block;
	border-radius: 0px 0px 0px 4px;
	-moz-border-radius: 0px 0px 0px 4px;
	-khtml-border-radius: 0px 0px 0px 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 11px; 
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
	}
	#notification.notification-green .notification-link { border-top: 1px solid #26dea4; }
	#notification.notification-red .notification-link { border-top: 1px solid #f33b3b; }
	
.notification-link:hover {
	background: #1ca278;
	color: #ffffff;
	}
	#notification.notification-green .notification-link:hover { background: #1ca278; }
	#notification.notification-red .notification-link:hover { background: #ad2a2a; }





@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) { 
	.rating a 
	{
		background-image: url(../images/rating@2x.png);
		-webkit-background-size: 120px 40px; 
	   	-moz-background-size: 120px 40px; 
	    -o-background-size: 120px 40px; 
		background-size: 120px 40px; 
	}
	.profile-name .cam-rating span.star-1 { 
		background-image: url(../images/star-1@2x.png) ; 
		-webkit-background-size: 54px 10px; 
	   	-moz-background-size: 54px 10px; 
	    -o-background-size: 54px 10px;  
		background-size: 54px 10px; 
	}
	.profile-name .cam-rating span.star-2 { 
		background-image: url(../images/star-2@2x.png) ; 
		-webkit-background-size: 54px 10px; 
	   	-moz-background-size: 54px 10px; 
	    -o-background-size: 54px 10px;  
		background-size: 54px 10px; 
	}
	.profile-name .cam-rating span.star-3 { 
		background-image: url(../images/star-3@2x.png) ; 
		-webkit-background-size: 54px 10px; 
	   	-moz-background-size: 54px 10px; 
	    -o-background-size: 54px 10px;  
		background-size: 54px 10px; 
	}
	.profile-name .cam-rating span.star-4 { 
		background-image: url(../images/star-4@2x.png) ; 
		-webkit-background-size: 54px 10px; 
	   	-moz-background-size: 54px 10px; 
	    -o-background-size: 54px 10px;  
		background-size: 54px 10px; 
	}
	.profile-name .cam-rating span.star-5 { 
		background-image: url(../images/star-5@2x.png) ; 
		-webkit-background-size: 54px 10px; 
	   	-moz-background-size: 54px 10px; 
	    -o-background-size: 54px 10px;  
		background-size: 54px 10px; 
	}
}