body {margin: 0; padding: 0; overflow-x: hidden; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; line-height: 30px; color: #080808; font-weight: 300;}
img, div, p, ul, li, h1, h2, h3, h4, h5, h6, input, textarea, select, span, form, fieldset, em, small, a {margin: 0; padding: 0; line-height: 30px; display: block; border: 0; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; line-height: 30px; color: #080808; font-weight: 300;}
ul li {list-style-type: none;}
a {text-decoration: none;}
a:hover {text-decoration: none;}

p {
	display: block;
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	color: #df1026;
	font-size: 65px;
	line-height: 55px;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 20px;
}

.btn
{
	border: 3px solid #df1026;
	display: inline-block;
	padding: 5px 20px;
	color: #df1026;
	font-weight: 600;
	transition: all 0.2s;
	cursor: pointer;
}

.btn:hover {
	background: #df1026;
	color: #fff;
}

.btn:after {
	content: '';
	display: inline-block;
	height: 2px;
	width: 50px;
	background: #df1026;
	border: 0;
	position: absolute;
	margin-top: 15px;
	margin-left: 10px;
	transition: all 0.2s;
}

.btn:hover:after {
	width: 0px;
}

.wrap {
	max-width: 1400px;
	margin: auto;
}

.top {
	position: fixed;
	background: none;
	max-width: 1400px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 9999;
}

.top:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background: url('../images/white.png') repeat;
	width: 749px;
	height: 173px;
	right: -240px;
	top: 0;
}

.mode_social {
	float: right;
	margin-top: 8px;
	margin-bottom: 15px;
}

.mode_social li {
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
}

.mode_social li a {
	background: url('../images/sprites.png') no-repeat 0 0;
	width: 9px;
	height: 17px;
	transition: all 0.2s;
	text-indent: -9999px;
}

.mode_social li:nth-child(2) a {
	background-position: -47px -2px;
	width: 16px;
	height: 13px;
}

.mode_social li:nth-child(3) a {
	background-position: -97px -2px;
	width: 20px;
	height: 13px;
}

.mode_social li:nth-child(4) a {
	background-position: -152px -1px;
	width: 14px;
	height: 14px;
}

.mode_social li a:hover {
	background-position: 0 -20px;
}

.mode_social li:nth-child(2) a:hover {
	background-position: -47px -22px;
}

.mode_social li:nth-child(3) a:hover {
	background-position: -97px -22px;
}

.mode_social li:nth-child(4) a:hover {
	background-position: -152px -21px;
}

.mode_login {
	float: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 8px;
	margin-bottom: 0px;
}

.mode_login a {
	color: #df1026;
	font-size: 16px;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s;
}

.mode_login a:after {
	content: '';
	display: inline-block;
	background: url('../images/sprites.png') no-repeat -182px 0;
	width: 16px;
	height: 20px;
	margin-left: 10px;
	vertical-align: top;
	transition: all 0.2s;
}

.mode_login a:hover {
	color: #3A3A3A;
}

.mode_login a:hover:after {
	background-position: -182px -23px;
}

.mode_menu {
	max-width: 1400px;
	display: block;
	clear: both;
	background: none;
}

.mode_menu ul {
	text-align: center;
	display: table;
	width: 99%;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	background: #fff;
	-webkit-box-shadow: 0px 18px 61px -29px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 18px 61px -29px rgba(0,0,0,0.75);
	box-shadow: 0px 18px 61px -29px rgba(0,0,0,0.75);
}

.mode_menu ul li {
	display: table-cell;
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.mode_menu ul li ul {
	display: none;
}

.mode_menu ul li a {
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	color: #3A3A3A;
	font-size: 24px;
	line-height: 84px;
	text-transform: uppercase;
	height: 80px;
	display: inline-block;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 4px solid #fff;
	transition: all 0.2s;
	box-sizing: border-box;
	border-spacing: 0;
	border-collapse: collapse;
}

.mode_menu ul li a:hover,
.mode_menu ul li.active a
{
	border-bottom: 4px solid #DF1026;
	color: #DF1026;
}

.mode_menu ul li.active.item-101 a {
	border: 0;
}

.mode_menu ul .item-101 {
	width: 148px;
}

.mode_menu ul .item-101 {
	position: absolute;
	left: 0;
	right: 0;
	width: 148px;
	height: 173px;
	margin: auto;
	margin-top: -80px;
	transition: all 0.2s;
}

.mode_menu ul .item-101:hover {
	margin-top: -75px;
}

.mode_menu ul .item-101 a {
	text-indent: -9999px;
	background: url('../images/sprites.png') no-repeat 0 -50px;
	width: 148px;
	height: 173px;
	border: 0;
	margin-left: -2px;
	-webkit-box-shadow: 0px -19px 61px -44px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -19px 61px -44px rgba(0,0,0,0.75);
	box-shadow: 0px -19px 61px -44px rgba(0,0,0,0.75);
}

.mode_menu ul .item-101 a:hover {
	border: 0;
}

.clear {
	clear: both;
}

.mode_video {
	height: 1115px;
	max-height: 1115px;
	width: 100%;
	background: url('../images/video.jpg') no-repeat 0px 0px;
}

.mode_video .wrap div {
	width: 650px;
	min-height: 286px;
	background: url('../images/videob.png') no-repeat 0px 0px;
	display: block;
	text-align: left;
	color: #fff;
	padding: 70px 0px 0px 100px;
	box-sizing: border-box;
	margin-top: 20%;
	float: right;
}

.mode_video div h1,
.mode_video div h2,
.mode_video div h3 {
	color: #fff;
}

.mode_video div h1 {
	font-size: 110px;
	font-weight: 500;
	margin-bottom: 5px;
}

.mode_video div h2 {
	font-size: 65px;
	font-weight: 500;
}

.mode_video div h3 {
	font-size: 65px;
	font-weight: 300;
}

.mode_video a:before {
	content: '';
	display: inline-block;
	background: url('../images/sprites.png') no-repeat -159px -50px;
	width: 81px;
	height: 89px;
	margin-right: 20px;
	vertical-align: middle;
	transition: all 0.2s;
}

.mode_video a {
	margin-top: 80px;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	height: 89px;
	transition: all 0.2s;
}

.mode_video a:hover {
	color: #DB1229;
}

.mode_video a:hover:before {
	background-position: -159px -146px;
}


#page_101 .mode_welcome {
	margin-top: 80px;
	margin-bottom: 200px;
}

.mode_welcome .wrap div {
	width: 50%;
	text-align: right;
}

.mode_welcome:after {
	content: '';
	width: 984px;
	height: 733px;
	margin-top: -1000px;
	display: block;
	background: url('../images/welcome.png') no-repeat 0px 0px;
	position: absolute;
	right: 0;
	z-index: -99;
}

#page_108 .mode_welcome:after {
	margin-top: -520px;
}

