
#html-body, h1, h2, h3, h4, h5 {
	/* default font */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#masthead-logo img {
	/* image for masthead logo */
	width: 100px;
}

#edit-page {
	/* the edit page link that appears when page is editable */
	position: absolute;
	top: 10px;
	right: 10px
}

#offcanvas-toggle {
	/* the hamburger icon that toggles the mobile navigation */
	position: absolute;
	top: 10px;
	left: 15px; 
}

#offcanvas-nav .uk-search-input {
	/* the search box that appears in offcanvas nav */
	width: 100%;
}

img.uk-comment-avatar {
	/* avatar that appears in comments */
	width: 60px;
	height: 60px; 
}

@media only screen and (max-width: 959px) {
	/* custom adjustments for mobile layouts under 960px */
	#masthead {
		/* primary nav is not visible, so it needs some padding here */
		padding-bottom: 20px;
	}
}


/****************************************************************
 * Bodycopy text and images
 *
 * These styles are good to have on any ProcessWire site
 *
 */

.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

figure {
	/* figure for image that has a caption */
	display: table;
	margin: 1em 0;
}

figure figcaption {
	/* display caption text below image contained to image width */
	display: table-caption;
	caption-side: bottom;
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 5px;
	color: #777;
}

@media only screen and (max-width: 767px) {
	/* common PW mobile layout adjustments for widths under 768px */ 

	.align_left, .align_right, .align_center {
		/* display images in center rather than aligned */
		display: block;
		float: none; 
		margin: 1em auto;
		max-width: 100%; 
	}
	
	figure,
    figure figcaption {
		/* let figcaption display as wide as needed below image */
	    display: block;
	    text-align: center;
    }
}



/*
 * Eingefügt von Ralf aus dem Template von MM!!
 * Stand 2022-08-06
 */

.uk-sticky-placeholder {
    height: 100px !important;
}
.uk-navbar {
    padding-left: 180px;
    position: relative;
}
.uk-navbar {
    background: #8d191d;
    color: #fff;
}

#tm-header.uk-active {
    background: #8d191d;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

#tm-header>div {
    position: relative;
}

#tm-toolbar {
    background: #21252b;
    height: 40px;
    line-height: 40px;
    padding-left: 180px;
}

#tm-toolbar * {
    color: #777;
}

#tm-toolbar .tm-social>a {
    display: block;
    float: left;
    height: 40px;
    width: 52px;
    text-align: center;
    border-left: 2px solid #2c3139;
    font-size: 20px;
}

.tm-logo-scroll {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    width: auto;
}

#tm-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 35px;
    width: 180px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #8d191d;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 30%);
    z-index: 99;
}

#tm-logo img {
    max-height: 85%;
}

#tm-logo:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 90px 0 90px;
    border-color: #8d191d transparent transparent transparent;
}

#tm-page-heading>div {
    background: rgba(0,0,0,.5);
    padding: 0 30px;
    min-height: 150px;
}





/* BENÖTIGEN WIR DAS ALLES????? */

.tm-section {
	padding-top: 50px;
	padding-bottom: 50px
}

.uk-sticky-placeholder+#tm-content,
#tm-header+#tm-content {
	margin-top: 200px
}

.uk-grid>li {
	margin-bottom: 30px
}



.tm-content {
	position: relative;
	background: #fff;
	padding: 30px;
	color: #555
}

.tm-content-heading {
	text-align: center;
	padding: 25px 0;
	background: rgba(141, 25, 29, .8)
}

.tm-content-heading>* {
	margin: 0;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

h1,
h2,
h3 {
	text-transform: uppercase
}

.uk-sticky-placeholder {
	height: 100px !important
}

#tm-header>div {
	position: relative
}

#tm-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 35px;
	width: 180px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	background: #8d191d;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 3px 5px 10px rgba(0, 0, 0, .3);
	z-index: 99
}

#tm-logo img {
	max-height: 85%
}

