/*
	Theme Name: Partizanshooting
	Text Domain: partizanshooting
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
}

body {
	margin: 0;	
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 190%;	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	clear: both;
}

.entry-content > h1,
 h1.entry-title,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	border-bottom: 2px solid #000;
	padding: 0 4px 0 6px;
}

.entry-content > h1::before,
.entry-content > h2::before,
.entry-content > h3::before,
.entry-content > h4::before,
.entry-content > h5::before,
.entry-content > h6::before {
	content: '\261B';
	margin-right: 4px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17px;
}

h4, h5, h6 {
	font-size: 16px;
}

p {
	margin: 10px 0;
}

.entry-content > p {
	margin-left: 14px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul:not([class]),
ol:not([class]) {
	margin: 10px 0;
}

ul:not([class]) {
	list-style: none;
	padding-left: 40px;
}

ul:not([class]) li:not(:last-child),
ol:not([class]) li:not(:last-child) {
	margin-bottom: 8px;
}

ul:not([class]) li::before {
	content: '\2714';
	margin-right: 6px;	
}

ol:not([class]) {
	padding-left: 60px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-left: 70px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

table {	
	border-collapse: collapse;
    border-spacing: 0;
	text-align: center;
}

table tbody tr:nth-child(odd) {
	background: #ececec;
}

.m-a-10 {
	margin: 10px auto;
}

.stars-rating,
.stars-rating > div {
	background: url('/wp-content/uploads/r-stars.png') repeat-x;
	height: 16px;
}

.stars-rating {
	width: 80px;
	margin: 0 auto;
	background-position: 0 -18px;
}

.stars-rating > div {
	width: 0;
	background-position: 0 0;
}

.bonus {
	font-weight: bold;
}

.bonus::before,
.bonus::after {
	display: inline-block;
	content: '\2736';
}

.bonus::before {	
	margin-right: 2px;
}

.bonus::after {
	margin-left: 2px;
}

.b-vst {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site {
	width: 1000px;
	margin: 0 auto;
}

.site-content {
	margin: 10px auto;
	padding: 10px 20px;
}

#logo {
	margin: 4px 10px;
}

.site-footer {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.site-footer > div {
	padding: 2px 4px;
}

.site-footer > div:not(:last-child) {
	margin-bottom: 10px;
}

.f-ul {
	list-style: none;
}

.f-ul > li {
	display: inline-block;	
}

.f-ul.ct-2 > li {
	width: 49%;
}

.f-ul.ct-3 > li {
	width: 33%;
}

.f-ul.ct-4 > li {
	width: 24%;
}

.f-ul.ct-5 > li {
	width: 19%;
}

.f-ul.ct-6 > li {
	width: 16%;
}

#soc-ic {
	padding: 6px 0;
}

#soc-ic a:not(:last-child) {
	margin-right: 10px;
}

#ht {
	text-align: right;
	font-size: 12px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 4px;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
}

.main-navigation > ul > li > a {
	padding: 4px 20px;
}

.main-navigation ul ul {	
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 210px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -2px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation.toggled ul {
	display: block;
}

.main-navigation ul ul a {
	padding: 6px 4px;
}

.mt-wr {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 4px;	
	color: #fff;
	text-align: right;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

body {	
	color: #222;
	background: #d1d1d1;
}

.site,
.site-header,
.site-footer {
	background: #fff;
}

.site-footer {
	border-top: 10px solid #e2e2e2;
}

ul:not([class]) li::before {
	color: #bf002c;
}

a,
table a:hover {
	color: #f72515;			
}

a {
	text-decoration: underline;
}

a:hover {
	color: #21c250;
	text-decoration: none;
}

.socn a {
	color: #fff !important;
}

.b-wr.n1 > a::before,
.b-wr.n1 > a::after {
	display: inline-block;
}

.b-wr.n1 > a::before {
	content: '\21A3';	
	margin-right: 6px;
}

.b-wr.n1 > a:hover::before {
	margin-right: 4px;
}

.b-wr.n1 > a::after {
	content: '\21A4';	
	margin-left: 6px;
}

.b-wr.n1 > a:hover::after {
	margin-left: 4px;
}

.b-wr.n1 > a:hover {
	color: #B22222;
}

.b-vst,
.b-wr.n2 > a {
	background: #21c250;
	color: #fff !important;	
}

.b-vst:hover,
.b-wr.n2 > a:hover {
	background: #f72515;
}

.main-navigation,
.main-navigation ul,
.site-footer > div,
.mt-wr,
.b-top,
table thead {
	background: #333;	
}

.site-footer > div:first-child {
	background: #fff;
}

.main-navigation a,
.site-footer,
table thead {
	color: #f1f1f1;
}

table {
	border: 1px solid #444;
	box-shadow: 1px 1px 2px 0 #aaa;
}

table tbody tr {
	border-bottom: 1px solid #444;
}

.main-navigation a:hover,
.main-navigation li.current-menu-item > a {
	background: #21c250;
}

.main-navigation ul ul {
	border: 1px solid #fff;
}

.main-navigation ul ul li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.main-navigation > ul > li > a {
	border-right: 2px solid #fff;
}

.bonus {
	color: #000;	
	text-decoration: underline;
}

.rating strong,
.basic-tl.n2 .value-stars-rating  {
	text-decoration: underline;
}

.c-fff,
.c-fff a {
	color: #fff;
}

/*--------------------------------------------------------------
# Sprites
--------------------------------------------------------------*/

