/*
Theme Name: Magazine Theme
Theme URI: http://www.crosarka.com/
Author: Matej Šlibar
Description: Responsive custom template made for magazine/news sites. Compatible with latest WordPress version (4.3).
Version: 1.0
*/

/*
Dark red = #7F1813
Light red = #B8221A
*/

body {
	background: url("img/bg.jpg") repeat;
	font-family: 'Roboto', sans-serif;
}

body > .container {
	background: #FFF;
	padding-top: 15px;
}

body > .container.header-container {
	background: none;
	margin-top: 65px;
	padding-top: 0;

}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: 'Roboto Slab', serif;
}

.box-gradient {
	background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.7) 100%);
	background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.7) 100%);
	background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.7) 100%);
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.7) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.7) 100%);
}

/*
Ads
*/
.header .leaderboard {
	text-align: right;
	margin: 0;
	padding: 0;
}

.leaderboard, .content-leaderboard, .rectangle-container {
	margin: 0 0 15px;
	text-align: center;
}

.boxscore-leaderboard {
	margin: 15px 0 0;
	text-align: center;
}

.leaderboard img, .content-leaderboard img, .rectangle-container img {
	width: 100%;
}

.fb-page-container {
	margin: 0 0 15px;
}

.category-leaderboard {
	text-align: center;
	border-bottom: 1px solid #7F1813;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.single-video-side-ad {
	margin: 15px 0 0 -15px;
	text-align: center;
}

/*
Scoreboard w/ ads
*/
body .scoreboard-ad-container {
	background: none;
	padding-top: 0;
}

body .scoreboard-ad-container .scoreboard-container {
	margin: 0 auto 15px;
	background: #7F1813;
	border: 1px solid #B8221A;
	padding: 0;
}

body .scoreboard-ad-container .scoreboard-container .scoreboard {
	padding: 0;
}

body .scoreboard-ad-container .scoreboard-container .scoreboard > button.slick-prev {
	left: -25px;
}

body .scoreboard-ad-container .scoreboard-container .scoreboard > button.slick-next {
	right: -25px;
}

body .scoreboard-ad-container .scoreboard-ads {
	padding: 0;
	margin: 0 0 15px;
	text-align: right;
}

body .scoreboard-ad-container .scoreboard-ads img {
	margin: 2px 15px 2px 0;
}

/*
Navigation
*/
.admin-bar .main-navigation {
	margin-top: 28px;
}

.navbar {
	border-radius: 0;
}

.navbar > .container {
	padding: 0;
}

.main-navigation {
	background-color: #B8221A;
	border: none;
}

.main-navigation .navbar-brand img {
	height: 100%;
}

.main-navigation .navbar-brand,
.main-navigation .navbar-brand:hover,
.main-navigation .navbar-brand:focus {
	color: #FFF;
}

.main-navigation .navbar-nav > li > a {
	color: #FFF;
	font-family: 'Roboto', serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.main-navigation .navbar-nav > li > a:hover,
.main-navigation .navbar-nav > li > a:focus {
    background-color: #7F1813;
}

.main-navigation .navbar-nav > .active > a,
.main-navigation .navbar-nav > .active > a:hover,
.main-navigation .navbar-nav > .active > a:focus,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	color: #FFF;
	background-color: #7F1813;
}

.main-navigation .navbar-text {
    color: #FFF;
}

.main-navigation .navbar-toggle:hover,
.main-navigation .navbar-toggle:focus {
    background-color: #7F1813;
}

.main-navigation .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #7F1813;
	border-top: 1px solid #B8221A;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 0;
}

.dropdown-menu > li > a {
	color: #FFF;
	font-family: 'Roboto', serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #B8221A;
	padding: 10px 20px;
}

.dropdown-menu > li:last-child > a {
	border-bottom: none;
}

.dropdown-menu > li:hover > a,
.main-navigation .dropdown-menu > li.active > a {
	background: #B8221A;
	color: #FFF;
}

/*
Header
*/
.container > .header {
	margin-bottom: 15px;
}

.container > .header > .logo > a > img {
	width: 100%;
	height: auto;
	margin: 0;
}

/*
Scoreboard
*/
.horizontal-scoreboard {
	text-align: right;
	padding-right: 0;
}

.game {
	background: #FFF;
	display: inline-block;
	border-left: 1px solid #B8221A;
	border-bottom: 1px solid #B8221A;
	border-right: 1px solid #B8221A;
	width: 107px;
}

.game > .header {
	background: #B8221A;
	font-weight: 700;
	text-align: center;
	padding: 3px 0;
}

.game > .header > a {
	color: #FFF;
}

.game > .header > a:hover {
	text-decoration: none;
}

.game > .teams {
	padding: 10px;
}

