/*-----------------------------------------------------------------------------------
	COLORS:
	
	default font color			#666666
	light font color				#999999
	dark font color				#0d0d0d
	
	body background				#fafafa
		
	main color						#4da5f5


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

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)
	2. 	GENERAL ELEMENTS
	3.	HEADER
	4.	PAGE LOADER
	5.  FOOTER
	6.  NAVIGATION & MENU
	7.  SLIDER
	8.  SECTION
	9. 	PORTFOLIO
	10. PORTFOLIO AJAX
	11. FILTER
	12. BLOG
	13. COLUMNS GRID
	14. MAP
	15. ELEMENTS / SHORTCODES
	16. WIDGETS
	17. IMG OVERLAY
	18. LOADER ICON
	19. ANIMATIONS
	20. CUSTOM
	
-----------------------------------------------------------------------------------*/



/*---------------------------------------------- 
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:18px; 
	line-height: 32px;
	color:#666666; 
	text-align: left; 
	position: relative;
	background: #ffffff;
	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: 'Montserrat'; 
	font-weight: 400;
	color: #0d0d0d;
	letter-spacing: -0.03em;
	}
	.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }

h1 { font-size: 110px; line-height: 130px; }
h2 { font-size: 70px; line-height: 80px; }
h3 { font-size: 48px; line-height: 58px; }
h4 { font-size: 30px; line-height: 40px; }
h5 { font-size: 22px; line-height: 30px; }
h6 { font-size: 18px; line-height: 26px; }

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 { opacity: 0.6; filter: alpha(opacity=60);	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

/* Headers for section titles */

	

/* Forms
---------------------------------------- */
::-webkit-input-placeholder { color: #0d0d0d; }
:-moz-placeholder { color: #0d0d0d; }
::-moz-placeholder { color: #0d0d0d; }
:-ms-input-placeholder { color: #0d0d0d; }

input[type=text], input[type=password], input[type=email], textarea {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 300;
	font-size: 18px;
	background: #ffffff;
	border: none;
	border-bottom: 2px solid #d9d9d9;
	line-height: 24px;
	height: 24px;
	color:#0d0d0d;
	padding: 6px 0px;
	transition: all 200ms linear;
	}
		
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus { 
	border-color: #0d0d0d;
}

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

input[type=text], input[type=password], input[type=email] { width: 100%; max-width: 100%; }		/* padding issue (240 + 2*5 = 250) */
textarea { width: 100%; min-height: 100px; max-width: 100%; line-height: 26px; }		/* padding issue (395 + 2*5 = 405) */

.one-half input[type=text], .one-half input[type=password], .one-half input[type=email] { width: 520px; }
.one-half textarea { width: 520px; }

input[type=submit] {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px; 
	line-height: 22px ;
	letter-spacing: 0.15em; 
	text-transform: uppercase;
	text-align: center;
	display: block;
	border: none;
	color: #0d0d0d;
	background: #ffffff;	
	border: 2px solid #0d0d0d;
	cursor: pointer;
	padding: 12px 40px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	}
	
input[type=submit]:hover { 
	background: #0d0d0d;
	color: #ffffff;
	}
	
select {
	border: 3px solid #ebebeb ;
	height: 44px;
	width: auto;
	padding:8px;
	color: #808080;
	border-radius: 0px;
	-moz-border-radius:0x; 
	-khtml-border-radius:0px; 
	-webkit-border-radius:0px;
	}
select:hover {	border-color: #0d0d0d;	}
	
select option {
	cursor: pointer;
	padding: 5px 7px;
	}
	
label {
	line-height: 26px;
	width: 100%;
	display:none;
	color: #0d0d0d;
	}
	
form {
	margin-top: 20px;
	}
	
form .form-row {
	margin-top: 20px;
	position: relative;
	}
	
form .form-submit {
	margin-top: 40px;
	}
	
div form:first-child, form .form-row:first-child 	 {
	margin-top: 0px;
	}
	

/* Chech formular */
#form-note {
	display: none;
	margin-top: 20px;
	}



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

a:hover {
	color: #0d0d0d;
	}	
	
.text-light p a { color: #ffffff; }
.text-light p a:hover { border-color: #ffffff; }



/* 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; }
	
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;
	font-size: 16px;
	margin-left: 20px;
	}
	ul li:first-child, ol li:first-child { margin-top: 0px; }	

ul.list-nostyle {
	list-style: none !important;
	margin-left: 0 !important;
	}
	
ul.list-nostyle li > .fa {
	margin-right: 10px;
	color: #999999;
	}
	


/* Others
---------------------------------------- */
p { 
	margin-top: 20px; 
	}
	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: 600;
	}



/*---------------------------------------------- 
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
	overflow: hidden;
	margin: 0;
	min-width: 1200px;
	position: relative;
	}

.wrapper {
	width: 1100px;
	margin: 0 auto;
	}
	.wrapper-mini { width: 900px;  }
	
.wrapper:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.wrapper { *display: inline-block; height: 1%; }
	
.left-float { 
	float: left; 
	}
	
.right-float { 
	float: right; 
	}
	
.align-center {
	text-align: center;
	}
	
.align-right {
	text-align: right;
	}
	
.text-light {
	color: #ffffff;
	}	
	


/*---------------------------------------------- 
3. HEADER
------------------------------------------------*/
#cookie-info {
	padding: 10px 20px;
	background: #0d0d0d;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-weight: 400;
	width: 100%;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #262626;
	display: none;
	}

header {
	width: 100%;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	}
	header.addbg, header.default-black { background: #0d0d0d; }
	
#logo {
	padding: 20px 0; 
	max-width: 100%;
	max-height: 100%;
	height: 40px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	}
	
#logo img {
	max-height: 100%;
	}



/*---------------------------------------------- 
3. FOOTER
------------------------------------------------*/	
footer {
	background: #f7f7f7;
	width: 100%;
	}
	
footer .footer-inner {
	padding: 60px 0;
	overflow: hidden;
	line-height: 22px;
	}

	
#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 !important;
	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: 20px;
	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. NAVIGATION & MENU
------------------------------------------------*/
.menu {
	position: relative;
	}

nav#main-nav {
	z-index: 50;
	}
	
nav#main-nav ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
nav#main-nav ul li {
	position: relative;
	z-index: 45;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	}

nav#main-nav > ul > li > a  {
	display: block;
	font-family: 'Open Sans'; 
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;					/* depending on the logo height */
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 45;
	padding: 20px 0;
	width: auto;
	letter-spacing: 0.06em;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	}
	
