@charset "UTF-8";
/*!
Theme Name: LTSports
Theme URI: http://underscores.me/
Author: Daniel Szczukiewicz
Author URI: http://underscores.me/
Description: A new WordPress theme based on Underscores created for Liga-Typera.com website. A new theme and the new possibilities!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ltsports
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LTSports is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Plugins
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Pages
# Font Awesome
--------------------------------------------------------------*/
/*
============================================================
| COLORS
============================================================
*/
/* BACKGROUNDS */
/* TEXT */
/* LINKS */
/* BUTTONS */
/* BORDERS */
/* NOTIFICATIONS */
/* AFFILIATES */
/* TABLES */
/* BADGE */
/* OTHER */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MEDIA QUERY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/*--------------------------------------------------------------
## FUNCTIONS AND VARIABLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## UTILITIES
--------------------------------------------------------------*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		    flex-basis: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		    flex-basis: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		    flex-basis: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		    flex-basis: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1920px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		    flex-basis: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1920px) {
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	    flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	    flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	    justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	    align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	    align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	    align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	    align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	    align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	    align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	    align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	    align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	    align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	    align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	    align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
}

@media (min-width: 1920px) {
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		    flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		    flex-shrink: 1 !important;
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		    justify-content: space-around !important;
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		    align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		    align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		    align-content: space-between !important;
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		    align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		    align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		    align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		    align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		    align-self: center !important;
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		    align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		    align-self: stretch !important;
	}
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1920px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important;
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important;
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important;
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important;
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem !important;
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem !important;
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important;
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important;
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important;
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important;
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem !important;
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important;
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important;
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important;
	}
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #1e2733;
	font-family: "Poppins", sans-serif;
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 1.5;
}

@media (min-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

@media (min-width: 992px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
		font-size: 1rem;
	}
}

/* 
============================================================
| HEADINGS
============================================================
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Poppins", sans-serif;
	clear: both;
}

h1,
.h1 {
	margin: 1em 0;
	font-size: 19.2px;
	font-size: 1.2rem;
}

@media (min-width: 576px) {
	h1,
	.h1 {
		font-size: 20.8px;
		font-size: 1.3rem;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 25.6px;
		font-size: 1.6rem;
	}
}

h2,
.h2 {
	margin: .85em 0;
	font-size: 17.6px;
	font-size: 1.1rem;
}

@media (min-width: 576px) {
	h2,
	.h2 {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 20.8px;
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	h2,
	.h2 {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

h3,
.h3 {
	margin: .7em 0;
	font-size: 16px;
	font-size: 1rem;
}

@media (min-width: 576px) {
	h3,
	.h3 {
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

@media (min-width: 768px) {
	h3,
	.h3 {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 992px) {
	h3,
	.h3 {
		font-size: 20.8px;
		font-size: 1.3rem;
	}
}

@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

h4,
.h4 {
	margin: .5em 0;
	font-size: 14.4px;
	font-size: 0.9rem;
}

@media (min-width: 576px) {
	h4,
	.h4 {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

@media (min-width: 992px) {
	h4,
	.h4 {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
	h4,
	.h4 {
		font-size: 20.8px;
		font-size: 1.3rem;
	}
}

h5,
.h5 {
	margin: .5em 0;
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (min-width: 576px) {
	h5,
	.h5 {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

@media (min-width: 768px) {
	h5,
	.h5 {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	h5,
	.h5 {
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

@media (min-width: 1200px) {
	h5,
	.h5 {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

h6,
.h6 {
	margin: .5em 0;
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 576px) {
	h6,
	.h6 {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

@media (min-width: 768px) {
	h6,
	.h6 {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

@media (min-width: 992px) {
	h6,
	.h6 {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	h6,
	.h6 {
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

p {
	margin-bottom: 1.5em;
}

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 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #ddd;
}

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

img {
	max-width: 100%;
	height: auto;
}

figure {
	margin: 1em 0;
}

/*--------------------------------------------------------------
## LISTS
--------------------------------------------------------------*/
/*
============================================================
| LISTS
============================================================
*/
ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
## TABLES
--------------------------------------------------------------*/
/*
============================================================
| TABLES
============================================================
*/
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## ACCORDION
--------------------------------------------------------------*/
/*
============================================================
| ACCORDION
============================================================
*/
.accordion-tab {
	position: relative;
	width: 100%;
	margin-bottom: 1px;
	overflow: hidden;
}

.accordion-tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.accordion-tab input:checked ~ .accordion-tab-content {
	max-height: 100vh;
}

.accordion-tab label {
	display: block;
	position: relative;
	line-height: 3em;
	border-bottom: 1px solid #efecec;
	cursor: pointer;
}

.accordion-tab label::after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.accordion-tab-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 3em;
	margin-right: 3em;
	line-height: 1.5;
}

.accordion-tab-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .35s;
	transition: max-height .35s;
}

.accordion-tab-content p {
	margin: 0;
	padding: 1em;
	font-size: 90%;
	background: #efecec;
}

.accordion-tab input[type=checkbox] + label::after {
	content: "+";
}

.accordion-tab input[type=radio] + label::after {
	content: "\25BC";
}

.accordion-tab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotate(315deg);
	        transform: rotate(315deg);
}

.accordion-tab input[type=radio]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
}