.game > .teams > a > p {
	margin: 0 0 10px 0;
	color: #333;
	text-align: left;
}

.game > .teams > a > p:last-child {
	margin: 0;
}

.game > .teams > a > p > span.team {
	display: inline-block;
	width: 60px;
}

.game > .teams > a > p > span.team > img {
	width: 16px;
	height: 16px;
	margin: -3px 2px 0 0;
}

.game > .teams > a > p > span.result {
	text-align: right;
	display: inline-block;
	float: right;
}

.game > .footer {
	background: #B8221A;
}

/*/**/
html body > .container.scoreboard-container {
	margin: 0 auto 15px;
	background: #7F1813;
	border: 1px solid #B8221A;
	padding: 0;
}

.scoreboard {
	display: none;
}

.scoreboard > button.slick-prev {
	background: url('https://cdn1.iconfinder.com/data/icons/mayssam/512/Left_2-20.png') center center no-repeat;
	left: -15px;
}

.scoreboard > button.slick-next {
	background: url('https://cdn1.iconfinder.com/data/icons/mayssam/512/Right_2-20.png') center center no-repeat;
	right: -15px;
}

.scoreboard .single-game {
	padding: 15px;
	border-right: 1px solid #B8221A;
}

.scoreboard .single-game:hover {
	background: #B8221A;
}

.scoreboard .single-game > a > .header {
	margin: 0 0 10px;
	padding: 0 0 10px;
	line-height: 1;
	border-bottom: 1px solid #B8221A;
}

.scoreboard .single-game:hover > a > .header {
	border-bottom: 1px solid #7F1813;
}

.scoreboard .single-game > a > .header > span {
	float: right;
	color: #CCC;
}

.scoreboard .single-game > a > .teams p {
	margin: 10px 0 0;
	line-height: 1;
}

.scoreboard .single-game > a > .teams p.loser {
	color: #CCC;
}

.scoreboard .single-game > a > .teams p > span.result {
	float: right;
}

.scoreboard .single-game > a {
	color: #FFF;
	display: block;
}

.scoreboard .single-game > a:hover {
	text-decoration: none;
}

/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .25;
}

/*
Newest Content Homepage
*/
.newest-content-homepage article {
	margin: 0 0 15px 0;
}

.newest-content-homepage article.featured-article {
	position: relative;
	height: 435px;
	overflow: hidden;
}

.newest-content-homepage article.latest-article {
	position: relative;
	overflow: hidden;
	height: 210px;
	margin-left: -15px;
}

.newest-content-homepage article > .article-details {
	position: absolute;
	bottom: 0;
	padding: 20px;
	width: 100%;
}

.newest-content-homepage article.featured-article > .article-details {
	padding: 30px;
}

.newest-content-homepage article > .article-details > span.article-category {
	background: #7F1813;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 15px 0;
	display: inline-block;
	line-height: 1;
}

.newest-content-homepage article.latest-article.network-article > .article-details > span.article-category {
	background: #0F1723;
}

.newest-content-homepage article > .article-details > a > h1 {
	margin: 0;
	font-size: 32px;
}

.newest-content-homepage article.latest-article > .article-details > a > h1 {
	font-size: 26px;
}

.newest-content-homepage article > .article-details > a {
	color: #FFF;
}

.newest-content-homepage article > .article-details > a:hover {
	text-decoration: none;
}