.mode_news h3 {
	text-align: center;
	color: #3a3a3a;
	font-size: 65px;
}

.mode_news {
	padding-top: 0px;
	padding-bottom: 0px;
}

.mode_news.wyniki.powiazane {
	background: none;
}

.mode_news .items,
.blog,
.blog .items-row
{
	display: inline-block;
	text-align: center;
	width: 100%;
}

.mode_news ul {
	padding-top: 40px;
}

.item {
	text-align: left;
	min-width: 340px;
	min-height: 320px;
	width: 20%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 30px 60px;
	-webkit-box-shadow: -3px 2px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 2px 2px 1px rgba(0,0,0,0.1);
	box-shadow: -3px 2px 2px 1px rgba(0,0,0,0.1);
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	background: #e7ecef;
}

.mode_news .wrap {
	max-width: 90%;
}

.mode_news h3 {
	margin-bottom: 10px;
}

.item h2 {
	font-size: 30px;
	line-height: 32px;
	text-transform: none;
	margin: 15px 0px 10px 0px;
}

.item p {
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}

.item time {
	color: #969a9e;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.item dt {
	color: #969a9e;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.mode_news #prevBtn,
.mode_news #nextBtn {
	display: none;
}

.mode_news #controls {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: auto;
	padding: 0;
}

.mode_news #controls li {
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}

.mode_news #controls li a {
	background: url('../images/sprites.png') no-repeat -278px -29px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.2s;
}

.mode_news #controls li.current a {
	background: url('../images/sprites.png') no-repeat -278px -3px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.mode_news #controls li a span {
	display: none;
}

.item .autor,
.item .readmore
{
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}

.item .autor,
.component .wrap .item .autor
{
	text-align: right;
	float: right;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #72777a;
}

.item .autor label,
.item .autor span
{
	display: block;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #72777a;
}

.item .autor span {
	font-weight: 500;
}

.item .more {
	font-weight: 600;
	font-size: 18px;
	padding: 2px 10px;
	border: 2px solid #e7ecef;
	box-sizing: border-box;
	margin-left: -10px;
	transition: all 0.2s;
}

.item .moree:after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 20px;
	background: #df1026;
	border: 0;
	position: absolute;
	margin-top: 15px;
	margin-left: 10px;
	transition: all 0.2s;
}

.item .more:hover {
	border: 2px solid #df1026;
}

.item .more:hover:after {
	width: 0px;
}

.mode_why {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.mode_why .wrap,
.gray .wrap
{
	background: #D1D6DA;
	width: 100%;
	max-width: 100%;
}

.mode_why p {
	max-width: 80%;
	margin: auto;
	margin-bottom: 40px;
}

.mode_why .wrap div {
	max-width: 1400px;
	margin: auto;
}



.mode_why:before,
.gray:before
{
	content: '';
	display: block;
	width: 100%;
	height: 131px;
	background: url('../images/whyt.png') repeat-x;
}

.mode_why:after,
.gray:after
{
	content: '';
	display: block;
	width: 100%;
	height: 112px;
	background: url('../images/whyb.png') repeat-x;
}

.mode_why h3 {
	color: #080808;
	text-align: center;
}

.mode_why ul {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.mode_why ul li {
	max-width: 350px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 28px;
	padding: 0px 0px;
	box-sizing: border-box;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.mode_why ul li strong {
	color: #df1026;
	font-weight: 700;
}


.mode_why ul li:before {
	content: '';
	width: 329px;
	height: 192px;
	display: block;
	background: url('../images/why1.png') no-repeat 0px 0px;
	margin-bottom: 10px;
}

.mode_why ul li:nth-child(2):before { background: url('../images/why2.png') no-repeat 0px 0px;}
.mode_why ul li:nth-child(3):before { background: url('../images/why3.png') no-repeat 0px 0px;}
.mode_why ul li:nth-child(4):before { background: url('../images/why4.png') no-repeat 0px 0px;}
.mode_why ul li:nth-child(5):before { background: url('../images/why5.png') no-repeat 0px 0px;}

.mode_why h4 {
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	color: #080808;
	margin-right: 30px;
}

.mode_next {
	text-align: center;
}

.mode_next h3 {
	text-align: center;
}

.mode_next h4,
.mode_book.register h4
{
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	color: #080808;
	margin-left: 50px;
	text-transform: none;
	margin-top: 50px;
}

.mode_next h4:after,
.mode_book.register h4:after
{
	content: '';
	background: url('../images/sprites.png') no-repeat -280px -115px;
	width: 21px;
	height: 22px;
	display: inline-block;
	margin-left: 20px;
	line-height: 50px;
	margin-bottom: -3px;
}

.mode_next .counter {
	margin: 50px 0px;
}

.mode_next .itemn {
	border: 3px solid #f5b7bd;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	text-align: left;
	border-top: 0;
	transition: all 0.2s;
	max-width: 1400px;
	margin: auto;
}

.mode_next .itemn:hover {
	border-color: #df1026;
}

.mode_next .itemn:nth-child(3) {
	border: 3px solid #df1026;
}

.mode_next .itemn p {
	width: 12%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.mode_next .itemn p strong {
	clear: both;
	display: block;
	font-weight: 700;
}

.mode_next .itemn p:first-child {
	width: 60%;
}

.mode_next .itemn p:last-child {
  float: right;
}

.mode_next .itemn p .btn {
  margin-top: 5px;
}

.mode_local {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mode_local:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	background: url('../images/whites.png') no-repeat 0px 0px;
	margin-top: -50px;
	z-index: 999;
}

.mode_local:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 192px;
	background: url('../images/whitesb.png') no-repeat 0px 0px;
	margin-top: -150px;
	z-index: 0;
}

.mode_local .map,
.mode_local #mapa
{
	width: 100%;
	height: 800px;
}

#page_109 .mode_local .map,
#page_109 .mode_local #mapa
{
	width: 100%;
	height: 1000px;
}

#page_109 .mode_local .box {
	margin-top: -800px;
}

.mode_local #mapa {
	z-index: 0;
}

.mode_local .box {
	width: 661px;
	height: 570px;
	background: url('../images/local.png') no-repeat 0px 0px;
	color: #fff;
	padding: 70px 150px 70px 100px;
	box-sizing: border-box;
	float: right;
	margin-right: 100px;
	margin-top: -700px;
	z-index: 999;
	position: relative;
}

.mode_local .box h3 {
	color: #fff;
}

.mode_local .box p {
	color: #fff;
}

.mode_local img {
	display: inline-block;
	margin-left: 15px;
}

.mode_special {
	width: 100%;
	min-height: 928px;
	background: url('../images/spec1.png') repeat-x top -40px center;
}

.mode_special .wrap div {
	width: 50%;
	text-align: right;
	color: #fff;
	padding-top: 100px;
	box-sizing: border-box;
}

.mode_special .btn {
	color: #fff;
}

.mode_special .btn:after {
	display: none;
}

.mode_special h3 {
	text-align: center;
	color: #080808;
}

.mode_special .wrap div h2 {
	color: #fff;
	font-size: 40px;
}

.mode_special .wrap div p {
	color: #fff;
}


.mode_special #prevBtn_2,
.mode_special #nextBtn_2 {
	display: none;
}