nav#main-nav > ul > li:hover > a {
	z-index: 48;
	color: #999999;
	}
	


/*---------------------------------------------- 
8. SECTION
------------------------------------------------*/
section { }

.section-inner { padding-top: 120px; }
.notoppadding .section-inner {	padding-top: 0px; }

.horizontalsection .horizontalinner {
	padding: 120px 0;
	}

#currently-working {
	width: 1100px; margin: 0 auto;
	}	
	
/*---------------------------------------------- 
13. COLUMNS GRID
------------------------------------------------*/
.column-section { margin-top: 120px; }
div .column-section:first-child { margin-top: 0px; }
	
.column { 
	float: left; 
	margin-right: 80px;
	min-height: 1px;
	}

.one-full { width: 100%; float: none; margin-right: 0; }
.one-half  { width: 510px; }
.one-third { width: 313px; }
.two-third { width: 720px; }
.one-fourth { width: 245px; }
.two-fourth { width: 530px; }
.three-fourth { width: 815px; }
.one-fifth { width: 188px; }
.two-fifth { width: 416px; }
.three-fifth { width: 644px; }
.four-fifth { width: 872px; }

.main-content .one-half  { width: 350px; }
.main-content .one-third { width: 220px; }
.main-content .two-third { width: 480px; }
.main-content .one-fourth { width: 155px; }
.main-content .two-fourth { width: 350px; }
.main-content .three-fourth { width: 545px; }
.main-content .one-fifth { width: 116px; }
.main-content .two-fifth { width: 272px; }
.main-content .three-fifth { width: 428px; }
.main-content .four-fifth { width: 584px; }

.split-half .split-wrapped-content .one-half { width: 235px; }
.split-twothird .split-wrapped-content .one-half { width: 320px; }
.split-onethird .split-wrapped-content .one-half { width: 340px; }

aside .column { width: 100% !important; float: none !important; margin-right: 0 !important; }

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



	

/*---------------------------------------------- 
15. Elements
------------------------------------------------*/	

/*	Buttons
------------------------------------------------*/
a.sr-button {
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 600;
	line-height: 22px !important;
	letter-spacing: 0.15em; 
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
	border-radius: 4px;
	-moz-border-radius:4x; 
	-khtml-border-radius:4px; 
	-webkit-border-radius:4px;
	margin-right: 20px;
	}

.button-big { padding: 15px 30px; font-size: 16px; }
	