.newest-content-homepage article > a > img {
	width: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.newest-content-homepage article:hover > a > img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

.single-row-articles {
	margin: 0 -15px 15px 0;
}

.single-row-articles > div > article.latest-article {
	position: relative;
	overflow: hidden;
	height: 210px;
	margin-left: -15px;
}

.single-row-articles > div > article > .article-details {
	position: absolute;
	bottom: 0;
	padding: 20px;
	width: 100%;
}

.single-row-articles > div > article > .article-details > span.article-category {
	background: #7F1813;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 15px 0;
	display: inline-block;
	line-height: 1;
}

.single-row-articles > div > article > .article-details > a > h1 {
	margin: 0;
	font-size: 32px;
}

.single-row-articles > div > article.latest-article > .article-details > a > h1 {
	font-size: 26px;
}

.single-row-articles > div > article > .article-details > a {
	color: #FFF;
}

.single-row-articles > div > article > .article-details > a:hover {
	text-decoration: none;
}

.single-row-articles > div > article > a > img {
	width: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.single-row-articles > div > article:hover > a > img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

/*
Newest Content Homepage - Four Columns
*/
.newest-content-homepage.four-column-container article > .article-details {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
	width: 100%;
}

.newest-content-homepage.four-column-container article.featured-article > .article-details {
	padding: 15px 20px;
}

.newest-content-homepage.four-column-container article > .article-details > span.article-category {
	margin: 0 0 5px 0;
}

.newest-content-homepage.four-column-container article.latest-article > .article-details > a > h1 {
	font-size: 22px;
}

/*
homepage-article-list
*/
.homepage-article-list {
	padding: 0;
}

.homepage-article-list > article.full-article {
	border-bottom: 1px solid #B8221A;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.homepage-article-list > article.full-article > a.image-container {
	position: relative;
	display: block;
	height: 250px;
	overflow: hidden;
	margin-bottom: -45px;
	z-index: 1;
}

.homepage-article-list > article.full-article > a > img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: -30px 0 0;
}

.homepage-article-list > article.full-article > .title-container {
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 2;
	padding: 10px 10px 5px 10px;
	margin: 0 10px 5px;
}

.homepage-article-list > article.full-article > .title-container > a > h1 {
	font-size: 32px;
	margin: 0;
}

.homepage-article-list > article.full-article > .title-container > a {
	color: #333;
}

.homepage-article-list > article.full-article > p {
	margin: 0 10px 10px;
}

.homepage-article-list > article.full-article > .article-meta {
	font-size: 10px;
	margin: 0 10px 5px;
	color: #999;
}

.homepage-article-list > article.full-article > .article-meta > span.author {
	float: right;
}

.homepage-article-list > article.full-article > span.category-title {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #7F1813;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	z-index: 10;
}

.homepage-article-list > .row > div > article.half-article {
	margin-bottom: 10px;
	padding: 0 10px;
}

.homepage-article-list > .row > div:last-child > article.half-article {
	border-left: 1px solid #B8221A;
	padding-left: 15px;
	margin-left: -15px;
}

.homepage-article-list > .row article.half-article > a > h1 {
	font-size: 16px;
	margin: 0 0 10px;
}

.homepage-article-list > .row article.half-article > a {
	color: #333;
}

.homepage-article-list > .row article.half-article > .article-meta {
	font-size: 10px;
	margin: 0;
	color: #999;
}

/*
Najnovije
*/
.latest-news > h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 15px;
	color: #FFF;
	background: #7F1813;
}

.latest-news > article {
	border-bottom: 1px solid #B8221A;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.latest-news > article > a.image-container {
	position: relative;
	display: block;
	height: 150px;
	overflow: hidden;
	margin-bottom: -45px;
	z-index: 1;
}

.latest-news > article > a > img {
	height: auto;
	width: 100%;
}

.latest-news > article > .title-container {
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 2;
	padding: 10px;
	margin: 0 10px;
}

.latest-news > article > .title-container > a {
	color: #333;
	display: block;
}

.latest-news > article > .title-container > a > h1 {
	font-size: 18px;
	margin: 0;
}

.latest-news > article > .title-container > p.publish-date {
	font-size: 10px;
	margin: 0 0 5px;
	color: #999;
}

.latest-news > article > .title-container > p.publish-date > span.publisher {
	text-transform: uppercase;
	font-weight: 700;
}

/*
Single Page Content
*/
article.article header#article-header {
	position: relative;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

article.article header#article-header > h1 {
	margin: 0;
	padding: 15px;
}

article.article .featured-image-container {
	margin: -15px 0 -50px -15px;
	height: 350px;
	overflow: hidden;
	position: relative;

}

article.article .featured-image-container > img {
	width: 100%;
	max-width: 100%;
	margin-top: -40px;
	height: auto;
}

article.article .featured-image-container > p {
	position: absolute;
	color: #FFF;
	bottom: 45px;
	right: 15px;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

article.article header#article-header.no-featured-image > h1 {
	padding: 0 15px 15px 0;
}

article.article .featured-image-container > p > span {
	margin: 0 5px 0 0;
}

article.article .content-sidebar > .article-meta > p {
	font-size: 12px;
}

article.article .content-sidebar > .article-meta > p > span {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}

article.article .content-sidebar > .article-meta > p > span.author-name {
	font-weight: normal;
}

article.article > .row > .article-content > p {
	line-height: 1.7;
	margin-bottom: 15px;
}

article.article > .row > .article-content > div {
	max-width: 100%;
	position: relative;
	margin: 0 0 15px;
}

article.article > .row > .article-content > div.wp-caption > img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

article.article > .row > .article-content img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 5px;
}