.mode_special #controls_2 {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: auto;
	padding: 0;
}

.mode_special #controls_2 li {
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}

.mode_special #controls_2 li a {
	background: url('../images/sprites.png') no-repeat -278px -29px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.2s;
}

.mode_special #controls_2 li.current a {
	background: url('../images/sprites.png') no-repeat -278px -3px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.mode_special #controls_2 li a span {
	display: none;
}


.mode_book {
	text-align: center;
}

.mode_book form {
	text-align: center;
	max-width: 1400px;
	margin: auto;
	margin-bottom: 50px;
}

.mode_book form .btn {
	clear: both;
	display: block;
	cursor: pointer;
	background: #DF1025;
	color: #fff;
	margin: auto;
	margin-top: 20px;
}

.mode_book form .btn:hover {
	background: #fff;
	color: #DF1025;
}

.mode_book form .inputbox {
	display: inline-block;
	width: 22%;
	vertical-align: top;
	border: 3px solid #df1026;
	line-height: 50px;
	height: 50px;
	padding: 0px 20px;
	box-sizing: border-box;
	margin-left: 5px;
	margin-right: 5px;
}

.mode_book .down p {
	margin: 0;
	font-size: 30px;
}

.mode_book h5 {
	color: #fff;
	text-transform: uppercase;
	background: url('../images/tail.png') no-repeat center center;
	display: inline-block;
	text-align: center;
	font-size: 35px;
	padding: 10px 80px 5px 80px;
	clear: both;
}

.mode_book h5:after {
	content: '';
	display: inline-block;
	background: url('../images/sprites.png') no-repeat -14px -268px;
	width: 30px;
	height: 33px;
	margin-left: 20px;
	margin-bottom: -10px;
}

footer {
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #d1d6da url('../images/footer.png') repeat-x top center;
}

footer ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
}

footer ul li a {
	font-size: 16px;
	color: #3b3b3b;
	transition: all 0.2s;
}

footer ul li a:hover,
footer ul li.active a
{
	color: #DF1026;
}

.mode_ftrmenu {
	display: block;
	max-width: 50%;
	float: left;
}

.mode_ftrmenu2 {
	display: block;
	max-width: 50%;
	float: left;
	clear: left;

}

.mode_ftrmenu a {
	font-weight: 700;
}

.mode_newsletter {
	float: right;
	clear: right;
	margin-top: -30px;
}

.mode_newsletter form {
	border: 2px solid #3a3a3a
}

.mode_newsletter .inputbox {
	display: inline-block;
	background: none;
	font-size: 16px;
	color: #080808;
	height: 40px;
	line-height: 40px;
	padding: 0px 30px;
	min-width: 300px;
}

.mode_newsletter .submit {
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #df1026;
	padding: 0px 30px;
	font-weight: 500;
	cursor: pointer;
}

.mode_newsletter .submit:hover {
	background: #3a3a3a;
}

footer .mode_social {
	clear: right;
}

div#clock {
	color: white;
	margin: 50px auto;
	max-width: 1400px;
	overflow: hidden;
	text-align: center;

}
div#clock p {
	display: inline-block;
	background: #333;
	height: 88px;
	width: 88px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 11px 16px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 11px 16px -10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 11px 16px -10px rgba(0,0,0,0.75);
}
div#clock p span {
	display: block;
	font-size: 50px;
	font-weight: bold;
	padding: 15px 0 0;
	color: #fff;
	margin-bottom: 8px;
	vertical-align: middle;
}
div#clock div.space {
	color: #DF1025;
	display: inline-block;
	line-height: 30px;
	font-size: 50px;
	height: 60px;
	width: 30px;
	vertical-align: middle;
}

