@font-face {
	font-family: 'EYInterstate-Regular';
	src: url('../fonts/EYInterstate-Regular.ttf'), url('../fonts/EYInterstate-Regular.woff') format('woff');
}
@font-face {
	font-family: 'EYInterstate-Light';
	src: url('../fonts/EYInterstate-Light.ttf'), url('../fonts/EYInterstate-Light.woff') format('woff');
}
@font-face {
	font-family: 'EYInterstate-Bold';
	src: url('../fonts/EYInterstate-Bold.ttf'), url('../fonts/EYInterstate-Bold.woff') format('woff');
}

html, body {	
	font-family: 'EYInterstate-Light', sans-serif;	
	color: #2E2E38;
	overflow-x: hidden;	
}
body {	
	background: #FFF;
}
header {
	background: #2E2E38;
	position: fixed;
	z-index: 999;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 85px;	
	
}

header .logo {	
	height: 60px;
	margin: 8px 0px 5px 12px;
}
#site-bg1 {
	background: #0A0E27 url('../img/BG_pion_1_lg.jpg') no-repeat center top;
	background-size: cover;
}
#site-bg2 {
	background: #0A0E27 url('../img/BG_pion_2_lg.jpg') no-repeat center bottom;
	background-size: cover;
	
}
#section-OPEN {	
	background: #0A0E27 url('../img/BG_pion_2_lg.jpg') no-repeat center top;	
	color: #FFF;
}
.loader {
  border: 12px solid #000000;
  border-top: 12px solid #FFE600;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#section-0 {
	position: relative;
	padding-top: 80px;
	/*
	background: #7B23E9;
	background-image: linear-gradient(to right, #7B23E9 25%, #01FFE5 50%);
	*/
}
#section-1 {		
	background-image: url('../img/schody.png');
	background-repeat: no-repeat;
	background-position: 1% 100%;
	/*background-size: cover;*/
	position: relative;
}
@media (max-width:1200px) {
	#section-1 {		
		background-size: 216px 165px;
	}
}
@media (max-width:767px) {
	#section-1 {		
		background-image: none;
	}
}
/*
#section-1:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 90px;
	height: 100%;
	background-image: linear-gradient(to bottom, #7B23E9, #4E1AA5);
}
*/
#section-1 .apla {
	color: #FFF;
	/*
	background: #FFE600;
	*/
	margin: 0px 90px 0px 90px;	
}

@media (max-width:768px) {	
	#section-1 .apla {
		margin: 0px;
	}
	#section-1:after {
		width: 0px;		
		background-image: none;
	}
}

#section-1a {
	/*
	background: #4E1AA5;	
	*/
	position: relative;	
}

#section-4 {
	/*
	background: #1F0046 url('../img/bg/bg3_FCh.jpg') center top;			
	background-size: cover;
	*/
}

.fs_1_2r {
	font-size: 1.4rem;
	line-height: 1.75rem;
}
.fs_1_4r {
	font-size: 1.6rem;
	line-height: 1.75rem;
}
.fs_2rBold {
	font-family: 'EYInterstate-Bold';
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 2.6rem;
}
/*
#section-5 {
	background: #4C60E6;
	background-image: linear-gradient(to bottom, #4C60E6, #6B01A4);
}
*/
#uczestnicy .opis {
	border-left: 3px solid #FFE600;
	font-style: italic;
}
@media (max-width:767px) {	
	#uczestnicy .opis {
		border-left: 0px;
	}
}

#bg-slimak {
	background: url('../img/slimak.png') no-repeat 98% 50%;
	background-size: 234px 309px;
}

@media (max-width:1398px) {	
	#bg-slimak {
		background: none;
	}
}

#section-6 {
	background: #1A1A24;	
}

@keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}

.scroll-icon {
	display: block;	
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	height: 3em;
	width: 2em;	
	border: .25em solid #2E2E38;
	border-radius: .9em;	
	opacity: .6;
}
.scroll-icon::before {
	border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: .8em;
	left: 0.4em;
	position: relative;
	top: 3em;
	transform: rotate(135deg);	
	vertical-align: top;
	width: .8em;
	color: #2E2E38 !important;
}

