BODY {
	min-height:100%;
	background-color: #f7a831;
	font-size: 16px; 
	line-height: 1.5;
	font-family: 'Poppins', Arial, sans-serif;
    color: #093e52;
	padding-bottom:0px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;		
}

IFRAME {
	max-width: 100%;
}

H1 { 
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px; 
	font-size: 22px; 
	font-weight: 600;
	line-height: 28px;
	text-align:left;
	text-transform: uppercase;
	color: #003e4d;
	clear:both;
}

#wwwpage h1 {
	padding-bottom: 50px;
}
	
H2 { 
}

H3{

}

HR { 
	margin:0px; 
	padding:0px; 
	border:0px;
	height:1px; 
	background-color: #cccccc; 
}

INPUT, SELECT { 
	vertical-align:middle; 
	border: 1px solid #cccccc; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding:6px;
}

TEXTAREA { 
	border: 1px solid #cccccc; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding:6px;	
}

INPUT:focus, INPUT:active, TEXTAREA:focus, TEXTAREA:active, SELECT:focus, SELECT:active {
	border:1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{ 
	cursor:pointer; 
	vertical-align:middle; 
	margin-bottom: 2px;
	margin-top: 2px; 
	border: 0px none;
	background: #275899; 
	border: 1px solid #275899; 	
	color: #ffffff; 
	padding:6px;	
	transition: all 0.2s ease-in-out;		
}

.bootstrap-select{
	width:100%;
}

INPUT[type="checkbox"].styled, INPUT[type="radio"].styled {
	margin:0px;
	margin-right:10px;
	border: 1px solid #275899; 
	width:15px;
	height:15px;	
   outline:0px none;
	padding:1px;
}

LABEL{
	font-weight:normal;
}

A { 
	color: #c91e58;
	text-decoration: none; 
	transition: all 0.2s ease-in-out;		
}

A:hover { 
	color: #8f113b;
	text-decoration: none; 
}

#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;	
}

#g_menu{
	max-width:100%;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

#menu1 {
	display:block;	
	margin:0px;
	padding:0px;
}

#menu1 LI {
	position: relative;
	white-space: nowrap;
}

#menu1 UL LI {
	width: 100%;
	white-space: normal;
	text-align:left;
}

#menu1 UL {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.2s ease-in-out;	
	-webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
	box-shadow: 3px 3px 14px rgba(0,0,0,.1);		
}

#menu1 > LI {
	float: left;
}

#menu1 UL UL {
	top: 0;
	left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI.sfHover > UL {
	display: block;
	opacity: 1;
	z-index:99;
	visibility: visible;	
}

#menu1 A {
	display: block;
	position: relative;
	text-decoration: none;	
}

#menu1 A.item1 {
	padding-left:20px;
	padding-right:20px;
	font-size:17px;
	font-weight: 600;
	text-transform:uppercase;	
	transition: all 0.2s ease-in-out;
	color: #093e52;
	background-color: #f7a831;
}

#menu1 > li:first-child a.item1 {
	padding-left: 0;
}

#menu1 > li:nth-child(2) a.item1 {
	padding-right: 450px;
}

#menu1 > li:last-child a.item1 {
	padding-right: 0;
}

#menu1 A.item1:hover,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1{
	color: #ffffff;
}

/*
.xactive #menu1 .sub A.item1::after {
    content: '\E9C1';
    display: block;
    float: right;
    margin-left: 10px;
    font-family: icomoon;
    width: 19px;
    height: 29px;
    text-align: center;
    color: #000000;
    display: none;
}*/

#menu1 A.item2 {
	color: #093e52;
	background: rgba(0,0,0,0);
	font-weight: 700;
	font-size:14px;
	text-align:left;	
	padding:10px;	
	/*border-bottom:1px solid #5fadeb;	
	border-top:0px none;*/
	transition: all 0.2s ease-in-out;	
}

#menu1 A.item2:hover {
	color:#ffffff;
	transition:none;
}

#mobnav-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	cursor: pointer;	
	width:23px;
	height:23px;
	z-index: 3000;
}

#mobnav-bt:hover {
	opacity:0.8
}

#mobnav-btn DIV{
	position: relative;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#mobnav-btn SPAN{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #093e52;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
  
#mobnav-btn span:nth-child(1) {
	top: 0px;
}
  
#mobnav-btn span:nth-child(2) {
	width: 75%;
	top: 8px;
	right: 0;
}
  
#mobnav-btn span:nth-child(3) {
	top: 16px;
}
 
.xactive #mobnav-btn span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
  
.xactive #mobnav-btn span:nth-child(2) {
	  display: none;
}
  
.xactive #mobnav-btn span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

#d_menu{
	clear:both;
	background:#f1f1f1;
}

#d_menu UL{
	list-style-type:none;
	display:table;
	padding:0px;
	margin:auto;	
}

