

@font-face {
	font-family: 'PFDinTextCompPro-Light';
	font-weight: 900;
	src: local('PFDinTextCompPro-Light'), local('PFDinTextCompPro-Light'),
	url('/skin/_global/assets/fonts/PFDinTextCompPro-Light.woff2') format('woff2'),
	url('/skin/_global/assets/fonts/PFDinTextCompPro-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* nav */



.navbar-default {
	background-color: #61c205;
	/*background-color: #ffffff;*/
	border: none;
}
.navbar-brand {
	height: inherit;
}
.navbar-brand img {
	height: 35px;
	width: auto;
}

nav {
	background-image: url(index.php?pool=header.png&width=300&height=300&site=footballprogs&lang=ru&id=1);
	background-repeat: no-repeat;
	background-position: center;
}

.bg-nav {
	background-color: #61c205; !important;
}
.sticky-top {
	z-index: 50;
}
.nav-link:focus, .nav-link:hover {
	color: #fff;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
	border-bottom: none;
}
.nav-tabs-bottom {
	border-top: 1px solid #dee2e6;
}

.navbar-nav > li > a {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 26px;
	color: #f6fb02;
}
.navbar-default .navbar-nav > li > a {
	color: #f6fb02;
}

@media (min-width: 768px) {
	body {
		padding-top: 100px;
	}
	.navbar {
		height: 100px;
	}
	.navbar-brand img {
		height: 70px;
		width: auto;
	}
	nav.navbar, nav.navbar .navbar-brand img {
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	nav.shrink {
		box-shadow: 0px 10px 10px #444444;
	}
	nav.navbar.shrink {
		height: 60px;
	}
	nav.navbar.shrink li a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	nav.navbar.shrink .navbar-brand img {
		height: 50px;
		width: auto;
	}
	nav.navbar.shrink .navbar-brand {
		padding: 5px 5px;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: #ffffff;
		background-color: #02b502;
	}
	.navbar-default .navbar-nav > li > a:focus {
		color: #ffffff;
		background-color: #02b502;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 40px;
	}
	nav {
		box-shadow: 0px 7px 10px #444444;
		width: 100%;
	}
	.navbar-brand img {
		margin-left: 5px;
	}
	.accordion-item {
		background-color: transparent;
		border: 1px solid #a6e463;
	}
	.accordion-item:last-of-type .accordion-button.collapsed {
		background-color: transparent;
		color: #fff;
		outline: none !important;
		box-shadow: none !important;
		padding: 5px;
		font-size: large;
	}
	.accordion-item:first-of-type .accordion-button {
		background-color: transparent;
		color: #fff;
		outline: none !important;
		box-shadow: none !important;
		padding: 5px;
		font-size: large;
	}
	.accordion-button::after {
		background-image: initial;
	}

	.accordion-button:not(.collapsed)::after {
		background-image: initial;
	}
	.custom-toggler.navbar-toggler {
		border-color: transparent;
	}
	.custom-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");
	}
	.custom-toggler:focus {
		box-shadow: none;
	}
	.navbar-nav .nav-link {
		text-align: right;
	}

}


.my > a > i {
	background-color: #1bac1b;
	color: #ffffff;
	font-size: 24px;
	padding: 7px;
	border-radius: 4px;
}
.my > a.active > i {
	background-color: #1bac1b;
	color: #f6fb02;
	font-size: 24px;
	padding: 7px;
	border-radius: 4px;
}
.input-group-addon {
	background-color: #61c205;
	border: none;
	color: #ffffff;
	width: 40px;
	padding-top: 5px;
}



/* years */
.years {
	position: relative;
	background-color: #1bac1b;
	padding: 5px;
	border-radius: 4px;
}
.years-bg {
	opacity: 0.08;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: none;
	top: 0;
	left: 0;
}
.years span {
	color: #a6e463;
	padding: 5px;
}
.years a {
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
}
.years div > a:hover {
	background-color: #61c205;
	color: #f6fb02;
	text-decoration: none;
	padding: 5px;
	outline: none;
}
.years > .dropdown button {
	background-color: #1bac1b;
	color: #f6fb02;
	outline: none;
	font-size: 30px; 
}
.years > .dropdown button:active { 
	background-color: #1bac1b;
	outline: none;
}
.years > .dropdown button:focus { 
	background-color: #1bac1b;
	outline: none;
}

.panel-default {
	background-color: transparent;
	border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}

.panel-years {
	width: 100%;display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #a6e463;
	border-radius: 4px;
	background-color: transparent;
}

.menu {
	color: #a6e463;
}
.menu:hover {
	color: #a6e463;
}



.table a {
	color: #a6e463;
	text-decoration: none;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #61c205;
}
.table tbody tr td, .table thead tr th {
	border-color: #61c205;
}
.table thead th {
	background-color: #1bac1b;
	color: #ffffff;
	font-weight: normal;
}
.table tbody td {
	color: #fff;
}
.table tbody td:first-child {
	/*color: #a6e463;*/
}
.table tbody tr.active td {
	background-color: #a6e463;
}
.table tbody tr.active td a {
	color: #61c205;
}
.table tbody tr td.gallery a {
	color: #f6fb02;
	font-size: 18px;
}
.table tbody tr td a i {
	font-size: 18px;
}
table.mod > tr > th:first-child, table.mod > tbody > tr > td:first-child {
	width: 30%;
}



.btn {
	background-color: #adc105;
	color: #ffffff;
	text-shadow: 1px 1px 0px #777;
	border: none;
	padding: 5px;
    height: 100%;
}
.btn:hover, .btn:active, .btn:focus {
	color: #f6fb02;
    outline: none;
    box-shadow: none;
}
.btn-alt {
	background: #61c205;
}
.btn {
	font-size: 17px;
}
.btn-icon {
    width: 40px;
}
.btn-icon-small, .btn-icon-small.active:active, .btn-icon-small.focus {
    width: 32px;
    height: 32px;
    border-radius: 0px;
    background-color: #1bac1b;
}
.btn-icon-small.active {
    background-color: #adc105;
    border: none;
    outline: none;
}
.btn-dots {
	height: 24px;
	width: 100%;
	background-color: #61c205;
	text-align: left;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  padding: 0px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #adc105;
  border-color: #adc105;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f6fb02;
  background-color: #adc105;
}
.btn-group.open:hover .dropdown-toggle {
  color: #f6fb02;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #adc105;
}
.btn-group.open:hover .dropdown-toggle {
  color: #f6fb02;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #adc105;
}
.dropdown-toggle.btn-default:hover {
  color: #f6fb02;
  background-color:  #adc105;
}
.dropdown-toggle.btn-default:focus {
  color: #f6fb02;
  background-color:  #adc105;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}


.last-comments a {
	color: #ffffff;
}
.last-comments p {
	color: #a6e463;
	text-align: left;
}
.last-comments div {
	color: #f6fb02;
	text-align: right;
}
.last-comments tbody td:first-child {
	color: #a6e463;
	white-space: normal;
}
.last-comments i.glyphicon-comment, i.glyphicon-time {
	text-shadow: 1px 1px 0px #777;
}



/* Tabs */
.nav-tabs {
	background-color: #02b502;
	color: #f6fb02;
}
.item-tab {
	color: #f6fb02;
	background-color: transparent;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-right: 2px;
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0;
	border: 1px solid transparent;
	border-bottom: none;
}
.item-tab.active {
	color: #61c205;
	background-color: #fff;
}
.item-tab.active:hover {
	color: #61c205;
	background-color: #fff;
}
.item-tab:hover {
	color: #f6fb02;
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: none;
}
.nav-item {
	padding: 0px;
}

.modal-content {
	background-color: #1bac1b;
}
.modal-header {
	opacity: 0.3;
	height: 40px;
}



img.item  {
	box-shadow: 0px 0px 15px #444444;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.item img  {
	box-shadow: 0px 0px 10px #444444;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.photo {
	margin-bottom: 5px;
}
.img-rotate {
	transform: rotate(90deg);
}
.img-rotate2 {
	transform: rotate(270deg);
}




/* Switch */
 /* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

/* The container */
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    //background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
	background-color: #1bac1b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
} 



.zitat {
	text-align: left;
	color: #eeeeee;
}
.forum p {
	line-height: 16px;
}
.forum > .media > .media-left {
	color: #f6fb02;
	text-shadow: 1px 1px 0px #777;
}
a.recent {
	color: #f6fb02;
	text-decoration: none;
}
a.recent:hover {
	color: #fff;
	text-decoration: none;
}



@media (min-width: 768px) {
	.fancybox-thumbs {
		width: 640px;
		background-color: #1bac1b;
		background-image: url(/skin/footballprogs/img/logo/385957.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.fancybox-thumbs > ul > li {
		width: 150px;
		height: 200px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 640px;
	}
}
.fancybox-image {
	box-shadow: 0px 0px 50px #000000;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.4;
}
.fancybox-thumbs > ul > li:before {
	border: 4px solid  #fff;
}
.fancybox-button {
	 color: #f6fb02;
}



footer {
	background-color: #1bac1b;
	background-color: #ffffff;
	color: #425868;
	margin-top: 50px;
	box-shadow: 0 10px 10px #444444 inset
}

footer > div > div > p {
	color: #899298;
}
footer > div > div > p > a {
	color: #000000;
	text-decoration: none;
}
footer > div > div > p > a:hover {
	color: #425868;
	text-decoration: underline;
}



.alert-info {
	border-color: #61c205;
	background-color: #1bac1b;
	color: #a6e463;
}

.alert-dismissible > a.close {
	color: #f6fb02;
}

.alert > .media > .media-left {
	font-size: 24px;
}
.alert-icon {
	color: #61c205;
}



.panel {
	background-color: #02b502;
}
.panel-body > p {
	color: #a6e463;
}
.panel-title > a {
	color: #1bac1b;
}
.panel-title > a:focus {
	text-decoration: none;
}



.dropdown-menu {
	background-color: #61c205;
	padding: 10px;
	width: 260px;
}
.dropdown-menu > li > a {
	color: #ffffff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #f6fb02;
	background-color: #02b502;
}

.dropdown-toggle.btn-default:hover {
	color: #f6fb02;
	background-color: #02b502;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #f6fb02;
	background-color: #02b502;
  }


input:checked + .slider {
	background-color: #1bac1b;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(36px);
	-ms-transform: translateX(36px);
	transform: translateX(36px);
}
.form-control {
	font-size: 18px;
	color: #fff;
	padding: 0px 5px;
	border: 1px solid transparent;
	background-color: #02b502;
}
.form-control:active, .form-control:focus {
	font-size: 18px;
	color: #fff;
	padding: 0px 5px;
	border: 1px solid #fff;
    outline: none;
    box-shadow: none;
	background-color: #02b502;
}
.form-control-file {
	font-size: 14px;
}

.control-label {
	color: #a6e463;
	font-weight: normal;
}

.form-control-static {
	color: #ffffff;
}
.container-checkbox {
	display: inline-block;
	margin-bottom: 15px;
}
.form-control::placeholder {
	color: #a6e463;

}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
	color: #a6e463;

}
.input-item {
	background-color: #02b502;
	color: #a6e463;
	border-color: #61c205;
	padding-left: 7px;
	padding-right: 7px;
}
.input-item2 {
	background-color: #02b502;
	color: #fff;
	border-color: #61c205;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
}
.input-item:active, .input-item:focus {
	border-color: #fff;
	color: #a6e463;
	padding-left: 7px;
	padding-right: 7px;
}
.input-item2:active, .input-item2:focus {
	border-color: #fff;
	color: #fff;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
}
.form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}


@media (min-width: 768px) {
	.promo {
		height: 230px;
		background-color: #1bac1b;
		width: 700px;
		margin-top: 20px;
	}
	.carousel {
		height: 230px;
		width: 700px;
	}
	.carousel-inner {
		width: 700px;
		text-align: center;
	}
	.carousel .item {
		height: 250px;
		width: 700px;
	}
	.carousel-item {
		width: 100%;
	}
	.carousel a {
		color: #ffffff;
	}
	.carousel div {
		color: #a6e463;
	}
	.carousel-indicators li {
		margin: 3px;
	}
	.carousel-indicators .active {
		margin: 2px;
	}
}

:root {
	--btn-close-color: #02b502;
}

/* body */
body {
	font-family: 'PFDinTextCompPro-Light';
	background-color: #02b502;
	font-size: 19px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    	max-width: 1200px;
	}
}
@media (min-width: 1990px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}


@media (min-width: 990px) {
	.years-mobile {
		display: none;
	}
	.years-standard {
		display: block;
		z-index: 48;
	}
	.years-standard:hover {
	}
	.area-blocks {
		text-align: center;
	}
	.card-ticket {
		width: 50%;
	}
	
	.table-game {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 990px) {
	.years-standard {
		display: none;
	}
	.years-mobile {
		display: block;
		z-index: 48;
	}
	.area-blocks {
		display: none;
	}
	.faq {
		display: none;
	}
	.table-game {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* page-header */

.page-header {
    border-bottom: 1px solid #02b502;
    margin: 40px 0 40px;
}

.flip {
  transform: rotate(-90deg);
}
/* typo */

.features {
	margin-top: 20px
}

.features .page-header h2, .appsupport .page-header h2, .references .page-header h2, .contact .page-header h2 {
	font-size: 50px;	
}

.features .col-md-4 {
	text-align: center;
}

h3.game-title {
	font-size: 24px;
	color: #61c205;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	color: #a6e463;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

h4 {
	font-size: 16px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 5px;
}

.area {
	width: 114px;
	height: 114px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 8px 8px 0px;
	border-radius: 4px;
	white-space: normal;
	color: white;

	overflow: hidden;
	position: relative;
}

/* Scroll to top */
.back-to-top {
	background: #1bac1b;
	color: #f6fb02;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 1em;
	font-size: 26px;
	opacity: 0.9;
}

p {
	color: #a6e463;
	text-align: justify;
}

p > a {
	color: #a6e463;
	text-decoration: underline;
}

p > a:hover {
	color: #a6e463;
	text-decoration: underline;
}


.datenschutz > p > a, .datenschutz:active, .datenschutz:focus, .datenschutz:hover {
	background-color: #02b502;
	color: #f6fb02;
}


/* Pagination */
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus {
	background-color: #adc105;
	border-color: #adc105;
}

.media-body {
	text-align: justify;
}

.list-group-item {
	background-color: #1bac1b;
	border: none;
}

.gallery-link {
	text-align: right;
	margin: 0;
}
.gallery-link > a:focus {
	border: none;
	outline: none;
}


.bottom {
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
}



.area-bg {
	opacity: 0.15;
	position: absolute;
	left: 0;
	top: 0;
	width: 180%;
	height: auto;
	margin-top: -90px;
	margin-left: -46px;
}

.area-content {
	position: relative;
}

.badge {
	margin-bottom: 10px;
	min-width: 20px;
}

.stat1 {
	text-shadow: none;
	color: #1bac1b;
	background-color: #a6e463;
	padding-left: 20px;
	padding-right: 20px;
	height: 32px;
}

.stat2 {
	text-shadow: none;
	background-color: #02b502;
}
.bootstrap-select .bs-caret {
    display: none;
}
.modal-header {
	border-bottom: 1px solid #a6e463;
}

.card {
	background-color: transparent;
	border: none;
}
.card-body {
	background-color: #02b502;
}
.card-text {
	color: #a6e463;
}
.card-shadow {
	box-shadow: 0px 0px 7px #444444;
}
.badge-shadow {
	box-shadow: 0px 0px 3px #444444;
}
.card-footer {
	background-color: #02b502;
	border-top: none;
}
.card-header {
	background-color: #02b502;
	border-bottom: none;
}
.img-item {
    position:relative;
    padding-top:0px;
    display:inline-block;
}
.notify-badge{
    position: absolute;
    right:-20px;
    top:-10px;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding: 5px 10px 3px 10px;
    font-size:24px;
}
.red {
	background-color: red;
}
.green {
	background-color: green;
}
.notify {
	border-radius: 30px 30px 30px 30px;
	color: white;
	padding: 2px 6px 0px 4px;
	font-size: 24px;
}