#scroll_0-1 {
	position: absolute;	
	bottom: 15%;
	/*left: 0px;*/
	right: 50px;		
	z-index: 1 !important;
}
.scroll-icon__wheel-outer {
	display: block;
	position: absolute;
	left: 50%;
	top: .6em;
	height: 1em;
	width: .4em;
	margin-left: -.2em;
	border-radius: .4em;
	overflow: hidden;
}

.scroll-icon__wheel-inner {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background: #2E2E38;
	animation: scroll_1 2.75s ease-in-out infinite;
}

a.cEYwhite, a.cEYwhite:link, a.cEYwhite:visited, a.cEYwhite:hover , a.cEYwhite:active {	
	color: #FFF;	
	font-family: 'EYInterstate-Bold'; 
	text-decoration: none;
}
a.cEYwhite:hover {		
	text-decoration: underline;
}

a.cEYwhite img.social-ico {
	width: 40px;
	margin: 10px 20px;
	opacity: .7;
}
a.cEYwhite:hover img.social-ico {
	opacity: 1;
}

.hyperlink-text-link {
	font-family: 'EYInterstate-Bold';    
    color: #2e2e38 !important;
    position: relative;
    border-bottom: 1px solid transparent
}

.hyperlink-text-link:hover {
    border-bottom: 1px solid #2e2e38
}

#footer-nav {
  float: right;
  list-style-type: none;
  margin: 28px 0px 0px 0px;
  padding: 0;  
}

#footer-nav li {
  float: left;
  padding: 0px 12px;
}
#footer-nav li:last-child {  
  padding-right: 0px;
}

#footer-social {
	text-align: right;
}

@media (max-width:991px) {
	#footer-nav {
	  float: left;
	  list-style-type: none;
	  margin: 28px 0px 0px 0px;
	  padding: 0;  
	}

	#footer-nav li {
	  float: none;
	  padding: 6px 0px;
	}
	
	#footer-social {
		text-align: left;
	}	
}

* {
	font-family: 'EYInterstate-Light', sans-serif;	
}

.fEYBold {
	font-family: 'EYInterstate-Bold', sans-serif;
}

/*kolory*/
.cEYwhite {
	color: #FFFFFF;
}
.cEYyellow {
	color: #FFE600;
}
.cEYGray01 {
	color: #747480;
}
.cEYGray02 {
	color: #C4C4CD;
}
.cEYOffBlack {
	color: #2E2E38;
}

.cEoT {
	color: #FC0D6C;
}
.cEYFC {
	color: #14E2CA;
}

/*tła*/
.bEYOffWhite { 
	background-color: #FFFFFF;
}
.bEYyellow {
	background-color: #FFE600;
}
.bEYGray01 {
	background-color: #747480;
}
.bEYGray02 {
	background-color: #C4C4CD;
}
.bEYGray03 {
	background-color: #f6f6fa;
}
.bEYOffBlack { 
	background-color: #2E2E38;
}
.bEYOffBlack02 { 
	background-color: #1a1a24;
}
.bEYOffBlack03 { 
	background-color: #000000;
}

/* przyciski */

.btnEY { 
	font-family: 'EYInterstate-Regular';	
	border-radius:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space:normal !important;
    word-wrap: break-word; 	
	background-color: trensparent; 
	padding: 20px 10px;	
	border-style: solid;	
	border-width: 1px;
	text-decoration: none !important;
} 

.btnEYoutYellow {
	color: #FFE600 !important; 
	background-color: transparent; 
	border-color: #FFE600;
	border-radius: 0px;	
}
.btnEYoutYellow:hover, a.btnEYoutYellow:hover, a.btnEYoutYellow-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFE600 !important; 
	border-color: #FFE600 !important; 		 	
}

.btnEYOffBlack {
	color: #FFFFFF !important; 
	background-color: trensparent; 
	border-color: #FFFFFF;	
}
.btnEYOffBlack:hover, a.btnEYOffBlack:hover, a.btnEYOffBlack-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFFFFF !important;  	
	border-color: #FFFFFF !important;
}