#cookies{width:100%;background:#DF0F25;height:54px;text-align:center; display: none; position: fixed; bottom: 0; z-index: 9999999;}
.cookies_in{opacity:1; color:#fff; width:900px;padding-left:50px;position:relative; height:54px; background:url(../images/cookies_w.png) no-repeat 0 9px;margin:auto;text-align:left;font-size:13px;line-height:54px;}
#cookie_x{display:block;width:31px;height:30px;position:absolute;right:0;top:12px;cursor:pointer;background:url(../images/cookie_x.png) no-repeat;}

.scrollup {
    width:34px;
    height:114px;
    opacity:0.5;
    position:fixed;
    bottom:50px;
    display:none;
	right: 20px;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
	transition: all 0.2s;
	z-index: 9999;
}

.scrollup:hover {
	opacity:1;
}

/* START Rozwijane menu */

.mode_menu ul li.deeper.item-109 {
	color: #fff;
	background: #DF0F25;
}

.mode_menu ul li.deeper.item-109 a {
	color: #fff;
	border-color: #DF0F25;
}

.mode_menu ul li ul
{
	padding-bottom: 10px;
}

.mode_menu ul li.deeper:hover ul {
	display: none;
}

.mode_menu ul li.deeper.item-109:hover ul {
	display: block;
}

.mode_menu ul li.deeper a:after {
	content: '';
	display: inline-block;
	background: url('../images/sprites.png') no-repeat -213px -7px;
	width: 12px;
	height: 7px;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	transition: all 0.2s;
	display: none;
}

.mode_menu ul li.deeper.item-109 a:after {
	display: inline-block;
}

.mode_menu ul li.deeper a:hover:after {
	background: url('../images/sprites.png') no-repeat -213px -28px;
}

.mode_menu ul li.deeper.item-109 ul li a:after {
	display: none;
}

.mode_menu ul li ul {
	position: absolute;
	width: auto;
	min-width: 154px;
	background: #bf1526;
	margin: 0px 0px 0px 0px;
	z-index: 99999;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mode_menu ul li ul li
{
	padding: 0;
	background: none;
	color: #4b4b4b;
	font-size: 14px;
	padding-bottom: 5px;
	margin: 5px 10px 0px 10px;
	border-bottom: 1px solid #e6e6e6;
	float: none;
	clear: both;
	border: 0;
	display: block;
}

.mode_menu ul li ul li a,
.mode_menu ul .active ul li a,
.mode_menu ul li ul li a:hover,
.mode_menu ul .active ul li a:hover
{
	padding: 0;
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	border: 0;
	font-size: 24px;
	line-height: 30px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mode_menu ul li ul li a:hover,
.mode_menu ul .active ul li a:hover {
	text-decoration: underline;
}

.mode_menu ul li.active ul li.active a {
	text-decoration: underline;
}
/* KONIEC Rozwijane menu */

/* Message */
.alert {
	background: #DF0F25;
	padding: 10px;
	color: #fff;
}

#system-message-container .close {
	display: none;
}

.alert p,
.alert div {
	color: #fff;
}

.mode_banner {
	height: 815px;
	max-height: 815px;
	width: 100%;
	background: #070707 url('../images/classes.jpg') no-repeat 0px 0px;
	background-position: center 0px;
	margin-bottom: 50px;
}

#page_107 .mode_banner { background-image: url('../images/gallery.jpg');}
#page_108 .mode_banner { background-image: url('../images/contact.jpg');}
#page_104 .mode_banner { background-image: url('../images/news.jpg');}
#page_105 .mode_banner { background-image: url('../images/joinus.jpg');}
#page_233 .mode_banner,
#page_229 .mode_banner,
#page_231 .mode_banner,
#page_230 .mode_banner { background-image: url('../images/profile.jpg');}
#page_105.subpage_142 .mode_banner { background-image: url('../images/join2.jpg');}

.mode_banner:after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 312px;
	background: url('../images/banner.png') no-repeat 0px 0px;
	margin-top: 0px;
	z-index: 1;
}

.mode_banner div h1,
.mode_banner div h2,
.mode_banner div h3 {
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 25%;
	transition: all 0.2s;
}



.mode_banner div h1 {
	font-size: 110px;
	font-weight: 500;
	margin-bottom: 5px;
}

.mode_banner div h2 {
	font-size: 65px;
	font-weight: 500;
}

.mode_banner div h3 {
	font-size: 65px;
	font-weight: 500;
}

.mode_banner div h3:after {
	content: '';
	display: block;
	width: 307px;
	height: 9px;
	background: url('../images/h3p.png') no-repeat 0px 0px;
	margin: auto;
	margin-top: 10px;
	z-index: 999;
}

.mode_banner img {
	margin: auto;
	margin-top: 50px;
}

#page_102 .mode_welcome {
	margin-bottom: 100px;
}

#page_102 .mode_welcome:after {
	display: none;
}

#page_102 .mode_welcome .wrap div {
	width: 60%;
	text-align: center;
	margin: auto;
}

.mode_instr h3 {
	text-align: center;
	color: #080808;
	margin-bottom: -20px;
}

.mode_instr h2 {
	text-align: left;
	font-size: 40px;
}

.mode_instr .img,
.mode_instr .desc {
	display: inline-block;
	max-width: 50%;
	vertical-align: middle;
	box-sizing: border-box;
}

.mode_instr .desc {
	padding-left: 25px;
	padding-right: 25px;
}

.mode_instr .btn {
	margin-top: 30px;
}

.mode_instr ul li,
.mode ul li,
.item-page ul li,
.mode_welcome ul li
{
	padding-left: 40px;
	background: url('../images/check.png') no-repeat 0px 2px;
	margin-bottom: 20px;
	text-align: left;
	padding-right: 0px;
	box-sizing: border-box;
	margin-left: 50px;
}

.mode_welcome ul {
  margin: 50px 0px;
}

.mode_welcome ul li {
  margin-left: 0px;
}

.mode_instr .others {
	text-align: center;
}

.mode_instr .others h2 {
	text-align: center;
}

.mode_instr .others .it {
	max-width: 33%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.mode_instr .others .img,
.mode_instr .others .desc {
	display: block;
	text-align: center;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mode_instr .others .img img {
	margin: auto;
	margin-bottom: 20px;
}

.mode_instr .others .desc .btn {
	margin: auto;
	clear: both;
	display: block;
	margin-top: 30px;
	max-width: 90px;
}

.mode_banner.team {
	background-image: url('../images/team.jpg');
}

.item-page {
	max-width: 1400px;
	margin: auto;
	margin-top: 50px;
}

.item-page h1,
.item-page h2
{
	text-align: center;
}

.inline {
	display: inline-block;
}

#page_102 .item-page img.inline {
	vertical-align: middle;
}

#page_102 .item-page div.inline {
	max-width: 40%;
	vertical-align: middle;
}