/*--------------------------------------------------------------
## ANIMATIONS
--------------------------------------------------------------*/
/*
============================================================
| ANIMATIONS
============================================================
*/
@-webkit-keyframes player-on-banner {
	0% {
		opacity: 0;
		-webkit-transform: translate(-90%, 0);
		        transform: translate(-90%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}
@keyframes player-on-banner {
	0% {
		opacity: 0;
		-webkit-transform: translate(-90%, 0);
		        transform: translate(-90%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}

@-webkit-keyframes text-on-banner {
	0% {
		opacity: 0;
		-webkit-transform: translate(90%, 0);
		        transform: translate(90%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(50%, 0);
		        transform: translate(50%, 0);
	}
}

@keyframes text-on-banner {
	0% {
		opacity: 0;
		-webkit-transform: translate(90%, 0);
		        transform: translate(90%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(50%, 0);
		        transform: translate(50%, 0);
	}
}

@-webkit-keyframes bouncing {
	0% {
		top: -5px;
	}
	100% {
		top: -8px;
	}
}

@keyframes bouncing {
	0% {
		top: -5px;
	}
	100% {
		top: -8px;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn, .pms-account-subscription-details-table .pms-account-subscription-action-link {
	padding: .6em 1em;
	font-size: 12.8px;
	font-size: 0.8rem;
	background: #db1c22;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	border-radius: 1px;
	line-height: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.btn, .pms-account-subscription-details-table .pms-account-subscription-action-link {
		font-size: 16px;
		font-size: 1rem;
	}
}

input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.btn:hover, .pms-account-subscription-details-table .pms-account-subscription-action-link:hover, input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.btn:focus, .pms-account-subscription-details-table .pms-account-subscription-action-link:focus, input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"],
.btn:active, .pms-account-subscription-details-table .pms-account-subscription-action-link:active {
	color: #fff;
}

@media (min-width: 1200px) {
	input:hover[type="button"],
	input:hover[type="reset"],
	input:hover[type="submit"],
	.btn:hover, .pms-account-subscription-details-table .pms-account-subscription-action-link:hover, input:focus[type="button"],
	input:focus[type="reset"],
	input:focus[type="submit"],
	.btn:focus, .pms-account-subscription-details-table .pms-account-subscription-action-link:focus, input:active[type="button"],
	input:active[type="reset"],
	input:active[type="submit"],
	.btn:active, .pms-account-subscription-details-table .pms-account-subscription-action-link:active {
		background: #bd181e;
	}
}

input:visited[type="button"],
input:visited[type="reset"],
input:visited[type="submit"],
.btn:visited, .pms-account-subscription-details-table .pms-account-subscription-action-link:visited {
	color: #fff;
}

input.js-pl-save,
input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	width: 100%;
	color: #666;
	border: 1px solid #dad8d8;
	padding: 5px;
	outline: none;
}

@media (min-width: 768px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea,
	select {
		width: auto;
	}
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	color: #111;
}

input[type="file"] {
	margin: 1em 0;
	outline: none;
}

/*select {
    border: 1px solid $color__border-input;
}*/
textarea {
	width: 100%;
}

.ui-widget-header {
	color: #db1c22;
	border: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #792a26;
	text-decoration: none;
}

a:visited {
	color: #792a26;
}

a:hover, a:focus, a:active {
	color: #bd181e;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 50%;
	width: 100%;
}

@media (min-width: 1200px) {
	.main-navigation {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
	}
}

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

.main-navigation .menu {
	display: block;
	position: fixed;
	top: 50px;
	left: -275px;
	width: 0;
	width: 275px;
	height: 100vh;
	padding: 10px 10px 60px;
	background: rgba(0, 0, 0, 0.8);
	overflow-y: scroll;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
}

.main-navigation .menu-opened {
	left: 0;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
}

.main-navigation .menu-opened .about-us,
.main-navigation .menu-opened .leagues,
.main-navigation .menu-opened .predictions,
.main-navigation .menu-opened .global-classification,
.main-navigation .menu-opened .trip-to-uk,
.main-navigation .menu-opened .bookies,
.main-navigation .menu-opened .help {
	position: relative;
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .about-us:before,
	.main-navigation .menu-opened .leagues:before,
	.main-navigation .menu-opened .predictions:before,
	.main-navigation .menu-opened .global-classification:before,
	.main-navigation .menu-opened .trip-to-uk:before,
	.main-navigation .menu-opened .bookies:before,
	.main-navigation .menu-opened .help:before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .about-us:after,
	.main-navigation .menu-opened .leagues:after,
	.main-navigation .menu-opened .predictions:after,
	.main-navigation .menu-opened .global-classification:after,
	.main-navigation .menu-opened .trip-to-uk:after,
	.main-navigation .menu-opened .bookies:after,
	.main-navigation .menu-opened .help:after {
		content: "\f107";
		position: absolute;
		right: 10px;
		margin-left: 5px;
		font-family: FontAwesome;
		font-weight: 400;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .about-us:before {
		background: url("images/icons/about-us.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .leagues:before {
		background: url("images/icons/football.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .predictions:before {
		background: url("images/icons/champion-trophy.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .global-classification:before {
		background: url("images/icons/award.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .trip-to-uk:before {
		background: url("images/icons/tickets.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .bookies:before {
		background: url("images/icons/money.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu-opened .help:before {
		background: url("images/icons/envelope.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (min-width: 1200px) {
	.main-navigation .menu {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
		background: none;
		overflow-y: visible;
	}
}

.main-navigation .menu::-webkit-scrollbar {
	display: none;
}

.main-navigation .menu > .menu-item {
	position: relative;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #2d2d2c;
}

@media (min-width: 1200px) {
	.main-navigation .menu > .menu-item {
		display: inline-block;
		margin-bottom: 0;
		border: 0;
	}
}

.main-navigation .menu > .menu-item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 14.4px;
	font-size: 0.9rem;
}

@media (min-width: 1200px) {
	.main-navigation .menu > .menu-item > a {
		padding: 0 7px 15px;
		font-weight: 600;
		background: none;
	}
	.main-navigation .menu > .menu-item > a:hover, .main-navigation .menu > .menu-item > a:focus, .main-navigation .menu > .menu-item > a:active {
		background: none;
	}
}

.main-navigation .menu > .menu-item.menu-item-has-children > a {
	cursor: default;
}

@media (min-width: 1200px) {
	.main-navigation .menu > .menu-item.menu-item-has-children > a {
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.main-navigation .menu > .menu-item.menu-item-has-children > a:after {
		content: "\f107";
		margin-left: 5px;
		font-family: FontAwesome;
		font-weight: 400;
	}
}

.main-navigation .menu .menu-item-has-children .sub-menu {
	display: none;
	padding: 0 1rem;
}

@media (min-width: 1200px) {
	.main-navigation .menu .menu-item-has-children .sub-menu {
		display: block;
		position: absolute;
		left: 50%;
		min-width: 100%;
		background: #db1c22;
		border-radius: 0 0 2px 2px;
		-webkit-transform: scale(0) translateX(-50%);
		        transform: scale(0) translateX(-50%);
		-webkit-transform-origin: left top;
		        transform-origin: left top;
		visibility: hidden;
		padding: 0;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		white-space: nowrap;
	}
	.main-navigation .menu .menu-item-has-children .sub-menu:before {
		content: '';
		display: block;
		position: absolute;
		top: -16px;
		left: 50%;
		border: 8px solid transparent;
		border-bottom-color: #db1c22;
		margin-left: -8px;
	}
}

.main-navigation .menu .menu-item-has-children .sub-menu .menu-item {
	padding: 0 10px 0 25px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (min-width: 1200px) {
	.main-navigation .menu .menu-item-has-children .sub-menu .menu-item {
		padding: 0;
	}
	.main-navigation .menu .menu-item-has-children .sub-menu .menu-item:hover, .main-navigation .menu .menu-item-has-children .sub-menu .menu-item:focus {
		background: #bd181e;
	}
}

.main-navigation .menu .menu-item-has-children .sub-menu .menu-item a {
	display: block;
	padding: 7px;
	color: #fff;
	text-decoration: none;
	font-size: 14.4px;
	font-size: 0.9rem;
}

@media (min-width: 1200px) {
	.main-navigation .menu .menu-item-has-children .sub-menu .menu-item a {
		color: #fff;
	}
}

.main-navigation .menu .menu-item-has-children.sub-menu-opened .sub-menu {
	display: block;
}

@media (min-width: 1200px) {
	.main-navigation .menu .menu-item-has-children:hover .sub-menu {
		-webkit-transform: scale(1) translateX(-50%);
		        transform: scale(1) translateX(-50%);
		visibility: visible;
	}
}

.menu-toggle {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: inherit;
	outline: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
	top: 4px;
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}

.menu-toggle span:nth-child(2) {
	top: 14px;
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}

.menu-toggle span:nth-child(3) {
	top: 24px;
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}

.menu-toggle-opened span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 5px;
	left: -1px;
}

.menu-toggle-opened span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.menu-toggle-opened span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 26px;
	left: -1px;
}

.mobile-menu-opened {
	height: 100vh;
	overflow: hidden;
}

.mobile-menu-opened .mobile-menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	z-index: 2;
}

@media (min-width: 1200px) {
	.mobile-menu-opened .mobile-menu-overlay {
		display: none;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #666;
	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-left: auto;
	margin-right: 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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global layouts
--------------------------------------------------------------*/
body {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	background-color: #fff;
	/*    &.mobile-menu-opened {
        background: rgba(0,0,0,0.4);
        transition: background-color .3s;
    }*/
}

.blog .content-area {
	padding: 0;
}

.post-template .post-opened {
	margin: 0;
}

.post-template .post-opened .cat-links {
	display: none;
}

.post-template .post-opened .entry-meta {
	margin-top: .5em;
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 576px) {
	.post-template .post-opened .entry-meta {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.post-template .post-opened .entry-meta .byline a {
	color: #db1c22;
	font-weight: 600;
	pointer-events: none;
}

.post-template .post-opened .entry-meta .posted-on a {
	color: #792a26;
}

.post-template .post-opened .entry-meta .edit-link {
	float: right;
}

.post-template .post-opened .entry-header {
	margin-bottom: 1em;
}

.post-template .post-opened .entry-content {
	margin: 0;
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (min-width: 992px) {
	.post-template .post-opened .entry-content {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.post-template .post-opened .entry-content ol,
.post-template .post-opened .entry-content ul {
	margin: 0 0 1.5em 2em;
	padding: 0;
}

.post-template .post-opened .entry-footer {
	display: none;
}

.post-template .post-opened .post-thumbnail img {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.post-closed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1em;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

@media (min-width: 768px) {
	.post-closed {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

.post-closed:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.post-closed .post-image {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	position: relative;
	margin-right: 1em;
}

.post-closed .post-content {
	-webkit-box-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
}

.post-closed .post-content .entry-title {
	margin: 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	line-height: 1.1;
}

@media (min-width: 576px) {
	.post-closed .post-content .entry-title {
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

@media (min-width: 768px) {
	.post-closed .post-content .entry-title {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

.post-closed .post-content .entry-title a {
	color: #792a26 !important;
}

.post-closed .post-content .entry-content {
	margin: 0;
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (min-width: 992px) {
	.post-closed .post-content .entry-content {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

@media (max-width: 575px) {
	.post-closed .post-content .entry-content {
		display: none;
	}
}

.post-closed .post-content .entry-meta {
	margin-top: .5em;
}

.post-closed .more-link {
	float: right;
	background: #db1c22;
	color: #fff;
	padding: 5px 8px;
	text-transform: uppercase;
}

.post-closed .cat-links {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #db1c22;
	border-radius: 2px;
	padding: 2px;
	line-height: 1;
}

@media (min-width: 576px) {
	.post-closed .cat-links {
		display: block;
	}
}

.post-closed .cat-links a {
	color: #fff;
	font-size: 12.8px;
	font-size: 0.8rem;
	pointer-events: none;
}

.post-closed .entry-meta {
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 576px) {
	.post-closed .entry-meta {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.post-closed .entry-meta .byline a {
	color: #db1c22;
	font-weight: 600;
	pointer-events: none;
}

.post-closed .entry-meta .posted-on a {
	color: #792a26;
}

.post-closed .entry-meta .edit-link {
	float: right;
}

.site-content {
	max-width: 1440px;
}

.site-main {
	margin: 0;
}

@media (min-width: 1200px) {
	.site-main {
		margin: 0 0 2em;
	}
}

/*.site-main {
    margin: 1em 0 0;

    @include mq-above(xl) {
        margin: 1em 0 2em;
    }
}*/
.content-area {
	padding-top: 50px;
	padding-bottom: 1em;
}

@media (min-width: 1200px) {
	.content-area {
		padding-top: 100px;
		padding-bottom: 0;
	}
}

.pl-ml-title,
.page-title,
.widget-title,
#pms_ppe_confirm_payment h3 {
	display: block;
	font-weight: 700;
	padding: 10px 0;
	border-bottom: 1px solid #dad8d8;
	text-transform: uppercase;
}

.pl-ml-title:after,
.page-title:after,
.widget-title:after,
#pms_ppe_confirm_payment h3:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #db1c22;
	display: block;
	position: relative;
	bottom: -11px;
}

.pl-ml-title small,
.page-title small,
.widget-title small,
#pms_ppe_confirm_payment h3 small {
	display: block;
	font-size: 60%;
}

@media (min-width: 1200px) {
	.pl-ml-title small,
	.page-title small,
	.widget-title small,
	#pms_ppe_confirm_payment h3 small {
		display: inline;
	}
}

.page-template {
	/*    .page-title { // ALL TITLES ON WP PAGES
        margin: 1em 0;
        padding-bottom: 10px;
        font-weight: 900;
        color: $color__text-default-2;
        text-transform: uppercase;
        border-bottom: 1px solid $color__border-theme-2;

        small {
            display: block;
        }
    }*/
}

.page-template .page-section {
	/*        &-content { // CONTENT OF SECTION

            @include mq-above(xl) {
                margin-left: 115px;
            }
        }*/
}

.page-template .page-section ul,
.page-template .page-section ol {
	padding: 0;
	margin: 1em 2em 2em;
}

.page-template .page-section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-left: 10px;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	font-style: italic;
	color: #1e2733;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.page-template .page-section-title {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.page-template .page-section-title {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	.page-template .page-section-title {
		font-size: 25.6px;
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {
	.page-template .page-section-title {
		margin-left: 20px;
		font-size: 28.8px;
		font-size: 1.8rem;
	}
}

.page-template .page-section-title span {
	display: inline-block;
	width: 30px;
	min-width: 30px;
	margin-right: 15px;
	text-align: center;
	font-weight: 800;
	color: #fff;
	background: #ddd;
	-webkit-transform: skew(-35deg);
	        transform: skew(-35deg);
}

@media (min-width: 576px) {
	.page-template .page-section-title span {
		width: 40px;
		min-width: 40px;
	}
}

@media (min-width: 768px) {
	.page-template .page-section-title span {
		width: 50px;
		min-width: 50px;
		margin-right: 25px;
	}
}

@media (min-width: 992px) {
	.page-template .page-section-title span {
		width: 60px;
		min-width: 60px;
	}
}

@media (min-width: 1200px) {
	.page-template .page-section-title span {
		width: 70px;
		min-width: 70px;
	}
}

.page-template .page-section-title span i {
	display: block;
	-webkit-transform: skew(35deg);
	        transform: skew(35deg);
	font-style: normal;
}

.page-template .page-section-title .fa {
	line-height: inherit;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*
============================================================
| HEADER
============================================================
*/
.site-header {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.site-header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1440px;
	margin: auto;
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.site-header-inner {
		padding: 10px 15px 0;
	}
}

.site-branding {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 50px;
}

@media (min-width: 1200px) {
	.site-branding {
		display: block;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		height: 90px;
	}
}

.site-branding .custom-logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 40px;
	height: 40px;
	background: url("images/logos/lt-color-small.svg") center right no-repeat;
	background-size: contain;
}

@media (min-width: 768px) {
	.site-branding .custom-logo-link {
		width: 145px;
		height: 40px;
		background: url("images/logos/lt-color.svg") center center no-repeat;
		background-size: contain;
	}
}

@media (min-width: 1200px) {
	.site-branding .custom-logo-link {
		width: 270px;
		height: 75px;
	}
}

@media (min-width: 768px) {
	.site-branding .custom-logo-link-christmas {
		background: url("images/logos/lt-color-christmas.svg") center right no-repeat;
	}
}

.site-navigation-container {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	height: 50px;
}

@media (min-width: 1200px) {
	.site-navigation-container {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-flex: 3;
		    -ms-flex: 3;
		        flex: 3;
		height: 90px;
	}
}

.site-navigation-container .social-menu {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 50%;
}

@media (min-width: 1200px) {
	.site-navigation-container .social-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-navigation-container .social-menu .btn {
	margin-left: .5rem;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.site-navigation-container .social-menu .btn span {
	margin-right: .5rem;
}

.site-navigation-container .social-menu .facebook-icon,
.site-navigation-container .social-menu .twitter-icon,
.site-navigation-container .social-menu .instagram-icon {
	display: inline-block;
	width: 30px;
	margin-left: .5rem;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.site-navigation-container .social-menu .facebook-icon:hover,
.site-navigation-container .social-menu .twitter-icon:hover,
.site-navigation-container .social-menu .instagram-icon:hover {
	background-color: #3b5998;
}

.site-navigation-container .social-menu .twitter-icon:hover {
	background-color: #55acee;
}

.site-navigation-container .social-menu .instagram-icon:hover {
	background-color: #c13584;
}

.site-slider {
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-position: 50% 50%;
}

@media only screen and (min-width: 480px) {
	.site-slider {
		height: 480px;
	}
}

@media only screen and (min-width: 778px) {
	.site-slider {
		height: 540px;
	}
}

@media only screen and (min-width: 1024px) {
	.site-slider {
		height: 720px;
	}
}

.site-banner-league {
	display: block;
	height: 250px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 35% 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	.site-banner-league {
		height: 300px;
		background-position: 50% 50%;
	}
}

@media (min-width: 1200px) {
	.site-banner-league {
		height: 500px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league {
		height: 600px;
		background-position: 0;
	}
}

.site-banner-league-content {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 1.5em 15px;
	text-align: right;
	color: white;
	text-shadow: 2px 2px 2px #000;
}

.site-banner-league-content h1 {
	position: absolute;
	right: 55%;
	width: 100%;
	margin: 0;
	opacity: 0;
	-webkit-animation: text-on-banner 0.4s 0.4s ease forwards;
	        animation: text-on-banner 0.4s 0.4s ease forwards;
	z-index: 3;
	font-size: 25.6px;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.site-banner-league-content h1 {
		font-size: 32px;
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-content h1 {
		font-size: 48px;
		font-size: 3rem;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-content h1 {
		font-size: 56px;
		font-size: 3.5rem;
	}
}

.site-banner-league-content h1 i {
	background-repeat: no-repeat;
	background-size: contain;
}

.site-banner-league-content h1 small {
	display: block;
	font-size: 60%;
	line-height: 1;
}

.site-banner-league-content span {
	position: absolute;
	left: 25%;
	bottom: 0;
	opacity: 0;
	-webkit-animation: player-on-banner 0.4s 0.4s ease forwards;
	        animation: player-on-banner 0.4s 0.4s ease forwards;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

@media (min-width: 768px) {
	.site-banner-league-content span {
		left: 20%;
	}
}

.site-banner-league-offer-aco h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.site-banner-league-offer-aco h1 i {
	display: block;
	width: 80px;
	height: 61px;
	background-image: url("images/logos/aco.png");
}

@media (min-width: 768px) {
	.site-banner-league-offer-aco h1 i {
		width: 120px;
		height: 92px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-offer-aco h1 i {
		width: 200px;
		height: 153px;
	}
}

.site-banner-league-offer-opzz h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.site-banner-league-offer-opzz h1 i {
	display: block;
	width: 80px;
	height: 74px;
	background-image: url("images/logos/opzz.png");
}

@media (min-width: 768px) {
	.site-banner-league-offer-opzz h1 i {
		width: 120px;
		height: 112px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-offer-opzz h1 i {
		width: 200px;
		height: 186px;
	}
}

.site-banner-league-ks .site-banner-league-content span {
	width: 145px;
	height: 200px;
	background-image: url("images/pages/leagues/ks-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-ks .site-banner-league-content span {
		width: 182px;
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-ks .site-banner-league-content span {
		width: 290px;
		height: 400px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-ks .site-banner-league-content span {
		width: 363px;
		height: 500px;
	}
}

.site-banner-league-ekstraklasa .site-banner-league-content span, .site-banner-league-1-liga .site-banner-league-content span, .site-banner-league-bundesliga .site-banner-league-content span {
	width: 217px;
	height: 200px;
	background-image: url("images/pages/leagues/ekstraklasa-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-ekstraklasa .site-banner-league-content span, .site-banner-league-1-liga .site-banner-league-content span, .site-banner-league-bundesliga .site-banner-league-content span {
		width: 271px;
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-ekstraklasa .site-banner-league-content span, .site-banner-league-1-liga .site-banner-league-content span, .site-banner-league-bundesliga .site-banner-league-content span {
		width: 434px;
		height: 400px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-ekstraklasa .site-banner-league-content span, .site-banner-league-1-liga .site-banner-league-content span, .site-banner-league-bundesliga .site-banner-league-content span {
		width: 521px;
		height: 480px;
	}
}

.site-banner-league-bundesliga .site-banner-league-content span {
	background-image: url("images/pages/leagues/bundesliga-player.png");
}

.site-banner-league-serie-a .site-banner-league-content span {
	width: 289px;
	height: 250px;
	background-image: url("images/pages/leagues/serie-a-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-serie-a .site-banner-league-content span {
		width: 359px;
		height: 310px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-serie-a .site-banner-league-content span {
		width: 578px;
		height: 500px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-serie-a .site-banner-league-content span {
		width: 694px;
		height: 600px;
	}
}

.site-banner-league-premier-league .site-banner-league-content span {
	width: 185px;
	height: 200px;
	background-image: url("images/pages/leagues/premier-league-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-premier-league .site-banner-league-content span {
		width: 232px;
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-premier-league .site-banner-league-content span {
		width: 371px;
		height: 400px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-premier-league .site-banner-league-content span {
		width: 457px;
		height: 493px;
	}
}

.site-banner-league-laliga .site-banner-league-content span {
	width: 236px;
	height: 220px;
	background-image: url("images/pages/leagues/la-liga-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-laliga .site-banner-league-content span {
		width: 290px;
		height: 270px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-laliga .site-banner-league-content span {
		width: 472px;
		height: 440px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-laliga .site-banner-league-content span {
		width: 578px;
		height: 539px;
	}
}

.site-banner-league-ligue-1 .site-banner-league-content span {
	width: 223px;
	height: 200px;
	background-image: url("images/pages/leagues/ligue-1-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-ligue-1 .site-banner-league-content span {
		width: 279px;
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-ligue-1 .site-banner-league-content span {
		width: 446px;
		height: 400px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-ligue-1 .site-banner-league-content span {
		width: 557px;
		height: 499px;
	}
}

.site-banner-league-cl .site-banner-league-content span {
	width: 223px;
	height: 200px;
	background-image: url("images/pages/leagues/cl-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-cl .site-banner-league-content span {
		width: 279px;
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-cl .site-banner-league-content span {
		width: 446px;
		height: 400px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-cl .site-banner-league-content span {
		width: 557px;
		height: 499px;
	}
}

.site-banner-league-el .site-banner-league-content span {
	width: 186px;
	height: 200px;
	background-image: url("images/pages/leagues/el-player.png");
}

@media (min-width: 768px) {
	.site-banner-league-el .site-banner-league-content span {
		width: 233px;
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-el .site-banner-league-content span {
		width: 373px;
		height: 400px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-el .site-banner-league-content span {
		width: 452px;
		height: 485px;
	}
}

.site-banner-league-confl .site-banner-league-content span {
	width: 289px;
	height: 250px;
}

@media (min-width: 768px) {
	.site-banner-league-confl .site-banner-league-content span {
		width: 359px;
		height: 310px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-confl .site-banner-league-content span {
		width: 578px;
		height: 500px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-confl .site-banner-league-content span {
		width: 694px;
		height: 600px;
	}
}

.site-banner-league-euro2020 .site-banner-league-content span, .site-banner-league-offer-aco .site-banner-league-content span, .site-banner-league-offer-opzz .site-banner-league-content span {
	width: 291px;
	height: 200px;
}

@media (min-width: 768px) {
	.site-banner-league-euro2020 .site-banner-league-content span, .site-banner-league-offer-aco .site-banner-league-content span, .site-banner-league-offer-opzz .site-banner-league-content span {
		width: 364px;
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.site-banner-league-euro2020 .site-banner-league-content span, .site-banner-league-offer-aco .site-banner-league-content span, .site-banner-league-offer-opzz .site-banner-league-content span {
		width: 583px;
		height: 400px;
	}
}

@media (min-width: 1920px) {
	.site-banner-league-euro2020 .site-banner-league-content span, .site-banner-league-offer-aco .site-banner-league-content span, .site-banner-league-offer-opzz .site-banner-league-content span {
		width: 727px;
		height: 499px;
	}
}

.mobile-buttons {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 1200px) {
	.mobile-buttons {
		display: none;
	}
}

.mobile-buttons .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: .5rem;
	padding: 0;
}

a[data-invitations-menu]::after {
	content: attr(data-invitations-menu);
	position: static;
	top: 0;
	right: -5px;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-top: -15px;
	font-size: 12.8px;
	font-size: 0.8rem;
	background: #db1c22;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	-webkit-animation: bouncing 0.8s cubic-bezier(0.1, 0.05, 0.05, 1) 0s infinite alternate both;
	        animation: bouncing 0.8s cubic-bezier(0.1, 0.05, 0.05, 1) 0s infinite alternate both;
}

@media (min-width: 1200px) {
	a[data-invitations-menu]::after {
		position: absolute;
		margin: 0;
	}
}

#menu-item-18280 a[href="#"]::before {
	content: "N";
	position: static;
	top: 0;
	right: 10px;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-top: -15px;
	font-size: 12.8px;
	font-size: 0.8rem;
	background: #db1c22;
	color: #fff;
	text-align: center;
	font-family: "Poppins", sans-serif;
	line-height: 15px;
	border-radius: 50%;
	-webkit-animation: bouncing 0.8s cubic-bezier(0.1, 0.05, 0.05, 1) 0s infinite alternate both;
	        animation: bouncing 0.8s cubic-bezier(0.1, 0.05, 0.05, 1) 0s infinite alternate both;
}

@media (min-width: 1200px) {
	#menu-item-18280 a[href="#"]::before {
		position: absolute;
		margin: 0;
	}
}

.stats-area {
	max-width: 1440px;
	margin: auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	list-style: none;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.stats-area-icon {
	display: block !important;
	font-size: 2rem !important;
	padding: 5px !important;
}

@media (min-width: 1200px) {
	.stats-area-icon {
		font-size: 3rem !important;
	}
}

.wp-block-pullquote {
	padding: 1.5em 0;
	background: #f1efef !important;
	border-radius: 10px;
}

.wp-block-pullquote p {
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 20px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-navigation .site-main,
.posts-navigation .site-main,
.post-navigation .site-main {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-link,
.posts-navigation .nav-link,
.post-navigation .nav-link {
	float: left;
	width: 100%;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: block;
	color: #827e7e;
	border: 1px solid #dad8d8;
	padding: 5px 10px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 100%;
	margin-bottom: 10px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	width: 100%;
	text-align: right;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin-top: 2em;
	/*    .comment:after, .comment:before {
            right: 100%;
            top: 30%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
    }

    .comment:after {
        border-right-color: #f1f1f1;
        border-width: 14px;
        margin-top: -14px;
    }
    .comment:before {
        border-right-color: #dfdfdf;
        border-width: 17px;
        margin-top: -17px;
    }*/
}

@media (min-width: 992px) {
	.comments-area {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.comments-area .comment-list {
	margin: 0;
	padding: 0;
}

.comments-area .comment {
	position: relative;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	list-style: none;
	border-radius: 15px;
	margin: 1em 0;
	padding: 1em;
}

.comments-area .comment-author img {
	float: left;
	margin: 0 .5em .5em 0;
	width: 35px;
	height: 35px;
}

@media (min-width: 768px) {
	.comments-area .comment-author img {
		width: 40px;
		height: 40px;
	}
}

.comments-area .comment-metadata {
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 768px) {
	.comments-area .comment-metadata {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.comments-area .comment-reply-title small {
	display: block;
	font-weight: 400;
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (min-width: 768px) {
	.comments-area .comment-reply-title small {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

@media (min-width: 992px) {
	.comments-area .comment-reply-title small {
		font-size: 16px;
		font-size: 1rem;
	}
}

.comments-area .reply {
	text-align: right;
}

@media (max-width: 575px) {
	.comments-area .submit {
		width: 100%;
	}
}

#commentform .error {
	color: #b94a48 !important;
	border-color: #b94a48;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* 
============================================================
| FOOTER
============================================================
*/
.site-footer {
	padding: 2em 0;
	text-align: center;
	font-size: 9.6px;
	font-size: 0.6rem;
	color: #fff;
}

@media (min-width: 1200px) {
	.site-footer {
		font-size: 11.2px;
		font-size: 0.7rem;
	}
}

.site-footer-simple {
	text-align: center;
	color: #1e2733;
	background: #fff;
}

.site-footer-simple-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

@media (max-width: 575px) {
	.site-footer-simple-logos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.site-footer-simple-logos .gamstop {
	width: 200px;
	height: 25px;
	background: url("images/logos/gamstop-dark.svg") center center no-repeat;
	background-size: contain;
}

@media (max-width: 575px) {
	.site-footer-simple-logos .gamstop {
		margin-bottom: 1em;
	}
}

.site-footer-simple-logos .secured {
	width: 200px;
	height: 25px;
	background: url("images/logos/secured-dark.svg") center center no-repeat;
	background-size: contain;
}

.site-footer-extended {
	background: rgba(0, 0, 0, 0.9);
}

.site-footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 576px) {
	.site-footer-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

.site-footer-logos {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px 0;
}

@media (min-width: 576px) {
	.site-footer-logos {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding: 10px 0;
	}
}

@media (min-width: 768px) {
	.site-footer-logos {
		display: none;
	}
}

@media (min-width: 1200px) {
	.site-footer-logos {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-footer-logos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer-logos ul .lt-logo {
	width: 200px;
	height: 56px;
	background: url("images/logos/lt-color.svg") center center no-repeat;
	background-size: contain;
}

.site-footer-logos ul .secured {
	width: 200px;
	height: 56px;
	background: url("images/logos/secured.svg") center center no-repeat;
	background-size: contain;
}

.site-footer-menu {
	display: none;
	text-align: left;
}

@media (min-width: 768px) {
	.site-footer-menu {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 25px;
	}
}

.site-footer-menu ul {
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

.site-footer-menu a {
	color: #fff;
	text-decoration: underline;
}

.site-footer-newsletter {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

@media (min-width: 576px) {
	.site-footer-newsletter {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}

.site-footer-newsletter .mailpoet_paragraph {
	display: block;
	margin: 10px 0;
}

.site-footer-newsletter .mailpoet_paragraph input {
	font-size: 12.8px;
	font-size: 0.8rem;
}

.site-footer-newsletter .mailpoet_text_label {
	margin: 5px 0;
	font-weight: 600;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 2em;
}

@media (min-width: 768px) {
	.site-footer-newsletter .mailpoet_text_label {
		margin: 0;
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.site-footer-newsletter .mailpoet_text {
	display: inline-block;
	max-width: 200px;
	margin: 0 5px;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.8);
}

.site-footer-newsletter .mailpoet_text:focus {
	outline: 0;
}

.site-footer-newsletter .mailpoet_checkbox_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.site-footer-newsletter .mailpoet_checkbox {
	margin-right: 5px;
}

.site-footer-newsletter .mailpoet_validate_success {
	color: #2fa730;
}

.site-footer-newsletter .parsley-errors-list {
	margin-bottom: 8px;
	text-align: center;
	line-height: unset;
}

.site-footer-copyright {
	padding: 20px 0 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*
============================================================
| WIDGETS
============================================================
*/
#trustpilot-widget-trustbox-0-wrapper {
	margin: 0 0 2em !important;
}

.widget {
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (min-width: 768px) {
	.widget {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.widget-container h2.groups {
	display: none;
}

.widget-area {
	margin-bottom: 2em;
}

.widget select {
	max-width: 100%;
}

.widget .custom-html-widget {
	padding: 15px;
	font-size: 12.8px;
	font-size: 0.8rem;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.widget-facebook, .widget-twitter, .widget-bank {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 1em 0 .5em;
}

.widget-facebook .fa, .widget-twitter .fa, .widget-bank .fa {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	text-align: center;
	font-size: 22.4px;
	font-size: 1.4rem;
}

@media (min-width: 768px) {
	.widget-facebook .fa, .widget-twitter .fa, .widget-bank .fa {
		width: 28px;
		height: 28px;
		margin-right: 10px;
		font-size: 28.8px;
		font-size: 1.8rem;
	}
}

.widget-facebook .fa {
	color: #3b5998;
}

.widget-twitter .fa {
	color: #55acee;
}

.widget-bank .fa {
	color: #000;
	font-size: 20.8px;
	font-size: 1.3rem;
}

.widget-aff hr {
	margin: 0;
	background: #eee;
}

.widget-aff-title {
	font-size: 17.6px;
	font-size: 1.1rem;
}

.widget-aff-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: 1em 0;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.widget-aff-buttons {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.widget-aff-buttons .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 6px;
	font-size: 14.4px;
	font-size: 0.9rem;
	color: grey;
	border: 1px solid #cecaca;
	background: none;
}

@media (min-width: 1200px) {
	.widget-aff-buttons .btn:hover {
		color: #792a26;
		border: 1px solid #792a26;
	}
}

.widget-aff-logos {
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 3px;
}

.widget-aff-logos span {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 20px;
	font-weight: 600;
	background: #fff;
	text-align: center;
	border-radius: 50%;
}

.widget-aff-betsson {
	background-image: url(images/affiliates/betsson_100x100.png);
}

.widget-aff-betsafe {
	background-image: url(images/affiliates/betsafe_100x100.png);
}

.widget-aff-betclic {
	background-image: url(images/affiliates/betclic_100x100.png);
}

.widget-aff-unibet {
	background-image: url(images/affiliates/unibet_100x100.png);
}

.widget-aff-lvbet {
	background-image: url(images/affiliates/lvbet_100x100.png);
}

.widget-aff-noblebet {
	background-image: url(images/affiliates/noblebet_100x100.png);
}

.widget-aff-22bet {
	background-image: url(images/affiliates/22bet_100x100.png);
}

.widget-aff-caption {
	margin-top: 5px;
	line-height: 1.2;
	font-size: 12.8px;
	font-size: 0.8rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Profile Builder & Paid Member Subscriptions
--------------------------------------------------------------*/
/*
============================================================
| PROFILE BUILDER & PAID MEMBER SUBSCRIPTIONS
============================================================
*/
/*
LOGIN WIDGET
 */
.widget.login .wppb-user-forms {
	padding: 15px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	font-size: 12.8px;
	font-size: 0.8rem;
}

.widget.login .wppb-user-forms .login-username {
	padding-top: 1em;
}

.widget.login .wppb-user-forms .login-username label {
	width: 20%;
}

.widget.login .wppb-user-forms .login-username input {
	width: 80%;
}

.widget.login .wppb-user-forms .login-password label {
	width: 20%;
}

.widget.login .wppb-user-forms .login-password input {
	width: 70%;
}

.widget.login .wppb-user-forms .login-password button {
	width: 10%;
}

.widget.login .wppb-user-forms .login-remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget.login .wppb-user-forms .login-remember input {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 5px;
}

.widget.login .wppb-user-forms .login-register-lost-password {
	padding-bottom: 1em;
}

/*
PROFILE BUILDER
 */
.wppb-user-forms input,
.wppb-user-forms textarea,
.wppb-user-forms select {
	float: left;
	width: 100%;
}

@media (min-width: 576px) {
	.wppb-user-forms input,
	.wppb-user-forms textarea,
	.wppb-user-forms select {
		float: left;
		width: 69.9%;
	}
}

@media (min-width: 576px) {
	.wppb-user-forms input[type="submit"] {
		width: auto;
	}
}

.wppb-user-forms .login-username {
	padding-top: 1em;
}

.wppb-user-forms .login-username label {
	width: 20%;
}

.wppb-user-forms .login-username input {
	width: 80%;
}

.wppb-user-forms .login-password label {
	width: 20%;
}

.wppb-user-forms .login-password input {
	width: 70%;
}

.wppb-user-forms .login-password button {
	width: 10%;
}

.wppb-user-forms .login-remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wppb-user-forms .login-remember input {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 5px;
}

.wppb-user-forms .login-username,
.wppb-user-forms .login-password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wppb-user-forms label {
	display: block;
	float: none;
	width: 100%;
	line-height: 27px;
	cursor: pointer;
}

@media (min-width: 576px) {
	.wppb-user-forms label {
		float: left;
		width: 30%;
		min-height: 1px;
		line-height: inherit;
	}
}

.wppb-user-forms h4 {
	margin-top: 1em;
	padding: 5px 0;
	background: #f1f1f1;
}

.wppb-user-forms h4 span {
	margin: 0 5px 0 10px;
}

@media (min-width: 576px) {
	.wppb-user-forms h4 span {
		margin: 0 10px;
	}
}

.wppb-user-forms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wppb-user-forms ul li.wppb-form-field {
	margin: 0;
	padding-bottom: 14px;
	list-style: none;
}

.wppb-user-forms ul li.wppb-form-field::after {
	content: "";
	display: block;
	clear: both;
}

.wppb-user-forms ul li.wppb-form-field > span {
	display: block;
	margin-left: 0;
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (min-width: 576px) {
	.wppb-user-forms ul li.wppb-form-field > span {
		margin-left: 30%;
	}
}

.wppb-user-forms ul li.wppb-form-field > ul {
	margin-left: 0;
}

.wppb-user-forms ul li.wppb-form-field.wppb-checkbox-terms-and-conditions > span, .wppb-user-forms ul li.wppb-form-field.wppb-gdpr-checkbox > span {
	margin-left: 32px;
}

@media (min-width: 768px) {
	.wppb-user-forms ul li.wppb-form-field.wppb-checkbox-terms-and-conditions > span, .wppb-user-forms ul li.wppb-form-field.wppb-gdpr-checkbox > span {
		margin-left: 36px;
	}
}

.wppb-user-forms p {
	overflow: hidden;
	margin: 0;
	padding-bottom: 14px;
}

.wppb-user-forms .wppb-input-hidden {
	padding-bottom: 0;
}

.wppb-user-forms .wppb-user-role-administrator .wppb-input-hidden {
	padding-bottom: 14px;
}

.wppb-user-forms .wppb-recaptcha {
	display: none;
}

.wppb-user-forms .wppb-checkboxes,
.wppb-user-forms .wppb-radios {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wppb-user-forms .wppb-checkboxes li,
.wppb-user-forms .wppb-radios li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 20px 0 0;
}

.wppb-user-forms .wppb-checkboxes li input[type=checkbox],
.wppb-user-forms .wppb-checkboxes li input[type=radio],
.wppb-user-forms .wppb-radios li input[type=checkbox],
.wppb-user-forms .wppb-radios li input[type=radio] {
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-right: 10px;
	padding: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.wppb-user-forms .wppb-checkboxes li input[type=checkbox],
	.wppb-user-forms .wppb-checkboxes li input[type=radio],
	.wppb-user-forms .wppb-radios li input[type=checkbox],
	.wppb-user-forms .wppb-radios li input[type=radio] {
		width: 24px;
		min-width: 24px;
		height: 24px;
	}
}

@media (min-width: 992px) {
	.wppb-user-forms .wppb-checkboxes li input[type=checkbox],
	.wppb-user-forms .wppb-checkboxes li input[type=radio],
	.wppb-user-forms .wppb-radios li input[type=checkbox],
	.wppb-user-forms .wppb-radios li input[type=radio] {
		width: 26px;
		min-width: 26px;
		height: 26px;
	}
}

.wppb-user-forms .form-submit {
	margin-top: 1em;
}

.wppb-default-password input,
.wppb-default-repeat-password input {
	width: 89.9%;
}

@media (min-width: 576px) {
	.wppb-default-password input,
	.wppb-default-repeat-password input {
		width: 59.9%;
	}
}

.wppb-default-password button,
.wppb-default-repeat-password button {
	width: 10%;
}

.wppb-default-password .wppb-form-error,
.wppb-default-repeat-password .wppb-form-error {
	clear: both;
}

.wppb-gdpr-checkbox.wppb-form-field label,
.wppb-mailpoet-subscribe.wppb-form-field label,
.wppb-send-credentials-checkbox.wppb-form-field label,
.wppb-checkbox-terms-and-conditions.wppb-form-field label,
.login-remember label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
	line-height: inherit;
	cursor: pointer;
}

.wppb-gdpr-checkbox.wppb-form-field label input[type=checkbox],
.wppb-gdpr-checkbox.wppb-form-field label input[type=radio],
.wppb-mailpoet-subscribe.wppb-form-field label input[type=checkbox],
.wppb-mailpoet-subscribe.wppb-form-field label input[type=radio],
.wppb-send-credentials-checkbox.wppb-form-field label input[type=checkbox],
.wppb-send-credentials-checkbox.wppb-form-field label input[type=radio],
.wppb-checkbox-terms-and-conditions.wppb-form-field label input[type=checkbox],
.wppb-checkbox-terms-and-conditions.wppb-form-field label input[type=radio],
.login-remember label input[type=checkbox],
.login-remember label input[type=radio] {
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.wppb-gdpr-checkbox.wppb-form-field label input[type=checkbox],
	.wppb-gdpr-checkbox.wppb-form-field label input[type=radio],
	.wppb-mailpoet-subscribe.wppb-form-field label input[type=checkbox],
	.wppb-mailpoet-subscribe.wppb-form-field label input[type=radio],
	.wppb-send-credentials-checkbox.wppb-form-field label input[type=checkbox],
	.wppb-send-credentials-checkbox.wppb-form-field label input[type=radio],
	.wppb-checkbox-terms-and-conditions.wppb-form-field label input[type=checkbox],
	.wppb-checkbox-terms-and-conditions.wppb-form-field label input[type=radio],
	.login-remember label input[type=checkbox],
	.login-remember label input[type=radio] {
		width: 24px;
		min-width: 24px;
		height: 24px;
	}
}

@media (min-width: 992px) {
	.wppb-gdpr-checkbox.wppb-form-field label input[type=checkbox],
	.wppb-gdpr-checkbox.wppb-form-field label input[type=radio],
	.wppb-mailpoet-subscribe.wppb-form-field label input[type=checkbox],
	.wppb-mailpoet-subscribe.wppb-form-field label input[type=radio],
	.wppb-send-credentials-checkbox.wppb-form-field label input[type=checkbox],
	.wppb-send-credentials-checkbox.wppb-form-field label input[type=radio],
	.wppb-checkbox-terms-and-conditions.wppb-form-field label input[type=checkbox],
	.wppb-checkbox-terms-and-conditions.wppb-form-field label input[type=radio],
	.login-remember label input[type=checkbox],
	.login-remember label input[type=radio] {
		width: 26px;
		min-width: 26px;
		height: 26px;
	}
}

/*
PAID MEMBER SUBSCRIPTIONS
 */
.pms-form h3 {
	font-size: 14.4px;
	font-size: 0.9rem;
}

@media (min-width: 576px) {
	.pms-form h3 {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.pms-form h3 {
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

@media (min-width: 992px) {
	.pms-form h3 {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
	.pms-form h3 {
		font-size: 20.8px;
		font-size: 1.3rem;
	}
}

.pms-form h3,
.pms-form h4 {
	margin: .7em 0;
	padding: 5px 0;
	background: #f1f1f1;
}

.pms-form h3 span,
.pms-form h4 span {
	margin: 0 10px;
}

.pms-form label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: auto;
	margin-bottom: 1em;
}

.pms-form input[type=radio] {
	width: 27px;
	min-width: 27px;
	height: 27px;
	margin-right: 10px;
	padding: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.pms-form input[type=radio] {
		width: 24px;
		min-width: 24px;
		height: 24px;
	}
}

@media (min-width: 992px) {
	.pms-form input[type=radio] {
		width: 26px;
		min-width: 26px;
		height: 26px;
	}
}

.pms-form input[type="submit"] {
	width: 100%;
}

@media (min-width: 576px) {
	.pms-form input[type="submit"] {
		width: auto;
	}
}

.pms-form-fields-wrapper, .pms-form-section {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pms-form .pms-credit-card-information {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
}

.pms-form .pms-credit-card-information .pms-stripe-error-message {
	margin-top: .5em;
}

.pms-form .pms-credit-card-information .StripeElement {
	border: 1px solid #dad8d8;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.pms-form .pms-credit-card-information .StripeElement--empty + .pms-stripe-error-message,
.pms-form .pms-credit-card-information .StripeElement--focus + .pms-stripe-error-message,
.pms-form .pms-credit-card-information .StripeElement--complete + .pms-stripe-error-message {
	margin-top: 0;
	padding: 0;
	border: 0;
}

.pms-form .pms-credit-card-information .StripeElement--invalid + .pms-stripe-error-message {
	margin-top: .5em;
	padding: 5px;
	border: 1px solid #b94a48;
}

.pms-form .pms-subscription-plan {
	margin: 0;
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #dad8d8;
}

.pms-form .pms-subscription-plan label {
	margin-bottom: .5em;
	font-weight: 700;
	cursor: pointer;
}

.pms-form .pms-subscription-plan-price {
	display: none;
	margin-left: .5em;
}

@media (min-width: 992px) {
	.pms-form .pms-subscription-plan-description {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.pms-form .pms-subscription-plan-auto-renew {
	margin: .5em 0 0;
}

.pms-form .pms-subscription-plan-auto-renew input {
	margin-right: 10px;
}

.pms-form .pms-divider {
	display: none;
}

.pms-form #pms-subscription-plans-discount:first-child {
	display: none !important;
}

.pms-form #pms-subscription-plans-discount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 2em 0 0 !important;
	padding: 1em;
	background: #f1f1f1;
	border: 1px solid #dad8d8;
	font-weight: 700;
}

@media (min-width: 576px) {
	.pms-form #pms-subscription-plans-discount {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

.pms-form #pms-subscription-plans-discount label {
	display: none;
}

.pms-form #pms-subscription-plans-discount .button {
	width: 100%;
	height: 31px;
	color: #827e7e;
	font-size: 12.8px;
	font-size: 0.8rem;
	background: none;
	border: 1px solid #adaaaa;
}

@media (min-width: 576px) {
	.pms-form #pms-subscription-plans-discount .button {
		width: 20% !important;
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

@media (min-width: 768px) {
	.pms-form #pms-subscription-plans-discount .button {
		height: 33px;
	}
}

@media (min-width: 992px) {
	.pms-form #pms-subscription-plans-discount .button {
		height: 36px;
		font-size: 16px;
		font-size: 1rem;
	}
}

.pms-form #pms-subscription-plans-discount #pms_subscription_plans_discount_code {
	width: 100%;
	margin: 0 0 5px 0;
}

@media (min-width: 576px) {
	.pms-form #pms-subscription-plans-discount #pms_subscription_plans_discount_code {
		width: 78%;
		margin: 0 2% 0 0;
	}
}

.pms-form input[name="pms_new_subscription"],
.pms-form input[name="pms_renew_subscription"],
.pms-form input[name="pms_confirm_retry_payment_subscription"] {
	margin-top: 1.5em;
}

.pms-form input[name="pms_redirect_back"] {
	margin-top: .5em;
}

@media (min-width: 576px) {
	.pms-form input[name="pms_redirect_back"] {
		margin-top: 0;
		margin-left: .5em;
	}
}

#pms_ppe_confirm_payment h3 {
	margin: .85em 0;
	background: none;
	font-size: 17.6px;
	font-size: 1.1rem;
}

@media (min-width: 576px) {
	#pms_ppe_confirm_payment h3 {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	#pms_ppe_confirm_payment h3 {
		font-size: 20.8px;
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	#pms_ppe_confirm_payment h3 {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 1200px) {
	#pms_ppe_confirm_payment h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

#pms_ppe_confirm_payment #pms-confirm-payment {
	text-align: center;
}

#pms_ppe_confirm_payment #pms-confirm-payment th {
	background: #f1f1f1;
	border: 1px solid #dad8d8;
}

#pms_ppe_confirm_payment #pms-confirm-payment td {
	border: 1px solid #dad8d8;
}

.pms-account-subscription-details-table tr > td {
	padding: 5px;
}

.pms-account-subscription-details-table tr > td:first-of-type {
	font-weight: bold;
}

.pms-account-subscription-details-table tr > td:last-of-type {
	text-align: center;
}

.pms-account-subscription-details-table tr:nth-child(2) > td:last-of-type {
	background: #f1f1f1;
	border: 1px solid #dad8d8;
	font-weight: bold;
}

.pms-account-subscription-details-table .pms-account-subscription-action-link {
	width: 100%;
	display: block;
	margin-bottom: .5em;
}

#pms-paygates-wrapper {
	margin-top: 2em;
}

#pms-paygates-inner label {
	margin: 0 0 1em 1em;
}

/*
ERRORS & NOTICES
 */
#pms-subscription-plans-discount-messages-wrapper {
	margin: .5em 0 0;
	padding: 0;
	border: 0;
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 576px) {
	#pms-subscription-plans-discount-messages-wrapper {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

#pms-subscription-plans-discount-messages-loading {
	padding: 5px;
	border: 1px solid #dad8d8;
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 576px) {
	#pms-subscription-plans-discount-messages-loading {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.pms_success-messages-wrapper p,
.pms-discount-success,
#wppb_form_success_message,
.wppb-success {
	padding: 5px;
	color: #2fa730;
	font-size: 11.2px;
	font-size: 0.7rem;
	font-weight: 700;
	border: 1px solid #2fa730;
}

@media (min-width: 576px) {
	.pms_success-messages-wrapper p,
	.pms-discount-success,
	#wppb_form_success_message,
	.wppb-success {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.pms-payment-error p,
.pms-discount-error,
#wppb_general_top_error_message,
.wppb-error,
.wppb-warning,
.pms-stripe-error-message {
	padding: 5px;
	color: #b94a48 !important;
	font-size: 11.2px;
	font-size: 0.7rem;
	font-weight: 700;
	border: 1px solid #b94a48;
}

@media (min-width: 576px) {
	.pms-payment-error p,
	.pms-discount-error,
	#wppb_general_top_error_message,
	.wppb-error,
	.wppb-warning,
	.pms-stripe-error-message {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.pms-payment-error p a,
.pms-discount-error a,
#wppb_general_top_error_message a,
.wppb-error a,
.wppb-warning a,
.pms-stripe-error-message a {
	color: #b94a48 !important;
}

.pms-payment-error p a:hover,
.pms-discount-error a:hover,
#wppb_general_top_error_message a:hover,
.wppb-error a:hover,
.wppb-warning a:hover,
.pms-stripe-error-message a:hover {
	text-decoration: underline;
}

.wppb-register-user .wppb-field-error,
.wppb-edit-user .wppb-field-error,
#wppb-recover-password .wppb-field-error {
	color: #b94a48;
	font-weight: 700;
}

.wppb-register-user .wppb-field-error > input,
.wppb-register-user .wppb-field-error > select,
.wppb-register-user .wppb-field-error > textarea,
.wppb-edit-user .wppb-field-error > input,
.wppb-edit-user .wppb-field-error > select,
.wppb-edit-user .wppb-field-error > textarea,
#wppb-recover-password .wppb-field-error > input,
#wppb-recover-password .wppb-field-error > select,
#wppb-recover-password .wppb-field-error > textarea {
	margin-bottom: 5px;
	background: rgba(185, 74, 72, 0.1);
	border: 1px solid #b94a48;
}

.wppb-register-user .wppb-field-error .wppb-form-error,
.wppb-edit-user .wppb-field-error .wppb-form-error,
#wppb-recover-password .wppb-field-error .wppb-form-error {
	font-size: 11.2px;
	font-size: 0.7rem;
}

.wppb-register-user .wppb-field-error img,
.wppb-edit-user .wppb-field-error img,
#wppb-recover-password .wppb-field-error img {
	width: auto;
	height: auto;
	margin-top: -3px;
	padding-left: 5px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	border-radius: 0;
	vertical-align: middle;
}

.wppb-required {
	margin-left: 5px;
	color: #b94a48;
}

.wppb-shortcode-restriction-message {
	display: block;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Recent Posts Extended
--------------------------------------------------------------*/
.rpwe-block {
	padding: 15px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.rpwe-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rpwe-block ul li {
	padding: 1em 0;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}

.rpwe-block ul li:last-child {
	border: 0;
}

.rpwe-img {
	display: inline;
}

.rpwe-img img {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
}

.rpwe-title {
	clear: none;
	margin: 0;
	font-weight: 600;
	line-height: 1.1;
	font-size: 14.4px;
	font-size: 0.9rem;
}

.rpwe-time {
	font-size: 12.8px;
	font-size: 0.8rem;
	color: #808080;
}

.rpwe-summary {
	font-size: 12.8px;
	font-size: 0.8rem;
}

.rpwe-clearfix {
	clear: both;
}

/*--------------------------------------------------------------
# Custom Tweeter Feeds
--------------------------------------------------------------*/
.ctf {
	padding: 15px;
	overflow-y: visible;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	font-size: 12.8px;
	font-size: 0.8rem;
}

.ctf-item {
	padding: 1em 0 !important;
	border-top: 0 !important;
	border-bottom: 1px solid #eee;
}

.ctf-item:last-child {
	border: 0;
}

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
.wpcf7 label span {
	color: #b94a48 !important;
}

.wpcf7-response-output {
	margin: 0 auto 1.5em !important;
	padding: 10px !important;
}

.wpcf7-validation-errors {
	border-color: #b94a48 !important;
}

.wpcf7-not-valid-tip {
	font-size: 12.8px !important;
	color: #b94a48 !important;
}

.wpcf7-mail-sent-ok {
	border-color: #2fa730 !important;
}

.wpcf7-submit {
	width: 100%;
}

@media (min-width: 576px) {
	.wpcf7-submit {
		width: auto;
	}
}

/*--------------------------------------------------------------
# MailPoet
--------------------------------------------------------------*/
.site-main .mailpoet_paragraph label {
	width: 100%;
	line-height: 27px;
}

.site-main .mailpoet_paragraph label:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 5px;
	line-height: inherit;
}

.site-main .mailpoet_paragraph label span {
	color: #b94a48;
}

.site-main .mailpoet_paragraph input:not([type=checkbox]),
.site-main .mailpoet_paragraph select {
	width: 100%;
}

.site-main .mailpoet_paragraph input[type=checkbox] {
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-right: 10px;
	padding: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.site-main .mailpoet_paragraph input[type=checkbox] {
		width: 24px;
		min-width: 24px;
		height: 24px;
	}
}

@media (min-width: 992px) {
	.site-main .mailpoet_paragraph input[type=checkbox] {
		width: 26px;
		min-width: 26px;
		height: 26px;
	}
}

.site-main .mailpoet_paragraph:first-of-type span {
	display: block;
	margin-top: 10px;
	font-size: inherit !important;
}

.site-main .mailpoet_paragraph:last-child {
	display: block;
}

.site-main .mailpoet_paragraph:last-child input {
	width: 100%;
}

@media (min-width: 576px) {
	.site-main .mailpoet_paragraph:last-child input {
		width: auto;
	}
}

/*--------------------------------------------------------------
# JoomSport Prediction
--------------------------------------------------------------*/
/*
============================================================
| JOOMSPORT PREDICTION
============================================================
*/
.post-navigation {
	display: none;
}

.single-jswprediction_league .content-area,
.single-jswprediction_round .content-area {
	padding: 0;
}

.single-jswprediction_league .site-main,
.single-jswprediction_round .site-main {
	margin: 0;
}

@media (min-width: 1200px) {
	.single-jswprediction_league .site-main,
	.single-jswprediction_round .site-main {
		margin: 0 0 2em;
	}
}

.single-jswprediction_league .site-main .type-jswprediction_league .entry-content,
.single-jswprediction_round .site-main .type-jswprediction_league .entry-content {
	margin: 0;
}

.pl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 2em;
}

.pl-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 575px) {
	.pl-nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
}

.pl-nav-list li:first-of-type {
	margin-right: 10px;
}

@media (max-width: 575px) {
	.pl-nav-list li:first-of-type {
		margin: 0 0 10px;
	}
}

.pl-nav .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	float: left;
	border: 1px solid #adaaaa;
	background: transparent;
	color: #827e7e;
}

@media (max-width: 575px) {
	.pl-nav .btn {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
}

.pl-nav .btn i {
	margin-right: 5px;
	font-size: 11.2px;
	font-size: 0.7rem;
}

.pl-select {
	margin: 0 0 1.5em;
	text-align: right;
}

.pl-select select {
	margin-left: 5px;
	border: 1px solid #dad8d8;
}

@media (max-width: 767px) {
	.pl-select select {
		width: auto;
	}
}

.pl-table {
	table-layout: fixed;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.pl-table thead {
	background-color: #f3f3f3;
	border-bottom: 2px solid #d2d2d2;
}

.pl-table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid #efecec;
}

.pl-table th,
.pl-table td {
	padding: 5px 0;
	text-align: center;
	font-weight: normal;
}

.pl-table .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 33px;
	height: 33px;
	padding: 5px;
}

.pl-table .btn-predict, .pl-table .btn-accept {
	background: #2fa730;
}

@media (min-width: 1200px) {
	.pl-table .btn-predict:hover, .pl-table .btn-accept:hover {
		background: #308c31;
	}
}

.pl-table .btn-watch {
	color: #827e7e;
	background: transparent;
	border: 1px solid #adaaaa;
}

.pl-table .btn-edit {
	background: #e6850c;
}

@media (min-width: 1200px) {
	.pl-table .btn-edit:hover {
		background: #c1710c;
	}
}

.pl-leaderboard .pl-table {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.pl-leaderboard tbody tr:first-child {
	background: #f5d382;
	border-top: 1px solid #bd8e1f;
	border-bottom: 1px solid #bd8e1f;
}

.pl-leaderboard tr.mq-hide {
	display: none;
}

@media (min-width: 768px) {
	.pl-leaderboard tr.mq-hide {
		display: table-row;
	}
}

.pl-leaderboard th.mq-hide,
.pl-leaderboard td.mq-hide {
	display: none;
}

@media (min-width: 768px) {
	.pl-leaderboard th.mq-hide,
	.pl-leaderboard td.mq-hide {
		display: table-cell;
	}
}

.pl-leaderboard-place {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}

.pl-leaderboard-place-up-text {
	position: absolute;
	top: -2px;
	color: #2fa730;
	font-size: 9.6px;
	font-size: 0.6rem;
}

.pl-leaderboard-place-down-text {
	position: absolute;
	top: -2px;
	color: #b94a48;
	font-size: 9.6px;
	font-size: 0.6rem;
}

.pl-leaderboard-user {
	-webkit-box-flex: 7;
	    -ms-flex: 7;
	        flex: 7;
	text-align: left !important;
}

@media (min-width: 576px) {
	.pl-leaderboard-user {
		-webkit-box-flex: 4;
		    -ms-flex: 4;
		        flex: 4;
	}
}

.pl-leaderboard-user a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.pl-leaderboard-user a img {
	width: 30px;
	height: 30px;
	margin-right: .5em;
	border-radius: 50%;
}

.pl-leaderboard-games {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-leaderboard-points {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-leaderboard-up {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-leaderboard-side-rb {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-leaderboard-side {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-leaderboard-down {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-leaderboard-highlighted {
	background: #dad8d4;
	border-top: 1px solid #84817a;
	border-bottom: 1px solid #84817a !important;
}

.pl-leaderboard .fa-thumbs-up {
	color: #2fa730;
}

.pl-leaderboard .fa-thumbs-down {
	color: #b94a48;
}

.pl-ml {
	margin: 1em 0 2em;
}

.pl-ml-error, .pl-ml-success {
	margin: 0 auto 1.5em;
	padding: 10px;
}

.pl-ml-error {
	border: 2px solid #b94a48;
}

.pl-ml-success {
	border: 2px solid #2fa730;
}

.pl-ml-name {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	text-align: left !important;
}

.pl-ml-base {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-ml-buttons {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.pl-ml .btn-watch, .pl-ml .btn-accept {
	margin-right: 5px;
}

@media (max-width: 575px) {
	.pl-ml .btn-save {
		width: 49%;
		margin-right: 1%;
	}
}

@media (max-width: 575px) {
	.pl-ml .btn-cancel {
		width: 49%;
		margin-left: 1%;
	}
}

.pl-rounds {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	text-align: center;
}

.pl-rounds-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	margin: 1em 0;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.pl-rounds-row-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 5px 10px;
	background-color: #ddd;
}

.pl-rounds-row-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 1em 0;
}

@media (max-width: 575px) {
	.pl-rounds-row-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
	}
}

.pl-rounds-row-date {
	color: #000 !important;
}

.pl-rounds-games, .pl-rounds-points, .pl-rounds-action {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.pl-rounds-games span, .pl-rounds-points span, .pl-rounds-action span {
	display: block;
	margin: 5px 0;
	font-weight: 600;
}

.pl-rounds .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 50%;
	margin: 0 auto;
}

@media (max-width: 575px) {
	.pl-rounds .btn {
		width: calc(100% - 20px);
	}
}

@media (max-width: 767px) {
	.pl-rounds .btn {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.pl-rounds .btn-predict, .pl-rounds .btn-accept {
	background: #2fa730;
}

@media (min-width: 1200px) {
	.pl-rounds .btn-predict:hover, .pl-rounds .btn-accept:hover {
		background: #308c31;
	}
}

.pl-rounds .btn-watch {
	color: #827e7e;
	background: transparent;
	border: 1px solid #adaaaa;
}

.pl-rounds .btn-edit {
	background: #e6850c;
}

@media (min-width: 1200px) {
	.pl-rounds .btn-edit:hover {
		background: #c1710c;
	}
}

#post-19310 .pl-rounds {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.pl-username {
	font-weight: 600;
}

.pl-round form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.pl-round-row {
	position: relative;
	width: 100%;
	margin: 1em 0;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.pl-round-row {
		width: 49%;
	}
}

.pl-round-row-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 10px;
	background-color: #ddd;
}

.pl-round-points {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.pl-round-points {
		width: 80px;
		height: 80px;
	}
}

.pl-round-points-inner {
	position: relative;
	left: 0px;
	top: 8px;
	width: 100px;
	padding: 4px 0;
	background: #8dc735;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc735), to(#649a12));
	background: linear-gradient(to bottom, #8dc735 0%, #649a12 100%);
	font-size: 12.8px;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media (min-width: 768px) {
	.pl-round-points-inner {
		left: -7px;
		top: 12px;
		width: 120px;
		padding: 7px 0;
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.pl-round-row-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1em 0;
}

.pl-round-home {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media (min-width: 576px) {
	.pl-round-home {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}

.pl-round-home a {
	pointer-events: none;
	color: initial;
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 768px) {
	.pl-round-home a {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.pl-round-results {
	-webkit-box-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

@media (min-width: 576px) {
	.pl-round-results {
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
	}
}

.pl-round-results .pl-round-score {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: .5em 0;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	color: #000;
}

.pl-round-results .pl-round-score input[type="number"] {
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: 600;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	-moz-appearance: textfield;
}

.pl-round-results .pl-round-score input[type="number"]::-webkit-outer-spin-button, .pl-round-results .pl-round-score input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pl-round-results .pl-round-score-final {
	text-align: center;
}

.pl-round-results .pl-round-score-final-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: .5em 0;
	font-size: 16px;
	font-size: 1rem;
}

.pl-round-results.pl-round-correct-score .pl-round-score {
	font-weight: 600;
}

.pl-round-results.pl-round-correct-score .pl-round-score .score-home,
.pl-round-results.pl-round-correct-score .pl-round-score .score-away {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc735), to(#649a12));
	background: linear-gradient(to bottom, #8dc735 0%, #649a12 100%);
}

.pl-round-results.pl-round-correct-side .pl-round-score {
	font-weight: 600;
}

.pl-round-results.pl-round-correct-side .pl-round-score .score-home,
.pl-round-results.pl-round-correct-side .pl-round-score .score-away {
	color: #7aa932;
	border: 1px solid #7aa932;
}

.pl-round-results .score-home,
.pl-round-results .score-away {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40px;
	height: 40px;
	color: #000;
	border: 1px solid #dad8d8;
	background: #fff;
}

.pl-round-results a {
	pointer-events: none;
	color: initial;
}

.pl-round-away {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media (min-width: 576px) {
	.pl-round-away {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}

.pl-round-away a {
	pointer-events: none;
	color: initial;
	font-size: 11.2px;
	font-size: 0.7rem;
}

@media (min-width: 768px) {
	.pl-round-away a {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

.pl-round-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}

.pl-round-logo img {
	width: 60px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: white;
}

@media (min-width: 992px) {
	.pl-round-logo img {
		width: 70px;
	}
}

@media (min-width: 1200px) {
	.pl-round-logo img {
		width: 80px;
	}
}

.pl-round-arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.pl-round-arrows span {
	padding: 10px 0;
	font-size: 16px;
	font-size: 1rem;
}

.pl-round-save {
	width: 100%;
	margin: 1em auto;
	text-align: center;
}

.pl-round-save input[type="button"] {
	width: 100%;
}

@media (min-width: 576px) {
	.pl-round-save input[type="button"] {
		width: auto;
	}
}

.pl-prediction-saved {
	width: 100%;
	margin: 1em 0;
	padding: 10px;
	background: #2fa730;
	color: #fff;
	text-align: center;
}

.pl-prediction-error {
	margin: 1em 0;
	padding: 10px;
	background: #b94a48;
	color: #fff;
	text-align: center;
}

.pl-forms input,
.pl-forms textarea,
.pl-forms select {
	float: left;
	width: 100%;
}

@media (min-width: 576px) {
	.pl-forms input,
	.pl-forms textarea,
	.pl-forms select {
		float: left;
		width: 69.9%;
	}
}

.pl-forms input[type="button"],
.pl-forms input[type="submit"] {
	float: none;
}

@media (min-width: 576px) {
	.pl-forms input[type="button"],
	.pl-forms input[type="submit"] {
		float: none;
		width: auto;
	}
}

.pl-forms label {
	display: block;
	float: none;
	width: 100%;
	line-height: 27px;
	cursor: pointer;
}

@media (min-width: 576px) {
	.pl-forms label {
		float: left;
		width: 30%;
		min-height: 1px;
		line-height: inherit;
	}
}

.pl-forms h4 {
	margin-top: 1em;
	background: #f1f1f1;
}

.pl-forms h4 span {
	margin: 0 5px 0 10px;
}

@media (min-width: 576px) {
	.pl-forms h4 span {
		margin: 0 10px;
	}
}

.pl-forms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pl-forms ul li {
	margin: 0;
	padding-bottom: 14px;
	list-style: none;
}

.pl-forms ul li::after {
	content: "";
	display: block;
	clear: both;
}

.pl-forms ul li > span {
	display: block;
	margin-left: 0;
	font-size: 80%;
	font-style: italic;
}

@media (min-width: 576px) {
	.pl-forms ul li > span {
		margin-left: 30%;
	}
}

.pl-forms ul li > ul {
	margin-left: 0;
}

.pl-forms p {
	margin: 0;
}

.pl-forms .chosen-container {
	float: left;
	width: 100% !important;
	font-size: inherit;
}

@media (min-width: 576px) {
	.pl-forms .chosen-container {
		width: 69.9% !important;
	}
}

.pl-forms .chosen-container .chosen-choices {
	padding: 1px 10px;
	border: 1px solid #dad8d8;
}

@media (min-width: 576px) {
	.pl-forms .chosen-container .chosen-choices {
		padding: 5px 10px;
	}
}

.pl-forms .chosen-container .chosen-choices li.search-field input[type=text] {
	margin: 0;
	color: #666;
	font-family: inherit;
}

.pl-forms .chosen-container .chosen-choices li.search-choice {
	margin: 2px 5px 2px 0;
}

.pl-forms .chosen-container .chosen-choices span {
	margin-left: 0;
}

.pl-forms .chosen-container-active .chosen-choices {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.jsw_switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jsw_switch label {
	padding: 1px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #dad8d8;
}

@media (min-width: 576px) {
	.jsw_switch label {
		padding: 5px;
	}
}

.js-div-pagination {
	display: none;
}

/*.jsfw-enable, .jsfw-disable, .jsfw-enable span, .jsfw-disable span { display: block; float: left; }
.jsfw-enable span, .jsfw-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.jsfw-enable span { padding: 0 10px; }
.jsfw-disable span { padding: 0 10px; }*/
.jsfw-disable.selected {
	background-color: #942a25;
}

.jsfw-disable.selected span {
	color: #fff;
}

.jsfw-enable.selected {
	background-color: #378137;
}

.jsfw-enable.selected span {
	color: #fff;
}

.jsw_switch label {
	cursor: pointer;
}

.jsw_switch input {
	display: none;
}

/*.jsw_switch label.jsfw-first{
    border-radius: 3px 0px 0px 3px;

}*/
.jsportWizzardDivCenter .jsfw-disable.selected {
	background-color: #378137;
}

/*.jsfw-enable-dsb, .jsfw-disable-dsb, .jsfw-enable-dsb span, .jsfw-disable-dsb span { display: block; float: left; }
.jsfw-enable-dsb span, .jsfw-disable-dsb span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.jsfw-enable-dsb span { padding: 0 10px; }
.jsfw-disable-dsb span { padding: 0 10px; }
.jsfw-disable-dsb.selected { background-color: gray; }
.jsfw-disable-dsb.selected span {  color: #fff; }
.jsfw-enable-dsb.selected { background-color: gray; }
.jsfw-enable-dsb.selected span {color: #fff; }*/
/*.jsw_switch label.jsfw-last{
    border-radius: 0px 3px 3px 0px;
    border-left: none;
}*/
/*.nav-links {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.5em;

    a {
        display: inline-block;
        color: $color__button-watch-text;
        border: 1px solid $color__button-watch;
        padding: 5px 10px;
    }
}*/
/*--------------------------------------------------------------
# JoomSport League
--------------------------------------------------------------*/
/* 
============================================================
| JOOMSPORT LEAGUE
============================================================
*/
.widget #joomsport-container {
	font-size: 12.8px;
	font-size: 0.8rem;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.widget #joomsport-container a {
	pointer-events: none !important;
	color: #1e2733 !important;
}

.widget-container {
	font-size: 12.8px;
	font-size: 0.8rem;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.widget-container a {
	pointer-events: none !important;
	color: #1e2733 !important;
}

.widget-table-football {
	table-layout: auto;
	margin: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.widget-table-football th,
.widget-table-football td {
	padding: 6px;
	text-align: center;
}

.widget-table-football thead {
	background-color: #f3f3f3;
	border-bottom: 2px solid #d2d2d2;
	font-weight: 600;
}

.widget-table-football thead th:not(:nth-child(2)) {
	width: 5%;
}

.widget-table-football tbody tr {
	/*  
                &:first-of-type { // LEADER
                    color: $color__success;

                    a {
                        color: $color__success;
                    }
                }

                &:nth-child(14) {
                    color: $color__attention;

                    a {
                        color: $color__attention;
                    }
                }

                &:nth-child(15),
                &:nth-child(16) { // RELEGATION ZONE
                    color: $color__error;

                    a {
                        color: $color__error;
                    }
                }
                */
}

.widget-table-football tbody tr:nth-of-type(odd) {
	background: #f9f9f9;
}

.widget-table-football tbody tr:nth-of-type(even) {
	background: #fff;
}

.widget-table-football tbody tr .wt-team {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.widget-table-football tbody tr .wt-team .img-thumbnail {
	float: left;
	width: 25px;
	margin-right: 5px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.widget .jsSliderContainer {
	padding: 15px;
	font-size: 12.8px;
	font-size: 0.8rem;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.widget .jsSliderContainer .jsMNS:before, .widget .jsSliderContainer .jsMNS:after {
	content: none !important;
}

.widget .jsSliderContainer .jsmainscroll {
	padding-top: 30px !important;
}

.widget .jsSliderContainer .jsmainscroll > div {
	padding: 0 !important;
}

.widget .jsSliderContainer .jsmainscroll a {
	display: block;
}

.widget .jsSliderContainer .jsmainscroll table .js_div_particName {
	font-size: 12.8px;
	font-size: 0.8rem;
}

.widget .jsSliderContainer .fixScrMod {
	display: none;
}

.widget .jsSliderContainer .jsmatchcont {
	padding: 5px !important;
}

.widget .jsSliderContainer .jsmatchdate {
	min-height: initial;
}

.widget .jsSliderContainer .js_div_particName {
	text-overflow: initial !important;
	overflow: initial !important;
}

.widget .jsSliderContainer .jsnext,
.widget .jsSliderContainer .jsprev {
	cursor: pointer;
}

.widget .jsSliderContainer .img-thumbnail {
	width: 60px;
	max-width: 60px !important;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## WEBP
--------------------------------------------------------------*/
/*
============================================================
| WEBP
============================================================
*/
/*
WHEN WEBP IS NOT SUPPORTED
 */
.no-webp .site-banner-league-ks {
	background-image: url("images/pages/leagues/ks-bg.jpg");
}

.no-webp .site-banner-league-ekstraklasa,
.no-webp .site-banner-league-1-liga {
	background-image: url("images/pages/leagues/ekstraklasa-bg.jpg");
}

.no-webp .site-banner-league-bundesliga {
	background-image: url("images/pages/leagues/bundesliga-bg.jpg");
}

.no-webp .site-banner-league-premier-league {
	background-image: url("images/pages/leagues/premier-league-bg.jpg");
}

.no-webp .site-banner-league-laliga {
	background-image: url("images/pages/leagues/la-liga-bg.jpg");
}

.no-webp .site-banner-league-ligue-1 {
	background-image: url("images/pages/leagues/ligue-1-bg.jpg");
}

.no-webp .site-banner-league-serie-a {
	background-image: url("images/pages/leagues/serie-a-bg.jpg");
}

.no-webp .site-banner-league-cl {
	background-image: url("images/pages/leagues/cl-bg.jpg");
}

.no-webp .site-banner-league-el {
	background-image: url("images/pages/leagues/el-bg.jpg");
}

.no-webp .site-banner-league-confl {
	background-image: url("images/pages/leagues/confl-bg.jpg");
}

.no-webp .site-banner-league-confl .site-banner-league-content span {
	background-image: url("images/pages/leagues/confl-player.png");
}

.no-webp .site-banner-league-euro2020 {
	background-image: url("images/pages/leagues/euro2020-bg.jpg");
}

.no-webp .site-banner-league-euro2020 .site-banner-league-content span {
	background-image: url("images/pages/leagues/euro2020-fans.png");
}

.no-webp .site-banner-league-offer-aco {
	background-image: url("images/pages/leagues/euro2020-bg.jpg");
}

.no-webp .site-banner-league-offer-aco .site-banner-league-content span {
	background-image: url("images/pages/leagues/euro2020-fans.png");
}

.no-webp .site-banner-league-offer-aco .site-banner-league-content i {
	background-image: url("images/logos/aco.png");
}

.no-webp .site-banner-league-offer-opzz {
	background-image: url("images/pages/leagues/euro2020-bg.jpg");
}

.no-webp .site-banner-league-offer-opzz .site-banner-league-content span {
	background-image: url("images/pages/leagues/euro2020-fans.png");
}

.no-webp .site-banner-league-offer-opzz .site-banner-league-content i {
	background-image: url("images/logos/opzz.png");
}

.no-webp .lp-header-offer {
	background-image: url("images/pages/offer/stadium-fans-lp-2.jpg");
}

.no-webp .lp-header-offer-fans {
	background-image: url("images/pages/offer/polish-fans-lp-2.png");
}

.no-webp .lp-header-ks {
	background-image: url("images/pages/affiliates/ks.jpg");
}

.no-webp .lp-header-betsson {
	background-image: url("images/pages/affiliates/betsson.jpg");
}

.no-webp .lp-header-betsafe {
	background-image: url("images/pages/affiliates/betsafe.jpg");
}

.no-webp .lp-header-betclic {
	background-image: url("images/pages/affiliates/betclic.jpg");
}

.no-webp .lp-header-lvbet {
	background-image: url("images/pages/affiliates/lvbet.jpg");
}

.no-webp .lp-header-noblebet {
	background-image: url("images/pages/affiliates/noblebet.jpg");
}

.no-webp .lp-header-unibet {
	background-image: url("images/pages/affiliates/unibet.jpg");
}

/*
WHEN WEBP IS SUPPORTED
 */
.webp .site-banner-league-ks {
	background-image: url("images/pages/leagues/ks-bg.webp");
}

.webp .site-banner-league-ekstraklasa,
.webp .site-banner-league-1-liga {
	background-image: url("images/pages/leagues/ekstraklasa-bg.webp");
}

.webp .site-banner-league-bundesliga {
	background-image: url("images/pages/leagues/bundesliga-bg.webp");
}

.webp .site-banner-league-premier-league {
	background-image: url("images/pages/leagues/premier-league-bg.webp");
}

.webp .site-banner-league-laliga {
	background-image: url("images/pages/leagues/la-liga-bg.webp");
}

.webp .site-banner-league-ligue-1 {
	background-image: url("images/pages/leagues/ligue-1-bg.webp");
}

.webp .site-banner-league-serie-a {
	background-image: url("images/pages/leagues/serie-a-bg.webp");
}

.webp .site-banner-league-cl {
	background-image: url("images/pages/leagues/cl-bg.webp");
}

.webp .site-banner-league-el {
	background-image: url("images/pages/leagues/el-bg.webp");
}

.webp .site-banner-league-confl {
	background-image: url("images/pages/leagues/confl-bg.webp");
}

.webp .site-banner-league-confl .site-banner-league-content span {
	background-image: url("images/pages/leagues/confl-player.webp");
}

.webp .site-banner-league-euro2020 {
	background-image: url("images/pages/leagues/euro2020-bg.webp");
}

.webp .site-banner-league-euro2020 .site-banner-league-content span {
	background-image: url("images/pages/leagues/euro2020-fans.webp");
}

.webp .site-banner-league-offer-aco {
	background-image: url("images/pages/leagues/euro2020-bg.webp");
}

.webp .site-banner-league-offer-aco .site-banner-league-content span {
	background-image: url("images/pages/leagues/euro2020-fans.webp");
}

.webp .site-banner-league-offer-aco .site-banner-league-content i {
	background-image: url("images/logos/aco.webp");
}

.webp .site-banner-league-offer-opzz {
	background-image: url("images/pages/leagues/euro2020-bg.webp");
}

.webp .site-banner-league-offer-opzz .site-banner-league-content span {
	background-image: url("images/pages/leagues/euro2020-fans.webp");
}

.webp .site-banner-league-offer-opzz .site-banner-league-content i {
	background-image: url("images/logos/opzz.webp");
}

.webp .lp-header-offer {
	background-image: url("images/pages/offer/stadium-fans-lp-2.webp");
}

.webp .lp-header-offer-fans {
	background-image: url("images/pages/offer/polish-fans-lp-2.webp");
}

.webp .lp-header-ks {
	background-image: url("images/pages/affiliates/ks.webp");
}

.webp .lp-header-betsson {
	background-image: url("images/pages/affiliates/betsson.webp");
}

.webp .lp-header-betsafe {
	background-image: url("images/pages/affiliates/betsafe.webp");
}

.webp .lp-header-betclic {
	background-image: url("images/pages/affiliates/betclic.webp");
}

.webp .lp-header-lvbet {
	background-image: url("images/pages/affiliates/lvbet.webp");
}

.webp .lp-header-noblebet {
	background-image: url("images/pages/affiliates/noblebet.webp");
}

.webp .lp-header-unibet {
	background-image: url("images/pages/affiliates/unibet.webp");
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*
============================================================
| 404
============================================================
*/
.not-found {
	min-height: 100vh;
	background-image: url("/wp-content/themes/ltsports/images/pages/coming-soon/bg.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ddd;
}

.not-found-header {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 15px 15px 0;
	color: #fff;
	z-index: 1;
}

@media (min-width: 576px) {
	.not-found-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

@media (min-width: 768px) {
	.not-found-header {
		padding: 25px 25px 0;
	}
}

.not-found-header img {
	height: 50px;
}

.not-found-header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.not-found-header ul li {
	margin: 0 5px;
}

.not-found-header ul li:first-child {
	margin-left: 0;
}

.not-found-header ul li:last-child {
	margin-right: 0;
}

.not-found-header ul .facebook-icon,
.not-found-header ul .twitter-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
}

.not-found-header ul .facebook-icon .fa,
.not-found-header ul .twitter-icon .fa {
	font-size: 16px;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.not-found-header ul .facebook-icon .fa,
	.not-found-header ul .twitter-icon .fa {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

.not-found-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	min-height: 100vh;
	padding: 0 15px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.not-found-main {
		padding: 0 25px;
	}
}

.not-found-main h1 {
	margin: 0;
	font-size: 4em;
	text-shadow: 2px 2px 2px #000;
}

@media (min-width: 768px) {
	.not-found-main h1 {
		font-size: 5em;
	}
}

@media (min-width: 992px) {
	.not-found-main h1 {
		font-size: 6em;
	}
}

.not-found-main small {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
}

@media (min-width: 768px) {
	.not-found-main small {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.not-found-main small {
		font-size: 24px;
	}
}

.not-found-main .btn {
	margin-top: 2em;
	font-size: 1.5em;
	font-weight: 700;
}

@media (min-width: 768px) {
	.not-found-main .btn {
		font-size: 2em;
	}
}

.coming-soon {
	min-height: 100vh;
	background-image: url("/wp-content/themes/ltsports/images/pages/coming-soon/bg.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ddd;
}

.coming-soon-header {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 15px 15px 0;
	color: #fff;
	z-index: 1;
}

@media (min-width: 576px) {
	.coming-soon-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

@media (min-width: 768px) {
	.coming-soon-header {
		padding: 25px 25px 0;
	}
}

.coming-soon-header img {
	height: 50px;
}

.coming-soon-header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.coming-soon-header ul li {
	margin: 0 5px;
}

.coming-soon-header ul li:first-child {
	margin-left: 0;
}

.coming-soon-header ul li:last-child {
	margin-right: 0;
}

.coming-soon-header ul .facebook-icon,
.coming-soon-header ul .twitter-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
}

.coming-soon-header ul .facebook-icon .fa,
.coming-soon-header ul .twitter-icon .fa {
	font-size: 16px;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.coming-soon-header ul .facebook-icon .fa,
	.coming-soon-header ul .twitter-icon .fa {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

.coming-soon-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	min-height: 100vh;
	padding: 0 15px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.coming-soon-main {
		padding: 0 25px;
	}
}

.coming-soon-main h1 {
	margin: 0;
	line-height: 1.2em;
	text-shadow: 2px 2px 2px #000;
}

@media (min-width: 768px) {
	.coming-soon-main h1 {
		font-size: 3em;
	}
}

.coming-soon-main small {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	line-height: 2.5em;
}

@media (min-width: 768px) {
	.coming-soon-main small {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.coming-soon-main small {
		font-size: 24px;
	}
}

.coming-soon-main .btn {
	margin-top: 2em;
	font-size: 1.5em;
	font-weight: 700;
}

@media (min-width: 768px) {
	.coming-soon-main .btn {
		font-size: 2em;
	}
}

.lp {
	max-width: 1920px;
	margin: 0 auto;
	background: #ddd;
}

.lp-header {
	display: block;
	position: relative;
	height: 260px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 576px) {
	.lp-header {
		height: 346px;
	}
}

@media (min-width: 768px) {
	.lp-header {
		height: 447px;
	}
}

@media (min-width: 992px) {
	.lp-header {
		height: 541px;
	}
}

@media (min-width: 1200px) {
	.lp-header {
		height: 865px;
	}
}

.lp-header-starting-soon {
	background-image: url("images/pages/registration/banner.jpg");
}

.lp-header-starting-soon h1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 9%;
	color: #fff;
	text-align: center;
	font-size: 20.8px;
	font-size: 1.3rem;
	font-weight: 700;
}

@media (min-width: 576px) {
	.lp-header-starting-soon h1 {
		font-size: 28.8px;
		font-size: 1.8rem;
	}
}

@media (min-width: 768px) {
	.lp-header-starting-soon h1 {
		font-size: 36.8px;
		font-size: 2.3rem;
	}
}

@media (min-width: 992px) {
	.lp-header-starting-soon h1 {
		font-size: 44.8px;
		font-size: 2.8rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-starting-soon h1 {
		font-size: 72px;
		font-size: 4.5rem;
	}
}

.lp-header-starting-soon h1 span {
	color: #db1c22;
}

.lp-header-starting-soon h1 small {
	display: block;
	font-size: 45%;
}

.lp-header-aff-inner {
	position: absolute;
	right: 5%;
	text-align: right;
}

@media (min-width: 576px) {
	.lp-header-aff-inner {
		right: 10%;
	}
}

@media (min-width: 1200px) {
	.lp-header-aff-inner {
		right: 15%;
	}
}

.lp-header-aff-inner h1 {
	margin: 1em 0 .5em;
	color: #fff;
	font-size: 36.8px;
	font-size: 2.3rem;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
}

@media (min-width: 576px) {
	.lp-header-aff-inner h1 {
		font-size: 48px;
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.lp-header-aff-inner h1 {
		font-size: 67.2px;
		font-size: 4.2rem;
	}
}

@media (min-width: 992px) {
	.lp-header-aff-inner h1 {
		font-size: 89.6px;
		font-size: 5.6rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-aff-inner h1 {
		font-size: 120px;
		font-size: 7.5rem;
	}
}

.lp-header-aff-inner h1 span {
	color: #db1c22;
}

.lp-header-aff-inner h1 small {
	display: block;
	color: #fff;
	font-size: 25%;
}

.lp-header-aff-inner .btn-create-account {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	width: 70%;
	color: #fff;
	font-size: 12.8px;
	font-size: 0.8rem;
	font-weight: 700;
}

@media (min-width: 576px) {
	.lp-header-aff-inner .btn-create-account {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.lp-header-aff-inner .btn-create-account {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	.lp-header-aff-inner .btn-create-account {
		font-size: 30.4px;
		font-size: 1.9rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-aff-inner .btn-create-account {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

.lp-header-aff-inner .btn-create-account span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.lp-header-aff-inner .btn-create-account span small {
	font-size: 40%;
}

.lp-header-ks h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
}

@media (min-width: 576px) {
	.lp-header-ks h1 {
		font-size: 48px;
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.lp-header-ks h1 {
		font-size: 67.2px;
		font-size: 4.2rem;
	}
}

@media (min-width: 992px) {
	.lp-header-ks h1 {
		font-size: 73.6px;
		font-size: 4.6rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-ks h1 {
		font-size: 104px;
		font-size: 6.5rem;
	}
}

.lp-header-ks h1 small {
	margin: 1em 0;
	text-shadow: 1px 1px 3px #000;
	line-height: initial;
}

.lp-header-ks .btn-create-account {
	background: #db1c22;
}

@media (min-width: 1200px) {
	.lp-header-ks .btn-create-account:hover, .lp-header-ks .btn-create-account:focus, .lp-header-ks .btn-create-account:active {
		background: #bd181e;
	}
}

.lp-header-offer::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 131px;
	background-image: url("images/pages/offer/wave_white_bottom.png");
}

.lp-header-offer-inner {
	position: absolute;
	left: 5%;
	top: 15%;
	text-align: left;
	opacity: 0;
	-webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s forwards;
	        animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s forwards;
	z-index: 5;
}

@media (min-width: 1920px) {
	.lp-header-offer-inner {
		left: 10%;
	}
}

.lp-header-offer-inner h1 {
	margin: 0;
	font-size: 28.8px;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
	opacity: 0;
	-webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s forwards;
	        animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s forwards;
}

@media (min-width: 576px) {
	.lp-header-offer-inner h1 {
		font-size: 44.8px;
		font-size: 2.8rem;
	}
}

@media (min-width: 768px) {
	.lp-header-offer-inner h1 {
		font-size: 64px;
		font-size: 4rem;
	}
}

@media (min-width: 992px) {
	.lp-header-offer-inner h1 {
		font-size: 70.4px;
		font-size: 4.4rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-offer-inner h1 {
		font-size: 96px;
		font-size: 6rem;
	}
}

.lp-header-offer-inner p {
	margin: 1em 0;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 3px #000;
	line-height: initial;
	opacity: 0;
	-webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s forwards;
	        animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s forwards;
}

@media (min-width: 576px) {
	.lp-header-offer-inner p {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.lp-header-offer-inner p {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	.lp-header-offer-inner p {
		font-size: 28.8px;
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-offer-inner p {
		font-size: 35.2px;
		font-size: 2.2rem;
	}
}

.lp-header-offer-inner .btn-create-account {
	float: left;
	color: #fff;
	font-size: 12.8px;
	font-size: 0.8rem;
	font-weight: 700;
	background: #db1c22;
	opacity: 0;
	-webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 3s forwards;
	        animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 3s forwards;
}

@media (min-width: 576px) {
	.lp-header-offer-inner .btn-create-account {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.lp-header-offer-inner .btn-create-account {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	.lp-header-offer-inner .btn-create-account {
		font-size: 30.4px;
		font-size: 1.9rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-offer-inner .btn-create-account {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.lp-header-offer-inner .btn-create-account:hover, .lp-header-offer-inner .btn-create-account:focus, .lp-header-offer-inner .btn-create-account:active {
		background: #bd181e;
	}
}

.lp-header-offer-fans {
	position: absolute;
	right: -100px;
	bottom: 0;
	width: 317px;
	height: 200px;
	opacity: 0;
	-webkit-animation: fade-in-tr 1s ease-in-out 1s forwards;
	        animation: fade-in-tr 1s ease-in-out 1s forwards;
	background-size: cover;
}

@media (min-width: 576px) {
	.lp-header-offer-fans {
		width: 397px;
		height: 250px;
	}
}

@media (min-width: 768px) {
	.lp-header-offer-fans {
		width: 635px;
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.lp-header-offer-fans {
		right: 0;
		width: 905px;
		height: 622px;
	}
}

.lp-header-betsson h1 {
	color: #f6862a;
}

.lp-header-betsson .btn-create-account {
	background: #f6862a;
}

@media (min-width: 1200px) {
	.lp-header-betsson .btn-create-account:hover, .lp-header-betsson .btn-create-account:focus, .lp-header-betsson .btn-create-account:active {
		background: #ffa21e;
	}
}

.lp-header-betsafe h1 {
	color: #a01c20;
}

.lp-header-betsafe .btn-create-account {
	background: #a01c20;
}

@media (min-width: 1200px) {
	.lp-header-betsafe .btn-create-account:hover, .lp-header-betsafe .btn-create-account:focus, .lp-header-betsafe .btn-create-account:active {
		background: #cd2227;
	}
}

.lp-header-betclic h1 {
	color: #c40900;
}

.lp-header-betclic .btn-create-account {
	background: #c40900;
}

@media (min-width: 1200px) {
	.lp-header-betclic .btn-create-account:hover, .lp-header-betclic .btn-create-account:focus, .lp-header-betclic .btn-create-account:active {
		background: #f02b22;
	}
}

.lp-header-lvbet h1 {
	color: #ffce07;
}

.lp-header-lvbet .btn-create-account {
	background: #ffce07;
}

@media (min-width: 1200px) {
	.lp-header-lvbet .btn-create-account:hover, .lp-header-lvbet .btn-create-account:focus, .lp-header-lvbet .btn-create-account:active {
		background: #ffe220;
	}
}

.lp-header-noblebet h1 {
	color: #a27a53;
}

.lp-header-noblebet .btn-create-account {
	background: #a27a53;
}

@media (min-width: 1200px) {
	.lp-header-noblebet .btn-create-account:hover, .lp-header-noblebet .btn-create-account:focus, .lp-header-noblebet .btn-create-account:active {
		background: #9d6a37;
	}
}

.lp-header-unibet h1 {
	color: #3baa34;
}

.lp-header-unibet .btn-create-account {
	background: #3baa34;
}

@media (min-width: 1200px) {
	.lp-header-unibet .btn-create-account:hover, .lp-header-unibet .btn-create-account:focus, .lp-header-unibet .btn-create-account:active {
		background: #3ecd35;
	}
}

.lp-breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

@media (min-width: 576px) {
	.lp-breadcrumbs {
		margin: 0 0 30px 65px;
	}
}

@media (min-width: 768px) {
	.lp-breadcrumbs {
		margin: 0 0 30px 85px;
	}
}

@media (min-width: 992px) {
	.lp-breadcrumbs {
		margin: 0 0 50px 95px;
	}
}

@media (min-width: 1200px) {
	.lp-breadcrumbs {
		margin: 0 0 50px 115px;
	}
}

.lp-breadcrumbs li::after {
	content: "\f101";
	margin: 0 10px;
	font-family: FontAwesome;
	color: #3e3e3e;
}

.lp-breadcrumbs li:last-of-type::after {
	content: "";
}

.lp main {
	overflow: hidden;
	background-color: #fff;
}

.lp-section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-left: 10px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	font-style: italic;
	color: #1e2733;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.lp-section-title {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.lp-section-title {
		font-size: 22.4px;
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {
	.lp-section-title {
		font-size: 25.6px;
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {
	.lp-section-title {
		margin-left: 20px;
		font-size: 28.8px;
		font-size: 1.8rem;
	}
}

.lp-section-title span {
	display: inline-block;
	width: 30px;
	min-width: 30px;
	margin-right: 15px;
	text-align: center;
	font-weight: 800;
	color: #fff;
	background: #ddd;
	-webkit-transform: skew(-35deg);
	        transform: skew(-35deg);
}

@media (min-width: 576px) {
	.lp-section-title span {
		width: 40px;
		min-width: 40px;
	}
}

@media (min-width: 768px) {
	.lp-section-title span {
		width: 50px;
		min-width: 50px;
		margin-right: 25px;
	}
}

@media (min-width: 992px) {
	.lp-section-title span {
		width: 60px;
		min-width: 60px;
	}
}

@media (min-width: 1200px) {
	.lp-section-title span {
		width: 70px;
		min-width: 70px;
	}
}

.lp-section-title span i {
	display: block;
	-webkit-transform: skew(35deg);
	        transform: skew(35deg);
	color: #1e2733;
	font-style: normal;
}

.lp-section-title .fa {
	line-height: inherit;
}

.lp-section-content {
	position: relative;
	z-index: 1;
}

@media (min-width: 1200px) {
	.lp-section-content {
		margin-left: 115px;
	}
}

.lp-section-content h3 {
	margin: 0 0 0.5em 2em;
	font-size: 12.8px;
	font-size: 0.8rem;
}

@media (min-width: 768px) {
	.lp-section-content h3 {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

@media (min-width: 992px) {
	.lp-section-content h3 {
		font-size: 16px;
		font-size: 1rem;
	}
}

.lp-section-content ol, .lp-section-content ul {
	padding: 0;
}

.lp-section-content .btn-create-account {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 17.6px;
	font-size: 1.1rem;
	font-weight: 700;
}

@media (min-width: 576px) {
	.lp-section-content .btn-create-account {
		max-width: 250px;
		font-size: 20.8px;
		font-size: 1.3rem;
	}
}

@media (min-width: 768px) {
	.lp-section-content .btn-create-account {
		max-width: 300px;
		font-size: 28.8px;
		font-size: 1.8rem;
	}
}

@media (min-width: 992px) {
	.lp-section-content .btn-create-account {
		max-width: 500px;
		font-size: 36.8px;
		font-size: 2.3rem;
	}
}

.lp-section-content .btn-create-account span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.lp-section-content .btn-create-account span small {
	font-size: 40%;
}

.lp-section-content .btn-caption {
	text-align: center;
}

.lp-section-1 {
	padding: 50px 0;
	background: #fff;
}

@media (min-width: 576px) {
	.lp-section-1 {
		padding: 70px 0;
	}
}

@media (min-width: 768px) {
	.lp-section-1 {
		padding: 90px 0;
	}
}

@media (min-width: 992px) {
	.lp-section-1 {
		padding: 110px 0;
	}
}

@media (min-width: 1200px) {
	.lp-section-1 {
		padding: 170px 0;
	}
}

.lp-section-1.lp-section-first {
	padding-top: 15px;
}

.lp-section-1.lp-section-last {
	margin-bottom: 50px;
	padding-bottom: 15px;
}

@media (min-width: 576px) {
	.lp-section-1.lp-section-last {
		margin-bottom: 70px;
	}
}

@media (min-width: 768px) {
	.lp-section-1.lp-section-last {
		margin-bottom: 90px;
	}
}

.lp-section-1-aff a {
	text-decoration: underline;
}

.lp-section-1-aff .btn-create-account {
	background: #a27a53;
}

@media (min-width: 1200px) {
	.lp-section-1-aff .btn-create-account:hover, .lp-section-1-aff .btn-create-account:focus, .lp-section-1-aff .btn-create-account:active {
		background: #9d6a37;
	}
}

.lp-section-1-aff.lp-section-last {
	margin: 2em -15px 3em;
}

.lp-section-1-aff.lp-section-last a {
	text-decoration: inherit;
}

.lp-section-1-aff.lp-section-last .lp-section-content {
	text-align: center;
}

.lp-section-1-ks ul,
.lp-section-1-ks ol {
	list-style: none;
}

.lp-section-1-ks .btn-create-account {
	background: #db1c22;
}

@media (min-width: 1200px) {
	.lp-section-1-ks .btn-create-account:hover, .lp-section-1-ks .btn-create-account:focus, .lp-section-1-ks .btn-create-account:active {
		background: #bd181e;
	}
}

.lp-section-1-betsson .btn-create-account {
	background: #f6862a;
}

@media (min-width: 1200px) {
	.lp-section-1-betsson .btn-create-account:hover, .lp-section-1-betsson .btn-create-account:focus, .lp-section-1-betsson .btn-create-account:active {
		background: #ffa21e;
	}
}

.lp-section-1-betsafe .btn-create-account {
	background: #a01c20;
}

@media (min-width: 1200px) {
	.lp-section-1-betsafe .btn-create-account:hover, .lp-section-1-betsafe .btn-create-account:focus, .lp-section-1-betsafe .btn-create-account:active {
		background: #cd2227;
	}
}

.lp-section-1-betclic .btn-create-account {
	background: #c40900;
}

@media (min-width: 1200px) {
	.lp-section-1-betclic .btn-create-account:hover, .lp-section-1-betclic .btn-create-account:focus, .lp-section-1-betclic .btn-create-account:active {
		background: #f02b22;
	}
}

.lp-section-1-lvbet .btn-create-account {
	background: #ffce07;
}

@media (min-width: 1200px) {
	.lp-section-1-lvbet .btn-create-account:hover, .lp-section-1-lvbet .btn-create-account:focus, .lp-section-1-lvbet .btn-create-account:active {
		background: #ffe220;
	}
}

.lp-section-1-noblebet .btn-create-account {
	background: #a27a53;
}

@media (min-width: 1200px) {
	.lp-section-1-noblebet .btn-create-account:hover, .lp-section-1-noblebet .btn-create-account:focus, .lp-section-1-noblebet .btn-create-account:active {
		background: #9d6a37;
	}
}

.lp-section-1-unibet .btn-create-account {
	background: #3baa34;
}

@media (min-width: 1200px) {
	.lp-section-1-unibet .btn-create-account:hover, .lp-section-1-unibet .btn-create-account:focus, .lp-section-1-unibet .btn-create-account:active {
		background: #3ecd35;
	}
}

.lp-section-1-offer {
	padding: 1em 0;
	background: #fff;
}

@media (min-width: 768px) {
	.lp-section-1-offer {
		padding: 0;
	}
}

.lp-section-1-offer ul {
	list-style: disc;
}

.lp-section-1-offer ol {
	list-style: decimal;
}

.lp-section-1-offer .btn-create-account {
	background: #db1c22;
}

@media (min-width: 1200px) {
	.lp-section-1-offer .btn-create-account:hover, .lp-section-1-offer .btn-create-account:focus, .lp-section-1-offer .btn-create-account:active {
		background: #bd181e;
	}
}

.lp-section-1-offer .lp-breadcrumbs {
	list-style: none;
}

.lp-section-1-offer .lp-section-title {
	margin-left: 0;
}

@media (min-width: 1200px) {
	.lp-section-1-offer .lp-section-title {
		margin-left: 20px;
	}
}

.lp-section-1-offer .lp-section-title span {
	background: #db1c22;
	border-radius: 3px;
	-webkit-transform: initial;
	        transform: initial;
}

.lp-section-1-offer .lp-section-title span i {
	color: #fff;
	-webkit-transform: initial;
	        transform: initial;
}

.lp-section-2-offer {
	position: relative;
	padding: 1em 0;
	color: #fff;
	background: #db1c22;
}

@media (min-width: 768px) {
	.lp-section-2-offer {
		padding: 0;
	}
}

.lp-section-2-offer::before {
	content: "";
	width: 100%;
	height: 0;
	background-image: url("images/pages/offer/wave_red_bottom.png");
	background-color: #fff;
}

@media (min-width: 768px) {
	.lp-section-2-offer::before {
		height: 131px;
	}
}

.lp-section-2-offer::after {
	content: "";
	width: 100%;
	height: 0;
	background-image: url("images/pages/offer/wave_white_bottom.png");
	background-color: #db1c22;
}

@media (min-width: 768px) {
	.lp-section-2-offer::after {
		height: 131px;
	}
}

.lp-section-2-offer ul {
	list-style: disc;
}

.lp-section-2-offer ol {
	list-style: decimal;
}

.lp-section-2-offer a {
	color: #fff;
	text-decoration: underline;
}

.lp-section-2-offer .lp-section-title {
	margin-left: 0;
	color: #fff;
}

@media (min-width: 1200px) {
	.lp-section-2-offer .lp-section-title {
		margin-left: 20px;
	}
}

.lp-section-2-offer .lp-section-title span {
	background: #fff;
	border-radius: 3px;
	-webkit-transform: initial;
	        transform: initial;
}

.lp-section-2-offer .lp-section-title span i {
	-webkit-transform: initial;
	        transform: initial;
}

.lp-section-2 {
	position: relative;
	background: #db1c22;
}

.lp-section-2::before {
	content: "";
	position: absolute;
	top: -25px;
	left: -5%;
	width: 110%;
	height: 50px;
	background: #db1c22;
	-webkit-transform: rotate(-5deg);
	        transform: rotate(-5deg);
}

@media (min-width: 576px) {
	.lp-section-2::before {
		top: -35px;
		height: 70px;
	}
}

@media (min-width: 768px) {
	.lp-section-2::before {
		top: -45px;
		height: 90px;
	}
}

@media (min-width: 992px) {
	.lp-section-2::before {
		top: -55px;
		height: 110px;
	}
}

@media (min-width: 1200px) {
	.lp-section-2::before {
		top: -85px;
		height: 170px;
	}
}

.lp-section-2::after {
	content: "";
	position: absolute;
	left: -5%;
	bottom: -25px;
	width: 110%;
	height: 50px;
	background: #db1c22;
	-webkit-transform: rotate(-5deg);
	        transform: rotate(-5deg);
}

@media (min-width: 576px) {
	.lp-section-2::after {
		bottom: -35px;
		height: 70px;
	}
}

@media (min-width: 768px) {
	.lp-section-2::after {
		bottom: -45px;
		height: 90px;
	}
}

@media (min-width: 992px) {
	.lp-section-2::after {
		bottom: -55px;
		height: 110px;
	}
}

@media (min-width: 1200px) {
	.lp-section-2::after {
		bottom: -85px;
		height: 170px;
	}
}

.lp-section-2 .lp-section-title {
	color: #fff;
}

.lp-section-2 .lp-section-title span {
	background: #fff;
}

.lp-section-2 .lp-section-content {
	color: #fff;
}

.lp-section-2.lp-section-last {
	padding-bottom: 50px;
}

@media (min-width: 576px) {
	.lp-section-2.lp-section-last {
		padding-bottom: 70px;
	}
}

@media (min-width: 768px) {
	.lp-section-2.lp-section-last {
		padding-bottom: 90px;
	}
}

.lp-section-2.lp-section-last::after {
	display: none;
}

.lp-section-2-aff a {
	text-decoration: underline;
}

.lp-section-2-aff .btn-create-account {
	background: #a27a53;
}

@media (min-width: 1200px) {
	.lp-section-2-aff .btn-create-account:hover, .lp-section-2-aff .btn-create-account:focus, .lp-section-2-aff .btn-create-account:active {
		background: #9d6a37;
	}
}

.lp-section-2-aff.lp-section-last {
	padding: 25px 0;
	margin: 0em -15px 0em;
}

.lp-section-2-aff.lp-section-last a {
	text-decoration: inherit;
}

.lp-section-2-aff.lp-section-last .lp-section-content {
	text-align: center;
}

.lp-section-2-ks {
	background: #db1c22;
}

.lp-section-2-ks::before, .lp-section-2-ks::after {
	background: #db1c22;
}

.lp-section-2-ks a {
	color: #fff;
	text-decoration: underline;
}

.lp-section-2-betsson {
	background: #f6862a;
}

.lp-section-2-betsson::before, .lp-section-2-betsson::after {
	background: #f6862a;
}

.lp-section-2-betsson a {
	color: #fff;
	text-decoration: underline;
}

.lp-section-2-betsson .lp-section-title {
	color: inherit;
}

.lp-section-2-betsafe {
	background: #a01c20;
}

.lp-section-2-betsafe::before, .lp-section-2-betsafe::after {
	background: #a01c20;
}

.lp-section-2-betsafe a {
	color: #fff;
	text-decoration: underline;
}

.lp-section-2-betclic {
	background: #c40900;
}

.lp-section-2-betclic::before, .lp-section-2-betclic::after {
	background: #c40900;
}

.lp-section-2-betclic a {
	color: #fff;
	text-decoration: underline;
}

.lp-section-2-lvbet {
	background: #ffce07;
}

.lp-section-2-lvbet::before, .lp-section-2-lvbet::after {
	background: #ffce07;
}

.lp-section-2-lvbet a {
	color: inherit;
	text-decoration: underline;
}

.lp-section-2-lvbet .lp-section-title,
.lp-section-2-lvbet .lp-section-content {
	color: inherit;
}

.lp-section-2-noblebet {
	background: #a27a53;
}

.lp-section-2-noblebet::before, .lp-section-2-noblebet::after {
	background: #a27a53;
}

.lp-section-2-noblebet a {
	color: inherit;
	text-decoration: underline;
}

.lp-section-2-noblebet .btn-create-account {
	color: #a27a53;
	background: #fff;
}

@media (min-width: 1200px) {
	.lp-section-2-noblebet .btn-create-account:hover, .lp-section-2-noblebet .btn-create-account:focus, .lp-section-2-noblebet .btn-create-account:active {
		background: #fff;
	}
}

.lp-section-2-unibet {
	background: #3baa34;
}

.lp-section-2-unibet::before, .lp-section-2-unibet::after {
	background: #3baa34;
}

.lp-section-2-unibet a {
	color: #fff;
	text-decoration: underline;
}

@-webkit-keyframes fade-in-tr {
	0% {
		-webkit-transform: translateX(50px) translateY(50px);
		transform: translateX(50px) translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-tr {
	0% {
		-webkit-transform: translateX(50px) translateY(50px);
		transform: translateX(50px) translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 1.875em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -1.875em;
	width: 1.875em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.58929em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	        filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*# sourceMappingURL=../ltsports/sass/maps/style.css.map */