.btnEYOffBlackW {
	color: #2E2E38 !important; 
	background-color: #FFFFFF; 
	border-color: #2E2E38;
	border-radius: 3px;	
}
.btnEYOffBlackW:hover, a.btnEYOffBlackW:hover, a.btnEYOffBlackW-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFFFFF !important; 
	background-color: #2E2E38 !important; 
	border-color: #FFFFFF !important; 		 	
}

.btnEYOffBlackWi {
	color: #FFFFFF !important; 
	background-color: trensparent; 
	border-color: #747480;	
	border-radius: 3px;	
	padding: 5px 10px;	
}
.btnEYOffBlackWi:hover, a.btnEYOffBlackWi:hover, a.btnEYOffBlackWi-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFFFFF !important;  
	border-color: #747480 !important; 	
}

.btnEYOffYellow {
	color: #2E2E38 !important; 
	background-color: trensparent; 
	border-color: #2E2E38;	
}
.btnEYOffYellow:hover, a.btnEYOffYellow:hover, a.btnEYOffYellow-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFFFFF !important; 
	background-color: #2E2E38 !important; 
	border-color: #2E2E38 !important; 		 	
}

.btnEYWhite {
	color: #2E2E38 !important; 
	background-color: trensparent; 
	border-color: #2E2E38;	
}
.btnEYWhite:hover, a.btnEYWhite:hover, a.btnEYWhite-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFE600 !important; 
	background-color: #2E2E38 !important; 
	border-color: #2E2E38 !important; 		 	
}

/*menu*/
#menuOpenBtn
{
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;  
	padding: 37px 33px 30px 33px;
	background-color: #2E2E38; 	
	z-index: 9999;  
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
#menuOpenBtn span
{
	display: block;
	width: 21px;
	height: 2px;
	margin-bottom: 4px;
	background: #FFFFFF;
	border-radius: 0px;	
}

#menuCloseBtn
{
	position: fixed;
	top: 0px;
	right: 0px;  
	z-index: 9998;  	
	display: block;
	padding: 37px 33px 30px 33px;
	background-color: #2E2E38; 	
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
#menuCloseBtn span
{
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 4px;
	background: #FFFFFF;
	border-radius: 0px;	
}

#menuCloseBtn span:first-child
{      
  transform: rotate(45deg) scale(1.3, 1.3) translate(3px, 3px);
}
#menuCloseBtn span:last-child
{  
  transform: rotate(-45deg) scale(1.3, 1.3) translate(0px, 0px);
}

#menuZarejestrujSie
{
	font-family: 'EYInterstate-Bold';
	font-size: 1.5rem;	
	white-space:normal !important;
    word-wrap: break-word; 	
	display: block;
	position: fixed;
	top: 0px;
	right: 90px;  
	height: 85px;
	padding: 28px 30px;
	background-color: #FFE600; 	
	color: #2E2E38;
	z-index: 9990;  
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
#menuZarejestrujSie:hover {
	color: #FFFFFF !important; 
	background-color: #000000; 	
}

#menu
{	
	position: fixed;
	top: 0px;
	right: 0px;	
	z-index: 9997;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
	opacity: 0;
	background-color: #2E2E38;
	height: 100vh;
	color: #FFFFFF;		
	padding: 90px 0px 0px 0px;		
	list-style-type: none;
	-webkit-font-smoothing: antialiased; 
	display: none;  	
}

#menu li {			
	min-width: 300px;	
	border-bottom: 1px solid #585860;
	margin-left: 30px; 
	margin-right: 30px;
}
#menu li:last-child {				
	border-bottom: 0px;
}
#menu li a {
	display: block;
	position: relative;
	color: #FFFFFF;	
	text-decoration: none;
	font-family: 'EYInterstate-Light', sans-serif;   
	font-weight: bold;
	font-size: 23px;
	line-height: 44px;	
	padding: 11px 0px;
}