#page_102 .item-page div.inline .btn {
	margin-top: 30px;
}

.mode_instr.others {
	margin-top: 50px;
}

.mode_instr.others h3 {
	margin-bottom: 10px;
}

.others a img,
.mode_instr a img,
.sigplus-gallery a img
{
	transition: all 0.5s;
}

.item-page .sigplus-gallery a img {
	border: 2px solid #fff !important;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.item-page .sigplus-gallery a img:hover {
	border: 2px solid #DF0F25 !important;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.others a img:hover,
.mode_instr a img:hover
{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.mode_achiev {
	margin-top: 150px;
	margin-bottom: 150px;
	text-align: center;
}

.mode_achiev h3 {
	text-align: center;
}

.mode_achiev h2 {
	text-align: left;
	font-size: 30px;
	font-weight: 500;
	color: #080808;
}

.mode_achiev .img {
	width: 250px;
	max-width: 250px;
	display: inline-block;
	vertical-align: middle;
}

.mode_achiev .img img {
	max-width: 250px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.mode_achiev .desc {
	width: auto;
	max-width: 1000px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.mode_achiev .desc p {
	display: block;
}

.mode_achiev .ite {
	margin-bottom: 20px;
	display: block;
}

.mode_members {
	margin-top: 100px;
	margin-bottom: 250px;
}

.mode_members h3 {
	text-align: center;
	color: #080808;
}

.mode_members .area {
	background: #d1d6da;
	text-align: center;
	z-index: 999;
	position: relative;
}

.mode_members .area ul {
	margin-top: -120px;
	z-index: 99;
	position: relative;
}

.mode_members .img {
	width: 574px;
	height: 774px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	position: relative;
	z-index: 999;
}

.mode_members .desc {
	width: auto;
	max-width: 700px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 28px;
	line-height: 38px;
	font-style: italic;
}

.mode_members .desc:before {
	content: '';
	display: block;
	background: url('../images/sprites.png') no-repeat -96px -263px;
	width: 64px;
	height: 58px;
	position: relative;
	z-index: 99;
	margin-bottom: 20px;
}

.mode_members .desc p {
	font-size: 25px;
	line-height: 35px;
	font-style: italic;
	color: #3a3a3a;
}

.mode_members .area:before {
	content: '';
	display: block;
	background: url('../images/mtop.jpg') no-repeat 0px 0px;
	width: 100%;
	height: 184px;
	position: relative;
	z-index: 99;
	margin-top: -60px;
}

.mode_members .area:after {
	content: '';
	display: block;
	background: url('../images/mbot.png') no-repeat 0px 0px;
	width: 100%;
	height: 162px;
	position: relative;
	z-index: 99;
	margin-top: -100px;
}

.mode_members .desc h4
{
	font-size: 30px;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
	margin: 0;
}

.mode_members .desc span
{
	font-size: 18px;
	font-style: normal;
	text-transform: none;
}


.mode_members #prevBtn_3,
.mode_members #nextBtn_3 {
	display: none;
}

.mode_members #controls_3 {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	padding: 0;
	position: relative;
	margin-top: -200px;
	z-index: 9999;
}

.mode_members #controls_3 li {
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}

.mode_members #controls_3 li a {
	background: url('../images/sprites.png') no-repeat -278px -29px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.2s;
}

.mode_members #controls_3 li.current a {
	background: url('../images/sprites.png') no-repeat -278px -3px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.mode_members #controls_3 li a span {
	display: none;
}


.subpage_122 .mode_banner {
	background-image: url('../images/city-college-coventry.jpg');
}

.center {
	text-align: center;
}

#page_109 .mode_next {
	margin-top: 50px;
	margin-bottom: 50px;
}

#page_109 .item-page {
	text-align: center;
}

#page_109 .item-page ul,
.mode ul
{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-top: 50px;
	margin-bottom: 20px;
}

#page_109 .item-page .sigplus-gallery ul,
.sigplus-gallery .item-page ul
{
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}

#page_109 .mode_local {
	margin-top: 50px;
	margin-bottom: 40px;
}

.mode {
	margin-bottom: 100px;
	z-index: 99;
	position: relative;
}

.mode h4 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 10px;
	text-transform: none;
	font-family: 'Roboto Condensed', sans-serif;
}

.mode.black h3 {
	color: #080808
}

#page_106 .mode_banner {
	background-image: url('../images/professional.jpg');
}

#page_106.subpage_128 .mode_banner {
	background-image: url('../images/military.jpg');
}

#page_106.subpage_129 .mode_banner {
	background-image: url('../images/police.jpg');
}

.mode_special.training h3 {
	color: #df1026;
}

.mode_special.training {
	background: url('../images/training1.png') repeat-x top 0px center;
}

.mode_special.training .wrap div {
	margin-bottom: 20px;
}

#page_106 .item-page {
	margin: auto;
	margin-bottom: 0px;
}

.item-page {
	text-align: center;
	max-width: 1400px;
	margin: auto;
}

.item-page .page-header {
	margin-bottom:  20px;
}

.item-page h4 {
	color: #3a3a3a;
	font-size: 40px;
	line-height: 40px;
}

.item-page img {
	margin: auto;
}

.mode_enq {
	margin-bottom: 50px;
}

.center form {
	max-width: 1400px;
	margin: auto;
}

.center form .btn {
	background: none;
}

.center form .btn:hover {
	background: #DF0F25;
}

.center form p {
	width: 33%;
	display: inline-block;
}

.center form p.clear {
	display: block;
	width: 100%;
	clear: both;
}

.center form .inputbox,
.center form .textarea,
.center form .select {
	border: 2px solid #df1026;
	width: 95%;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #080808;
	padding: 10px 10px;
	box-sizing: border-box;
	background: none;
	font-weight: 500;
}