#d_menu LI{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
}

#d_menu A{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	color:#424242;
}

#d_menu A:hover{
	color:#000000;
}

#top0 {
	width: 1600px;
	max-width: 100%;
	margin: auto;
	padding: 25px 50px;
}

#top1 {
	max-width: 372px;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1000;
}

#top1_1 {
	position: relative;
	z-index: 2;
}

#top1_2 {
	position: absolute;
	bottom: -27px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

#top2 {
	width: 100%;
	clear:both;
	background-color: rgba(0,0,0,0);
}

MAIN{
	background-color: #f7a831;
}

#maincontent2{
	width: 1600px;
	max-width: 100%;
	margin:auto;
	text-align:left;
	background-color: #f7a831;
}

#maincontent3{
	padding: 0 70px 70px;
}

#wwwpage #maincontent3 {
	padding-top: 70px;
}

#glowna_obrazek {
	text-align: center;
}

#glowna_zajawka {
	padding: 0 130px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #093e52;
	text-align: left;
	text-transform: initial;
}

#glowna_linki {
	width: 100%;
	margin: 0;
	margin-top: 70px;
	padding: 0;
	list-style-type: none;
}

#glowna_linki > li {
	width: 100%;
	padding: 27px 0;
}

#glowna_linki h1 {
	padding-bottom: 5px;
	text-align: center;
}

#glowna_linki h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}

.linki {
	text-align: center;
}

.linki a {
	font-size: 20px;
	font-weight: 600;
	color: #c91e58;
}

.linki a:hover {
	color: #8f113b;
}

.logotyp_info {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #000000;
}

.logotyp_info#srodek {
	text-align: center;
}

#logotypy_kontener {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#logotypy_kontener ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: auto;
	padding: 0;
	list-style-type: none;
}

#logotypy_kontener ul > li {
	padding: 0 15px;
}

#logotypy_kontener ul > li:first-child {
	padding-left: 0;
}

#logotypy_sponsor ul > li,
#logotypy_organizator ul > li {
	margin: auto;
	padding: 0;
}

#logotypy_partner_glowny,
#logotypy_sponsor,
#logotypy_partnerzy {
	padding-right: 30px;
}

#logotypy_partner_glowny,
#logotypy_sponsor,
#logotypy_partnerzy,
#logotypy_organizator {
	padding-bottom: 20px;
}

#foot{
	clear:both;
	background-color: #ffffff;
	margin: auto;
	padding: 40px 15px;
	overflow-y:auto;
}

#foot0{
	width: 1600px;
	max-width: 98%;
	margin:auto;
}

#foot1{
	width: 100%;	
}

#foot2{
	width: 100%;
	padding: 10px 0 40px 0;
	text-align: center;
}

#foot3{
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	color: #000000;
	text-align: center;
}

#l_menu{
	clear:both;
}

#l_menu .l_item1{
	color:#ffffff;
	background:#00bac2;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:16px;
}

#l_menu .l_item1:hover, #l_menu .l_item1.active{
	opacity:0.8;
}

#l_menu .l_item2{
	color:#000000;
	background:#b3ebed;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:15px;
	padding-left:20px;
}

#l_menu .l_item2:hover, #l_menu .l_item2.active{
	opacity:0.8;
}

#lang_menu{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;	
}

#lang_menu LI{
	display:block;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin:0px;	
}

/* slider examle */

#slider{
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-webkit-justify-content:center;	
	justify-content:center;	
	background:#666666;	
}

#slider_img{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:480px;
	overflow:hidden;
}

.slider_el{
	width:100%;
	height:480px;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
}

#slider_naw{
	position:absolute;
	z-index:3;
	top:10px;
	right:10px;
	overflow:hidden;
}

#naw{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}

#naw LI{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-left:10px;
	float:left;
}

#naw LI A{
	display:block;
	float:left;
	width:17px;
	height:17px;
	overflow:hidden;
	background:url('../img/zm1.png') left top no-repeat;
}

#naw LI A.activeSlide, #naw LI.activeSlide A {
	background-image:url('../img/zm2.png');
}

.nav-tabs {
	margin-bottom:15px;
}