#tm-logo:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 90px 0 90px;
	border-color: #8d191d transparent transparent transparent
}

#tm-toolbar {
	background: #21252b;
	height: 40px;
	line-height: 40px;
	padding-left: 180px
}

#tm-toolbar * {
	color: #777
}

#tm-toolbar .tm-social>a {
	display: block;
	float: left;
	height: 40px;
	width: 52px;
	text-align: center;
	border-left: 2px solid #2c3139;
	font-size: 20px
}

#tm-toolbar .tm-social>a.tm-twitter:hover * {
	color: #388dce
}

#tm-toolbar .tm-social>a.tm-facebook:hover * {
	color: #43609c
}

#tm-toolbar .tm-social>a.tm-google:hover * {
	color: #dd4b38
}

.uk-navbar {
	padding-left: 180px;
	position: relative
}

.uk-navbar-nav>li>a {
	text-transform: uppercase
}

.tm-logo-scroll {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	width: auto
}

.tm-logo-scroll img {
	max-height: 80%;
	width: auto
}

#tm-header.uk-active #tm-logo,
#tm-header.uk-active #tm-toolbar {
	display: none
}

#tm-header.uk-active {
	background: #8d191d;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

#tm-header.uk-active .tm-logo-scroll {
	display: block
}

#tm-upcoming {
	height: 320px
}

#tm-upcoming>div {
	width: 100%
}

#tm-upcoming * {
	color: #fff
}

.tm-upcoming-match h3 {
	background: rgba(0, 0, 0, .7);
	display: inline-block;
	padding: 10px 15px;
	margin: 0
}

.tm-upcoming-match h3+h3 {
	margin-left: 5px
}

.tm-upcoming-match span {
	background: rgba(0, 0, 0, .7);
	padding: 5px 10px
}

.tm-upcoming-match a {
	background: #8d191d;
	padding: 5px 10px
}

.tm-upcoming-match a:hover {
	text-decoration: none
}

.tm-upcoming-match div+div {
	margin-top: 20px
}

.tm-upcoming-match h1 {
	text-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.tm-upcoming-event div {
	margin: auto
}

.tm-upcoming-event span,
.tm-upcoming-event h3 {
	float: left;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .7);
	padding: 10px 20px;
	height: 30px;
	line-height: 30px
}

.tm-upcoming-event span {
	background: #8d191d
}

.tm-upcoming-event svg {
	fill: #fff;
	height: 30px;
	width: 30px
}

.tm-upcoming-event h1 {
	text-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.tm-upcoming-event a {
	display: inline-block;
	padding: 10px 20px;
	height: 30px;
	line-height: 30px;
	background: #8d191d
}

#tm-upcoming .uk-slidenav-position .uk-slidenav {
	display: block;
	background: rgba(0, 0, 0, .1);
	border-radius: 2px;
	width: 40px
}

#tm-upcoming .uk-slidenav-position .uk-slidenav:hover {
	background: rgba(0, 0, 0, .2)
}

#tm-upcoming .uk-slidenav-position .uk-slidenav-previous {
	left: 0
}

#tm-upcoming .uk-slidenav-position .uk-slidenav-next {
	right: 0
}

#tm-upcoming .uk-slidenav-position .uk-slidenav {
	border: 0
}

.uk-panel+.uk-panel {
	margin-top: 50px
}

.uk-panel-title {
	text-transform: uppercase;
	margin-bottom: 30px
}

.uk-panel-heading .uk-panel-title {
	text-align: center;
	background: url("/site/templates/ivan1/images/panel_title_bg.png")
}

.uk-panel-heading .uk-panel-title>span {
	background: #fff;
	padding: 0 20px
}

.uk-slideset img {
	max-height: 100%
}

.tm-sponsors .uk-slideset>li {
	height: 100px;
	overflow: hidden
}

.tm-sponsors .uk-slideset>li>a {
	overflow: hidden;
	max-height: 100px
}