.center form p.clear .inputbox,
.center form p.clear .textarea,
.center form p.clear .select
{
	width: 98%;
}

.center form .textarea {
	max-height: 300px;
	min-height: 150px;
	max-width: 98%;
	min-width: 98%;
}

.item-page h5 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: none;
	font-weight: 100;
	font-size: 40px;
	line-height: 45px;
}

ul.gallery {
	width: 100%;
	margin: 50px auto;
}

ul.gallery li
{
	background: url('../images/uncheck.png') no-repeat 0px 2px;
	display: inline-block;
	cursor: pointer;
}

ul.gallery li a:hover {
	color: #DF0F25;
}

ul.gallery li:first-child {
	cursor: default;
}

ul.gallery li.active a {
	color: #DF0F25;
	font-weight: bold;
}

ul.gallery li.active
{
	background: url('../images/check.png') no-repeat 0px 2px;
}

ul.gallery li:first-child
{
	background: none;
	padding: 0;
	margin-left: 0px;
}

.item.videos:before {
	content: '';
	background: url('../images/video.png') no-repeat 0px 0px;
	width: 34px;
	height: 23px;
	display: block;
	position: absolute;
	margin: 10px 10px;
}

#page_107 .item {
	padding: 0;
}

#page_107 .item a:hover {
	margin: auto;
	width: 600px;
	height: 400px;
}

#page_107 .item a img {
	width: 600px;
	height: 400px;
	transition: all 0.2s;
}


#page_107 .item a:hover img {
	margin-left: -260px;
}

.mode_instr.team {
	margin-top: 150px;
}

.mode_instr.team .others .img img {
	margin: auto;
	margin-bottom: auto;
	margin-bottom: 20px;
	max-width: 340px;
	max-height: 440px;
	min-width: 340px;
	min-height: 440px;
}

.mode_instr.team a,
.mode_instr.team strong
{
	font-weight: 300;
	clear: both;
	display: block;
	color: #080808;
	font-style: italic;
}



.mode_instr.team h4 {
	font-size: 55px;
	line-height: 55px;
	color: #080808;
	font-weight: 300;
}

.mode_instr.team .it {
	max-width: 20%;
	min-width: 20%;
	width: 20%;
}

.mode_instr.team .desc {
	padding: 0;
	max-width: 95%;
	min-width: 95%;
	width: 95%;
	margin: auto;
}

.mode_instr.team a {
	transition: all 0.2s;
}

.mode_instr.team a:hover {
	color: #DF0F25
}

.mode_book.gray {
	margin-top: 50px;
}

.mode_book.gray h4 {
	font-weight: 300;
	margin: 30px auto;
	color: #080808;
	font-size: 60px;
}

.mode_book.gray .inputbox {
	background: none;
}

.mode_book.gray .textarea {
	margin-top: 20px;
	width: 91%;
	min-width: 91%;
	max-width: 91%;
	min-height: 100px;
	max-height: 200px;
	height: 100px;
}

.mode_book.gray:after {
	margin-top: 0px;
}

.mode_book.gray form {
	margin-bottom: 0px;
}

#page_108 .mode_local {
	margin-top: 50px;
	margin-bottom: 0px;
}

#page_108 footer {
	margin-top: 40px;
}