@media only screen and (max-width: 576px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}	
	
	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}	

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}
	
	/*
	.xactive #menu1 .sub A.item1::after {
		display: block;
	}*/
	
	#menu1 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		right: -100%;
		background-color: #093e52;
		z-index: 2000;
		opacity: 0;
		visibility: hidden;
		transition: transform .6s ease, opacity .6s ease, visibility .6s ease;
		overflow-x: hidden !important;
	}
	
	.xactive #menu1 {
		overflow-y:auto;		
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
		visibility: visible;
	}

	#menu1 A.item1 {
		padding: 0 !important;
		font-size: 20px;
		line-height: 40px;
		color: #ffffff;
		text-align: center;
		background-color: #093e52;
	}

	#menu1 A.item1:hover,
	#menu1 LI.sfHover A.item1,
	#menu1 LI.sfHover A.current,
	#menu1 LI.current A.item1{
		color: #f7a831;
	}
	
	.xactive #mobnav-btn{
		position: fixed;
		top:10px;
		right:10px;
		z-index: 3000;
	}

	.xactive #mobnav-btn span {
		background-color: #ffffff;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}	
	
	#menu1 UL {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;		
	}
	
	#menu1 .open UL {
	   height: auto !important;
	   max-height: 4000px !important;	
	}		
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#top0 {
		padding-left: 0;
		padding-right: 0;
	}

	#top1 {
		padding-left: 20px;
		padding-right: 20px;
	}

	#maincontent3 {
		padding: 0 20px 70px 20px;
	}

	#glowna_zajawka {
		padding: 0 15px;
	}

	.logotyp_info {
		text-align: center;
	}

	#logotypy_partner_glowny,
	#logotypy_sponsor,
	#logotypy_partnerzy,
	#logotypy_organizator {
		width: 100%;
		padding-right: 0;
	}

	#logotypy_partner_glowny ul > li,
	#logotypy_sponsor ul > li,
	#logotypy_partnerzy ul > li,
	#logotypy_organizator ul > li {
		margin: auto;
	}

}

@media only screen and (max-width: 768px) and (min-width: 577px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}	
	
	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}	

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}
	
	/*
	.xactive #menu1 .sub A.item1::after {
		display: block;
	}*/
	
	#menu1 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		right: -100%;
		background-color: #093e52;
		z-index: 2000;
		opacity: 0;
		visibility: hidden;
		transition: transform .6s ease, opacity .6s ease, visibility .6s ease;
		overflow-x: hidden !important;
	}
	
	.xactive #menu1 {
		overflow-y:auto;		
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
		visibility: visible;
	}

	#menu1 A.item1 {
		padding: 0 !important;
		font-size: 22px;
		line-height: 60px;
		color: #ffffff;
		text-align: center;
		background-color: #093e52;
	}

	#menu1 A.item1:hover,
	#menu1 LI.sfHover A.item1,
	#menu1 LI.sfHover A.current,
	#menu1 LI.current A.item1{
		color: #f7a831;
	}
	
	.xactive #mobnav-btn{
		position: fixed;
		top:10px;
		right:10px;
		z-index: 3000;
	}

	.xactive #mobnav-btn span {
		background-color: #ffffff;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}	
	
	#menu1 UL {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;		
	}
	
	#menu1 .open UL {
	   height: auto !important;
	   max-height: 4000px !important;	
	}		
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#top0 {
		padding-left: 0;
		padding-right: 0;
	}
		
	#maincontent3 {
		padding: 0 40px 70px 40px;
	}

	#glowna_zajawka {
		padding: 0 30px;
	}

	#logotypy_partner_glowny,
	#logotypy_sponsor,
	#logotypy_partnerzy {
		padding-right: 18px;
	}

	#logotypy_kontener ul > li {
		padding: 0 10px;
	}

}

@media only screen and (max-width: 1100px) and (min-width: 769px) {

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}

	.xactive #menu1 .sub A.item1::after {
		display: block;
	}
	
	#menu1 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		right: -100%;
		background-color: #093e52;
		z-index: 2000;
		opacity: 0;
		visibility: hidden;
		transition: transform .6s ease, opacity .6s ease, visibility .6s ease;
		overflow-x: hidden !important;
	}
	
	.xactive #menu1 {
		overflow-y:auto;		
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
		visibility: visible;
	}

	#menu1 A.item1 {
		padding: 0 !important;
		font-size: 25px;
		line-height: 70px;
		color: #ffffff;
		text-align: center;
		background-color: #093e52;
	}

	#menu1 A.item1:hover,
	#menu1 LI.sfHover A.item1,
	#menu1 LI.sfHover A.current,
	#menu1 LI.current A.item1{
		color: #f7a831;
	}
	
	.xactive #mobnav-btn{
		position: fixed;
		top:10px;
		right:10px;
		z-index: 3000;
	}

	.xactive #mobnav-btn span {
		background-color: #ffffff;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}	
	
	#menu1 UL {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;		
	}
	
	#menu1 .open UL {
	   height: auto !important;
	   max-height: 4000px !important;	
	}		
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#top0 {
		padding-left: 0;
		padding-right: 0;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 769px) {

	#top1 {
		max-width: 340px;
	}

	#menu1 > li:nth-child(2) a.item1 {
		padding-right: 350px;
	}

	#glowna_zajawka {
		padding: 0 40px;
	}

}

@media print {

	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}
	
	DIV{
		max-width:100%;
	}	

}