.tm-sponsors .uk-slideset>li>a img {
	max-height: 100px
}

.uk-slidenav-position .uk-slidenav {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	height: auto;
	line-height: auto;
	width: auto;
	box-shadow: 0 0 7px rgba(0, 0, 0, .05);
	-webkit-transition: box-shadow .3s ease;
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease
}

.uk-slidenav-position .uk-slidenav:before {
	display: block;
	font-size: 32px;
	height: 50px;
	line-height: 50px;
	width: 40px
}

.uk-slidenav-position .uk-slidenav-previous {
	left: -55px
}

.uk-slidenav-position .uk-slidenav-next {
	right: -55px
}

.uk-slidenav-position .uk-slidenav:hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, .15)
}

.tm-footer {
	background: #21252b;
	color: #777;
	padding: 30px;
	border-bottom: 5px solid #8d191d
}

.tm-footer * {
	color: #777
}

.tm-footer .uk-grid-divider>[class*="uk-width-medium-"]:nth-child(n+2):not(.uk-width-medium-1-1) {
	border-color: #373e48
}

.tm-footer .uk-panel-title {
	color: #a31d21
}

.tm-footer h4 {
	color: #a31d21;
	font-weight: 300
}

.tm-footer a:hover {
	text-decoration: none
}

.tm-footer a:hover h4 {
	color: #ce252a
}

.tm-footer .uk-panel-title:before {
	content: '||||||';
	margin-right: 5px;
	letter-spacing: 2px
}

.tm-footer .tm-popular a {
	display: block;
	padding-left: 40px;
	position: relative
}

.tm-footer .tm-popular a:before {
	font-family: FontAwesome;
	content: "\f005";
	font-size: 18px;
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: #a31d21;
	color: #fff
}

.tm-footer .tm-events-list a {
	display: block;
	position: relative;
	padding-left: 50px
}

.tm-footer .tm-events-list svg {
	width: 40px;
	height: auto;
	fill: #a31d21;
	position: absolute;
	top: 0;
	left: 0
}

.tm-footer .tm-events-list a+a {
	margin-top: 30px
}

.tm-footer .tm-kontakt-info p {
	padding-left: 40px;
	position: relative
}

.tm-footer .tm-kontakt-info .tm-location:before {
	font-family: FontAwesome;
	content: "\f041";
	display: block;
	width: 30px;
	height: 30px;
	font-size: 36px;
	position: absolute;
	top: 7px;
	left: 0;
	color: #a31d21
}

.tm-footer .tm-kontakt-info .tm-email:before {
	font-family: FontAwesome;
	content: "\f0e0";
	display: block;
	width: 30px;
	height: 30px;
	font-size: 26px;
	position: absolute;
	top: 7px;
	left: 0;
	color: #a31d21
}

.tm-footer .tm-kontakt-info .tm-tel:before {
	font-family: FontAwesome;
	content: "\f095";
	display: block;
	width: 30px;
	height: 30px;
	font-size: 26px;
	position: absolute;
	top: 7px;
	left: 0;
	color: #a31d21
}

.tm-footer .tm-social {
	margin-top: 50px;
	font-size: 22px
}

.tm-footer .tm-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #a31d21;
	border-radius: 5px
}

.tm-footer .tm-social a * {
	color: #fff
}

.tm-footer .tm-social a+a {
	margin-left: 10px
}

.tm-footer .tm-social>a.tm-twitter:hover {
	background: #388dce
}

.tm-footer .tm-social>a.tm-facebook:hover {
	background: #43609c
}

.tm-footer .tm-social>a.tm-google:hover {
	background: #dd4b38
}

.tm-copyright {
	background: #21252b;
	color: #777;
	margin-top: 0;
	padding: 10px 30px
}

.tm-copyright * {
	margin: 0;
	color: #777
}

.tm-copyright a {
	color: #a31d21
}

.uk-dropdown-navbar {
	border-top: 3px solid #8d191d;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.uk-nav-navbar>li {
	padding: 0 20px
}