article.article > .row > .article-content > div.wp-caption > p.wp-caption-text {
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

article.article > .row > .article-content > p > a {
	color: #7F1813;
	border-bottom: 1px dotted #7F1813;
}

article.article > .row > .article-content > p > a:hover, article.article > .row > .article-content > p > a:active {
	border-bottom: 1px solid #7F1813;
	text-decoration: none;
}

article.article .article-content table {
	width: 100%;
	margin: 0 0 15px 0;
}

article.article .article-content table > thead > tr > th, article.article .article-content table > tbody > tr > td {
	text-align: center;
	padding: 5px 7px;
}

article.article .article-content table > thead {
	border-right: 1px solid #7F1813;
}

article.article .article-content table > thead > tr > th {
	color: #FFF;
	background: #7F1813;
}

article.article .article-content table > tbody > tr > td {
	border-bottom: 1px solid #7F1813;
	border-left: 1px solid #7F1813;
	border-right: 1px solid #7F1813;
}

article.article .article-content table > tbody > tr > td.left {
	text-align: left;
}

article.article .article-content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #EEE;
	margin: 0 0 15px;
	padding: 20px 35px;
	font-size: 14px;
	font-style: italic;
}

/*
Story
*/
#story-header {
	margin: -15px -15px 15px -15px;
	height: 460px;
	overflow: hidden;
	position: relative;
}

#story-header > img {
	width: 100%;
	height: auto;
}

#story-header > .story-meta-container {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
}

#story-header > .story-meta-container > .story-meta {
	background: rgba(0,0,0,0.4);
	border: 1px solid #CCC;
	color: #FFF;
	padding: 15px;
	width: 600px;
	margin: 150px auto 0;
}

#story-header > .story-meta-container > .story-meta > h1 {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	font-size: 50px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#story-header > .story-meta-container > .story-meta > h2 {
	line-height: 1;
	margin: 0 0 25px 0;
	font-style: italic;
}

#story-header > .story-meta-container > .story-meta > div > p {
	margin: 15px 0 0 0;
	line-height: 1;
	color: #CCC;
}

.story-container article.article .article-content > p:first-child {
	font-size: 20px;
}

.story-container article.article .article-content > p:first-child:first-letter {
	float: left;
	font-family: 'Roboto Slab', serif;
	color: #FFF;
	font-size: 60px;
	line-height: 1 !important;
	background: #7F1813;
	padding: 0 7px 3px;
	margin: 5px 5px 0 0;
	font-style: normal;
	border-radius: 5px 0;
}

div.alignleft, img.alignleft {
	float: left;
	width: auto !important;
	height: auto !important;
}

div.alignright, img.alignright {
	float: right;
	width: auto !important;
	height: auto !important;
}

.story-container article.article > .row > .article-content div.alignleft, .story-container article.article > .row > .article-content img.alignleft {
	margin: 0 15px 0 -80px;
}

.story-container article.article > .row > .article-content div.alignright, .story-container article.article > .row > .article-content img.alignright {
	margin: 0 -80px 0 15px;
}

article.article span.embed-youtube > iframe {
	width: 100%;
}

.story-container article.article > .row > .article-content span.embed-youtube {
	margin: 0 -80px;
}

/*
Related Posts
*/

article.article .yarpp-related {
	margin: 15px 0;
	display: table;
}

.related-articles > h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 15px;
	color: #FFF;
	background: #7F1813;
}

.related-articles > article > p {
	font-size: 12px;
	margin: 0 0 5px;
}

.related-articles > article > p > span {
	font-weight: 700;
}

.related-articles > article > a {
	color: #222;
}

.related-articles > article > a > h1 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}

/*
Kategorija
*/
.category-article-list > article.full-article {
	border-bottom: 1px solid #B8221A;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.category-article-list > article.full-article > a.image-container {
	position: relative;
	display: block;
	height: 250px;
	overflow: hidden;
	margin-bottom: -45px;
	z-index: 1;
}

.category-article-list > article.full-article > a > img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: -30px 0 0;
}

.category-article-list > article.full-article > .title-container {
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 2;
	margin: 0 10px 5px;
}

.category-article-list > article.full-article > .title-container.featured-image {
	padding: 10px 10px 5px 10px;
}

.category-article-list > article.full-article > .title-container > a > h1 {
	font-size: 32px;
	margin: 0;
}

.category-article-list > article.full-article > .title-container > a {
	color: #333;
}

.category-article-list > article.full-article > p {
	margin: 0 10px 10px;
}

.category-article-list > article.full-article > .article-meta {
	font-size: 10px;
	margin: 0 10px 5px;
	color: #999;
}

.category-article-list > article.full-article > .article-meta > span.author {
	float: right;
}

.category-article-list > article.full-article > span.category-title {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #7F1813;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	z-index: 10;
}

/*
Full Page Stats
*/
.full-stats-page > h1 {
	font-size: 26px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 15px;
	color: #FFF;
	background: #7F1813;
}

table.full-stats-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0 0 15px;
}

.full-stats-table tr.standings-legend th {
	background: #7F1813;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.full-stats-table tbody tr td {
	text-align: center;
}

.full-stats-table > thead > tr > th, .full-stats-table > tbody > tr > td {
	text-align: center;
	padding: 6px 8px;
	font-size: 12px;
}

.full-stats-table > thead {
	border-right: 1px solid #7F1813;
}