#menu a:before { 
	content: ""; 
	position: absolute; 
	z-index: -1; 
	left: -30px; 
	top: 50%; 
	bottom: 50%; 
	background: #FFE600; 
	width: 0px; 
}
#menu a:hover:before, #menu > li.active > a:before { 
	top: 0px; 
	bottom: 0px; 
	width: 5px; 
}

#menu.opened li a
{
	
	opacity: 1;
	
}
#menu.opened
{
	display: block;
	opacity: 1;
}

@media (max-width:768px) {	
	#menu
	{
		width: 100%;		
	}
	#menu li {			
		min-width: 1px;	
	}	
}
@media (max-height:640px) {	
	#menu {		
		height: auto;
	}
}

/*social media*/
.hyperlink-icon-facebook,
.hyperlink-icon-youtube {
    border: 1px solid #c4c4cd;
    border-radius: 50%;
    color: inherit;
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    text-align: center;
    vertical-align: middle	
}

.hyperlink-icon-facebook {
	margin-right: 10px;
}

.hyperlink-icon-facebook::before,
.hyperlink-icon-youtube::before {
    font-size: 20px;
    font-size: 2rem;
    line-height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.hyperlink-icon-facebook:hover,
.hyperlink-icon-youtube:hover {
    border: 1px solid #2e2e38;
    background-color: #2e2e38
}

.hyperlink-icon-facebook::after,
.hyperlink-icon-youtube::after {
    display: none;
}

.hyperlink-icon-facebook {
    background: url("../svg/ic_facebook.svg") center no-repeat;
    background-size: 17px auto;
    -webkit-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s
}

.hyperlink-icon-facebook {
    background-size: auto
}

.hyperlink-icon-facebook:hover,
.hyperlink-icon-facebook:active {
    background-image: url("../svg/ic_facebook_active.svg")
}

.hyperlink-icon-youtube {
    background: url("../svg/ic_youtube.svg") center no-repeat;
    background-size: 17px auto;
    -webkit-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s
}

.hyperlink-icon-youtube {
    background-size: auto
}

.hyperlink-icon-youtube:hover,
.hyperlink-icon-youtube:active {
    background-image: url("../svg/ic_youtube_active.svg")
}

#clock-1 {
	background: transparent;	
}
.clock-span-1 {	
	background: #FFE600;
	font-family: 'EYInterstate-Bold';		
	font-size: 1.6rem;	
}

#clock-1 .countdown-amount {
    color: #FFE600 !important;
	font-size: 2.8rem;	
}

#clock-2 {
	background: transparent;
}
.clock-span-2 {	
	background: #1A1A24;
	font-family: 'EYInterstate-Bold';		
	font-size: 2rem;
	color: #FFF;     
}

#clock-2 .countdown-amount {
    color: #FFE600 !important;
	font-size: 2.8rem;	
}

#clock-1, #clock-2 {
	width: 300px;	
	margin: 0 auto;	
}
/*
@media (max-width:480px) {
	#clock-1, #clock-2 {		
	-webkit-transform: scale(.5);
	transform: scale(.5);
	}
}
*/
#faq {
	background: #EBEBEB;
}
.faqHeader {
	padding-right: 50px;
	cursor: pointer !important;
	background: url('../svg/arrowRd_icon.svg') no-repeat 98% 0%;	
	background-size: 30px 30px;
}
.faqHeaderX {
	background: url('../svg/arrowU_icon.svg') no-repeat 98% 0%;	
	background-size: 30px 30px;
}

@media (max-width:768px) {	
	.faqHeader {
		min-height: 40px;
	}
	#faq .fs_1_2r {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
}

/*form*/
input, textarea, select {
	 border-radius: 0px !important;
	 background: #FFFFFF !important;
	 border-color: #FFFFFF !important;
	 color: #1A1A24 !important;
} 

._input-group {
	position: relative;
	margin: 0px 0px 40px 0px;
	max-width: 600px;
}

._input-group label {
	position: absolute;
	top: 20px;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 10px;
	padding: 0 12px;
	background-color: transparent;
	-webkit-transition: top .1s ease-in-out, font-size .1s ease-in-out;
	transition: top .1s ease-in-out, font-size .1s ease-in-out;
	cursor: text;
	color: #1A1A24;
}
 