.uk-nav-navbar>li>a {
	position: relative;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	padding: 7px 0
}

.uk-nav-navbar>li+li>a {
	border-top: 1px solid #ddd
}

.tm-lvl3 {
	display: none;
	position: absolute;
	left: 90%;
	top: 0;
	width: 200px
}

.tm-lvl3>ul {
	background: #fff;
	padding: 20px;
	margin-left: 12%
}

.uk-nav-navbar>li>a+.tm-lvl3:hover,
.uk-nav-navbar>li>a:hover+.tm-lvl3 {
	display: block
}

.tm-lvl3>ul>li>a {
	color: #666;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	padding: 5px 0
}

.tm-lvl3>ul>li:hover>a {
	color: #8d191d
}

.uk-nav-navbar .tm-parent>a:after {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	right: 0;
	color: #666;
	font-size: 16px
}

.tm-lvl3.tm-lvl3-fliped {
	left: auto;
	right: 90%
}

.tm-lvl3.tm-lvl3-fliped>ul {
	margin-left: auto;
	margin-right: 12%
}

.uk-nav-navbar>li,
.uk-nav-navbar>li>a {
	position: relative
}

.lvl3 {
	display: none;
	position: absolute;
	left: -180px;
	top: 0;
	width: 200px
}

.lvl3>ul {
	background: #fff;
	padding: 20px;
	margin-right: 30px
}

.uk-nav-navbar>li>a+.lvl3:hover,
.uk-nav-navbar>li>a:hover+.lvl3 {
	display: block
}

#tm-page-heading {
	position: relative
}

#tm-page-heading>div {
	background: rgba(0, 0, 0, .5);
	padding: 0 30px;
	min-height: 150px
}

#tm-page-heading>div * {
	margin: 0;
	color: rgba(255, 255, 255, .9)
}

.uk-overlay-icon.tm-overlay-icon-zoom:before {
	content: "\f002"
}

.uk-modal-close.uk-close {
	position: absolute;
	display: block;
	width: 40px;
	height: 50px;
	line-height: 50px;
	top: 0;
	right: 0;
	text-align: center;
	background: #8d191d;
	color: #fff;
	opacity: 1
}

.uk-modal-close.uk-close:hover {
	background: #b82126
}

.uk-close-alt {
	border-radius: 2px
}

.uk-lightbox-content .uk-slidenav {
	color: #666
}

.uk-modal-dialog .uk-slidenav.uk-slidenav-previous {
	left: -25px
}

.uk-modal-dialog .uk-slidenav.uk-slidenav-next {
	right: -25px
}

.tm-events {
	margin: -30px;
	margin-bottom: 30px
}

.tm-event {
	padding: 30px;
	border-bottom: 1px solid #ddd
}

.tm-event:nth-child(even) {
	background: #f5f5f5
}

.tm-event:last-child {
	margin-bottom: 0
}

.tm-event-match>div>h3 {
	background: #21252b;
	color: #777;
	padding: 10px
}

.tm-event-match .tm-event-result {
	background: #8d191d;
	color: #fff
}

.tm-event-match {
	margin-bottom: 10px
}

#tm-page-heading .tm-event-match {
	width: 100%
}

#tm-page-heading .tm-event-match>div:first-child {
	padding-left: 0 !important
}

.uk-breadcrumb {
	background: #f5f5f5;
	margin: 0;
	padding: 10px 30px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase
}

.tm-sposors>li {
	margin-bottom: 30px
}

.tm-sposors>li>div>a {
	display: block;
	overflow: hidden;
	height: 120px;
	line-height: 120px
}

.tm-sposors>li>div>a img {
	max-width: 100%;
	max-height: 90%
}

.tm-sposors h3 {
	margin: 0
}

.tm-team-img {
	margin: -30px;
	margin-bottom: 30px
}

.tm-team-img img {
	width: 100%
}