.full-stats-table > thead > tr > th {
	color: #FFF;
	background: #7F1813;
}

.full-stats-table > tbody > tr > td {
	border-bottom: 1px solid #7F1813;
	border-left: 1px solid #7F1813;
	border-right: 1px solid #7F1813;
}

.full-stats-table > tbody > tr.even > td {
	background: #F1F1F1;
}

.full-stats-table > tbody > tr > td.primary {
	font-weight: bold;
	background: #E5DEDE;
}

.full-stats-table > tbody > tr > td.left {
	text-align: left;
}

.full-stats-table > tbody > tr > td.right {
	text-align: right;
}

.full-stats-table tr td.player-name {
	width: 160px;
}

.full-stats-table tr td.bold {
	font-weight: bold;
}

.full-stats-table tr td a {
	color: #333;
}

/*
Sidebar
*/
.single-page-container > .sidebar {
	padding-left: 0;
}

.league-sidebar {
	padding: 0 15px 0 0;
}

.league-sidebar > section > h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 15px;
	color: #FFF;
	background: #7F1813;
}

table.league-sidebar-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0 0 15px;
}

.league-sidebar-table tr.standings-legend th {
	background: #7F1813;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.league-sidebar-table tbody tr td {
	text-align: center;
}

.league-sidebar-table > thead > tr > th, .league-sidebar-table > tbody > tr > td {
	text-align: center;
	padding: 5px 7px;
	font-size: 12px;
}

.league-sidebar-table > thead {
	border-right: 1px solid #7F1813;
}

.league-sidebar-table > thead > tr > th {
	color: #FFF;
	background: #7F1813;
}

.league-sidebar-table > tbody > tr > td {
	border-bottom: 1px solid #7F1813;
	border-left: 1px solid #7F1813;
	border-right: 1px solid #7F1813;
}

.league-sidebar-table > tbody > tr > td.left {
	text-align: left;
}

.league-sidebar-table > tbody > tr > td.right {
	text-align: right;
}

.league-sidebar-table tr td.player-name {
	width: 160px;
}

.league-sidebar-table tr td.bold {
	font-weight: bold;
}

.league-sidebar-table tr td a {
	color: #333;
}

/*
Boxscore
*/
header.boxscore-page {
	display: none;
}

.boxscore-score {
	width: 100%;
}

.boxscore-score > thead {
	background: #7F1813;
	border-right: 1px solid #7F1813;
	color: #FFF;
}