.item-page h1,
.item-page h2,
.item-page h3,
.item-page h4,
.item-page h5,
.item-page h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.item-page h1 {font-size: 60px; line-height: 70px;}
.item-page h2 {font-size: 50px; line-height: 60px;}
.item-page h3 {font-size: 40px; line-height: 50px;}
.item-page h4 {font-size: 30px; line-height: 40px; color: #3a3a3a; text-transform: none; font-family: 'Roboto Condensed', sans-serif;}
.item-page h5 {font-size: 25px; line-height: 35px; color: #3a3a3a; text-transform: none; font-family: 'Roboto Condensed', sans-serif;}
.item-page h6 {font-size: 20px; line-height: 30px; color: #3a3a3a; text-transform: none; font-family: 'Roboto Condensed', sans-serif;}

#page_104 .item-page ul {
	width: 100%;
	margin: auto;
	text-align: center;
}

#page_104 .item-page ul li
{
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#page_104 .item-page ul li:before {
	content: '';
	width: 26px;
	height: 29px;
	background: url('../images/check.png') no-repeat 0px 2px;
	display:block;
	margin: auto;
	margin-bottom: 5px;
}

.item-page table tr th {
	border: 1px solid #fff;
	background: #DF0F25;
	color: #fff;
	padding: 10px;
}

.item-page table tr td {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

.item-page table tr:nth-child(2n) td {
	 background: #f7f7f7;
}

.item-page table tr td:hover {
	background: #fff;
}

.item-page dd,
.item-page dd span
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.item-page .icon-calendar {
	display: none;
}

.item-page dd span,
.item-page dd time
{
	color: #DF0F25;
	font-weight: 500;
	border-right: 1px solid #DF0F25;
	margin-right: 10px;
	padding-right: 10px;
}

.item-page dd time {
	border: 0;
}

.ul_news {
	padding: 0;
	width: 100%;
	text-align: center;
}

.ul_news li {
	padding-left: 40px;
	background: url('../images/check.png') no-repeat 0px 2px;
	margin-bottom: 20px;
	text-align: left;
	padding-right: 0px;
	box-sizing: border-box;
	margin-left: 50px;
}

.mode_membership,
.mode_howto,
.mode_register,
.mode_dis
{
	margin-top: 100px;
	text-align: center;
}

.mode_howto
{
	margin-top: 40px;
}

.mode_membership,
.mode_membership div p,
.mode_membership div,
.mode_membership h2,
.mode_membership li,
.mode_membership strong
{
	color: #fff;
	text-transform: none;
	line-height: auto;
	margin-bottom: 0px;
}

.mode_membership h4 {
	font-size: 34px;
	line-height: 40px;
	color: #080808;
	margin-top: 20px;
}

.mode_membership .left,
.mode_membership .dur
{
	max-width: 70%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10%;
}

.subpage_105 .trial.unlimited .dur {
  display: none;
}

.mode_membership .select {
	line-height: 30px;
	cursor: pointer;
	padding: 10px 10px;
	box-sizing: border-box;
	display: block;
	color: #DF0F25;
	font-weight: 500;
}

.mode_membership .dur
{
	max-width: 30%;
	vertical-align: middle;
	float: right;
	margin-top: 10%;
}

.mode_membership .wrap {
	max-width: 1000px;
}

.mode_membership .trial {
	min-height: 420px;
}

.mode_membership div p {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
}

.mode_membership div p strong {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
}

.mode_membership div ul {
	margin: 20px 0px;
}

.mode_membership div ul li {
	font-size: 18px;
	line-height: 25px;
}

.mode_membership .trial {
	background: url('../images/trial.png') repeat-x top center;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: left;
}

.mode_membership .unlimited {
	background: url('../images/unlimited.png') repeat-x top center;
}

.mode_membership .dur p {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mode_membership .dur p:first-child {
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #e6e6e6;
}

.mode_membership span.check {
	background: url('../images/sprites.png') no-repeat -202px -343px;
	width: 67px;
	height: 72px;
	display: block;
	cursor: pointer;
	transition: all 0.2s;
}

.mode_membership span.check.active {
	background: url('../images/sprites.png') no-repeat -277px -343px;
}

.mode_membership label {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 18px;
	display: block;
}

.mode_howto ol {
	text-align: left;
	margin: 0;
	margin-top: 50px;
	padding: 0;
}

.mode_howto ol li {
	margin-bottom: 10px;
	counter-increment: li;
}

.mode_howto ol li:before {
	content: counter(li);
	display: inline-block;
	background: url('../images/sprites.png') no-repeat -302px -290px;
	width: 36px;
	height: 38px;
	text-align: center;
	font-weight: 600;
	color: #DE0F25;
	margin-right: 10px;
}

.mode_howto .wrap {
	max-width: 900px;
}

.mode_book.register {
	text-align: center;
	margin-top: 50px;
}

.mode_book.register .wrap {
	max-width: 900px;
}

.mode_book.register p {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.mode_book.register p input,
.mode_book.register p select,
.mode_book.register p textarea
{
	width: 100%;
}

.mode_book.register .select {
	cursor: pointer;
}

.mode_book.register p .checkbox {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 6px 10px;
}

.mode_book.register p label {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

.mode_book.register p label strong {
	font-weight: 500;
}

.mode_dis table {
	text-align: left;
	margin: auto;
}

.mode_dis table tr td,
.mode_dis table tr th
{
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
}

.mode_dis table tr th {
	font-size: 30px;
	color: #e01b30;
	font-weight: 400;
}

#page_105 .mode_members,
.landing .mode_members
{
	margin-bottom: 50px;
}

#page_105 .mode_members .area:after,
.landing .mode_members .area:after
{
	display: none;
}

#page_105 footer,
.landing footer
{
	background: #D1D6DA;
}

.subpage_142 .kontakt_form {
	margin-top: 40px;
}

.subpage_142 .kontakt_form p.clear,
.subpage_142 .kontakt_form p.clear
{
	clear: both;
	display: block;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}

.subpage_142 .kontakt_form .textarea {
	height: 100px;
	min-height: 150px;
	max-height: 300px;
	max-width: 100%;
	min-width: 100%;
}

.mode_book.register .motivates h4
{
	color: #3a3a3a;
	font-size: 30px;
	line-height: 40px;
	margin-top: 60px;
}

.mode_book.register .motivates p,
.mode_book.register .motivates p input
{
	display: inline-block;
	width: auto;
	font-size: 20px;
	color: #df1026;
}

.mode_book.register .motivates p {
	margin-bottom: 10px;
}

.mode_book.register .motivates {
	max-width: 600px;
	margin: auto;
	margin-bottom: 40px;
}

.mode_book.register .motivates p label {
	font-size: 20px;
	color: #9e9e9e;
	font-weight: 600;
	margin-right: 30px;
	margin-left: 5px;
	cursor: pointer;
}

.mode_book.register .motivates p label:hover,
.mode_book.register .motivates p label.active
{
	color: #df1026;
}

.mode_book.register img {
	margin: auto;
}

.mode_book.register.tshirt h3 {
	color: #3a3a3a;
}

.mode.choose h4
{
	color: #3a3a3a;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.mode.choose ul {
	width: 35%;
}

#page_105 #sbox-content,
#sbox-window,
#sbox-window.shadow
{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sbox-overlay {
	background: #e6e6e6;
}

.popup {
	width: 1255px;
	height: 506px;
	background: url('/images/popup.png') no-repeat;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	font-weight: 300;
	font-family: 'Teko';
	padding: 0;
	padding-top: 110px;
	box-sizing: border-box;
	display: none;
}

#sbox-content .popup {
	display: block;
}

.popup p {
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	font-weight: 300;
	font-family: 'Teko';
	width: 65%;
	margin: auto;
	display: block;
	vertical-align: middle;
}

.popup .btn {
	border-color: #fff;
	color: #fff;
	margin-top: 30px;
}

.popup .btn:hover {
	background: #fff;
	color: #DF0F25;
}

.popup .btn:after {
	background: #fff;
}

#page_105 .kontakt_form p label,
.landing .mode_book.register p label
{
	display: block;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 10px;
}

#page_105.subpage_142 .kontakt_form .motivates p label,
#page_105 .kontakt_form p label.agree,
.landing.subpage_142 .kontakt_form .motivates p label,
.landing .kontakt_form p label.agree
{
	display: inline-block;
}

#page_105.subpage_142 footer,
.landing.subpage_142 footer
{
	margin-top: 0px;
}

#page_105.subpage_105 #system-message-container  {
	display: none;
}

.mode_banner {
	text-align: center;
}

.mode_banner p {
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-weight: 500;
}

.mode_banner .btn {
	margin: auto;
}

#page_105.subpage_143 footer {
	margin-top: 0px;
}

#page_105.subpage_143 .mode_banner {
	margin-bottom: 0px;
}

#page_105.subpage_143 .mode_banner:after {
	display: none;
}

#page_105.subpage_144 .top {
  position: static;
}

#page_105.subpage_144 .item-page {
  margin-top: 100px;
}