.tm-team>li {
	margin-bottom: 30px
}

.tm-team-trainer figure,
.tm-team>li>figure {
	display: block
}

.tm-team-trainer img,
.tm-team img {
	width: 100%
}

.tm-team-number {
	font-family: 'Oswald', sans-serif;
	font-size: 54px;
	line-height: 54px;
	margin-right: 10px;
	font-weight: bold;
	color: #adadad
}

.tm-team .uk-overlay-icon::before {
	content: "\f08e"
}

.tm-team .uk-modal-dialog {
	width: 350px
}

.tm-team .uk-modal-dialog>div {
	margin: -30px;
	margin-bottom: 30px
}

.tm-team .uk-modal-dialog>div img {
	width: 100%
}

.uk-modal-dialog .tm-team-number {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	padding: 20px
}

.tm-team-trainer .tm-team-number {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400
}

.tm-news a:hover {
	text-decoration: none
}

.tm-news li {
	margin-bottom: 30px
}

.tm-downlaods i {
	font-size: 32px;
	color: #aaa;
	transition: color .3s ease
}

.tm-downlaods tr:hover i {
	color: #8d191d
}

.tm-downlaods td {
	padding: 10px 20px;
	font-size: 18px;
	font-style: italic
}

.tm-downlaods td .uk-button {
	font-style: none
}

.tm-downlaods td:first-child {
	width: 50px;
	text-align: center
}

.tm-download {
	position: relative;
	background: #eee
}

.tm-download>span {
	display: block;
	float: left;
	font-size: 18px;
	font-style: italic;
	height: 30px;
	line-height: 30px;
	padding: 0 20px
}

.tm-download>span>i {
	font-size: 18px;
	position: relative;
	top: 5px;
	color: #aaa
}

.tm-download:hover>span>i {
	color: #8d191d
}

.tm-downlaods-group .tm-download:nth-child(even) {
	background: none
}

.tm-download+.tm-download {
	margin: 0
}

td.fc-week-number>span {
	margin-top: 3px;
	padding: 2px;
	border-radius: 2px;
	background-color: #afafaf;
	color: white
}

.gcal-event {
	border-color: #6e6eff;
	background-color: #6e6eff
}

.fc-event.cancelled {
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3) 10px, rgba(0, 0, 0, .3) 10px, rgba(0, 0, 0, .3) 20px)
}

.fc-container {
	position: relative
}

.fc-container .loading {
	display: none
}

.fc-container.loading .loading {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	background: rgba(255, 255, 255, .5);
	z-index: 10
}

.trasharea {
	background: #ffc7c7;
	padding: 20px
}

.trasharea.isTrash {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5)
}

.ui-dialog-content>div.padding {
	padding: 10px
}

#at4-share {
	margin-top: -96px !important
}

.minwidth {
	width: 1%
}

.nowrap {
	white-space: nowrap
}

.tm-full-width {
	min-width: 100%;
	margin: -30px;
	margin-bottom: 30px
}

#colorpicker {
	border-radius: 5px 0 0 5px;
	position: fixed;
	right: 0;
	top: 100px;
	background-color: white
}

#colorpicker img {
	width: 25px;
	height: 25px;
	margin: auto;
	border: 0
}

.blognav a:hover {
	text-decoration: none
}

.tm-padding-gallery {
	padding: 2px
}

.responsiveCal {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden
}

.responsiveCal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.homecolor {
	background: #00f
}

.guestcolor {
	background: red
}

.uk-tab>li>a,
.uk-tab>li>a:hover {
	color: #8d191d
}

.resultstable th {
	white-space: nowrap;
	overflow: hidden
}

.tm-upcoming-event a:hover {
	text-decoration: none
}

::selection {
	background: #8d191d;
	color: #fff;
	text-shadow: none
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
	background-color: #8d191d
}

.whitebg {
	background-color: white
}

#sidebar .widget_sponsors:not(:hover) .uk-slidenav {
	display: none
}