.boxscore-score > thead > tr > th {
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

.boxscore-score > thead > tr > th.q-result {
	width: 50px;
}

.boxscore-score > thead > tr > th.final-result {
	width: 70px;
}

.boxscore-score > tbody {
	border-left: 1px solid #7F1813;
	border-right: 1px solid #7F1813;
}

.boxscore-score > tbody > tr > td {
	padding: 10px 15px;
}

.boxscore-score > tbody > tr > td.team-title {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	line-height: 1;
	padding: 15px 15px 10px;
}

.boxscore-score.no-score > tbody > tr > td.team-title {
	text-align: center;
}

.boxscore-score > tbody > tr > td.team-title > a {
	color: #333;
}

.boxscore-score > tbody > tr > td.team-title > img {
	max-height: 40px;
	width: auto;
	margin-top: -5px;
}

.boxscore-score > tbody > tr > td.q-result, .boxscore-score > tbody > tr > td.final-result {
	border-left: 1px solid #B8221A;
}

.boxscore-score > tbody > tr > td.q-result {
	text-align: center;
}

.boxscore-score > tbody > tr > td.final-result {
	text-align: right;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
}

.boxscore-score > tbody > tr.home-team > td {
	border-bottom: 1px solid #B8221A;
}

.boxscore-score > tfoot {
	background: #B8221A;
	border-right: 1px solid #B8221A;
	color: #FFF;
}

.boxscore-score > tfoot > tr > th {
	text-align: center;
	padding: 5px 10px;
}

.boxscore-stats-wrapper {
	display: table;
}

.boxscore-stats-wrapper {
	width: 100%;
	margin: 0 0 15px;
}

.boxscore-stats-wrapper > .boxscore-stats {
	width: 100%;
	margin: 15px 0 0;
}

.boxscore-stats-wrapper > .boxscore-stats > thead {
	background: #7F1813;
	border-right: 1px solid #7F1813;
	color: #FFF;
	font-size: 12px;
}

.boxscore-stats-wrapper > .boxscore-stats > thead > tr > th {
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

.boxscore-stats-wrapper > .boxscore-stats > tbody > tr > td {
	padding: 6px 8px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #7F1813;
	border-right: 1px solid #7F1813;
}

.boxscore-stats-wrapper > .boxscore-stats > tbody > tr:last-child > td {
	border-bottom: none;
}

.boxscore-stats-wrapper > .boxscore-stats > tbody > tr > td.player-name {
	width: 150px;
	text-align: left;
}

.boxscore-stats-wrapper > .boxscore-stats > tbody > tr > td.player-name.starter {
	font-weight: 700;
}

.boxscore-stats-wrapper > .boxscore-stats > tbody > tr > td.player-name > a {
	color: #333;
}

.boxscore-stats-wrapper > .boxscore-stats > tbody > tr.bench-separator > td {
	padding: 0;
}

.boxscore-stats-wrapper > .boxscore-stats > tfoot {
	background: #B8221A;
	border-right: 1px solid #7F1813;
	color: #FFF;
}

.boxscore-stats-wrapper > .boxscore-stats > tfoot > tr > td {
	text-align: center;
	padding: 6px 8px;
	border-left: 1px solid #7F1813;
	border-bottom: 1px solid #7F1813;
}

/*
Kalendar
*/
.calendar-single-game {
	margin: 0 0 15px;
}

.calendar-single-game > a {
	text-decoration: none;
	color: #333;
}

.calendar-header > .selected-date > h1 {
	line-height: 1;
	margin: 0 0 15px;
}

.calendar-header .datepicker {
	text-align: right;
}

.calendar-header .datepicker i {
	font-size: 34px;
}

.calendar-header .datepicker i:hover {
	color: #7F1813;
	cursor: pointer;
}

article.article h4.no-games-calendar {
	text-align: center;
}

/*
Poredak
*/
h1.table-heading {
	margin: 0;
	color: #FFF;
	background: #7F1813;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 15px;
}

article.article table.competition-standings-full {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.competition-standings-full tr.standings-legend th {
	background: #7F1813;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.competition-standings-full thead tr th, .competition-standings-full tbody tr td {

}

.competition-standings-full tbody tr td {
	text-align: center;
}

.competition-standings-full tr td.team-title {
	text-align: left;
}

.competition-standings-full tr td.bold {
	font-weight: bold;
}

article.article table.game-list {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

article.article table.game-list tr td {

}

article.article table.game-list tr:hover td {

}

.game-list tr.game_type_row td {
	font-weight: bold;
	line-height: 1;
}

article.article table.game-list tr td.date {
	text-align: left;
	width: 130px;
}

article.article table.game-list tr td.game {
	text-align: left;
}

article.article table.game-list tr td.game a, .article.article table.game-list tr td.result a, article.article table.game-list tr td.game_recap_icon a {
	display: block;
	color: #333;
	line-height: 1;
}

.article.article table.game-list tr td.result {
	text-align: right;
}

.games-overview {
	width: 100%;
}

.games-overview > thead > tr > th {
	line-height: 1.4;
	font-weight: normal;
	text-transform: uppercase;
}

.games-overview > tbody > tr > td > span.location {
	float: right;
}

.games-overview.preview > tbody > tr > td:first-child {
	width: 160px;
}

.games-overview > tbody > tr > td.match {
	text-align: left !important;
}

.games-overview > tbody > tr > td.result {
	text-align: right;
	width: 100px;
}

.games-overview > tbody > tr > td.stats-link {
	width: 90px;
}

.games-overview > tbody > tr > td > a {
	color: #333;
}

.games-overview > tbody > tr > td > a:hover {
	text-decoration: underline;
}

/*
Profil
*/
header.player-page {
	margin: 0 0 15px;
}

.player-page .player-picture > img {
	width: 100%;
}

.player-page .player-basic-info > h1 {
	margin: 0;
	line-height: 1;
	font-size: 40px;
}

.player-page .player-basic-info > h1 > span {
	display: block;
	text-transform: uppercase;
}

.player-page .player-basic-info > h3 {
	line-height: 1;
	font-size: 20px;
	margin: 8px 0 0;
	padding: 8px 0 0;
	border-top: 1px solid #333;
	color: #7C7C7C;
}

.player-page .player-add-info > h4 {
	font-size: 16px;
	margin: 0 0 16px;
}

.player-page .player-add-info > h4:last-child {
	margin: 0;
}

.player-page .player-add-info > h4 > span {
	font-weight: 700;
}

.player-page h2.team-title {
	background: #7F1813;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 36px;
	margin: 0 0 15px 0;
}

.player-page h2.competition-title {
	background: #B8221A;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	margin: 0 0 10px;
}

.player-stats-wrapper {
	display: table;
}

.player-stats-wrapper {
	width: 100%;
	margin: 0 0 15px;
}

.player-stats-wrapper > .player-stats {
	width: 100%;
}

.player-stats-wrapper > .player-stats > thead {
	background: #7F1813;
	border-right: 1px solid #7F1813;
	color: #FFF;
	font-size: 12px;
}

.player-stats-wrapper > .player-stats > thead > tr > th {
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

.player-stats-wrapper > .player-stats > tbody > tr > td {
	padding: 6px 8px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #7F1813;
	border-right: 1px solid #7F1813;
}

.player-stats-wrapper > .player-stats > tbody > tr:last-child > td {
	border-bottom: none;
}

.player-stats-wrapper > .player-stats > tbody > tr > td.player-name {
	width: 150px;
	text-align: left;
}

.player-stats-wrapper > .player-stats > tbody > tr > td.player-name.starter {
	font-weight: 700;
}

.player-stats-wrapper > .player-stats > tbody > tr > td.player-name > a {
	color: #333;
}

.player-stats-wrapper > .player-stats > tbody > tr.bench-separator > td {
	padding: 0;
}

.player-stats-wrapper > .player-stats > tfoot {
	background: #B8221A;
	border-right: 1px solid #7F1813;
	color: #FFF;
}

.player-stats-wrapper > .player-stats > tfoot > tr > td {
	text-align: center;
	padding: 6px 8px;
	border-left: 1px solid #7F1813;
	border-bottom: 1px solid #7F1813;
}

div.season-select {
	background: #B8221A;
	margin: 0 0 15px;
	padding: 10px 0;
}

div.season-select h3 {
	color: #FFF;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1.3;
}

div.season-select form {
	text-align: right;
}

div.season-select form > select {
	padding: 5px 10px;
	font-family: Arial, sans-serif;
}

/*
Footer
*/
#footer {
	margin: 15px 0 15px;
}

#footer > .container {
	background: #7F1813;
	display: table;
	padding: 15px;
}

#footer > .container > p {
	float: left;
	font-family: 'Roboto Slab', serif;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 15px;
}

#footer > .container > .menu-footer-menu-container {
	float: right;
}

#footer > .container > p, #footer > .container > .menu-footer-menu-container > ul#menu-footer-menu {
	margin: 0;
}