.button-1 { border: 2px solid #ffffff; color: #ffffff; }
.button-1:hover { background: #ffffff; color: #0d0d0d; }

.button-2 { border: 2px solid #4da5f5; background: #4da5f5; color: #ffffff; }
.button-2:hover { border: 2px solid #3e85c5; background: #3e85c5; color: #ffffff; }



.icon-button {
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 14px;
	line-height: 20px !important;
	letter-spacing: 0.15em; 
	text-transform: uppercase;
	color: #0d0d0d;
	}
	.icon-button i { margin-left: 10px; color: #999999; }

.icon-button:hover { color: #4da5f5; }
.icon-button:hover i { color: #999999; }



/*	Spacer
------------------------------------------------*/
.spacer {
	width: 100%;
	display: block;
	height: 40px;
	}	

.spacer.spacer-mini { height: 15px; }
.spacer.spacer-small { height: 40px; }
.spacer.spacer-medium { height: 60px; }
.spacer.spacer-big { height: 120px; }

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



/*	counter
------------------------------------------------*/
.counter {
	margin-top: 10px;
	}
	div .counter:fist-child {
	margin-top: 0px;
	}
	
.counter-value {
	font-family: 'Montserrat'; 
	font-weight: 800;
	font-size: 60px;
	line-height: 70px;
	}
	
.counter-name {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 0.1em;
	}



	
/*	Social Widget
------------------------------------------------*/	
.socialmedia-widget {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	}
	.socialmedia-widget.align-center, .align-center .socialmedia-widget { text-align: center; }
	div .socialmedia-widget:first-child { margin: 0; }
	
.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)";
	}




/*---------------------------------------------- 
20. MATCH HISTORY
------------------------------------------------*/
.match-history-section h4 span {
	display: inline-block;
	margin: 0 20px;
	font-size: 18px;
	}
	
.match-history-section h5 {
	font-family: 'Open Sans';
	font-weight: 300;
	}
	
.match-history-section h5 span {
	font-size: 16px;
	}
	
#match-stats .stats-header {
	margin-top: 40px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
	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% - 70px);
	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;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	}
	
#match-stats .stats-header .match-player .player-name {
	margin-top: 10px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	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: 12px;
	line-height: 18px;
	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 #ebebeb;
	}
	
#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: -48px;
	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: 13px;
	line-height: 24px;
	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: 11px;
	line-height: 24px;
	text-transform: uppercase;
	}
	
	
#match-stats .stats-body {
	margin-top: 40px;
	}
	
#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; }


.column-section-morris {
	margin-top: 80px;
	margin-bottom: 80px;
	}
	
.column-section-morris  h3, .column-section-morris  h4, .column-section-morris  h5, .column-section-morris  h6, .column-section-matchoverview  h3, .column-section-matchoverview  h4, .column-section-matchoverview  h5, .column-section-matchoverview  h6 {
	font-family: 'Open Sans';
	text-align: center;
	}

/* Stats Infos */	
.avg-info, .scoring-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 {
	width: 32.5%;
	width: calc(33.3% - 1px);
	float: left;
	border-right: 1px solid #ebebeb;
	text-align: center;
	padding: 10px 0;
	}
	div .scoring-col:last-child { 
	border: none;
	}

.avg-col .avg-title {
	color: #ffffff;
	margin-bottom: 20px;
	}
	
.scoring-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; }

.avg-col .total {
	font-size: 20px;
	margin-top: 20px;
	}
	
.scoring-col .total {
	font-size: 60px; font-weight: 700;
	line-height: 70px;
	color: #0d0d0d;
	}
	
.avg-col .total-big {
	font-size: 42px; 
	font-weight: 700 !important;
	line-height: 60px;
	margin-top: 20px;
	}
	
.avg-col .highest span, .avg-col .lowest span, .avg-col .total span, .avg-col .total-big 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, .scoring-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)";
	}
	
.morris-graph {
	width: 100%;
	height: 220px;
	margin-top: 20px;
	}
	


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

#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;
	font-size: 12px;
	}
	#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; min-width: 160px; }
	#match-overview table tbody td.name-col h6 { text-align: left; }

#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: 5px;
	}
	
#match-overview table tbody td .break { 
	font-size: 8px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 3px;
	position: absolute;
	top: -7px;
	left: -1px;
	background: #4da5f5;
	color: #ffffff;
	}
	
#match-overview table tbody td .leg-end { 
	position: absolute;
	bottom: -7px;
	right: -1px;
	background: #4d4d4d;
	width: 2px;
	height: 46px;
	z-index: 1;
	}	


/*---------------------------------------------- 
20. CUSTOM
------------------------------------------------*/
.avatar-pic {
	font-weight: 400 !important;
	text-transform: none !important;
	}

.avatar-pic img {
	width: 30px; height: 30px;
	border-radius: 30px;
	-moz-border-radius:30px; 
	-khtml-border-radius:30px; 
	-webkit-border-radius:30px;
	margin-right: 5px;
	margin-top: 5px;
	}


#home.parallax-section { background:url(../uploads/slider-bg1.png) center center repeat; background-size: fixed; }

#online { background: #f7f7f7; }

#games.parallax-section { background:url(../uploads/parallax-bg2.jpg) center center repeat; background-size: fixed; }

#games { background: #0d0d0d; }