#sidebar .uk-slidenav-position .uk-slidenav-previous {
	left: -20px
}

#sidebar .uk-slidenav-position .uk-slidenav-next {
	right: -20px
}

#sidebar .uk-panel.uk-panel-heading:not(:first-child) {
	margin-top: 20px
}

.eventimportpreview ul>ul {
	margin: 0
}

.eventimportpreview ul {
	list-style-type: none
}

.eventimportpreview li.new {
	background-color: #d0ffd9
}

.eventimportpreview li:not(.new) {
	color: #878787
}

#tm-mobile-nav li .uk-icon-arrow-right {
	display: none
}

#tm-mobile-nav li.uk-parent.uk-open .uk-icon-arrow-right,
#tm-mobile-nav li.uk-parent .uk-icon-spinner {
	display: inline-block;
	margin-left: 10px
}

#teamfilter {
	display: inline-block
}

#gamesandresultstable tr.odd {
	background-color: #f5f5f5
}

#tm-mobile-header {
	background: rgba(141, 25, 29, .6);
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 32px
}

#tm-mobile-header * {
	color: #fff
}

#tm-mobile-header a {
	display: block
}

.tm-offcanvas-logo {
	height: 120px;
	line-height: 120px;
	text-align: center;
	background: #16191d
}

.tm-offcanvas-logo img {
	max-height: 80%
}

html .uk-nav.uk-nav-offcanvas>li:hover>a,
html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
	background: #1a1e22
}

.uk-nav-offcanvas>li>a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 20px
}

.uk-nav-offcanvas ul a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	padding: 7px 20px
}

@media(max-width:800px) {
	.uk-container {
		padding: 0
	}

	body::after {
		background-attachment: scroll;
		height: 800px
	}

	.uk-grid>li {
		margin-bottom: 30px
	}

	.tm-upcoming-match h3 {
		display: block;
		max-width: 60%;
		margin: auto;
		float: none
	}

	.tm-upcoming-match h3+h3 {
		margin: 10px auto
	}

	.tm-upcoming-match>div * {
		display: block;
		max-width: 60%;
		margin: auto
	}

	.tm-upcoming-event .uk-float-left {
		float: none !important
	}

	.tm-upcoming-event h3 {
		float: none
	}

	.tm-upcoming-event a {
		display: block;
		margin-top: 5px
	}

	.tm-upcoming-event>div>div+div {
		margin-top: 5px
	}

	#tm-upcoming {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px
	}

	.tm-upcoming-match h1 {
		font-size: 26px;
		margin-bottom: 20px !important
	}

	.tm-upcoming-match h1::before {
		height: 30px;
		width: 30px;
		top: 3px
	}

	.tm-content-heading {
		padding: 10px
	}

	.tm-content-heading h1 {
		font-size: 20px
	}

	.uk-slidenav-position .uk-slidenav-previous {
		left: -15px
	}

	.uk-slidenav-position .uk-slidenav-next {
		right: -15px
	}

	.uk-sticky-placeholder {
		display: none
	}
}

@media(max-width:767px) {
	.tm-content-heading h1 {
		font-size: 18px;
		line-height: 26px
	}

	.uk-panel-heading .uk-panel-title span,
	.uk-panel-heading .uk-panel-title {
		background: none;
		padding: 0
	}

	.tm-footer+div>.uk-float-right,
	.tm-footer+div>.uk-float-left {
		float: none !important;
		text-align: center
	}

	.tm-footer>div>div+div {
		margin-top: 30px
	}

	.tm-event-heading>div>h2 {
		text-align: center !important;
		margin-bottom: 10px !important
	}

	.tm-event-match>div>h3 {
		text-align: center !important
	}

	#tm-page-heading .tm-event-match>div:first-child {
		padding-left: 25px !important
	}

	.tm-downlaods td {
		display: block;
		text-align: center !important
	}

	.tm-downlaods td:first-child {
		display: none
	}
}