#footer > .container > .menu-footer-menu-container > ul#menu-footer-menu > li {
	display: inline-block;
}

#footer > .container > .menu-footer-menu-container > ul#menu-footer-menu > li > a {
	font-family: 'Roboto Slab', serif;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	padding: 10px 15px;
	display: inline-block;
}

/* -- Page Navigation Settings -- */
.wp-pagenavi {
    clear: both;
    margin: 10px 0 20px 0;
    padding-top: 10px;
}

.wp-pagenavi span.pages {
    margin-right: 5px;
    padding: 7px;
    background: #7F1813;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #7F1813;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wp-pagenavi a.page,
.wp-pagenavi .page-numbers,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last {
    margin-right: 5px;
    padding: 7px;
    background: #7F1813;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #7F1813;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    margin-right: 5px;
    padding: 7px;
    background: #B8221A;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #7F1813;
    text-decoration:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/**/
div.featured-column, div.forum-ad {
	padding-left: 0;
	margin-bottom: 15px;
}

div.featured-column {
	margin-top: -7px;
}

/**/
div.sharedaddy h3.sd-title {
	display: none !important;
}

.instagram-media.instagram-media-rendered {
	margin: 0 0 15px !important;
}

/*Video Center*/
.video-center-bottom-content-container {
	background: #FFF;
	margin: 15px -15px 0;
	padding: 15px 0;
}

.video-center-bottom-content-container > .facebook-box {
	text-align: center;
}

/* DatePicker Container */
#ui-datepicker-div {
	background: #7F1813;
	border-radius: 0;
	border: 1px solid #7F1813;
}

#ui-datepicker-div .ui-datepicker-header {
	color: #FFF;
	background: #7F1813;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}

#ui-datepicker-div table {
	font-size: 12px;
	background: none;
	border: none;
}

#ui-datepicker-div table thead {
	background: #B8221A;
	color: #FFF;
}

#ui-datepicker-div table thead th {
	text-transform: uppercase;
}

#ui-datepicker-div table tr:nth-of-type(even) {
	background: none;
}

#ui-datepicker-div table tr td {
	border: 1px solid #7F1813;
}

#ui-datepicker-div table tr td, #ui-datepicker-div table tr td a {
	color: #FFF;
}

#ui-datepicker-div table tr td a {
	background: none;
	border: none;
}

#ui-datepicker-div  .ui-datepicker-prev, #ui-datepicker-div  .ui-datepicker-next {
	line-height: 1;
	padding: 0;
	margin: 0;
}

#ui-datepicker-div .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-next span {
	margin-top: -6px;
}

#ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div .ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus {
	border: none;
	background: #B8221A;
	color: #FFF;
}

.ui-datepicker-today, .ui-datepicker-current-day {
	background: #B8221A;
}

/* Search */
.search-box > form {
	padding: 0;
	margin: 0 0 15px;
}