.show_callendar {
  margin-top: -80px;
}

.anchor {
  margin-top: -350px;
  position: absolute;
}

.container #calendar {
  margin: 50px auto;
}

.container #calendar h2 {
  font-size: 45px;
  line-height: 55px;
}

.container #calendar span.fc-title {
  color: #fff;
}

#sbox-content .item-page {
  padding: 20px;
}

.mode_book {
  padding-bottom: 30px;
}

.mode_book label,
.mode_enq label
{
  display: none;
}

.mode_instr .desc ul li {
  margin-left: 0px;
}

.invalid,
.inputbox.invalid,
.center form .invalid
{
	color: red;
	font-weight: bolder;
}

.mode_banner.other h3 {
  opacity: 0;
}

form#paypal_form .btn {
  background: #df1026;
  color: #fff;
}

form#paypal_form .btn:hover {
  background: none;
}

.mode_special {
  margin-top: 50px;
}

.mode_membership .unlimited .wrap {
    max-width: 1400px;
    text-align: center;
}

.mode_membership .unlimited .left {
  max-width: 47%;
  margin-left: 5%;
  margin-right: 5%;
  vertical-align: top;
  margin-top: 5%;
}

.mode_newsletter p,
.mode_newsletter span
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#page_105 form.kontakt_form {
  margin-top: 50px;
}

span.fc-title {color: #fff;}

.mode_dis {
    margin-top: 20px;
}

.copy a,
.copy
{
    font-size: 15px;
    line-height: 18px;
    color: #3b3b3b;
}

.copy a {
  display: inline-block;
  color: #DF1026;
}

.copy a:hover {
  text-decoration: underline;
}

.mode_newsletter div {
  display: inline-block;
}

.g-recaptcha, .g-recaptcha div:first-child {margin: auto;}

#page_105 .mode_book.register .kontakt_form .motivates p label,
.landing .mode_book.register .kontakt_form .motivates p label
 {
    display: inline-block;
}

#page_105 .mode_book.register p.clear,
.landing .mode_book.register p.clear
{
    clear: both;
    display: block;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.login,
.profile-edit
{
  max-width: 1200px;
  min-height: 600px;
  margin: auto;
}

.logout {
  max-width: 1200px;
  margin: auto;
}

.login:after,
.profile-edit:after
{
  content: '';
  width: 984px;
  height: 733px;
  margin-top: -460px;
  display: block;
  background: url('../images/welcome.png') no-repeat 0px 0px;
  position: absolute;
  right: 0;
  z-index: -99;
}

.profile-edit:after {
  margin-top: -750px;
}

.form-horizontal span.star,
.form-horizontal .btn:after,
#member-profile fieldset legend
{
  display: none;
}

span.optional {
  display: inline-block;
}

.form-horizontal input[type=text],
.form-horizontal input[type=email],
.form-horizontal input[type=password]
{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    vertical-align: top;
    border: 3px solid #df1026;
    line-height: 50px;
    height: 50px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 10px 0px 10px 0px;
}

.form-horizontal .btn {
    margin: 10px 0px 10px 0px;
    background: #DF1025;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.form-horizontal .btn span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.form-horizontal .btn:hover {
  background: #fff;
  color: #DF1025;
}

.form-horizontal .btn:hover span {
  color: #DF1025;
}

.login ul {
  margin-top: 20px;
}

.login ul li a {
  font-size: 18px;
}

.login ul li a:hover {
  color: #DF1025
}

.login .g-recaptcha, .login .g-recaptcha div:first-child {
    margin: 10px 0px 10px 0px;
}

.page-header,
.login-description
{
  margin-bottom: 20px;
}

.login-description a {
  display: inline-block;
  color: #DF1025
}

.login-description a:hover {
  text-decoration: underline;
}

.login form p {
  max-width: 750px;
}

.popover,
.item-page .icons,
.alert-heading
{
  display: none !important;
}

.mode_logout {
  max-width: 300px;
  float: right;
  display: inline-block;
  margin-right: 13px;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  padding-top: 11px;
}

.mode_logout div,
.mode_logout form
{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  color: #df1026;
}

.mode_logout form .btn {
  border: 2px solid #df1026;
  padding: 3px 10px;
  font-size: 18px;
  line-height: 20px;
  margin-top: -2px;
  margin-left: 5px;
}

body.loggedin .mode_login {
  margin-right: 10px;
}

.mode.user_menu {
  text-align: center;
}

.mode.user_menu h3,
.mode.user_menu ul
{
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
}

.mode.user_menu ul {
  padding-top: 7px;
}

.mode.user_menu ul li {
  display: inline-block;
}

.mode.user_menu ul li.active a,
.mode.user_menu ul li.current a,
.mode.user_menu ul li a:hover {
  color: #DF0F25;
  font-weight: 600;
}

.landing .mode.faq {
  margin-top: 100px;
}

.landing .mode.faq ul {
  width: 100%;
  max-width: 900px;
}

.landing .mode.faq ul li {
  margin-left: auto;
  margin-right: auto;
}


.stripe-button-el
{
	border: 3px solid #df1026 !important;
	display: inline-block !important;
	padding: 5px 20px !important;
	color: #df1026 !important;
	font-weight: 600 !important;
	transition: all 0.2s !important;
	cursor: pointer !important;
  background: #df1026 !important;
  color: #fff !important;
  border: 3px solid #df1026 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 01px !important;
  border-radius: 0px !important;
}

.stripe-button-el span {
  background: none !important;
  font-weight: 600 !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 20px !important;
  line-height: 30px !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
}

.stripe-button-el:hover {
	background: none !important;
	color: #fff !important;
}

label a {
  display: inline-block;
}

label a:hover {
  color: #DF1026;
}

/* Students licence */
#page_276.landing footer {
  margin-top: 0px;
}

.anchor.rl_sliders-scroll {
    margin-top: 0px;
    position: relative;
}

.login-image {display: none;}