.klad-bet365, .klad-william-hill
{ display: inline-block; vertical-align: middle; background: url('/wp-content/uploads/klad.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.klad-bet365 { background-position: -10px -0px; width: 100px; height: 50px; }
.klad-william-hill { background-position: -10px -60px; width: 100px; height: 50px; }


/*--------------------------------------------------------------
# Page elements
--------------------------------------------------------------*/

.b-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px; 
  color: #fff;
  padding: 0 6px;
  line-height: 125%;
  text-decoration: none;
}

.b-top:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
}

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

.b-wr > a {
	min-width: 33%;	
}

.b-wr.n1 > a {
	display: inline-block;	
}

.b-wr.n2 > a {
	padding: 2px 0;	
}

.basic-tl.n1 {
	width: 90%;
}

.basic-tl.n2 {
	width: 70%;
	table-layout: fixed;
}

.basic-tl.n2 tbody tr:first-child {
	background: #fff;
}

.basic-tl.n1 th:last-child {
	width: 26%;
}

.basic-tl tbody td {
	padding: 10px 4px;
}

.basic-tl tbody td:first-child > div {
	box-shadow: 1px 1px 2px 0 #000;
}

.basic-tl .bonus {
	font-size: 18px;
}

.basic-tl .b-vst {
	width: 77%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1100px) {
	.site {
		width: 900px;
	}

	.basic-tl.n2 {
		width: 80%;
	}

	.f-ul > li {
		padding: 4px;
		border-bottom: 1px solid #eee;
	}

	.f-ul.ct-6 > li {
		width: 32%;
	}
}

@media (max-width: 980px) {
	body {
		font-size: 14px;
		line-height: 180%;
	}

	h1, h2, h3 {
		font-size: 16px;
	}

	h4, h5, h6 {
		font-size: 15px;
	}

	h1.entry-title {
		border-bottom-width: 0;
	}

	.site {
		width: 680px;
	}

	.basic-tl.n1 {
		width: 100%;
	}

	.basic-tl.n2 {
		width: 90%;
	}

	.f-ul > li {
		width: 100% !important;
	}

	.b-wr > a {
		min-width: 50%;
		padding: 4px 0;
	}
}

@media (max-width: 767px) {
	.site {
		width: 90%;
	}

	.site-header {
		padding-top: 30px;
	}

	.site-content {
		padding: 4px;
	}

	.basic-tl.n1 {
		width: 450px;
	}

	.basic-tl.n1 th:nth-child(4),
	.basic-tl.n1 td:nth-child(4) {
		display: none;
	}

	.b-top {
		right: 4px;		
	}

	.mt-wr {
		display: block;		
	}

	.main-navigation {
		display: none;
		position: fixed;
		top: 25px;
		bottom: 0;
		margin-bottom: 0;
		left: 0;
		width: 50%;		
		overflow: auto;
		box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
	}

	.main-navigation > ul {
		padding: 0;
	}

	.main-navigation ul ul {
		display: none;
		position: static;
		float: none;
		margin: 6px 10px;
		border: none;
	}

	.main-navigation li {
		width: 100%;
		margin-bottom: 4px;
		padding: 10px 4px;
		position: relative;	
		border-bottom: 1px dotted #fff !important;		
	}

	.main-navigation ul ul a {
		width: 100%;		
	}

	.main-navigation > ul > li > a {
		border-right: none;
	}

	.main-navigation ul li a {
		padding: 0 24px 0 10px;
	}

	.main-navigation .mn-l {
		color: #fff;

		padding: 2px 6px;
		position: absolute;
		top: 6px;
		right: 4px;
	}

	.main-navigation .mn-l.h-ch {
		right: 6px;
	}
}

@media (max-width: 610px) {
	.basic-tl thead {
		display: none;
	}

	.basic-tl,
	.basic-tl tbody,
	.basic-tl tr,
	.basic-tl td {
		display: block;
	}

	.basic-tl.n1,
	.basic-tl.n2 {
		width: 320px
	}

	.basic-tl td:first-child {
		background: #000;
	}

	.basic-tl.n2 td {
		border-bottom: 1px solid #000;
	}

	.basic-tl.n2 .bonus {
		margin-top: 10px;
		font-size: 24px;
	}

	.basic-tl .b-vst {
		padding: 4px 0;
	}

	.basic-tl.n2 .b-vst {
		margin: 14px 0;
	}	

	.main-navigation {
		width: 60%;
	}
}

@media (max-width: 480px) {
	.basic-tl.n1,
	.basic-tl.n2 {
		width: 90%;
	}

	.main-navigation {
		width: 70%;
	}

	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin: 10px auto;
	}

	.b-wr > a {
		min-width: 70%;
	}
}