.search-box > form > .form-group {
	width: 80%;
}

.search-box > form > .form-group > input {
	width: 100%;
}

.search-box > form > .btn.btn-primary {
	width: 18%;
	float: right;
	background-color: #B8221A;
	border-color: #7F1813;
}

.search-box > form > .btn.btn-primary:hover {
	background-color: #7F1813;
}

.category-wrapper > h1.search {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #CCC;
	font-size: 30px;
}

.category-wrapper > h1.search > span {
	font-style: italic;
}

a.search-player-link {
	color: #FFF;
	background-color: #B8221A;
	display: inline-block;
	width: 23%;
	padding: 10px 15px;
	margin: 0 15px 15px 0;
}

a.search-player-link:hover {
	background-color: #7F1813;
	text-decoration: none;
}

div.rve {
	text-align: center;
}

div.rve > iframe {
	margin: 0 auto !important;
}

html div.rve > div.getty {
	background-color: #000 !important;
}

html div.rve > div.getty div:nth-child(2) {
	background: #000 !important;
	margin: 0 !important;
}

/*
Dark red = #7F1813
Light red = #B8221A
*/

/*
Comments
*/
.comments-area > h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 15px;
	color: #FFF;
	background: #7F1813;
}

.comments-area > ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments-area > ol > li {
	padding: 10px;
}

.comments-area > ol > li:nth-child(even) {
	background: #F5F5F5;
}

.comments-area > ol > li .comment-author-avatar > img {
	margin: 0 !important;
	width: 64px !important;
}

.comments-area > ol > li .comment-body {
	padding: 0;
}

.comments-area > ol > li .comment-body > p {
	font-size: 14px;
	font-weight: bold;
}

.comments-area > ol > li .comment-body > p > span {
	font-style: italic;
	color: #666;
	border-left: 1px solid #000;
	padding-left: 5px;
	margin-left: 5px;
	font-size: 10px;
}

.comments-area > ol > li .comment-body > .comment-content > aside {
	display: none;
}

.comments-area > .respond > h3 {
	padding: 10px;
	margin: 0 0 15px;
	background: #7F1813;
	text-align: center;
}

.comments-area > .respond > h3 > a {
	font-size: 24px;
	text-transform: uppercase;
	color: #FFF;
}

/*
User Pages
*/
.page-template-page-user .content-container {
	background: none;
	padding-top: 0;
}

#user-page-header > h1 {
	background: #B8221A;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 34px;
	margin: 0 0 10px;
}

article.user-pages {
	background: #FFF;
	padding: 15px;
}

article.user-pages form > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

article.user-pages form > ul > li, article.user-pages form > p {
	margin: 0 0 15px;
}

article.user-pages form > ul > li > h4 {
	background: #B8221A;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	margin: 0 0 10px;
}

article.user-pages form > ul > li > label, article.user-pages form > p > label {
	margin: 0;
	width: 150px;
}

article.user-pages form > ul > li > label > img {
	float: right;
}

article.user-pages form > ul > li > input, article.user-pages form > p > input {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5px 10px;
}

article.user-pages form > ul > li > span:not(:empty) {
	font-style: italic;
	margin: 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
}

article.user-pages form > ul > li > span.wppb-form-error {
	background: #f2dede;
	border: 1px solid #BF4D4D;
}

article.user-pages form > ul > li > span.wppb-description-delimiter:not(:empty) {
	background: #fcf8e3;
	border: 1px solid #D6C25B;
}

article.user-pages form > p.form-submit {
	margin: 0;
}

article.user-pages form > p.form-submit > .submit.button {

}

#wppb_general_top_error_message {
	padding: 5px 10px;
	background: #f2dede;
	border: 1px solid #BF4D4D;
	border-radius: 5px;
}

div.user-pages-sidebar {
	text-align: center;
}

div.user-page-bottom-content-container {
	background: #FFF;
	margin: 15px -15px 0;
	padding: 15px 0 5px;
}

.network-article.bid2 > h1 {
	background: #0F1723;
}

/* Page Contact Form */
form.contact-form {

}

form.contact-form label {
	font-size: 16px;
	margin: 5px 0 10px;
}

form.contact-form label span {
	font-size: 12px;
	vertical-align: middle;
}

form.contact-form input[type=text], form.contact-form input[type=email], form.contact-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px 15px;
}

form.contact-form textarea {
	width: 100%;
}

form.contact-form input.pushbutton-wide {
	background: #B8221A;
	width: 100%;
	border: none;
	padding: 20px;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #7F1813;
}

form.contact-form input.pushbutton-wide:hover {
	background: #7F1813;
	border: 1px solid #B8221A;
}

.banner-url {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}

.banner-url:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}

/*
Dark red = #7F1813
Light red = #B8221A
*/