._input-group .active {
	top: 0px;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	color: #a9a9a9;	
	cursor: default;
}
 
._input-group input[type=text], ._input-group input[type=email] {
	width: 100%;
	padding: 36px 22px 20px 22px;
	border: 0px;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.3em;		
	background-color: #1A1A24;
	color: #1A1A24;
}
 
._input-group input[type=text]:focus, ._input-group input[type=email]:focus {
	outline: none;
}

.error {
	color: #A94442;
	font-size: 1rem;
}
.error.help-block {
	position: absolute;
}
/*form*/

/* opinie */
#uczestnicy {
	position: relative;
}
#btn-uczestnicy.btnEYWhite {
	background-color: trensparent; 
	background: url('../svg/arrowU_icon.svg') no-repeat 94% 50%;
	background-size: 28px 20px;
}
#btn-uczestnicy.btnEYWhite:hover {
	background-color: #2E2E38 !important; 
	background: url('../svg/arrowUw_icon.svg') no-repeat 94% 35%;	
	background-size: 28px 20px;
}
#btn-uczestnicy.zamkniete {
	background-color: trensparent; 
	background: url('../svg/arrowD_icon.svg') no-repeat 94% 50%;
	background-size: 28px 20px;
}
#btn-uczestnicy.zamkniete:hover {
	background-color: #2E2E38; 
	background: url('../svg/arrowDw_icon.svg') no-repeat 94% 65%;	
	background-size: 28px 20px;
}

#uczestnicy .owl-item img {
	max-width: 200px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #FFF6A6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #FFE600;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 5px 7px;
      background: #FFF6A6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #FFE600; }
/* opinie */



.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.squareYellow {
	width: 10px;
	height: 10px;
	background: #FFE600;
	margin: 8px auto 4px auto;
}

#wskrocie {
	position: absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 208px;
	height: 166px; 
	background: url('../img/plama_white.png') no-repeat center top;			
	background-size: contain;
	text-align: center;
	padding-top: 60px;
}

.img-apla-ico {
	margin-bottom: 20px;
}

.co-zyskujesz {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width:768px) {	
	.co-zyskujesz {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.arrow::before {
	border-color: #FFE600;
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 2.5em;
	left: 0.15em;
	position: relative;
	top: 0.25em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 2.5em;
}

.arrow.right:before {
	left: 0;
	transform: rotate(45deg);
}

.arrow.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.arrow.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}
/* chevron */

/* buttons */
.btnArrow:hover .arrow::before {
	border-color: #FFFFFF;
}

.item .item-no {	
	font-size: 2.5em;		
	line-height: 1em;		
}
.item .item-border {	
	border-left: 2px solid #FFF;
}
@media (max-width:767px) {	
	.item .item-border {	
		border-left: 0px;
	}
}

@media (max-width:767px) {	
	#section-4 h1 {
		margin-top: 60px;
	}
}

.col-border-b {
	border-bottom: 3px solid #FFE600;
}
.col-border-t {
	border-top: 3px solid #FFE600;
}
.col-border-l {
	border-left: 3px solid #FFE600;
}
.col-border-r {
	border-right: 3px solid #FFE600;
}

@media (max-width:767px) {	
	.col-border-r {
		border-right: 0px;
	}
}

#section-4 {
	position: relative;
}

#slider1 {
	position: relative;
}
#slider1-prev {
	position: absolute; 
	top: 53%;		
	transform: translateY(-50%);
	left: -30px;
	width: 75px !important;	
	cursor: pointer;
	z-index:999;
}
#slider1-next {
	position: absolute; 
	top: 53%;		
	transform: translateY(-50%);
	right: -30px;
	width: 75px !important;
	cursor: pointer;
	z-index:999;
}
@media (max-width:768px) {	
	#slider1-prev {
		top: 18%;		
		left: -20px;		
	}
	#slider1-next {
		top: 18%;		
		right: -20px;		
	}
}